/* ========================================================================== Fonts ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Roboto:100,300,400,500,700';
/* ========================================================================== Author's custom styles ========================================================================== */
.analytify_wraper * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.analytify_wraper h1,.analytify_h1 {
	color:#444444;
	font-size:30px;
	font-family:'Roboto Slab',serif;
	line-height:1.2;
	margin:0;
	font-weight:300;
}
.analytify_wraper h2,.analytify_h2 {
	color:#444444;
	font-size:22px;
	font-family:'Roboto',serif;
	line-height:1.2;
	margin:0;
	font-weight: 500;
}
.analytify_wraper h3,.analytify_h3 {
	color:#444444;
	font-size:18px;
	font-family:'Roboto',serif;
	line-height:1.2;
	margin:0;
	font-weight: 500;
}
#inner_analytify_dashboard h3{
	font-size: 16px !important;
	margin: 0;
}
.analytify_wraper h4,.analytify_h4 {
	color:#df4660;
	font-size:2.1rem;
	line-height:1.5;
	margin:0;
}
.analytify_wraper h5,.analytify_h5 {
	color:#9fa0a2;
	font-size:16px;
	line-height:1.5;
	margin:0;
}
.wpanalytify .wpb-error-box {
	padding: 9px 15px 9px 9px;
	background: #f9fafa;
	display: inline-block;
	border:1px solid #e2e5e8;
}
.wpanalytify .wpb-error-box .error_help {
margin-left: 20px;
}
.analytify_wraper h6,.analytify_h6 {
	color:#0033a0;
	font-size:15px;
	line-height:1.3;
	text-transform:uppercase;
	margin:0;
}
.analytify_wraper p,.analytify_p {
	font-size: 14px;
	line-height:1.5;
	margin:0;
}
.analytify_wraper ul {
	margin:0;
	padding:0;
	top: 3rem;
}
.wp_analytify_error_msg{
	color:#fa5825;
	text-align: center;
	word-wrap: break-word;
}
/*Footer section code*/
.analytify_green,
.analytify_green_inverted {
	color:#00c853;
}
.analytify_red,
.analytify_red_inverted {
	color:#fa5825;
}
.analytify_small_f {
	font-size:12px;
}
.analytify_medium_f {
	font-size:15px;
}
.analytify_big_f {
	font-size:18px;
}
.analytify_l_f {
	font-size:20px;
}
.analytify_general_stats_value .analytify_xl_f {
	font-size:22px;
}
.analytify_single_post_page .analytify_xl_f {
	font-size:14px !important;
}
.analytify_xxl_f {
	font-size:32px;
}
.analytify_top_pages_boxes_wraper .analytify_xl_f {
	font-size: inherit;
}
.analytify_txt_center {
	text-align:center !important;
}
.analytify_txt_left {
	text-align:left !important;
}
.analytify_pull_right {
	float:right;
	width: max-content;
}
.analytify_pull_left {
	float:left;
}
.analytify_w_300 {
	font-weight:300;
}
.analytify_wordpress_wraper {
	background:url(../img/wp-bg.png) no-repeat 0 0;
	padding:90px 20px 20px 180px;
	min-height:1000px;
}
.analytify_wordpress_wraper a {
	color:#448aff;
}
.analytify_wraper {
	font-family:'Roboto',sans-serif;
	color:#848484;
	font-size:14px;
	line-height:1.5;
}



.nav-tab-wrapper li:first-child a {
	margin-left: 0px;
	border-radius: 5px 0 0 0;
}

.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active, .analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active:focus,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active:focus:active, .analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active:hover{
	border-bottom: 3px solid #00c853;
	background: #fff;
	color: #000;
}

.wp-analytify-premium,
.wp-analytify-premium:focus {

	margin-left: 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 70px;
	background: #444;
	color: #fff;
	text-decoration: none;
	outline: none;
	height: 70px;
	transition: all .35s;
}
.wp-analytify-premium .dashicons {
display: inline;
margin-right: 10px;
line-height: 67px;
vertical-align: middle;
position: relative;
top: -4px;
}
.wp-analytify-premium .dashicons-star-filled::before {
	color: #FFD700;
	font-size: 14px;
}

.wp-analytify-premium:hover {
	background: #555;
	color: #fff;
}
.wpanalytify .group {
	position: relative;
	min-height: 500px;
}
.wpanalytify .pt-20 {
	padding-top: 20px;
	display: inline-block;
}
.analytify_need_authenticate_first{
	display: none;
}
.analytify_not_authenticate::after{
	content:"";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 990;
}
.analytify_need_authenticate_first {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100%;
	max-width: 500px;
	background-color: #ff5252;
	z-index: 999;
	transform: translate(-50%, 0%);
	text-align: center;
	padding: 30px;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 25px rgba(255, 82, 82, .3);
	display: block;
}
.analytify_need_authenticate_first a{
	text-decoration: none;
	color: #fff;
}
.analytify_need_authenticate_first a:hover {
	text-decoration: none;
}
.wpanalytify .graph {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url(../img/blue.png) repeat-x 0 bottom;
	background-size: auto 190px;
	/* -webkit-animation: graph_animation 130s linear infinite;
	-moz-animation: graph_animation 130s linear infinite;
	-o-animation: graph_animation 130s linear infinite;
	animation: graph_animation 130s linear infinite; */
}
.wpanalytify .graph::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url(../img/graph_line.png) repeat-x 0 bottom;
	background-size: auto 190px;
	z-index: 1;
}
.wpanalytify .graph::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url(../img/green.png) repeat-x 0 bottom;
	background-size: auto 190px;
	/* -webkit-animation: graph_animation 250s linear infinite;
	-moz-animation: graph_animation 250s linear infinite;
	-o-animation: graph_animation 250s linear infinite;
	animation: graph_animation 250s linear infinite; */
}
@-webkit-keyframes graph_animation {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: -10000px bottom;
	}
}

@-moz-keyframes graph_animation {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: -10000px bottom;
	}
}

@-o-keyframes graph_animation {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: -10000px bottom;
	}
}

@keyframes graph_animation {
	0% {
		background-position: 0 bottom;
	}

	100% {
		background-position: -10000px bottom;
	}
}
.analytify_comp_row{
	width: 100% !important;
	margin: 0;
	padding: 20px 20px !important;
}
.wpanalytify {
	margin: 0 -10px 0 -20px;
}

.wpb_plugin_header_wraper {
	min-height: 200px;
	background: #ff5252;
	background-color: #ff9e0e;
	background-color: #00c853;
	background-color: #23282d;
	background-color: #448aff;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.wpb_plugin_header{
	position: relative;
	z-index: 9;
}
.wpb_plugin_body_wraper {
	margin: -70px 40px 20px 40px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);
	position: relative;
	z-index: 99;
	/* overflow: hidden; */
}
.wpb_plugin_header_title {
	float: left;
	margin: 43px 0 0 40px;
}
.wpb_plugin_header_info {
	float: right;
	margin: 43px 40px 0 0;
}
.wpanalytify .btn {
		display: inline-block;
		padding: 10px 20px;
		border-radius: 3px;
		background-color: #ff5252;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
}
.wpanalytify .btn:hover {


	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background-color: #ff5252;
}
.wpanalytify .bar1 {
	position: absolute;
	background: url(../img/wave.svg) repeat-x;
	background-position: -300px 0;
	top: 0px;
	width: 7800px;
	height: 300px;
	-webkit-animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}
.wpanalytify .bar2 {
	position: absolute;
	background: url(../img/wave.svg) repeat-x;
	top: 0px;
	width: 7800px;
	height: 300px;
	-webkit-animation: wave 46s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: wave 46s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}
@-webkit-keyframes wave {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1950px;
	}
}

@keyframes wave {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1950px;
	}
}
.wpb_plugin_header_title h2{
color: #fff;
font-weight: 400;
font-size: 26px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
.wpb_plugin_header_logo{
	margin: 0px auto 0 auto;
	width: 250px;
	text-align: center;
	padding-top: 45px;
}
.wpb_plugin_header_logo img{
	width: 100%;
}
.analytify_main_title_section {
	border-bottom:1px solid #e2e5e8;
	margin-bottom:15px;
	padding-bottom:7px;
	padding-top: 30px;
}
.wpanalytify .form-table th:first-child{
	width: 200px;
}

#wp-analytify-profile .form-table th,
#wp-analytify-advanced .form-table th,
#wp-analytify-tracking .wp-analytify-google-optimize .form-table th,
#wp-analytify-tracking .wp-analytify-forms .form-table th{
	width: 260px;
}
#wp-analytify-tracking .wp-analytify-events-tracking .form-table th,
#wp-analytify-admin .form-table th{
	width: 320px;
}
.wpb_plugin_tabs_content{
	padding: 0px 30px 30px 30px;
}
.wpb_plugin_tabs_content .analytify_wraper {
	padding-left: 0;
	}
.wpanalytify .form-table tr {
		border-bottom: 1px solid rgba(204, 204, 204, 0.42);
}
.wpanalytify .form-table tr:last-child {
	border-bottom: 0;
}
.wp-core-ui .wpanalytify .button-primary {
	background: #00c853;
	border: 0px;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: auto;
	line-height: 2.15384615;
	margin-top: 13px;
	min-height: 0;
	padding: 10px 30px;
	text-shadow: none;
	transition: background-color .35s;
}
.wp-core-ui .wpanalytify .button-primary.focus,
.wp-core-ui .wpanalytify .button-primary.hover,
.wp-core-ui .wpanalytify .button-primary:focus,
.wp-core-ui .wpanalytify .button-primary:hover {
	background: #02d95b;
}
.analytify-multiselect-container{
	margin-bottom: 5px;
}
.analytify-multiselect-label{
	min-width:70px;
	display:inline-block;
	margin-left: 15px;
}
/* .wp-core-ui .wpanalytify .wp-analytify-view-error-log .button,
.wp-core-ui .wpanalytify .wp-analytify-delete-cache-button.button {
	background: #ff5252;
	padding: 10px 30px;
	margin-top: 13px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	font-size: 18px;
	border: 0px;
	height: auto;
	text-shadow: none;
	transition: background-color .35s;
	color: #fff;
	font-weight: 400;
}

.wp-core-ui .wpanalytify .wp-analytify-view-error-log .button.focus,
.wp-core-ui .wpanalytify .wp-analytify-view-error-log .button.hover,
.wp-core-ui .wpanalytify .wp-analytify-view-error-log .button:focus,
.wp-core-ui .wpanalytify .wp-analytify-view-error-log .button:hover,
.wp-core-ui .wpanalytify .wp-analytify-delete-cache-button.button.focus,
.wp-core-ui .wpanalytify .wp-analytify-delete-cache-button.button.hover,
.wp-core-ui .wpanalytify .wp-analytify-delete-cache-button.button:focus,
.wp-core-ui .wpanalytify .wp-analytify-delete-cache-button.button:hover {
	background: #f86b6b;
} */
.wpanalytify input[type="text"],
.wpanalytify input[type="search"],
.wpanalytify input[type="radio"],
.wpanalytify input[type="tel"],
.wpanalytify input[type="time"],
.wpanalytify input[type="url"],
.wpanalytify input[type="week"],
.wpanalytify input[type="password"],
.wpanalytify input[type="checkbox"],
.wpanalytify input[type="color"],
.wpanalytify input[type="date"],
.wpanalytify input[type="datetime"],
.wpanalytify input[type="datetime-local"],
.wpanalytify input[type="email"],
.wpanalytify input[type="month"],
.wpanalytify input[type="number"],
.wpanalytify textarea {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .0);
}
/* .wpanalytify select{
		border-radius: 5px;
		padding: 0 10px;
		border: 1px solid #c4c4c4;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .0);
		height: 40px;
} */
.wpanalytify select{
	max-width: 350px;
	padding: 0 30px 0 15px;
	height: 43px;
	border-radius: 5px;
	margin-left: 0;
	position: relative;
	top: 0px;
	-webkit-appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 13px;
	background-size: 16px 16px;
	height: 43px !important;
	width: 100%;
}
#wp-analytify-dimension-table input{
	height: 43px !important;
}
.tracking-accordion.event-tracking form .form-table #wp-analytify-dimension-table .single_dimension td:first-child{
	width: 250px;
}
.analytify_main_title_section::after{
	content: "";
	clear: both;
	display: block;
}
.analytify_stats_of {
	margin-top:8px !important;
	font-family: 'Roboto',sans-serif;
	color: #848484;
	font-size: 16px;
}
.analytify_main_setting_bar {
	padding-bottom:15px;
}
.analytify_main_setting_bar::after {
	clear:both;
	display:block;
	content:"";
	width:100%;
}
.analytify_real_time_stats {
	display: inline-flex;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow:hidden;
}
.analytify_real_time_stats_boxes {
	float:left;
	text-align:center;
	position:relative;
	display:block;
	padding:10px 25px 30px;
}
.analytify_real_time_stats_boxes::after {
	content:"";
	position:absolute;
	top:50%;
	right:0px;
	width:1px;
	height:50px;
	background:#e5e5e5;
	transform:translateY(-50%);
}
	.ui-tooltip {
		padding: 9px 13px;
		border-radius: 5px;
		background: #444444 !important;
		position: absolute;
		width: fit-content;
		z-index: 9999;
		display: none;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
		border: 0;
		text-align: left;
		font-weight: 300;
		color: #fff;
		font-size: 12px;
		opacity: 1;
		max-width: 250px;
		letter-spacing: 0.4px;
	}

	.ui-tooltip a {
		color: #fff;
		text-decoration: underline;
	}
	.ui-tooltip a:hover {
		text-decoration: none;
	}

	.arrow-tooltip.left {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #444 !important;
		border-width: 8px;
		margin-top: -8px;
	}
.wpanalytify .setting-more-info {
		font-size: 26px;
		color: #666;
		vertical-align: middle;
		line-height: 1.2;
		width: auto;
		height: auto;
		margin-top: -3px;
	}





.wpanalytify .toggle {
			position: relative;
			width: 70px;
			height: 31px;
			border-radius: 40px;
			display: inline-block;
			vertical-align: top;
			margin-right: 30px;
			overflow: hidden;
			flex-shrink: 0;
			box-shadow: none;
	}

.wpanalytify .toggle input[type="checkbox"] {
		appearance: none;
		-moz-appearance: none;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		opacity: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 70px !important;
		height: 31px !important;
		min-width: 70px !important;
		min-height: 31px !important;
		margin: 0;
		line-height: 0;
		padding: 0 !important;
		accent-color: transparent;
	}

.wpanalytify .toggle input[type="checkbox"]:disabled{
	cursor: not-allowed;
	opacity: 0.7;
	box-shadow: none;
	border: none;
}

.wpanalytify .toggle .btn-nob {
display: block;
position: absolute;
z-index: 4;
top: 2px;
left: 2px;
width: 27px;
height: 27px;
background: #fff;
border-radius: 100%;
box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1);
transition: left .25s ease-in-out;
	}

.wpanalytify .toggle input[type="checkbox"]:checked~.btn-nob {
		left: 41px;
	}

.wpanalytify .toggle .texts {
position: absolute;
top: 7px;
z-index: 2;
width: 100%;
color: #fff;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
	}

.wpanalytify .toggle .texts::before {
	content: "YES";
	position: absolute;
	left: 12px;
	opacity: 0;
	transition: all .3s;
	}

.wpanalytify .toggle .texts::after {
		content: "NO";
		position: absolute;
		right: 12px;
		transition: all .3s;
	}
.wpanalytify .toggle input[type="checkbox"]:checked~.texts::before {
		opacity: 1;
	}
.wpanalytify .toggle input[type="checkbox"]:checked~.texts::after {
		opacity: 0;
	}

.wpanalytify .toggle .bg {
display: block;
background: #ccc;
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 40px;
transition: all .25s ease-in;
box-shadow: none;

	}

.wpanalytify .toggle input[type="checkbox"]:checked~.bg {
		background: #00c853;
}

/*
 * WP 7+ admin: core forms + color schemes restyle :checked checkboxes (background,
 * border, ::before dashicon, focus box-shadow). Our switch uses a real checkbox as a
 * full-size hit target with opacity 0; those paints still stack and read as a second
 * green ring on ON toggles. Strip all native checkbox decoration for this control.
 */
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"],
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:checked,
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:focus,
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:focus-visible,
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:focus-within,
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:active {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-width: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	outline-offset: 0 !important;
	color: transparent !important;
	opacity: 0;
}

