/**
* Copyright (c) 2012-2025 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 17.0.3
* data:{"sModified":"2026-02-25T14:50:27Z"}
*/


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


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

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

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

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

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

// [Label "Font Family"]
// [Description "A prioritized list of preferred font family names."]
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontFamily: @sapDefault_Font;

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

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

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

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

// [Label "Favicon"]
// [Description "The URI to the favorite or shortcut icon displayed."]
// [Tags "Base", "URI", "Image", "Protected"]
// [Protected "true"]
// [Category "Image"]
// [Type "image"]
@sapFavicon: @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"]
// [Protected "true"]
// [Category "Image"]
// [Type "image"]
@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"]
// [Protected "true"]
// [Category "Image"]
// [Type "opacity"]
@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"]
// [Protected "true"]
// [Category "Image"]
// [Type "boolean"]
@sapBackgroundImageRepeat: @sapDefault_Boolean;

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

// [Label "Hover Color"]
// [Description "The color of hovered elements."]
// [Tags "Quick", "Base", "Color", "Protected"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@sapHoverColor: @sapDefault_Color;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Neutral Border Color"]
// [Description "The color for borders showing neutral state."]
// [Tags "Base", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Semantic", "Border"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapElement_LineHeight: @sapDefault_Dimension;

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

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

// [Label "Element Border Corner Radius"]
// [Description "The standard corner radius of element borders."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "borderRadius"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@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"]
// [Protected "true"]
// [Category "Internal"]
// [Type "lineHeight"]
@sapContent_LineHeight: @sapDefault_Dimension;

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

// [Label "Icon Color"]
// [Description "The color of icons."]
// [Tags "Base", "Content", "Color", "Protected", "Icon"]
// [Protected "true"]
// [Category "Icon"]
// [Type "color"]
@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", "Icon"]
// [Protected "true"]
// [Category "Icon"]
// [Type "color"]
@sapContent_ContrastIconColor: @sapDefault_Color;

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

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

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

// [Label "Measure Indicator Color"]
// [Description "The color of measuring indicators."]
// [TranslationKey "sapContent_MeasIndClr"]
// [Tags "Base", "Content", "Color", "Protected"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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", "Busy"]
// [Protected "true"]
// [Category "Busy"]
// [Type "color"]
@sapContent_Placeholderloading_Background: @sapDefault_Color;

// [Label "Placeholder Loading Gradient"]
// [Description "The gradient values of placeholder loading."]
// [TranslationKey "sapContent_PlaceholderloadGrad"]
// [Tags "Base", "Content", "Color", "Protected", "Busy"]
// [Protected "true"]
// [Category "Busy"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Icon"]
// [Type "color"]
@sapContent_ImagePlaceholderBackground: @sapDefault_Color;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Neutral Shadow"]
// [Description "The standard neutral shadow."]
// [Tags "Base", "Semantic", "Content", "Protected"]
// [Protected "true"]
// [Category "Semantic", "Shadow"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@sapContent_SearchHighlightColor: @sapDefault_Color;

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

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

// [Label "Monospace Font Family"]
// [Description "A prioritized list of preferred monospace font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapContent_MonospaceFontFamily: @sapDefault_Font;

// [Label "Monospace Bold Font Family"]
// [Description "A prioritized list of preferred monospace bold font family names."]
// [TranslationKey "sapContent_MonoBoldFontFamily"]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapContent_MonospaceBoldFontFamily: @sapDefault_Font;

// [Label "Icon Font Family"]
// [Description "A prioritized list of preferred font family names for SAP-icons."]
// [Tags "Base", "Content", "Font", "Protected", "Icon"]
// [Protected "true"]
// [Category "Icon"]
// [Type "fontFamilies"]
@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", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "color"]
@sapContent_DisabledTextColor: @sapDefault_Color;

// [Label "Disabled Opacity"]
// [Description "The opacity value of disabled screen elements in the content area."]
// [Tags "Base", "Content", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "opacity"]
@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", "Protected"]
// [Protected "true"]
// [Category "Resource"]
// [Type "number"]
@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", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "color"]
@sapContent_ContrastTextColor: @sapDefault_Color;

// [Label "Foreground Color"]
// [Description "The foreground color of the content area."]
// [Tags "Base", "Content", "Color", "Protected"]
// [Protected "true"]
// [Category "Foreground"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Foreground"]
// [Type "color"]
@sapContent_ForegroundBorderColor: @sapDefault_Color;

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

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

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

// [Label "Badge Border Color"]
// [Description "The border color of badges (e.g. Shell Notifications)."]
// [Tags "Base", "Content", "Color", "Protected"]
// [Protected "true"]
// [Category "Badge"]
// [Type "color"]
@sapContent_BadgeBorderColor: @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"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@sapContent_DragAndDropActiveColor: @sapDefault_Color;

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

// [Label "Selected Background Color"]
// [Description "The background color of selected (toggled) elements."]
// [Tags "Base", "Content", "Color", "Protected"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Interaction"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Resource"]
// [Type "string"]
@sapContent_ForcedColorAdjust: none;

// [Label "Lite Shadow"]
// [Description "The value of lite shadows. (With no shadows in standard themes and a visible shadow in high contrast)"]
// [Tags "Base", "Content", "Protected"]
// [Protected "true"]
// [Category "Shadow"]
// [Type "boxShadow"]
@sapContent_Lite_Shadow: @sapDefault_Shadow;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Illustrative Color 21"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color21: @sapDefault_Color;

// [Label "Illustrative Color 22"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color22: @sapDefault_Color;

// [Label "Illustrative Color 23"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color23: @sapDefault_Color;

// [Label "Illustrative Color 24"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color24: @sapDefault_Color;

// [Label "Illustrative Color 25"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color25: @sapDefault_Color;

// [Label "Illustrative Color 26"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color26: @sapDefault_Color;

// [Label "Illustrative Color 27"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color27: @sapDefault_Color;

// [Label "Illustrative Color 28"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color28: @sapDefault_Color;

// [Label "Illustrative Color 29"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color29: @sapDefault_Color;

// [Label "Illustrative Color 30"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color30: @sapDefault_Color;

// [Label "Illustrative Color 31"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Illustrative", "Protected"]
// [Protected "true"]
// [Category "Illustrative"]
// [Type "color"]
@sapContent_Illustrative_Color31: @sapDefault_Color;

// [Label "Content Space S"]
// [Description "The responsive content container space on small devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_S: @sapDefault_Dimension;

// [Label "Content Space M"]
// [Description "The responsive content container space on medium devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_M: @sapDefault_Dimension;

// [Label "Content Space L"]
// [Description "The responsive content container space on large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_L: @sapDefault_Dimension;

// [Label "Content Space XL"]
// [Description "The responsive content container space on extra large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_XL: @sapDefault_Dimension;

// [Label "Content Space Tiny"]
// [Description "The tiny value of space used for content."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_Tiny: @sapDefault_Dimension;

// [Label "Content Space Small"]
// [Description "The small value of space used for content."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_Small: @sapDefault_Dimension;

// [Label "Content Space Medium"]
// [Description "The medium value of space used for content."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_Medium: @sapDefault_Dimension;

// [Label "Content Space Large"]
// [Description "The large value of space used for content."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Space_Large: @sapDefault_Dimension;

// [Label "Content Margin Tiny"]
// [Description "Will be deprecated. Use instead: sapContent_Space_Tiny for a constant margin, sapContent_Margin_S for a responsive margin."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_Tiny: @sapDefault_Dimension;

// [Label "Content Margin Small"]
// [Description "Will be deprecated. Use instead: sapContent_Space_Small for a constant margin, sapContent_Margin_M for a responsive margin."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_Small: @sapDefault_Dimension;

// [Label "Content Margin Medium"]
// [Description "Will be deprecated. Use instead: sapContent_Space_Medium for a constant margin, sapContent_Margin_L for a responsive margin."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_Medium: @sapDefault_Dimension;

// [Label "Content Margin Large"]
// [Description "Will be deprecated. Use instead: sapContent_Space_Large for a constant margin, sapContent_Margin_XL for a responsive margin."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_Large: @sapDefault_Dimension;

// [Label "Content Margin S"]
// [Description "The responsive container margin on small devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_S: @sapDefault_Dimension;

// [Label "Content Margin M"]
// [Description "The responsive container margin on medium devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_M: @sapDefault_Dimension;

// [Label "Content Margin L"]
// [Description "The responsive container margin on large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_L: @sapDefault_Dimension;

// [Label "Content Margin XL"]
// [Description "The responsive container margin on extra large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Margin_XL: @sapDefault_Dimension;

// [Label "Content Padding S"]
// [Description "The value of padding used on small devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Padding_S: @sapDefault_Dimension;

// [Label "Content Padding M"]
// [Description "The value of padding used on medium devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Padding_M: @sapDefault_Dimension;

// [Label "Content Padding L"]
// [Description "The value of padding used on large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Padding_L: @sapDefault_Dimension;

// [Label "Content Padding XL"]
// [Description "The value of padding used on extra large devices."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Padding_XL: @sapDefault_Dimension;

// [Label "Content Gap"]
// [Description "The value of the gap between content."]
// [Tags "Base", "Content", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_Gap: @sapDefault_Dimension;

// [Label "Success Header Shadow"]
// [Description "The success header shadow styling."]
// [Tags "Base", "Content", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Shadow"]
// [Type "boxShadow"]
@sapContent_Success_HeaderShadow: @sapDefault_Shadow;

// [Label "Warning Header Shadow"]
// [Description "The warning header shadow styling."]
// [Tags "Base", "Content", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Shadow"]
// [Type "boxShadow"]
@sapContent_Warning_HeaderShadow: @sapDefault_Shadow;

// [Label "Error Header Shadow"]
// [Description "The error header shadow styling."]
// [Tags "Base", "Content", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Shadow"]
// [Type "boxShadow"]
@sapContent_Error_HeaderShadow: @sapDefault_Shadow;

// [Label "Information Header Shadow"]
// [Description "The information header shadow styling."]
// [Tags "Base", "Content", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Shadow"]
// [Type "boxShadow"]
// [TranslationKey "sapShell_Information_HdShadow"]
@sapContent_Information_HeaderShadow: @sapDefault_Shadow;

// [Label "Light Font Family"]
// [Description "A prioritized list of preferred light font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontLightFamily: @sapDefault_Font;

// [Label "Bold Font Family"]
// [Description "A prioritized list of preferred bold font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontBoldFamily: @sapDefault_Font;

// [Label "Semi Bold Font Family"]
// [Description "A prioritized list of preferred semi bold font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontSemiboldFamily: @sapDefault_Font;

// [Label "Semi Bold Duplex Font Family"]
// [Description "A prioritized list of preferred semi bold duplex font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontSemiboldDuplexFamily: @sapDefault_Font;

// [Label "Black Font Family"]
// [Description "A prioritized list of preferred black font family names."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontBlackFamily: @sapDefault_Font;

// [Label "Header Font Family"]
// [Description "A prioritized list of preferred font family names for headers."]
// [Tags "Base", "Content", "Font", "Protected"]
// [Protected "true"]
// [Category "Text"]
// [Type "fontFamilies"]
@sapFontHeaderFamily: @sapDefault_Font;

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

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

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

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

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

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

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

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

// [Label "Link Text Decoration"]
// [Description "The text decoration of links."]
// [Tags "Base", "Content", "Link", "Protected"]
// [Protected "true"]
// [Category "Link"]
// [Type "textDecoration"]
@sapLink_TextDecoration: none;

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

// [Label "Link Hover Text Decoration"]
// [Description "The hover state text decoration of links."]
// [Tags "Base", "Content", "Link", "Protected"]
// [Protected "true"]
// [Category "Link"]
// [Type "textDecoration"]
@sapLink_Hover_TextDecoration: underline;

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

// [Label "Link Active Text Decoration"]
// [Description "The active state text decoration of links."]
// [Tags "Base", "Content", "Link", "Protected"]
// [Protected "true"]
// [Category "Link"]
// [Type "textDecoration"]
@sapLink_Active_TextDecoration: underline;

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

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

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

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

// [Label "Shell Background Image/Gradient"]
// [Description "The background image or gradient of the shell."]
// [Tags "Base", "Shell", "URI", "Image", "Protected"]
// [Protected "true"]
// [Category "Image"]
// [Type "image"]
@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"]
// [Protected "true"]
// [Category "Shell"]
// [Type "opacity"]
@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"]
// [Protected "true"]
// [Category "Image"]
// [Type "boolean"]
@sapShell_BackgroundImageRepeat: @sapDefault_Boolean;

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

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

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

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

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

// [Label "Shell Group Title Text Color"]
// [Description "The text color for shell group titles."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "boxShadow"]
@sapShell_GroupTitleTextShadow: @sapDefault_Shadow;

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

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

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

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

// [Label "Shell Selected Text Color"]
// [Description "The text color for selected shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Image"]
// [Type "image"]
@sapShell_Favicon: @sapDefault_URI;

