PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 1.17
Independent Analytics – WordPress Analytics Plugin v1.17
2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / dist / styles / style.css
independent-analytics / dist / styles Last commit date
easepick 3 years ago dashboard_widget.css 3 years ago dashboard_widget.css.map 3 years ago pdf.css 3 years ago pdf.css.map 3 years ago style.css 3 years ago style.css.map 3 years ago
style.css
3434 lines
1 #iawp-parent .data-table {
2 border: 1px solid #dedae6;
3 margin: 24px;
4 }
5
6 #iawp-parent .real-time-dashboard .chart, #iawp-parent .real-time-dashboard .most-popular-list {
7 background: #fff;
8 border: 1px solid #dedae6;
9 border-radius: 6px;
10 margin: 24px;
11 padding: 24px;
12 }
13
14 body, #iawp-parent {
15 background-color: #ece9f2;
16 }
17
18 #wpbody-content {
19 padding-bottom: 0;
20 }
21
22 #wpbody-content > .error, #wpbody-content > .notice {
23 display: none;
24 }
25
26 .loading-icon {
27 z-index: 39;
28 opacity: 0;
29 visibility: hidden;
30 background: rgba(24, 20, 31, .65);
31 justify-content: center;
32 align-items: center;
33 transition: opacity .3s, visibility .3s;
34 display: flex;
35 position: fixed;
36 top: 0;
37 bottom: 0;
38 left: 0;
39 right: 0;
40 }
41
42 .loading-icon img {
43 opacity: 0;
44 transition: opacity .5s, -webkit-transform .5s, transform .5s;
45 -webkit-transform: scale(.9);
46 transform: scale(.9);
47 }
48
49 #iawp-parent {
50 min-height: 120vh;
51 margin-left: -10px;
52 padding-bottom: 60px;
53 }
54
55 #iawp-parent * {
56 box-sizing: border-box;
57 }
58
59 #iawp-parent.loading .loading-icon {
60 opacity: 1;
61 visibility: visible;
62 }
63
64 #iawp-parent.loading .loading-icon img {
65 opacity: 1;
66 -webkit-transform: scale(1);
67 transform: scale(1);
68 }
69
70 #iawp-parent .chart-container {
71 width: 100%;
72 padding: 0 24px;
73 }
74
75 #iawp-parent .quick-stats {
76 gap: 24px;
77 margin: 24px;
78 display: flex;
79 }
80
81 #iawp-parent .chart-inner {
82 background: #fff;
83 border: 1px solid #dedae6;
84 border-radius: 6px;
85 padding: 24px;
86 }
87
88 #iawp-parent .legend-container {
89 align-items: center;
90 margin-bottom: 16px;
91 display: flex;
92 }
93
94 #iawp-parent .legend-title {
95 margin: 0;
96 font-size: 18px;
97 font-weight: 700;
98 }
99
100 #iawp-parent .legend-list {
101 justify-content: end;
102 margin: 0;
103 display: flex;
104 }
105
106 #iawp-parent .legend-item {
107 cursor: pointer;
108 -webkit-user-select: none;
109 -ms-user-select: none;
110 user-select: none;
111 border-radius: 18px;
112 align-items: center;
113 margin: 0 0 0 16px;
114 padding: 4px 12px 4px 8px;
115 display: inline-flex;
116 }
117
118 #iawp-parent .legend-item.hidden {
119 opacity: .5;
120 }
121
122 #iawp-parent .legend-item span {
123 height: 16px;
124 width: 16px;
125 border-radius: 50%;
126 margin-right: 4px;
127 display: inline-block;
128 }
129
130 #iawp-parent .legend-item p {
131 margin: 0;
132 font-weight: 500;
133 }
134
135 #iawp-parent .legend-item-for-views {
136 background-color: #efe8fa;
137 }
138
139 #iawp-parent .legend-item-for-views span {
140 background-color: #5123a0;
141 }
142
143 #iawp-parent .legend-item-for-visitors {
144 background-color: rgba(246, 157, 10, .2);
145 }
146
147 #iawp-parent .legend-item-for-visitors span {
148 background-color: #f69d0a;
149 }
150
151 #iawp-parent svg text {
152 stroke-width: 0;
153 }
154
155 #iawp-parent .data-table {
156 grid-auto-rows: minmax(30px, auto);
157 grid-template-columns: repeat(var(--columns), minmax(70px, auto) );
158 display: grid;
159 position: relative;
160 }
161
162 #iawp-parent .data-table .rows, #iawp-parent .data-table .row, #iawp-parent .data-table .columns {
163 display: contents;
164 }
165
166 #iawp-parent .data-table .rows:after, #iawp-parent .data-table .row:after, #iawp-parent .data-table .columns:after {
167 display: none;
168 }
169
170 #iawp-parent .data-error {
171 text-align: center;
172 color: #363040;
173 background-color: #f7f5fa;
174 grid-column: 1 / -1;
175 margin: 0;
176 padding: 24px;
177 }
178
179 #iawp-parent .columns .cell {
180 z-index: 19;
181 background-color: #fff;
182 border-bottom: 1px solid #dedae6;
183 position: -webkit-sticky;
184 position: sticky;
185 top: 144px;
186 }
187
188 @media (min-width: 601px) {
189 #iawp-parent .columns .cell {
190 top: 190px;
191 }
192 }
193
194 @media (min-width: 783px) {
195 #iawp-parent .columns .cell {
196 top: 176px;
197 }
198 }
199
200 @media (min-width: 783px) {
201 #iawp-parent .columns .cell {
202 top: 114px;
203 }
204 }
205
206 #iawp-parent .header {
207 flex-wrap: row;
208 background: #fff;
209 border-bottom: 1px solid #dedae6;
210 align-items: center;
211 display: flex;
212 }
213
214 #iawp-parent .header .logo {
215 border-right: 1px solid #dedae6;
216 padding: 14px 32px 12px;
217 }
218
219 #iawp-parent .header .logo img {
220 width: 200px;
221 height: auto;
222 }
223
224 #iawp-parent .header .upgrade {
225 margin-left: 24px;
226 }
227
228 #iawp-parent .header .upgrade a {
229 color: #5123a0;
230 background: #fff3c9;
231 border: none;
232 padding: 6px 4px 6px 12px;
233 font-size: 12px;
234 }
235
236 #iawp-parent .header .upgrade a:hover, #iawp-parent .header .upgrade a:active, #iawp-parent .header .upgrade a:focus {
237 color: #6c46ae;
238 }
239
240 #iawp-parent .header .upgrade a .dashicons {
241 width: auto;
242 height: auto;
243 margin-left: 4px;
244 font-size: 16px;
245 }
246
247 #iawp-parent .header .kb {
248 margin: 0 36px 0 auto;
249 }
250
251 #iawp-parent .header .kb a {
252 text-decoration: none;
253 }
254
255 #iawp-parent .header .kb a .dashicons {
256 margin: 0 0 0 6px;
257 }
258
259 #iawp-parent .header .kb .review {
260 margin-right: 18px;
261 }
262
263 #iawp-parent .nav {
264 background: #fff;
265 padding: 0 0 0 20px;
266 }
267
268 #iawp-parent .menu {
269 margin: 0;
270 padding: 0;
271 list-style-type: none;
272 list-style-image: none;
273 display: flex;
274 }
275
276 #iawp-parent .menu li:hover > a, #iawp-parent .menu a:hover {
277 box-shadow: none;
278 border-bottom-color: #dedae6;
279 outline: none;
280 }
281
282 #iawp-parent .menu li:hover > a.active, #iawp-parent .menu a:hover.active {
283 border-bottom-color: #5123a0;
284 }
285
286 #iawp-parent .menu-item.upgrade {
287 position: relative;
288 }
289
290 #iawp-parent .menu-item.upgrade.first {
291 border-left: 1px solid #dedae6;
292 }
293
294 #iawp-parent .menu-item.upgrade:hover a, #iawp-parent .menu-item.upgrade:active a, #iawp-parent .menu-item.upgrade:focus a, #iawp-parent .menu-item.upgrade a:hover, #iawp-parent .menu-item.upgrade a:active, #iawp-parent .menu-item.upgrade a:focus {
295 box-shadow: none;
296 border-bottom-color: rgba(0, 0, 0, 0);
297 outline: none;
298 }
299
300 #iawp-parent .menu-item.upgrade a {
301 color: #9a95a6;
302 }
303
304 #iawp-parent .menu-item.upgrade a:hover, #iawp-parent .menu-item.upgrade a:active, #iawp-parent .menu-item.upgrade a:focus {
305 color: #363040;
306 }
307
308 #iawp-parent .menu-link {
309 white-space: nowrap;
310 border-bottom: 5px solid rgba(0, 0, 0, 0);
311 padding: 12px 18px;
312 font-size: 14px;
313 display: inline-block;
314 }
315
316 #iawp-parent .menu-link.active {
317 border-bottom-color: #5123a0;
318 }
319
320 #iawp-parent .menu-link:hover ~ .sub-menu, #iawp-parent .menu-link:active ~ .sub-menu, #iawp-parent .menu-link:focus ~ .sub-menu {
321 opacity: 1;
322 visibility: visible;
323 -webkit-transform: translateY(-4px);
324 transform: translateY(-4px);
325 }
326
327 #iawp-parent .sub-menu {
328 z-index: 39;
329 width: auto;
330 min-width: 100%;
331 opacity: 0;
332 visibility: hidden;
333 transition: opacity .2s, visibility .2s, -webkit-transform .2s, -webkit-transform .2s, transform .2s;
334 position: absolute;
335 top: calc(100% + 4px);
336 }
337
338 #iawp-parent .sub-menu:hover {
339 opacity: 1;
340 visibility: visible;
341 -webkit-transform: translateY(-4px);
342 transform: translateY(-4px);
343 }
344
345 #iawp-parent .sub-menu ul {
346 background: #fff;
347 border-radius: 0 0 3px 3px;
348 padding-bottom: 2px;
349 overflow: hidden;
350 box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
351 }
352
353 #iawp-parent .sub-menu .menu-item {
354 display: block;
355 }
356
357 #iawp-parent .sub-menu .menu-link {
358 border-bottom: none;
359 display: block;
360 }
361
362 #iawp-parent .upgrade-popup {
363 z-index: 99;
364 width: 300px;
365 opacity: 0;
366 visibility: hidden;
367 background: #fff;
368 border: 1px solid #dedae6;
369 border-radius: 6px;
370 padding: 18px 24px 24px;
371 transition: opacity .2s, visibility .2s, -webkit-transform .2s, transform .2s;
372 position: absolute;
373 top: calc(100% + 12px);
374 left: 50%;
375 -webkit-transform: translateX(-50%);
376 transform: translateX(-50%);
377 box-shadow: 0 1px 14px rgba(0, 0, 0, .15);
378 }
379
380 #iawp-parent .upgrade-popup.show {
381 opacity: 1;
382 visibility: visible;
383 -webkit-transform: translateX(-50%)translateY(-6px);
384 transform: translateX(-50%)translateY(-6px);
385 }
386
387 #iawp-parent .upgrade-popup .title {
388 border-bottom: 1px solid #dedae6;
389 justify-content: space-between;
390 align-items: center;
391 padding-bottom: 6px;
392 font-weight: 700;
393 display: flex;
394 }
395
396 #iawp-parent .upgrade-popup .label {
397 color: #5123a0;
398 border-radius: 3px;
399 padding: 4px 8px;
400 display: inline-block;
401 }
402
403 #iawp-parent .upgrade-popup .description p {
404 margin-bottom: 18px;
405 font-size: 13px;
406 }
407
408 #iawp-parent .upgrade-popup .description a, #iawp-parent .upgrade-popup .description a:hover, #iawp-parent .upgrade-popup .description a:active, #iawp-parent .upgrade-popup .description a:focus {
409 color: #fff;
410 }
411
412 @media (min-width: 1100px) {
413 #iawp-parent .upgrade-popup {
414 left: 0;
415 -webkit-transform: none;
416 transform: none;
417 }
418
419 #iawp-parent .upgrade-popup.show {
420 -webkit-transform: translateY(-6px);
421 transform: translateY(-6px);
422 }
423 }
424
425 #iawp-parent .relative-dates {
426 grid-gap: 8px;
427 grid-template-rows: repeat(2, 1fr);
428 grid-auto-flow: column;
429 display: grid;
430 }
431
432 #iawp-parent .relative-dates .iawp-button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .button {
433 padding: 8px;
434 }
435
436 #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button {
437 color: #fff;
438 }
439
440 #iawp-parent .toolbar {
441 z-index: 29;
442 background: #5123a0;
443 flex-wrap: wrap;
444 justify-content: center;
445 display: flex;
446 position: -webkit-sticky;
447 position: sticky;
448 top: 0;
449 }
450
451 #iawp-parent .toolbar .buttons {
452 width: 100%;
453 justify-content: center;
454 align-items: center;
455 padding: 18px 24px;
456 display: flex;
457 }
458
459 #iawp-parent .toolbar .buttons > div {
460 margin-right: 12px;
461 }
462
463 #iawp-parent .toolbar .buttons > div:last-child {
464 margin-right: 0;
465 }
466
467 #iawp-parent .toolbar .date-picker-container {
468 position: relative;
469 }
470
471 #iawp-parent .toolbar .date-picker-container .dashicons {
472 color: #5123a0;
473 position: absolute;
474 top: 11px;
475 left: 12px;
476 }
477
478 #iawp-parent .toolbar .learn-more {
479 color: #fff;
480 margin-left: 6px;
481 text-decoration: none;
482 }
483
484 #iawp-parent .easepick-wrapper.inline {
485 display: none;
486 }
487
488 #iawp-parent .easepick-wrapper.inline.show {
489 display: block;
490 }
491
492 @media (min-width: 601px) {
493 #iawp-parent .toolbar {
494 top: 46px;
495 }
496 }
497
498 @media (min-width: 783px) {
499 #iawp-parent .toolbar {
500 top: 32px;
501 }
502 }
503
504 @media (min-width: 1200px) {
505 #iawp-parent .toolbar {
506 flex-wrap: nowrap;
507 justify-content: space-between;
508 }
509
510 #iawp-parent .toolbar .buttons {
511 width: auto;
512 justify-content: flex-start;
513 }
514 }
515
516 @-webkit-keyframes recording {
517 0% {
518 fill: #efe8fa;
519 }
520
521 50% {
522 fill: #f2afa7;
523 }
524
525 100% {
526 fill: #efe8fa;
527 }
528 }
529
530 @keyframes recording {
531 0% {
532 fill: #efe8fa;
533 }
534
535 50% {
536 fill: #f2afa7;
537 }
538
539 100% {
540 fill: #efe8fa;
541 }
542 }
543
544 @-webkit-keyframes reload {
545 0% {
546 opacity: 1;
547 }
548
549 20% {
550 opacity: .7;
551 }
552
553 100% {
554 opacity: 1;
555 }
556 }
557
558 @keyframes reload {
559 0% {
560 opacity: 1;
561 }
562
563 20% {
564 opacity: .7;
565 }
566
567 100% {
568 opacity: 1;
569 }
570 }
571
572 @-webkit-keyframes reloadBg {
573 0% {
574 background-color: #ece9f2;
575 }
576
577 20% {
578 background-color: #f2edfa;
579 }
580
581 100% {
582 background-color: #ece9f2;
583 }
584 }
585
586 @keyframes reloadBg {
587 0% {
588 background-color: #ece9f2;
589 }
590
591 20% {
592 background-color: #f2edfa;
593 }
594
595 100% {
596 background-color: #ece9f2;
597 }
598 }
599
600 @-webkit-keyframes progressBar {
601 0% {
602 width: 100%;
603 }
604
605 100% {
606 width: 0;
607 }
608 }
609
610 @keyframes progressBar {
611 0% {
612 width: 100%;
613 }
614
615 100% {
616 width: 0;
617 }
618 }
619
620 #iawp-parent .real-time-dashboard {
621 z-index: 3;
622 position: relative;
623 }
624
625 #iawp-parent .real-time-dashboard:after {
626 content: "";
627 z-index: -1;
628 position: absolute;
629 top: -12px;
630 bottom: -380px;
631 left: 0;
632 right: 0;
633 }
634
635 #iawp-parent .real-time-dashboard.refreshed:after {
636 -webkit-animation: reloadBg 1s forwards;
637 animation: reloadBg 1s forwards;
638 }
639
640 #iawp-parent .real-time-dashboard.refreshed .chart-inner, #iawp-parent .real-time-dashboard.refreshed .most-popular-list, #iawp-parent .real-time-dashboard.refreshed .iawp-heading {
641 -webkit-animation: reload 1s forwards;
642 animation: reload 1s forwards;
643 }
644
645 #iawp-parent .real-time-dashboard.refreshed .progress-bar .inner {
646 -webkit-animation: progressBar 10s linear forwards;
647 animation: progressBar 10s linear forwards;
648 }
649
650 #iawp-parent .real-time-dashboard .iawp-heading {
651 z-index: 9;
652 text-align: center;
653 margin: 12px 0;
654 padding: 24px;
655 line-height: 1.5;
656 position: relative;
657 }
658
659 #iawp-parent .real-time-dashboard .iawp-heading .learn-more {
660 color: #363040;
661 margin-left: 2px;
662 font-size: 18px;
663 font-weight: 400;
664 text-decoration: none;
665 display: inline-block;
666 position: absolute;
667 top: 10px;
668 left: calc(100% + 8px);
669 }
670
671 #iawp-parent .real-time-dashboard .iawp-heading .learn-more:hover .tooltip, #iawp-parent .real-time-dashboard .iawp-heading .learn-more:active .tooltip, #iawp-parent .real-time-dashboard .iawp-heading .learn-more:focus .tooltip {
672 opacity: 1;
673 visibility: visible;
674 }
675
676 #iawp-parent .real-time-dashboard .iawp-heading .learn-more .dashicons {
677 font-size: 22px;
678 }
679
680 #iawp-parent .real-time-dashboard .iawp-heading .learn-more .tooltip {
681 width: 250px;
682 top: 34px;
683 left: -115px;
684 }
685
686 #iawp-parent .real-time-dashboard .iawp-title-inner {
687 display: inline-block;
688 position: relative;
689 }
690
691 #iawp-parent .real-time-dashboard .iawp-title-inner svg {
692 position: absolute;
693 top: 6px;
694 right: calc(100% + 8px);
695 }
696
697 #iawp-parent .real-time-dashboard .most-popular-container {
698 margin: 24px;
699 }
700
701 #iawp-parent .real-time-dashboard .recording-icon-outer {
702 -webkit-animation: recording 2s ease-in-out infinite;
703 animation: recording 2s ease-in-out infinite;
704 }
705
706 #iawp-parent .real-time-dashboard .iawp-title {
707 font-size: 28px;
708 font-weight: 900;
709 }
710
711 #iawp-parent .real-time-dashboard .iawp-overview {
712 font-size: 16px;
713 }
714
715 #iawp-parent .real-time-dashboard .charts {
716 flex-wrap: wrap;
717 justify-content: space-between;
718 padding: 0 24px;
719 display: flex;
720 }
721
722 #iawp-parent .real-time-dashboard .chart-container {
723 padding: 0;
724 }
725
726 #iawp-parent .real-time-dashboard .chart-container:first-child {
727 margin-bottom: 24px;
728 }
729
730 #iawp-parent .real-time-dashboard .most-popular-list {
731 margin: 0 0 24px;
732 position: relative;
733 }
734
735 #iawp-parent .real-time-dashboard .most-popular-list .heading {
736 justify-content: space-between;
737 display: flex;
738 }
739
740 #iawp-parent .real-time-dashboard .most-popular-list .heading .views-heading {
741 font-weight: 700;
742 }
743
744 #iawp-parent .real-time-dashboard .most-popular-list ol {
745 margin: 24px 0 0;
746 }
747
748 #iawp-parent .real-time-dashboard .most-popular-list li {
749 border-bottom: 1px solid #ece9f2;
750 justify-content: space-between;
751 align-items: center;
752 margin-bottom: 8px;
753 padding-bottom: 8px;
754 font-size: 14px;
755 line-height: 1.5;
756 display: flex;
757 right: 0;
758 overflow: hidden;
759 }
760
761 #iawp-parent .real-time-dashboard .most-popular-list li span {
762 white-space: nowrap;
763 }
764
765 #iawp-parent .real-time-dashboard .most-popular-list li img {
766 width: 32px;
767 margin-left: 4px;
768 }
769
770 #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource {
771 white-space: nowrap;
772 width: calc(100% - 30px);
773 margin-left: 4px;
774 margin-right: 18px;
775 font-weight: 500;
776 position: relative;
777 overflow: hidden;
778 }
779
780 #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after {
781 content: "";
782 width: 30px;
783 background: linear-gradient(90deg, rgba(255, 255, 255, .4) 0%, #fff 60%);
784 position: absolute;
785 top: 0;
786 bottom: 0;
787 right: 0;
788 }
789
790 .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after {
791 background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%);
792 }
793
794 #iawp-parent .real-time-dashboard .most-popular-list .real-time-subtitle {
795 color: #aaa6b3;
796 font-size: 12px;
797 }
798
799 #iawp-parent .real-time-dashboard .most-popular-empty-message.hide {
800 display: none;
801 }
802
803 #iawp-parent .real-time-dashboard .progress-bar {
804 height: 14px;
805 background: #fff;
806 position: fixed;
807 bottom: 0;
808 left: 0;
809 right: 0;
810 }
811
812 #iawp-parent .real-time-dashboard .progress-bar .inner {
813 height: 100%;
814 width: 100%;
815 background: linear-gradient(90deg, #f65817 0%, #ff9f00 100%);
816 border-radius: 0 12px 12px 0;
817 position: absolute;
818 }
819
820 .iawp-dark-mode #iawp-parent .real-time-dashboard .progress-bar {
821 background: #363040;
822 }
823
824 @media (min-width: 600px) {
825 #iawp-parent .real-time-dashboard .most-popular-container {
826 flex-wrap: wrap;
827 justify-content: space-between;
828 display: flex;
829 }
830
831 #iawp-parent .real-time-dashboard .most-popular-list {
832 width: calc(50% - 12px);
833 }
834 }
835
836 @media (min-width: 783px) {
837 #iawp-parent .real-time-dashboard .progress-bar {
838 left: 36px;
839 }
840 }
841
842 @media (min-width: 800px) {
843 #iawp-parent .real-time-dashboard .iawp-title {
844 font-size: 42px;
845 }
846
847 #iawp-parent .real-time-dashboard .iawp-title-inner svg {
848 top: 16px;
849 right: calc(100% + 12px);
850 }
851
852 #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more {
853 top: 20px;
854 }
855
856 #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more .dashicons {
857 font-size: 26px;
858 }
859
860 #iawp-parent .real-time-dashboard .iawp-overview {
861 font-size: 18px;
862 }
863
864 #iawp-parent .real-time-dashboard .charts {
865 flex-wrap: nowrap;
866 }
867
868 #iawp-parent .real-time-dashboard .chart-container {
869 width: calc(50% - 12px);
870 }
871
872 #iawp-parent .real-time-dashboard .chart-container:first-child {
873 margin-bottom: 0;
874 }
875 }
876
877 @media (min-width: 783px) {
878 #iawp-parent .real-time-dashboard .progress-bar {
879 left: 160px;
880 }
881 }
882
883 @media (min-width: 1100px) {
884 #iawp-parent .real-time-dashboard .most-popular-list {
885 width: calc(33% - 12px);
886 }
887 }
888
889 #iawp-parent .campaign-copy {
890 background: #f7f5fa;
891 border-bottom: 1px solid #dedae6;
892 justify-content: space-between;
893 padding: 24px 36px 36px;
894 display: flex;
895 }
896
897 #iawp-parent .campaign-copy input {
898 flex-grow: 1;
899 margin: 0 16px 0 0;
900 }
901
902 #iawp-parent .campaign-copy button {
903 white-space: nowrap;
904 }
905
906 #iawp-parent .campaign-copy p {
907 margin: 0;
908 }
909
910 #iawp-parent .campaigns-heading {
911 padding: 12px 36px;
912 }
913
914 #iawp-parent .campaigns-empty {
915 padding: 0 36px 12px;
916 }
917
918 @-webkit-keyframes newCampaign {
919 0% {
920 bottom: -200px;
921 }
922
923 80% {
924 bottom: 5px;
925 }
926
927 100% {
928 bottom: 0;
929 }
930 }
931
932 @keyframes newCampaign {
933 0% {
934 bottom: -200px;
935 }
936
937 80% {
938 bottom: 5px;
939 }
940
941 100% {
942 bottom: 0;
943 }
944 }
945
946 #iawp-parent .campaign.new {
947 z-index: 39;
948 background: #fff;
949 padding: 24px 36px 36px;
950 -webkit-animation: newCampaign .5s ease-out;
951 animation: newCampaign .5s ease-out;
952 position: fixed;
953 bottom: 0;
954 left: 0;
955 right: 0;
956 box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
957 }
958
959 #iawp-parent .campaign.new .campaign-copy {
960 background: none;
961 border-bottom: none;
962 justify-content: flex-start;
963 padding: 0 90px 0 0;
964 }
965
966 #iawp-parent .campaign.new .campaign-text {
967 max-width: 743px;
968 }
969
970 #iawp-parent .campaign-title {
971 margin-top: 0;
972 font-size: 21px;
973 }
974
975 #iawp-parent .campaign-text {
976 width: 100%;
977 margin-right: 12px;
978 position: relative;
979 }
980
981 #iawp-parent .campaign-url {
982 width: 100%;
983 box-shadow: none;
984 color: #6d6a73;
985 background: #fff;
986 padding: 8px 12px;
987 }
988
989 #iawp-parent .campaign-url:focus {
990 box-shadow: none;
991 border-color: #c5c2cc;
992 }
993
994 #iawp-parent .campaign-actions {
995 display: flex;
996 }
997
998 #iawp-parent .campaign-actions .iawp-button, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .button {
999 margin-right: 8px;
1000 padding: 8px;
1001 }
1002
1003 #iawp-parent .campaign-created-at {
1004 color: #9a95a6;
1005 margin: 0;
1006 font-size: 13px;
1007 position: absolute;
1008 top: calc(100% + 2px);
1009 }
1010
1011 #iawp-parent .settings-container .campaign-table tr {
1012 flex-flow: column wrap;
1013 margin: 12px 0;
1014 display: flex;
1015 }
1016
1017 #iawp-parent .settings-container .campaign-table th {
1018 width: 180px;
1019 width: auto;
1020 margin-bottom: 8px;
1021 padding: 0;
1022 font-weight: 400;
1023 }
1024
1025 #iawp-parent .settings-container .campaign-table td {
1026 padding: 0;
1027 }
1028
1029 #iawp-parent .settings-container .campaign-table input {
1030 padding: 7px 12px;
1031 }
1032
1033 #iawp-parent .settings-container .campaign-table .required {
1034 color: #d93b29;
1035 }
1036
1037 #iawp-parent .campaign-builder .settings-container {
1038 max-width: 960px;
1039 padding: 0;
1040 }
1041
1042 #iawp-parent .campaign-builder .settings-container-header {
1043 padding: 12px 36px 0;
1044 }
1045
1046 #iawp-parent .campaign-builder .settings-container-header h2 {
1047 font-size: 21px;
1048 line-height: 1.334;
1049 }
1050
1051 #iawp-parent .campaign-builder .settings-container-header a {
1052 align-items: center;
1053 font-size: 14px;
1054 display: flex;
1055 }
1056
1057 #iawp-parent .campaign-builder .settings-container-header a .dashicons {
1058 margin-left: 3px;
1059 font-size: 19px;
1060 }
1061
1062 #iawp-parent .campaign-builder .table-container {
1063 padding: 0 36px;
1064 }
1065
1066 #iawp-parent .campaign-builder .submit-container {
1067 background-color: #f7f5fa;
1068 border-radius: 0 0 6px 6px;
1069 justify-content: flex-end;
1070 align-items: center;
1071 padding: 24px 36px;
1072 display: flex;
1073 }
1074
1075 #iawp-parent .campaign-builder .submit-container p {
1076 margin: 0;
1077 padding: 0;
1078 }
1079
1080 #iawp-parent .campaign-builder .submit button {
1081 position: relative;
1082 }
1083
1084 #iawp-parent .campaign-builder .submit button .dashicons {
1085 width: auto;
1086 height: auto;
1087 color: #5123a0;
1088 font-size: 22px;
1089 -webkit-animation: rotation 2s linear infinite;
1090 animation: rotation 2s linear infinite;
1091 display: none;
1092 position: absolute;
1093 top: 9px;
1094 left: calc(50% - 10px);
1095 }
1096
1097 #iawp-parent .campaign-builder .submit button.building {
1098 color: rgba(0, 0, 0, 0) !important;
1099 }
1100
1101 #iawp-parent .campaign-builder .submit button.building .dashicons {
1102 display: inline-block;
1103 }
1104
1105 @media (min-width: 783px) {
1106 #iawp-parent .campaign.new {
1107 left: 36px;
1108 }
1109 }
1110
1111 @media (min-width: 961px) {
1112 #iawp-parent .campaign.new {
1113 left: 160px;
1114 }
1115 }
1116
1117 @media (min-width: 900px) {
1118 #iawp-parent .campaign-builder tbody {
1119 flex-wrap: wrap;
1120 justify-content: space-between;
1121 padding: 6px 0 18px;
1122 display: flex;
1123 }
1124
1125 #iawp-parent .campaign-builder .campaign-table tr {
1126 width: calc(50% - 12px);
1127 margin: 6px 0;
1128 }
1129 }
1130
1131 #iawp-parent .customize-columns input[disabled="disabled"] {
1132 cursor: not-allowed;
1133 }
1134
1135 #iawp-parent .customize-columns input[disabled="disabled"] + span {
1136 color: #aaa6b3;
1137 cursor: not-allowed;
1138 }
1139
1140 #iawp-parent .customize-columns .wc-title {
1141 justify-content: space-between;
1142 align-items: center;
1143 display: flex;
1144 }
1145
1146 #iawp-parent .customize-columns .pro-label {
1147 color: #5123a0;
1148 background-color: #efe8fa;
1149 border-radius: 3px;
1150 padding: 1px 8px;
1151 font-size: 11px;
1152 }
1153
1154 #iawp-parent .filters .condition {
1155 margin-bottom: 12px;
1156 padding-right: 24px;
1157 position: relative;
1158 }
1159
1160 #iawp-parent .filters .operator-select-container, #iawp-parent .filters .operand-field-container {
1161 position: relative;
1162 }
1163
1164 #iawp-parent .filters .operator-select-container:before, #iawp-parent .filters .operand-field-container:before {
1165 content: "";
1166 z-index: 3;
1167 background: #efe8fa;
1168 border-radius: 3px;
1169 position: absolute;
1170 top: 1px;
1171 bottom: 1px;
1172 left: 1px;
1173 right: 1px;
1174 }
1175
1176 #iawp-parent .filters .operator-select-container select, #iawp-parent .filters .operator-select-container input, #iawp-parent .filters .operand-field-container select, #iawp-parent .filters .operand-field-container input {
1177 display: none;
1178 }
1179
1180 #iawp-parent .filters .operator-select-container select.show, #iawp-parent .filters .operator-select-container input.show, #iawp-parent .filters .operand-field-container select.show, #iawp-parent .filters .operand-field-container input.show {
1181 z-index: 9;
1182 display: block;
1183 position: relative;
1184 }
1185
1186 #iawp-parent .filters .actions button {
1187 margin-right: 4px;
1188 }
1189
1190 #iawp-parent .input-group {
1191 background: #f7f5fa;
1192 border: 1px solid #dedae6;
1193 border-radius: 3px;
1194 justify-content: space-between;
1195 padding: 8px;
1196 display: flex;
1197 }
1198
1199 #iawp-parent .input-group > div {
1200 flex: 1;
1201 margin: 0 3px;
1202 }
1203
1204 #iawp-parent .input-group > div select, #iawp-parent .input-group > div input {
1205 width: 100%;
1206 }
1207
1208 #iawp-parent #iawp-learn {
1209 max-width: 1000px;
1210 padding: 12px;
1211 }
1212
1213 #iawp-parent #iawp-learn h2 {
1214 margin: 0 0 12px;
1215 font-size: 28px;
1216 }
1217
1218 #iawp-parent #iawp-learn h3 {
1219 margin: 0 0 12px;
1220 font-size: 21px;
1221 }
1222
1223 #iawp-parent #iawp-learn p, #iawp-parent #iawp-learn li {
1224 margin: 10px 0;
1225 font-size: 16px;
1226 }
1227
1228 #iawp-parent #iawp-learn ul {
1229 margin-top: 24px;
1230 }
1231
1232 #iawp-parent #iawp-learn li {
1233 margin-bottom: 18px;
1234 }
1235
1236 #iawp-parent #iawp-learn a {
1237 color: #5123a0;
1238 }
1239
1240 #iawp-parent #iawp-learn .heading {
1241 padding: 24px;
1242 }
1243
1244 #iawp-parent #iawp-learn .heading p {
1245 font-size: 18px;
1246 }
1247
1248 #iawp-parent #iawp-learn .search-container {
1249 margin: 28px 0 18px;
1250 position: relative;
1251 }
1252
1253 #iawp-parent #iawp-learn .search-container .dashicons {
1254 color: #6d6a73;
1255 position: absolute;
1256 top: 10px;
1257 left: 12px;
1258 }
1259
1260 #iawp-parent #iawp-learn .search-field {
1261 max-width: none;
1262 width: 100%;
1263 background-color: #f7f5fa;
1264 border-radius: 24px;
1265 margin-left: -2px;
1266 padding: 6px 18px 6px 38px;
1267 font-size: 14px;
1268 }
1269
1270 #iawp-parent #iawp-learn .search-field:focus {
1271 background-color: #fff;
1272 }
1273
1274 #iawp-parent #iawp-learn .tutorials {
1275 justify-content: space-between;
1276 padding: 0 24px;
1277 display: flex;
1278 }
1279
1280 #iawp-parent #iawp-learn .advanced {
1281 width: 54%;
1282 margin-right: 6%;
1283 }
1284
1285 #iawp-parent #iawp-learn .basic {
1286 width: 38%;
1287 margin-right: 2%;
1288 }
1289
1290 #iawp-parent #iawp-learn .tutorial {
1291 margin-bottom: 36px;
1292 }
1293
1294 #iawp-parent #iawp-learn .updates {
1295 border-top: 1px solid #dedae6;
1296 justify-content: space-between;
1297 padding: 24px;
1298 display: flex;
1299 }
1300
1301 #iawp-parent #iawp-learn .from-the-blog {
1302 width: 54%;
1303 margin-right: 6%;
1304 }
1305
1306 #iawp-parent #iawp-learn .feedback {
1307 width: 38%;
1308 margin-right: 2%;
1309 }
1310
1311 #iawp-parent #iawp-learn .social-icons {
1312 padding: 0 24px 24px;
1313 }
1314
1315 #iawp-parent #iawp-learn .social-icons-list {
1316 margin-top: 24px;
1317 display: flex;
1318 }
1319
1320 #iawp-parent #iawp-learn .social-icons-list a {
1321 width: 38px;
1322 height: 38px;
1323 border: 1px solid #363040;
1324 border-radius: 50%;
1325 justify-content: center;
1326 align-items: center;
1327 margin-right: 12px;
1328 display: flex;
1329 }
1330
1331 #iawp-parent #iawp-learn .social-icons-list a:hover {
1332 background-color: #efe8fa;
1333 border-color: #5123a0;
1334 }
1335
1336 #iawp-parent #iawp-learn .social-icons-list img {
1337 height: 18px;
1338 width: auto;
1339 display: block;
1340 }
1341
1342 #iawp-parent .mm {
1343 font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
1344 }
1345
1346 #iawp-parent .mm__overlay {
1347 background: rgba(0, 0, 0, .6);
1348 justify-content: center;
1349 align-items: center;
1350 display: flex;
1351 position: fixed;
1352 top: 0;
1353 bottom: 0;
1354 left: 0;
1355 right: 0;
1356 }
1357
1358 #iawp-parent .mm__container {
1359 max-width: 500px;
1360 max-height: 100vh;
1361 box-sizing: border-box;
1362 background-color: #fff;
1363 border-radius: 4px;
1364 padding: 30px;
1365 overflow-y: auto;
1366 }
1367
1368 #iawp-parent .mm__header {
1369 justify-content: space-between;
1370 align-items: center;
1371 display: flex;
1372 }
1373
1374 #iawp-parent .mm__title {
1375 color: #00449e;
1376 box-sizing: border-box;
1377 margin-top: 0;
1378 margin-bottom: 0;
1379 font-size: 1.25rem;
1380 font-weight: 600;
1381 line-height: 1.25;
1382 }
1383
1384 #iawp-parent .mm__close {
1385 background: none;
1386 border: 0;
1387 }
1388
1389 #iawp-parent .mm__header .mm__close:before {
1390 content: "";
1391 }
1392
1393 #iawp-parent .mm__content {
1394 color: rgba(0, 0, 0, .8);
1395 margin-top: 2rem;
1396 margin-bottom: 2rem;
1397 line-height: 1.5;
1398 }
1399
1400 #iawp-parent .mm__btn {
1401 color: rgba(0, 0, 0, .8);
1402 cursor: pointer;
1403 -webkit-appearance: button;
1404 text-transform: none;
1405 will-change: transform;
1406 -moz-osx-font-smoothing: grayscale;
1407 -webkit-backface-visibility: hidden;
1408 backface-visibility: hidden;
1409 background-color: #e6e6e6;
1410 border-style: none;
1411 border-width: 0;
1412 border-radius: .25rem;
1413 margin: 0;
1414 padding: .5rem 1rem;
1415 font-size: .875rem;
1416 line-height: 1.15;
1417 transition: -webkit-transform .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
1418 overflow: visible;
1419 -webkit-transform: translateZ(0);
1420 transform: translateZ(0);
1421 }
1422
1423 #iawp-parent .mm__btn:focus, #iawp-parent .mm__btn:hover {
1424 -webkit-transform: scale(1.05);
1425 transform: scale(1.05);
1426 }
1427
1428 #iawp-parent .mm__btn-primary {
1429 color: #fff;
1430 background-color: #00449e;
1431 }
1432
1433 @-webkit-keyframes mmfadeIn {
1434 from {
1435 opacity: 0;
1436 }
1437
1438 to {
1439 opacity: 1;
1440 }
1441 }
1442
1443 @keyframes mmfadeIn {
1444 from {
1445 opacity: 0;
1446 }
1447
1448 to {
1449 opacity: 1;
1450 }
1451 }
1452
1453 @-webkit-keyframes mmfadeOut {
1454 from {
1455 opacity: 1;
1456 }
1457
1458 to {
1459 opacity: 0;
1460 }
1461 }
1462
1463 @keyframes mmfadeOut {
1464 from {
1465 opacity: 1;
1466 }
1467
1468 to {
1469 opacity: 0;
1470 }
1471 }
1472
1473 @-webkit-keyframes mmslideIn {
1474 from {
1475 -webkit-transform: translateY(15%);
1476 transform: translateY(15%);
1477 }
1478
1479 to {
1480 -webkit-transform: translateY(0);
1481 transform: translateY(0);
1482 }
1483 }
1484
1485 @keyframes mmslideIn {
1486 from {
1487 -webkit-transform: translateY(15%);
1488 transform: translateY(15%);
1489 }
1490
1491 to {
1492 -webkit-transform: translateY(0);
1493 transform: translateY(0);
1494 }
1495 }
1496
1497 @-webkit-keyframes mmslideOut {
1498 from {
1499 -webkit-transform: translateY(0);
1500 transform: translateY(0);
1501 }
1502
1503 to {
1504 -webkit-transform: translateY(-10%);
1505 transform: translateY(-10%);
1506 }
1507 }
1508
1509 @keyframes mmslideOut {
1510 from {
1511 -webkit-transform: translateY(0);
1512 transform: translateY(0);
1513 }
1514
1515 to {
1516 -webkit-transform: translateY(-10%);
1517 transform: translateY(-10%);
1518 }
1519 }
1520
1521 #iawp-parent .micromodal-slide {
1522 display: none;
1523 }
1524
1525 #iawp-parent .micromodal-slide.is-open {
1526 display: block;
1527 }
1528
1529 #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__overlay {
1530 -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
1531 animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
1532 }
1533
1534 #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__container {
1535 -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
1536 animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
1537 }
1538
1539 #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__overlay {
1540 -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
1541 animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
1542 }
1543
1544 #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__container {
1545 -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
1546 animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
1547 }
1548
1549 #iawp-parent .micromodal-slide .mm__container, #iawp-parent .micromodal-slide .mm__overlay {
1550 will-change: transform;
1551 }
1552
1553 #iawp-parent .modal-parent.small {
1554 position: relative;
1555 }
1556
1557 #iawp-parent .modal {
1558 z-index: 19;
1559 opacity: 0;
1560 visibility: hidden;
1561 background: #fff;
1562 border-radius: 3px;
1563 transition: opacity .2s, visibility .2s, -webkit-transform .2s, transform .2s;
1564 position: absolute;
1565 top: calc(100% + 16px);
1566 left: 0;
1567 box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
1568 }
1569
1570 #iawp-parent .modal.show {
1571 opacity: 1;
1572 visibility: visible;
1573 -webkit-transform: translateY(-4px);
1574 transform: translateY(-4px);
1575 }
1576
1577 #iawp-parent .modal.small {
1578 width: 220px;
1579 }
1580
1581 #iawp-parent .modal.large {
1582 width: 96%;
1583 max-width: 800px;
1584 top: 80px;
1585 left: 50%;
1586 -webkit-transform: translateX(-50%);
1587 transform: translateX(-50%);
1588 }
1589
1590 #iawp-parent .modal.large.show {
1591 -webkit-transform: translateY(-4px)translateX(-50%);
1592 transform: translateY(-4px)translateX(-50%);
1593 }
1594
1595 #iawp-parent .modal.flex {
1596 width: auto;
1597 max-width: unset;
1598 }
1599
1600 #iawp-parent .modal-inner {
1601 padding: 12px 24px;
1602 }
1603
1604 #iawp-parent .modal-inner > div {
1605 margin-bottom: 18px;
1606 }
1607
1608 @media (min-width: 1200px) {
1609 #iawp-parent .modal-parent {
1610 position: relative;
1611 }
1612
1613 #iawp-parent .modal.large {
1614 width: 800px;
1615 top: calc(100% + 12px);
1616 left: 0;
1617 -webkit-transform: none;
1618 transform: none;
1619 }
1620
1621 #iawp-parent .modal.large.show {
1622 -webkit-transform: translateY(-4px);
1623 transform: translateY(-4px);
1624 }
1625
1626 #iawp-parent .modal.flex {
1627 width: auto;
1628 }
1629 }
1630
1631 #iawp-parent .pagination {
1632 justify-content: center;
1633 margin: 24px;
1634 display: flex;
1635 }
1636
1637 #iawp-parent .settings-container {
1638 color: #18141f;
1639 max-width: 700px;
1640 background: #fff;
1641 border: 1px solid #dedae6;
1642 border-radius: 6px;
1643 margin: 24px;
1644 padding: 12px 24px 24px;
1645 }
1646
1647 #iawp-parent .settings-container p.submit {
1648 padding-bottom: 0;
1649 }
1650
1651 #iawp-parent .settings-container label {
1652 display: inline;
1653 }
1654
1655 #iawp-parent .settings-container .button-group {
1656 margin: 12px 0;
1657 }
1658
1659 #iawp-parent .settings-container .button-group button {
1660 margin-right: 12px;
1661 }
1662
1663 #iawp-parent .settings-container .column-label {
1664 display: inline-block;
1665 }
1666
1667 #iawp-parent .settings-container th {
1668 width: 240px;
1669 }
1670
1671 #iawp-parent .settings-container td {
1672 margin-top: 12px;
1673 }
1674
1675 #iawp-parent .settings-container .post-types label {
1676 margin-right: 4px;
1677 }
1678
1679 #iawp-parent .settings-container .shortcode-note {
1680 margin-left: 240px;
1681 }
1682
1683 #iawp-parent .settings-container .shortcode-note p {
1684 font-size: 14px;
1685 }
1686
1687 #iawp-parent .settings-container-header {
1688 justify-content: space-between;
1689 align-items: center;
1690 display: flex;
1691 }
1692
1693 #iawp-parent .form-table input[type="text"]:disabled {
1694 box-shadow: none;
1695 cursor: not-allowed;
1696 background: #f0f0f2;
1697 }
1698
1699 #iawp-parent .form-table input[type="text"] {
1700 width: 100%;
1701 }
1702
1703 #iawp-parent .form-table input[type="text"]::-webkit-input-placeholder {
1704 color: #aeaeae;
1705 }
1706
1707 #iawp-parent .form-table input[type="text"]::-ms-input-placeholder {
1708 color: #aeaeae;
1709 }
1710
1711 #iawp-parent .form-table input[type="text"]::placeholder {
1712 color: #aeaeae;
1713 }
1714
1715 #iawp-parent .form-table .description {
1716 color: #6d6a73;
1717 font-size: 13px;
1718 }
1719
1720 #iawp-parent p.error {
1721 color: #d93b29;
1722 font-size: 13px;
1723 }
1724
1725 #iawp-parent #ip-entry-blueprint {
1726 display: none;
1727 }
1728
1729 #iawp-parent .user-capability-settings .inner {
1730 align-items: center;
1731 display: flex;
1732 }
1733
1734 #iawp-parent .user-capability-settings #save-permissions {
1735 position: relative;
1736 }
1737
1738 #iawp-parent .user-capability-settings #save-permissions:after {
1739 content: "";
1740 font-family: Dashicons;
1741 font-size: 20px;
1742 -webkit-animation: dashicons-spin 1s linear infinite;
1743 animation: dashicons-spin 1s linear infinite;
1744 display: none;
1745 position: absolute;
1746 top: calc(50% - 11px);
1747 left: calc(50% - 11px);
1748 }
1749
1750 #iawp-parent .user-capability-settings #save-permissions.saving {
1751 color: rgba(0, 0, 0, 0);
1752 }
1753
1754 #iawp-parent .user-capability-settings #save-permissions.saving:after {
1755 color: #fff;
1756 display: block;
1757 }
1758
1759 #iawp-parent .user-roles {
1760 margin-left: 12px;
1761 }
1762
1763 #iawp-parent .user-roles .role {
1764 display: none;
1765 }
1766
1767 #iawp-parent .user-roles .role.show {
1768 display: flex;
1769 }
1770
1771 #iawp-parent .user-roles label {
1772 align-items: center;
1773 margin: 0 14px 0 0;
1774 display: flex;
1775 }
1776
1777 #iawp-parent .user-roles label input {
1778 margin: 0 5px 0 0;
1779 }
1780
1781 #iawp-parent .note {
1782 font-style: italic;
1783 }
1784
1785 #iawp-parent .save-button-container {
1786 align-items: center;
1787 margin: 36px 0 12px;
1788 display: flex;
1789 }
1790
1791 #iawp-parent .save-button-container .warning-message {
1792 color: #f69d0a;
1793 font-weight: 700px;
1794 margin: 0 0 0 12px;
1795 display: none;
1796 }
1797
1798 #iawp-parent .permission-blocked {
1799 max-width: 600px;
1800 background: #fff;
1801 border: 1px solid #dedae6;
1802 border-radius: 6px;
1803 margin: 24px;
1804 padding: 12px;
1805 }
1806
1807 #iawp-parent .iawp-notices {
1808 z-index: 99;
1809 flex-wrap: wrap;
1810 display: flex;
1811 position: fixed;
1812 bottom: 24px;
1813 left: 12px;
1814 }
1815
1816 #iawp-parent .iawp-notice {
1817 color: #fff;
1818 background: #363040;
1819 border-radius: 6px;
1820 align-items: center;
1821 margin-top: 12px;
1822 display: flex;
1823 box-shadow: 0 1px 18px rgba(0, 0, 0, .15);
1824 }
1825
1826 #iawp-parent .iawp-notice.iawp-warning .icon {
1827 background: #f69d0a;
1828 }
1829
1830 #iawp-parent .iawp-notice.iawp-error .icon {
1831 background: #d93b29;
1832 }
1833
1834 #iawp-parent .iawp-notice > div {
1835 padding: 12px;
1836 }
1837
1838 #iawp-parent .iawp-notice .icon {
1839 color: #fff;
1840 border-radius: 6px 0 0 6px;
1841 align-self: stretch;
1842 align-items: center;
1843 padding: 12px 18px;
1844 display: flex;
1845 }
1846
1847 #iawp-parent .iawp-notice .dashicons {
1848 margin-right: 4px;
1849 }
1850
1851 #iawp-parent .iawp-notice p {
1852 max-width: 700px;
1853 margin: 0 12px;
1854 font-size: 14px;
1855 }
1856
1857 #iawp-parent .email-reports {
1858 position: relative;
1859 }
1860
1861 #iawp-parent .email-reports p {
1862 font-size: 14px;
1863 }
1864
1865 #iawp-parent .email-reports textarea {
1866 width: 100%;
1867 }
1868
1869 #iawp-parent .email-reports .test-email {
1870 margin-left: 12px;
1871 }
1872
1873 #iawp-parent .email-reports .test-email.sending {
1874 color: #5123a0;
1875 background: #5123a0;
1876 position: relative;
1877 }
1878
1879 #iawp-parent .email-reports .test-email.sending:hover, #iawp-parent .email-reports .test-email.sending:active, #iawp-parent .email-reports .test-email.sending:focus {
1880 color: #5123a0;
1881 }
1882
1883 #iawp-parent .email-reports .test-email.sending:after {
1884 content: "";
1885 color: #fff;
1886 font-family: Dashicons;
1887 font-size: 22px;
1888 -webkit-animation: dashicons-spin 1s linear infinite;
1889 animation: dashicons-spin 1s linear infinite;
1890 position: absolute;
1891 top: calc(50% - 11px);
1892 left: calc(50% - 11px);
1893 }
1894
1895 #iawp-parent .email-reports .test-email.sent {
1896 color: #36b366;
1897 background: #36b366;
1898 border-color: #36b366;
1899 position: relative;
1900 }
1901
1902 #iawp-parent .email-reports .test-email.sent:hover, #iawp-parent .email-reports .test-email.sent:active, #iawp-parent .email-reports .test-email.sent:focus {
1903 color: #36b366;
1904 background: #36b366;
1905 border-color: #36b366;
1906 }
1907
1908 #iawp-parent .email-reports .test-email.sent:after {
1909 content: "";
1910 color: #fff;
1911 font-family: Dashicons;
1912 font-size: 22px;
1913 position: absolute;
1914 top: calc(50% - 11px);
1915 left: calc(50% - 11px);
1916 }
1917
1918 #iawp-parent .email-reports .test-email.failed {
1919 color: #d93b29;
1920 background: #d93b29;
1921 border-color: #d93b29;
1922 position: relative;
1923 }
1924
1925 #iawp-parent .email-reports .test-email.failed:hover, #iawp-parent .email-reports .test-email.failed:active, #iawp-parent .email-reports .test-email.failed:focus {
1926 color: #d93b29;
1927 background: #d93b29;
1928 border-color: #d93b29;
1929 }
1930
1931 #iawp-parent .email-reports .test-email.failed:after {
1932 content: "�
1933 �";
1934 color: #fff;
1935 font-family: Dashicons;
1936 font-size: 22px;
1937 position: absolute;
1938 top: calc(50% - 11px);
1939 left: calc(50% - 11px);
1940 }
1941
1942 #iawp-parent .blueprint {
1943 display: none;
1944 }
1945
1946 #iawp-parent form.empty .empty, #iawp-parent form.exists .exists {
1947 display: block;
1948 }
1949
1950 #iawp-parent form .error-message {
1951 display: none;
1952 }
1953
1954 #iawp-parent form.unsaved .warning-message {
1955 display: block;
1956 }
1957
1958 #iawp-parent form .section {
1959 margin: 36px 0;
1960 }
1961
1962 #iawp-parent form .duplicator {
1963 margin-bottom: 36px;
1964 }
1965
1966 #iawp-parent form .entry {
1967 margin-bottom: 12px;
1968 display: flex;
1969 }
1970
1971 #iawp-parent form .entry > div {
1972 display: flex;
1973 }
1974
1975 #iawp-parent form .entry input {
1976 width: 100%;
1977 max-width: 400px;
1978 }
1979
1980 #iawp-parent form .entry input:read-only {
1981 background-color: #f7f5fa;
1982 }
1983
1984 #iawp-parent form .entry input:focus {
1985 border-color: #c5c2cc;
1986 }
1987
1988 #iawp-parent form .entry button {
1989 flex-shrink: 0;
1990 margin-left: 8px;
1991 }
1992
1993 #iawp-parent .pro-tag {
1994 color: #5123a0;
1995 background-color: #efe8fa;
1996 border-radius: 3px;
1997 padding: 5px 15px;
1998 font-size: 16px;
1999 font-weight: 700;
2000 position: absolute;
2001 top: 18px;
2002 right: 18px;
2003 }
2004
2005 @media (min-width: 783px) {
2006 #iawp-parent .settings-container td {
2007 margin-top: 0;
2008 }
2009
2010 #iawp-parent .iawp-notices {
2011 left: 48px;
2012 }
2013 }
2014
2015 @media (min-width: 961px) {
2016 #iawp-parent .iawp-notices {
2017 left: 172px;
2018 }
2019 }
2020
2021 #iawp-parent .stat {
2022 width: 50%;
2023 max-width: 400px;
2024 background-color: #fff;
2025 border: 1px solid #dedae6;
2026 border-radius: 6px;
2027 padding: 18px;
2028 }
2029
2030 #iawp-parent .stat:last-child {
2031 margin-right: 0;
2032 }
2033
2034 #iawp-parent .stat.unfiltered {
2035 background-color: #ece9f2;
2036 border-color: #c5c2cc;
2037 }
2038
2039 #iawp-parent .stat.unfiltered circle {
2040 display: none;
2041 }
2042
2043 #iawp-parent .stat.unfiltered .percentage {
2044 opacity: .7;
2045 }
2046
2047 #iawp-parent .stat .metric {
2048 justify-content: space-between;
2049 font-size: 16px;
2050 display: flex;
2051 }
2052
2053 #iawp-parent .stat .dashicons-filter {
2054 display: none;
2055 }
2056
2057 #iawp-parent .stat .circle {
2058 width: 15px;
2059 height: 15px;
2060 }
2061
2062 #iawp-parent .stat .values {
2063 align-items: baseline;
2064 margin: 12px 0;
2065 font-weight: 700;
2066 display: flex;
2067 }
2068
2069 #iawp-parent .stat .count {
2070 margin-right: 8px;
2071 font-size: 28px;
2072 }
2073
2074 #iawp-parent .stat .growth {
2075 color: #36b366;
2076 font-size: 14px;
2077 }
2078
2079 #iawp-parent .stat .percentage {
2080 border-radius: 24px;
2081 align-items: center;
2082 padding: 4px 10px 4px 2px;
2083 display: flex;
2084 }
2085
2086 #iawp-parent .stat .percentage.up {
2087 color: #36b366;
2088 background-color: #e3fced;
2089 }
2090
2091 #iawp-parent .stat .percentage.down {
2092 color: #d93b29;
2093 background-color: #fce6e3;
2094 }
2095
2096 #iawp-parent .stat .period-label {
2097 color: #9a95a6;
2098 font-size: 16px;
2099 }
2100
2101 #iawp-parent .stat.views circle {
2102 fill: #5123a0;
2103 }
2104
2105 #iawp-parent .stat.views .dashicons-filter {
2106 color: #5123a0;
2107 }
2108
2109 #iawp-parent .stat.visitors circle {
2110 fill: #f69d0a;
2111 }
2112
2113 #iawp-parent .stat.visitors .dashicons-filter {
2114 color: #f69d0a;
2115 }
2116
2117 #iawp-parent .filtered .stat:not(.unfiltered) .dashicons-filter {
2118 display: inline-block;
2119 }
2120
2121 #iawp-parent .filtered .stat:not(.unfiltered) .circle {
2122 display: none;
2123 }
2124
2125 #iawp-parent .iawp-button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button {
2126 cursor: pointer;
2127 background: none;
2128 border: 1px solid rgba(0, 0, 0, 0);
2129 border-radius: 3px;
2130 align-items: center;
2131 margin: 0;
2132 padding: 12px 16px;
2133 font-size: 14px;
2134 line-height: 1;
2135 text-decoration: none;
2136 transition: color .1s, background-color .1s, border-color .1s;
2137 display: inline-flex;
2138 }
2139
2140 #iawp-parent .iawp-button .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .dashicons {
2141 margin-right: 6px;
2142 transition: color .1s;
2143 }
2144
2145 #iawp-parent .iawp-button .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count {
2146 color: #5123a0;
2147 background: #fff;
2148 border-radius: 50%;
2149 justify-content: center;
2150 align-items: center;
2151 font-size: 12px;
2152 font-weight: 700;
2153 line-height: 1;
2154 display: flex;
2155 }
2156
2157 #iawp-parent .iawp-button .count:not(:empty), #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count:not(:empty) {
2158 height: 18px;
2159 width: 18px;
2160 margin-left: 8px;
2161 margin-right: -2px;
2162 }
2163
2164 #iawp-parent .iawp-button .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .disabled-button-text {
2165 display: none;
2166 }
2167
2168 #iawp-parent .iawp-button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled {
2169 cursor: default;
2170 }
2171
2172 #iawp-parent .iawp-button:disabled .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .disabled-button-text {
2173 display: inline;
2174 }
2175
2176 #iawp-parent .iawp-button:disabled .enabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .enabled-button-text {
2177 display: none;
2178 }
2179
2180 #iawp-parent .iawp-button.white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button {
2181 color: #5123a0;
2182 background-color: #fff;
2183 border-color: #fff;
2184 }
2185
2186 #iawp-parent .iawp-button.white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:hover, #iawp-parent .iawp-button.white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:active, #iawp-parent .iawp-button.white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:focus, #iawp-parent .iawp-button.white .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button .open {
2187 color: #6c46ae;
2188 }
2189
2190 #iawp-parent .iawp-button.purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary, #iawp-parent .iawp-button-purple, #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button {
2191 color: #fff;
2192 background-color: #5123a0;
2193 border-color: #5123a0;
2194 }
2195
2196 #iawp-parent .iawp-button.purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:hover, #iawp-parent .iawp-button.purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:active, #iawp-parent .iawp-button.purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:focus, #iawp-parent .iawp-button.purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary .open, #iawp-parent .iawp-button-purple:hover, #iawp-parent .relative-dates .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .iawp-button-purple:active, #iawp-parent .relative-dates .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .iawp-button-purple:focus, #iawp-parent .relative-dates .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .iawp-button-purple .open, #iawp-parent .relative-dates .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open {
2197 color: #fff;
2198 background-color: #6c46ae;
2199 border-color: #6c46ae;
2200 }
2201
2202 #iawp-parent .iawp-button.purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:disabled, #iawp-parent .iawp-button-purple:disabled, #iawp-parent .relative-dates .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled {
2203 color: #9a95a6;
2204 background-color: #f7f5fa;
2205 border-color: #ece9f2;
2206 }
2207
2208 #iawp-parent .iawp-button.red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button {
2209 color: #fff;
2210 background-color: #d93b29;
2211 border-color: #d93b29;
2212 }
2213
2214 #iawp-parent .iawp-button.red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:hover, #iawp-parent .iawp-button.red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:active, #iawp-parent .iawp-button.red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:focus, #iawp-parent .iawp-button.red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button .open {
2215 color: #fff;
2216 background-color: #d94e3f;
2217 border-color: #d94e3f;
2218 }
2219
2220 #iawp-parent .iawp-button.orange, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button {
2221 color: #fff;
2222 background-color: #f69d0a;
2223 border-color: #f69d0a;
2224 }
2225
2226 #iawp-parent .iawp-button.orange:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:hover, #iawp-parent .iawp-button.orange:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:active, #iawp-parent .iawp-button.orange:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:focus, #iawp-parent .iawp-button.orange .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button .open {
2227 color: #fff;
2228 background-color: #ffa826;
2229 border-color: #ffa826;
2230 }
2231
2232 #iawp-parent .iawp-button.ghost-white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button {
2233 color: #fff;
2234 border-color: #fff;
2235 }
2236
2237 #iawp-parent .iawp-button.ghost-white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover, #iawp-parent .iawp-button.ghost-white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active, #iawp-parent .iawp-button.ghost-white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus, #iawp-parent .iawp-button.ghost-white.open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button {
2238 color: #5123a0;
2239 background-color: #fff;
2240 border-color: #fff;
2241 }
2242
2243 #iawp-parent .iawp-button.ghost-white:hover .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover .count, #iawp-parent .iawp-button.ghost-white:active .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active .count, #iawp-parent .iawp-button.ghost-white:focus .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus .count, #iawp-parent .iawp-button.ghost-white.open .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button .count {
2244 color: #fff;
2245 background: #5123a0;
2246 }
2247
2248 #iawp-parent .iawp-button.ghost-purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button {
2249 color: #5123a0;
2250 border-color: #5123a0;
2251 }
2252
2253 #iawp-parent .iawp-button.ghost-purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:hover, #iawp-parent .iawp-button.ghost-purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:active, #iawp-parent .iawp-button.ghost-purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:focus, #iawp-parent .iawp-button.ghost-purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .open {
2254 color: #fff;
2255 background-color: #5123a0;
2256 border-color: #5123a0;
2257 }
2258
2259 #iawp-parent .iawp-button.ghost-purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled {
2260 color: #9a95a6;
2261 background-color: #f7f5fa;
2262 border-color: #ece9f2;
2263 }
2264
2265 #iawp-parent .iawp-button.ghost-red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button {
2266 color: #d93b29;
2267 border-color: #d93b29;
2268 }
2269
2270 #iawp-parent .iawp-button.ghost-red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:hover, #iawp-parent .iawp-button.ghost-red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:active, #iawp-parent .iawp-button.ghost-red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:focus, #iawp-parent .iawp-button.ghost-red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button .open {
2271 color: #fff;
2272 background-color: #d93b29;
2273 border-color: #d93b29;
2274 }
2275
2276 #iawp-parent .iawp-button.ghost-red:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:disabled {
2277 color: #9a95a6;
2278 background-color: #f7f5fa;
2279 border-color: #ece9f2;
2280 }
2281
2282 #iawp-parent .iawp-button.text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .text.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .text.button {
2283 color: #5123a0;
2284 padding: 0;
2285 }
2286
2287 #iawp-parent .date-picker {
2288 padding: 14px 16px 14px 36px;
2289 }
2290
2291 #iawp-parent .sort-button {
2292 color: #18141f;
2293 cursor: pointer;
2294 background: none;
2295 border: none;
2296 align-items: center;
2297 padding: 1px;
2298 display: flex;
2299 }
2300
2301 #iawp-parent .sort-button .dashicons-arrow-up, #iawp-parent .sort-button .dashicons-arrow-down {
2302 display: none;
2303 }
2304
2305 #iawp-parent .sort-button .name {
2306 font-weight: 700;
2307 }
2308
2309 #iawp-parent .sort-button .dashicons {
2310 color: #c5c2cc;
2311 }
2312
2313 #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons {
2314 color: #5123a0;
2315 }
2316
2317 #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-up {
2318 display: inline-block;
2319 }
2320
2321 #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-right {
2322 display: none;
2323 }
2324
2325 #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-down {
2326 display: inline-block;
2327 }
2328
2329 #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-right {
2330 display: none;
2331 }
2332
2333 #iawp-parent .delete-button {
2334 z-index: 3;
2335 color: #fff;
2336 cursor: pointer;
2337 background-color: #5123a0;
2338 border: none;
2339 border-radius: 50%;
2340 padding: 2px;
2341 transition: background-color .1s, color .1s;
2342 position: absolute;
2343 top: 12px;
2344 right: -12px;
2345 }
2346
2347 #iawp-parent .delete-button:hover, #iawp-parent .delete-button .open {
2348 background-color: #6c46ae;
2349 }
2350
2351 #iawp-parent .icon-med {
2352 margin-right: 3px;
2353 font-size: 21px;
2354 }
2355
2356 #iawp-parent .dashicons.spin {
2357 -webkit-animation: dashicons-spin 1s linear infinite;
2358 animation: dashicons-spin 1s linear infinite;
2359 }
2360
2361 @-webkit-keyframes dashicons-spin {
2362 0% {
2363 -webkit-transform: rotate(0deg);
2364 transform: rotate(0deg);
2365 }
2366
2367 100% {
2368 -webkit-transform: rotate(360deg);
2369 transform: rotate(360deg);
2370 }
2371 }
2372
2373 @keyframes dashicons-spin {
2374 0% {
2375 -webkit-transform: rotate(0deg);
2376 transform: rotate(0deg);
2377 }
2378
2379 100% {
2380 -webkit-transform: rotate(360deg);
2381 transform: rotate(360deg);
2382 }
2383 }
2384
2385 #iawp-parent .image-large {
2386 width: 36px;
2387 height: 36px;
2388 }
2389
2390 #iawp-parent select, #iawp-parent input, #iawp-parent textarea {
2391 background-color: #fff;
2392 border: 1px solid #c5c2cc;
2393 border-radius: 3px;
2394 box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
2395 }
2396
2397 #iawp-parent select:focus, #iawp-parent input:focus, #iawp-parent textarea:focus {
2398 border-color: #5123a0;
2399 outline: none;
2400 box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
2401 }
2402
2403 #iawp-parent select.error, #iawp-parent input.error, #iawp-parent textarea.error {
2404 border-color: #d93b29;
2405 }
2406
2407 #iawp-parent input {
2408 padding: 2px 12px;
2409 }
2410
2411 #iawp-parent select {
2412 padding: 2px 24px 2px 12px;
2413 }
2414
2415 #iawp-parent select:hover, #iawp-parent select:focus {
2416 color: #5123a0;
2417 }
2418
2419 #iawp-parent .block-input {
2420 width: 100%;
2421 margin-bottom: 12px;
2422 display: block;
2423 }
2424
2425 #iawp-parent ::-webkit-input-placeholder {
2426 color: #aaa6b3;
2427 opacity: 1;
2428 }
2429
2430 #iawp-parent ::-ms-input-placeholder {
2431 color: #aaa6b3;
2432 opacity: 1;
2433 }
2434
2435 #iawp-parent ::placeholder {
2436 color: #aaa6b3;
2437 opacity: 1;
2438 }
2439
2440 #iawp-parent label {
2441 margin: 12px 0;
2442 display: block;
2443 }
2444
2445 #iawp-parent .link-dark {
2446 color: #363040;
2447 text-decoration: none;
2448 }
2449
2450 #iawp-parent .link-dark:link, #iawp-parent .link-dark:visited {
2451 color: #363040;
2452 }
2453
2454 #iawp-parent .link-dark:hover, #iawp-parent .link-dark:active, #iawp-parent .link-dark:focus, #iawp-parent .link-dark.active {
2455 color: #18141f;
2456 }
2457
2458 #iawp-parent .link-purple, #iawp-parent #fs_connect.require-license-key a, #fs_connect.require-license-key #iawp-parent a {
2459 color: #5123a0;
2460 text-decoration: none;
2461 }
2462
2463 #iawp-parent .link-purple:link, #iawp-parent #fs_connect.require-license-key a:link, #fs_connect.require-license-key #iawp-parent a:link, #iawp-parent .link-purple:visited, #iawp-parent #fs_connect.require-license-key a:visited, #fs_connect.require-license-key #iawp-parent a:visited {
2464 color: #5123a0;
2465 }
2466
2467 #iawp-parent .link-purple:hover, #iawp-parent #fs_connect.require-license-key a:hover, #fs_connect.require-license-key #iawp-parent a:hover, #iawp-parent .link-purple:active, #iawp-parent #fs_connect.require-license-key a:active, #fs_connect.require-license-key #iawp-parent a:active, #iawp-parent .link-purple:focus, #iawp-parent #fs_connect.require-license-key a:focus, #fs_connect.require-license-key #iawp-parent a:focus, #iawp-parent .link-purple.active, #iawp-parent #fs_connect.require-license-key a.active, #fs_connect.require-license-key #iawp-parent a.active {
2468 color: #6c46ae;
2469 }
2470
2471 #iawp-parent .link-white, #iawp-parent .link-white:link, #iawp-parent .link-white:visited {
2472 color: #fff;
2473 }
2474
2475 #iawp-parent .link-white:hover, #iawp-parent .link-white:active, #iawp-parent .link-white:focus, #iawp-parent .link-white.active {
2476 color: #ece9f2;
2477 }
2478
2479 #iawp-parent .scroll-to-top {
2480 z-index: 39;
2481 text-align: center;
2482 color: #fff;
2483 cursor: pointer;
2484 background-color: #5123a0;
2485 border: none;
2486 border-radius: 50%;
2487 padding: 18px;
2488 line-height: 1;
2489 transition: background-color .1s, color .1s;
2490 position: fixed;
2491 bottom: 32px;
2492 right: 32px;
2493 box-shadow: 0 0 12px rgba(0, 0, 0, .1);
2494 }
2495
2496 #iawp-parent .scroll-to-top:hover, #iawp-parent .scroll-to-top:active, #iawp-parent .scroll-to-top:focus {
2497 color: #5123a0;
2498 background-color: #fff;
2499 }
2500
2501 #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell, #iawp-parent .cell:first-child {
2502 padding-left: 48px !important;
2503 }
2504
2505 #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell .row-number, #iawp-parent .cell:first-child .row-number {
2506 display: flex;
2507 }
2508
2509 #iawp-parent .cell {
2510 z-index: 3;
2511 color: #363040;
2512 padding: 16px 12px;
2513 font-size: 14px;
2514 position: relative;
2515 }
2516
2517 #iawp-parent .cell.hide {
2518 display: none;
2519 }
2520
2521 #iawp-parent .cell .animator {
2522 z-index: 9;
2523 transition: left .2s ease-in-out;
2524 position: absolute;
2525 top: 0;
2526 bottom: 0;
2527 left: 100%;
2528 right: 0;
2529 }
2530
2531 #iawp-parent .cell .deleted-label {
2532 opacity: 0;
2533 margin-left: 4px;
2534 font-weight: 400;
2535 }
2536
2537 #iawp-parent .cell .percentage {
2538 color: #aaa6b3;
2539 letter-spacing: -.04em;
2540 margin-left: 4px;
2541 font-size: 12px;
2542 }
2543
2544 #iawp-parent .data-table[data-column-count="1"] .cell, #iawp-parent .data-table[data-column-count="2"] .cell, #iawp-parent .data-table[data-column-count="3"] .cell, #iawp-parent .data-table[data-column-count="4"] .cell, #iawp-parent .data-table[data-column-count="5"] .cell, #iawp-parent .data-table[data-column-count="6"] .cell, #iawp-parent .data-table[data-column-count="7"] .cell, #iawp-parent .data-table[data-column-count="8"] .cell {
2545 padding: 16px 24px;
2546 }
2547
2548 #iawp-parent .row-number {
2549 text-align: center;
2550 color: #9a95a6;
2551 font-size: 12px;
2552 font-weight: 400;
2553 display: none;
2554 position: absolute;
2555 right: calc(100% - 32px);
2556 }
2557
2558 #iawp-parent .row.deleted .cell[data-column="title"] {
2559 color: #d93b29;
2560 }
2561
2562 #iawp-parent .row.deleted .cell[data-column="title"]:hover .deleted-label {
2563 opacity: .5;
2564 }
2565
2566 #iawp-parent .rows .row:nth-child(2n+1) .cell, #iawp-parent .rows .row:nth-child(2n+1) .cell .animator {
2567 background-color: #f7f5fa;
2568 }
2569
2570 #iawp-parent .rows .row:nth-child(2n) .cell, #iawp-parent .rows .row:nth-child(2n) .cell .animator {
2571 background-color: #fff;
2572 }
2573
2574 #iawp-parent .rows .cell[data-column="title"], #iawp-parent .rows .cell[data-column="referrer"] {
2575 font-weight: 700;
2576 }
2577
2578 #iawp-parent .rows .cell[data-column="url"] {
2579 color: #9a95a6;
2580 }
2581
2582 #iawp-parent .rows .cell[data-column="url"] .external-link {
2583 color: #6d6a73;
2584 }
2585
2586 #iawp-parent .rows .cell[data-column="url"] .external-link:hover, #iawp-parent .rows .cell[data-column="url"] .external-link:active, #iawp-parent .rows .cell[data-column="url"] .external-link:focus {
2587 color: #18141f;
2588 }
2589
2590 #iawp-parent .rows .cell[data-column="type"] .dashicons {
2591 color: #5123a0;
2592 }
2593
2594 #iawp-parent .rows .cell[data-column="type"] .custom-icon {
2595 width: 20px;
2596 height: 20px;
2597 background: #5123a0;
2598 margin-right: 4px;
2599 display: inline-block;
2600 }
2601
2602 #iawp-parent .cell-content {
2603 word-break: break-word;
2604 align-items: center;
2605 display: flex;
2606 }
2607
2608 #iawp-parent .cell-content .dashicons, #iawp-parent .cell-content img {
2609 margin-right: 6px;
2610 }
2611
2612 #iawp-parent .cell-content .avatar {
2613 border-radius: 50%;
2614 }
2615
2616 #iawp-parent .cell-content .flag {
2617 width: 32px;
2618 margin-right: 12px;
2619 }
2620
2621 #iawp-parent .cell-content .external-link {
2622 color: #18141f;
2623 font-size: 13px;
2624 text-decoration: none;
2625 transition: color .1s;
2626 }
2627
2628 #iawp-parent .cell-content .external-link:hover, #iawp-parent .cell-content .external-link:active, #iawp-parent .cell-content .external-link:focus {
2629 color: #6d6a73;
2630 }
2631
2632 #iawp-parent .cell-content .external-link .dashicons {
2633 font-size: 16px;
2634 transition: color .1s;
2635 }
2636
2637 #iawp-parent .skeleton-loader:empty {
2638 width: 100%;
2639 height: 15px;
2640 background-color: #ece9f2;
2641 background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 80%), none;
2642 background-position: 0 0;
2643 background-repeat: repeat-y;
2644 background-size: 50px 500px;
2645 background-attachment: scroll, scroll;
2646 background-origin: padding-box, padding-box;
2647 background-clip: border-box, border-box;
2648 -webkit-animation: shine 1s infinite;
2649 animation: shine 1s infinite;
2650 display: block;
2651 }
2652
2653 #iawp-parent #iawp-parent.dark-mode .skeleton-loader:empty {
2654 background: linear-gradient(to right, rgba(54, 48, 64, .3), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .3) 80%), #6d6a73;
2655 }
2656
2657 @-webkit-keyframes shine {
2658 to {
2659 background-position: 100% 0;
2660 }
2661 }
2662
2663 @keyframes shine {
2664 to {
2665 background-position: 100% 0;
2666 }
2667 }
2668
2669 #iawp-parent .title-large {
2670 align-self: center;
2671 padding: 14px;
2672 font-size: 21px;
2673 font-weight: 700;
2674 }
2675
2676 #iawp-parent .title-med, #iawp-parent .settings-container h2 {
2677 font-size: 18px;
2678 font-weight: 700;
2679 }
2680
2681 #iawp-parent .title-small {
2682 font-size: 14px;
2683 font-weight: 700;
2684 }
2685
2686 #iawp-parent .subtitle-small {
2687 opacity: .8;
2688 font-size: 12px;
2689 }
2690
2691 #iawp-parent .tooltip-parent:hover .tooltip {
2692 opacity: 1;
2693 visibility: visible;
2694 }
2695
2696 #iawp-parent .tooltip {
2697 color: #fff;
2698 opacity: 0;
2699 visibility: hidden;
2700 background: #18141f;
2701 border-radius: 3px;
2702 padding: 4px 9px 5px;
2703 font-size: 12px;
2704 position: absolute;
2705 top: 0;
2706 }
2707
2708 #iawp-parent .tooltip.left {
2709 right: 100%;
2710 }
2711
2712 #iawp-parent .geo-message {
2713 margin-left: 26px;
2714 }
2715
2716 @-webkit-keyframes reloadBgDarkMode {
2717 0% {
2718 background-color: #18141f;
2719 }
2720
2721 20% {
2722 background-color: #1f1a28;
2723 }
2724
2725 100% {
2726 background-color: #18141f;
2727 }
2728 }
2729
2730 @keyframes reloadBgDarkMode {
2731 0% {
2732 background-color: #18141f;
2733 }
2734
2735 20% {
2736 background-color: #1f1a28;
2737 }
2738
2739 100% {
2740 background-color: #18141f;
2741 }
2742 }
2743
2744 .iawp-dark-mode #iawp-parent {
2745 background-color: #18141f;
2746 }
2747
2748 .iawp-dark-mode #iawp-parent .stat {
2749 color: #fff;
2750 background-color: #363040;
2751 border-color: #363040;
2752 }
2753
2754 .iawp-dark-mode #iawp-parent .stat.unfiltered {
2755 background-color: #1f1a28;
2756 border-color: #1f1a28;
2757 }
2758
2759 .iawp-dark-mode #iawp-parent .legend-title {
2760 color: #fff;
2761 }
2762
2763 .iawp-dark-mode #iawp-parent .legend-item-for-views {
2764 background-color: rgba(239, 232, 250, .2);
2765 }
2766
2767 .iawp-dark-mode #iawp-parent .chart-inner {
2768 color: #fff;
2769 background-color: #363040;
2770 border-color: #363040;
2771 }
2772
2773 .iawp-dark-mode #iawp-parent .data-error {
2774 color: #dedae6;
2775 background-color: #363040;
2776 }
2777
2778 .iawp-dark-mode #iawp-parent .sort-button {
2779 color: #fff;
2780 }
2781
2782 .iawp-dark-mode #iawp-parent .data-table {
2783 border-color: #363040;
2784 }
2785
2786 .iawp-dark-mode #iawp-parent .columns .cell {
2787 background-color: #1f1a28;
2788 border-bottom: 1px solid #6d6a73;
2789 }
2790
2791 .iawp-dark-mode #iawp-parent .cell {
2792 color: #dedae6;
2793 }
2794
2795 .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n+1) .cell, .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n+1) .cell .animator {
2796 background-color: #363040;
2797 }
2798
2799 .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n) .cell, .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n) .cell .animator {
2800 background-color: #1f1a28;
2801 }
2802
2803 .iawp-dark-mode #iawp-parent .rows .external-link {
2804 color: #dedae6;
2805 }
2806
2807 .iawp-dark-mode #iawp-parent .cell[data-column="url"] {
2808 color: #6d6a73;
2809 }
2810
2811 .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link {
2812 color: #9a95a6;
2813 }
2814
2815 .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:hover, .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:active, .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:focus, .iawp-dark-mode #iawp-parent .cell-content .external-link {
2816 color: #dedae6;
2817 }
2818
2819 .iawp-dark-mode #iawp-parent .cell-content .external-link:hover, .iawp-dark-mode #iawp-parent .cell-content .external-link:active, .iawp-dark-mode #iawp-parent .cell-content .external-link:focus {
2820 color: #f7f5fa;
2821 }
2822
2823 .iawp-dark-mode #iawp-parent .skeleton-loader:empty {
2824 background: linear-gradient(to right, rgba(54, 48, 64, .7), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .7) 80%), #6d6a73;
2825 }
2826
2827 .iawp-dark-mode #iawp-parent .real-time-dashboard.refreshed:after {
2828 -webkit-animation: reloadBgDarkMode 1s forwards;
2829 animation: reloadBgDarkMode 1s forwards;
2830 }
2831
2832 .iawp-dark-mode #iawp-parent .real-time-dashboard .learn-more {
2833 color: #9a95a6;
2834 }
2835
2836 .iawp-dark-mode #iawp-parent .real-time-dashboard .iawp-heading {
2837 color: #fff;
2838 }
2839
2840 .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list {
2841 color: #fff;
2842 background-color: #363040;
2843 border-color: #363040;
2844 }
2845
2846 .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list li {
2847 border-bottom-color: #6d6a73;
2848 }
2849
2850 .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .resource:after {
2851 background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%);
2852 }
2853
2854 @media (min-width: 783px) {
2855 #iawp-parent {
2856 margin-left: -20px;
2857 }
2858 }
2859
2860 .toplevel_page_independent-analytics #fs_connect .iawp-button, .toplevel_page_independent-analytics #fs_connect .button {
2861 cursor: pointer;
2862 background: none;
2863 border: 1px solid rgba(0, 0, 0, 0);
2864 border-radius: 3px;
2865 align-items: center;
2866 margin: 0;
2867 padding: 12px 16px;
2868 font-size: 14px;
2869 line-height: 1;
2870 text-decoration: none;
2871 transition: color .1s, background-color .1s, border-color .1s;
2872 display: inline-flex;
2873 }
2874
2875 .toplevel_page_independent-analytics #fs_connect .iawp-button .dashicons, .toplevel_page_independent-analytics #fs_connect .button .dashicons {
2876 margin-right: 6px;
2877 transition: color .1s;
2878 }
2879
2880 .toplevel_page_independent-analytics #fs_connect .iawp-button .count, .toplevel_page_independent-analytics #fs_connect .button .count {
2881 color: #5123a0;
2882 background: #fff;
2883 border-radius: 50%;
2884 justify-content: center;
2885 align-items: center;
2886 font-size: 12px;
2887 font-weight: 700;
2888 line-height: 1;
2889 display: flex;
2890 }
2891
2892 .toplevel_page_independent-analytics #fs_connect .iawp-button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty) {
2893 height: 18px;
2894 width: 18px;
2895 margin-left: 8px;
2896 margin-right: -2px;
2897 }
2898
2899 .toplevel_page_independent-analytics #fs_connect .iawp-button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text {
2900 display: none;
2901 }
2902
2903 .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled {
2904 cursor: default;
2905 }
2906
2907 .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text {
2908 display: inline;
2909 }
2910
2911 .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text {
2912 display: none;
2913 }
2914
2915 .toplevel_page_independent-analytics #fs_connect .iawp-button.white, .toplevel_page_independent-analytics #fs_connect .white.button {
2916 color: #5123a0;
2917 background-color: #fff;
2918 border-color: #fff;
2919 }
2920
2921 .toplevel_page_independent-analytics #fs_connect .iawp-button.white:hover, .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:active, .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:focus, .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.white .open, .toplevel_page_independent-analytics #fs_connect .white.button .open {
2922 color: #6c46ae;
2923 }
2924
2925 .toplevel_page_independent-analytics #fs_connect .iawp-button.purple, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect .purple.button, .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button {
2926 color: #fff;
2927 background-color: #5123a0;
2928 border-color: #5123a0;
2929 }
2930
2931 .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .purple.button:hover, .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .purple.button:active, .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .purple.button:focus, .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple .open, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .purple.button .open, .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open {
2932 color: #fff;
2933 background-color: #6c46ae;
2934 border-color: #6c46ae;
2935 }
2936
2937 .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled {
2938 color: #9a95a6;
2939 background-color: #f7f5fa;
2940 border-color: #ece9f2;
2941 }
2942
2943 .toplevel_page_independent-analytics #fs_connect .iawp-button.red, .toplevel_page_independent-analytics #fs_connect .red.button {
2944 color: #fff;
2945 background-color: #d93b29;
2946 border-color: #d93b29;
2947 }
2948
2949 .toplevel_page_independent-analytics #fs_connect .iawp-button.red:hover, .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:active, .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:focus, .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.red .open, .toplevel_page_independent-analytics #fs_connect .red.button .open {
2950 color: #fff;
2951 background-color: #d94e3f;
2952 border-color: #d94e3f;
2953 }
2954
2955 .toplevel_page_independent-analytics #fs_connect .iawp-button.orange, .toplevel_page_independent-analytics #fs_connect .orange.button {
2956 color: #fff;
2957 background-color: #f69d0a;
2958 border-color: #f69d0a;
2959 }
2960
2961 .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:hover, .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:active, .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:focus, .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange .open, .toplevel_page_independent-analytics #fs_connect .orange.button .open {
2962 color: #fff;
2963 background-color: #ffa826;
2964 border-color: #ffa826;
2965 }
2966
2967 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white, .toplevel_page_independent-analytics #fs_connect .ghost-white.button {
2968 color: #fff;
2969 border-color: #fff;
2970 }
2971
2972 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button {
2973 color: #5123a0;
2974 background-color: #fff;
2975 border-color: #fff;
2976 }
2977
2978 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count {
2979 color: #fff;
2980 background: #5123a0;
2981 }
2982
2983 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple, .toplevel_page_independent-analytics #fs_connect .button {
2984 color: #5123a0;
2985 border-color: #5123a0;
2986 }
2987
2988 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:hover, .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:active, .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:focus, .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple .open, .toplevel_page_independent-analytics #fs_connect .button .open {
2989 color: #fff;
2990 background-color: #5123a0;
2991 border-color: #5123a0;
2992 }
2993
2994 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled {
2995 color: #9a95a6;
2996 background-color: #f7f5fa;
2997 border-color: #ece9f2;
2998 }
2999
3000 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red, .toplevel_page_independent-analytics #fs_connect .ghost-red.button {
3001 color: #d93b29;
3002 border-color: #d93b29;
3003 }
3004
3005 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:hover, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:active, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:focus, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red .open, .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open {
3006 color: #fff;
3007 background-color: #d93b29;
3008 border-color: #d93b29;
3009 }
3010
3011 .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:disabled, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled {
3012 color: #9a95a6;
3013 background-color: #f7f5fa;
3014 border-color: #ece9f2;
3015 }
3016
3017 .toplevel_page_independent-analytics #fs_connect .iawp-button.text, .toplevel_page_independent-analytics #fs_connect .text.button {
3018 color: #5123a0;
3019 padding: 0;
3020 }
3021
3022 .toplevel_page_independent-analytics #fs_connect .date-picker {
3023 padding: 14px 16px 14px 36px;
3024 }
3025
3026 .toplevel_page_independent-analytics #fs_connect .sort-button {
3027 color: #18141f;
3028 cursor: pointer;
3029 background: none;
3030 border: none;
3031 align-items: center;
3032 padding: 1px;
3033 display: flex;
3034 }
3035
3036 .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-down {
3037 display: none;
3038 }
3039
3040 .toplevel_page_independent-analytics #fs_connect .sort-button .name {
3041 font-weight: 700;
3042 }
3043
3044 .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons {
3045 color: #c5c2cc;
3046 }
3047
3048 .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons {
3049 color: #5123a0;
3050 }
3051
3052 .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-up {
3053 display: inline-block;
3054 }
3055
3056 .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-right {
3057 display: none;
3058 }
3059
3060 .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-down {
3061 display: inline-block;
3062 }
3063
3064 .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-right {
3065 display: none;
3066 }
3067
3068 .toplevel_page_independent-analytics #fs_connect .delete-button {
3069 z-index: 3;
3070 color: #fff;
3071 cursor: pointer;
3072 background-color: #5123a0;
3073 border: none;
3074 border-radius: 50%;
3075 padding: 2px;
3076 transition: background-color .1s, color .1s;
3077 position: absolute;
3078 top: 12px;
3079 right: -12px;
3080 }
3081
3082 .toplevel_page_independent-analytics #fs_connect .delete-button:hover, .toplevel_page_independent-analytics #fs_connect .delete-button .open {
3083 background-color: #6c46ae;
3084 }
3085
3086 .link-dark {
3087 color: #363040;
3088 text-decoration: none;
3089 }
3090
3091 .link-dark:link, .link-dark:visited {
3092 color: #363040;
3093 }
3094
3095 .link-dark:hover, .link-dark:active, .link-dark:focus, .link-dark.active {
3096 color: #18141f;
3097 }
3098
3099 .link-purple, #fs_connect.require-license-key .fs-freemium-licensing a, #fs_connect.require-license-key a {
3100 color: #5123a0;
3101 text-decoration: none;
3102 }
3103
3104 .link-purple:link, #fs_connect.require-license-key a:link, .link-purple:visited, #fs_connect.require-license-key a:visited {
3105 color: #5123a0;
3106 }
3107
3108 .link-purple:hover, #fs_connect.require-license-key a:hover, .link-purple:active, #fs_connect.require-license-key a:active, .link-purple:focus, #fs_connect.require-license-key a:focus, .link-purple.active, #fs_connect.require-license-key a.active {
3109 color: #6c46ae;
3110 }
3111
3112 .link-white, .link-white:link, .link-white:visited {
3113 color: #fff;
3114 }
3115
3116 .link-white:hover, .link-white:active, .link-white:focus, .link-white.active {
3117 color: #ece9f2;
3118 }
3119
3120 #fs_connect select, #fs_connect input, #fs_connect textarea {
3121 background-color: #fff;
3122 border: 1px solid #c5c2cc;
3123 border-radius: 3px;
3124 box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
3125 }
3126
3127 #fs_connect select:focus, #fs_connect input:focus, #fs_connect textarea:focus {
3128 border-color: #5123a0;
3129 outline: none;
3130 box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
3131 }
3132
3133 #fs_connect select.error, #fs_connect input.error, #fs_connect textarea.error {
3134 border-color: #d93b29;
3135 }
3136
3137 #fs_connect input {
3138 padding: 2px 12px;
3139 }
3140
3141 #fs_connect select {
3142 padding: 2px 24px 2px 12px;
3143 }
3144
3145 #fs_connect select:hover, #fs_connect select:focus {
3146 color: #5123a0;
3147 }
3148
3149 #fs_connect .block-input {
3150 width: 100%;
3151 margin-bottom: 12px;
3152 display: block;
3153 }
3154
3155 #fs_connect ::-webkit-input-placeholder {
3156 color: #aaa6b3;
3157 opacity: 1;
3158 }
3159
3160 #fs_connect ::-ms-input-placeholder {
3161 color: #aaa6b3;
3162 opacity: 1;
3163 }
3164
3165 #fs_connect ::placeholder {
3166 color: #aaa6b3;
3167 opacity: 1;
3168 }
3169
3170 #fs_connect #fs_license_key {
3171 padding: 6px 14px;
3172 font-size: 18px;
3173 }
3174
3175 #fs_connect .fs-content .fs-license-key-container {
3176 width: auto;
3177 margin: 12px 0;
3178 }
3179
3180 #fs_connect .fs-content .fs-license-key-container .dashicons {
3181 color: #9a95a6;
3182 font-size: 23px;
3183 top: 13px;
3184 right: 14px;
3185 }
3186
3187 #fs_connect.require-license-key {
3188 max-width: 700px !important;
3189 }
3190
3191 #fs_connect.require-license-key .fs-visual {
3192 padding: 10px 0 12px !important;
3193 }
3194
3195 #fs_connect.require-license-key .fs-content {
3196 background-color: #f7f5fa;
3197 }
3198
3199 #fs_connect.require-license-key a.show-license-resend-modal {
3200 margin-top: 8px;
3201 }
3202
3203 #fs_connect.require-license-key #license_issues_link {
3204 align-items: center;
3205 margin-top: 0;
3206 font-size: 14px;
3207 display: flex;
3208 }
3209
3210 #fs_connect.require-license-key .fs-actions {
3211 padding: 12px 35px !important;
3212 }
3213
3214 #fs_connect.require-license-key .fs-actions form {
3215 order: initial !important;
3216 }
3217
3218 #fs_connect.require-license-key .fs-trigger {
3219 padding: 0 !important;
3220 position: static !important;
3221 }
3222
3223 #fs_connect.require-license-key .fs-freemium-licensing {
3224 color: #363040;
3225 background: #dedae6;
3226 }
3227
3228 #fs_connect.require-license-key .fs-freemium-licensing a {
3229 text-decoration: underline;
3230 }
3231
3232 #fs_connect.require-license-key .fs-freemium-licensing p {
3233 text-align: left;
3234 padding-left: 27px;
3235 }
3236
3237 #fs_connect.require-license-key .fs-permissions .fs-license-sync-disclaimer {
3238 text-align: left;
3239 padding: 24px 35px;
3240 }
3241
3242 #fs_connect.require-license-key .fs-terms {
3243 bottom: 4px !important;
3244 }
3245
3246 .toplevel_page_independent-analytics #fs_connect .button-primary:after {
3247 display: none;
3248 }
3249
3250 .iawp-not-real-yet #fs_connect, .toplevel_page_independent-analytics #fs_connect {
3251 max-width: 1200px;
3252 width: auto;
3253 background-color: #fff;
3254 margin: 20px 20px 0 2px;
3255 position: relative;
3256 }
3257
3258 .iawp-not-real-yet #fs_connect .fs-visual, .toplevel_page_independent-analytics #fs_connect .fs-visual {
3259 background-color: rgba(0, 0, 0, 0);
3260 align-content: center;
3261 align-items: center;
3262 margin: 0 35px;
3263 padding: 20px 0 0;
3264 display: flex;
3265 }
3266
3267 .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon {
3268 width: 340px;
3269 border: 0;
3270 margin: 0;
3271 position: relative;
3272 top: auto;
3273 bottom: auto;
3274 left: auto;
3275 right: auto;
3276 }
3277
3278 .iawp-not-real-yet #fs_connect .fs-visual .fs-connect-logo, .iawp-not-real-yet #fs_connect .fs-visual .fs-first.dashicons-plus, .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon, .iawp-not-real-yet #fs_connect .fs-visual .fs-second.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-connect-logo, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-first.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-second.dashicons-plus {
3279 display: none;
3280 }
3281
3282 .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon .dashicons {
3283 visibility: hidden;
3284 }
3285
3286 .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon:before {
3287 content: "";
3288 height: 100%;
3289 width: 100%;
3290 background-image: url("../logo.3e7cc8a7.svg");
3291 background-position: 0;
3292 background-repeat: no-repeat;
3293 background-size: 85%;
3294 display: block;
3295 position: absolute;
3296 }
3297
3298 .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon img, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon img {
3299 visibility: hidden;
3300 }
3301
3302 .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon:before {
3303 content: "";
3304 height: 100%;
3305 width: 100%;
3306 background-position: 50%;
3307 background-repeat: no-repeat;
3308 background-size: 75%;
3309 display: block;
3310 position: absolute;
3311 }
3312
3313 .iawp-not-real-yet #fs_connect .fs-content, .toplevel_page_independent-analytics #fs_connect .fs-content {
3314 padding: 20px 35px;
3315 }
3316
3317 .iawp-not-real-yet #fs_connect .fs-content h3, .toplevel_page_independent-analytics #fs_connect .fs-content h3 {
3318 margin-top: 0;
3319 font-size: 1.7em;
3320 }
3321
3322 .iawp-not-real-yet #fs_connect .fs-content p, .toplevel_page_independent-analytics #fs_connect .fs-content p {
3323 margin-bottom: 20px;
3324 }
3325
3326 .iawp-not-real-yet #fs_connect .fs-content p:first-child, .iawp-not-real-yet #fs_connect .fs-content p:last-child, .iawp-not-real-yet #fs_connect .fs-content p:last-of-type, .toplevel_page_independent-analytics #fs_connect .fs-content p:first-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-of-type {
3327 margin-bottom: 0;
3328 }
3329
3330 .iawp-not-real-yet #fs_connect .fs-content .iawp-powered-by-freemius, .toplevel_page_independent-analytics #fs_connect .fs-content .iawp-powered-by-freemius {
3331 height: 30px;
3332 width: 184px;
3333 background-position: 100%;
3334 background-repeat: no-repeat;
3335 background-size: 100px;
3336 font-size: 1.1em;
3337 font-style: italic;
3338 line-height: 30px;
3339 position: absolute;
3340 bottom: 20px;
3341 }
3342
3343 .iawp-not-real-yet #fs_connect .fs-actions, .toplevel_page_independent-analytics #fs_connect .fs-actions {
3344 background-color: #fff;
3345 flex-flow: wrap;
3346 padding: 0 35px 70px;
3347 display: flex;
3348 }
3349
3350 .iawp-not-real-yet #fs_connect .fs-actions form, .toplevel_page_independent-analytics #fs_connect .fs-actions form {
3351 float: none;
3352 order: 1;
3353 margin-right: 15px;
3354 }
3355
3356 .iawp-not-real-yet #fs_connect .fs-actions #skip_activation, .toplevel_page_independent-analytics #fs_connect .fs-actions #skip_activation {
3357 float: none;
3358 order: 2;
3359 }
3360
3361 .iawp-not-real-yet #fs_connect .fs-actions .button, .toplevel_page_independent-analytics #fs_connect .fs-actions .button {
3362 height: auto;
3363 padding: 7px 35px;
3364 }
3365
3366 .iawp-not-real-yet #fs_connect .fs-actions .button.button-primary, .toplevel_page_independent-analytics #fs_connect .fs-actions .button.button-primary {
3367 padding-left: 35px;
3368 padding-right: 35px;
3369 }
3370
3371 .iawp-not-real-yet #fs_connect .fs-permissions, .toplevel_page_independent-analytics #fs_connect .fs-permissions {
3372 padding: 0;
3373 position: relative;
3374 }
3375
3376 .iawp-not-real-yet #fs_connect .fs-permissions .fs-trigger, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-trigger {
3377 color: #5123a0;
3378 padding: 10px;
3379 position: absolute;
3380 top: -115px;
3381 left: 380px;
3382 }
3383
3384 .iawp-not-real-yet #fs_connect .fs-permissions .fs-switch, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-switch {
3385 height: 0;
3386 visibility: hidden;
3387 width: 0;
3388 }
3389
3390 .iawp-not-real-yet #fs_connect .fs-permissions.fs-open, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open {
3391 padding: 20px 35px;
3392 position: absolute;
3393 box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
3394 }
3395
3396 @media screen and (max-width: 479px) {
3397 .iawp-not-real-yet #fs_connect .fs-permissions ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions ul {
3398 margin: 20px 35px;
3399 position: relative;
3400 top: -60px;
3401 }
3402 }
3403
3404 .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul {
3405 flex-wrap: wrap;
3406 margin: 0;
3407 display: flex;
3408 }
3409
3410 .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li {
3411 flex: 0 50%;
3412 padding-bottom: 10px;
3413 }
3414
3415 .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li .dashicons {
3416 padding-right: 15px;
3417 }
3418
3419 .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul .dashicons {
3420 background-position: 0;
3421 background-repeat: no-repeat;
3422 background-size: 65%;
3423 }
3424
3425 .iawp-not-real-yet #fs_connect .fs-terms, .toplevel_page_independent-analytics #fs_connect .fs-terms {
3426 width: 240px;
3427 background-color: rgba(0, 0, 0, 0);
3428 position: absolute;
3429 bottom: 20px;
3430 right: 10px;
3431 }
3432
3433 /*# sourceMappingURL=style.css.map */
3434