#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]::-moz-focus-inner {
	border: 0 !important;
	padding: 0 !important;
}

#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]::before,
#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:checked::before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-image: none !important;
	-webkit-mask: none !important;
	mask: none !important;
}

#wpbody-content .wpanalytify .toggle input.checkbox[type="checkbox"]:disabled {
	opacity: 0.7 !important;
	cursor: not-allowed;
}

.analytify_real_time_stats_boxes:last-child::after,.analytify_visitors_online::after {
	display:none;
}
.analytify_visitors_online {
	background:#ffe49a !important;
}
.analytify_visitors_online .analytify_label {
	color:#444;
}
.analytify_number {
	font-size:55px;
	font-weight: 400;
	color:#444444;
}
.analytify_label {
	font-size:14px;
	font-weight:400;
	color:#848484;
	text-transform:uppercase;
}
.analytify_status_box_wraper {
	border:1px solid #e2e5e8;
	margin-bottom:20px;
	background:#fff;
	clear: both;
}
.analytify_status_header {
	border-bottom:1px solid #e2e5e8;
	background:#f9fafa;
	padding:20px 20px;
	position:relative;
	text-align: left;
}
.analytify_status_header h3 img{
	vertical-align: middle;
	margin-left: 15px;
	opacity: 0;
	transition: all .7s;
}

.analytify_status_header h3{
    display: flex;
    align-items: center;
}

.analytify_status_header h3 .analytify-export-data{
    margin: 0 0 2px 5px;
}

.analytify_data_tables th:first-child:has(.analytify-export-data){
    display: flex;
    align-items: center;
    gap: 3px;
}

.analytify_general_status:hover .analytify_status_header h3 img {
	opacity: .7;
}
.analytify_general_status:hover .analytify_status_header h3 img:hover {
	opacity: 1;
}
#inner_analytify_dashboard .analytify_status_header{
	padding:13px;
}
.analytify_status_header_value {
	position:absolute;
	top:10px;
	right:20px;
	color:#444444;
	font-size:28px;
	font-weight: 700;
}
.analytify_status_header_value .analytify_medium_f{
	font-weight: 400;
}

.analytify_status_header h3 .analytify-dimension-hint {
	display: inline-block;
	line-height: 1;
	margin-left: 4px;
	vertical-align: middle;
}

.analytify_status_header h3 .analytify-dimension-hint .dashicons {
	color: #848484;
	font-size: 16px;
	height: 18px;
	width: 18px;
}

.analytify_status_header h3 .analytify-dimension-hint:focus {
	outline: none;
}

.analytify_status_header h3 .analytify-dimension-hint:focus-visible {
	box-shadow: 0 0 0 1px #448aff;
	border-radius: 2px;
}

.analytify_status_header h3 .analytify-dimension-hint:focus-within .analytify_tooltiptext {
	opacity: 1;
	visibility: visible;
}
.analytify_status_tab_header {
	width:100%;
}
.analytify_status_tab_header li {
	display:table-cell;
	width:1%;
	border-bottom:1px solid #e2e5e8;
	border-left:1px solid #e2e5e8;
	background:#f9fafa;
	text-align:center;
	font-size: 18px !important;
	padding:15px 20px !important;
	cursor:pointer;
	color:#444 !important;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
.analytify_status_tab_header li.analytify_active_stats {
	border-bottom:0px solid #e2e5e8;
	border-left:1px solid #e2e5e8;
	background:#fff;
}
.analytify_graph_wraper {
	padding:0 10px;
}
.analytify_graph_wraper img {
	width:100%;
}
.analytify_visitors span {
	display:inline-block;
	position:relative;
	padding-left:36px;
}
.analytify_visitors span::after {
	position:absolute;
	top:-3px;
	left:0px;
	content:"";
	width:24px;
	height:24px;
	background-image:url(../img/user.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.analytify_views span {
	display:inline-block;
	position:relative;
	padding-left:46px;
}
.analytify_views span::after {
	position:absolute;
	top:3px;
	left:0px;
	content:"";
	width:33px;
	height:19px;
	background-image:url(../img/visits.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.analytify_status_tab_header li:first-child {
	border-left:0px solid #e2e5e8;
}
.analytify_panels_data, .analytify_panels_data .analytify_graph_wraper {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition:all .15s;
	-moz-transition:all .15s;
	transition:all .15s;
}
.analytify_active_panel, .analytify_panels_data .analytify_graph_wraper.analytify_active_graph {
	opacity: 1;
	height: auto;
	overflow: hidden;
}
.analytify_select_dashboard{
	position: relative;
	top: -6px;
}
.analytify_social_media_stats_boxes_wraper{
	min-height: 413px;
}
.analytify_reffers_stats_boxes_wraper{
	min-height: 413px;
}
.analytify_selected_dashboard_field{
	background-color: #444;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	font-size: 15px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	min-width: 155px;
}
.analytify_selected_dashboard_field::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.analytify_select_dashboard.analytify_open_list .analytify_selected_dashboard_field::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.analytify_dashboards_list{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #f0f5f7;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 43px;
	right: 0;
	min-width: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	z-index: 9;
}
.analytify_dashboards_list li{
	padding: 0;
	margin-bottom: 0;
	border-top: 1px solid #f0f5f7;
}
.analytify_dashboards_list li:first-child{
	border: 0;
}
.analytify_dashboards_list li a{
	text-decoration: none;
	padding: 10px 18px;
	display: block;
}
.analytify_dashboards_list li a:hover{
	color: #444;
}
.analytify_select_dashboard.analytify_open_list .analytify_dashboards_list{
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
#analytify-dashboard-addon .stats_loading, .analytify_campaigns_box_wrapper .stats_loading{
	background: url(../img/loader.gif) no-repeat center center;
	min-height: 300px;
}
.analytify_stats_setting_bar {
	overflow:hidden;
	padding:15px 20px;
}
.analytify_stats_setting {
	display:inline-block;
	width:110px;
	margin-left:30px;
}
.analytify_stats_setting label {
	display:block;
	cursor:pointer;
}
.analytify_info_stats {
	position:relative;
	display:inline-block;
	padding:3px 0px 3px 37px;
}
.analytify_info_stats strong{
	color: #00c853;
}
.analytify_info_stats sub{
	position: relative;
	top: -3px;
	color: #444;
}
.analytify_info_stats::before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:26px;
	height:26px;
	background:url(../img/info.png) no-repeat 0 0;
	background-size: 26px 26px;
}
.pa_data_text_wraper a,
.pa_data_text_wraper a:focus {
	outline: none !important;
	box-shadow: none !important;
}
.analytify_setting_option {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	position:relative;
	top:8px;
	width:20px;
	height:20px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	transition:all .35s;
	background:#fff;
	box-shadow:0 0 0px #848484 inset;
	border:none;
	color:#000;
	cursor:pointer;
	display:inline-block;
	outline:none;
	margin-right:0.5rem;
	z-index:1000;
	border:1px solid #848484;
}
.analytify_setting_option:checked {
	background:#fff;
	box-shadow:0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset,0 0 40px #848484 inset;
}
.analytify_setting_option:checked::before {
	width:18px;
	height:18px;
	position:absolute;
	content:'';
	background:url(../img/tick.png) no-repeat center center;
	display:inline-block;
}
.analytify_stats_setting button {
	display:block;
	width:100%;
	background:#848484;
	border:0;
	cursor:pointer;
	color:#fff;
	padding:8px 5px;
	margin-top:10px;
	font-family:'Roboto',sans-serif;
	font-size:14px;
}
.analytify_current_value {
	font-size:50px;
	font-weight:500;
	color:#444;
}
.analytify_compare_value {
	font-size:22px;
	font-weight:400;
	padding:0 10px;
	color:#444;
}
.analytify_previous_value {
	font-size:30px;
	font-weight:400;
	color:#444;
}
.analytify_disabled {
	opacity:.3;
}
.analytify_general_status_boxes_wraper {
	padding-bottom:20px;
	text-align: left;
}
.analytify_wraper .analytify_general_status_boxes {
	width: calc(33% - 24px);
	margin: 20px 0px 0px 20px;
	border: 1px solid #e2e5e8;
	background: #fff;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 20px 20px 60px;
	vertical-align: top;
	font-size: 14px;
}
.edd-stats-wrapper .analytify_general_status_boxes,
.woocommerce-stats-wrapper .analytify_general_status_boxes{
	padding-bottom: 20px;
}
#inner_analytify_dashboard{
	margin: 0 -13px -12px;
}
#inner_analytify_dashboard .analytify_status_box_wraper{
	margin-bottom: 0;
	background: none;
}
#inner_analytify_dashboard:has(.wpb-error-box){
	min-height: 0;
}
#inner_analytify_dashboard:has(.wpb-error-box) #analytify_chart_visitor_devices{
	height: auto !important;
}
.inside #inner_analytify_dashboard.stats_loading .analytify_status_box_wraper{
	opacity: 0;
}
#inner_analytify_dashboard .analytify_general_stats_value sub{
	font-size: 14px;
	position: relative;
	top: -7px;
	font-weight: 400;
	color: #848484 !important;
}
.analytify_wraper #inner_analytify_dashboard .analytify_general_status_boxes{
	width:50%;
	margin:0;
	border-top: 1px solid #e2e5e8;
	border-left: 1px solid #e2e5e8;
	border-right: 0px solid #e2e5e8;
	border-bottom: 0px solid #e2e5e8;
	background:#fff;
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:top;
	font-size: 14px;
	padding:20px 8px;
	float: left;
}

#inner_analytify_dashboard .analytify_status_body{
	overflow: hidden;
}
.analytify_single_post_page.analytify_wraper .analytify_general_status_boxes {
	margin:20px 0px 0px 19px;
	padding-bottom: 20px;
}
.wpanalytify .pad_b_0 {
	padding-bottom: 0px !important;
}
.analytify_general_status_boxes h4 {
	position: relative;
	font-weight: 700;
	color:#666666 !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
}
.analytify_general_status_boxes h4::after {
	display: block;
	max-width: 70px;
	height: 2px;
	background: #00c853;
	content: "";
	margin: 7px auto 10px;
}
.analytify_general_stats_value {
	font-size:48px;
	color:#444444;
	font-weight: 700;
}
#inner_analytify_dashboard .analytify_general_stats_value {
	font-size:32px;
}
#inner_analytify_dashboard .analytify_status_footer{
	padding: 7px 9px 4px;
}
.analytify_general_status_footer_info {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#fafafa;
	text-align:center;
	border-top:1px solid #e2e5e8;
	width:100%;
	padding:10px;
	font-size:11px;
}
.analytify_general_status_footer_info .analytify_info_value {
	font-size:16px;
	font-weight:500;
	padding-right:10px;
	position:relative;
	display:inline-block;
	margin-left: 30px;
}
.toplevel_page_analytify-dashboard.rtl .analytify_data_tables td,
.toplevel_page_analytify-dashboard.rtl .analytify_bar_tables td {
	text-align: right;
}
.toplevel_page_analytify-dashboard.rtl .analytify_wraper {
	padding-left: 20px;
}
.toplevel_page_analytify-dashboard.rtl .analytify_current_value,
.toplevel_page_analytify-dashboard.rtl .analytify_compare_value,
.toplevel_page_analytify-dashboard.rtl .analytify_previous_value {
	display: inline-block;
}
.analytify_general_status_footer_info .analytify_green.analytify_info_value::before {
	position:absolute;
	top:1px;
	left:-20px;
	content:"";
	width:13px;
	height:18px;
	background:url(../img/up_arrow.png) no-repeat 0 0;
}
.analytify_general_status_footer_info .analytify_red.analytify_info_value::before {
	position:absolute;
	top:1px;
	left:-20px;
	content:"";
	width:13px;
	height:18px;
	background:url(../img/down_arrow.png) no-repeat 0 0;
}
.analytify_general_status_footer_info .analytify_green_inverted.analytify_info_value::before {
	position:absolute;
	top:1px;
	left:-20px;
	content:"";
	width:13px;
	height:18px;
	background:url(../img/down_arrow_green.png) no-repeat 0 0;
}
.analytify_general_status_footer_info .analytify_red_inverted.analytify_info_value::before {
	position:absolute;
	top:1px;
	left:-20px;
	content:"";
	width:13px;
	height:18px;
	background:url(../img/up_arrow_red.png) no-repeat 0 0;
}
.analytify_status_footer {
	border-top:1px solid #e2e5e8;
	background:#fafafa;
	padding:15px 20px;
}
.analytify_data_tables {
	border-collapse:collapse;
	width:100%;
	color:#444;
}
.analytify_data_tables th,.analytify_data_tables td {
	padding:12px 20px;
}
.analytify_data_tables td,.analytify_bar_tables td {
	text-align: left;
}
.analytify_num_row {
	width:50px;
}
.analytify_value_row {
	width:130px;
}
.analytify_compair_row {
	width:280px;
}
.analytify_compair_value_row {
	width:200px;
}
.analytify_data_tables td {
	border-top:1px solid #e2e5e8;
	word-break: break-word;
}
.analytify_data_tables td:first-child{
	word-break: normal;
}
.analytify_border_th_tp {
	border-top:1px solid #e2e5e8;
}
.analytify_data_tables th,
.wp_analytify_campaign_paginated th {
	border-left:1px solid #e2e5e8;
	background:#f5f9ff;
	font-weight:500;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
}

/* Default hidden icon, visible on hover for unsorted columns */
.analytify_data_tables th:not(.sorted-asc):not(.sorted-desc)::after,
.wp_analytify_campaign_paginated th:not(.sorted-asc):not(.sorted-desc)::after {
	content: "\f140"; /* Down arrow default */
	font-family: "dashicons";
	color: #4aa3df;
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0; /* Hidden by default */
	transition: opacity 0.2s ease;
}

.wp_analytify_campaign_paginated th:not(.sorted-asc):not(.sorted-desc)::after,
.wp_analytify_campaign_paginated th.sorted-desc::after,
.wp_analytify_campaign_paginated th.sorted-asc::after {
	right: -2px !important;
}
/* Icon visible on hover for unsorted columns */
.analytify_data_tables th:hover:not(.sorted-asc):not(.sorted-desc)::after,
.wp_analytify_campaign_paginated th:hover:not(.sorted-asc):not(.sorted-desc)::after {
	opacity: 1;
}

/* Always visible ascending icon when sorted */
.analytify_data_tables th.sorted-asc::after,
.wp_analytify_campaign_paginated th.sorted-asc::after {
	content: "\f142"; /* Up arrow */
	font-family: "dashicons";
	color: #4aa3df;
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1; /* Always visible */
}

/* Always visible descending icon when sorted */
.analytify_data_tables th.sorted-desc::after,
.wp_analytify_campaign_paginated th.sorted-desc::after {
	content: "\f140"; /* Down arrow */
	font-family: "dashicons";
	color: #4aa3df;
	font-size: 17px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1; /* Always visible */
}

