Version Description
Download this release
Release Info
Developer | gripgrip |
Plugin | Google Analytics Dashboard for WP (GADWP) |
Version | 6.4.0 |
Comparing to | |
See all releases |
Code changes from version 6.3.3 to 6.4.0
- assets/css/admin-widget-settings.css +6 -6
- assets/css/admin-widget-settings.min.css +1 -1
- assets/js/admin-widget-settings.js +4 -1
- assets/js/admin-widget-settings.min.js +1 -1
- assets/js/select2.js +0 -2
- assets/js/select2.min.js +0 -2
- gadwp.php +4 -3
- includes/admin/common.php +102 -261
- includes/admin/notification-event-runner.php +182 -0
- includes/admin/notification-event.php +29 -122
- includes/admin/notifications.php +45 -15
- includes/admin/notifications/notification-audience.php +38 -43
- includes/admin/notifications/notification-bounce-rate.php +16 -19
- includes/admin/notifications/notification-headline-analyzer.php +9 -9
- includes/admin/notifications/notification-mobile-device.php +7 -11
- includes/admin/notifications/notification-returning-visitors.php +5 -10
- includes/admin/notifications/notification-to-add-more-file-extensions.php +6 -6
- includes/admin/notifications/notification-to-setup-affiliate-links.php +5 -5
- includes/admin/notifications/notification-traffic-dropping.php +5 -10
- includes/admin/notifications/notification-upgrade-for-email-summaries.php +5 -5
- includes/admin/notifications/notification-upgrade-for-form-conversion.php +7 -7
- includes/admin/notifications/notification-upgrade-for-google-optimize.php +6 -6
- includes/admin/notifications/notification-upgrade-for-search-console.php +6 -6
- includes/admin/notifications/notification-upgrade-to-pro.php +8 -8
- includes/admin/notifications/notification-visitors.php +6 -11
- includes/em-install.php +28 -0
- includes/helpers.php +24 -0
- includes/popular-posts/class-popular-posts.php +6 -1
- languages/google-analytics-dashboard-for-wp.pot +1346 -899
- languages/vue.php +473 -142
- lite/assets/vue/css/chunk-common.css +1 -1
- lite/assets/vue/css/chunk-common.rtl.css +1 -1
- lite/assets/vue/css/reports.css +1 -1
assets/css/admin-widget-settings.css
CHANGED
@@ -74,14 +74,14 @@
|
|
74 |
}
|
75 |
|
76 |
/** SELECT2 Styles **/
|
77 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
|
78 |
|
79 |
-
.
|
80 |
display: block;
|
81 |
width: 100% !important;
|
82 |
}
|
83 |
|
84 |
-
.
|
85 |
border-radius: 20px;
|
86 |
background: #E2E4E7;
|
87 |
border: none;
|
@@ -94,7 +94,7 @@
|
|
94 |
line-height: 24px;
|
95 |
}
|
96 |
|
97 |
-
.
|
98 |
line-height: 1;
|
99 |
width: 16px;
|
100 |
height: 16px;
|
@@ -111,7 +111,7 @@
|
|
111 |
padding-left: 0;
|
112 |
}
|
113 |
|
114 |
-
.
|
115 |
background-color: #333;
|
116 |
color: #E2E4E7;
|
117 |
}
|
@@ -212,7 +212,7 @@
|
|
212 |
margin-left: 8px;
|
213 |
}
|
214 |
|
215 |
-
.
|
216 |
margin-top: 10px;
|
217 |
opacity: 0.6;
|
218 |
}
|
74 |
}
|
75 |
|
76 |
/** SELECT2 Styles **/
|
77 |
+
.select300-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select300-container .select300-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--single .select300-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-selection--single .select300-selection__clear{position:relative}.select300-container[dir="rtl"] .select300-selection--single .select300-selection__rendered{padding-right:8px;padding-left:20px}.select300-container .select300-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--multiple .select300-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-search--inline{float:left}.select300-container .select300-search--inline .select300-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select300-container .select300-search--inline .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select300-results{display:block}.select300-results__options{list-style:none;margin:0;padding:0}.select300-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select300-results__option[aria-selected]{cursor:pointer}.select300-container--open .select300-dropdown{left:0}.select300-container--open .select300-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--open .select300-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-search--dropdown{display:block;padding:4px}.select300-search--dropdown .select300-search__field{padding:4px;width:100%;box-sizing:border-box}.select300-search--dropdown .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-search--dropdown.select300-search--hide{display:none}.select300-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select300-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select300-container--default .select300-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select300-container--default .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--default .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold}.select300-container--default .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--default .select300-selection--single .select300-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select300-container--default .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__arrow{left:1px;right:auto}.select300-container--default.select300-container--disabled .select300-selection--single{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection--single .select300-selection__clear{display:none}.select300-container--default.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--default .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select300-container--default .select300-selection--multiple .select300-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select300-container--default .select300-selection--multiple .select300-selection__rendered li{list-style:none}.select300-container--default .select300-selection--multiple .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select300-container--default .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{color:#333}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice,.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-search--inline{float:right}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice{margin-left:5px;margin-right:auto}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--default.select300-container--focus .select300-selection--multiple{border:solid black 1px;outline:0}.select300-container--default.select300-container--disabled .select300-selection--multiple{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection__choice__remove{display:none}.select300-container--default.select300-container--open.select300-container--above .select300-selection--single,.select300-container--default.select300-container--open.select300-container--above .select300-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select300-container--default.select300-container--open.select300-container--below .select300-selection--single,.select300-container--default.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--default .select300-search--dropdown .select300-search__field{border:1px solid #aaa}.select300-container--default .select300-search--inline .select300-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select300-container--default .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--default .select300-results__option[role=group]{padding:0}.select300-container--default .select300-results__option[aria-disabled=true]{color:#999}.select300-container--default .select300-results__option[aria-selected=true]{background-color:#ddd}.select300-container--default .select300-results__option .select300-results__option{padding-left:1em}.select300-container--default .select300-results__option .select300-results__option .select300-results__group{padding-left:0}.select300-container--default .select300-results__option .select300-results__option .select300-results__option{margin-left:-1em;padding-left:2em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-2em;padding-left:3em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-3em;padding-left:4em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-4em;padding-left:5em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-5em;padding-left:6em}.select300-container--default .select300-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select300-container--default .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic .select300-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic .select300-selection--single:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--classic .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select300-container--classic .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--classic .select300-selection--single .select300-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select300-container--classic .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select300-container--classic.select300-container--open .select300-selection--single{border:1px solid #5897fb}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow{background:transparent;border:none}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select300-container--classic .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select300-container--classic .select300-selection--multiple:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--multiple .select300-selection__rendered{list-style:none;margin:0;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__clear{display:none}.select300-container--classic .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove:hover{color:#555}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice{float:right;margin-left:5px;margin-right:auto}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--classic.select300-container--open .select300-selection--multiple{border:1px solid #5897fb}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--classic .select300-search--dropdown .select300-search__field{border:1px solid #aaa;outline:0}.select300-container--classic .select300-search--inline .select300-search__field{outline:0;box-shadow:none}.select300-container--classic .select300-dropdown{background-color:#fff;border:1px solid transparent}.select300-container--classic .select300-dropdown--above{border-bottom:none}.select300-container--classic .select300-dropdown--below{border-top:none}.select300-container--classic .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--classic .select300-results__option[role=group]{padding:0}.select300-container--classic .select300-results__option[aria-disabled=true]{color:grey}.select300-container--classic .select300-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select300-container--classic .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic.select300-container--open .select300-dropdown{border-color:#5897fb}
|
78 |
|
79 |
+
.select300-container {
|
80 |
display: block;
|
81 |
width: 100% !important;
|
82 |
}
|
83 |
|
84 |
+
.select300-container--default .select300-selection--multiple .select300-selection__choice {
|
85 |
border-radius: 20px;
|
86 |
background: #E2E4E7;
|
87 |
border: none;
|
94 |
line-height: 24px;
|
95 |
}
|
96 |
|
97 |
+
.select300-container--default .select300-selection--multiple .select300-selection__choice__remove {
|
98 |
line-height: 1;
|
99 |
width: 16px;
|
100 |
height: 16px;
|
111 |
padding-left: 0;
|
112 |
}
|
113 |
|
114 |
+
.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover {
|
115 |
background-color: #333;
|
116 |
color: #E2E4E7;
|
117 |
}
|
212 |
margin-left: 8px;
|
213 |
}
|
214 |
|
215 |
+
.select300-container--disabled {
|
216 |
margin-top: 10px;
|
217 |
opacity: 0.6;
|
218 |
}
|
assets/css/admin-widget-settings.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.exactmetrics-label-block,.exactmetrics-radio-icons{display:block}.exactmetrics-radio-icons{margin:4px 0}.exactmetrics-radio-icons *{box-sizing:border-box}.exactmetrics-radio-icons > label{display:inline-block}.exactmetrics-radio-icons input[type="radio"]{visibility:hidden;display:none}.exactmetrics-wide-column{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #b7c9d9;border-radius:5px;width:40px;height:40px;padding:10px 5px;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:4px}.exactmetrics-wide-column > span{background:#99a1b2;display:inline-block;width:8px;height:8px;border-radius:1px;margin-bottom:2px}.exactmetrics-wide-column.exactmetrics-wide-column-two > span{width:12px}.exactmetrics-radio-icons input[type="radio"]:checked + .exactmetrics-wide-column{border:2px solid #338eef;background:#ecf4fe;padding:9px 4px}.exactmetrics-radio-icons input[type="radio"]:checked + .exactmetrics-wide-column > span{background:#338eef}.exactmetrics-wide-column.exactmetrics-wide-column-one > span{width:100%}.exactmetrics-field-description{font-family:Helvetica Neue, serif;font-style:italic;font-weight:normal;font-size:13px;line-height:1.5%;color:#545C66}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container{display:block;width:100% !important}.select2-container--default .select2-selection--multiple .select2-selection__choice{border-radius:20px;background:#E2E4E7;border:none;color:#32373C;padding-left:8px;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:13px;line-height:24px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{line-height:1;width:16px;height:16px;float:right;display:block;border-radius:50%;background-color:#555D66;color:#E2E4E7;text-align:center;margin:4px 0px 4px 8px;font-size:14px;box-sizing:border-box;padding-top:0;padding-left:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#333;color:#E2E4E7}.exactmetrics-widget-theme-preview{background:#F0F2F4;border-radius:5px;padding:8px 8px 8px 18px;display:flex;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:14px;line-height:1;color:#32373C;align-items:center;justify-content:space-between}.exactmetrics-widget-theme-preview-icon,.exactmetrics-products-theme-preview-icon{width:74px;height:46px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:0 0;background-size:392px;display:inline-block}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-beta{background-position-x:-212px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-charlie{background-position-x:-106px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-delta{height:43px;background-position:-318px 0}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-echo{height:76px;background-position:0 -73px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-foxtrot{background-position:-106px -90px;height:41px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-golf{background-position:-212px -83px;height:56px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-hotel{height:50px;background-position:-318px -86px}.exactmetrics-products-theme-preview-icon{background-image:url('data:image/png;base64,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');width:74px;height:39px;background-size:188px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-alpha{background-position:0 0}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-beta{background-position:-114px 0;height:65px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-charlie{background-position:0 -102px;height:50px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-delta{background-position:-114px -102px;height:78px}.exactmetrics-pro-pill{font-style:normal;font-weight:bold;font-size:11px;background:#1EC185;border-radius:5px;color:#fff;padding:3px 8px;margin-left:8px}.select2-container--disabled{margin-top:10px;opacity:0.6}
|
1 |
+
.exactmetrics-label-block,.exactmetrics-radio-icons{display:block}.exactmetrics-radio-icons{margin:4px 0}.exactmetrics-radio-icons *{box-sizing:border-box}.exactmetrics-radio-icons > label{display:inline-block}.exactmetrics-radio-icons input[type="radio"]{visibility:hidden;display:none}.exactmetrics-wide-column{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #b7c9d9;border-radius:5px;width:40px;height:40px;padding:10px 5px;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:4px}.exactmetrics-wide-column > span{background:#99a1b2;display:inline-block;width:8px;height:8px;border-radius:1px;margin-bottom:2px}.exactmetrics-wide-column.exactmetrics-wide-column-two > span{width:12px}.exactmetrics-radio-icons input[type="radio"]:checked + .exactmetrics-wide-column{border:2px solid #338eef;background:#ecf4fe;padding:9px 4px}.exactmetrics-radio-icons input[type="radio"]:checked + .exactmetrics-wide-column > span{background:#338eef}.exactmetrics-wide-column.exactmetrics-wide-column-one > span{width:100%}.exactmetrics-field-description{font-family:Helvetica Neue, serif;font-style:italic;font-weight:normal;font-size:13px;line-height:1.5%;color:#545C66}.select300-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select300-container .select300-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--single .select300-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-selection--single .select300-selection__clear{position:relative}.select300-container[dir="rtl"] .select300-selection--single .select300-selection__rendered{padding-right:8px;padding-left:20px}.select300-container .select300-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select300-container .select300-selection--multiple .select300-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select300-container .select300-search--inline{float:left}.select300-container .select300-search--inline .select300-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select300-container .select300-search--inline .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select300-results{display:block}.select300-results__options{list-style:none;margin:0;padding:0}.select300-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select300-results__option[aria-selected]{cursor:pointer}.select300-container--open .select300-dropdown{left:0}.select300-container--open .select300-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--open .select300-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-search--dropdown{display:block;padding:4px}.select300-search--dropdown .select300-search__field{padding:4px;width:100%;box-sizing:border-box}.select300-search--dropdown .select300-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select300-search--dropdown.select300-search--hide{display:none}.select300-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select300-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select300-container--default .select300-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select300-container--default .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--default .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold}.select300-container--default .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--default .select300-selection--single .select300-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select300-container--default .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--default[dir="rtl"] .select300-selection--single .select300-selection__arrow{left:1px;right:auto}.select300-container--default.select300-container--disabled .select300-selection--single{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection--single .select300-selection__clear{display:none}.select300-container--default.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--default .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select300-container--default .select300-selection--multiple .select300-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select300-container--default .select300-selection--multiple .select300-selection__rendered li{list-style:none}.select300-container--default .select300-selection--multiple .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select300-container--default .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{color:#333}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice,.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-search--inline{float:right}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice{margin-left:5px;margin-right:auto}.select300-container--default[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--default.select300-container--focus .select300-selection--multiple{border:solid black 1px;outline:0}.select300-container--default.select300-container--disabled .select300-selection--multiple{background-color:#eee;cursor:default}.select300-container--default.select300-container--disabled .select300-selection__choice__remove{display:none}.select300-container--default.select300-container--open.select300-container--above .select300-selection--single,.select300-container--default.select300-container--open.select300-container--above .select300-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select300-container--default.select300-container--open.select300-container--below .select300-selection--single,.select300-container--default.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--default .select300-search--dropdown .select300-search__field{border:1px solid #aaa}.select300-container--default .select300-search--inline .select300-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select300-container--default .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--default .select300-results__option[role=group]{padding:0}.select300-container--default .select300-results__option[aria-disabled=true]{color:#999}.select300-container--default .select300-results__option[aria-selected=true]{background-color:#ddd}.select300-container--default .select300-results__option .select300-results__option{padding-left:1em}.select300-container--default .select300-results__option .select300-results__option .select300-results__group{padding-left:0}.select300-container--default .select300-results__option .select300-results__option .select300-results__option{margin-left:-1em;padding-left:2em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-2em;padding-left:3em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-3em;padding-left:4em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-4em;padding-left:5em}.select300-container--default .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option .select300-results__option{margin-left:-5em;padding-left:6em}.select300-container--default .select300-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select300-container--default .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic .select300-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic .select300-selection--single:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--single .select300-selection__rendered{color:#444;line-height:28px}.select300-container--classic .select300-selection--single .select300-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select300-container--classic .select300-selection--single .select300-selection__placeholder{color:#999}.select300-container--classic .select300-selection--single .select300-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select300-container--classic .select300-selection--single .select300-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__clear{float:left}.select300-container--classic[dir="rtl"] .select300-selection--single .select300-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select300-container--classic.select300-container--open .select300-selection--single{border:1px solid #5897fb}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow{background:transparent;border:none}.select300-container--classic.select300-container--open .select300-selection--single .select300-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select300-container--classic .select300-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select300-container--classic .select300-selection--multiple:focus{border:1px solid #5897fb}.select300-container--classic .select300-selection--multiple .select300-selection__rendered{list-style:none;margin:0;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__clear{display:none}.select300-container--classic .select300-selection--multiple .select300-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select300-container--classic .select300-selection--multiple .select300-selection__choice__remove:hover{color:#555}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice{float:right;margin-left:5px;margin-right:auto}.select300-container--classic[dir="rtl"] .select300-selection--multiple .select300-selection__choice__remove{margin-left:2px;margin-right:auto}.select300-container--classic.select300-container--open .select300-selection--multiple{border:1px solid #5897fb}.select300-container--classic.select300-container--open.select300-container--above .select300-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select300-container--classic.select300-container--open.select300-container--below .select300-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select300-container--classic .select300-search--dropdown .select300-search__field{border:1px solid #aaa;outline:0}.select300-container--classic .select300-search--inline .select300-search__field{outline:0;box-shadow:none}.select300-container--classic .select300-dropdown{background-color:#fff;border:1px solid transparent}.select300-container--classic .select300-dropdown--above{border-bottom:none}.select300-container--classic .select300-dropdown--below{border-top:none}.select300-container--classic .select300-results>.select300-results__options{max-height:200px;overflow-y:auto}.select300-container--classic .select300-results__option[role=group]{padding:0}.select300-container--classic .select300-results__option[aria-disabled=true]{color:grey}.select300-container--classic .select300-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select300-container--classic .select300-results__group{cursor:default;display:block;padding:6px}.select300-container--classic.select300-container--open .select300-dropdown{border-color:#5897fb}.select300-container{display:block;width:100% !important}.select300-container--default .select300-selection--multiple .select300-selection__choice{border-radius:20px;background:#E2E4E7;border:none;color:#32373C;padding-left:8px;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:13px;line-height:24px}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove{line-height:1;width:16px;height:16px;float:right;display:block;border-radius:50%;background-color:#555D66;color:#E2E4E7;text-align:center;margin:4px 0px 4px 8px;font-size:14px;box-sizing:border-box;padding-top:0;padding-left:0}.select300-container--default .select300-selection--multiple .select300-selection__choice__remove:hover{background-color:#333;color:#E2E4E7}.exactmetrics-widget-theme-preview{background:#F0F2F4;border-radius:5px;padding:8px 8px 8px 18px;display:flex;font-family:Helvetica Neue, serif;font-style:normal;font-weight:normal;font-size:14px;line-height:1;color:#32373C;align-items:center;justify-content:space-between}.exactmetrics-widget-theme-preview-icon,.exactmetrics-products-theme-preview-icon{width:74px;height:46px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:0 0;background-size:392px;display:inline-block}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-beta{background-position-x:-212px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-charlie{background-position-x:-106px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-delta{height:43px;background-position:-318px 0}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-echo{height:76px;background-position:0 -73px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-foxtrot{background-position:-106px -90px;height:41px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-golf{background-position:-212px -83px;height:56px}.exactmetrics-widget-theme-preview-icon.exactmetrics-widget-theme-preview-icon-hotel{height:50px;background-position:-318px -86px}.exactmetrics-products-theme-preview-icon{background-image:url('data:image/png;base64,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');width:74px;height:39px;background-size:188px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-alpha{background-position:0 0}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-beta{background-position:-114px 0;height:65px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-charlie{background-position:0 -102px;height:50px}.exactmetrics-products-theme-preview-icon.exactmetrics-products-theme-preview-icon-delta{background-position:-114px -102px;height:78px}.exactmetrics-pro-pill{font-style:normal;font-weight:bold;font-size:11px;background:#1EC185;border-radius:5px;color:#fff;padding:3px 8px;margin-left:8px}.select300-container--disabled{margin-top:10px;opacity:0.6}
|
assets/js/admin-widget-settings.js
CHANGED
@@ -35,7 +35,10 @@
|
|
35 |
}
|
36 |
|
37 |
function init_multiselect() {
|
38 |
-
|
|
|
|
|
|
|
39 |
ajax: {
|
40 |
type: 'POST',
|
41 |
url: ajaxurl,
|
35 |
}
|
36 |
|
37 |
function init_multiselect() {
|
38 |
+
if ( ! jQuery.fn.select300 ) {
|
39 |
+
return;
|
40 |
+
}
|
41 |
+
$('#widgets-right .exactmetrics-multiselect').select300({
|
42 |
ajax: {
|
43 |
type: 'POST',
|
44 |
url: ajaxurl,
|
assets/js/admin-widget-settings.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(function(t){t(function(){e();n();t(document).on('widget-updated widget-added',function(t){e();n()});t(document).on('change','.exactmetrics-save-on-change',function(){i(t(this).closest('.widget'))})});function e(){var e;t('#widgets-right .exactmetrics-color-field').wpColorPicker({change:function(n,i){if(e){clearTimeout(e)};e=setTimeout(function(){t(n.target).trigger('change')},300)},})};function i(t){if(wpWidgets&&'undefined'!==typeof wpWidgets.save){wpWidgets.save(t,0,0)}};function n(){t('#widgets-right .exactmetrics-multiselect').
|
1 |
+
(function(t){t(function(){e();n();t(document).on('widget-updated widget-added',function(t){e();n()});t(document).on('change','.exactmetrics-save-on-change',function(){i(t(this).closest('.widget'))})});function e(){var e;t('#widgets-right .exactmetrics-color-field').wpColorPicker({change:function(n,i){if(e){clearTimeout(e)};e=setTimeout(function(){t(n.target).trigger('change')},300)},})};function i(t){if(wpWidgets&&'undefined'!==typeof wpWidgets.save){wpWidgets.save(t,0,0)}};function n(){if(!jQuery.fn.select300){return};t('#widgets-right .exactmetrics-multiselect').select300({ajax:{type:'POST',url:ajaxurl,delay:250,width:'resolve',data:function(e){var n=t(this).data('taxonomy');return{taxonomy:n,keyword:e.term,action:'exactmetrics_get_terms',nonce:exactmetrics_pp.nonce,}},processResults:function(t){return{results:t.data}},dataType:'json'}})}})(jQuery);
|
assets/js/select2.js
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */
|
2 |
-
!function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(u){var e=function(){if(u&&u.fn&&u.fn.select2&&u.fn.select2.amd)var e=u.fn.select2.amd;var t,n,r,h,o,s,f,g,m,v,y,_,i,a,b;function w(e,t){return i.call(e,t)}function l(e,t){var n,r,i,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&b.test(e[s])&&(e[s]=e[s].replace(b,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u<e.length;u++)if("."===(p=e[u]))e.splice(u,1),u-=1;else if(".."===p){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((h||g)&&f){for(u=(n=e.split("/")).length;0<u;u-=1){if(r=n.slice(0,u).join("/"),h)for(d=h.length;0<d;d-=1)if(i=(i=f[h.slice(0,d).join("/")])&&i[r]){o=i,a=u;break}if(o)break;!l&&g&&g[r]&&(l=g[r],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function A(t,n){return function(){var e=a.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),s.apply(h,e.concat([t,n]))}}function x(t){return function(e){m[t]=e}}function D(e){if(w(v,e)){var t=v[e];delete v[e],_[e]=!0,o.apply(h,t)}if(!w(m,e)&&!w(_,e))throw new Error("No "+e);return m[e]}function c(e){var t,n=e?e.indexOf("!"):-1;return-1<n&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function S(e){return e?c(e):[]}return e&&e.requirejs||(e?n=e:e={},m={},v={},y={},_={},i=Object.prototype.hasOwnProperty,a=[].slice,b=/\.js$/,f=function(e,t){var n,r=c(e),i=r[0],o=t[1];return e=r[1],i&&(n=D(i=l(i,o))),i?e=n&&n.normalize?n.normalize(e,function(t){return function(e){return l(e,t)}}(o)):l(e,o):(i=(r=c(e=l(e,o)))[0],e=r[1],i&&(n=D(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},g={require:function(e){return A(e)},exports:function(e){var t=m[e];return void 0!==t?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:function(e){return function(){return y&&y.config&&y.config[e]||{}}}(e)}}},o=function(e,t,n,r){var i,o,s,a,l,c,u,d=[],p=typeof n;if(c=S(r=r||e),"undefined"==p||"function"==p){for(t=!t.length&&n.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(o=(a=f(t[l],c)).f))d[l]=g.require(e);else if("exports"===o)d[l]=g.exports(e),u=!0;else if("module"===o)i=d[l]=g.module(e);else if(w(m,o)||w(v,o)||w(_,o))d[l]=D(o);else{if(!a.p)throw new Error(e+" missing "+o);a.p.load(a.n,A(r,!0),x(o),{}),d[l]=m[o]}s=n?n.apply(m[e],d):void 0,e&&(i&&i.exports!==h&&i.exports!==m[e]?m[e]=i.exports:s===h&&u||(m[e]=s))}else e&&(m[e]=n)},t=n=s=function(e,t,n,r,i){if("string"==typeof e)return g[e]?g[e](t):D(f(e,S(t)).f);if(!e.splice){if((y=e).deps&&s(y.deps,y.callback),!t)return;t.splice?(e=t,t=n,n=null):e=h}return t=t||function(){},"function"==typeof n&&(n=r,r=i),r?o(h,e,t,n):setTimeout(function(){o(h,e,t,n)},4),s},s.config=function(e){return s(e)},t._defined=m,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),w(m,e)||w(v,e)||(v[e]=[e,t,n])}).amd={jQuery:!0},e.requirejs=t,e.require=n,e.define=r),e.define("almond",function(){}),e.define("jquery",[],function(){var e=u||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(o){var i={};function u(e){var t=e.prototype,n=[];for(var r in t){"function"==typeof t[r]&&"constructor"!==r&&n.push(r)}return n}i.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var i in t)n.call(t,i)&&(e[i]=t[i]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i.Decorate=function(r,i){var e=u(i),t=u(r);function o(){var e=Array.prototype.unshift,t=i.prototype.constructor.length,n=r.prototype.constructor;0<t&&(e.call(arguments,r.prototype.constructor),n=i.prototype.constructor),n.apply(this,arguments)}i.displayName=r.displayName,o.prototype=new function(){this.constructor=o};for(var n=0;n<t.length;n++){var s=t[n];o.prototype[s]=r.prototype[s]}function a(e){var t=function(){};e in o.prototype&&(t=o.prototype[e]);var n=i.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),n.apply(this,arguments)}}for(var l=0;l<e.length;l++){var c=e[l];o.prototype[c]=a(c)}return o};function e(){this.listeners={}}e.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},e.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),(n[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},e.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},i.Observable=e,i.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},i.bind=function(e,t){return function(){e.apply(t,arguments)}},i._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var i=0;i<n.length;i++){var o=n[i];(o=o.substring(0,1).toLowerCase()+o.substring(1))in r||(r[o]={}),i==n.length-1&&(r[o]=e[t]),r=r[o]}delete e[t]}}return e},i.hasScroll=function(e,t){var n=o(t),r=t.style.overflowX,i=t.style.overflowY;return(r!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===r||"scroll"===i||(n.innerHeight()<t.scrollHeight||n.innerWidth()<t.scrollWidth))},i.escapeMarkup=function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},i.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},i.__cache={};var n=0;return i.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},i.StoreData=function(e,t,n){var r=i.GetUniqueElementId(e);i.__cache[r]||(i.__cache[r]={}),i.__cache[r][t]=n},i.GetData=function(e,t){var n=i.GetUniqueElementId(e);return t?i.__cache[n]&&null!=i.__cache[n][t]?i.__cache[n][t]:o(e).data(t):i.__cache[n]},i.RemoveData=function(e){var t=i.GetUniqueElementId(e);null!=i.__cache[t]&&delete i.__cache[t],e.removeAttribute("data-select2-id")},i}),e.define("select2/results",["jquery","./utils"],function(h,f){function r(e,t,n){this.$element=e,this.data=n,this.options=t,r.__super__.constructor.call(this)}return f.Extend(r,f.Observable),r.prototype.render=function(){var e=h('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},r.prototype.clear=function(){this.$results.empty()},r.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),r=this.options.get("translations").get(e.message);n.append(t(r(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},r.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},r.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],i=this.option(r);t.push(i)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},r.prototype.position=function(e,t){t.find(".select2-results").append(e)},r.prototype.sort=function(e){return this.options.get("sorter")(e)},r.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},r.prototype.setClasses=function(){var t=this;this.data.current(function(e){var r=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=f.GetData(this,"data"),n=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(n,r)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},r.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},r.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},r.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var n={role:"option","aria-selected":"false"},r=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var i in(null!=e.element&&r.call(e.element,":disabled")||null==e.element&&e.disabled)&&(delete n["aria-selected"],n["aria-disabled"]="true"),null==e.id&&delete n["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(n.role="group",n["aria-label"]=e.text,delete n["aria-selected"]),n){var o=n[i];t.setAttribute(i,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group";h(a);this.template(e,a);for(var l=[],c=0;c<e.children.length;c++){var u=e.children[c],d=this.option(u);l.push(d)}var p=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},r.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=l.$results.offset().top,s=i.offset().top,a=l.$results.scrollTop()+(s-o);0===r?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=l.$results.offset().top+l.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=l.$results.scrollTop()+o-i;0===n?l.$results.scrollTop(0):i<o&&l.$results.scrollTop(s)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),n=l.$results.get(0).scrollHeight-t+e.deltaY,r=0<e.deltaY&&t-e.deltaY<=0,i=e.deltaY<0&&n<=l.$results.height();r?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),n=f.GetData(this,"data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:n}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:n}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=f.GetData(this,"data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},r.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},r.prototype.destroy=function(){this.$results.remove()},r.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,r=e.offset().top,i=this.$results.scrollTop()+(r-n),o=r-n;i-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(i)}},r.prototype.template=function(e,t){var n=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),i=n(e,t);null==i?t.style.display="none":"string"==typeof i?t.innerHTML=r(i):h(t).append(i)},r}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,r,i){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return r.Extend(o,r.Observable),o.prototype.render=function(){var e=n('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=r.GetData(this.$element[0],"old-tabindex")?this._tabindex=r.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,r=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===i.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",r),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&r.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,r){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},i.prototype.bind=function(t,e){var n=this;i.__super__.bind.apply(this,arguments);var r=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e("<span></span>")},i.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var i=t.title||t.text;i?n.attr("title",i):n.removeAttr("title")}else this.clear()},i}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(i,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},n.prototype.bind=function(e,t){var r=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){r.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!r.isDisabled()){var t=i(this).parent(),n=l.GetData(t[0],"data");r.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return i('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n<e.length;n++){var r=e[n],i=this.selectionContainer(),o=this.display(r,i);i.append(o);var s=r.title||r.text;s&&i.attr("title",s),l.StoreData(i[0],"data",r),t.push(i)}var a=this.$selection.find(".select2-selection__rendered");l.appendMany(a,t)}},n}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},t}),e.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(i,r,a){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){r._handleClear(e)}),t.on("keypress",function(e){r._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var r=a.GetData(n[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:r};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<r.length;s++)if(o={data:r[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},e.prototype._handleKeyboardClear=function(e,t,n){n.isOpen()||t.which!=r.DELETE&&t.which!=r.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var n=this.options.get("translations").get("removeAllItems"),r=i('<span class="select2-selection__clear" title="'+n()+'">×</span>');a.StoreData(r[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(r)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(r,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=r('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),t.on("open",function(){r.$search.attr("aria-controls",i),r.$search.trigger("focus")}),t.on("close",function(){r.$search.val(""),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.trigger("focus")}),t.on("enable",function(){r.$search.prop("disabled",!1),r._transferTabIndex()}),t.on("disable",function(){r.$search.prop("disabled",!0)}),t.on("focus",function(e){r.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){r.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){r._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===r.$search.val()){var t=r.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var n=a.GetData(t[0],"data");r.searchRemoveChoice(n),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){r.$search.val()&&e.stopPropagation()});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?r.$selection.off("input.search input.searchcheck"):r.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)r.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=l.SHIFT&&t!=l.CTRL&&t!=l.ALT&&t!=l.TAB&&r.handleSearch(e)}})},e.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},e.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},e.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},e.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},e.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},e.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},e}),e.define("select2/selection/eventRelay",["jquery"],function(s){function e(){}return e.prototype.bind=function(e,t,n){var r=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];e.call(this,t,n),t.on("*",function(e,t){if(-1!==s.inArray(e,i)){t=t||{};var n=s.Event("select2:"+e,{params:t});r.$element.trigger(n),-1!==s.inArray(e,o)&&(t.prevented=n.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,n){function r(e){this.dict=e||{}}return r.prototype.all=function(){return this.dict},r.prototype.get=function(e){return this.dict[e]},r.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},r._cache={},r.loadPath=function(e){if(!(e in r._cache)){var t=n(e);r._cache[e]=t}return new r(r._cache[e])},r}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),e.define("select2/data/base",["../utils"],function(r){function n(e,t){n.__super__.constructor.call(this)}return r.Extend(n,r.Observable),n.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},n.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},n.prototype.bind=function(e,t){},n.prototype.destroy=function(){},n.prototype.generateResultId=function(e,t){var n=e.id+"-result-";return n+=r.generateChars(4),null!=t.id?n+="-"+t.id.toString():n+="-"+r.generateChars(4),n},n}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,a,l){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return a.Extend(n,e),n.prototype.current=function(e){var n=[],r=this;this.$element.find(":selected").each(function(){var e=l(this),t=r.item(e);n.push(t)}),e(n)},n.prototype.select=function(i){var o=this;if(i.selected=!0,l(i.element).is("option"))return i.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(i=[i]).push.apply(i,e);for(var n=0;n<i.length;n++){var r=i[n].id;-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")});else{var e=i.id;this.$element.val(e),this.$element.trigger("input").trigger("change")}},n.prototype.unselect=function(i){var o=this;if(this.$element.prop("multiple")){if(i.selected=!1,l(i.element).is("option"))return i.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n].id;r!==i.id&&-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")})}},n.prototype.bind=function(e,t){var n=this;(this.container=e).on("select",function(e){n.select(e.data)}),e.on("unselect",function(e){n.unselect(e.data)})},n.prototype.destroy=function(){this.$element.find("*").each(function(){a.RemoveData(this)})},n.prototype.query=function(r,e){var i=[],o=this;this.$element.children().each(function(){var e=l(this);if(e.is("option")||e.is("optgroup")){var t=o.item(e),n=o.matches(r,t);null!==n&&i.push(n)}}),e({results:i})},n.prototype.addOptions=function(e){a.appendMany(this.$element,e)},n.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var n=l(t),r=this._normalizeItem(e);return r.element=t,a.StoreData(t,"data",r),n},n.prototype.item=function(e){var t={};if(null!=(t=a.GetData(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var n=e.children("option"),r=[],i=0;i<n.length;i++){var o=l(n[i]),s=this.item(o);r.push(s)}t.children=r}return(t=this._normalizeItem(t)).element=e[0],a.StoreData(e[0],"data",t),t},n.prototype._normalizeItem=function(e){e!==Object(e)&&(e={id:e,text:e});return null!=(e=l.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),l.extend({},{selected:!1,disabled:!1},e)},n.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},n}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,g){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return f.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(n){var e=this.$element.find("option").filter(function(e,t){return t.value==n.id.toString()});0===e.length&&(e=this.option(n),this.addOptions(e)),r.__super__.select.call(this,n)},r.prototype.convertToOptions=function(e){var t=this,n=this.$element.find("option"),r=n.map(function(){return t.item(g(this)).id}).get(),i=[];function o(e){return function(){return g(this).val()==e.id}}for(var s=0;s<e.length;s++){var a=this._normalizeItem(e[s]);if(0<=g.inArray(a.id,r)){var l=n.filter(o(a)),c=this.item(l),u=g.extend(!0,{},a,c),d=this.option(u);l.replaceWith(d)}else{var p=this.option(a);if(a.children){var h=this.convertToOptions(a.children);f.appendMany(p,h)}i.push(p)}}return i},r}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,o){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return o.extend({},e,{q:e.term})},transport:function(e,t,n){var r=o.ajax(e);return r.then(t),r.fail(n),r}};return o.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(n,r){var i=this;null!=this._request&&(o.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=o.extend({type:"GET"},this.ajaxOptions);function e(){var e=t.transport(t,function(e){var t=i.processResults(e,n);i.options.get("debug")&&window.console&&console.error&&(t&&t.results&&o.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),r(t)},function(){"status"in e&&(0===e.status||"0"===e.status)||i.trigger("results:message",{message:"errorLoading"})});i._request=e}"function"==typeof t.url&&(t.url=t.url.call(this.$element,n)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,n)),this.ajaxOptions.delay&&null!=n.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},n}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,n){var r=n.get("tags"),i=n.get("createTag");void 0!==i&&(this.createTag=i);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),u.isArray(r))for(var s=0;s<r.length;s++){var a=r[s],l=this._normalizeItem(a),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,n){for(var r=t.results,i=0;i<r.length;i++){var o=r[i],s=null!=o.children&&!e({results:o.children},!0);if((o.text||"").toUpperCase()===(c.term||"").toUpperCase()||s)return!n&&(t.data=r,void u(t))}if(n)return!0;var a=d.createTag(c);if(null!=a){var l=d.option(a);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(r,a)}t.results=r,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var n=u.trim(t.term);return""===n?null:{id:n,text:n}},e.prototype.insertTag=function(e,t,n){t.unshift(n)},e.prototype._removeOldTags=function(e){this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},e.prototype.query=function(e,t,n){var r=this;t.term=t.term||"";var i=this.tokenizer(t,this.options,function(e){var t=r._normalizeItem(e);if(!r.$element.find("option").filter(function(){return d(this).val()===t.id}).length){var n=r.option(t);n.attr("data-select2-tag",!0),r._removeOldTags(),r.addOptions([n])}!function(e){r.trigger("select",{data:e})}(t)});i.term!==t.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),t.term=i.term),e.call(this,t,n)},e.prototype.tokenizer=function(e,t,n,r){for(var i=n.get("tokenSeparators")||[],o=t.term,s=0,a=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var l=o[s];if(-1!==d.inArray(l,i)){var c=o.substr(0,s),u=a(d.extend({},t,{term:c}));null!=u?(r(u),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(){r._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected(function(){e.call(r,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var r=this;this.current(function(e){var t=null!=e?e.length:0;0<r.maximumSelectionLength&&t>=r.maximumSelectionLength?r.trigger("results:message",{message:"maximumSelected",args:{maximum:r.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),t.on("open",function(){r.$search.attr("tabindex",0),r.$search.attr("aria-controls",i),r.$search.trigger("focus"),window.setTimeout(function(){r.$search.trigger("focus")},0)}),t.on("close",function(){r.$search.attr("tabindex",-1),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.val(""),r.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||r.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(r.showSearch(e)?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;0<=r;r--){var i=t[r];this.placeholder.id===i.id&&n.splice(r,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",function(e){r.lastParams=e,r.loading=!0}),t.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)}),t.on("close",function(){r._hideDropdown(),r._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f("<span></span>"),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,r="scroll.select2."+t.id,i="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(r,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(r+" "+i+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,r="resize.select2."+t.id,i="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+r+" "+i)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),r=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=a<i.top-s,u=l>i.bottom+s,d={left:i.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(r="below"),u||!c||t?!c&&u&&t&&(r="below"):r="above",("above"==r||t&&"below"!==r)&&(d.top=o.top-h.top-s),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var i=t[r];i.children?n+=e(i.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",["../utils"],function(o){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",function(e){r._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var r=this.getHighlightedResults();if(!(r.length<1)){var i=o.GetData(r[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(e){r._selectTriggered(e)}),t.on("unselect",function(e){r._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(c,u,d,p,h,f,g,m,v,y,s,t,_,$,b,w,A,x,D,S,E,C,O,T,q,L,I,j,e){function n(){this.reset()}return n.prototype.apply=function(e){if(null==(e=c.extend(!0,{},this.defaults,e)).dataAdapter){if(null!=e.ajax?e.dataAdapter=b:null!=e.data?e.dataAdapter=$:e.dataAdapter=_,0<e.minimumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,x)),0<e.maximumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,D)),0<e.maximumSelectionLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,S)),e.tags&&(e.dataAdapter=y.Decorate(e.dataAdapter,w)),null==e.tokenSeparators&&null==e.tokenizer||(e.dataAdapter=y.Decorate(e.dataAdapter,A)),null!=e.query){var t=u(e.amdBase+"compat/query");e.dataAdapter=y.Decorate(e.dataAdapter,t)}if(null!=e.initSelection){var n=u(e.amdBase+"compat/initSelection");e.dataAdapter=y.Decorate(e.dataAdapter,n)}}if(null==e.resultsAdapter&&(e.resultsAdapter=d,null!=e.ajax&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,T)),null!=e.placeholder&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,O)),e.selectOnClose&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,I))),null==e.dropdownAdapter){if(e.multiple)e.dropdownAdapter=E;else{var r=y.Decorate(E,C);e.dropdownAdapter=r}if(0!==e.minimumResultsForSearch&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,L)),e.closeOnSelect&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,j)),null!=e.dropdownCssClass||null!=e.dropdownCss||null!=e.adaptDropdownCssClass){var i=u(e.amdBase+"compat/dropdownCss");e.dropdownAdapter=y.Decorate(e.dropdownAdapter,i)}e.dropdownAdapter=y.Decorate(e.dropdownAdapter,q)}if(null==e.selectionAdapter){if(e.multiple?e.selectionAdapter=h:e.selectionAdapter=p,null!=e.placeholder&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,f)),e.allowClear&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,g)),e.multiple&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,m)),null!=e.containerCssClass||null!=e.containerCss||null!=e.adaptContainerCssClass){var o=u(e.amdBase+"compat/containerCss");e.selectionAdapter=y.Decorate(e.selectionAdapter,o)}e.selectionAdapter=y.Decorate(e.selectionAdapter,v)}e.language=this._resolveLanguage(e.language),e.language.push("en");for(var s=[],a=0;a<e.language.length;a++){var l=e.language[a];-1===s.indexOf(l)&&s.push(l)}return e.language=s,e.translations=this._processTranslations(e.language,e.debug),e},n.prototype.reset=function(){function a(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:y.escapeMarkup,language:{},matcher:function e(t,n){if(""===c.trim(t.term))return n;if(n.children&&0<n.children.length){for(var r=c.extend(!0,{},n),i=n.children.length-1;0<=i;i--)null==e(t,n.children[i])&&r.children.splice(i,1);return 0<r.children.length?r:e(t,r)}var o=a(n.text).toUpperCase(),s=a(t.term).toUpperCase();return-1<o.indexOf(s)?n:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},n.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,i=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(o));return e.language=s,e},n.prototype._resolveLanguage=function(e){if(!e)return[];if(c.isEmptyObject(e))return[];if(c.isPlainObject(e))return[e];var t;t=c.isArray(e)?e:[e];for(var n=[],r=0;r<t.length;r++)if(n.push(t[r]),"string"==typeof t[r]&&0<t[r].indexOf("-")){var i=t[r].split("-")[0];n.push(i)}return n},n.prototype._processTranslations=function(e,t){for(var n=new s,r=0;r<e.length;r++){var i=new s,o=e[r];if("string"==typeof o)try{i=s.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=s.loadPath(o)}catch(e){t&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=c.isPlainObject(o)?new s(o):o;n.extend(i)}return n},n.prototype.set=function(e,t){var n={};n[c.camelCase(e)]=t;var r=y._convertData(n);c.extend(!0,this.defaults,r)},new n}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(r,d,i,p){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),null!=t&&(this.options=i.applyFromElement(this.options,t)),this.options=i.apply(this.options),t&&t.is("input")){var n=r(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=p.Decorate(this.options.dataAdapter,n)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),p.GetData(e[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),p.StoreData(e[0],"data",p.GetData(e[0],"select2Tags")),p.StoreData(e[0],"tags",!0)),p.GetData(e[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",p.GetData(e[0],"ajaxUrl")),p.StoreData(e[0],"ajax-Url",p.GetData(e[0],"ajaxUrl")));var n={};function r(e,t){return t.toUpperCase()}for(var i=0;i<e[0].attributes.length;i++){var o=e[0].attributes[i].name,s="data-";if(o.substr(0,s.length)==s){var a=o.substring(s.length),l=p.GetData(e[0],a);n[a.replace(/-([a-z])/g,r)]=l}}d.fn.jquery&&"1."==d.fn.jquery.substr(0,2)&&e[0].dataset&&(n=d.extend(!0,{},e[0].dataset,n));var c=d.extend(!0,{},p.GetData(e[0]),n);for(var u in c=p._convertData(c))-1<d.inArray(u,t)||(d.isPlainObject(this.options[u])?d.extend(this.options[u],c[u]):this.options[u]=c[u]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,u,r){var d=function(e,t){null!=u.GetData(e[0],"select2")&&u.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),d.__super__.constructor.call(this);var n=e.attr("tabindex")||0;u.StoreData(e[0],"old-tabindex",n),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var i=this.render();this._placeContainer(i);var o=this.options.get("selectionAdapter");this.selection=new o(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,i);var s=this.options.get("dropdownAdapter");this.dropdown=new s(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,i);var a=this.options.get("resultsAdapter");this.results=new a(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),u.StoreData(e[0],"select2",this),e.data("select2",this)};return u.Extend(d,u.Observable),d.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+u.generateChars(2):u.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},d.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},d.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var i=e.outerWidth(!1);return i<=0?"auto":i+"px"}if("style"!=t)return"computedstyle"!=t?t:window.getComputedStyle(e[0]).width;var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&1<=c.length)return c[1]}return null},d.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},d.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=u.bind(this._syncAttributes,this),this._syncS=u.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){t._syncA(),t._syncS(null,e)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},d.prototype._registerDataEvents=function(){var n=this;this.dataAdapter.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerSelectionEvents=function(){var n=this,r=["toggle","focus"];this.selection.on("toggle",function(){n.toggleDropdown()}),this.selection.on("focus",function(e){n.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,r)&&n.trigger(e,t)})},d.prototype._registerDropdownEvents=function(){var n=this;this.dropdown.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerResultsEvents=function(){var n=this;this.results.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerEvents=function(){var n=this;this.on("open",function(){n.$container.addClass("select2-container--open")}),this.on("close",function(){n.$container.removeClass("select2-container--open")}),this.on("enable",function(){n.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){n.$container.addClass("select2-container--disabled")}),this.on("blur",function(){n.$container.removeClass("select2-container--focus")}),this.on("query",function(t){n.isOpen()||n.trigger("open",{}),this.dataAdapter.query(t,function(e){n.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){n.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;n.isOpen()?t===r.ESC||t===r.TAB||t===r.UP&&e.altKey?(n.close(e),e.preventDefault()):t===r.ENTER?(n.trigger("results:select",{}),e.preventDefault()):t===r.SPACE&&e.ctrlKey?(n.trigger("results:toggle",{}),e.preventDefault()):t===r.UP?(n.trigger("results:previous",{}),e.preventDefault()):t===r.DOWN&&(n.trigger("results:next",{}),e.preventDefault()):(t===r.ENTER||t===r.SPACE||t===r.DOWN&&e.altKey)&&(n.open(),e.preventDefault())})},d.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},d.prototype._isChangeMutation=function(e,t){var n=!1,r=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var i=0;i<t.addedNodes.length;i++){t.addedNodes[i].selected&&(n=!0)}else t.removedNodes&&0<t.removedNodes.length?n=!0:o.isArray(t)&&o.each(t,function(e,t){if(r._isChangeMutation(e,t))return!(n=!0)});else n=!0;return n}},d.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),r=this;n&&this.dataAdapter.current(function(e){r.trigger("selection:update",{data:e})})},d.prototype.trigger=function(e,t){var n=d.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},d.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},d.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},d.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},d.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},d.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},d.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},d.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},d.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("input").trigger("change")},d.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",u.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),u.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},d.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(i,e,o,t,s){if(null==i.fn.select2){var a=["open","close","destroy"];i.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=i.extend(!0,{},t);new o(i(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,r=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,r)}),-1<i.inArray(t,a)?this:n}}return null==i.fn.select2.defaults&&(i.fn.select2.defaults=t),o}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return u.fn.select2.amd=e,t});
|
|
|
|
assets/js/select2.min.js
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */
|
2 |
-
!function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),n(t),t}:n(jQuery)}(function(u){var e=function(){if(u&&u.fn&&u.fn.select2&&u.fn.select2.amd)var e=u.fn.select2.amd;var t,n,r,h,o,s,f,g,m,v,y,_,i,a,b;function w(e,t){return i.call(e,t)}function l(e,t){var n,r,i,o,s,a,l,c,u,d,p,h=t&&t.split("/"),f=y.map,g=f&&f["*"]||{};if(e){for(s=(e=e.split("/")).length-1,y.nodeIdCompat&&b.test(e[s])&&(e[s]=e[s].replace(b,"")),"."===e[0].charAt(0)&&h&&(e=h.slice(0,h.length-1).concat(e)),u=0;u<e.length;u++)if("."===(p=e[u]))e.splice(u,1),u-=1;else if(".."===p){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((h||g)&&f){for(u=(n=e.split("/")).length;0<u;u-=1){if(r=n.slice(0,u).join("/"),h)for(d=h.length;0<d;d-=1)if(i=(i=f[h.slice(0,d).join("/")])&&i[r]){o=i,a=u;break}if(o)break;!l&&g&&g[r]&&(l=g[r],c=u)}!o&&l&&(o=l,a=c),o&&(n.splice(0,a,o),e=n.join("/"))}return e}function A(t,n){return function(){var e=a.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),s.apply(h,e.concat([t,n]))}}function x(t){return function(e){m[t]=e}}function D(e){if(w(v,e)){var t=v[e];delete v[e],_[e]=!0,o.apply(h,t)}if(!w(m,e)&&!w(_,e))throw new Error("No "+e);return m[e]}function c(e){var t,n=e?e.indexOf("!"):-1;return-1<n&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function S(e){return e?c(e):[]}return e&&e.requirejs||(e?n=e:e={},m={},v={},y={},_={},i=Object.prototype.hasOwnProperty,a=[].slice,b=/\.js$/,f=function(e,t){var n,r=c(e),i=r[0],o=t[1];return e=r[1],i&&(n=D(i=l(i,o))),i?e=n&&n.normalize?n.normalize(e,function(t){return function(e){return l(e,t)}}(o)):l(e,o):(i=(r=c(e=l(e,o)))[0],e=r[1],i&&(n=D(i))),{f:i?i+"!"+e:e,n:e,pr:i,p:n}},g={require:function(e){return A(e)},exports:function(e){var t=m[e];return void 0!==t?t:m[e]={}},module:function(e){return{id:e,uri:"",exports:m[e],config:function(e){return function(){return y&&y.config&&y.config[e]||{}}}(e)}}},o=function(e,t,n,r){var i,o,s,a,l,c,u,d=[],p=typeof n;if(c=S(r=r||e),"undefined"==p||"function"==p){for(t=!t.length&&n.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(o=(a=f(t[l],c)).f))d[l]=g.require(e);else if("exports"===o)d[l]=g.exports(e),u=!0;else if("module"===o)i=d[l]=g.module(e);else if(w(m,o)||w(v,o)||w(_,o))d[l]=D(o);else{if(!a.p)throw new Error(e+" missing "+o);a.p.load(a.n,A(r,!0),x(o),{}),d[l]=m[o]}s=n?n.apply(m[e],d):void 0,e&&(i&&i.exports!==h&&i.exports!==m[e]?m[e]=i.exports:s===h&&u||(m[e]=s))}else e&&(m[e]=n)},t=n=s=function(e,t,n,r,i){if("string"==typeof e)return g[e]?g[e](t):D(f(e,S(t)).f);if(!e.splice){if((y=e).deps&&s(y.deps,y.callback),!t)return;t.splice?(e=t,t=n,n=null):e=h}return t=t||function(){},"function"==typeof n&&(n=r,r=i),r?o(h,e,t,n):setTimeout(function(){o(h,e,t,n)},4),s},s.config=function(e){return s(e)},t._defined=m,(r=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),w(m,e)||w(v,e)||(v[e]=[e,t,n])}).amd={jQuery:!0},e.requirejs=t,e.require=n,e.define=r),e.define("almond",function(){}),e.define("jquery",[],function(){var e=u||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(o){var i={};function u(e){var t=e.prototype,n=[];for(var r in t){"function"==typeof t[r]&&"constructor"!==r&&n.push(r)}return n}i.Extend=function(e,t){var n={}.hasOwnProperty;function r(){this.constructor=e}for(var i in t)n.call(t,i)&&(e[i]=t[i]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i.Decorate=function(r,i){var e=u(i),t=u(r);function o(){var e=Array.prototype.unshift,t=i.prototype.constructor.length,n=r.prototype.constructor;0<t&&(e.call(arguments,r.prototype.constructor),n=i.prototype.constructor),n.apply(this,arguments)}i.displayName=r.displayName,o.prototype=new function(){this.constructor=o};for(var n=0;n<t.length;n++){var s=t[n];o.prototype[s]=r.prototype[s]}function a(e){var t=function(){};e in o.prototype&&(t=o.prototype[e]);var n=i.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),n.apply(this,arguments)}}for(var l=0;l<e.length;l++){var c=e[l];o.prototype[c]=a(c)}return o};function e(){this.listeners={}}e.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},e.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),(n[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},e.prototype.invoke=function(e,t){for(var n=0,r=e.length;n<r;n++)e[n].apply(this,t)},i.Observable=e,i.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},i.bind=function(e,t){return function(){e.apply(t,arguments)}},i._convertData=function(e){for(var t in e){var n=t.split("-"),r=e;if(1!==n.length){for(var i=0;i<n.length;i++){var o=n[i];(o=o.substring(0,1).toLowerCase()+o.substring(1))in r||(r[o]={}),i==n.length-1&&(r[o]=e[t]),r=r[o]}delete e[t]}}return e},i.hasScroll=function(e,t){var n=o(t),r=t.style.overflowX,i=t.style.overflowY;return(r!==i||"hidden"!==i&&"visible"!==i)&&("scroll"===r||"scroll"===i||(n.innerHeight()<t.scrollHeight||n.innerWidth()<t.scrollWidth))},i.escapeMarkup=function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},i.appendMany=function(e,t){if("1.7"===o.fn.jquery.substr(0,3)){var n=o();o.map(t,function(e){n=n.add(e)}),t=n}e.append(t)},i.__cache={};var n=0;return i.GetUniqueElementId=function(e){var t=e.getAttribute("data-select2-id");return null==t&&(e.id?(t=e.id,e.setAttribute("data-select2-id",t)):(e.setAttribute("data-select2-id",++n),t=n.toString())),t},i.StoreData=function(e,t,n){var r=i.GetUniqueElementId(e);i.__cache[r]||(i.__cache[r]={}),i.__cache[r][t]=n},i.GetData=function(e,t){var n=i.GetUniqueElementId(e);return t?i.__cache[n]&&null!=i.__cache[n][t]?i.__cache[n][t]:o(e).data(t):i.__cache[n]},i.RemoveData=function(e){var t=i.GetUniqueElementId(e);null!=i.__cache[t]&&delete i.__cache[t],e.removeAttribute("data-select2-id")},i}),e.define("select2/results",["jquery","./utils"],function(h,f){function r(e,t,n){this.$element=e,this.data=n,this.options=t,r.__super__.constructor.call(this)}return f.Extend(r,f.Observable),r.prototype.render=function(){var e=h('<ul class="select2-results__options" role="listbox"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},r.prototype.clear=function(){this.$results.empty()},r.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var n=h('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),r=this.options.get("translations").get(e.message);n.append(t(r(e.args))),n[0].className+=" select2-results__message",this.$results.append(n)},r.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},r.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var r=e.results[n],i=this.option(r);t.push(i)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},r.prototype.position=function(e,t){t.find(".select2-results").append(e)},r.prototype.sort=function(e){return this.options.get("sorter")(e)},r.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},r.prototype.setClasses=function(){var t=this;this.data.current(function(e){var r=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=f.GetData(this,"data"),n=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(n,r)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},r.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},r.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},r.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var n={role:"option","aria-selected":"false"},r=window.Element.prototype.matches||window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector;for(var i in(null!=e.element&&r.call(e.element,":disabled")||null==e.element&&e.disabled)&&(delete n["aria-selected"],n["aria-disabled"]="true"),null==e.id&&delete n["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(n.role="group",n["aria-label"]=e.text,delete n["aria-selected"]),n){var o=n[i];t.setAttribute(i,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group";h(a);this.template(e,a);for(var l=[],c=0;c<e.children.length;c++){var u=e.children[c],d=this.option(u);l.push(d)}var p=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});p.append(l),s.append(a),s.append(p)}else this.template(e,t);return f.StoreData(t,"data",e),t},r.prototype.bind=function(t,e){var l=this,n=t.id+"-results";this.$results.attr("id",n),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.options.get("scrollAfterSelect")&&l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=f.GetData(e[0],"data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e);if(!(n<=0)){var r=n-1;0===e.length&&(r=0);var i=t.eq(r);i.trigger("mouseenter");var o=l.$results.offset().top,s=i.offset().top,a=l.$results.scrollTop()+(s-o);0===r?l.$results.scrollTop(0):s-o<0&&l.$results.scrollTop(a)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var r=t.eq(n);r.trigger("mouseenter");var i=l.$results.offset().top+l.$results.outerHeight(!1),o=r.offset().top+r.outerHeight(!1),s=l.$results.scrollTop()+o-i;0===n?l.$results.scrollTop(0):i<o&&l.$results.scrollTop(s)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),n=l.$results.get(0).scrollHeight-t+e.deltaY,r=0<e.deltaY&&t-e.deltaY<=0,i=e.deltaY<0&&n<=l.$results.height();r?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):i&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),n=f.GetData(this,"data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:n}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:n}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=f.GetData(this,"data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},r.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},r.prototype.destroy=function(){this.$results.remove()},r.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),n=this.$results.offset().top,r=e.offset().top,i=this.$results.scrollTop()+(r-n),o=r-n;i-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(o>this.$results.outerHeight()||o<0)&&this.$results.scrollTop(i)}},r.prototype.template=function(e,t){var n=this.options.get("templateResult"),r=this.options.get("escapeMarkup"),i=n(e,t);null==i?t.style.display="none":"string"==typeof i?t.innerHTML=r(i):h(t).append(i)},r}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(n,r,i){function o(e,t){this.$element=e,this.options=t,o.__super__.constructor.call(this)}return r.Extend(o,r.Observable),o.prototype.render=function(){var e=n('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=r.GetData(this.$element[0],"old-tabindex")?this._tabindex=r.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),e.attr("aria-disabled","false"),this.$selection=e},o.prototype.bind=function(e,t){var n=this,r=e.id+"-results";this.container=e,this.$selection.on("focus",function(e){n.trigger("focus",e)}),this.$selection.on("blur",function(e){n._handleBlur(e)}),this.$selection.on("keydown",function(e){n.trigger("keypress",e),e.which===i.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){n.update(e.data)}),e.on("open",function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",r),n._attachCloseHandler(e)}),e.on("close",function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)}),e.on("enable",function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")}),e.on("disable",function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")})},o.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||n.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},o.prototype._attachCloseHandler=function(e){n(document.body).on("mousedown.select2."+e.id,function(e){var t=n(e.target).closest(".select2");n(".select2.select2-container--open").each(function(){this!=t[0]&&r.GetData(this,"element").select2("close")})})},o.prototype._detachCloseHandler=function(e){n(document.body).off("mousedown.select2."+e.id)},o.prototype.position=function(e,t){t.find(".selection").append(e)},o.prototype.destroy=function(){this._detachCloseHandler(this.container)},o.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},o.prototype.isEnabled=function(){return!this.isDisabled()},o.prototype.isDisabled=function(){return this.options.get("disabled")},o}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,n,r){function i(){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},i.prototype.bind=function(t,e){var n=this;i.__super__.bind.apply(this,arguments);var r=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",r).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",r),this.$selection.on("mousedown",function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||n.$selection.trigger("focus")})},i.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e("<span></span>")},i.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),r=this.display(t,n);n.empty().append(r);var i=t.title||t.text;i?n.attr("title",i):n.removeAttr("title")}else this.clear()},i}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(i,e,l){function n(e,t){n.__super__.constructor.apply(this,arguments)}return l.Extend(n,e),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},n.prototype.bind=function(e,t){var r=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){r.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!r.isDisabled()){var t=i(this).parent(),n=l.GetData(t[0],"data");r.trigger("unselect",{originalEvent:e,data:n})}})},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},n.prototype.selectionContainer=function(){return i('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n<e.length;n++){var r=e[n],i=this.selectionContainer(),o=this.display(r,i);i.append(o);var s=r.title||r.text;s&&i.attr("title",s),l.StoreData(i[0],"data",r),t.push(i)}var a=this.$selection.find(".select2-selection__rendered");l.appendMany(a,t)}},n}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||n)return e.call(this,t);this.clear();var r=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(r)},t}),e.define("select2/selection/allowClear",["jquery","../keys","../utils"],function(i,r,a){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){r._handleClear(e)}),t.on("keypress",function(e){r._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var r=a.GetData(n[0],"data"),i=this.$element.val();this.$element.val(this.placeholder.id);var o={data:r};if(this.trigger("clear",o),o.prevented)this.$element.val(i);else{for(var s=0;s<r.length;s++)if(o={data:r[s]},this.trigger("unselect",o),o.prevented)return void this.$element.val(i);this.$element.trigger("input").trigger("change"),this.trigger("toggle",{})}}}},e.prototype._handleKeyboardClear=function(e,t,n){n.isOpen()||t.which!=r.DELETE&&t.which!=r.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var n=this.options.get("translations").get("removeAllItems"),r=i('<span class="select2-selection__clear" title="'+n()+'">×</span>');a.StoreData(r[0],"data",t),this.$selection.find(".select2-selection__rendered").prepend(r)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(r,a,l){function e(e,t,n){e.call(this,t,n)}return e.prototype.render=function(e){var t=r('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var n=e.call(this);return this._transferTabIndex(),n},e.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),t.on("open",function(){r.$search.attr("aria-controls",i),r.$search.trigger("focus")}),t.on("close",function(){r.$search.val(""),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.trigger("focus")}),t.on("enable",function(){r.$search.prop("disabled",!1),r._transferTabIndex()}),t.on("disable",function(){r.$search.prop("disabled",!0)}),t.on("focus",function(e){r.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){r.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){r._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented(),e.which===l.BACKSPACE&&""===r.$search.val()){var t=r.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var n=a.GetData(t[0],"data");r.searchRemoveChoice(n),e.preventDefault()}}}),this.$selection.on("click",".select2-search--inline",function(e){r.$search.val()&&e.stopPropagation()});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?r.$selection.off("input.search input.searchcheck"):r.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)r.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=l.SHIFT&&t!=l.CTRL&&t!=l.ALT&&t!=l.TAB&&r.handleSearch(e)}})},e.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},e.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},e.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.trigger("focus")},e.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},e.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},e.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").width():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},e}),e.define("select2/selection/eventRelay",["jquery"],function(s){function e(){}return e.prototype.bind=function(e,t,n){var r=this,i=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],o=["opening","closing","selecting","unselecting","clearing"];e.call(this,t,n),t.on("*",function(e,t){if(-1!==s.inArray(e,i)){t=t||{};var n=s.Event("select2:"+e,{params:t});r.$element.trigger(n),-1!==s.inArray(e,o)&&(t.prevented=n.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,n){function r(e){this.dict=e||{}}return r.prototype.all=function(){return this.dict},r.prototype.get=function(e){return this.dict[e]},r.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},r._cache={},r.loadPath=function(e){if(!(e in r._cache)){var t=n(e);r._cache[e]=t}return new r(r._cache[e])},r}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}}),e.define("select2/data/base",["../utils"],function(r){function n(e,t){n.__super__.constructor.call(this)}return r.Extend(n,r.Observable),n.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},n.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},n.prototype.bind=function(e,t){},n.prototype.destroy=function(){},n.prototype.generateResultId=function(e,t){var n=e.id+"-result-";return n+=r.generateChars(4),null!=t.id?n+="-"+t.id.toString():n+="-"+r.generateChars(4),n},n}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,a,l){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return a.Extend(n,e),n.prototype.current=function(e){var n=[],r=this;this.$element.find(":selected").each(function(){var e=l(this),t=r.item(e);n.push(t)}),e(n)},n.prototype.select=function(i){var o=this;if(i.selected=!0,l(i.element).is("option"))return i.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(i=[i]).push.apply(i,e);for(var n=0;n<i.length;n++){var r=i[n].id;-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")});else{var e=i.id;this.$element.val(e),this.$element.trigger("input").trigger("change")}},n.prototype.unselect=function(i){var o=this;if(this.$element.prop("multiple")){if(i.selected=!1,l(i.element).is("option"))return i.element.selected=!1,void this.$element.trigger("input").trigger("change");this.current(function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n].id;r!==i.id&&-1===l.inArray(r,t)&&t.push(r)}o.$element.val(t),o.$element.trigger("input").trigger("change")})}},n.prototype.bind=function(e,t){var n=this;(this.container=e).on("select",function(e){n.select(e.data)}),e.on("unselect",function(e){n.unselect(e.data)})},n.prototype.destroy=function(){this.$element.find("*").each(function(){a.RemoveData(this)})},n.prototype.query=function(r,e){var i=[],o=this;this.$element.children().each(function(){var e=l(this);if(e.is("option")||e.is("optgroup")){var t=o.item(e),n=o.matches(r,t);null!==n&&i.push(n)}}),e({results:i})},n.prototype.addOptions=function(e){a.appendMany(this.$element,e)},n.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var n=l(t),r=this._normalizeItem(e);return r.element=t,a.StoreData(t,"data",r),n},n.prototype.item=function(e){var t={};if(null!=(t=a.GetData(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var n=e.children("option"),r=[],i=0;i<n.length;i++){var o=l(n[i]),s=this.item(o);r.push(s)}t.children=r}return(t=this._normalizeItem(t)).element=e[0],a.StoreData(e[0],"data",t),t},n.prototype._normalizeItem=function(e){e!==Object(e)&&(e={id:e,text:e});return null!=(e=l.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),l.extend({},{selected:!1,disabled:!1},e)},n.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},n}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,g){function r(e,t){this._dataToConvert=t.get("data")||[],r.__super__.constructor.call(this,e,t)}return f.Extend(r,e),r.prototype.bind=function(e,t){r.__super__.bind.call(this,e,t),this.addOptions(this.convertToOptions(this._dataToConvert))},r.prototype.select=function(n){var e=this.$element.find("option").filter(function(e,t){return t.value==n.id.toString()});0===e.length&&(e=this.option(n),this.addOptions(e)),r.__super__.select.call(this,n)},r.prototype.convertToOptions=function(e){var t=this,n=this.$element.find("option"),r=n.map(function(){return t.item(g(this)).id}).get(),i=[];function o(e){return function(){return g(this).val()==e.id}}for(var s=0;s<e.length;s++){var a=this._normalizeItem(e[s]);if(0<=g.inArray(a.id,r)){var l=n.filter(o(a)),c=this.item(l),u=g.extend(!0,{},a,c),d=this.option(u);l.replaceWith(d)}else{var p=this.option(a);if(a.children){var h=this.convertToOptions(a.children);f.appendMany(p,h)}i.push(p)}}return i},r}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,o){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return o.extend({},e,{q:e.term})},transport:function(e,t,n){var r=o.ajax(e);return r.then(t),r.fail(n),r}};return o.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(n,r){var i=this;null!=this._request&&(o.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=o.extend({type:"GET"},this.ajaxOptions);function e(){var e=t.transport(t,function(e){var t=i.processResults(e,n);i.options.get("debug")&&window.console&&console.error&&(t&&t.results&&o.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),r(t)},function(){"status"in e&&(0===e.status||"0"===e.status)||i.trigger("results:message",{message:"errorLoading"})});i._request=e}"function"==typeof t.url&&(t.url=t.url.call(this.$element,n)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,n)),this.ajaxOptions.delay&&null!=n.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},n}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,n){var r=n.get("tags"),i=n.get("createTag");void 0!==i&&(this.createTag=i);var o=n.get("insertTag");if(void 0!==o&&(this.insertTag=o),e.call(this,t,n),u.isArray(r))for(var s=0;s<r.length;s++){var a=r[s],l=this._normalizeItem(a),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,n){for(var r=t.results,i=0;i<r.length;i++){var o=r[i],s=null!=o.children&&!e({results:o.children},!0);if((o.text||"").toUpperCase()===(c.term||"").toUpperCase()||s)return!n&&(t.data=r,void u(t))}if(n)return!0;var a=d.createTag(c);if(null!=a){var l=d.option(a);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(r,a)}t.results=r,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var n=u.trim(t.term);return""===n?null:{id:n,text:n}},e.prototype.insertTag=function(e,t,n){t.unshift(n)},e.prototype._removeOldTags=function(e){this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,n){var r=n.get("tokenizer");void 0!==r&&(this.tokenizer=r),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},e.prototype.query=function(e,t,n){var r=this;t.term=t.term||"";var i=this.tokenizer(t,this.options,function(e){var t=r._normalizeItem(e);if(!r.$element.find("option").filter(function(){return d(this).val()===t.id}).length){var n=r.option(t);n.attr("data-select2-tag",!0),r._removeOldTags(),r.addOptions([n])}!function(e){r.trigger("select",{data:e})}(t)});i.term!==t.term&&(this.$search.length&&(this.$search.val(i.term),this.$search.trigger("focus")),t.term=i.term),e.call(this,t,n)},e.prototype.tokenizer=function(e,t,n,r){for(var i=n.get("tokenSeparators")||[],o=t.term,s=0,a=this.createTag||function(e){return{id:e.term,text:e.term}};s<o.length;){var l=o[s];if(-1!==d.inArray(l,i)){var c=o.substr(0,s),u=a(d.extend({},t,{term:c}));null!=u?(r(u),o=o.substr(s+1)||"",s=0):s++}else s++}return{term:o}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(){r._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var r=this;this._checkIfMaximumSelected(function(){e.call(r,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var r=this;this.current(function(e){var t=null!=e?e.length:0;0<r.maximumSelectionLength&&t>=r.maximumSelectionLength?r.trigger("results:message",{message:"maximumSelected",args:{maximum:r.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),n=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list" /></span>');return this.$searchContainer=n,this.$search=n.find("input"),t.prepend(n),t},t.prototype.bind=function(e,t,n){var r=this,i=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){r.trigger("keypress",e),r._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){r.handleSearch(e)}),t.on("open",function(){r.$search.attr("tabindex",0),r.$search.attr("aria-controls",i),r.$search.trigger("focus"),window.setTimeout(function(){r.$search.trigger("focus")},0)}),t.on("close",function(){r.$search.attr("tabindex",-1),r.$search.removeAttr("aria-controls"),r.$search.removeAttr("aria-activedescendant"),r.$search.val(""),r.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||r.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(r.showSearch(e)?r.$searchContainer.removeClass("select2-search--hide"):r.$searchContainer.addClass("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?r.$search.attr("aria-activedescendant",e.data._resultId):r.$search.removeAttr("aria-activedescendant")})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,r){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,r)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),r=t.length-1;0<=r;r--){var i=t[r];this.placeholder.id===i.id&&n.splice(r,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,r){this.lastParams={},e.call(this,t,n,r),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("query",function(e){r.lastParams=e,r.loading=!0}),t.on("query:append",function(e){r.lastParams=e,r.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("open",function(){r._showDropdown(),r._attachPositioningHandler(t),r._bindContainerResultHandlers(t)}),t.on("close",function(){r._hideDropdown(),r._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f("<span></span>"),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,r="scroll.select2."+t.id,i="resize.select2."+t.id,o="orientationchange.select2."+t.id,s=this.$container.parents().filter(a.hasScroll);s.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),s.on(r,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(r+" "+i+" "+o,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,r="resize.select2."+t.id,i="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+r+" "+i)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),r=null,i=this.$container.offset();i.bottom=i.top+this.$container.outerHeight(!1);var o={height:this.$container.outerHeight(!1)};o.top=i.top,o.bottom=i.top+o.height;var s=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=a<i.top-s,u=l>i.bottom+s,d={left:i.left,top:o.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(r="below"),u||!c||t?!c&&u&&t&&(r="below"):r="above",("above"==r||t&&"below"!==r)&&(d.top=o.top-h.top-s),null!=r&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+r),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+r)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,r){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,r)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,r=0;r<t.length;r++){var i=t[r];i.children?n+=e(i.children):n++}return n}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",["../utils"],function(o){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("close",function(e){r._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var r=this.getHighlightedResults();if(!(r.length<1)){var i=o.GetData(r[0],"data");null!=i.element&&i.element.selected||null==i.element&&i.selected||this.trigger("select",{data:i})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,n){var r=this;e.call(this,t,n),t.on("select",function(e){r._selectTriggered(e)}),t.on("unselect",function(e){r._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&(n.ctrlKey||n.metaKey)||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(c,u,d,p,h,f,g,m,v,y,s,t,_,$,b,w,A,x,D,S,E,C,O,T,q,L,I,j,e){function n(){this.reset()}return n.prototype.apply=function(e){if(null==(e=c.extend(!0,{},this.defaults,e)).dataAdapter){if(null!=e.ajax?e.dataAdapter=b:null!=e.data?e.dataAdapter=$:e.dataAdapter=_,0<e.minimumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,x)),0<e.maximumInputLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,D)),0<e.maximumSelectionLength&&(e.dataAdapter=y.Decorate(e.dataAdapter,S)),e.tags&&(e.dataAdapter=y.Decorate(e.dataAdapter,w)),null==e.tokenSeparators&&null==e.tokenizer||(e.dataAdapter=y.Decorate(e.dataAdapter,A)),null!=e.query){var t=u(e.amdBase+"compat/query");e.dataAdapter=y.Decorate(e.dataAdapter,t)}if(null!=e.initSelection){var n=u(e.amdBase+"compat/initSelection");e.dataAdapter=y.Decorate(e.dataAdapter,n)}}if(null==e.resultsAdapter&&(e.resultsAdapter=d,null!=e.ajax&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,T)),null!=e.placeholder&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,O)),e.selectOnClose&&(e.resultsAdapter=y.Decorate(e.resultsAdapter,I))),null==e.dropdownAdapter){if(e.multiple)e.dropdownAdapter=E;else{var r=y.Decorate(E,C);e.dropdownAdapter=r}if(0!==e.minimumResultsForSearch&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,L)),e.closeOnSelect&&(e.dropdownAdapter=y.Decorate(e.dropdownAdapter,j)),null!=e.dropdownCssClass||null!=e.dropdownCss||null!=e.adaptDropdownCssClass){var i=u(e.amdBase+"compat/dropdownCss");e.dropdownAdapter=y.Decorate(e.dropdownAdapter,i)}e.dropdownAdapter=y.Decorate(e.dropdownAdapter,q)}if(null==e.selectionAdapter){if(e.multiple?e.selectionAdapter=h:e.selectionAdapter=p,null!=e.placeholder&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,f)),e.allowClear&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,g)),e.multiple&&(e.selectionAdapter=y.Decorate(e.selectionAdapter,m)),null!=e.containerCssClass||null!=e.containerCss||null!=e.adaptContainerCssClass){var o=u(e.amdBase+"compat/containerCss");e.selectionAdapter=y.Decorate(e.selectionAdapter,o)}e.selectionAdapter=y.Decorate(e.selectionAdapter,v)}e.language=this._resolveLanguage(e.language),e.language.push("en");for(var s=[],a=0;a<e.language.length;a++){var l=e.language[a];-1===s.indexOf(l)&&s.push(l)}return e.language=s,e.translations=this._processTranslations(e.language,e.debug),e},n.prototype.reset=function(){function a(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:y.escapeMarkup,language:{},matcher:function e(t,n){if(""===c.trim(t.term))return n;if(n.children&&0<n.children.length){for(var r=c.extend(!0,{},n),i=n.children.length-1;0<=i;i--)null==e(t,n.children[i])&&r.children.splice(i,1);return 0<r.children.length?r:e(t,r)}var o=a(n.text).toUpperCase(),s=a(t.term).toUpperCase();return-1<o.indexOf(s)?n:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},n.prototype.applyFromElement=function(e,t){var n=e.language,r=this.defaults.language,i=t.prop("lang"),o=t.closest("[lang]").prop("lang"),s=Array.prototype.concat.call(this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(r),this._resolveLanguage(o));return e.language=s,e},n.prototype._resolveLanguage=function(e){if(!e)return[];if(c.isEmptyObject(e))return[];if(c.isPlainObject(e))return[e];var t;t=c.isArray(e)?e:[e];for(var n=[],r=0;r<t.length;r++)if(n.push(t[r]),"string"==typeof t[r]&&0<t[r].indexOf("-")){var i=t[r].split("-")[0];n.push(i)}return n},n.prototype._processTranslations=function(e,t){for(var n=new s,r=0;r<e.length;r++){var i=new s,o=e[r];if("string"==typeof o)try{i=s.loadPath(o)}catch(e){try{o=this.defaults.amdLanguageBase+o,i=s.loadPath(o)}catch(e){t&&window.console&&console.warn&&console.warn('Select2: The language file for "'+o+'" could not be automatically loaded. A fallback will be used instead.')}}else i=c.isPlainObject(o)?new s(o):o;n.extend(i)}return n},n.prototype.set=function(e,t){var n={};n[c.camelCase(e)]=t;var r=y._convertData(n);c.extend(!0,this.defaults,r)},new n}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(r,d,i,p){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),null!=t&&(this.options=i.applyFromElement(this.options,t)),this.options=i.apply(this.options),t&&t.is("input")){var n=r(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=p.Decorate(this.options.dataAdapter,n)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),p.GetData(e[0],"select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),p.StoreData(e[0],"data",p.GetData(e[0],"select2Tags")),p.StoreData(e[0],"tags",!0)),p.GetData(e[0],"ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",p.GetData(e[0],"ajaxUrl")),p.StoreData(e[0],"ajax-Url",p.GetData(e[0],"ajaxUrl")));var n={};function r(e,t){return t.toUpperCase()}for(var i=0;i<e[0].attributes.length;i++){var o=e[0].attributes[i].name,s="data-";if(o.substr(0,s.length)==s){var a=o.substring(s.length),l=p.GetData(e[0],a);n[a.replace(/-([a-z])/g,r)]=l}}d.fn.jquery&&"1."==d.fn.jquery.substr(0,2)&&e[0].dataset&&(n=d.extend(!0,{},e[0].dataset,n));var c=d.extend(!0,{},p.GetData(e[0]),n);for(var u in c=p._convertData(c))-1<d.inArray(u,t)||(d.isPlainObject(this.options[u])?d.extend(this.options[u],c[u]):this.options[u]=c[u]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,u,r){var d=function(e,t){null!=u.GetData(e[0],"select2")&&u.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),d.__super__.constructor.call(this);var n=e.attr("tabindex")||0;u.StoreData(e[0],"old-tabindex",n),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var i=this.render();this._placeContainer(i);var o=this.options.get("selectionAdapter");this.selection=new o(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,i);var s=this.options.get("dropdownAdapter");this.dropdown=new s(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,i);var a=this.options.get("resultsAdapter");this.results=new a(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),u.StoreData(e[0],"select2",this),e.data("select2",this)};return u.Extend(d,u.Observable),d.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+u.generateChars(2):u.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},d.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},d.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var r=this._resolveWidth(e,"style");return null!=r?r:this._resolveWidth(e,"element")}if("element"==t){var i=e.outerWidth(!1);return i<=0?"auto":i+"px"}if("style"!=t)return"computedstyle"!=t?t:window.getComputedStyle(e[0]).width;var o=e.attr("style");if("string"!=typeof o)return null;for(var s=o.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&1<=c.length)return c[1]}return null},d.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},d.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=u.bind(this._syncAttributes,this),this._syncS=u.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){t._syncA(),t._syncS(null,e)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},d.prototype._registerDataEvents=function(){var n=this;this.dataAdapter.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerSelectionEvents=function(){var n=this,r=["toggle","focus"];this.selection.on("toggle",function(){n.toggleDropdown()}),this.selection.on("focus",function(e){n.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,r)&&n.trigger(e,t)})},d.prototype._registerDropdownEvents=function(){var n=this;this.dropdown.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerResultsEvents=function(){var n=this;this.results.on("*",function(e,t){n.trigger(e,t)})},d.prototype._registerEvents=function(){var n=this;this.on("open",function(){n.$container.addClass("select2-container--open")}),this.on("close",function(){n.$container.removeClass("select2-container--open")}),this.on("enable",function(){n.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){n.$container.addClass("select2-container--disabled")}),this.on("blur",function(){n.$container.removeClass("select2-container--focus")}),this.on("query",function(t){n.isOpen()||n.trigger("open",{}),this.dataAdapter.query(t,function(e){n.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){n.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;n.isOpen()?t===r.ESC||t===r.TAB||t===r.UP&&e.altKey?(n.close(e),e.preventDefault()):t===r.ENTER?(n.trigger("results:select",{}),e.preventDefault()):t===r.SPACE&&e.ctrlKey?(n.trigger("results:toggle",{}),e.preventDefault()):t===r.UP?(n.trigger("results:previous",{}),e.preventDefault()):t===r.DOWN&&(n.trigger("results:next",{}),e.preventDefault()):(t===r.ENTER||t===r.SPACE||t===r.DOWN&&e.altKey)&&(n.open(),e.preventDefault())})},d.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},d.prototype._isChangeMutation=function(e,t){var n=!1,r=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var i=0;i<t.addedNodes.length;i++){t.addedNodes[i].selected&&(n=!0)}else t.removedNodes&&0<t.removedNodes.length?n=!0:o.isArray(t)&&o.each(t,function(e,t){if(r._isChangeMutation(e,t))return!(n=!0)});else n=!0;return n}},d.prototype._syncSubtree=function(e,t){var n=this._isChangeMutation(e,t),r=this;n&&this.dataAdapter.current(function(e){r.trigger("selection:update",{data:e})})},d.prototype.trigger=function(e,t){var n=d.__super__.trigger,r={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in r){var i=r[e],o={prevented:!1,name:e,args:t};if(n.call(this,i,o),o.prevented)return void(t.prevented=!0)}n.call(this,e,t)},d.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},d.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},d.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},d.prototype.isEnabled=function(){return!this.isDisabled()},d.prototype.isDisabled=function(){return this.options.get("disabled")},d.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},d.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},d.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},d.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},d.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},d.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("input").trigger("change")},d.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",u.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),u.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},d.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(i,e,o,t,s){if(null==i.fn.select2){var a=["open","close","destroy"];i.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=i.extend(!0,{},t);new o(i(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,r=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,r)}),-1<i.inArray(t,a)?this:n}}return null==i.fn.select2.defaults&&(i.fn.select2.defaults=t),o}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return u.fn.select2.amd=e,t});
|
|
|
|
gadwp.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://exactmetrics.com
|
5 |
* Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
|
6 |
* Author: ExactMetrics
|
7 |
-
* Version: 6.
|
8 |
* Requires at least: 3.8.0
|
9 |
* Requires PHP: 5.2
|
10 |
* Author URI: https://exactmetrics.com
|
@@ -44,7 +44,7 @@ final class ExactMetrics_Lite {
|
|
44 |
* @access public
|
45 |
* @var string $version Plugin version.
|
46 |
*/
|
47 |
-
public $version = '6.
|
48 |
|
49 |
/**
|
50 |
* Plugin file.
|
@@ -200,7 +200,7 @@ final class ExactMetrics_Lite {
|
|
200 |
|
201 |
// This does the version to version background upgrade routines and initial install
|
202 |
$em_version = get_option( 'exactmetrics_current_version', '5.5.3' );
|
203 |
-
if ( version_compare( $em_version, '6.
|
204 |
exactmetrics_lite_call_install_and_upgrade();
|
205 |
}
|
206 |
|
@@ -530,6 +530,7 @@ final class ExactMetrics_Lite {
|
|
530 |
// Notifications class.
|
531 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notifications.php';
|
532 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notification-event.php';
|
|
|
533 |
// Add notification manual events for lite version.
|
534 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notifications/notification-events.php';
|
535 |
}
|
4 |
* Plugin URI: https://exactmetrics.com
|
5 |
* Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
|
6 |
* Author: ExactMetrics
|
7 |
+
* Version: 6.4.0
|
8 |
* Requires at least: 3.8.0
|
9 |
* Requires PHP: 5.2
|
10 |
* Author URI: https://exactmetrics.com
|
44 |
* @access public
|
45 |
* @var string $version Plugin version.
|
46 |
*/
|
47 |
+
public $version = '6.4.0';
|
48 |
|
49 |
/**
|
50 |
* Plugin file.
|
200 |
|
201 |
// This does the version to version background upgrade routines and initial install
|
202 |
$em_version = get_option( 'exactmetrics_current_version', '5.5.3' );
|
203 |
+
if ( version_compare( $em_version, '6.4.0', '<' ) ) {
|
204 |
exactmetrics_lite_call_install_and_upgrade();
|
205 |
}
|
206 |
|
530 |
// Notifications class.
|
531 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notifications.php';
|
532 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notification-event.php';
|
533 |
+
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notification-event-runner.php';
|
534 |
// Add notification manual events for lite version.
|
535 |
require_once EXACTMETRICS_PLUGIN_DIR . 'includes/admin/notifications/notification-events.php';
|
536 |
}
|
includes/admin/common.php
CHANGED
@@ -805,267 +805,6 @@ function exactmetrics_remove_unnecessary_footer_hooks() {
|
|
805 |
|
806 |
add_action( 'admin_head', 'exactmetrics_remove_unnecessary_footer_hooks', 15 );
|
807 |
|
808 |
-
/**
|
809 |
-
* Display dismissable admin pointer for year in review 2019 report
|
810 |
-
*
|
811 |
-
*/
|
812 |
-
function exactmetrics_yearinreview_admin_menu_tooltip() {
|
813 |
-
|
814 |
-
$dismiss_tooltip = get_option( 'exactmetrics_yearinreview_dismiss_admin_tooltip', false );
|
815 |
-
$activated = get_option( 'exactmetrics_over_time', array() );
|
816 |
-
$ua_code = exactmetrics_get_ua();
|
817 |
-
$dashboards_disabled = exactmetrics_get_option( 'dashboards_disabled', false );
|
818 |
-
|
819 |
-
if ( $dashboards_disabled ) {
|
820 |
-
return;
|
821 |
-
}
|
822 |
-
|
823 |
-
if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
|
824 |
-
return;
|
825 |
-
}
|
826 |
-
|
827 |
-
if ( exactmetrics_is_reports_page() || exactmetrics_is_settings_page() ) {
|
828 |
-
// Don't show on MI pages.
|
829 |
-
return;
|
830 |
-
}
|
831 |
-
|
832 |
-
// equivalent to: 01/01/2020 @ 12:00am (UTC)
|
833 |
-
$new_year = '1577836800';
|
834 |
-
|
835 |
-
// equivalent to: 01/02/2020 @ 12:00am (UTC)
|
836 |
-
$start_time = '1577923200';
|
837 |
-
|
838 |
-
// equivalent to: 01/13/2020 @ 12:00am (UTC)
|
839 |
-
$end_time = '1578873600';
|
840 |
-
|
841 |
-
if ( $dismiss_tooltip ) {
|
842 |
-
return;
|
843 |
-
}
|
844 |
-
|
845 |
-
// don't show before January 02, 2020
|
846 |
-
if ( $start_time > time() ) {
|
847 |
-
return;
|
848 |
-
}
|
849 |
-
|
850 |
-
// don't show after January 13, 2020
|
851 |
-
if ( $end_time < time() ) {
|
852 |
-
return;
|
853 |
-
}
|
854 |
-
|
855 |
-
if ( empty( $activated['connected_date'] ) || ( $activated['connected_date'] > $new_year ) || empty( $ua_code ) ) {
|
856 |
-
return;
|
857 |
-
}
|
858 |
-
|
859 |
-
// remove lite upsell
|
860 |
-
remove_action( 'adminmenu', 'exactmetrics_get_admin_menu_tooltip' );
|
861 |
-
|
862 |
-
$url = admin_url( 'admin.php?page=exactmetrics_reports#/year-in-review' );
|
863 |
-
?>
|
864 |
-
<div id="exactmetrics-yearinreview-admin-menu-tooltip" class="exactmetrics-yearinreview-admin-menu-tooltip-hide">
|
865 |
-
<div class="exactmetrics-yearinreview-admin-menu-tooltip-header">
|
866 |
-
<span class="exactmetrics-yearinreview-admin-menu-tooltip-icon">
|
867 |
-
<span class="dashicons dashicons-megaphone"></span>
|
868 |
-
</span>
|
869 |
-
<?php esc_html_e( 'Your 2019 Analytics Report', 'google-analytics-dashboard-for-wp' ); ?>
|
870 |
-
<a href="#" class="exactmetrics-yearinreview-admin-menu-tooltip-close">
|
871 |
-
<span class="dashicons dashicons-dismiss"></span>
|
872 |
-
</a>
|
873 |
-
</div>
|
874 |
-
<div class="exactmetrics-yearinreview-admin-menu-tooltip-content">
|
875 |
-
<strong><?php esc_html_e( 'See how your website performed this year and find tips along the way to help grow even more in 2020!', 'google-analytics-dashboard-for-wp' ); ?></strong>
|
876 |
-
<p>
|
877 |
-
<a href="<?php echo esc_url( $url ); ?>" class="button button-primary exactmetrics-yearinreview-admin-menu-tooltip-btn-link">
|
878 |
-
<?php esc_html_e( 'View 2019 Year in Review report!', 'google-analytics-dashboard-for-wp' ); ?>
|
879 |
-
</a>
|
880 |
-
</p>
|
881 |
-
</div>
|
882 |
-
</div>
|
883 |
-
<style type="text/css">
|
884 |
-
#exactmetrics-yearinreview-admin-menu-tooltip {
|
885 |
-
position: absolute;
|
886 |
-
left: 100%;
|
887 |
-
top: 100%;
|
888 |
-
background: #fff;
|
889 |
-
margin-left: 16px;
|
890 |
-
width: 350px;
|
891 |
-
box-shadow: 0px 4px 7px 0px #ccc;
|
892 |
-
}
|
893 |
-
|
894 |
-
#exactmetrics-yearinreview-admin-menu-tooltip:before {
|
895 |
-
content: '';
|
896 |
-
width: 0;
|
897 |
-
height: 0;
|
898 |
-
border-style: solid;
|
899 |
-
border-width: 12px 12px 12px 0;
|
900 |
-
border-color: transparent #fff transparent transparent;
|
901 |
-
position: absolute;
|
902 |
-
right: 100%;
|
903 |
-
top: 130px;
|
904 |
-
z-index: 10;
|
905 |
-
}
|
906 |
-
|
907 |
-
#exactmetrics-yearinreview-admin-menu-tooltip:after {
|
908 |
-
content: '';
|
909 |
-
width: 0;
|
910 |
-
height: 0;
|
911 |
-
border-style: solid;
|
912 |
-
border-width: 13px 13px 13px 0;
|
913 |
-
border-color: transparent #ccc transparent transparent;
|
914 |
-
position: absolute;
|
915 |
-
right: 100%;
|
916 |
-
margin-left: -1px;
|
917 |
-
top: 129px;
|
918 |
-
z-index: 5;
|
919 |
-
}
|
920 |
-
|
921 |
-
#exactmetrics-yearinreview-admin-menu-tooltip.exactmetrics-yearinreview-tooltip-arrow-top:before {
|
922 |
-
top: 254px;
|
923 |
-
}
|
924 |
-
|
925 |
-
#exactmetrics-yearinreview-admin-menu-tooltip.exactmetrics-yearinreview-tooltip-arrow-top:after {
|
926 |
-
top: 253px;
|
927 |
-
}
|
928 |
-
|
929 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-header {
|
930 |
-
background: #03a0d2;
|
931 |
-
padding: 5px 12px;
|
932 |
-
font-size: 14px;
|
933 |
-
font-weight: 700;
|
934 |
-
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
|
935 |
-
color: #fff;
|
936 |
-
line-height: 1.6;
|
937 |
-
}
|
938 |
-
|
939 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-icon {
|
940 |
-
background: #fff;
|
941 |
-
border-radius: 50%;
|
942 |
-
width: 28px;
|
943 |
-
height: 25px;
|
944 |
-
display: inline-block;
|
945 |
-
color: #03a0d2;
|
946 |
-
text-align: center;
|
947 |
-
padding: 3px 0 0;
|
948 |
-
margin-right: 6px;
|
949 |
-
}
|
950 |
-
|
951 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-hide {
|
952 |
-
display: none;
|
953 |
-
}
|
954 |
-
|
955 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-content {
|
956 |
-
padding: 20px 15px 7px;
|
957 |
-
}
|
958 |
-
|
959 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-content strong {
|
960 |
-
font-size: 14px;
|
961 |
-
}
|
962 |
-
|
963 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-content p strong {
|
964 |
-
font-size: 13px;
|
965 |
-
}
|
966 |
-
|
967 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-close {
|
968 |
-
color: #fff;
|
969 |
-
text-decoration: none;
|
970 |
-
position: absolute;
|
971 |
-
right: 10px;
|
972 |
-
top: 12px;
|
973 |
-
display: block;
|
974 |
-
}
|
975 |
-
|
976 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-close:hover {
|
977 |
-
color: #fff;
|
978 |
-
text-decoration: none;
|
979 |
-
}
|
980 |
-
|
981 |
-
.exactmetrics-yearinreview-admin-menu-tooltip-close .dashicons {
|
982 |
-
font-size: 14px;
|
983 |
-
}
|
984 |
-
|
985 |
-
@media ( max-width: 782px ) {
|
986 |
-
#exactmetrics-yearinreview-admin-menu-tooltip {
|
987 |
-
display: none;
|
988 |
-
}
|
989 |
-
}
|
990 |
-
</style>
|
991 |
-
<script type="text/javascript">
|
992 |
-
if ( 'undefined' !== typeof jQuery ) {
|
993 |
-
jQuery( function ( $ ) {
|
994 |
-
var $tooltip = $( document.getElementById( 'exactmetrics-yearinreview-admin-menu-tooltip' ) );
|
995 |
-
var $menuwrapper = $( document.getElementById( 'adminmenuwrap' ) );
|
996 |
-
var $menuitem = $( document.getElementById( 'toplevel_page_exactmetrics_reports' ) );
|
997 |
-
if ( 0 === $menuitem.length ) {
|
998 |
-
$menuitem = $( document.getElementById( 'toplevel_page_exactmetrics_network' ) );
|
999 |
-
}
|
1000 |
-
|
1001 |
-
if ( $menuitem.length ) {
|
1002 |
-
$menuwrapper.append( $tooltip );
|
1003 |
-
$tooltip.removeClass( 'exactmetrics-yearinreview-admin-menu-tooltip-hide' );
|
1004 |
-
}
|
1005 |
-
|
1006 |
-
function alignTooltip() {
|
1007 |
-
var sticky = $( 'body' ).hasClass( 'sticky-menu' );
|
1008 |
-
|
1009 |
-
var menuitem_pos = $menuitem.position();
|
1010 |
-
var tooltip_top = menuitem_pos.top - 124;
|
1011 |
-
if ( sticky && $( window ).height() > $menuwrapper.height() + 150 ) {
|
1012 |
-
$tooltip.removeClass( 'exactmetrics-yearinreview-tooltip-arrow-top' );
|
1013 |
-
} else {
|
1014 |
-
tooltip_top = menuitem_pos.top - 250;
|
1015 |
-
$tooltip.addClass( 'exactmetrics-yearinreview-tooltip-arrow-top' );
|
1016 |
-
}
|
1017 |
-
// Don't let the tooltip go outside of the screen and make the close button not visible.
|
1018 |
-
if ( tooltip_top < 40 ) {
|
1019 |
-
tooltip_top = 40;
|
1020 |
-
}
|
1021 |
-
$tooltip.css( {
|
1022 |
-
top: tooltip_top + 'px'
|
1023 |
-
} );
|
1024 |
-
}
|
1025 |
-
|
1026 |
-
var $document = $( document );
|
1027 |
-
var timeout = setTimeout( alignTooltip, 10 );
|
1028 |
-
$document.on( 'wp-pin-menu wp-window-resized.pin-menu postboxes-columnchange.pin-menu postbox-toggled.pin-menu wp-collapse-menu.pin-menu wp-scroll-start.pin-menu', function () {
|
1029 |
-
if ( timeout ) {
|
1030 |
-
clearTimeout( timeout );
|
1031 |
-
}
|
1032 |
-
timeout = setTimeout( alignTooltip, 10 );
|
1033 |
-
} );
|
1034 |
-
|
1035 |
-
$( '.exactmetrics-yearinreview-admin-menu-tooltip-btn-link' ).on( 'click', function ( e ) {
|
1036 |
-
hideYearInReviewTooltip();
|
1037 |
-
} );
|
1038 |
-
|
1039 |
-
$( '.exactmetrics-yearinreview-admin-menu-tooltip-close' ).on( 'click', function ( e ) {
|
1040 |
-
e.preventDefault();
|
1041 |
-
hideYearInReviewTooltip();
|
1042 |
-
} );
|
1043 |
-
|
1044 |
-
function hideYearInReviewTooltip() {
|
1045 |
-
$tooltip.addClass( 'exactmetrics-yearinreview-admin-menu-tooltip-hide' );
|
1046 |
-
$.post( ajaxurl, {
|
1047 |
-
action: 'exactmetrics_yearinreview_hide_admin_tooltip',
|
1048 |
-
nonce: '<?php echo esc_js( wp_create_nonce( 'mi-admin-nonce' ) ); ?>',
|
1049 |
-
} );
|
1050 |
-
}
|
1051 |
-
} );
|
1052 |
-
}
|
1053 |
-
</script>
|
1054 |
-
<?php
|
1055 |
-
}
|
1056 |
-
|
1057 |
-
add_action( 'adminmenu', 'exactmetrics_yearinreview_admin_menu_tooltip', 5 );
|
1058 |
-
|
1059 |
-
/**
|
1060 |
-
* Store the time when the year in review tooltip was hidden so it won't show again
|
1061 |
-
*/
|
1062 |
-
function exactmetrics_mark_yearinreview_tooltip_hidden() {
|
1063 |
-
check_ajax_referer( 'mi-admin-nonce', 'nonce' );
|
1064 |
-
update_option( 'exactmetrics_yearinreview_dismiss_admin_tooltip', true );
|
1065 |
-
wp_send_json_success();
|
1066 |
-
}
|
1067 |
-
|
1068 |
-
add_action( 'wp_ajax_exactmetrics_yearinreview_hide_admin_tooltip', 'exactmetrics_mark_yearinreview_tooltip_hidden' );
|
1069 |
|
1070 |
/**
|
1071 |
* Prevent plugins/themes from removing the version number from scripts loaded by our plugin.
|
@@ -1110,3 +849,105 @@ function exactmetrics_get_php_wp_version_warning_data() {
|
|
1110 |
'wp_update_link' => exactmetrics_get_url( 'settings-notice', 'settings-page', 'https://www.exactmetrics.com/docs/update-wordpress/' ),
|
1111 |
);
|
1112 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
805 |
|
806 |
add_action( 'admin_head', 'exactmetrics_remove_unnecessary_footer_hooks', 15 );
|
807 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
808 |
|
809 |
/**
|
810 |
* Prevent plugins/themes from removing the version number from scripts loaded by our plugin.
|
849 |
'wp_update_link' => exactmetrics_get_url( 'settings-notice', 'settings-page', 'https://www.exactmetrics.com/docs/update-wordpress/' ),
|
850 |
);
|
851 |
}
|
852 |
+
|
853 |
+
/**
|
854 |
+
* Check WP and PHP version and add contextual notifications for upgrades.
|
855 |
+
*/
|
856 |
+
function exactmetrics_maybe_add_wp_php_version_notification() {
|
857 |
+
global $wp_version;
|
858 |
+
|
859 |
+
$icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="#FAD1D1"/><path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/></svg>';
|
860 |
+
$needs_php_warning = version_compare( phpversion(), '5.6', '<' );
|
861 |
+
$needs_wp_warning = version_compare( $wp_version, '4.9', '<' );
|
862 |
+
|
863 |
+
if ( $needs_php_warning ) {
|
864 |
+
$notification['id'] = 'upgrade_php_56_notification';
|
865 |
+
$notification['title'] = __( 'ACTION REQUIRED: Your PHP version is putting your site at risk!', 'google-analytics-dashboard-for-wp' );
|
866 |
+
if ( $needs_wp_warning ) {
|
867 |
+
$notification['title'] = __( 'ACTION REQUIRED: Speed your website up 400% with a single email!', 'google-analytics-dashboard-for-wp' );
|
868 |
+
}
|
869 |
+
|
870 |
+
$php_url = exactmetrics_get_url( 'notifications', 'upgrade-php', 'https://www.exactmetrics.com/docs/update-php' );
|
871 |
+
|
872 |
+
$notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
873 |
+
// Translators: Placeholder is for the current PHP version.
|
874 |
+
$notification['content'] = sprintf( esc_html__( 'In the next major release of ExactMetrics we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster).', 'google-analytics-dashboard-for-wp' ), phpversion() ) . "\n\n";
|
875 |
+
|
876 |
+
// Translators: Placeholders add a link to an article.
|
877 |
+
$notification['content'] .= sprintf( esc_html__( 'To ensure ExactMetrics and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s.', 'google-analytics-dashboard-for-wp' ), '<a target="_blank" href="' . $php_url . '">', '</a>' ) . "\n\n";
|
878 |
+
$notification['content'] .= esc_html__( 'Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!', 'google-analytics-dashboard-for-wp' );
|
879 |
+
|
880 |
+
$notification['icon'] = $icon;
|
881 |
+
$notification['btns'] = array(
|
882 |
+
'learn_more' => array(
|
883 |
+
'url' => $php_url,
|
884 |
+
'text' => esc_html__( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
885 |
+
),
|
886 |
+
);
|
887 |
+
|
888 |
+
// Add the notification.
|
889 |
+
ExactMetrics()->notifications->add( $notification );
|
890 |
+
}
|
891 |
+
|
892 |
+
if ( $needs_wp_warning ) {
|
893 |
+
|
894 |
+
$isitwp_url = 'https://www.isitwp.com/upgrading-wordpress-is-easier-than-you-think/?utm_source=exactmetrics&utm_medium=notifications&utm_campaign=upgradewp';
|
895 |
+
$wpbeginner_url = 'https://www.wpbeginner.com/beginners-guide/why-you-should-always-use-the-latest-version-of-wordpress/utm_source=exactmetrics&utm_medium=notifications&utm_campaign=upgradewp';
|
896 |
+
|
897 |
+
$notification['id'] = 'upgrade_wp_49_notification';
|
898 |
+
$notification['title'] = __( 'ACTION REQUIRED: Your WordPress version is putting your site at risk!', 'google-analytics-dashboard-for-wp' );
|
899 |
+
$notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
900 |
+
// Translators: Placeholder is for the current WordPress version.
|
901 |
+
$notification['content'] = sprintf( esc_html__( 'In the next major release of ExactMetrics we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could be missing out on critical updates for performance and security already!', 'google-analytics-dashboard-for-wp' ), $wp_version ) . "\n\n";
|
902 |
+
|
903 |
+
$notification['content'] .= esc_html__( 'The good news: updating WordPress has never been easier and only takes a few moments.', 'google-analytics-dashboard-for-wp' );
|
904 |
+
// Translators: Placeholders add links to articles.
|
905 |
+
$notification['content'] .= sprintf( esc_html__( 'To update, we recommend following this %1$sstep by step guide for updating WordPress%2$s from IsItWP and afterwards check out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner.', 'google-analytics-dashboard-for-wp' ), '<a target="_blank" href="' . $isitwp_url . '">', '</a>', '<a target="_blank" href="' . $wpbeginner_url . '">', '</a>' ) . "\n\n";
|
906 |
+
|
907 |
+
$notification['icon'] = $icon;
|
908 |
+
$notification['btns'] = array(
|
909 |
+
'learn_more' => array(
|
910 |
+
'url' => $isitwp_url,
|
911 |
+
'text' => esc_html__( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
912 |
+
),
|
913 |
+
);
|
914 |
+
|
915 |
+
// Add the notification.
|
916 |
+
ExactMetrics()->notifications->add( $notification );
|
917 |
+
}
|
918 |
+
|
919 |
+
}
|
920 |
+
|
921 |
+
add_action( 'admin_init', 'exactmetrics_maybe_add_wp_php_version_notification' );
|
922 |
+
|
923 |
+
/**
|
924 |
+
* Add notification for Year In Review report for year 2021.
|
925 |
+
*
|
926 |
+
* @since 7.13.2
|
927 |
+
*
|
928 |
+
* @return void
|
929 |
+
*/
|
930 |
+
function exactmetrics_year_in_review_notification() {
|
931 |
+
|
932 |
+
// Check if dates are between Jan 1st 2021 & 13th Jan 2021.
|
933 |
+
if ( exactmetrics_date_is_between( '2021-01-01', '2021-01-14' ) ) {
|
934 |
+
|
935 |
+
$notification['id'] = 'exactmetrics_notification_year_in_review';
|
936 |
+
$notification['type'] = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
937 |
+
$notification['start'] = '2021-01-01';
|
938 |
+
$notification['end'] = '2021-01-14';
|
939 |
+
$notification['title'] = esc_html__( 'View 2020 Year in Review report!', 'google-analytics-dashboard-for-wp' );
|
940 |
+
$notification['content'] = esc_html__( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-dashboard-for-wp' );
|
941 |
+
$notification['btns'] = array(
|
942 |
+
'learn_more' => array(
|
943 |
+
'url' => esc_url( admin_url( 'admin.php?page=exactmetrics_reports#/year-in-review' ) ),
|
944 |
+
'text' => esc_html__( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
945 |
+
),
|
946 |
+
);
|
947 |
+
|
948 |
+
// Add the notification.
|
949 |
+
ExactMetrics()->notifications->add( $notification );
|
950 |
+
}
|
951 |
+
}
|
952 |
+
|
953 |
+
add_action( 'admin_init', 'exactmetrics_year_in_review_notification' );
|
includes/admin/notification-event-runner.php
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Custom runner system for recurring notifications.
|
4 |
+
*
|
5 |
+
* @since 7.14
|
6 |
+
* @author Mircea Sandu
|
7 |
+
* @package ExactMetrics
|
8 |
+
*/
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Class ExactMetrics_Notification_Event_Runner
|
12 |
+
*/
|
13 |
+
class ExactMetrics_Notification_Event_Runner {
|
14 |
+
|
15 |
+
/**
|
16 |
+
* The instance of the current class.
|
17 |
+
*
|
18 |
+
* @var ExactMetrics_Notification_Event_Runner
|
19 |
+
*/
|
20 |
+
private static $instance;
|
21 |
+
|
22 |
+
/**
|
23 |
+
* The static notifications registered.
|
24 |
+
*
|
25 |
+
* @var array
|
26 |
+
*/
|
27 |
+
private static $notifications = array();
|
28 |
+
|
29 |
+
/**
|
30 |
+
* The key used to store in the options table the last run times for notifications.
|
31 |
+
*
|
32 |
+
* @var string
|
33 |
+
*/
|
34 |
+
private $last_run_key = 'exactmetrics_notifications_run';
|
35 |
+
|
36 |
+
/**
|
37 |
+
* This will be populated on demand with the last run timestamps for all the notifications.
|
38 |
+
*
|
39 |
+
* @var array|bool
|
40 |
+
*/
|
41 |
+
private $last_run;
|
42 |
+
|
43 |
+
/**
|
44 |
+
* Only update the option if something changed.
|
45 |
+
*
|
46 |
+
* @var bool
|
47 |
+
*/
|
48 |
+
private $changed = false;
|
49 |
+
|
50 |
+
/**
|
51 |
+
* ExactMetrics_Notification_Event_Runner constructor.
|
52 |
+
*/
|
53 |
+
private function __construct() {
|
54 |
+
add_action( 'wp_ajax_exactmetrics_vue_get_notifications', array( $this, 'maybe_add_notifications' ), 9 );
|
55 |
+
}
|
56 |
+
|
57 |
+
/**
|
58 |
+
* Get the singleton instance.
|
59 |
+
*
|
60 |
+
* @return ExactMetrics_Notification_Event_Runner
|
61 |
+
*/
|
62 |
+
public static function get_instance() {
|
63 |
+
if ( ! isset( self::$instance ) ) {
|
64 |
+
self::$instance = new self();
|
65 |
+
}
|
66 |
+
|
67 |
+
return self::$instance;
|
68 |
+
}
|
69 |
+
|
70 |
+
/**
|
71 |
+
* Get the stored option for the last run times.
|
72 |
+
*
|
73 |
+
* @return false|mixed|void
|
74 |
+
*/
|
75 |
+
public function get_notifications_last_run() {
|
76 |
+
if ( ! isset( $this->last_run ) ) {
|
77 |
+
$this->last_run = get_option( $this->last_run_key );
|
78 |
+
}
|
79 |
+
|
80 |
+
return $this->last_run;
|
81 |
+
}
|
82 |
+
|
83 |
+
/**
|
84 |
+
* Update the last run time with a default of time.
|
85 |
+
*
|
86 |
+
* @param string $notification_id The notification id to update the last run time for.
|
87 |
+
* @param string|int $time The timestamp to store the last run time.
|
88 |
+
*/
|
89 |
+
public function update_last_run( $notification_id, $time = '' ) {
|
90 |
+
if ( empty( $time ) ) {
|
91 |
+
$time = time();
|
92 |
+
}
|
93 |
+
|
94 |
+
$this->last_run[ $notification_id ] = $time;
|
95 |
+
$this->changed = true;
|
96 |
+
}
|
97 |
+
|
98 |
+
/**
|
99 |
+
* Update the option stored in the db with the last run times.
|
100 |
+
*/
|
101 |
+
public function save_last_runs() {
|
102 |
+
if ( $this->changed ) {
|
103 |
+
update_option( $this->last_run_key, $this->last_run );
|
104 |
+
}
|
105 |
+
}
|
106 |
+
|
107 |
+
/**
|
108 |
+
* Loop through notifications and check if they should be added based on the time passed since they were last added.
|
109 |
+
*/
|
110 |
+
public function maybe_add_notifications() {
|
111 |
+
|
112 |
+
if ( ! current_user_can( 'exactmetrics_view_dashboard' ) ) {
|
113 |
+
// No need to try adding the notification if the user can't see it.
|
114 |
+
return;
|
115 |
+
}
|
116 |
+
|
117 |
+
$notifications = $this->get_registered_notifications();
|
118 |
+
$last_runs = $this->get_notifications_last_run();
|
119 |
+
|
120 |
+
// Loop through registered notifications.
|
121 |
+
foreach ( $notifications as $notification ) {
|
122 |
+
/**¬
|
123 |
+
* The notification instance.
|
124 |
+
*
|
125 |
+
* @var ExactMetrics_Notification_Event $notification
|
126 |
+
*/
|
127 |
+
if ( empty( $last_runs[ $notification->notification_id ] ) ) {
|
128 |
+
// If the notification never ran, save current time to show it after the interval.
|
129 |
+
$this->update_last_run( $notification->notification_id );
|
130 |
+
} else {
|
131 |
+
// Has run before so let's check if enough days passed since the last run.
|
132 |
+
$time_since = $last_runs[ $notification->notification_id ] + $notification->notification_interval * DAY_IN_SECONDS;
|
133 |
+
$time_now = time();
|
134 |
+
if ( $time_since < $time_now ) {
|
135 |
+
// Interval passed since it ran so let's add this one.
|
136 |
+
$notification->add_notification();
|
137 |
+
// Update the last run date as right now.
|
138 |
+
$this->update_last_run( $notification->notification_id );
|
139 |
+
// Let's not add multiple notifications at the same time.
|
140 |
+
break;
|
141 |
+
}
|
142 |
+
}
|
143 |
+
}
|
144 |
+
|
145 |
+
// Update the option with the new times.
|
146 |
+
$this->save_last_runs();
|
147 |
+
|
148 |
+
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* Get the static notifications array.
|
152 |
+
*
|
153 |
+
* @return array
|
154 |
+
*/
|
155 |
+
public function get_registered_notifications() {
|
156 |
+
return self::$notifications;
|
157 |
+
}
|
158 |
+
|
159 |
+
/**
|
160 |
+
* Register the notification for running it later.
|
161 |
+
*
|
162 |
+
* @param ExactMetrics_Notification_Event $notification The instance of the notification.
|
163 |
+
*/
|
164 |
+
public function register_notification( $notification ) {
|
165 |
+
|
166 |
+
$notification_id = isset( $notification->notification_id ) ? $notification->notification_id : false;
|
167 |
+
if ( ! empty( $notification_id ) && ! isset( self::$notifications[ $notification_id ] ) ) {
|
168 |
+
self::$notifications[ $notification_id ] = $notification;
|
169 |
+
}
|
170 |
+
|
171 |
+
}
|
172 |
+
|
173 |
+
}
|
174 |
+
|
175 |
+
/**
|
176 |
+
* Get the single instance of the event runner class.
|
177 |
+
*
|
178 |
+
* @return ExactMetrics_Notification_Event_Runner
|
179 |
+
*/
|
180 |
+
function exactmetrics_notification_event_runner() {
|
181 |
+
return ExactMetrics_Notification_Event_Runner::get_instance();
|
182 |
+
}
|
includes/admin/notification-event.php
CHANGED
@@ -18,35 +18,6 @@ class ExactMetrics_Notification_Event {
|
|
18 |
*/
|
19 |
public $notification_id;
|
20 |
|
21 |
-
/**
|
22 |
-
* Notification hook name for cron schedule
|
23 |
-
*
|
24 |
-
* @var string
|
25 |
-
*
|
26 |
-
* @since 7.12.3
|
27 |
-
*/
|
28 |
-
public $notification_cron_hook_name;
|
29 |
-
|
30 |
-
/**
|
31 |
-
* Unique recurrence name to set up the notification interval
|
32 |
-
* Only accept numeric value
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*
|
36 |
-
* @since 7.12.3
|
37 |
-
*/
|
38 |
-
public $notification_recurrence_name;
|
39 |
-
|
40 |
-
/**
|
41 |
-
* When the notification will run for the first time
|
42 |
-
* Value should be readable time, (e.g: +30 day) to run the notification after 30 days from now
|
43 |
-
*
|
44 |
-
* @var string
|
45 |
-
*
|
46 |
-
* @since 7.12.3
|
47 |
-
*/
|
48 |
-
public $notification_first_run_time;
|
49 |
-
|
50 |
/**
|
51 |
* When the notification will repeat (e.g: 7) here `7` to repeat the notification after each 7 days
|
52 |
* Only accept numeric value
|
@@ -117,82 +88,39 @@ class ExactMetrics_Notification_Event {
|
|
117 |
* @since 7.12.3
|
118 |
*/
|
119 |
public function __construct() {
|
120 |
-
|
121 |
-
$this->
|
|
|
122 |
|
123 |
if ( ! empty( $this->notification_id ) && ! empty( $this->notification_interval ) ) {
|
124 |
|
125 |
-
|
126 |
-
|
127 |
-
$this->notification_id = $this->notification_id . '_' . time();
|
128 |
-
$this->notification_active_for = date( "m/d/Y", strtotime( "+" . ( $this->notification_interval - 2 ) . " day" ) );
|
129 |
-
$this->report_start_from = "-". $this->notification_interval ." day";
|
130 |
|
131 |
-
|
132 |
-
|
133 |
-
}
|
134 |
|
135 |
-
if( ! isset( $this->notification_icon ) || empty( $this->notification_icon ) ) {
|
136 |
-
$this->notification_icon
|
137 |
<circle cx="16" cy="16" r="16" fill="#D3F8EA"/>
|
138 |
<path d="M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z" fill="#1EC185"/>
|
139 |
</svg>';
|
140 |
}
|
141 |
|
142 |
-
$this->hooks();
|
143 |
-
|
144 |
-
if ( ! wp_next_scheduled( $this->notification_cron_hook_name ) ) {
|
145 |
-
wp_schedule_event( $this->get_first_cron_date(), $this->notification_recurrence_name, $this->notification_cron_hook_name );
|
146 |
-
}
|
147 |
-
|
148 |
}
|
149 |
}
|
150 |
|
151 |
/**
|
152 |
-
*
|
153 |
-
*
|
154 |
-
* @since 7.12.3
|
155 |
-
*/
|
156 |
-
public function hooks() {
|
157 |
-
|
158 |
-
add_filter( $this->notification_id, array( $this, 'prepare_notification_data' ) );
|
159 |
-
|
160 |
-
add_filter( 'cron_schedules', array( $this, 'add_cron_schedule' ) );
|
161 |
-
|
162 |
-
add_action( $this->notification_cron_hook_name, array( $this, 'add_notification' ) );
|
163 |
-
|
164 |
-
}
|
165 |
-
|
166 |
-
/**
|
167 |
-
* Cron to add notification
|
168 |
-
*
|
169 |
-
* @param array $schedules WP cron schedules.
|
170 |
-
*
|
171 |
-
* @return array $schedules WP cron schedules.
|
172 |
-
*
|
173 |
-
* @since 7.12.3
|
174 |
-
*/
|
175 |
-
public function add_cron_schedule( $schedules ) {
|
176 |
-
$schedules[$this->notification_recurrence_name] = array(
|
177 |
-
'interval' => DAY_IN_SECONDS * $this->notification_interval,
|
178 |
-
// Translators: notification cron interval
|
179 |
-
'display' => sprintf( __( '%s Days', 'google-analytics-dashboard-for-wp' ), $this->notification_interval ),
|
180 |
-
);
|
181 |
-
|
182 |
-
return $schedules;
|
183 |
-
}
|
184 |
-
|
185 |
-
/**
|
186 |
-
* get date
|
187 |
*
|
188 |
-
* @param string $readable_time
|
189 |
*
|
190 |
* @return string date, format: Y-m-d
|
191 |
*
|
192 |
* @since 7.12.3
|
193 |
*/
|
194 |
public function get_formatted_date( $readable_time ) {
|
195 |
-
return date(
|
196 |
}
|
197 |
|
198 |
/**
|
@@ -213,30 +141,6 @@ class ExactMetrics_Notification_Event {
|
|
213 |
return wp_specialchars_decode( exactmetrics_get_url( 'exactmetrics-notifications-sidebar', 'notifications', $url ) );
|
214 |
}
|
215 |
|
216 |
-
/**
|
217 |
-
* Get next cron occurrence date.
|
218 |
-
*
|
219 |
-
* (e:g +30 day) to run after 30 days from now
|
220 |
-
*
|
221 |
-
* @return int $date to run the first cron
|
222 |
-
*
|
223 |
-
* @since 7.12.3
|
224 |
-
*/
|
225 |
-
public function get_first_cron_date() {
|
226 |
-
$schedule = array();
|
227 |
-
$schedule['day'] = rand( 0, 1 );
|
228 |
-
$schedule['hour'] = rand( 0, 23 );
|
229 |
-
$schedule['minute'] = rand( 0, 59 );
|
230 |
-
$schedule['second'] = rand( 0, 59 );
|
231 |
-
$schedule['offset'] = ( $schedule['day'] * DAY_IN_SECONDS ) +
|
232 |
-
( $schedule['hour'] * HOUR_IN_SECONDS ) +
|
233 |
-
( $schedule['minute'] * MINUTE_IN_SECONDS ) +
|
234 |
-
$schedule['second'];
|
235 |
-
$date = strtotime( $this->notification_first_run_time ) + $schedule['offset'];
|
236 |
-
|
237 |
-
return $date;
|
238 |
-
}
|
239 |
-
|
240 |
/**
|
241 |
* Get the URL for the page where users can see/read notifications.
|
242 |
*
|
@@ -247,17 +151,22 @@ class ExactMetrics_Notification_Event {
|
|
247 |
}
|
248 |
|
249 |
/**
|
250 |
-
* Build Notification
|
251 |
-
*
|
252 |
* @param array $data
|
253 |
*
|
254 |
-
* @return array
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
*
|
256 |
* @since 7.12.3
|
257 |
*/
|
258 |
public function add_notification() {
|
259 |
$notification = array();
|
260 |
-
$notification['id'] = $this->notification_id;
|
261 |
$notification['icon'] = $this->notification_icon;
|
262 |
$notification['title'] = '';
|
263 |
$notification['content'] = '';
|
@@ -265,8 +174,7 @@ class ExactMetrics_Notification_Event {
|
|
265 |
$notification['btns'] = array();
|
266 |
$notification['start'] = $this->notification_active_from;
|
267 |
$notification['end'] = $this->notification_active_for;
|
268 |
-
|
269 |
-
$notification_data = apply_filters( $this->notification_id, $notification );
|
270 |
|
271 |
if ( is_array( $notification_data ) && ! empty( $notification_data ) ) {
|
272 |
ExactMetrics()->notifications->add( $notification_data );
|
@@ -276,24 +184,23 @@ class ExactMetrics_Notification_Event {
|
|
276 |
/**
|
277 |
* Get report
|
278 |
*
|
279 |
-
* @param
|
280 |
-
* @param
|
281 |
-
* @param
|
282 |
*
|
283 |
* @return array $data Overview data
|
284 |
*
|
285 |
* @since 7.12.3
|
286 |
*/
|
287 |
-
public function get_report( $report_name=
|
288 |
-
|
289 |
-
$data = array();
|
290 |
$report = ExactMetrics()->reporting->get_report( $report_name );
|
291 |
if ( $report ) {
|
292 |
// Mark the report request as coming from Notifications.
|
293 |
$report->set_report_source( 'notifications' );
|
294 |
}
|
295 |
$isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
|
296 |
-
$args
|
297 |
'start' => $this->get_formatted_date( $report_start_from ),
|
298 |
'end' => $this->get_formatted_date( $report_end_to ),
|
299 |
);
|
@@ -308,7 +215,7 @@ class ExactMetrics_Notification_Event {
|
|
308 |
'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ),
|
309 |
);
|
310 |
} else {
|
311 |
-
$data =
|
312 |
}
|
313 |
|
314 |
return $data;
|
18 |
*/
|
19 |
public $notification_id;
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
/**
|
22 |
* When the notification will repeat (e.g: 7) here `7` to repeat the notification after each 7 days
|
23 |
* Only accept numeric value
|
88 |
* @since 7.12.3
|
89 |
*/
|
90 |
public function __construct() {
|
91 |
+
|
92 |
+
$this->notification_active_from = date( 'm/d/Y g:i a', strtotime( 'now' ) );
|
93 |
+
$this->report_end_to = '-1 day'; // Yesterday.
|
94 |
|
95 |
if ( ! empty( $this->notification_id ) && ! empty( $this->notification_interval ) ) {
|
96 |
|
97 |
+
// Register notification in our custom runner.
|
98 |
+
exactmetrics_notification_event_runner()->register_notification( $this );
|
|
|
|
|
|
|
99 |
|
100 |
+
$this->notification_active_for = date( 'm/d/Y', strtotime( '+' . ( $this->notification_interval - 2 ) . ' day' ) );
|
101 |
+
$this->report_start_from = '-' . $this->notification_interval . ' day';
|
|
|
102 |
|
103 |
+
if ( ! isset( $this->notification_icon ) || empty( $this->notification_icon ) ) {
|
104 |
+
$this->notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
105 |
<circle cx="16" cy="16" r="16" fill="#D3F8EA"/>
|
106 |
<path d="M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z" fill="#1EC185"/>
|
107 |
</svg>';
|
108 |
}
|
109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
}
|
111 |
}
|
112 |
|
113 |
/**
|
114 |
+
* Get the formatted date.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
*
|
116 |
+
* @param string $readable_time Readable time to convert to date.
|
117 |
*
|
118 |
* @return string date, format: Y-m-d
|
119 |
*
|
120 |
* @since 7.12.3
|
121 |
*/
|
122 |
public function get_formatted_date( $readable_time ) {
|
123 |
+
return date( 'Y-m-d', strtotime( $readable_time ) );
|
124 |
}
|
125 |
|
126 |
/**
|
141 |
return wp_specialchars_decode( exactmetrics_get_url( 'exactmetrics-notifications-sidebar', 'notifications', $url ) );
|
142 |
}
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
/**
|
145 |
* Get the URL for the page where users can see/read notifications.
|
146 |
*
|
151 |
}
|
152 |
|
153 |
/**
|
|
|
|
|
154 |
* @param array $data
|
155 |
*
|
156 |
+
* @return array
|
157 |
+
*/
|
158 |
+
public function prepare_notification_data( $data ) {
|
159 |
+
return $data;
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* Add Notification not the notifications instance.
|
164 |
*
|
165 |
* @since 7.12.3
|
166 |
*/
|
167 |
public function add_notification() {
|
168 |
$notification = array();
|
169 |
+
$notification['id'] = $this->notification_id . '_' . date( 'Ymd' ); // Make sure we never add the same notification on the same day.
|
170 |
$notification['icon'] = $this->notification_icon;
|
171 |
$notification['title'] = '';
|
172 |
$notification['content'] = '';
|
174 |
$notification['btns'] = array();
|
175 |
$notification['start'] = $this->notification_active_from;
|
176 |
$notification['end'] = $this->notification_active_for;
|
177 |
+
$notification_data = $this->prepare_notification_data( $notification );
|
|
|
178 |
|
179 |
if ( is_array( $notification_data ) && ! empty( $notification_data ) ) {
|
180 |
ExactMetrics()->notifications->add( $notification_data );
|
184 |
/**
|
185 |
* Get report
|
186 |
*
|
187 |
+
* @param string $report_name report name, default overview report.
|
188 |
+
* @param string $report_start_from report start date, default -30 days/last 30 days.
|
189 |
+
* @param string $report_end_to report end date, default -1 day/yesterday.
|
190 |
*
|
191 |
* @return array $data Overview data
|
192 |
*
|
193 |
* @since 7.12.3
|
194 |
*/
|
195 |
+
public function get_report( $report_name = 'overview', $report_start_from = '-30 day', $report_end_to = '-1 day' ) {
|
196 |
+
|
|
|
197 |
$report = ExactMetrics()->reporting->get_report( $report_name );
|
198 |
if ( $report ) {
|
199 |
// Mark the report request as coming from Notifications.
|
200 |
$report->set_report_source( 'notifications' );
|
201 |
}
|
202 |
$isnetwork = ! empty( $_REQUEST['isnetwork'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['isnetwork'] ) ) : '';
|
203 |
+
$args = array(
|
204 |
'start' => $this->get_formatted_date( $report_start_from ),
|
205 |
'end' => $this->get_formatted_date( $report_end_to ),
|
206 |
);
|
215 |
'message' => __( "You don't have permission to view ExactMetrics reports.", 'google-analytics-dashboard-for-wp' ),
|
216 |
);
|
217 |
} else {
|
218 |
+
$data = $report->get_data( $args );
|
219 |
}
|
220 |
|
221 |
return $data;
|
includes/admin/notifications.php
CHANGED
@@ -267,8 +267,32 @@ class ExactMetrics_Notifications {
|
|
267 |
$notifications = array();
|
268 |
$notifications['active'] = array_merge( $events, $feed );
|
269 |
$notifications['active'] = $this->get_notifications_with_human_readeable_start_time( $notifications['active'] );
|
|
|
270 |
$notifications['dismissed'] = ! empty( $option['dismissed'] ) ? $option['dismissed'] : array();
|
271 |
$notifications['dismissed'] = $this->get_notifications_with_human_readeable_start_time( $notifications['dismissed'] );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
|
273 |
return $notifications;
|
274 |
}
|
@@ -307,6 +331,7 @@ class ExactMetrics_Notifications {
|
|
307 |
*/
|
308 |
public function get_active_notifications() {
|
309 |
$notifications = $this->get();
|
|
|
310 |
return isset( $notifications['active'] ) ? $notifications['active'] : array();
|
311 |
}
|
312 |
|
@@ -319,6 +344,7 @@ class ExactMetrics_Notifications {
|
|
319 |
*/
|
320 |
public function get_dismissed_notifications() {
|
321 |
$notifications = $this->get();
|
|
|
322 |
return isset( $notifications['dismissed'] ) ? $notifications['dismissed'] : array();
|
323 |
}
|
324 |
|
@@ -350,8 +376,10 @@ class ExactMetrics_Notifications {
|
|
350 |
|
351 |
$option = $this->get_option();
|
352 |
|
353 |
-
|
354 |
-
|
|
|
|
|
355 |
}
|
356 |
|
357 |
foreach ( $option['events'] as $item ) {
|
@@ -376,6 +404,8 @@ class ExactMetrics_Notifications {
|
|
376 |
/**
|
377 |
* Update notification data from feed.
|
378 |
*
|
|
|
|
|
379 |
* @since {VERSION}
|
380 |
*/
|
381 |
public function update() {
|
@@ -389,7 +419,7 @@ class ExactMetrics_Notifications {
|
|
389 |
'update' => time(),
|
390 |
'feed' => $feed,
|
391 |
'events' => $option['events'],
|
392 |
-
'dismissed' => $option['dismissed'],
|
393 |
)
|
394 |
);
|
395 |
}
|
@@ -411,31 +441,31 @@ class ExactMetrics_Notifications {
|
|
411 |
$id = sanitize_text_field( wp_unslash( $_POST['id'] ) );
|
412 |
$option = $this->get_option();
|
413 |
|
414 |
-
//
|
415 |
-
if (
|
416 |
if ( is_array( $option['feed'] ) && ! empty( $option['feed'] ) ) {
|
417 |
foreach ( $option['feed'] as $key => $notification ) {
|
418 |
-
array_unshift($option['dismissed'], $notification);
|
419 |
unset( $option['feed'][ $key ] );
|
420 |
}
|
421 |
}
|
422 |
if ( is_array( $option['events'] ) && ! empty( $option['events'] ) ) {
|
423 |
foreach ( $option['events'] as $key => $notification ) {
|
424 |
-
array_unshift($option['dismissed'], $notification);
|
425 |
unset( $option['events'][ $key ] );
|
426 |
}
|
427 |
}
|
428 |
}
|
429 |
|
430 |
-
$type
|
431 |
|
432 |
// Remove notification and add in dismissed array.
|
433 |
if ( is_array( $option[ $type ] ) && ! empty( $option[ $type ] ) ) {
|
434 |
foreach ( $option[ $type ] as $key => $notification ) {
|
435 |
if ( $notification['id'] == $id ) { // phpcs:ignore WordPress.PHP.StrictComparisons
|
436 |
-
//
|
437 |
-
array_unshift($option['dismissed'], $notification);
|
438 |
-
//
|
439 |
unset( $option[ $type ][ $key ] );
|
440 |
break;
|
441 |
}
|
@@ -455,7 +485,7 @@ class ExactMetrics_Notifications {
|
|
455 |
public function get_menu_count() {
|
456 |
|
457 |
if ( $this->get_count() > 0 ) {
|
458 |
-
return '<span class="exactmetrics-menu-notification-indicator">'. $this->get_count() .'</span>';
|
459 |
}
|
460 |
|
461 |
return '';
|
@@ -485,7 +515,7 @@ class ExactMetrics_Notifications {
|
|
485 |
*
|
486 |
* @return string
|
487 |
*/
|
488 |
-
public function get_view_url(
|
489 |
|
490 |
$disabled = exactmetrics_get_option( 'dashboards_disabled', false );
|
491 |
|
@@ -510,8 +540,8 @@ class ExactMetrics_Notifications {
|
|
510 |
|
511 |
$url = add_query_arg(
|
512 |
array(
|
513 |
-
'page'
|
514 |
-
'open'
|
515 |
),
|
516 |
admin_url( 'admin.php' )
|
517 |
);
|
267 |
$notifications = array();
|
268 |
$notifications['active'] = array_merge( $events, $feed );
|
269 |
$notifications['active'] = $this->get_notifications_with_human_readeable_start_time( $notifications['active'] );
|
270 |
+
$notifications['active'] = $this->get_notifications_with_formatted_content( $notifications['active'] );
|
271 |
$notifications['dismissed'] = ! empty( $option['dismissed'] ) ? $option['dismissed'] : array();
|
272 |
$notifications['dismissed'] = $this->get_notifications_with_human_readeable_start_time( $notifications['dismissed'] );
|
273 |
+
$notifications['dismissed'] = $this->get_notifications_with_formatted_content( $notifications['dismissed'] );
|
274 |
+
|
275 |
+
return $notifications;
|
276 |
+
}
|
277 |
+
|
278 |
+
/**
|
279 |
+
* Improve format of the content of notifications before display. By default just runs wpautop.
|
280 |
+
*
|
281 |
+
* @param array $notifications The notifications to be parsed.
|
282 |
+
*
|
283 |
+
* @return mixed
|
284 |
+
*/
|
285 |
+
public function get_notifications_with_formatted_content( $notifications ) {
|
286 |
+
if ( ! is_array( $notifications ) || empty( $notifications ) ) {
|
287 |
+
return $notifications;
|
288 |
+
}
|
289 |
+
|
290 |
+
foreach ( $notifications as $key => $notification ) {
|
291 |
+
if ( ! empty( $notification['content'] ) ) {
|
292 |
+
$notifications[ $key ]['content'] = wpautop( $notification['content'] );
|
293 |
+
$notifications[ $key ]['content'] = apply_filters( 'exactmetrics_notification_content_display', $notifications[ $key ]['content'] );
|
294 |
+
}
|
295 |
+
}
|
296 |
|
297 |
return $notifications;
|
298 |
}
|
331 |
*/
|
332 |
public function get_active_notifications() {
|
333 |
$notifications = $this->get();
|
334 |
+
|
335 |
return isset( $notifications['active'] ) ? $notifications['active'] : array();
|
336 |
}
|
337 |
|
344 |
*/
|
345 |
public function get_dismissed_notifications() {
|
346 |
$notifications = $this->get();
|
347 |
+
|
348 |
return isset( $notifications['dismissed'] ) ? $notifications['dismissed'] : array();
|
349 |
}
|
350 |
|
376 |
|
377 |
$option = $this->get_option();
|
378 |
|
379 |
+
foreach ( $option['dismissed'] as $item ) {
|
380 |
+
if ( $item['id'] === $notification['id'] ) {
|
381 |
+
return;
|
382 |
+
}
|
383 |
}
|
384 |
|
385 |
foreach ( $option['events'] as $item ) {
|
404 |
/**
|
405 |
* Update notification data from feed.
|
406 |
*
|
407 |
+
* @param array $option (Optional) Added @since 7.13.2
|
408 |
+
*
|
409 |
* @since {VERSION}
|
410 |
*/
|
411 |
public function update() {
|
419 |
'update' => time(),
|
420 |
'feed' => $feed,
|
421 |
'events' => $option['events'],
|
422 |
+
'dismissed' => array_slice( $option['dismissed'], 0, 30 ), // Limit dismissed notifications to last 30.
|
423 |
)
|
424 |
);
|
425 |
}
|
441 |
$id = sanitize_text_field( wp_unslash( $_POST['id'] ) );
|
442 |
$option = $this->get_option();
|
443 |
|
444 |
+
// Dismiss all notifications and add them to dissmiss array.
|
445 |
+
if ( 'all' === $id ) {
|
446 |
if ( is_array( $option['feed'] ) && ! empty( $option['feed'] ) ) {
|
447 |
foreach ( $option['feed'] as $key => $notification ) {
|
448 |
+
array_unshift( $option['dismissed'], $notification );
|
449 |
unset( $option['feed'][ $key ] );
|
450 |
}
|
451 |
}
|
452 |
if ( is_array( $option['events'] ) && ! empty( $option['events'] ) ) {
|
453 |
foreach ( $option['events'] as $key => $notification ) {
|
454 |
+
array_unshift( $option['dismissed'], $notification );
|
455 |
unset( $option['events'][ $key ] );
|
456 |
}
|
457 |
}
|
458 |
}
|
459 |
|
460 |
+
$type = is_numeric( $id ) ? 'feed' : 'events';
|
461 |
|
462 |
// Remove notification and add in dismissed array.
|
463 |
if ( is_array( $option[ $type ] ) && ! empty( $option[ $type ] ) ) {
|
464 |
foreach ( $option[ $type ] as $key => $notification ) {
|
465 |
if ( $notification['id'] == $id ) { // phpcs:ignore WordPress.PHP.StrictComparisons
|
466 |
+
// Add notification to dismissed array.
|
467 |
+
array_unshift( $option['dismissed'], $notification );
|
468 |
+
// Remove notification from feed or events.
|
469 |
unset( $option[ $type ][ $key ] );
|
470 |
break;
|
471 |
}
|
485 |
public function get_menu_count() {
|
486 |
|
487 |
if ( $this->get_count() > 0 ) {
|
488 |
+
return '<span class="exactmetrics-menu-notification-indicator">' . $this->get_count() . '</span>';
|
489 |
}
|
490 |
|
491 |
return '';
|
515 |
*
|
516 |
* @return string
|
517 |
*/
|
518 |
+
public function get_view_url() {
|
519 |
|
520 |
$disabled = exactmetrics_get_option( 'dashboards_disabled', false );
|
521 |
|
540 |
|
541 |
$url = add_query_arg(
|
542 |
array(
|
543 |
+
'page' => 'exactmetrics_reports',
|
544 |
+
'open' => 'exactmetrics_notification_sidebar',
|
545 |
),
|
546 |
admin_url( 'admin.php' )
|
547 |
);
|
includes/admin/notifications/notification-audience.php
CHANGED
@@ -8,21 +8,51 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Audience extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
-
*
|
|
|
|
|
|
|
|
|
|
|
17 |
*
|
18 |
* @since 7.12.3
|
19 |
*/
|
20 |
-
public function
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
return false;
|
25 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
|
27 |
|
28 |
$data = array();
|
@@ -64,41 +94,6 @@ final class ExactMetrics_Notification_Audience extends ExactMetrics_Notification
|
|
64 |
return $data;
|
65 |
}
|
66 |
|
67 |
-
/**
|
68 |
-
* Build Notification
|
69 |
-
*
|
70 |
-
* @param array $notification
|
71 |
-
* @param array $data
|
72 |
-
*
|
73 |
-
* @return array $notification notification is ready to add
|
74 |
-
*
|
75 |
-
* @since 7.12.3
|
76 |
-
*/
|
77 |
-
public function prepare_notification_data( $notification ) {
|
78 |
-
$data = $this->get_notification_data();
|
79 |
-
|
80 |
-
if ( ! is_array( $data ) || empty( $data ) ) {
|
81 |
-
return false;
|
82 |
-
}
|
83 |
-
|
84 |
-
// Translators: Audience notification title
|
85 |
-
$notification['title'] = sprintf( __( '%s%% of your Audience is from %s', 'google-analytics-dashboard-for-wp' ), $data['percentage'], $data['country'] );
|
86 |
-
// Translators: Audience notification content
|
87 |
-
$notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link('https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) .'" target="_blank">', '</a>' );
|
88 |
-
$notification['btns'] = array(
|
89 |
-
"view_report" => array(
|
90 |
-
'url' => $this->get_view_url(),
|
91 |
-
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
92 |
-
),
|
93 |
-
"learn_more" => array(
|
94 |
-
'url' => $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ),
|
95 |
-
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
96 |
-
),
|
97 |
-
);
|
98 |
-
|
99 |
-
return $notification;
|
100 |
-
}
|
101 |
-
|
102 |
}
|
103 |
|
104 |
// initiate the class
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Audience extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_audience';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
+
* Build Notification
|
17 |
+
*
|
18 |
+
* @param array $notification
|
19 |
+
* @param array $data
|
20 |
+
*
|
21 |
+
* @return array $notification notification is ready to add
|
22 |
*
|
23 |
* @since 7.12.3
|
24 |
*/
|
25 |
+
public function prepare_notification_data( $notification ) {
|
26 |
+
$data = $this->get_notification_data();
|
27 |
+
|
28 |
+
if ( ! is_array( $data ) || empty( $data ) ) {
|
29 |
return false;
|
30 |
}
|
31 |
+
|
32 |
+
// Translators: Audience notification title
|
33 |
+
$notification['title'] = sprintf( __( '%s%% of your Audience is from %s', 'google-analytics-dashboard-for-wp' ), $data['percentage'], $data['country'] );
|
34 |
+
// Translators: Audience notification content
|
35 |
+
$notification['content'] = sprintf( __( 'Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ) . '" target="_blank">', '</a>' );
|
36 |
+
$notification['btns'] = array(
|
37 |
+
"view_report" => array(
|
38 |
+
'url' => $this->get_view_url(),
|
39 |
+
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
+
),
|
41 |
+
"learn_more" => array(
|
42 |
+
'url' => $this->build_external_link( 'https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/' ),
|
43 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
44 |
+
),
|
45 |
+
);
|
46 |
+
|
47 |
+
return $notification;
|
48 |
+
}
|
49 |
+
|
50 |
+
/**
|
51 |
+
* Add report to notifications
|
52 |
+
*
|
53 |
+
* @since 7.12.3
|
54 |
+
*/
|
55 |
+
public function get_notification_data() {
|
56 |
require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
|
57 |
|
58 |
$data = array();
|
94 |
return $data;
|
95 |
}
|
96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
|
99 |
// initiate the class
|
includes/admin/notifications/notification-bounce-rate.php
CHANGED
@@ -8,39 +8,36 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Bounce_Rate extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
-
* Build Notification
|
17 |
*
|
18 |
-
* @
|
|
|
|
|
19 |
*
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
23 |
-
if ( ! exactmetrics_is_pro_version() ) {
|
24 |
-
// Improve performance for lite users by disabling external API calls they can’t access.
|
25 |
-
// Since lite users can’t access this feature return early.
|
26 |
-
return false;
|
27 |
-
}
|
28 |
$data = array();
|
29 |
-
$report = $this->get_report( 'overview'
|
30 |
$data['bounce_rate'] = isset( $report['data']['infobox']['bounce']['value'] ) ? $report['data']['infobox']['bounce']['value'] : 0;
|
31 |
|
32 |
if ( ! empty( $data ) && $data['bounce_rate'] > 70 ) {
|
33 |
-
$notification['title']
|
34 |
-
// Translators: Bounce rate notification content
|
35 |
-
$notification['content'] = sprintf( __( 'Your website bounce rate is %s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren
|
36 |
$notification['btns'] = array(
|
37 |
-
|
38 |
'url' => $this->get_view_url(),
|
39 |
-
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
-
|
42 |
-
'url' => $this->build_external_link('https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ),
|
43 |
-
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
44 |
),
|
45 |
);
|
46 |
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Bounce_Rate extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_bounce_rate';
|
12 |
+
public $notification_interval = 7; // In days.
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
+
* Build Notification data.
|
17 |
*
|
18 |
+
* @param array $notification The notification data array to filter.
|
19 |
+
*
|
20 |
+
* @return array|bool $notification notification is ready to add or false if no data.
|
21 |
*
|
22 |
* @since 7.12.3
|
23 |
*/
|
24 |
public function prepare_notification_data( $notification ) {
|
|
|
|
|
|
|
|
|
|
|
25 |
$data = array();
|
26 |
+
$report = $this->get_report( 'overview' );
|
27 |
$data['bounce_rate'] = isset( $report['data']['infobox']['bounce']['value'] ) ? $report['data']['infobox']['bounce']['value'] : 0;
|
28 |
|
29 |
if ( ! empty( $data ) && $data['bounce_rate'] > 70 ) {
|
30 |
+
$notification['title'] = __( 'Your website bounce rate is higher than 70%', 'google-analytics-dashboard-for-wp' );
|
31 |
+
// Translators: Bounce rate notification content.
|
32 |
+
$notification['content'] = sprintf( __( 'Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels.', 'google-analytics-dashboard-for-wp' ), $data['bounce_rate'], '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ) . '" target="_blank">', '</a>' );
|
33 |
$notification['btns'] = array(
|
34 |
+
'view_report' => array(
|
35 |
'url' => $this->get_view_url(),
|
36 |
+
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' ),
|
37 |
),
|
38 |
+
'learn_more' => array(
|
39 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-reduce-bounce-rate/' ),
|
40 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
|
41 |
),
|
42 |
);
|
43 |
|
includes/admin/notifications/notification-headline-analyzer.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Headline_Analyzer extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
public $notification_first_run_time = '+7 day';
|
14 |
-
public $notification_type
|
15 |
|
16 |
/**
|
17 |
* Build Notification
|
@@ -21,13 +21,13 @@ final class ExactMetrics_Notification_Headline_Analyzer extends ExactMetrics_Not
|
|
21 |
* @since 7.12.3
|
22 |
*/
|
23 |
public function prepare_notification_data( $notification ) {
|
24 |
-
$notification['title']
|
25 |
-
// Translators: Headline Analyzer notification content
|
26 |
-
$notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%sWith the ExactMetrics Headline Analyzer%s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link('https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ) .'" target="_blank">', '</a>' );
|
27 |
-
$notification['btns']
|
28 |
"learn_more" => array(
|
29 |
-
'url'
|
30 |
-
'text'
|
31 |
),
|
32 |
);
|
33 |
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Headline_Analyzer extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_headline_analyzer';
|
12 |
+
public $notification_interval = 60; // in days
|
13 |
public $notification_first_run_time = '+7 day';
|
14 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
15 |
|
16 |
/**
|
17 |
* Build Notification
|
21 |
* @since 7.12.3
|
22 |
*/
|
23 |
public function prepare_notification_data( $notification ) {
|
24 |
+
$notification['title'] = __( 'Headline Analyzer to Boost Your Clicks & Traffic', 'google-analytics-dashboard-for-wp' );
|
25 |
+
// Translators: Headline Analyzer notification content.
|
26 |
+
$notification['content'] = sprintf( __( 'Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the ExactMetrics Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ) . '" target="_blank">', '</a>' );
|
27 |
+
$notification['btns'] = array(
|
28 |
"learn_more" => array(
|
29 |
+
'url' => $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ),
|
30 |
+
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
31 |
),
|
32 |
);
|
33 |
|
includes/admin/notifications/notification-mobile-device.php
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Add notification when percentage of visitors from mobile device is less than 10%
|
4 |
* Recurrence: 15 Days
|
@@ -7,9 +8,9 @@
|
|
7 |
*/
|
8 |
final class ExactMetrics_Notification_Mobile_Device extends ExactMetrics_Notification_Event {
|
9 |
|
10 |
-
public $notification_id
|
11 |
-
public $notification_interval
|
12 |
-
public $notification_type
|
13 |
|
14 |
/**
|
15 |
* Prepare Notification
|
@@ -19,27 +20,22 @@ final class ExactMetrics_Notification_Mobile_Device extends ExactMetrics_Notific
|
|
19 |
* @since 7.12.3
|
20 |
*/
|
21 |
public function prepare_notification_data( $notification ) {
|
22 |
-
if ( ! exactmetrics_is_pro_version() ) {
|
23 |
-
// Improve performance for lite users by disabling external API calls they can’t access.
|
24 |
-
// Since lite users can’t access this feature return early.
|
25 |
-
return false;
|
26 |
-
}
|
27 |
$data = array();
|
28 |
$report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
|
29 |
$data['percentage_of_mobile_visitors'] = isset( $report['data']['devices']['mobile'] ) ? $report['data']['devices']['mobile'] : 0;
|
30 |
|
31 |
if ( ! empty( $data ) && $data['percentage_of_mobile_visitors'] < 10 ) {
|
32 |
// Translators: Mobile device notification title
|
33 |
-
$notification['title']
|
34 |
// Translators: Mobile device notification content
|
35 |
-
$notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) .'">', '</a>' );
|
36 |
$notification['btns'] = array(
|
37 |
"view_report" => array(
|
38 |
'url' => $this->get_view_url(),
|
39 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
"learn_more" => array(
|
42 |
-
'url' => $this->build_external_link('https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ),
|
43 |
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
44 |
),
|
45 |
);
|
1 |
<?php
|
2 |
+
|
3 |
/**
|
4 |
* Add notification when percentage of visitors from mobile device is less than 10%
|
5 |
* Recurrence: 15 Days
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Mobile_Device extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_mobile_device';
|
12 |
+
public $notification_interval = 15; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
* Prepare Notification
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
|
|
|
|
|
|
|
|
|
|
23 |
$data = array();
|
24 |
$report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
|
25 |
$data['percentage_of_mobile_visitors'] = isset( $report['data']['devices']['mobile'] ) ? $report['data']['devices']['mobile'] : 0;
|
26 |
|
27 |
if ( ! empty( $data ) && $data['percentage_of_mobile_visitors'] < 10 ) {
|
28 |
// Translators: Mobile device notification title
|
29 |
+
$notification['title'] = sprintf( __( 'Traffic from Mobile Devices is %s%%', 'google-analytics-dashboard-for-wp' ), $data['percentage_of_mobile_visitors'] );
|
30 |
// Translators: Mobile device notification content
|
31 |
+
$notification['content'] = sprintf( __( 'Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ) . '">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
'url' => $this->get_view_url(),
|
35 |
'text' => __( 'View Report', 'google-analytics-dashboard-for-wp' )
|
36 |
),
|
37 |
"learn_more" => array(
|
38 |
+
'url' => $this->build_external_link( 'https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/' ),
|
39 |
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' )
|
40 |
),
|
41 |
);
|
includes/admin/notifications/notification-returning-visitors.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Returning_Visitors extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
@@ -20,20 +20,15 @@ final class ExactMetrics_Notification_Returning_Visitors extends ExactMetrics_No
|
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
23 |
-
if ( ! exactmetrics_is_pro_version() ) {
|
24 |
-
// Improve performance for lite users by disabling external API calls they can’t access.
|
25 |
-
// Since lite users can’t access this feature return early.
|
26 |
-
return false;
|
27 |
-
}
|
28 |
$data = array();
|
29 |
$report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
|
30 |
$data['returning'] = isset( $report['data']['newvsreturn']['returning'] ) ? $report['data']['newvsreturn']['returning'] : 0;
|
31 |
|
32 |
if ( ! empty( $data ) && $data['returning'] < 10 ) {
|
33 |
// Translators: Returning visitors notification title
|
34 |
-
$notification['title']
|
35 |
// Translators: Returning visitors notification content
|
36 |
-
$notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/proven-ways-to-increase-your-returning-visitor-rate/' ) .'" target="_blank">', '</a>' );
|
37 |
$notification['btns'] = array(
|
38 |
"view_report" => array(
|
39 |
'url' => $this->get_view_url(),
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Returning_Visitors extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_returning_visitors';
|
12 |
+
public $notification_interval = 15; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
|
|
|
|
|
|
|
|
|
|
23 |
$data = array();
|
24 |
$report = $this->get_report( 'overview', $this->report_start_from, $this->report_end_to );
|
25 |
$data['returning'] = isset( $report['data']['newvsreturn']['returning'] ) ? $report['data']['newvsreturn']['returning'] : 0;
|
26 |
|
27 |
if ( ! empty( $data ) && $data['returning'] < 10 ) {
|
28 |
// Translators: Returning visitors notification title
|
29 |
+
$notification['title'] = sprintf( __( 'Only %s%% of your visitors return to your site', 'google-analytics-dashboard-for-wp' ), $data['returning'] );
|
30 |
// Translators: Returning visitors notification content
|
31 |
+
$notification['content'] = sprintf( __( 'For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/proven-ways-to-increase-your-returning-visitor-rate/' ) . '" target="_blank">', '</a>' );
|
32 |
$notification['btns'] = array(
|
33 |
"view_report" => array(
|
34 |
'url' => $this->get_view_url(),
|
includes/admin/notifications/notification-to-add-more-file-extensions.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_To_Add_More_File_Extensions extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
@@ -24,9 +24,9 @@ final class ExactMetrics_Notification_To_Add_More_File_Extensions extends ExactM
|
|
24 |
|
25 |
if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
|
26 |
|
27 |
-
$settings_url
|
28 |
-
$publishers_report_url
|
29 |
-
$notification['title']
|
30 |
// Translators: File extensions notification content
|
31 |
$notification['content'] = sprintf( __( 'By default, ExactMetrics automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of ExactMetrics.<br><br> You can view your Top Downloads report directly in the ExactMetrics %sPublishers report%s.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
|
32 |
$notification['btns'] = array(
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_To_Add_More_File_Extensions extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_to_add_more_file_extensions';
|
12 |
+
public $notification_interval = 20; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
24 |
|
25 |
if ( empty( $download_extensions ) || "doc,pdf,ppt,zip,xls,docx,pptx,xlsx" === $download_extensions ) {
|
26 |
|
27 |
+
$settings_url = is_network_admin() ? network_admin_url( 'admin.php?page=exactmetrics_network#/engagement' ) : admin_url( 'admin.php?page=exactmetrics_settings#/engagement' );
|
28 |
+
$publishers_report_url = is_network_admin() ? network_admin_url( 'admin.php?page=exactmetrics_reports#/publishers' ) : admin_url( 'admin.php?page=exactmetrics_reports#/publishers' );
|
29 |
+
$notification['title'] = __( 'Add More File Extensions to Track as Downloads', 'google-analytics-dashboard-for-wp' );
|
30 |
// Translators: File extensions notification content
|
31 |
$notification['content'] = sprintf( __( 'By default, ExactMetrics automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of ExactMetrics.<br><br> You can view your Top Downloads report directly in the ExactMetrics %sPublishers report%s.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $settings_url . '">', '</a>', '<a href="' . $publishers_report_url . '">', '</a>' );
|
32 |
$notification['btns'] = array(
|
includes/admin/notifications/notification-to-setup-affiliate-links.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_To_Setup_Affiliate_Links extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
@@ -31,9 +31,9 @@ final class ExactMetrics_Notification_To_Setup_Affiliate_Links extends ExactMetr
|
|
31 |
|
32 |
if ( true === $no_new_links || ( is_array( $affiliate_links ) && empty( $affiliate_links ) ) ) {
|
33 |
|
34 |
-
$notification['title']
|
35 |
// Translators: Set up affiliate links notification content
|
36 |
-
$notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) .'" target="_blank">', '</a>' );
|
37 |
$notification['btns'] = array(
|
38 |
"read_more" => array(
|
39 |
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_To_Setup_Affiliate_Links extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_to_setup_affiliate_links';
|
12 |
+
public $notification_interval = 25; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
31 |
|
32 |
if ( true === $no_new_links || ( is_array( $affiliate_links ) && empty( $affiliate_links ) ) ) {
|
33 |
|
34 |
+
$notification['title'] = __( 'Set Up Affiliate Link Tracking', 'google-analytics-dashboard-for-wp' );
|
35 |
// Translators: Set up affiliate links notification content
|
36 |
+
$notification['content'] = sprintf( __( 'By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ) . '" target="_blank">', '</a>' );
|
37 |
$notification['btns'] = array(
|
38 |
"read_more" => array(
|
39 |
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
|
includes/admin/notifications/notification-traffic-dropping.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Traffic_Dropping extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
@@ -20,19 +20,14 @@ final class ExactMetrics_Notification_Traffic_Dropping extends ExactMetrics_Noti
|
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
23 |
-
if ( ! exactmetrics_is_pro_version() ) {
|
24 |
-
// Improve performance for lite users by disabling external API calls they can’t access.
|
25 |
-
// Since lite users can’t access this feature return early.
|
26 |
-
return false;
|
27 |
-
}
|
28 |
$data = array();
|
29 |
$report = $this->get_report();
|
30 |
$data['prev_sessions_difference'] = isset( $report['data']['infobox']['sessions']['prev'] ) ? $report['data']['infobox']['sessions']['prev'] : 0;
|
31 |
|
32 |
if ( ! empty( $data ) && $data['prev_sessions_difference'] < 0 ) {
|
33 |
-
$notification['title']
|
34 |
// Translators: Traffic dropping notification content
|
35 |
-
$notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) .'" target="_blank">', '</a>' );
|
36 |
$notification['btns'] = array(
|
37 |
"learn_more" => array(
|
38 |
'url' => $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ),
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Traffic_Dropping extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_traffic_dropping';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
|
15 |
/**
|
16 |
* Build Notification
|
20 |
* @since 7.12.3
|
21 |
*/
|
22 |
public function prepare_notification_data( $notification ) {
|
|
|
|
|
|
|
|
|
|
|
23 |
$data = array();
|
24 |
$report = $this->get_report();
|
25 |
$data['prev_sessions_difference'] = isset( $report['data']['infobox']['sessions']['prev'] ) ? $report['data']['infobox']['sessions']['prev'] : 0;
|
26 |
|
27 |
if ( ! empty( $data ) && $data['prev_sessions_difference'] < 0 ) {
|
28 |
+
$notification['title'] = __( 'Your Website Traffic Is Dropping', 'google-analytics-dashboard-for-wp' );
|
29 |
// Translators: Traffic dropping notification content
|
30 |
+
$notification['content'] = sprintf( __( 'Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ) . '" target="_blank">', '</a>' );
|
31 |
$notification['btns'] = array(
|
32 |
"learn_more" => array(
|
33 |
'url' => $this->build_external_link( 'https://www.exactmetrics.com/marketing-hacks-guaranteed-to-grow-your-traffic/' ),
|
includes/admin/notifications/notification-upgrade-for-email-summaries.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Email_Summaries extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
-
public $notification_icon
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
@@ -24,7 +24,7 @@ final class ExactMetrics_Notification_Upgrade_For_Email_Summaries extends ExactM
|
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
-
$notification['title']
|
28 |
// Translators: upgrade for email summaries notification content
|
29 |
$notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Email_Summaries extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_upgrade_for_email_summaries';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'lite' );
|
14 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
+
$notification['title'] = __( 'Upgrade to ExactMetrics Pro to get weekly email reports', 'google-analytics-dashboard-for-wp' );
|
28 |
// Translators: upgrade for email summaries notification content
|
29 |
$notification['content'] = sprintf( __( 'Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
includes/admin/notifications/notification-upgrade-for-form-conversion.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Form_Conversion extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
-
public $notification_icon
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
@@ -24,10 +24,10 @@ final class ExactMetrics_Notification_Upgrade_For_Form_Conversion extends ExactM
|
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
-
$notification['title']
|
28 |
// Translators: upgrade for form conversion notification content
|
29 |
-
$notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->get_upgrade_url() .'" target="_blank">', '</a>', '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/addon/forms/' ) .'" target="_blank">', '</a>' );
|
30 |
-
$notification['btns']
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
33 |
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' )
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Form_Conversion extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_upgrade_for_form_conversion';
|
12 |
+
public $notification_interval = 20; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'plus' );
|
14 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
+
$notification['title'] = __( 'Upgrade to ExactMetrics Pro to Track Form Conversion', 'google-analytics-dashboard-for-wp' );
|
28 |
// Translators: upgrade for form conversion notification content
|
29 |
+
$notification['content'] = sprintf( __( 'Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/forms/' ) . '" target="_blank">', '</a>' );
|
30 |
+
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
33 |
'text' => __( 'Get ExactMetrics Pro', 'google-analytics-dashboard-for-wp' )
|
includes/admin/notifications/notification-upgrade-for-google-optimize.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Google_Optimize extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
-
public $notification_icon
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
@@ -24,9 +24,9 @@ final class ExactMetrics_Notification_Upgrade_For_Google_Optimize extends ExactM
|
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
-
$notification['title']
|
28 |
// Translators: upgrade for google optimize notification content
|
29 |
-
$notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to ExactMetrics Pro%s to unlock the Google Optimize addon.', 'google-analytics-dashboard-for-wp' ), '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/addon/google-optimize/' ) .'" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Google_Optimize extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_upgrade_for_google_optimize';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'plus' );
|
14 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
+
$notification['title'] = __( 'Upgrade to ExactMetrics Pro to Enable Google Optimize', 'google-analytics-dashboard-for-wp' );
|
28 |
// Translators: upgrade for google optimize notification content
|
29 |
+
$notification['content'] = sprintf( __( '%sGoogle Optimize%s is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to ExactMetrics Pro%s to unlock the Google Optimize addon.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/addon/google-optimize/' ) . '" target="_blank">', '</a>', '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
includes/admin/notifications/notification-upgrade-for-search-console.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Search_Console extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
-
public $notification_icon
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
@@ -24,9 +24,9 @@ final class ExactMetrics_Notification_Upgrade_For_Search_Console extends ExactMe
|
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
-
$notification['title']
|
28 |
// Translators: upgrade for search console notification content
|
29 |
-
$notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to ExactMetrics PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="'. $this->build_external_link( 'https://www.exactmetrics.com/feature/search-console-report/' ) .'" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_For_Search_Console extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_upgrade_for_search_console_report';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'lite' );
|
14 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
15 |
<circle cx="16" cy="16" r="16" fill="#FAD1D1"/>
|
16 |
<path d="M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z" fill="#EB5757"/>
|
17 |
</svg>';
|
24 |
* @since 7.12.3
|
25 |
*/
|
26 |
public function prepare_notification_data( $notification ) {
|
27 |
+
$notification['title'] = __( 'Get access to Google Search Keywords data by upgrading to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' );
|
28 |
// Translators: upgrade for search console notification content
|
29 |
+
$notification['content'] = sprintf( __( 'Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to ExactMetrics PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.', 'google-analytics-dashboard-for-wp' ), '<a href="' . $this->get_upgrade_url() . '" target="_blank">', '</a>', '<a href="' . $this->build_external_link( 'https://www.exactmetrics.com/feature/search-console-report/' ) . '" target="_blank">', '</a>' );
|
30 |
$notification['btns'] = array(
|
31 |
"get_exactmetrics_pro" => array(
|
32 |
'url' => $this->get_upgrade_url(),
|
includes/admin/notifications/notification-upgrade-to-pro.php
CHANGED
@@ -8,11 +8,11 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_To_Pro extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
public $notification_first_run_time = '+7 day';
|
14 |
-
public $notification_type
|
15 |
-
public $notification_icon
|
16 |
<circle cx="16" cy="16" r="16" fill="#D4E7F7"/>
|
17 |
<path d="M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z" fill="#2679C1"/>
|
18 |
</svg>';
|
@@ -25,13 +25,13 @@ final class ExactMetrics_Notification_Upgrade_To_Pro extends ExactMetrics_Notifi
|
|
25 |
* @since 7.12.3
|
26 |
*/
|
27 |
public function prepare_notification_data( $notification ) {
|
28 |
-
$notification['title']
|
29 |
// Translators: upgrade to pro notification content
|
30 |
$notification['content'] = __( 'By upgrading to ExactMetrics Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-dashboard-for-wp' );
|
31 |
-
$notification['btns']
|
32 |
"upgrade_to_pro" => array(
|
33 |
-
'url'
|
34 |
-
'text'
|
35 |
),
|
36 |
);
|
37 |
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Upgrade_To_Pro extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_upgrade_to_pro';
|
12 |
+
public $notification_interval = 40; // in days
|
13 |
public $notification_first_run_time = '+7 day';
|
14 |
+
public $notification_type = array( 'lite' );
|
15 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
16 |
<circle cx="16" cy="16" r="16" fill="#D4E7F7"/>
|
17 |
<path d="M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z" fill="#2679C1"/>
|
18 |
</svg>';
|
25 |
* @since 7.12.3
|
26 |
*/
|
27 |
public function prepare_notification_data( $notification ) {
|
28 |
+
$notification['title'] = __( 'Upgrade to ExactMetrics Pro and unlock advanced tracking and reports', 'google-analytics-dashboard-for-wp' );
|
29 |
// Translators: upgrade to pro notification content
|
30 |
$notification['content'] = __( 'By upgrading to ExactMetrics Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!', 'google-analytics-dashboard-for-wp' );
|
31 |
+
$notification['btns'] = array(
|
32 |
"upgrade_to_pro" => array(
|
33 |
+
'url' => $this->get_upgrade_url(),
|
34 |
+
'text' => __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' )
|
35 |
),
|
36 |
);
|
37 |
|
includes/admin/notifications/notification-visitors.php
CHANGED
@@ -8,10 +8,10 @@
|
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Visitors extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
-
public $notification_id
|
12 |
-
public $notification_interval
|
13 |
-
public $notification_type
|
14 |
-
public $notification_icon
|
15 |
<circle cx="16" cy="16" r="16" fill="#E1DAF1"/>
|
16 |
<path d="M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z" fill="#6F4BBB"/>
|
17 |
</svg>';
|
@@ -26,20 +26,15 @@ final class ExactMetrics_Notification_Visitors extends ExactMetrics_Notification
|
|
26 |
* @since 7.12.3
|
27 |
*/
|
28 |
public function prepare_notification_data( $notification ) {
|
29 |
-
if ( ! exactmetrics_is_pro_version() ) {
|
30 |
-
// Improve performance for lite users by disabling external API calls they can’t access.
|
31 |
-
// Since lite users can’t access this feature return early.
|
32 |
-
return false;
|
33 |
-
}
|
34 |
$report = $this->get_report();
|
35 |
|
36 |
if ( ! is_array( $report ) || empty( $report ) ) {
|
37 |
return false;
|
38 |
}
|
39 |
|
40 |
-
$total_visitors
|
41 |
// Translators: visitors notification title
|
42 |
-
$notification['title']
|
43 |
// Translators: visitors notification content
|
44 |
$notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-dashboard-for-wp' ), $total_visitors );
|
45 |
$notification['btns'] = array(
|
8 |
*/
|
9 |
final class ExactMetrics_Notification_Visitors extends ExactMetrics_Notification_Event {
|
10 |
|
11 |
+
public $notification_id = 'exactmetrics_notification_visitors';
|
12 |
+
public $notification_interval = 30; // in days
|
13 |
+
public $notification_type = array( 'basic', 'lite', 'master', 'plus', 'pro' );
|
14 |
+
public $notification_icon = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
15 |
<circle cx="16" cy="16" r="16" fill="#E1DAF1"/>
|
16 |
<path d="M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z" fill="#6F4BBB"/>
|
17 |
</svg>';
|
26 |
* @since 7.12.3
|
27 |
*/
|
28 |
public function prepare_notification_data( $notification ) {
|
|
|
|
|
|
|
|
|
|
|
29 |
$report = $this->get_report();
|
30 |
|
31 |
if ( ! is_array( $report ) || empty( $report ) ) {
|
32 |
return false;
|
33 |
}
|
34 |
|
35 |
+
$total_visitors = isset( $report['data']['infobox']['sessions']['value'] ) ? $report['data']['infobox']['sessions']['value'] : 0;
|
36 |
// Translators: visitors notification title
|
37 |
+
$notification['title'] = sprintf( __( 'See how %s visitors found your site!', 'google-analytics-dashboard-for-wp' ), $total_visitors );
|
38 |
// Translators: visitors notification content
|
39 |
$notification['content'] = sprintf( __( 'Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.', 'google-analytics-dashboard-for-wp' ), $total_visitors );
|
40 |
$notification['btns'] = array(
|
includes/em-install.php
CHANGED
@@ -89,6 +89,10 @@ class ExactMetrics_Install {
|
|
89 |
$this->v631_upgrades();
|
90 |
}
|
91 |
|
|
|
|
|
|
|
|
|
92 |
// Do not use. See exactmetrics_after_install_routine comment below.
|
93 |
do_action( 'exactmetrics_after_existing_upgrade_routine', $version );
|
94 |
$version = get_option( 'exactmetrics_current_version', $version );
|
@@ -639,4 +643,28 @@ class ExactMetrics_Install {
|
|
639 |
// Delete transient for GA data with wrong expiration date.
|
640 |
delete_transient( 'exactmetrics_popular_posts_ga_data' );
|
641 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
642 |
}
|
89 |
$this->v631_upgrades();
|
90 |
}
|
91 |
|
92 |
+
if ( version_compare( $version, '6.4.0', '<' ) ) {
|
93 |
+
$this->v640_upgrades();
|
94 |
+
}
|
95 |
+
|
96 |
// Do not use. See exactmetrics_after_install_routine comment below.
|
97 |
do_action( 'exactmetrics_after_existing_upgrade_routine', $version );
|
98 |
$version = get_option( 'exactmetrics_current_version', $version );
|
643 |
// Delete transient for GA data with wrong expiration date.
|
644 |
delete_transient( 'exactmetrics_popular_posts_ga_data' );
|
645 |
}
|
646 |
+
|
647 |
+
|
648 |
+
/**
|
649 |
+
* Upgrade routine for version 64.0
|
650 |
+
*/
|
651 |
+
public function v640_upgrades() {
|
652 |
+
|
653 |
+
// Clear notification cron events no longer used.
|
654 |
+
$cron = get_option( 'cron' );
|
655 |
+
|
656 |
+
foreach ( $cron as $timestamp => $cron_array ) {
|
657 |
+
if ( ! is_array( $cron_array ) ) {
|
658 |
+
continue;
|
659 |
+
}
|
660 |
+
foreach ( $cron_array as $cron_key => $cron_data ) {
|
661 |
+
if ( 0 === strpos( $cron_key, 'exactmetrics_notification_' ) ) {
|
662 |
+
wp_unschedule_event( $timestamp, $cron_key, array() );
|
663 |
+
}
|
664 |
+
}
|
665 |
+
}
|
666 |
+
|
667 |
+
// Delete existing year in review report option.
|
668 |
+
delete_option( 'exactmetrics_report_data_yearinreview' );
|
669 |
+
}
|
670 |
}
|
includes/helpers.php
CHANGED
@@ -1688,3 +1688,27 @@ function exactmetrics_can_install_plugins() {
|
|
1688 |
|
1689 |
return true;
|
1690 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1688 |
|
1689 |
return true;
|
1690 |
}
|
1691 |
+
|
1692 |
+
/**
|
1693 |
+
* Check if current date is between given dates. Date format: Y-m-d.
|
1694 |
+
*
|
1695 |
+
* @since 7.13.2
|
1696 |
+
*
|
1697 |
+
* @param string $start_date Start Date. Eg: 2021-01-01.
|
1698 |
+
* @param string $end_date End Date. Eg: 2021-01-14.
|
1699 |
+
*
|
1700 |
+
* @return bool
|
1701 |
+
*/
|
1702 |
+
function exactmetrics_date_is_between( $start_date, $end_date ) {
|
1703 |
+
|
1704 |
+
$current_date = current_time( 'Y-m-d' );
|
1705 |
+
|
1706 |
+
$start_date = date( 'Y-m-d', strtotime( $start_date ) );
|
1707 |
+
$end_date = date( 'Y-m-d', strtotime( $end_date ) );
|
1708 |
+
|
1709 |
+
if ( ( $current_date >= $start_date ) && ( $current_date <= $end_date ) ) {
|
1710 |
+
return true;
|
1711 |
+
}
|
1712 |
+
|
1713 |
+
return false;
|
1714 |
+
}
|
includes/popular-posts/class-popular-posts.php
CHANGED
@@ -499,6 +499,11 @@ class ExactMetrics_Popular_Posts {
|
|
499 |
*/
|
500 |
public function get_element_style( $theme = '', $object, $atts, $key = '' ) {
|
501 |
|
|
|
|
|
|
|
|
|
|
|
502 |
if ( empty( $theme ) ) {
|
503 |
$theme = $this->theme;
|
504 |
}
|
@@ -688,7 +693,7 @@ class ExactMetrics_Popular_Posts {
|
|
688 |
}
|
689 |
}
|
690 |
|
691 |
-
if ( apply_filters( 'exactmetrics_popular_posts_show_duplicates', true ) && count( $posts ) > 0 && count( $returned_posts ) === 0 ) {
|
692 |
$this->shown_posts = array(); // Reset shown posts.
|
693 |
return $this->get_posts_to_display(); // Run the function to grab the same posts again.
|
694 |
}
|
499 |
*/
|
500 |
public function get_element_style( $theme = '', $object, $atts, $key = '' ) {
|
501 |
|
502 |
+
if ( 'no_styles' === $this->styling ) {
|
503 |
+
// If no styles is selected don't output any styles.
|
504 |
+
return '';
|
505 |
+
}
|
506 |
+
|
507 |
if ( empty( $theme ) ) {
|
508 |
$theme = $this->theme;
|
509 |
}
|
693 |
}
|
694 |
}
|
695 |
|
696 |
+
if ( apply_filters( 'exactmetrics_popular_posts_show_duplicates', true ) && count( $posts ) > 0 && count( $this->shown_posts ) > 0 && count( $returned_posts ) === 0 ) {
|
697 |
$this->shown_posts = array(); // Reset shown posts.
|
698 |
return $this->get_posts_to_display(); // Run the function to grab the same posts again.
|
699 |
}
|
languages/google-analytics-dashboard-for-wp.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
|
7 |
"Last-Translator: ExactMetrics Team <support@exactmetrics.com>\n"
|
8 |
"Language-Team: ExactMetrics Team <support@exactmetrics.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2020-12-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.2.0\n"
|
15 |
"X-Domain: google-analytics-dashboard-for-wp\n"
|
@@ -54,67 +54,67 @@ msgctxt "Widget"
|
|
54 |
msgid "Popular Posts - ExactMetrics"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
58 |
msgctxt "Widget"
|
59 |
msgid "Widget Title:"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
63 |
msgctxt "Widget"
|
64 |
msgid "Display Widget Title"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
68 |
msgctxt "Widget"
|
69 |
msgid "Number of posts to display:"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
73 |
msgctxt "Widget"
|
74 |
msgid "Theme:"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
78 |
-
#: languages/vue.php:
|
79 |
msgid "Theme Preview"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
83 |
msgctxt "Widget"
|
84 |
msgid "Title Color:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
88 |
msgctxt "Widget"
|
89 |
msgid "Title Font Size:"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
93 |
msgctxt "Widget"
|
94 |
msgid "Label Color:"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
98 |
msgctxt "Widget"
|
99 |
msgid "Label Text:"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
103 |
msgctxt "Widget"
|
104 |
msgid "Border Color:"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
108 |
msgctxt "Widget"
|
109 |
msgid "Background Color:"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
113 |
msgctxt "Widget"
|
114 |
msgid "Comments Count Color:"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:
|
118 |
msgctxt "Widget"
|
119 |
msgid "Only Show Posts from These Categories:"
|
120 |
msgstr ""
|
@@ -228,7 +228,7 @@ msgstr ""
|
|
228 |
#: lite/includes/admin/wp-site-health.php:372
|
229 |
#: lite/includes/admin/wp-site-health.php:398
|
230 |
#: lite/includes/admin/wp-site-health.php:425
|
231 |
-
#: languages/vue.php:
|
232 |
msgid "View Addons"
|
233 |
msgstr ""
|
234 |
|
@@ -361,6 +361,8 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal ExactMetr
|
|
361 |
msgstr ""
|
362 |
|
363 |
#: lite/includes/admin/helpers.php:83
|
|
|
|
|
364 |
msgid "Upgrade to ExactMetrics Pro"
|
365 |
msgstr ""
|
366 |
|
@@ -379,12 +381,12 @@ msgid "You are not allowed to install plugins"
|
|
379 |
msgstr ""
|
380 |
|
381 |
#: lite/includes/admin/reports/report-queries.php:22
|
382 |
-
#: languages/vue.php:
|
383 |
msgid "Search Console"
|
384 |
msgstr ""
|
385 |
|
386 |
#: lite/includes/admin/reports/report-ecommerce.php:22
|
387 |
-
#: languages/vue.php:
|
388 |
msgid "eCommerce"
|
389 |
msgstr ""
|
390 |
|
@@ -397,17 +399,17 @@ msgid "Real Time"
|
|
397 |
msgstr ""
|
398 |
|
399 |
#: lite/includes/admin/reports/report-publisher.php:22
|
400 |
-
#: languages/vue.php:
|
401 |
msgid "Publishers"
|
402 |
msgstr ""
|
403 |
|
404 |
#: lite/includes/admin/reports/report-dimensions.php:22
|
405 |
-
#: languages/vue.php:
|
406 |
msgid "Dimensions"
|
407 |
msgstr ""
|
408 |
|
409 |
#: lite/includes/admin/reports/report-forms.php:22
|
410 |
-
#: languages/vue.php:
|
411 |
msgid "Forms"
|
412 |
msgstr ""
|
413 |
|
@@ -665,7 +667,7 @@ msgid "Question"
|
|
665 |
msgstr ""
|
666 |
|
667 |
#: includes/gutenberg/headline-tool/headline-tool.php:302
|
668 |
-
#: languages/vue.php:
|
669 |
msgid "General"
|
670 |
msgstr ""
|
671 |
|
@@ -2942,12 +2944,7 @@ msgstr ""
|
|
2942 |
msgid "I already did"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
|
2946 |
-
#: includes/admin/notification-event.php:179
|
2947 |
-
msgid "%s Days"
|
2948 |
-
msgstr ""
|
2949 |
-
|
2950 |
-
#: includes/admin/notification-event.php:308
|
2951 |
#: includes/admin/routes.php:614
|
2952 |
#: includes/admin/routes.php:948
|
2953 |
msgid "You don't have permission to view ExactMetrics reports."
|
@@ -2970,7 +2967,7 @@ msgid "There was an error grabbing data from SharedCount, please check the API K
|
|
2970 |
msgstr ""
|
2971 |
|
2972 |
#. Translators: Readable time to display
|
2973 |
-
#: includes/admin/notifications.php:
|
2974 |
msgid "%1$s ago"
|
2975 |
msgstr ""
|
2976 |
|
@@ -3158,22 +3155,74 @@ msgstr ""
|
|
3158 |
msgid "ExactMetrics has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of ExactMetrics. To solve this, ensure ExactMetrics is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: includes/admin/common.php:
|
3162 |
-
msgid "Your
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
|
3166 |
-
|
|
|
3167 |
msgstr ""
|
3168 |
|
|
|
3169 |
#: includes/admin/common.php:878
|
3170 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3171 |
msgstr ""
|
3172 |
|
3173 |
#: includes/admin/admin.php:34
|
3174 |
#: includes/admin/admin.php:42
|
3175 |
#: includes/admin/admin.php:188
|
3176 |
-
#: languages/vue.php:
|
3177 |
msgid "Settings"
|
3178 |
msgstr ""
|
3179 |
|
@@ -3189,7 +3238,7 @@ msgstr ""
|
|
3189 |
|
3190 |
#: includes/admin/admin.php:39
|
3191 |
#: includes/admin/admin.php:98
|
3192 |
-
#: languages/vue.php:
|
3193 |
msgid "Reports"
|
3194 |
msgstr ""
|
3195 |
|
@@ -3227,7 +3276,7 @@ msgstr ""
|
|
3227 |
|
3228 |
#: includes/admin/admin.php:63
|
3229 |
#: includes/admin/admin.php:106
|
3230 |
-
#: languages/vue.php:
|
3231 |
msgid "About Us"
|
3232 |
msgstr ""
|
3233 |
|
@@ -3260,7 +3309,7 @@ msgstr ""
|
|
3260 |
|
3261 |
#: includes/admin/admin.php:178
|
3262 |
#: includes/admin/admin.php:181
|
3263 |
-
#: languages/vue.php:
|
3264 |
msgid "Support"
|
3265 |
msgstr ""
|
3266 |
|
@@ -3270,28 +3319,17 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
|
|
3270 |
msgstr ""
|
3271 |
|
3272 |
#: includes/admin/admin.php:284
|
3273 |
-
#: languages/vue.php:
|
3274 |
msgid "Please Setup Website Analytics to See Audience Insights"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
#: includes/admin/admin.php:285
|
3278 |
-
#: languages/vue.php:
|
3279 |
msgid "Connect ExactMetrics and Setup Website Analytics"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: includes/admin/admin.php:287
|
3283 |
-
#: includes/admin/notifications/notification-mobile-device.php:43
|
3284 |
-
#: includes/admin/notifications/notification-returning-visitors.php:44
|
3285 |
-
#: includes/admin/notifications/notification-traffic-dropping.php:39
|
3286 |
-
#: includes/admin/notifications/notification-bounce-rate.php:43
|
3287 |
-
#: includes/admin/notifications/notification-headline-analyzer.php:30
|
3288 |
-
#: includes/admin/notifications/notification-audience.php:95
|
3289 |
-
#: languages/vue.php:401
|
3290 |
-
msgid "Learn More"
|
3291 |
-
msgstr ""
|
3292 |
-
|
3293 |
#: includes/admin/admin.php:289
|
3294 |
-
#: languages/vue.php:
|
3295 |
msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
|
3296 |
msgstr ""
|
3297 |
|
@@ -3302,17 +3340,17 @@ msgstr ""
|
|
3302 |
|
3303 |
#. Translators: Adds a link to the license renewal.
|
3304 |
#: includes/admin/admin.php:310
|
3305 |
-
#: languages/vue.php:
|
3306 |
msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
#: includes/admin/admin.php:312
|
3310 |
-
#: languages/vue.php:
|
3311 |
msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
|
3312 |
msgstr ""
|
3313 |
|
3314 |
#: includes/admin/admin.php:314
|
3315 |
-
#: languages/vue.php:
|
3316 |
msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
|
3317 |
msgstr ""
|
3318 |
|
@@ -3407,31 +3445,31 @@ msgid "%sGoogle Optimize%s is a free A/B testing and personalization product by
|
|
3407 |
msgstr ""
|
3408 |
|
3409 |
#. Translators: Mobile device notification title
|
3410 |
-
#: includes/admin/notifications/notification-mobile-device.php:
|
3411 |
msgid "Traffic from Mobile Devices is %s%%"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
#. Translators: Mobile device notification content
|
3415 |
-
#: includes/admin/notifications/notification-mobile-device.php:
|
3416 |
msgid "Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
-
#: includes/admin/notifications/notification-mobile-device.php:
|
3420 |
-
#: includes/admin/notifications/notification-returning-visitors.php:
|
3421 |
-
#: includes/admin/notifications/notification-traffic-dropping.php:
|
3422 |
-
#: includes/admin/notifications/notification-visitors.php:
|
3423 |
-
#: includes/admin/notifications/notification-bounce-rate.php:
|
3424 |
-
#: includes/admin/notifications/notification-audience.php:
|
3425 |
msgid "View Report"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
#. Translators: Returning visitors notification title
|
3429 |
-
#: includes/admin/notifications/notification-returning-visitors.php:
|
3430 |
msgid "Only %s%% of your visitors return to your site"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
#. Translators: Returning visitors notification content
|
3434 |
-
#: includes/admin/notifications/notification-returning-visitors.php:
|
3435 |
msgid "For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate."
|
3436 |
msgstr ""
|
3437 |
|
@@ -3444,24 +3482,24 @@ msgstr ""
|
|
3444 |
msgid "Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature."
|
3445 |
msgstr ""
|
3446 |
|
3447 |
-
#: includes/admin/notifications/notification-traffic-dropping.php:
|
3448 |
msgid "Your Website Traffic Is Dropping"
|
3449 |
msgstr ""
|
3450 |
|
3451 |
#. Translators: Traffic dropping notification content
|
3452 |
-
#: includes/admin/notifications/notification-traffic-dropping.php:
|
3453 |
msgid "Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again."
|
3454 |
msgstr ""
|
3455 |
|
3456 |
#. Translators: visitors notification title
|
3457 |
#. Translators: Number of visitors.
|
3458 |
-
#: includes/admin/notifications/notification-visitors.php:
|
3459 |
-
#: languages/vue.php:
|
3460 |
msgid "See how %s visitors found your site!"
|
3461 |
msgstr ""
|
3462 |
|
3463 |
#. Translators: visitors notification content
|
3464 |
-
#: includes/admin/notifications/notification-visitors.php:
|
3465 |
msgid "Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report."
|
3466 |
msgstr ""
|
3467 |
|
@@ -3496,31 +3534,31 @@ msgstr ""
|
|
3496 |
msgid "Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: includes/admin/notifications/notification-bounce-rate.php:
|
3500 |
msgid "Your website bounce rate is higher than 70%"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
-
#. Translators: Bounce rate notification content
|
3504 |
-
#: includes/admin/notifications/notification-bounce-rate.php:
|
3505 |
-
msgid "Your website bounce rate is %s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren
|
3506 |
msgstr ""
|
3507 |
|
3508 |
#: includes/admin/notifications/notification-headline-analyzer.php:24
|
3509 |
msgid "Headline Analyzer to Boost Your Clicks & Traffic"
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#. Translators: Headline Analyzer notification content
|
3513 |
#: includes/admin/notifications/notification-headline-analyzer.php:26
|
3514 |
-
msgid "Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%sWith the ExactMetrics Headline Analyzer%s, you can get targeted suggestions to improve your headlines, right in the WordPress editor."
|
3515 |
msgstr ""
|
3516 |
|
3517 |
#. Translators: Audience notification title
|
3518 |
-
#: includes/admin/notifications/notification-audience.php:
|
3519 |
msgid "%s%% of your Audience is from %s"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
#. Translators: Audience notification content
|
3523 |
-
#: includes/admin/notifications/notification-audience.php:
|
3524 |
msgid "Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available."
|
3525 |
msgstr ""
|
3526 |
|
@@ -3547,12 +3585,12 @@ msgid "By upgrading to ExactMetrics Pro you get access to additional reports rig
|
|
3547 |
msgstr ""
|
3548 |
|
3549 |
#: includes/admin/notifications/notification-upgrade-to-pro.php:34
|
3550 |
-
#: languages/vue.php:
|
3551 |
msgid "Upgrade to Pro"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
#: includes/admin/reports/overview.php:34
|
3555 |
-
#: languages/vue.php:
|
3556 |
msgid "Overview"
|
3557 |
msgstr ""
|
3558 |
|
@@ -3644,7 +3682,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
|
|
3644 |
msgstr ""
|
3645 |
|
3646 |
#: includes/admin/reports/abstract-report.php:383
|
3647 |
-
#: languages/vue.php:
|
3648 |
msgid "Upgrade Now"
|
3649 |
msgstr ""
|
3650 |
|
@@ -4839,7 +4877,7 @@ msgid "Theme"
|
|
4839 |
msgstr ""
|
4840 |
|
4841 |
#: languages/gutenberg.php:77
|
4842 |
-
#: languages/vue.php:
|
4843 |
msgid "Inline Popular Posts"
|
4844 |
msgstr ""
|
4845 |
|
@@ -4876,7 +4914,7 @@ msgid "Comment Color"
|
|
4876 |
msgstr ""
|
4877 |
|
4878 |
#: languages/gutenberg.php:107
|
4879 |
-
#: languages/vue.php:
|
4880 |
msgid "Wide-Layout Options"
|
4881 |
msgstr ""
|
4882 |
|
@@ -4885,12 +4923,12 @@ msgid "Choose Layout"
|
|
4885 |
msgstr ""
|
4886 |
|
4887 |
#: languages/gutenberg.php:113
|
4888 |
-
#: languages/vue.php:
|
4889 |
msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
|
4890 |
msgstr ""
|
4891 |
|
4892 |
#: languages/gutenberg.php:116
|
4893 |
-
#: languages/vue.php:
|
4894 |
msgid "Post Count"
|
4895 |
msgstr ""
|
4896 |
|
@@ -4899,7 +4937,7 @@ msgid "Number of posts displayed."
|
|
4899 |
msgstr ""
|
4900 |
|
4901 |
#: languages/gutenberg.php:122
|
4902 |
-
#: languages/vue.php:
|
4903 |
msgid "Display Options"
|
4904 |
msgstr ""
|
4905 |
|
@@ -4912,7 +4950,7 @@ msgid "Display Widget Title"
|
|
4912 |
msgstr ""
|
4913 |
|
4914 |
#: languages/gutenberg.php:131
|
4915 |
-
#: languages/vue.php:
|
4916 |
msgid "Widget Title"
|
4917 |
msgstr ""
|
4918 |
|
@@ -4921,17 +4959,17 @@ msgid "Only Show Posts From These Categories"
|
|
4921 |
msgstr ""
|
4922 |
|
4923 |
#: languages/gutenberg.php:137
|
4924 |
-
#: languages/vue.php:
|
4925 |
msgid "Display Author"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
#: languages/gutenberg.php:140
|
4929 |
-
#: languages/vue.php:
|
4930 |
msgid "Display Date"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
#: languages/gutenberg.php:143
|
4934 |
-
#: languages/vue.php:
|
4935 |
msgid "Display Comments"
|
4936 |
msgstr ""
|
4937 |
|
@@ -5152,7 +5190,7 @@ msgid "Goal: "
|
|
5152 |
msgstr ""
|
5153 |
|
5154 |
#: languages/gutenberg.php:312
|
5155 |
-
#: languages/vue.php:
|
5156 |
msgid "Headline Analyzer"
|
5157 |
msgstr ""
|
5158 |
|
@@ -5172,7 +5210,7 @@ msgstr ""
|
|
5172 |
msgid "2"
|
5173 |
msgstr ""
|
5174 |
|
5175 |
-
#: languages/vue.php:
|
5176 |
msgid "Error"
|
5177 |
msgstr ""
|
5178 |
|
@@ -5184,27 +5222,27 @@ msgstr ""
|
|
5184 |
msgid "Today"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
-
#: languages/vue.php:
|
5188 |
msgid "Yesterday"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
-
#: languages/vue.php:
|
5192 |
msgid "Last Week"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
-
#: languages/vue.php:
|
5196 |
msgid "Last Month"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
-
#: languages/vue.php:
|
5200 |
msgid "Last 7 days"
|
5201 |
msgstr ""
|
5202 |
|
5203 |
-
#: languages/vue.php:
|
5204 |
msgid "Last 30 days"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
-
#: languages/vue.php:
|
5208 |
msgid "Loading Settings"
|
5209 |
msgstr ""
|
5210 |
|
@@ -5233,7 +5271,7 @@ msgstr ""
|
|
5233 |
msgid "Loading new report data"
|
5234 |
msgstr ""
|
5235 |
|
5236 |
-
#. Translators:
|
5237 |
#: languages/vue.php:60
|
5238 |
msgid "Continue %s"
|
5239 |
msgstr ""
|
@@ -5250,185 +5288,185 @@ msgstr ""
|
|
5250 |
msgid "Unlock the Publishers Report and Focus on the Content That Matters"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
-
#: languages/vue.php:
|
5254 |
msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
|
5255 |
msgstr ""
|
5256 |
|
5257 |
-
#: languages/vue.php:
|
5258 |
msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#: languages/vue.php:
|
5262 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#: languages/vue.php:
|
5266 |
msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
-
#: languages/vue.php:
|
5270 |
msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
5271 |
msgstr ""
|
5272 |
|
5273 |
-
#: languages/vue.php:
|
5274 |
msgid "Unlock the Forms Report and Improve Conversions"
|
5275 |
msgstr ""
|
5276 |
|
5277 |
-
#: languages/vue.php:
|
5278 |
msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
|
5279 |
msgstr ""
|
5280 |
|
5281 |
-
#: languages/vue.php:
|
5282 |
msgid "Unlock the Search Console Report and See How People Find Your Website"
|
5283 |
msgstr ""
|
5284 |
|
5285 |
-
#: languages/vue.php:
|
5286 |
msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
|
5287 |
msgstr ""
|
5288 |
|
5289 |
-
#: languages/vue.php:
|
5290 |
msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
|
5291 |
msgstr ""
|
5292 |
|
5293 |
-
#: languages/vue.php:
|
5294 |
msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#: languages/vue.php:
|
5298 |
msgid "Loading settings"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: languages/vue.php:
|
5302 |
msgid "Success! "
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#: languages/vue.php:
|
5306 |
msgid "You're now using ExactMetrics Pro with all the features."
|
5307 |
msgstr ""
|
5308 |
|
5309 |
#. Translators: Placeholder gets replaced with an arrow icon.
|
5310 |
-
#: languages/vue.php:
|
5311 |
msgid "Get Started %s"
|
5312 |
msgstr ""
|
5313 |
|
5314 |
#. Translators: Current PHP version and recommended PHP version.
|
5315 |
-
#: languages/vue.php:
|
5316 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5317 |
msgstr ""
|
5318 |
|
5319 |
#. Translators: Current WordPress version.
|
5320 |
-
#: languages/vue.php:
|
5321 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5322 |
msgstr ""
|
5323 |
|
5324 |
-
#: languages/vue.php:
|
5325 |
msgid "Yikes! PHP Update Required"
|
5326 |
msgstr ""
|
5327 |
|
5328 |
#. Translators: Current PHP version and recommended PHP version.
|
5329 |
-
#: languages/vue.php:
|
5330 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5331 |
msgstr ""
|
5332 |
|
5333 |
-
#: languages/vue.php:
|
5334 |
msgid "Learn more about updating PHP"
|
5335 |
msgstr ""
|
5336 |
|
5337 |
-
#: languages/vue.php:
|
5338 |
msgid "Yikes! WordPress Update Required"
|
5339 |
msgstr ""
|
5340 |
|
5341 |
#. Translators: Current WordPress version.
|
5342 |
-
#: languages/vue.php:
|
5343 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5344 |
msgstr ""
|
5345 |
|
5346 |
-
#: languages/vue.php:
|
5347 |
msgid "Learn more about updating WordPress"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
#. Translators: Makes text bold.
|
5351 |
-
#: languages/vue.php:
|
5352 |
msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
|
5353 |
msgstr ""
|
5354 |
|
5355 |
#. Translators: Makes text bold.
|
5356 |
-
#: languages/vue.php:
|
5357 |
msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
|
5358 |
msgstr ""
|
5359 |
|
5360 |
#. Translators: Makes text bold.
|
5361 |
-
#: languages/vue.php:
|
5362 |
msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
|
5363 |
msgstr ""
|
5364 |
|
5365 |
#. Translators: Makes text bold.
|
5366 |
-
#: languages/vue.php:
|
5367 |
msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
|
5368 |
msgstr ""
|
5369 |
|
5370 |
#. Translators: Makes text bold.
|
5371 |
-
#: languages/vue.php:
|
5372 |
msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
|
5373 |
msgstr ""
|
5374 |
|
5375 |
#. Translators: Makes text bold.
|
5376 |
-
#: languages/vue.php:
|
5377 |
msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
|
5378 |
msgstr ""
|
5379 |
|
5380 |
#. Translators: Makes text bold.
|
5381 |
-
#: languages/vue.php:
|
5382 |
msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
|
5383 |
msgstr ""
|
5384 |
|
5385 |
#. Translators: Makes text bold.
|
5386 |
-
#: languages/vue.php:
|
5387 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
|
5388 |
msgstr ""
|
5389 |
|
5390 |
#. Translators: Adds link to the features page.
|
5391 |
-
#: languages/vue.php:
|
5392 |
msgid "%1$sSee All Features%2$s"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: languages/vue.php:
|
5396 |
msgid "Pro Plan"
|
5397 |
msgstr ""
|
5398 |
|
5399 |
-
#: languages/vue.php:
|
5400 |
msgid "per year"
|
5401 |
msgstr ""
|
5402 |
|
5403 |
-
#: languages/vue.php:
|
5404 |
msgid "Upgrade to ExactMetrics Pro Now"
|
5405 |
msgstr ""
|
5406 |
|
5407 |
-
#: languages/vue.php:
|
5408 |
msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
|
5409 |
msgstr ""
|
5410 |
|
5411 |
-
#: languages/vue.php:
|
5412 |
msgid "Daniel Monaghan - Experienced"
|
5413 |
msgstr ""
|
5414 |
|
5415 |
-
#: languages/vue.php:
|
5416 |
msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
|
5417 |
msgstr ""
|
5418 |
|
5419 |
-
#: languages/vue.php:
|
5420 |
msgid "Naomi Spirit - From This Day"
|
5421 |
msgstr ""
|
5422 |
|
5423 |
-
#: languages/vue.php:
|
5424 |
msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
|
5425 |
msgstr ""
|
5426 |
|
5427 |
-
#: languages/vue.php:
|
5428 |
msgid "Julie Dupuis - Faraway Land Travel"
|
5429 |
msgstr ""
|
5430 |
|
5431 |
-
#: languages/vue.php:
|
5432 |
msgid "Guides and Documentation:"
|
5433 |
msgstr ""
|
5434 |
|
@@ -5436,3129 +5474,3538 @@ msgstr ""
|
|
5436 |
msgid "Upgrade to PRO"
|
5437 |
msgstr ""
|
5438 |
|
5439 |
-
#: languages/vue.php:
|
5440 |
msgid "eCommerce Tracking"
|
5441 |
msgstr ""
|
5442 |
|
5443 |
-
#: languages/vue.php:
|
5444 |
msgid "Custom Dimensions"
|
5445 |
msgstr ""
|
5446 |
|
5447 |
-
#: languages/vue.php:
|
5448 |
msgid "Form Tracking"
|
5449 |
msgstr ""
|
5450 |
|
5451 |
-
#: languages/vue.php:
|
5452 |
msgid "AMP Support"
|
5453 |
msgstr ""
|
5454 |
|
5455 |
-
#: languages/vue.php:
|
5456 |
msgid "Author Tracking"
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: languages/vue.php:
|
5460 |
msgid "EU Compliance Addon"
|
5461 |
msgstr ""
|
5462 |
|
5463 |
-
#: languages/vue.php:
|
5464 |
msgid "Real Time Report"
|
5465 |
msgstr ""
|
5466 |
|
5467 |
-
#: languages/vue.php:
|
5468 |
msgid "Google Optimize"
|
5469 |
msgstr ""
|
5470 |
|
5471 |
-
#: languages/vue.php:
|
5472 |
msgid "Custom Date Ranges"
|
5473 |
msgstr ""
|
5474 |
|
5475 |
-
#: languages/vue.php:
|
5476 |
msgid "Getting Started with ExactMetrics"
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: languages/vue.php:
|
5480 |
msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
|
5481 |
msgstr ""
|
5482 |
|
5483 |
-
#: languages/vue.php:
|
5484 |
msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
|
5485 |
msgstr ""
|
5486 |
|
5487 |
-
#: languages/vue.php:
|
5488 |
msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
|
5489 |
msgstr ""
|
5490 |
|
5491 |
-
#: languages/vue.php:
|
5492 |
msgid "Launch the wizard!"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
-
#: languages/vue.php:
|
5496 |
msgid "Welcome to"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
#. Translators: Adds a line break.
|
5500 |
-
#: languages/vue.php:
|
5501 |
msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
|
5502 |
msgstr ""
|
5503 |
|
5504 |
#. Translators: Makes text bold.
|
5505 |
-
#: languages/vue.php:
|
5506 |
msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: languages/vue.php:
|
5510 |
msgid "ExactMetrics Features & Addons"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: languages/vue.php:
|
5514 |
msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: languages/vue.php:
|
5518 |
msgid "Getting Started"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: languages/vue.php:
|
5522 |
msgid "Lite vs Pro"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: languages/vue.php:
|
5526 |
msgid "Import Export"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: languages/vue.php:
|
5530 |
msgid "PrettyLinks Integration"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
#: languages/vue.php:
|
5534 |
msgid "Popular Posts Widget"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
-
#: languages/vue.php:
|
5538 |
msgid "Popular Products"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
-
#: languages/vue.php:
|
5542 |
msgid "Engagement"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: languages/vue.php:
|
5546 |
msgid "Publisher"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
-
#: languages/vue.php:
|
5550 |
msgid "Conversions"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
-
#: languages/vue.php:
|
5554 |
msgid "Advanced"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
-
#: languages/vue.php:
|
5558 |
msgid "URL Builder"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
-
#: languages/vue.php:
|
5562 |
msgid "Dimensions Report"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: languages/vue.php:
|
5566 |
msgid "Real-Time"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
-
#: languages/vue.php:
|
5570 |
msgid "Exit Setup"
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: languages/vue.php:
|
5574 |
msgid "Go back"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
#. Translators: Placeholders are replaced with the current step number out of the total number of steps.
|
5578 |
-
#: languages/vue.php:
|
5579 |
msgid "Step %1$s of %2$s"
|
5580 |
msgstr ""
|
5581 |
|
5582 |
-
#: languages/vue.php:
|
5583 |
msgid "You must connect with ExactMetrics before you can view reports."
|
5584 |
msgstr ""
|
5585 |
|
5586 |
-
#: languages/vue.php:
|
5587 |
msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
|
5588 |
msgstr ""
|
5589 |
|
5590 |
-
#: languages/vue.php:
|
5591 |
msgid "Launch Setup Wizard"
|
5592 |
msgstr ""
|
5593 |
|
5594 |
-
#: languages/vue.php:
|
5595 |
msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
|
5596 |
msgstr ""
|
5597 |
|
5598 |
-
#: languages/vue.php:
|
5599 |
msgid "Inbox"
|
5600 |
msgstr ""
|
5601 |
|
5602 |
-
#: languages/vue.php:
|
5603 |
msgid "Back to Inbox"
|
5604 |
msgstr ""
|
5605 |
|
5606 |
-
#: languages/vue.php:
|
5607 |
msgid "View Dismissed"
|
5608 |
msgstr ""
|
5609 |
|
5610 |
-
#: languages/vue.php:
|
5611 |
msgid "Notifications"
|
5612 |
msgstr ""
|
5613 |
|
5614 |
-
#: languages/vue.php:
|
5615 |
msgid "Dismiss All"
|
5616 |
msgstr ""
|
5617 |
|
5618 |
-
#: languages/vue.php:
|
5619 |
msgid "Dismissed"
|
5620 |
msgstr ""
|
5621 |
|
5622 |
-
#: languages/vue.php:
|
5623 |
msgid "No Notifications"
|
5624 |
msgstr ""
|
5625 |
|
5626 |
-
#: languages/vue.php:
|
5627 |
-
#: languages/vue.php:
|
5628 |
msgid "ExactMetrics Addons"
|
5629 |
msgstr ""
|
5630 |
|
5631 |
-
#: languages/vue.php:
|
5632 |
msgid "Search Addons"
|
5633 |
msgstr ""
|
5634 |
|
5635 |
-
#: languages/vue.php:
|
5636 |
msgid "Save Changes"
|
5637 |
msgstr ""
|
5638 |
|
5639 |
-
#: languages/vue.php:
|
5640 |
msgid "ExactMetrics encountered an error loading your report data"
|
5641 |
msgstr ""
|
5642 |
|
5643 |
-
#: languages/vue.php:
|
5644 |
msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
|
5645 |
msgstr ""
|
5646 |
|
5647 |
-
#: languages/vue.php:
|
5648 |
-
#: languages/vue.php:
|
5649 |
msgid "Reconnect ExactMetrics"
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#: languages/vue.php:
|
5653 |
msgid "Re-Authenticating"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#: languages/vue.php:
|
5657 |
msgid "Ok"
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: languages/vue.php:
|
5661 |
msgid "See Quick Links"
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#: languages/vue.php:
|
5665 |
msgid "Suggest a Feature"
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: languages/vue.php:
|
5669 |
msgid "Join Our Community"
|
5670 |
msgstr ""
|
5671 |
|
5672 |
-
#: languages/vue.php:
|
5673 |
msgid "Support & Docs"
|
5674 |
msgstr ""
|
5675 |
|
5676 |
-
#: languages/vue.php:
|
5677 |
msgid "Upgrade to Pro »"
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#: languages/vue.php:
|
5681 |
msgid "One-click Complete eCommerce tracking"
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#: languages/vue.php:
|
5685 |
msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: languages/vue.php:
|
5689 |
msgid "Forms Tracking"
|
5690 |
msgstr ""
|
5691 |
|
5692 |
-
#: languages/vue.php:
|
5693 |
msgid "One-click Form Events Tracking"
|
5694 |
msgstr ""
|
5695 |
|
5696 |
-
#: languages/vue.php:
|
5697 |
msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
-
#: languages/vue.php:
|
5701 |
msgid "WordPress Admin Area Reports"
|
5702 |
msgstr ""
|
5703 |
|
5704 |
-
#: languages/vue.php:
|
5705 |
msgid "Standard Reports"
|
5706 |
msgstr ""
|
5707 |
|
5708 |
-
#: languages/vue.php:
|
5709 |
msgid "Overview Reports for the last 30 days."
|
5710 |
msgstr ""
|
5711 |
|
5712 |
-
#: languages/vue.php:
|
5713 |
msgid "Advanced Reports"
|
5714 |
msgstr ""
|
5715 |
|
5716 |
-
#: languages/vue.php:
|
5717 |
msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#: languages/vue.php:
|
5721 |
msgid "Dashboard Widget"
|
5722 |
msgstr ""
|
5723 |
|
5724 |
-
#: languages/vue.php:
|
5725 |
msgid "Basic Widget"
|
5726 |
msgstr ""
|
5727 |
|
5728 |
-
#: languages/vue.php:
|
5729 |
msgid "Overview Report Synopsis"
|
5730 |
msgstr ""
|
5731 |
|
5732 |
-
#: languages/vue.php:
|
5733 |
msgid "Advanced Dashboard Widget"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#: languages/vue.php:
|
5737 |
msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#: languages/vue.php:
|
5741 |
msgid "Publisher Reports"
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#: languages/vue.php:
|
5745 |
msgid "Advanced Publisher Reports & Tracking"
|
5746 |
msgstr ""
|
5747 |
|
5748 |
-
#: languages/vue.php:
|
5749 |
msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
|
5750 |
msgstr ""
|
5751 |
|
5752 |
-
#: languages/vue.php:
|
5753 |
msgid "Not Available"
|
5754 |
msgstr ""
|
5755 |
|
5756 |
-
#: languages/vue.php:
|
5757 |
msgid "Complete Custom Dimensions Tracking"
|
5758 |
msgstr ""
|
5759 |
|
5760 |
-
#: languages/vue.php:
|
5761 |
msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
|
5762 |
msgstr ""
|
5763 |
|
5764 |
-
#: languages/vue.php:
|
5765 |
msgid "Limited Support"
|
5766 |
msgstr ""
|
5767 |
|
5768 |
-
#: languages/vue.php:
|
5769 |
msgid "Priority Support"
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#: languages/vue.php:
|
5773 |
msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
|
5774 |
msgstr ""
|
5775 |
|
5776 |
-
#: languages/vue.php:
|
5777 |
msgid "Feature"
|
5778 |
msgstr ""
|
5779 |
|
5780 |
-
#: languages/vue.php:
|
5781 |
msgid "Lite"
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: languages/vue.php:
|
5785 |
msgid "Pro"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: languages/vue.php:
|
5789 |
msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: languages/vue.php:
|
5793 |
msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: languages/vue.php:
|
5797 |
msgid "Universal Tracking"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: languages/vue.php:
|
5801 |
msgid "Included"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#: languages/vue.php:
|
5805 |
msgid "Custom Google Analytics Link Tracking"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: languages/vue.php:
|
5809 |
msgid "Standard Tracking"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: languages/vue.php:
|
5813 |
msgid "Advanced Tracking"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
#: languages/vue.php:
|
5817 |
msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
|
5818 |
msgstr ""
|
5819 |
|
5820 |
-
#: languages/vue.php:
|
5821 |
msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
|
5822 |
msgstr ""
|
5823 |
|
5824 |
-
#: languages/vue.php:
|
5825 |
msgid "No-Code-Needed Tracking Features"
|
5826 |
msgstr ""
|
5827 |
|
5828 |
-
#: languages/vue.php:
|
5829 |
msgid "Basic Tracking Options"
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: languages/vue.php:
|
5833 |
msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
|
5834 |
msgstr ""
|
5835 |
|
5836 |
-
#: languages/vue.php:
|
5837 |
msgid "Advanced Tracking Options"
|
5838 |
msgstr ""
|
5839 |
|
5840 |
-
#: languages/vue.php:
|
5841 |
msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
|
5842 |
msgstr ""
|
5843 |
|
5844 |
-
#: languages/vue.php:
|
5845 |
msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
|
5846 |
msgstr ""
|
5847 |
|
5848 |
-
#: languages/vue.php:
|
5849 |
msgid "No addons found."
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: languages/vue.php:
|
5853 |
msgid "Refresh Addons"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
#. Translators: Adds a line break.
|
5857 |
-
#: languages/vue.php:
|
5858 |
msgid "Upgrade to Pro to unlock addons and other great features."
|
5859 |
msgstr ""
|
5860 |
|
5861 |
-
#: languages/vue.php:
|
5862 |
msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
|
5863 |
msgstr ""
|
5864 |
|
5865 |
-
#: languages/vue.php:
|
5866 |
msgid "Refreshing Addons"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
-
#: languages/vue.php:
|
5870 |
msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
|
5871 |
msgstr ""
|
5872 |
|
5873 |
-
#: languages/vue.php:
|
5874 |
msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
|
5875 |
msgstr ""
|
5876 |
|
5877 |
-
#: languages/vue.php:
|
5878 |
msgid "The ExactMetrics Team"
|
5879 |
msgstr ""
|
5880 |
|
5881 |
#. Translators: Placeholders make the text green.
|
5882 |
-
#: languages/vue.php:
|
5883 |
msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
|
5884 |
msgstr ""
|
5885 |
|
5886 |
-
#: languages/vue.php:
|
5887 |
msgid "How to Connect to Google Analytics"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
-
#: languages/vue.php:
|
5891 |
msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
|
5892 |
msgstr ""
|
5893 |
|
5894 |
-
#: languages/vue.php:
|
5895 |
msgid "Guide and Checklist for Advanced Insights"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: languages/vue.php:
|
5899 |
msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: languages/vue.php:
|
5903 |
msgid "GDPR Guide"
|
5904 |
msgstr ""
|
5905 |
|
5906 |
-
#: languages/vue.php:
|
5907 |
msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
|
5908 |
msgstr ""
|
5909 |
|
5910 |
-
#: languages/vue.php:
|
5911 |
msgid "How to Install and Activate ExactMetrics Addons"
|
5912 |
msgstr ""
|
5913 |
|
5914 |
-
#: languages/vue.php:
|
5915 |
msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
|
5916 |
msgstr ""
|
5917 |
|
5918 |
-
#: languages/vue.php:
|
5919 |
msgid "Enabling eCommerce Tracking and Reports"
|
5920 |
msgstr ""
|
5921 |
|
5922 |
-
#: languages/vue.php:
|
5923 |
msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
|
5924 |
msgstr ""
|
5925 |
|
5926 |
-
#: languages/vue.php:
|
5927 |
msgid "Read Documentation"
|
5928 |
msgstr ""
|
5929 |
|
5930 |
#. Translators: Makes the text bold.
|
5931 |
-
#: languages/vue.php:
|
5932 |
msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
|
5933 |
msgstr ""
|
5934 |
|
5935 |
#. Translators: Makes the text bold.
|
5936 |
-
#: languages/vue.php:
|
5937 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: languages/vue.php:
|
5941 |
msgid "ExactMetrics Recommends WPForms"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
-
#: languages/vue.php:
|
5945 |
msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
|
5946 |
msgstr ""
|
5947 |
|
5948 |
-
#: languages/vue.php:
|
5949 |
msgid "Used on over 3,000,000 websites!"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
-
#: languages/vue.php:
|
5953 |
msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
|
5954 |
msgstr ""
|
5955 |
|
5956 |
-
#: languages/vue.php:
|
5957 |
msgid "Skip this Step"
|
5958 |
msgstr ""
|
5959 |
|
5960 |
-
#: languages/vue.php:
|
5961 |
msgid "Continue & Install WPForms"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
-
#: languages/vue.php:
|
5965 |
msgid "Installing..."
|
5966 |
msgstr ""
|
5967 |
|
5968 |
-
#: languages/vue.php:
|
5969 |
msgid "Awesome, You're All Set!"
|
5970 |
msgstr ""
|
5971 |
|
5972 |
-
#: languages/vue.php:
|
5973 |
msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
|
5974 |
msgstr ""
|
5975 |
|
5976 |
#. Translators: Make the text bold.
|
5977 |
-
#: languages/vue.php:
|
5978 |
msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
|
5979 |
msgstr ""
|
5980 |
|
5981 |
#. Translators: Add link to blog.
|
5982 |
-
#: languages/vue.php:
|
5983 |
msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
|
5984 |
msgstr ""
|
5985 |
|
5986 |
-
#: languages/vue.php:
|
5987 |
msgid "Finish Setup & Exit Wizard"
|
5988 |
msgstr ""
|
5989 |
|
5990 |
-
#: languages/vue.php:
|
5991 |
msgid "Google Analytics"
|
5992 |
msgstr ""
|
5993 |
|
5994 |
-
#: languages/vue.php:
|
5995 |
msgid "Subscribe"
|
5996 |
msgstr ""
|
5997 |
|
5998 |
-
#: languages/vue.php:
|
5999 |
msgid "Checking your website..."
|
6000 |
msgstr ""
|
6001 |
|
6002 |
#. Translators: Placeholders make the text highlighted.
|
6003 |
-
#: languages/vue.php:
|
6004 |
msgid "%1$sNeed%2$s to Grow FASTER??"
|
6005 |
msgstr ""
|
6006 |
|
6007 |
-
#: languages/vue.php:
|
6008 |
msgid "Get additional, actionable insights by going Pro."
|
6009 |
msgstr ""
|
6010 |
|
6011 |
-
#: languages/vue.php:
|
6012 |
msgid "Skip"
|
6013 |
msgstr ""
|
6014 |
|
6015 |
-
#: languages/vue.php:
|
6016 |
msgid "See All Features"
|
6017 |
msgstr ""
|
6018 |
|
6019 |
-
#: languages/vue.php:
|
6020 |
msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
|
6021 |
msgstr ""
|
6022 |
|
6023 |
-
#: languages/vue.php:
|
6024 |
msgid "Our Pro plan includes:"
|
6025 |
msgstr ""
|
6026 |
|
6027 |
-
#: languages/vue.php:
|
6028 |
msgid "Welcome to ExactMetrics!"
|
6029 |
msgstr ""
|
6030 |
|
6031 |
-
#: languages/vue.php:
|
6032 |
msgid "Let's get you set up."
|
6033 |
msgstr ""
|
6034 |
|
6035 |
-
#: languages/vue.php:
|
6036 |
msgid "Save and Continue"
|
6037 |
msgstr ""
|
6038 |
|
6039 |
-
#: languages/vue.php:
|
6040 |
msgid "Which category best describes your website?"
|
6041 |
msgstr ""
|
6042 |
|
6043 |
-
#: languages/vue.php:
|
6044 |
msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
|
6045 |
msgstr ""
|
6046 |
|
6047 |
-
#: languages/vue.php:
|
6048 |
msgid "Business Website"
|
6049 |
msgstr ""
|
6050 |
|
6051 |
#. Translators: Make text bold.
|
6052 |
-
#: languages/vue.php:
|
6053 |
msgid "Publisher %1$s(Blog)%2$s"
|
6054 |
msgstr ""
|
6055 |
|
6056 |
-
#: languages/vue.php:
|
6057 |
msgid "Ecommerce"
|
6058 |
msgstr ""
|
6059 |
|
6060 |
-
#: languages/vue.php:
|
6061 |
msgid "Connect ExactMetrics to Your Website"
|
6062 |
msgstr ""
|
6063 |
|
6064 |
-
#: languages/vue.php:
|
6065 |
msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
|
6066 |
msgstr ""
|
6067 |
|
6068 |
-
#: languages/vue.php:
|
6069 |
msgid "Connect Google Analytics + WordPress"
|
6070 |
msgstr ""
|
6071 |
|
6072 |
-
#: languages/vue.php:
|
6073 |
msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
|
6074 |
msgstr ""
|
6075 |
|
6076 |
-
#: languages/vue.php:
|
6077 |
msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
|
6078 |
msgstr ""
|
6079 |
|
6080 |
-
#: languages/vue.php:
|
6081 |
msgid "Manually enter your UA code"
|
6082 |
msgstr ""
|
6083 |
|
6084 |
-
#: languages/vue.php:
|
6085 |
msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
|
6086 |
msgstr ""
|
6087 |
|
6088 |
-
#: languages/vue.php:
|
6089 |
msgid "UA code can't be empty"
|
6090 |
msgstr ""
|
6091 |
|
6092 |
-
#: languages/vue.php:
|
6093 |
msgid "Saving UA code..."
|
6094 |
msgstr ""
|
6095 |
|
6096 |
-
#: languages/vue.php:
|
6097 |
msgid "Recommended Addons"
|
6098 |
msgstr ""
|
6099 |
|
6100 |
#. Translators: Add a link to upgrade and make the text green.
|
6101 |
-
#: languages/vue.php:
|
6102 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
-
#: languages/vue.php:
|
6106 |
msgid "Save and continue"
|
6107 |
msgstr ""
|
6108 |
|
6109 |
-
#: languages/vue.php:
|
6110 |
msgid "Upgrade to PRO Now"
|
6111 |
msgstr ""
|
6112 |
|
6113 |
-
#: languages/vue.php:
|
6114 |
msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
|
6115 |
msgstr ""
|
6116 |
|
6117 |
-
#: languages/vue.php:
|
6118 |
msgid "See All Your Important Store Metrics in One Place."
|
6119 |
msgstr ""
|
6120 |
|
6121 |
-
#: languages/vue.php:
|
6122 |
msgid "... and more:"
|
6123 |
msgstr ""
|
6124 |
|
6125 |
-
#: languages/vue.php:
|
6126 |
msgid "Dimensions- Track authors, categories, trags, searches, users and more."
|
6127 |
msgstr ""
|
6128 |
|
6129 |
-
#: languages/vue.php:
|
6130 |
msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
|
6131 |
msgstr ""
|
6132 |
|
6133 |
-
#: languages/vue.php:
|
6134 |
msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
|
6135 |
msgstr ""
|
6136 |
|
6137 |
-
#: languages/vue.php:
|
6138 |
msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
|
6139 |
msgstr ""
|
6140 |
|
6141 |
-
#: languages/vue.php:
|
6142 |
msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
|
6143 |
msgstr ""
|
6144 |
|
6145 |
-
#: languages/vue.php:
|
6146 |
msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
|
6147 |
msgstr ""
|
6148 |
|
6149 |
-
#: languages/vue.php:
|
6150 |
msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
|
6151 |
msgstr ""
|
6152 |
|
6153 |
-
#: languages/vue.php:
|
6154 |
msgid "Ads- See who’s clicking on your Google Adsense banner ads."
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: languages/vue.php:
|
6158 |
msgid "Recommended Settings"
|
6159 |
msgstr ""
|
6160 |
|
6161 |
-
#: languages/vue.php:
|
6162 |
msgid "ExactMetrics recommends the following settings based on your configuration."
|
6163 |
msgstr ""
|
6164 |
|
6165 |
-
#: languages/vue.php:
|
6166 |
msgid "Events Tracking"
|
6167 |
msgstr ""
|
6168 |
|
6169 |
-
#: languages/vue.php:
|
6170 |
msgid "Must have for all click tracking on site."
|
6171 |
msgstr ""
|
6172 |
|
6173 |
-
#: languages/vue.php:
|
6174 |
msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
|
6175 |
msgstr ""
|
6176 |
|
6177 |
-
#: languages/vue.php:
|
6178 |
msgid "Enhanced Link Attribution"
|
6179 |
msgstr ""
|
6180 |
|
6181 |
-
#: languages/vue.php:
|
6182 |
msgid "Improves the accuracy of your In-Page Analytics."
|
6183 |
msgstr ""
|
6184 |
|
6185 |
-
#: languages/vue.php:
|
6186 |
msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
|
6187 |
msgstr ""
|
6188 |
|
6189 |
-
#: languages/vue.php:
|
6190 |
msgid "Install Updates Automatically"
|
6191 |
msgstr ""
|
6192 |
|
6193 |
-
#: languages/vue.php:
|
6194 |
msgid "Get the latest features, bug fixes, and security updates as they are released."
|
6195 |
msgstr ""
|
6196 |
|
6197 |
-
#: languages/vue.php:
|
6198 |
msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
|
6199 |
msgstr ""
|
6200 |
|
6201 |
-
#: languages/vue.php:
|
6202 |
msgid "File Download Tracking"
|
6203 |
msgstr ""
|
6204 |
|
6205 |
-
#: languages/vue.php:
|
6206 |
msgid "Helps you see file downloads data."
|
6207 |
msgstr ""
|
6208 |
|
6209 |
-
#: languages/vue.php:
|
6210 |
msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
|
6211 |
msgstr ""
|
6212 |
|
6213 |
#. Translators: Example path (/go/).
|
6214 |
-
#: languages/vue.php:
|
6215 |
msgid "Path (example: %s)"
|
6216 |
msgstr ""
|
6217 |
|
6218 |
-
#: languages/vue.php:
|
6219 |
msgid "Path has to start with a / and have no spaces"
|
6220 |
msgstr ""
|
6221 |
|
6222 |
#. Translators: Example label (aff).
|
6223 |
-
#: languages/vue.php:
|
6224 |
msgid "Label (example: %s)"
|
6225 |
msgstr ""
|
6226 |
|
6227 |
-
#: languages/vue.php:
|
6228 |
msgid "Label can't contain any spaces"
|
6229 |
msgstr ""
|
6230 |
|
6231 |
-
#: languages/vue.php:
|
6232 |
msgid "Helps you increase affiliate revenue."
|
6233 |
msgstr ""
|
6234 |
|
6235 |
-
#: languages/vue.php:
|
6236 |
msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
|
6237 |
msgstr ""
|
6238 |
|
6239 |
-
#: languages/vue.php:
|
6240 |
msgid "Affiliate Link Tracking"
|
6241 |
msgstr ""
|
6242 |
|
6243 |
-
#: languages/vue.php:
|
6244 |
msgid "Who Can See Reports"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
-
#: languages/vue.php:
|
6248 |
msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
|
6249 |
msgstr ""
|
6250 |
|
6251 |
-
#: languages/vue.php:
|
6252 |
msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
|
6253 |
msgstr ""
|
6254 |
|
6255 |
-
#: languages/vue.php:
|
6256 |
msgid "Events Tracking is enabled the moment you set up ExactMetrics"
|
6257 |
msgstr ""
|
6258 |
|
6259 |
-
#: languages/vue.php:
|
6260 |
msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
|
6261 |
msgstr ""
|
6262 |
|
6263 |
-
#: languages/vue.php:
|
6264 |
msgid "+ Add Role"
|
6265 |
msgstr ""
|
6266 |
|
6267 |
-
#: languages/vue.php:
|
6268 |
msgid "Welcome to the all-new ExactMetrics"
|
6269 |
msgstr ""
|
6270 |
|
6271 |
-
#: languages/vue.php:
|
6272 |
msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
|
6273 |
msgstr ""
|
6274 |
|
6275 |
-
#: languages/vue.php:
|
6276 |
msgid "The New & Improved ExactMetrics includes:"
|
6277 |
msgstr ""
|
6278 |
|
6279 |
-
#: languages/vue.php:
|
6280 |
msgid "All-New Design"
|
6281 |
msgstr ""
|
6282 |
|
6283 |
-
#: languages/vue.php:
|
6284 |
msgid "Better Reporting"
|
6285 |
msgstr ""
|
6286 |
|
6287 |
-
#: languages/vue.php:
|
6288 |
msgid "Better Tracking"
|
6289 |
msgstr ""
|
6290 |
|
6291 |
-
#: languages/vue.php:
|
6292 |
msgid "Better Support"
|
6293 |
msgstr ""
|
6294 |
|
6295 |
-
#: languages/vue.php:
|
6296 |
msgid "Continue"
|
6297 |
msgstr ""
|
6298 |
|
6299 |
-
#: languages/vue.php:
|
6300 |
msgid "Your settings have been automatically transferred."
|
6301 |
msgstr ""
|
6302 |
|
6303 |
-
#: languages/vue.php:
|
6304 |
msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
|
6305 |
msgstr ""
|
6306 |
|
6307 |
-
#: languages/vue.php:
|
6308 |
msgid "Caching"
|
6309 |
msgstr ""
|
6310 |
|
6311 |
-
#: languages/vue.php:
|
6312 |
msgid "Enable Data Caching"
|
6313 |
msgstr ""
|
6314 |
|
6315 |
-
#: languages/vue.php:
|
6316 |
msgid "Refresh Cache Every"
|
6317 |
msgstr ""
|
6318 |
|
6319 |
-
#: languages/vue.php:
|
6320 |
msgid "Choose how often to refresh the cache."
|
6321 |
msgstr ""
|
6322 |
|
6323 |
-
#: languages/vue.php:
|
6324 |
msgid "Enable Ajaxify"
|
6325 |
msgstr ""
|
6326 |
|
6327 |
-
#: languages/vue.php:
|
6328 |
msgid "Ajaxify Widget"
|
6329 |
msgstr ""
|
6330 |
|
6331 |
-
#: languages/vue.php:
|
6332 |
msgid "Use to bypass page caching."
|
6333 |
msgstr ""
|
6334 |
|
6335 |
-
#: languages/vue.php:
|
6336 |
msgid "Empty Cache"
|
6337 |
msgstr ""
|
6338 |
|
6339 |
-
#: languages/vue.php:
|
6340 |
msgid "Click to manually wipe the cache right now."
|
6341 |
msgstr ""
|
6342 |
|
6343 |
-
#: languages/vue.php:
|
6344 |
msgid "Popular posts cache emptied"
|
6345 |
msgstr ""
|
6346 |
|
6347 |
-
#: languages/vue.php:
|
6348 |
msgid "Error emptying the popular posts cache. Please try again."
|
6349 |
msgstr ""
|
6350 |
|
6351 |
-
#: languages/vue.php:
|
6352 |
msgid "Choose Theme"
|
6353 |
msgstr ""
|
6354 |
|
6355 |
-
#: languages/vue.php:
|
6356 |
msgid "Behavior"
|
6357 |
msgstr ""
|
6358 |
|
6359 |
-
#: languages/vue.php:
|
6360 |
msgid "Widget Styling"
|
6361 |
msgstr ""
|
6362 |
|
6363 |
-
#: languages/vue.php:
|
6364 |
msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
|
6365 |
msgstr ""
|
6366 |
|
6367 |
-
#: languages/vue.php:
|
6368 |
msgid "Sort By"
|
6369 |
msgstr ""
|
6370 |
|
6371 |
-
#: languages/vue.php:
|
6372 |
msgid "Choose how you'd like the widget to determine your popular posts."
|
6373 |
msgstr ""
|
6374 |
|
6375 |
-
#: languages/vue.php:
|
6376 |
msgid "Placement"
|
6377 |
msgstr ""
|
6378 |
|
6379 |
-
#: languages/vue.php:
|
6380 |
msgid "Choose how you'd like to place the widget."
|
6381 |
msgstr ""
|
6382 |
|
6383 |
-
#: languages/vue.php:
|
6384 |
msgid "Insert After"
|
6385 |
msgstr ""
|
6386 |
|
6387 |
-
#: languages/vue.php:
|
6388 |
msgid "Choose where in the post body the widget will be placed."
|
6389 |
msgstr ""
|
6390 |
|
6391 |
-
#: languages/vue.php:
|
6392 |
msgid "Include in Post Types"
|
6393 |
msgstr ""
|
6394 |
|
6395 |
-
#: languages/vue.php:
|
6396 |
msgid "Exclude from specific posts"
|
6397 |
msgstr ""
|
6398 |
|
6399 |
#. Translators: Placeholders make the text bold.
|
6400 |
-
#: languages/vue.php:
|
6401 |
msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
|
6402 |
msgstr ""
|
6403 |
|
6404 |
#. Translators: Placeholders make the text bold.
|
6405 |
-
#: languages/vue.php:
|
6406 |
msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
|
6407 |
msgstr ""
|
6408 |
|
6409 |
-
#: languages/vue.php:
|
6410 |
msgid "Customize Design"
|
6411 |
msgstr ""
|
6412 |
|
6413 |
-
#: languages/vue.php:
|
6414 |
msgid "Loading Themes"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
-
#: languages/vue.php:
|
6418 |
msgid "words"
|
6419 |
msgstr ""
|
6420 |
|
6421 |
-
#: languages/vue.php:
|
6422 |
msgid "Please select at least one post to display."
|
6423 |
msgstr ""
|
6424 |
|
6425 |
#. Translators: placeholders make text small.
|
6426 |
-
#: languages/vue.php:
|
6427 |
msgid "Default Styles %1$s- As seen above.%2$s"
|
6428 |
msgstr ""
|
6429 |
|
6430 |
#. Translators: placeholders make text small.
|
6431 |
-
#: languages/vue.php:
|
6432 |
msgid "No Styles %1$s- Use your own CSS.%2$s"
|
6433 |
msgstr ""
|
6434 |
|
6435 |
#. Translators: placeholders make text small.
|
6436 |
-
#: languages/vue.php:
|
6437 |
msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
|
6438 |
msgstr ""
|
6439 |
|
6440 |
#. Translators: placeholders make text small.
|
6441 |
-
#: languages/vue.php:
|
6442 |
msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
|
6443 |
msgstr ""
|
6444 |
|
6445 |
#. Translators: placeholders make text small.
|
6446 |
-
#: languages/vue.php:
|
6447 |
msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
|
6448 |
msgstr ""
|
6449 |
|
6450 |
#. Translators: placeholders make text small.
|
6451 |
-
#: languages/vue.php:
|
6452 |
msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
|
6453 |
msgstr ""
|
6454 |
|
6455 |
#. Translators: placeholders make text small.
|
6456 |
-
#: languages/vue.php:
|
6457 |
msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
|
6458 |
msgstr ""
|
6459 |
|
6460 |
-
#: languages/vue.php:
|
6461 |
msgid "Display Title"
|
6462 |
msgstr ""
|
6463 |
|
6464 |
-
#: languages/vue.php:
|
6465 |
msgid "Title your widget and set it’s display preferences."
|
6466 |
msgstr ""
|
6467 |
|
6468 |
-
#: languages/vue.php:
|
6469 |
msgid "File imported"
|
6470 |
msgstr ""
|
6471 |
|
6472 |
-
#: languages/vue.php:
|
6473 |
msgid "Settings successfully updated!"
|
6474 |
msgstr ""
|
6475 |
|
6476 |
-
#: languages/vue.php:
|
6477 |
msgid "Error importing settings"
|
6478 |
msgstr ""
|
6479 |
|
6480 |
-
#: languages/vue.php:
|
6481 |
msgid "Please choose a .json file generated by a ExactMetrics settings export."
|
6482 |
msgstr ""
|
6483 |
|
6484 |
-
#: languages/vue.php:
|
6485 |
msgid "Import/Export"
|
6486 |
msgstr ""
|
6487 |
|
6488 |
-
#: languages/vue.php:
|
6489 |
msgid "Import"
|
6490 |
msgstr ""
|
6491 |
|
6492 |
-
#: languages/vue.php:
|
6493 |
msgid "Import settings from another ExactMetrics website."
|
6494 |
msgstr ""
|
6495 |
|
6496 |
-
#: languages/vue.php:
|
6497 |
msgid "Export"
|
6498 |
msgstr ""
|
6499 |
|
6500 |
-
#: languages/vue.php:
|
6501 |
msgid "Export settings to import into another ExactMetrics install."
|
6502 |
msgstr ""
|
6503 |
|
6504 |
-
#: languages/vue.php:
|
6505 |
msgid "Import Settings"
|
6506 |
msgstr ""
|
6507 |
|
6508 |
-
#: languages/vue.php:
|
6509 |
msgid "Export Settings"
|
6510 |
msgstr ""
|
6511 |
|
6512 |
-
#: languages/vue.php:
|
6513 |
msgid "Please choose a file to import"
|
6514 |
msgstr ""
|
6515 |
|
6516 |
-
#: languages/vue.php:
|
6517 |
msgid "Use the filepicker below to select the settings export file from another site."
|
6518 |
msgstr ""
|
6519 |
|
6520 |
-
#: languages/vue.php:
|
6521 |
msgid "Use the button below to export a file with your ExactMetrics settings."
|
6522 |
msgstr ""
|
6523 |
|
6524 |
-
#: languages/vue.php:
|
6525 |
msgid "Choose file"
|
6526 |
msgstr ""
|
6527 |
|
6528 |
-
#: languages/vue.php:
|
6529 |
msgid "No file chosen"
|
6530 |
msgstr ""
|
6531 |
|
6532 |
-
#: languages/vue.php:
|
6533 |
msgid "Uploading file..."
|
6534 |
msgstr ""
|
6535 |
|
6536 |
#. Translators: Adds a link to the Google reference.
|
6537 |
-
#: languages/vue.php:
|
6538 |
msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
|
6539 |
msgstr ""
|
6540 |
|
6541 |
-
#: languages/vue.php:
|
6542 |
msgid "Automatic Updates"
|
6543 |
msgstr ""
|
6544 |
|
6545 |
-
#: languages/vue.php:
|
6546 |
msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
|
6547 |
msgstr ""
|
6548 |
|
6549 |
-
#: languages/vue.php:
|
6550 |
msgid "Hide Admin Bar Reports"
|
6551 |
msgstr ""
|
6552 |
|
6553 |
#. Translators: placeholders make text small.
|
6554 |
-
#: languages/vue.php:
|
6555 |
msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
|
6556 |
msgstr ""
|
6557 |
|
6558 |
#. Translators: placeholders make text small.
|
6559 |
-
#: languages/vue.php:
|
6560 |
msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
|
6561 |
msgstr ""
|
6562 |
|
6563 |
#. Translators: placeholders make text small.
|
6564 |
-
#: languages/vue.php:
|
6565 |
msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
|
6566 |
msgstr ""
|
6567 |
|
6568 |
#. Translators: placeholders make text small.
|
6569 |
-
#: languages/vue.php:
|
6570 |
msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
|
6571 |
msgstr ""
|
6572 |
|
6573 |
#. Translators: placeholders make text small.
|
6574 |
-
#: languages/vue.php:
|
6575 |
msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
|
6576 |
msgstr ""
|
6577 |
|
6578 |
#. Translators: placeholders make text small.
|
6579 |
-
#: languages/vue.php:
|
6580 |
msgid "None %1$s- Manually update everything.%2$s"
|
6581 |
msgstr ""
|
6582 |
|
6583 |
#. Translators: Adds a link to the general settings tab.
|
6584 |
-
#: languages/vue.php:
|
6585 |
msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
|
6586 |
msgstr ""
|
6587 |
|
6588 |
-
#: languages/vue.php:
|
6589 |
msgid "Permissions"
|
6590 |
msgstr ""
|
6591 |
|
6592 |
-
#: languages/vue.php:
|
6593 |
msgid "Email Summaries"
|
6594 |
msgstr ""
|
6595 |
|
6596 |
-
#: languages/vue.php:
|
6597 |
msgid "Export PDF Reports"
|
6598 |
msgstr ""
|
6599 |
|
6600 |
-
#: languages/vue.php:
|
6601 |
msgid "Allow These User Roles to See Reports"
|
6602 |
msgstr ""
|
6603 |
|
6604 |
-
#: languages/vue.php:
|
6605 |
msgid "Users that have at least one of these roles will be able to view the reports."
|
6606 |
msgstr ""
|
6607 |
|
6608 |
-
#: languages/vue.php:
|
6609 |
msgid "Allow These User Roles to Save Settings"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
-
#: languages/vue.php:
|
6613 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel."
|
6614 |
msgstr ""
|
6615 |
|
6616 |
-
#: languages/vue.php:
|
6617 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
|
6618 |
msgstr ""
|
6619 |
|
6620 |
-
#: languages/vue.php:
|
6621 |
msgid "Exclude These User Roles From Tracking"
|
6622 |
msgstr ""
|
6623 |
|
6624 |
-
#: languages/vue.php:
|
6625 |
msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
|
6626 |
msgstr ""
|
6627 |
|
6628 |
-
#: languages/vue.php:
|
6629 |
msgid "Custom code"
|
6630 |
msgstr ""
|
6631 |
|
6632 |
-
#: languages/vue.php:
|
6633 |
msgid "License Key"
|
6634 |
msgstr ""
|
6635 |
|
6636 |
#. Translators: Adds link to the account area to retreive license key.
|
6637 |
-
#: languages/vue.php:
|
6638 |
msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
|
6639 |
msgstr ""
|
6640 |
|
6641 |
-
#: languages/vue.php:
|
6642 |
msgid "Paste your license key here"
|
6643 |
msgstr ""
|
6644 |
|
6645 |
-
#: languages/vue.php:
|
6646 |
msgid "Google Authentication"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
-
#: languages/vue.php:
|
6650 |
msgid "Verify"
|
6651 |
msgstr ""
|
6652 |
|
6653 |
-
#: languages/vue.php:
|
6654 |
msgid "Setup Wizard"
|
6655 |
msgstr ""
|
6656 |
|
6657 |
-
#: languages/vue.php:
|
6658 |
msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
|
6659 |
msgstr ""
|
6660 |
|
6661 |
-
#: languages/vue.php:
|
6662 |
msgid "Relaunch Setup Wizard"
|
6663 |
msgstr ""
|
6664 |
|
6665 |
-
#: languages/vue.php:
|
6666 |
msgid "Connect ExactMetrics to Start Tracking Your Data"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
-
#: languages/vue.php:
|
6670 |
msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
-
#. Translators:
|
6674 |
-
#: languages/vue.php:
|
6675 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s."
|
6676 |
msgstr ""
|
6677 |
|
6678 |
-
#: languages/vue.php:
|
6679 |
msgid "Receive 50% off automatically applied at the checkout!"
|
6680 |
msgstr ""
|
6681 |
|
6682 |
-
#: languages/vue.php:
|
6683 |
msgid "See all features"
|
6684 |
msgstr ""
|
6685 |
|
6686 |
-
#: languages/vue.php:
|
6687 |
msgid "Complete Upgrade"
|
6688 |
msgstr ""
|
6689 |
|
6690 |
-
#: languages/vue.php:
|
6691 |
msgid "Upgrade to Pro Version!"
|
6692 |
msgstr ""
|
6693 |
|
6694 |
#. Translators: Make text bold.
|
6695 |
-
#: languages/vue.php:
|
6696 |
msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
|
6697 |
msgstr ""
|
6698 |
|
6699 |
-
#: languages/vue.php:
|
6700 |
msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
|
6701 |
msgstr ""
|
6702 |
|
6703 |
-
#: languages/vue.php:
|
6704 |
msgid "Last 30 Days Analytics for "
|
6705 |
msgstr ""
|
6706 |
|
6707 |
-
#: languages/vue.php:
|
6708 |
msgid "Your Website"
|
6709 |
msgstr ""
|
6710 |
|
6711 |
-
#: languages/vue.php:
|
6712 |
msgid "Sessions"
|
6713 |
msgstr ""
|
6714 |
|
6715 |
-
#: languages/vue.php:
|
6716 |
msgid "Pageviews"
|
6717 |
msgstr ""
|
6718 |
|
6719 |
-
#: languages/vue.php:
|
6720 |
msgid "Avg. Duration"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
-
#: languages/vue.php:
|
6724 |
msgid "Bounce Rate"
|
6725 |
msgstr ""
|
6726 |
|
6727 |
-
#: languages/vue.php:
|
6728 |
msgid "More data is available"
|
6729 |
msgstr ""
|
6730 |
|
6731 |
-
#: languages/vue.php:
|
6732 |
msgid "Want to see page-specific stats?"
|
6733 |
msgstr ""
|
6734 |
|
6735 |
-
#: languages/vue.php:
|
6736 |
msgid "Dismiss"
|
6737 |
msgstr ""
|
6738 |
|
6739 |
#. Translators: Error status and error text.
|
6740 |
-
#: languages/vue.php:
|
6741 |
msgid "Can't load settings. Error: %1$s, %2$s"
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: languages/vue.php:
|
6745 |
msgid "You appear to be offline."
|
6746 |
msgstr ""
|
6747 |
|
6748 |
#. Translators: Error status and error text.
|
6749 |
-
#: languages/vue.php:
|
6750 |
msgid "Can't save settings. Error: %1$s, %2$s"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: languages/vue.php:
|
6754 |
msgid "Network error encountered. Settings not saved."
|
6755 |
msgstr ""
|
6756 |
|
6757 |
#. Translators: Error status and error text.
|
6758 |
-
#: languages/vue.php:
|
6759 |
msgid "Can't deauthenticate. Error: %1$s, %2$s"
|
6760 |
msgstr ""
|
6761 |
|
6762 |
-
#: languages/vue.php:
|
6763 |
msgid "You appear to be offline. Settings not saved."
|
6764 |
msgstr ""
|
6765 |
|
6766 |
#. Translators: Error status and error text.
|
6767 |
-
#: languages/vue.php:
|
6768 |
msgid "Can't load authentication details. Error: %1$s, %2$s"
|
6769 |
msgstr ""
|
6770 |
|
6771 |
#. Translators: Error status and error text.
|
6772 |
-
#: languages/vue.php:
|
6773 |
msgid "Can't authenticate. Error: %1$s, %2$s"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
#. Translators: Error status and error text.
|
6777 |
-
#: languages/vue.php:
|
6778 |
msgid "Can't reauthenticate. Error: %1$s, %2$s"
|
6779 |
msgstr ""
|
6780 |
|
6781 |
#. Translators: Error status and error text.
|
6782 |
-
#: languages/vue.php:
|
6783 |
msgid "Can't verify credentials. Error: %1$s, %2$s"
|
6784 |
msgstr ""
|
6785 |
|
6786 |
-
#: languages/vue.php:
|
6787 |
msgid "Proceed"
|
6788 |
msgstr ""
|
6789 |
|
6790 |
-
#: languages/vue.php:
|
6791 |
msgid "Connection Information"
|
6792 |
msgstr ""
|
6793 |
|
6794 |
-
#: languages/vue.php:
|
6795 |
msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
|
6796 |
msgstr ""
|
6797 |
|
6798 |
-
#: languages/vue.php:
|
6799 |
msgid "Hostname"
|
6800 |
msgstr ""
|
6801 |
|
6802 |
-
#: languages/vue.php:
|
6803 |
msgid "FTP Username"
|
6804 |
msgstr ""
|
6805 |
|
6806 |
-
#: languages/vue.php:
|
6807 |
msgid "FTP Password"
|
6808 |
msgstr ""
|
6809 |
|
6810 |
-
#: languages/vue.php:
|
6811 |
msgid "This password will not be stored on the server."
|
6812 |
msgstr ""
|
6813 |
|
6814 |
-
#: languages/vue.php:
|
6815 |
msgid "Connection Type"
|
6816 |
msgstr ""
|
6817 |
|
6818 |
-
#: languages/vue.php:
|
6819 |
msgid "Cancel"
|
6820 |
msgstr ""
|
6821 |
|
6822 |
-
#: languages/vue.php:
|
6823 |
msgid "Ecommerce Report"
|
6824 |
msgstr ""
|
6825 |
|
6826 |
-
#: languages/vue.php:
|
6827 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
|
6828 |
msgstr ""
|
6829 |
|
6830 |
-
#: languages/vue.php:
|
6831 |
msgid "Here's what you get:"
|
6832 |
msgstr ""
|
6833 |
|
6834 |
-
#: languages/vue.php:
|
6835 |
msgid "See Your Conversion Rate to Improve Funnel"
|
6836 |
msgstr ""
|
6837 |
|
6838 |
-
#: languages/vue.php:
|
6839 |
msgid "See The Number of Transactions and Make Data-Driven Decisions"
|
6840 |
msgstr ""
|
6841 |
|
6842 |
-
#: languages/vue.php:
|
6843 |
msgid "See The Total Revenue to Track Growth"
|
6844 |
msgstr ""
|
6845 |
|
6846 |
-
#: languages/vue.php:
|
6847 |
msgid "See Average Order Value to Find Offer Opportunities"
|
6848 |
msgstr ""
|
6849 |
|
6850 |
-
#: languages/vue.php:
|
6851 |
msgid "See Your Top Products to See Individual Performance"
|
6852 |
msgstr ""
|
6853 |
|
6854 |
-
#: languages/vue.php:
|
6855 |
msgid "See Your Top Conversion Sources and Focus on what's Working"
|
6856 |
msgstr ""
|
6857 |
|
6858 |
-
#: languages/vue.php:
|
6859 |
msgid "See The Time it Takes for Customers to Purchase"
|
6860 |
msgstr ""
|
6861 |
|
6862 |
-
#: languages/vue.php:
|
6863 |
msgid "See How Many Sessions are Needed for a Purchase"
|
6864 |
msgstr ""
|
6865 |
|
6866 |
-
#: languages/vue.php:
|
6867 |
msgid "New"
|
6868 |
msgstr ""
|
6869 |
|
6870 |
-
#: languages/vue.php:
|
6871 |
msgid "Returning"
|
6872 |
msgstr ""
|
6873 |
|
6874 |
-
#: languages/vue.php:
|
6875 |
msgid "Desktop"
|
6876 |
msgstr ""
|
6877 |
|
6878 |
-
#: languages/vue.php:
|
6879 |
msgid "Tablet"
|
6880 |
msgstr ""
|
6881 |
|
6882 |
-
#: languages/vue.php:
|
6883 |
msgid "Mobile"
|
6884 |
msgstr ""
|
6885 |
|
6886 |
-
#: languages/vue.php:
|
6887 |
msgid "Overview Report"
|
6888 |
msgstr ""
|
6889 |
|
6890 |
-
#: languages/vue.php:
|
6891 |
msgid "Avg. Session Duration"
|
6892 |
msgstr ""
|
6893 |
|
6894 |
-
#: languages/vue.php:
|
6895 |
msgid "New vs. Returning Visitors"
|
6896 |
msgstr ""
|
6897 |
|
6898 |
-
#: languages/vue.php:
|
6899 |
msgid "Device Breakdown"
|
6900 |
msgstr ""
|
6901 |
|
6902 |
-
#: languages/vue.php:
|
6903 |
msgid "Top 10 Countries"
|
6904 |
msgstr ""
|
6905 |
|
6906 |
-
#: languages/vue.php:
|
6907 |
msgid "View Countries Report"
|
6908 |
msgstr ""
|
6909 |
|
6910 |
-
#: languages/vue.php:
|
6911 |
msgid "Top 10 Referrals"
|
6912 |
msgstr ""
|
6913 |
|
6914 |
-
#: languages/vue.php:
|
6915 |
msgid "View All Referral Sources"
|
6916 |
msgstr ""
|
6917 |
|
6918 |
-
#: languages/vue.php:
|
6919 |
msgid "Top Posts/Pages"
|
6920 |
msgstr ""
|
6921 |
|
6922 |
-
#: languages/vue.php:
|
6923 |
msgid "View Full Posts/Pages Report"
|
6924 |
msgstr ""
|
6925 |
|
6926 |
-
#: languages/vue.php:
|
6927 |
msgid "A session is the browsing session of a single user to your site."
|
6928 |
msgstr ""
|
6929 |
|
6930 |
-
#: languages/vue.php:
|
6931 |
msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
|
6932 |
msgstr ""
|
6933 |
|
6934 |
-
#: languages/vue.php:
|
6935 |
msgid "Total duration of all sessions (in seconds) / number of sessions."
|
6936 |
msgstr ""
|
6937 |
|
6938 |
-
#: languages/vue.php:
|
6939 |
msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
|
6940 |
msgstr ""
|
6941 |
|
6942 |
-
#: languages/vue.php:
|
6943 |
msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
|
6944 |
msgstr ""
|
6945 |
|
6946 |
-
#: languages/vue.php:
|
6947 |
msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
|
6948 |
msgstr ""
|
6949 |
|
6950 |
-
#: languages/vue.php:
|
6951 |
msgid "This list shows the top countries your website visitors are from."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: languages/vue.php:
|
6955 |
msgid "This list shows the top websites that send your website traffic, known as referral traffic."
|
6956 |
msgstr ""
|
6957 |
|
6958 |
-
#: languages/vue.php:
|
6959 |
msgid "This list shows the most viewed posts and pages on your website."
|
6960 |
msgstr ""
|
6961 |
|
6962 |
-
#: languages/vue.php:
|
6963 |
msgid "Unlock the Publisher Report and Focus on the Content That Matters"
|
6964 |
msgstr ""
|
6965 |
|
6966 |
-
#: languages/vue.php:
|
6967 |
msgid "See Your Top Landing Pages to Improve Engagement"
|
6968 |
msgstr ""
|
6969 |
|
6970 |
-
#: languages/vue.php:
|
6971 |
msgid "See Your Top Exit Pages to Reduce Abandonment"
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: languages/vue.php:
|
6975 |
msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
|
6976 |
msgstr ""
|
6977 |
|
6978 |
-
#: languages/vue.php:
|
6979 |
msgid "See Your Top Affiliate Links and Focus on what’s working"
|
6980 |
msgstr ""
|
6981 |
|
6982 |
-
#: languages/vue.php:
|
6983 |
msgid "See Your Top Downloads and Improve Conversions"
|
6984 |
msgstr ""
|
6985 |
|
6986 |
-
#: languages/vue.php:
|
6987 |
msgid "See Audience Demographic Report (Age / Gender / Interests)"
|
6988 |
msgstr ""
|
6989 |
|
6990 |
-
#: languages/vue.php:
|
6991 |
msgid "Custom Dimensions Report"
|
6992 |
msgstr ""
|
6993 |
|
6994 |
-
#: languages/vue.php:
|
6995 |
msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
|
6996 |
msgstr ""
|
6997 |
|
6998 |
-
#: languages/vue.php:
|
6999 |
msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
7000 |
msgstr ""
|
7001 |
|
7002 |
-
#: languages/vue.php:
|
7003 |
msgid "Author tracking to see which author’s posts generate the most traffic"
|
7004 |
msgstr ""
|
7005 |
|
7006 |
-
#: languages/vue.php:
|
7007 |
msgid "Post Type tracking to see which WordPress post types perform better"
|
7008 |
msgstr ""
|
7009 |
|
7010 |
-
#: languages/vue.php:
|
7011 |
msgid "Category tracking to see which sections of your sites are the most popular"
|
7012 |
msgstr ""
|
7013 |
|
7014 |
-
#: languages/vue.php:
|
7015 |
msgid "SEO score tracking to see which blog SEO scores are the most popular"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
-
#: languages/vue.php:
|
7019 |
msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
|
7020 |
msgstr ""
|
7021 |
|
7022 |
-
#: languages/vue.php:
|
7023 |
msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
|
7024 |
msgstr ""
|
7025 |
|
7026 |
#. Translators: Number of visitors.
|
7027 |
-
#: languages/vue.php:
|
7028 |
msgid "Your website was visited by %s users in the last 30 days."
|
7029 |
msgstr ""
|
7030 |
|
7031 |
-
#: languages/vue.php:
|
7032 |
msgid "See the full analytics report!"
|
7033 |
msgstr ""
|
7034 |
|
7035 |
-
#: languages/vue.php:
|
7036 |
msgid "Network Active"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
-
#: languages/vue.php:
|
7040 |
msgid "Active"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
-
#: languages/vue.php:
|
7044 |
msgid "Inactive"
|
7045 |
msgstr ""
|
7046 |
|
7047 |
#. Translators: Placeholder for the addon status (installed, active, etc).
|
7048 |
-
#: languages/vue.php:
|
7049 |
msgid "Status: %s"
|
7050 |
msgstr ""
|
7051 |
|
7052 |
-
#: languages/vue.php:
|
7053 |
msgid "Not Installed"
|
7054 |
msgstr ""
|
7055 |
|
7056 |
-
#: languages/vue.php:
|
7057 |
msgid "Custom Campaign Parameters"
|
7058 |
msgstr ""
|
7059 |
|
7060 |
-
#: languages/vue.php:
|
7061 |
msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
|
7062 |
msgstr ""
|
7063 |
|
7064 |
-
#: languages/vue.php:
|
7065 |
msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
|
7066 |
msgstr ""
|
7067 |
|
7068 |
#. Translators: Marks the field as required.
|
7069 |
-
#: languages/vue.php:
|
7070 |
msgid "Website URL %s"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
#. Translators: Display the current website url in italic.
|
7074 |
-
#: languages/vue.php:
|
7075 |
msgid "The full website URL (e.g. %1$s %2$s%3$s)"
|
7076 |
msgstr ""
|
7077 |
|
7078 |
#. Translators: Marks the field as required.
|
7079 |
-
#: languages/vue.php:
|
7080 |
msgid "Campaign Source %s"
|
7081 |
msgstr ""
|
7082 |
|
7083 |
#. Translators: Make the text italic.
|
7084 |
-
#: languages/vue.php:
|
7085 |
msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
#. Translators: Make the text italic.
|
7089 |
-
#: languages/vue.php:
|
7090 |
msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
#. Translators: Make the text italic.
|
7094 |
-
#: languages/vue.php:
|
7095 |
msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
|
7096 |
msgstr ""
|
7097 |
|
7098 |
-
#: languages/vue.php:
|
7099 |
msgid "Enter the paid keyword"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
-
#: languages/vue.php:
|
7103 |
msgid "Enter something to differentiate ads"
|
7104 |
msgstr ""
|
7105 |
|
7106 |
-
#: languages/vue.php:
|
7107 |
msgid "Use Fragment"
|
7108 |
msgstr ""
|
7109 |
|
7110 |
#. Translators: Make the text bold.
|
7111 |
-
#: languages/vue.php:
|
7112 |
msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
-
#: languages/vue.php:
|
7116 |
msgid "URL to use"
|
7117 |
msgstr ""
|
7118 |
|
7119 |
-
#: languages/vue.php:
|
7120 |
msgid "(Updates automatically)"
|
7121 |
msgstr ""
|
7122 |
|
7123 |
-
#: languages/vue.php:
|
7124 |
msgid "Copy to Clipboard"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
-
#: languages/vue.php:
|
7128 |
msgid "Copy to Pretty Links"
|
7129 |
msgstr ""
|
7130 |
|
7131 |
-
#: languages/vue.php:
|
7132 |
msgid "Make your campaign links prettier!"
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: languages/vue.php:
|
7136 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
|
7137 |
msgstr ""
|
7138 |
|
7139 |
-
#: languages/vue.php:
|
7140 |
msgid "Download Pretty Links"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
-
#: languages/vue.php:
|
7144 |
msgid "More Information & Examples"
|
7145 |
msgstr ""
|
7146 |
|
7147 |
-
#: languages/vue.php:
|
7148 |
msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
|
7149 |
msgstr ""
|
7150 |
|
7151 |
-
#: languages/vue.php:
|
7152 |
msgid "Campaign Source"
|
7153 |
msgstr ""
|
7154 |
|
7155 |
-
#: languages/vue.php:
|
7156 |
msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
|
7157 |
msgstr ""
|
7158 |
|
7159 |
-
#: languages/vue.php:
|
7160 |
msgid "Campaign Medium"
|
7161 |
msgstr ""
|
7162 |
|
7163 |
-
#: languages/vue.php:
|
7164 |
msgid "Use utm_medium to identify a medium such as email or cost-per-click."
|
7165 |
msgstr ""
|
7166 |
|
7167 |
-
#: languages/vue.php:
|
7168 |
msgid "Campaign Name"
|
7169 |
msgstr ""
|
7170 |
|
7171 |
-
#: languages/vue.php:
|
7172 |
msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
|
7173 |
msgstr ""
|
7174 |
|
7175 |
-
#: languages/vue.php:
|
7176 |
msgid "Campaign Term"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
-
#: languages/vue.php:
|
7180 |
msgid "Used for paid search. Use utm_term to note the keywords for this ad."
|
7181 |
msgstr ""
|
7182 |
|
7183 |
-
#: languages/vue.php:
|
7184 |
msgid "Campaign Content"
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: languages/vue.php:
|
7188 |
msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
|
7189 |
msgstr ""
|
7190 |
|
7191 |
#. Translators: Example.
|
7192 |
-
#: languages/vue.php:
|
7193 |
msgid "Example: %s"
|
7194 |
msgstr ""
|
7195 |
|
7196 |
#. Translators: Examples.
|
7197 |
-
#: languages/vue.php:
|
7198 |
msgid "Examples: %s"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#: languages/vue.php:
|
7202 |
msgid "About Campaigns"
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#: languages/vue.php:
|
7206 |
msgid "About Custom Campaigns"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: languages/vue.php:
|
7210 |
msgid "Best Practices for Creating Custom Campaigns"
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#: languages/vue.php:
|
7214 |
msgid "About the Referral Traffic Report"
|
7215 |
msgstr ""
|
7216 |
|
7217 |
-
#: languages/vue.php:
|
7218 |
msgid "About Traffic Source Dimensions"
|
7219 |
msgstr ""
|
7220 |
|
7221 |
-
#: languages/vue.php:
|
7222 |
msgid "AdWords Auto-Tagging"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#: languages/vue.php:
|
7226 |
msgid "Additional Information"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
-
#: languages/vue.php:
|
7230 |
msgid "Forms Report"
|
7231 |
msgstr ""
|
7232 |
|
7233 |
-
#: languages/vue.php:
|
7234 |
msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#: languages/vue.php:
|
7238 |
msgid "See Your Top Converting Forms and Optimize"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
-
#: languages/vue.php:
|
7242 |
msgid "See Your Forms Impressions Count to Find the Best Placement"
|
7243 |
msgstr ""
|
7244 |
|
7245 |
-
#: languages/vue.php:
|
7246 |
msgid "Cross Domain Tracking"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
#. Translators: Add links to documentation.
|
7250 |
-
#: languages/vue.php:
|
7251 |
msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
|
7252 |
msgstr ""
|
7253 |
|
7254 |
-
#: languages/vue.php:
|
7255 |
msgid "Demographics"
|
7256 |
msgstr ""
|
7257 |
|
7258 |
-
#: languages/vue.php:
|
7259 |
msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
-
#: languages/vue.php:
|
7263 |
msgid "Anonymize IP Addresses"
|
7264 |
msgstr ""
|
7265 |
|
7266 |
-
#: languages/vue.php:
|
7267 |
msgid "Link Attribution"
|
7268 |
msgstr ""
|
7269 |
|
7270 |
-
#: languages/vue.php:
|
7271 |
msgid "Enable Enhanced Link Attribution"
|
7272 |
msgstr ""
|
7273 |
|
7274 |
-
#: languages/vue.php:
|
7275 |
msgid "Enable Anchor Tracking"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
-
#: languages/vue.php:
|
7279 |
msgid "Enable allowAnchor"
|
7280 |
msgstr ""
|
7281 |
|
7282 |
-
#: languages/vue.php:
|
7283 |
msgid "Enable allowLinker"
|
7284 |
msgstr ""
|
7285 |
|
7286 |
-
#: languages/vue.php:
|
7287 |
msgid "Enable Tag Links in RSS"
|
7288 |
msgstr ""
|
7289 |
|
7290 |
-
#: languages/vue.php:
|
7291 |
msgid "File Downloads"
|
7292 |
msgstr ""
|
7293 |
|
7294 |
-
#: languages/vue.php:
|
7295 |
msgid "Extensions of Files to Track as Downloads"
|
7296 |
msgstr ""
|
7297 |
|
7298 |
-
#: languages/vue.php:
|
7299 |
msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
|
7300 |
msgstr ""
|
7301 |
|
7302 |
#. Translators: Add links to documentation.
|
7303 |
-
#: languages/vue.php:
|
7304 |
msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
|
7305 |
msgstr ""
|
7306 |
|
7307 |
#. Translators: Add links to documentation.
|
7308 |
-
#: languages/vue.php:
|
7309 |
msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
|
7310 |
msgstr ""
|
7311 |
|
7312 |
#. Translators: Add links to documentation.
|
7313 |
-
#: languages/vue.php:
|
7314 |
msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
|
7315 |
msgstr ""
|
7316 |
|
7317 |
-
#: languages/vue.php:
|
7318 |
msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
|
7319 |
msgstr ""
|
7320 |
|
7321 |
#. Translators: Add links to documentation.
|
7322 |
-
#: languages/vue.php:
|
7323 |
msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
|
7324 |
msgstr ""
|
7325 |
|
7326 |
#. Translators: Add links to documentation.
|
7327 |
-
#: languages/vue.php:
|
7328 |
msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
|
7329 |
msgstr ""
|
7330 |
|
7331 |
#. Translators: Add links to documentation.
|
7332 |
-
#: languages/vue.php:
|
7333 |
msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
|
7334 |
msgstr ""
|
7335 |
|
7336 |
-
#: languages/vue.php:
|
7337 |
msgid "Add domain"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
#. Translators: Domain name example.
|
7341 |
-
#: languages/vue.php:
|
7342 |
msgid "Domain (example: %s)"
|
7343 |
msgstr ""
|
7344 |
|
7345 |
#. Translators: Current domain name that should not be used.
|
7346 |
-
#: languages/vue.php:
|
7347 |
msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
|
7348 |
msgstr ""
|
7349 |
|
7350 |
-
#: languages/vue.php:
|
7351 |
msgid "Search Console Report"
|
7352 |
msgstr ""
|
7353 |
|
7354 |
-
#: languages/vue.php:
|
7355 |
msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
|
7356 |
msgstr ""
|
7357 |
|
7358 |
-
#: languages/vue.php:
|
7359 |
msgid "See Your Top Google Search Terms and Optimize Content"
|
7360 |
msgstr ""
|
7361 |
|
7362 |
-
#: languages/vue.php:
|
7363 |
msgid "See The Number of Clicks and Track Interests"
|
7364 |
msgstr ""
|
7365 |
|
7366 |
-
#: languages/vue.php:
|
7367 |
msgid "See The Click-Through-Ratio and Improve SEO"
|
7368 |
msgstr ""
|
7369 |
|
7370 |
-
#: languages/vue.php:
|
7371 |
msgid "See The Average Results Position and Focus on what works."
|
7372 |
msgstr ""
|
7373 |
|
7374 |
-
#: languages/vue.php:
|
7375 |
msgid "Installing Addon"
|
7376 |
msgstr ""
|
7377 |
|
7378 |
-
#: languages/vue.php:
|
7379 |
msgid "Activating Addon"
|
7380 |
msgstr ""
|
7381 |
|
7382 |
-
#: languages/vue.php:
|
7383 |
msgid "Addon Activated"
|
7384 |
msgstr ""
|
7385 |
|
7386 |
-
#: languages/vue.php:
|
7387 |
msgid "Loading report data"
|
7388 |
msgstr ""
|
7389 |
|
7390 |
-
#: languages/vue.php:
|
7391 |
msgid "Please activate manually"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
#. Translators: Adds the error status and status text.
|
7395 |
-
#: languages/vue.php:
|
7396 |
msgid "Error: %1$s, %2$s"
|
7397 |
msgstr ""
|
7398 |
|
7399 |
-
#: languages/vue.php:
|
7400 |
msgid "Error Activating Addon"
|
7401 |
msgstr ""
|
7402 |
|
7403 |
-
#: languages/vue.php:
|
7404 |
msgid "Redirecting"
|
7405 |
msgstr ""
|
7406 |
|
7407 |
-
#: languages/vue.php:
|
7408 |
msgid "Please wait"
|
7409 |
msgstr ""
|
7410 |
|
7411 |
-
#: languages/vue.php:
|
7412 |
msgid "activate"
|
7413 |
msgstr ""
|
7414 |
|
7415 |
-
#: languages/vue.php:
|
7416 |
msgid "install"
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#: languages/vue.php:
|
7420 |
msgid "Visit addons page"
|
7421 |
msgstr ""
|
7422 |
|
7423 |
-
#: languages/vue.php:
|
7424 |
msgid "Report Unavailable"
|
7425 |
msgstr ""
|
7426 |
|
7427 |
#. Translators: Install/Activate the addon.
|
7428 |
-
#: languages/vue.php:
|
7429 |
msgid "%s Addon"
|
7430 |
msgstr ""
|
7431 |
|
7432 |
-
#: languages/vue.php:
|
7433 |
msgid "Go Back To Reports"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
-
#: languages/vue.php:
|
7437 |
msgid "Enable Enhanced eCommerce"
|
7438 |
msgstr ""
|
7439 |
|
7440 |
-
#: languages/vue.php:
|
7441 |
msgid "Real-Time Report"
|
7442 |
msgstr ""
|
7443 |
|
7444 |
-
#: languages/vue.php:
|
7445 |
msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
|
7446 |
msgstr ""
|
7447 |
|
7448 |
#. Translators: add link to blog.
|
7449 |
-
#: languages/vue.php:
|
7450 |
msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
7451 |
msgstr ""
|
7452 |
|
7453 |
-
#: languages/vue.php:
|
7454 |
msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
|
7455 |
msgstr ""
|
7456 |
|
7457 |
-
#: languages/vue.php:
|
7458 |
msgid "See Your Top Pages Immediately After Making Changes"
|
7459 |
msgstr ""
|
7460 |
|
7461 |
-
#: languages/vue.php:
|
7462 |
msgid "See Your Top Referral Sources and Adapt Faster"
|
7463 |
msgstr ""
|
7464 |
|
7465 |
-
#: languages/vue.php:
|
7466 |
msgid "See Your Traffic Demographics"
|
7467 |
msgstr ""
|
7468 |
|
7469 |
-
#: languages/vue.php:
|
7470 |
msgid "Get Fresh Reports Data Every 60 Seconds"
|
7471 |
msgstr ""
|
7472 |
|
7473 |
-
#: languages/vue.php:
|
7474 |
msgid "See Where Your Visitors are Connecting From (country & city)"
|
7475 |
msgstr ""
|
7476 |
|
7477 |
-
#: languages/vue.php:
|
7478 |
msgid "Help Us Improve"
|
7479 |
msgstr ""
|
7480 |
|
7481 |
-
#: languages/vue.php:
|
7482 |
msgid "Help us better understand our users and their website needs."
|
7483 |
msgstr ""
|
7484 |
|
7485 |
#. Translators: Adds a link to the documentation.
|
7486 |
-
#: languages/vue.php:
|
7487 |
msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
|
7488 |
msgstr ""
|
7489 |
|
7490 |
-
#: languages/vue.php:
|
7491 |
-
#: languages/vue.php:
|
7492 |
msgid "Connect ExactMetrics"
|
7493 |
msgstr ""
|
7494 |
|
7495 |
-
#: languages/vue.php:
|
7496 |
msgid "Website profile"
|
7497 |
msgstr ""
|
7498 |
|
7499 |
-
#: languages/vue.php:
|
7500 |
msgid "Active profile"
|
7501 |
msgstr ""
|
7502 |
|
7503 |
-
#: languages/vue.php:
|
7504 |
msgid "Your website profile has been set at the network level of your WordPress Multisite."
|
7505 |
msgstr ""
|
7506 |
|
7507 |
-
#: languages/vue.php:
|
7508 |
msgid "If you would like to use a different profile for this subsite, you can authenticate below."
|
7509 |
msgstr ""
|
7510 |
|
7511 |
-
#: languages/vue.php:
|
7512 |
msgid "Skip and Keep Connection"
|
7513 |
msgstr ""
|
7514 |
|
7515 |
-
#: languages/vue.php:
|
7516 |
msgid "Authenticating"
|
7517 |
msgstr ""
|
7518 |
|
7519 |
-
#: languages/vue.php:
|
7520 |
msgid "No options available"
|
7521 |
msgstr ""
|
7522 |
|
7523 |
-
#: languages/vue.php:
|
7524 |
msgid "This feature requires ExactMetrics Pro"
|
7525 |
msgstr ""
|
7526 |
|
7527 |
-
#: languages/vue.php:
|
7528 |
msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
|
7529 |
msgstr ""
|
7530 |
|
7531 |
-
#: languages/vue.php:
|
7532 |
msgid "Upgrade to Pro and Unlock Popular Products"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
-
#: languages/vue.php:
|
7536 |
msgid "View all Pro features"
|
7537 |
msgstr ""
|
7538 |
|
7539 |
-
#: languages/vue.php:
|
7540 |
msgid "Reset to default"
|
7541 |
msgstr ""
|
7542 |
|
7543 |
-
#: languages/vue.php:
|
7544 |
msgid "The value entered does not match the required format"
|
7545 |
msgstr ""
|
7546 |
|
7547 |
#. Translators: Placeholders are used for making text bold and adding a link.
|
7548 |
-
#: languages/vue.php:
|
7549 |
msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
|
7550 |
msgstr ""
|
7551 |
|
7552 |
#. Translators: Error status and error text.
|
7553 |
-
#: languages/vue.php:
|
7554 |
msgid "Can't load errors. Error: %1$s, %2$s"
|
7555 |
msgstr ""
|
7556 |
|
7557 |
-
#: languages/vue.php:
|
7558 |
msgid "Only Show Posts from These Categories"
|
7559 |
msgstr ""
|
7560 |
|
7561 |
-
#: languages/vue.php:
|
7562 |
msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
|
7563 |
msgstr ""
|
7564 |
|
7565 |
-
#: languages/vue.php:
|
7566 |
msgid "Popular Posts data can be fetched correctly"
|
7567 |
msgstr ""
|
7568 |
|
7569 |
-
#: languages/vue.php:
|
7570 |
msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
|
7571 |
msgstr ""
|
7572 |
|
7573 |
-
#: languages/vue.php:
|
7574 |
msgid "Close"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
-
#: languages/vue.php:
|
7578 |
msgid "Add Top 5 Posts from Google Analytics"
|
7579 |
msgstr ""
|
7580 |
|
7581 |
-
#: languages/vue.php:
|
7582 |
msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
|
7583 |
msgstr ""
|
7584 |
|
7585 |
-
#: languages/vue.php:
|
7586 |
msgid "Test Automated Posts"
|
7587 |
msgstr ""
|
7588 |
|
7589 |
#. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
|
7590 |
-
#: languages/vue.php:
|
7591 |
msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
|
7592 |
msgstr ""
|
7593 |
|
7594 |
-
#: languages/vue.php:
|
7595 |
msgid "Automated + Curated"
|
7596 |
msgstr ""
|
7597 |
|
7598 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7599 |
-
#: languages/vue.php:
|
7600 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
|
7601 |
msgstr ""
|
7602 |
|
7603 |
#. Translators: Placeholder gets replaced with current license version.
|
7604 |
-
#: languages/vue.php:
|
7605 |
msgid "Pro version is required. Your current license level is: %s"
|
7606 |
msgstr ""
|
7607 |
|
7608 |
-
#: languages/vue.php:
|
7609 |
msgid "Verifying Popular Posts data"
|
7610 |
msgstr ""
|
7611 |
|
7612 |
-
#: languages/vue.php:
|
7613 |
msgid "Select posts/search"
|
7614 |
msgstr ""
|
7615 |
|
7616 |
-
#: languages/vue.php:
|
7617 |
msgid "Oops! No posts found."
|
7618 |
msgstr ""
|
7619 |
|
7620 |
-
#: languages/vue.php:
|
7621 |
msgid "Search by post title"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
-
#: languages/vue.php:
|
7625 |
msgid "Can't load posts."
|
7626 |
msgstr ""
|
7627 |
|
7628 |
#. Translators: Adds a link to documentation.
|
7629 |
-
#: languages/vue.php:
|
7630 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
|
7631 |
msgstr ""
|
7632 |
|
7633 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7634 |
-
#: languages/vue.php:
|
7635 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7636 |
msgstr ""
|
7637 |
|
7638 |
-
#: languages/vue.php:
|
7639 |
msgid "Activate"
|
7640 |
msgstr ""
|
7641 |
|
7642 |
-
#: languages/vue.php:
|
7643 |
msgid "Install"
|
7644 |
msgstr ""
|
7645 |
|
7646 |
#. Translators: Adds a link to documentation.
|
7647 |
-
#: languages/vue.php:
|
7648 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
|
7649 |
msgstr ""
|
7650 |
|
7651 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7652 |
-
#: languages/vue.php:
|
7653 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7654 |
msgstr ""
|
7655 |
|
7656 |
-
#: languages/vue.php:
|
7657 |
msgid "SharedCount API Key"
|
7658 |
msgstr ""
|
7659 |
|
7660 |
-
#: languages/vue.php:
|
7661 |
msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
|
7662 |
msgstr ""
|
7663 |
|
7664 |
-
#: languages/vue.php:
|
7665 |
msgid "Start Indexing"
|
7666 |
msgstr ""
|
7667 |
|
7668 |
-
#: languages/vue.php:
|
7669 |
msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
|
7670 |
msgstr ""
|
7671 |
|
7672 |
-
#: languages/vue.php:
|
7673 |
msgid "Indexing completed, counts will update automatically every day."
|
7674 |
msgstr ""
|
7675 |
|
7676 |
-
#: languages/vue.php:
|
7677 |
msgid "Wide"
|
7678 |
msgstr ""
|
7679 |
|
7680 |
-
#: languages/vue.php:
|
7681 |
msgid "Narrow"
|
7682 |
msgstr ""
|
7683 |
|
7684 |
-
#: languages/vue.php:
|
7685 |
msgid "Title"
|
7686 |
msgstr ""
|
7687 |
|
7688 |
-
#: languages/vue.php:
|
7689 |
msgid "Color"
|
7690 |
msgstr ""
|
7691 |
|
7692 |
-
#: languages/vue.php:
|
7693 |
msgid "Size"
|
7694 |
msgstr ""
|
7695 |
|
7696 |
-
#: languages/vue.php:
|
7697 |
msgid "Border"
|
7698 |
msgstr ""
|
7699 |
|
7700 |
-
#: languages/vue.php:
|
7701 |
msgid "Author/Date"
|
7702 |
msgstr ""
|
7703 |
|
7704 |
-
#: languages/vue.php:
|
7705 |
msgid "Label"
|
7706 |
msgstr ""
|
7707 |
|
7708 |
-
#: languages/vue.php:
|
7709 |
msgid "Background"
|
7710 |
msgstr ""
|
7711 |
|
7712 |
-
#: languages/vue.php:
|
7713 |
msgid "Choose which content you would like displayed in the widget."
|
7714 |
msgstr ""
|
7715 |
|
7716 |
-
#: languages/vue.php:
|
7717 |
msgid "Comments"
|
7718 |
msgstr ""
|
7719 |
|
7720 |
-
#: languages/vue.php:
|
7721 |
msgid "Choose how many posts you’d like displayed in the widget."
|
7722 |
msgstr ""
|
7723 |
|
7724 |
-
#: languages/vue.php:
|
7725 |
msgid "View notifications"
|
7726 |
msgstr ""
|
7727 |
|
7728 |
#. Translators: Add link to retrieve license key from account.
|
7729 |
-
#: languages/vue.php:
|
7730 |
msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
|
7731 |
msgstr ""
|
7732 |
|
7733 |
-
#: languages/vue.php:
|
7734 |
msgid "Miscellaneous"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
-
#: languages/vue.php:
|
7738 |
msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
|
7739 |
msgstr ""
|
7740 |
|
7741 |
-
#: languages/vue.php:
|
7742 |
msgid "Hide Announcements"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
-
#: languages/vue.php:
|
7746 |
msgid "Unlock Form Tracking"
|
7747 |
msgstr ""
|
7748 |
|
7749 |
-
#: languages/vue.php:
|
7750 |
msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
|
7751 |
msgstr ""
|
7752 |
|
7753 |
-
#: languages/vue.php:
|
7754 |
msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
|
7755 |
msgstr ""
|
7756 |
|
7757 |
-
#: languages/vue.php:
|
7758 |
msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
|
7759 |
msgstr ""
|
7760 |
|
7761 |
-
#: languages/vue.php:
|
7762 |
msgid "Affiliate Links"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
#. Translators: Add links to documentation.
|
7766 |
-
#: languages/vue.php:
|
7767 |
msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
|
7768 |
msgstr ""
|
7769 |
|
7770 |
-
#: languages/vue.php:
|
7771 |
msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
|
7772 |
msgstr ""
|
7773 |
|
7774 |
-
#: languages/vue.php:
|
7775 |
msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
|
7776 |
msgstr ""
|
7777 |
|
7778 |
-
#: languages/vue.php:
|
7779 |
msgid "Disable the Headline Analyzer"
|
7780 |
msgstr ""
|
7781 |
|
7782 |
-
#: languages/vue.php:
|
7783 |
msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
|
7784 |
msgstr ""
|
7785 |
|
7786 |
-
#: languages/vue.php:
|
7787 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: languages/vue.php:
|
7791 |
msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
|
7792 |
msgstr ""
|
7793 |
|
7794 |
-
#: languages/vue.php:
|
7795 |
msgid "Over 200,000 websites use Pretty Links!"
|
7796 |
msgstr ""
|
7797 |
|
7798 |
-
#: languages/vue.php:
|
7799 |
msgid "Install Pretty Links"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
-
#: languages/vue.php:
|
7803 |
msgid "Pretty Links Installed & Activated"
|
7804 |
msgstr ""
|
7805 |
|
7806 |
-
#: languages/vue.php:
|
7807 |
msgid "Install Pretty Links from the WordPress.org plugin repository."
|
7808 |
msgstr ""
|
7809 |
|
7810 |
-
#: languages/vue.php:
|
7811 |
msgid "Activate Pretty Links"
|
7812 |
msgstr ""
|
7813 |
|
7814 |
-
#: languages/vue.php:
|
7815 |
msgid "Activating Pretty Links..."
|
7816 |
msgstr ""
|
7817 |
|
7818 |
-
#: languages/vue.php:
|
7819 |
msgid "Create New Pretty Link"
|
7820 |
msgstr ""
|
7821 |
|
7822 |
-
#: languages/vue.php:
|
7823 |
msgid "Create a New Pretty Link"
|
7824 |
msgstr ""
|
7825 |
|
7826 |
-
#: languages/vue.php:
|
7827 |
msgid "Grab your campaign link and paste it into the Target URL field."
|
7828 |
msgstr ""
|
7829 |
|
7830 |
#. Translators: Error status and error text.
|
7831 |
-
#: languages/vue.php:
|
7832 |
msgid "Can't load report data. Error: %1$s, %2$s"
|
7833 |
msgstr ""
|
7834 |
|
7835 |
-
#: languages/vue.php:
|
7836 |
msgid "Error loading report data"
|
7837 |
msgstr ""
|
7838 |
|
7839 |
-
#. Translators:
|
7840 |
-
#: languages/vue.php:
|
7841 |
msgid "vs. Previous Day"
|
7842 |
msgstr ""
|
7843 |
|
7844 |
-
#: languages/vue.php:
|
7845 |
msgid "No change"
|
7846 |
msgstr ""
|
7847 |
|
7848 |
#. Translators: Error status and error text.
|
7849 |
-
#: languages/vue.php:
|
7850 |
msgid "Can't deactivate the license. Error: %1$s, %2$s"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
#. Translators: Error status and error text.
|
7854 |
-
#: languages/vue.php:
|
7855 |
msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
#. Translators: Error status and error text.
|
7859 |
-
#: languages/vue.php:
|
7860 |
msgid "Can't load license details. Error: %1$s, %2$s"
|
7861 |
msgstr ""
|
7862 |
|
7863 |
-
#: languages/vue.php:
|
7864 |
msgid "Error loading license details"
|
7865 |
msgstr ""
|
7866 |
|
7867 |
#. Translators: Error status and error text.
|
7868 |
-
#: languages/vue.php:
|
7869 |
msgid "Can't verify the license. Error: %1$s, %2$s"
|
7870 |
msgstr ""
|
7871 |
|
7872 |
#. Translators: Error status and error text.
|
7873 |
-
#: languages/vue.php:
|
7874 |
msgid "Can't validate the license. Error: %1$s, %2$s"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
#. Translators: Placeholder is replaced with WPForms.
|
7878 |
-
#: languages/vue.php:
|
7879 |
msgid "Recommended Plugin: %s"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
-
#: languages/vue.php:
|
7883 |
msgid "Activating..."
|
7884 |
msgstr ""
|
7885 |
|
7886 |
-
#: languages/vue.php:
|
7887 |
msgid "Deactivating..."
|
7888 |
msgstr ""
|
7889 |
|
7890 |
-
#: languages/vue.php:
|
7891 |
msgid "Deactivate"
|
7892 |
msgstr ""
|
7893 |
|
7894 |
#. Translators: Gets replaced with the number of days.
|
7895 |
-
#: languages/vue.php:
|
7896 |
msgid "Last %s days"
|
7897 |
msgstr ""
|
7898 |
|
7899 |
#. Translators: Make text green.
|
7900 |
-
#: languages/vue.php:
|
7901 |
msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
|
7902 |
msgstr ""
|
7903 |
|
7904 |
-
#: languages/vue.php:
|
7905 |
msgid "Analytics"
|
7906 |
msgstr ""
|
7907 |
|
7908 |
#. Translators: Adds an arrow icon.
|
7909 |
-
#: languages/vue.php:
|
7910 |
msgid "View All Reports %s"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
-
#: languages/vue.php:
|
7914 |
msgid "Multiple Entries"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: languages/vue.php:
|
7918 |
msgid "Total Number of Widgets to Show"
|
7919 |
msgstr ""
|
7920 |
|
7921 |
-
#: languages/vue.php:
|
7922 |
msgid "Choose how many widgets will be placed in a single Post."
|
7923 |
msgstr ""
|
7924 |
|
7925 |
-
#: languages/vue.php:
|
7926 |
msgid "Minimum Distance Between Widgets"
|
7927 |
msgstr ""
|
7928 |
|
7929 |
-
#: languages/vue.php:
|
7930 |
msgid "Choose the distance between widgets."
|
7931 |
msgstr ""
|
7932 |
|
7933 |
-
#: languages/vue.php:
|
7934 |
msgid "Minimum Word Count to Display Multiple Widgets"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
-
#: languages/vue.php:
|
7938 |
msgid "Choose the minimum word count for a Post to have multiple entries."
|
7939 |
msgstr ""
|
7940 |
|
7941 |
-
#: languages/vue.php:
|
7942 |
msgid "Pro version is required"
|
7943 |
msgstr ""
|
7944 |
|
7945 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7946 |
-
#: languages/vue.php:
|
7947 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
|
7948 |
msgstr ""
|
7949 |
|
7950 |
#. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
|
7951 |
-
#: languages/vue.php:
|
7952 |
msgid "%1$sPage %3$s%2$s of %4$s"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
-
#: languages/vue.php:
|
7956 |
msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
|
7957 |
msgstr ""
|
7958 |
|
7959 |
-
#: languages/vue.php:
|
7960 |
msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
|
7961 |
msgstr ""
|
7962 |
|
7963 |
-
#: languages/vue.php:
|
7964 |
msgid "Icon"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: languages/vue.php:
|
7968 |
msgid "Display Method"
|
7969 |
msgstr ""
|
7970 |
|
7971 |
-
#: languages/vue.php:
|
7972 |
msgid "There are two ways to manual include the widget in your posts."
|
7973 |
msgstr ""
|
7974 |
|
7975 |
-
#: languages/vue.php:
|
7976 |
msgid "Using the Gutenberg Block"
|
7977 |
msgstr ""
|
7978 |
|
7979 |
-
#: languages/vue.php:
|
7980 |
msgid "Using the Shortcode"
|
7981 |
msgstr ""
|
7982 |
|
7983 |
-
#: languages/vue.php:
|
7984 |
msgid "Learn how to insert the widget using Gutenberg blocks."
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: languages/vue.php:
|
7988 |
msgid "Learn how to insert the widget using out Shortcode."
|
7989 |
msgstr ""
|
7990 |
|
7991 |
-
#: languages/vue.php:
|
7992 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
|
7993 |
msgstr ""
|
7994 |
|
7995 |
-
#: languages/vue.php:
|
7996 |
msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
|
7997 |
msgstr ""
|
7998 |
|
7999 |
-
#: languages/vue.php:
|
8000 |
msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
|
8001 |
msgstr ""
|
8002 |
|
8003 |
-
#: languages/vue.php:
|
8004 |
msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
|
8005 |
msgstr ""
|
8006 |
|
8007 |
-
#: languages/vue.php:
|
8008 |
msgid "Shortcode"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
-
#: languages/vue.php:
|
8012 |
msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
|
8013 |
msgstr ""
|
8014 |
|
8015 |
-
#: languages/vue.php:
|
8016 |
msgid "Copy Shortcode"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
-
#: languages/vue.php:
|
8020 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
|
8021 |
msgstr ""
|
8022 |
|
8023 |
-
#: languages/vue.php:
|
8024 |
msgid "Automatic Placement"
|
8025 |
msgstr ""
|
8026 |
|
8027 |
-
#: languages/vue.php:
|
8028 |
msgid "Display using Gutenberg Blocks"
|
8029 |
msgstr ""
|
8030 |
|
8031 |
-
#: languages/vue.php:
|
8032 |
msgid "Embed Options"
|
8033 |
msgstr ""
|
8034 |
|
8035 |
-
#: languages/vue.php:
|
8036 |
msgid "All Embed Options can be used in conjunction with one another."
|
8037 |
msgstr ""
|
8038 |
|
8039 |
-
#: languages/vue.php:
|
8040 |
msgid "Using Automatic Embed"
|
8041 |
msgstr ""
|
8042 |
|
8043 |
-
#: languages/vue.php:
|
8044 |
msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
|
8045 |
msgstr ""
|
8046 |
|
8047 |
-
#: languages/vue.php:
|
8048 |
msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
|
8049 |
msgstr ""
|
8050 |
|
8051 |
-
#: languages/vue.php:
|
8052 |
msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
|
8053 |
msgstr ""
|
8054 |
|
8055 |
-
#: languages/vue.php:
|
8056 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
|
8057 |
msgstr ""
|
8058 |
|
8059 |
-
#: languages/vue.php:
|
8060 |
msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
|
8061 |
msgstr ""
|
8062 |
|
8063 |
-
#: languages/vue.php:
|
8064 |
msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
|
8065 |
msgstr ""
|
8066 |
|
8067 |
-
#: languages/vue.php:
|
8068 |
msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
|
8069 |
msgstr ""
|
8070 |
|
8071 |
-
#: languages/vue.php:
|
8072 |
msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
|
8073 |
msgstr ""
|
8074 |
|
8075 |
-
#: languages/vue.php:
|
8076 |
msgid "Display using a Shortcode"
|
8077 |
msgstr ""
|
8078 |
|
8079 |
-
#: languages/vue.php:
|
8080 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
|
8081 |
msgstr ""
|
8082 |
|
8083 |
-
#: languages/vue.php:
|
8084 |
msgid "Enable Automatic Placement"
|
8085 |
msgstr ""
|
8086 |
|
8087 |
-
#: languages/vue.php:
|
8088 |
msgid "Display in a Sidebar"
|
8089 |
msgstr ""
|
8090 |
|
8091 |
-
#: languages/vue.php:
|
8092 |
msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
|
8093 |
msgstr ""
|
8094 |
|
8095 |
-
#: languages/vue.php:
|
8096 |
msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
|
8097 |
msgstr ""
|
8098 |
|
8099 |
#. Translators: Minimum and maximum number that can be used.
|
8100 |
-
#: languages/vue.php:
|
8101 |
msgid "Please enter a value between %1$s and %2$s"
|
8102 |
msgstr ""
|
8103 |
|
8104 |
#. Translators: The minimum set value.
|
8105 |
-
#: languages/vue.php:
|
8106 |
msgid "Please enter a value higher than %s"
|
8107 |
msgstr ""
|
8108 |
|
8109 |
#. Translators: The maximum set value.
|
8110 |
-
#: languages/vue.php:
|
8111 |
msgid "Please enter a value lower than %s"
|
8112 |
msgstr ""
|
8113 |
|
8114 |
-
#: languages/vue.php:
|
8115 |
msgid "Please enter a number"
|
8116 |
msgstr ""
|
8117 |
|
8118 |
-
#: languages/vue.php:
|
8119 |
msgid "Value has to be a round number"
|
8120 |
msgstr ""
|
8121 |
|
8122 |
-
#: languages/vue.php:
|
8123 |
msgid "Days"
|
8124 |
msgstr ""
|
8125 |
|
8126 |
#. Translators: placeholders make text small.
|
8127 |
-
#: languages/vue.php:
|
8128 |
msgid "7 days"
|
8129 |
msgstr ""
|
8130 |
|
8131 |
-
#: languages/vue.php:
|
8132 |
msgid "30 days"
|
8133 |
msgstr ""
|
8134 |
|
8135 |
-
#: languages/vue.php:
|
8136 |
msgid "Custom"
|
8137 |
msgstr ""
|
8138 |
|
8139 |
#. Translators: Add line break.
|
8140 |
-
#: languages/vue.php:
|
8141 |
msgid "See All Your Important Store%s Metrics in One Place"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
-
#: languages/vue.php:
|
8145 |
msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
|
8146 |
msgstr ""
|
8147 |
|
8148 |
-
#: languages/vue.php:
|
8149 |
msgid "See your Top Conversion Sources and Focus on what's Working"
|
8150 |
msgstr ""
|
8151 |
|
8152 |
#. Translators: The name of the field that is throwing a validation error.
|
8153 |
-
#: languages/vue.php:
|
8154 |
msgid "%s can't be empty."
|
8155 |
msgstr ""
|
8156 |
|
8157 |
-
#: languages/vue.php:
|
8158 |
msgid "Duplicate values are not allowed."
|
8159 |
msgstr ""
|
8160 |
|
8161 |
-
#: languages/vue.php:
|
8162 |
msgid "You can add maximum 5 items."
|
8163 |
msgstr ""
|
8164 |
|
8165 |
-
#: languages/vue.php:
|
8166 |
msgid "At least 0 item required."
|
8167 |
msgstr ""
|
8168 |
|
8169 |
-
#: languages/vue.php:
|
8170 |
msgid "Add Another Link Path"
|
8171 |
msgstr ""
|
8172 |
|
8173 |
-
#: languages/vue.php:
|
8174 |
msgid "Remove row"
|
8175 |
msgstr ""
|
8176 |
|
8177 |
-
#: languages/vue.php:
|
8178 |
msgid "Time to Purchase"
|
8179 |
msgstr ""
|
8180 |
|
8181 |
-
#: languages/vue.php:
|
8182 |
msgid "This list shows how many days from first visit it took users to purchase products from your site."
|
8183 |
msgstr ""
|
8184 |
|
8185 |
-
#: languages/vue.php:
|
8186 |
msgid "Sessions to Purchase"
|
8187 |
msgstr ""
|
8188 |
|
8189 |
-
#: languages/vue.php:
|
8190 |
msgid "This list shows the number of sessions it took users before they purchased a product from your website."
|
8191 |
msgstr ""
|
8192 |
|
8193 |
-
#: languages/vue.php:
|
8194 |
msgid "Top Landing Pages"
|
8195 |
msgstr ""
|
8196 |
|
8197 |
-
#: languages/vue.php:
|
8198 |
msgid "This list shows the top pages users first land on when visiting your website."
|
8199 |
msgstr ""
|
8200 |
|
8201 |
-
#: languages/vue.php:
|
8202 |
msgid "Top Exit Pages"
|
8203 |
msgstr ""
|
8204 |
|
8205 |
-
#: languages/vue.php:
|
8206 |
msgid "This list shows the top pages users exit your website from."
|
8207 |
msgstr ""
|
8208 |
|
8209 |
-
#: languages/vue.php:
|
8210 |
msgid "Top Outbound Links"
|
8211 |
msgstr ""
|
8212 |
|
8213 |
-
#: languages/vue.php:
|
8214 |
msgid "This list shows the top links clicked on your website that go to another website."
|
8215 |
msgstr ""
|
8216 |
|
8217 |
-
#: languages/vue.php:
|
8218 |
msgid "Top Affiliate Links"
|
8219 |
msgstr ""
|
8220 |
|
8221 |
-
#: languages/vue.php:
|
8222 |
msgid "This list shows the top affiliate links your visitors clicked on."
|
8223 |
msgstr ""
|
8224 |
|
8225 |
-
#: languages/vue.php:
|
8226 |
msgid "Top Download Links"
|
8227 |
msgstr ""
|
8228 |
|
8229 |
-
#: languages/vue.php:
|
8230 |
msgid "This list shows the download links your visitors clicked the most."
|
8231 |
msgstr ""
|
8232 |
|
8233 |
-
#: languages/vue.php:
|
8234 |
msgid "Top Products"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
-
#: languages/vue.php:
|
8238 |
msgid "This list shows the top selling products on your website."
|
8239 |
msgstr ""
|
8240 |
|
8241 |
-
#: languages/vue.php:
|
8242 |
msgid "Top Conversion Sources"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
-
#: languages/vue.php:
|
8246 |
msgid "This list shows the top referral websites in terms of product revenue."
|
8247 |
msgstr ""
|
8248 |
|
8249 |
-
#: languages/vue.php:
|
8250 |
msgid "Total Add/Remove"
|
8251 |
msgstr ""
|
8252 |
|
8253 |
-
#: languages/vue.php:
|
8254 |
msgid "Unlock with %s"
|
8255 |
msgstr ""
|
8256 |
|
8257 |
-
#: languages/vue.php:
|
8258 |
msgid "Upgrade"
|
8259 |
msgstr ""
|
8260 |
|
8261 |
-
#: languages/vue.php:
|
8262 |
msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
|
8263 |
msgstr ""
|
8264 |
|
8265 |
-
#: languages/vue.php:
|
8266 |
msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
|
8267 |
msgstr ""
|
8268 |
|
8269 |
-
#: languages/vue.php:
|
8270 |
msgid "Performance"
|
8271 |
msgstr ""
|
8272 |
|
8273 |
-
#: languages/vue.php:
|
8274 |
msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
|
8275 |
msgstr ""
|
8276 |
|
8277 |
-
#: languages/vue.php:
|
8278 |
msgid "Export PDF Report"
|
8279 |
msgstr ""
|
8280 |
|
8281 |
-
#: languages/vue.php:
|
8282 |
msgid "You can export PDF reports only in the PRO version."
|
8283 |
msgstr ""
|
8284 |
|
8285 |
-
#: languages/vue.php:
|
8286 |
msgid "Usage Tracking"
|
8287 |
msgstr ""
|
8288 |
|
8289 |
-
#: languages/vue.php:
|
8290 |
msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
|
8291 |
msgstr ""
|
8292 |
|
8293 |
-
#: languages/vue.php:
|
8294 |
msgid "Allow usage tracking"
|
8295 |
msgstr ""
|
8296 |
|
8297 |
#. Translators: Adds a link to the documentation.
|
8298 |
-
#: languages/vue.php:
|
8299 |
msgid "Complete documentation on usage tracking is available %1$shere%2$s."
|
8300 |
msgstr ""
|
8301 |
|
8302 |
-
#: languages/vue.php:
|
8303 |
msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
|
8304 |
msgstr ""
|
8305 |
|
8306 |
-
#: languages/vue.php:
|
8307 |
msgid "To unlock more features consider upgrading to PRO."
|
8308 |
msgstr ""
|
8309 |
|
8310 |
-
#: languages/vue.php:
|
8311 |
msgid "Upgrade to"
|
8312 |
msgstr ""
|
8313 |
|
8314 |
#. Translators: Placeholder adds a line break.
|
8315 |
-
#: languages/vue.php:
|
8316 |
msgid "You can customize your %sdate range only in the PRO version."
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: languages/vue.php:
|
8320 |
msgid "You appear to be offline. WPForms not installed."
|
8321 |
msgstr ""
|
8322 |
|
8323 |
#. Translators: Error status and error text.
|
8324 |
-
#: languages/vue.php:
|
8325 |
msgid "Can't activate addon. Error: %1$s, %2$s"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
-
#: languages/vue.php:
|
8329 |
msgid "You appear to be offline. Addon not activated."
|
8330 |
msgstr ""
|
8331 |
|
8332 |
#. Translators: Error status and error text.
|
8333 |
-
#: languages/vue.php:
|
8334 |
msgid "Can't deactivate addon. Error: %1$s, %2$s"
|
8335 |
msgstr ""
|
8336 |
|
8337 |
-
#: languages/vue.php:
|
8338 |
msgid "You appear to be offline. Addon not deactivated."
|
8339 |
msgstr ""
|
8340 |
|
8341 |
#. Translators: Error status and error text.
|
8342 |
-
#: languages/vue.php:
|
8343 |
msgid "Can't install plugin. Error: %1$s, %2$s"
|
8344 |
msgstr ""
|
8345 |
|
8346 |
-
#: languages/vue.php:
|
8347 |
msgid "You appear to be offline. Plugin not installed."
|
8348 |
msgstr ""
|
8349 |
|
8350 |
#. Translators: Error status and error text.
|
8351 |
-
#: languages/vue.php:
|
8352 |
msgid "Can't install addon. Error: %1$s, %2$s"
|
8353 |
msgstr ""
|
8354 |
|
8355 |
-
#: languages/vue.php:
|
8356 |
msgid "You appear to be offline. Addon not installed."
|
8357 |
msgstr ""
|
8358 |
|
8359 |
#. Translators: Error status and error text.
|
8360 |
-
#: languages/vue.php:
|
8361 |
msgid "Can't install WPForms. Error: %1$s, %2$s"
|
8362 |
msgstr ""
|
8363 |
|
8364 |
#. Translators: Makes text bold and adds smiley.
|
8365 |
-
#: languages/vue.php:
|
8366 |
msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8367 |
msgstr ""
|
8368 |
|
8369 |
#. Translators: Makes text green.
|
8370 |
-
#: languages/vue.php:
|
8371 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
|
8372 |
msgstr ""
|
8373 |
|
8374 |
-
#: languages/vue.php:
|
8375 |
msgid "Unlock All Features and Upgrade to Pro"
|
8376 |
msgstr ""
|
8377 |
|
8378 |
-
#: languages/vue.php:
|
8379 |
msgid "Show"
|
8380 |
msgstr ""
|
8381 |
|
8382 |
#. Translators: The number of results.
|
8383 |
-
#: languages/vue.php:
|
8384 |
msgid "%s results"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
-
#: languages/vue.php:
|
8388 |
msgid ""
|
8389 |
"The EU Compliance addon allows you to improve compliance with GDPR\n"
|
8390 |
" and other privacy regulations."
|
8391 |
msgstr ""
|
8392 |
|
8393 |
-
#: languages/vue.php:
|
8394 |
msgid "EU Compliance"
|
8395 |
msgstr ""
|
8396 |
|
8397 |
-
#: languages/vue.php:
|
8398 |
msgid "Show in widget mode"
|
8399 |
msgstr ""
|
8400 |
|
8401 |
-
#: languages/vue.php:
|
8402 |
msgid "Show in full-width mode"
|
8403 |
msgstr ""
|
8404 |
|
8405 |
-
#: languages/vue.php:
|
8406 |
msgid "Show Overview Reports"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
-
#: languages/vue.php:
|
8410 |
msgid "Show Publishers Reports"
|
8411 |
msgstr ""
|
8412 |
|
8413 |
-
#: languages/vue.php:
|
8414 |
msgid "Show eCommerce Reports"
|
8415 |
msgstr ""
|
8416 |
|
8417 |
-
#: languages/vue.php:
|
8418 |
msgid "Available in PRO version"
|
8419 |
msgstr ""
|
8420 |
|
8421 |
-
#: languages/vue.php:
|
8422 |
msgid "Scroll Tracking"
|
8423 |
msgstr ""
|
8424 |
|
8425 |
-
#: languages/vue.php:
|
8426 |
msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
|
8427 |
msgstr ""
|
8428 |
|
8429 |
-
#: languages/vue.php:
|
8430 |
msgid "See All Reports"
|
8431 |
msgstr ""
|
8432 |
|
8433 |
-
#: languages/vue.php:
|
8434 |
msgid "Go to the Analytics Dashboard"
|
8435 |
msgstr ""
|
8436 |
|
8437 |
-
#: languages/vue.php:
|
8438 |
msgid "Google AMP"
|
8439 |
msgstr ""
|
8440 |
|
8441 |
-
#: languages/vue.php:
|
8442 |
msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
|
8443 |
msgstr ""
|
8444 |
|
8445 |
-
#: languages/vue.php:
|
8446 |
msgid "Ads Tracking"
|
8447 |
msgstr ""
|
8448 |
|
8449 |
-
#: languages/vue.php:
|
8450 |
msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
|
8451 |
msgstr ""
|
8452 |
|
8453 |
-
#: languages/vue.php:
|
8454 |
msgid "Facebook Instant Articles"
|
8455 |
msgstr ""
|
8456 |
|
8457 |
-
#: languages/vue.php:
|
8458 |
msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
|
8459 |
msgstr ""
|
8460 |
|
8461 |
-
#: languages/vue.php:
|
8462 |
msgid "Check out the newly added classic mode"
|
8463 |
msgstr ""
|
8464 |
|
8465 |
#. Translators: Line break.
|
8466 |
-
#: languages/vue.php:
|
8467 |
msgid "Unique %s Sessions"
|
8468 |
msgstr ""
|
8469 |
|
8470 |
#. Translators: Line break.
|
8471 |
-
#: languages/vue.php:
|
8472 |
msgid "Unique %s Pageviews"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
-
#: languages/vue.php:
|
8476 |
msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
|
8477 |
msgstr ""
|
8478 |
|
8479 |
-
#: languages/vue.php:
|
8480 |
msgid "Hide dashboard widget"
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: languages/vue.php:
|
8484 |
msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
|
8485 |
msgstr ""
|
8486 |
|
8487 |
-
#: languages/vue.php:
|
8488 |
msgid "Yes, hide it!"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
-
#: languages/vue.php:
|
8492 |
msgid "No, cancel!"
|
8493 |
msgstr ""
|
8494 |
|
8495 |
-
#: languages/vue.php:
|
8496 |
msgid "ExactMetrics Widget Hidden"
|
8497 |
msgstr ""
|
8498 |
|
8499 |
-
#: languages/vue.php:
|
8500 |
msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
|
8501 |
msgstr ""
|
8502 |
|
8503 |
-
#: languages/vue.php:
|
8504 |
msgid "Classic mode"
|
8505 |
msgstr ""
|
8506 |
|
8507 |
#. Translators: Make text green and add smiley face.
|
8508 |
-
#: languages/vue.php:
|
8509 |
msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8510 |
msgstr ""
|
8511 |
|
8512 |
#. Translators: Make text green.
|
8513 |
-
#: languages/vue.php:
|
8514 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
|
8515 |
msgstr ""
|
8516 |
|
8517 |
-
#: languages/vue.php:
|
8518 |
msgid "Unlock PRO Features Now"
|
8519 |
msgstr ""
|
8520 |
|
8521 |
#. Translators: Add link to retrieve license from account area.
|
8522 |
-
#: languages/vue.php:
|
8523 |
msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
|
8524 |
msgstr ""
|
8525 |
|
8526 |
-
#: languages/vue.php:
|
8527 |
msgid "Verifying Credentials"
|
8528 |
msgstr ""
|
8529 |
|
8530 |
-
#: languages/vue.php:
|
8531 |
msgid "Your site is connected to ExactMetrics!"
|
8532 |
msgstr ""
|
8533 |
|
8534 |
-
#: languages/vue.php:
|
8535 |
msgid "Deauthenticating"
|
8536 |
msgstr ""
|
8537 |
|
8538 |
-
#: languages/vue.php:
|
8539 |
msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
|
8540 |
msgstr ""
|
8541 |
|
8542 |
-
#: languages/vue.php:
|
8543 |
msgid "Verify Credentials"
|
8544 |
msgstr ""
|
8545 |
|
8546 |
-
#: languages/vue.php:
|
8547 |
msgid "Website Profile"
|
8548 |
msgstr ""
|
8549 |
|
8550 |
-
#: languages/vue.php:
|
8551 |
msgid "Active Profile"
|
8552 |
msgstr ""
|
8553 |
|
8554 |
-
#: languages/vue.php:
|
8555 |
msgid "Force Deauthenticate"
|
8556 |
msgstr ""
|
8557 |
|
8558 |
-
#: languages/vue.php:
|
8559 |
msgid "Disconnect ExactMetrics"
|
8560 |
msgstr ""
|
8561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8562 |
#: gadwp.php:250
|
8563 |
#: gadwp.php:264
|
8564 |
msgid "Cheatin’ huh?"
|
2 |
# This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.4.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
|
7 |
"Last-Translator: ExactMetrics Team <support@exactmetrics.com>\n"
|
8 |
"Language-Team: ExactMetrics Team <support@exactmetrics.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2020-12-16T10:55:13+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.2.0\n"
|
15 |
"X-Domain: google-analytics-dashboard-for-wp\n"
|
54 |
msgid "Popular Posts - ExactMetrics"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:205
|
58 |
msgctxt "Widget"
|
59 |
msgid "Widget Title:"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:224
|
63 |
msgctxt "Widget"
|
64 |
msgid "Display Widget Title"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:229
|
68 |
msgctxt "Widget"
|
69 |
msgid "Number of posts to display:"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:239
|
73 |
msgctxt "Widget"
|
74 |
msgid "Theme:"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
|
78 |
+
#: languages/vue.php:2040
|
79 |
msgid "Theme Preview"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:262
|
83 |
msgctxt "Widget"
|
84 |
msgid "Title Color:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:267
|
88 |
msgctxt "Widget"
|
89 |
msgid "Title Font Size:"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:270
|
93 |
msgctxt "Widget"
|
94 |
msgid "Label Color:"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:273
|
98 |
msgctxt "Widget"
|
99 |
msgid "Label Text:"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:276
|
103 |
msgctxt "Widget"
|
104 |
msgid "Border Color:"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:279
|
108 |
msgctxt "Widget"
|
109 |
msgid "Background Color:"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:282
|
113 |
msgctxt "Widget"
|
114 |
msgid "Comments Count Color:"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:288
|
118 |
msgctxt "Widget"
|
119 |
msgid "Only Show Posts from These Categories:"
|
120 |
msgstr ""
|
228 |
#: lite/includes/admin/wp-site-health.php:372
|
229 |
#: lite/includes/admin/wp-site-health.php:398
|
230 |
#: lite/includes/admin/wp-site-health.php:425
|
231 |
+
#: languages/vue.php:1819
|
232 |
msgid "View Addons"
|
233 |
msgstr ""
|
234 |
|
361 |
msgstr ""
|
362 |
|
363 |
#: lite/includes/admin/helpers.php:83
|
364 |
+
#: languages/vue.php:2753
|
365 |
+
#: languages/vue.php:2964
|
366 |
msgid "Upgrade to ExactMetrics Pro"
|
367 |
msgstr ""
|
368 |
|
381 |
msgstr ""
|
382 |
|
383 |
#: lite/includes/admin/reports/report-queries.php:22
|
384 |
+
#: languages/vue.php:272
|
385 |
msgid "Search Console"
|
386 |
msgstr ""
|
387 |
|
388 |
#: lite/includes/admin/reports/report-ecommerce.php:22
|
389 |
+
#: languages/vue.php:355
|
390 |
msgid "eCommerce"
|
391 |
msgstr ""
|
392 |
|
399 |
msgstr ""
|
400 |
|
401 |
#: lite/includes/admin/reports/report-publisher.php:22
|
402 |
+
#: languages/vue.php:374
|
403 |
msgid "Publishers"
|
404 |
msgstr ""
|
405 |
|
406 |
#: lite/includes/admin/reports/report-dimensions.php:22
|
407 |
+
#: languages/vue.php:422
|
408 |
msgid "Dimensions"
|
409 |
msgstr ""
|
410 |
|
411 |
#: lite/includes/admin/reports/report-forms.php:22
|
412 |
+
#: languages/vue.php:381
|
413 |
msgid "Forms"
|
414 |
msgstr ""
|
415 |
|
667 |
msgstr ""
|
668 |
|
669 |
#: includes/gutenberg/headline-tool/headline-tool.php:302
|
670 |
+
#: languages/vue.php:349
|
671 |
msgid "General"
|
672 |
msgstr ""
|
673 |
|
2944 |
msgid "I already did"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: includes/admin/notification-event.php:215
|
|
|
|
|
|
|
|
|
|
|
2948 |
#: includes/admin/routes.php:614
|
2949 |
#: includes/admin/routes.php:948
|
2950 |
msgid "You don't have permission to view ExactMetrics reports."
|
2967 |
msgstr ""
|
2968 |
|
2969 |
#. Translators: Readable time to display
|
2970 |
+
#: includes/admin/notifications.php:318
|
2971 |
msgid "%1$s ago"
|
2972 |
msgstr ""
|
2973 |
|
3155 |
msgid "ExactMetrics has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of ExactMetrics. To solve this, ensure ExactMetrics is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: includes/admin/common.php:865
|
3159 |
+
msgid "ACTION REQUIRED: Your PHP version is putting your site at risk!"
|
3160 |
+
msgstr ""
|
3161 |
+
|
3162 |
+
#: includes/admin/common.php:867
|
3163 |
+
msgid "ACTION REQUIRED: Speed your website up 400% with a single email!"
|
3164 |
+
msgstr ""
|
3165 |
+
|
3166 |
+
#. Translators: Placeholder is for the current PHP version.
|
3167 |
+
#: includes/admin/common.php:874
|
3168 |
+
msgid "In the next major release of ExactMetrics we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster)."
|
3169 |
msgstr ""
|
3170 |
|
3171 |
+
#. Translators: Placeholders add a link to an article.
|
3172 |
+
#: includes/admin/common.php:877
|
3173 |
+
msgid "To ensure ExactMetrics and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s."
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#. Translators: Placeholders add a link to an article.
|
3177 |
#: includes/admin/common.php:878
|
3178 |
+
msgid "Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!"
|
3179 |
+
msgstr ""
|
3180 |
+
|
3181 |
+
#: includes/admin/common.php:884
|
3182 |
+
#: includes/admin/common.php:911
|
3183 |
+
#: includes/admin/common.php:944
|
3184 |
+
#: includes/admin/admin.php:287
|
3185 |
+
#: includes/admin/notifications/notification-mobile-device.php:39
|
3186 |
+
#: includes/admin/notifications/notification-returning-visitors.php:39
|
3187 |
+
#: includes/admin/notifications/notification-traffic-dropping.php:34
|
3188 |
+
#: includes/admin/notifications/notification-bounce-rate.php:40
|
3189 |
+
#: includes/admin/notifications/notification-headline-analyzer.php:30
|
3190 |
+
#: includes/admin/notifications/notification-audience.php:43
|
3191 |
+
#: languages/vue.php:407
|
3192 |
+
msgid "Learn More"
|
3193 |
+
msgstr ""
|
3194 |
+
|
3195 |
+
#: includes/admin/common.php:898
|
3196 |
+
msgid "ACTION REQUIRED: Your WordPress version is putting your site at risk!"
|
3197 |
+
msgstr ""
|
3198 |
+
|
3199 |
+
#. Translators: Placeholder is for the current WordPress version.
|
3200 |
+
#: includes/admin/common.php:901
|
3201 |
+
msgid "In the next major release of ExactMetrics we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could be missing out on critical updates for performance and security already!"
|
3202 |
+
msgstr ""
|
3203 |
+
|
3204 |
+
#: includes/admin/common.php:903
|
3205 |
+
msgid "The good news: updating WordPress has never been easier and only takes a few moments."
|
3206 |
+
msgstr ""
|
3207 |
+
|
3208 |
+
#. Translators: Placeholders add links to articles.
|
3209 |
+
#: includes/admin/common.php:905
|
3210 |
+
msgid "To update, we recommend following this %1$sstep by step guide for updating WordPress%2$s from IsItWP and afterwards check out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner."
|
3211 |
+
msgstr ""
|
3212 |
+
|
3213 |
+
#: includes/admin/common.php:939
|
3214 |
+
msgid "View 2020 Year in Review report!"
|
3215 |
+
msgstr ""
|
3216 |
+
|
3217 |
+
#: includes/admin/common.php:940
|
3218 |
+
#: languages/vue.php:2790
|
3219 |
+
msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
#: includes/admin/admin.php:34
|
3223 |
#: includes/admin/admin.php:42
|
3224 |
#: includes/admin/admin.php:188
|
3225 |
+
#: languages/vue.php:346
|
3226 |
msgid "Settings"
|
3227 |
msgstr ""
|
3228 |
|
3238 |
|
3239 |
#: includes/admin/admin.php:39
|
3240 |
#: includes/admin/admin.php:98
|
3241 |
+
#: languages/vue.php:1149
|
3242 |
msgid "Reports"
|
3243 |
msgstr ""
|
3244 |
|
3276 |
|
3277 |
#: includes/admin/admin.php:63
|
3278 |
#: includes/admin/admin.php:106
|
3279 |
+
#: languages/vue.php:321
|
3280 |
msgid "About Us"
|
3281 |
msgstr ""
|
3282 |
|
3309 |
|
3310 |
#: includes/admin/admin.php:178
|
3311 |
#: includes/admin/admin.php:181
|
3312 |
+
#: languages/vue.php:549
|
3313 |
msgid "Support"
|
3314 |
msgstr ""
|
3315 |
|
3319 |
msgstr ""
|
3320 |
|
3321 |
#: includes/admin/admin.php:284
|
3322 |
+
#: languages/vue.php:398
|
3323 |
msgid "Please Setup Website Analytics to See Audience Insights"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
#: includes/admin/admin.php:285
|
3327 |
+
#: languages/vue.php:404
|
3328 |
msgid "Connect ExactMetrics and Setup Website Analytics"
|
3329 |
msgstr ""
|
3330 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3331 |
#: includes/admin/admin.php:289
|
3332 |
+
#: languages/vue.php:401
|
3333 |
msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
|
3334 |
msgstr ""
|
3335 |
|
3340 |
|
3341 |
#. Translators: Adds a link to the license renewal.
|
3342 |
#: includes/admin/admin.php:310
|
3343 |
+
#: languages/vue.php:1981
|
3344 |
msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
#: includes/admin/admin.php:312
|
3348 |
+
#: languages/vue.php:1984
|
3349 |
msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
|
3350 |
msgstr ""
|
3351 |
|
3352 |
#: includes/admin/admin.php:314
|
3353 |
+
#: languages/vue.php:1987
|
3354 |
msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
|
3355 |
msgstr ""
|
3356 |
|
3445 |
msgstr ""
|
3446 |
|
3447 |
#. Translators: Mobile device notification title
|
3448 |
+
#: includes/admin/notifications/notification-mobile-device.php:29
|
3449 |
msgid "Traffic from Mobile Devices is %s%%"
|
3450 |
msgstr ""
|
3451 |
|
3452 |
#. Translators: Mobile device notification content
|
3453 |
+
#: includes/admin/notifications/notification-mobile-device.php:31
|
3454 |
msgid "Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly."
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: includes/admin/notifications/notification-mobile-device.php:35
|
3458 |
+
#: includes/admin/notifications/notification-returning-visitors.php:35
|
3459 |
+
#: includes/admin/notifications/notification-traffic-dropping.php:38
|
3460 |
+
#: includes/admin/notifications/notification-visitors.php:43
|
3461 |
+
#: includes/admin/notifications/notification-bounce-rate.php:36
|
3462 |
+
#: includes/admin/notifications/notification-audience.php:39
|
3463 |
msgid "View Report"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
#. Translators: Returning visitors notification title
|
3467 |
+
#: includes/admin/notifications/notification-returning-visitors.php:29
|
3468 |
msgid "Only %s%% of your visitors return to your site"
|
3469 |
msgstr ""
|
3470 |
|
3471 |
#. Translators: Returning visitors notification content
|
3472 |
+
#: includes/admin/notifications/notification-returning-visitors.php:31
|
3473 |
msgid "For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we’ll show you 7 proven ways to increase your returning visitor rate."
|
3474 |
msgstr ""
|
3475 |
|
3482 |
msgid "Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to ExactMetrics Pro%s to enable the Email Summaries feature."
|
3483 |
msgstr ""
|
3484 |
|
3485 |
+
#: includes/admin/notifications/notification-traffic-dropping.php:28
|
3486 |
msgid "Your Website Traffic Is Dropping"
|
3487 |
msgstr ""
|
3488 |
|
3489 |
#. Translators: Traffic dropping notification content
|
3490 |
+
#: includes/admin/notifications/notification-traffic-dropping.php:30
|
3491 |
msgid "Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again."
|
3492 |
msgstr ""
|
3493 |
|
3494 |
#. Translators: visitors notification title
|
3495 |
#. Translators: Number of visitors.
|
3496 |
+
#: includes/admin/notifications/notification-visitors.php:37
|
3497 |
+
#: languages/vue.php:1528
|
3498 |
msgid "See how %s visitors found your site!"
|
3499 |
msgstr ""
|
3500 |
|
3501 |
#. Translators: visitors notification content
|
3502 |
+
#: includes/admin/notifications/notification-visitors.php:39
|
3503 |
msgid "Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report."
|
3504 |
msgstr ""
|
3505 |
|
3534 |
msgid "Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sExactMetrics Pro%s to track %sform conversions in Google Analytics.%s"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: includes/admin/notifications/notification-bounce-rate.php:30
|
3538 |
msgid "Your website bounce rate is higher than 70%"
|
3539 |
msgstr ""
|
3540 |
|
3541 |
+
#. Translators: Bounce rate notification content.
|
3542 |
+
#: includes/admin/notifications/notification-bounce-rate.php:32
|
3543 |
+
msgid "Your website bounce rate is %1$s. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren't finding what they're looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels."
|
3544 |
msgstr ""
|
3545 |
|
3546 |
#: includes/admin/notifications/notification-headline-analyzer.php:24
|
3547 |
msgid "Headline Analyzer to Boost Your Clicks & Traffic"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
+
#. Translators: Headline Analyzer notification content.
|
3551 |
#: includes/admin/notifications/notification-headline-analyzer.php:26
|
3552 |
+
msgid "Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br>%1$sWith the ExactMetrics Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor."
|
3553 |
msgstr ""
|
3554 |
|
3555 |
#. Translators: Audience notification title
|
3556 |
+
#: includes/admin/notifications/notification-audience.php:33
|
3557 |
msgid "%s%% of your Audience is from %s"
|
3558 |
msgstr ""
|
3559 |
|
3560 |
#. Translators: Audience notification content
|
3561 |
+
#: includes/admin/notifications/notification-audience.php:35
|
3562 |
msgid "Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available."
|
3563 |
msgstr ""
|
3564 |
|
3585 |
msgstr ""
|
3586 |
|
3587 |
#: includes/admin/notifications/notification-upgrade-to-pro.php:34
|
3588 |
+
#: languages/vue.php:576
|
3589 |
msgid "Upgrade to Pro"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
#: includes/admin/reports/overview.php:34
|
3593 |
+
#: languages/vue.php:371
|
3594 |
msgid "Overview"
|
3595 |
msgstr ""
|
3596 |
|
3682 |
msgstr ""
|
3683 |
|
3684 |
#: includes/admin/reports/abstract-report.php:383
|
3685 |
+
#: languages/vue.php:198
|
3686 |
msgid "Upgrade Now"
|
3687 |
msgstr ""
|
3688 |
|
4877 |
msgstr ""
|
4878 |
|
4879 |
#: languages/gutenberg.php:77
|
4880 |
+
#: languages/vue.php:337
|
4881 |
msgid "Inline Popular Posts"
|
4882 |
msgstr ""
|
4883 |
|
4914 |
msgstr ""
|
4915 |
|
4916 |
#: languages/gutenberg.php:107
|
4917 |
+
#: languages/vue.php:2070
|
4918 |
msgid "Wide-Layout Options"
|
4919 |
msgstr ""
|
4920 |
|
4923 |
msgstr ""
|
4924 |
|
4925 |
#: languages/gutenberg.php:113
|
4926 |
+
#: languages/vue.php:2073
|
4927 |
msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
|
4928 |
msgstr ""
|
4929 |
|
4930 |
#: languages/gutenberg.php:116
|
4931 |
+
#: languages/vue.php:2094
|
4932 |
msgid "Post Count"
|
4933 |
msgstr ""
|
4934 |
|
4937 |
msgstr ""
|
4938 |
|
4939 |
#: languages/gutenberg.php:122
|
4940 |
+
#: languages/vue.php:2076
|
4941 |
msgid "Display Options"
|
4942 |
msgstr ""
|
4943 |
|
4950 |
msgstr ""
|
4951 |
|
4952 |
#: languages/gutenberg.php:131
|
4953 |
+
#: languages/vue.php:1088
|
4954 |
msgid "Widget Title"
|
4955 |
msgstr ""
|
4956 |
|
4959 |
msgstr ""
|
4960 |
|
4961 |
#: languages/gutenberg.php:137
|
4962 |
+
#: languages/vue.php:2082
|
4963 |
msgid "Display Author"
|
4964 |
msgstr ""
|
4965 |
|
4966 |
#: languages/gutenberg.php:140
|
4967 |
+
#: languages/vue.php:2085
|
4968 |
msgid "Display Date"
|
4969 |
msgstr ""
|
4970 |
|
4971 |
#: languages/gutenberg.php:143
|
4972 |
+
#: languages/vue.php:2088
|
4973 |
msgid "Display Comments"
|
4974 |
msgstr ""
|
4975 |
|
5190 |
msgstr ""
|
5191 |
|
5192 |
#: languages/gutenberg.php:312
|
5193 |
+
#: languages/vue.php:2138
|
5194 |
msgid "Headline Analyzer"
|
5195 |
msgstr ""
|
5196 |
|
5210 |
msgid "2"
|
5211 |
msgstr ""
|
5212 |
|
5213 |
+
#: languages/vue.php:12
|
5214 |
msgid "Error"
|
5215 |
msgstr ""
|
5216 |
|
5222 |
msgid "Today"
|
5223 |
msgstr ""
|
5224 |
|
5225 |
+
#: languages/vue.php:22
|
5226 |
msgid "Yesterday"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
+
#: languages/vue.php:25
|
5230 |
msgid "Last Week"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
+
#: languages/vue.php:28
|
5234 |
msgid "Last Month"
|
5235 |
msgstr ""
|
5236 |
|
5237 |
+
#: languages/vue.php:31
|
5238 |
msgid "Last 7 days"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: languages/vue.php:34
|
5242 |
msgid "Last 30 days"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
+
#: languages/vue.php:37
|
5246 |
msgid "Loading Settings"
|
5247 |
msgstr ""
|
5248 |
|
5271 |
msgid "Loading new report data"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
+
#. Translators: Adds an arrow icon.
|
5275 |
#: languages/vue.php:60
|
5276 |
msgid "Continue %s"
|
5277 |
msgstr ""
|
5288 |
msgid "Unlock the Publishers Report and Focus on the Content That Matters"
|
5289 |
msgstr ""
|
5290 |
|
5291 |
+
#: languages/vue.php:72
|
5292 |
msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
|
5293 |
msgstr ""
|
5294 |
|
5295 |
+
#: languages/vue.php:75
|
5296 |
msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
|
5297 |
msgstr ""
|
5298 |
|
5299 |
+
#: languages/vue.php:78
|
5300 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
|
5301 |
msgstr ""
|
5302 |
|
5303 |
+
#: languages/vue.php:81
|
5304 |
msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
|
5305 |
msgstr ""
|
5306 |
|
5307 |
+
#: languages/vue.php:84
|
5308 |
msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
+
#: languages/vue.php:87
|
5312 |
msgid "Unlock the Forms Report and Improve Conversions"
|
5313 |
msgstr ""
|
5314 |
|
5315 |
+
#: languages/vue.php:90
|
5316 |
msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
|
5317 |
msgstr ""
|
5318 |
|
5319 |
+
#: languages/vue.php:93
|
5320 |
msgid "Unlock the Search Console Report and See How People Find Your Website"
|
5321 |
msgstr ""
|
5322 |
|
5323 |
+
#: languages/vue.php:96
|
5324 |
msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
|
5325 |
msgstr ""
|
5326 |
|
5327 |
+
#: languages/vue.php:99
|
5328 |
msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
+
#: languages/vue.php:102
|
5332 |
msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
|
5333 |
msgstr ""
|
5334 |
|
5335 |
+
#: languages/vue.php:105
|
5336 |
msgid "Loading settings"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
+
#: languages/vue.php:108
|
5340 |
msgid "Success! "
|
5341 |
msgstr ""
|
5342 |
|
5343 |
+
#: languages/vue.php:111
|
5344 |
msgid "You're now using ExactMetrics Pro with all the features."
|
5345 |
msgstr ""
|
5346 |
|
5347 |
#. Translators: Placeholder gets replaced with an arrow icon.
|
5348 |
+
#: languages/vue.php:115
|
5349 |
msgid "Get Started %s"
|
5350 |
msgstr ""
|
5351 |
|
5352 |
#. Translators: Current PHP version and recommended PHP version.
|
5353 |
+
#: languages/vue.php:119
|
5354 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5355 |
msgstr ""
|
5356 |
|
5357 |
#. Translators: Current WordPress version.
|
5358 |
+
#: languages/vue.php:123
|
5359 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5360 |
msgstr ""
|
5361 |
|
5362 |
+
#: languages/vue.php:126
|
5363 |
msgid "Yikes! PHP Update Required"
|
5364 |
msgstr ""
|
5365 |
|
5366 |
#. Translators: Current PHP version and recommended PHP version.
|
5367 |
+
#: languages/vue.php:130
|
5368 |
msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
|
5369 |
msgstr ""
|
5370 |
|
5371 |
+
#: languages/vue.php:133
|
5372 |
msgid "Learn more about updating PHP"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
+
#: languages/vue.php:136
|
5376 |
msgid "Yikes! WordPress Update Required"
|
5377 |
msgstr ""
|
5378 |
|
5379 |
#. Translators: Current WordPress version.
|
5380 |
+
#: languages/vue.php:140
|
5381 |
msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
|
5382 |
msgstr ""
|
5383 |
|
5384 |
+
#: languages/vue.php:143
|
5385 |
msgid "Learn more about updating WordPress"
|
5386 |
msgstr ""
|
5387 |
|
5388 |
#. Translators: Makes text bold.
|
5389 |
+
#: languages/vue.php:148
|
5390 |
msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
|
5391 |
msgstr ""
|
5392 |
|
5393 |
#. Translators: Makes text bold.
|
5394 |
+
#: languages/vue.php:153
|
5395 |
msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
|
5396 |
msgstr ""
|
5397 |
|
5398 |
#. Translators: Makes text bold.
|
5399 |
+
#: languages/vue.php:158
|
5400 |
msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
|
5401 |
msgstr ""
|
5402 |
|
5403 |
#. Translators: Makes text bold.
|
5404 |
+
#: languages/vue.php:162
|
5405 |
msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
|
5406 |
msgstr ""
|
5407 |
|
5408 |
#. Translators: Makes text bold.
|
5409 |
+
#: languages/vue.php:167
|
5410 |
msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
|
5411 |
msgstr ""
|
5412 |
|
5413 |
#. Translators: Makes text bold.
|
5414 |
+
#: languages/vue.php:172
|
5415 |
msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
|
5416 |
msgstr ""
|
5417 |
|
5418 |
#. Translators: Makes text bold.
|
5419 |
+
#: languages/vue.php:177
|
5420 |
msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
|
5421 |
msgstr ""
|
5422 |
|
5423 |
#. Translators: Makes text bold.
|
5424 |
+
#: languages/vue.php:181
|
5425 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
|
5426 |
msgstr ""
|
5427 |
|
5428 |
#. Translators: Adds link to the features page.
|
5429 |
+
#: languages/vue.php:186
|
5430 |
msgid "%1$sSee All Features%2$s"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: languages/vue.php:190
|
5434 |
msgid "Pro Plan"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
+
#: languages/vue.php:194
|
5438 |
msgid "per year"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: languages/vue.php:201
|
5442 |
msgid "Upgrade to ExactMetrics Pro Now"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: languages/vue.php:205
|
5446 |
msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
+
#: languages/vue.php:209
|
5450 |
msgid "Daniel Monaghan - Experienced"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
+
#: languages/vue.php:213
|
5454 |
msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: languages/vue.php:217
|
5458 |
msgid "Naomi Spirit - From This Day"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
+
#: languages/vue.php:221
|
5462 |
msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
+
#: languages/vue.php:225
|
5466 |
msgid "Julie Dupuis - Faraway Land Travel"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: languages/vue.php:229
|
5470 |
msgid "Guides and Documentation:"
|
5471 |
msgstr ""
|
5472 |
|
5474 |
msgid "Upgrade to PRO"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
+
#: languages/vue.php:240
|
5478 |
msgid "eCommerce Tracking"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
+
#: languages/vue.php:244
|
5482 |
msgid "Custom Dimensions"
|
5483 |
msgstr ""
|
5484 |
|
5485 |
+
#: languages/vue.php:248
|
5486 |
msgid "Form Tracking"
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: languages/vue.php:252
|
5490 |
msgid "AMP Support"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
+
#: languages/vue.php:256
|
5494 |
msgid "Author Tracking"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
+
#: languages/vue.php:260
|
5498 |
msgid "EU Compliance Addon"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: languages/vue.php:264
|
5502 |
msgid "Real Time Report"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
+
#: languages/vue.php:268
|
5506 |
msgid "Google Optimize"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
+
#: languages/vue.php:276
|
5510 |
msgid "Custom Date Ranges"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
+
#: languages/vue.php:280
|
5514 |
msgid "Getting Started with ExactMetrics"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
+
#: languages/vue.php:284
|
5518 |
msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
|
5519 |
msgstr ""
|
5520 |
|
5521 |
+
#: languages/vue.php:288
|
5522 |
msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
|
5523 |
msgstr ""
|
5524 |
|
5525 |
+
#: languages/vue.php:292
|
5526 |
msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
|
5527 |
msgstr ""
|
5528 |
|
5529 |
+
#: languages/vue.php:296
|
5530 |
msgid "Launch the wizard!"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
+
#: languages/vue.php:300
|
5534 |
msgid "Welcome to"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
#. Translators: Adds a line break.
|
5538 |
+
#: languages/vue.php:305
|
5539 |
msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
|
5540 |
msgstr ""
|
5541 |
|
5542 |
#. Translators: Makes text bold.
|
5543 |
+
#: languages/vue.php:310
|
5544 |
msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: languages/vue.php:314
|
5548 |
msgid "ExactMetrics Features & Addons"
|
5549 |
msgstr ""
|
5550 |
|
5551 |
+
#: languages/vue.php:318
|
5552 |
msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
|
5553 |
msgstr ""
|
5554 |
|
5555 |
+
#: languages/vue.php:324
|
5556 |
msgid "Getting Started"
|
5557 |
msgstr ""
|
5558 |
|
5559 |
+
#: languages/vue.php:327
|
5560 |
msgid "Lite vs Pro"
|
5561 |
msgstr ""
|
5562 |
|
5563 |
+
#: languages/vue.php:331
|
5564 |
msgid "Import Export"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
+
#: languages/vue.php:334
|
5568 |
msgid "PrettyLinks Integration"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
+
#: languages/vue.php:340
|
5572 |
msgid "Popular Posts Widget"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
+
#: languages/vue.php:343
|
5576 |
msgid "Popular Products"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: languages/vue.php:352
|
5580 |
msgid "Engagement"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
+
#: languages/vue.php:358
|
5584 |
msgid "Publisher"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
+
#: languages/vue.php:361
|
5588 |
msgid "Conversions"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
+
#: languages/vue.php:364
|
5592 |
msgid "Advanced"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
+
#: languages/vue.php:368
|
5596 |
msgid "URL Builder"
|
5597 |
msgstr ""
|
5598 |
|
5599 |
+
#: languages/vue.php:377
|
5600 |
msgid "Dimensions Report"
|
5601 |
msgstr ""
|
5602 |
|
5603 |
+
#: languages/vue.php:385
|
5604 |
msgid "Real-Time"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
+
#: languages/vue.php:388
|
5608 |
msgid "Exit Setup"
|
5609 |
msgstr ""
|
5610 |
|
5611 |
+
#: languages/vue.php:391
|
5612 |
msgid "Go back"
|
5613 |
msgstr ""
|
5614 |
|
5615 |
#. Translators: Placeholders are replaced with the current step number out of the total number of steps.
|
5616 |
+
#: languages/vue.php:395
|
5617 |
msgid "Step %1$s of %2$s"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
+
#: languages/vue.php:410
|
5621 |
msgid "You must connect with ExactMetrics before you can view reports."
|
5622 |
msgstr ""
|
5623 |
|
5624 |
+
#: languages/vue.php:413
|
5625 |
msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
|
5626 |
msgstr ""
|
5627 |
|
5628 |
+
#: languages/vue.php:416
|
5629 |
msgid "Launch Setup Wizard"
|
5630 |
msgstr ""
|
5631 |
|
5632 |
+
#: languages/vue.php:419
|
5633 |
msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
|
5634 |
msgstr ""
|
5635 |
|
5636 |
+
#: languages/vue.php:425
|
5637 |
msgid "Inbox"
|
5638 |
msgstr ""
|
5639 |
|
5640 |
+
#: languages/vue.php:428
|
5641 |
msgid "Back to Inbox"
|
5642 |
msgstr ""
|
5643 |
|
5644 |
+
#: languages/vue.php:431
|
5645 |
msgid "View Dismissed"
|
5646 |
msgstr ""
|
5647 |
|
5648 |
+
#: languages/vue.php:434
|
5649 |
msgid "Notifications"
|
5650 |
msgstr ""
|
5651 |
|
5652 |
+
#: languages/vue.php:437
|
5653 |
msgid "Dismiss All"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
+
#: languages/vue.php:440
|
5657 |
msgid "Dismissed"
|
5658 |
msgstr ""
|
5659 |
|
5660 |
+
#: languages/vue.php:443
|
5661 |
msgid "No Notifications"
|
5662 |
msgstr ""
|
5663 |
|
5664 |
+
#: languages/vue.php:446
|
5665 |
+
#: languages/vue.php:624
|
5666 |
msgid "ExactMetrics Addons"
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: languages/vue.php:449
|
5670 |
msgid "Search Addons"
|
5671 |
msgstr ""
|
5672 |
|
5673 |
+
#: languages/vue.php:452
|
5674 |
msgid "Save Changes"
|
5675 |
msgstr ""
|
5676 |
|
5677 |
+
#: languages/vue.php:455
|
5678 |
msgid "ExactMetrics encountered an error loading your report data"
|
5679 |
msgstr ""
|
5680 |
|
5681 |
+
#: languages/vue.php:458
|
5682 |
msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
|
5683 |
msgstr ""
|
5684 |
|
5685 |
+
#: languages/vue.php:461
|
5686 |
+
#: languages/vue.php:2731
|
5687 |
msgid "Reconnect ExactMetrics"
|
5688 |
msgstr ""
|
5689 |
|
5690 |
+
#: languages/vue.php:464
|
5691 |
msgid "Re-Authenticating"
|
5692 |
msgstr ""
|
5693 |
|
5694 |
+
#: languages/vue.php:468
|
5695 |
msgid "Ok"
|
5696 |
msgstr ""
|
5697 |
|
5698 |
+
#: languages/vue.php:471
|
5699 |
msgid "See Quick Links"
|
5700 |
msgstr ""
|
5701 |
|
5702 |
+
#: languages/vue.php:474
|
5703 |
msgid "Suggest a Feature"
|
5704 |
msgstr ""
|
5705 |
|
5706 |
+
#: languages/vue.php:477
|
5707 |
msgid "Join Our Community"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
+
#: languages/vue.php:480
|
5711 |
msgid "Support & Docs"
|
5712 |
msgstr ""
|
5713 |
|
5714 |
+
#: languages/vue.php:483
|
5715 |
msgid "Upgrade to Pro »"
|
5716 |
msgstr ""
|
5717 |
|
5718 |
+
#: languages/vue.php:486
|
5719 |
msgid "One-click Complete eCommerce tracking"
|
5720 |
msgstr ""
|
5721 |
|
5722 |
+
#: languages/vue.php:489
|
5723 |
msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
|
5724 |
msgstr ""
|
5725 |
|
5726 |
+
#: languages/vue.php:492
|
5727 |
msgid "Forms Tracking"
|
5728 |
msgstr ""
|
5729 |
|
5730 |
+
#: languages/vue.php:495
|
5731 |
msgid "One-click Form Events Tracking"
|
5732 |
msgstr ""
|
5733 |
|
5734 |
+
#: languages/vue.php:498
|
5735 |
msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
|
5736 |
msgstr ""
|
5737 |
|
5738 |
+
#: languages/vue.php:501
|
5739 |
msgid "WordPress Admin Area Reports"
|
5740 |
msgstr ""
|
5741 |
|
5742 |
+
#: languages/vue.php:504
|
5743 |
msgid "Standard Reports"
|
5744 |
msgstr ""
|
5745 |
|
5746 |
+
#: languages/vue.php:507
|
5747 |
msgid "Overview Reports for the last 30 days."
|
5748 |
msgstr ""
|
5749 |
|
5750 |
+
#: languages/vue.php:510
|
5751 |
msgid "Advanced Reports"
|
5752 |
msgstr ""
|
5753 |
|
5754 |
+
#: languages/vue.php:513
|
5755 |
msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
+
#: languages/vue.php:516
|
5759 |
msgid "Dashboard Widget"
|
5760 |
msgstr ""
|
5761 |
|
5762 |
+
#: languages/vue.php:519
|
5763 |
msgid "Basic Widget"
|
5764 |
msgstr ""
|
5765 |
|
5766 |
+
#: languages/vue.php:522
|
5767 |
msgid "Overview Report Synopsis"
|
5768 |
msgstr ""
|
5769 |
|
5770 |
+
#: languages/vue.php:525
|
5771 |
msgid "Advanced Dashboard Widget"
|
5772 |
msgstr ""
|
5773 |
|
5774 |
+
#: languages/vue.php:528
|
5775 |
msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
|
5776 |
msgstr ""
|
5777 |
|
5778 |
+
#: languages/vue.php:531
|
5779 |
msgid "Publisher Reports"
|
5780 |
msgstr ""
|
5781 |
|
5782 |
+
#: languages/vue.php:534
|
5783 |
msgid "Advanced Publisher Reports & Tracking"
|
5784 |
msgstr ""
|
5785 |
|
5786 |
+
#: languages/vue.php:537
|
5787 |
msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
|
5788 |
msgstr ""
|
5789 |
|
5790 |
+
#: languages/vue.php:540
|
5791 |
msgid "Not Available"
|
5792 |
msgstr ""
|
5793 |
|
5794 |
+
#: languages/vue.php:543
|
5795 |
msgid "Complete Custom Dimensions Tracking"
|
5796 |
msgstr ""
|
5797 |
|
5798 |
+
#: languages/vue.php:546
|
5799 |
msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
|
5800 |
msgstr ""
|
5801 |
|
5802 |
+
#: languages/vue.php:552
|
5803 |
msgid "Limited Support"
|
5804 |
msgstr ""
|
5805 |
|
5806 |
+
#: languages/vue.php:555
|
5807 |
msgid "Priority Support"
|
5808 |
msgstr ""
|
5809 |
|
5810 |
+
#: languages/vue.php:558
|
5811 |
msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
|
5812 |
msgstr ""
|
5813 |
|
5814 |
+
#: languages/vue.php:561
|
5815 |
msgid "Feature"
|
5816 |
msgstr ""
|
5817 |
|
5818 |
+
#: languages/vue.php:564
|
5819 |
msgid "Lite"
|
5820 |
msgstr ""
|
5821 |
|
5822 |
+
#: languages/vue.php:567
|
5823 |
msgid "Pro"
|
5824 |
msgstr ""
|
5825 |
|
5826 |
+
#: languages/vue.php:570
|
5827 |
msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
|
5828 |
msgstr ""
|
5829 |
|
5830 |
+
#: languages/vue.php:573
|
5831 |
msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
|
5832 |
msgstr ""
|
5833 |
|
5834 |
+
#: languages/vue.php:579
|
5835 |
msgid "Universal Tracking"
|
5836 |
msgstr ""
|
5837 |
|
5838 |
+
#: languages/vue.php:582
|
5839 |
msgid "Included"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
+
#: languages/vue.php:585
|
5843 |
msgid "Custom Google Analytics Link Tracking"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
+
#: languages/vue.php:588
|
5847 |
msgid "Standard Tracking"
|
5848 |
msgstr ""
|
5849 |
|
5850 |
+
#: languages/vue.php:591
|
5851 |
msgid "Advanced Tracking"
|
5852 |
msgstr ""
|
5853 |
|
5854 |
+
#: languages/vue.php:594
|
5855 |
msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
+
#: languages/vue.php:597
|
5859 |
msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
|
5860 |
msgstr ""
|
5861 |
|
5862 |
+
#: languages/vue.php:600
|
5863 |
msgid "No-Code-Needed Tracking Features"
|
5864 |
msgstr ""
|
5865 |
|
5866 |
+
#: languages/vue.php:603
|
5867 |
msgid "Basic Tracking Options"
|
5868 |
msgstr ""
|
5869 |
|
5870 |
+
#: languages/vue.php:606
|
5871 |
msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: languages/vue.php:609
|
5875 |
msgid "Advanced Tracking Options"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: languages/vue.php:612
|
5879 |
msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
|
5880 |
msgstr ""
|
5881 |
|
5882 |
+
#: languages/vue.php:615
|
5883 |
msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
|
5884 |
msgstr ""
|
5885 |
|
5886 |
+
#: languages/vue.php:618
|
5887 |
msgid "No addons found."
|
5888 |
msgstr ""
|
5889 |
|
5890 |
+
#: languages/vue.php:621
|
5891 |
msgid "Refresh Addons"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
#. Translators: Adds a line break.
|
5895 |
+
#: languages/vue.php:628
|
5896 |
msgid "Upgrade to Pro to unlock addons and other great features."
|
5897 |
msgstr ""
|
5898 |
|
5899 |
+
#: languages/vue.php:631
|
5900 |
msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
|
5901 |
msgstr ""
|
5902 |
|
5903 |
+
#: languages/vue.php:634
|
5904 |
msgid "Refreshing Addons"
|
5905 |
msgstr ""
|
5906 |
|
5907 |
+
#: languages/vue.php:637
|
5908 |
msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
|
5909 |
msgstr ""
|
5910 |
|
5911 |
+
#: languages/vue.php:640
|
5912 |
msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
|
5913 |
msgstr ""
|
5914 |
|
5915 |
+
#: languages/vue.php:643
|
5916 |
msgid "The ExactMetrics Team"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
#. Translators: Placeholders make the text green.
|
5920 |
+
#: languages/vue.php:647
|
5921 |
msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
|
5922 |
msgstr ""
|
5923 |
|
5924 |
+
#: languages/vue.php:650
|
5925 |
msgid "How to Connect to Google Analytics"
|
5926 |
msgstr ""
|
5927 |
|
5928 |
+
#: languages/vue.php:653
|
5929 |
msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
|
5930 |
msgstr ""
|
5931 |
|
5932 |
+
#: languages/vue.php:656
|
5933 |
msgid "Guide and Checklist for Advanced Insights"
|
5934 |
msgstr ""
|
5935 |
|
5936 |
+
#: languages/vue.php:659
|
5937 |
msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
|
5938 |
msgstr ""
|
5939 |
|
5940 |
+
#: languages/vue.php:662
|
5941 |
msgid "GDPR Guide"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
+
#: languages/vue.php:665
|
5945 |
msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
|
5946 |
msgstr ""
|
5947 |
|
5948 |
+
#: languages/vue.php:668
|
5949 |
msgid "How to Install and Activate ExactMetrics Addons"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
+
#: languages/vue.php:671
|
5953 |
msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
|
5954 |
msgstr ""
|
5955 |
|
5956 |
+
#: languages/vue.php:674
|
5957 |
msgid "Enabling eCommerce Tracking and Reports"
|
5958 |
msgstr ""
|
5959 |
|
5960 |
+
#: languages/vue.php:677
|
5961 |
msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
|
5962 |
msgstr ""
|
5963 |
|
5964 |
+
#: languages/vue.php:680
|
5965 |
msgid "Read Documentation"
|
5966 |
msgstr ""
|
5967 |
|
5968 |
#. Translators: Makes the text bold.
|
5969 |
+
#: languages/vue.php:684
|
5970 |
msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
|
5971 |
msgstr ""
|
5972 |
|
5973 |
#. Translators: Makes the text bold.
|
5974 |
+
#: languages/vue.php:688
|
5975 |
msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
|
5976 |
msgstr ""
|
5977 |
|
5978 |
+
#: languages/vue.php:691
|
5979 |
msgid "ExactMetrics Recommends WPForms"
|
5980 |
msgstr ""
|
5981 |
|
5982 |
+
#: languages/vue.php:694
|
5983 |
msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
|
5984 |
msgstr ""
|
5985 |
|
5986 |
+
#: languages/vue.php:697
|
5987 |
msgid "Used on over 3,000,000 websites!"
|
5988 |
msgstr ""
|
5989 |
|
5990 |
+
#: languages/vue.php:700
|
5991 |
msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
|
5992 |
msgstr ""
|
5993 |
|
5994 |
+
#: languages/vue.php:703
|
5995 |
msgid "Skip this Step"
|
5996 |
msgstr ""
|
5997 |
|
5998 |
+
#: languages/vue.php:706
|
5999 |
msgid "Continue & Install WPForms"
|
6000 |
msgstr ""
|
6001 |
|
6002 |
+
#: languages/vue.php:709
|
6003 |
msgid "Installing..."
|
6004 |
msgstr ""
|
6005 |
|
6006 |
+
#: languages/vue.php:712
|
6007 |
msgid "Awesome, You're All Set!"
|
6008 |
msgstr ""
|
6009 |
|
6010 |
+
#: languages/vue.php:715
|
6011 |
msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
|
6012 |
msgstr ""
|
6013 |
|
6014 |
#. Translators: Make the text bold.
|
6015 |
+
#: languages/vue.php:719
|
6016 |
msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
|
6017 |
msgstr ""
|
6018 |
|
6019 |
#. Translators: Add link to blog.
|
6020 |
+
#: languages/vue.php:723
|
6021 |
msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
|
6022 |
msgstr ""
|
6023 |
|
6024 |
+
#: languages/vue.php:726
|
6025 |
msgid "Finish Setup & Exit Wizard"
|
6026 |
msgstr ""
|
6027 |
|
6028 |
+
#: languages/vue.php:729
|
6029 |
msgid "Google Analytics"
|
6030 |
msgstr ""
|
6031 |
|
6032 |
+
#: languages/vue.php:732
|
6033 |
msgid "Subscribe"
|
6034 |
msgstr ""
|
6035 |
|
6036 |
+
#: languages/vue.php:735
|
6037 |
msgid "Checking your website..."
|
6038 |
msgstr ""
|
6039 |
|
6040 |
#. Translators: Placeholders make the text highlighted.
|
6041 |
+
#: languages/vue.php:739
|
6042 |
msgid "%1$sNeed%2$s to Grow FASTER??"
|
6043 |
msgstr ""
|
6044 |
|
6045 |
+
#: languages/vue.php:742
|
6046 |
msgid "Get additional, actionable insights by going Pro."
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: languages/vue.php:745
|
6050 |
msgid "Skip"
|
6051 |
msgstr ""
|
6052 |
|
6053 |
+
#: languages/vue.php:748
|
6054 |
msgid "See All Features"
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: languages/vue.php:751
|
6058 |
msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
|
6059 |
msgstr ""
|
6060 |
|
6061 |
+
#: languages/vue.php:754
|
6062 |
msgid "Our Pro plan includes:"
|
6063 |
msgstr ""
|
6064 |
|
6065 |
+
#: languages/vue.php:757
|
6066 |
msgid "Welcome to ExactMetrics!"
|
6067 |
msgstr ""
|
6068 |
|
6069 |
+
#: languages/vue.php:760
|
6070 |
msgid "Let's get you set up."
|
6071 |
msgstr ""
|
6072 |
|
6073 |
+
#: languages/vue.php:763
|
6074 |
msgid "Save and Continue"
|
6075 |
msgstr ""
|
6076 |
|
6077 |
+
#: languages/vue.php:766
|
6078 |
msgid "Which category best describes your website?"
|
6079 |
msgstr ""
|
6080 |
|
6081 |
+
#: languages/vue.php:769
|
6082 |
msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
|
6083 |
msgstr ""
|
6084 |
|
6085 |
+
#: languages/vue.php:772
|
6086 |
msgid "Business Website"
|
6087 |
msgstr ""
|
6088 |
|
6089 |
#. Translators: Make text bold.
|
6090 |
+
#: languages/vue.php:776
|
6091 |
msgid "Publisher %1$s(Blog)%2$s"
|
6092 |
msgstr ""
|
6093 |
|
6094 |
+
#: languages/vue.php:779
|
6095 |
msgid "Ecommerce"
|
6096 |
msgstr ""
|
6097 |
|
6098 |
+
#: languages/vue.php:782
|
6099 |
msgid "Connect ExactMetrics to Your Website"
|
6100 |
msgstr ""
|
6101 |
|
6102 |
+
#: languages/vue.php:785
|
6103 |
msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
|
6104 |
msgstr ""
|
6105 |
|
6106 |
+
#: languages/vue.php:788
|
6107 |
msgid "Connect Google Analytics + WordPress"
|
6108 |
msgstr ""
|
6109 |
|
6110 |
+
#: languages/vue.php:791
|
6111 |
msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
|
6112 |
msgstr ""
|
6113 |
|
6114 |
+
#: languages/vue.php:794
|
6115 |
msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
|
6116 |
msgstr ""
|
6117 |
|
6118 |
+
#: languages/vue.php:797
|
6119 |
msgid "Manually enter your UA code"
|
6120 |
msgstr ""
|
6121 |
|
6122 |
+
#: languages/vue.php:800
|
6123 |
msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
|
6124 |
msgstr ""
|
6125 |
|
6126 |
+
#: languages/vue.php:803
|
6127 |
msgid "UA code can't be empty"
|
6128 |
msgstr ""
|
6129 |
|
6130 |
+
#: languages/vue.php:806
|
6131 |
msgid "Saving UA code..."
|
6132 |
msgstr ""
|
6133 |
|
6134 |
+
#: languages/vue.php:809
|
6135 |
msgid "Recommended Addons"
|
6136 |
msgstr ""
|
6137 |
|
6138 |
#. Translators: Add a link to upgrade and make the text green.
|
6139 |
+
#: languages/vue.php:813
|
6140 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
|
6141 |
msgstr ""
|
6142 |
|
6143 |
+
#: languages/vue.php:816
|
6144 |
msgid "Save and continue"
|
6145 |
msgstr ""
|
6146 |
|
6147 |
+
#: languages/vue.php:819
|
6148 |
msgid "Upgrade to PRO Now"
|
6149 |
msgstr ""
|
6150 |
|
6151 |
+
#: languages/vue.php:822
|
6152 |
msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
|
6153 |
msgstr ""
|
6154 |
|
6155 |
+
#: languages/vue.php:825
|
6156 |
msgid "See All Your Important Store Metrics in One Place."
|
6157 |
msgstr ""
|
6158 |
|
6159 |
+
#: languages/vue.php:828
|
6160 |
msgid "... and more:"
|
6161 |
msgstr ""
|
6162 |
|
6163 |
+
#: languages/vue.php:831
|
6164 |
msgid "Dimensions- Track authors, categories, trags, searches, users and more."
|
6165 |
msgstr ""
|
6166 |
|
6167 |
+
#: languages/vue.php:834
|
6168 |
msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
|
6169 |
msgstr ""
|
6170 |
|
6171 |
+
#: languages/vue.php:837
|
6172 |
msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
|
6173 |
msgstr ""
|
6174 |
|
6175 |
+
#: languages/vue.php:840
|
6176 |
msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
|
6177 |
msgstr ""
|
6178 |
|
6179 |
+
#: languages/vue.php:843
|
6180 |
msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
|
6181 |
msgstr ""
|
6182 |
|
6183 |
+
#: languages/vue.php:846
|
6184 |
msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
|
6185 |
msgstr ""
|
6186 |
|
6187 |
+
#: languages/vue.php:849
|
6188 |
msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
|
6189 |
msgstr ""
|
6190 |
|
6191 |
+
#: languages/vue.php:852
|
6192 |
msgid "Ads- See who’s clicking on your Google Adsense banner ads."
|
6193 |
msgstr ""
|
6194 |
|
6195 |
+
#: languages/vue.php:855
|
6196 |
msgid "Recommended Settings"
|
6197 |
msgstr ""
|
6198 |
|
6199 |
+
#: languages/vue.php:858
|
6200 |
msgid "ExactMetrics recommends the following settings based on your configuration."
|
6201 |
msgstr ""
|
6202 |
|
6203 |
+
#: languages/vue.php:861
|
6204 |
msgid "Events Tracking"
|
6205 |
msgstr ""
|
6206 |
|
6207 |
+
#: languages/vue.php:864
|
6208 |
msgid "Must have for all click tracking on site."
|
6209 |
msgstr ""
|
6210 |
|
6211 |
+
#: languages/vue.php:867
|
6212 |
msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
|
6213 |
msgstr ""
|
6214 |
|
6215 |
+
#: languages/vue.php:870
|
6216 |
msgid "Enhanced Link Attribution"
|
6217 |
msgstr ""
|
6218 |
|
6219 |
+
#: languages/vue.php:873
|
6220 |
msgid "Improves the accuracy of your In-Page Analytics."
|
6221 |
msgstr ""
|
6222 |
|
6223 |
+
#: languages/vue.php:876
|
6224 |
msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
|
6225 |
msgstr ""
|
6226 |
|
6227 |
+
#: languages/vue.php:879
|
6228 |
msgid "Install Updates Automatically"
|
6229 |
msgstr ""
|
6230 |
|
6231 |
+
#: languages/vue.php:882
|
6232 |
msgid "Get the latest features, bug fixes, and security updates as they are released."
|
6233 |
msgstr ""
|
6234 |
|
6235 |
+
#: languages/vue.php:885
|
6236 |
msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
|
6237 |
msgstr ""
|
6238 |
|
6239 |
+
#: languages/vue.php:888
|
6240 |
msgid "File Download Tracking"
|
6241 |
msgstr ""
|
6242 |
|
6243 |
+
#: languages/vue.php:891
|
6244 |
msgid "Helps you see file downloads data."
|
6245 |
msgstr ""
|
6246 |
|
6247 |
+
#: languages/vue.php:894
|
6248 |
msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
|
6249 |
msgstr ""
|
6250 |
|
6251 |
#. Translators: Example path (/go/).
|
6252 |
+
#: languages/vue.php:898
|
6253 |
msgid "Path (example: %s)"
|
6254 |
msgstr ""
|
6255 |
|
6256 |
+
#: languages/vue.php:901
|
6257 |
msgid "Path has to start with a / and have no spaces"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
#. Translators: Example label (aff).
|
6261 |
+
#: languages/vue.php:905
|
6262 |
msgid "Label (example: %s)"
|
6263 |
msgstr ""
|
6264 |
|
6265 |
+
#: languages/vue.php:908
|
6266 |
msgid "Label can't contain any spaces"
|
6267 |
msgstr ""
|
6268 |
|
6269 |
+
#: languages/vue.php:911
|
6270 |
msgid "Helps you increase affiliate revenue."
|
6271 |
msgstr ""
|
6272 |
|
6273 |
+
#: languages/vue.php:914
|
6274 |
msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
|
6275 |
msgstr ""
|
6276 |
|
6277 |
+
#: languages/vue.php:917
|
6278 |
msgid "Affiliate Link Tracking"
|
6279 |
msgstr ""
|
6280 |
|
6281 |
+
#: languages/vue.php:920
|
6282 |
msgid "Who Can See Reports"
|
6283 |
msgstr ""
|
6284 |
|
6285 |
+
#: languages/vue.php:923
|
6286 |
msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
|
6287 |
msgstr ""
|
6288 |
|
6289 |
+
#: languages/vue.php:926
|
6290 |
msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
|
6291 |
msgstr ""
|
6292 |
|
6293 |
+
#: languages/vue.php:929
|
6294 |
msgid "Events Tracking is enabled the moment you set up ExactMetrics"
|
6295 |
msgstr ""
|
6296 |
|
6297 |
+
#: languages/vue.php:932
|
6298 |
msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
|
6299 |
msgstr ""
|
6300 |
|
6301 |
+
#: languages/vue.php:935
|
6302 |
msgid "+ Add Role"
|
6303 |
msgstr ""
|
6304 |
|
6305 |
+
#: languages/vue.php:938
|
6306 |
msgid "Welcome to the all-new ExactMetrics"
|
6307 |
msgstr ""
|
6308 |
|
6309 |
+
#: languages/vue.php:941
|
6310 |
msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
|
6311 |
msgstr ""
|
6312 |
|
6313 |
+
#: languages/vue.php:944
|
6314 |
msgid "The New & Improved ExactMetrics includes:"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
+
#: languages/vue.php:947
|
6318 |
msgid "All-New Design"
|
6319 |
msgstr ""
|
6320 |
|
6321 |
+
#: languages/vue.php:950
|
6322 |
msgid "Better Reporting"
|
6323 |
msgstr ""
|
6324 |
|
6325 |
+
#: languages/vue.php:953
|
6326 |
msgid "Better Tracking"
|
6327 |
msgstr ""
|
6328 |
|
6329 |
+
#: languages/vue.php:956
|
6330 |
msgid "Better Support"
|
6331 |
msgstr ""
|
6332 |
|
6333 |
+
#: languages/vue.php:959
|
6334 |
msgid "Continue"
|
6335 |
msgstr ""
|
6336 |
|
6337 |
+
#: languages/vue.php:962
|
6338 |
msgid "Your settings have been automatically transferred."
|
6339 |
msgstr ""
|
6340 |
|
6341 |
+
#: languages/vue.php:965
|
6342 |
msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
|
6343 |
msgstr ""
|
6344 |
|
6345 |
+
#: languages/vue.php:968
|
6346 |
msgid "Caching"
|
6347 |
msgstr ""
|
6348 |
|
6349 |
+
#: languages/vue.php:971
|
6350 |
msgid "Enable Data Caching"
|
6351 |
msgstr ""
|
6352 |
|
6353 |
+
#: languages/vue.php:974
|
6354 |
msgid "Refresh Cache Every"
|
6355 |
msgstr ""
|
6356 |
|
6357 |
+
#: languages/vue.php:977
|
6358 |
msgid "Choose how often to refresh the cache."
|
6359 |
msgstr ""
|
6360 |
|
6361 |
+
#: languages/vue.php:980
|
6362 |
msgid "Enable Ajaxify"
|
6363 |
msgstr ""
|
6364 |
|
6365 |
+
#: languages/vue.php:983
|
6366 |
msgid "Ajaxify Widget"
|
6367 |
msgstr ""
|
6368 |
|
6369 |
+
#: languages/vue.php:986
|
6370 |
msgid "Use to bypass page caching."
|
6371 |
msgstr ""
|
6372 |
|
6373 |
+
#: languages/vue.php:989
|
6374 |
msgid "Empty Cache"
|
6375 |
msgstr ""
|
6376 |
|
6377 |
+
#: languages/vue.php:992
|
6378 |
msgid "Click to manually wipe the cache right now."
|
6379 |
msgstr ""
|
6380 |
|
6381 |
+
#: languages/vue.php:995
|
6382 |
msgid "Popular posts cache emptied"
|
6383 |
msgstr ""
|
6384 |
|
6385 |
+
#: languages/vue.php:998
|
6386 |
msgid "Error emptying the popular posts cache. Please try again."
|
6387 |
msgstr ""
|
6388 |
|
6389 |
+
#: languages/vue.php:1001
|
6390 |
msgid "Choose Theme"
|
6391 |
msgstr ""
|
6392 |
|
6393 |
+
#: languages/vue.php:1004
|
6394 |
msgid "Behavior"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
+
#: languages/vue.php:1007
|
6398 |
msgid "Widget Styling"
|
6399 |
msgstr ""
|
6400 |
|
6401 |
+
#: languages/vue.php:1010
|
6402 |
msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
|
6403 |
msgstr ""
|
6404 |
|
6405 |
+
#: languages/vue.php:1013
|
6406 |
msgid "Sort By"
|
6407 |
msgstr ""
|
6408 |
|
6409 |
+
#: languages/vue.php:1016
|
6410 |
msgid "Choose how you'd like the widget to determine your popular posts."
|
6411 |
msgstr ""
|
6412 |
|
6413 |
+
#: languages/vue.php:1019
|
6414 |
msgid "Placement"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
+
#: languages/vue.php:1022
|
6418 |
msgid "Choose how you'd like to place the widget."
|
6419 |
msgstr ""
|
6420 |
|
6421 |
+
#: languages/vue.php:1025
|
6422 |
msgid "Insert After"
|
6423 |
msgstr ""
|
6424 |
|
6425 |
+
#: languages/vue.php:1028
|
6426 |
msgid "Choose where in the post body the widget will be placed."
|
6427 |
msgstr ""
|
6428 |
|
6429 |
+
#: languages/vue.php:1031
|
6430 |
msgid "Include in Post Types"
|
6431 |
msgstr ""
|
6432 |
|
6433 |
+
#: languages/vue.php:1034
|
6434 |
msgid "Exclude from specific posts"
|
6435 |
msgstr ""
|
6436 |
|
6437 |
#. Translators: Placeholders make the text bold.
|
6438 |
+
#: languages/vue.php:1038
|
6439 |
msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
|
6440 |
msgstr ""
|
6441 |
|
6442 |
#. Translators: Placeholders make the text bold.
|
6443 |
+
#: languages/vue.php:1042
|
6444 |
msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
|
6445 |
msgstr ""
|
6446 |
|
6447 |
+
#: languages/vue.php:1045
|
6448 |
msgid "Customize Design"
|
6449 |
msgstr ""
|
6450 |
|
6451 |
+
#: languages/vue.php:1048
|
6452 |
msgid "Loading Themes"
|
6453 |
msgstr ""
|
6454 |
|
6455 |
+
#: languages/vue.php:1051
|
6456 |
msgid "words"
|
6457 |
msgstr ""
|
6458 |
|
6459 |
+
#: languages/vue.php:1054
|
6460 |
msgid "Please select at least one post to display."
|
6461 |
msgstr ""
|
6462 |
|
6463 |
#. Translators: placeholders make text small.
|
6464 |
+
#: languages/vue.php:1058
|
6465 |
msgid "Default Styles %1$s- As seen above.%2$s"
|
6466 |
msgstr ""
|
6467 |
|
6468 |
#. Translators: placeholders make text small.
|
6469 |
+
#: languages/vue.php:1062
|
6470 |
msgid "No Styles %1$s- Use your own CSS.%2$s"
|
6471 |
msgstr ""
|
6472 |
|
6473 |
#. Translators: placeholders make text small.
|
6474 |
+
#: languages/vue.php:1066
|
6475 |
msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
|
6476 |
msgstr ""
|
6477 |
|
6478 |
#. Translators: placeholders make text small.
|
6479 |
+
#: languages/vue.php:1070
|
6480 |
msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
|
6481 |
msgstr ""
|
6482 |
|
6483 |
#. Translators: placeholders make text small.
|
6484 |
+
#: languages/vue.php:1074
|
6485 |
msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
|
6486 |
msgstr ""
|
6487 |
|
6488 |
#. Translators: placeholders make text small.
|
6489 |
+
#: languages/vue.php:1078
|
6490 |
msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
|
6491 |
msgstr ""
|
6492 |
|
6493 |
#. Translators: placeholders make text small.
|
6494 |
+
#: languages/vue.php:1082
|
6495 |
msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
|
6496 |
msgstr ""
|
6497 |
|
6498 |
+
#: languages/vue.php:1085
|
6499 |
msgid "Display Title"
|
6500 |
msgstr ""
|
6501 |
|
6502 |
+
#: languages/vue.php:1091
|
6503 |
msgid "Title your widget and set it’s display preferences."
|
6504 |
msgstr ""
|
6505 |
|
6506 |
+
#: languages/vue.php:1094
|
6507 |
msgid "File imported"
|
6508 |
msgstr ""
|
6509 |
|
6510 |
+
#: languages/vue.php:1097
|
6511 |
msgid "Settings successfully updated!"
|
6512 |
msgstr ""
|
6513 |
|
6514 |
+
#: languages/vue.php:1100
|
6515 |
msgid "Error importing settings"
|
6516 |
msgstr ""
|
6517 |
|
6518 |
+
#: languages/vue.php:1103
|
6519 |
msgid "Please choose a .json file generated by a ExactMetrics settings export."
|
6520 |
msgstr ""
|
6521 |
|
6522 |
+
#: languages/vue.php:1106
|
6523 |
msgid "Import/Export"
|
6524 |
msgstr ""
|
6525 |
|
6526 |
+
#: languages/vue.php:1109
|
6527 |
msgid "Import"
|
6528 |
msgstr ""
|
6529 |
|
6530 |
+
#: languages/vue.php:1112
|
6531 |
msgid "Import settings from another ExactMetrics website."
|
6532 |
msgstr ""
|
6533 |
|
6534 |
+
#: languages/vue.php:1115
|
6535 |
msgid "Export"
|
6536 |
msgstr ""
|
6537 |
|
6538 |
+
#: languages/vue.php:1118
|
6539 |
msgid "Export settings to import into another ExactMetrics install."
|
6540 |
msgstr ""
|
6541 |
|
6542 |
+
#: languages/vue.php:1121
|
6543 |
msgid "Import Settings"
|
6544 |
msgstr ""
|
6545 |
|
6546 |
+
#: languages/vue.php:1124
|
6547 |
msgid "Export Settings"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
+
#: languages/vue.php:1127
|
6551 |
msgid "Please choose a file to import"
|
6552 |
msgstr ""
|
6553 |
|
6554 |
+
#: languages/vue.php:1130
|
6555 |
msgid "Use the filepicker below to select the settings export file from another site."
|
6556 |
msgstr ""
|
6557 |
|
6558 |
+
#: languages/vue.php:1133
|
6559 |
msgid "Use the button below to export a file with your ExactMetrics settings."
|
6560 |
msgstr ""
|
6561 |
|
6562 |
+
#: languages/vue.php:1136
|
6563 |
msgid "Choose file"
|
6564 |
msgstr ""
|
6565 |
|
6566 |
+
#: languages/vue.php:1139
|
6567 |
msgid "No file chosen"
|
6568 |
msgstr ""
|
6569 |
|
6570 |
+
#: languages/vue.php:1142
|
6571 |
msgid "Uploading file..."
|
6572 |
msgstr ""
|
6573 |
|
6574 |
#. Translators: Adds a link to the Google reference.
|
6575 |
+
#: languages/vue.php:1146
|
6576 |
msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
|
6577 |
msgstr ""
|
6578 |
|
6579 |
+
#: languages/vue.php:1153
|
6580 |
msgid "Automatic Updates"
|
6581 |
msgstr ""
|
6582 |
|
6583 |
+
#: languages/vue.php:1156
|
6584 |
msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
|
6585 |
msgstr ""
|
6586 |
|
6587 |
+
#: languages/vue.php:1159
|
6588 |
msgid "Hide Admin Bar Reports"
|
6589 |
msgstr ""
|
6590 |
|
6591 |
#. Translators: placeholders make text small.
|
6592 |
+
#: languages/vue.php:1163
|
6593 |
msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
|
6594 |
msgstr ""
|
6595 |
|
6596 |
#. Translators: placeholders make text small.
|
6597 |
+
#: languages/vue.php:1167
|
6598 |
msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
|
6599 |
msgstr ""
|
6600 |
|
6601 |
#. Translators: placeholders make text small.
|
6602 |
+
#: languages/vue.php:1171
|
6603 |
msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
|
6604 |
msgstr ""
|
6605 |
|
6606 |
#. Translators: placeholders make text small.
|
6607 |
+
#: languages/vue.php:1175
|
6608 |
msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
|
6609 |
msgstr ""
|
6610 |
|
6611 |
#. Translators: placeholders make text small.
|
6612 |
+
#: languages/vue.php:1179
|
6613 |
msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
|
6614 |
msgstr ""
|
6615 |
|
6616 |
#. Translators: placeholders make text small.
|
6617 |
+
#: languages/vue.php:1183
|
6618 |
msgid "None %1$s- Manually update everything.%2$s"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
#. Translators: Adds a link to the general settings tab.
|
6622 |
+
#: languages/vue.php:1187
|
6623 |
msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
|
6624 |
msgstr ""
|
6625 |
|
6626 |
+
#: languages/vue.php:1190
|
6627 |
msgid "Permissions"
|
6628 |
msgstr ""
|
6629 |
|
6630 |
+
#: languages/vue.php:1193
|
6631 |
msgid "Email Summaries"
|
6632 |
msgstr ""
|
6633 |
|
6634 |
+
#: languages/vue.php:1196
|
6635 |
msgid "Export PDF Reports"
|
6636 |
msgstr ""
|
6637 |
|
6638 |
+
#: languages/vue.php:1199
|
6639 |
msgid "Allow These User Roles to See Reports"
|
6640 |
msgstr ""
|
6641 |
|
6642 |
+
#: languages/vue.php:1202
|
6643 |
msgid "Users that have at least one of these roles will be able to view the reports."
|
6644 |
msgstr ""
|
6645 |
|
6646 |
+
#: languages/vue.php:1205
|
6647 |
msgid "Allow These User Roles to Save Settings"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
+
#: languages/vue.php:1208
|
6651 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel."
|
6652 |
msgstr ""
|
6653 |
|
6654 |
+
#: languages/vue.php:1211
|
6655 |
msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
|
6656 |
msgstr ""
|
6657 |
|
6658 |
+
#: languages/vue.php:1214
|
6659 |
msgid "Exclude These User Roles From Tracking"
|
6660 |
msgstr ""
|
6661 |
|
6662 |
+
#: languages/vue.php:1217
|
6663 |
msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
|
6664 |
msgstr ""
|
6665 |
|
6666 |
+
#: languages/vue.php:1220
|
6667 |
msgid "Custom code"
|
6668 |
msgstr ""
|
6669 |
|
6670 |
+
#: languages/vue.php:1223
|
6671 |
msgid "License Key"
|
6672 |
msgstr ""
|
6673 |
|
6674 |
#. Translators: Adds link to the account area to retreive license key.
|
6675 |
+
#: languages/vue.php:1227
|
6676 |
msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
|
6677 |
msgstr ""
|
6678 |
|
6679 |
+
#: languages/vue.php:1230
|
6680 |
msgid "Paste your license key here"
|
6681 |
msgstr ""
|
6682 |
|
6683 |
+
#: languages/vue.php:1233
|
6684 |
msgid "Google Authentication"
|
6685 |
msgstr ""
|
6686 |
|
6687 |
+
#: languages/vue.php:1236
|
6688 |
msgid "Verify"
|
6689 |
msgstr ""
|
6690 |
|
6691 |
+
#: languages/vue.php:1239
|
6692 |
msgid "Setup Wizard"
|
6693 |
msgstr ""
|
6694 |
|
6695 |
+
#: languages/vue.php:1242
|
6696 |
msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
|
6697 |
msgstr ""
|
6698 |
|
6699 |
+
#: languages/vue.php:1245
|
6700 |
msgid "Relaunch Setup Wizard"
|
6701 |
msgstr ""
|
6702 |
|
6703 |
+
#: languages/vue.php:1248
|
6704 |
msgid "Connect ExactMetrics to Start Tracking Your Data"
|
6705 |
msgstr ""
|
6706 |
|
6707 |
+
#: languages/vue.php:1251
|
6708 |
msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
|
6709 |
msgstr ""
|
6710 |
|
6711 |
+
#. Translators: Adds link to upgrade.
|
6712 |
+
#: languages/vue.php:1255
|
6713 |
msgid "To unlock more features consider %1$supgrading to PRO%2$s."
|
6714 |
msgstr ""
|
6715 |
|
6716 |
+
#: languages/vue.php:1258
|
6717 |
msgid "Receive 50% off automatically applied at the checkout!"
|
6718 |
msgstr ""
|
6719 |
|
6720 |
+
#: languages/vue.php:1261
|
6721 |
msgid "See all features"
|
6722 |
msgstr ""
|
6723 |
|
6724 |
+
#: languages/vue.php:1264
|
6725 |
msgid "Complete Upgrade"
|
6726 |
msgstr ""
|
6727 |
|
6728 |
+
#: languages/vue.php:1267
|
6729 |
msgid "Upgrade to Pro Version!"
|
6730 |
msgstr ""
|
6731 |
|
6732 |
#. Translators: Make text bold.
|
6733 |
+
#: languages/vue.php:1271
|
6734 |
msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
|
6735 |
msgstr ""
|
6736 |
|
6737 |
+
#: languages/vue.php:1274
|
6738 |
msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
|
6739 |
msgstr ""
|
6740 |
|
6741 |
+
#: languages/vue.php:1277
|
6742 |
msgid "Last 30 Days Analytics for "
|
6743 |
msgstr ""
|
6744 |
|
6745 |
+
#: languages/vue.php:1280
|
6746 |
msgid "Your Website"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
+
#: languages/vue.php:1283
|
6750 |
msgid "Sessions"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: languages/vue.php:1286
|
6754 |
msgid "Pageviews"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: languages/vue.php:1289
|
6758 |
msgid "Avg. Duration"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
+
#: languages/vue.php:1292
|
6762 |
msgid "Bounce Rate"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
+
#: languages/vue.php:1295
|
6766 |
msgid "More data is available"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
+
#: languages/vue.php:1298
|
6770 |
msgid "Want to see page-specific stats?"
|
6771 |
msgstr ""
|
6772 |
|
6773 |
+
#: languages/vue.php:1301
|
6774 |
msgid "Dismiss"
|
6775 |
msgstr ""
|
6776 |
|
6777 |
#. Translators: Error status and error text.
|
6778 |
+
#: languages/vue.php:1305
|
6779 |
msgid "Can't load settings. Error: %1$s, %2$s"
|
6780 |
msgstr ""
|
6781 |
|
6782 |
+
#: languages/vue.php:1310
|
6783 |
msgid "You appear to be offline."
|
6784 |
msgstr ""
|
6785 |
|
6786 |
#. Translators: Error status and error text.
|
6787 |
+
#: languages/vue.php:1314
|
6788 |
msgid "Can't save settings. Error: %1$s, %2$s"
|
6789 |
msgstr ""
|
6790 |
|
6791 |
+
#: languages/vue.php:1317
|
6792 |
msgid "Network error encountered. Settings not saved."
|
6793 |
msgstr ""
|
6794 |
|
6795 |
#. Translators: Error status and error text.
|
6796 |
+
#: languages/vue.php:1321
|
6797 |
msgid "Can't deauthenticate. Error: %1$s, %2$s"
|
6798 |
msgstr ""
|
6799 |
|
6800 |
+
#: languages/vue.php:1324
|
6801 |
msgid "You appear to be offline. Settings not saved."
|
6802 |
msgstr ""
|
6803 |
|
6804 |
#. Translators: Error status and error text.
|
6805 |
+
#: languages/vue.php:1328
|
6806 |
msgid "Can't load authentication details. Error: %1$s, %2$s"
|
6807 |
msgstr ""
|
6808 |
|
6809 |
#. Translators: Error status and error text.
|
6810 |
+
#: languages/vue.php:1332
|
6811 |
msgid "Can't authenticate. Error: %1$s, %2$s"
|
6812 |
msgstr ""
|
6813 |
|
6814 |
#. Translators: Error status and error text.
|
6815 |
+
#: languages/vue.php:1336
|
6816 |
msgid "Can't reauthenticate. Error: %1$s, %2$s"
|
6817 |
msgstr ""
|
6818 |
|
6819 |
#. Translators: Error status and error text.
|
6820 |
+
#: languages/vue.php:1340
|
6821 |
msgid "Can't verify credentials. Error: %1$s, %2$s"
|
6822 |
msgstr ""
|
6823 |
|
6824 |
+
#: languages/vue.php:1343
|
6825 |
msgid "Proceed"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
+
#: languages/vue.php:1346
|
6829 |
msgid "Connection Information"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
+
#: languages/vue.php:1349
|
6833 |
msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
|
6834 |
msgstr ""
|
6835 |
|
6836 |
+
#: languages/vue.php:1352
|
6837 |
msgid "Hostname"
|
6838 |
msgstr ""
|
6839 |
|
6840 |
+
#: languages/vue.php:1355
|
6841 |
msgid "FTP Username"
|
6842 |
msgstr ""
|
6843 |
|
6844 |
+
#: languages/vue.php:1358
|
6845 |
msgid "FTP Password"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: languages/vue.php:1361
|
6849 |
msgid "This password will not be stored on the server."
|
6850 |
msgstr ""
|
6851 |
|
6852 |
+
#: languages/vue.php:1364
|
6853 |
msgid "Connection Type"
|
6854 |
msgstr ""
|
6855 |
|
6856 |
+
#: languages/vue.php:1367
|
6857 |
msgid "Cancel"
|
6858 |
msgstr ""
|
6859 |
|
6860 |
+
#: languages/vue.php:1370
|
6861 |
msgid "Ecommerce Report"
|
6862 |
msgstr ""
|
6863 |
|
6864 |
+
#: languages/vue.php:1373
|
6865 |
msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
|
6866 |
msgstr ""
|
6867 |
|
6868 |
+
#: languages/vue.php:1377
|
6869 |
msgid "Here's what you get:"
|
6870 |
msgstr ""
|
6871 |
|
6872 |
+
#: languages/vue.php:1380
|
6873 |
msgid "See Your Conversion Rate to Improve Funnel"
|
6874 |
msgstr ""
|
6875 |
|
6876 |
+
#: languages/vue.php:1383
|
6877 |
msgid "See The Number of Transactions and Make Data-Driven Decisions"
|
6878 |
msgstr ""
|
6879 |
|
6880 |
+
#: languages/vue.php:1386
|
6881 |
msgid "See The Total Revenue to Track Growth"
|
6882 |
msgstr ""
|
6883 |
|
6884 |
+
#: languages/vue.php:1389
|
6885 |
msgid "See Average Order Value to Find Offer Opportunities"
|
6886 |
msgstr ""
|
6887 |
|
6888 |
+
#: languages/vue.php:1392
|
6889 |
msgid "See Your Top Products to See Individual Performance"
|
6890 |
msgstr ""
|
6891 |
|
6892 |
+
#: languages/vue.php:1395
|
6893 |
msgid "See Your Top Conversion Sources and Focus on what's Working"
|
6894 |
msgstr ""
|
6895 |
|
6896 |
+
#: languages/vue.php:1398
|
6897 |
msgid "See The Time it Takes for Customers to Purchase"
|
6898 |
msgstr ""
|
6899 |
|
6900 |
+
#: languages/vue.php:1401
|
6901 |
msgid "See How Many Sessions are Needed for a Purchase"
|
6902 |
msgstr ""
|
6903 |
|
6904 |
+
#: languages/vue.php:1404
|
6905 |
msgid "New"
|
6906 |
msgstr ""
|
6907 |
|
6908 |
+
#: languages/vue.php:1407
|
6909 |
msgid "Returning"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
+
#: languages/vue.php:1411
|
6913 |
msgid "Desktop"
|
6914 |
msgstr ""
|
6915 |
|
6916 |
+
#: languages/vue.php:1415
|
6917 |
msgid "Tablet"
|
6918 |
msgstr ""
|
6919 |
|
6920 |
+
#: languages/vue.php:1419
|
6921 |
msgid "Mobile"
|
6922 |
msgstr ""
|
6923 |
|
6924 |
+
#: languages/vue.php:1422
|
6925 |
msgid "Overview Report"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: languages/vue.php:1425
|
6929 |
msgid "Avg. Session Duration"
|
6930 |
msgstr ""
|
6931 |
|
6932 |
+
#: languages/vue.php:1428
|
6933 |
msgid "New vs. Returning Visitors"
|
6934 |
msgstr ""
|
6935 |
|
6936 |
+
#: languages/vue.php:1431
|
6937 |
msgid "Device Breakdown"
|
6938 |
msgstr ""
|
6939 |
|
6940 |
+
#: languages/vue.php:1434
|
6941 |
msgid "Top 10 Countries"
|
6942 |
msgstr ""
|
6943 |
|
6944 |
+
#: languages/vue.php:1437
|
6945 |
msgid "View Countries Report"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
+
#: languages/vue.php:1440
|
6949 |
msgid "Top 10 Referrals"
|
6950 |
msgstr ""
|
6951 |
|
6952 |
+
#: languages/vue.php:1443
|
6953 |
msgid "View All Referral Sources"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
+
#: languages/vue.php:1446
|
6957 |
msgid "Top Posts/Pages"
|
6958 |
msgstr ""
|
6959 |
|
6960 |
+
#: languages/vue.php:1449
|
6961 |
msgid "View Full Posts/Pages Report"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
+
#: languages/vue.php:1452
|
6965 |
msgid "A session is the browsing session of a single user to your site."
|
6966 |
msgstr ""
|
6967 |
|
6968 |
+
#: languages/vue.php:1455
|
6969 |
msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
|
6970 |
msgstr ""
|
6971 |
|
6972 |
+
#: languages/vue.php:1458
|
6973 |
msgid "Total duration of all sessions (in seconds) / number of sessions."
|
6974 |
msgstr ""
|
6975 |
|
6976 |
+
#: languages/vue.php:1461
|
6977 |
msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
|
6978 |
msgstr ""
|
6979 |
|
6980 |
+
#: languages/vue.php:1464
|
6981 |
msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
|
6982 |
msgstr ""
|
6983 |
|
6984 |
+
#: languages/vue.php:1467
|
6985 |
msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
|
6986 |
msgstr ""
|
6987 |
|
6988 |
+
#: languages/vue.php:1470
|
6989 |
msgid "This list shows the top countries your website visitors are from."
|
6990 |
msgstr ""
|
6991 |
|
6992 |
+
#: languages/vue.php:1473
|
6993 |
msgid "This list shows the top websites that send your website traffic, known as referral traffic."
|
6994 |
msgstr ""
|
6995 |
|
6996 |
+
#: languages/vue.php:1476
|
6997 |
msgid "This list shows the most viewed posts and pages on your website."
|
6998 |
msgstr ""
|
6999 |
|
7000 |
+
#: languages/vue.php:1479
|
7001 |
msgid "Unlock the Publisher Report and Focus on the Content That Matters"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
+
#: languages/vue.php:1482
|
7005 |
msgid "See Your Top Landing Pages to Improve Engagement"
|
7006 |
msgstr ""
|
7007 |
|
7008 |
+
#: languages/vue.php:1485
|
7009 |
msgid "See Your Top Exit Pages to Reduce Abandonment"
|
7010 |
msgstr ""
|
7011 |
|
7012 |
+
#: languages/vue.php:1488
|
7013 |
msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
|
7014 |
msgstr ""
|
7015 |
|
7016 |
+
#: languages/vue.php:1491
|
7017 |
msgid "See Your Top Affiliate Links and Focus on what’s working"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
+
#: languages/vue.php:1494
|
7021 |
msgid "See Your Top Downloads and Improve Conversions"
|
7022 |
msgstr ""
|
7023 |
|
7024 |
+
#: languages/vue.php:1497
|
7025 |
msgid "See Audience Demographic Report (Age / Gender / Interests)"
|
7026 |
msgstr ""
|
7027 |
|
7028 |
+
#: languages/vue.php:1500
|
7029 |
msgid "Custom Dimensions Report"
|
7030 |
msgstr ""
|
7031 |
|
7032 |
+
#: languages/vue.php:1503
|
7033 |
msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
|
7034 |
msgstr ""
|
7035 |
|
7036 |
+
#: languages/vue.php:1506
|
7037 |
msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
|
7038 |
msgstr ""
|
7039 |
|
7040 |
+
#: languages/vue.php:1509
|
7041 |
msgid "Author tracking to see which author’s posts generate the most traffic"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
+
#: languages/vue.php:1512
|
7045 |
msgid "Post Type tracking to see which WordPress post types perform better"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
+
#: languages/vue.php:1515
|
7049 |
msgid "Category tracking to see which sections of your sites are the most popular"
|
7050 |
msgstr ""
|
7051 |
|
7052 |
+
#: languages/vue.php:1518
|
7053 |
msgid "SEO score tracking to see which blog SEO scores are the most popular"
|
7054 |
msgstr ""
|
7055 |
|
7056 |
+
#: languages/vue.php:1521
|
7057 |
msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
|
7058 |
msgstr ""
|
7059 |
|
7060 |
+
#: languages/vue.php:1524
|
7061 |
msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
|
7062 |
msgstr ""
|
7063 |
|
7064 |
#. Translators: Number of visitors.
|
7065 |
+
#: languages/vue.php:1532
|
7066 |
msgid "Your website was visited by %s users in the last 30 days."
|
7067 |
msgstr ""
|
7068 |
|
7069 |
+
#: languages/vue.php:1535
|
7070 |
msgid "See the full analytics report!"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
+
#: languages/vue.php:1538
|
7074 |
msgid "Network Active"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
+
#: languages/vue.php:1541
|
7078 |
msgid "Active"
|
7079 |
msgstr ""
|
7080 |
|
7081 |
+
#: languages/vue.php:1544
|
7082 |
msgid "Inactive"
|
7083 |
msgstr ""
|
7084 |
|
7085 |
#. Translators: Placeholder for the addon status (installed, active, etc).
|
7086 |
+
#: languages/vue.php:1548
|
7087 |
msgid "Status: %s"
|
7088 |
msgstr ""
|
7089 |
|
7090 |
+
#: languages/vue.php:1551
|
7091 |
msgid "Not Installed"
|
7092 |
msgstr ""
|
7093 |
|
7094 |
+
#: languages/vue.php:1554
|
7095 |
msgid "Custom Campaign Parameters"
|
7096 |
msgstr ""
|
7097 |
|
7098 |
+
#: languages/vue.php:1557
|
7099 |
msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
|
7100 |
msgstr ""
|
7101 |
|
7102 |
+
#: languages/vue.php:1560
|
7103 |
msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
|
7104 |
msgstr ""
|
7105 |
|
7106 |
#. Translators: Marks the field as required.
|
7107 |
+
#: languages/vue.php:1564
|
7108 |
msgid "Website URL %s"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
#. Translators: Display the current website url in italic.
|
7112 |
+
#: languages/vue.php:1568
|
7113 |
msgid "The full website URL (e.g. %1$s %2$s%3$s)"
|
7114 |
msgstr ""
|
7115 |
|
7116 |
#. Translators: Marks the field as required.
|
7117 |
+
#: languages/vue.php:1572
|
7118 |
msgid "Campaign Source %s"
|
7119 |
msgstr ""
|
7120 |
|
7121 |
#. Translators: Make the text italic.
|
7122 |
+
#: languages/vue.php:1576
|
7123 |
msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
#. Translators: Make the text italic.
|
7127 |
+
#: languages/vue.php:1580
|
7128 |
msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
|
7129 |
msgstr ""
|
7130 |
|
7131 |
#. Translators: Make the text italic.
|
7132 |
+
#: languages/vue.php:1584
|
7133 |
msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
|
7134 |
msgstr ""
|
7135 |
|
7136 |
+
#: languages/vue.php:1587
|
7137 |
msgid "Enter the paid keyword"
|
7138 |
msgstr ""
|
7139 |
|
7140 |
+
#: languages/vue.php:1590
|
7141 |
msgid "Enter something to differentiate ads"
|
7142 |
msgstr ""
|
7143 |
|
7144 |
+
#: languages/vue.php:1593
|
7145 |
msgid "Use Fragment"
|
7146 |
msgstr ""
|
7147 |
|
7148 |
#. Translators: Make the text bold.
|
7149 |
+
#: languages/vue.php:1597
|
7150 |
msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
+
#: languages/vue.php:1600
|
7154 |
msgid "URL to use"
|
7155 |
msgstr ""
|
7156 |
|
7157 |
+
#: languages/vue.php:1603
|
7158 |
msgid "(Updates automatically)"
|
7159 |
msgstr ""
|
7160 |
|
7161 |
+
#: languages/vue.php:1606
|
7162 |
msgid "Copy to Clipboard"
|
7163 |
msgstr ""
|
7164 |
|
7165 |
+
#: languages/vue.php:1609
|
7166 |
msgid "Copy to Pretty Links"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
+
#: languages/vue.php:1612
|
7170 |
msgid "Make your campaign links prettier!"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: languages/vue.php:1615
|
7174 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
|
7175 |
msgstr ""
|
7176 |
|
7177 |
+
#: languages/vue.php:1618
|
7178 |
msgid "Download Pretty Links"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: languages/vue.php:1621
|
7182 |
msgid "More Information & Examples"
|
7183 |
msgstr ""
|
7184 |
|
7185 |
+
#: languages/vue.php:1624
|
7186 |
msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
|
7187 |
msgstr ""
|
7188 |
|
7189 |
+
#: languages/vue.php:1627
|
7190 |
msgid "Campaign Source"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
+
#: languages/vue.php:1630
|
7194 |
msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
|
7195 |
msgstr ""
|
7196 |
|
7197 |
+
#: languages/vue.php:1633
|
7198 |
msgid "Campaign Medium"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
+
#: languages/vue.php:1636
|
7202 |
msgid "Use utm_medium to identify a medium such as email or cost-per-click."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
+
#: languages/vue.php:1639
|
7206 |
msgid "Campaign Name"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
+
#: languages/vue.php:1642
|
7210 |
msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
|
7211 |
msgstr ""
|
7212 |
|
7213 |
+
#: languages/vue.php:1645
|
7214 |
msgid "Campaign Term"
|
7215 |
msgstr ""
|
7216 |
|
7217 |
+
#: languages/vue.php:1648
|
7218 |
msgid "Used for paid search. Use utm_term to note the keywords for this ad."
|
7219 |
msgstr ""
|
7220 |
|
7221 |
+
#: languages/vue.php:1651
|
7222 |
msgid "Campaign Content"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
+
#: languages/vue.php:1654
|
7226 |
msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
|
7227 |
msgstr ""
|
7228 |
|
7229 |
#. Translators: Example.
|
7230 |
+
#: languages/vue.php:1658
|
7231 |
msgid "Example: %s"
|
7232 |
msgstr ""
|
7233 |
|
7234 |
#. Translators: Examples.
|
7235 |
+
#: languages/vue.php:1662
|
7236 |
msgid "Examples: %s"
|
7237 |
msgstr ""
|
7238 |
|
7239 |
+
#: languages/vue.php:1665
|
7240 |
msgid "About Campaigns"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
+
#: languages/vue.php:1668
|
7244 |
msgid "About Custom Campaigns"
|
7245 |
msgstr ""
|
7246 |
|
7247 |
+
#: languages/vue.php:1671
|
7248 |
msgid "Best Practices for Creating Custom Campaigns"
|
7249 |
msgstr ""
|
7250 |
|
7251 |
+
#: languages/vue.php:1674
|
7252 |
msgid "About the Referral Traffic Report"
|
7253 |
msgstr ""
|
7254 |
|
7255 |
+
#: languages/vue.php:1677
|
7256 |
msgid "About Traffic Source Dimensions"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
+
#: languages/vue.php:1680
|
7260 |
msgid "AdWords Auto-Tagging"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
+
#: languages/vue.php:1683
|
7264 |
msgid "Additional Information"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
+
#: languages/vue.php:1686
|
7268 |
msgid "Forms Report"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
+
#: languages/vue.php:1689
|
7272 |
msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
|
7273 |
msgstr ""
|
7274 |
|
7275 |
+
#: languages/vue.php:1692
|
7276 |
msgid "See Your Top Converting Forms and Optimize"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
+
#: languages/vue.php:1695
|
7280 |
msgid "See Your Forms Impressions Count to Find the Best Placement"
|
7281 |
msgstr ""
|
7282 |
|
7283 |
+
#: languages/vue.php:1698
|
7284 |
msgid "Cross Domain Tracking"
|
7285 |
msgstr ""
|
7286 |
|
7287 |
#. Translators: Add links to documentation.
|
7288 |
+
#: languages/vue.php:1702
|
7289 |
msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
|
7290 |
msgstr ""
|
7291 |
|
7292 |
+
#: languages/vue.php:1705
|
7293 |
msgid "Demographics"
|
7294 |
msgstr ""
|
7295 |
|
7296 |
+
#: languages/vue.php:1708
|
7297 |
msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
|
7298 |
msgstr ""
|
7299 |
|
7300 |
+
#: languages/vue.php:1711
|
7301 |
msgid "Anonymize IP Addresses"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: languages/vue.php:1714
|
7305 |
msgid "Link Attribution"
|
7306 |
msgstr ""
|
7307 |
|
7308 |
+
#: languages/vue.php:1717
|
7309 |
msgid "Enable Enhanced Link Attribution"
|
7310 |
msgstr ""
|
7311 |
|
7312 |
+
#: languages/vue.php:1720
|
7313 |
msgid "Enable Anchor Tracking"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
+
#: languages/vue.php:1723
|
7317 |
msgid "Enable allowAnchor"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
+
#: languages/vue.php:1726
|
7321 |
msgid "Enable allowLinker"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
+
#: languages/vue.php:1729
|
7325 |
msgid "Enable Tag Links in RSS"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
+
#: languages/vue.php:1732
|
7329 |
msgid "File Downloads"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
+
#: languages/vue.php:1735
|
7333 |
msgid "Extensions of Files to Track as Downloads"
|
7334 |
msgstr ""
|
7335 |
|
7336 |
+
#: languages/vue.php:1738
|
7337 |
msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
|
7338 |
msgstr ""
|
7339 |
|
7340 |
#. Translators: Add links to documentation.
|
7341 |
+
#: languages/vue.php:1742
|
7342 |
msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
|
7343 |
msgstr ""
|
7344 |
|
7345 |
#. Translators: Add links to documentation.
|
7346 |
+
#: languages/vue.php:1746
|
7347 |
msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
|
7348 |
msgstr ""
|
7349 |
|
7350 |
#. Translators: Add links to documentation.
|
7351 |
+
#: languages/vue.php:1750
|
7352 |
msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
|
7353 |
msgstr ""
|
7354 |
|
7355 |
+
#: languages/vue.php:1753
|
7356 |
msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
|
7357 |
msgstr ""
|
7358 |
|
7359 |
#. Translators: Add links to documentation.
|
7360 |
+
#: languages/vue.php:1757
|
7361 |
msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
|
7362 |
msgstr ""
|
7363 |
|
7364 |
#. Translators: Add links to documentation.
|
7365 |
+
#: languages/vue.php:1761
|
7366 |
msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
|
7367 |
msgstr ""
|
7368 |
|
7369 |
#. Translators: Add links to documentation.
|
7370 |
+
#: languages/vue.php:1765
|
7371 |
msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
|
7372 |
msgstr ""
|
7373 |
|
7374 |
+
#: languages/vue.php:1768
|
7375 |
msgid "Add domain"
|
7376 |
msgstr ""
|
7377 |
|
7378 |
#. Translators: Domain name example.
|
7379 |
+
#: languages/vue.php:1772
|
7380 |
msgid "Domain (example: %s)"
|
7381 |
msgstr ""
|
7382 |
|
7383 |
#. Translators: Current domain name that should not be used.
|
7384 |
+
#: languages/vue.php:1776
|
7385 |
msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
|
7386 |
msgstr ""
|
7387 |
|
7388 |
+
#: languages/vue.php:1779
|
7389 |
msgid "Search Console Report"
|
7390 |
msgstr ""
|
7391 |
|
7392 |
+
#: languages/vue.php:1782
|
7393 |
msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
|
7394 |
msgstr ""
|
7395 |
|
7396 |
+
#: languages/vue.php:1785
|
7397 |
msgid "See Your Top Google Search Terms and Optimize Content"
|
7398 |
msgstr ""
|
7399 |
|
7400 |
+
#: languages/vue.php:1788
|
7401 |
msgid "See The Number of Clicks and Track Interests"
|
7402 |
msgstr ""
|
7403 |
|
7404 |
+
#: languages/vue.php:1791
|
7405 |
msgid "See The Click-Through-Ratio and Improve SEO"
|
7406 |
msgstr ""
|
7407 |
|
7408 |
+
#: languages/vue.php:1794
|
7409 |
msgid "See The Average Results Position and Focus on what works."
|
7410 |
msgstr ""
|
7411 |
|
7412 |
+
#: languages/vue.php:1797
|
7413 |
msgid "Installing Addon"
|
7414 |
msgstr ""
|
7415 |
|
7416 |
+
#: languages/vue.php:1800
|
7417 |
msgid "Activating Addon"
|
7418 |
msgstr ""
|
7419 |
|
7420 |
+
#: languages/vue.php:1803
|
7421 |
msgid "Addon Activated"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
+
#: languages/vue.php:1806
|
7425 |
msgid "Loading report data"
|
7426 |
msgstr ""
|
7427 |
|
7428 |
+
#: languages/vue.php:1809
|
7429 |
msgid "Please activate manually"
|
7430 |
msgstr ""
|
7431 |
|
7432 |
#. Translators: Adds the error status and status text.
|
7433 |
+
#: languages/vue.php:1813
|
7434 |
msgid "Error: %1$s, %2$s"
|
7435 |
msgstr ""
|
7436 |
|
7437 |
+
#: languages/vue.php:1816
|
7438 |
msgid "Error Activating Addon"
|
7439 |
msgstr ""
|
7440 |
|
7441 |
+
#: languages/vue.php:1822
|
7442 |
msgid "Redirecting"
|
7443 |
msgstr ""
|
7444 |
|
7445 |
+
#: languages/vue.php:1825
|
7446 |
msgid "Please wait"
|
7447 |
msgstr ""
|
7448 |
|
7449 |
+
#: languages/vue.php:1828
|
7450 |
msgid "activate"
|
7451 |
msgstr ""
|
7452 |
|
7453 |
+
#: languages/vue.php:1831
|
7454 |
msgid "install"
|
7455 |
msgstr ""
|
7456 |
|
7457 |
+
#: languages/vue.php:1834
|
7458 |
msgid "Visit addons page"
|
7459 |
msgstr ""
|
7460 |
|
7461 |
+
#: languages/vue.php:1837
|
7462 |
msgid "Report Unavailable"
|
7463 |
msgstr ""
|
7464 |
|
7465 |
#. Translators: Install/Activate the addon.
|
7466 |
+
#: languages/vue.php:1841
|
7467 |
msgid "%s Addon"
|
7468 |
msgstr ""
|
7469 |
|
7470 |
+
#: languages/vue.php:1844
|
7471 |
msgid "Go Back To Reports"
|
7472 |
msgstr ""
|
7473 |
|
7474 |
+
#: languages/vue.php:1847
|
7475 |
msgid "Enable Enhanced eCommerce"
|
7476 |
msgstr ""
|
7477 |
|
7478 |
+
#: languages/vue.php:1850
|
7479 |
msgid "Real-Time Report"
|
7480 |
msgstr ""
|
7481 |
|
7482 |
+
#: languages/vue.php:1853
|
7483 |
msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
|
7484 |
msgstr ""
|
7485 |
|
7486 |
#. Translators: add link to blog.
|
7487 |
+
#: languages/vue.php:1857
|
7488 |
msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
7489 |
msgstr ""
|
7490 |
|
7491 |
+
#: languages/vue.php:1860
|
7492 |
msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
|
7493 |
msgstr ""
|
7494 |
|
7495 |
+
#: languages/vue.php:1863
|
7496 |
msgid "See Your Top Pages Immediately After Making Changes"
|
7497 |
msgstr ""
|
7498 |
|
7499 |
+
#: languages/vue.php:1866
|
7500 |
msgid "See Your Top Referral Sources and Adapt Faster"
|
7501 |
msgstr ""
|
7502 |
|
7503 |
+
#: languages/vue.php:1869
|
7504 |
msgid "See Your Traffic Demographics"
|
7505 |
msgstr ""
|
7506 |
|
7507 |
+
#: languages/vue.php:1872
|
7508 |
msgid "Get Fresh Reports Data Every 60 Seconds"
|
7509 |
msgstr ""
|
7510 |
|
7511 |
+
#: languages/vue.php:1875
|
7512 |
msgid "See Where Your Visitors are Connecting From (country & city)"
|
7513 |
msgstr ""
|
7514 |
|
7515 |
+
#: languages/vue.php:1878
|
7516 |
msgid "Help Us Improve"
|
7517 |
msgstr ""
|
7518 |
|
7519 |
+
#: languages/vue.php:1881
|
7520 |
msgid "Help us better understand our users and their website needs."
|
7521 |
msgstr ""
|
7522 |
|
7523 |
#. Translators: Adds a link to the documentation.
|
7524 |
+
#: languages/vue.php:1885
|
7525 |
msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
+
#: languages/vue.php:1888
|
7529 |
+
#: languages/vue.php:2725
|
7530 |
msgid "Connect ExactMetrics"
|
7531 |
msgstr ""
|
7532 |
|
7533 |
+
#: languages/vue.php:1891
|
7534 |
msgid "Website profile"
|
7535 |
msgstr ""
|
7536 |
|
7537 |
+
#: languages/vue.php:1894
|
7538 |
msgid "Active profile"
|
7539 |
msgstr ""
|
7540 |
|
7541 |
+
#: languages/vue.php:1897
|
7542 |
msgid "Your website profile has been set at the network level of your WordPress Multisite."
|
7543 |
msgstr ""
|
7544 |
|
7545 |
+
#: languages/vue.php:1900
|
7546 |
msgid "If you would like to use a different profile for this subsite, you can authenticate below."
|
7547 |
msgstr ""
|
7548 |
|
7549 |
+
#: languages/vue.php:1903
|
7550 |
msgid "Skip and Keep Connection"
|
7551 |
msgstr ""
|
7552 |
|
7553 |
+
#: languages/vue.php:1906
|
7554 |
msgid "Authenticating"
|
7555 |
msgstr ""
|
7556 |
|
7557 |
+
#: languages/vue.php:1909
|
7558 |
msgid "No options available"
|
7559 |
msgstr ""
|
7560 |
|
7561 |
+
#: languages/vue.php:1912
|
7562 |
msgid "This feature requires ExactMetrics Pro"
|
7563 |
msgstr ""
|
7564 |
|
7565 |
+
#: languages/vue.php:1915
|
7566 |
msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
|
7567 |
msgstr ""
|
7568 |
|
7569 |
+
#: languages/vue.php:1918
|
7570 |
msgid "Upgrade to Pro and Unlock Popular Products"
|
7571 |
msgstr ""
|
7572 |
|
7573 |
+
#: languages/vue.php:1921
|
7574 |
msgid "View all Pro features"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
+
#: languages/vue.php:1924
|
7578 |
msgid "Reset to default"
|
7579 |
msgstr ""
|
7580 |
|
7581 |
+
#: languages/vue.php:1927
|
7582 |
msgid "The value entered does not match the required format"
|
7583 |
msgstr ""
|
7584 |
|
7585 |
#. Translators: Placeholders are used for making text bold and adding a link.
|
7586 |
+
#: languages/vue.php:1931
|
7587 |
msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
|
7588 |
msgstr ""
|
7589 |
|
7590 |
#. Translators: Error status and error text.
|
7591 |
+
#: languages/vue.php:1935
|
7592 |
msgid "Can't load errors. Error: %1$s, %2$s"
|
7593 |
msgstr ""
|
7594 |
|
7595 |
+
#: languages/vue.php:1938
|
7596 |
msgid "Only Show Posts from These Categories"
|
7597 |
msgstr ""
|
7598 |
|
7599 |
+
#: languages/vue.php:1941
|
7600 |
msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
|
7601 |
msgstr ""
|
7602 |
|
7603 |
+
#: languages/vue.php:1944
|
7604 |
msgid "Popular Posts data can be fetched correctly"
|
7605 |
msgstr ""
|
7606 |
|
7607 |
+
#: languages/vue.php:1947
|
7608 |
msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
|
7609 |
msgstr ""
|
7610 |
|
7611 |
+
#: languages/vue.php:1950
|
7612 |
msgid "Close"
|
7613 |
msgstr ""
|
7614 |
|
7615 |
+
#: languages/vue.php:1953
|
7616 |
msgid "Add Top 5 Posts from Google Analytics"
|
7617 |
msgstr ""
|
7618 |
|
7619 |
+
#: languages/vue.php:1956
|
7620 |
msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
|
7621 |
msgstr ""
|
7622 |
|
7623 |
+
#: languages/vue.php:1959
|
7624 |
msgid "Test Automated Posts"
|
7625 |
msgstr ""
|
7626 |
|
7627 |
#. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
|
7628 |
+
#: languages/vue.php:1963
|
7629 |
msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: languages/vue.php:1966
|
7633 |
msgid "Automated + Curated"
|
7634 |
msgstr ""
|
7635 |
|
7636 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7637 |
+
#: languages/vue.php:1970
|
7638 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
|
7639 |
msgstr ""
|
7640 |
|
7641 |
#. Translators: Placeholder gets replaced with current license version.
|
7642 |
+
#: languages/vue.php:1974
|
7643 |
msgid "Pro version is required. Your current license level is: %s"
|
7644 |
msgstr ""
|
7645 |
|
7646 |
+
#: languages/vue.php:1977
|
7647 |
msgid "Verifying Popular Posts data"
|
7648 |
msgstr ""
|
7649 |
|
7650 |
+
#: languages/vue.php:1990
|
7651 |
msgid "Select posts/search"
|
7652 |
msgstr ""
|
7653 |
|
7654 |
+
#: languages/vue.php:1993
|
7655 |
msgid "Oops! No posts found."
|
7656 |
msgstr ""
|
7657 |
|
7658 |
+
#: languages/vue.php:1996
|
7659 |
msgid "Search by post title"
|
7660 |
msgstr ""
|
7661 |
|
7662 |
+
#: languages/vue.php:1999
|
7663 |
msgid "Can't load posts."
|
7664 |
msgstr ""
|
7665 |
|
7666 |
#. Translators: Adds a link to documentation.
|
7667 |
+
#: languages/vue.php:2003
|
7668 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
|
7669 |
msgstr ""
|
7670 |
|
7671 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7672 |
+
#: languages/vue.php:2007
|
7673 |
msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7674 |
msgstr ""
|
7675 |
|
7676 |
+
#: languages/vue.php:2010
|
7677 |
msgid "Activate"
|
7678 |
msgstr ""
|
7679 |
|
7680 |
+
#: languages/vue.php:2013
|
7681 |
msgid "Install"
|
7682 |
msgstr ""
|
7683 |
|
7684 |
#. Translators: Adds a link to documentation.
|
7685 |
+
#: languages/vue.php:2017
|
7686 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
|
7687 |
msgstr ""
|
7688 |
|
7689 |
#. Translators: Adds link to activate/install plugin and documentation.
|
7690 |
+
#: languages/vue.php:2021
|
7691 |
msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
|
7692 |
msgstr ""
|
7693 |
|
7694 |
+
#: languages/vue.php:2024
|
7695 |
msgid "SharedCount API Key"
|
7696 |
msgstr ""
|
7697 |
|
7698 |
+
#: languages/vue.php:2027
|
7699 |
msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
|
7700 |
msgstr ""
|
7701 |
|
7702 |
+
#: languages/vue.php:2030
|
7703 |
msgid "Start Indexing"
|
7704 |
msgstr ""
|
7705 |
|
7706 |
+
#: languages/vue.php:2033
|
7707 |
msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
|
7708 |
msgstr ""
|
7709 |
|
7710 |
+
#: languages/vue.php:2036
|
7711 |
msgid "Indexing completed, counts will update automatically every day."
|
7712 |
msgstr ""
|
7713 |
|
7714 |
+
#: languages/vue.php:2043
|
7715 |
msgid "Wide"
|
7716 |
msgstr ""
|
7717 |
|
7718 |
+
#: languages/vue.php:2046
|
7719 |
msgid "Narrow"
|
7720 |
msgstr ""
|
7721 |
|
7722 |
+
#: languages/vue.php:2049
|
7723 |
msgid "Title"
|
7724 |
msgstr ""
|
7725 |
|
7726 |
+
#: languages/vue.php:2052
|
7727 |
msgid "Color"
|
7728 |
msgstr ""
|
7729 |
|
7730 |
+
#: languages/vue.php:2055
|
7731 |
msgid "Size"
|
7732 |
msgstr ""
|
7733 |
|
7734 |
+
#: languages/vue.php:2058
|
7735 |
msgid "Border"
|
7736 |
msgstr ""
|
7737 |
|
7738 |
+
#: languages/vue.php:2061
|
7739 |
msgid "Author/Date"
|
7740 |
msgstr ""
|
7741 |
|
7742 |
+
#: languages/vue.php:2064
|
7743 |
msgid "Label"
|
7744 |
msgstr ""
|
7745 |
|
7746 |
+
#: languages/vue.php:2067
|
7747 |
msgid "Background"
|
7748 |
msgstr ""
|
7749 |
|
7750 |
+
#: languages/vue.php:2079
|
7751 |
msgid "Choose which content you would like displayed in the widget."
|
7752 |
msgstr ""
|
7753 |
|
7754 |
+
#: languages/vue.php:2091
|
7755 |
msgid "Comments"
|
7756 |
msgstr ""
|
7757 |
|
7758 |
+
#: languages/vue.php:2097
|
7759 |
msgid "Choose how many posts you’d like displayed in the widget."
|
7760 |
msgstr ""
|
7761 |
|
7762 |
+
#: languages/vue.php:2100
|
7763 |
msgid "View notifications"
|
7764 |
msgstr ""
|
7765 |
|
7766 |
#. Translators: Add link to retrieve license key from account.
|
7767 |
+
#: languages/vue.php:2104
|
7768 |
msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
|
7769 |
msgstr ""
|
7770 |
|
7771 |
+
#: languages/vue.php:2107
|
7772 |
msgid "Miscellaneous"
|
7773 |
msgstr ""
|
7774 |
|
7775 |
+
#: languages/vue.php:2110
|
7776 |
msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
|
7777 |
msgstr ""
|
7778 |
|
7779 |
+
#: languages/vue.php:2113
|
7780 |
msgid "Hide Announcements"
|
7781 |
msgstr ""
|
7782 |
|
7783 |
+
#: languages/vue.php:2116
|
7784 |
msgid "Unlock Form Tracking"
|
7785 |
msgstr ""
|
7786 |
|
7787 |
+
#: languages/vue.php:2119
|
7788 |
msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
|
7789 |
msgstr ""
|
7790 |
|
7791 |
+
#: languages/vue.php:2122
|
7792 |
msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
|
7793 |
msgstr ""
|
7794 |
|
7795 |
+
#: languages/vue.php:2125
|
7796 |
msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
|
7797 |
msgstr ""
|
7798 |
|
7799 |
+
#: languages/vue.php:2128
|
7800 |
msgid "Affiliate Links"
|
7801 |
msgstr ""
|
7802 |
|
7803 |
#. Translators: Add links to documentation.
|
7804 |
+
#: languages/vue.php:2132
|
7805 |
msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
|
7806 |
msgstr ""
|
7807 |
|
7808 |
+
#: languages/vue.php:2135
|
7809 |
msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
|
7810 |
msgstr ""
|
7811 |
|
7812 |
+
#: languages/vue.php:2141
|
7813 |
msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
|
7814 |
msgstr ""
|
7815 |
|
7816 |
+
#: languages/vue.php:2144
|
7817 |
msgid "Disable the Headline Analyzer"
|
7818 |
msgstr ""
|
7819 |
|
7820 |
+
#: languages/vue.php:2147
|
7821 |
msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
|
7822 |
msgstr ""
|
7823 |
|
7824 |
+
#: languages/vue.php:2150
|
7825 |
msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
|
7826 |
msgstr ""
|
7827 |
|
7828 |
+
#: languages/vue.php:2153
|
7829 |
msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
|
7830 |
msgstr ""
|
7831 |
|
7832 |
+
#: languages/vue.php:2156
|
7833 |
msgid "Over 200,000 websites use Pretty Links!"
|
7834 |
msgstr ""
|
7835 |
|
7836 |
+
#: languages/vue.php:2159
|
7837 |
msgid "Install Pretty Links"
|
7838 |
msgstr ""
|
7839 |
|
7840 |
+
#: languages/vue.php:2162
|
7841 |
msgid "Pretty Links Installed & Activated"
|
7842 |
msgstr ""
|
7843 |
|
7844 |
+
#: languages/vue.php:2165
|
7845 |
msgid "Install Pretty Links from the WordPress.org plugin repository."
|
7846 |
msgstr ""
|
7847 |
|
7848 |
+
#: languages/vue.php:2168
|
7849 |
msgid "Activate Pretty Links"
|
7850 |
msgstr ""
|
7851 |
|
7852 |
+
#: languages/vue.php:2171
|
7853 |
msgid "Activating Pretty Links..."
|
7854 |
msgstr ""
|
7855 |
|
7856 |
+
#: languages/vue.php:2174
|
7857 |
msgid "Create New Pretty Link"
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: languages/vue.php:2177
|
7861 |
msgid "Create a New Pretty Link"
|
7862 |
msgstr ""
|
7863 |
|
7864 |
+
#: languages/vue.php:2180
|
7865 |
msgid "Grab your campaign link and paste it into the Target URL field."
|
7866 |
msgstr ""
|
7867 |
|
7868 |
#. Translators: Error status and error text.
|
7869 |
+
#: languages/vue.php:2184
|
7870 |
msgid "Can't load report data. Error: %1$s, %2$s"
|
7871 |
msgstr ""
|
7872 |
|
7873 |
+
#: languages/vue.php:2187
|
7874 |
msgid "Error loading report data"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
+
#. Translators: Replaced with the number of days
|
7878 |
+
#: languages/vue.php:2191
|
7879 |
msgid "vs. Previous Day"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
+
#: languages/vue.php:2194
|
7883 |
msgid "No change"
|
7884 |
msgstr ""
|
7885 |
|
7886 |
#. Translators: Error status and error text.
|
7887 |
+
#: languages/vue.php:2198
|
7888 |
msgid "Can't deactivate the license. Error: %1$s, %2$s"
|
7889 |
msgstr ""
|
7890 |
|
7891 |
#. Translators: Error status and error text.
|
7892 |
+
#: languages/vue.php:2202
|
7893 |
msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
|
7894 |
msgstr ""
|
7895 |
|
7896 |
#. Translators: Error status and error text.
|
7897 |
+
#: languages/vue.php:2206
|
7898 |
msgid "Can't load license details. Error: %1$s, %2$s"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: languages/vue.php:2209
|
7902 |
msgid "Error loading license details"
|
7903 |
msgstr ""
|
7904 |
|
7905 |
#. Translators: Error status and error text.
|
7906 |
+
#: languages/vue.php:2213
|
7907 |
msgid "Can't verify the license. Error: %1$s, %2$s"
|
7908 |
msgstr ""
|
7909 |
|
7910 |
#. Translators: Error status and error text.
|
7911 |
+
#: languages/vue.php:2217
|
7912 |
msgid "Can't validate the license. Error: %1$s, %2$s"
|
7913 |
msgstr ""
|
7914 |
|
7915 |
#. Translators: Placeholder is replaced with WPForms.
|
7916 |
+
#: languages/vue.php:2221
|
7917 |
msgid "Recommended Plugin: %s"
|
7918 |
msgstr ""
|
7919 |
|
7920 |
+
#: languages/vue.php:2224
|
7921 |
msgid "Activating..."
|
7922 |
msgstr ""
|
7923 |
|
7924 |
+
#: languages/vue.php:2227
|
7925 |
msgid "Deactivating..."
|
7926 |
msgstr ""
|
7927 |
|
7928 |
+
#: languages/vue.php:2230
|
7929 |
msgid "Deactivate"
|
7930 |
msgstr ""
|
7931 |
|
7932 |
#. Translators: Gets replaced with the number of days.
|
7933 |
+
#: languages/vue.php:2234
|
7934 |
msgid "Last %s days"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
#. Translators: Make text green.
|
7938 |
+
#: languages/vue.php:2238
|
7939 |
msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
|
7940 |
msgstr ""
|
7941 |
|
7942 |
+
#: languages/vue.php:2241
|
7943 |
msgid "Analytics"
|
7944 |
msgstr ""
|
7945 |
|
7946 |
#. Translators: Adds an arrow icon.
|
7947 |
+
#: languages/vue.php:2245
|
7948 |
msgid "View All Reports %s"
|
7949 |
msgstr ""
|
7950 |
|
7951 |
+
#: languages/vue.php:2248
|
7952 |
msgid "Multiple Entries"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
+
#: languages/vue.php:2251
|
7956 |
msgid "Total Number of Widgets to Show"
|
7957 |
msgstr ""
|
7958 |
|
7959 |
+
#: languages/vue.php:2254
|
7960 |
msgid "Choose how many widgets will be placed in a single Post."
|
7961 |
msgstr ""
|
7962 |
|
7963 |
+
#: languages/vue.php:2257
|
7964 |
msgid "Minimum Distance Between Widgets"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
+
#: languages/vue.php:2260
|
7968 |
msgid "Choose the distance between widgets."
|
7969 |
msgstr ""
|
7970 |
|
7971 |
+
#: languages/vue.php:2263
|
7972 |
msgid "Minimum Word Count to Display Multiple Widgets"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
+
#: languages/vue.php:2266
|
7976 |
msgid "Choose the minimum word count for a Post to have multiple entries."
|
7977 |
msgstr ""
|
7978 |
|
7979 |
+
#: languages/vue.php:2269
|
7980 |
msgid "Pro version is required"
|
7981 |
msgstr ""
|
7982 |
|
7983 |
#. Translators: Placeholder adds a link to the Custom Dimensions settings.
|
7984 |
+
#: languages/vue.php:2273
|
7985 |
msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
|
7986 |
msgstr ""
|
7987 |
|
7988 |
#. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
|
7989 |
+
#: languages/vue.php:2277
|
7990 |
msgid "%1$sPage %3$s%2$s of %4$s"
|
7991 |
msgstr ""
|
7992 |
|
7993 |
+
#: languages/vue.php:2280
|
7994 |
msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
|
7995 |
msgstr ""
|
7996 |
|
7997 |
+
#: languages/vue.php:2283
|
7998 |
msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
|
7999 |
msgstr ""
|
8000 |
|
8001 |
+
#: languages/vue.php:2286
|
8002 |
msgid "Icon"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
+
#: languages/vue.php:2289
|
8006 |
msgid "Display Method"
|
8007 |
msgstr ""
|
8008 |
|
8009 |
+
#: languages/vue.php:2292
|
8010 |
msgid "There are two ways to manual include the widget in your posts."
|
8011 |
msgstr ""
|
8012 |
|
8013 |
+
#: languages/vue.php:2295
|
8014 |
msgid "Using the Gutenberg Block"
|
8015 |
msgstr ""
|
8016 |
|
8017 |
+
#: languages/vue.php:2298
|
8018 |
msgid "Using the Shortcode"
|
8019 |
msgstr ""
|
8020 |
|
8021 |
+
#: languages/vue.php:2301
|
8022 |
msgid "Learn how to insert the widget using Gutenberg blocks."
|
8023 |
msgstr ""
|
8024 |
|
8025 |
+
#: languages/vue.php:2304
|
8026 |
msgid "Learn how to insert the widget using out Shortcode."
|
8027 |
msgstr ""
|
8028 |
|
8029 |
+
#: languages/vue.php:2307
|
8030 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
|
8031 |
msgstr ""
|
8032 |
|
8033 |
+
#: languages/vue.php:2310
|
8034 |
msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
|
8035 |
msgstr ""
|
8036 |
|
8037 |
+
#: languages/vue.php:2313
|
8038 |
msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
|
8039 |
msgstr ""
|
8040 |
|
8041 |
+
#: languages/vue.php:2316
|
8042 |
msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
|
8043 |
msgstr ""
|
8044 |
|
8045 |
+
#: languages/vue.php:2319
|
8046 |
msgid "Shortcode"
|
8047 |
msgstr ""
|
8048 |
|
8049 |
+
#: languages/vue.php:2322
|
8050 |
msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
|
8051 |
msgstr ""
|
8052 |
|
8053 |
+
#: languages/vue.php:2325
|
8054 |
msgid "Copy Shortcode"
|
8055 |
msgstr ""
|
8056 |
|
8057 |
+
#: languages/vue.php:2328
|
8058 |
msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
|
8059 |
msgstr ""
|
8060 |
|
8061 |
+
#: languages/vue.php:2331
|
8062 |
msgid "Automatic Placement"
|
8063 |
msgstr ""
|
8064 |
|
8065 |
+
#: languages/vue.php:2334
|
8066 |
msgid "Display using Gutenberg Blocks"
|
8067 |
msgstr ""
|
8068 |
|
8069 |
+
#: languages/vue.php:2337
|
8070 |
msgid "Embed Options"
|
8071 |
msgstr ""
|
8072 |
|
8073 |
+
#: languages/vue.php:2340
|
8074 |
msgid "All Embed Options can be used in conjunction with one another."
|
8075 |
msgstr ""
|
8076 |
|
8077 |
+
#: languages/vue.php:2343
|
8078 |
msgid "Using Automatic Embed"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
+
#: languages/vue.php:2346
|
8082 |
msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
|
8083 |
msgstr ""
|
8084 |
|
8085 |
+
#: languages/vue.php:2349
|
8086 |
msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
|
8087 |
msgstr ""
|
8088 |
|
8089 |
+
#: languages/vue.php:2352
|
8090 |
msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
|
8091 |
msgstr ""
|
8092 |
|
8093 |
+
#: languages/vue.php:2355
|
8094 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
|
8095 |
msgstr ""
|
8096 |
|
8097 |
+
#: languages/vue.php:2358
|
8098 |
msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
|
8099 |
msgstr ""
|
8100 |
|
8101 |
+
#: languages/vue.php:2361
|
8102 |
msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
|
8103 |
msgstr ""
|
8104 |
|
8105 |
+
#: languages/vue.php:2364
|
8106 |
msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
|
8107 |
msgstr ""
|
8108 |
|
8109 |
+
#: languages/vue.php:2367
|
8110 |
msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
|
8111 |
msgstr ""
|
8112 |
|
8113 |
+
#: languages/vue.php:2370
|
8114 |
msgid "Display using a Shortcode"
|
8115 |
msgstr ""
|
8116 |
|
8117 |
+
#: languages/vue.php:2373
|
8118 |
msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
|
8119 |
msgstr ""
|
8120 |
|
8121 |
+
#: languages/vue.php:2376
|
8122 |
msgid "Enable Automatic Placement"
|
8123 |
msgstr ""
|
8124 |
|
8125 |
+
#: languages/vue.php:2379
|
8126 |
msgid "Display in a Sidebar"
|
8127 |
msgstr ""
|
8128 |
|
8129 |
+
#: languages/vue.php:2382
|
8130 |
msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
|
8131 |
msgstr ""
|
8132 |
|
8133 |
+
#: languages/vue.php:2385
|
8134 |
msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
|
8135 |
msgstr ""
|
8136 |
|
8137 |
#. Translators: Minimum and maximum number that can be used.
|
8138 |
+
#: languages/vue.php:2389
|
8139 |
msgid "Please enter a value between %1$s and %2$s"
|
8140 |
msgstr ""
|
8141 |
|
8142 |
#. Translators: The minimum set value.
|
8143 |
+
#: languages/vue.php:2393
|
8144 |
msgid "Please enter a value higher than %s"
|
8145 |
msgstr ""
|
8146 |
|
8147 |
#. Translators: The maximum set value.
|
8148 |
+
#: languages/vue.php:2397
|
8149 |
msgid "Please enter a value lower than %s"
|
8150 |
msgstr ""
|
8151 |
|
8152 |
+
#: languages/vue.php:2400
|
8153 |
msgid "Please enter a number"
|
8154 |
msgstr ""
|
8155 |
|
8156 |
+
#: languages/vue.php:2403
|
8157 |
msgid "Value has to be a round number"
|
8158 |
msgstr ""
|
8159 |
|
8160 |
+
#: languages/vue.php:2406
|
8161 |
msgid "Days"
|
8162 |
msgstr ""
|
8163 |
|
8164 |
#. Translators: placeholders make text small.
|
8165 |
+
#: languages/vue.php:2410
|
8166 |
msgid "7 days"
|
8167 |
msgstr ""
|
8168 |
|
8169 |
+
#: languages/vue.php:2413
|
8170 |
msgid "30 days"
|
8171 |
msgstr ""
|
8172 |
|
8173 |
+
#: languages/vue.php:2416
|
8174 |
msgid "Custom"
|
8175 |
msgstr ""
|
8176 |
|
8177 |
#. Translators: Add line break.
|
8178 |
+
#: languages/vue.php:2420
|
8179 |
msgid "See All Your Important Store%s Metrics in One Place"
|
8180 |
msgstr ""
|
8181 |
|
8182 |
+
#: languages/vue.php:2423
|
8183 |
msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
|
8184 |
msgstr ""
|
8185 |
|
8186 |
+
#: languages/vue.php:2426
|
8187 |
msgid "See your Top Conversion Sources and Focus on what's Working"
|
8188 |
msgstr ""
|
8189 |
|
8190 |
#. Translators: The name of the field that is throwing a validation error.
|
8191 |
+
#: languages/vue.php:2430
|
8192 |
msgid "%s can't be empty."
|
8193 |
msgstr ""
|
8194 |
|
8195 |
+
#: languages/vue.php:2433
|
8196 |
msgid "Duplicate values are not allowed."
|
8197 |
msgstr ""
|
8198 |
|
8199 |
+
#: languages/vue.php:2436
|
8200 |
msgid "You can add maximum 5 items."
|
8201 |
msgstr ""
|
8202 |
|
8203 |
+
#: languages/vue.php:2439
|
8204 |
msgid "At least 0 item required."
|
8205 |
msgstr ""
|
8206 |
|
8207 |
+
#: languages/vue.php:2442
|
8208 |
msgid "Add Another Link Path"
|
8209 |
msgstr ""
|
8210 |
|
8211 |
+
#: languages/vue.php:2445
|
8212 |
msgid "Remove row"
|
8213 |
msgstr ""
|
8214 |
|
8215 |
+
#: languages/vue.php:2448
|
8216 |
msgid "Time to Purchase"
|
8217 |
msgstr ""
|
8218 |
|
8219 |
+
#: languages/vue.php:2451
|
8220 |
msgid "This list shows how many days from first visit it took users to purchase products from your site."
|
8221 |
msgstr ""
|
8222 |
|
8223 |
+
#: languages/vue.php:2454
|
8224 |
msgid "Sessions to Purchase"
|
8225 |
msgstr ""
|
8226 |
|
8227 |
+
#: languages/vue.php:2457
|
8228 |
msgid "This list shows the number of sessions it took users before they purchased a product from your website."
|
8229 |
msgstr ""
|
8230 |
|
8231 |
+
#: languages/vue.php:2460
|
8232 |
msgid "Top Landing Pages"
|
8233 |
msgstr ""
|
8234 |
|
8235 |
+
#: languages/vue.php:2463
|
8236 |
msgid "This list shows the top pages users first land on when visiting your website."
|
8237 |
msgstr ""
|
8238 |
|
8239 |
+
#: languages/vue.php:2466
|
8240 |
msgid "Top Exit Pages"
|
8241 |
msgstr ""
|
8242 |
|
8243 |
+
#: languages/vue.php:2469
|
8244 |
msgid "This list shows the top pages users exit your website from."
|
8245 |
msgstr ""
|
8246 |
|
8247 |
+
#: languages/vue.php:2472
|
8248 |
msgid "Top Outbound Links"
|
8249 |
msgstr ""
|
8250 |
|
8251 |
+
#: languages/vue.php:2475
|
8252 |
msgid "This list shows the top links clicked on your website that go to another website."
|
8253 |
msgstr ""
|
8254 |
|
8255 |
+
#: languages/vue.php:2478
|
8256 |
msgid "Top Affiliate Links"
|
8257 |
msgstr ""
|
8258 |
|
8259 |
+
#: languages/vue.php:2481
|
8260 |
msgid "This list shows the top affiliate links your visitors clicked on."
|
8261 |
msgstr ""
|
8262 |
|
8263 |
+
#: languages/vue.php:2484
|
8264 |
msgid "Top Download Links"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
+
#: languages/vue.php:2487
|
8268 |
msgid "This list shows the download links your visitors clicked the most."
|
8269 |
msgstr ""
|
8270 |
|
8271 |
+
#: languages/vue.php:2490
|
8272 |
msgid "Top Products"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
+
#: languages/vue.php:2493
|
8276 |
msgid "This list shows the top selling products on your website."
|
8277 |
msgstr ""
|
8278 |
|
8279 |
+
#: languages/vue.php:2496
|
8280 |
msgid "Top Conversion Sources"
|
8281 |
msgstr ""
|
8282 |
|
8283 |
+
#: languages/vue.php:2499
|
8284 |
msgid "This list shows the top referral websites in terms of product revenue."
|
8285 |
msgstr ""
|
8286 |
|
8287 |
+
#: languages/vue.php:2502
|
8288 |
msgid "Total Add/Remove"
|
8289 |
msgstr ""
|
8290 |
|
8291 |
+
#: languages/vue.php:2505
|
8292 |
msgid "Unlock with %s"
|
8293 |
msgstr ""
|
8294 |
|
8295 |
+
#: languages/vue.php:2508
|
8296 |
msgid "Upgrade"
|
8297 |
msgstr ""
|
8298 |
|
8299 |
+
#: languages/vue.php:2511
|
8300 |
msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
|
8301 |
msgstr ""
|
8302 |
|
8303 |
+
#: languages/vue.php:2514
|
8304 |
msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
|
8305 |
msgstr ""
|
8306 |
|
8307 |
+
#: languages/vue.php:2517
|
8308 |
msgid "Performance"
|
8309 |
msgstr ""
|
8310 |
|
8311 |
+
#: languages/vue.php:2520
|
8312 |
msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
|
8313 |
msgstr ""
|
8314 |
|
8315 |
+
#: languages/vue.php:2523
|
8316 |
msgid "Export PDF Report"
|
8317 |
msgstr ""
|
8318 |
|
8319 |
+
#: languages/vue.php:2526
|
8320 |
msgid "You can export PDF reports only in the PRO version."
|
8321 |
msgstr ""
|
8322 |
|
8323 |
+
#: languages/vue.php:2529
|
8324 |
msgid "Usage Tracking"
|
8325 |
msgstr ""
|
8326 |
|
8327 |
+
#: languages/vue.php:2532
|
8328 |
msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
|
8329 |
msgstr ""
|
8330 |
|
8331 |
+
#: languages/vue.php:2535
|
8332 |
msgid "Allow usage tracking"
|
8333 |
msgstr ""
|
8334 |
|
8335 |
#. Translators: Adds a link to the documentation.
|
8336 |
+
#: languages/vue.php:2539
|
8337 |
msgid "Complete documentation on usage tracking is available %1$shere%2$s."
|
8338 |
msgstr ""
|
8339 |
|
8340 |
+
#: languages/vue.php:2542
|
8341 |
msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
|
8342 |
msgstr ""
|
8343 |
|
8344 |
+
#: languages/vue.php:2545
|
8345 |
msgid "To unlock more features consider upgrading to PRO."
|
8346 |
msgstr ""
|
8347 |
|
8348 |
+
#: languages/vue.php:2548
|
8349 |
msgid "Upgrade to"
|
8350 |
msgstr ""
|
8351 |
|
8352 |
#. Translators: Placeholder adds a line break.
|
8353 |
+
#: languages/vue.php:2552
|
8354 |
msgid "You can customize your %sdate range only in the PRO version."
|
8355 |
msgstr ""
|
8356 |
|
8357 |
+
#: languages/vue.php:2555
|
8358 |
msgid "You appear to be offline. WPForms not installed."
|
8359 |
msgstr ""
|
8360 |
|
8361 |
#. Translators: Error status and error text.
|
8362 |
+
#: languages/vue.php:2559
|
8363 |
msgid "Can't activate addon. Error: %1$s, %2$s"
|
8364 |
msgstr ""
|
8365 |
|
8366 |
+
#: languages/vue.php:2562
|
8367 |
msgid "You appear to be offline. Addon not activated."
|
8368 |
msgstr ""
|
8369 |
|
8370 |
#. Translators: Error status and error text.
|
8371 |
+
#: languages/vue.php:2566
|
8372 |
msgid "Can't deactivate addon. Error: %1$s, %2$s"
|
8373 |
msgstr ""
|
8374 |
|
8375 |
+
#: languages/vue.php:2569
|
8376 |
msgid "You appear to be offline. Addon not deactivated."
|
8377 |
msgstr ""
|
8378 |
|
8379 |
#. Translators: Error status and error text.
|
8380 |
+
#: languages/vue.php:2573
|
8381 |
msgid "Can't install plugin. Error: %1$s, %2$s"
|
8382 |
msgstr ""
|
8383 |
|
8384 |
+
#: languages/vue.php:2576
|
8385 |
msgid "You appear to be offline. Plugin not installed."
|
8386 |
msgstr ""
|
8387 |
|
8388 |
#. Translators: Error status and error text.
|
8389 |
+
#: languages/vue.php:2580
|
8390 |
msgid "Can't install addon. Error: %1$s, %2$s"
|
8391 |
msgstr ""
|
8392 |
|
8393 |
+
#: languages/vue.php:2583
|
8394 |
msgid "You appear to be offline. Addon not installed."
|
8395 |
msgstr ""
|
8396 |
|
8397 |
#. Translators: Error status and error text.
|
8398 |
+
#: languages/vue.php:2587
|
8399 |
msgid "Can't install WPForms. Error: %1$s, %2$s"
|
8400 |
msgstr ""
|
8401 |
|
8402 |
#. Translators: Makes text bold and adds smiley.
|
8403 |
+
#: languages/vue.php:2591
|
8404 |
msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8405 |
msgstr ""
|
8406 |
|
8407 |
#. Translators: Makes text green.
|
8408 |
+
#: languages/vue.php:2595
|
8409 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
|
8410 |
msgstr ""
|
8411 |
|
8412 |
+
#: languages/vue.php:2598
|
8413 |
msgid "Unlock All Features and Upgrade to Pro"
|
8414 |
msgstr ""
|
8415 |
|
8416 |
+
#: languages/vue.php:2601
|
8417 |
msgid "Show"
|
8418 |
msgstr ""
|
8419 |
|
8420 |
#. Translators: The number of results.
|
8421 |
+
#: languages/vue.php:2605
|
8422 |
msgid "%s results"
|
8423 |
msgstr ""
|
8424 |
|
8425 |
+
#: languages/vue.php:2608
|
8426 |
msgid ""
|
8427 |
"The EU Compliance addon allows you to improve compliance with GDPR\n"
|
8428 |
" and other privacy regulations."
|
8429 |
msgstr ""
|
8430 |
|
8431 |
+
#: languages/vue.php:2612
|
8432 |
msgid "EU Compliance"
|
8433 |
msgstr ""
|
8434 |
|
8435 |
+
#: languages/vue.php:2615
|
8436 |
msgid "Show in widget mode"
|
8437 |
msgstr ""
|
8438 |
|
8439 |
+
#: languages/vue.php:2618
|
8440 |
msgid "Show in full-width mode"
|
8441 |
msgstr ""
|
8442 |
|
8443 |
+
#: languages/vue.php:2621
|
8444 |
msgid "Show Overview Reports"
|
8445 |
msgstr ""
|
8446 |
|
8447 |
+
#: languages/vue.php:2624
|
8448 |
msgid "Show Publishers Reports"
|
8449 |
msgstr ""
|
8450 |
|
8451 |
+
#: languages/vue.php:2627
|
8452 |
msgid "Show eCommerce Reports"
|
8453 |
msgstr ""
|
8454 |
|
8455 |
+
#: languages/vue.php:2630
|
8456 |
msgid "Available in PRO version"
|
8457 |
msgstr ""
|
8458 |
|
8459 |
+
#: languages/vue.php:2633
|
8460 |
msgid "Scroll Tracking"
|
8461 |
msgstr ""
|
8462 |
|
8463 |
+
#: languages/vue.php:2636
|
8464 |
msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
|
8465 |
msgstr ""
|
8466 |
|
8467 |
+
#: languages/vue.php:2639
|
8468 |
msgid "See All Reports"
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: languages/vue.php:2642
|
8472 |
msgid "Go to the Analytics Dashboard"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
+
#: languages/vue.php:2645
|
8476 |
msgid "Google AMP"
|
8477 |
msgstr ""
|
8478 |
|
8479 |
+
#: languages/vue.php:2648
|
8480 |
msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
|
8481 |
msgstr ""
|
8482 |
|
8483 |
+
#: languages/vue.php:2651
|
8484 |
msgid "Ads Tracking"
|
8485 |
msgstr ""
|
8486 |
|
8487 |
+
#: languages/vue.php:2654
|
8488 |
msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
|
8489 |
msgstr ""
|
8490 |
|
8491 |
+
#: languages/vue.php:2657
|
8492 |
msgid "Facebook Instant Articles"
|
8493 |
msgstr ""
|
8494 |
|
8495 |
+
#: languages/vue.php:2660
|
8496 |
msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
|
8497 |
msgstr ""
|
8498 |
|
8499 |
+
#: languages/vue.php:2663
|
8500 |
msgid "Check out the newly added classic mode"
|
8501 |
msgstr ""
|
8502 |
|
8503 |
#. Translators: Line break.
|
8504 |
+
#: languages/vue.php:2667
|
8505 |
msgid "Unique %s Sessions"
|
8506 |
msgstr ""
|
8507 |
|
8508 |
#. Translators: Line break.
|
8509 |
+
#: languages/vue.php:2671
|
8510 |
msgid "Unique %s Pageviews"
|
8511 |
msgstr ""
|
8512 |
|
8513 |
+
#: languages/vue.php:2674
|
8514 |
msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
|
8515 |
msgstr ""
|
8516 |
|
8517 |
+
#: languages/vue.php:2677
|
8518 |
msgid "Hide dashboard widget"
|
8519 |
msgstr ""
|
8520 |
|
8521 |
+
#: languages/vue.php:2680
|
8522 |
msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
|
8523 |
msgstr ""
|
8524 |
|
8525 |
+
#: languages/vue.php:2683
|
8526 |
msgid "Yes, hide it!"
|
8527 |
msgstr ""
|
8528 |
|
8529 |
+
#: languages/vue.php:2686
|
8530 |
msgid "No, cancel!"
|
8531 |
msgstr ""
|
8532 |
|
8533 |
+
#: languages/vue.php:2689
|
8534 |
msgid "ExactMetrics Widget Hidden"
|
8535 |
msgstr ""
|
8536 |
|
8537 |
+
#: languages/vue.php:2692
|
8538 |
msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
|
8539 |
msgstr ""
|
8540 |
|
8541 |
+
#: languages/vue.php:2695
|
8542 |
msgid "Classic mode"
|
8543 |
msgstr ""
|
8544 |
|
8545 |
#. Translators: Make text green and add smiley face.
|
8546 |
+
#: languages/vue.php:2699
|
8547 |
msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
|
8548 |
msgstr ""
|
8549 |
|
8550 |
#. Translators: Make text green.
|
8551 |
+
#: languages/vue.php:2703
|
8552 |
msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
|
8553 |
msgstr ""
|
8554 |
|
8555 |
+
#: languages/vue.php:2706
|
8556 |
msgid "Unlock PRO Features Now"
|
8557 |
msgstr ""
|
8558 |
|
8559 |
#. Translators: Add link to retrieve license from account area.
|
8560 |
+
#: languages/vue.php:2710
|
8561 |
msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
|
8562 |
msgstr ""
|
8563 |
|
8564 |
+
#: languages/vue.php:2713
|
8565 |
msgid "Verifying Credentials"
|
8566 |
msgstr ""
|
8567 |
|
8568 |
+
#: languages/vue.php:2716
|
8569 |
msgid "Your site is connected to ExactMetrics!"
|
8570 |
msgstr ""
|
8571 |
|
8572 |
+
#: languages/vue.php:2719
|
8573 |
msgid "Deauthenticating"
|
8574 |
msgstr ""
|
8575 |
|
8576 |
+
#: languages/vue.php:2722
|
8577 |
msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
|
8578 |
msgstr ""
|
8579 |
|
8580 |
+
#: languages/vue.php:2728
|
8581 |
msgid "Verify Credentials"
|
8582 |
msgstr ""
|
8583 |
|
8584 |
+
#: languages/vue.php:2734
|
8585 |
msgid "Website Profile"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
+
#: languages/vue.php:2737
|
8589 |
msgid "Active Profile"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
+
#: languages/vue.php:2740
|
8593 |
msgid "Force Deauthenticate"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: languages/vue.php:2743
|
8597 |
msgid "Disconnect ExactMetrics"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
+
#: languages/vue.php:2747
|
8601 |
+
msgid "Site Speed Report"
|
8602 |
+
msgstr ""
|
8603 |
+
|
8604 |
+
#: languages/vue.php:2750
|
8605 |
+
msgid "Site Speed"
|
8606 |
+
msgstr ""
|
8607 |
+
|
8608 |
+
#: languages/vue.php:2756
|
8609 |
+
msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
|
8610 |
+
msgstr ""
|
8611 |
+
|
8612 |
+
#: languages/vue.php:2759
|
8613 |
+
msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
|
8614 |
+
msgstr ""
|
8615 |
+
|
8616 |
+
#: languages/vue.php:2762
|
8617 |
+
msgid "See Your Homepage's Overall Performance Score"
|
8618 |
+
msgstr ""
|
8619 |
+
|
8620 |
+
#: languages/vue.php:2765
|
8621 |
+
msgid "Run an Audit on Your Homepage and See Your Server Response Time"
|
8622 |
+
msgstr ""
|
8623 |
+
|
8624 |
+
#: languages/vue.php:2768
|
8625 |
+
msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
|
8626 |
+
msgstr ""
|
8627 |
+
|
8628 |
+
#: languages/vue.php:2771
|
8629 |
+
msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
|
8630 |
+
msgstr ""
|
8631 |
+
|
8632 |
+
#: languages/vue.php:2775
|
8633 |
+
msgid "2020 Year in Review"
|
8634 |
+
msgstr ""
|
8635 |
+
|
8636 |
+
#: languages/vue.php:2778
|
8637 |
+
msgid "Still Calculating..."
|
8638 |
+
msgstr ""
|
8639 |
+
|
8640 |
+
#: languages/vue.php:2781
|
8641 |
+
msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
|
8642 |
+
msgstr ""
|
8643 |
+
|
8644 |
+
#: languages/vue.php:2784
|
8645 |
+
msgid "Back to Overview Report"
|
8646 |
+
msgstr ""
|
8647 |
+
|
8648 |
+
#: languages/vue.php:2787
|
8649 |
+
msgid "Your 2020 Analytics Report"
|
8650 |
+
msgstr ""
|
8651 |
+
|
8652 |
+
#: languages/vue.php:2793
|
8653 |
+
msgid "Audience"
|
8654 |
+
msgstr ""
|
8655 |
+
|
8656 |
+
#: languages/vue.php:2796
|
8657 |
+
msgid "Congrats"
|
8658 |
+
msgstr ""
|
8659 |
+
|
8660 |
+
#: languages/vue.php:2799
|
8661 |
+
msgid "Your website was quite popular this year! "
|
8662 |
+
msgstr ""
|
8663 |
+
|
8664 |
+
#: languages/vue.php:2802
|
8665 |
+
msgid "You had "
|
8666 |
+
msgstr ""
|
8667 |
+
|
8668 |
+
#: languages/vue.php:2805
|
8669 |
+
msgid " visitors!"
|
8670 |
+
msgstr ""
|
8671 |
+
|
8672 |
+
#: languages/vue.php:2808
|
8673 |
+
msgid " visitors"
|
8674 |
+
msgstr ""
|
8675 |
+
|
8676 |
+
#: languages/vue.php:2811
|
8677 |
+
msgid "Total Visitors"
|
8678 |
+
msgstr ""
|
8679 |
+
|
8680 |
+
#: languages/vue.php:2814
|
8681 |
+
msgid "Total Sessions"
|
8682 |
+
msgstr ""
|
8683 |
+
|
8684 |
+
#: languages/vue.php:2817
|
8685 |
+
msgid "Visitors by Month"
|
8686 |
+
msgstr ""
|
8687 |
+
|
8688 |
+
#: languages/vue.php:2820
|
8689 |
+
msgid "January 1, 2020 - December 31, 2020"
|
8690 |
+
msgstr ""
|
8691 |
+
|
8692 |
+
#: languages/vue.php:2823
|
8693 |
+
msgid "A Tip for 2021"
|
8694 |
+
msgstr ""
|
8695 |
+
|
8696 |
+
#: languages/vue.php:2826
|
8697 |
+
msgid "#1"
|
8698 |
+
msgstr ""
|
8699 |
+
|
8700 |
+
#: languages/vue.php:2829
|
8701 |
+
msgid "You Top 5 Countries"
|
8702 |
+
msgstr ""
|
8703 |
+
|
8704 |
+
#: languages/vue.php:2832
|
8705 |
+
msgid "Let’s get to know your visitors a little better, shall we?"
|
8706 |
+
msgstr ""
|
8707 |
+
|
8708 |
+
#: languages/vue.php:2835
|
8709 |
+
msgid "Gender"
|
8710 |
+
msgstr ""
|
8711 |
+
|
8712 |
+
#: languages/vue.php:2838
|
8713 |
+
msgid "Female"
|
8714 |
+
msgstr ""
|
8715 |
+
|
8716 |
+
#: languages/vue.php:2841
|
8717 |
+
msgid "Women"
|
8718 |
+
msgstr ""
|
8719 |
+
|
8720 |
+
#: languages/vue.php:2844
|
8721 |
+
msgid "Male"
|
8722 |
+
msgstr ""
|
8723 |
+
|
8724 |
+
#: languages/vue.php:2847
|
8725 |
+
msgid "Average Age"
|
8726 |
+
msgstr ""
|
8727 |
+
|
8728 |
+
#: languages/vue.php:2850
|
8729 |
+
msgid "Your Top 5 Pages"
|
8730 |
+
msgstr ""
|
8731 |
+
|
8732 |
+
#: languages/vue.php:2853
|
8733 |
+
msgid "Time Spent on Site"
|
8734 |
+
msgstr ""
|
8735 |
+
|
8736 |
+
#: languages/vue.php:2856
|
8737 |
+
msgid "minutes"
|
8738 |
+
msgstr ""
|
8739 |
+
|
8740 |
+
#: languages/vue.php:2859
|
8741 |
+
msgid "Device Type"
|
8742 |
+
msgstr ""
|
8743 |
+
|
8744 |
+
#: languages/vue.php:2862
|
8745 |
+
msgid "A Tip For 2021"
|
8746 |
+
msgstr ""
|
8747 |
+
|
8748 |
+
#: languages/vue.php:2865
|
8749 |
+
msgid "Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed."
|
8750 |
+
msgstr ""
|
8751 |
+
|
8752 |
+
#: languages/vue.php:2868
|
8753 |
+
msgid "Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)"
|
8754 |
+
msgstr ""
|
8755 |
+
|
8756 |
+
#: languages/vue.php:2871
|
8757 |
+
msgid "So, where did all of these visitors come from?"
|
8758 |
+
msgstr ""
|
8759 |
+
|
8760 |
+
#: languages/vue.php:2874
|
8761 |
+
msgid "Clicks"
|
8762 |
+
msgstr ""
|
8763 |
+
|
8764 |
+
#: languages/vue.php:2877
|
8765 |
+
msgid "Your Top 5 Keywords"
|
8766 |
+
msgstr ""
|
8767 |
+
|
8768 |
+
#: languages/vue.php:2880
|
8769 |
+
msgid "What keywords visitors searched for to find your site"
|
8770 |
+
msgstr ""
|
8771 |
+
|
8772 |
+
#: languages/vue.php:2883
|
8773 |
+
msgid "Your Top 5 Referrals"
|
8774 |
+
msgstr ""
|
8775 |
+
|
8776 |
+
#: languages/vue.php:2886
|
8777 |
+
msgid "The websites that link back to your website"
|
8778 |
+
msgstr ""
|
8779 |
+
|
8780 |
+
#: languages/vue.php:2889
|
8781 |
+
msgid "Opportunity"
|
8782 |
+
msgstr ""
|
8783 |
+
|
8784 |
+
#: languages/vue.php:2892
|
8785 |
+
msgid "With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors."
|
8786 |
+
msgstr ""
|
8787 |
+
|
8788 |
+
#: languages/vue.php:2895
|
8789 |
+
msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
|
8790 |
+
msgstr ""
|
8791 |
+
|
8792 |
+
#: languages/vue.php:2898
|
8793 |
+
msgid "Thank you for using ExactMetrics!"
|
8794 |
+
msgstr ""
|
8795 |
+
|
8796 |
+
#: languages/vue.php:2901
|
8797 |
+
msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
|
8798 |
+
msgstr ""
|
8799 |
+
|
8800 |
+
#: languages/vue.php:2904
|
8801 |
+
msgid "Here's to an amazing 2021!"
|
8802 |
+
msgstr ""
|
8803 |
+
|
8804 |
+
#: languages/vue.php:2907
|
8805 |
+
msgid "Enjoying ExactMetrics"
|
8806 |
+
msgstr ""
|
8807 |
+
|
8808 |
+
#: languages/vue.php:2910
|
8809 |
+
msgid "Leave a five star review!"
|
8810 |
+
msgstr ""
|
8811 |
+
|
8812 |
+
#: languages/vue.php:2913
|
8813 |
+
msgid "Syed Balkhi"
|
8814 |
+
msgstr ""
|
8815 |
+
|
8816 |
+
#: languages/vue.php:2916
|
8817 |
+
msgid "Chris Christoff"
|
8818 |
+
msgstr ""
|
8819 |
+
|
8820 |
+
#: languages/vue.php:2919
|
8821 |
+
msgid "Write Review"
|
8822 |
+
msgstr ""
|
8823 |
+
|
8824 |
+
#: languages/vue.php:2922
|
8825 |
+
msgid "Did you know over 10 million websites use our plugins?"
|
8826 |
+
msgstr ""
|
8827 |
+
|
8828 |
+
#: languages/vue.php:2925
|
8829 |
+
msgid "Try our other popular WordPress plugins to grow your website in 2021."
|
8830 |
+
msgstr ""
|
8831 |
+
|
8832 |
+
#: languages/vue.php:2928
|
8833 |
+
msgid "Join our Communities!"
|
8834 |
+
msgstr ""
|
8835 |
+
|
8836 |
+
#: languages/vue.php:2931
|
8837 |
+
msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
|
8838 |
+
msgstr ""
|
8839 |
+
|
8840 |
+
#: languages/vue.php:2934
|
8841 |
+
msgid "Facebook Group"
|
8842 |
+
msgstr ""
|
8843 |
+
|
8844 |
+
#: languages/vue.php:2937
|
8845 |
+
msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
|
8846 |
+
msgstr ""
|
8847 |
+
|
8848 |
+
#: languages/vue.php:2940
|
8849 |
+
msgid "Join Now...It’s Free!"
|
8850 |
+
msgstr ""
|
8851 |
+
|
8852 |
+
#: languages/vue.php:2943
|
8853 |
+
msgid "WordPress Tutorials by WPBeginner"
|
8854 |
+
msgstr ""
|
8855 |
+
|
8856 |
+
#: languages/vue.php:2946
|
8857 |
+
msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
|
8858 |
+
msgstr ""
|
8859 |
+
|
8860 |
+
#: languages/vue.php:2949
|
8861 |
+
msgid "Visit WPBeginner"
|
8862 |
+
msgstr ""
|
8863 |
+
|
8864 |
+
#: languages/vue.php:2952
|
8865 |
+
msgid "Follow Us!"
|
8866 |
+
msgstr ""
|
8867 |
+
|
8868 |
+
#: languages/vue.php:2955
|
8869 |
+
msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
|
8870 |
+
msgstr ""
|
8871 |
+
|
8872 |
+
#: languages/vue.php:2958
|
8873 |
+
msgid "Copyright ExactMetrics, 2021"
|
8874 |
+
msgstr ""
|
8875 |
+
|
8876 |
+
#: languages/vue.php:2961
|
8877 |
+
msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
|
8878 |
+
msgstr ""
|
8879 |
+
|
8880 |
+
#: languages/vue.php:2967
|
8881 |
+
msgid "January"
|
8882 |
+
msgstr ""
|
8883 |
+
|
8884 |
+
#: languages/vue.php:2970
|
8885 |
+
msgid "February"
|
8886 |
+
msgstr ""
|
8887 |
+
|
8888 |
+
#: languages/vue.php:2973
|
8889 |
+
msgid "March"
|
8890 |
+
msgstr ""
|
8891 |
+
|
8892 |
+
#: languages/vue.php:2976
|
8893 |
+
msgid "April"
|
8894 |
+
msgstr ""
|
8895 |
+
|
8896 |
+
#: languages/vue.php:2979
|
8897 |
+
msgid "May"
|
8898 |
+
msgstr ""
|
8899 |
+
|
8900 |
+
#: languages/vue.php:2982
|
8901 |
+
msgid "June"
|
8902 |
+
msgstr ""
|
8903 |
+
|
8904 |
+
#: languages/vue.php:2985
|
8905 |
+
msgid "July"
|
8906 |
+
msgstr ""
|
8907 |
+
|
8908 |
+
#: languages/vue.php:2988
|
8909 |
+
msgid "August"
|
8910 |
+
msgstr ""
|
8911 |
+
|
8912 |
+
#: languages/vue.php:2991
|
8913 |
+
msgid "September"
|
8914 |
+
msgstr ""
|
8915 |
+
|
8916 |
+
#: languages/vue.php:2994
|
8917 |
+
msgid "October"
|
8918 |
+
msgstr ""
|
8919 |
+
|
8920 |
+
#: languages/vue.php:2997
|
8921 |
+
msgid "November"
|
8922 |
+
msgstr ""
|
8923 |
+
|
8924 |
+
#: languages/vue.php:3000
|
8925 |
+
msgid "December"
|
8926 |
+
msgstr ""
|
8927 |
+
|
8928 |
+
#. Translators: Number of visitors.
|
8929 |
+
#: languages/vue.php:3004
|
8930 |
+
msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
|
8931 |
+
msgstr ""
|
8932 |
+
|
8933 |
+
#: languages/vue.php:3007
|
8934 |
+
msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
|
8935 |
+
msgstr ""
|
8936 |
+
|
8937 |
+
#. Translators: Number of visitors.
|
8938 |
+
#: languages/vue.php:3011
|
8939 |
+
msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
|
8940 |
+
msgstr ""
|
8941 |
+
|
8942 |
+
#. Translators: Number of visitors.
|
8943 |
+
#: languages/vue.php:3015
|
8944 |
+
msgid "%s Visitors"
|
8945 |
+
msgstr ""
|
8946 |
+
|
8947 |
+
#. Translators: Percent and Number of visitors.
|
8948 |
+
#: languages/vue.php:3019
|
8949 |
+
msgid "%1$s% of your visitors were %2$s"
|
8950 |
+
msgstr ""
|
8951 |
+
|
8952 |
+
#. Translators: Number of visitors and their age.
|
8953 |
+
#: languages/vue.php:3023
|
8954 |
+
msgid "%1$s% of your visitors were between the ages of %2$s"
|
8955 |
+
msgstr ""
|
8956 |
+
|
8957 |
+
#. Translators: Number of visitors and number of pages.
|
8958 |
+
#: languages/vue.php:3027
|
8959 |
+
msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
|
8960 |
+
msgstr ""
|
8961 |
+
|
8962 |
+
#. Translators: Number of minutes spent on site.
|
8963 |
+
#: languages/vue.php:3031
|
8964 |
+
msgid "Each visitor spent an average of %s minutes on your website in 2020."
|
8965 |
+
msgstr ""
|
8966 |
+
|
8967 |
+
#. Translators: Name of device type.
|
8968 |
+
#: languages/vue.php:3035
|
8969 |
+
msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
|
8970 |
+
msgstr ""
|
8971 |
+
|
8972 |
+
#. Translators: Number of visitors and device percentage.
|
8973 |
+
#: languages/vue.php:3039
|
8974 |
+
msgid "%1$s% of your visitors were on a %2$s device."
|
8975 |
+
msgstr ""
|
8976 |
+
|
8977 |
+
#. Translators: add link to blog.
|
8978 |
+
#: languages/vue.php:3043
|
8979 |
+
msgid "To comply with Google's API policies we've had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
|
8980 |
+
msgstr ""
|
8981 |
+
|
8982 |
+
#. Translators: add link to blog.
|
8983 |
+
#: languages/vue.php:3047
|
8984 |
+
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn't load quickly for users?"
|
8985 |
+
msgstr ""
|
8986 |
+
|
8987 |
+
#. Translators: add link to blog.
|
8988 |
+
#: languages/vue.php:3051
|
8989 |
+
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly."
|
8990 |
+
msgstr ""
|
8991 |
+
|
8992 |
+
#. Translators: add link to blog.
|
8993 |
+
#: languages/vue.php:3055
|
8994 |
+
msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
|
8995 |
+
msgstr ""
|
8996 |
+
|
8997 |
+
#: languages/vue.php:3058
|
8998 |
+
msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
|
8999 |
+
msgstr ""
|
9000 |
+
|
9001 |
+
#: languages/vue.php:3061
|
9002 |
+
msgid "Read - How to Track Google Analytics Landing Page Conversions"
|
9003 |
+
msgstr ""
|
9004 |
+
|
9005 |
+
#: languages/vue.php:3064
|
9006 |
+
msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
|
9007 |
+
msgstr ""
|
9008 |
+
|
9009 |
#: gadwp.php:250
|
9010 |
#: gadwp.php:264
|
9011 |
msgid "Cheatin’ huh?"
|
languages/vue.php
CHANGED
@@ -7,36 +7,36 @@ $generated_i18n_strings = array(
|
|
7 |
// Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
|
8 |
__( '2', 'google-analytics-dashboard-for-wp' ),
|
9 |
|
10 |
-
// Reference: src/modules/
|
|
|
11 |
__( 'Error', 'google-analytics-dashboard-for-wp' ),
|
12 |
|
13 |
-
// Reference: src/plugins/exactmetrics-
|
14 |
-
// Reference: src/plugins/exactmetrics-widget-helper-plugin.js:16
|
15 |
__( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
|
16 |
|
17 |
-
// Reference: src/plugins/exactmetrics-
|
18 |
__( 'Today', 'google-analytics-dashboard-for-wp' ),
|
19 |
|
20 |
-
// Reference: src/
|
|
|
21 |
__( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
|
22 |
|
23 |
-
// Reference: src/plugins/exactmetrics-
|
24 |
__( 'Last Week', 'google-analytics-dashboard-for-wp' ),
|
25 |
|
26 |
-
// Reference: src/plugins/exactmetrics-
|
27 |
__( 'Last Month', 'google-analytics-dashboard-for-wp' ),
|
28 |
|
29 |
-
// Reference: src/plugins/exactmetrics-
|
30 |
__( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
|
31 |
|
32 |
-
// Reference: src/plugins/exactmetrics-
|
33 |
__( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
|
34 |
|
35 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
|
36 |
__( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
|
37 |
|
38 |
-
// Reference: src/
|
39 |
-
// Reference: src/modules/settings/components/input/tab-general/SettingsInputLicense-Lite.vue:55
|
40 |
__( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
|
41 |
|
42 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
|
@@ -55,8 +55,8 @@ $generated_i18n_strings = array(
|
|
55 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
|
56 |
__( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
|
57 |
|
58 |
-
// Reference: src/
|
59 |
-
/* Translators:
|
60 |
__( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
|
61 |
|
62 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
|
@@ -68,11 +68,10 @@ $generated_i18n_strings = array(
|
|
68 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
|
69 |
__( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-dashboard-for-wp' ),
|
70 |
|
71 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:32
|
72 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
|
73 |
__( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-dashboard-for-wp' ),
|
74 |
|
75 |
-
// Reference: src/
|
76 |
__( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
|
77 |
|
78 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
|
@@ -84,21 +83,19 @@ $generated_i18n_strings = array(
|
|
84 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
|
85 |
__( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
86 |
|
87 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
|
88 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
|
89 |
__( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
|
90 |
|
91 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
|
92 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
|
93 |
__( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
|
94 |
|
95 |
-
// Reference: src/
|
96 |
__( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-dashboard-for-wp' ),
|
97 |
|
98 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
|
99 |
__( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
|
100 |
|
101 |
-
// Reference: src/
|
102 |
__( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
|
103 |
|
104 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
|
@@ -196,7 +193,8 @@ $generated_i18n_strings = array(
|
|
196 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:146
|
197 |
__( 'per year', 'google-analytics-dashboard-for-wp' ),
|
198 |
|
199 |
-
// Reference: src/modules/
|
|
|
200 |
__( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
|
201 |
|
202 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
|
@@ -230,40 +228,51 @@ $generated_i18n_strings = array(
|
|
230 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:167
|
231 |
__( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
|
232 |
|
233 |
-
// Reference: src/modules/
|
234 |
-
// Reference: src/modules/
|
|
|
235 |
// Reference: src/modules/widget/components/settings/WidgetSettingsIntervalUpsell.vue:30
|
|
|
236 |
__( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
|
237 |
|
238 |
-
// Reference: src/modules/about/components/exactmetrics-
|
|
|
239 |
__( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
|
240 |
|
241 |
-
// Reference: src/modules/about/components/exactmetrics-
|
242 |
-
// Reference: src/modules/
|
243 |
__( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
|
244 |
|
245 |
-
// Reference: src/modules/
|
|
|
246 |
__( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
|
247 |
|
248 |
-
// Reference: src/modules/
|
|
|
249 |
__( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
|
250 |
|
251 |
-
// Reference: src/modules/
|
|
|
252 |
__( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
|
253 |
|
254 |
-
// Reference: src/modules/
|
|
|
255 |
__( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
|
256 |
|
257 |
-
// Reference: src/modules/
|
|
|
258 |
__( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
|
259 |
|
260 |
-
// Reference: src/modules/
|
|
|
261 |
__( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
|
262 |
|
263 |
-
// Reference: src/modules/
|
|
|
264 |
__( 'Search Console', 'google-analytics-dashboard-for-wp' ),
|
265 |
|
266 |
-
// Reference: src/modules/
|
|
|
267 |
__( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
|
268 |
|
269 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:85
|
@@ -286,7 +295,6 @@ $generated_i18n_strings = array(
|
|
286 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:88
|
287 |
__( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
|
288 |
|
289 |
-
// Reference: src/components/ContentIntroFullWidth.vue:46
|
290 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
|
291 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:90
|
292 |
__( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
|
@@ -309,73 +317,71 @@ $generated_i18n_strings = array(
|
|
309 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:97
|
310 |
__( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
|
311 |
|
312 |
-
// Reference: src/modules/
|
313 |
__( 'About Us', 'google-analytics-dashboard-for-wp' ),
|
314 |
|
315 |
-
// Reference: src/modules/
|
316 |
__( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
|
317 |
|
318 |
-
// Reference: src/modules/
|
319 |
__( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
|
320 |
|
321 |
// Reference: src/modules/settings/routes/site.js:100
|
|
|
322 |
__( 'Import Export', 'google-analytics-dashboard-for-wp' ),
|
323 |
|
324 |
// Reference: src/modules/settings/routes/site.js:108
|
325 |
__( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
|
326 |
|
327 |
-
// Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
|
328 |
// Reference: src/modules/settings/routes/site.js:154
|
329 |
__( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
|
330 |
|
331 |
-
// Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
|
332 |
// Reference: src/modules/settings/routes/site.js:162
|
333 |
__( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
|
334 |
|
335 |
-
// Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
|
336 |
// Reference: src/modules/settings/routes/site.js:171
|
337 |
__( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
|
338 |
|
339 |
// Reference: src/modules/settings/routes/site.js:180
|
340 |
__( 'Settings', 'google-analytics-dashboard-for-wp' ),
|
341 |
|
342 |
-
// Reference: src/modules/settings/
|
343 |
__( 'General', 'google-analytics-dashboard-for-wp' ),
|
344 |
|
345 |
-
// Reference: src/modules/settings/
|
346 |
__( 'Engagement', 'google-analytics-dashboard-for-wp' ),
|
347 |
|
348 |
-
// Reference: src/modules/
|
349 |
-
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:63
|
350 |
__( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
|
351 |
|
352 |
-
// Reference: src/modules/settings/
|
353 |
__( 'Publisher', 'google-analytics-dashboard-for-wp' ),
|
354 |
|
355 |
-
// Reference: src/modules/settings/
|
356 |
-
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:65
|
357 |
__( 'Conversions', 'google-analytics-dashboard-for-wp' ),
|
358 |
|
359 |
-
// Reference: src/modules/settings/
|
360 |
__( 'Advanced', 'google-analytics-dashboard-for-wp' ),
|
361 |
|
362 |
// Reference: src/modules/settings/routes/site.js:92
|
|
|
363 |
__( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
|
364 |
|
365 |
-
// Reference: src/modules/reports/routes/exactmetrics-routes.js:22
|
366 |
// Reference: src/modules/widget/store/index.js:76
|
367 |
__( 'Overview', 'google-analytics-dashboard-for-wp' ),
|
368 |
|
369 |
-
// Reference: src/modules/reports/
|
370 |
__( 'Publishers', 'google-analytics-dashboard-for-wp' ),
|
371 |
|
372 |
-
// Reference: src/modules/reports/routes/exactmetrics-routes.js:
|
373 |
__( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
|
374 |
|
375 |
-
// Reference: src/modules/reports/
|
|
|
376 |
__( 'Forms', 'google-analytics-dashboard-for-wp' ),
|
377 |
|
378 |
-
// Reference: src/modules/reports/
|
|
|
379 |
__( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
|
380 |
|
381 |
// Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
|
@@ -406,13 +412,13 @@ $generated_i18n_strings = array(
|
|
406 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:26
|
407 |
__( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
408 |
|
409 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
410 |
__( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
411 |
|
412 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:28
|
413 |
__( 'Please ask your webmaster to connect ExactMetrics to Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
414 |
|
415 |
-
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:
|
416 |
__( 'Dimensions', 'google-analytics-dashboard-for-wp' ),
|
417 |
|
418 |
// Reference: src/modules/notifications/components/exactmetrics-Notifications.vue:75
|
@@ -454,10 +460,11 @@ $generated_i18n_strings = array(
|
|
454 |
// Reference: src/modules/reports/components/ReportReAuth.vue:21
|
455 |
__( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
456 |
|
457 |
-
// Reference: src/modules/
|
458 |
__( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
|
459 |
|
460 |
// Reference: src/modules/reports/components/ReportReAuth.vue:47
|
|
|
461 |
__( 'Ok', 'google-analytics-dashboard-for-wp' ),
|
462 |
|
463 |
// Reference: src/components/TheQuickLinks.vue:31
|
@@ -559,7 +566,7 @@ $generated_i18n_strings = array(
|
|
559 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:64
|
560 |
__( 'Pro', 'google-analytics-dashboard-for-wp' ),
|
561 |
|
562 |
-
// Reference: src/modules/about/components/exactmetrics-
|
563 |
__( 'Get ExactMetrics Pro Today and Unlock all the Powerful Features', 'google-analytics-dashboard-for-wp' ),
|
564 |
|
565 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
|
@@ -698,7 +705,6 @@ $generated_i18n_strings = array(
|
|
698 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
|
699 |
__( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
|
700 |
|
701 |
-
// Reference: src/modules/addons/components/AddonButton.vue:39
|
702 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
|
703 |
__( 'Installing...', 'google-analytics-dashboard-for-wp' ),
|
704 |
|
@@ -769,7 +775,7 @@ $generated_i18n_strings = array(
|
|
769 |
/* Translators: Make text bold. */
|
770 |
__( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
|
771 |
|
772 |
-
// Reference: src/modules/wizard-onboarding/components/steps/
|
773 |
__( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
|
774 |
|
775 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
|
@@ -778,10 +784,10 @@ $generated_i18n_strings = array(
|
|
778 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
|
779 |
__( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
|
780 |
|
781 |
-
// Reference: src/modules/
|
782 |
__( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
|
783 |
|
784 |
-
// Reference: src/modules/
|
785 |
__( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
|
786 |
|
787 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
|
@@ -806,7 +812,7 @@ $generated_i18n_strings = array(
|
|
806 |
/* Translators: Add a link to upgrade and make the text green. */
|
807 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
|
808 |
|
809 |
-
// Reference: src/modules/wizard-onboarding/components/steps/
|
810 |
__( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
|
811 |
|
812 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:57
|
@@ -887,18 +893,18 @@ $generated_i18n_strings = array(
|
|
887 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
|
888 |
__( 'ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site\'s visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
|
889 |
|
890 |
-
// Reference: src/modules/
|
891 |
/* Translators: Example path (/go/). */
|
892 |
__( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
893 |
|
894 |
-
// Reference: src/modules/
|
895 |
__( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
|
896 |
|
897 |
-
// Reference: src/modules/
|
898 |
/* Translators: Example label (aff). */
|
899 |
__( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
900 |
|
901 |
-
// Reference: src/modules/
|
902 |
__( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
|
903 |
|
904 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
|
@@ -916,7 +922,7 @@ $generated_i18n_strings = array(
|
|
916 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
|
917 |
__( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
|
918 |
|
919 |
-
// Reference: src/modules/
|
920 |
__( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
|
921 |
|
922 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
|
@@ -925,7 +931,7 @@ $generated_i18n_strings = array(
|
|
925 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
|
926 |
__( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
927 |
|
928 |
-
// Reference: src/modules/
|
929 |
__( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
|
930 |
|
931 |
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:38
|
@@ -991,22 +997,22 @@ $generated_i18n_strings = array(
|
|
991 |
// Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
|
992 |
__( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-dashboard-for-wp' ),
|
993 |
|
994 |
-
// Reference: src/modules/popular-posts/components/
|
995 |
__( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
|
996 |
|
997 |
-
// Reference: src/modules/popular-posts/components/
|
998 |
__( 'Behavior', 'google-analytics-dashboard-for-wp' ),
|
999 |
|
1000 |
-
// Reference: src/modules/popular-posts/components/
|
1001 |
__( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
|
1002 |
|
1003 |
-
// Reference: src/modules/popular-posts/components/
|
1004 |
__( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
|
1005 |
|
1006 |
-
// Reference: src/modules/popular-posts/components/
|
1007 |
__( 'Sort By', 'google-analytics-dashboard-for-wp' ),
|
1008 |
|
1009 |
-
// Reference: src/modules/popular-posts/components/
|
1010 |
__( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
|
1011 |
|
1012 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
|
@@ -1021,24 +1027,24 @@ $generated_i18n_strings = array(
|
|
1021 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
|
1022 |
__( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
|
1023 |
|
1024 |
-
// Reference: src/modules/popular-posts/components/
|
1025 |
__( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
|
1026 |
|
1027 |
-
// Reference: src/modules/popular-posts/components/
|
1028 |
__( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
|
1029 |
|
1030 |
-
// Reference: src/modules/popular-posts/components/
|
1031 |
/* Translators: Placeholders make the text bold. */
|
1032 |
__( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
|
1033 |
|
1034 |
-
// Reference: src/modules/popular-posts/components/
|
1035 |
/* Translators: Placeholders make the text bold. */
|
1036 |
__( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
|
1037 |
|
1038 |
-
// Reference: src/modules/popular-posts/components/
|
1039 |
__( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
|
1040 |
|
1041 |
-
// Reference: src/modules/popular-posts/components/
|
1042 |
__( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
|
1043 |
|
1044 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
|
@@ -1047,23 +1053,23 @@ $generated_i18n_strings = array(
|
|
1047 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:124
|
1048 |
__( 'Please select at least one post to display.', 'google-analytics-dashboard-for-wp' ),
|
1049 |
|
1050 |
-
// Reference: src/modules/popular-posts/components/
|
1051 |
/* Translators: placeholders make text small. */
|
1052 |
__( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1053 |
|
1054 |
-
// Reference: src/modules/popular-posts/components/
|
1055 |
/* Translators: placeholders make text small. */
|
1056 |
__( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1057 |
|
1058 |
-
// Reference: src/modules/popular-posts/components/
|
1059 |
/* Translators: placeholders make text small. */
|
1060 |
__( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1061 |
|
1062 |
-
// Reference: src/modules/popular-posts/components/
|
1063 |
/* Translators: placeholders make text small. */
|
1064 |
__( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1065 |
|
1066 |
-
// Reference: src/modules/popular-posts/components/
|
1067 |
/* Translators: placeholders make text small. */
|
1068 |
__( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1069 |
|
@@ -1213,45 +1219,45 @@ $generated_i18n_strings = array(
|
|
1213 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
|
1214 |
__( 'Custom code', 'google-analytics-dashboard-for-wp' ),
|
1215 |
|
1216 |
-
// Reference: src/modules/
|
1217 |
__( 'License Key', 'google-analytics-dashboard-for-wp' ),
|
1218 |
|
1219 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:109
|
1220 |
/* Translators: Adds link to the account area to retreive license key. */
|
1221 |
__( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1222 |
|
1223 |
-
// Reference: src/modules/settings/components/
|
1224 |
__( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
|
1225 |
|
1226 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1227 |
__( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
|
1228 |
|
1229 |
-
// Reference: src/modules/settings/components/
|
1230 |
__( 'Verify', 'google-analytics-dashboard-for-wp' ),
|
1231 |
|
1232 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1233 |
__( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1234 |
|
1235 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1236 |
__( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
|
1237 |
|
1238 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1239 |
__( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1240 |
|
1241 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
|
1242 |
__( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
|
1243 |
|
1244 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1245 |
__( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
|
1246 |
|
1247 |
-
// Reference: src/modules/settings/components/
|
1248 |
-
/* Translators:
|
1249 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1250 |
|
1251 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1252 |
__( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
|
1253 |
|
1254 |
-
// Reference: src/modules/settings/components/exactmetrics-
|
1255 |
__( 'See all features', 'google-analytics-dashboard-for-wp' ),
|
1256 |
|
1257 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
|
@@ -1264,7 +1270,7 @@ $generated_i18n_strings = array(
|
|
1264 |
/* Translators: Make text bold. */
|
1265 |
__( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
|
1266 |
|
1267 |
-
// Reference: src/modules/settings/components/
|
1268 |
__( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
|
1269 |
|
1270 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
|
@@ -1273,16 +1279,16 @@ $generated_i18n_strings = array(
|
|
1273 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
|
1274 |
__( 'Your Website', 'google-analytics-dashboard-for-wp' ),
|
1275 |
|
1276 |
-
// Reference: src/modules/
|
1277 |
__( 'Sessions', 'google-analytics-dashboard-for-wp' ),
|
1278 |
|
1279 |
-
// Reference: src/modules/
|
1280 |
__( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
|
1281 |
|
1282 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
|
1283 |
__( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
|
1284 |
|
1285 |
-
// Reference: src/modules/
|
1286 |
__( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
|
1287 |
|
1288 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
|
@@ -1298,14 +1304,16 @@ $generated_i18n_strings = array(
|
|
1298 |
/* Translators: Error status and error text. */
|
1299 |
__( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1300 |
|
|
|
|
|
1301 |
// Reference: src/modules/wizard-onboarding/api/index.js:22
|
1302 |
__( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
|
1303 |
|
1304 |
-
// Reference: src/modules/
|
1305 |
/* Translators: Error status and error text. */
|
1306 |
__( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1307 |
|
1308 |
-
// Reference: src/modules/
|
1309 |
__( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
|
1310 |
|
1311 |
// Reference: src/modules/auth/api/index.js:119
|
@@ -1364,31 +1372,32 @@ $generated_i18n_strings = array(
|
|
1364 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:32
|
1365 |
__( 'Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more.', 'google-analytics-dashboard-for-wp' ),
|
1366 |
|
1367 |
-
// Reference: src/modules/reports/components/reports/exactmetrics-
|
|
|
1368 |
__( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
|
1369 |
|
1370 |
-
// Reference: src/modules/
|
1371 |
__( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
|
1372 |
|
1373 |
-
// Reference: src/modules/
|
1374 |
__( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
|
1375 |
|
1376 |
-
// Reference: src/modules/
|
1377 |
__( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
|
1378 |
|
1379 |
-
// Reference: src/modules/
|
1380 |
__( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
|
1381 |
|
1382 |
-
// Reference: src/modules/
|
1383 |
__( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
|
1384 |
|
1385 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:59
|
1386 |
__( 'See Your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
|
1387 |
|
1388 |
-
// Reference: src/modules/
|
1389 |
__( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
|
1390 |
|
1391 |
-
// Reference: src/modules/
|
1392 |
__( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
|
1393 |
|
1394 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:159
|
@@ -1398,18 +1407,21 @@ $generated_i18n_strings = array(
|
|
1398 |
__( 'Returning', 'google-analytics-dashboard-for-wp' ),
|
1399 |
|
1400 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:193
|
|
|
1401 |
__( 'Desktop', 'google-analytics-dashboard-for-wp' ),
|
1402 |
|
1403 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:194
|
|
|
1404 |
__( 'Tablet', 'google-analytics-dashboard-for-wp' ),
|
1405 |
|
1406 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:195
|
|
|
1407 |
__( 'Mobile', 'google-analytics-dashboard-for-wp' ),
|
1408 |
|
1409 |
// Reference: src/modules/widget/store/index.js:14
|
1410 |
__( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
|
1411 |
|
1412 |
-
// Reference: src/modules/
|
1413 |
__( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
|
1414 |
|
1415 |
// Reference: src/modules/widget/store/index.js:27
|
@@ -1436,13 +1448,13 @@ $generated_i18n_strings = array(
|
|
1436 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
|
1437 |
__( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
|
1438 |
|
1439 |
-
// Reference: src/modules/
|
1440 |
__( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
|
1441 |
|
1442 |
-
// Reference: src/modules/
|
1443 |
__( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-dashboard-for-wp' ),
|
1444 |
|
1445 |
-
// Reference: src/modules/
|
1446 |
__( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
|
1447 |
|
1448 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
|
@@ -1812,13 +1824,13 @@ $generated_i18n_strings = array(
|
|
1812 |
// Reference: src/modules/reports/store/actions.js:212
|
1813 |
__( 'Please wait', 'google-analytics-dashboard-for-wp' ),
|
1814 |
|
1815 |
-
// Reference: src/modules/
|
1816 |
__( 'activate', 'google-analytics-dashboard-for-wp' ),
|
1817 |
|
1818 |
-
// Reference: src/modules/
|
1819 |
__( 'install', 'google-analytics-dashboard-for-wp' ),
|
1820 |
|
1821 |
-
// Reference: src/modules/
|
1822 |
__( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
|
1823 |
|
1824 |
// Reference: src/modules/reports/store/actions.js:64
|
@@ -1881,16 +1893,16 @@ $generated_i18n_strings = array(
|
|
1881 |
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
|
1882 |
__( 'Active profile', 'google-analytics-dashboard-for-wp' ),
|
1883 |
|
1884 |
-
// Reference: src/modules/
|
1885 |
__( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
|
1886 |
|
1887 |
-
// Reference: src/modules/
|
1888 |
__( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
|
1889 |
|
1890 |
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
|
1891 |
__( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
|
1892 |
|
1893 |
-
// Reference: src/modules/
|
1894 |
__( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
|
1895 |
|
1896 |
// Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
|
@@ -1938,7 +1950,6 @@ $generated_i18n_strings = array(
|
|
1938 |
__( 'Close', 'google-analytics-dashboard-for-wp' ),
|
1939 |
|
1940 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
|
1941 |
-
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:48
|
1942 |
__( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
|
1943 |
|
1944 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
|
@@ -1952,7 +1963,6 @@ $generated_i18n_strings = array(
|
|
1952 |
__( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
1953 |
|
1954 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
|
1955 |
-
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:53
|
1956 |
__( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
|
1957 |
|
1958 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
|
@@ -1996,10 +2006,10 @@ $generated_i18n_strings = array(
|
|
1996 |
/* Translators: Adds link to activate/install plugin and documentation. */
|
1997 |
__( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
|
1998 |
|
1999 |
-
// Reference: src/modules/addons/
|
2000 |
__( 'Activate', 'google-analytics-dashboard-for-wp' ),
|
2001 |
|
2002 |
-
// Reference: src/modules/addons/
|
2003 |
__( 'Install', 'google-analytics-dashboard-for-wp' ),
|
2004 |
|
2005 |
// Reference: src/modules/addons/store/actions.js:51
|
@@ -2025,7 +2035,8 @@ $generated_i18n_strings = array(
|
|
2025 |
// Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
|
2026 |
__( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
|
2027 |
|
2028 |
-
// Reference: src/modules/popular-posts/components/input/
|
|
|
2029 |
__( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
|
2030 |
|
2031 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
|
@@ -2034,25 +2045,25 @@ $generated_i18n_strings = array(
|
|
2034 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
|
2035 |
__( 'Narrow', 'google-analytics-dashboard-for-wp' ),
|
2036 |
|
2037 |
-
// Reference: src/modules/popular-posts/components/input/
|
2038 |
__( 'Title', 'google-analytics-dashboard-for-wp' ),
|
2039 |
|
2040 |
-
// Reference: src/modules/popular-posts/components/input/
|
2041 |
__( 'Color', 'google-analytics-dashboard-for-wp' ),
|
2042 |
|
2043 |
-
// Reference: src/modules/popular-posts/components/input/
|
2044 |
__( 'Size', 'google-analytics-dashboard-for-wp' ),
|
2045 |
|
2046 |
-
// Reference: src/modules/popular-posts/components/input/
|
2047 |
__( 'Border', 'google-analytics-dashboard-for-wp' ),
|
2048 |
|
2049 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
|
2050 |
__( 'Author/Date', 'google-analytics-dashboard-for-wp' ),
|
2051 |
|
2052 |
-
// Reference: src/modules/popular-posts/components/input/
|
2053 |
__( 'Label', 'google-analytics-dashboard-for-wp' ),
|
2054 |
|
2055 |
-
// Reference: src/modules/popular-posts/components/input/
|
2056 |
__( 'Background', 'google-analytics-dashboard-for-wp' ),
|
2057 |
|
2058 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
|
@@ -2175,11 +2186,11 @@ $generated_i18n_strings = array(
|
|
2175 |
// Reference: src/modules/reports/api/index.js:28
|
2176 |
__( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
|
2177 |
|
2178 |
-
// Reference: src/modules/
|
2179 |
-
/* Translators:
|
2180 |
__( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
|
2181 |
|
2182 |
-
// Reference: src/modules/
|
2183 |
__( 'No change', 'google-analytics-dashboard-for-wp' ),
|
2184 |
|
2185 |
// Reference: src/modules/license/api/index.js:118
|
@@ -2265,13 +2276,13 @@ $generated_i18n_strings = array(
|
|
2265 |
/* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
|
2266 |
__( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
|
2267 |
|
2268 |
-
// Reference: src/modules/popular-posts/components/input/
|
2269 |
__( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
|
2270 |
|
2271 |
-
// Reference: src/modules/popular-posts/components/input/
|
2272 |
__( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
|
2273 |
|
2274 |
-
// Reference: src/modules/popular-posts/components/input/
|
2275 |
__( 'Icon', 'google-analytics-dashboard-for-wp' ),
|
2276 |
|
2277 |
// Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
|
@@ -2493,8 +2504,7 @@ $generated_i18n_strings = array(
|
|
2493 |
// Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
|
2494 |
__( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
|
2495 |
|
2496 |
-
// Reference: src/modules/settings/components/
|
2497 |
-
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputPdfReports-Lite.vue:16
|
2498 |
__( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
|
2499 |
|
2500 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
|
@@ -2587,7 +2597,7 @@ $generated_i18n_strings = array(
|
|
2587 |
// Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:32
|
2588 |
__( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
2589 |
|
2590 |
-
// Reference: src/modules/reports/components/
|
2591 |
__( 'Show', 'google-analytics-dashboard-for-wp' ),
|
2592 |
|
2593 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:27
|
@@ -2730,6 +2740,327 @@ $generated_i18n_strings = array(
|
|
2730 |
__( 'Force Deauthenticate', 'google-analytics-dashboard-for-wp' ),
|
2731 |
|
2732 |
// Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:70
|
2733 |
-
__( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2734 |
);
|
2735 |
/* THIS IS THE END OF THE GENERATED FILE */
|
7 |
// Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
|
8 |
__( '2', 'google-analytics-dashboard-for-wp' ),
|
9 |
|
10 |
+
// Reference: src/modules/reports/components/ReportReAuth.vue:45
|
11 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:150
|
12 |
__( 'Error', 'google-analytics-dashboard-for-wp' ),
|
13 |
|
14 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:151
|
|
|
15 |
__( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
|
16 |
|
17 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
|
18 |
__( 'Today', 'google-analytics-dashboard-for-wp' ),
|
19 |
|
20 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
|
21 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
|
22 |
__( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
|
23 |
|
24 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
|
25 |
__( 'Last Week', 'google-analytics-dashboard-for-wp' ),
|
26 |
|
27 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
|
28 |
__( 'Last Month', 'google-analytics-dashboard-for-wp' ),
|
29 |
|
30 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
|
31 |
__( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
|
32 |
|
33 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:253
|
34 |
__( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
|
35 |
|
36 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
|
37 |
__( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
|
38 |
|
39 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:130
|
|
|
40 |
__( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
|
41 |
|
42 |
// Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
|
55 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
|
56 |
__( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
|
57 |
|
58 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
|
59 |
+
/* Translators: Adds an arrow icon. */
|
60 |
__( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
|
61 |
|
62 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
|
68 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:185
|
69 |
__( 'Unlock the Publishers Report and Focus on the Content That Matters', 'google-analytics-dashboard-for-wp' ),
|
70 |
|
|
|
71 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:186
|
72 |
__( 'Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.', 'google-analytics-dashboard-for-wp' ),
|
73 |
|
74 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:189
|
75 |
__( 'Unlock the eCommerce Report and See Your Important Store Metrics', 'google-analytics-dashboard-for-wp' ),
|
76 |
|
77 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:190
|
83 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:194
|
84 |
__( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
85 |
|
|
|
86 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
|
87 |
__( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
|
88 |
|
|
|
89 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
|
90 |
__( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
|
91 |
|
92 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
|
93 |
__( 'Unlock the Search Console Report and See How People Find Your Website', 'google-analytics-dashboard-for-wp' ),
|
94 |
|
95 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
|
96 |
__( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
|
97 |
|
98 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
|
99 |
__( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
|
100 |
|
101 |
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
|
193 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:146
|
194 |
__( 'per year', 'google-analytics-dashboard-for-wp' ),
|
195 |
|
196 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:199
|
197 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:147
|
198 |
__( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
|
199 |
|
200 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
|
228 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:167
|
229 |
__( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
|
230 |
|
231 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:90
|
232 |
+
// Reference: src/modules/addons/exactmetrics-addons-Lite.vue:61
|
233 |
+
// Reference: src/modules/settings/components/input/tab-engagement/exactmetrics-SettingsInputScroll-Lite.vue:22
|
234 |
// Reference: src/modules/widget/components/settings/WidgetSettingsIntervalUpsell.vue:30
|
235 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:168
|
236 |
__( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
|
237 |
|
238 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
|
239 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:170
|
240 |
__( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
|
241 |
|
242 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
|
243 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:171
|
244 |
__( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
|
245 |
|
246 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:94
|
247 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:172
|
248 |
__( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
|
249 |
|
250 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
|
251 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:173
|
252 |
__( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
|
253 |
|
254 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
|
255 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:174
|
256 |
__( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
|
257 |
|
258 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
|
259 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:177
|
260 |
__( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
|
261 |
|
262 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
|
263 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:178
|
264 |
__( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
|
265 |
|
266 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
|
267 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:179
|
268 |
__( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
|
269 |
|
270 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
|
271 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:180
|
272 |
__( 'Search Console', 'google-analytics-dashboard-for-wp' ),
|
273 |
|
274 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
|
275 |
+
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:181
|
276 |
__( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
|
277 |
|
278 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:85
|
295 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:88
|
296 |
__( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
|
297 |
|
|
|
298 |
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
|
299 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:90
|
300 |
__( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
|
317 |
// Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:97
|
318 |
__( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
|
319 |
|
320 |
+
// Reference: src/modules/settings/routes/site.js:122
|
321 |
__( 'About Us', 'google-analytics-dashboard-for-wp' ),
|
322 |
|
323 |
+
// Reference: src/modules/settings/routes/site.js:130
|
324 |
__( 'Getting Started', 'google-analytics-dashboard-for-wp' ),
|
325 |
|
326 |
+
// Reference: src/modules/settings/routes/site.js:139
|
327 |
__( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
|
328 |
|
329 |
// Reference: src/modules/settings/routes/site.js:100
|
330 |
+
// Reference: src/modules/tools/components/ToolsNavigation.vue:14
|
331 |
__( 'Import Export', 'google-analytics-dashboard-for-wp' ),
|
332 |
|
333 |
// Reference: src/modules/settings/routes/site.js:108
|
334 |
__( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
|
335 |
|
|
|
336 |
// Reference: src/modules/settings/routes/site.js:154
|
337 |
__( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
|
338 |
|
|
|
339 |
// Reference: src/modules/settings/routes/site.js:162
|
340 |
__( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
|
341 |
|
|
|
342 |
// Reference: src/modules/settings/routes/site.js:171
|
343 |
__( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
|
344 |
|
345 |
// Reference: src/modules/settings/routes/site.js:180
|
346 |
__( 'Settings', 'google-analytics-dashboard-for-wp' ),
|
347 |
|
348 |
+
// Reference: src/modules/settings/routes/site.js:35
|
349 |
__( 'General', 'google-analytics-dashboard-for-wp' ),
|
350 |
|
351 |
+
// Reference: src/modules/settings/routes/site.js:43
|
352 |
__( 'Engagement', 'google-analytics-dashboard-for-wp' ),
|
353 |
|
354 |
+
// Reference: src/modules/settings/routes/site.js:51
|
|
|
355 |
__( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
|
356 |
|
357 |
+
// Reference: src/modules/settings/routes/site.js:59
|
358 |
__( 'Publisher', 'google-analytics-dashboard-for-wp' ),
|
359 |
|
360 |
+
// Reference: src/modules/settings/routes/site.js:67
|
|
|
361 |
__( 'Conversions', 'google-analytics-dashboard-for-wp' ),
|
362 |
|
363 |
+
// Reference: src/modules/settings/routes/site.js:75
|
364 |
__( 'Advanced', 'google-analytics-dashboard-for-wp' ),
|
365 |
|
366 |
// Reference: src/modules/settings/routes/site.js:92
|
367 |
+
// Reference: src/modules/tools/components/ToolsNavigation.vue:15
|
368 |
__( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
|
369 |
|
|
|
370 |
// Reference: src/modules/widget/store/index.js:76
|
371 |
__( 'Overview', 'google-analytics-dashboard-for-wp' ),
|
372 |
|
373 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:30
|
374 |
__( 'Publishers', 'google-analytics-dashboard-for-wp' ),
|
375 |
|
376 |
+
// Reference: src/modules/reports/routes/exactmetrics-routes.js:57
|
377 |
__( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
|
378 |
|
379 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:47
|
380 |
+
// Reference: src/modules/reports/routes/exactmetrics-routes.js:65
|
381 |
__( 'Forms', 'google-analytics-dashboard-for-wp' ),
|
382 |
|
383 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:48
|
384 |
+
// Reference: src/modules/reports/routes/exactmetrics-routes.js:73
|
385 |
__( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
|
386 |
|
387 |
// Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
|
412 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:26
|
413 |
__( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
|
414 |
|
415 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
|
416 |
__( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
417 |
|
418 |
// Reference: src/modules/reports/components/ReportNoAuth.vue:28
|
419 |
__( 'Please ask your webmaster to connect ExactMetrics to Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
420 |
|
421 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:46
|
422 |
__( 'Dimensions', 'google-analytics-dashboard-for-wp' ),
|
423 |
|
424 |
// Reference: src/modules/notifications/components/exactmetrics-Notifications.vue:75
|
460 |
// Reference: src/modules/reports/components/ReportReAuth.vue:21
|
461 |
__( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
462 |
|
463 |
+
// Reference: src/modules/reports/components/ReportReAuth.vue:30
|
464 |
__( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
|
465 |
|
466 |
// Reference: src/modules/reports/components/ReportReAuth.vue:47
|
467 |
+
// Reference: src/modules/tools/components/exactmetrics-ToolsTabImportExport.vue:110
|
468 |
__( 'Ok', 'google-analytics-dashboard-for-wp' ),
|
469 |
|
470 |
// Reference: src/components/TheQuickLinks.vue:31
|
566 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:64
|
567 |
__( 'Pro', 'google-analytics-dashboard-for-wp' ),
|
568 |
|
569 |
+
// Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:105
|
570 |
__( 'Get ExactMetrics Pro Today and Unlock all the Powerful Features', 'google-analytics-dashboard-for-wp' ),
|
571 |
|
572 |
// Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
|
705 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
|
706 |
__( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
|
707 |
|
|
|
708 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
|
709 |
__( 'Installing...', 'google-analytics-dashboard-for-wp' ),
|
710 |
|
775 |
/* Translators: Make text bold. */
|
776 |
__( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
|
777 |
|
778 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:49
|
779 |
__( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
|
780 |
|
781 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:48
|
784 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
|
785 |
__( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
|
786 |
|
787 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:50
|
788 |
__( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
|
789 |
|
790 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:51
|
791 |
__( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
|
792 |
|
793 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
|
812 |
/* Translators: Add a link to upgrade and make the text green. */
|
813 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
|
814 |
|
815 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
|
816 |
__( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
|
817 |
|
818 |
// Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:57
|
893 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:66
|
894 |
__( 'ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site\'s visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.', 'google-analytics-dashboard-for-wp' ),
|
895 |
|
896 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:71
|
897 |
/* Translators: Example path (/go/). */
|
898 |
__( 'Path (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
899 |
|
900 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:73
|
901 |
__( 'Path has to start with a / and have no spaces', 'google-analytics-dashboard-for-wp' ),
|
902 |
|
903 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:78
|
904 |
/* Translators: Example label (aff). */
|
905 |
__( 'Label (example: %s)', 'google-analytics-dashboard-for-wp' ),
|
906 |
|
907 |
+
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:80
|
908 |
__( 'Label can\'t contain any spaces', 'google-analytics-dashboard-for-wp' ),
|
909 |
|
910 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:83
|
922 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
|
923 |
__( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
|
924 |
|
925 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:92
|
926 |
__( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
|
927 |
|
928 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:91
|
931 |
// Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
|
932 |
__( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
933 |
|
934 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:141
|
935 |
__( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
|
936 |
|
937 |
// Reference: src/modules/wizard-onboarding/components/steps/MigrationStepWelcome.vue:38
|
997 |
// Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:92
|
998 |
__( 'Error emptying the popular posts cache. Please try again.', 'google-analytics-dashboard-for-wp' ),
|
999 |
|
1000 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:105
|
1001 |
__( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
|
1002 |
|
1003 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:106
|
1004 |
__( 'Behavior', 'google-analytics-dashboard-for-wp' ),
|
1005 |
|
1006 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:107
|
1007 |
__( 'Widget Styling', 'google-analytics-dashboard-for-wp' ),
|
1008 |
|
1009 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:108
|
1010 |
__( 'Choose how you want to determine the colors, font sizes and spacing of the widget.', 'google-analytics-dashboard-for-wp' ),
|
1011 |
|
1012 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:109
|
1013 |
__( 'Sort By', 'google-analytics-dashboard-for-wp' ),
|
1014 |
|
1015 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:110
|
1016 |
__( 'Choose how you\'d like the widget to determine your popular posts.', 'google-analytics-dashboard-for-wp' ),
|
1017 |
|
1018 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:111
|
1027 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:114
|
1028 |
__( 'Choose where in the post body the widget will be placed.', 'google-analytics-dashboard-for-wp' ),
|
1029 |
|
1030 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:115
|
1031 |
__( 'Include in Post Types', 'google-analytics-dashboard-for-wp' ),
|
1032 |
|
1033 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:116
|
1034 |
__( 'Exclude from specific posts', 'google-analytics-dashboard-for-wp' ),
|
1035 |
|
1036 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:118
|
1037 |
/* Translators: Placeholders make the text bold. */
|
1038 |
__( 'Choose which Post Types the widget %1$sWILL%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
|
1039 |
|
1040 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:120
|
1041 |
/* Translators: Placeholders make the text bold. */
|
1042 |
__( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
|
1043 |
|
1044 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:121
|
1045 |
__( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
|
1046 |
|
1047 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:122
|
1048 |
__( 'Loading Themes', 'google-analytics-dashboard-for-wp' ),
|
1049 |
|
1050 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:123
|
1053 |
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:124
|
1054 |
__( 'Please select at least one post to display.', 'google-analytics-dashboard-for-wp' ),
|
1055 |
|
1056 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:129
|
1057 |
/* Translators: placeholders make text small. */
|
1058 |
__( 'Default Styles %1$s- As seen above.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1059 |
|
1060 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:134
|
1061 |
/* Translators: placeholders make text small. */
|
1062 |
__( 'No Styles %1$s- Use your own CSS.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1063 |
|
1064 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:141
|
1065 |
/* Translators: placeholders make text small. */
|
1066 |
__( 'Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1067 |
|
1068 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:146
|
1069 |
/* Translators: placeholders make text small. */
|
1070 |
__( 'SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1071 |
|
1072 |
+
// Reference: src/modules/popular-posts/components/PopularPostsInline.vue:151
|
1073 |
/* Translators: placeholders make text small. */
|
1074 |
__( 'Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s', 'google-analytics-dashboard-for-wp' ),
|
1075 |
|
1219 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
|
1220 |
__( 'Custom code', 'google-analytics-dashboard-for-wp' ),
|
1221 |
|
1222 |
+
// Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:27
|
1223 |
__( 'License Key', 'google-analytics-dashboard-for-wp' ),
|
1224 |
|
1225 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:109
|
1226 |
/* Translators: Adds link to the account area to retreive license key. */
|
1227 |
__( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1228 |
|
1229 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:110
|
1230 |
__( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
|
1231 |
|
1232 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:111
|
1233 |
__( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
|
1234 |
|
1235 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:112
|
1236 |
__( 'Verify', 'google-analytics-dashboard-for-wp' ),
|
1237 |
|
1238 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
|
1239 |
__( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1240 |
|
1241 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
|
1242 |
__( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
|
1243 |
|
1244 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
|
1245 |
__( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
|
1246 |
|
1247 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
|
1248 |
__( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
|
1249 |
|
1250 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:126
|
1251 |
__( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
|
1252 |
|
1253 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:128
|
1254 |
+
/* Translators: Adds link to upgrade. */
|
1255 |
__( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
|
1256 |
|
1257 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:129
|
1258 |
__( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
|
1259 |
|
1260 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
|
1261 |
__( 'See all features', 'google-analytics-dashboard-for-wp' ),
|
1262 |
|
1263 |
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
|
1270 |
/* Translators: Make text bold. */
|
1271 |
__( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
|
1272 |
|
1273 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:169
|
1274 |
__( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
|
1275 |
|
1276 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
|
1279 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
|
1280 |
__( 'Your Website', 'google-analytics-dashboard-for-wp' ),
|
1281 |
|
1282 |
+
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:44
|
1283 |
__( 'Sessions', 'google-analytics-dashboard-for-wp' ),
|
1284 |
|
1285 |
+
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:45
|
1286 |
__( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
|
1287 |
|
1288 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
|
1289 |
__( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
|
1290 |
|
1291 |
+
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
|
1292 |
__( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
|
1293 |
|
1294 |
// Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
|
1304 |
/* Translators: Error status and error text. */
|
1305 |
__( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1306 |
|
1307 |
+
// Reference: src/modules/auth/api/index.js:123
|
1308 |
+
// Reference: src/modules/license/api/index.js:149
|
1309 |
// Reference: src/modules/wizard-onboarding/api/index.js:22
|
1310 |
__( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
|
1311 |
|
1312 |
+
// Reference: src/modules/auth/api/index.js:146
|
1313 |
/* Translators: Error status and error text. */
|
1314 |
__( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
|
1315 |
|
1316 |
+
// Reference: src/modules/settings/api/index.js:77
|
1317 |
__( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
|
1318 |
|
1319 |
// Reference: src/modules/auth/api/index.js:119
|
1372 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:32
|
1373 |
__( 'Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more.', 'google-analytics-dashboard-for-wp' ),
|
1374 |
|
1375 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportPublishers-Lite.vue:35
|
1376 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportSearchConsole-Lite.vue:35
|
1377 |
__( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
|
1378 |
|
1379 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:38
|
1380 |
__( 'See Your Conversion Rate to Improve Funnel', 'google-analytics-dashboard-for-wp' ),
|
1381 |
|
1382 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:42
|
1383 |
__( 'See The Number of Transactions and Make Data-Driven Decisions', 'google-analytics-dashboard-for-wp' ),
|
1384 |
|
1385 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:46
|
1386 |
__( 'See The Total Revenue to Track Growth', 'google-analytics-dashboard-for-wp' ),
|
1387 |
|
1388 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:50
|
1389 |
__( 'See Average Order Value to Find Offer Opportunities', 'google-analytics-dashboard-for-wp' ),
|
1390 |
|
1391 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:54
|
1392 |
__( 'See Your Top Products to See Individual Performance', 'google-analytics-dashboard-for-wp' ),
|
1393 |
|
1394 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportEcommerce-Lite.vue:59
|
1395 |
__( 'See Your Top Conversion Sources and Focus on what\'s Working', 'google-analytics-dashboard-for-wp' ),
|
1396 |
|
1397 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:62
|
1398 |
__( 'See The Time it Takes for Customers to Purchase', 'google-analytics-dashboard-for-wp' ),
|
1399 |
|
1400 |
+
// Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:66
|
1401 |
__( 'See How Many Sessions are Needed for a Purchase', 'google-analytics-dashboard-for-wp' ),
|
1402 |
|
1403 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:159
|
1407 |
__( 'Returning', 'google-analytics-dashboard-for-wp' ),
|
1408 |
|
1409 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:193
|
1410 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:507
|
1411 |
__( 'Desktop', 'google-analytics-dashboard-for-wp' ),
|
1412 |
|
1413 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:194
|
1414 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:508
|
1415 |
__( 'Tablet', 'google-analytics-dashboard-for-wp' ),
|
1416 |
|
1417 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:195
|
1418 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:509
|
1419 |
__( 'Mobile', 'google-analytics-dashboard-for-wp' ),
|
1420 |
|
1421 |
// Reference: src/modules/widget/store/index.js:14
|
1422 |
__( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
|
1423 |
|
1424 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:255
|
1425 |
__( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
|
1426 |
|
1427 |
// Reference: src/modules/widget/store/index.js:27
|
1448 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
|
1449 |
__( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
|
1450 |
|
1451 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:266
|
1452 |
__( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
|
1453 |
|
1454 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:267
|
1455 |
__( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-dashboard-for-wp' ),
|
1456 |
|
1457 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:268
|
1458 |
__( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
|
1459 |
|
1460 |
// Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
|
1824 |
// Reference: src/modules/reports/store/actions.js:212
|
1825 |
__( 'Please wait', 'google-analytics-dashboard-for-wp' ),
|
1826 |
|
1827 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
|
1828 |
__( 'activate', 'google-analytics-dashboard-for-wp' ),
|
1829 |
|
1830 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:119
|
1831 |
__( 'install', 'google-analytics-dashboard-for-wp' ),
|
1832 |
|
1833 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:127
|
1834 |
__( 'Visit addons page', 'google-analytics-dashboard-for-wp' ),
|
1835 |
|
1836 |
// Reference: src/modules/reports/store/actions.js:64
|
1893 |
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
|
1894 |
__( 'Active profile', 'google-analytics-dashboard-for-wp' ),
|
1895 |
|
1896 |
+
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
|
1897 |
__( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
|
1898 |
|
1899 |
+
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
|
1900 |
__( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
|
1901 |
|
1902 |
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
|
1903 |
__( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
|
1904 |
|
1905 |
+
// Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
|
1906 |
__( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
|
1907 |
|
1908 |
// Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
|
1950 |
__( 'Close', 'google-analytics-dashboard-for-wp' ),
|
1951 |
|
1952 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:28
|
|
|
1953 |
__( 'Add Top 5 Posts from Google Analytics', 'google-analytics-dashboard-for-wp' ),
|
1954 |
|
1955 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:49
|
1963 |
__( 'Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.', 'google-analytics-dashboard-for-wp' ),
|
1964 |
|
1965 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Lite.vue:30
|
|
|
1966 |
__( 'Automated + Curated', 'google-analytics-dashboard-for-wp' ),
|
1967 |
|
1968 |
// Reference: src/modules/popular-posts/components/input/PopularPostsGaInput-Pro.vue:55
|
2006 |
/* Translators: Adds link to activate/install plugin and documentation. */
|
2007 |
__( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
|
2008 |
|
2009 |
+
// Reference: src/modules/addons/store/actions.js:49
|
2010 |
__( 'Activate', 'google-analytics-dashboard-for-wp' ),
|
2011 |
|
2012 |
+
// Reference: src/modules/addons/store/actions.js:49
|
2013 |
__( 'Install', 'google-analytics-dashboard-for-wp' ),
|
2014 |
|
2015 |
// Reference: src/modules/addons/store/actions.js:51
|
2035 |
// Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
|
2036 |
__( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
|
2037 |
|
2038 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:46
|
2039 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
|
2040 |
__( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
|
2041 |
|
2042 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:61
|
2045 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
|
2046 |
__( 'Narrow', 'google-analytics-dashboard-for-wp' ),
|
2047 |
|
2048 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:51
|
2049 |
__( 'Title', 'google-analytics-dashboard-for-wp' ),
|
2050 |
|
2051 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:49
|
2052 |
__( 'Color', 'google-analytics-dashboard-for-wp' ),
|
2053 |
|
2054 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:50
|
2055 |
__( 'Size', 'google-analytics-dashboard-for-wp' ),
|
2056 |
|
2057 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:54
|
2058 |
__( 'Border', 'google-analytics-dashboard-for-wp' ),
|
2059 |
|
2060 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
|
2061 |
__( 'Author/Date', 'google-analytics-dashboard-for-wp' ),
|
2062 |
|
2063 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:52
|
2064 |
__( 'Label', 'google-analytics-dashboard-for-wp' ),
|
2065 |
|
2066 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:53
|
2067 |
__( 'Background', 'google-analytics-dashboard-for-wp' ),
|
2068 |
|
2069 |
// Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
|
2186 |
// Reference: src/modules/reports/api/index.js:28
|
2187 |
__( 'Error loading report data', 'google-analytics-dashboard-for-wp' ),
|
2188 |
|
2189 |
+
// Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:29
|
2190 |
+
/* Translators: Replaced with the number of days */
|
2191 |
__( 'vs. Previous Day', 'google-analytics-dashboard-for-wp' ),
|
2192 |
|
2193 |
+
// Reference: src/modules/frontend/components/FrontendInfoboxChange.vue:46
|
2194 |
__( 'No change', 'google-analytics-dashboard-for-wp' ),
|
2195 |
|
2196 |
// Reference: src/modules/license/api/index.js:118
|
2276 |
/* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
|
2277 |
__( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
|
2278 |
|
2279 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
|
2280 |
__( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
|
2281 |
|
2282 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
|
2283 |
__( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
|
2284 |
|
2285 |
+
// Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
|
2286 |
__( 'Icon', 'google-analytics-dashboard-for-wp' ),
|
2287 |
|
2288 |
// Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
|
2504 |
// Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
|
2505 |
__( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
|
2506 |
|
2507 |
+
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:16
|
|
|
2508 |
__( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
|
2509 |
|
2510 |
// Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
|
2597 |
// Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:32
|
2598 |
__( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
|
2599 |
|
2600 |
+
// Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
|
2601 |
__( 'Show', 'google-analytics-dashboard-for-wp' ),
|
2602 |
|
2603 |
// Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:27
|
2740 |
__( 'Force Deauthenticate', 'google-analytics-dashboard-for-wp' ),
|
2741 |
|
2742 |
// Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:70
|
2743 |
+
__( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
2744 |
+
|
2745 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
|
2746 |
+
// Reference: src/modules/reports/routes/exactmetrics-routes.js:81
|
2747 |
+
__( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
|
2748 |
+
|
2749 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:50
|
2750 |
+
__( 'Site Speed', 'google-analytics-dashboard-for-wp' ),
|
2751 |
+
|
2752 |
+
// Reference: src/modules/reports/components/upsells/ReportUpsellOverlay.vue:29
|
2753 |
+
__( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
2754 |
+
|
2755 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:209
|
2756 |
+
__( 'Unlock the Site Speed Report and Improve the Performance of Your Site', 'google-analytics-dashboard-for-wp' ),
|
2757 |
+
|
2758 |
+
// Reference: src/plugins/exactmetrics-reports-helper-plugin.js:210
|
2759 |
+
__( 'See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking', 'google-analytics-dashboard-for-wp' ),
|
2760 |
+
|
2761 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:41
|
2762 |
+
__( 'See Your Homepage\'s Overall Performance Score', 'google-analytics-dashboard-for-wp' ),
|
2763 |
+
|
2764 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:45
|
2765 |
+
__( 'Run an Audit on Your Homepage and See Your Server Response Time', 'google-analytics-dashboard-for-wp' ),
|
2766 |
+
|
2767 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:49
|
2768 |
+
__( 'Learn How Long It Takes for Your Viewers to Interact With Your Site', 'google-analytics-dashboard-for-wp' ),
|
2769 |
+
|
2770 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:53
|
2771 |
+
__( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-dashboard-for-wp' ),
|
2772 |
+
|
2773 |
+
// Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
|
2774 |
+
// Reference: src/modules/reports/routes/exactmetrics-routes.js:94
|
2775 |
+
__( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
|
2776 |
+
|
2777 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:256
|
2778 |
+
__( 'Still Calculating...', 'google-analytics-dashboard-for-wp' ),
|
2779 |
+
|
2780 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:257
|
2781 |
+
__( 'Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year.', 'google-analytics-dashboard-for-wp' ),
|
2782 |
+
|
2783 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:258
|
2784 |
+
__( 'Back to Overview Report', 'google-analytics-dashboard-for-wp' ),
|
2785 |
+
|
2786 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:259
|
2787 |
+
__( 'Your 2020 Analytics Report', 'google-analytics-dashboard-for-wp' ),
|
2788 |
+
|
2789 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:261
|
2790 |
+
__( 'See how your website performed this year and find tips along the way to help grow even more in 2021!', 'google-analytics-dashboard-for-wp' ),
|
2791 |
+
|
2792 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:262
|
2793 |
+
__( 'Audience', 'google-analytics-dashboard-for-wp' ),
|
2794 |
+
|
2795 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:263
|
2796 |
+
__( 'Congrats', 'google-analytics-dashboard-for-wp' ),
|
2797 |
+
|
2798 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:264
|
2799 |
+
__( 'Your website was quite popular this year! ', 'google-analytics-dashboard-for-wp' ),
|
2800 |
+
|
2801 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:265
|
2802 |
+
__( 'You had ', 'google-analytics-dashboard-for-wp' ),
|
2803 |
+
|
2804 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:266
|
2805 |
+
__( ' visitors!', 'google-analytics-dashboard-for-wp' ),
|
2806 |
+
|
2807 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:267
|
2808 |
+
__( ' visitors', 'google-analytics-dashboard-for-wp' ),
|
2809 |
+
|
2810 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:268
|
2811 |
+
__( 'Total Visitors', 'google-analytics-dashboard-for-wp' ),
|
2812 |
+
|
2813 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:269
|
2814 |
+
__( 'Total Sessions', 'google-analytics-dashboard-for-wp' ),
|
2815 |
+
|
2816 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:270
|
2817 |
+
__( 'Visitors by Month', 'google-analytics-dashboard-for-wp' ),
|
2818 |
+
|
2819 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:271
|
2820 |
+
__( 'January 1, 2020 - December 31, 2020', 'google-analytics-dashboard-for-wp' ),
|
2821 |
+
|
2822 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:272
|
2823 |
+
__( 'A Tip for 2021', 'google-analytics-dashboard-for-wp' ),
|
2824 |
+
|
2825 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:274
|
2826 |
+
__( '#1', 'google-analytics-dashboard-for-wp' ),
|
2827 |
+
|
2828 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:275
|
2829 |
+
__( 'You Top 5 Countries', 'google-analytics-dashboard-for-wp' ),
|
2830 |
+
|
2831 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:276
|
2832 |
+
__( 'Let’s get to know your visitors a little better, shall we?', 'google-analytics-dashboard-for-wp' ),
|
2833 |
+
|
2834 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:277
|
2835 |
+
__( 'Gender', 'google-analytics-dashboard-for-wp' ),
|
2836 |
+
|
2837 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:278
|
2838 |
+
__( 'Female', 'google-analytics-dashboard-for-wp' ),
|
2839 |
+
|
2840 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:279
|
2841 |
+
__( 'Women', 'google-analytics-dashboard-for-wp' ),
|
2842 |
+
|
2843 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:280
|
2844 |
+
__( 'Male', 'google-analytics-dashboard-for-wp' ),
|
2845 |
+
|
2846 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:281
|
2847 |
+
__( 'Average Age', 'google-analytics-dashboard-for-wp' ),
|
2848 |
+
|
2849 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:283
|
2850 |
+
__( 'Your Top 5 Pages', 'google-analytics-dashboard-for-wp' ),
|
2851 |
+
|
2852 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:285
|
2853 |
+
__( 'Time Spent on Site', 'google-analytics-dashboard-for-wp' ),
|
2854 |
+
|
2855 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:286
|
2856 |
+
__( 'minutes', 'google-analytics-dashboard-for-wp' ),
|
2857 |
+
|
2858 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:287
|
2859 |
+
__( 'Device Type', 'google-analytics-dashboard-for-wp' ),
|
2860 |
+
|
2861 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:288
|
2862 |
+
__( 'A Tip For 2021', 'google-analytics-dashboard-for-wp' ),
|
2863 |
+
|
2864 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:289
|
2865 |
+
__( 'Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed.', 'google-analytics-dashboard-for-wp' ),
|
2866 |
+
|
2867 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:290
|
2868 |
+
__( 'Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)', 'google-analytics-dashboard-for-wp' ),
|
2869 |
+
|
2870 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:292
|
2871 |
+
__( 'So, where did all of these visitors come from?', 'google-analytics-dashboard-for-wp' ),
|
2872 |
+
|
2873 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:293
|
2874 |
+
__( 'Clicks', 'google-analytics-dashboard-for-wp' ),
|
2875 |
+
|
2876 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:294
|
2877 |
+
__( 'Your Top 5 Keywords', 'google-analytics-dashboard-for-wp' ),
|
2878 |
+
|
2879 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:295
|
2880 |
+
__( 'What keywords visitors searched for to find your site', 'google-analytics-dashboard-for-wp' ),
|
2881 |
+
|
2882 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:296
|
2883 |
+
__( 'Your Top 5 Referrals', 'google-analytics-dashboard-for-wp' ),
|
2884 |
+
|
2885 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:298
|
2886 |
+
__( 'The websites that link back to your website', 'google-analytics-dashboard-for-wp' ),
|
2887 |
+
|
2888 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:299
|
2889 |
+
__( 'Opportunity', 'google-analytics-dashboard-for-wp' ),
|
2890 |
+
|
2891 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:300
|
2892 |
+
__( 'With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors.', 'google-analytics-dashboard-for-wp' ),
|
2893 |
+
|
2894 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:301
|
2895 |
+
__( 'Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics', 'google-analytics-dashboard-for-wp' ),
|
2896 |
+
|
2897 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:303
|
2898 |
+
__( 'Thank you for using ExactMetrics!', 'google-analytics-dashboard-for-wp' ),
|
2899 |
+
|
2900 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:304
|
2901 |
+
__( 'We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team.', 'google-analytics-dashboard-for-wp' ),
|
2902 |
+
|
2903 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:305
|
2904 |
+
__( 'Here\'s to an amazing 2021!', 'google-analytics-dashboard-for-wp' ),
|
2905 |
+
|
2906 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:306
|
2907 |
+
__( 'Enjoying ExactMetrics', 'google-analytics-dashboard-for-wp' ),
|
2908 |
+
|
2909 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:307
|
2910 |
+
__( 'Leave a five star review!', 'google-analytics-dashboard-for-wp' ),
|
2911 |
+
|
2912 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:308
|
2913 |
+
__( 'Syed Balkhi', 'google-analytics-dashboard-for-wp' ),
|
2914 |
+
|
2915 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:309
|
2916 |
+
__( 'Chris Christoff', 'google-analytics-dashboard-for-wp' ),
|
2917 |
+
|
2918 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:310
|
2919 |
+
__( 'Write Review', 'google-analytics-dashboard-for-wp' ),
|
2920 |
+
|
2921 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:311
|
2922 |
+
__( 'Did you know over 10 million websites use our plugins?', 'google-analytics-dashboard-for-wp' ),
|
2923 |
+
|
2924 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:312
|
2925 |
+
__( 'Try our other popular WordPress plugins to grow your website in 2021.', 'google-analytics-dashboard-for-wp' ),
|
2926 |
+
|
2927 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:313
|
2928 |
+
__( 'Join our Communities!', 'google-analytics-dashboard-for-wp' ),
|
2929 |
+
|
2930 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:314
|
2931 |
+
__( 'Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level.', 'google-analytics-dashboard-for-wp' ),
|
2932 |
+
|
2933 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:315
|
2934 |
+
__( 'Facebook Group', 'google-analytics-dashboard-for-wp' ),
|
2935 |
+
|
2936 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:316
|
2937 |
+
__( 'Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group.', 'google-analytics-dashboard-for-wp' ),
|
2938 |
+
|
2939 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:317
|
2940 |
+
__( 'Join Now...It’s Free!', 'google-analytics-dashboard-for-wp' ),
|
2941 |
+
|
2942 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:318
|
2943 |
+
__( 'WordPress Tutorials by WPBeginner', 'google-analytics-dashboard-for-wp' ),
|
2944 |
+
|
2945 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:319
|
2946 |
+
__( 'WPBeginner is the largest free WordPress resource site for beginners and non-techy users.', 'google-analytics-dashboard-for-wp' ),
|
2947 |
+
|
2948 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:320
|
2949 |
+
__( 'Visit WPBeginner', 'google-analytics-dashboard-for-wp' ),
|
2950 |
+
|
2951 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:321
|
2952 |
+
__( 'Follow Us!', 'google-analytics-dashboard-for-wp' ),
|
2953 |
+
|
2954 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:322
|
2955 |
+
__( 'Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics.', 'google-analytics-dashboard-for-wp' ),
|
2956 |
+
|
2957 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:323
|
2958 |
+
__( 'Copyright ExactMetrics, 2021', 'google-analytics-dashboard-for-wp' ),
|
2959 |
+
|
2960 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:324
|
2961 |
+
__( 'Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights', 'google-analytics-dashboard-for-wp' ),
|
2962 |
+
|
2963 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:325
|
2964 |
+
__( 'Upgrade to ExactMetrics Pro', 'google-analytics-dashboard-for-wp' ),
|
2965 |
+
|
2966 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:328
|
2967 |
+
__( 'January', 'google-analytics-dashboard-for-wp' ),
|
2968 |
+
|
2969 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:329
|
2970 |
+
__( 'February', 'google-analytics-dashboard-for-wp' ),
|
2971 |
+
|
2972 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:330
|
2973 |
+
__( 'March', 'google-analytics-dashboard-for-wp' ),
|
2974 |
+
|
2975 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:331
|
2976 |
+
__( 'April', 'google-analytics-dashboard-for-wp' ),
|
2977 |
+
|
2978 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:332
|
2979 |
+
__( 'May', 'google-analytics-dashboard-for-wp' ),
|
2980 |
+
|
2981 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:333
|
2982 |
+
__( 'June', 'google-analytics-dashboard-for-wp' ),
|
2983 |
+
|
2984 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:334
|
2985 |
+
__( 'July', 'google-analytics-dashboard-for-wp' ),
|
2986 |
+
|
2987 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:335
|
2988 |
+
__( 'August', 'google-analytics-dashboard-for-wp' ),
|
2989 |
+
|
2990 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:336
|
2991 |
+
__( 'September', 'google-analytics-dashboard-for-wp' ),
|
2992 |
+
|
2993 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:337
|
2994 |
+
__( 'October', 'google-analytics-dashboard-for-wp' ),
|
2995 |
+
|
2996 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:338
|
2997 |
+
__( 'November', 'google-analytics-dashboard-for-wp' ),
|
2998 |
+
|
2999 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:339
|
3000 |
+
__( 'December', 'google-analytics-dashboard-for-wp' ),
|
3001 |
+
|
3002 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:367
|
3003 |
+
/* Translators: Number of visitors. */
|
3004 |
+
__( 'Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>', 'google-analytics-dashboard-for-wp' ),
|
3005 |
+
|
3006 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:370
|
3007 |
+
__( 'See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success.', 'google-analytics-dashboard-for-wp' ),
|
3008 |
+
|
3009 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:389
|
3010 |
+
/* Translators: Number of visitors. */
|
3011 |
+
__( 'Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries.', 'google-analytics-dashboard-for-wp' ),
|
3012 |
+
|
3013 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:396
|
3014 |
+
/* Translators: Number of visitors. */
|
3015 |
+
__( '%s Visitors', 'google-analytics-dashboard-for-wp' ),
|
3016 |
+
|
3017 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:411
|
3018 |
+
/* Translators: Percent and Number of visitors. */
|
3019 |
+
__( '%1$s% of your visitors were %2$s', 'google-analytics-dashboard-for-wp' ),
|
3020 |
+
|
3021 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:418
|
3022 |
+
/* Translators: Number of visitors and their age. */
|
3023 |
+
__( '%1$s% of your visitors were between the ages of %2$s', 'google-analytics-dashboard-for-wp' ),
|
3024 |
+
|
3025 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:431
|
3026 |
+
/* Translators: Number of visitors and number of pages. */
|
3027 |
+
__( 'Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class=\'average-page-per-user\' style=\'font-size: 20px;margin-top:25px;display:block;font-family:Lato\'>That\'s an average of %3$s pages for each visitor!</span>', 'google-analytics-dashboard-for-wp' ),
|
3028 |
+
|
3029 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:456
|
3030 |
+
/* Translators: Number of minutes spent on site. */
|
3031 |
+
__( 'Each visitor spent an average of %s minutes on your website in 2020.', 'google-analytics-dashboard-for-wp' ),
|
3032 |
+
|
3033 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:478
|
3034 |
+
/* Translators: Name of device type. */
|
3035 |
+
__( 'Most of your visitors viewed your website from their <strong>%s</strong> device.', 'google-analytics-dashboard-for-wp' ),
|
3036 |
+
|
3037 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:482
|
3038 |
+
/* Translators: Number of visitors and device percentage. */
|
3039 |
+
__( '%1$s% of your visitors were on a %2$s device.', 'google-analytics-dashboard-for-wp' ),
|
3040 |
+
|
3041 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:34
|
3042 |
+
/* Translators: add link to blog. */
|
3043 |
+
__( 'To comply with Google\'s API policies we\'ve had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro.', 'google-analytics-dashboard-for-wp' ),
|
3044 |
+
|
3045 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:34
|
3046 |
+
/* Translators: add link to blog. */
|
3047 |
+
__( 'One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn\'t load quickly for users?', 'google-analytics-dashboard-for-wp' ),
|
3048 |
+
|
3049 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:34
|
3050 |
+
/* Translators: add link to blog. */
|
3051 |
+
__( 'One of the factors that help deliver an outstanding user experience is having a website that loads quickly.', 'google-analytics-dashboard-for-wp' ),
|
3052 |
+
|
3053 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:34
|
3054 |
+
/* Translators: add link to blog. */
|
3055 |
+
__( 'One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you\'ll be able to check your site\'s performance directly from your ExactMetrics dashboard.', 'google-analytics-dashboard-for-wp' ),
|
3056 |
+
|
3057 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:289
|
3058 |
+
__( 'Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?', 'google-analytics-dashboard-for-wp' ),
|
3059 |
+
|
3060 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:290
|
3061 |
+
__( 'Read - How to Track Google Analytics Landing Page Conversions', 'google-analytics-dashboard-for-wp' ),
|
3062 |
+
|
3063 |
+
// Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:300
|
3064 |
+
__( 'Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement.', 'google-analytics-dashboard-for-wp' )
|
3065 |
);
|
3066 |
/* THIS IS THE END OF THE GENERATED FILE */
|
lite/assets/vue/css/chunk-common.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;right:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:0 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
1 |
+
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-left:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-right:20px;padding-left:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;right:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;right:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;left:6px;right:2px;top:6px;bottom:2px;padding:6px 6px 6px 8px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:0 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;right:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;right:100%;margin-right:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-left:10px;margin-right:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-left:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;left:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-left-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-right:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:right}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:-20px;margin-left:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-left:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-left:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-left:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-left:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;right:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;left:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;left:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;left:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;-ms-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-left:5px;border-radius:50%;border:3px solid #999;border-right-color:rgba(0,0,0,0);-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;-ms-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{right:auto;left:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px;border-radius:3px 0 0 3px;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-left:25px;margin-right:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-left:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-right:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;right:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-right:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;right:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;left:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;left:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-right:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-left:20px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{right:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{right:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;right:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;right:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-left:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;right:inherit;min-width:24px;height:24px;line-height:24px;margin-right:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-right:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:left;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:left;width:354px;padding-top:20px;text-align:left}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-right:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-left-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;left:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-left:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip[x-placement^=left]{padding-right:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-top-color:rgba(0,0,0,0)!important;border-right-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-left:0;margin-right:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px 0 0 -4px}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;left:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;left:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;left:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;left:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;left:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;left:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;left:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;left:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-left:auto;cursor:pointer;padding:0 10px 10px 0}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-right:2%;float:left;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:left;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-left:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-left:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-left:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-right:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-left:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:left;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;right:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-right:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(225deg);-ms-transform:translateY(2px) rotate(225deg);transform:translateY(2px) rotate(225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-left:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:right}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:right;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:right;width:100%}}.exactmetrics-logo-area{float:left;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-right:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-right:23px;margin-bottom:20px;left:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-right:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;left:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:left}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-left:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-left:0;margin-right:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-left:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-left:45px;padding-right:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-left:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-left:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;left:24px;right:24px;text-align:left;border-radius:5px 0 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-left:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-left:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-left:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;right:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-left:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:left;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-left:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-left:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;left:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){left:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){left:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){left:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-left:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-left:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-right:10px;color:#fff;position:absolute;left:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{left:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-left:3px solid #6528f5;padding:20px 26px;border-radius:3px 0 0 3px;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;right:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
lite/assets/vue/css/chunk-common.rtl.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;left:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPhSoIUEfkdi+935e1zD1vh/gcciBjgCcpwwJc55U/YIOQ87NokCcdpA3Acp0vEdp+unNWW3zjieIx+h5DLVyhKm4/+VziGK71AZvqpDoTdIkXbg8SyRcwS8k1DKCErbBnC8aBY8gEKbHVcZGQBTnE2WxSa3ObYc1QhZjiRIz99SBHZ+aBAj/F3uXY9SAen8rtnnPM2Kd8X1/uWBpr/uruwfGu1hLB0HraFjM5YPdWccooAAnJVMepS3IWb7Gf3oPmnUnSxwwopRshZdvGU0SFtibNCvf7klqQMMaiZoubvdwVpMNBFovIsYjpErXucYqBaVxdjFkUHcPOqb7uMRZacj+RqIUOSC4pK0UIncqNQ5Cm6gEyXMZcDHUHEd41gOwCS6y6COrEUBeP9hjPC421SLIZmqTP9qRR9FHkRcc693Rh1VWZq/kgXo68mCIF2VgpWkN8LWb676EnDfRnbeVPI0HZc2cMiG+gXt7H+VSm2/rZzts2JwkAAzgsQgneCYrVYq6117LVaXzr7/3/bDZc0GxLlkPFjni9VEHQel91NLCkAiY3Fw30skgzdcIx8ESV5jBa5fvcxTRhAzL0anaiLTAor63EV6qnJknbd8S0yTpoWU3OMs4NwSrnVEbayI4oFIBttdgrHO1nE5DOxEiW3wpLWMtBYlHudji4P6q/Q0RLrk5f4HD+I8C2mriymtyGizgUuQ/wF2genbj4B0c32CeCzp0XBNCMMDW0VzWX2HqofsCv9Il5jKhgnSgRVMaoOKwEibhAA3LNIHYtZY0IIQzaixOF9mVxjY84hv/Ai1xf0CiC7W9dNwTKX2qfKtUUcEfsWje8IgxJDL9Oi/JLlWXQvXOr25JjE4wnpyPvaNDPbEhRmynMDT693s6jbw0e0yIgi6WyRqaqpgpFy9RSNdLDIWiwiEcMP24kY/gyJgo9YAdNZ/oLN8obcy2KEeVGVA2z60obFuMWi9qKDMUcpumGsa1Jqk7kWY7RoN08eNIrFDQPZiT3Ded6vsmecH4Viey+LvFmjc/NV48gGddZQ7lrEkNPBWCdHfFFiOh6Hdovy6hQvH6kvugtyBk8VuUQ2hzfS12JKDdLpF2OUmtaXlN5Ffw5lk38DQTZxLKr9jdhmVrqIsJFUcN7BouqxG64y9ZGV4Iw4bDe7+AJMNTse5xnMT30tuiM3PWhRrUyOFRuEsFMY0xuZmoLgjsWx5U0KnR3s7ltaTYosIR53sEit9kdO1LlyJ4EgewFX2TwTl+cY4Be5i0UzCfETkhl24Qj1jx2hRceCWyoibBxB/ZZOS22p3aJOy6z2LSmr32iMjayXMoeD1gGMq/F9oXrvu1jkZhKCmjmdHBpg44eU0rE4asxpcy7tWUZmtVBxKfCoNos6aGsYE1aRG6SpuNAwnBm0Mds3lI+/Ad4e7mUxxoIzMmUlF6CJ7KLCMBKlkxexXfSgaMoehneySOQIj0kacyIpcXiYQTuL8VnPeVfLGcA0Ij1/1WcOPGE1pc5WrKZWxlP2L24yrjcpkliF08/zuN6phAyYKjk+9Sm4fpjqIbq09un2nrGBe4g+Rs15RFI/Zdh1+xLaWe+izyQ/LuZ4J2Uni/3JKCc+Ejf3Pe3tJ+A0k16h9hk+igK6UZS/H8J/O13m9URbWR5iNi/mbPCxQofIy5sKWBJoZygrXskhucTqS5chEugLHYDmQAL9qA5z0EzDjZX9kPkaDL9JoHZCLd471CQ6A+Qj3HKurCwZGIpN9Z9Xbwd2A7QnAc3DowCDyB/IdV5GUzB8h7UPGlRpAQa2fL2mO7Ecro/Bocu+w929jYQ4CGvCXGL5B5DDyWvA7YQIi3D33xXOx7W9HJYkNvJoJ8SwVlYL2RsgX2MrED+tQC0+TiTQwnBVWrbMajD7EpBBGKzctHYliEPlrUi0CneVd6H6mFvpMa8iy+F3WP6lM3xgiVuHhNgXWoJHsQvrvtzI8+81NJmtQndzO+fDHJCnKBSVfmxNepweKxLoy+qrqB3uMhIw/AWFbdSoUycRogAAAABJRU5ErkJggg==);background-size:auto 85%;background-position:100% 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,d09GMgABAAAAAAjoAAsAAAAAMGgAAAidAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgDWYgpQdQE2AiQDCAsGAAQgBYUOBy4bvi8lYxtWw7BxAPB87x5FmeAMlf3/96RzDN74RcXUcjTKmrJ3T2VDSShiPhfiIJxxS7DiLkHFfQV33CM4427mAred74pWur/J3dyVsKy7coREA8fzvPvpfUk+tB3R8YTCzE0SCLepejmJ2u1yqp+kC7W4Rc/tDTs3GpNJ8ttRPOSTPhsXlwbi4kVYWQmAcXmlrqYHMMsBwP/zHMz7fkF1gijOKuFQIxjwlGa2lkARhYaBxFHT54IOgBMQADi3LipIMAA3geO41EUkBTCO2gkxnOwnKYBx1E6p5WS+QUCMq50rNch6MwUCAAiAcdgttYVSIfPJ5kn6ApRFQ6I88BxLvvIC/maHUHS3TIoKiwLbbM8nEFWgE1oDz3woSxpagWbBXcQWhKtPeIlg6tK+7vX57QOszwU3sGUJrA7h2Mx1IWCNr9BKxsYo+pzS/OCO0OG9mwBkx337+lcuSxRdBcc+fJxlcAjK/zCfdgtBzuxQcTqfY4Yn6EB/Az3JS/RMu5f6B8wrn55S0IxdlLn+4Yb/ctIT+ocWYPcGAOvxSjEjpSiVMqSgFWVjzpCCXjAIRirTABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REdFDlkZEh2jE3SKztA5ukCX6Apdoxt0i+7QPXpAj+gJPaMX9Ire0Dv6QJ/oC/qKvqHv6Af6iX6h3+gP+ov+of+I+ECMxETMiDmxIJbEilgTG2JL7Ig9cSCOxIk4ExfiStyIO/EgnsSLeBMf4kv8iD/taQANoiE0jEbQKBpD42gCTaIpNI1m0CyaQ/NoAS2iJbSMVtAqWkPraANtoi20jXbQLtpD++gAHaIjdIxO0Ck6Q+foAl2iK3SNbtAtukP36AE9oif0jF7QK3pD79B79AF9RJ/QZ/QFfUXf0Hf0A/1Ev9Bv9Af9Rf/Qf9DQABpEQ2gYjaBRNIbG0QSaRFNoGs2gWTSH5tECWkRLaBmtoFW0htbRBtpEW2gb7aBdtIf20QE6REfoGJ2gU3SGztEFukRX6BrdoFt0h+7RA3pET+gZvaBX9Aa9Re/Qe/QBfUSf0Gf0BX1F39B39AP9RL/Qb/QH/UX/0P8l9vq9gXwDIUCliyAhRAgTIoQoIUaIExKEJCFFSBMyhCwhR8gTCoQioUQoEyqEKqFGqBMahCahRWgTOoQuoUfoEwaEIWFEGBMmhClhRpgTFoQlYUVYEzaELWFH2BMOhGPCCeGUcEY4J1wQLglXhGvCDeGWcEe4JzwQHglPhGfCC+GV8EZ4J3wQPglfhG/CD+GX8Ef4p9sdgoQQIUyIEKKEGCFOSBCShBQhTcgQsoQcIU8oEIqEEqFMqBCqhBqhTmgkNBGaCS2EVkIboZ3QQegkdBG6CT2EXkIfoZ8wQBgkDBGGCSOEUcIYYZwwQZgkTBGmCTOEWcIcYZ6wQFgkLBGWCSuEVcIaYZ2wQdgkbBG2CTuEXcIeYZ9wQDgkHBGOCSeEU8IZ4ZxwQbgkXBGuCTeEW8Id4Z7wQHgkPBGeCS+EV8Ib4Z3wQfgkfBG+CT+EX8If4Z8AZpAQIoQJEUKUECPECQlCkpAipAkZQpaQI+QJBUKRUCKUCRVClVAj1AkNQpPQIrQJHUKX0CP0CQPCkDAijAkTwpQwI8wJC8KSsCKsCRvClrAj7AkHwpFwIpwJF8IV4ZpwQ7gl3BHuCQ+ER8IT4ZnwQnglvBHeCR+ET8IX4ZvwQ/gl/BH+lzv+AmMkTYAmSBOiCdNEaKI0MZo4TYImSZOiSdNkaLI0OZo8TYGmSFOiKdNUaKo0NZo6TYOmSdOiadN0aLo0PZo+zYBmSDOiGdNMaKY0M5o5zYJmSbOiWdNsaLY0O5o9zYHmmOaE5pTmjOac5oLmkuaK5prmhuaW5o7mnuaB5pHmieaZ5oXmleaN5p3mg+aT5ovmm+aH5pfmj2ZRAqCCoEKgwqAioKKgYqDioBKgkqBSoNKgMqCyoHKg8qAKoIqgSqDKoCqgqqBqoOqgGkE1gWoG1QKqFVQbqHZQHaA6QXWB6gbVA6oXVB+oflADoAZBDYH+uxaEWDBiIYiFIhaGWDhiEYhFIhaFWDRiMYjFIhaHWDxiCYglIpaEWDJiKYilIpaGWDpiGYhlIpaFWDZiOYjlIpaHWD5iBYgVIlaEWDFiJYiVIlaGWDliFYhVIlaFWDViNYjVIlaHWD1iDYg1ItaEWDNiLYi1ItaGWDtiHYh1ItaFWDdiPYj1ItaHWD9iA4gNIjaE2DBiI4iNIjaG2DhiE4hNIjaF2DRiM4jNIjaH2DxiC4gtIraE2DJiK4itIraG2DpiG4htIraF2DZiO4jtIraH2D5iB4gdInaE2DFiJ4idInaG2DliF4hdInaF2DViN4jdInaH2D1iD4g9IvaE2DNiL4i9IvaG2DvE3iP2AbGPiH1C7DNiXxD7itg3xL4j9gOxn4j9Quw3Yn8Q+4vYP8T+M6cIDBz9EXfeUHR1JyygPL/++I3R1cRvdDr+E12Jfh3Q0EN/fHn2mXptpJxUkIqu/Cs2egM33OjSLcT33I82+B9nP37X/c0W52623s45CYCo03QIBCVrAFAycnSYSqvO4YJt/NP73YqA/giNZhJ6sBbmql+0SQZaxNOZudJbc2nqxNvpM+veq7Sz2LUgFEu+VLs+Ay3yp7MVertp6i23v2Rmv5gmHDhSQ6t5GmTaqTsqhpWwmbOk3uKJrNOmwSSMC17jghqygilDOUU3KlLmHHNrajw3DVNVGWytGZDisM/cbkdRnvfIUJkaGJlgAYcoQ5bGptTmGc1R7pBC3XhFsLXnXR54qrMc+dGNBkqE4laBi4KmZYGom8vIy0lTyBkppBjLoTndMmrofIRORirsNlCbXzCgulmo36KztS2iV8rrNoRUL5VdkMSGoSXroC1KOQAA) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
1 |
+
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);strong[data-v-a9c27d52]{display:block}[data-v-6038a3d0]{will-change:height;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.expand-enter-active,.expand-leave-active{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.exactmetrics-dark[data-v-e815e6e4]{display:block}.exactmetrics-reset-default[data-v-e815e6e4]{margin-right:5px}.exactmetrics-dark[data-v-7262cc05]{display:block}.exactmetrics-admin-page .exactmetrics-floating-bar{background:#6528f5;color:#fff;font-size:13px;padding:10px;text-align:center;position:relative;margin:-20px -20px 20px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-floating-bar{margin-top:-10px;padding-left:20px;padding-right:20px}}.exactmetrics-admin-page .exactmetrics-floating-bar>span>span{font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a{text-decoration:underline;color:#fff;font-weight:700}.exactmetrics-admin-page .exactmetrics-floating-bar a:focus,.exactmetrics-admin-page .exactmetrics-floating-bar a:hover{color:#fff;text-decoration:none}.exactmetrics-admin-page .exactmetrics-floating-bar .exactmetrics-floating-bar-close{padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-size:15px;position:absolute;left:15px;top:50%;margin-top:-10px;opacity:.5;cursor:pointer}.exactmetrics-admin-page .exactmetrics-slide-enter-active,.exactmetrics-admin-page .exactmetrics-slide-leave-active{-webkit-transition-duration:.5s;transition-duration:.5s}.exactmetrics-admin-page .exactmetrics-slide-enter-to,.exactmetrics-admin-page .exactmetrics-slide-leave{max-height:100px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-slide-enter,.exactmetrics-admin-page .exactmetrics-slide-leave-to{overflow:hidden;max-height:0}.exactmetrics-container[data-v-408df493]:after{display:table;clear:both;content:""}.exactmetrics-quick-links{position:fixed;bottom:25px;left:25px;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;width:60px;height:60px;border-radius:50%;background:#6528f5;z-index:1000;padding:5px 10px}.exactmetrics-quick-links.exactmetrics-quick-links-open,.exactmetrics-quick-links:focus,.exactmetrics-quick-links:hover{-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-label{border-radius:50%;background:rgba(0,0,0,0);position:absolute;right:6px;left:2px;top:6px;bottom:2px;padding:6px 8px 6px 6px;display:block;width:44px;outline:none;cursor:pointer;border:none}.exactmetrics-quick-links-open .exactmetrics-quick-links-label .exactmetrics-quick-link-title{opacity:0;pointer-events:none}.exactmetrics-bg-img.exactmetrics-quick-links-mascot{padding-top:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.exactmetrics-bg-img.exactmetrics-quick-links-mascot:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAABKCAMAAAAbi7YOAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAQN8ggL9g758QMLB5cwNv+5BQz14J9tSPF/HkxgdXSA0B7aqbpCkk2oRouDvLloobEug208uV8wAACFtJREFUeNrs1+1yojAUBuATIEBABVHU+t1aa+u222597//a1hgJKFaFdWY70zw/nCmaCX3nnHxQRX/ePyFZ63sy6km7I2Q6M5NjLa9jFC1sMqp6WuBI71GQUcXk3UPZaN0i41rz7ie0uINcn5FRY0EcBzTrI7c0y+M1Vo8xtP5U9nCrOYIWN/6QcV7qDKENnTkpH7970J7dCRlfm3RHhQz9YtGtFjG0N7M8fm0zRu5XQAfukzdosf9Exil3y2LXTstdO18/HHa7cWze7BUjmpwOuh1Ds1xzKTySWMj5Nn0l4MjxDRm5YIwcD+iMVvIMrbdYkaGIZQxtlKQXe/8TmmeWx71W0T1ddvfYg8ZTMurZcGihibGu+2kfGXMEr++uMYKyIOOsdMWm04R9TM4d00f000ymDed6v/sxpOH4ZdOishdIHv0w818x6onDgEqaPzPFF1TysFizJzuYRb96QK/dMinu9CtlGH1Qxn5/AMZ39VIM+KGQbsnnnNERm3MuqCqbo2PTZc8VWng5p6IVB55FrRQZDll0Sx7A6YgDIKCqfAA+XdbE1abH/dsaAH3xHVJs+1sJKeLUkdUC4J4pOgBUFgLgdNk8jHGV3pTKHGDxHVK0sOWQEqD8v7vYiiqnGHjwEroGa1w2Vu9YFgLsu6WYQGLlH7Qrp0g2E3Qr9gjjlE5JH9Bp1U0xdDPJLVOMIPmlUkRYJcXbawCvOrdZ4yV61cl1Ec/qpuiQdssU24D82z783gM6/zXF9A18H9v9bBwDiPkTKXMLi2+WYgg4HGgflmIEeP81xU2MLinTHpTPjT62D9NbpMjy1k5cKVCPnZDzASPh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);background-size:auto 85%;background-position:100% 0}.exactmetrics-quick-links-menu{position:absolute;bottom:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:6px;margin-bottom:10px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item{display:block;width:48px;height:48px;background:#6528f5;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;position:relative;-webkit-box-shadow:0 0 10px 0 #ababab;box-shadow:0 0 10px 0 #ababab;margin-bottom:6px;color:#fff;text-decoration:none;text-align:center;font-size:18px;line-height:48px}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item:hover{color:#fff;background:#37276a;-webkit-box-shadow:0 0 15px 2px #ababab;box-shadow:0 0 15px 2px #ababab}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-show{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade{background-color:#32a27a}.exactmetrics-quick-links-menu .exactmetrics-quick-links-menu-item.exactmetrics-quick-links-item-upgrade:hover{background-color:#19865f}.exactmetrics-quick-link-title{position:absolute;left:100%;margin-left:12px;font-size:13px;color:#fff;background:#595959;border-radius:5px;white-space:nowrap;padding:6px 8px;display:block;top:50%;margin-top:-14px;line-height:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;outline:none}@font-face{font-family:Lato;src:url(../fonts/lato-regular-webfont.woff) format("woff"),url(../fonts/lato-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../fonts/lato-bold-webfont.woff) format("woff"),url(../fonts/lato-bold-webfont.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:text-security-disc;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../fonts/text-security-disc.ttf) format("truetype")}@font-face{font-family:Misettings;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.otf) format("opentype");font-weight:400;font-style:normal}[class*=monstericon-]:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before,body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.monstericon-times-circle:before{content:"\f01b"}.monstericon-times:before{content:"\f021"}.monstericon-info-circle-regular:before{content:"\f01e"}.monstericon-arrow{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);display:inline-block}.monstericon-arrow.monstericon-down{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.monstericon-arrow:before{content:"\f01f"}.monstericon-warning-triangle:before{content:"\f020"}.monstericon-files:before{content:"\f028"}.monstericon-user:before{content:"\f02a"}.monstericon-eye:before{content:"\f02b"}.monstericon-expand:before{content:"\f02d"}.monstericon-life-ring:before{content:"\f030"}.monstericon-wpbeginner:before{content:"\f031"}.monstericon-lightbulb:before{content:"\f032"}.monstericon-shopping-cart:before{content:"\f033"}.monstericon-arrow-right:before{content:"\f01d"}.monstericon-amp-icon:before{content:"\f000"}.monstericon-fbia:before{content:"\f001"}.monstericon-google-optimize:before{content:"\f002"}.monstericon-ads:before{content:"\0041"}.monstericon-affiliate:before{content:"\0042"}.monstericon-compatibility:before{content:"\0043"}.monstericon-demographics:before{content:"\0044"}.monstericon-download:before{content:"\0046"}.monstericon-ecommerce:before{content:"\0047"}.monstericon-engagement:before{content:"\0048"}.monstericon-forms:before{content:"\0049"}.monstericon-links:before{content:"\004a"}.monstericon-memberships:before{content:"\004b"}.monstericon-notifications:before{content:"\004c"}.monstericon-performance:before{content:"\004d"}.monstericon-permissions:before{content:"\004e"}.monstericon-reporting:before{content:"\004f"}.monstericon-social:before{content:"\0050"}.monstericon-video:before{content:"\0051"}.monstericon-times:before{content:"\f014"}.monstericon-check:before{content:"\f015"}.monstericon-info:before{content:"\f016"}.monstericon-exclamation-triangle:before{content:"\f017"}.monstericon-user:before{content:"\f018"}.monstericon-eye:before{content:"\f019"}.monstericon-info-circle:before{content:"\f01a"}.monstericon-info-circle-btm:before{content:"\f01c"}.monstericon-chevron-up:before{content:"\f01f"}.monstericon-times-fas:before{content:"\f021"}.monstericon-check-circle:before{content:"\f022"}.monstericon-exclamation-circle:before{content:"\f023"}.monstericon-star:before{content:"\f025"}.monstericon-times-circle-fas:before{content:"\f026"}.monstericon-check-circle-far:before{content:"\f027"}.monstericon-file-alt:before{content:"\f028"}.monstericon-search:before{content:"\f029"}.monstericon-user-far:before{content:"\f02a"}.monstericon-eye-far:before{content:"\f02b"}.monstericon-cog:before{content:"\f02c"}.monstericon-expand-alt:before{content:"\f02d"}.monstericon-compress-arrows-alt:before{content:"\f02e"}.monstericon-compress:before{content:"\f02f"}.monstericon-badge-check:before{content:"\f034"}.monstericon-download-em:before{content:"\f035"}.monstericon-globe:before{content:"\f036"}.monstericon-wand-magic:before{content:"\f037"}.monstericon-mouse-pointer:before{content:"\f038"}.monstericon-users:before{content:"\f039"}.monstericon-file-certificate:before{content:"\f03a"}.monstericon-bullseye-arrow:before{content:"\f03b"}.monstericon-cash-register:before{content:"\f03c"}.monstericon-chart-line:before{content:"\f03d"}.monstericon-clock:before{content:"\f03e"}.monstericon-box:before{content:"\f03f"}.monstericon-sack-dollar:before{content:"\f040"}.monstericon-browser:before{content:"\f041"}.monstericon-eye-em:before{content:"\f042"}.monstericon-newspaper:before{content:"\f043"}.monstericon-mobile:before{content:"\f044"}.monstericon-check-em-light:before{content:"\f045"}.monstericon-times-em-lite:before{content:"\f046"}.monstericon-code:before{content:"\f047"}.monstericon-clipboard:before{content:"\f048"}.monstericon-upload:before{content:"\f049"}.monstericon-clone:before{content:"\f04a"}.monstericon-id-card:before{content:"\f04b"}.monstericon-user-friends:before{content:"\f04c"}.monstericon-file-alt-em:before{content:"\f04d"}.monstericon-calendar-alt:before{content:"\f04e"}.monstericon-comment-alt-check:before{content:"\f04f"}.monstericon-arrow-circle-up:before{content:"\f050"}.monstericon-search-em:before{content:"\f051"}.monstericon-list-ol:before{content:"\f052"}.monstericon-hand-pointer:before{content:"\f053"}.monstericon-folder:before{content:"\f054"}.monstericon-sign-out-em-solid:before{content:"\f055"}.monstericon-external-link-alt:before{content:"\f056"}.monstericon-copy:before{content:"\f057"}.monstericon-sync:before{content:"\f058"}.monstericon-flag:before{content:"\f059"}.monstericon-building:before{content:"\f05a"}.monstericon-chart-bar:before{content:"\f05b"}.monstericon-shopping-bag:before{content:"\f05c"}.monstericon-exchange-alt:before{content:"\f05d"}.monstericon-plus:before{content:"\f05e"}.monstericon-tachometer-alt:before{content:"\f05f"}.monstericon-tag:before{content:"\f060"}.monstericon-check-circle-em:before{content:"\f061"}.monstericon-bullseye:before{content:"\f062"}.monstericon-rocket:before{content:"\f063"}.monstericon-exclamation-square:before{content:"\f064"}.monstericon-trash:before{content:"\f065"}.monstericon-user-em:before{content:"\f066"}.monstericon-unlock:before{content:"\f067"}.monstericon-exclamation-em-solid:before{content:"\f068"}.monstericon-key-em:before{content:"\f069"}.monstericon-long-arrow-right-light:before{content:"\f06a"}.monstericon-plug-light:before{content:"\f06b"}.monstericon-align-left-regular:before{content:"\f06c"}.monstericon-envelope-solid:before{content:"\f06f"}.monstericon-comment-alt-lines-solid:before{content:"\f06e"}.monstericon-arrow-circle-up-light:before{content:"\f071"}.monstericon-megaphone-solid:before{content:"\f070"}.monstericon-arrow-circle-up-light :before{content:"\f071"}@media (max-width:782px){.exactmetrics-notices-area{margin-right:10px;margin-left:10px}}.exactmetrics-notice .exactmetrics-notice-inner{position:relative;color:#210f59;padding:32px 45px;border:1px solid #f4f3f7;border-bottom:3px solid;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);border-radius:10px;background:#fff;margin-top:40px}.exactmetrics-notice .exactmetrics-notice-inner .notice-title{color:#fff;font-weight:700;display:block;margin:0 0 6px;padding:0;font-size:17px}@media (max-width:782px){.exactmetrics-notice .exactmetrics-notice-inner{padding:10px}}.exactmetrics-notice .exactmetrics-notice-inner .notice-content{padding-right:92px;background:#fff;line-height:1.75;font-size:15px;position:relative}.exactmetrics-notice .exactmetrics-notice-inner .notice-content:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:48px;right:0;position:absolute;top:0;line-height:1}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner{border-bottom-color:#d83638}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-notice-inner .notice-content:before{content:"\f064";color:#d83638}.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-inner{border-bottom-color:#fa0}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-inner{border-bottom-color:#4d3f7a}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner{border:1px solid #6528f5;border-right-width:3px;color:#777}.exactmetrics-notice.exactmetrics-notice-info-xl .exactmetrics-notice-inner .exactmetrics-button{color:#fff;margin:15px 0 0}.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-inner{border-bottom-color:#32a27a}.exactmetrics-notice .notice-content{margin-left:20px}.exactmetrics-notice .notice-content a{color:#210f59}.exactmetrics-notice .dismiss-notice{border:none;background:none;padding:0;margin:0;display:inline-block;cursor:pointer;color:#e9e7ee;position:relative;float:left}.exactmetrics-notice .dismiss-notice:focus,.exactmetrics-notice .dismiss-notice:hover{color:#210f59}.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:425px){.exactmetrics-notice.exactmetrics-notice-info .notice-content,.exactmetrics-notice.exactmetrics-notice-success .notice-content,.exactmetrics-notice.exactmetrics-notice-warning .notice-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:-20px;margin-right:auto}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-notice-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-notice-button{margin-right:0}}.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:0;padding:10px 16px 8px;line-height:1;font-size:14px;font-weight:600}@media (max-width:782px){.exactmetrics-notice.exactmetrics-notice-info .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-success .exactmetrics-button,.exactmetrics-notice.exactmetrics-notice-warning .exactmetrics-button{margin-top:10px;margin-right:0}}.exactmetrics-notice.exactmetrics-notice-error .exactmetrics-button{margin-top:10px;margin-right:0;color:#fff}body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:32px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-end,body.swal2-toast-shown.exactmetrics_page .swal2-container.swal2-top-right{top:42px;left:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{border-radius:5px;padding:17px 28px;border:1px solid #f4f3f7;-webkit-box-shadow:0 20px 30px rgba(48,44,62,.05);box-shadow:0 20px 30px rgba(48,44,62,.05);min-width:380px}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast{width:80vw}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{color:#210f59;font-size:15px;font-weight:700;line-height:1.5;margin-right:32px;margin-top:-3px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{font-size:26px;width:18px;height:18px;line-height:10px;position:absolute;left:14px;top:19px;color:#9087ac}@media screen and (max-width:767px){body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{padding:9px;line-height:0}}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:27px;height:24px;min-width:27px;margin:0;border:0;color:#9087ac}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info{border:none;position:relative}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info:before{content:"\f01e";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-info .swal2-icon-text{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error{border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error:before{content:"\f023";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error .swal2-x-mark *{display:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon [class^=-ring]{width:14px;height:14px;top:0;right:0}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{top:0;right:0;border:none}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring:before{content:"\f027";position:absolute;top:-1px;right:0;line-height:1;font-size:24px}body.swal2-toast-shown.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line]{display:none}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;right:.0625em;width:0}54%{top:1.0625em;right:.125em;width:0}70%{top:2.1875em;right:-.375em;width:3.125em}84%{top:3em;right:1.3125em;width:1.0625em}to{top:2.8125em;right:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;left:2.875em;width:0}65%{top:3.375em;left:2.875em;width:0}84%{top:2.1875em;left:0;width:3.4375em}to{top:2.375em;left:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}5%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}12%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.exactmetrics_page body.swal2-toast-shown .swal2-container,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-shown{background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top{top:0;left:auto;bottom:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;left:0;bottom:auto;right:auto}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;left:auto;bottom:auto;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;left:auto;bottom:auto;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center{top:50%;left:auto;bottom:auto;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;left:0;bottom:auto;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-left,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;left:auto;bottom:0;right:0}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;left:auto;bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-end,.exactmetrics_page body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;left:0;bottom:0;right:auto}.exactmetrics_page body.swal2-toast-column .swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;height:2.2em;margin-top:.3125em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.exactmetrics_page body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625em;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.exactmetrics_page .swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .6em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.exactmetrics_page .swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4);box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;right:-.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:2em 2em;-ms-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:0 4em 4em 0}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;right:.9375em;-webkit-transform-origin:100% 2em;-ms-transform-origin:100% 2em;transform-origin:100% 2em;border-radius:4em 0 0 4em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;right:.4375em;width:.4375em;height:2.6875em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;right:.1875em;width:.75em}.exactmetrics_page .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;left:.1875em;width:1.375em}.exactmetrics_page .swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.exactmetrics_page .swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.exactmetrics_page .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotate(-2deg);transform:translateY(-.625em) rotate(-2deg);opacity:0}33%{-webkit-transform:translateY(0) rotate(2deg);transform:translateY(0) rotate(2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotate(-2deg);transform:translateY(.3125em) rotate(-2deg);opacity:.7}to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}to{-webkit-transform:rotate(-1deg);transform:rotate(-1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;right:.0625em;width:0}54%{top:.125em;right:.125em;width:0}70%{top:.625em;right:-.25em;width:1.625em}84%{top:1.0625em;right:.75em;width:.5em}to{top:1.125em;right:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;left:1.375em;width:0}65%{top:1.25em;left:.9375em;width:0}84%{top:.9375em;left:0;width:1.125em}to{top:.9375em;left:.1875em;width:1.375em}}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}.exactmetrics_page body.swal2-height-auto{height:auto!important}.exactmetrics_page body.swal2-no-backdrop .swal2-shown{top:auto;left:auto;bottom:auto;right:auto;background-color:rgba(0,0,0,0)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;left:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;right:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;right:0}.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,.exactmetrics_page body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{left:0;bottom:0}.exactmetrics_page .swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;bottom:0;right:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,0);z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.exactmetrics_page .swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-top-left,.exactmetrics_page .swal2-container.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-top-end,.exactmetrics_page .swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-center-left,.exactmetrics_page .swal2-container.swal2-center-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-center-end,.exactmetrics_page .swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-bottom-start{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.exactmetrics_page .swal2-container.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-fullscreen>.swal2-modal,.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-webkit-box-pack:center;justify-content:center}.exactmetrics_page .swal2-container.swal2-grow-row>.swal2-modal{-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center}.exactmetrics_page .swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-start,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-left,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-bottom-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-center-right,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-end,.exactmetrics_page .swal2-container.swal2-grow-column.swal2-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics_page .swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-container .swal2-modal{margin:0!important}}.exactmetrics_page .swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.exactmetrics_page .swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.exactmetrics_page .swal2-popup{display:none;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;right:0;top:0}.exactmetrics_page .swal2-popup:focus{outline:0}.exactmetrics_page .swal2-popup.swal2-loading{overflow-y:hidden}.exactmetrics_page .swal2-popup .swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics_page .swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.exactmetrics_page .swal2-popup .swal2-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em auto 0;z-index:1}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.exactmetrics_page .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border-radius:100%;border:.25em solid rgba(0,0,0,0);background-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.exactmetrics_page .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm:after{display:inline-block;width:15px;height:15px;margin-right:5px;border-radius:50%;border:3px solid #999;border-left-color:rgba(0,0,0,0);-webkit-box-shadow:-1px 1px 1px #fff;box-shadow:-1px 1px 1px #fff;content:"";-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.exactmetrics_page .swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.exactmetrics_page .swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.exactmetrics_page .swal2-popup .swal2-styled:focus{outline:0;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.exactmetrics_page .swal2-popup .swal2-styled::-moz-focus-inner{border:0}.exactmetrics_page .swal2-popup .swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.exactmetrics_page .swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.exactmetrics_page .swal2-popup .swal2-close{position:absolute;top:0;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:100% 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-close:hover{-webkit-transform:none;-ms-transform:none;transform:none;color:#f27474}.exactmetrics_page .swal2-popup>.swal2-checkbox,.exactmetrics_page .swal2-popup>.swal2-file,.exactmetrics_page .swal2-popup>.swal2-input,.exactmetrics_page .swal2-popup>.swal2-radio,.exactmetrics_page .swal2-popup>.swal2-select,.exactmetrics_page .swal2-popup>.swal2-textarea{display:none}.exactmetrics_page .swal2-popup .swal2-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.exactmetrics_page .swal2-popup #swal2-content{text-align:center}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-radio,.exactmetrics_page .swal2-popup .swal2-select,.exactmetrics_page .swal2-popup .swal2-textarea{margin:1em auto}.exactmetrics_page .swal2-popup .swal2-file,.exactmetrics_page .swal2-popup .swal2-input,.exactmetrics_page .swal2-popup .swal2-textarea{width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;font-size:1.125em;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics_page .swal2-popup .swal2-file.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-input.swal2-inputerror,.exactmetrics_page .swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.exactmetrics_page .swal2-popup .swal2-file:focus,.exactmetrics_page .swal2-popup .swal2-input:focus,.exactmetrics_page .swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.exactmetrics_page .swal2-popup .swal2-file::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-webkit-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-moz-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-moz-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input:-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-input::-ms-input-placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-file::placeholder,.exactmetrics_page .swal2-popup .swal2-input::placeholder,.exactmetrics_page .swal2-popup .swal2-textarea::placeholder{color:#ccc}.exactmetrics_page .swal2-popup .swal2-range input{width:80%}.exactmetrics_page .swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.exactmetrics_page .swal2-popup .swal2-range input,.exactmetrics_page .swal2-popup .swal2-range output{height:2.625em;margin:1em auto;padding:0;font-size:1.125em;line-height:2.625em}.exactmetrics_page .swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.exactmetrics_page .swal2-popup .swal2-input[type=number]{max-width:10em}.exactmetrics_page .swal2-popup .swal2-file{font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.exactmetrics_page .swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;color:#545454;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox,.exactmetrics_page .swal2-popup .swal2-radio{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics_page .swal2-popup .swal2-checkbox label,.exactmetrics_page .swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.exactmetrics_page .swal2-popup .swal2-checkbox input,.exactmetrics_page .swal2-popup .swal2-radio input{margin:0 .4em}.exactmetrics_page .swal2-popup .swal2-validation-message{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.exactmetrics_page .swal2-popup .swal2-validation-message:before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:"!";zoom:normal}@supports (-ms-accelerator:true){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.exactmetrics_page .swal2-range input{width:100%!important}.exactmetrics_page .swal2-range output{display:none}}@-moz-document url-prefix(){.exactmetrics_page .swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.exactmetrics_page .swal2-icon{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid rgba(0,0,0,0);border-radius:50%;line-height:5em;cursor:default;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.exactmetrics_page .swal2-icon-text{font-size:3.75em}.exactmetrics_page .swal2-icon.swal2-error{border-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{right:1.0625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{left:1em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.exactmetrics_page .swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee;font-size:1rem}.exactmetrics_page .swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.exactmetrics_page .swal2-icon.swal2-success{border-color:#a5dc86}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:50%}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;right:-2.0635em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:3.75em 3.75em;-ms-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:0 7.5em 7.5em 0}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;right:1.875em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 3.75em;-ms-transform-origin:100% 3.75em;transform-origin:100% 3.75em;border-radius:7.5em 0 0 7.5em}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;right:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box}.exactmetrics_page .swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;right:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;right:.875em;width:1.5625em;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.exactmetrics_page .swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;left:.5em;width:2.9375em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.exactmetrics_page .swal2-progresssteps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.25em;padding:0;font-weight:600}.exactmetrics_page .swal2-progresssteps li{display:inline-block;position:relative}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:first-child{margin-right:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle:last-child{margin-left:0}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.exactmetrics_page .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.exactmetrics_page .swal2-progresssteps .swal2-progressline{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}.exactmetrics_page [class^=swal2]{-webkit-tap-highlight-color:transparent}.exactmetrics_page .swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.exactmetrics_page .swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.exactmetrics_page .swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.exactmetrics_page .swal2-rtl .swal2-close{left:auto;right:0}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.exactmetrics_page .swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.exactmetrics_page .swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.exactmetrics_page .swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@media print{.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}.exactmetrics_page body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}.exactmetrics-notifications-display{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px;border-radius:0 3px 3px 0;margin-bottom:50px;position:relative}.exactmetrics-settings-panel .exactmetrics-notifications-display{margin-right:25px;margin-left:25px}.exactmetrics-notifications-display h3{margin:0 0 4px;font-size:16px;line-height:20px}.exactmetrics-notifications-display p{margin-top:4px;margin-bottom:12px;font-size:14px;line-height:18px}.exactmetrics-notifications-display .exactmetrics-notification{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator{padding-top:10px}.exactmetrics-notifications-display .exactmetrics-notification .exactmetrics-notifications-indicator a{position:relative}.exactmetrics-notifications-display .exactmetrics-notification-inner{margin-right:25px}.exactmetrics-notifications-display .exactmetrics-button{margin-left:15px}.exactmetrics-notifications-display .exactmetrics-notification-navigation{position:absolute;left:0;top:100%}.exactmetrics-notifications-display .exactmetrics-notification-navigation button{background:#f4f3f7;border:none;border-radius:0 0 3px 3px;margin:0;padding:5px 8px 7px;color:#a8aebd;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notification-navigation button:focus,.exactmetrics-notifications-display .exactmetrics-notification-navigation button:hover{color:#6528f5}.exactmetrics-notifications-display .exactmetrics-notification-navigation button .monstericon-arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);font-size:10px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous{margin-left:2px}.exactmetrics-notifications-display .exactmetrics-notification-navigation button.exactmetrics-notification-previous .monstericon-arrow{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.exactmetrics-notifications-display .exactmetrics-notification-dismiss{border:none;background:none;color:#a8aebd;position:absolute;left:12px;top:9px;padding:0;margin:0;font-size:16px;cursor:pointer}.exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:10px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:12px;right:18px;border-radius:20px;line-height:16px;color:#fff;font-weight:700;text-align:center;display:inline-block;padding:0 3px}.exactmetrics-report .exactmetrics-notifications-display .exactmetrics-notifications-unread{min-width:16px;height:16px;background:#c84b29;border:1.72823px solid #f9fbff;position:absolute;bottom:4px;border-radius:20px;line-height:1;color:#fff;font-weight:700;text-align:center;padding:0 2px;right:20px}.exactmetrics-admin-page.exactmetrics-path-about-us .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-import-export .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-path-tools-url-builder .exactmetrics-notificationsv3-container,.exactmetrics-admin-page.exactmetrics-reports-page .exactmetrics-notificationsv3-container{margin-left:0}.exactmetrics-admin-page.exactmetrics-path-addons .exactmetrics-navigation-bar{width:90%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container{display:inline-block;margin-right:20px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number{position:absolute;top:-9px;min-width:20px;height:20px;line-height:20px;display:block;background:#eb5757;border-radius:20px;font-size:12px;color:#fff;font-weight:700;text-align:center;padding:0 6px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-greater-than-10{left:-13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-number.number-less-than-10{left:-10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-dismissed-number{min-width:24px;height:24px;background:#7c869d;border-radius:20px;display:inline-block;text-align:center;vertical-align:middle;line-height:24px;color:#fff;font-size:14px;font-weight:700;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications{text-align:center;position:absolute;top:50%;margin-top:-69px;width:100%}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-no-notifications h4{font-size:16px;color:#7c869d}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:relative}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button{position:absolute;top:21px;left:15px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{background:#f0f2f4;border-radius:3px;padding:11px 7px;line-height:0;vertical-align:middle;margin-top:0;border:solid #d3d7de;border-width:1px 1px 2px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:inline-block}}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}@media (max-width:1099px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button{display:block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-button:hover{background:#e7eaec;border-color:#d3d7de;outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-inbox-button .exactmetrics-notificationsv3-inbox-number{cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{width:440px;position:fixed;top:32px;left:0;background:#fff;z-index:1001;overflow:scroll;height:100%;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar{top:46px;width:300px}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar.exactmetrics-notificationsv3-sidebar-in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-single-notification{padding:0 16px;overflow:hidden}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top{background:#2679c1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title svg{margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-title h3{display:inline-block;color:#fff;font-size:18px;font-weight:700}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{color:#fff;text-decoration:underline;border:0;padding:0;background:rgba(0,0,0,0);border-radius:0;float:none}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button{display:inline-block}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:hover{color:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-button:focus{outline:none}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close{margin-right:12px;vertical-align:bottom}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:active svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:focus svg path,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-top .exactmetrics-notificationsv3-sidebar-header-top-actions .exactmetrics-notificationsv3-sidebar-close:hover svg path{fill:#efe5e5}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid #e2e4e9;margin:0 16px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count{width:50%;text-align:right}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-inbox-number{position:relative;display:inline-block;top:inherit;left:inherit;min-width:24px;height:24px;line-height:24px;margin-left:8px;padding:0 8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count .exactmetrics-notificationsv3-dismissed-number{margin-left:8px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-notifications-count h4{display:inline-block}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions{width:50%;text-align:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span{text-decoration:underline;color:#99a1b3;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-header-bottom .exactmetrics-notificationsv3-sidebar-header-bottom-actions span:hover{color:#a9b1c3}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{display:block;margin-bottom:32px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications{margin-bottom:46px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification{border-bottom:1px solid #e2e4e9;padding-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{width:54px;float:right;text-align:center;padding-top:24px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-icon{float:none;margin:0 auto}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{float:right;width:354px;padding-top:20px;text-align:right}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details{width:260px}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{margin-top:0;margin-bottom:0;color:#393f4c;font-size:13px;font-weight:700;width:70%;display:inline-block}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title h5{width:65%}}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-title span{color:#7f899f;font-size:13px;float:left}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-content p{color:#393f4c;font-size:13px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button{display:block;background:#f0f2f4;border:1px solid #d3d7de;border-radius:3px;font-weight:500;font-size:13px;color:#393f4c;letter-spacing:.02em;padding:6px 11px;margin-left:10px}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions .exactmetrics-button:hover{background:#d3d7de}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span{font-size:13px;color:#7f899f;cursor:pointer}.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:active,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:focus,.exactmetrics-admin-page .exactmetrics-notificationsv3-container .exactmetrics-notificationsv3-sidebar .exactmetrics-notificationsv3-sidebar-notifications .exactmetrics-notificationsv3-single-notification .exactmetrics-notificationsv3-notification-details .exactmetrics-notificationsv3-notification-actions span:hover{color:#a9b1c3}.exactmetrics-tooltip{display:block!important;z-index:10000;max-width:350px}.exactmetrics-tooltip .exactmetrics-tooltip-inner{background:#6528f5;color:#fff;border-radius:5px;padding:16px 20px;font-size:15px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;text-align:center}.exactmetrics-tooltip .exactmetrics-tooltip-inner a{color:#fff;font-weight:700}.exactmetrics-tooltip .exactmetrics-tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:8px;border-color:#6528f5;z-index:1}.exactmetrics-tooltip[x-placement^=top]{padding-bottom:8px}.exactmetrics-tooltip[x-placement^=top] .exactmetrics-tooltip-arrow{border-width:8px 8px 0;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;bottom:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=bottom]{padding-top:8px}.exactmetrics-tooltip[x-placement^=bottom] .exactmetrics-tooltip-arrow{border-width:0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;top:0;right:calc(50% - 8px);margin-top:0;margin-bottom:0}.exactmetrics-tooltip[x-placement^=right]{padding-right:8px}.exactmetrics-tooltip[x-placement^=right] .exactmetrics-tooltip-arrow{border-width:8px 0 8px 8px;border-right-color:rgba(0,0,0,0)!important;border-top-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;right:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip[x-placement^=left]{padding-left:8px}.exactmetrics-tooltip[x-placement^=left] .exactmetrics-tooltip-arrow{border-width:8px 8px 8px 0;border-top-color:rgba(0,0,0,0)!important;border-left-color:rgba(0,0,0,0)!important;border-bottom-color:rgba(0,0,0,0)!important;left:0;top:calc(50% - 8px);margin-right:0;margin-left:0}.exactmetrics-tooltip.popover .popover-inner{background:#fff;color:#6528f5;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.exactmetrics-tooltip.popover .popover-arrow{border-color:#fff}.exactmetrics-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.exactmetrics-tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.exactmetrics-roller{display:inline-block;position:relative;width:58px;height:58px}.exactmetrics-roller div{-webkit-animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;animation:exactmetrics-roller 1.4s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:29px 29px;-ms-transform-origin:29px 29px;transform-origin:29px 29px}.exactmetrics-roller div:after{content:" ";display:block;position:absolute;width:8px;height:8px;border-radius:50%;background:#6528f5;margin:-4px -4px 0 0}.exactmetrics-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.exactmetrics-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.exactmetrics-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.exactmetrics-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.exactmetrics-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.exactmetrics-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.exactmetrics-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.exactmetrics-roller div:first-child:after{top:49px;right:44px}.exactmetrics-roller div:nth-child(2):after{top:54px;right:28px}.exactmetrics-roller div:nth-child(3):after{top:48px;right:13px}.exactmetrics-roller div:nth-child(4):after{top:35px;right:5px}.exactmetrics-roller div:nth-child(5):after{top:19px;right:6px}.exactmetrics-roller div:nth-child(6):after{top:8px;right:15px}.exactmetrics-roller div:nth-child(7):after{top:4px;right:29px}@-webkit-keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes exactmetrics-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.exactmetrics-upload-media-wrapper .exactmetrics-dark{display:block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media-label{margin-bottom:0!important}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media{display:block;width:100%;margin-top:20px;position:relative;max-width:300px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay{display:none;background:rgba(0,0,0,.7);width:100%;position:absolute;top:0;right:0;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media{color:#fff;text-decoration:underline;margin-right:auto;cursor:pointer;padding:0 0 10px 10px}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media .exactmetrics-uploaded-media-overlay .exactmetrics-remove-uploaded-media:hover{text-decoration:none}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media:hover .exactmetrics-uploaded-media-overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.exactmetrics-upload-media-wrapper .exactmetrics-uploaded-media img{max-width:100%;display:inline-block}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:20px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-input{width:73%;margin-left:2%;float:right;position:relative;margin-top:0}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button{width:25%;float:right;font-size:15px}.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:active,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:focus,.exactmetrics-upload-media-wrapper .exactmetrics-upload-media .exactmetrics-upload-media-button:hover{outline:none}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-upload-media-wrapper .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings a{color:#6528f5!important}.exactmetrics-email-summaries-settings a:focus,.exactmetrics-email-summaries-settings a:hover{color:#393f4c!important}.exactmetrics-email-summaries-settings .exactmetrics-dark{display:block}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button{position:relative!important;margin-right:10px;padding:12px 24px!important}.exactmetrics-email-summaries-settings .inline-field .exactmetrics-button:first-child{margin-right:0}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater{margin-bottom:18px}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=number],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row input[type=text],.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row textarea{border-color:#9087ac}.exactmetrics-email-summaries-settings .exactmetrics-settings-input-repeater .exactmetrics-settings-input-repeater-row .exactmetrics-input-valid input{border-color:#32a27a}.exactmetrics-email-summaries-settings .exactmetrics-button.exactmetrics-button-disabled{cursor:not-allowed;background:#39967e!important;border-color:#4ab99b!important}.exactmetrics-accordion .exactmetrics-accordion{padding:0;border:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion div:not(:last-child){border-bottom:1px solid rgba(10,10,10,.1)}.exactmetrics-accordion .exactmetrics-accordion div:last-child .exactmetrics-accordion-item-details{border-radius:5px}.exactmetrics-accordion .exactmetrics-accordion dd{margin-right:0;margin-bottom:0}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{cursor:pointer;outline:none}.exactmetrics-accordion .exactmetrics-accordion-item-details-inner,.exactmetrics-accordion .exactmetrics-accordion-item-trigger{padding:0 20px 30px}.exactmetrics-accordion .exactmetrics-accordion-item.is-active .exactmetrics-accordion-item-title{border-bottom:1px solid #e0e0e0}.exactmetrics-accordion .exactmetrics-accordion-item-title{position:relative;background-color:#fff;cursor:pointer}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text{font-size:20px;margin-bottom:0;padding-left:1.25rem}.exactmetrics-accordion .exactmetrics-accordion-item-title h4.exactmetrics-accordion-item-title-text .title{padding-right:15px}.exactmetrics-accordion .exactmetrics-accordion-item-trigger{width:100%;text-align:right;background-color:rgba(0,0,0,0);border:none}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon{display:block;position:absolute;top:0;left:1.5rem;bottom:0;margin:auto;width:8px;height:8px;border-left:2px solid #363636;border-bottom:2px solid #363636;-webkit-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-trigger-icon.is-active{-webkit-transform:translateY(2px) rotate(-225deg);-ms-transform:translateY(2px) rotate(-225deg);transform:translateY(2px) rotate(-225deg)}.exactmetrics-accordion .exactmetrics-accordion-item-details{overflow:hidden;background-color:#fff;padding-top:15px}.exactmetrics-accordion .exactmetrics-accordion-item-details p,.exactmetrics-accordion .exactmetrics-accordion-item-details ul{font-size:1.2em;line-height:1.8}.exactmetrics-accordion .exactmetrics-accordion-item-enter-active,.exactmetrics-accordion .exactmetrics-accordion-item-leave-active{will-change:height;-webkit-transition:height .2s ease;transition:height .2s ease}.exactmetrics-accordion .exactmetrics-accordion-item-enter,.exactmetrics-accordion .exactmetrics-accordion-item-leave-to{height:0!important}body{background:#fff;margin:0}.exactmetrics-admin-page,.exactmetrics-admin-page *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}#wpcontent,.auto-fold #wpcontent{padding-right:0}.exactmetrics-highlighted-text{color:#64bfa5;font-weight:700}.exactmetrics-bold{font-weight:700}.exactmetrics-bg-img{width:100%;padding-top:66%;position:relative}.exactmetrics-bg-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain}.exactmetrics-header{padding:20px;background-color:#210f59;position:relative;z-index:90}.exactmetrics-header .exactmetrics-container{width:100%}@media (max-width:959px){.exactmetrics-header .exactmetrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.exactmetrics-header .exactmetrics-float-right{text-align:center}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right{text-align:left}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{float:left;background:#fff;color:#210f59}@media (max-width:1099px){.exactmetrics-header .exactmetrics-float-right .exactmetrics-button{display:none}}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:focus,.exactmetrics-header .exactmetrics-float-right .exactmetrics-button:hover{color:#6528f5;background:#fff}.exactmetrics-header .exactmetrics-float-right .exactmetrics-button.exactmetrics-button-disabled{color:#9087ac}@media (max-width:959px){.exactmetrics-header .exactmetrics-float-right{text-align:left;width:100%}}.exactmetrics-logo-area{float:right;max-width:calc(100vw - 170px)}.exactmetrics-logo-area img{display:block;max-width:100%}@media (max-width:959px){.exactmetrics-logo-area{width:140px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:959px){.exactmetrics-header .exactmetrics-container,.exactmetrics-navigation-bar .exactmetrics-container{padding:0;width:100%}}.exactmetrics-navigation-bar{background:rgba(0,0,0,0);display:inline-block}@media (max-width:959px){.exactmetrics-navigation-bar{padding:0;border:0}}@media (max-width:750px){.exactmetrics-navigation-bar{background:none;margin-left:40px}}.exactmetrics-admin-page{position:relative}.exactmetrics-admin-page .exactmetrics-blocked{position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.5);z-index:999}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-header{padding:20px 24px}.exactmetrics-admin-page .exactmetrics-header .exactmetrics-button{display:none}}.swal2-popup .swal2-title{line-height:1.2}#footer-left{color:#210f59}#footer-left .exactmetrics-no-text-decoration{text-decoration:none;color:#fdb72c;font-size:14px}#footer-left a{color:#6528f5}#wpfooter{display:none;margin-left:23px;margin-bottom:20px;right:23px;background:rgba(101,40,245,.05);padding:14px 20px;border-radius:5px}#wpfooter a{color:#6528f5}.exactmetrics-container{margin:0 auto;max-width:100%;width:750px}.exactmetrics-admin-page .exactmetrics-navigation-tab-link{text-decoration:none;padding:12px 4px 11px;font-size:15px;color:#fff;display:inline-block;margin-left:20px;line-height:1;outline:none;font-family:Lato,sans-serif;position:relative}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:after{content:"";width:100%;right:0;position:absolute;top:100%;height:2px;border-radius:20px;background:#fff;display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover{border-bottom-color:#fff;color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus:after,.exactmetrics-admin-page .exactmetrics-navigation-tab-link:hover:after{display:block}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:focus,.exactmetrics-admin-page .exactmetrics-navigation-tab-link.exactmetrics-navigation-tab-disabled:hover{border-bottom-color:rgba(0,0,0,0);color:#fff;cursor:default}@media (max-width:959px){.exactmetrics-admin-page .exactmetrics-navigation-tab-link{width:100%;padding:20px 0;color:#fff;font-size:16px;border-top:1px solid #4d3f7a;text-align:right}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:first-child{border-top:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active:first-child+.exactmetrics-navigation-tab-link{border-top:0}.exactmetrics-admin-page .exactmetrics-navigation-tab-link.router-link-exact-active{display:none}.exactmetrics-admin-page .exactmetrics-navigation-tab-link:focus{color:#fff;text-decoration:none}}.exactmetrics-admin-page .exactmetrics-button{background:#6528f5;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics-admin-page .exactmetrics-button:focus,.exactmetrics-admin-page .exactmetrics-button:hover{background-color:#37276a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;color:#9087ac}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary{background:#e9e7ee;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-secondary:hover{background-color:#f4f3f7;color:#37276a}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green{background:#32a27a;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-green:hover{background-color:#19865f;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text{background:rgba(0,0,0,0);border:none;color:#6528f5;padding:0;border-radius:0;text-decoration:underline}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text:hover{background:rgba(0,0,0,0);color:#393f4c}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]{margin-right:10px;min-width:16px;display:inline-block}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text [class*=monstericon-]:first-child{margin-right:0;margin-left:10px}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark{color:#210f59}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:focus,.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-text.exactmetrics-button-text-dark:hover{color:#6528f5}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-red{background:#e43462;border-color:#e43462;color:#fff}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-large{font-size:15px;padding:14px 30px 12px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{font-size:20px;padding:23px 67px;font-weight:500}.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl i{margin-right:10px}@media (max-width:782px){.exactmetrics-admin-page .exactmetrics-button.exactmetrics-button-xl{padding-right:45px;padding-left:45px}}.exactmetrics-admin-page .exactmetrics-spaced-top{margin-top:20px}.exactmetrics-green-text{color:#32a27a;font-weight:700}@media (max-width:782px){.wp-responsive-open #wpbody{margin-right:-18px}}.exactmetrics-mobile-nav-trigger{color:#fff;font-size:15px;font-weight:500;display:inline-block;border:none;background:#37276a;padding:7px 18px;line-height:1.7;margin:0;border-radius:5px}@media (min-width:960px){.exactmetrics-mobile-nav-trigger{display:none}}.exactmetrics-mobile-nav-trigger i{color:#fff;margin-right:25px;vertical-align:middle}.exactmetrics-mobile-nav-trigger.exactmetrics-mobile-nav-trigger-open{border-radius:5px 5px 0 0}@media (max-width:959px){.exactmetrics-main-navigation{background:#37276a;height:0;overflow:hidden;position:absolute;right:24px;left:24px;text-align:right;border-radius:0 5px 5px 5px}.exactmetrics-main-navigation.exactmetrics-main-navigation-open{padding:17px 40px;height:auto;-webkit-box-shadow:0 40px 30px rgba(33,15,89,.1);box-shadow:0 40px 30px rgba(33,15,89,.1)}}@media (min-width:782px){.exactmetrics_page .exactmetrics-swal{margin-right:160px}.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:36px}}@media (min-width:961px){.auto-fold .exactmetrics_page .exactmetrics-swal{margin-right:160px}.folded .exactmetrics_page .exactmetrics-swal{margin-right:36px}}.exactmetrics_page .exactmetrics-swal .swal2-footer{border-top:none;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-top:0;font-size:15px}.exactmetrics_page .exactmetrics-swal .swal2-footer a{color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-footer a:focus,.exactmetrics_page .exactmetrics-swal .swal2-footer a:hover{color:#37276a}.exactmetrics-modal{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.exactmetrics-modal .exactmetrics-modal-inner{background:#fff;padding:50px;border:1px solid #d6e2ed;text-align:center;width:750px}.exactmetrics-modal .exactmetrics-modal-inner h2{margin-top:0;margin-bottom:0;line-height:1.4}.exactmetrics-modal .exactmetrics-modal-inner p{margin-bottom:0}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-modal-buttons{margin-top:50px}.exactmetrics-modal .exactmetrics-modal-inner .exactmetrics-button{margin:0 10px}.exactmetrics-welcome-overlay{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;background-color:rgba(33,15,89,.9)}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-inner{background:#fff;padding:30px;width:70%;margin:0 auto;position:relative;top:10%;height:80%;border-radius:10px;-webkit-box-shadow:0 20px 80px rgba(13,7,36,.5);box-shadow:0 20px 80px rgba(13,7,36,.5)}.exactmetrics-welcome-overlay .exactmetrics-overlay-close{background:none;border:none;position:absolute;top:5px;left:7px;padding:0;color:#777}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content{height:100%}.exactmetrics-welcome-overlay .exactmetrics-welcome-overlay-content iframe{height:100%;width:100%}.swal2-container.exactmetrics-swal-loading{background:#fff;padding:20px;top:112px;height:auto}.swal2-container.exactmetrics-swal-loading.exactmetrics-swal-full-height{top:32px}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal{width:100%;height:100%;border-radius:10px;background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;background-size:cover;-webkit-animation-duration:1ms;animation-duration:1ms}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-icon{visibility:hidden;height:0;padding:0}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-header{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-title{font-size:17px;color:#210f59}.swal2-container.exactmetrics-swal-loading .swal2-popup.swal2-modal .swal2-content{color:#9087ac;margin-top:6px;font-size:15px;line-height:1.75;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.swal2-container.exactmetrics-swal-loading .swal2-actions button{display:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess{padding:0;background:#f8f6ff}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-icon{visibility:hidden;height:0;width:0;margin:0;padding:0}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal{width:750px;background:none;padding-right:260px;position:relative}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-header{display:block}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-title{font-size:32px;line-height:1.3;color:#210f59;text-align:right}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content{font-size:15px;line-height:1.75;color:#210f59;text-align:right;margin-bottom:20px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal #swal2-content p{font-size:15px;margin:0;font-weight:500}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-actions{margin:0;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled{margin:0;font-size:15px;padding:16px 23px 14px;outline:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled .monstericon-long-arrow-right-light{margin-right:14px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled:hover{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm{background:#32a27a}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover{background:#19865f}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .swal2-styled.swal2-cancel{margin-right:15px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons{position:absolute;right:-35px;top:-15px;width:260px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]{position:absolute;color:#6528f5;opacity:.5;font-size:41px;top:114px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:first-child{font-size:108px;opacity:1;top:-22px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(2){right:35px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-].monstericon-exclamation-em-solid:nth-child(2){right:50px}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(3){top:147px;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.exactmetrics_page .swal2-container.exactmetrics-swal-succcess .swal2-popup.swal2-modal .exactmetrics-swal-icons [class^=monstericon-]:nth-child(4){right:185px}.exactmetrics_page .exactmetrics-swal .swal2-title{line-height:1.2}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info{border:none;border-radius:0}.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-error:before,.exactmetrics_page .exactmetrics-swal .swal2-icon.swal2-info:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f064";font-size:80px;color:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-icon-text,.exactmetrics_page .exactmetrics-swal .swal2-icon .swal2-x-mark{display:none}.exactmetrics_page .exactmetrics-swal .swal2-styled{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;padding:12px 24px;text-decoration:none;border:0}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm{background:#6528f5}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-confirm:hover{background-color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel{background:#e9e7ee;color:#37276a}.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:focus,.exactmetrics_page .exactmetrics-swal .swal2-styled.swal2-cancel:hover{background-color:#f4f3f7;color:#37276a;-webkit-box-shadow:none;box-shadow:none}.exactmetrics_page .exactmetrics-swal .swal2-popup{border-radius:10px;padding:40px}.exactmetrics-list-check ul{margin:0;list-style:none;padding-right:0}.exactmetrics-list-check li{font-size:15px;margin-top:18px;padding-right:30px;position:relative;color:#fff}.exactmetrics-list-check li:first-child{margin-top:0}.exactmetrics-list-check li:before{display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f045";font-size:15px;margin-left:10px;color:#fff;position:absolute;right:0;top:0}.exactmetrics-settings-input-select-input .multiselect__tags-wrap{position:relative}.exactmetrics-settings-input-select-input .multiselect__tags-wrap:after{content:attr(data-text);display:inline-block;position:relative;color:#9087ac;bottom:0;background:#fff;border-radius:4px;font-size:14px;vertical-align:top;padding:8px 15px}.exactmetrics-settings-input-select-input .multiselect__placeholder{display:none}.multiselect__content-wrapper{right:30px}.exactmetrics-semrush-cta{background:#f4f3f7;border-right:3px solid #6528f5;padding:20px 26px;border-radius:0 3px 3px 0;position:relative}.exactmetrics-semrush-cta br{display:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-close{position:absolute;top:12px;left:12px;cursor:pointer;border:0;background:rgba(0,0,0,0);padding:0;margin:0;outline:none}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-title{font-weight:700;font-size:16px;line-height:20px;color:#393f4c;margin:0}.exactmetrics-semrush-cta .exactmetrics-semrush-cta-content{font-weight:400;font-size:14px;color:#393f4c}.exactmetrics-semrush-cta .exactmetrics-button{background:#6528f5;border-radius:3px;font-weight:400;font-size:14px;border-width:0;padding:7px 12px}.exactmetrics-semrush-cta .exactmetrics-button:active,.exactmetrics-semrush-cta .exactmetrics-button:focus,.exactmetrics-semrush-cta .exactmetrics-button:hover{background:#6333d4;outline:none}
|
lite/assets/vue/css/reports.css
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
/*!
|
2 |
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
|
3 |
-
*/.exactmetrics-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.exactmetrics-flag.exactmetrics-flag-ad{background-position:-32px 0}.exactmetrics-flag.exactmetrics-flag-ae{background-position:-64px 0}.exactmetrics-flag.exactmetrics-flag-af{background-position:-96px 0}.exactmetrics-flag.exactmetrics-flag-ag{background-position:-128px 0}.exactmetrics-flag.exactmetrics-flag-ai{background-position:-160px 0}.exactmetrics-flag.exactmetrics-flag-al{background-position:-192px 0}.exactmetrics-flag.exactmetrics-flag-am{background-position:-224px 0}.exactmetrics-flag.exactmetrics-flag-an{background-position:-256px 0}.exactmetrics-flag.exactmetrics-flag-ao{background-position:-288px 0}.exactmetrics-flag.exactmetrics-flag-ar{background-position:-320px 0}.exactmetrics-flag.exactmetrics-flag-as{background-position:-352px 0}.exactmetrics-flag.exactmetrics-flag-at{background-position:-384px 0}.exactmetrics-flag.exactmetrics-flag-au{background-position:-416px 0}.exactmetrics-flag.exactmetrics-flag-aw{background-position:-448px 0}.exactmetrics-flag.exactmetrics-flag-ax{background-position:-480px 0}.exactmetrics-flag.exactmetrics-flag-az{background-position:0 -32px}.exactmetrics-flag.exactmetrics-flag-ba{background-position:-32px -32px}.exactmetrics-flag.exactmetrics-flag-bb{background-position:-64px -32px}.exactmetrics-flag.exactmetrics-flag-bd{background-position:-96px -32px}.exactmetrics-flag.exactmetrics-flag-be{background-position:-128px -32px}.exactmetrics-flag.exactmetrics-flag-bf{background-position:-160px -32px}.exactmetrics-flag.exactmetrics-flag-bg{background-position:-192px -32px}.exactmetrics-flag.exactmetrics-flag-bh{background-position:-224px -32px}.exactmetrics-flag.exactmetrics-flag-bi{background-position:-256px -32px}.exactmetrics-flag.exactmetrics-flag-bj{background-position:-288px -32px}.exactmetrics-flag.exactmetrics-flag-bl{background-position:-320px -32px}.exactmetrics-flag.exactmetrics-flag-bm{background-position:-352px -32px}.exactmetrics-flag.exactmetrics-flag-bn{background-position:-384px -32px}.exactmetrics-flag.exactmetrics-flag-bo{background-position:-416px -32px}.exactmetrics-flag.exactmetrics-flag-br{background-position:-448px -32px}.exactmetrics-flag.exactmetrics-flag-bs{background-position:-480px -32px}.exactmetrics-flag.exactmetrics-flag-bt{background-position:0 -64px}.exactmetrics-flag.exactmetrics-flag-bw{background-position:-32px -64px}.exactmetrics-flag.exactmetrics-flag-by{background-position:-64px -64px}.exactmetrics-flag.exactmetrics-flag-bz{background-position:-96px -64px}.exactmetrics-flag.exactmetrics-flag-ca{background-position:-128px -64px}.exactmetrics-flag.exactmetrics-flag-cd{background-position:-160px -64px}.exactmetrics-flag.exactmetrics-flag-cf{background-position:-192px -64px}.exactmetrics-flag.exactmetrics-flag-cg{background-position:-224px -64px}.exactmetrics-flag.exactmetrics-flag-ch{background-position:-256px -64px}.exactmetrics-flag.exactmetrics-flag-ci{background-position:-288px -64px}.exactmetrics-flag.exactmetrics-flag-ck{background-position:-320px -64px}.exactmetrics-flag.exactmetrics-flag-cl{background-position:-352px -64px}.exactmetrics-flag.exactmetrics-flag-cm{background-position:-384px -64px}.exactmetrics-flag.exactmetrics-flag-cn{background-position:-416px -64px}.exactmetrics-flag.exactmetrics-flag-co{background-position:-448px -64px}.exactmetrics-flag.exactmetrics-flag-cr{background-position:-480px -64px}.exactmetrics-flag.exactmetrics-flag-cu{background-position:0 -96px}.exactmetrics-flag.exactmetrics-flag-cv{background-position:-32px -96px}.exactmetrics-flag.exactmetrics-flag-cw{background-position:-64px -96px}.exactmetrics-flag.exactmetrics-flag-cy{background-position:-96px -96px}.exactmetrics-flag.exactmetrics-flag-cz{background-position:-128px -96px}.exactmetrics-flag.exactmetrics-flag-de{background-position:-160px -96px}.exactmetrics-flag.exactmetrics-flag-dj{background-position:-192px -96px}.exactmetrics-flag.exactmetrics-flag-dk{background-position:-224px -96px}.exactmetrics-flag.exactmetrics-flag-dm{background-position:-256px -96px}.exactmetrics-flag.exactmetrics-flag-do{background-position:-288px -96px}.exactmetrics-flag.exactmetrics-flag-dz{background-position:-320px -96px}.exactmetrics-flag.exactmetrics-flag-ec{background-position:-352px -96px}.exactmetrics-flag.exactmetrics-flag-ee{background-position:-384px -96px}.exactmetrics-flag.exactmetrics-flag-eg{background-position:-416px -96px}.exactmetrics-flag.exactmetrics-flag-eh{background-position:-448px -96px}.exactmetrics-flag.exactmetrics-flag-er{background-position:-480px -96px}.exactmetrics-flag.exactmetrics-flag-es{background-position:0 -128px}.exactmetrics-flag.exactmetrics-flag-et{background-position:-32px -128px}.exactmetrics-flag.exactmetrics-flag-eu{background-position:-64px -128px}.exactmetrics-flag.exactmetrics-flag-fi{background-position:-96px -128px}.exactmetrics-flag.exactmetrics-flag-fj{background-position:-128px -128px}.exactmetrics-flag.exactmetrics-flag-fk{background-position:-160px -128px}.exactmetrics-flag.exactmetrics-flag-fm{background-position:-192px -128px}.exactmetrics-flag.exactmetrics-flag-fo{background-position:-224px -128px}.exactmetrics-flag.exactmetrics-flag-fr{background-position:-256px -128px}.exactmetrics-flag.exactmetrics-flag-ga{background-position:-288px -128px}.exactmetrics-flag.exactmetrics-flag-gb{background-position:-320px -128px}.exactmetrics-flag.exactmetrics-flag-gd{background-position:-352px -128px}.exactmetrics-flag.exactmetrics-flag-ge{background-position:-384px -128px}.exactmetrics-flag.exactmetrics-flag-gg{background-position:-416px -128px}.exactmetrics-flag.exactmetrics-flag-gh{background-position:-448px -128px}.exactmetrics-flag.exactmetrics-flag-gi{background-position:-480px -128px}.exactmetrics-flag.exactmetrics-flag-gl{background-position:0 -160px}.exactmetrics-flag.exactmetrics-flag-gm{background-position:-32px -160px}.exactmetrics-flag.exactmetrics-flag-gn{background-position:-64px -160px}.exactmetrics-flag.exactmetrics-flag-gp{background-position:-96px -160px}.exactmetrics-flag.exactmetrics-flag-gq{background-position:-128px -160px}.exactmetrics-flag.exactmetrics-flag-gr{background-position:-160px -160px}.exactmetrics-flag.exactmetrics-flag-gs{background-position:-192px -160px}.exactmetrics-flag.exactmetrics-flag-gt{background-position:-224px -160px}.exactmetrics-flag.exactmetrics-flag-gu{background-position:-256px -160px}.exactmetrics-flag.exactmetrics-flag-gw{background-position:-288px -160px}.exactmetrics-flag.exactmetrics-flag-gy{background-position:-320px -160px}.exactmetrics-flag.exactmetrics-flag-hk{background-position:-352px -160px}.exactmetrics-flag.exactmetrics-flag-hn{background-position:-384px -160px}.exactmetrics-flag.exactmetrics-flag-hr{background-position:-416px -160px}.exactmetrics-flag.exactmetrics-flag-ht{background-position:-448px -160px}.exactmetrics-flag.exactmetrics-flag-hu{background-position:-480px -160px}.exactmetrics-flag.exactmetrics-flag-ic{background-position:0 -192px}.exactmetrics-flag.exactmetrics-flag-id{background-position:-32px -192px}.exactmetrics-flag.exactmetrics-flag-ie{background-position:-64px -192px}.exactmetrics-flag.exactmetrics-flag-il{background-position:-96px -192px}.exactmetrics-flag.exactmetrics-flag-im{background-position:-128px -192px}.exactmetrics-flag.exactmetrics-flag-in{background-position:-160px -192px}.exactmetrics-flag.exactmetrics-flag-iq{background-position:-192px -192px}.exactmetrics-flag.exactmetrics-flag-ir{background-position:-224px -192px}.exactmetrics-flag.exactmetrics-flag-is{background-position:-256px -192px}.exactmetrics-flag.exactmetrics-flag-it{background-position:-288px -192px}.exactmetrics-flag.exactmetrics-flag-je{background-position:-320px -192px}.exactmetrics-flag.exactmetrics-flag-jm{background-position:-352px -192px}.exactmetrics-flag.exactmetrics-flag-jo{background-position:-384px -192px}.exactmetrics-flag.exactmetrics-flag-jp{background-position:-416px -192px}.exactmetrics-flag.exactmetrics-flag-ke{background-position:-448px -192px}.exactmetrics-flag.exactmetrics-flag-kg{background-position:-480px -192px}.exactmetrics-flag.exactmetrics-flag-kh{background-position:0 -224px}.exactmetrics-flag.exactmetrics-flag-ki{background-position:-32px -224px}.exactmetrics-flag.exactmetrics-flag-km{background-position:-64px -224px}.exactmetrics-flag.exactmetrics-flag-kn{background-position:-96px -224px}.exactmetrics-flag.exactmetrics-flag-kp{background-position:-128px -224px}.exactmetrics-flag.exactmetrics-flag-kr{background-position:-160px -224px}.exactmetrics-flag.exactmetrics-flag-kw{background-position:-192px -224px}.exactmetrics-flag.exactmetrics-flag-ky{background-position:-224px -224px}.exactmetrics-flag.exactmetrics-flag-kz{background-position:-256px -224px}.exactmetrics-flag.exactmetrics-flag-la{background-position:-288px -224px}.exactmetrics-flag.exactmetrics-flag-lb{background-position:-320px -224px}.exactmetrics-flag.exactmetrics-flag-lc{background-position:-352px -224px}.exactmetrics-flag.exactmetrics-flag-li{background-position:-384px -224px}.exactmetrics-flag.exactmetrics-flag-lk{background-position:-416px -224px}.exactmetrics-flag.exactmetrics-flag-lr{background-position:-448px -224px}.exactmetrics-flag.exactmetrics-flag-ls{background-position:-480px -224px}.exactmetrics-flag.exactmetrics-flag-lt{background-position:0 -256px}.exactmetrics-flag.exactmetrics-flag-lu{background-position:-32px -256px}.exactmetrics-flag.exactmetrics-flag-lv{background-position:-64px -256px}.exactmetrics-flag.exactmetrics-flag-ly{background-position:-96px -256px}.exactmetrics-flag.exactmetrics-flag-ma{background-position:-128px -256px}.exactmetrics-flag.exactmetrics-flag-mc{background-position:-160px -256px}.exactmetrics-flag.exactmetrics-flag-md{background-position:-192px -256px}.exactmetrics-flag.exactmetrics-flag-me{background-position:-224px -256px}.exactmetrics-flag.exactmetrics-flag-mf{background-position:-256px -256px}.exactmetrics-flag.exactmetrics-flag-mg{background-position:-288px -256px}.exactmetrics-flag.exactmetrics-flag-mh{background-position:-320px -256px}.exactmetrics-flag.exactmetrics-flag-mk{background-position:-352px -256px}.exactmetrics-flag.exactmetrics-flag-ml{background-position:-384px -256px}.exactmetrics-flag.exactmetrics-flag-mm{background-position:-416px -256px}.exactmetrics-flag.exactmetrics-flag-mn{background-position:-448px -256px}.exactmetrics-flag.exactmetrics-flag-mo{background-position:-480px -256px}.exactmetrics-flag.exactmetrics-flag-mp{background-position:0 -288px}.exactmetrics-flag.exactmetrics-flag-mq{background-position:-32px -288px}.exactmetrics-flag.exactmetrics-flag-mr{background-position:-64px -288px}.exactmetrics-flag.exactmetrics-flag-ms{background-position:-96px -288px}.exactmetrics-flag.exactmetrics-flag-mt{background-position:-128px -288px}.exactmetrics-flag.exactmetrics-flag-mu{background-position:-160px -288px}.exactmetrics-flag.exactmetrics-flag-mv{background-position:-192px -288px}.exactmetrics-flag.exactmetrics-flag-mw{background-position:-224px -288px}.exactmetrics-flag.exactmetrics-flag-mx{background-position:-256px -288px}.exactmetrics-flag.exactmetrics-flag-my{background-position:-288px -288px}.exactmetrics-flag.exactmetrics-flag-mz{background-position:-320px -288px}.exactmetrics-flag.exactmetrics-flag-na{background-position:-352px -288px}.exactmetrics-flag.exactmetrics-flag-nc{background-position:-384px -288px}.exactmetrics-flag.exactmetrics-flag-ne{background-position:-416px -288px}.exactmetrics-flag.exactmetrics-flag-nf{background-position:-448px -288px}.exactmetrics-flag.exactmetrics-flag-ng{background-position:-480px -288px}.exactmetrics-flag.exactmetrics-flag-ni{background-position:0 -320px}.exactmetrics-flag.exactmetrics-flag-nl{background-position:-32px -320px}.exactmetrics-flag.exactmetrics-flag-no{background-position:-64px -320px}.exactmetrics-flag.exactmetrics-flag-np{background-position:-96px -320px}.exactmetrics-flag.exactmetrics-flag-nr{background-position:-128px -320px}.exactmetrics-flag.exactmetrics-flag-nu{background-position:-160px -320px}.exactmetrics-flag.exactmetrics-flag-nz{background-position:-192px -320px}.exactmetrics-flag.exactmetrics-flag-om{background-position:-224px -320px}.exactmetrics-flag.exactmetrics-flag-pa{background-position:-256px -320px}.exactmetrics-flag.exactmetrics-flag-pe{background-position:-288px -320px}.exactmetrics-flag.exactmetrics-flag-pf{background-position:-320px -320px}.exactmetrics-flag.exactmetrics-flag-pg{background-position:-352px -320px}.exactmetrics-flag.exactmetrics-flag-ph{background-position:-384px -320px}.exactmetrics-flag.exactmetrics-flag-pk{background-position:-416px -320px}.exactmetrics-flag.exactmetrics-flag-pl{background-position:-448px -320px}.exactmetrics-flag.exactmetrics-flag-pn{background-position:-480px -320px}.exactmetrics-flag.exactmetrics-flag-pr{background-position:0 -352px}.exactmetrics-flag.exactmetrics-flag-ps{background-position:-32px -352px}.exactmetrics-flag.exactmetrics-flag-pt{background-position:-64px -352px}.exactmetrics-flag.exactmetrics-flag-pw{background-position:-96px -352px}.exactmetrics-flag.exactmetrics-flag-py{background-position:-128px -352px}.exactmetrics-flag.exactmetrics-flag-qa{background-position:-160px -352px}.exactmetrics-flag.exactmetrics-flag-re{background-position:-192px -352px}.exactmetrics-flag.exactmetrics-flag-ro{background-position:-224px -352px}.exactmetrics-flag.exactmetrics-flag-rs{background-position:-256px -352px}.exactmetrics-flag.exactmetrics-flag-ru{background-position:-288px -352px}.exactmetrics-flag.exactmetrics-flag-rw{background-position:-320px -352px}.exactmetrics-flag.exactmetrics-flag-sa{background-position:-352px -352px}.exactmetrics-flag.exactmetrics-flag-sb{background-position:-384px -352px}.exactmetrics-flag.exactmetrics-flag-sc{background-position:-416px -352px}.exactmetrics-flag.exactmetrics-flag-sd{background-position:-448px -352px}.exactmetrics-flag.exactmetrics-flag-se{background-position:-480px -352px}.exactmetrics-flag.exactmetrics-flag-sg{background-position:0 -384px}.exactmetrics-flag.exactmetrics-flag-sh{background-position:-32px -384px}.exactmetrics-flag.exactmetrics-flag-si{background-position:-64px -384px}.exactmetrics-flag.exactmetrics-flag-sk{background-position:-96px -384px}.exactmetrics-flag.exactmetrics-flag-sl{background-position:-128px -384px}.exactmetrics-flag.exactmetrics-flag-sm{background-position:-160px -384px}.exactmetrics-flag.exactmetrics-flag-sn{background-position:-192px -384px}.exactmetrics-flag.exactmetrics-flag-so{background-position:-224px -384px}.exactmetrics-flag.exactmetrics-flag-sr{background-position:-256px -384px}.exactmetrics-flag.exactmetrics-flag-ss{background-position:-288px -384px}.exactmetrics-flag.exactmetrics-flag-st{background-position:-320px -384px}.exactmetrics-flag.exactmetrics-flag-sv{background-position:-352px -384px}.exactmetrics-flag.exactmetrics-flag-sy{background-position:-384px -384px}.exactmetrics-flag.exactmetrics-flag-sz{background-position:-416px -384px}.exactmetrics-flag.exactmetrics-flag-tc{background-position:-448px -384px}.exactmetrics-flag.exactmetrics-flag-td{background-position:-480px -384px}.exactmetrics-flag.exactmetrics-flag-tf{background-position:0 -416px}.exactmetrics-flag.exactmetrics-flag-tg{background-position:-32px -416px}.exactmetrics-flag.exactmetrics-flag-th{background-position:-64px -416px}.exactmetrics-flag.exactmetrics-flag-tj{background-position:-96px -416px}.exactmetrics-flag.exactmetrics-flag-tk{background-position:-128px -416px}.exactmetrics-flag.exactmetrics-flag-tl{background-position:-160px -416px}.exactmetrics-flag.exactmetrics-flag-tm{background-position:-192px -416px}.exactmetrics-flag.exactmetrics-flag-tn{background-position:-224px -416px}.exactmetrics-flag.exactmetrics-flag-to{background-position:-256px -416px}.exactmetrics-flag.exactmetrics-flag-tr{background-position:-288px -416px}.exactmetrics-flag.exactmetrics-flag-tt{background-position:-320px -416px}.exactmetrics-flag.exactmetrics-flag-tv{background-position:-352px -416px}.exactmetrics-flag.exactmetrics-flag-tw{background-position:-384px -416px}.exactmetrics-flag.exactmetrics-flag-tz{background-position:-416px -416px}.exactmetrics-flag.exactmetrics-flag-ua{background-position:-448px -416px}.exactmetrics-flag.exactmetrics-flag-ug{background-position:-480px -416px}.exactmetrics-flag.exactmetrics-flag-us{background-position:0 -448px}.exactmetrics-flag.exactmetrics-flag-uy{background-position:-32px -448px}.exactmetrics-flag.exactmetrics-flag-uz{background-position:-64px -448px}.exactmetrics-flag.exactmetrics-flag-va{background-position:-96px -448px}.exactmetrics-flag.exactmetrics-flag-vc{background-position:-128px -448px}.exactmetrics-flag.exactmetrics-flag-ve{background-position:-160px -448px}.exactmetrics-flag.exactmetrics-flag-vg{background-position:-192px -448px}.exactmetrics-flag.exactmetrics-flag-vi{background-position:-224px -448px}.exactmetrics-flag.exactmetrics-flag-vn{background-position:-256px -448px}.exactmetrics-flag.exactmetrics-flag-vu{background-position:-288px -448px}.exactmetrics-flag.exactmetrics-flag-wf{background-position:-320px -448px}.exactmetrics-flag.exactmetrics-flag-ws{background-position:-352px -448px}.exactmetrics-flag.exactmetrics-flag-ye{background-position:-384px -448px}.exactmetrics-flag.exactmetrics-flag-yt{background-position:-416px -448px}.exactmetrics-flag.exactmetrics-flag-za{background-position:-448px -448px}.exactmetrics-flag.exactmetrics-flag-zm{background-position:-480px -448px}.exactmetrics-flag.exactmetrics-flag-zw{background-position:0 -480px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner,.exactmetrics-upsell-row .exactmetrics-upsell-row-inner,.exactmetrics-upsell .exactmetrics-upsell-title .exactmetrics-upsell-title-inner{max-width:1400px;margin:0 auto}.exactmetrics-reports-page .exactmetrics-upsell{border-bottom:1px solid #d6e2ed}.exactmetrics-upsell-row{width:100%;background:rgba(101,40,245,.05)}.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 96px}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 24px}}.exactmetrics-upsell-row h3{margin:0 0 60px;font-size:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 31%;flex:1 0 31%;margin-bottom:45px}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-list-item{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.exactmetrics-upsell-row .exactmetrics-upsell-list-item i{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;color:#6528f5;font-size:23px;margin-right:18px;margin-top:6px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{line-height:1.7;color:#37276a;max-width:232px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-weight:500;text-decoration:none}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{max-width:170px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text{cursor:pointer}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:focus,.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:hover{color:#6528f5}.exactmetrics-full-width-upsell{background:#f7f3fe;min-height:445px;margin-bottom:116px}.exactmetrics-reports-page .exactmetrics-full-width-upsell{margin-bottom:0}@media (max-width:959px){.exactmetrics-full-width-upsell{margin-bottom:48px}}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space{margin-bottom:0;min-height:380px}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space+.exactmetrics-full-width-upsell{margin-top:-100px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:relative}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner .exactmetrics-upsell-left{padding-left:0;padding-top:100px}.exactmetrics-full-width-upsell h2{color:#210f59;font-size:24px;line-height:1.4}.exactmetrics-full-width-upsell p{font-size:15px;line-height:1.7;color:#210f59;margin:11px 0 0}.exactmetrics-full-width-upsell p.exactmetrics-upsell-pbold{font-weight:700;margin-top:0}.exactmetrics-full-width-upsell a.exactmetrics-green-text{color:#32a27a;font-weight:400}.exactmetrics-full-width-upsell a.exactmetrics-green-text:focus,.exactmetrics-full-width-upsell a.exactmetrics-green-text:hover{color:#19865f;text-decoration:none}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-top:20px;margin-bottom:72px}@media (max-width:1099px){.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-bottom:48px}}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button:first-child{margin-right:18px}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button-text .monstericon-arrow-right{font-size:12px;vertical-align:text-top;margin-left:10px}.exactmetrics-upsell-half{position:relative;padding-top:56px}.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-left:96px;padding-top:56px;width:40%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:50%;padding-left:24px}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-top:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{max-width:100%;left:0;height:auto;padding-top:67%}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image:after{background-position:50%;left:-16%;right:-16%;top:-10%;bottom:-10%}@media (min-width:960px){.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{display:none}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:100%;padding-right:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px;padding-top:0;width:60%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-right{width:50%}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-right{display:none}}.exactmetrics-upsell-half.exactmetrics-upsell-right .exactmetrics-em-upsell-screen{position:absolute;bottom:-140px;left:68px}.exactmetrics-upsell-half h3{color:#6528f5;font-size:20px;line-height:1.3;font-weight:400;margin:0 0 15px}.exactmetrics-upsell a{color:#6528f5}.exactmetrics-upsell a:focus,.exactmetrics-upsell a:hover{color:#37276a}.exactmetrics-upsell .exactmetrics-upsell-title{border-bottom:1px solid #e9e7ee}.exactmetrics-upsell .exactmetrics-upsell-title h2{color:#210f59;font-size:32px;margin-left:100px;margin-top:45px;margin-bottom:35px}@media (max-width:782px){.exactmetrics-upsell .exactmetrics-upsell-title h2{margin-left:24px;line-height:1.4;margin-top:24px;margin-bottom:24px}}.exactmetrics-upsell .exactmetrics-upsell-half h3{font-size:24px;color:#210f59;font-weight:700}.exactmetrics-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.exactmetrics-upsell-bottom{padding-left:20px;padding-right:20px}}.exactmetrics-upsell-bottom .exactmetrics-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.exactmetrics-upsell-bottom .exactmetrics-button-top{min-width:288px}}.exactmetrics-upsell-bottom img{max-width:100%}.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{width:848px;padding-top:0;height:566px}@media (max-width:1099px){.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{left:20px}}.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-upsell-screen:after,.exactmetrics-screen-image:after{background-position:100% 100%;background-image:url(../img/upsell-screen.png)}.exactmetrics-em-logo-text{width:432px;height:56px;margin-bottom:28px;padding-top:0;max-width:100%}@media (max-width:1400px){.exactmetrics-em-logo-text{padding-top:13%;height:auto}}@media (max-width:959px){.exactmetrics-em-logo-text{padding-top:8%}}.exactmetrics-em-logo-text:after{background-image:url(../img/exactmetrics.png)}.exactmetrics-em-addons-upsell-screen,.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-publishers-upsell-screen{bottom:auto;top:-90px}.exactmetrics-em-addons-upsell-screen:after,.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-publishers-upsell-screen:after{background-position:100% 0;background-image:url(../img/ecommerce-screen.png)}.exactmetrics-em-publishers-upsell-screen:after{background-image:url(../img/publishers-screen.png)}.exactmetrics-em-addons-upsell-screen{margin-bottom:-180px;top:-70px}.exactmetrics-em-addons-upsell-screen:after{background-image:url(../img/addons-help-screen.png)}.exactmetrics-em-search-console-upsell-screen:after{background-image:url(../img/search-console-screen.png)}.exactmetrics-em-real-time-upsell-screen:after{background-image:url(../img/real-time-screen.png)}.exactmetrics-em-forms-report-upsell-screen:after{background-image:url(../img/forms-report-screen.png)}.exactmetrics-em-dimensions-report-upsell-screen:after{background-image:url(../img/dimensions-report-screen.png)}.exactmetrics-em-forms-upsell-screen{width:758px;max-width:100%;margin-top:-75px}.exactmetrics-em-forms-upsell-screen:after{background-position:50%;background-image:url(../img/forms-screen.png)}.exactmetrics-em-optimize-upsell-screen{width:758px;max-width:100%;margin-left:-10%}.exactmetrics-em-optimize-upsell-screen:after{background-position:50%;background-image:url(../img/optimize-screen.png)}.exactmetrics-em-dimensions-upsell-screen{width:758px;max-width:100%}.exactmetrics-em-dimensions-upsell-screen:after{background-position:50%;background-image:url(../img/custom-dimensions-screen.png)}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:0}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half p{max-width:400px;margin-bottom:28px}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px}.exactmetrics-icon-background-large{position:absolute;font-size:130px;color:rgba(101,40,245,.05);left:25px;top:25px;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator{font-size:13px;color:#fff;background-color:#32a27a;border-radius:3px;font-weight:500;padding:4px 8px;vertical-align:top;margin-left:10px;display:inline-block;margin-top:-4px;cursor:pointer;text-decoration:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:hover,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:hover{color:#fff;background:#19865f}.exactmetrics-report .exactmetrics-upsell-dismissable{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable{text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable h3{font-size:17px;color:#210f59;line-height:1.5;font-weight:700}.exactmetrics-report .exactmetrics-upsell-dismissable p{font-size:15px;margin-bottom:25px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{width:50%;padding-top:38px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{padding-left:32px;padding-right:32px;width:100%;text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half:first-child p{max-width:524px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:40px;color:#9087ac}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:0;margin-top:20px}}.exactmetrics-report .exactmetrics-upsell-dismiss{position:absolute;right:20px;top:20px;z-index:10}.exactmetrics-forms-image-wpf-upsell{margin-bottom:-140px;padding-top:85%}@media (max-width:782px){.exactmetrics-forms-image-wpf-upsell{margin-bottom:0}}.exactmetrics-forms-image-wpf-upsell:after{background-position:100% 100%;background-image:url(../img/forms-wpforms-upsell.png)}.exactmetrics-admin-page{overflow:hidden}.exactmetrics-report{padding:30px 32px;position:relative}@media (max-width:991px){.exactmetrics-report{padding-left:24px;padding-right:24px}}.exactmetrics-reports-page{margin-bottom:100px}.exactmetrics-reports-page .exactmetrics-header{padding-top:21px;padding-bottom:21px}@media (max-width:782px){.exactmetrics-reports-page .exactmetrics-report-top{margin-bottom:25px}}.exactmetrics_page.exactmetrics-downloading-pdf-report #wpbody{-webkit-filter:blur(15px);filter:blur(15px)}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-notificationsv3-container{display:none}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-header{min-height:85px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report{width:1120px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-tabs-navigation{border-bottom:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-tabs-navigation button,.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-tabs-navigation button.exactmetrics-active-tab-button{border:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-tabs-navigation button:first-child{border-right:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-row.exactmetrics-report-row-border-top{border-top:0;margin-bottom:25px}@media (max-width:782px){.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-title{padding-left:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-title.exactmetrics-has-pagination{margin-bottom:25px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-title:before{position:inherit;left:inherit}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-tabs-navigation button{font-size:18px;padding:23px 20px 25px;text-align:left}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-infobox-row{padding:24px 60px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-infobox-row .exactmetrics-reports-infobox{width:25%;border-left:1px solid #bcb7cd;border-top:0;padding:0 10px 0 80px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-infobox-row .exactmetrics-reports-infobox:first-child{border-left:none;padding-left:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-reports-ecommerce-pie-chart{width:40%;padding-top:130px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-reports-pie-chart .exactmetrics-pie-chart{margin:inherit}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-reports-pie-chart .exactmetrics-reports-pie-chart-holder{-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;margin-left:20px;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-flow:wrap;flex-flow:wrap}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-report-box{width:calc(50% - 12.5px);margin-top:0}}@media (max-width:991px){.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-row.exactmetrics-report-row-border-top{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex{-ms-flex-flow:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:inherit}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-reports-pie-chart{width:50%;border:none;padding-left:32px;padding-right:20px}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-reports-pie-chart:first-child{border-right:1px solid #e9e7ee}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-table-box{margin-left:20px;margin-top:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-table-box:first-child{margin-left:0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex .exactmetrics-report-2-columns .exactmetrics-table-box{width:calc(50% - 12.5px)}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-flex.exactmetrics-interests-scroll-report .exactmetrics-table-box{width:100%}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-reports-pie-chart{width:calc(50% - 12.5px)}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-reports-pie-chart:first-child{margin:0 25px 0 0}.exactmetrics_page.exactmetrics-downloading-pdf-report .exactmetrics-reports-page .exactmetrics-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px;margin-top:0}}body.exactmetrics-reporting-page #wpbody-content{padding-bottom:0}body.exactmetrics-reporting-page .exactmetrics-red{color:#d73638}body.exactmetrics-reporting-page .exactmetrics-green{color:#5cc0a5}body.exactmetrics-reporting-page .exactmetrics-report-top{margin-top:14px;margin-bottom:24px}@media (min-width:783px) and (max-width:1130px){body.exactmetrics-reporting-page .exactmetrics-report-top{margin-bottom:25px}}body.exactmetrics-reporting-page .exactmetrics-report-top h2{margin:12px 0;display:inline-block;color:#210f59;font-size:32px}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-report-top h2{display:none}}@media (min-width:783px) and (max-width:1130px){body.exactmetrics-reporting-page .exactmetrics-report-top h2{display:block;margin:0 0 25px}}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report{float:right;margin-right:25px}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-export-pdf-report{float:none;margin-right:0;margin-bottom:0;text-align:center;padding-top:20px}}@media (min-width:783px) and (max-width:1130px){body.exactmetrics-reporting-page .exactmetrics-export-pdf-report{float:none;margin-bottom:0}}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report .exactmetrics-button{background:#e9e7ee;color:#210f59}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report .exactmetrics-button:focus,body.exactmetrics-reporting-page .exactmetrics-export-pdf-report .exactmetrics-button:hover{background:#bcb7cd}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report .exactmetrics-button[disabled=disabled]{cursor:not-allowed}body.exactmetrics-reporting-page .exactmetrics-report-realtime .exactmetrics-export-pdf-report{margin-right:0}body.exactmetrics-reporting-page .exactmetrics-reports-datepicker{display:-webkit-box;display:-ms-flexbox;display:flex;float:right}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-reports-datepicker{float:none;width:100%;-ms-flex-flow:wrap;flex-flow:wrap}body.exactmetrics-reporting-page .exactmetrics-reports-datepicker .exactmetrics-buttons-toggle{width:100%;margin-right:0}body.exactmetrics-reporting-page .exactmetrics-reports-datepicker .exactmetrics-buttons-toggle .exactmetrics-button{width:50%}}@media (min-width:783px) and (max-width:1130px){body.exactmetrics-reporting-page .exactmetrics-reports-datepicker{float:right}}body.exactmetrics-reporting-page .exactmetrics-datepicker{display:none}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container{position:relative}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container{max-width:100%}}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container.exactmetrics-hide,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .exactmetrics-hide{display:none}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-wrapper{display:block}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-wrapper .flatpickr-calendar{width:100%}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-calendar.static.open{position:relative;-webkit-box-shadow:none;box-shadow:none;border:none;width:100%}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-calendar.arrowTop:after,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-calendar.arrowTop:before{display:none}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-rContainer{width:100%;display:block}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .dayContainer,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-days{width:100%;max-width:100%}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day{max-width:100%}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange.inRange,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange.nextMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange.prevMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange:focus,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.endRange:hover,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected.inRange,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected.nextMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected.prevMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected:focus,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.selected:hover,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange.inRange,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange.nextMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange.prevMonthDay,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange:focus,body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-day.startRange:hover{background-color:#6528f5;border-color:#6528f5}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-months{padding-bottom:10px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .dayContainer{padding:0 28px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-weekdays{height:40px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-weekdaycontainer{background:#f4f3f7;padding:14px 28px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-current-month{font-size:15px;color:#210f59}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-current-month .numInputWrapper{width:55px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-dropdown-container .flatpickr-current-month .numInputWrapper input.cur-year{padding:0 10px 0 5px;min-height:25px}body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info{background:#e9e7ee;border-radius:3px;font-size:15px;color:#210f59;line-height:1.75;padding:8px 28px 8px 20px;border:none;position:relative;text-align:left}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info{max-width:100%;line-height:1.4}body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info>span{overflow:hidden;white-space:pre;text-overflow:ellipsis;max-width:calc(100% - 40px);display:inline-block}}body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info i{margin-left:38px;margin-right:12px}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info i{margin-left:10px;margin-right:10px;vertical-align:super}}body.exactmetrics-reporting-page .exactmetrics-reports-interval-date-info:after{width:0;height:0;border-color:#9087ac rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 3.5px 0;content:"";position:absolute;top:50%;margin-top:-2px;right:20px}body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown{position:absolute;z-index:100;background:#fff;border:1px solid #f4f3f7;border-radius:3px;margin-top:6px;-webkit-box-shadow:0 10px 20px rgba(48,44,62,.05);box-shadow:0 10px 20px rgba(48,44,62,.05);padding:7px 8px;width:100%;left:0;top:100%}body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown button{display:block;border:none;padding:8px 12px;font-size:15px;line-height:1.75;color:#210f59;width:100%;text-align:left;border-radius:2px;background:#fff}body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown button.exactmetrics-interval-active,body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown button:focus,body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown button:hover{background:#e9e7ee}body.exactmetrics-reporting-page .exactmetrics-reports-intervals-dropdown button i{margin-right:10px}body.exactmetrics-reporting-page .exactmetrics-mobile-details-toggle{width:100%;margin-bottom:0;margin-top:10px;margin-left:0;font-weight:700}@media (min-width:783px){body.exactmetrics-reporting-page .exactmetrics-mobile-details-toggle{display:none}}body.exactmetrics-reporting-page .exactmetrics-info{color:#9087ac;cursor:help;font-size:15px;position:relative;display:inline-block;vertical-align:top;margin-left:10px}body.exactmetrics-reporting-page .exactmetrics-report-row{margin-bottom:25px}body.exactmetrics-reporting-page .exactmetrics-report-row.exactmetrics-report-row-border-top{margin-bottom:0;margin-left:-32px;margin-right:-32px;padding:0 32px;border-top:1px solid #e9e7ee}@media (max-width:991px){body.exactmetrics-reporting-page .exactmetrics-report-row.exactmetrics-report-row-border-top{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button{background:#eceff5;color:#464c57;border-bottom-width:1px;border-color:#d6e2ed;border-radius:0;line-height:18px;border-right:0;margin:0}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button:hover{background:#fff}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button:focus{z-index:10;position:relative}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right:1px solid #d6e2ed}body.exactmetrics-reporting-page .exactmetrics-buttons-toggle .exactmetrics-button.exactmetrics-selected-interval{background:#fff;color:#6528f5;font-weight:700}.exactmetrics-reports-overview-datagraph-tooltip-container{padding:15px;background-color:#fff;border:1px solid #bcb7cd;-webkit-box-shadow:0 10px 20px rgba(57,15,157,.15);box-shadow:0 10px 20px rgba(57,15,157,.15);border-radius:5px;display:block}.exactmetrics-pie-chart-tooltip{left:20px;top:20px;padding:0}@media (max-width:782px){.exactmetrics-pie-chart-tooltip{left:50%;margin-left:-97px}}.exactmetrics-reports-doughnut-tooltip{-webkit-box-shadow:none;box-shadow:none;border:none;width:172px;border-radius:50%;height:172px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.exactmetrics-reports-doughnut-tooltip .exactmetrics-reports-overview-datagraph-tooltip-title{font-size:30px;color:#6528f5;margin-bottom:18px;font-weight:700}.exactmetrics-reports-doughnut-tooltip .exactmetrics-reports-overview-datagraph-tooltip-number{color:#6528f5;font-size:15px;font-weight:500}#exactmetrics-chartjs-line-overview-tooltip{min-width:100px}.exactmetrics-reports-overview-datagraph-tooltip-number{color:#210f59;font-size:24px;font-weight:400;margin-bottom:5px;display:inline-block;margin-right:5px}.exactmetrics-reports-overview-datagraph-tooltip-trend{color:#23282d;font-size:14px;font-weight:400;display:inline-block}.exactmetrics-reports-overview-datagraph-tooltip-descriptor{color:#9087ac;font-size:12px;font-weight:400;width:100%;clear:both}.exactmetrics-reports-overview-datagraph-tooltip-title{color:#210f59;font-size:12px;font-weight:400;width:100%}#exactmetrics-chartjs-bar-tooltip,.exactmetrics-line-chart-tooltip{opacity:1;position:absolute;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);margin-top:-20px}#exactmetrics-chartjs-bar-tooltip:after,.exactmetrics-line-chart-tooltip:after{position:absolute;top:100%;width:0;height:0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:10px 9.5px 0;content:"";left:50%;margin-left:-9px;margin-top:-7px}#exactmetrics-chartjs-bar-tooltip:before,.exactmetrics-line-chart-tooltip:before{position:absolute;top:100%;width:0;height:0;border-color:#bcb7cd rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:10px 10.5px 0;content:"";left:50%;margin-left:-10px;margin-top:-6px}#exactmetrics-chartjs-line-age-tooltip .exactmetrics-reports-overview-datagraph-tooltip-number:after{content:"%"}.exactmetrics-report-tabs-navigation{border-bottom:1px solid #e9e7ee}.exactmetrics-report-tabs-navigation button{color:#4d3f7a;font-weight:700;text-align:left;font-size:15px;padding:15px 24px 17px;cursor:pointer;margin:0 0 -1px;position:relative;line-height:1;border-radius:5px 5px 0 0;background:#fff;border:1px solid;border-color:#fff #fff #e9e7ee}@media (max-width:782px){.exactmetrics-report-tabs-navigation button{font-size:14px;padding:13px 20px 15px;text-align:center}}.exactmetrics-report-tabs-navigation button:focus{z-index:10}.exactmetrics-report-tabs-navigation button.exactmetrics-active-tab-button{background:#fff;color:#6528f5;border-color:#e9e7ee #e9e7ee #fff}.exactmetrics-report-tabs{background:#fff}.exactmetrics-report-tabs .exactmetrics-report-tabs-content{padding-top:20px}#mi-custom-line{max-height:330px}.exactmetrics-report-infobox-row{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f4f3f7;border-radius:10px;padding:24px 60px}@media (max-width:782px){.exactmetrics-report-infobox-row{-ms-flex-flow:wrap;flex-flow:wrap;padding:20px}}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox{width:25%;border-left:1px solid #bcb7cd;padding:0 10px 0 60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox .exactmetrics-info{display:inline-block;font-size:12px;margin-left:6px;vertical-align:middle}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox:first-child{border-left:none;padding-left:0}@media (max-width:782px){.exactmetrics-report-infobox-row .exactmetrics-reports-infobox{width:100%;border-left:none;border-top:1px solid #bcb7cd;padding:24px 0}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox:first-child{border-top:0;padding-top:0}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox:last-child{padding-bottom:0}}.exactmetrics-report-infobox-row .exactmetrics-reports-infobox .exactmetrics-report-title{text-overflow:ellipsis;overflow:hidden;white-space:pre;line-height:1.2;color:#4d3f7a;font-size:13px;display:inline-block;vertical-align:middle;padding-left:0}@media (max-width:991px){.exactmetrics-report-infobox-row .exactmetrics-reports-infobox .exactmetrics-report-title{padding-left:0}}.exactmetrics-report-title{font-size:24px;color:#210f59;font-weight:700;margin-top:0;line-height:1.4;display:inline-block}@media (max-width:762px){.exactmetrics-report-title{padding-left:60px}.exactmetrics-report-title.exactmetrics-has-pagination{margin-bottom:80px}}.exactmetrics-report-title:before{width:40px;height:40px;border-radius:50%;background:rgba(33,15,89,.1);right:100%;margin-right:30px;color:#210f59;text-align:center;line-height:40px;font-size:15px;-webkit-transition:background .2s ease 0ms,color .2s ease 0ms;transition:background .2s ease 0ms,color .2s ease 0ms;vertical-align:middle;margin-top:-2px}@media (max-width:762px){.exactmetrics-report-title:before{position:absolute;left:0}}.exactmetrics-reports-infobox-number{font-size:32px;font-weight:500;line-height:1;margin-top:4px;color:#210f59;width:100%;display:block}@media (max-width:782px){.exactmetrics-reports-infobox-number{font-size:36px;float:none}}.exactmetrics-reports-infobox-compare,.exactmetrics-reports-infobox-prev{display:inline-block}@media (max-width:1280px){.exactmetrics-reports-infobox-compare,.exactmetrics-reports-infobox-prev{float:none;clear:both}}.exactmetrics-reports-infobox-prev{font-size:14px;margin-top:4px;margin-right:5px}.exactmetrics-reports-infobox-prev .exactmetrics-arrow{vertical-align:middle}.exactmetrics-reports-infobox-compare{font-size:12px;color:#9087ac;display:inline-block}.exactmetrics-buttons-toggle{margin-right:25px}.exactmetrics-report-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){.exactmetrics-report-flex{-ms-flex-flow:wrap;flex-flow:wrap}}.exactmetrics-reports-pie-chart{width:50%;padding:32px 20px 32px 32px;background:#fff;position:relative}.exactmetrics-reports-pie-chart:first-child{border-right:1px solid #e9e7ee;padding-left:0}@media (max-width:991px){.exactmetrics-reports-pie-chart:first-child{border-right:0}}@media (max-width:991px){.exactmetrics-reports-pie-chart{width:100%;border:none;padding-left:0;padding-right:0}}.exactmetrics-reports-pie-chart .exactmetrics-reports-pie-chart-holder{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin-left:20px}@media (max-width:781px){.exactmetrics-reports-pie-chart .exactmetrics-reports-pie-chart-holder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.exactmetrics-reports-pie-chart .exactmetrics-pie-chart{margin:0 12px 0 0}.exactmetrics-reports-pie-chart .exactmetrics-pie-chart-legend{margin:24px 12px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:center;align-self:center}.exactmetrics-reports-pie-chart .exactmetrics-pie-chart-legend li{background:#f4f3f7;border-radius:10px;padding:10px 20px}.exactmetrics-reports-pie-chart .exactmetrics-pie-chart-tooltip{position:absolute;pointer-events:none}.exactmetrics-pie-chart-legend-color{width:25px;height:25px;display:inline-block;border-radius:50%;margin:7px 17px 7px 0;float:left}.exactmetrics-pie-chart-legend-text{display:inline-block;font-size:15px;color:#9087ac;width:calc(100% - 50px)}.exactmetrics-pie-chart-legend-value{color:#210f59;font-size:18px;font-weight:500;display:inline-block;width:calc(100% - 50px)}.exactmetrics-table-box{background:#fff;width:100%;padding-top:32px;position:relative}.exactmetrics-table-box:first-child{margin-left:0;margin-top:0}@media (max-width:991px){.exactmetrics-table-box{margin-left:0;margin-top:20px}}.exactmetrics-table-box-footer{background:#fff;padding:20px 0 21px;text-align:right}.exactmetrics-report-row-border-top .exactmetrics-table-box-footer{padding-bottom:46px}.exactmetrics-table-box-footer:after{display:table;clear:both;content:""}.exactmetrics-table-box-footer .exactmetrics-button [class*=monstericon-]{margin-left:18px}@media (max-width:782px){.exactmetrics-table-box-footer>.exactmetrics-button{width:100%;text-align:center}}.exactmetrics-table-list-item{padding:12px 20px;min-height:42px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:3px}table .exactmetrics-table-list-item{display:table-row}.exactmetrics-table-list-item:nth-child(odd){background-color:#f4f3f7}.exactmetrics-table-list-item .exactmetrics-reports-list-text{color:#210f59;white-space:pre;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;display:inline-block;width:100%;padding:1px;margin:-1px;font-weight:500}.exactmetrics-table-list-item .exactmetrics-reports-list-text a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#210f59}.exactmetrics-table-list-item .exactmetrics-reports-list-text img{display:inline-block;margin-right:10px;vertical-align:middle}.exactmetrics-table-list-item .exactmetrics-flag{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);display:inline-block;margin:-6px 0 -10px -8px}.exactmetrics-table-list-item a{text-decoration:none;color:#393f4c}.exactmetrics-table-list-item a:focus,.exactmetrics-table-list-item a:hover{color:#777}.exactmetrics-table-list-item .exactmetrics-reports-list-count{display:inline-block;min-width:30px;color:#657086;font-weight:400}.exactmetrics-table-list-item .exactmetrics-reports-list-number{color:#393f4c;font-size:15px;text-align:right;display:block;padding-left:5px}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:32px;right:0}@media (max-width:782px){body.exactmetrics-reporting-page .exactmetrics-table-box-pagination{float:none;width:100%;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:65px}}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination span{color:#9087ac}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-buttons-toggle{position:absolute;top:100%;background:#fff;border:1px solid #f4f3f7;border-radius:3px;margin-top:6px;-webkit-box-shadow:0 10px 20px rgba(48,44,62,.05);box-shadow:0 10px 20px rgba(48,44,62,.05);padding:7px 8px;width:100%;left:0}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-buttons-toggle .exactmetrics-button{width:100%;border-radius:3px;border:none;background:#fff}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-buttons-toggle .exactmetrics-button.exactmetrics-selected-interval,body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-buttons-toggle .exactmetrics-button:focus,body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-buttons-toggle .exactmetrics-button:hover{background:#f4f3f7}body.exactmetrics-reporting-page .exactmetrics-table-box-pagination .exactmetrics-pagination-selector span{color:#37276a}.exactmetrics-pagination-selector{background:#f4f3f7;padding:8px 35px 8px 20px;border:none;border-radius:3px;font-size:15px;line-height:1.7;cursor:pointer}.exactmetrics-pagination-selector:after{width:0;height:0;border-color:#9087ac rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 3.5px 0;content:"";position:absolute;top:50%;margin-top:-1px;right:20px}@media (max-width:792px){.exactmetrics-pagination-selector{width:100%;text-align:left;top:65px}}.exactmetrics-table-box-list{min-height:calc(100% - 147px);position:relative}.exactmetrics-table-box-list .exactmetrics-table-no-data{top:0;bottom:0;left:0;right:0}.exactmetrics-table-box-table .exactmetrics-table-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;word-break:break-all}@media (max-width:782px){.exactmetrics-table-box-table .exactmetrics-table-item-content{-ms-flex-flow:wrap;flex-flow:wrap}}.exactmetrics-table-box-mobile .exactmetrics-table-box-table{overflow:auto}.exactmetrics-table-box-mobile .exactmetrics-table-box-table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0}.exactmetrics-table-box-mobile .exactmetrics-table-box-table tr.exactmetrics-table-list-item-active td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;margin-left:50px;border-top:1px solid #d6e2ed;font-size:13px;color:#657086;padding-top:8px;padding-bottom:8px}.exactmetrics-table-box-mobile .exactmetrics-table-box-table tr.exactmetrics-table-list-item-active td.exactmetrics-table-cell-1{margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:20px;font-size:15px;color:#210f59;padding-top:12px;padding-bottom:12px;border-top:none}.exactmetrics-table-box-mobile .exactmetrics-table-box-table tr.exactmetrics-table-list-item-active td.exactmetrics-table-cell-1 .exactmetrics-table-item-content:after{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.exactmetrics-table-box-mobile .exactmetrics-table-box-table td,.exactmetrics-table-box-mobile .exactmetrics-table-box-table th{display:none;width:100%}.exactmetrics-table-box-mobile .exactmetrics-table-box-table td.exactmetrics-table-cell-1,.exactmetrics-table-box-mobile .exactmetrics-table-box-table th.exactmetrics-table-cell-1{display:block;width:100%}.exactmetrics-table-box-mobile .exactmetrics-table-box-table td.exactmetrics-table-cell-1 .exactmetrics-table-item-content,.exactmetrics-table-box-mobile .exactmetrics-table-box-table th.exactmetrics-table-cell-1 .exactmetrics-table-item-content{padding-right:30px;position:relative;white-space:pre;text-overflow:ellipsis;overflow:hidden;width:100%}.exactmetrics-table-box-mobile .exactmetrics-table-box-table td.exactmetrics-table-cell-1 .exactmetrics-table-item-content:after,.exactmetrics-table-box-mobile .exactmetrics-table-box-table th.exactmetrics-table-cell-1 .exactmetrics-table-item-content:after{content:"\F01F";display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);color:#9087ac;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.exactmetrics-table-box-mobile .exactmetrics-table-box-table .exactmetrics-table-mobile-heading{min-width:125px}.exactmetrics-table-box-mobile .exactmetrics-table-box-table .exactmetrics-table-list-item-empty td:first-child .exactmetrics-table-item-content:after{display:none}.exactmetrics-table-box-table table{width:100%;border-collapse:collapse}.exactmetrics-table-box-mobile .exactmetrics-table-box-table table{table-layout:fixed}.exactmetrics-table-box-table th{text-align:left;font-size:12px;color:#9087ac;text-transform:uppercase;letter-spacing:.08em}.exactmetrics-table-box-table td,.exactmetrics-table-box-table th{border:none;padding:12px 10px;line-height:19px}.exactmetrics-table-box-table td:first-child,.exactmetrics-table-box-table th:first-child{padding-left:20px}.exactmetrics-table-box-table td:last-child,.exactmetrics-table-box-table th:last-child{padding-right:20px}.exactmetrics-report-2-columns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.exactmetrics-report-2-columns .exactmetrics-table-box{width:50%}@media (max-width:991px){.exactmetrics-report-2-columns .exactmetrics-table-box{width:100%}}.exactmetrics-report-2-columns.exactmetrics-report-infobox-row .exactmetrics-reports-infobox{width:50%}@media (max-width:782px){.exactmetrics-report-2-columns.exactmetrics-report-infobox-row .exactmetrics-reports-infobox{width:100%}}.exactmetrics-report-2-columns .exactmetrics-table-box:nth-child(odd){padding-right:32px;border-right:1px solid #e9e7ee}@media (max-width:991px){.exactmetrics-report-2-columns .exactmetrics-table-box:nth-child(odd){padding-right:0;border-right:none}}.exactmetrics-report-2-columns .exactmetrics-table-box:nth-child(2n){padding-left:32px}@media (max-width:991px){.exactmetrics-report-2-columns .exactmetrics-table-box:nth-child(2n){padding-left:0}}.exactmetrics-report-dimensions .exactmetrics-table-box{border-top:1px solid #e9e7ee;padding-left:32px;padding-right:32px}.exactmetrics-report-dimensions .exactmetrics-report-2-columns{margin-left:-32px;margin-right:-32px}.exactmetrics-report-flex .exactmetrics-report-box{width:50%}@media (max-width:782px){.exactmetrics-report-flex .exactmetrics-report-box{width:100%;margin-top:20px}.exactmetrics-report-flex .exactmetrics-report-box:first-child{margin-top:0}}.exactmetrics-reports-tooltip{font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.exactmetrics-arrow{width:10px;height:11px;display:inline-block;background-size:contain;background-repeat:no-repeat}.exactmetrics-arrow.exactmetrics-down{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAXVBMVEUAAADYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjip09rAAAAHnRSTlMA8IciAeKVlnAwD/bp1ci5on1URtyyl2dhPzccFQOiNcZVAAAAg0lEQVQoz9XNWQ6DMAxFUUNCmwBl7Dx4/8tsjCAvQd4A98OWdT5MaOr74UtaLTOPqhRByuNL7fxefs9ZoOPmlYsdmB3RLdzFOxV759BMHQv5REqWJjKV7NZEGRc4WVqpMqu4CBtdP4s8IoAujQwACAFAAI3OABAgJ4BGgJzkuVrt0+sPB0gVjZ7FTpgAAAAASUVORK5CYII=)}.exactmetrics-arrow.exactmetrics-down.exactmetrics-green{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAWlBMVEUAAABcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKXnJVaBAAAAHXRSTlMADloG+qFg0bOrm1RNGJCAd3FoRe/Zyci8kjIuLCxb7jsAAACJSURBVCjP3cpbFsIgDEXRC8G29mVrfWvmP00DcREtHYHnI0A2sB7T5LEVnZh52RLHkv8DeblCnhTnnc/DSlquZXWQd+1+ZIwrwoWlqzORv7EBS4jnjbLMCUYAfaKGPlIlaIFMO5UuKGidUhp6BYwsAULOhxVYldFewagAowxFxwiNQkkKZf38DW9jKhaFyDomEwAAAABJRU5ErkJggg==)}.exactmetrics-arrow.exactmetrics-up{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAWlBMVEUAAABcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKXnJVaBAAAAHXRSTlMA8Icj45jrlzD20bqkfXJkV0sUD9zWxbaLcT43HO3asg8AAACASURBVCjP3clJFsIgEADRisRA5slZuf81ReQ1UZILpBa1+SyaDeup3OotsPa4AUIJCCUQKYVIERKKcC7dKqEIp1fmfugDRcgVXui+JFAogtB60nDxYBDh5mng6p49WQj6IyNTZcsHP0JjbQfMd8Of0I9IIqEdSOGkXZWhrpsJ6Q1+nBSNjDcDLgAAAABJRU5ErkJggg==)}.exactmetrics-arrow.exactmetrics-up.exactmetrics-red{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAMAAAAc9R5vAAAAV1BMVEUAAADYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjhHHlCMAAAAHHRSTlMALTzj+N0V79kkHNVD0U5IIBnqy8K3VTcSB704vhc5cQAAAJRJREFUKM/VjUkSwyAMBIeACRhsvC+J/v/ORErZcOADmYOm1F0lIccH51HJoIl0xbQNfaOHKhdT4ZKmLfnoiGrGOirixpsH3p8ySmM7+Zp4bvIrWOaH8MkrrofXlzlmOaHwE1ATd2fx4jZvXAK7/FmgmUdkgWj4hFSPUqA3ZBIQ1w2FELMm5GTB+XOxV8S5EM3nvX4AV4MVrf6KAvgAAAAASUVORK5CYII=)}.exactmetrics-reports-overview-datagraph-tooltip-trend{font-weight:700}.exactmetrics-report-box{background:#fff;padding:32px 0;position:relative}.exactmetrics-realtime-large{font-size:120px;text-align:center;line-height:1.4;color:#32a27a}.exactmetrics-realtime-active{text-align:center;width:100%;font-size:17px;line-height:1;margin-top:-2px;color:#210f59;font-weight:500}.exactmetrics-realtime-box-content .exactmetrics-line-chart-tooltip{max-width:115px}.exactmetrics-realtime-count-box{width:357px;height:357px;margin:50px auto;border-radius:50%;border:15px solid #e9e7ee;text-align:center;padding-top:52px}@media (max-width:782px){.exactmetrics-realtime-count-box{width:300px;height:300px;padding-top:40px}}.exactmetrics-realtime-count-box h3{display:inline-block;font-size:24px;color:#210f59;line-height:1.4;margin:0}#exactmetrics-chartjs-pie-age-tooltip{margin-left:23px;min-width:95px}.exactmetrics-blur .exactmetrics-report-top{pointer-events:none}.exactmetrics-blur .exactmetrics-report-row{-webkit-filter:blur(5px);filter:blur(5px)}.exactmetrics-blur .exactmetrics-report{min-height:850px}.exactmetrics-reports-referral-icon{vertical-align:middle;margin-right:10px;margin-left:2px}.exactmetrics-upsell-inline{background-image:url(../img/reports-upsell-bg.png);background-repeat:no-repeat;background-position:100% 0;background-color:#fff;background-size:452px}@media (max-width:991px){.exactmetrics-upsell-inline .exactmetrics-upsell-inline-content{margin:-20px;padding:20px;background:hsla(0,0%,100%,.3)}}.exactmetrics-upsell-content{max-width:750px}.exactmetrics-upsell-content p{font-size:16px;color:#393f4c;line-height:1.8}.exactmetrics-upsell-content .exactmetrics-light{color:#657086}.exactmetrics-upsell-content .exactmetrics-button{font-size:17px;font-weight:700;padding:15px 25px;line-height:1}@media (max-width:782px){.exactmetrics-upsell-content .exactmetrics-button{font-size:15px}}.exactmetrics-upsell-overlay{position:absolute;top:125px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:750px;max-width:100%;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);background-color:#fff;border:1px solid #d6e2ed}.exactmetrics-upsell-overlay .exactmetrics-upsell-top{padding:0 40px}@media (max-width:782px){.exactmetrics-upsell-overlay .exactmetrics-upsell-top{padding:0 20px}}@media (max-width:782px){.exactmetrics-upsell-overlay{top:70px;width:calc(100% - 40px)}}.exactmetrics-upsell-overlay h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.exactmetrics-upsell-overlay .exactmetrics-upsell-subtitle{color:#4c6577;font-size:16px;text-align:center}.exactmetrics-upsell-overlay p{margin:20px 0}.exactmetrics-upsell-overlay .exactmetrics-upsell-content{border-top:1px solid #d6e2ed;background:#f9fbff;padding:40px}@media (max-width:782px){.exactmetrics-upsell-overlay .exactmetrics-upsell-content{padding-left:20px;padding-right:20px}}.exactmetrics-upsell-overlay .exactmetrics-upsell-content ul{margin:0 auto;max-width:520px}.exactmetrics-upsell-overlay .exactmetrics-upsell-content ul li{color:#4c6577;font-size:16px;margin:0 0 30px;padding-left:40px;position:relative;line-height:1.2}.exactmetrics-upsell-overlay .exactmetrics-upsell-content ul li:before{position:absolute;content:"\f015";width:20px;height:20px;background:#5cc0a5;left:0;border-radius:50%;display:inline-block;font-family:Misettings;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#210f59;font-size:14px;text-align:center;line-height:20px;top:-1px}.exactmetrics-upsell-overlay .exactmetrics-upsell-content .exactmetrics-button{font-weight:400;font-size:16px;margin-top:10px}.exactmetrics-upsell-overlay a{color:#393f4c}.exactmetrics-upsell-overlay a:hover{text-decoration:none}.exactmetrics-center,.exactmetrics-mobile-upsell{text-align:center}.exactmetrics-mobile-upsell .exactmetrics-notice{border-top:1px solid #d6e2ed;border-right:1px solid #d6e2ed;border-bottom:1px solid #d6e2ed}.exactmetrics-mobile-upsell .exactmetrics-notice-inner{margin-top:0}@media (min-width:783px){.exactmetrics-mobile-upsell{display:none}}.exactmetrics-mobile-upsell .exactmetrics-notice-success .exactmetrics-notice-button{margin-right:0}.exactmetrics-overview-upsell-desktop{margin:0 -32px}@media (max-width:782px){.exactmetrics-overview-upsell-desktop{display:none}}.exactmetrics-overview-upsell-desktop .exactmetrics-upsell-half.exactmetrics-upsell-left{width:55%}@media (max-width:969px){.exactmetrics-overview-upsell-desktop .exactmetrics-upsell-half.exactmetrics-upsell-left{width:100%}}.exactmetrics-overview-upsell-desktop .exactmetrics-upsell-half.exactmetrics-upsell-right{width:45%}.exactmetrics-overview-upsell-desktop .exactmetrics-upsell-half.exactmetrics-upsell-right .exactmetrics-em-upsell-screen{bottom:auto;height:490px;width:779px;left:0}.exactmetrics-overview-upsell-desktop .exactmetrics-em-logo-text{width:376px;margin-right:142px}.exactmetrics-overview-upsell-desktop .exactmetrics-em-logo-text:before{content:"";height:48px;width:127px;background-image:url(data:image/png;base64,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);background-size:contain;position:absolute;left:100%;top:0;margin-left:15px}.exactmetrics-report-realtime .exactmetrics-table-box th:first-child{width:auto}.exactmetrics-reports-list-title{display:inline-block;word-break:break-all}@media (max-width:782px){.exactmetrics-reports-list-title{width:calc(100% - 30px);text-overflow:ellipsis;overflow:hidden}}.exactmetrics-report-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-top:32px}.exactmetrics-report-scroll:nth-child(2){width:calc(50% - 12.5px);margin-left:25px}@media (max-width:991px){.exactmetrics-report-scroll:nth-child(2){width:100%;margin-left:0;margin-top:25px}}@media (max-width:782px){.exactmetrics-report-scroll{width:100%;margin-left:0}}.exactmetrics-report-scroll>h3{position:absolute;top:0}.exactmetrics-report-scroll .exactmetrics-realtime-active{margin:0 0 50px}.exactmetrics-report-scroll .exactmetrics-realtime-box-content{margin:25px 0}.exactmetrics-report-scroll .exactmetrics-realtime-large{line-height:1;margin:50px 0 0;font-size:80px}@media (max-width:782px){.exactmetrics-report-scroll .exactmetrics-realtime-large{margin-top:25px}}.exactmetrics-not-authenticated-notice{position:fixed;top:40%;left:50%;width:750px;max-width:100%;margin-left:-295px;background:#fff;padding:0 20px 20px;-webkit-box-shadow:0 5px 25px 0 rgba(0,0,0,.15);box-shadow:0 5px 25px 0 rgba(0,0,0,.15);border:1px solid #d6e2ed;text-align:center}@media (min-width:783px){.folded .exactmetrics-not-authenticated-notice{margin-left:-357px}}@media (max-width:960px){.exactmetrics-not-authenticated-notice{margin-left:-357px}}@media (max-width:750px){.exactmetrics-not-authenticated-notice{left:0;margin-left:0}}@media (min-width:750px) and (max-width:782px){.exactmetrics-not-authenticated-notice{margin-left:-375px}}.exactmetrics-not-authenticated-notice .exactmetrics-auth-manual-connect-paragraph{display:none}.exactmetrics-not-authenticated-notice h3{text-align:center;color:#393f4c;font-size:20px;margin:32px 0 20px;line-height:1.4}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate{text-align:center}.exactmetrics-not-authenticated-notice .exactmetrics-license-button{line-height:1;margin-top:20px}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button{font-size:16px;padding:20px 40px;margin:20px 20px 10px;background:#e9e7ee;border-color:#e9e7ee;color:#37276a}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button:focus,.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button:hover{background-color:#f4f3f7;border-color:#f4f3f7;color:#37276a}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button.exactmetrics-button-alt{background:#6528f5;border-color:#6528f5;color:#fff}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button.exactmetrics-button-alt:focus,.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button.exactmetrics-button-alt:hover{background-color:#37276a;border-color:#37276a;color:#fff}.exactmetrics-not-authenticated-notice .exactmetrics-settings-input .exactmetrics-button.exactmetrics-button-disabled{background:#e9e7ee;border-color:#e9e7ee;color:#9087ac}.exactmetrics-reports-list-has-overflow{cursor:pointer}.exactmetrics-reports-ecommerce-pie-chart{padding:130px 0 0;width:40%;max-width:100%}@media (max-width:792px){.exactmetrics-reports-ecommerce-pie-chart{width:100%;padding-top:32px}}.exactmetrics-reports-ecommerce-pie-chart .exactmetrics-reports-pie-chart{position:relative;width:225px;text-align:center;padding:0;margin:0 auto;border:none}.exactmetrics-table-no-data{background:url(../img/loading-background.jpg) no-repeat bottom #f4f3f7;height:100%;min-height:300px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;border-radius:10px;padding:20px}.exactmetrics-table-no-data h3{font-size:17px;line-height:1.5;color:#210f59}.exactmetrics-product-color{display:inline-block;width:14px;height:14px;margin-right:11px;vertical-align:middle;border-radius:50%}.exactmetrics-report-row-icon-left{position:relative;padding-left:170px}.exactmetrics-report-row-icon-left:before{font-size:50px;position:absolute;left:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#9087ac}@media (max-width:782px){.exactmetrics-report-row-icon-left{padding-left:20px}.exactmetrics-report-row-icon-left:before{display:none}}.exactmetrics-admin-page .exactmetrics-lite-datepicker{text-align:center;padding:12px 12px 27px}.exactmetrics-admin-page .exactmetrics-lite-datepicker p{color:#210f59;font-size:15px;line-height:1.5;font-weight:700}.exactmetrics-admin-page .exactmetrics-lite-datepicker .exactmetrics-button-text{color:#32a27a;display:inline-block;width:auto}.exactmetrics-admin-page .exactmetrics-lite-datepicker .exactmetrics-button-text:focus,.exactmetrics-admin-page .exactmetrics-lite-datepicker .exactmetrics-button-text:hover{color:#19865f}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-button{background:#e9e7ee;color:#210f59}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-button:focus,body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-button:hover{background:#bcb7cd}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-reports-intervals-dropdown{min-width:250px}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-reports-intervals-dropdown .exactmetrics-button{background:rgba(0,0,0,0);color:#32a27a}body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-reports-intervals-dropdown .exactmetrics-button:focus,body.exactmetrics-reporting-page .exactmetrics-export-pdf-report-lite .exactmetrics-reports-intervals-dropdown .exactmetrics-button:hover{color:#19865f}
|
1 |
/*!
|
2 |
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
|
3 |
+
*/.exactmetrics-flag{display:inline-block;width:32px;height:32px;background:url(../img/flags.png) no-repeat}.exactmetrics-flag.exactmetrics-flag-ad{background-position:-32px 0}.exactmetrics-flag.exactmetrics-flag-ae{background-position:-64px 0}.exactmetrics-flag.exactmetrics-flag-af{background-position:-96px 0}.exactmetrics-flag.exactmetrics-flag-ag{background-position:-128px 0}.exactmetrics-flag.exactmetrics-flag-ai{background-position:-160px 0}.exactmetrics-flag.exactmetrics-flag-al{background-position:-192px 0}.exactmetrics-flag.exactmetrics-flag-am{background-position:-224px 0}.exactmetrics-flag.exactmetrics-flag-an{background-position:-256px 0}.exactmetrics-flag.exactmetrics-flag-ao{background-position:-288px 0}.exactmetrics-flag.exactmetrics-flag-ar{background-position:-320px 0}.exactmetrics-flag.exactmetrics-flag-as{background-position:-352px 0}.exactmetrics-flag.exactmetrics-flag-at{background-position:-384px 0}.exactmetrics-flag.exactmetrics-flag-au{background-position:-416px 0}.exactmetrics-flag.exactmetrics-flag-aw{background-position:-448px 0}.exactmetrics-flag.exactmetrics-flag-ax{background-position:-480px 0}.exactmetrics-flag.exactmetrics-flag-az{background-position:0 -32px}.exactmetrics-flag.exactmetrics-flag-ba{background-position:-32px -32px}.exactmetrics-flag.exactmetrics-flag-bb{background-position:-64px -32px}.exactmetrics-flag.exactmetrics-flag-bd{background-position:-96px -32px}.exactmetrics-flag.exactmetrics-flag-be{background-position:-128px -32px}.exactmetrics-flag.exactmetrics-flag-bf{background-position:-160px -32px}.exactmetrics-flag.exactmetrics-flag-bg{background-position:-192px -32px}.exactmetrics-flag.exactmetrics-flag-bh{background-position:-224px -32px}.exactmetrics-flag.exactmetrics-flag-bi{background-position:-256px -32px}.exactmetrics-flag.exactmetrics-flag-bj{background-position:-288px -32px}.exactmetrics-flag.exactmetrics-flag-bl{background-position:-320px -32px}.exactmetrics-flag.exactmetrics-flag-bm{background-position:-352px -32px}.exactmetrics-flag.exactmetrics-flag-bn{background-position:-384px -32px}.exactmetrics-flag.exactmetrics-flag-bo{background-position:-416px -32px}.exactmetrics-flag.exactmetrics-flag-br{background-position:-448px -32px}.exactmetrics-flag.exactmetrics-flag-bs{background-position:-480px -32px}.exactmetrics-flag.exactmetrics-flag-bt{background-position:0 -64px}.exactmetrics-flag.exactmetrics-flag-bw{background-position:-32px -64px}.exactmetrics-flag.exactmetrics-flag-by{background-position:-64px -64px}.exactmetrics-flag.exactmetrics-flag-bz{background-position:-96px -64px}.exactmetrics-flag.exactmetrics-flag-ca{background-position:-128px -64px}.exactmetrics-flag.exactmetrics-flag-cd{background-position:-160px -64px}.exactmetrics-flag.exactmetrics-flag-cf{background-position:-192px -64px}.exactmetrics-flag.exactmetrics-flag-cg{background-position:-224px -64px}.exactmetrics-flag.exactmetrics-flag-ch{background-position:-256px -64px}.exactmetrics-flag.exactmetrics-flag-ci{background-position:-288px -64px}.exactmetrics-flag.exactmetrics-flag-ck{background-position:-320px -64px}.exactmetrics-flag.exactmetrics-flag-cl{background-position:-352px -64px}.exactmetrics-flag.exactmetrics-flag-cm{background-position:-384px -64px}.exactmetrics-flag.exactmetrics-flag-cn{background-position:-416px -64px}.exactmetrics-flag.exactmetrics-flag-co{background-position:-448px -64px}.exactmetrics-flag.exactmetrics-flag-cr{background-position:-480px -64px}.exactmetrics-flag.exactmetrics-flag-cu{background-position:0 -96px}.exactmetrics-flag.exactmetrics-flag-cv{background-position:-32px -96px}.exactmetrics-flag.exactmetrics-flag-cw{background-position:-64px -96px}.exactmetrics-flag.exactmetrics-flag-cy{background-position:-96px -96px}.exactmetrics-flag.exactmetrics-flag-cz{background-position:-128px -96px}.exactmetrics-flag.exactmetrics-flag-de{background-position:-160px -96px}.exactmetrics-flag.exactmetrics-flag-dj{background-position:-192px -96px}.exactmetrics-flag.exactmetrics-flag-dk{background-position:-224px -96px}.exactmetrics-flag.exactmetrics-flag-dm{background-position:-256px -96px}.exactmetrics-flag.exactmetrics-flag-do{background-position:-288px -96px}.exactmetrics-flag.exactmetrics-flag-dz{background-position:-320px -96px}.exactmetrics-flag.exactmetrics-flag-ec{background-position:-352px -96px}.exactmetrics-flag.exactmetrics-flag-ee{background-position:-384px -96px}.exactmetrics-flag.exactmetrics-flag-eg{background-position:-416px -96px}.exactmetrics-flag.exactmetrics-flag-eh{background-position:-448px -96px}.exactmetrics-flag.exactmetrics-flag-er{background-position:-480px -96px}.exactmetrics-flag.exactmetrics-flag-es{background-position:0 -128px}.exactmetrics-flag.exactmetrics-flag-et{background-position:-32px -128px}.exactmetrics-flag.exactmetrics-flag-eu{background-position:-64px -128px}.exactmetrics-flag.exactmetrics-flag-fi{background-position:-96px -128px}.exactmetrics-flag.exactmetrics-flag-fj{background-position:-128px -128px}.exactmetrics-flag.exactmetrics-flag-fk{background-position:-160px -128px}.exactmetrics-flag.exactmetrics-flag-fm{background-position:-192px -128px}.exactmetrics-flag.exactmetrics-flag-fo{background-position:-224px -128px}.exactmetrics-flag.exactmetrics-flag-fr{background-position:-256px -128px}.exactmetrics-flag.exactmetrics-flag-ga{background-position:-288px -128px}.exactmetrics-flag.exactmetrics-flag-gb{background-position:-320px -128px}.exactmetrics-flag.exactmetrics-flag-gd{background-position:-352px -128px}.exactmetrics-flag.exactmetrics-flag-ge{background-position:-384px -128px}.exactmetrics-flag.exactmetrics-flag-gg{background-position:-416px -128px}.exactmetrics-flag.exactmetrics-flag-gh{background-position:-448px -128px}.exactmetrics-flag.exactmetrics-flag-gi{background-position:-480px -128px}.exactmetrics-flag.exactmetrics-flag-gl{background-position:0 -160px}.exactmetrics-flag.exactmetrics-flag-gm{background-position:-32px -160px}.exactmetrics-flag.exactmetrics-flag-gn{background-position:-64px -160px}.exactmetrics-flag.exactmetrics-flag-gp{background-position:-96px -160px}.exactmetrics-flag.exactmetrics-flag-gq{background-position:-128px -160px}.exactmetrics-flag.exactmetrics-flag-gr{background-position:-160px -160px}.exactmetrics-flag.exactmetrics-flag-gs{background-position:-192px -160px}.exactmetrics-flag.exactmetrics-flag-gt{background-position:-224px -160px}.exactmetrics-flag.exactmetrics-flag-gu{background-position:-256px -160px}.exactmetrics-flag.exactmetrics-flag-gw{background-position:-288px -160px}.exactmetrics-flag.exactmetrics-flag-gy{background-position:-320px -160px}.exactmetrics-flag.exactmetrics-flag-hk{background-position:-352px -160px}.exactmetrics-flag.exactmetrics-flag-hn{background-position:-384px -160px}.exactmetrics-flag.exactmetrics-flag-hr{background-position:-416px -160px}.exactmetrics-flag.exactmetrics-flag-ht{background-position:-448px -160px}.exactmetrics-flag.exactmetrics-flag-hu{background-position:-480px -160px}.exactmetrics-flag.exactmetrics-flag-ic{background-position:0 -192px}.exactmetrics-flag.exactmetrics-flag-id{background-position:-32px -192px}.exactmetrics-flag.exactmetrics-flag-ie{background-position:-64px -192px}.exactmetrics-flag.exactmetrics-flag-il{background-position:-96px -192px}.exactmetrics-flag.exactmetrics-flag-im{background-position:-128px -192px}.exactmetrics-flag.exactmetrics-flag-in{background-position:-160px -192px}.exactmetrics-flag.exactmetrics-flag-iq{background-position:-192px -192px}.exactmetrics-flag.exactmetrics-flag-ir{background-position:-224px -192px}.exactmetrics-flag.exactmetrics-flag-is{background-position:-256px -192px}.exactmetrics-flag.exactmetrics-flag-it{background-position:-288px -192px}.exactmetrics-flag.exactmetrics-flag-je{background-position:-320px -192px}.exactmetrics-flag.exactmetrics-flag-jm{background-position:-352px -192px}.exactmetrics-flag.exactmetrics-flag-jo{background-position:-384px -192px}.exactmetrics-flag.exactmetrics-flag-jp{background-position:-416px -192px}.exactmetrics-flag.exactmetrics-flag-ke{background-position:-448px -192px}.exactmetrics-flag.exactmetrics-flag-kg{background-position:-480px -192px}.exactmetrics-flag.exactmetrics-flag-kh{background-position:0 -224px}.exactmetrics-flag.exactmetrics-flag-ki{background-position:-32px -224px}.exactmetrics-flag.exactmetrics-flag-km{background-position:-64px -224px}.exactmetrics-flag.exactmetrics-flag-kn{background-position:-96px -224px}.exactmetrics-flag.exactmetrics-flag-kp{background-position:-128px -224px}.exactmetrics-flag.exactmetrics-flag-kr{background-position:-160px -224px}.exactmetrics-flag.exactmetrics-flag-kw{background-position:-192px -224px}.exactmetrics-flag.exactmetrics-flag-ky{background-position:-224px -224px}.exactmetrics-flag.exactmetrics-flag-kz{background-position:-256px -224px}.exactmetrics-flag.exactmetrics-flag-la{background-position:-288px -224px}.exactmetrics-flag.exactmetrics-flag-lb{background-position:-320px -224px}.exactmetrics-flag.exactmetrics-flag-lc{background-position:-352px -224px}.exactmetrics-flag.exactmetrics-flag-li{background-position:-384px -224px}.exactmetrics-flag.exactmetrics-flag-lk{background-position:-416px -224px}.exactmetrics-flag.exactmetrics-flag-lr{background-position:-448px -224px}.exactmetrics-flag.exactmetrics-flag-ls{background-position:-480px -224px}.exactmetrics-flag.exactmetrics-flag-lt{background-position:0 -256px}.exactmetrics-flag.exactmetrics-flag-lu{background-position:-32px -256px}.exactmetrics-flag.exactmetrics-flag-lv{background-position:-64px -256px}.exactmetrics-flag.exactmetrics-flag-ly{background-position:-96px -256px}.exactmetrics-flag.exactmetrics-flag-ma{background-position:-128px -256px}.exactmetrics-flag.exactmetrics-flag-mc{background-position:-160px -256px}.exactmetrics-flag.exactmetrics-flag-md{background-position:-192px -256px}.exactmetrics-flag.exactmetrics-flag-me{background-position:-224px -256px}.exactmetrics-flag.exactmetrics-flag-mf{background-position:-256px -256px}.exactmetrics-flag.exactmetrics-flag-mg{background-position:-288px -256px}.exactmetrics-flag.exactmetrics-flag-mh{background-position:-320px -256px}.exactmetrics-flag.exactmetrics-flag-mk{background-position:-352px -256px}.exactmetrics-flag.exactmetrics-flag-ml{background-position:-384px -256px}.exactmetrics-flag.exactmetrics-flag-mm{background-position:-416px -256px}.exactmetrics-flag.exactmetrics-flag-mn{background-position:-448px -256px}.exactmetrics-flag.exactmetrics-flag-mo{background-position:-480px -256px}.exactmetrics-flag.exactmetrics-flag-mp{background-position:0 -288px}.exactmetrics-flag.exactmetrics-flag-mq{background-position:-32px -288px}.exactmetrics-flag.exactmetrics-flag-mr{background-position:-64px -288px}.exactmetrics-flag.exactmetrics-flag-ms{background-position:-96px -288px}.exactmetrics-flag.exactmetrics-flag-mt{background-position:-128px -288px}.exactmetrics-flag.exactmetrics-flag-mu{background-position:-160px -288px}.exactmetrics-flag.exactmetrics-flag-mv{background-position:-192px -288px}.exactmetrics-flag.exactmetrics-flag-mw{background-position:-224px -288px}.exactmetrics-flag.exactmetrics-flag-mx{background-position:-256px -288px}.exactmetrics-flag.exactmetrics-flag-my{background-position:-288px -288px}.exactmetrics-flag.exactmetrics-flag-mz{background-position:-320px -288px}.exactmetrics-flag.exactmetrics-flag-na{background-position:-352px -288px}.exactmetrics-flag.exactmetrics-flag-nc{background-position:-384px -288px}.exactmetrics-flag.exactmetrics-flag-ne{background-position:-416px -288px}.exactmetrics-flag.exactmetrics-flag-nf{background-position:-448px -288px}.exactmetrics-flag.exactmetrics-flag-ng{background-position:-480px -288px}.exactmetrics-flag.exactmetrics-flag-ni{background-position:0 -320px}.exactmetrics-flag.exactmetrics-flag-nl{background-position:-32px -320px}.exactmetrics-flag.exactmetrics-flag-no{background-position:-64px -320px}.exactmetrics-flag.exactmetrics-flag-np{background-position:-96px -320px}.exactmetrics-flag.exactmetrics-flag-nr{background-position:-128px -320px}.exactmetrics-flag.exactmetrics-flag-nu{background-position:-160px -320px}.exactmetrics-flag.exactmetrics-flag-nz{background-position:-192px -320px}.exactmetrics-flag.exactmetrics-flag-om{background-position:-224px -320px}.exactmetrics-flag.exactmetrics-flag-pa{background-position:-256px -320px}.exactmetrics-flag.exactmetrics-flag-pe{background-position:-288px -320px}.exactmetrics-flag.exactmetrics-flag-pf{background-position:-320px -320px}.exactmetrics-flag.exactmetrics-flag-pg{background-position:-352px -320px}.exactmetrics-flag.exactmetrics-flag-ph{background-position:-384px -320px}.exactmetrics-flag.exactmetrics-flag-pk{background-position:-416px -320px}.exactmetrics-flag.exactmetrics-flag-pl{background-position:-448px -320px}.exactmetrics-flag.exactmetrics-flag-pn{background-position:-480px -320px}.exactmetrics-flag.exactmetrics-flag-pr{background-position:0 -352px}.exactmetrics-flag.exactmetrics-flag-ps{background-position:-32px -352px}.exactmetrics-flag.exactmetrics-flag-pt{background-position:-64px -352px}.exactmetrics-flag.exactmetrics-flag-pw{background-position:-96px -352px}.exactmetrics-flag.exactmetrics-flag-py{background-position:-128px -352px}.exactmetrics-flag.exactmetrics-flag-qa{background-position:-160px -352px}.exactmetrics-flag.exactmetrics-flag-re{background-position:-192px -352px}.exactmetrics-flag.exactmetrics-flag-ro{background-position:-224px -352px}.exactmetrics-flag.exactmetrics-flag-rs{background-position:-256px -352px}.exactmetrics-flag.exactmetrics-flag-ru{background-position:-288px -352px}.exactmetrics-flag.exactmetrics-flag-rw{background-position:-320px -352px}.exactmetrics-flag.exactmetrics-flag-sa{background-position:-352px -352px}.exactmetrics-flag.exactmetrics-flag-sb{background-position:-384px -352px}.exactmetrics-flag.exactmetrics-flag-sc{background-position:-416px -352px}.exactmetrics-flag.exactmetrics-flag-sd{background-position:-448px -352px}.exactmetrics-flag.exactmetrics-flag-se{background-position:-480px -352px}.exactmetrics-flag.exactmetrics-flag-sg{background-position:0 -384px}.exactmetrics-flag.exactmetrics-flag-sh{background-position:-32px -384px}.exactmetrics-flag.exactmetrics-flag-si{background-position:-64px -384px}.exactmetrics-flag.exactmetrics-flag-sk{background-position:-96px -384px}.exactmetrics-flag.exactmetrics-flag-sl{background-position:-128px -384px}.exactmetrics-flag.exactmetrics-flag-sm{background-position:-160px -384px}.exactmetrics-flag.exactmetrics-flag-sn{background-position:-192px -384px}.exactmetrics-flag.exactmetrics-flag-so{background-position:-224px -384px}.exactmetrics-flag.exactmetrics-flag-sr{background-position:-256px -384px}.exactmetrics-flag.exactmetrics-flag-ss{background-position:-288px -384px}.exactmetrics-flag.exactmetrics-flag-st{background-position:-320px -384px}.exactmetrics-flag.exactmetrics-flag-sv{background-position:-352px -384px}.exactmetrics-flag.exactmetrics-flag-sy{background-position:-384px -384px}.exactmetrics-flag.exactmetrics-flag-sz{background-position:-416px -384px}.exactmetrics-flag.exactmetrics-flag-tc{background-position:-448px -384px}.exactmetrics-flag.exactmetrics-flag-td{background-position:-480px -384px}.exactmetrics-flag.exactmetrics-flag-tf{background-position:0 -416px}.exactmetrics-flag.exactmetrics-flag-tg{background-position:-32px -416px}.exactmetrics-flag.exactmetrics-flag-th{background-position:-64px -416px}.exactmetrics-flag.exactmetrics-flag-tj{background-position:-96px -416px}.exactmetrics-flag.exactmetrics-flag-tk{background-position:-128px -416px}.exactmetrics-flag.exactmetrics-flag-tl{background-position:-160px -416px}.exactmetrics-flag.exactmetrics-flag-tm{background-position:-192px -416px}.exactmetrics-flag.exactmetrics-flag-tn{background-position:-224px -416px}.exactmetrics-flag.exactmetrics-flag-to{background-position:-256px -416px}.exactmetrics-flag.exactmetrics-flag-tr{background-position:-288px -416px}.exactmetrics-flag.exactmetrics-flag-tt{background-position:-320px -416px}.exactmetrics-flag.exactmetrics-flag-tv{background-position:-352px -416px}.exactmetrics-flag.exactmetrics-flag-tw{background-position:-384px -416px}.exactmetrics-flag.exactmetrics-flag-tz{background-position:-416px -416px}.exactmetrics-flag.exactmetrics-flag-ua{background-position:-448px -416px}.exactmetrics-flag.exactmetrics-flag-ug{background-position:-480px -416px}.exactmetrics-flag.exactmetrics-flag-us{background-position:0 -448px}.exactmetrics-flag.exactmetrics-flag-uy{background-position:-32px -448px}.exactmetrics-flag.exactmetrics-flag-uz{background-position:-64px -448px}.exactmetrics-flag.exactmetrics-flag-va{background-position:-96px -448px}.exactmetrics-flag.exactmetrics-flag-vc{background-position:-128px -448px}.exactmetrics-flag.exactmetrics-flag-ve{background-position:-160px -448px}.exactmetrics-flag.exactmetrics-flag-vg{background-position:-192px -448px}.exactmetrics-flag.exactmetrics-flag-vi{background-position:-224px -448px}.exactmetrics-flag.exactmetrics-flag-vn{background-position:-256px -448px}.exactmetrics-flag.exactmetrics-flag-vu{background-position:-288px -448px}.exactmetrics-flag.exactmetrics-flag-wf{background-position:-320px -448px}.exactmetrics-flag.exactmetrics-flag-ws{background-position:-352px -448px}.exactmetrics-flag.exactmetrics-flag-ye{background-position:-384px -448px}.exactmetrics-flag.exactmetrics-flag-yt{background-position:-416px -448px}.exactmetrics-flag.exactmetrics-flag-za{background-position:-448px -448px}.exactmetrics-flag.exactmetrics-flag-zm{background-position:-480px -448px}.exactmetrics-flag.exactmetrics-flag-zw{background-position:0 -480px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner,.exactmetrics-upsell-row .exactmetrics-upsell-row-inner,.exactmetrics-upsell .exactmetrics-upsell-title .exactmetrics-upsell-title-inner{max-width:1400px;margin:0 auto}.exactmetrics-reports-page .exactmetrics-upsell{border-bottom:1px solid #d6e2ed}.exactmetrics-upsell-row{width:100%;background:rgba(101,40,245,.05)}.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 96px}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-row-inner{padding:0 24px}}.exactmetrics-upsell-row h3{margin:0 0 60px;font-size:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 31%;flex:1 0 31%;margin-bottom:45px}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%}@media (max-width:782px){.exactmetrics-upsell-row .exactmetrics-upsell-list-item{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.exactmetrics-upsell-row .exactmetrics-upsell-list-item i{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;color:#6528f5;font-size:23px;margin-right:18px;margin-top:6px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{line-height:1.7;color:#37276a;max-width:232px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-weight:500;text-decoration:none}.exactmetrics-report-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text,.exactmetrics-settings-ecommerce .exactmetrics-upsell-row .exactmetrics-upsell-list-item .exactmetrics-upsell-list-item-text{max-width:170px}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text{cursor:pointer}.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:focus,.exactmetrics-upsell-row .exactmetrics-upsell-list-item a.exactmetrics-upsell-list-item-text:hover{color:#6528f5}.exactmetrics-full-width-upsell{background:#f7f3fe;min-height:445px;margin-bottom:116px}.exactmetrics-reports-page .exactmetrics-full-width-upsell{margin-bottom:0}@media (max-width:959px){.exactmetrics-full-width-upsell{margin-bottom:48px}}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space{margin-bottom:0;min-height:380px}.exactmetrics-full-width-upsell.exactmetrics-full-width-no-space+.exactmetrics-full-width-upsell{margin-top:-100px}.exactmetrics-full-width-upsell .exactmetrics-full-width-upsell-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:relative}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-full-width-upsell-inner .exactmetrics-upsell-left{padding-left:0;padding-top:100px}.exactmetrics-full-width-upsell h2{color:#210f59;font-size:24px;line-height:1.4}.exactmetrics-full-width-upsell p{font-size:15px;line-height:1.7;color:#210f59;margin:11px 0 0}.exactmetrics-full-width-upsell p.exactmetrics-upsell-pbold{font-weight:700;margin-top:0}.exactmetrics-full-width-upsell a.exactmetrics-green-text{color:#32a27a;font-weight:400}.exactmetrics-full-width-upsell a.exactmetrics-green-text:focus,.exactmetrics-full-width-upsell a.exactmetrics-green-text:hover{color:#19865f;text-decoration:none}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-top:20px;margin-bottom:72px}@media (max-width:1099px){.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons{margin-bottom:48px}}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button:first-child{margin-right:18px}.exactmetrics-full-width-upsell .exactmetrics-upsell-buttons .exactmetrics-button-text .monstericon-arrow-right{font-size:12px;vertical-align:text-top;margin-left:10px}.exactmetrics-upsell-half{position:relative;padding-top:56px}.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-left:96px;padding-top:56px;width:40%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:50%;padding-left:24px}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{padding-top:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{max-width:100%;left:0;height:auto;padding-top:67%}.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image:after{background-position:50%;left:-16%;right:-16%;top:-10%;bottom:-10%}@media (min-width:960px){.exactmetrics-upsell-half.exactmetrics-upsell-left .exactmetrics-screen-image{display:none}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-left{width:100%;padding-right:24px}}.exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px;padding-top:0;width:60%}@media (max-width:1099px){.exactmetrics-upsell-half.exactmetrics-upsell-right{width:50%}}@media (max-width:959px){.exactmetrics-upsell-half.exactmetrics-upsell-right{display:none}}.exactmetrics-upsell-half.exactmetrics-upsell-right .exactmetrics-em-upsell-screen{position:absolute;bottom:-140px;left:68px}.exactmetrics-upsell-half h3{color:#6528f5;font-size:20px;line-height:1.3;font-weight:400;margin:0 0 15px}.exactmetrics-upsell a{color:#6528f5}.exactmetrics-upsell a:focus,.exactmetrics-upsell a:hover{color:#37276a}.exactmetrics-upsell .exactmetrics-upsell-title{border-bottom:1px solid #e9e7ee}.exactmetrics-upsell .exactmetrics-upsell-title h2{color:#210f59;font-size:32px;margin-left:100px;margin-top:45px;margin-bottom:35px}@media (max-width:782px){.exactmetrics-upsell .exactmetrics-upsell-title h2{margin-left:24px;line-height:1.4;margin-top:24px;margin-bottom:24px}}.exactmetrics-upsell .exactmetrics-upsell-half h3{font-size:24px;color:#210f59;font-weight:700}.exactmetrics-upsell-bottom{background:#f7f9fd;border-top:1px solid #d6e2ed;padding:36px 50px 30px;position:relative}@media (max-width:767px){.exactmetrics-upsell-bottom{padding-left:20px;padding-right:20px}}.exactmetrics-upsell-bottom .exactmetrics-button-top{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767px){.exactmetrics-upsell-bottom .exactmetrics-button-top{min-width:288px}}.exactmetrics-upsell-bottom img{max-width:100%}.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{width:848px;padding-top:0;height:566px}@media (max-width:1099px){.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-upsell-screen,.exactmetrics-screen-image{left:20px}}.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-upsell-screen:after,.exactmetrics-screen-image:after{background-position:100% 100%;background-image:url(../img/upsell-screen.png)}.exactmetrics-em-logo-text{width:432px;height:56px;margin-bottom:28px;padding-top:0;max-width:100%}@media (max-width:1400px){.exactmetrics-em-logo-text{padding-top:13%;height:auto}}@media (max-width:959px){.exactmetrics-em-logo-text{padding-top:8%}}.exactmetrics-em-logo-text:after{background-image:url(../img/exactmetrics.png)}.exactmetrics-em-addons-upsell-screen,.exactmetrics-em-ecommerce-upsell-screen,.exactmetrics-em-publishers-upsell-screen{bottom:auto;top:-90px}.exactmetrics-em-addons-upsell-screen:after,.exactmetrics-em-ecommerce-upsell-screen:after,.exactmetrics-em-publishers-upsell-screen:after{background-position:100% 0;background-image:url(../img/ecommerce-screen.png)}.exactmetrics-em-publishers-upsell-screen:after{background-image:url(../img/publishers-screen.png)}.exactmetrics-em-addons-upsell-screen{margin-bottom:-180px;top:-70px}.exactmetrics-em-addons-upsell-screen:after{background-image:url(../img/addons-help-screen.png)}.exactmetrics-em-search-console-upsell-screen:after{background-image:url(../img/search-console-screen.png)}.exactmetrics-em-real-time-upsell-screen:after{background-image:url(../img/real-time-screen.png)}.exactmetrics-em-site-speed-upsell-screen:after{background-image:url(../img/site-speed-screen.png)}.exactmetrics-em-forms-report-upsell-screen:after{background-image:url(../img/forms-report-screen.png)}.exactmetrics-em-dimensions-report-upsell-screen:after{background-image:url(../img/dimensions-report-screen.png)}.exactmetrics-em-forms-upsell-screen{width:758px;max-width:100%;margin-top:-75px}.exactmetrics-em-forms-upsell-screen:after{background-position:50%;background-image:url(../img/forms-screen.png)}.exactmetrics-em-optimize-upsell-screen{width:758px;max-width:100%;margin-left:-10%}.exactmetrics-em-optimize-upsell-screen:after{background-position:50%;background-image:url(../img/optimize-screen.png)}.exactmetrics-em-dimensions-upsell-screen{width:758px;max-width:100%}.exactmetrics-em-dimensions-upsell-screen:after{background-position:50%;background-image:url(../img/custom-dimensions-screen.png)}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:0}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell .exactmetrics-upsell-half p{max-width:400px;margin-bottom:28px}.exactmetrics-settings-conversions .exactmetrics-full-width-upsell.exactmetrics-reverse .exactmetrics-upsell-half.exactmetrics-upsell-right{padding-left:96px}.exactmetrics-icon-background-large{position:absolute;font-size:130px;color:rgba(101,40,245,.05);left:25px;top:25px;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator{font-size:13px;color:#fff;background-color:#32a27a;border-radius:3px;font-weight:500;padding:4px 8px;vertical-align:top;margin-left:10px;display:inline-block;margin-top:-4px;cursor:pointer;text-decoration:none}.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade .exactmetrics-settings-block-title .exactmetrics-pro-indicator:hover,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:focus,.exactmetrics-pro-upgrade h2 .exactmetrics-pro-indicator:hover{color:#fff;background:#19865f}.exactmetrics-report .exactmetrics-upsell-dismissable{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable{text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable h3{font-size:17px;color:#210f59;line-height:1.5;font-weight:700}.exactmetrics-report .exactmetrics-upsell-dismissable p{font-size:15px;margin-bottom:25px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{width:50%;padding-top:38px}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half{padding-left:32px;padding-right:32px;width:100%;text-align:center}}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-upsell-half:first-child p{max-width:524px}.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:40px;color:#9087ac}@media (max-width:782px){.exactmetrics-report .exactmetrics-upsell-dismissable .exactmetrics-button-text{margin-left:0;margin-top:20px}}.exactmetrics-report .exactmetrics-upsell-dismiss{position:absolute;right:20px;top:20px;z-index:10}.exactmetrics-forms-image-wpf-upsell{margin-bottom:-140px;padding-top:85%}@media (max-width:782px){.exactmetrics-forms-image-wpf-upsell{margin-bottom:0}}.exactmetrics-forms-image-wpf-upsell:after{background-position:100% 100%;background-image:url(../img/forms-wpforms-upsell.png)}.exactmetrics-report-year-in-review{margin-left:auto;margin-right:auto;max-width:960px;background-color:#fff;background-image:url(../img/confetti-background.png);background-repeat:no-repeat;background-position:0 0;margin-bottom:90px}.exactmetrics-report-year-in-review .exactmetrics-pie-chart-tooltip{left:22px;top:23px}.exactmetrics-report-year-in-review .exactmetrics-reports-doughnut-tooltip{width:120px;height:120px}.exactmetrics-report-year-in-review.exactmetrics-yir-report-calculating-row{width:610px;margin-top:50px}@media (max-width:767px){.exactmetrics-report-year-in-review.exactmetrics-yir-report-calculating-row{width:100%;margin-top:20px}}.exactmetrics-report-year-in-review a,.exactmetrics-report-year-in-review h1,.exactmetrics-report-year-in-review h2,.exactmetrics-report-year-in-review h3,.exactmetrics-report-year-in-review h4,.exactmetrics-report-year-in-review h5,.exactmetrics-report-year-in-review p,.exactmetrics-report-year-in-review span{font-family:Lato,sans-serif;margin:0}.exactmetrics-report-year-in-review h1,.exactmetrics-report-year-in-review h2,.exactmetrics-report-year-in-review h3,.exactmetrics-report-year-in-review h4,.exactmetrics-report-year-in-review h5{font-weight:900}.exactmetrics-report-year-in-review p{font-style:normal;font-weight:400;font-size:14px;line-height:24px}.exactmetrics-report-year-in-review a{text-decoration:none;padding:8px 30px;border-radius:5px;color:#f
|