// [Label "Shell Navigation Area Background"]
// [Description "The background color for the shell navigation area."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@sapShell_Navigation_Selected_TextColor: @sapDefault_Color;

// [Label "Shell Navigation Text Color"]
// [Description "The standard color of text in the shell."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Navigation"]
// [Type "color"]
@sapShell_Navigation_Active_Background: @sapDefault_Color;

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

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

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

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

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

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

// [Label "Shell Assistant Foreground Color"]
// [Description "The foreground color of the SAP assistant (Joule) within the shell bar."]
// [TranslationKey "sapShell_Assistant_FgClr"]
// [Tags "Base", "Shell", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "color"]
@sapShell_Assistant_ForegroundColor: @sapDefault_Color;

// [Label "Shell Sub Brand Text Color"]
// [Description "The text color of brand text (such as a product name) in the Shell."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "color"]
@sapShell_SubBrand_TextColor: @sapDefault_Color;

// [Label "Shell Category 1 Background Color"]
// [Description "The background color of shell elements of category 1."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_1_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_2_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_3_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_4_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_5_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_6_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_7_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_8_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_9_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_10_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_11_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_12_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_13_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_14_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_15_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [TranslationKey "sapShell_Cat_16_BrdClr"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Shell", "Category"]
// [Type "boxShadow"]
@sapShell_Category_16_TextShadow: @sapDefault_Color;

// [Label "Shell Space S"]
// [Description "The value of the small shell container space."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Space_S: @sapDefault_Dimension;

// [Label "Shell Space M"]
// [Description "The value of the medium shell container space."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Space_M: @sapDefault_Dimension;

// [Label "Shell Space L"]
// [Description "The value of the large shell container space."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Space_L: @sapDefault_Dimension;

// [Label "Shell Space XL"]
// [Description "The value of the extra large shell container space."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Space_XL: @sapDefault_Dimension;

// [Label "Shell Gap S"]
// [Description "The value of the small gap in a small container."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Gap_S: @sapDefault_Dimension;

// [Label "Shell Gap M"]
// [Description "The value of the small gap in a medium container."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Gap_M: @sapDefault_Dimension;

// [Label "Shell Gap L"]
// [Description "The value of the small gap in a large container."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Gap_L: @sapDefault_Dimension;

// [Label "Shell Gap XL"]
// [Description "The value of the small gap in a extra large container."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_Gap_XL: @sapDefault_Dimension;

// [Label "Shell Group Bottom Gap Small"]
// [Description "The gap between shell groups on small devices."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_GroupGap_S: @sapDefault_Dimension;

// [Label "Shell Group Bottom Gap Medium"]
// [Description "The gap between shell groups on medium devices."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_GroupGap_M: @sapDefault_Dimension;

// [Label "Shell Group Bottom Gap Large"]
// [Description "The gap between shell groups on large devices."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_GroupGap_L: @sapDefault_Dimension;

// [Label "Shell Group Bottom Gap Extra Large"]
// [Description "The gap between shell groups on extra large devices."]
// [Tags "Base", "Shell", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Shell"]
// [Type "sizing"]
@sapShell_GroupGap_XL: @sapDefault_Dimension;

// [Label "Assistant Color"]
// [Description "The color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Color1: @sapDefault_Color;

// [Label "Assistant Color 2"]
// [Description "Color 2 of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Color2: @sapDefault_Color;

// [Label "Assistant Background Gradient"]
// [Description "The gradient of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Image", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "image"]
@sapAssistant_BackgroundGradient: @sapDefault_URI;

// [Label "Assistant Background"]
// [Description "The background color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Background: @sapDefault_Color;

// [Label "Assistant Border Color"]
// [Description "The border color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_BorderColor: @sapDefault_Color;

// [Label "Assistant Text Color"]
// [Description "The text color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_TextColor: @sapDefault_Color;

// [Label "Assistant Hover Background"]
// [Description "The hover state background color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Hover_Background: @sapDefault_Color;

// [Label "Assistant Hover Border Color"]
// [Description "The hover state border color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Hover_BorderColor: @sapDefault_Color;

// [Label "Assistant Hover Text Color"]
// [Description "The hover state text color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Hover_TextColor: @sapDefault_Color;

// [Label "Assistant Active Background Color"]
// [Description "The active state background color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Active_Background: @sapDefault_Color;

// [Label "Assistant Active Border Color"]
// [Description "The active state border color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Active_BorderColor: @sapDefault_Color;

// [Label "Assistant Active Text Color"]
// [Description "The active state text color of the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Active_TextColor: @sapDefault_Color;

// [Label "Assistant Question Background Color"]
// [Description "The question background color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
// [TranslationKey "sapAssistant_Question_Bg"]
@sapAssistant_Question_Background: @sapDefault_Color;

// [Label "Assistant Question Border Color"]
// [Description "The question border color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
// [TranslationKey "sapAssistant_Question_BrdClr"]
@sapAssistant_Question_BorderColor: @sapDefault_Color;

// [Label "Assistant Question Text Color"]
// [Description "The question text color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Question_TextColor: @sapDefault_Color;

// [Label "Assistant Answer Background Color"]
// [Description "The answer background color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Answer_Background: @sapDefault_Color;

// [Label "Assistant Answer Border Color"]
// [Description "The answer border color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Answer_BorderColor: @sapDefault_Color;

// [Label "Assistant Answer Text Color"]
// [Description "The answer text color used in the SAP assistant (Joule)."]
// [Tags "Base", "Assistant", "Color", "Protected"]
// [Protected "true"]
// [Category "Assistant"]
// [Type "color"]
@sapAssistant_Answer_TextColor: @sapDefault_Color;

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

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

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

// [Label "Avatar 1 Hover Background Color"]
// [Description "The background color of hovered type-1 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_1_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 2 Hover Background Color"]
// [Description "The background color of hovered type-2 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_2_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 3 Hover Background Color"]
// [Description "The background color of hovered type-3 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_3_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 4 Hover Background Color"]
// [Description "The background color of hovered type-4 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_4_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 5 Hover Background Color"]
// [Description "The background color of hovered type-5 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_5_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 6 Hover Background Color"]
// [Description "The background color of hovered type-6 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_6_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 7 Hover Background Color"]
// [Description "The background color of hovered type-7 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_7_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 8 Hover Background Color"]
// [Description "The background color of hovered type-8 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_8_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 9 Hover Background Color"]
// [Description "The background color of hovered type-9 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_9_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "Avatar 10 Hover Background Color"]
// [Description "The background color of hovered type-10 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_10_Hover_Background: @sapDefault_Color;

// [Label "Lite Avatar Border Color"]
// [Description "The border color of transparent (lite) avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_Lite_BorderColor: @sapDefault_Color;

// [Label "Lite Avatar Background Color"]
// [Description "The background color of transparent (lite) avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_Lite_Background: @sapDefault_Color;

// [Label "Avatar Hover Border Color"]
// [Description "The hover border color of the avatar."]
// [Tags "Base", "Avatar", "Color", "Protected"]
// [Protected "true"]
// [Category "Avatar"]
// [Type "color"]
@sapAvatar_Hover_BorderColor: @sapDefault_Color;

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

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

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

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

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

// [Label "Button Font Family"]
// [Description "A prioritized list of preferred font family names for buttons."]
// [Tags "Base", "Button", "Font", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "fontFamilies"]
@sapButton_FontFamily: @sapDefault_Font;

// [Label "Button Hover Background Color"]
// [Description "The background color of buttons on hover."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@sapButton_Hover_TextColor: @sapDefault_Color;

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

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

// [Label "Button Active Border Color"]
// [Description "The active (down) state border color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@sapButton_Active_TextColor: @sapDefault_Color;

// [Label "Emphasized Button Background Color"]
// [Description "The background color of emphasized buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@sapButton_Emphasized_BorderColor: @sapDefault_Color;

// [Label "Emphasized Button Border Width"]
// [Description "The border width of emphasized buttons."]
// [TranslationKey "sapButton_Emphasized_BorderWd"]
// [Tags "Base", "Button", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "borderWidth"]
@sapButton_Emphasized_BorderWidth: @sapDefault_Dimension;

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

// [Label "Emphasized Button Font Family"]
// [Description "A prioritized list of preferred font family names for emphasized buttons."]
// [Tags "Base", "Button", "Font", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "fontFamilies"]
@sapButton_Emphasized_FontFamily: @sapDefault_Font;

// [Label "Emphasized Button Hover Background Color"]
// [Description "The hover state background color of emphasized buttons."]
// [TranslationKey "sapButton_EmpHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Emphasized"]
// [Type "color"]
@sapButton_Emphasized_TextShadow: @sapDefault_Color;

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

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

// [Label "Reject Button Text Color"]
// [Description "The text and icon color of \"Reject\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Reject"]
// [Type "color"]
@sapButton_Reject_Selected_Hover_BorderColor: @sapDefault_Color;

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

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

// [Label "Accept Button Text Color"]
// [Description "The text and icon color of \"Accept\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Accept"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@sapButton_Lite_Background: @sapDefault_Color;

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

// [Label "Lite Button Text Color"]
// [Description "The text and icon color of transparent (lite) buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Lite"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@sapButton_Selected_Background: @sapDefault_Color;

// [Label "Selected Button Border Color"]
// [Description "The selected (toggled) state border color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@sapButton_Selected_Hover_BorderColor: @sapDefault_Color;

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

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

// [Label "Attention Button Text Color"]
// [Description "The text and icon color of attention buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Attention"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@sapButton_Negative_Background: @sapDefault_Color;

// [Label "Negative Button Border Color"]
// [Description "The border color of negative buttons."]
// [TranslationKey "sapButton_NegBrdClr"]
// [Tags "Base", "Button", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Negative"]
// [Type "color"]
@sapButton_Negative_Active_TextColor: @sapDefault_Color;

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

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

// [Label "Critical Button Text Color"]
// [Description "The text and icon color of critical buttons."]
// [Tags "Base", "Button", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Critical"]
// [Type "color"]
@sapButton_Critical_Active_TextColor: @sapDefault_Color;

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

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

// [Label "Success Button Text Color"]
// [Description "The text and icon color of success buttons."]
// [Tags "Base", "Button", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Success"]
// [Type "color"]
@sapButton_Success_Active_TextColor: @sapDefault_Color;

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

// [Label "Information Button Border Color"]
// [Description "The border color of information buttons."]
// [TranslationKey "sapButton_InfBrdClr"]
// [Tags "Base", "Button", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Information"]
// [Type "color"]
@sapButton_Information_Active_TextColor: @sapDefault_Color;

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

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

// [Label "Neutral Button Text Color"]
// [Description "The text and icon color of neutral buttons."]
// [Tags "Base", "Button", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Neutral"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Button", "Switch"]
// [Type "color"]
@sapButton_Handle_Positive_Hover_BorderColor: @sapDefault_Color;

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

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

// [Label "Token Border Radius"]
// [Description "Defines the corner radius of a token."]
// [Tags "Base", "Button", "Protected"]
// [Protected "true"]
// [Category "Button", "Token"]
// [Type "borderRadius"]
// [TranslationKey "sapButton_TokenBrdRd"]
@sapButton_TokenBorderCornerRadius: @sapDefault_BorderStyle;

// [Label "Selected Token Bottom Border Thickness"]
// [Description "Defines the additional thickness of the bottom border of selected tokens."]
// [Tags "Base", "Button", "Protected"]
// [Protected "true"]
// [Category "Button", "Token"]
// [Type "borderWidth"]
// [TranslationKey "sapButton_Selected_TokenBrdWdth"]
@sapButton_Selected_TokenBorderWidth: @sapDefault_BorderStyle;

// [Label "Read Only Token Background Color"]
// [Description "Defines the background color of a readonly a token."]
// [Tags "Base", "Button", "Protected"]
// [Protected "true"]
// [Category "Button", "Token"]
// [Type "color"]
// [TranslationKey "sapButton_ReadOnly_TokenBg"]
@sapButton_ReadOnly_TokenBackground: @sapDefault_Color;

// [Label "Button Segment Border Corner Radius"]
// [Description "The border corner radius inside a group of buttons."]
// [Tags "Base", "Button", "Protected"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "borderRadius"]
// [TranslationKey "sapButton_Segment_BrdRd"]
@sapButton_Segment_BorderCornerRadius: @sapDefault_BorderStyle;

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

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

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

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

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

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

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

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

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

// [Label "Field Shadow"]
// [Description "The shadow of an input field."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "boxShadow"]
@sapField_Shadow: @sapDefault_Shadow;

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

// [Label "Field Hover Background Image"]
// [Description "The background style of input fields on hover."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "asset"]
@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"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@sapField_Hover_HelpBackground: @sapDefault_Color;

// [Label "Field Hover Shadow"]
// [Description "The shadow of an input field on hover."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "boxShadow"]
@sapField_Hover_Shadow: @sapDefault_Shadow;