.analytify_data_tables th:first-child {
	border-left:0px solid #e2e5e8;
}
.analytify_boder_left {
	border-left:1px solid #e2e5e8;
}
#pa-single-admin-analytics .show-hide {
	text-align: left;
}
.stats_loading{
	background: url(../img/loader.gif) no-repeat center center;
	min-height: 300px;
}
.analytify_flages {
	background-image:url(../img/flag_sprite.png);
	background-repeat:no-repeat;
	background-size:351px 271px;
	background-position: 0 -1px;
	width:24px;
	height:14px;
	position:relative;
	display:inline-block;
	top:2px;
	margin-right:6px;
}
.analytify_afghanistan{
background-position: -176px -136px;}
.analytify_angola{
background-position: -176px -151px;}
.analytify_albania{
background-position: -201px -91px;}
.analytify_united_arab_emirates{
background-position: -301px -91px;}
.analytify_argentina{
background-position: -251px -1px;}
.analytify_armenia{
background-position: -151px -91px;}
.analytify_french_southern_and_antarctic_lands{
background-position: -326px -196px;}
.analytify_australia{
background-position: -251px -16px;}
.analytify_austria{
background-position: -126px -91px;}
.analytify_azerbaijan{
background-position: -101px -91px;}
.analytify_burundi{
background-position: -76px -151px;}
.analytify_belgium{
background-position: -51px -91px;}
.analytify_benin{
background-position: -151px -151px;}
.analytify_burkina_faso{
background-position: -101px -151px;}
.analytify_bangladesh{
background-position: -126px -136px;}
.analytify_bulgaria{
background-position: -1px -91px;}
.analytify_bahamas{
background-position: -76px -46px;}
.analytify_bosnia_and_herzegovina{
background-position: -26px -91px;}
.analytify_belarus{
background-position: -76px -91px;}
.analytify_belize{
background-position: -26px -46px;}
.analytify_bermuda{
background-position: -226px -196px;}
.analytify_bolivia{
background-position: -226px -1px;}
.analytify_brazil{
background-position: -201px -1px;}
.analytify_brunei{
background-position: -76px -136px;}
.analytify_bhutan{
background-position: -101px -136px;}
.analytify_botswana{
background-position: -126px -151px;}
.analytify_central_african_republic{
background-position: -1px -151px;}
.analytify_canada{
background-position: -1px -46px;}
.analytify_switzerland{
background-position: -201px -46px;}
.analytify_chile{
background-position: -176px -1px;}
.analytify_china{
background-position: -26px -136px;}
.analytify_ivory_coast,.analytify_cote_d_ivoire{
background-position: -101px -196px;}
.analytify_cameroon{
background-position: -51px -151px;}
.analytify_democratic_republic_of_the_congo{
background-position: -251px -31px;}
.analytify_republic_of_the_congo{
background-position: -276px -136px;}
.analytify_colombia{
background-position: -151px -1px;}
.analytify_costa_rica{
background-position: -326px -31px;}
.analytify_cuba{
background-position: -301px -31px;}
.analytify_northern_cyprus{
background-position: -251px -196px;}
.analytify_cyprus{
background-position: -301px -76px;}
.analytify_czech_republic{
background-position: -276px -76px;}
.analytify_germany{
background-position: -151px -76px;}
.analytify_djibouti{
background-position: -251px -136px;}
.analytify_denmark{
background-position: -251px -76px;}
.analytify_dominican_republic{
background-position: -251px -31px;}
.analytify_algeria{
background-position: -201px -151px;}
.analytify_ecuador{
background-position: -76px -1px;}
.analytify_egypt{
background-position: -201px -136px;}
.analytify_eritrea{
background-position: -76px -196px;}
.analytify_spain{
background-position: -251px -46px;}
.analytify_estonia{
background-position: -151px -211px;}
.analytify_ethiopia{
background-position: -51px -196px;}
.analytify_finland{
background-position: -226px -76px;}
.analytify_fiji{
background-position: -226px -16px;}
.analytify_falkland_islands{
background-position: -1px -211px;}
.analytify_france,.analytify_reunion,.analytify_martinique,.analytify_mayotte{
background-position: -201px -76px;}
.analytify_gabon{
background-position: -26px -196px;}
.analytify_united_kingdom{
background-position: -151px -46px;}
.analytify_georgia{
background-position: -176px -76px;}
.analytify_ghana{
background-position: -326px -181px;}
.analytify_guinea{
background-position: -276px -181px;}
.analytify_gambia{
background-position: -1px -196px;}
.analytify_guinea_bissau{
background-position: -301px -181px;}
.analytify_equatorial_guinea{
background-position: -226px -136px;}
.analytify_greece{
background-position: -126px -76px;}
.analytify_greenland{
background-position: -101px -211px;}
.analytify_guatemala{
background-position: -176px -31px;}
.analytify_french_guiana{
background-position: -126px -211px;}
.analytify_guyana{
background-position: -126px -1px;}
.analytify_honduras{
background-position: -126px -31px;}
.analytify_croatia{
background-position: -326px -76px;}
.analytify_haiti{
background-position: -326px -61px;}
.analytify_hungary{
background-position: -101px -76px;}
.analytify_indonesia{
background-position: -76px -61px;}
.analytify_india{
background-position: -326px -121px;}
.analytify_ireland{
background-position: -51px -76px;}
.analytify_iran{
background-position: -276px -121px;}
.analytify_iraq{
background-position: -251px -121px;}
.analytify_iceland{
background-position: -76px -76px;}
.analytify_israel{
background-position: -176px -211px;}
.analytify_italy{
background-position: -26px -76px;}
.analytify_jamaica{
background-position: -101px -31px;}
.analytify_jordan{
background-position: -201px -121px;}
.analytify_japan{
background-position: -226px -121px;}
.analytify_kazakhstan{
background-position: -176px -121px;}
.analytify_kenya{
background-position: -251px -181px;}
.analytify_kyrgyzstan{
background-position: -51px -211px;}
.analytify_cambodia{
background-position: -51px -136px;}
.analytify_south_korea{
background-position: -126px -121px;}
.analytify_kosovo{
background-position: -301px -196px;}
.analytify_kuwait{
background-position: -101px -121px;}
.analytify_laos{
background-position: -51px -121px;}
.analytify_lebanon{
background-position: -26px -121px;}
.analytify_liberia{
background-position: -201px -181px;}
.analytify_libya{
background-position: -176px -181px;}
.analytify_sri_lanka{
background-position: -101px -106px;}
.analytify_lesotho{
background-position: -226px -181px;}
.analytify_lithuania{
background-position: -301px -61px;}
.analytify_luxembourg{
background-position: -276px -61px;}
.analytify_latvia{
background-position: -1px -76px;}
.analytify_morocco{
background-position: -26px -181px;}
.analytify_moldova{
background-position: -201px -61px;}
.analytify_madagascar{
background-position: -151px -181px;}
.analytify_mexico{
background-position: -76px -31px;}
.analytify_macedonia{
background-position: -251px -61px;}
.analytify_mali{
background-position: -101px -181px;}
.analytify_myanmar{
background-position: -26px -16px;}
.analytify_montenegro{
background-position: -151px -61px;}
.analytify_mongolia{
background-position: -301px -106px;}
.analytify_mozambique{
background-position: -1px -181px;}
.analytify_mauritania{
background-position: -76px -181px;}
.analytify_malawi{
background-position: -126px -181px;}
.analytify_malaysia{
background-position: -1px -121px;}
.analytify_namibia{
background-position: -326px -166px;}
.analytify_new_caledonia{
background-position: -276px -196px;}
.analytify_niger{
background-position: -301px -166px;}
.analytify_nigeria{
background-position: -276px -166px;}
.analytify_nicaragua{
background-position: -51px -31px;}
.analytify_netherlands{
background-position: -276px -61px;}
.analytify_norway{
background-position: -101px -61px;}
.analytify_nepal{
background-position: -126px -196px;}
.analytify_new_zealand{
background-position: -101px -16px;}
.analytify_oman{
background-position: -276px -106px;}
.analytify_pakistan{
background-position: -251px -106px;}
.analytify_panama{
background-position: -201px -196px;}
.analytify_peru{
background-position: -26px -1px;}
.analytify_philippines{
background-position: -226px -106px;}
.analytify_papua_new_guinea{
background-position: -51px -16px;}
.analytify_poland{
background-position: -76px -61px;}
.analytify_puerto_rico{
background-position: -176px -196px;}
.analytify_north_korea{
background-position: -151px -121px;}
.analytify_portugal{
background-position: -76px -211px;}
.analytify_paraguay{
background-position: -226px -211px;}
.analytify_qatar{
background-position: -201px -106px;}
.analytify_romania{
background-position: -26px -61px;}
.analytify_russia{
background-position: -176px -106px;}
.analytify_rwanda{
background-position: -251px -166px;}
.analytify_western_sahara{
background-position: -201px -121px;}
.analytify_saudi_arabia{
background-position: -151px -106px;}
.analytify_sudan{
background-position: -51px -166px;}
.analytify_south_sudan{
background-position: -76px -166px;}
.analytify_senegal{
background-position: -51px -151px;}
.analytify_solomon_islands{
background-position: -1px -16px;}
.analytify_sierra_leone{
background-position: -151px -166px;}
.analytify_el_salvador{
background-position: -51px -31px;}
.analytify_somaliland{
background-position: -251px -211px;}
.analytify_somalia{
background-position: -126px -166px;}
.analytify_republic_of_serbia{
background-position: -326px -46px;}
.analytify_suriname{
background-position: -151px -196px;}
.analytify_slovakia{
background-position: -301px -46px;}
.analytify_slovenia{
background-position: -276px -46px;}
.analytify_sweden{
background-position: -226px -46px;}
.analytify_swaziland{
background-position: -26px -166px;}
.analytify_syria{
background-position: -76px -106px;}
.analytify_chad{
background-position: -26px -61px;}
.analytify_togo{
background-position: -326px -151px;}
.analytify_thailand{
background-position: -26px -106px;}
.analytify_tajikistan{
background-position: -51px -106px;}
.analytify_turkmenistan{
background-position: -26px -211px;}
.analytify_east_timor,.analytify_timor_leste{
background-position: -1px -136px;}
.analytify_trinidad_and_tobago{
background-position: -301px -16px;}
.analytify_tunisia{
background-position: -301px -151px;}
.analytify_turkey{
background-position: -1px -106px;}
.analytify_united_republic_of_tanzania{
background-position: -1px -166px;}
.analytify_uganda{
background-position: -276px -151px;}
.analytify_ukraine{
background-position: -176px -46px;}
.analytify_uruguay{
background-position: -51px -256px;}
.analytify_united_states{
background-position: -276px -16px;}
.analytify_uzbekistan{
background-position: -276px -91px;}
.analytify_venezuela{
background-position: -76px -1px;}
.analytify_vietnam{
background-position: -251px -91px;}
.analytify_vanuatu{
background-position: -276px -1px;}
.analytify_west_bank{
background-position: -201px -121px;}
.analytify_yemen{
background-position: -276px -211px;}
.analytify_south_africa{
background-position: -101px -166px;}
.analytify_zambia{
background-position: -251px -151px;}
.analytify_zimbabwe{
background-position: -226px -151px;}
.analytify_singapore{
background-position: -276px -241px;}
.analytify_serbia{
background-position: -326px -46px;}
.analytify_hong_kong{
background-position: -26px -241px;}
.analytify_taiwan{
background-position: -301px -211px;}
.analytify_mauritius{
background-position: -51px -181px;}
.analytify_bahrain{
background-position: -151px -136px;}
.analytify_palestine{
background-position: -126px -241px;}
.analytify_maldives{
background-position: -101px -226px;}
.analytify_barbados{
background-position: -1px -256px;}
.analytify_malta{
background-position: -226px -226px;}
.analytify_guadeloupe{
background-position: -51px -241px;}
.analytify_macau{
background-position: -201px -241px;}
.analytify_dominica{
background-position: -276px -31px;}
.analytify_st_vincent_grenadines{
background-position: -326px -16px;}
.analytify_curacao{
background-position: -176px -226px;}
.analytify_guam{
background-position: -51px -226px;}
.analytify_jersey{
background-position: -251px -226px;}
.analytify_antigua_barbuda{
background-position: -101px -46px;}
.analytify_french_polynesia{
background-position: -326px -211px;}
.analytify_grenada{
background-position: -201px -31px;}
.analytify_aruba{
background-position: -1px -226px;}
.analytify_congo_drc{
background-position: -326px -226px;}
.analytify_cayman_islands{
background-position: -26px -256px;}
.analytify_guernsey{
background-position: -151px -241px;}
.analytify_u_s_virgin_islands{
background-position: -151px -226px;}
.analytify_seychelles{
background-position: -176px -166px;}
.analytify_cape_verde{
background-position: -26px -151px;}
.analytify_congo_republic{
background-position: -276px -136px;}
.analytify_st_kitts_nevis{
background-position: -26px -31px;}
.analytify_anguilla{
background-position: -326px -241px;}
.analytify_gibraltar{
background-position: -176px -241px;}
.analytify_st_martin,.analytify_sint_maarten{
background-position: -276px -226px;}
.analytify_northern_mariana_islands{
background-position: -76px -226px;}
.analytify_andorra{
background-position: -251px -241px;}
.analytify_british_virgin_islands{
background-position: -101px -241px;}
.analytify_san_marino{
background-position: -76px -241px;}
.analytify_faroe_islands{
background-position: -301px -241px;}
.analytify_kiribati{
background-position: -201px -16px;}
.analytify_turks_caicos_islands{
background-position: -126px -226px;}
.analytify_social_icons {
	background-image:url(../img/social_browser_mobile_icons.png);
	background-repeat:no-repeat;
	background-size: 180px 495px;
	width:34px;
	height:34px;
	position:relative;
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
}
.analytify_stat_none,.analytify_not_set {
	background-position:71px 99px;
	background:#444;
	border-radius:999px;
}
.analytify_facebook {
	background-position:-73px -99px;
}
.analytify_twitter {
	background-position:0 -99px;
}
.analytify_pinterest {
	background-position:-37px -99px;
}
.analytify_google_groups {
	background-position: -1px -390px;
}
.analytify_linkedin {
	background-position:0 -135px;
}
.analytify_wordpress {
	background-position: 0 -207px;
}
.analytify_youtube {
	background-position:-145px -99px;
}
.analytify_reddit {
	background-position: -144px -170px;
}
.analytify_google_plus {
	background-position:-109px -99px;
}
.analytify_chrome {
	background-position:-74px -310px;
}
.analytify_vkontakte{
	background-position:-146px -310px;
}
.analytify_yelp {
	background-position: -109px -310px;
}
.analytify_microsoft {
	background-position:-37px -43px;
}
.analytify_mac_ios,.analytify_macintosh,.analytify_apple,.analytify_ios  {
	background-position:-35px 0px;
}
.analytify_windows {
	background-position:-67px 0px;
}
.analytify_edge{
	background-position: -1px -344px;
}
.analytify_xiaomi{
	background-position: -110px -344px;
}
.analytify_samsung_internet{
	background-position: -144px -343px;
}
.analytify_oppo{
	background-position: -2px -377px;
	height: 14px;
	width: 42px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.analytify_linux {
	background-position:0px -43px;
}
.analytify_windows_8 {
	background-position:-36px -43px;
}
.analytify_chrome_os{
	background-position: -74px -366px;
}
.analytify_firefox {
	background-position:-106px 0px;
}
.analytify_mozilla {
	background-position:-106px 0px;
}
.analytify_android {
	background-position:-142px 0px;
}
.analytify_opera{
	background-position: -36px -343px;
}
.analytify_safari {
	background-position:-104px -42px;
}
.analytify_internet_ex {
	background-position:-137px -42px;
}
.analytify_google {
	background-position:-72px -42px;
}
.analytify_ipad {
	background-position:-70px -42px;
}
.analytify_instagram, .analytify_instagram_stories {
	background-position:-146px -207px;
}
.analytify_samsung {
	background-position:-1px -77px;
	height:19px;
	width:42px;
	margin-top: 7px;
	margin-bottom: 8px;
}
.analytify_wordpress {
	background-position: 0 -207px;
}
.analytify_nokia {
	background-position: -133px -78px;
	width: 42px;
	height: 21px;
	margin-top: 13px;
}
.analytify_blackberry {
	background-position: -34px -274px;
}
.analytify_qmobile {
	background-position: 0px -273px;
}
.analytify_htc {
	background-position: -145px -241px;
}
.analytify_motorola {
	background-position: -109px -241px;
}
.analytify_sony {
	background-position: -72px -241px;
}
.analytify_lg {
	background-position: -36px -241px;
}
.analytify_huawei {
	background-position: 0px -240px;
}
.analytify_tumblr{
	background-position: -2px -172px;
}
.analytify_disqus{
	background-position: -110px -276px;
}
.analytify_quora{
	background-position: -74px -276px;
}
.analytify_ameba{
	background-position: -146px -276px;
}
.analytify_vivo {
	background-position: -109px -381px;
}
.analytify_infinix {
	background-position: -146px -381px;
}
.analytify_oppo{
	background-position: -2px -377px;
	height: 14px;
	width: 42px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.analytify_lenovo {
	background-position: -110px -417px;
}
.analytify_oneplus {
	background-position: -1px -428px;
	height: 35px;
}
.analytify_realme {
	background-position:-147px -416px;
}
.analytify_walton {
	background-position: -74px -400px;
}
.analytify_alcatel {
	background-position: -3px -466px;
	/* width: 14px; */
	height: 16px;
	margin-top: 7px;
	margin-bottom: 8px;
}
.analytify_bar_tables {
	border-collapse:collapse;
	width:100%;
	color:#444;
}
.analytify_bar_tables th {
	border-left:1px solid #e2e5e8;
	background:#f5f9ff;
	font-weight:500;
}
.analytify_bar_tables th,.analytify_bar_tables td {
	padding:13px 20px;
}
.analytify_bar_graph {
	background:#f5f5f5;
	height:3px;
	display:block;
	margin-top:10px;
	overflow:hidden;
}
.analytify_bar_graph span {
	background:#00c853;
	height:3px;
	width:30px;
	display:block;
}
.analytify_bar_tables .analytify_txt_center {
	text-align:center;
}
.analytify_bar_tables .analytify_txt_left {
	text-align:left;
}
.analytify_half, .analytify_comp_half {
	width:50%;
}
.analytify_column::after{
	content: "";
	width: 100%;
	display: block;
	clear: both;
}
.analytify_left_flow {
	float:left;
	padding-right:10px;
}
.analytify_right_flow {
	float:right;
	padding-left:10px;
}
.analytify_page_name {
	display:block;
	position:relative;
	color:#444444;
	font-size:15px;
	font-weight:400;
}
.analytify_link_title{
	width: 500px;
}
.analytify_page_url_detials {
	padding-left:42px !important;
	color:#848484;
}
.analytify_page_name::after {
	position:absolute;
	top:6px;
	left:-21px;
	width:12px;
	height:12px;
	background:#444444;
	border-radius:30px;
	content:"";
}
.analytify_page_name.analytify_blue_bullet::after, .analytify_page_name.analytify_bullet_1::after  {
	background:#448aff;
}
.analytify_page_name.analytify_red_bullet::after, .analytify_page_name.analytify_bullet_2::after {
	background:#ff5252;
}
.analytify_page_name.analytify_green_bullet::after, .analytify_page_name.analytify_bullet_3::after {
	background:#00c853;
}
.analytify_page_name.analytify_yellow_bullet::after, .analytify_page_name.analytify_bullet_4::after {
	background:#ffbc00;
}
.analytify_no_header_table tr:first-child td {
	border-top:0;
}
.analytify_setting>div {
	display:inline-block;
}
.analytify_select_date .analytify_nice-select {
	border:solid 1px #00c853;
}
.analytify_select_date .analytify_nice-select::after {
	border-bottom:2px solid #00c853;
	border-right:2px solid #00c853;
}
.analytify_select_date .analytify_nice-select:hover {
	border-color:#00c853;
}
.analytify_select_date .analytify_nice-select:active,.analytify_nice-select.analytify_open,.analytify_select_dashboard .analytify_nice-select:focus {
	border-color:#00c853;
}
.analytify_select_date .analytify_nice-select .analytify_option.analytify_selected {
	font-weight: 700;
	color:#00c853;
}
.analytify_select_dashboard .analytify_nice-select {
	border:solid 1px #444444;
	background:#444444;
	color:#fff;
	font-size:15px;
}
.analytify_select_dashboard .analytify_nice-select:hover {
	border-color:#444444;
}
.analytify_select_dashboard .analytify_nice-select:active,.analytify_nice-select.analytify_open,.analytify_select_dashboard .analytify_nice-select:focus {
	border-color:#444444;
}
.analytify_select_dashboard .analytify_nice-select::after {
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}
.analytify_nice-select {
	-webkit-tap-highlight-color:transparent;
	background-color:#fff;
	border-radius:5px;
	border:solid 1px #e8e8e8;
	box-sizing:border-box;
	clear:both;
	cursor:pointer;
	display:block;
	float:left;
	font-family:inherit;
	font-size:14px;
	font-weight: 400;
	height:42px;
	line-height:40px;
	outline:none;
	padding-left:18px;
	padding-right:30px;
	position:relative;
	text-align:left !important;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	width:auto;
}
.analytify_nice-select:hover {
	border-color:#dbdbdb;
}
.analytify_nice-select:active,.analytify_nice-select.analytify_open,.analytify_nice-select:focus {
	border-color:#999;
}
.analytify_nice-select::after {
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	content:'';
	display:block;
	height:5px;
	margin-top:-4px;
	pointer-events:none;
	position:absolute;
	right:12px;
	top:50%;
	-webkit-transform-origin:66% 66%;
	-ms-transform-origin:66% 66%;
	transform-origin:66% 66%;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
	width:5px;
}
.analytify_nice-select.analytify_open::after {
	-webkit-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	transform:rotate(-135deg);
}
.analytify_nice-select.analytify_open .analytify_list {
	opacity:1;
	pointer-events:auto;
	-webkit-transform:scale(1) translateY(0);
	-ms-transform:scale(1) translateY(0);
	transform:scale(1) translateY(0);
}
.analytify_nice-select.analytify_disabled {
	border-color:#ededed;
	color:#999;
	pointer-events:none;
}
.analytify_nice-select.analytify_disabled::after {
	border-color:#cccccc;
}
.analytify_nice-select.analytify_wide {
	width:100%;
}
.analytify_nice-select.analytify_wide .analytify_list {
	left:0 !important;
	right:0 !important;
}
.analytify_nice-select.analytify_right {
	float:right;
}
.analytify_nice-select.analytify_right .analytify_list {
	left:auto;
	right:0;
}
.analytify_nice-select.analytify_small {
	font-size:12px;
	height:36px;
	line-height:34px;
}
.analytify_nice-select.analytify_small::after {
	height:4px;
	width:4px;
}
.analytify_nice-select.analytify_small .analytify_option {
	line-height:34px;
	min-height:34px;
}
.analytify_nice-select .analytify_list {
	background-color:#fff;
	border-radius:5px;
	border:1px solid #e2e5e8;
	box-sizing:border-box;
	margin-top:4px;
	opacity:0;
	overflow:hidden;
	padding:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:0;
	-webkit-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	transform-origin:50% 0;
	-webkit-transform:scale(0.75) translateY(-21px);
	-ms-transform:scale(0.75) translateY(-21px);
	transform:scale(0.75) translateY(-21px);
	-webkit-transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	transition:all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	z-index:9;
}
.analytify_nice-select .analytify_list:hover .analytify_option:not(:hover) {
	background-color:transparent !important;
}
.analytify_nice-select .analytify_option {
	cursor:pointer;
	font-weight:400;
	line-height:40px;
	list-style:none;
	min-height:40px;
	outline:none;
	padding-left:18px;
	padding-right:29px;
	text-align:left;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	font-size:15px;
	color:#444;
}
.analytify_nice-select .analytify_option:hover,.analytify_nice-select .analytify_option.analytify_focus,.analytify_nice-select .analytify_option.analytify_selected.analytify_focus {
	background-color:#f9fafa;
}
.analytify_nice-select .analytify_option.analytify_selected {
	font-weight: 700;
}
.analytify_nice-select .analytify_option.analytify_disabled {
	background-color:transparent;
	color:#999;
	cursor:default;
}
.analytify_no-csspointerevents .analytify_nice-select .analytify_list {
	display:none;
}
.analytify_no-csspointerevents .analytify_nice-select.analytify_open .analytify_list {
	display: block;
}
.analytify_t_pad{
	padding-top:7px;
}
.real_time_stats_hd{
	margin-top:-51px !important;
}
.real_time_main_stats_hd{
	margin: 0px 0px;
}
.analytify_enter_exit_bars{
	font-size:14px;
	text-align:left;
	font-weight:400;
	max-width:200px;
	margin:0 auto;
}
.analytify_enter_exit_bars .analytify_bar_graph{
	margin-top:0;
	margin-bottom: 5px;
	height: 4px;
}

.analytify_enter_exit_bars .analytify_bar_graph span{
	background-color: #ff5252;
	height: 4px;
}

/* Override for engagement bars with data-rate attribute */
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar {
    background-color: #ff5252 !important;
    height: 4px !important;
}

.analytify_enter .analytify_bar_graph span {
    background-color: #00c853;
}

/* Dynamic engagement rate progress bar colors - Higher specificity */
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar,
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar {
    height: 4px !important;
    display: block !important;
    transition: background-color 0.3s ease;
}

/* 0-40%: Red color (default) */
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar.analytify-rate-low {
    background-color: #ff5252 !important;
}

/* 40-60%: Yellow color */
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="4"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="5"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="4"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="5"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar.analytify-rate-medium {
    background-color: #ffc107 !important;
}

/* Above 60%: Green color */
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="6"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="7"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="8"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="9"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar[data-rate^="10"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="6"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="7"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="8"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="9"],
.analytify_enter_exit_bars .analytify_bar_graph span.analytify_engagement_bar[data-rate^="10"],
.analytify_enter_exit_bars .analytify_bar_graph .analytify_engagement_bar.analytify-rate-high {
    background-color: #00c853 !important;
}

.analytify_enter{
	margin-bottom: 15px;
}
.analytify_persantage_sign{
	font-size: 13px;
	color: #848484;
}
.analytify_td_error_msg{
	padding: 0 !important;
}

.analytify_section_system_stats .analytify_one_tree_table .analytify_data_tables .analytify-stats-error-msg {
    padding: 0 !important;
    margin: 0;
    border: 1px solid #f0f0f1;
    background: #fff;
    text-align: center;
}

.analytify_section_system_stats .analytify_one_tree_table .analytify_data_tables .analytify-stats-error-msg .wpb-error-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 12px 12px;
    background: #f9fafa !important;
    border: 1px solid #e2e5e8;
}

.analytify_section_system_stats .analytify_one_tree_table .analytify-stats-error-msg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.analytify-stats-error-msg {
	padding: 20px !important;
}

.analytify-stats-error-msg .blk {
	background: #ffbc00;
}
.analytify_test_email_btn{
	display: block;
	border: 0;
	font: 400 16px 'Roboto', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #fff;
	background: #00c853;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border-radius: 4px;
	max-width: 200px;
	text-align: center;
	padding: 13px 24px;
	margin: 10px 0 10px 10px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
	cursor: pointer;
}
.analytify_test_email_btn:hover {
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}
.analytify_setting_note{
	padding:10px;
	font-size:15px;
	color:#444;
	font-style:italic;
}

.pa_campaigns_statistics::after {
	position: absolute;
	width: 75%;
	border-bottom: 1px solid #e2e5e8;
	height: 1px;
	content: '';
	top: 0;
	bottom: auto;
	left: 12%;
}
#wrapper_campaign .pa_campaigns_statistics:first-child::after{
	display: none;
}
.analytify-detail-campaings-container{
	clear: both;
	padding: 20px;
	margin: 0 auto;
}
.analytify-detail-campaings-container table{
	width: 100%;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
	text-align: center;
}
.wp_analytify_campaign_pagination_wraper{
	border: 1px solid #dee2e6;
	border-top: 0px;
	padding: 10px;
	overflow: hidden;
	background: #f9fafa;
}
.wp_analytify_campaign_pagination_wraper .wp_analytify_pager {
	float: right;
}
.analytify-detail-campaings-container .analytify_xl_f {
	font-size: 13px;
}
.campaigns_statistics_active{
	border-top: 1px solid #e2e5e8;
	border-right: 1px solid #e2e5e8;
	border-left: 1px solid #e2e5e8;
	margin: 20px 20px 20px 20px;
	padding-bottom: 0px !important;
	margin-bottom: 30px !important;
}
.campaigns_statistics_active .analytify-detail-campaings-container {
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 0px !important;
	margin: 0 -1px 0px;
}
.analytify-detail-campaings-container td,
.analytify-detail-campaings-container th {
	border: 1px solid #dee2e6;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}
.analytify-detail-campaings-container th {
	font-size: 13px;
	background: #f9fafa;
}

/***************************/
/****** Pikaday style ******/
/***************************/

.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single::before,
.pika-single::after {
	content: " ";
	display: table;
}
.pika-single::after {
 clear: both; }

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
	float: left;
	width: 240px;
	margin: 8px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-label {
	display: inline-block;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	background-color: #fff;
}
.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 0px;
	opacity: 0;
}

