{
  "settings": {
    "id": "banner-1",
    "type": "box",
    "preferenceCenterType": "popup",
    "position": "bottom-left",
    "versionID": "6.2.0",
    "applicableLaw": "gdpr",
    "languages": {
      "default": "en",
      "selected": [
        "en"
      ]
    },
    "templateGroup": "default",
    "customHtml": {
      "status": false
    },
    "theme": "light",
    "consentExpiry": {
      "status": true,
      "value": 180
    },
    "ruleSet": [
      {
        "code": "ALL",
        "regions": []
      }
    ],
    "allowCloseButtonWithReject": false
  },
  "behaviours": {
    "reloadBannerOnAccept": {
      "status": false
    },
    "loadAnalyticsByDefault": {
      "status": false
    },
    "animations": {
      "onLoad": "animate",
      "onHide": "sticky"
    },
    "legacyFunctions": {
      "accept": {
        "action": "acceptClose",
        "newTab": false
      },
      "reject": {
        "action": "rejectClose",
        "newTab": false
      },
      "idle": {
        "action": "acceptClose",
        "delay": 1000
      },
      "navigation": {
        "action": "acceptClose"
      },
      "pageScroll": {
        "action": "acceptClose"
      }
    },
    "respectGPC": {
      "status": false
    }
  },
  "config": {
    "notice": {
      "status": true,
      "tag": "notice",
      "type": "container",
      "styles": {
        "background-color": "#FFFFFF",
        "border-color": "#F4F4F4"
      },
      "elements": {
        "title": {
          "type": "text",
          "tag": "title",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "description": {
          "type": "text",
          "tag": "description",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "brandLogo": {
          "status": false,
          "tag": "brand-logo",
          "meta": {
            "url": "#"
          }
        },
        "buttons": {
          "status": true,
          "tag": "notice-buttons",
          "type": "container",
          "elements": {
            "accept": {
              "status": true,
              "tag": "accept-button",
              "type": "button",
              "styles": {
                "color": "#FFFFFF",
                "background-color": "#1863DC",
                "border-color": "#1863DC"
              }
            },
            "reject": {
              "status": true,
              "tag": "reject-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "#1863DC"
              }
            },
            "settings": {
              "status": true,
              "tag": "settings-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "#1863DC"
              }
            },
            "readMore": {
              "status": true,
              "tag": "readmore-button",
              "type": "link",
              "meta": {
                "noFollow": true,
                "newTab": true
              },
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "transparent"
              }
            },
            "donotSell": {
              "status": false,
              "tag": "donotsell-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "transparent"
              }
            }
          }
        },
        "closeButton": {
          "status": true,
          "tag": "close-button"
        }
      }
    },
    "categoryPreview": {
      "status": false,
      "type": "container",
      "tag": "detail-category-preview",
      "elements": {
        "title": {
          "type": "text",
          "tag": "detail-category-preview-title",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "toggle": {
          "status": true,
          "tag": "detail-category-preview-toggle",
          "type": "toggle",
          "states": {
            "active": {
              "styles": {
                "background-color": "#1863DC"
              }
            },
            "inactive": {
              "styles": {
                "background-color": "#D0D5D2"
              }
            },
            "alwaysActive": {
              "styles": {
                "background-color": "#1863DC"
              }
            }
          }
        },
        "buttons": {
          "status": true,
          "tag": "detail-category-preview-buttons",
          "elements": {
            "save": {
              "status": true,
              "tag": "detail-category-preview-save-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "#1863DC"
              }
            }
          }
        }
      }
    },
    "preferenceCenter": {
      "status": true,
      "tag": "detail",
      "type": "container",
      "styles": {
        "color": "#212121",
        "background-color": "#FFFFFF",
        "border-color": "#F4F4F4"
      },
      "elements": {
        "title": {
          "type": "text",
          "tag": "detail-title",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "description": {
          "type": "text",
          "tag": "detail-description",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "closeButton": {
          "status": true,
          "type": "button",
          "tag": "detail-close"
        },
        "categories": {
          "status": true,
          "tag": "detail-categories",
          "type": "container",
          "elements": {
            "title": {
              "type": "text",
              "tag": "detail-category-title",
              "status": true,
              "styles": {
                "color": "#212121"
              }
            },
            "description": {
              "type": "text",
              "tag": "detail-category-description",
              "status": true,
              "styles": {
                "color": "#212121"
              }
            },
            "toggle": {
              "status": true,
              "tag": "detail-category-toggle",
              "type": "toggle",
              "states": {
                "active": {
                  "styles": {
                    "background-color": "#1863DC"
                  }
                },
                "inactive": {
                  "styles": {
                    "background-color": "#D0D5D2"
                  }
                },
                "alwaysActive": {
                  "styles": {
                    "background-color": "#1863DC"
                  }
                }
              }
            }
          }
        },
        "buttons": {
          "status": true,
          "tag": "detail-buttons",
          "type": "container",
          "elements": {
            "accept": {
              "status": true,
              "tag": "detail-accept-button",
              "type": "button",
              "styles": {
                "color": "#FFFFFF",
                "background-color": "#1863DC",
                "border-color": "#1863DC"
              }
            },
            "reject": {
              "status": true,
              "tag": "detail-reject-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "#1863DC"
              }
            },
            "save": {
              "status": true,
              "tag": "detail-save-button",
              "type": "button",
              "styles": {
                "color": "#1863DC",
                "background-color": "transparent",
                "border-color": "#1863DC"
              }
            }
          }
        },
        "poweredBy": {
          "status": true,
          "tag": "detail-powered-by",
          "styles": {
            "background-color": "transparent",
            "color": "inherit"
          }
        }
      }
    },
    "optoutPopup": {
      "status": false,
      "tag": "optout-popup",
      "type": "container",
      "styles": {
        "color": "#212121",
        "background-color": "#FFFFFF",
        "border-color": "#F4F4F4"
      },
      "elements": {
        "title": {
          "type": "text",
          "tag": "optout-title",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "description": {
          "type": "text",
          "tag": "optout-description",
          "status": true,
          "styles": {
            "color": "#212121"
          }
        },
        "optOption": {
          "status": true,
          "tag": "optout-option",
          "type": "container",
          "elements": {
            "toggle": {
              "status": true,
              "tag": "optout-option-toggle",
              "type": "toggle",
              "states": {
                "active": {
                  "styles": {
                    "background-color": "#1863dc"
                  }
                },
                "inactive": {
                  "styles": {
                    "background-color": "#FFFFFF"
                  }
                }
              }
            },
            "title": {
              "type": "text",
              "tag": "optout-option-title",
              "status": true,
              "styles": {
                "color": "#212121"
              }
            }
          }
        },
        "gpcOption": {
          "type": "container",
          "tag": "optout-gpc-option",
          "status": false,
          "elements": {
            "description": {
              "type": "text",
              "tag": "optout-gpc-option-description",
              "status": true,
              "styles": {
                "color": "#212121"
              }
            }
          }
        },
        "poweredBy": {
          "status": true,
          "tag": "optout-powered-by",
          "styles": {
            "background-color": "transparent",
            "color": "inherit"
          }
        },
        "buttons": {
          "status": true,
          "tag": "optout-buttons",
          "type": "container",
          "elements": {
            "confirm": {
              "status": true,
              "tag": "optout-confirm-button",
              "type": "button",
              "styles": {
                "color": "#f4f4f4",
                "background-color": "#1863dc",
                "border-color": "#1863dc"
              }
            },
            "cancel": {
              "status": true,
              "tag": "optout-cancel-button",
              "type": "button",
              "styles": {
                "color": "#858585",
                "background-color": "#FFFFFF",
                "border-color": "#dedfe0"
              }
            }
          }
        },
        "closeButton": {
          "status": true,
          "tag": "optout-close",
          "type": "button"
        }
      }
    },
    "auditTable": {
      "status": true,
      "tag": "audit-table",
      "type": "table",
      "meta": {
        "headers": [
          "id",
          "duration",
          "description"
        ]
      },
      "styles": {
        "color": "#212121",
        "background-color": "#f4f4f4",
        "border-color": "#ebebeb"
      }
    },
    "revisitConsent": {
      "status": true,
      "tag": "revisit-consent",
      "position": "bottom-left",
      "meta": {
        "url": "#"
      },
      "styles": {
        "background-color": "#0056A7",
        "color": "#FFFFFF"
      },
      "elements": {
        "title": {
          "type": "text",
          "tag": "revisit-consent-title",
          "status": true,
          "styles": {
            "color": "#FFFFFF"
          }
        }
      }
    },
    "videoPlaceholder": {
      "status": true,
      "tag": "video-placeholder",
      "styles": {
        "background-color": "#000000",
        "border-color": "#000000"
      },
      "elements": {
        "title": {
          "type": "text",
          "tag": "placeholder-title",
          "status": true,
          "styles": {
            "color": "#ffffff"
          }
        }
      }
    },
    "accessibilityOverrides": {
      "status": true,
      "tag": "accessibility-overrides",
      "elements": {
        "preferenceCenter": {
          "elements": {
            "alwaysActive": {
              "status": true,
              "tag": "always-active",
              "styles": {
                "color": "#008000"
              }
            },
            "showMore": {
              "status": true,
              "tag": "show-desc-button",
              "type": "button",
              "styles": {
                "color": "#1863DC"
              }
            },
            "showLess": {
              "status": true,
              "tag": "hide-desc-button",
              "type": "button",
              "styles": {
                "color": "#1863DC"
              }
            }
          }
        },
        "optoutPopup": {
          "elements": {
            "showMore": {
              "status": true,
              "tag": "optout-show-desc-button",
              "type": "button",
              "styles": {
                "color": "#1863DC"
              }
            },
            "showLess": {
              "status": true,
              "tag": "optout-hide-desc-button",
              "type": "button",
              "styles": {
                "color": "#1863DC"
              }
            }
          }
        },
        "manualLinks": {
          "status": true,
          "tag": "manual-links",
          "type": "link",
          "styles": {
            "color": "#1863DC"
          }
        }
      }
    }
  },
  "meta": {
    "customCSS": "",
    "customHTML": ""
  }
}
