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