.pika-prev,
.pika-next {
	display: block;
	cursor: pointer;
	position: relative;
	outline: none;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	/* hide text using text-indent trick, using width value (it's enough) */
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
	float: left;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
	float: right;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: .2;
}

.pika-select {
	display: inline-block;
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.pika-table th,
.pika-table td {
	width: 14.285714285714286%;
	padding: 0;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}

.pika-button {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	background: #f5f5f5;
	height: initial;
}

.pika-week {
	font-size: 11px;
	color: #999;
}

.is-today .pika-button {
	color: #33aaff;
	font-weight: 700;
}

.is-selected .pika-button,
.has-event .pika-button {
	color: #fff;
	font-weight: 700;
	background: #33aaff;
	box-shadow: inset 0 1px 3px #178fe5;
	border-radius: 3px;
}

.has-event .pika-button {
	background: #005da9;
	box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
	background: #D5E9F7;
}

.is-startrange .pika-button {
	color: #fff;
	background: #6CB31D;
	box-shadow: none;
	border-radius: 3px;
}

.is-endrange .pika-button {
	color: #fff;
	background: #33aaff;
	box-shadow: none;
	border-radius: 3px;
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: .3;
}

.is-outside-current-month .pika-button {
	color: #999;
	opacity: .3;
}

.is-selection-disabled {
	pointer-events: none;
	cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
	color: #fff;
	background: #ff8000;
	box-shadow: none;
	border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

/*******************************/
/****** Pikaday style end ******/
/*******************************/

.analytify_select_date{
	position: relative;
	vertical-align: top;
}
.analytify_select_date_fields{
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	padding: 6px 50px 6px 12px;
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 8px;
	min-height: 46px;
	vertical-align: top;
}
.analytify_authors_roles_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	flex-wrap: wrap;
	border-bottom: 2px dashed #ccc;
	margin-bottom: 15px;
}
.analytify_authors_roles_wrapper label{
	width: 250px;
	font-size: 16px;
	font-weight: 500;
	color: #444;
}
.analytify_authors_roles_wrapper select{
	width: calc(100% - 250px);
	margin-right: 0 !important;
}
/* #analytify-dashboard-addon .analytify_select_date_fields{
	padding-left:0;
} */
#inner_analytify_dashboard .analytify_general_status_boxes h4{
	font-size: 12px;
	letter-spacing: .04em;
}
.analytify_select_date_fields input{
	border: 0;
	color: #444444;
	padding: 4px 2px 4px 7px;
	border-bottom: none;
	width: 130px;
	box-shadow: none;
	outline: none !important;
}
#analytify-dashboard-addon .analytify_select_date_fields input {
	border: 0;
	color: #444444;
	padding: 4px 2px 4px 7px;
	border-bottom: none;
	width: 107px;
	box-shadow: none;
	outline: none !important;
}
.analytify_select_date_fields input:focus{
	outline: none !important;
}
.wp-analytify-video-container ul{
	margin: 0 -15px;
}
/* .meta-box-sortables #analytify-dashboard-addon select {
	max-width: 100%;
	padding: 5px;
	line-height: 43px;
	height: 43px;
	border-radius: 5px;
	margin-left: 16px;
	position: relative;
	top: -2px;
} */
.meta-box-sortables #analytify-dashboard-addon select {
	max-width: 100%;
	padding: 0 25px 0 10px;
	height: 46px;
	border-radius: 5px;
	margin-left: 16px;
	position: relative;
	top: -2px;
	-webkit-appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 12px;
	background-size: 16px 16px;
}
/*
* Pixels Tracking Settings CSS
*/

.analytify-pixels-settings {
    padding: 20px;
}
.analytify-pixels-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}
.analytify-pixels-section h4 {
    margin-top: 0;
    color: #333;
}
.analytify-pixels-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.analytify-pixels-actions .spinner {
    float: none;
    margin: 0;
}
#pixels-message {
    margin: 0;
}

.wp-analytify-video-container li {
	display: inline-block;
	max-width: calc(33% - 1px);
	vertical-align: top;
	padding: 15px;
	margin: 0;
	box-sizing: border-box;
}
.wp-analytify-video-container li iframe{
	max-width: 100%;
	width: 100%;
}
.wp-analytify-video-container li h4{
	font-size: 18px;
	margin-bottom: 7px;
}
.wp-analytify-video-container li p {
	margin-top: 0;
	min-height: 58px;
}
.analytify_arrow_date_picker{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 44px;
	height: auto;
	min-height: 46px;
	cursor: pointer;
	border-left: 1px solid #e5e5e5;
	background: #448aff;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
}
.analytify_arrow_date_picker::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.analytify_arrow_date_picker.analytify_open::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#analytify_start{
	margin-right: 10px;
}
.analytify_select_date_list{
	background-color: #fff;
	color: #444444;
	font-size: 14px;
	box-shadow: 0 2px 3px #dae1e3;
	border-radius: 5px 0px 5px 5px;
	overflow: hidden;
	z-index: 999 !important;
	padding-top: 5px;
	width: 355px;
	position: absolute;
	top: 100%;
	left: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5,0,0,1.25),opacity 0.15s ease-out;
	z-index: 999;
}