// [Label "Invalid Field Hover Shadow"]
// [Description "The shadow of an input field with invalid value on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "boxShadow"]
@sapField_Hover_InvalidShadow: @sapDefault_Shadow;

// [Label "Warning Field Hover Shadow"]
// [Description "The shadow of an input field indicating a warning on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "boxShadow"]
@sapField_Hover_WarningShadow: @sapDefault_Shadow;

// [Label "Success Field Hover Shadow"]
// [Description "The shadow of an input field indicating a successful user action on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "boxShadow"]
@sapField_Hover_SuccessShadow: @sapDefault_Shadow;

// [Label "Information Field Hover Shadow"]
// [Description "The shadow of an input field indicating an information status on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [TranslationKey "sapField_Hv_InformationShadow"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "boxShadow"]
@sapField_Hover_InformationShadow: @sapDefault_Shadow;

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

// [Label "Focused Field Background Color"]
// [Description "The background color of focused input fields."]
// [Tags "Base", "Field", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Input", "Readonly"]
// [Type "color"]
@sapField_ReadOnly_Background: @sapDefault_Color;

// [Label "Read Only Field Background Image"]
// [Description "The background style of read-only input fields."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [TranslationKey "sapField_ReadOnly_BgStyle"]
// [Category "Input", "Readonly"]
// [Type "asset"]
@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"]
// [Protected "true"]
// [Category "Input", "Readonly"]
// [Type "color"]
@sapField_ReadOnly_BorderColor: @sapDefault_Color;

// [Label "Read Only Field Border Style"]
// [Description "The border style of read-only input fields."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Readonly"]
// [Type "borderStyle"]
@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"]
// [Protected "true"]
// [Category "Input", "Readonly"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@sapField_RequiredColor: @sapDefault_Color;

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

// [Label "Invalid Field Background Color"]
// [Description "The background color of input fields with an invalid value."]
// [Tags "Base", "Field", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "color"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "asset"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "borderWidth"]
@sapField_InvalidBorderWidth: @sapDefault_Dimension;

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

// [Label "Invalid Field Shadow"]
// [Description "The shadow of an input field with invalid value."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "boxShadow"]
@sapField_InvalidShadow: @sapDefault_Shadow;

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

// [Label "Warning Field Background Color"]
// [Description "The background color of an input field indicating a warning."]
// [Tags "Base", "Field", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "color"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "asset"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "borderWidth"]
@sapField_WarningBorderWidth: @sapDefault_Dimension;

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

// [Label "Warning Field Shadow"]
// [Description "The shadow of an input field indicating a warning."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "boxShadow"]
@sapField_WarningShadow: @sapDefault_Shadow;

// [Label "Success Field Color"]
// [Description "The base color an input field indicating a successful user action."]
// [Tags "Base", "Field", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "color"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "asset"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "borderWidth"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "borderStyle"]
@sapField_SuccessBorderStyle: @sapDefault_BorderStyle;

// [Label "Success Field Shadow"]
// [Description "The shadow of an input field indicating a successful user action."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "boxShadow"]
@sapField_SuccessShadow: @sapDefault_Shadow;

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

// [Label "Information Field Background Color"]
// [Description "The background color of an input field indicating an information status."]
// [Tags "Base", "Field", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "color"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "asset"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "borderWidth"]
@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", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "borderStyle"]
@sapField_InformationBorderStyle: @sapDefault_BorderStyle;

// [Label "Information Field Shadow"]
// [Description "The shadow of an input field indicating an information status."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "boxShadow"]
@sapField_InformationShadow: @sapDefault_Shadow;

// [Label "Selector Field Hover Background Color"]
// [Description "The hover background color of selector fields (e.g. Checkboxes and Radio Buttons)."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
// [TranslationKey "sapField_Selector_Hover_Bg"]
@sapField_Selector_Hover_Background: @sapDefault_Color;

// [Label "Selector Invalid Field Hover Background Color"]
// [Description "The background color of selector fields (e.g. Checkboxes) with an invalid value on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "color"]
// [TranslationKey "sapField_Selector_Hover_InvBg"]
@sapField_Selector_Hover_InvalidBackground: @sapDefault_Color;

// [Label "Selector Warning Field Hover Background Color"]
// [Description "The background color of selector fields (e.g. Checkboxes) with an warning value on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "color"]
// [TranslationKey "sapField_Selector_Hover_WarnBg"]
@sapField_Selector_Hover_WarningBackground: @sapDefault_Color;

// [Label "Selector Success Field Hover Background Color"]
// [Description "The background color of selector fields (e.g. Checkboxes) with an success value on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "color"]
// [TranslationKey "sapField_Selector_Hover_SuccBg"]
@sapField_Selector_Hover_SuccessBackground: @sapDefault_Color;

// [Label "Selector Information Field Hover Background Color"]
// [Description "The background color of selector fields (e.g. Checkboxes) with an information value on hover."]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "color"]
// [TranslationKey "sapField_Selector_Hover_InfBg"]
@sapField_Selector_Hover_InformationBackground: @sapDefault_Color;

// [Label "Picker Border Color"]
// [Description "The border color of content pickers."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "color"]
@sapField_Picker_BorderColor: @sapDefault_Color;

// [Label "Picker Border Thickness"]
// [Description "The border thickness of content pickers."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "borderWidth"]
@sapField_Picker_BorderWidth: @sapDefault_BorderStyle;

// [Label "Selector Field Border Style"]
// [Description "The border style of selector fields (e.g. Checkboxes)."]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Standard"]
// [Type "borderStyle"]
@sapField_Selector_BorderStyle: @sapDefault_BorderStyle;

// [Label "Read Only Selector Field Border Style"]
// [Description "The border style of read-only selector fields (e.g. Checkboxes)."]
// [TranslationKey "sapField_Selector_Ro_BrdSty"]
// [Tags "Base", "Field", "Protected"]
// [Protected "true"]
// [Category "Input", "Readonly"]
// [Type "borderStyle"]
@sapField_Selector_ReadOnly_BorderStyle: @sapDefault_BorderStyle;

// [Label "Invalid Selector Field Border Style"]
// [Description "The border style of selector fields (e.g. Checkboxes) with an invalid value."]
// [TranslationKey "sapField_Selector_InvBrdSty"]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Invalid"]
// [Type "borderStyle"]
@sapField_Selector_InvalidBorderStyle: @sapDefault_BorderStyle;

// [Label "Warning Selector Field Border Style"]
// [Description "The border style of selector fields (e.g. Checkboxes) indicating a warning."]
// [TranslationKey "sapField_Selector_WarnBrdSty"]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Warning"]
// [Type "borderStyle"]
@sapField_Selector_WarningBorderStyle: @sapDefault_BorderStyle;

// [Label "Success Selector Field Border Style"]
// [Description "The border style of selector fields (e.g. Checkboxes) indicating a successful user action."]
// [TranslationKey "sapField_Selector_SucBrdSty"]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Success"]
// [Type "borderStyle"]
@sapField_Selector_SuccessBorderStyle: @sapDefault_BorderStyle;

// [Label "Information Selector Field Border Style"]
// [Description "The border style of selector fields (e.g. Checkboxes) indicating an information status."]
// [TranslationKey "sapField_Selector_InfBrdSty"]
// [Tags "Base", "Field", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Input", "Information"]
// [Type "borderStyle"]
@sapField_Selector_InformationBorderStyle: @sapDefault_BorderStyle;

// [Label "Group Title Border Thickness"]
// [Description "The thickness of the bottom border of the group header area."]
// [Tags "Base", "Group", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "borderWidth"]
@sapGroup_TitleBorderWidth: @sapDefault_Dimension;

// [Label "Group Title Background Color"]
// [Description "The background color of the group header area."]
// [Tags "Base", "Group", "Color", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Container"]
// [Type "color"]
@sapGroup_TitleBorderColor: @sapDefault_Color;

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

// [Label "Group Title Font Size"]
// [Description "The font size of the group title."]
// [Tags "Base", "Group", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "fontSizes"]
@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"]
// [Protected "true"]
// [Category "Container"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Container"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Container"]
// [Type "borderWidth"]
@sapGroup_BorderWidth: @sapDefault_Dimension;

// [Label "Group Corner Radius"]
// [Description "Defines whether a group has rounded corners."]
// [Tags "Base", "Group", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "borderRadius"]
@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"]
// [Protected "true"]
// [Category "Resource"]
// [Type "color"]
@sapGroup_FooterBackground: @sapDefault_Color;

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

// [Label "Toolbar Separator Color"]
// [Description "The color of a toolbar's separators."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
// [Protected "true"]
// [Category "Toolbar"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "borderWidth"]
@sapList_BorderWidth: @sapDefault_Dimension;

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

// [Label "List Active Text Color"]
// [Description "The text color for active list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@sapList_SelectionBackgroundColor: @sapDefault_Color;

// [Label "List Selection Border Color"]
// [Description "The border color for selected list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@sapList_Hover_SelectionBackground: @sapDefault_Color;

// [Label "List Background Color"]
// [Description "The background color of list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@sapList_Hover_Background: @sapDefault_Color;

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

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

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

// [Label "List Group Header Text Color"]
// [Description "The text color of list group headers."]
// [Tags "Base", "List", "Color", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@sapList_TableGroupHeaderTextColor: @sapDefault_Color;

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

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

// [Label "Table Footer Border Color"]
// [Description "The border color of table footers."]
// [Tags "Base", "List", "Color", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@sapList_TableFixedBorderColor: @sapDefault_Color;

// [Label "Table Fixed Column Border Thickness"]
// [Description "The thickness of the vertical border of fixed columns."]
// [Tags "Base", "List", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "borderWidth"]
// [TranslationKey "sapList_TableFixedColBrdWdth"]
@sapList_TableFixedColumnBorderWidth: @sapDefault_Dimension;

// [Label "Table Fixed Row Border Thickness"]
// [Description "The border thickness for fixed border rows."]
// [Tags "Base", "List", "Protected"]
// [Protected "true"]
// [Category "List"]
// [Type "borderWidth"]
// [TranslationKey "sapList_TableFixedRowBrdWdth"]
@sapList_TableFixedRowBorderWidth: @sapDefault_Dimension;

// [Label "Message Border Width"]
// [Description "The border width of message controls."]
// [Tags "Base", "Message", "Color", "Protected"]
// [Protected "true"]
// [Category "Message"]
// [Type "color"]
@sapMessage_BorderWidth: @sapDefault_Dimension;

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

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

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

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

// [Label "Message Button Hover Background"]
// [Description "The background of hovered buttons in message controls."]
// [Tags "Base", "Message", "Color", "Protected"]
// [Protected "true"]
// [Category "Message"]
// [Type "color"]
// [TranslationKey "sapMessage_Button_Hover_Bg"]
@sapMessage_Button_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Progress Font Size"]
// [Description "The font size of progress bars."]
// [Tags "Base", "Progress", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Progress", "Standard"]
// [Type "fontSizes"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@sapProgress_NegativeBorderColor: @sapDefault_Color;

// [Label "Negative Progress Text Color"]
// [Description "The text color of the empty part of negative progress bars."]
// [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@sapProgress_CriticalBorderColor: @sapDefault_Color;

// [Label "Critical Progress Text Color"]
// [Description "The text color of the empty part of critical progress bars."]
// [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@sapProgress_PositiveBorderColor: @sapDefault_Color;

// [Label "Positive Progress Text Color"]
// [Description "The text color of the empty part of positive progress bars."]
// [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Progress", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Progress", "Standard"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Progress", "Standard"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Negative"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Critical"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Positive"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@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", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Progress", "Information"]
// [Type "color"]
@sapProgress_Value_InformationTextColor: @sapDefault_Color;

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

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

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

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

// [Label "Scrollbar Dimension"]
// [Description "The size of the scrollbar."]
// [Tags "Base", "Scrollbar", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Scrollbar"]
// [Type "sizing"]
@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"]
// [Protected "true"]
// [Category "Scrollbar"]
// [Type "color"]
@sapScrollBar_Hover_FaceColor: @sapDefault_Color;

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

// [Label "Slider Border Color"]
// [Description "The border color of the slider."]
// [Tags "Base", "Slider", "Color", "Protected"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@sapSlider_Selected_BorderColor: @sapDefault_Color;

// [Label "Slider Selected Dimension"]
// [Description "The dimension of the selected part of the slider; usually the width, for vertical sliders the height."]
// [Tags "Base", "Slider", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Slider"]
// [Type "dimension"]
@sapSlider_Selected_Dimension: @sapDefault_Dimension;

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

// [Label "Slider Handle Border Color"]
// [Description "The border color of the slider handle."]
// [Tags "Base", "Slider", "Color", "Protected"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Slider"]
// [Type "color"]
@sapSlider_Active_RangeHandleBackground: @sapDefault_Color;

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

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

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

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

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

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

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

