{ "style": ".custom-select option{color:black} .custom-select { width: 100%; height: 35px !important; font-size: 100% !important; font-weight: bold; cursor: pointer; border-radius: 10px; background-color: #003865 !important; border: none; border-bottom: 2px solid darkgrey; color: white; padding-left: 10px !important; padding-top:5px !important; appearance: none !important; -webkit-appearance: none; -moz-appearance: none; padding: 10px; font-family: sans-serif !important;} select::-ms-expand { display: none !important; } .custom-select:hover, .custom-select:focus { color: #F2B900; background-color: white; border-bottom-color: #DCDCDC;} .container {overflow: hidden;}", "script": "", "title": "", "showCarousel": true, "carouselAnimation": { "delay": 0, "showButtons": false }, "body": [ { "type": "Container", "style": { "justify-content": "left", "background-color": "", "display": "flex", "flex-direction": "column", "flex-wrap": "nowrap", "padding-top": "5px", "align-items": "left" }, "items": [ { "type": "ColumnSet", "class": "", "style": { "background-color": "", "margin-top": "0px", "margin-left": "14px", "justify-content": "left" }, "columns": [ { "type": "Column", "separator": false, "spacing": "none", "width": "100%", "items": [ { "type": "Container", "class": "", "style": { "background-color": "", "justify-content": "left" }, "columns": [ { "type": "Column", "separator": false, "spacing": "none", "width": "50%", "items": [ { "type": "TextBlock", "weight": "normal", "horizontalAlignment": "left", "spacing": "none", "text": "Health Conditions", "style": { "color": "#303031", "font-size": "17px" } } ] } ] } ] } ] }, { "type": "ColumnSet", "class": "", "spacing": "none", "style": { "background-color": "", "margin-top": "0px", "margin-left": "0", "justify-content": "left" }, "columns": [ { "type": "Column", "separator": false, "spacing": "none", "width": "100%", "items": [ { "type": "ColumnSet", "class": "", "style": { "background-color": "", "justify-content": "left" }, "columns": [ { "type": "Column", "separator": false, "spacing": "none", "width": "100%", "style": { "margin-top": "9px" }, "items": [ { "type": "Input.ChoiceSet", "id": "SelectVal_fil", "class": "custom-select hc-filter", "displayType": "compact", "value": "1", "style": { "color": "#FFFFFF" }, "choices": "{choices:health_condition_name}" } ] } ] } ] } ] } ] } ], "actions": [ { "type": "customFilterWithAllFilter", "title": "Apply", "data": { "FilterFields": [ "[dimension_health_conditions.health_condition_name]" ] }, "style": { "color": "#FFFFFF", "background-color": "#003865" } }, { "type": "Filters", "title": "Clear", "data": { "filters": [ { "panelName": "Health_ConditionHTML", "filterJaql": { "explicit": true, "all": true } } ] }, "style": { "color": "#FFFFFF", "background-color": "#003865" } } ] }