.meta-box-sortables .analytify_select_date_list{
	top: 46px;
}
.analytify_active_date_list{
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.analytify_select_date_list li{
	border-bottom: 1px solid #f0f5f7;
	cursor: pointer;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	color: #448aff;
	margin-bottom: 0;
	transition: all .3s;
}
.analytify_select_date_list li:hover{
	background-color: rgba(0,0,0,.02);
}
.analytify_select_date_list li span{
	font-size: 14px;
	color: #444444;
	padding-left: 10px;
	display: inline-block;
	}
.analytify_submit_date_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #444444;
	border-radius: 5px;
	border: 0;
	color: #fff;
	font-size: 14px;
	padding: 0 13px;
	min-height: 46px;
	height: 46px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
}

.analytify_setting.analytify_wraper .analytify_submit_date_btn{
	margin-left: 4px;
}

.analytify_export_pdf_btn {
	display: inline-block;
	background:none;
	border-radius: 5px;
	border: 0;
	color: #fff;
	font-size: 14px;
	padding: 0;
	height: 46px;
	cursor: pointer;
	vertical-align: top;
}
.generate_dashboard_pdf{
	display: inline-block;
}
[lang="fr-FR"] .analytify_submit_date_btn{
	max-width: 92px;
	white-space: normal;
	padding-inline: 5px;
}
[lang="fr-FR"] .analytify-single-mail-submit .analytify_submit_date_btn{
	max-width: 100%;
	margin-top: 10px;

}
.analytify_wraper .large-count{
	font-size: 34px;
	font-weight: 300;
}
.analytify_wraper .pa_campaigns_statistics .count-visits{
	font-size: 34px;
	font-weight: 100;
	color: #444444;
}
.analytify_wraper .pa_campaigns_statistics{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.analytify_wraper .pa-bigtext .source {
	display: block;
	padding-top: 6px;
}
.analytify_wraper .pa_campaigns_statistics .count-visits sub{
	font-size: 17px;
	color: #848484;
	vertical-align: baseline;
	font-weight: 300;
}
.analytify_wraper .pa_campaigns_statistics .count-visits::after,.analytify_wraper .large-count::after{
	width: 12px;
	height: 12px;
	background: #e2e5e8;
	margin-top: -6px;
}
.analytify_top_page_detials{
	position: absolute;
	top: 14px;
	right: 11px;
}
.analytify_top_keywords_detials{
	position: absolute;
	top: 14px;
	right: 230px;
}
.analytify_top_geographic_detials{

	line-height: 21px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.analytify_data_tables th.analytify_brd_lft{
	border-left: 1px solid #e2e5e8;
}
.analytify_data_tables th.analytify_top_geographic_detials_wraper{
	line-height: 34px;
}
.analytify_tp_btn a,
.analytify-export-data {
	display: block;
	height: 15px;
	width: 26px;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
	transition: all .3s;
	font-weight: 400;
	background: url(../img/csv_button.svg) no-repeat 0 0;
	opacity: 0;
	background-size: 26px 15px;

}
.analytify_vt_middle > *{
	vertical-align: baseline;
}
.analytify_vt_middle>.analytify_tooltip{
	line-height: 25px;
}
.analytify_status_box_wraper:hover .analytify_tp_btn a,
.analytify_status_box_wraper:hover .analytify-export-data {
	opacity: 1;
}
.analytify_tp_btn #refresh-realtime-stats{
	background: url(../img/refresh.svg) no-repeat 0 0;
	height: 30px;
	width: 30px;
	top: 2px;
}
.analytify_tooltip {
	position: relative;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.analytify_pdf_logo{
	height: 26px;
}

.analytify_tooltip .analytify_tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    position: absolute;
    z-index: 1;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;
}

.analytify_tooltip[data-tooltip]:hover::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.analytify_tooltip[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    white-space: nowrap;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    padding: 7px 0;
    z-index: 1000;
    font-weight: 400;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 1s;
    font-size: 12px;
}

.analytify-button-danger {
	background-color: #dc3232 !important;
	border-color: #dc3232 !important;
	color: #fff;
	text-shadow: none !important;
}
.analytify-button-danger:hover,
.analytify-button-danger:focus {
	background-color: #a00 !important;
	border-color: #a00 !important;
	color: #fff !important;
}
.analytify-button-danger:disabled {
	background-color: #dc3232 !important;
	border-color: #dc3232 !important;
	opacity: 0.6;
	cursor: not-allowed;
}
.analytify-factory-reset-spinner {
	vertical-align: middle;
}

.analytify-loader-path {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	animation: analytify-loader-rotate 2s linear infinite;
	transform-origin: 25px 25px;
}
@keyframes analytify-loader-rotate {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
		transform: rotate(0deg);
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
		transform: rotate(360deg);
	}
}

.analytify_tp_btn .analytify-export-loader{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 14px;
	background: rgba(255,255,255,.5);
}
.analytify_top_page_detials .analytify_tooltip .analytify_tooltiptext {
	margin-left: -183px;
}
.analytify_top_page_detials .analytify_tooltip .analytify_tooltiptext::after{
	left: 84%;
}
.analytify_tooltip .analytify_tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.analytify_tooltip:hover .analytify_tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* ======== Addons ======= */
.analytify_page_analytify-addons .wp-extension h3 {
	box-sizing: border-box;
	height: 110px;
	margin: 0;
	padding: 39px 10px 0 135px;
	border-bottom: 1px solid #e2e5e8;
	background: #f9fafa no-repeat left 5px top 5px;
	/* background-size: 105px 60px; */
	background-position: 14px 25px;
}
.wp_analytify_pagination{
	display:inline-block;
	float:right;
	position:relative;
	top:0px;
}
#inner_analytify_dashboard .wp_analytify_pagination{
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
#inner_analytify_dashboard .wp_analytify_pagination div.wp_analytify_pager{
	margin: 0;
}
#inner_analytify_dashboard div.wp_analytify_pager span{
	margin-top: 3px;
	margin-bottom: 3px;
}
div.wp_analytify_pager {
	text-align: center;
	margin:0;
}
#analytify_real_time_visitors_wraper{
	background: #fff;
}
div.wp_analytify_pager span {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	color: #444;
	margin-right: 5px;
	border: 1px solid #e2e5e8;
	transition: all .3s;
}

div.wp_analytify_pager span.wp_analytify_active, div.wp_analytify_pager span:hover {
	background: #448aff;
	color: #fff;
	border: 1px solid #448aff;
}
.analytify_page_analytify-addons .wp-extension {
	float: none;
	box-sizing: border-box;
	width: calc(33% - 30px);
	margin: 10px 20px 10px 0;
	border: 1px solid #e2e5e8;
	display: inline-block;
	height: auto;
	vertical-align: top;
	background: #fff;
	min-height: 260px;
	position: relative;
}
.wp_analytify_woo .button-primary, .analytify-analytics-dashboard-widget .button-primary{
	float: none;
	margin-bottom: 0;
}
.analytify_page_analytify-addons .wp_analytify_woo h3 {
	background-size: 105px 60px;
	background-position: 14px 25px;
	padding-top: 39px;
}
.analytify_page_analytify-addons .wp_analytify_campaings h3 {
	background-size: 83px 51px;
	background-position: 25px 28px;
	padding-top: 46px;
}
.analytify_page_analytify-addons .analytify-analytics-dashboard-widget h3 {
	background-size: 60px 76px;
	background-position: 35px 18px;
	padding-top: 39px;
}
.analytify_page_analytify-addons .wp_analytify_edd h3 {
	background-size: 111px 65px;
	background-position: 10px 21px;
	padding-top: 39px;
}
.analytify_page_analytify-addons .wp_analytify_email h3 {
	background-size: 64px 65px;
	background-position: 32px 22px;
	padding-top: 48px;
}
.analytify_page_analytify-addons .analytify-contact-form-7-gooogle-analytics-tracking h3 {
	background-size: 57px 67px;
	background-position: 35px 26px;
	padding-top: 48px;
}
.analytify_page_analytify-addons .wp-extension .button-primary {
	border:0;
	text-shadow:none;
	background:#00c853;
	padding:8px 18px;
	height:auto;
	font-size:15px;
	cursor: pointer;
	position:absolute;
	right:-1px;
	bottom:-1px;
	box-shadow:none;
	border-radius:0;
}
.analytify_page_analytify-addons .wp-extension .button-primary:visited,
.analytify_page_analytify-addons .wp-extension .button-primary:active,
.analytify_page_analytify-addons .wp-extension .button-primary:hover,
.analytify_page_analytify-addons .wp-extension .button-primary:focus {
	background:#00c853;
	box-shadow: none;
	outline: none;
}
.analytify_page_analytify-addons .wp-extension button.button-primary{
	background: #f9fafa;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 0;
	border-left: 1px solid #e2e5e8;
	border-top: 1px solid #e2e5e8;
	cursor: default;
}
.analytify_page_analytify-addons .wp-extension button.button-primary:visited,
.analytify_page_analytify-addons .wp-extension button.button-primary:active,
.analytify_page_analytify-addons .wp-extension button.button-primary:hover,
.analytify_page_analytify-addons .wp-extension button.button-primary:focus {
	background: #f9fafa;
	color: #444;
	border: 0;
	border-left: 1px solid #e2e5e8;
	border-top: 1px solid #e2e5e8;
	outline: none;
	box-shadow: none;
}
.analytify_select_date_single_page{
	max-width: 100%;
	margin: 0 auto;
	display: flex !important;
	padding: 10px 0 3px;
	width: max-content;
	flex-wrap: wrap;
}
.analytify_single_post_page .analytify_border_th_tp{
	border: 0;
}

.analytify_block{
	display: block;
}
.analytify_general_status-gif{
	position: relative;
	margin-bottom: 20px;
}
.analytify_go_pro_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	text-align: center;
}
.analytify_go_pro_overlay_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.analytify_h2{
	font-size: 60px !important;
	color: #fff !important;
	text-decoration: none;
	display: block;
}
.analytify_btn{
	background: #00c853;
	padding: 16px 42px;
	margin-top: 13px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	font-size: 18px;
	border: 0px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
}
.analytify_btn:hover{
	box-shadow: none;
	color: #fff;
}
.analytify_general_status-icon{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ff5252;
	font-size: 16px;
	height: 50px;
	line-height: 46px !important;
	cursor: pointer;
	width: auto;
	padding: 0px 50px 0 30px;
	font-family: 'Roboto Slab',serif;
	z-index: 1000;
	background-color: rgba(0,0,0,.5);
}
.analytify_general_status-icon::before{
	display: none;
}
.analytify_general_status-icon::after{
	content: "\f335";
	font-size: 30px;
	position: absolute;
	top: 2px;
	right: 7px;
	font-family: dashicons;
}
.analytify_general_status-icon:hover{
	color: #448aff;
}
.analytify_general_status-gif img{
	opacity: .4;
}

#pa-single-admin-analytics .analytify-export-data{
	display: none;
}
.analytify_page_analytify-settings .form-table th {
	padding: 20px 10px;
}
.analytify_page_analytify-settings #wpbody-content .metabox-holder {
	padding-top: 5px;
}
.analytify_page_analytify-settings .wrap{
	margin: 0px 20px 0 2px;
}
.analytify_page_analytify-settings .wpb_plugin_tabs_content>#setting-error-settings_updated {
	display: none;
}
.analytify_page_analytify-settings .wrap.analytify-addons-wrapper h2{
	padding: 0;
}
/* Hide WordPress Notice */
/* body[class*="page_analytify"] .update-nag, body[class*="page_analytify"] .updated, body[class*="page_analytify"] .error, body[class*="page_analytify"] .is-dismissible, body[class*="page_analytify"] .notice-warning {
	display: none;
} */

.install-analytify-dashboard-widget{
	align-items: center;
	background-size: 100% 470px;
	display: flex;
	height: 470px;
	padding: 40px 0;
}
.install-analytify-dashboard-widget-content{
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
}
#wp-analytify-help .support, .wp-analytify-delete-cache{
	border-bottom: 1px solid #ccc;
	width: 640px;
}
.wp-analytify-delete-cache-button.button{
	margin: 5px 0 10px 0;
}
.wp-analytify-view-error-log{
	margin-top: 15px;
}
.analytify-campaings-tooltip{
	cursor: pointer;
}
.analytify-campaings-tooltip.dashicons, .analytify-campaings-tooltip.dashicons-before::before{
	vertical-align: middle;
}

/* Email Promo */
.analytify-email-promo-contianer, .analytify-google-ads-container, .analytify-pixels-container {
	position: relative;
	margin-left: -260px;
}
.analytify-email-premium-overlay, .analytify-google-ads-overlay, .analytify-pixels-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	/* background: rgba(255, 255, 255, .95); */
}

/* Pixels Tracking Settings Styles */
.analytify-pixels-settings {
    padding: 15px 20px;
}
.analytify-pixels-section {
    margin-bottom: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}
.analytify-pixels-section h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}
.analytify-pixels-section .form-table {
    margin: 0;
}
.analytify-pixels-section .form-table th {
    padding: 12px 15px 12px 0;
    width: 150px;
    vertical-align: top;
}
.analytify-pixels-section .form-table td {
    padding: 12px 0;
}
.analytify-pixels-section .form-table input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.analytify-pixels-section .form-table input[type="checkbox"] {
    margin-right: 8px;
}
.analytify-pixels-section .description {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}
.analytify-pixels-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.analytify-pixels-actions .spinner {
    float: none;
    margin: 0;
}
#pixels-message {
    margin: 0;
}

.analytify-email-premium-overlay *{
	box-sizing: border-box;
}
.analytify-email-premium-popup, .analytify-google-ads-popup, .analytify-pixels-popup{
	width: 480px;
	padding: 30px 30px;
	background-color: #ff5252;
	max-width: calc(100% - 30px);
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#wpbody-content .analytify-promo-popup-heading {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
}
.analytify-promo-popup-paragraph,
.analytify-promo-popup-list{
	margin: 0 0 5px;
	text-align: left;
	color: #fff;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size:14px;
	font-weight:400;
	height:auto;
	line-height:18.2px;
}
.analytify-promo-popup-paragraph.analytify-error-popup-paragraph {
	word-wrap: break-word;
	margin-bottom: 10px;
}
.analytify-promo-popup-paragraph.analytify-error-popup-paragraph:last-of-type,
.analytify-promo-popup-paragraph.analytify-error-popup-paragraph:only-child {
	margin-bottom: 0px;
}
.analytify-promo-popup-paragraph.analytify-error-popup-paragraph a{
	color: #fff;
	text-decoration: underline;
}
.analytify-promo-popup-paragraph.analytify-error-popup-paragraph a:hover{
	text-decoration: none;
}
.analytify-promo-popup-list{
	padding-top: 20px !important;
	list-style-type: none;
}
.analytify-promo-popup-list li{
	position: relative;
	padding-left: 16px;
}
.analytify-promo-popup-list li::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	top: 6px;
	left: 0;
	background: url(../img/check-icon.png) center center no-repeat;
}
.analytify-promo-popup-btn,
.analytify-promo-popup-btn:focus{
	padding:8px 12px;
	display: inline-block;
	border: 2px solid #fff;
	color: #444;
	background-color: #fff;
	text-decoration: none;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size:14px;
	font-weight:400;
	height:auto;
	line-height:18.2px;
	transition: all 0.2s linear;
	border-radius: 3px;
	outline:none;
	margin-top: 20px;
}
.analytify-promo-popup-btn:hover{
	color: #fff;
	background: none;
}
.analytify-dashboard-content .analytify_wraper{
	min-height: 500px;
	/* display: flex;
	align-content: center;
	justify-content: center; */
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify-dashboard-content,
.analytify_page_analytify-addons .analytify-settings-body-container .wpb_plugin_body_wraper .wpb_plugin_tabs_content{
	background-color: #F0F5FA;
	position: relative;
}
#wpbody-content .analytify-dashboard-body-container .analytify-dashboard-content .analytify-email-dashboard-wrapper .analytify-email-promo-contianer{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #000000a3;
	border-radius: 0 0 5px 5px;
}

/* --------------------------- Analytfy Add-ons start --------------------------- */

.wrap.analytify-addons-wrapper {
	margin: 0px 7px 0 0px;
}