// [Label "Info Bar Hover Background Color"]
// [Description "The hover state of info bar (contextual filter)."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
// [Protected "true"]
// [Category "Toolbar"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Toolbar"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Toolbar"]
// [Type "color"]
@sapInfobar_NonInteractive_Background: @sapDefault_Color;

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

// [Label "Object Header Background Color"]
// [Description "The background color of object headers."]
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "color"]
@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", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "color"]
@sapObjectHeader_Hover_Background: @sapDefault_Color;

// [Label "Object Header Border Color"]
// [Description "The border color of object layout headers."]
// [Tags "Base", "Page", "Color", "Protected", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "color"]
@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", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "color"]
@sapObjectHeader_Title_TextColor: @sapDefault_Color;

// [Label "Object Header Title Font Size"]
// [Description "The font size of object header titles."]
// [Tags "Base", "Page", "Dimension", "Protected", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "fontSizes"]
@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", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "fontSizes"]
@sapObjectHeader_Title_SnappedFontSize: @sapDefault_Dimension;

// [Label "Object Header Title Font Family"]
// [Description "A prioritized list of preferred font family names for object header titles."]
// [TranslationKey "sapObjectHeader_TtlFntFmly"]
// [Tags "Base", "Page", "Font", "Protected", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "fontFamilies"]
@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", "ObjectHeader"]
// [Protected "true"]
// [Category "ObjectHeader"]
// [Type "color"]
@sapObjectHeader_Subtitle_TextColor: @sapDefault_Color;

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

// [Label "Block Layer Opacity"]
// [Description "The opacity of a block layer background which is e.g. in the back of a dialog."]
// [Tags "Base", "Page", "Opacity", "Protected"]
// [Protected "true"]
// [Category "Container"]
// [Type "opacity"]
@sapBlockLayer_Opacity: @sapDefault_Dimension;

// [Label "Tab Text Color"]
// [Description "The text color of tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_TextColor: @sapDefault_Color;

// [Label "Tab Foreground Color"]
// [Description "The color of foreground elements of tabs, e.g. buttons or selection bars."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_ForegroundColor: @sapDefault_Color;

// [Label "Tab Icon Color"]
// [Description "The icon color of tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_IconColor: @sapDefault_Color;

// [Label "Tab Background Color"]
// [Description "The background color of tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_Background: @sapDefault_Color;

// [Label "Tab Selected Text Color"]
// [Description "The text color of selected tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_Selected_TextColor: @sapDefault_Color;

// [Label "Tab Selected Icon Color"]
// [Description "The icon color of selected tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_Selected_IconColor: @sapDefault_Color;

// [Label "Tab Selected Background Color"]
// [Description "The background color of selected tabs."]
// [Tags "Base", "Tab", "Color", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "color"]
@sapTab_Selected_Background: @sapDefault_Color;

// [Label "Tab Selected Indicator Dimension"]
// [Description "The width, or in the case of vertical tabs the height, of indicators, e.g. bars, of selected tabs."]
// [Tags "Base", "Tab", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Tab"]
// [Type "dimension"]
// [TranslationKey "sapTab_Selected_Indicator_Dim"]
@sapTab_Selected_Indicator_Dimension: @sapDefault_Dimension;

// [Label "Tab Positive Text Color"]
// [Description "The text color of tabs indicating a positive state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
@sapTab_Positive_TextColor: @sapDefault_Color;

// [Label "Tab Positive Foreground Color"]
// [Description "The color of foreground elements of tabs indicating a positive state, e.g. buttons or selection bars."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
@sapTab_Positive_ForegroundColor: @sapDefault_Color;

// [Label "Tab Positive Icon Color"]
// [Description "The icon color of tabs indicating a positive state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
@sapTab_Positive_IconColor: @sapDefault_Color;

// [Label "Tab Positive Selected Text Color"]
// [Description "The text color of selected tabs indicating a positive state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
// [TranslationKey "sapTab_Positive_Selected_TxtClr"]
@sapTab_Positive_Selected_TextColor: @sapDefault_Color;

// [Label "Tab Positive Selected Icon Color"]
// [Description "The icon color of selected tabs indicating a positive state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
// [TranslationKey "sapTab_Positive_Selected_IcoClr"]
@sapTab_Positive_Selected_IconColor: @sapDefault_Color;

// [Label "Tab Positive Selected Background Color"]
// [Description "The background color of selected tabs indicating a positive state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Positive"]
// [Type "color"]
// [TranslationKey "sapTab_Positive_Selected_Bg"]
@sapTab_Positive_Selected_Background: @sapDefault_Color;

// [Label "Tab Negative Text Color"]
// [Description "The text color of tabs indicating a negative state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
@sapTab_Negative_TextColor: @sapDefault_Color;

// [Label "Tab Negative Foreground Color"]
// [Description "The color of foreground elements of tabs indicating a negative state, e.g. buttons or selection bars."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
@sapTab_Negative_ForegroundColor: @sapDefault_Color;

// [Label "Tab Negative Icon Color"]
// [Description "The icon color of tabs indicating a negative state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
@sapTab_Negative_IconColor: @sapDefault_Color;

// [Label "Tab Negative Selected Text Color"]
// [Description "The text color of selected tabs indicating a negative state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
// [TranslationKey "sapTab_Negative_Selected_TxtClr"]
@sapTab_Negative_Selected_TextColor: @sapDefault_Color;

// [Label "Tab Negative Selected Icon Color"]
// [Description "The icon color of selected tabs indicating a negative state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
// [TranslationKey "sapTab_Negative_Selected_IcoClr"]
@sapTab_Negative_Selected_IconColor: @sapDefault_Color;

// [Label "Tab Negative Selected Background Color"]
// [Description "The background color of selected tabs indicating a negative state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Negative"]
// [Type "color"]
// [TranslationKey "sapTab_Negative_Selected_Bg"]
@sapTab_Negative_Selected_Background: @sapDefault_Color;

// [Label "Tab Critical Text Color"]
// [Description "The text color of tabs indicating a critical state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
@sapTab_Critical_TextColor: @sapDefault_Color;

// [Label "Tab Critical Foreground Color"]
// [Description "The color of foreground elements of tabs indicating a critical state, e.g. buttons or selection bars."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
@sapTab_Critical_ForegroundColor: @sapDefault_Color;

// [Label "Tab Critical Icon Color"]
// [Description "The icon color of tabs indicating a critical state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
@sapTab_Critical_IconColor: @sapDefault_Color;

// [Label "Tab Critical Selected Text Color"]
// [Description "The text color of selected tabs indicating a critical state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
// [TranslationKey "sapTab_Critical_Selected_TxtClr"]
@sapTab_Critical_Selected_TextColor: @sapDefault_Color;

// [Label "Tab Critical Selected Icon Color"]
// [Description "The icon color of selected tabs indicating a critical state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
// [TranslationKey "sapTab_Critical_Selected_IcoClr"]
@sapTab_Critical_Selected_IconColor: @sapDefault_Color;

// [Label "Tab Critical Selected Background Color"]
// [Description "The background color of selected tabs indicating a critical state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Critical"]
// [Type "color"]
// [TranslationKey "sapTab_Critical_Selected_Bg"]
@sapTab_Critical_Selected_Background: @sapDefault_Color;

// [Label "Tab Neutral Text Color"]
// [Description "The text color of tabs indicating a neutral state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
@sapTab_Neutral_TextColor: @sapDefault_Color;

// [Label "Tab Neutral Foreground Color"]
// [Description "The color of foreground elements of tabs indicating a neutral state, e.g. buttons or selection bars."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
@sapTab_Neutral_ForegroundColor: @sapDefault_Color;

// [Label "Tab Neutral Icon Color"]
// [Description "The icon color of tabs indicating a neutral state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
@sapTab_Neutral_IconColor: @sapDefault_Color;

// [Label "Tab Neutral Selected Text Color"]
// [Description "The text color of selected tabs indicating a neutral state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
// [TranslationKey "sapTab_Neutral_Selected_TxtClr"]
@sapTab_Neutral_Selected_TextColor: @sapDefault_Color;

// [Label "Tab Neutral Selected Icon Color"]
// [Description "The icon color of selected tabs indicating a neutral state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
// [TranslationKey "sapTab_Neutral_Selected_IcoClr"]
@sapTab_Neutral_Selected_IconColor: @sapDefault_Color;

// [Label "Tab Neutral Selected Background Color"]
// [Description "The background color of selected tabs indicating a neutral state."]
// [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Tab", "Neutral"]
// [Type "color"]
// [TranslationKey "sapTab_Neutral_Selected_Bg"]
@sapTab_Neutral_Selected_Background: @sapDefault_Color;

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

// [Label "Tile Hover Background Color"]
// [Description "The hover state background color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@sapTile_Active_Background: @sapDefault_Color;

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

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

// [Label "Tile Title Text Color"]
// [Description "The color of titles in tile and card headers."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@sapTile_TitleTextColor: @sapDefault_Color;

// [Label "Tile Text Color"]
// [Description "The color of text on tile and card headers."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@sapTile_TextColor: @sapDefault_Color;

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

// [Label "Tile Separator Border Color"]
// [Description "The color of the visual divider between card header elements."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@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"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@sapTile_Interactive_BorderColor: @sapDefault_Color;

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

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

// [Label "Tile Content Hover Background Color"]
// [Description "The hover background color of the content on tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
@sapTile_Hover_ContentBackground: @sapDefault_Color;

// [Label "Tile Content Active Background Color"]
// [Description "The active background color of the content on tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
// [Protected "true"]
// [Category "Tile"]
// [Type "color"]
// [TranslationKey "sapTile_Active_ContentBg"]
@sapTile_Active_ContentBackground: @sapDefault_Color;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Indication Color 1 Hover Background"]
// [Description "The hover state background color for elements showing indication 1."]
// [TranslationKey "sapIndication1HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Active_Background: @sapDefault_Color;

// [Label "Indication Color 1 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 1."]
// [TranslationKey "sapIndication1ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 1 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 1."]
// [TranslationKey "sapIndication1ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 1 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 1."]
// [TranslationKey "sapIndication1SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 1 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 1."]
// [TranslationKey "sapIndication1SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 1 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 1."]
// [TranslationKey "sapIndication1SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 1b"]
// [Description "The color for elements showing a less prominent shade of indication 1."]
// [TranslationKey "sapIndication1b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1b: @sapDefault_Color;

// [Label "Indication Color 1b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 1."]
// [TranslationKey "sapIndication1bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1b_TextColor: @sapDefault_Color;

// [Label "Indication Color 1b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 1."]
// [TranslationKey "sapIndication1bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1b_Background: @sapDefault_Color;

// [Label "Indication Color 1b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 1."]
// [TranslationKey "sapIndication1bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 1b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 1."]
// [TranslationKey "sapIndication1bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_1b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 2 Hover Background"]
// [Description "The hover state background color for elements showing indication 2."]
// [TranslationKey "sapIndication2HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Active_Background: @sapDefault_Color;

// [Label "Indication Color 2 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 2."]
// [TranslationKey "sapIndication2ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 2 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 2."]
// [TranslationKey "sapIndication2ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 2 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 2."]
// [TranslationKey "sapIndication2SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 2 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 2."]
// [TranslationKey "sapIndication2SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 2 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 2."]
// [TranslationKey "sapIndication2SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 2b"]
// [Description "The color for elements showing a less prominent shade of indication 2."]
// [TranslationKey "sapIndication2b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2b: @sapDefault_Color;

// [Label "Indication Color 2b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 2."]
// [TranslationKey "sapIndication2bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2b_TextColor: @sapDefault_Color;

// [Label "Indication Color 2b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 2."]
// [TranslationKey "sapIndication2bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2b_Background: @sapDefault_Color;

// [Label "Indication Color 2b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 2."]
// [TranslationKey "sapIndication2bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 2b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 2."]
// [TranslationKey "sapIndication2bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_2b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 3 Hover Background"]
// [Description "The hover state background color for elements showing indication 3."]
// [TranslationKey "sapIndication3HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Active_Background: @sapDefault_Color;

// [Label "Indication Color 3 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 3."]
// [TranslationKey "sapIndication3ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 3 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 3."]
// [TranslationKey "sapIndication3ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 3 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 3."]
// [TranslationKey "sapIndication3SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 3 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 3."]
// [TranslationKey "sapIndication3SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 3 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 3."]
// [TranslationKey "sapIndication3SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 3b"]
// [Description "The color for elements showing a less prominent shade of indication 3."]
// [TranslationKey "sapIndication3b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3b: @sapDefault_Color;

// [Label "Indication Color 3b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 3."]
// [TranslationKey "sapIndication3bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3b_TextColor: @sapDefault_Color;

// [Label "Indication Color 3b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 3."]
// [TranslationKey "sapIndication3bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3b_Background: @sapDefault_Color;

// [Label "Indication Color 3b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 3."]
// [TranslationKey "sapIndication3bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 3b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 3."]
// [TranslationKey "sapIndication3bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_3b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 4 Hover Background"]
// [Description "The hover state background color for elements showing indication 4."]
// [TranslationKey "sapIndication4HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Active_Background: @sapDefault_Color;

