* Chaty Analytics Pro Feature
* @author : Premio <contact@premio.io>
if (defined('ABSPATH') === false) {
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" />
<div class="container chaty-widgetanalytic-wrap wrap">
<div class="chaty-widgetanalytic-body">
<div class="px-7 py-8 flex-1">
<h2 class="chaty-widgetanalytic-heading"><?php printf(esc_html__("Unlock Chaty %s 🚀", "chaty"), "<span>".esc_html__("Analytics", "chaty")."</span>") ?></h2>
<div class="flex items-center mt-5 space-x-3">
<a class="btn rounded-lg drop-shadow-3xl font-normal" href="<?php echo esc_url($this->getUpgradeMenuItemUrl()); ?>" >
<?php esc_html_e('Upgrade to Pro 🚀', 'chaty'); ?>
<div class="chaty-licenseimage">
<img class="h-full w-auto" src="<?php echo esc_url(CHT_PLUGIN_URL) ?>admin/assets/images/analytics-image.png" alt="Chaty analytics" />
<h3><?php esc_html_e( 'What can you use it for?', 'chaty');?></h3>
<ul class="mt-7 flex flex-col space-y-2">
<li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary">
<img width="42" height="59" src="<?php echo esc_url(CHT_PLUGIN_URL) ?>admin/assets/images/channel-discover.svg" alt="Channel Discover">
<span class="max-w-[305px]"><?php printf(esc_html__("%s the most frequently used channels", "chaty"), "<strong>".esc_html__("Discover", "chaty")."</strong>") ?></span>
<li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary">
<img width="42" height="59" src="<?php echo esc_url(CHT_PLUGIN_URL) ?>admin/assets/images/channel-tracking.svg" alt="Channel Tracking">
<span><?php printf(esc_html__("Keep %s of how each widget performs", "chaty"), "<strong>".esc_html__("track", "chaty")."</strong>") ?></span>
<li class="flex items-center py-6 px-7 bg-[#F9FAFB] rounded-md space-x-6 text-cht-gray-150 text-lg font-primary">
<img width="42" height="59" src="<?php echo esc_url(CHT_PLUGIN_URL) ?>admin/assets/images/channel-analyze.svg" alt="Channel Analyze">
<span><?php printf(esc_html__("%s the number of unique clicks and the %s", "chaty"), "<strong>".esc_html__("Analyze", "chaty")."</strong>", "<strong>".esc_html__("click-through rate", "chaty")."</strong>") ?></span>
<div class="flex items-center mt-5 space-x-3">
<a class="btn rounded-lg drop-shadow-3xl font-normal" href="<?php echo esc_url($this->getUpgradeMenuItemUrl()); ?>" >
<?php esc_html_e('Upgrade to Pro 🚀', 'chaty'); ?>
/* Widget analytics page design */
.chaty-widgetanalytic-body {
justify-content: space-evenly;
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h2.chaty-widgetanalytic-heading {
font-size: 36px !important;
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h2.chaty-widgetanalytic-heading span{
font-size: 36px !important;
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h3{
.chaty-widgetanalytic-heading {
font-size: 35px !important;
.chaty-widgetanalytic-body ul.mt-7.flex.flex-col.space-y-2 {
.chaty-widgetanalytic-body img {
.chaty-widgetanalytic-body li {
padding:26px 35px 26px 35px;
border-top: 2px solid #DFDFFC;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
margin: 0px 10px 20px 10px;
.chaty-widgetanalytic-body ul.mt-7.flex.flex-col.space-y-2 {
.chaty-widgetanalytic-body .mt-5{
.chaty-widgetanalytic-body span{
.chaty-widgetanalytic-body a.btn.rounded-lg.drop-shadow-3xl.font-normal{
background-color: #3c85f7;
text-decoration-line: none;
--tw-drop-shadow: drop-shadow(0px 9px 7px rgba (60 133 247 /0.37%));
border: 1px solid #3c85f7;
transition: all 0.2s linear;
.chaty-widgetanalytic-body a.btn.rounded-lg.drop-shadow-3xl.font-normal:hover {
box-shadow: rgba(60, 133, 247, 0.25) 0px 8px 24px;
.chaty-widgetanalytic-body ul li img{
.chaty-widgetanalytic-body img.h-full.w-auto{
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h2.chaty-widgetanalytic-heading img{
margin-top: 8px !important;
@media screen and (max-width: 768px){
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h2.chaty-widgetanalytic-heading span,
.chaty-widgetanalytic-body .px-7.py-8.flex-1 h2.chaty-widgetanalytic-heading{
.chaty-widgetanalytic-body li {
margin: 0px 20px 20px 20px;