.wrap.analytify-addons-wrapper h2.opt-title .analytics-options{
	display: none;
}
.wrap.analytify-addons-wrapper h2.opt-title{
	font-size: 20px;
	font-weight: 600;
	color: #22282c;
	padding: 20px 0;
}
.wrap.analytify-addons-wrapper .tabwrapper{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 30px;
	margin: 0;
	width: 100%;
	align-items: stretch;
}
.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid .wp-extension{
	width: 100%;
	max-width: none;
	margin: 0 0 24px;
	float: none;
	display: block;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension{
	border-radius: 7px;
	overflow: hidden;
	transition: all 0.3s;
	text-align: center;
	padding: 0px 20px 60px;
	margin: 0 15px 40px;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension:hover{
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p:empty{
	display: none;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p{
	padding: 0 0 25px;
	line-height: 24px;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension a h3{
	height: auto;
	padding: 120px 0px 15px;
	border-bottom: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top 25px;
	text-align: center;
	line-height: 26px;
}

/* Uniform addon icon slot (inline background-image sizes vary per asset). */
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension a h3.analytify-addon-card__title {
	background-image: none !important;
	position: relative;
}

.wrap.analytify-addons-wrapper .tabwrapper .wp-extension a h3.analytify-addon-card__title--has-icon::before {
	background-image: var(--analytify-addon-icon);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	content: '';
	display: block;
	height: 72px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 28px;
	transform: translateX(-50%);
	width: 72px;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p .button-primary{
	border: 1px solid #00c853;
	background-color: #00c853;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	transition: all 0.3s;
	cursor: pointer;
	left: 50%;
	transform: translatex(-50%);
	bottom: 30px;
	right: auto;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p .button-primary:hover{
	border: 1px solid #00c853;
	background-color: #ffffff;
	color: #00c853;
}
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p .button-primary.analytify-deactivate-module,
.wrap.analytify-addons-wrapper .tabwrapper .wp-extension p .button-primary.analytify-deactivate-addon{
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #444;
}

.analytify_page_analytify-settings:has(#setting-error-settings_updated) .wp-analytify-refresh-stats.wp-analytify-notification{
	display:none;
}


/* --------------------------- Analytfy Add-ons End --------------------------- */


/* --------------------------- Analytfy Goals Start --------------------------- */

.analytify_wraper h1.analytify_main_title{
	font-size: 30px;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-weight: 700;
	color: #22282c;
}
.analytify_wraper h1.analytify_main_title .analytify_stats_of{
	font-weight: 400;
	font-size: 16px;
	display: block;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	color: #777b7f;
}
.analytify_wraper .analytify_main_title_section{
	border-color: transparent;
}
.analytify_wraper .analytify_select_date_fields input{
	border-bottom: none;
	line-height: 1.25;
	vertical-align: middle;
}
/* WP 7+ admin: reset tall text inputs inside compact Analytify date bar. */
.wpanalytify.analytify-dashboard-nav .analytify_wraper .analytify_select_date_fields input[type="text"],
.wpanalytify.analytify-dashboard-nav .analytify_wraper .analytify_select_date_fields input[type="search"] {
	min-height: 0;
	height: auto;
	line-height: 1.4;
	padding: 4px 8px;
	box-sizing: border-box;
	vertical-align: middle;
}
.wpanalytify.analytify-dashboard-nav .analytify_wraper .analytify_form_date {
	display: inline-flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
}
.wpanalytify.analytify-dashboard-nav .analytify_wraper .analytify_submit_date_btn {
	min-height: 46px;
	height: 46px;
	line-height: 1.3;
	box-sizing: border-box;
	align-self: center;
	padding: 0 14px;
}
.analytify_wraper .analytify_select_date_fields{
	align-items: center;
	border: 1px solid #448aff;
	border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.analytify_wraper .analytify_select_date_fields label{
	color: #22282c;
	font-weight: 600;
	line-height: 1.25;
}
.analytify_wraper .analytify_arrow_date_picker{
	border: none;
	border-radius: 0 6px 6px 0;
	bottom: 0;
	cursor: pointer;
	height: auto;
	top: 0;
	width: 44px;
}

/* Compact date range + View Stats on Audience / overview title bar. */
.analytify_wraper .analytify_main_title_section .analytify_main_setting_bar .analytify_form_date{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 6px;
	position: relative;
}
.analytify_wraper .analytify_main_title_section .analytify_select_date_fields{
	padding: 1px 38px 0px 8px;
}
.analytify_wraper .analytify_main_title_section .analytify_select_date_fields input{
	font-size: 13px;
	line-height: 1.25;
	padding: 4px 2px 4px 5px;
	width: 108px;
}
.analytify_wraper .analytify_main_title_section .analytify_select_date_fields label{
	font-size: 13px;
	line-height: 1.25;
}
.analytify_wraper .analytify_main_title_section #analytify_start{
	margin-right: 6px;
}
.analytify_wraper .analytify_main_title_section .analytify_arrow_date_picker{
	width: 36px;
}
.analytify_wraper .analytify_main_title_section .analytify_arrow_date_picker::after{
	right: 12px;
}
.analytify_wraper .analytify_main_title_section .analytify_submit_date_btn{
	flex-shrink: 0;
	font-size: 13px;
	height: 40px;
	padding: 0 10px;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	min-height: 46px;
	border-radius: 0 6px 6px 0;
}

.analytify_goals_status_boxes .analytify_general_status_boxes{
	border: none;
	transition: all 0.3s;
	border-radius: 5px;
	padding: 40px 20px;
}
.analytify_goals_status_boxes .analytify_general_status_boxes:hover{
		box-shadow: 0px 10px 15px 0px rgba(0, 0, 21, 0.1);
}
.analytify_goals_status_boxes .analytify_general_status_boxes h4{
	font-size: 18px;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-weight: 700;
	color: #22282c !important;
}
.analytify_goals_status_boxes .analytify_general_status_boxes h4::after{
	background-color: #00c853;
	height: 2px;
	width: 80px;
}
.analytify_goals_status_boxes .analytify_general_status_boxes .analytify_general_stats_value{
	color: #444444;
	font-size: 70px;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-weight: 700;
	line-height: 70px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.analytify_goals_status_boxes .analytify_general_status_boxes a{
	font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-weight: 700;
}






/* --------------------------- Analytfy Goals End --------------------------- */


/* --------------------------- Analytfy Settings Start --------------------------- */

.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul{
	padding-bottom: 0;
}

.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-container-multi ul{
	background-image: none;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-container-active ul.chosen-choices{
	border-width: 1px;
	border-color: rgb(42, 87, 161);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-container-multi ul li.search-choice{
	border-radius: 3px;
	background-color: #dae8ff;
	background-image: none;
	border: none;
	font-size: 14px;
	color: #2a57a1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding: 7px 30px 7px 7px;
	box-shadow: none;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-container-multi ul li.search-choice a{
	top: 50%;
	transform: translatey(-50%);
	width: 10px;
	height: 10px;
	right: 7px;
	transition: none;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .description{
	color: #999999;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-single{
	background-image: none;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: none;
	height: auto;
	padding: 3px 50px 3px 10px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-single div b{
		background-position: 0 6px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-single{
	background-image: none;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: none;
	height: auto;
	padding: 3px 50px 3px 10px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .chosen-single div b{
		background-position: 0 6px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content input[type="text"],
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content input[type="search"],
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content input[type="tel"],
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content textarea,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content select{
	border-color: #dddddd;
	border-radius: 5px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content textarea{
	resize: none;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .checkbox label{
	color: #666666;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .analytify-multiselect-container select{
	max-width: 266px;
	width: 100%;
	padding: 5px 10px;
	background-position: right 8px center;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .button.wpsa-image-browse,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content .form-table .button.analytify_email_clear{
	border: none;
	background-color: #00c853;
	color: #ffffff;
	margin-right: 10px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-license .form-table input[type="submit"]{
	border: none;
	background-color: #00c853;
	color: #ffffff;
	min-height: 49px;
	height: auto;
	line-height: 1.35;
	padding: 8px 16px;
	border-radius: 5px;
	box-sizing: border-box;
}
.analytify_page_analytify-settings .wpanalytify #wp-analytify-license .form-table .pro-license-row .analytify-pro-license-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	max-width: 100%;
}
.analytify_page_analytify-settings .wpanalytify #wp-analytify-license .form-table .pro-license-row .analytify-pro-license-actions .regular-text {
	min-height: 49px;
	height: auto;
	line-height: 1.35;
	padding: 6px 12px;
	box-sizing: border-box;
}
/* WP 7+ admin: keep toggle rows compact; core fieldsets add vertical padding. */
.analytify_page_analytify-settings .wpanalytify .form-table td fieldset:has(.toggle) {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-help p{
	color: #666666;
	font-size: 14px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-help p strong{
	color: #666666;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-help button,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-help .button{
	border: none;
	background-color: #00c853;
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 5px;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpb_plugin_tabs_content #wp-analytify-help .analytify-support-form{
	max-width: 640px;
	width: 100%;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper {
	margin: -70px auto 0;
	max-width: 1260px;
}

.analytify_page_analytify-addons .wpb_plugin_wraper .wpb_plugin_body_wraper {
	margin: -70px auto 0;
	max-width: 1240px;
}



/* --------------------------- Analytfy Settings Accordions Start --------------------------- */

.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-heading{
	padding: 15px 20px;
	position: relative;
	background-color: #ebf3ff;
	cursor: pointer;
	transition: all 0.3s;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .analytify-email-promo-contianer{
	margin-left: 0;
}
#wpcontent .analytify-email-promo-contianer{
	background-color: #fff;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .analytify-email-premium-overlay{
	position: static;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-heading p{
	font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, Oxygen-Sans, Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 24px;
	color: #444;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-content{
	border-width: 0px 1px 1px;
	border-color: #dddddd;
	border-style: solid;
	padding: 20px;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-content table{
	margin-top: 0;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-heading::after{
	content: "";
	position: absolute;
	background-color: transparent;
	border-width: 0 2px 2px 0;
	transform: translatey(-50%) rotate(45deg);
	top: 46%;
	right: 20px;
	border-color: #2a57a1;
	border-style: solid;
	width: 6px;
	height: 6px;
	transition: all 0.3s;
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-heading.show::after{
	transform: translatey(-30%) rotate(225deg);
}
.tracking-accordions-container .tracking-accordions-wrapper .tracking-accordion .tracking-accordions-heading.show p {
	color: #2a57a1;
}
#wp-analytify-tracking .tracking-accordions-container .tracking-accordion .tracking-accordions-content .analytify-email-promo-contianer{
	min-height: 0px;
	padding: 30px 20px;
}
#wp-analytify-tracking .tracking-accordions-container .tracking-accordion .tracking-accordions-content.show .analytify-email-promo-contianer{
	min-height: 320px;
	padding: 30px 20px;
}
#wpbody-content .analytify-dashboard-body-container .analytify-dashboard-content .analytify-email-promo-contianer{
	margin: 0;
	background-color: transparent;
	padding: 50px 20px;
}
#wpbody-content .analytify-dashboard-body-container .analytify-dashboard-content .analytify-email-promo-contianer .analytify-email-premium-overlay{
	position: static;
}
#wp-analytify-tracking .tracking-accordions-wrapper .wp-analytify-custom-dimensions .tracking-accordions-content .form-table th{
	display: none;
}
.tracking-accordion .tracking-accordions-content .form-table tr:nth-child(2)>td:not(.class) p:first-child{
	color: #666;
}

/* --------------------------- Analytfy WooCommerce Start --------------------------- */

.woocommerce-page #wpwrap #wpcontent{
	padding-left: 20px;
	padding-top: 40px;
}
.woocommerce-page .woocommerce-layout__header {
	left: 160px;
}
.woocommerce-page.folded .woocommerce-layout__header {
	left: 36px;
}



/* --------------------------- Analytfy WooCommerce End --------------------------- */

/* --------------------------------- General Tabs ------------------------------------- */

.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul{
	padding-top: 0;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li{
	position: relative;
	cursor: pointer;
	border-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li>a{
	font-size: 16px;
	color: #555;
	line-height: 48px;
	text-decoration: none;
	position: relative;
	width: auto !important;
	font-weight: 500;
	height: 48px;
	display: block;
	margin-left: 0;
	padding: 12px 25px 10px;
}

.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>a.wp-analytify-premium{
	font-size: 16px;
	text-decoration: none;
	position: relative;
	width: auto !important;
	display: inline-block;
	font-weight: 500;
	margin-left: 0;
	vertical-align: top;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>a.nav-tab-active:hover,
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li>a:hover{
	background-color: #00C853;
	color: #fff;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>a.nav-tab-active{
	background-color: #fff;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li:first-child>a.nav-tab-active{
	border-radius: 6px 0 0 0;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li:last-child>a.nav-tab-active{
	border-radius: 0px 6px 0 0;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul{
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	background-color: #f5f5f5;
	z-index: 999;
	width: 175px;
	padding: 5px 0 ;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li:hover>ul{
	display: block;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li{
	position:relative;
	display: block;
	margin-bottom: 0;
	text-align: left;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li>a{
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	font-weight: 500;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li>span{
	visibility: hidden;
	position: absolute;
	padding: 10px 12px;
	left: calc(100% + 20px);
	top: 0px;
	border-radius: 5px;
	width: 180px;
	background-color: #444444;
	color: #ccc;
	opacity: 0;
	transition: all 0.3s;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li>span::before{
	content: "";
	position: absolute;
	top: 12px;
	right: 100%;
	width: 20px;
	height: 100%;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li>span::after{
	content: "";
	position: absolute;
	top: 12px;
	left: -5px;
	width: 3px;
	height: 3px;
	border-width: 0 0 10px 10px;
	border-style: solid;
	border-color: #444;
	transform: rotate(45deg);
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>ul>li:hover>span{
	visibility: visible;
	opacity: 1;
}


/* ------------------------------ Dashboard tabs--------------------------- */

.analytify-dashboard-body-container{
	padding: 0 15px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul{
	border-bottom: 1px solid #ccc;
	padding: 0 0 1px;
	display: flex;
}

.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .nav-tab-wrapper{
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li{
	position: relative;
	cursor: pointer;
	border-bottom: 0 !important;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	outline: none !important;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a{
	font-size: 16px;
	color: #555;
	text-decoration: none;
	position: relative;
	width: auto !important;
	margin-left: 0;
	padding: 14px 15px 15px;
	font-weight: 600;
	outline: none !important;
	display: block;
	height: auto;
	min-height: 56px;
	box-sizing: border-box;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a:last-child{
	border-radius: 0 6px 0 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a{
	background-color: #fff;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a span{
	display: block;
	color: #aaa;
	text-align: center;
	font-weight: 400;
	font-size: 11px;
	margin-top: 5px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:hover>a {
	border: none;
	background-color: #00c853;
	color: #fff;
}
.wpanalytify.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify-dashboard-content{
	background-color: #f0f5fa;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul {
	padding-bottom: 0;
	margin: 0;
	justify-content: space-around;
}
.analytify-dashboard-body-container .analytify-dashboard-body-container,
.wpb_plugin_wraper .analytify-settings-body-container{
	padding: 0 20px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper {
	margin: -70px auto 0;
	max-width: 1260px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify-addons-wrapper{
	margin-right: 0;
	margin-left: 0;
}
.analytify-dashboard-nav .analytify_wraper .analytify_select_date_fields input{
	border: none;
	line-height: 1.25;
	padding: 4px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:first-child>.analytify_nav_tab {
	margin-left: 0;
	border-radius: 6px 0 0 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:last-child{
	border-radius: 0 6px 0 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li::after{
	content: "";
	position: absolute;
	background-color: #ccc;
	width: 1px;
	height: calc(100% - 25px);
	top: 50%;
	right: 0px;
	transform: translatey(-50%);
	z-index: 1;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:hover::after{
	background-color: #00c853;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:not(:first-child):hover::before{
	content: "";
	position: absolute;
	background-color: #fff;
	width: 2px;
	height: calc(100% - 4px);
	top: 0;
	left: -2px;
	z-index: 1;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:last-child::after{
	display: none;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify_goals_status_boxes{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify_goals_status_boxes .analytify_general_status_boxes{
	margin: 30px 15px 0;
	width: calc(33.33% - 30px);
	height: auto !important;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>li:hover .analytify_nav_tab,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>li:hover>.analytify_nav_tab,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>li:hover>.analytify_nav_tab.nav-tab-active{
	border: none;
	background-color: #00c853;
	color: #ffffff;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper>li:first-child:hover .analytify_nav_tab,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper>li:first-child .analytify_nav_tab.nav-tab-active,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>li:first-child:hover .analytify_nav_tab,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>li:first-child:hover .analytify_nav_tab.nav-tab-active{
	border-radius: 5px 0 0 0;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper li ul li .nav-inner-tab-active,
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper li ul li:hover a,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper li ul li .nav-inner-tab-active,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper li ul li:hover a{
	background-color: #e2e2e2;
}
.analytify_page_analytify-settings .wpb_plugin_wraper .wpb_plugin_body_wraper .wpa-tab-wrapper li ul li:hover a{
	background-color: #d8d8d8;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .nav-tab-wrapper{
	padding-top: 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul{
	display: none;
	width: 100%;
	background-color: #fff;
	position: absolute;
	padding: 0px 0;
	z-index: 1;
	top: 100%;
	left: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .10);
	z-index: 10;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:hover>ul{
	display: block;
}

.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul>li{
	text-align: left;
	margin-bottom: 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul>li>a{
	font-size: 15px;
	padding: 15px 15px;
	text-align: left;
	text-decoration: none;
	color: #444;
	display: block;
	font-weight: 500;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul>li:hover>a{
	background-color: #eee;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul>li>a>span{
	font-size: 11px;
	color: #aaa;
	display: block;
	font-weight: 400;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:hover>a>span{
	color: #fff;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active{
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>a.nav-tab-active::after,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a.nav-tab-active::after,
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li.nav-tab-active>a::before{
	content: "";
	width: 100%;
	position: absolute;
	bottom: -1px;
	height: 4px;
	background-color: #00c853;
	left: 0;
}
.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li:hover>a.nav-tab-active{
	background-color: #00c853;
}

/* --------------------------- Analytfy Tab Styling End--------------------------- */


/* --------------------------- Main title/date section Start --------------------------- */

.analytify_main_title_section{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	flex-wrap: wrap;
}
.analytify_main_title_section.analytify-dashboard-header-toolbar{
	align-items: center;
}
.analytify_main_title_section::after{
	display: none;
}
.analytify_main_title_section .analytify_dashboard_title{
	padding-right: 30px;
	width: calc(100% - 500px);
}
.analytify_main_title_section .analytify_main_setting_bar{
	width: 500px;
}
.analytify_main_title_section .analytify_dashboard_title h1{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.analytify_main_title_section .analytify_dashboard_title .analytify_stats_of{
	font-size: 14px;
}


/* --------------------------- Main title/date section End --------------------------- */


/* --------------------------- Dashboard > Google Analytics Analytify Widget Start --------------------------- */

.analytify-widget-form .analytify_select_date{
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.analytify-widget-form .analytify_select_date .analytify_select_date_fields{
	width: 100%;
}
.analytify-widget-form .analytify_select_date .analytify-dashboard-stats-opts{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.analytify-widget-form .analytify_select_date .analytify-dashboard-stats-opts .analytify_submit_date_btn{
	max-width: 93px;
	white-space: normal;
	word-break: break-word;
	height: auto;
	min-height: 46px;
	padding: 5px 7px;
	margin-left: 0px;
}
.analytify-widget-form .analytify_select_date .analytify-dashboard-stats-opts #analytify_dashboard_stats_type{
	width: calc(100% - 105px);
	top: 0;
	margin-left: 0;

}

/* --------------------------- MDashboard > Google Analytics Analytify Widget End --------------------------- */



/* --------------------------- Stats Content into Info icon Start --------------------------- */

/* .analytify_info_tooltip {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/info.png) no-repeat center center;
	background-size: 70%;
	opacity: 0.5;
	transition: all 0.2s;
	cursor: pointer;
	padding: 5px;
}
.analytify_info_tooltip:hover {
	opacity: 1;
}
.analytify_info_tooltip p{
	visibility: hidden;
	position: absolute;
	width: 250px;
	right: calc(100% + 8px);
	top: -5px;
	background-color: #444;
	border-radius: 5px;
	padding: 10px 14px;
	font-size: 13px;
	transition: all 0.2s;
	color: #fff;
}
.analytify_info_tooltip:hover p{
	visibility: visible;
}
.analytify_info_tooltip p:after{
	content: "";
	position: absolute;
	top: 12px;
	right: -4px;
	width: 3px;
	height: 3px;
	border-width: 0 0 10px 10px;
	border-style: solid;
	border-color: #444;
	transform: rotate(-45deg);
} */

/* //////////////////// Email Tab structure update////////////////////// */

#wp-analytify-email table tr:nth-child(4) .inside{
	display: none;
}

#wp-analytify-email #wp-analytify-email-table{
	margin-top: 0;
}

#wp-analytify-email #wp-analytify-email-table tr th{
	padding: 5px 0 5px;
}

#wp-analytify-email #wp-analytify-email-table .single_email td{
	padding: 0 5px 5px 0;
}

#wp-analytify-email #wp-analytify-email-table .single_email td input{
	margin: 0;
	height: 40px;
}

#wp-analytify-email .wp-analytify-add-email,
#wp-analytify-tracking .wp-analytify-custom-dimensions .tracking-accordions-content .wp-analytify-add-dimension{
	border: none;
	background-color: #00c853;
	color: #ffffff;
	margin: 0;
	margin-left: 2px;
	outline: none !important;
	margin-top: 5px;
}

#wp-analytify-tracking .wp-analytify-custom-dimensions .tracking-accordions-content .wp-analytify-add-dimension{
	margin-left: 10px;
}

#wp-analytify-email #wp-analytify-email-table .single_email td:nth-child(1){
	width: 25%;
}

#wp-analytify-email #wp-analytify-email-table .single_email td:nth-child(2){
	width: 35%;
}

#wp-analytify-email #wp-analytify-email-table .single_email input{
	width: 100%;
}

#wp-analytify-email #wp-analytify-email-table .single_email .wp-analytify-rmv-email,
#wp-analytify-tracking .wp-analytify-custom-dimensions .tracking-accordions-content .single_dimension .wp-analytify-rmv-dimension{
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: all 0.5;
	opacity: 1;
}

#wp-analytify-email #wp-analytify-email-table .single_email .wp-analytify-rmv-email:hover,
#wp-analytify-tracking .wp-analytify-custom-dimensions .tracking-accordions-content .single_dimension .wp-analytify-rmv-dimension:hover{
	opacity: 0.7;
}

#wp-analytify-email .analyitfy-email-test{
	margin-top: -82px;
}

#wp-analytify-email .analyitfy-email-test{
	text-align: right;
	max-width: 730px;
}

#wp-analytify-email .analyitfy-email-test .analytify_test_email_btn {
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	line-height: 2.15384615;
	padding: 10px 30px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
	font-size: 18px;
}

#wp-analytify-email .analyitfy-email-test .analytify_test_email_btn:hover{
	background-color: #02d95b;
}

#wp-analytify-email .analyitfy-email-test .analytify_setting_note{
	padding-right: 0;
}


/* Info Styling */

#inner_analytify_dashboard .analytify_general_status_boxes:hover{
	position: relative;
	z-index: 1;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper{
	display: block;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .title-inner-wrapper{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper h4{
	display: inline-block;
	vertical-align: top;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper h4::after{
	margin-bottom: 0;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box{
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 0;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box .info-icon{
	background-color: #ddd;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	line-height: 15px;
	font-size: 10px;
	color: #777;
	z-index: 9999;
	cursor: pointer;
	transition: all 0.2s;
	font-weight: 500;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box p{
	position: absolute;
	bottom: 25px;
	left: 50%;
	max-width: 160px;
	width: 100%;
	min-width: 200px;
	background-color: #444444;
	padding: 7px;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.8);
	font-size: 11px;
	border-radius: 5px;
	display: none;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box:hover p{
	display: block;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box:hover .info-icon{
	background-color: #4e8cfb;
	color: #fff;
}

#inner_analytify_dashboard .analytify_general_status_boxes .title-wrapper .info-box p::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #444444;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

#inner_analytify_dashboard .analytify_status_body{
	overflow: visible;
}

#analytify-dashboard-addon .analytify_info_stats{
	margin-top: 5px;
}

/*
<h4>visitors</h4>
<div class="">
	<span class="info-icon"></span>
	<p>Mere name zaryab hai and me WPBrigade may kam karta ho</p>
</div> */

/* --------------------------- Stats Content into Info icon End --------------------------- */

.echarts-tooltip{
	width: 100% !important;
	white-space: normal !important;
	max-width: 160px !important;
	left: 50% !important;
	transform: translatex(-50%);
	top: 0 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	padding: 10px;
}

@media (min-width:400px) {
	.analytify-promo-popup-list{
		column-count: 2;
	column-gap: 30px;
	}
}
@media (max-width: 480px) {
	.analytify-promo-inner-table {
		padding: 20px 15px !important;
	}

	.analytify-promo-lists {
		padding: 0 !important;
		width: 100% !important;
		display: block !important;
	}

	.analytify-update-pro {
		max-width: 392px !important;
		width: 100% !important;
		display: block !important;
	}

	.analytify-promo-heading {
		font-size: 20px !important;
		line-height: 24px !important;
		padding-bottom: 14px !important;
	}
}
/* Email Promo End */

/* ====================================================== Email Reports Settings ====================================================== */
.wp-analytify-rmv-email {
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	color: transparent;
	font-size: 0;
}
.wp-analytify-rmv-email::after {
	transform: rotate(48deg);
}
.wp-analytify-rmv-email::before {
	transform: rotate(-48deg);
}
.wp-analytify-rmv-email::after,
.wp-analytify-rmv-email::before {
	content: '';
	width: 13px;
	height: 2px;
	background: #555;
	position: absolute;
	top: 50%;
	left: 5px;
}
.wp-analytify-rmv-email:hover {
	cursor: pointer;
}
#wp-analytify-email-table {
	margin-top: 15px;
}
#wp-analytify-email-table select,
#wp-analytify-email-table input {
	height: 30px;
}
#wp-analytify-email-table td:first-child {
	width: 12%;
}
.button.wp-analytify-add-email {
	margin: 15px 13px;
}
.emails-err {
	display: none;
	color: #ff5252;
	margin: 25px 13px !important;
	font-size: 14px;
	font-weight: 600;
}
.wp-analytify-custom-emails .form-table>tbody>tr>td {
	padding: 0 !important;
}

/* Import Export Settings */
.analytify-import-container h4,
.analytify-export-container h4 {
	font-size: 14px;
}

.wp-analytify-import-export .analytify-import-notice {
	color: #00c853 !important;
	font-weight: 600;
	padding-top: 2px;
	margin: 0;
	display: none;
}

/* ========================================================================== Media Queries ========================================================================== */
@media only screen and (max-width: 639px) {
	.analytify_comp_half {
		width: 50% !important;
	}

	.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul{
		flex-wrap: wrap;
	}

	.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li::after {
		content: "";
		position: absolute;
		background-color: #ccc;
		width: 100% !important;
		height: 1px !important;
		top: 100% !important;
		left: 0% !important;
		z-index: 1;
	}
}

@media only screen and (max-width: 1600px) {
	.wp-analytify-video-container li{
		max-width: calc(50% - 4px);
	}
}
@media only screen and (max-width: 1400px) {
	.analytify_data_tables th, .analytify_data_tables td{
		padding: 12px 8px;
	}
	.analytify_value_row{
		width: 60px;
		padding: 12px 6px !important;
	}
	.analytify_compair_row{
		width: 114px;
	}
	.analytify_compair_value_row {
		width:100px;
	}
}
@media only screen and (max-width: 1480px) {
	.nav-tab-wrapper a.analytify_nav_tab {
		margin-left: 0px;
		padding: 0px 12px;
		}
		.tabs-dropdown-menu {
		left: 2px;
		}
}
@media only screen and (max-width: 1300px) {
	.analytify_page_analytify-addons .wp-extension {
		float: none;
		box-sizing: border-box;
		width: calc(50% - 30px);
		margin: 10px 20px 10px 0;
		border: 1px solid #e2e5e8;
		display: inline-block;
		height: auto;
		vertical-align: top;
		background: #fff;
		min-height: 260px;
		position: relative;
	}
	.wrap.analytify-addons-wrapper .tabwrapper .wp-extension{
		width: calc(50% - 30px);
	}
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid .wp-extension{
		width: 100%;
	}
	.analytify_goals_status_boxes .analytify_general_status_boxes .analytify_general_stats_value {
		font-size: 50px;
		line-height: 50px;
		}
		.nav-tab-wrapper a.analytify_nav_tab {
		margin-left: 0px;
		font-size: 14px;
		}
		.tabs-dropdown-menu {
		left: 0px;
		}
		.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>li>a{
		font-size: 14px;
		padding: 12px 8px 10px;
	}
	.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper ul>a.wp-analytify-premium{
		font-size: 14px;
	}
	.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li>a{
		padding: 12px 18px 10px;
	}
}
@media only screen and (max-width: 1100px) {
	.analytify_real_time_stats_boxes {
		width: 24.28%;
		float: left;
		text-align: center;
		position: relative;
		display: block;
		padding: 10px 10px 30px;
	}
	.analytify_visitors_online {
		background: #ffe49a;
		clear: left;
		/* height: 286px; */
	}
	.analytify_social::after{
		display: none;
	}
	/* .analytify_visitors_online .analytify_number{
		padding-top: 76px;
	} */
		.analytify_top_keywords_detials {
			right: 180px;
		}
	/* .wp_analytify_campaign_paginated thead {
		display: none;
	}
	.wp_analytify_campaign_paginated td{
		display: block;
		text-align: right;
		border: 0;
		border-top: 1px solid #dee2e6;
	}
	.wp_analytify_campaign_paginated td::before {
		content: attr(data-title);
		float: left;
	} */
	.pa_campaigns_statistics .analytify-detail-campaings-container{
		overflow-y: auto;
	}
	.wp_analytify_campaign_paginated tbody tr:nth-child(odd) td {
		background: #f9fafa;
	}
	.analytify_page_analytify-settings .wpb_plugin_tabs_content #wp-analytify-license .form-table .analytify-pro-license-actions .regular-text{
		width: 20em;
	}
	.analytify-dashboard-body-container .wpb_plugin_body_wraper .analytify_goals_status_boxes .analytify_general_status_boxes{
		width: calc(50% - 30px);
	}
	.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li>a{
		padding: 12px 11px 10px;
	}
}



@media only screen and (max-width: 1023px) {
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.wrap.analytify-addons-wrapper .tabwrapper .wp-extension{
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid .wp-extension{
		width: 100%;
	}
	.analytify_wraper .analytify_general_status_boxes{
		width: calc(50% - 34px);
	}
	.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a{
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
	}
	.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>a span{
		font-size: 10px;
		line-height: 13px;
	}
	.analytify-dashboard-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper .analytify_nav_tab_wrapper>ul>li>ul>li>a{
		font-size: 13px;
		padding: 10px 10px;
	}

}


@media only screen and (max-width: 800px) {
	.analytify_page_analytify-addons .wp-extension {
		float: none;
		box-sizing: border-box;
		width: 100%;
		margin: 10px 0px 15px 0;
		border: 1px solid #e2e5e8;
		display: block;
		height: auto;
		background: #fff;
		min-height: 260px;
		position: relative;
	}
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid{
		grid-template-columns: 1fr;
	}
	.wrap.analytify-addons-wrapper .tabwrapper.analytify-addons-grid .wp-extension{
		width: 100%;
	}
	.pa_campaigns_statistics .pa-tdo-left{
		width: 100%;
	}
}
/* ========================================================================== Helper classes ========================================================================== */
.analytify_hidden {
	display:none !important;
	visibility:hidden;
}
.analytify_visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.analytify_visuallyhidden.analytify_focusable:active,.analytify_visuallyhidden.analytify_focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
.analytify_invisible {
	visibility:hidden;
}
.analytify_clearfix::before,.analytify_clearfix::after {
	content:" ";
	display:table;
}
.analytify_clearfix::after {
	clear:both;
}
.analytify_clearfix {
	*zoom: 1;
}
.analytify_one_tree_table{
	width: 33.333%;
	float: left;
}

.analytify_status_footer::after{
	content: '';
	display: table;
	clear: both;
}
.analytify_pull_left.analytify_main_title{
	margin-bottom: 20px;
}
/*.analytify_one_tree_table .analytify_data_tables th{
	border-right: 1px solid #e2e5e8;
}*/

/* ========================================================================== Loader styles ========================================================================== */

.analytify-loader{
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	background: rgba(255,255,255, .9);
	z-index: 100;
}
.analytify-logo-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.analytify-logo-container img{
	width: auto;
	height: auto;
	position: absolute;
	max-height: 70px;
	max-width: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.analytify-loader p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.loader-path {
	stroke-dasharray: 150,200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
.wp-analytify-addon-uninstall .checkmark::after{
/*     #ff0000 */
	border-right: 5px solid #ff0000;
	border-top: 5px solid #ff0000;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.circular-loader{
	-webkit-animation: rotate 2s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: rotate 2s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}
.analytify-install,.analytify-uninstall,.analytify-uninstalling, .analytify-wrong{
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	background: rgba(255,255,255, .9);
	z-index: 100;
}
.loader-path2{
	stroke-dasharray: 150,200;
	stroke-dashoffset: 150px;
	-webkit-animation: dashtwo 1s ease-in-out 1 forwards;
	animation: dashtwo 1s ease-in-out 1 forwards;
}
.checkmark__circle {
	stroke-width: 3;
	stroke: #ff0000;
}
.checkmark_login {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	animation: scale .3s ease-in-out .2s both;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
}
.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 29;
	stroke-dashoffset: 29;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}
@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}
@keyframes dashtwo {
	0% {
		stroke-dashoffset: 150px;
	}
	100% {
		stroke-dashoffset: 20px;
	}
}
.circular-loader2, .circular-loader3{
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	position: absolute;
}
.analytify-install.activated p{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.analytify-wrong.activated p{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #ff0000;
	font-weight: 700;
}
.checkmark {
	display: block;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 140px;
}
.checkmark.draw::after {
	animation-duration: 800ms;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
	opacity: 0;
	animation-fill-mode: forwards;
}
.checkmark::after {
	height: 4em;
	width: 2em;
	transform-origin: left top;
	border-right: 5px solid #00c853;
	border-top: 5px solid #00c853;
	content: '';
	left: 40px;
	top: 68px;
	position: absolute;
}
.analytify-uninstall .checkmark::after{
	border-right: 5px solid #ff0000;
	border-top: 5px solid #ff0000;
}
.analytify-email-promo-contianer>img{
	max-width: 100%;
}
[data-endpoint-pro="interests"] table tr th,
[data-endpoint-pro="interests"] table tr td{
	width: 50%;
	text-align: left !important;
}
body:has(.analytify-dashboard-nav) #woocommerce-embedded-root{
	display: none;
}
body:has(.analytify-dashboard-nav) #woocommerce-embedded-root + #wpbody{
	margin-top: 0 !important;
}
body.analytify_page_analytify-settings .notice.notice-success.is-dismissible{
	border: 1px solid #c3c4c7;
	border-left: 4px solid #00a32a;
	background: #fff;
	display: flex;
	align-items: center;
	padding-inline-start: 10px;
	padding-block: 10px;
	gap: 4px;
	margin-left:10px;
}
body.analytify_page_analytify-settings .notice.notice-success.is-dismissible::before{
	background: url(/wp-content/plugins/wp-analytify/assets/img/logo.svg) no-repeat;
	content: '';
	width: 34px;
	height: 25px;
	display: inline-block;
	background-size: auto 100%;
}

body.analytify_page_analytify-settings .notice.notice-success.is-dismissible p{
	margin: 0;
	padding: 0;
	color: #2a2a27;
	font-weight: 500;
}

body.analytify_page_analytify-settings .notice.notice-success.is-dismissible p{
	margin: 0;
	padding: 0;
	color: #2a2a27;
	font-weight: 500;
}
body.analytify_page_analytify-settings .notice-dismiss{
	top:2px;
}
body.analytify_page_analytify-settings .notice-dismiss::before{
    font-size: 18px;
    content:"×";
    font-weight: 700;
    margin-right: -3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}
	20% {
		height: 0;
		width: 2em;
		opacity: 1;
	}
	40% {
		height: 4em;
		width: 2em;
		opacity: 1;
	}
	100% {
		height: 4em;
		width: 2em;
		opacity: 1;
	}
}
/* ========================================================================== Print styles ========================================================================== */
@media print {
	.wpanalytify *,
	.wpanalytify *::before,
	.wpanalytify *::after {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	.wpanalytify a,
	.wpanalytify a:visited {
		text-decoration:underline;
	}
	.wpanalytify a[href]::after {
		content:" (" attr(href) ")";
	}
	.wpanalytify abbr[title]::after {
		content:" (" attr(title) ")";
	}
	.wpanalytify a[href^="#"]::after,
	.wpanalytify a[href^="javascript:"]::after {
		content:"";
	}
	.wpanalytify pre,
	.wpanalytify blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	.wpanalytify thead {
		display:table-header-group;
	}
	.wpanalytify tr,
	.wpanalytify img {
		page-break-inside:avoid;
	}
	.wpanalytify img {
		max-width:100% !important;
	}
	.wpanalytify p,
	.wpanalytify h2,
	.wpanalytify h3 {
		orphans:3;
		widows:3;
	}
	.wpanalytify h2,
	.wpanalytify h3 {
		page-break-after: avoid;
	}
}

@media screen and (max-width: 1150px) {
	.analytify_one_tree_table{
		width: 50%;
	}
	.analytify_one_tree_table:last-child{
		width: 100%;
		border-top: 1px solid #e2e5e8;
	}
	.analytify_main_title_section .analytify_select_date_fields input{
		width: 90px;
	}
	.analytify_main_title_section .analytify_main_setting_bar{
		width: 420px;
	}
	.analytify_main_title_section .analytify_dashboard_title{
		width: calc(100% - 420px);
	}
}

@media screen and (max-width: 700px){
	.analytify_main_title_section .analytify_dashboard_title{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 782px) {
	.wpanalytify {
		margin: 0 -10px 0 -10px;
	}

.analytify-email-promo-contianer{
	margin-left: 0;
}
#wp-analytify-email #wp-analytify-email-table{
	width: 100%;
}
.analytify-email-promo-contianer>img{
	max-width: 100%;
	min-height: 700px;
	object-fit: cover;
	object-position: top left;
}
}
@media screen and (max-width: 768px) {
	.analytify_wraper .analytify_general_status_boxes{
		width: calc(50% - 24px);
	}
	/* .analytify_general_status_boxes_wraper{
		padding-right: 20px;
	} */
	.analytify_select_date_fields{
		min-height: 48px;
	}
	.analytify_arrow_date_picker,
	.analytify_wraper .analytify_arrow_date_picker{
		min-height: 48px;
		height: auto;
		top: 0;
		bottom: 0;
	}
	.analytify_one_tree_table+ .analytify_one_tree_table{
		width: 100%;
		border-top: 1px solid #e2e5e8;
	}
	.analytify_one_tree_table{
		width: 100%;
	}
	.analytify_visitors_online .analytify_number{
		padding-top: 50px;
	}
	.analytify_real_time_stats_boxes{
		width: 33.333%;
	}
	.analytify_visitors_online{
		width: 100%;
		/* height: 260px; */
	}
	.analytify_select_dashboard{
		top: 0;
	}
	.real_time_stats_hd{
		margin: 0 0 20px !important;
	}
}

@media only screen and (max-width: 767px){
	.wrap.analytify-addons-wrapper .tabwrapper .wp-extension{
		width: 100%;
		margin-bottom: 20px;
	}
	.analytify_wraper .analytify_general_status_boxes {
		width: calc(100% - 24px);
		margin-left: 12px;
		}
		.wpb_plugin_tabs_content{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 765px){
	#wp-analytify-email-table{
		width: 100%;
	}

	#wp-analytify-email #wp-analytify-email-table .single_email td:nth-child(1),
	#wp-analytify-email #wp-analytify-email-table .single_email td:nth-child(2){
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (max-width: 639px) {
	.analytify_wraper .analytify_general_status_boxes{
		width: calc(100% - 24px);
	}
	.analytify_half{
		width: 100%;
		padding: 0;
	}
	.analytify_social_icons + .analytify_social_icons{
		display: none;
	}
	label[for="analytify_start"]{
		display: none;
	}
	.analytify_select_date_fields input{
		width: 105px;
	}
	#analytify_start{
		margin-right: 0;
	}
	.wp_analytify_pagination{
		width: 100%;
		top: 0;
	}
	.analytify_status_header::after{
		content: '';
		display: table;
		clear: both;
	}
	.analytify_status_header_value{
		float: right;
	}
	.analytify_stats_of{
		word-wrap: break-word;
		display: block;
	}
	.analytify_select_date_fields{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.analytify_general_status-icon{
		padding: 0px 38px 0 16px;
		line-height: 34px !important;
		height: 40px;
	}
	.analytify_go_pro_overlay_inner{
		width: 100%;
	}
	.analytify_h2{
		font-size: 20px !important;
	}
	.analytify_btn{
		padding: 7px 14px;
		margin-top: 10px;
		font-size: 15px;
	}
	.analytify_real_time_stats_boxes:not(.analytify_visitors_online){
		width: 50%;
	}
	.analytify_real_time_stats_boxes::after{
		visibility: hidden;
	}
	.analytify_pull_left.analytify_main_title{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.analytify_page_stats_table{
		table-layout: fixed;
	}
	.analytify_page_stats_table .analytify_link_title{
		width: 80px;
	}
	.analytify_page_url_detials{
		padding-left: 28px;
	}
	.analytify_page_stats_table .analytify_compair_value_row{
		width: 68px;
	}
	.analytify_page_stats_table .analytify_page_url_detials a{
		display: block;
		word-break: break-all;
	}
	.analytify_page_stats_table .analytify_compair_row{
		width: 82px;
	}
	.analytify_wraper h3, .analytify_h3{
		float: left;
		width: calc(100% - 120px);
		font-size: 14px;
	}
	.analytify_status_header_value{
		font-size: 24px;
	}
	.analytify_real_time_stats_boxes:not(.analytify_visitors_online){
		width: 100%;
	}
	.analytify_real_time_stats_boxes::after{
		visibility: hidden;
	}
	.analytify_submit_date_btn{
		margin-top: 10px;
	}
	.analytify_export_pdf_btn{
		margin-top: 10px;
		}
}

@media screen and (max-width: 767px) {
	.analytify_main_title_section .analytify_dashboard_title {
		width: 100%;
	}

	.analytify_main_title_section .analytify_main_setting_bar {
		width: 100%;
	}

	.analytify_submit_date_btn {
		min-height: 50px;
		height: 50px;
	}
	.wpanalytify.analytify-dashboard-nav .analytify_wraper .analytify_submit_date_btn {
		min-height: 50px;
		height: 50px;
	}
	.analytify_select_date_fields {
		min-height: 50px;
	}
	.analytify_arrow_date_picker,
	.analytify_wraper .analytify_arrow_date_picker {
		min-height: 50px;
	}
	.analytify_export_pdf_btn {
		height: 20px;
	}

	.analytify_main_setting_bar {
		padding-bottom: 0;
		padding-top: 15px;
	}

	.analytify_main_title_section .analytify_main_setting_bar .analytify_pull_right{
		float: none;
	}

	.analytify_main_title_section .analytify_main_setting_bar .analytify_select_date{
		width: 100%;
	}

	.analytify_main_title_section .analytify_main_setting_bar .analytify_form_date{
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 8px;
	}

	.analytify_wraper .analytify_select_date_fields{
		display: flex;
		align-items: center;
		gap: 5px;
		width: 100%;
	}

	.analytify_main_title_section .analytify_main_setting_bar .analytify_form_date .analytify_select_date_fields{
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
	}

	.analytify_main_title_section .analytify_select_date_fields input{
		width: 100%;
	}
}

@media screen and (max-width: 639px){
	.analytify_select_date_fields {
		padding-top: 4px;
		padding-bottom: 4px;
		min-height: 46px;
	}
}

@media screen and (max-width: 520px){
	.analytify_main_title_section .analytify_main_setting_bar .analytify_form_date{
		flex-direction: column;
	}

	.analytify_select_date_fields {
		min-height: 40px;
	}
	.analytify_arrow_date_picker,
	.analytify_wraper .analytify_arrow_date_picker {
		min-height: 40px;
		height: auto;
		top: 0;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.analytify_page_name{
		margin-left: 10px;
	}
	.analytify_l_f {
		font-size: 15px;
	}
	.analytify_data_tables th, .analytify_data_tables td {
		padding: 8px 8px !important;
	}
	.analytify_data_tables thead{
		display: none;
	}
	.analytify_page_name::after{
		width: 8px;
		height: 8px;
		left: -11px;
	}
	.analytify_data_tables tr td[data-heading]{
		display: block;
		text-align: left !important;
		padding-left: 160px !important;
		position: relative;
		width: 100% !important;
		word-break: break-word;
		font-size: 13px;
	}
	.analytify_data_tables tr td[data-heading].analytify_td_error_msg{
		padding-left: 0px !important;
	}
	.analytify_data_tables tr td[data-heading]:not(.analytify_td_error_msg)::before{
		content: attr(data-heading);
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 100%;
		color: #444;
		background: #f5f9ff;
		border-right: 1px solid #e2e5e8;
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		font-weight: 500;
		display: flex;
		align-items: center;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.analytify_data_tables tr td{
		padding-left: 40px !important;
	}
	.analytify_data_tables .analytify_enter_exit_bars{
		margin: 0;
	}
	.analytify_data_tables .analytify_boder_left{
		border-left: 0;
	}
	.analytify_one_tree_table{
		width: 100%;
	}
	.analytify_half, .analytify_comp_half{
		width: 100%;
	}
	#wp-analytify-tracking .wp-analytify-events-tracking .form-table th, #wp-analytify-admin .form-table th {
		width: auto;
		max-width: 100%;
	}
	.chosen-container{
		min-width: 200px;
	}
	#wp-analytify-profile .form-table th, #wp-analytify-advanced .form-table th, #wp-analytify-tracking .wp-analytify-google-optimize .form-table th, #wp-analytify-tracking .wp-analytify-forms .form-table th {
		width: 220px;
	}
	.analytify_page_analytify-settings .wpb_plugin_tabs_content #wp-analytify-license .form-table .analytify-pro-license-actions .regular-text{
		width: 100%;
	}
	.form-table td, .form-table th, .label-responsive{
		width: 100%;
	}
	.wpanalytify .form-table th:first-child{
		width: 100%;
	}
	body #wp-analytify-affiliates-table td:first-child{
		width: 100%;
	}
	#wp-analytify-affiliates-table{
		width: 100%;
	}
	#wp-analytify-email .analyitfy-email-test{
		margin-top: 0;
	}
	#wp-analytify-email .analyitfy-email-test .analytify_test_email_btn{
		margin-left: 10px;
	}
	.wp-analytify-debug, #wp-analytify-help .support, .wp-analytify-delete-cache{
		max-width: 100%;
	}
	body .wpanalytify .support .support-content{
		max-width: 100%;
	}
	.analytify_page_analytify-settings .wrap{
		margin-right: 0;
	}
	.wp-analytify-video-container li{
		width: 100%;
		max-width: 100%;
	}
	.wp-analytify-video-container li h4{
		margin-top: 0;
	}
	.wp-admin .form-table select, .wp-core-ui select{
		width: 100%;
	}
	.ui-tooltip{
		width: 200px;
	}
	.analytify_real_time_stats{
		flex-wrap: wrap;
	}
	.analytify-settings-body-container .wpb_plugin_body_wraper .wpa-tab-wrapper>ul>li>a{
		height: 20px;
		line-height: 20px;
	}
}

.analytify_table_header_no_events {
	pointer-events: none;
	width: 50px;
	border: 0 !important;
}
body[class*="toplevel_page_analytify"] #wpfooter {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #50575e;
    margin-left: 0;
    clear: both;
    max-width: 1260px;
    margin-inline: auto;
}
/* body[class*="toplevel_page_analytify"] #footer-upgrade{
	position: absolute;
	bottom: 20px;
	right: 20px;
} */
body[class*="toplevel_page_analytify"] #wpbody-content{
	padding-bottom: 5px;

}

body[class*="analytify_page_analytify"] #wpfooter {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #50575e;
    margin-left: 0;
    clear: both;
    max-width: 1260px;
    margin-inline: auto;
}
/* body[class*="analytify_page_analytify"] #footer-upgrade{
	position: absolute;
	bottom: 20px;
	right: 20px;
} */
body[class*="analytify_page_analytify"] #wpbody-content{
	padding-bottom: 5px;

}