// [Label "Indication Color 4 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 4."]
// [TranslationKey "sapIndication4ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 4 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 4."]
// [TranslationKey "sapIndication4ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 4 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 4."]
// [TranslationKey "sapIndication4SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 4 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 4."]
// [TranslationKey "sapIndication4SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 4 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 4."]
// [TranslationKey "sapIndication4SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 4b"]
// [Description "The color for elements showing a less prominent shade of indication 4."]
// [TranslationKey "sapIndication4b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4b: @sapDefault_Color;

// [Label "Indication Color 4b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 4."]
// [TranslationKey "sapIndication4bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4b_TextColor: @sapDefault_Color;

// [Label "Indication Color 4b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 4."]
// [TranslationKey "sapIndication4bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4b_Background: @sapDefault_Color;

// [Label "Indication Color 4b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 4."]
// [TranslationKey "sapIndication4bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 4b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 4."]
// [TranslationKey "sapIndication4bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_4b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 5 Hover Background"]
// [Description "The hover state background color for elements showing indication 5."]
// [TranslationKey "sapIndication5HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Active_Background: @sapDefault_Color;

// [Label "Indication Color 5 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 5."]
// [TranslationKey "sapIndication5ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 5 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 5."]
// [TranslationKey "sapIndication5ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 5 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 5."]
// [TranslationKey "sapIndication5SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 5 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 5."]
// [TranslationKey "sapIndication5SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 5 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 5."]
// [TranslationKey "sapIndication5SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 5b"]
// [Description "The color for elements showing a less prominent shade of indication 5."]
// [TranslationKey "sapIndication5b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5b: @sapDefault_Color;

// [Label "Indication Color 5b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 5."]
// [TranslationKey "sapIndication5bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5b_TextColor: @sapDefault_Color;

// [Label "Indication Color 5b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 5."]
// [TranslationKey "sapIndication5bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5b_Background: @sapDefault_Color;

// [Label "Indication Color 5b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 5."]
// [TranslationKey "sapIndication5bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 5b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 5."]
// [TranslationKey "sapIndication5bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_5b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 6 Hover Background"]
// [Description "The hover state background color for elements showing indication 6."]
// [TranslationKey "sapIndication6HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Active_Background: @sapDefault_Color;

// [Label "Indication Color 6 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 6."]
// [TranslationKey "sapIndication6ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 6 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 6."]
// [TranslationKey "sapIndication6ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 6 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 6."]
// [TranslationKey "sapIndication6SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 6 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 6."]
// [TranslationKey "sapIndication6SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 6 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 6."]
// [TranslationKey "sapIndication6SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 6b"]
// [Description "The color for elements showing a less prominent shade of indication 6."]
// [TranslationKey "sapIndication6b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6b: @sapDefault_Color;

// [Label "Indication Color 6b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 6."]
// [TranslationKey "sapIndication6bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6b_TextColor: @sapDefault_Color;

// [Label "Indication Color 6b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 6."]
// [TranslationKey "sapIndication6bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6b_Background: @sapDefault_Color;

// [Label "Indication Color 6b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 6."]
// [TranslationKey "sapIndication6bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 6b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 6."]
// [TranslationKey "sapIndication6bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_6b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 7 Hover Background"]
// [Description "The hover state background color for elements showing indication 7."]
// [TranslationKey "sapIndication7HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Active_Background: @sapDefault_Color;

// [Label "Indication Color 7 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 7."]
// [TranslationKey "sapIndication7ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 7 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 7."]
// [TranslationKey "sapIndication7ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 7 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 7."]
// [TranslationKey "sapIndication7SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 7 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 7."]
// [TranslationKey "sapIndication7SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 7 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 7."]
// [TranslationKey "sapIndication7SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 7b"]
// [Description "The color for elements showing a less prominent shade of indication 7."]
// [TranslationKey "sapIndication7b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7b: @sapDefault_Color;

// [Label "Indication Color 7b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 7."]
// [TranslationKey "sapIndication7bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7b_TextColor: @sapDefault_Color;

// [Label "Indication Color 7b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 7."]
// [TranslationKey "sapIndication7bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7b_Background: @sapDefault_Color;

// [Label "Indication Color 7b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 7."]
// [TranslationKey "sapIndication7bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 7b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 7."]
// [TranslationKey "sapIndication7bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_7b_Hover_Background: @sapDefault_Color;

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

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

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

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

// [Label "Indication Color 8 Hover Background"]
// [Description "The hover state background color for elements showing indication 8."]
// [TranslationKey "sapIndication8HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@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", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Active_Background: @sapDefault_Color;

// [Label "Indication Color 8 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 8."]
// [TranslationKey "sapIndication8ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 8 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 8."]
// [TranslationKey "sapIndication8ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 8 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 8."]
// [TranslationKey "sapIndication8SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 8 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 8."]
// [TranslationKey "sapIndication8SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 8 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 8."]
// [TranslationKey "sapIndication8SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 8b"]
// [Description "The color for elements showing a less prominent shade of indication 8."]
// [TranslationKey "sapIndication8b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8b: @sapDefault_Color;

// [Label "Indication Color 8b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 8."]
// [TranslationKey "sapIndication8bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8b_TextColor: @sapDefault_Color;

// [Label "Indication Color 8b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 8."]
// [TranslationKey "sapIndication8bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8b_Background: @sapDefault_Color;

// [Label "Indication Color 8b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 8."]
// [TranslationKey "sapIndication8bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 8b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 8."]
// [TranslationKey "sapIndication8bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_8b_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 9"]
// [Description "The color for elements showing indication 9."]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9: @sapDefault_Color;

// [Label "Indication Color 9 Background"]
// [Description "The background color for elements showing indication 9."]
// [TranslationKey "sapIndication9Bg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Background: @sapDefault_Color;

// [Label "Indication Color 9 Border Color"]
// [Description "The border color for elements showing indication 9."]
// [TranslationKey "sapIndication9Brd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_BorderColor: @sapDefault_Color;

// [Label "Indication Color 9 Text Color"]
// [Description "The text and icon color for elements showing indication 9."]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_TextColor: @sapDefault_Color;

// [Label "Indication Color 9 Hover Background"]
// [Description "The hover state background color for elements showing indication 9."]
// [TranslationKey "sapIndication9HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 9 Active Background"]
// [Description "The active (down) state background color for elements showing indication 9."]
// [TranslationKey "sapIndication9ActBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Active_Background: @sapDefault_Color;

// [Label "Indication Color 9 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 9."]
// [TranslationKey "sapIndication9ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 9 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 9."]
// [TranslationKey "sapIndication9ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 9 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 9."]
// [TranslationKey "sapIndication9SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 9 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 9."]
// [TranslationKey "sapIndication9SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 9 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 9."]
// [TranslationKey "sapIndication9SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 9b"]
// [Description "The color for elements showing a less prominent shade of indication 9."]
// [TranslationKey "sapIndication9b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9b: @sapDefault_Color;

// [Label "Indication Color 9b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 9."]
// [TranslationKey "sapIndication9bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9b_TextColor: @sapDefault_Color;

// [Label "Indication Color 9b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 9."]
// [TranslationKey "sapIndication9bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9b_Background: @sapDefault_Color;

// [Label "Indication Color 9b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 9."]
// [TranslationKey "sapIndication9bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 9b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 9."]
// [TranslationKey "sapIndication9bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_9b_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 10"]
// [Description "The color for elements showing indication 10."]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10: @sapDefault_Color;

// [Label "Indication Color 10 Background"]
// [Description "The background color for elements showing indication 10."]
// [TranslationKey "sapIndication10Bg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Background: @sapDefault_Color;

// [Label "Indication Color 10 Border Color"]
// [Description "The border color for elements showing indication 10."]
// [TranslationKey "sapIndication10Brd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_BorderColor: @sapDefault_Color;

// [Label "Indication Color 10 Text Color"]
// [Description "The text and icon color for elements showing indication 10."]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_TextColor: @sapDefault_Color;

// [Label "Indication Color 10 Hover Background"]
// [Description "The hover state background color for elements showing indication 10."]
// [TranslationKey "sapIndication10HvrBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 10 Active Background"]
// [Description "The active (down) state background color for elements showing indication 10."]
// [TranslationKey "sapIndication10ActBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Active_Background: @sapDefault_Color;

// [Label "Indication Color 10 Active Border Color"]
// [Description "The active (down) state border color for elements showing indication 10."]
// [TranslationKey "sapIndication10ActBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Active_BorderColor: @sapDefault_Color;

// [Label "Indication Color 10 Active Text Color"]
// [Description "The active (down) state text and icon color for elements showing indication 10."]
// [TranslationKey "sapIndication10ActTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Active_TextColor: @sapDefault_Color;

// [Label "Indication Color 10 Selected Background"]
// [Description "The selected (toggled) state background color for elements showing indication 10."]
// [TranslationKey "sapIndication10SelBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Selected_Background: @sapDefault_Color;

// [Label "Indication Color 10 Selected Border Color"]
// [Description "The selected (toggled) state border color for elements showing indication 10."]
// [TranslationKey "sapIndication10SelBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Selected_BorderColor: @sapDefault_Color;

// [Label "Indication Color 10 Selected Text Color"]
// [Description "The selected (toggled) state text and icon color for elements showing indication 10."]
// [TranslationKey "sapIndication10SelTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10_Selected_TextColor: @sapDefault_Color;

// [Label "Indication Color 10b"]
// [Description "The color for elements showing a less prominent shade of indication 10."]
// [TranslationKey "sapIndication10b"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10b: @sapDefault_Color;

// [Label "Indication Color 10b Text Color"]
// [Description "The text color for elements showing a less prominent shade of indication 10."]
// [TranslationKey "sapIndication10bTxt"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10b_TextColor: @sapDefault_Color;

// [Label "Indication Color 10b Background"]
// [Description "The background color for elements showing a less prominent shade of indication 10."]
// [TranslationKey "sapIndication10bBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10b_Background: @sapDefault_Color;

// [Label "Indication Color 10b Border Color"]
// [Description "The border color for elements showing a less prominent shade of indication 10."]
// [TranslationKey "sapIndication10bBrd"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10b_BorderColor: @sapDefault_Color;

// [Label "Indication Color 10b Hover Background"]
// [Description "The hover state background color for elements showing a less prominent shade of indication 10."]
// [TranslationKey "sapIndication10bHvBg"]
// [Tags "Base", "Color", "Indication", "Protected"]
// [Protected "true"]
// [Category "Indication"]
// [Type "color"]
@sapIndicationColor_10b_Hover_Background: @sapDefault_Color;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Color for Chart Background"]
// [Description "The background color of charts."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart"]
// [Type "color"]
@sapChart_Background: @sapDefault_Color;

// [Label "Contrast Text Shadow for Chart Text"]
// [Description "Used as the halo for chart text to enhance contrast."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart"]
// [Type "boxShadow"]
@sapChart_ContrastTextShadow: @sapDefault_Shadow;

// [Label "Contrast Shadow for Chart"]
// [Description "Used for contrast or inverted shadows in charts."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart"]
// [Type "color"]
@sapChart_ContrastShadowColor: @sapDefault_Color;

// [Label "Chart Color for Contrast Lines"]
// [Description "Chart Contrast Line Color."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Line"]
// [Type "color"]
@sapChart_ContrastLineColor: @sapDefault_Color;

// [Label "Chart Color for Lines in a Grid"]
// [Description "Chart Grid line Color."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Line"]
// [Type "color"]
@sapChart_LineColor_1: @sapDefault_Color;

// [Label "Chart Color for Axis Lines in a Grid"]
// [Description "Chart Category Axis Line Color."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Line"]
// [Type "color"]
@sapChart_LineColor_2: @sapDefault_Color;

// [Label "Chart Color for Lines"]
// [Description "Chart Reference Line Color."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Line"]
// [Type "color"]
@sapChart_LineColor_3: @sapDefault_Color;

// [Label "Color for Chart Choropleth Background"]
// [Description "The background color of choropleth charts. Used for charts with geographic/map visualizations."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Choropleth"]
// [Type "color"]
@sapChart_Choropleth_Background: @sapDefault_Color;

// [Label "Color for Chart Choropleth Region Background"]
// [Description "The background color of choropleth regions in charts. Used for charts with geographic/map visualizations."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Choropleth"]
// [Type "color"]
// [TranslationKey "sapChart_ChoroplethRg_Bg"]
@sapChart_ChoroplethRegion_Background: @sapDefault_Color;

// [Label "Color for Chart Choropleth Region Border Color"]
// [Description "The border color of choropleth regions in charts. Used for charts with geographic/map visualizations."]
// [Tags "Base", "Color", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Choropleth"]
// [Type "color"]
// [TranslationKey "sapChart_ChoroplethRg_BrdClr"]
@sapChart_ChoroplethRegion_BorderColor: @sapDefault_Color;

