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