{
    "componentspecificsettings": {
        "headerline": {
            "backgroundColor":  "#Transparent#",
            "imageButtonBackgroundColor":  "#Color6#",
            "imageButtonFontColor":  "#Color4#",
            "imageButtonBorderColor":  "#Color6#",
            "imageButtonPressedBackgroundColor":  "#Color5#",
            "imageButtonPressedFontColor":  "#Color1#",
            "imageButtonPressedBorderColor":  "#Color6#",

            "_imgStyle": {
                "display": "inline-block",
                "verticalAlign": "middle",
                "marginLeft": "16px",
                "marginRight": "6px"
            },
            "_textStyle": {
                "display": "inline-block",
                "marginRight": "16px",
                "whiteSpace": "nowrap",
                "overflow": "hidden",
                "textOverflow": "ellipsis",
                "maxWidth": "180px",
                "font": "#_FontRegular12#",
                "verticalAlign": "middle"
            },
            "_badgeStyle": {
                "display": "inline-block",
                "verticalAlign": "middle",
                "padding": "4px 4px 0px 4px",
                "font": "#_FontMedium12#",
                "fontFamily": "Bold",
                "marginRight": "6px",
                "marginLeft": "6px",
                "maxWidth": "72px",
                "overflow": "hidden",
                "textOverflow": "ellipsis",
                "whiteSpace": "nowrap",
                "borderRadius": "20px",
                "minWidth": "20px",
                "height": "20px"
            },
            "_buttonStyle": {
                "padding": "0 0 0 0",
                "backgroundColor": "#imageButtonBackgroundColor#",
                "color": "#imageButtonFontColor#",
                "borderColor": "#imageButtonBorderColor#"
            },
            "_buttonHoverStyle": {
                "padding": "0 0 0 0",
                "backgroundColor": "#imageButtonPressedBackgroundColor#",
                "color": "#imageButtonPressedFontColor#",
                "borderColor": "#imageButtonPressedBorderColor#"
            },
            "Phone": {
                "_imgStyle": {
                    "display": "inline-block",
                    "verticalAlign": "middle",
                    "borderRadius": "32px",
                    "marginRight": "8px",
                    "marginLeft": "8px",
                    "alignItems": "center",
                    "justifyContent": "center"                     
                },
                "_textStyle": {
                    "display": "none"
                },
                "_buttonStyle": {
                    "padding": "0 0 0 0",
                    "backgroundColor": "#imageButtonBackgroundColor#",
                    "color": "#imageButtonFontColor#",
                    "borderColor": "#imageButtonBorderColor#"
                },
                "_buttonHoverStyle": {
                    "padding": "0 0 0 0",
                    "backgroundColor": "#imageButtonPressedBackgroundColor#",
                    "color": "#imageButtonPressedFontColor#",
                    "borderColor": "#imageButtonPressedBorderColor#"
                }
            }
        }
    }
}