// [Label "Text Color for Cart Data"]
// [Description "The text color used for general chart text labels. Also used inside contrast statements for all the sequence text colors."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Data"]
// [Type "color"]
@sapChart_Data_TextColor: @sapDefault_Color;

// [Label "Contrast Text Color for Cart Data"]
// [Description "Used inside contrast statements for all the sequence text colors."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Data"]
// [Type "color"]
@sapChart_Data_ContrastTextColor: @sapDefault_Color;

// [Label "Color for Interactive Cart Data"]
// [Description "Used for hover and selected states of chart data points."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Data"]
// [Type "color"]
@sapChart_Data_InteractiveColor: @sapDefault_Color;

// [Label "Color for Active Cart Data Background"]
// [Description "Used for interactive chart labels."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Data"]
// [Type "color"]
@sapChart_Data_Active_Background: @sapDefault_Color;

// [Label "IBCS Chart Actual Color"]
// [Description "Color of values of the actual period in International Business Communication Standards (IBCS) charts."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "IBCS"]
// [Type "color"]
@sapChart_IBCS_Actual: @sapDefault_Color;

// [Label "IBCS Chart Previous Color"]
// [Description "Color of values of the previous period in International Business Communication Standards (IBCS) charts."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "IBCS"]
// [Type "color"]
@sapChart_IBCS_Previous: @sapDefault_Color;

// [Label "IBCS Chart Good Color"]
// [Description "Color of good values in International Business Communication Standards (IBCS) charts."]
// [Tags "Base", "Chart", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "IBCS"]
// [Type "color"]
@sapChart_IBCS_Good: @sapDefault_Color;

// [Label "IBCS Chart Bad Color"]
// [Description "Color of bad values in International Business Communication Standards (IBCS) charts."]
// [Tags "Base", "Chart", "Color", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "IBCS"]
// [Type "color"]
@sapChart_IBCS_Bad: @sapDefault_Color;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// [Label "Chart Color Sequence 1 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_P3_TxtClr"]
@sapChart_Sequence_1_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_P3_TxtShadow"]
@sapChart_Sequence_1_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_P2_TxtClr"]
@sapChart_Sequence_1_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_P2_TxtShadow"]
@sapChart_Sequence_1_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_P1_TxtClr"]
@sapChart_Sequence_1_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_P1_TxtShadow"]
@sapChart_Sequence_1_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 1"]
// [Description "This text color matches the base chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1"]
// [Description "This text shadow matches the base chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 1"]
// [Description "This border color matches the base chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 1 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_M1_TxtClr"]
@sapChart_Sequence_1_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_M1_TxtShadow"]
@sapChart_Sequence_1_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_M2_TxtClr"]
@sapChart_Sequence_1_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_M2_TxtShadow"]
@sapChart_Sequence_1_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_M3_TxtClr"]
@sapChart_Sequence_1_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_M3_TxtShadow"]
@sapChart_Sequence_1_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_M4_TxtClr"]
@sapChart_Sequence_1_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_M4_TxtShadow"]
@sapChart_Sequence_1_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 1 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_1_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 1 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_1_M5_TxtClr"]
@sapChart_Sequence_1_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 1 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 1."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_1_M5_TxtShadow"]
@sapChart_Sequence_1_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_P3_TxtClr"]
@sapChart_Sequence_2_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_P3_TxtShadow"]
@sapChart_Sequence_2_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_P2_TxtClr"]
@sapChart_Sequence_2_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_P2_TxtShadow"]
@sapChart_Sequence_2_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_P1_TxtClr"]
@sapChart_Sequence_2_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_P1_TxtShadow"]
@sapChart_Sequence_2_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 2"]
// [Description "This text color matches the base chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2"]
// [Description "This text shadow matches the base chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 2"]
// [Description "This border color matches the base chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 2 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_M1_TxtClr"]
@sapChart_Sequence_2_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_M1_TxtShadow"]
@sapChart_Sequence_2_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_M2_TxtClr"]
@sapChart_Sequence_2_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_M2_TxtShadow"]
@sapChart_Sequence_2_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_M3_TxtClr"]
@sapChart_Sequence_2_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_M3_TxtShadow"]
@sapChart_Sequence_2_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_M4_TxtClr"]
@sapChart_Sequence_2_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_M4_TxtShadow"]
@sapChart_Sequence_2_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 2 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_2_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 2 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_2_M5_TxtClr"]
@sapChart_Sequence_2_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 2 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 2."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_2_M5_TxtShadow"]
@sapChart_Sequence_2_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_P3_TxtClr"]
@sapChart_Sequence_3_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_P3_TxtShadow"]
@sapChart_Sequence_3_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_P2_TxtClr"]
@sapChart_Sequence_3_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_P2_TxtShadow"]
@sapChart_Sequence_3_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_P1_TxtClr"]
@sapChart_Sequence_3_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_P1_TxtShadow"]
@sapChart_Sequence_3_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 3"]
// [Description "This text color matches the base chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3"]
// [Description "This text shadow matches the base chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 3"]
// [Description "This border color matches the base chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 3 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_M1_TxtClr"]
@sapChart_Sequence_3_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_M1_TxtShadow"]
@sapChart_Sequence_3_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_M2_TxtClr"]
@sapChart_Sequence_3_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_M2_TxtShadow"]
@sapChart_Sequence_3_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_M3_TxtClr"]
@sapChart_Sequence_3_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_M3_TxtShadow"]
@sapChart_Sequence_3_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_M4_TxtClr"]
@sapChart_Sequence_3_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_M4_TxtShadow"]
@sapChart_Sequence_3_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 3 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_3_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 3 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_3_M5_TxtClr"]
@sapChart_Sequence_3_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 3 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 3."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_3_M5_TxtShadow"]
@sapChart_Sequence_3_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_P3_TxtClr"]
@sapChart_Sequence_4_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_P3_TxtShadow"]
@sapChart_Sequence_4_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_P2_TxtClr"]
@sapChart_Sequence_4_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_P2_TxtShadow"]
@sapChart_Sequence_4_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_P1_TxtClr"]
@sapChart_Sequence_4_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_P1_TxtShadow"]
@sapChart_Sequence_4_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 4"]
// [Description "This text color matches the base chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4"]
// [Description "This text shadow matches the base chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 4"]
// [Description "This border color matches the base chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 4 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_M1_TxtClr"]
@sapChart_Sequence_4_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_M1_TxtShadow"]
@sapChart_Sequence_4_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_M2_TxtClr"]
@sapChart_Sequence_4_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_M2_TxtShadow"]
@sapChart_Sequence_4_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_M3_TxtClr"]
@sapChart_Sequence_4_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_M3_TxtShadow"]
@sapChart_Sequence_4_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_M4_TxtClr"]
@sapChart_Sequence_4_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_M4_TxtShadow"]
@sapChart_Sequence_4_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 4 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_4_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 4 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_4_M5_TxtClr"]
@sapChart_Sequence_4_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 4 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 4."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_4_M5_TxtShadow"]
@sapChart_Sequence_4_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_P3_TxtClr"]
@sapChart_Sequence_5_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_P3_TxtShadow"]
@sapChart_Sequence_5_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_P2_TxtClr"]
@sapChart_Sequence_5_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_P2_TxtShadow"]
@sapChart_Sequence_5_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_P1_TxtClr"]
@sapChart_Sequence_5_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_P1_TxtShadow"]
@sapChart_Sequence_5_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 5"]
// [Description "This text color matches the base chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5"]
// [Description "This text shadow matches the base chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 5"]
// [Description "This border color matches the base chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 5 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_M1_TxtClr"]
@sapChart_Sequence_5_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_M1_TxtShadow"]
@sapChart_Sequence_5_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_M2_TxtClr"]
@sapChart_Sequence_5_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_M2_TxtShadow"]
@sapChart_Sequence_5_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_M3_TxtClr"]
@sapChart_Sequence_5_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_M3_TxtShadow"]
@sapChart_Sequence_5_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_M4_TxtClr"]
@sapChart_Sequence_5_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_M4_TxtShadow"]
@sapChart_Sequence_5_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 5 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_5_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 5 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_5_M5_TxtClr"]
@sapChart_Sequence_5_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 5 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 5."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_5_M5_TxtShadow"]
@sapChart_Sequence_5_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_P3_TxtClr"]
@sapChart_Sequence_6_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_P3_TxtShadow"]
@sapChart_Sequence_6_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_P2_TxtClr"]
@sapChart_Sequence_6_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_P2_TxtShadow"]
@sapChart_Sequence_6_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_P1_TxtClr"]
@sapChart_Sequence_6_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_P1_TxtShadow"]
@sapChart_Sequence_6_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 6"]
// [Description "This text color matches the base chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6"]
// [Description "This text shadow matches the base chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_6_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 6"]
// [Description "This border color matches the base chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 6 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_M1_TxtClr"]
@sapChart_Sequence_6_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_M1_TxtShadow"]
@sapChart_Sequence_6_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_M2_TxtClr"]
@sapChart_Sequence_6_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_M2_TxtShadow"]
@sapChart_Sequence_6_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_M3_TxtClr"]
@sapChart_Sequence_6_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_M3_TxtShadow"]
@sapChart_Sequence_6_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_M4_TxtClr"]
@sapChart_Sequence_6_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_M4_TxtShadow"]
@sapChart_Sequence_6_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 6 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_6_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 6 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_6_M5_TxtClr"]
@sapChart_Sequence_6_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 6 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 6."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_6_M5_TxtShadow"]
@sapChart_Sequence_6_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_P3_TxtClr"]
@sapChart_Sequence_7_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_P3_TxtShadow"]
@sapChart_Sequence_7_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_P2_TxtClr"]
@sapChart_Sequence_7_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_P2_TxtShadow"]
@sapChart_Sequence_7_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_P1_TxtClr"]
@sapChart_Sequence_7_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_P1_TxtShadow"]
@sapChart_Sequence_7_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 7"]
// [Description "This text color matches the base chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7"]
// [Description "This text shadow matches the base chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_7_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 7"]
// [Description "This border color matches the base chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 7 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_M1_TxtClr"]
@sapChart_Sequence_7_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_M1_TxtShadow"]
@sapChart_Sequence_7_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_M2_TxtClr"]
@sapChart_Sequence_7_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_M2_TxtShadow"]
@sapChart_Sequence_7_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_M3_TxtClr"]
@sapChart_Sequence_7_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_M3_TxtShadow"]
@sapChart_Sequence_7_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_M4_TxtClr"]
@sapChart_Sequence_7_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_M4_TxtShadow"]
@sapChart_Sequence_7_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 7 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_7_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 7 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_7_M5_TxtClr"]
@sapChart_Sequence_7_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 7 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 7."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_7_M5_TxtShadow"]
@sapChart_Sequence_7_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_P3_TxtClr"]
@sapChart_Sequence_8_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_P3_TxtShadow"]
@sapChart_Sequence_8_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_P2_TxtClr"]
@sapChart_Sequence_8_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_P2_TxtShadow"]
@sapChart_Sequence_8_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_P1_TxtClr"]
@sapChart_Sequence_8_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_P1_TxtShadow"]
@sapChart_Sequence_8_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 8"]
// [Description "This text color matches the base chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8"]
// [Description "This text shadow matches the base chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_8_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 8"]
// [Description "This border color matches the base chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 8 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_M1_TxtClr"]
@sapChart_Sequence_8_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_M1_TxtShadow"]
@sapChart_Sequence_8_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_M2_TxtClr"]
@sapChart_Sequence_8_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_M2_TxtShadow"]
@sapChart_Sequence_8_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_M3_TxtClr"]
@sapChart_Sequence_8_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_M3_TxtShadow"]
@sapChart_Sequence_8_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_M4_TxtClr"]
@sapChart_Sequence_8_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_M4_TxtShadow"]
@sapChart_Sequence_8_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 8 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_8_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 8 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_8_M5_TxtClr"]
@sapChart_Sequence_8_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 8 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 8."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_8_M5_TxtShadow"]
@sapChart_Sequence_8_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_P3_TxtClr"]
@sapChart_Sequence_9_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_P3_TxtShadow"]
@sapChart_Sequence_9_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_P2_TxtClr"]
@sapChart_Sequence_9_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_P2_TxtShadow"]
@sapChart_Sequence_9_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_P1_TxtClr"]
@sapChart_Sequence_9_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_P1_TxtShadow"]
@sapChart_Sequence_9_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 9"]
// [Description "This text color matches the base chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9"]
// [Description "This text shadow matches the base chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_9_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 9"]
// [Description "This border color matches the base chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 9 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_M1_TxtClr"]
@sapChart_Sequence_9_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_M1_TxtShadow"]
@sapChart_Sequence_9_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_M2_TxtClr"]
@sapChart_Sequence_9_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_M2_TxtShadow"]
@sapChart_Sequence_9_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_M3_TxtClr"]
@sapChart_Sequence_9_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_M3_TxtShadow"]
@sapChart_Sequence_9_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_M4_TxtClr"]
@sapChart_Sequence_9_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_M4_TxtShadow"]
@sapChart_Sequence_9_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 9 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_9_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 9 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_9_M5_TxtClr"]
@sapChart_Sequence_9_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 9 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 9."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_9_M5_TxtShadow"]
@sapChart_Sequence_9_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_P3_TxtClr"]
@sapChart_Sequence_10_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_P3_TxtShadow"]
@sapChart_Sequence_10_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_P2_TxtClr"]
@sapChart_Sequence_10_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_P2_TxtShadow"]
@sapChart_Sequence_10_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_P1_TxtClr"]
@sapChart_Sequence_10_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_P1_TxtShadow"]
@sapChart_Sequence_10_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 10"]
// [Description "This text color matches the base chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10"]
// [Description "This text shadow matches the base chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_10_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 10"]
// [Description "This border color matches the base chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_BrdClr"]
@sapChart_Sequence_10_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 10 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_M1_TxtClr"]
@sapChart_Sequence_10_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_M1_TxtShadow"]
@sapChart_Sequence_10_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_M2_TxtClr"]
@sapChart_Sequence_10_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_M2_TxtShadow"]
@sapChart_Sequence_10_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_M3_TxtClr"]
@sapChart_Sequence_10_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_M3_TxtShadow"]
@sapChart_Sequence_10_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_M4_TxtClr"]
@sapChart_Sequence_10_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_M4_TxtShadow"]
@sapChart_Sequence_10_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 10 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_10_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 10 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_10_M5_TxtClr"]
@sapChart_Sequence_10_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 10 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 10."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_10_M5_TxtShadow"]
@sapChart_Sequence_10_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_P3_TxtClr"]
@sapChart_Sequence_11_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_P3_TxtShadow"]
@sapChart_Sequence_11_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_P2_TxtClr"]
@sapChart_Sequence_11_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_P2_TxtShadow"]
@sapChart_Sequence_11_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_P1_TxtClr"]
@sapChart_Sequence_11_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_P1_TxtShadow"]
@sapChart_Sequence_11_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence 11"]
// [Description "This text color matches the base chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11"]
// [Description "This text shadow matches the base chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_11_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 11"]
// [Description "This border color matches the base chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_BrdClr"]
@sapChart_Sequence_11_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 11 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_M1_TxtClr"]
@sapChart_Sequence_11_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_M1_TxtShadow"]
@sapChart_Sequence_11_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_M2_TxtClr"]
@sapChart_Sequence_11_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_M2_TxtShadow"]
@sapChart_Sequence_11_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_M3_TxtClr"]
@sapChart_Sequence_11_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_M3_TxtShadow"]
@sapChart_Sequence_11_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_M4_TxtClr"]
@sapChart_Sequence_11_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_M4_TxtShadow"]
@sapChart_Sequence_11_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 11 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_11_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 11 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_11_M5_TxtClr"]
@sapChart_Sequence_11_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 11 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 11."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_11_M5_TxtShadow"]
@sapChart_Sequence_11_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_P3_TxtClr"]
@sapChart_Sequence_12_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_P3_TxtShadow"]
@sapChart_Sequence_12_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_P2_TxtClr"]
@sapChart_Sequence_12_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_P2_TxtShadow"]
@sapChart_Sequence_12_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_P1_TxtClr"]
@sapChart_Sequence_12_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_P1_TxtShadow"]
@sapChart_Sequence_12_Plus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12"]
// [Description "This color is the base chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12"]
// [Description "This text color matches the base chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12"]
// [Description "This text shadow matches the base chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
@sapChart_Sequence_12_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 12"]
// [Description "This border color matches the base chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_BrdClr"]
@sapChart_Sequence_12_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 12 Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_M1_TxtClr"]
@sapChart_Sequence_12_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_M1_TxtShadow"]
@sapChart_Sequence_12_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_M2_TxtClr"]
@sapChart_Sequence_12_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_M2_TxtShadow"]
@sapChart_Sequence_12_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_M3_TxtClr"]
@sapChart_Sequence_12_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_M3_TxtShadow"]
@sapChart_Sequence_12_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_M4_TxtClr"]
@sapChart_Sequence_12_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_M4_TxtShadow"]
@sapChart_Sequence_12_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 12 Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_12_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 12 Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_12_M5_TxtClr"]
@sapChart_Sequence_12_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 12 Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 12."]
// [Tags "Base", "Chart", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_12_M5_TxtShadow"]
@sapChart_Sequence_12_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_P3_TxtClr"]
@sapChart_Sequence_Bad_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_P3_TxtShadow"]
@sapChart_Sequence_Bad_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_P2_TxtClr"]
@sapChart_Sequence_Bad_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_P2_TxtShadow"]
@sapChart_Sequence_Bad_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_P1_TxtClr"]
@sapChart_Sequence_Bad_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_P1_TxtShadow"]
@sapChart_Sequence_Bad_Plus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad'"]
// [Description "This color is the base chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad'"]
// [Description "This text color matches the base chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad'"]
// [Description "This text shadow matches the base chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_TxtShadow"]
@sapChart_Sequence_Bad_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 'Bad'"]
// [Description "This border color matches the base chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_BrdClr"]
@sapChart_Sequence_Bad_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 'Bad' Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_M1_TxtClr"]
@sapChart_Sequence_Bad_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_M1_TxtShadow"]
@sapChart_Sequence_Bad_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_M2_TxtClr"]
@sapChart_Sequence_Bad_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_M2_TxtShadow"]
@sapChart_Sequence_Bad_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_M3_TxtClr"]
@sapChart_Sequence_Bad_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_M3_TxtShadow"]
@sapChart_Sequence_Bad_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_M4_TxtClr"]
@sapChart_Sequence_Bad_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_M4_TxtShadow"]
@sapChart_Sequence_Bad_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Bad' Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Bad_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Bad' Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Bad_M5_TxtClr"]
@sapChart_Sequence_Bad_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Bad' Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Bad'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Bad_M5_TxtShadow"]
@sapChart_Sequence_Bad_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P3"]
@sapChart_Sequence_Critical_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P3_TxtClr"]
@sapChart_Sequence_Critical_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_P3_TxtShadow"]
@sapChart_Sequence_Critical_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P2"]
@sapChart_Sequence_Critical_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P2_TxtClr"]
@sapChart_Sequence_Critical_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_P2_TxtShadow"]
@sapChart_Sequence_Critical_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P1"]
@sapChart_Sequence_Critical_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_P1_TxtClr"]
@sapChart_Sequence_Critical_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_P1_TxtShadow"]
@sapChart_Sequence_Critical_Plus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical'"]
// [Description "This color is the base chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Critical: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical'"]
// [Description "This text color matches the base chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_TxtClr"]
@sapChart_Sequence_Critical_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical'"]
// [Description "This text shadow matches the base chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_TxtShadow"]
@sapChart_Sequence_Critical_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 'Critical'"]
// [Description "This border color matches the base chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_BrdClr"]
@sapChart_Sequence_Critical_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 'Critical' Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M1"]
@sapChart_Sequence_Critical_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M1_TxtClr"]
@sapChart_Sequence_Critical_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_M1_TxtShadow"]
@sapChart_Sequence_Critical_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M2"]
@sapChart_Sequence_Critical_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M2_TxtClr"]
@sapChart_Sequence_Critical_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_M2_TxtShadow"]
@sapChart_Sequence_Critical_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M3"]
@sapChart_Sequence_Critical_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M3_TxtClr"]
@sapChart_Sequence_Critical_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_M3_TxtShadow"]
@sapChart_Sequence_Critical_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M4"]
@sapChart_Sequence_Critical_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M4_TxtClr"]
@sapChart_Sequence_Critical_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_M4_TxtShadow"]
@sapChart_Sequence_Critical_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Critical' Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M5"]
@sapChart_Sequence_Critical_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Critical' Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Crit_M5_TxtClr"]
@sapChart_Sequence_Critical_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Critical' Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Critical'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Crit_M5_TxtShadow"]
@sapChart_Sequence_Critical_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_P3_TxtClr"]
@sapChart_Sequence_Good_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_P3_TxtShadow"]
@sapChart_Sequence_Good_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_P2_TxtClr"]
@sapChart_Sequence_Good_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_P2_TxtShadow"]
@sapChart_Sequence_Good_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_P1_TxtClr"]
@sapChart_Sequence_Good_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_P1_TxtShadow"]
@sapChart_Sequence_Good_Plus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good'"]
// [Description "This color is the base chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good'"]
// [Description "This text color matches the base chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_TxtClr"]
@sapChart_Sequence_Good_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good'"]
// [Description "This text shadow matches the base chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_TxtShadow"]
@sapChart_Sequence_Good_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 'Good'"]
// [Description "This border color matches the base chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_BrdClr"]
@sapChart_Sequence_Good_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence 'Good' Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_M1_TxtClr"]
@sapChart_Sequence_Good_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_M1_TxtShadow"]
@sapChart_Sequence_Good_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_M2_TxtClr"]
@sapChart_Sequence_Good_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_M2_TxtShadow"]
@sapChart_Sequence_Good_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_M3_TxtClr"]
@sapChart_Sequence_Good_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_M3_TxtShadow"]
@sapChart_Sequence_Good_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_M4_TxtClr"]
@sapChart_Sequence_Good_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_M4_TxtShadow"]
@sapChart_Sequence_Good_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence 'Good' Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Good_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence 'Good' Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Good_M5_TxtClr"]
@sapChart_Sequence_Good_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Good' Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Good'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Good_M5_TxtShadow"]
@sapChart_Sequence_Good_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Plus 3"]
// [Description "This color is a 3 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Neutral_Plus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Plus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_P3_TxtClr"]
@sapChart_Sequence_Neutral_Plus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Plus 3"]
// [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_P3_TxtShadow"]
@sapChart_Sequence_Neutral_Plus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Plus 2"]
// [Description "This color is a 2 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Neutral_Plus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Plus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_P2_TxtClr"]
@sapChart_Sequence_Neutral_Plus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Plus 2"]
// [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_P2_TxtShadow"]
@sapChart_Sequence_Neutral_Plus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Plus 1"]
// [Description "This color is a 1 level less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
@sapChart_Sequence_Neutral_Plus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Plus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_P1_TxtClr"]
@sapChart_Sequence_Neutral_Plus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Plus 1"]
// [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_P1_TxtShadow"]
@sapChart_Sequence_Neutral_Plus1_TextShadow: @sapDefault_Shadow;

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

// [Label "Chart Text Color Sequence Neutral"]
// [Description "This text color matches the base chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_TxtClr"]
@sapChart_Sequence_Neutral_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral'"]
// [Description "This text shadow matches the base chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_TxtShadow"]
@sapChart_Sequence_Neutral_TextShadow: @sapDefault_Shadow;

// [Label "Chart Border Color Sequence 'Neutral'"]
// [Description "This border color matches the base chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_BrdClr"]
@sapChart_Sequence_Neutral_BorderColor: @sapDefault_Color;

// [Label "Chart Color Sequence Neutral Minus 1"]
// [Description "This color is a 1 level more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M1"]
@sapChart_Sequence_Neutral_Minus1: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Minus 1"]
// [Description "This text color matches a 1 level less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M1_TxtClr"]
@sapChart_Sequence_Neutral_Minus1_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Minus 1"]
// [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_M1_TxtShadow"]
@sapChart_Sequence_Neutral_Minus1_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Minus 2"]
// [Description "This color is a 2 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M2"]
@sapChart_Sequence_Neutral_Minus2: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Minus 2"]
// [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M2_TxtClr"]
@sapChart_Sequence_Neutral_Minus2_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Minus 2"]
// [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_M2_TxtShadow"]
@sapChart_Sequence_Neutral_Minus2_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Minus 3"]
// [Description "This color is a 3 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M3"]
@sapChart_Sequence_Neutral_Minus3: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Minus 3"]
// [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M3_TxtClr"]
@sapChart_Sequence_Neutral_Minus3_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Minus 3"]
// [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_M3_TxtShadow"]
@sapChart_Sequence_Neutral_Minus3_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Minus 4"]
// [Description "This color is a 4 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M4"]
@sapChart_Sequence_Neutral_Minus4: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Minus 4"]
// [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M4_TxtClr"]
@sapChart_Sequence_Neutral_Minus4_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Minus 4"]
// [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_M4_TxtShadow"]
@sapChart_Sequence_Neutral_Minus4_TextShadow: @sapDefault_Shadow;

// [Label "Chart Color Sequence Neutral Minus 5"]
// [Description "This color is a 5 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M5"]
@sapChart_Sequence_Neutral_Minus5: @sapDefault_Color;

// [Label "Chart Text Color Sequence Neutral Minus 5"]
// [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "color"]
// [TranslationKey "sapChart_Seq_Neut_M5_TxtClr"]
@sapChart_Sequence_Neutral_Minus5_TextColor: @sapDefault_Color;

// [Label "Chart Text Shadow Sequence 'Neutral' Minus 5"]
// [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Semantic", "Protected"]
// [Protected "true"]
// [Category "Chart", "Sequence"]
// [Type "boxShadow"]
// [TranslationKey "sapChart_Seq_Neut_M5_TxtShadow"]
@sapChart_Sequence_Neutral_Minus5_TextShadow: @sapDefault_Shadow;

// [Label "Breakpoint S Minimum"]
// [Description "Minimal width of small devices."]
// [Tags "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapBreakpoint_S_Min: @sapDefault_Dimension;

// [Label "Breakpoint M Minimum"]
// [Description "Minimal width of medium devices."]
// [Tags "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapBreakpoint_M_Min: @sapDefault_Dimension;

// [Label "Breakpoint L Minimum"]
// [Description "Minimal width of large devices."]
// [Tags "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapBreakpoint_L_Min: @sapDefault_Dimension;

// [Label "Breakpoint XL Minimum"]
// [Description "Minimal width of extra large devices."]
// [Tags "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapBreakpoint_XL_Min: @sapDefault_Dimension;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-TNT_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-TNT_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-TNT_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-Business-Suite_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-Business-Suite_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_SAP-icons-Business-Suite_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Regular_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Regular_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Regular_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Regular_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Bold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Bold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Bold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Bold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Semibold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Semibold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Semibold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Semibold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_SemiboldDuplex_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_SemiboldDuplex_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_SemiboldDuplex_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_SemiboldDuplex_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Light_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Light_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Light_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Light_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Black_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Black_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Black_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Black_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_BoldItalic_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_BoldItalic_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_BoldItalic_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_BoldItalic_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Condensed_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Condensed_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Condensed_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Condensed_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_CondensedBold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_CondensedBold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_CondensedBold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_CondensedBold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Italic_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Italic_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Italic_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72_Italic_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Regular_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Regular_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Regular_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Regular_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Bold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Bold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Bold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapFontUrl_72Mono_Bold_full_woff: none;

// [Label "SAP Theme Id"]
// [Description "Technical identifier of the SAP-provided theme or of the SAP-provided theme a custom theme is based on."]
// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "string"]
@sapSapThemeId: baseTheme;

// [Label "deprecated - Highlight Text Color"]
// [Description "The text color of highlighted screen elements (deprecated: not used anymore since Belize theme)."]
// [Tags "Quick", "Base", "Content", "Color", "Protected", "Deprecated"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Resource"]
// [Type "color"]
@sapHighlightTextColor: @sapDefault_Color;

// [Label "Default Background Color"]
// [Description "The default background color of this theme."]
// [Tags "ThemeSpecific", "Base", "Content", "Color", "Protected", "Deprecated"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Resource"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "List"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@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", "Protected", "Deprecated"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Button", "Standard"]
// [Type "color"]
@sapButton_Disabled_TextColor: @sapDeprecated_Color;

// [Label "deprecated - Emphasized Button Font Weight"]
// [Description "The font weight of emphasized buttons (deprecated: use @sapButton_Emphasized_FontFamily instead)."]
// [Tags "Base", "Button", "Protected", "Deprecated"]
// [Protected "true"]
// [Deprecated "true"]
// [Category "Button", "Emphasized"]
// [Type "fontWeights"]
@sapButton_Emphasized_FontWeight: unset;

// [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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Input", "Disabled"]
// [Type "color"]
@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", "Protected", "Deprecated"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Input", "Disabled"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Input", "Disabled"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Input", "Disabled"]
// [Type "color"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@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"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Internal"]
// [Type "sizing"]
@sapContent_ElementHeight_PX: @sapDeprecated_Dimension;

// [Label "deprecated - Shell Background Gradient"]
// [Description "deprecated - Linked to @sapShell_BackgroundImage for compatibility reasons."]
// [Tags "Base", "Shell", "Protected", "Deprecated"]
// [Deprecated "true"]
// [Protected "true"]
// [Category "Shell"]
// [Type "image"]
@sapShell_BackgroundGradient: @sapShell_BackgroundImage;

// [Tags "SapInternal", "Base", "URI", "Protected", "Deprecated"]
// [Protected "true"]
// [Deprecated "true"]
// [Category "Internal"]
// [Type "asset"]
@sapSvgLib_SAP-icons: none;

// [Tags "SapInternal", "Base", "URI", "Protected", "Deprecated"]
// [Protected "true"]
// [Deprecated "true"]
// [Category "Internal"]
// [Type "asset"]
@sapSvgLib_SAPGUI-icons: none;

// [Tags "SapInternal", "Base", "URI", "Protected", "Deprecated"]
// [Protected "true"]
// [Deprecated "true"]
// [Category "Internal"]
// [Type "asset"]
@sapSvgLib_SAPWeb-icons: none;
@sapCss_SvgIconBase: false;
@sapCss_SvgIconCritical: false;
@sapCss_SvgIconPositive: false;
@sapCss_SvgIconNegative: false;

// [Tags "SapInternal", "Base", "Color", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "color"]
@sapDeprecated_Color: lime;

// [Tags "SapInternal", "Base", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "dimension"]
@sapDeprecated_Dimension: 500px;

// [Tags "SapInternal", "Base", "Color", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "color"]
@sapDefault_Color: #111;

// [Tags "SapInternal", "Base", "Dimension", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "dimension"]
@sapDefault_Dimension: 111px;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "asset"]
@sapDefault_URI: url('./111');

// [Tags "SapInternal", "Base", "Font", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "fontFamilies"]
@sapDefault_Font: "111";

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "fontWeights"]
@sapDefault_FontWeight: bold;

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "number"]
@sapDefault_Float: 111.111;

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "boolean"]
@sapDefault_Boolean: false;

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "borderStyle"]
@sapDefault_BorderStyle: solid;

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "boxShadow"]
@sapDefault_Shadow: none;

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "string"]
@sapToBeDefined: ~"To Be Defined";

// [Tags "SapInternal", "Base", "Protected"]
// [Protected "true"]
// [Category "Internal"]
// [Type "string"]
@sapAt: ~"@";
@sapCss_SAP-icons: true;
@sapCss_SAP-icons-TNT: false;
@sapCss_SAP-icons-Business-Suite: false;
@sapCss_72: true;
@sapCss_72full: @sapCss_72;
@sapCss_72Bold: @sapCss_72;
@sapCss_72Boldfull: @sapCss_72Bold;
@sapCss_72Semibold: @sapCss_72;
@sapCss_72Semiboldfull: @sapCss_72Semibold;
@sapCss_72SemiboldDuplex: @sapCss_72;
@sapCss_72SemiboldDuplexfull: @sapCss_72SemiboldDuplex;
@sapCss_72Light: @sapCss_72;
@sapCss_72Lightfull: @sapCss_72Light;
@sapCss_72Black: @sapCss_72;
@sapCss_72Blackfull: @sapCss_72Black;
@sapCss_72BoldItalic: @sapCss_72;
@sapCss_72BoldItalicfull: @sapCss_72BoldItalic;
@sapCss_72Condensed: @sapCss_72;
@sapCss_72Condensedfull: @sapCss_72Condensed;
@sapCss_72CondensedBold: @sapCss_72;
@sapCss_72CondensedBoldfull: @sapCss_72CondensedBold;
@sapCss_72Italic: @sapCss_72;
@sapCss_72Italicfull: @sapCss_72Italic;
@sapCss_72Mono: @sapCss_72;
@sapCss_72Monofull: @sapCss_72Mono;
@sapCss_72MonoBold: @sapCss_72Mono;
@sapCss_72MonoBoldfull: @sapCss_72MonoBold;
/*!SAP_POSTPROCESS_REDUCE_START*/
/*<SAP_FREETEXT_LESS>*/
.sapCss_SAP-icons() when (@sapCss_SAP-icons) {
@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;
}
}
.sapCss_SAP-icons();
.sapCss_SAP-icons-TNT() when (@sapCss_SAP-icons-TNT) {
@font-face {
font-family: 'SAP-icons-TNT';
src: @sapFontUrl_SAP-icons-TNT_woff2 format('woff2'), @sapFontUrl_SAP-icons-TNT_woff format('woff'), @sapFontUrl_SAP-icons-TNT_ttf format('truetype'), local('SAP-icons-TNT');
font-weight: normal;
font-style: normal;
}
}
.sapCss_SAP-icons-TNT();
.sapCss_SAP-icons-Business-Suite() when (@sapCss_SAP-icons-Business-Suite) {
@font-face {
font-family: 'SAP-icons-Business-Suite';
src: @sapFontUrl_SAP-icons-Business-Suite_woff2 format('woff2'), @sapFontUrl_SAP-icons-Business-Suite_woff format('woff'), @sapFontUrl_SAP-icons-Business-Suite_ttf format('truetype'), local('SAP-icons-Business-Suite_woff2');
font-weight: normal;
font-style: normal;
}
}
.sapCss_SAP-icons-Business-Suite();
.sapCss_72() when (@sapCss_72) {
@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');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72();
.sapCss_72full() when (@sapCss_72full) {
@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');
}
}
.sapCss_72full();
.sapCss_72Bold() when (@sapCss_72Bold) {
@font-face {
font-family: '72-Bold';
src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 700;
src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Bold();
.sapCss_72Boldfull() when (@sapCss_72Boldfull) {
@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');
}
}
.sapCss_72Boldfull();
.sapCss_72Semibold() when (@sapCss_72Semibold) {
@font-face {
font-family: '72-Semibold';
src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 600;
src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Semibold();
.sapCss_72Semiboldfull() when (@sapCss_72Semiboldfull) {
@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');
}
}
.sapCss_72Semiboldfull();
.sapCss_72SemiboldDuplex() when (@sapCss_72SemiboldDuplex) {
@font-face {
font-family: '72-SemiboldDuplex';
src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72SemiboldDuplex();
.sapCss_72SemiboldDuplexfull() when (@sapCss_72SemiboldDuplexfull) {
@font-face {
font-family: '72-SemiboldDuplexfull';
src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
}
}
.sapCss_72SemiboldDuplexfull();
.sapCss_72Light() when (@sapCss_72Light) {
@font-face {
font-family: '72-Light';
src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 300;
src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Light();
.sapCss_72Lightfull() when (@sapCss_72Lightfull) {
@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');
}
}
.sapCss_72Lightfull();
.sapCss_72Black() when (@sapCss_72Black) {
@font-face {
font-family: '72Black';
src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 900;
src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Black();
.sapCss_72Blackfull() when (@sapCss_72Blackfull) {
@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');
}
}
.sapCss_72Blackfull();
.sapCss_72BoldItalic() when (@sapCss_72BoldItalic) {
@font-face {
font-family: '72-BoldItalic';
src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: italic;
font-weight: 700;
src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72BoldItalic();
.sapCss_72BoldItalicfull() when (@sapCss_72BoldItalicfull) {
@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');
}
}
.sapCss_72BoldItalicfull();
.sapCss_72Condensed() when (@sapCss_72Condensed) {
@font-face {
font-family: '72-Condensed';
src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 400;
font-stretch: condensed;
src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Condensed();
.sapCss_72Condensedfull() when (@sapCss_72Condensedfull) {
@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');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Condensedfull();
.sapCss_72CondensedBold() when (@sapCss_72CondensedBold) {
@font-face {
font-family: '72-CondensedBold';
src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: normal;
font-weight: 700;
font-stretch: condensed;
src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72CondensedBold();
.sapCss_72CondensedBoldfull() when (@sapCss_72CondensedBoldfull) {
@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');
}
}
.sapCss_72CondensedBoldfull();
.sapCss_72Italic() when (@sapCss_72Italic) {
@font-face {
font-family: '72-Italic';
src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
@font-face {
font-family: '72';
font-style: italic;
font-weight: 400;
src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Italic();
.sapCss_72Italicfull() when (@sapCss_72Italicfull) {
@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');
}
}
.sapCss_72Italicfull();
.sapCss_72Mono() when (@sapCss_72Mono) {
@font-face {
font-family: '72Mono';
src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72Mono();
.sapCss_72Monofull() when (@sapCss_72Monofull) {
@font-face {
font-family: '72Monofull';
src: @sapFontUrl_72Mono_Regular_full_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_full_woff format('woff');
}
}
.sapCss_72Monofull();
.sapCss_72MonoBold() when (@sapCss_72MonoBold) {
@font-face {
font-family: '72Mono-Bold';
src: @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff'), local('72Mono-Bold');
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
}
}
.sapCss_72MonoBold();
.sapCss_72MonoBoldfull() when (@sapCss_72MonoBoldfull) {
@font-face {
font-family: '72Mono-Boldfull';
src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
}
}
.sapCss_72MonoBoldfull();
/*</SAP_FREETEXT_LESS>*//*!SAP_POSTPROCESS_REDUCE_END*/
