PluginProbe
WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell / trunk
WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell vtrunk
3.13.0 3.12.13 3.12.12 3.12.11 3.12.10 3.12.9 3.12.8 3.12.7 3.12.6 3.12.5 3.12.4 3.12.3 3.12.1 3.12.2 3.12.0 3.11.1 3.11.0 3.10.9 3.10.8 3.10.7 3.10.6 2.8.16 2.8.17 2.8.18 2.8.19 All 258 releases
wpfunnels / admin / style.css

style.css in WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell trunk, at admin/style.css

24,450 lines 748.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
2 .wpfnl * {
3 margin: 0px;
4 padding: 0px;
5 box-sizing: border-box;
6 }
7 .wpfnl *:focus {
8 box-shadow: none;
9 outline: none;
10 }
11 .wpfnl *:not(i) {
12 font-family: "Roboto", sans-serif;
13 }
14 .wpfnl p {
15 -webkit-font-smoothing: antialiased;
16 -moz-osx-font-smoothing: grayscale;
17 font-family: "Roboto", sans-serif;
18 }
19 .wpfnl a,
20 .wpfnl p,
21 .wpfnl span,
22 .wpfnl section,
23 .wpfnl label,
24 .wpfnl div {
25 font-size: 14px;
26 color: #7A8B9A;
27 font-weight: 400;
28 line-height: 1.4;
29 }
30 .wpfnl a {
31 text-decoration: none;
32 color: #6E42D3;
33 }
34 .wpfnl a:hover {
35 color: #4C25A5;
36 }
37 .wpfnl h1, .wpfnl h2, .wpfnl h3, .wpfnl h4, .wpfnl h5, .wpfnl h6, .wpfnl p, .wpfnl figur, .wpfnl a {
38 margin: 0px;
39 }
40 .wpfnl h1, .wpfnl h2, .wpfnl h3, .wpfnl h4, .wpfnl h5, .wpfnl h6 {
41 font-weight: normal;
42 -webkit-font-variant-ligatures: common-ligatures;
43 font-variant-ligatures: common-ligatures;
44 }
45 .wpfnl a:hover,
46 .wpfnl a:focus,
47 .wpfnl input:focus,
48 .wpfnl button:focus,
49 .wpfnl a:active {
50 text-decoration: none;
51 outline: none;
52 outline-offset: 0px;
53 box-shadow: none;
54 }
55 .wpfnl ul {
56 list-style: none;
57 margin: 0;
58 padding: 0;
59 }
60 .wpfnl img {
61 display: block;
62 max-width: 100%;
63 }
64
65 .wp-funnels_page_edit_funnel #wpcontent,
66 .wpfunnels_page_edit_funnel #wpcontent {
67 padding-left: 0;
68 }
69
70 .wpfunnels_page_edit_funnel #wpfunnels-app,
71 .wp-funnels_page_edit_funnel #wpfunnels-app {
72 margin: 0;
73 }
74
75 .discount .wpfnl-form-group {
76 display: flex;
77 flex-flow: row;
78 align-items: center;
79 }
80
81 .discount .from-date {
82 margin-right: 48px;
83 }
84
85 .discount label {
86 padding-bottom: 10px;
87 display: inline-block;
88 }
89
90 .wpfnl {
91 background: #f6f5fa;
92 position: relative;
93 overflow-x: hidden;
94 }
95 .wpfnl::-webkit-scrollbar {
96 width: 3px;
97 }
98 .wpfnl::-webkit-scrollbar-track {
99 background: #f2f5f8;
100 }
101 .wpfnl::-webkit-scrollbar-thumb {
102 background-color: #6E42D3;
103 border-radius: 20px;
104 }
105 .wpfnl input[type=date],
106 .wpfnl input[type=search],
107 .wpfnl input[type=url],
108 .wpfnl input[type=tel],
109 .wpfnl input[type=number],
110 .wpfnl input[type=password],
111 .wpfnl input[type=email],
112 .wpfnl input[type=text],
113 .wpfnl textarea,
114 .wpfnl select {
115 font-size: 14px;
116 color: #7A8B9A;
117 padding: 5px 15px;
118 height: 36px;
119 width: 100%;
120 min-width: 190px;
121 border-radius: 6px;
122 display: block;
123 border: 1px solid #E5E8F3;
124 }
125 .wpfnl input[type=date]::-webkit-input-placeholder, .wpfnl input[type=date]::-moz-placeholder, .wpfnl input[type=date]:-ms-input-placeholder,
126 .wpfnl input[type=search]::-webkit-input-placeholder,
127 .wpfnl input[type=search]::-moz-placeholder,
128 .wpfnl input[type=search]:-ms-input-placeholder,
129 .wpfnl input[type=url]::-webkit-input-placeholder,
130 .wpfnl input[type=url]::-moz-placeholder,
131 .wpfnl input[type=url]:-ms-input-placeholder,
132 .wpfnl input[type=tel]::-webkit-input-placeholder,
133 .wpfnl input[type=tel]::-moz-placeholder,
134 .wpfnl input[type=tel]:-ms-input-placeholder,
135 .wpfnl input[type=number]::-webkit-input-placeholder,
136 .wpfnl input[type=number]::-moz-placeholder,
137 .wpfnl input[type=number]:-ms-input-placeholder,
138 .wpfnl input[type=password]::-webkit-input-placeholder,
139 .wpfnl input[type=password]::-moz-placeholder,
140 .wpfnl input[type=password]:-ms-input-placeholder,
141 .wpfnl input[type=email]::-webkit-input-placeholder,
142 .wpfnl input[type=email]::-moz-placeholder,
143 .wpfnl input[type=email]:-ms-input-placeholder,
144 .wpfnl input[type=text]::-webkit-input-placeholder,
145 .wpfnl input[type=text]::-moz-placeholder,
146 .wpfnl input[type=text]:-ms-input-placeholder,
147 .wpfnl textarea::-webkit-input-placeholder,
148 .wpfnl textarea::-moz-placeholder,
149 .wpfnl textarea:-ms-input-placeholder,
150 .wpfnl select::-webkit-input-placeholder,
151 .wpfnl select::-moz-placeholder,
152 .wpfnl select:-ms-input-placeholder {
153 color: #7A8B9A;
154 }
155 .wpfnl input[type=date]:focus,
156 .wpfnl input[type=search]:focus,
157 .wpfnl input[type=url]:focus,
158 .wpfnl input[type=tel]:focus,
159 .wpfnl input[type=number]:focus,
160 .wpfnl input[type=password]:focus,
161 .wpfnl input[type=email]:focus,
162 .wpfnl input[type=text]:focus,
163 .wpfnl textarea:focus,
164 .wpfnl select:focus {
165 outline: none;
166 box-shadow: none;
167 border-color: #E5E8F3;
168 color: #7A8B9A;
169 }
170 .wpfnl input[type=date]:hover,
171 .wpfnl input[type=search]:hover,
172 .wpfnl input[type=url]:hover,
173 .wpfnl input[type=tel]:hover,
174 .wpfnl input[type=number]:hover,
175 .wpfnl input[type=password]:hover,
176 .wpfnl input[type=email]:hover,
177 .wpfnl input[type=text]:hover,
178 .wpfnl textarea:hover,
179 .wpfnl select:hover {
180 color: #7A8B9A;
181 }
182 .wpfnl input[type=date][readonly],
183 .wpfnl input[type=search][readonly],
184 .wpfnl input[type=url][readonly],
185 .wpfnl input[type=tel][readonly],
186 .wpfnl input[type=number][readonly],
187 .wpfnl input[type=password][readonly],
188 .wpfnl input[type=email][readonly],
189 .wpfnl input[type=text][readonly],
190 .wpfnl textarea[readonly],
191 .wpfnl select[readonly] {
192 cursor: not-allowed;
193 background-color: #eee;
194 }
195 .wpfnl textarea {
196 resize: none;
197 min-height: 130px;
198 padding: 11px 15px;
199 }
200 .wpfnl select {
201 max-width: inherit;
202 }
203 .wpfnl a,
204 .wpfnl svg path,
205 .wpfnl button[type=submit],
206 .wpfnl input[type=button],
207 .wpfnl input[type=submit],
208 .wpfnl .btn-default,
209 .wpfnl .transition-3ms,
210 .wpfnl .steps-settings .product-options__tab-nav li a:after,
211 .steps-settings .product-options__tab-nav li .wpfnl a:after {
212 transition: all 0.3s ease;
213 }
214 .wpfnl .transition-5ms {
215 transition: all 0.5s ease;
216 }
217 .wpfnl input[type=submit],
218 .wpfnl button[type=submit],
219 .wpfnl .btn-default {
220 display: inline-block;
221 border: none;
222 height: 38px;
223 font-size: 14px;
224 line-height: 38px;
225 color: #fff;
226 font-weight: 500;
227 padding: 0 30px;
228 min-width: 130px;
229 cursor: pointer;
230 text-align: center;
231 letter-spacing: 0.2px;
232 border-radius: 10px;
233 text-transform: capitalize;
234 background-color: #6E42D3;
235 }
236 .wpfnl input[type=submit]:hover,
237 .wpfnl button[type=submit]:hover,
238 .wpfnl .btn-default:hover {
239 background-color: #4C25A5;
240 color: #fff;
241 }
242 .wpfnl label,
243 .wpfnl .label {
244 font-weight: 500;
245 font-size: 14px;
246 line-height: 15px;
247 color: #363B4E;
248 }
249 .wpfnl .wp-switch-editor {
250 float: left;
251 box-sizing: content-box;
252 position: relative;
253 top: 1px;
254 background: #f0f0f1;
255 color: #646970;
256 cursor: pointer;
257 font-size: 13px;
258 line-height: 1.46153846;
259 height: 20px;
260 margin: 5px 0 0 5px;
261 padding: 3px 8px 4px;
262 border: 1px solid #dcdcde;
263 }
264 .wpfnl .fw-400 {
265 font-weight: 400;
266 }
267 .wpfnl .fw-500 {
268 font-weight: 500;
269 }
270 .wpfnl .pos-relative {
271 position: relative;
272 }
273 .wpfnl .roboto {
274 font-family: "Roboto", sans-serif;
275 }
276 .wpfnl .overlay {
277 position: absolute;
278 left: 0;
279 top: 0;
280 width: 100%;
281 height: 100%;
282 }
283 .wpfnl .pro-tag {
284 background: #4CBB17;
285 box-shadow: 0px 3px 3px rgba(175, 175, 206, 0.3);
286 border-radius: 3px;
287 font-weight: 400;
288 font-size: 13px;
289 line-height: 15px;
290 color: #fff;
291 display: inline-block;
292 text-transform: capitalize;
293 padding: 2px 4px 3px;
294 }
295 .wpfnl .pro-tag a {
296 color: #fff;
297 line-height: 1;
298 font-size: 13px;
299 }
300 .wpfnl #wpfnl-pro-modal {
301 display: none;
302 }
303 .wpfnl .quick-toastify-successful-notification .quick-toastify-alert-toast {
304 z-index: 9999999999;
305 }
306 .wpfnl .no-product-notice {
307 font-size: 11px;
308 font-style: italic;
309 font-weight: 500;
310 text-transform: none;
311 display: block;
312 color: #f34252;
313 }
314 .wpfnl .wpfnl-selected-item {
315 border: 1px solid #e4e6eb;
316 border-radius: 4px;
317 font-size: 13px;
318 line-height: 1;
319 letter-spacing: -0.01em;
320 color: #667085;
321 display: inline-block;
322 padding: 3px 25px 5px 6px;
323 margin: 3px;
324 position: relative;
325 }
326 .wpfnl .wpfnl-selected-item .remove-item {
327 padding: 2px 5px 2px;
328 cursor: pointer;
329 position: absolute;
330 top: 0;
331 right: 0;
332 height: 100%;
333 border-left: 1px solid #e4e6eb;
334 display: flex;
335 align-items: center;
336 justify-content: center;
337 }
338 .wpfnl .wpfnl-selected-item .remove-item svg {
339 width: 8px;
340 height: 8px;
341 }
342 @media screen and (max-width: 782px) {
343 .wpfnl input[type=text],
344 .wpfnl input[type=password],
345 .wpfnl input[type=date],
346 .wpfnl input[type=datetime],
347 .wpfnl input[type=datetime-local],
348 .wpfnl input[type=email],
349 .wpfnl input[type=month],
350 .wpfnl input[type=number],
351 .wpfnl input[type=search],
352 .wpfnl input[type=tel],
353 .wpfnl input[type=time],
354 .wpfnl input[type=url],
355 .wpfnl input[type=week] {
356 min-height: auto;
357 }
358 }
359 .wpfnl .hints {
360 font-size: 13px;
361 font-style: italic;
362 color: #7A8B9A;
363 margin-top: 4px;
364 display: inline-block;
365 }
366 .wpfnl .top-align {
367 align-items: flex-start;
368 }
369 .wpfnl .top-align label {
370 padding-top: 10px;
371 }
372 .wpfnl .not-clickable-overlay {
373 position: fixed;
374 top: 0;
375 left: 0;
376 width: 100%;
377 height: 100%;
378 background-color: rgba(0, 0, 0, 0.3);
379 backdrop-filter: blur(4px);
380 z-index: 999;
381 display: none;
382 flex-flow: column;
383 align-items: center;
384 justify-content: center;
385 }
386 .wpfnl .not-clickable-overlay.template-importing {
387 background-color: rgba(255, 255, 255, 0);
388 backdrop-filter: blur(0);
389 }
390 .wpfnl .not-clickable-overlay .import-message {
391 color: #ffffff;
392 font-size: 24px;
393 font-weight: 500;
394 display: none;
395 }
396 .wpfnl .wpfnl-notice {
397 color: #473D3D;
398 background-color: #FFF9EB;
399 padding: 12px 14px;
400 border-left: 3px solid #FFB802;
401 display: block;
402 }
403 .wpfnl .wpfnl-canvas-helper {
404 display: flex;
405 flex-flow: row;
406 align-items: center;
407 position: absolute;
408 bottom: 24px;
409 right: 24px;
410 z-index: 2;
411 }
412 .wpfnl .wpfnl-canvas-helper .helper-btn {
413 background: #FFFFFF;
414 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
415 border-radius: 100px;
416 width: 40px;
417 height: 40px;
418 display: flex;
419 align-items: center;
420 justify-content: center;
421 border: none;
422 cursor: pointer;
423 }
424 .wpfnl .wpfnl-canvas-helper .help-resource {
425 position: absolute;
426 right: 0;
427 bottom: calc(100% + 12px);
428 background: #fff;
429 border-radius: 5px;
430 padding: 8px;
431 width: 170px;
432 border: 1px solid #EDECF2;
433 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
434 }
435 .wpfnl .wpfnl-canvas-helper .help-resource:before {
436 content: "";
437 position: absolute;
438 bottom: -7px;
439 right: 15px;
440 width: 9px;
441 height: 9px;
442 background: #fff;
443 transform: rotate(45deg);
444 border-right: 1px solid #e7e7e7;
445 border-bottom: 1px solid #e7e7e7;
446 }
447 .wpfnl .wpfnl-canvas-helper .help-resource a {
448 font-size: 13px;
449 display: block;
450 color: #363B4E;
451 line-height: 1.2;
452 padding: 7px 10px 6px;
453 font-weight: 500;
454 border-radius: 5px;
455 }
456 .wpfnl .wpfnl-canvas-helper .help-resource a:hover {
457 background: #f6f5fa;
458 }
459
460 .wpfnl-switcher {
461 position: relative;
462 }
463 .wpfnl-switcher input[type=checkbox] {
464 display: none;
465 }
466 .wpfnl-switcher label {
467 display: block;
468 position: relative;
469 cursor: pointer;
470 outline: none;
471 user-select: none;
472 width: 50px;
473 height: 25px;
474 border-radius: 50px;
475 background-color: #F7F7FA;
476 border: 1px solid #E5E8F3;
477 transition: all 0.3s ease;
478 }
479 .wpfnl-switcher label:after {
480 content: "";
481 width: 15px;
482 height: 15px;
483 filter: drop-shadow(0px 2px 2px rgba(193, 193, 218, 0.45));
484 background-color: #ffffff;
485 border-radius: 100%;
486 position: absolute;
487 top: 4px;
488 left: 4px;
489 transition: all 0.3s ease;
490 }
491 .wpfnl-switcher input[type=checkbox]:checked + label {
492 border-color: #6E42D3;
493 background-color: #6E42D3;
494 }
495 .wpfnl-switcher input[type=checkbox]:checked + label:after {
496 margin-left: 26px;
497 filter: none;
498 }
499
500 .wpfnl-switcher.sm label {
501 width: 33px;
502 height: 18px;
503 }
504
505 .wpfnl-switcher.sm label:after {
506 width: 10px;
507 height: 10px;
508 top: 3px;
509 left: 3px;
510 }
511
512 .wpfnl-switcher.sm input[type=checkbox]:checked + label:after {
513 margin-left: 16px;
514 }
515
516 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher label, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher label, .steps-page__header-right .enable-gbf label,
517 .steps-page__header-right .funnel-stats label {
518 width: 26px;
519 height: 16px;
520 border: none;
521 background: #BEC8D0;
522 }
523 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label:after, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher label:after, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher label:after, .steps-page__header-right .enable-gbf label:after,
524 .steps-page__header-right .funnel-stats label:after {
525 width: 14px;
526 height: 14px;
527 top: 1px;
528 left: 1px;
529 }
530 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher input[type=checkbox]:checked + label, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label, .steps-page__header-right .enable-gbf input[type=checkbox]:checked + label,
531 .steps-page__header-right .funnel-stats input[type=checkbox]:checked + label {
532 background: #6E42D3;
533 }
534 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label:after, .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-switcher input[type=checkbox]:checked + label:after, .step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label:after, .steps-page__header-right .enable-gbf input[type=checkbox]:checked + label:after,
535 .steps-page__header-right .funnel-stats input[type=checkbox]:checked + label:after {
536 margin-left: 10px;
537 }
538
539 .wpfnl-checkbox input[type=checkbox] {
540 display: none;
541 }
542 .wpfnl-checkbox.no-title label {
543 height: 14px;
544 }
545 .wpfnl-checkbox label {
546 font-size: 12px;
547 line-height: 14px;
548 font-weight: 400;
549 color: #7A8B9A;
550 position: relative;
551 padding-left: 29px;
552 display: inline-block;
553 text-transform: capitalize;
554 cursor: pointer;
555 }
556 .wpfnl-checkbox label:before {
557 content: "";
558 position: absolute;
559 left: 0;
560 top: -3px;
561 width: 18px;
562 height: 18px;
563 border-radius: 4px;
564 border: 1px solid #bdc7eb;
565 background-color: #f6f6f8;
566 transition: all 0.3s ease;
567 }
568 .wpfnl-checkbox label:after {
569 content: "";
570 position: absolute;
571 left: 5px;
572 top: 3px;
573 width: 9px;
574 height: 4px;
575 transform: rotate(-45deg);
576 border-bottom: 2px solid #fff;
577 border-left: 2px solid #fff;
578 transition: all 0.3s ease;
579 opacity: 0;
580 visibility: hidden;
581 }
582 .wpfnl-checkbox input[type=checkbox]:checked + label::before {
583 background-color: #6E42D3;
584 border-color: #6E42D3;
585 }
586 .wpfnl-checkbox input[type=checkbox]:checked + label::after {
587 opacity: 1;
588 visibility: visible;
589 }
590
591 .wpfnl-radiobtn input[type=radio] {
592 display: none;
593 }
594 .wpfnl-radiobtn.no-title label {
595 height: 16px;
596 }
597 .wpfnl-radiobtn label {
598 font-size: 12px;
599 line-height: 14px;
600 font-weight: 400;
601 color: #7A8B9A;
602 position: relative;
603 padding-left: 29px;
604 display: inline-block;
605 text-transform: capitalize;
606 cursor: pointer;
607 }
608 .wpfnl-radiobtn label::before {
609 content: "";
610 position: absolute;
611 left: 0;
612 top: -3px;
613 width: 18px;
614 height: 18px;
615 border-radius: 100%;
616 background: #F7F7FA;
617 border: 1px solid #bdc7eb;
618 transition: all 0.3s ease;
619 }
620 .wpfnl-radiobtn label::after {
621 content: "";
622 position: absolute;
623 left: 5px;
624 top: 2px;
625 width: 10px;
626 height: 10px;
627 border-radius: 100%;
628 background: #6E42D3;
629 transform: scale(0);
630 transition: all 0.3s ease;
631 }
632 .wpfnl-radiobtn input[type=radio]:checked + label::before {
633 border-color: #6E42D3;
634 }
635 .wpfnl-radiobtn input[type=radio]:checked + label::after {
636 transform: scale(1);
637 }
638
639 .wpfnl-tooltip {
640 display: inline-block;
641 position: relative;
642 padding: 0px 3px 2px;
643 height: 15px;
644 }
645 .wpfnl-tooltip p {
646 position: absolute;
647 bottom: 24px;
648 left: 50%;
649 transform: translateX(-50%);
650 background: #525252;
651 color: #fff;
652 padding: 7px 10px;
653 border-radius: 3px;
654 font-size: 13px;
655 line-height: 1.4;
656 min-width: 240px;
657 text-align: center;
658 opacity: 0;
659 visibility: hidden;
660 transition: all 0.3s ease;
661 }
662 .wpfnl-tooltip p:before {
663 content: "";
664 position: absolute;
665 left: 50%;
666 bottom: -4px;
667 width: 10px;
668 height: 10px;
669 background: #525252;
670 margin-left: -5px;
671 transform: rotate(45deg);
672 }
673 .wpfnl-tooltip:hover p {
674 opacity: 1;
675 visibility: visible;
676 }
677
678 .wpfnl-pagination {
679 display: flex;
680 align-items: center;
681 justify-content: center;
682 }
683 .wpfnl-pagination .nav-link {
684 width: 30px;
685 height: 30px;
686 border-radius: 6px;
687 background-color: transparent;
688 font-size: 16px;
689 color: #363b4e;
690 font-weight: 400;
691 display: flex;
692 flex-flow: column;
693 align-items: center;
694 justify-content: center;
695 margin: 0 6px;
696 }
697 .wpfnl-pagination .nav-link.active, .wpfnl-pagination .nav-link:hover {
698 background-color: #6E42D3;
699 color: #fff;
700 box-shadow: 0px 10px 16px rgba(97, 103, 116, 0.15);
701 }
702 .wpfnl-pagination .nav-link.next, .wpfnl-pagination .nav-link.prev {
703 background-color: #ffffff;
704 }
705 .wpfnl-pagination .nav-link.next:hover, .wpfnl-pagination .nav-link.prev:hover {
706 background-color: #6E42D3;
707 }
708 .wpfnl-pagination .nav-link.next:hover svg path, .wpfnl-pagination .nav-link.prev:hover svg path {
709 fill: #fff;
710 }
711
712 .wpfnl-loader {
713 border: 2px solid #8265c5;
714 border-radius: 50%;
715 border-top: 2px solid #fff;
716 width: 13px;
717 height: 13px;
718 animation: spin 0.7s linear infinite;
719 display: none;
720 margin-left: 4px;
721 }
722
723 @-webkit-keyframes spin {
724 0% {
725 -webkit-transform: rotate(0deg);
726 }
727 100% {
728 -webkit-transform: rotate(360deg);
729 }
730 }
731 @keyframes spin {
732 0% {
733 transform: rotate(0deg);
734 }
735 100% {
736 transform: rotate(360deg);
737 }
738 }
739 .select2-container.select2-container--default.select2-container--open {
740 background: #ffffff;
741 border-radius: 10px;
742 width: 248px;
743 border: 1px solid #E5E8F3;
744 z-index: 99;
745 }
746 .select2-container.select2-container--default.select2-container--open .select2-search--dropdown {
747 display: block;
748 width: 100%;
749 padding: 10px;
750 box-sizing: border-box;
751 }
752 .select2-container.select2-container--default.select2-container--open .select2-search__field {
753 width: 100%;
754 background: #fff;
755 border: 1px solid #E5E8F3;
756 padding: 0 8px;
757 }
758 .select2-container.select2-container--default.select2-container--open .select2-search__field:focus {
759 border-color: #E5E8F3;
760 box-shadow: none;
761 outline: none;
762 }
763 .select2-container.select2-container--default.select2-container--open .select2-dropdown {
764 background-color: transparent;
765 border: none;
766 border-radius: unset;
767 box-sizing: border-box;
768 display: block;
769 position: relative;
770 width: 100% !important;
771 }
772 .select2-container.select2-container--default.select2-container--open .select2-results__message {
773 margin-bottom: 0;
774 }
775 .select2-container.select2-container--default.select2-container--open .select2-results__option {
776 border-top: 1px solid #E5E8F3;
777 padding: 10px 15px;
778 margin: 0;
779 cursor: pointer;
780 }
781 .select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted {
782 background: #eee;
783 color: #3c434a;
784 }
785 .select2-container.select2-container--default.select2-container--open .select2-results__options {
786 margin: 0;
787 max-height: 210px;
788 overflow: auto;
789 }
790 .select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar {
791 width: 3px;
792 }
793 .select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar-track {
794 background: #f2f5f8;
795 }
796 .select2-container.select2-container--default.select2-container--open .select2-results__options::-webkit-scrollbar-thumb {
797 background-color: #6E42D3;
798 border-radius: 20px;
799 }
800
801 .select2-container--default .select2-selection--single .select2-selection__clear {
802 float: none !important;
803 cursor: pointer;
804 margin-right: 3px;
805 }
806
807 .wpfnl .wpfnl-alert {
808 color: #383d41;
809 font-size: 13px;
810 font-weight: 500;
811 border-radius: 10px;
812 cursor: default;
813 display: none;
814 }
815 .wpfnl .wpfnl-alert.box {
816 background-color: #e2e3e5;
817 padding: 8px 20px;
818 border: 1px solid #d6d8db;
819 }
820 .wpfnl .wpfnl-alert.wpfnl-success {
821 color: #269c41;
822 }
823 .wpfnl .wpfnl-alert.wpfnl-success.box {
824 background-color: #d4edda;
825 border-color: #c3e6cb;
826 }
827 .wpfnl .wpfnl-alert.wpfnl-error {
828 color: #d63342;
829 }
830 .wpfnl .wpfnl-alert.wpfnl-error.box {
831 background-color: #f8d7da;
832 border-color: #f5c6cb;
833 }
834 .wpfnl .wpfnl-alert.wpfnl-warn {
835 color: #856404;
836 }
837 .wpfnl .wpfnl-alert.wpfnl-warn.box {
838 background-color: #fff3cd;
839 border-color: #ffeeba;
840 }
841
842 .wpfnl-hamburger {
843 display: block;
844 width: 20px;
845 height: 14px;
846 border-top: 2px solid #6E42D3;
847 border-bottom: 2px solid #6E42D3;
848 position: relative;
849 cursor: pointer;
850 }
851 .wpfnl-hamburger:before {
852 content: "";
853 position: absolute;
854 top: 50%;
855 left: 0;
856 width: 100%;
857 height: 2px;
858 background: #6E42D3;
859 margin-top: -1px;
860 }
861
862 ul.wpfnl-dropdown {
863 position: absolute;
864 background: #fff;
865 right: 0;
866 top: 37px;
867 width: 160px;
868 border-radius: 10px;
869 border: 1px solid #E5E8F3;
870 box-shadow: -2px 6px 10px rgba(207, 203, 218, 0.2);
871 z-index: 5;
872 opacity: 0;
873 visibility: hidden;
874 transition: all 0.3s ease;
875 }
876 ul.wpfnl-dropdown:after {
877 content: "";
878 position: absolute;
879 right: 21px;
880 top: -6px;
881 width: 10px;
882 height: 10px;
883 background: white;
884 transform: rotate(45deg);
885 z-index: 0;
886 border-top: 1px solid #E5E8F3;
887 border-left: 1px solid #E5E8F3;
888 }
889 ul.wpfnl-dropdown li {
890 border-bottom: 1px solid #E5E8F3;
891 }
892 ul.wpfnl-dropdown li:first-child a {
893 border-radius: 10px 10px 0 0;
894 }
895 ul.wpfnl-dropdown li:last-child {
896 border-bottom: 0;
897 }
898 ul.wpfnl-dropdown li:last-child a {
899 border-radius: 0 0 10px 10px;
900 }
901 ul.wpfnl-dropdown li a {
902 font-size: 14px;
903 line-height: 15px;
904 color: #7A8B9A;
905 font-weight: 400;
906 margin: 0;
907 padding: 10px 15px;
908 display: flex;
909 flex-flow: row;
910 align-items: center;
911 position: relative;
912 z-index: 1;
913 }
914 ul.wpfnl-dropdown li a svg {
915 margin-right: 6px;
916 width: 19px;
917 height: 19px;
918 }
919 ul.wpfnl-dropdown li a svg rect,
920 ul.wpfnl-dropdown li a svg path {
921 transition: stroke 0.4s ease;
922 }
923 ul.wpfnl-dropdown li a:hover {
924 background: rgba(110, 66, 211, 0.1);
925 color: #6E42D3;
926 }
927 ul.wpfnl-dropdown li a:hover rect,
928 ul.wpfnl-dropdown li a:hover path {
929 stroke: #6E42D3;
930 }
931
932 .wpfnl-delete-alert-wrapper {
933 position: fixed;
934 top: 0;
935 right: 0;
936 padding: 15px;
937 width: calc(100% - 160px);
938 height: 100%;
939 background: rgba(21, 17, 29, 0.3);
940 backdrop-filter: blur(4px);
941 z-index: 999;
942 display: none;
943 flex-flow: row wrap;
944 align-items: center;
945 justify-content: center;
946 }
947 .wpfnl-delete-alert-wrapper.show-alert {
948 display: flex;
949 }
950 .wpfnl-delete-alert-wrapper.hide-alert {
951 display: none;
952 }
953 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirmation {
954 background: #fff;
955 box-shadow: 0 1px 34px rgba(0, 0, 0, 0.06);
956 border-radius: 10px;
957 padding: 30px 20px;
958 width: 100%;
959 max-width: 420px;
960 text-align: center;
961 animation: wpfnl-bounce 0.3s;
962 }
963 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirmation h3 {
964 font-size: 16px;
965 font-weight: 500;
966 }
967 .wpfnl-delete-alert-wrapper .icon {
968 width: 50px;
969 height: 50px;
970 border: 2px solid #e65555;
971 display: flex;
972 align-items: center;
973 justify-content: center;
974 margin: 0 auto 20px;
975 border-radius: 100%;
976 }
977 .wpfnl-delete-alert-wrapper .icon svg {
978 width: 18px;
979 height: 18px;
980 }
981 .wpfnl-delete-alert-wrapper .icon svg path {
982 stroke: #e65555;
983 }
984 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn {
985 display: flex;
986 flex-flow: row;
987 align-items: center;
988 justify-content: center;
989 margin-top: 30px;
990 }
991 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn li {
992 margin: 0 10px;
993 }
994 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default {
995 height: 41px;
996 line-height: 42px;
997 padding: 0 20px;
998 min-width: 110px;
999 border-radius: 5px;
1000 }
1001 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.yes {
1002 background-color: #e65555;
1003 }
1004 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.yes:hover {
1005 background-color: #de6464;
1006 }
1007 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.cancel {
1008 background-color: #eee;
1009 color: #333;
1010 }
1011 .wpfnl-delete-alert-wrapper .wpfnl-delete-confirm-btn .btn-default.cancel:hover {
1012 background-color: #e2e2e2;
1013 }
1014
1015 .delete-alert-new-ui .wpfnl-delete-confirmation {
1016 position: relative;
1017 max-width: 514px;
1018 background: #F6F5FA;
1019 border-radius: 14px;
1020 padding: 0;
1021 text-align: left;
1022 }
1023 .delete-alert-new-ui .icon {
1024 width: 46px;
1025 height: 46px;
1026 border: none;
1027 margin: 0;
1028 border-radius: 100%;
1029 box-shadow: 0px 1px 1px #DADADA;
1030 background: #fff;
1031 position: absolute;
1032 right: -12px;
1033 top: -12px;
1034 cursor: pointer;
1035 }
1036 .delete-alert-new-ui .icon svg path {
1037 stroke: #A7A8B3;
1038 }
1039 .delete-alert-new-ui .wpfnl-delete-confirm-body {
1040 padding: 26px 20px 26px 26px;
1041 }
1042 .delete-alert-new-ui .wpfnl-delete-confirm-body h3 {
1043 font-weight: 500;
1044 font-size: 18px;
1045 line-height: 1.2;
1046 color: #2D3149;
1047 display: flex;
1048 align-items: center;
1049 gap: 7px;
1050 }
1051 .delete-alert-new-ui .wpfnl-delete-confirm-body h3 svg {
1052 position: relative;
1053 top: -2px;
1054 }
1055 .delete-alert-new-ui .wpfnl-delete-confirm-body h3 svg path {
1056 fill: #EC5956;
1057 }
1058 .delete-alert-new-ui .wpfnl-delete-confirm-body p {
1059 color: #9398A5;
1060 margin-top: 4px;
1061 }
1062 .delete-alert-new-ui .wpfnl-delete-confirm-btn {
1063 justify-content: flex-end;
1064 margin-top: 0;
1065 border-top: 1px solid #E2E2E2;
1066 padding: 20px 28px;
1067 gap: 14px;
1068 }
1069 .delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default {
1070 font-size: 15px;
1071 height: 40px;
1072 line-height: 41px;
1073 padding: 0 18px;
1074 min-width: auto;
1075 border-radius: 10px;
1076 }
1077 .delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.cancel {
1078 background-color: transparent;
1079 color: #2D3149;
1080 border: 1px solid #E4E6EB;
1081 }
1082 .delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.yes {
1083 background-color: #6E42D3;
1084 }
1085 .delete-alert-new-ui .wpfnl-delete-confirm-btn .btn-default.yes:hover {
1086 background-color: #4C25A5;
1087 }
1088
1089 .folded .wpfnl-delete-alert-wrapper {
1090 width: calc(100% - 36px);
1091 }
1092
1093 @keyframes wpfnl-bounce {
1094 0% {
1095 transform: scale(0.7);
1096 }
1097 45% {
1098 transform: scale(1.05);
1099 }
1100 80% {
1101 transform: scale(0.95);
1102 }
1103 100% {
1104 transform: scale(1);
1105 }
1106 }
1107 .funnel-loader {
1108 position: relative;
1109 width: 100px;
1110 height: 100px;
1111 margin: 0 auto;
1112 transform-style: preserve-3d;
1113 transform: perspective(500px) rotateX(60deg);
1114 }
1115 .funnel-loader span {
1116 position: absolute;
1117 display: block;
1118 border: 4px solid #6E42D3;
1119 box-sizing: border-box;
1120 border-radius: 100%;
1121 box-shadow: 0 5px 0 #6E42D3, inset 0 5px 0 #6E42D3;
1122 animation: funnel-animate 2s ease-in-out infinite;
1123 }
1124 .funnel-loader span:nth-child(1) {
1125 top: 0;
1126 left: 0;
1127 bottom: 0;
1128 right: 0;
1129 animation-delay: 0.6s;
1130 }
1131 .funnel-loader span:nth-child(2) {
1132 top: 10px;
1133 left: 10px;
1134 bottom: 10px;
1135 right: 10px;
1136 animation-delay: 0.5s;
1137 }
1138 .funnel-loader span:nth-child(3) {
1139 top: 20px;
1140 left: 20px;
1141 bottom: 20px;
1142 right: 20px;
1143 animation-delay: 0.4s;
1144 }
1145 .funnel-loader span:nth-child(4) {
1146 top: 30px;
1147 left: 30px;
1148 bottom: 30px;
1149 right: 30px;
1150 animation-delay: 0.3s;
1151 }
1152 .funnel-loader span:nth-child(5) {
1153 top: 40px;
1154 left: 40px;
1155 bottom: 40px;
1156 right: 40px;
1157 animation-delay: 0.2s;
1158 }
1159
1160 @keyframes funnel-animate {
1161 0% {
1162 transform: translateZ(-50px);
1163 }
1164 50% {
1165 transform: translateZ(50px);
1166 }
1167 100% {
1168 transform: translateZ(-50px);
1169 }
1170 }
1171 @media only screen and (max-width: 960px) {
1172 .wpfnl-delete-alert-wrapper {
1173 width: calc(100% - 35px);
1174 }
1175 }
1176 @media only screen and (max-width: 782px) {
1177 .wpfnl-delete-alert-wrapper {
1178 width: 100%;
1179 }
1180 }
1181 .dot-wrapper span {
1182 color: #fff;
1183 font-size: 16px;
1184 animation-duration: 1.5s;
1185 animation-iteration-count: infinite;
1186 }
1187 .dot-wrapper span.dot-one {
1188 animation-name: flashOne;
1189 margin-left: 2px;
1190 }
1191 .dot-wrapper span.dot-two {
1192 animation-name: flashTwo;
1193 }
1194 .dot-wrapper span.dot-three {
1195 animation-name: flashThree;
1196 }
1197
1198 @keyframes flashOne {
1199 0% {
1200 opacity: 0;
1201 }
1202 25% {
1203 opacity: 1;
1204 }
1205 50% {
1206 opacity: 1;
1207 }
1208 100% {
1209 opacity: 1;
1210 }
1211 }
1212 @keyframes flashTwo {
1213 0% {
1214 opacity: 0;
1215 }
1216 25% {
1217 opacity: 0;
1218 }
1219 50% {
1220 opacity: 1;
1221 }
1222 100% {
1223 opacity: 1;
1224 }
1225 }
1226 @keyframes flashThree {
1227 0% {
1228 opacity: 0;
1229 }
1230 50% {
1231 opacity: 0;
1232 }
1233 75% {
1234 opacity: 1;
1235 }
1236 100% {
1237 opacity: 1;
1238 }
1239 }
1240 .wpfnl .ui-widget-header .ui-icon {
1241 background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjN0E4QjlBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NyIgZD0iTTEyLjY2NSA4SDMuMzMybTAgMGw0LjY2NyA0LjY2N00zLjMzMiA4bDQuNjY3LTQuNjY3Ii8+PC9zdmc+);
1242 background-position: center;
1243 }
1244 .wpfnl .ui-widget-header .ui-datepicker-next .ui-icon {
1245 background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjN0E4QjlBIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NyIgZD0iTTMuMzM1IDhoOS4zMzNtMCAwbC00LjY2NyA0LjY2N00xMi42NjggOEw4LjAwMSAzLjMzMyIvPjwvc3ZnPg==);
1246 }
1247 .wpfnl .ui-datepicker {
1248 width: 290px;
1249 z-index: 4 !important;
1250 }
1251 .wpfnl .ui-datepicker.ui-widget-content {
1252 border: none;
1253 box-shadow: none;
1254 }
1255 .wpfnl .ui-datepicker .ui-datepicker-header {
1256 background: transparent;
1257 border: none;
1258 padding: 0;
1259 margin-bottom: 4px;
1260 }
1261 .wpfnl .ui-datepicker .ui-datepicker-prev,
1262 .wpfnl .ui-datepicker .ui-datepicker-next {
1263 top: 4px;
1264 width: 24px;
1265 height: 24px;
1266 background: #ffffff !important;
1267 cursor: pointer;
1268 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
1269 border-radius: 6px;
1270 border: 1px solid #F1F0F5;
1271 }
1272 .wpfnl .ui-datepicker .ui-datepicker-prev-hover,
1273 .wpfnl .ui-datepicker .ui-datepicker-next-hover {
1274 top: 4px;
1275 }
1276 .wpfnl .ui-datepicker .ui-datepicker-next {
1277 right: 4px;
1278 }
1279 .wpfnl .ui-datepicker .ui-datepicker-next-hover {
1280 right: 4px;
1281 }
1282 .wpfnl .ui-datepicker .ui-datepicker-prev {
1283 left: 4px;
1284 }
1285 .wpfnl .ui-datepicker .ui-datepicker-prev-hover {
1286 left: 4px;
1287 }
1288 .wpfnl .ui-datepicker .ui-datepicker-title select {
1289 line-height: 1.1;
1290 margin: 1px 2px;
1291 border: none;
1292 box-shadow: none;
1293 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
1294 }
1295 .wpfnl .ui-datepicker table {
1296 margin: 0;
1297 }
1298 .wpfnl .ui-datepicker td span,
1299 .wpfnl .ui-datepicker td a {
1300 display: block;
1301 padding: 9px 7px 7px;
1302 height: 32.5px;
1303 text-align: center;
1304 text-decoration: none;
1305 border-radius: 50%;
1306 outline: none;
1307 margin: 0;
1308 color: #2D3149;
1309 font-size: 12px;
1310 font-weight: 500 !important;
1311 }
1312 .wpfnl .ui-datepicker .ui-state-default,
1313 .wpfnl .ui-datepicker .ui-widget-content .ui-state-default,
1314 .wpfnl .ui-datepicker .ui-widget-header .ui-state-default {
1315 border: none !important;
1316 background: transparent;
1317 font-weight: normal;
1318 color: #2D3149;
1319 position: relative;
1320 z-index: 1;
1321 }
1322 .wpfnl .ui-datepicker .ui-state-default:hover,
1323 .wpfnl .ui-datepicker .ui-state-hover,
1324 .wpfnl .ui-datepicker .ui-widget-content .ui-state-hover,
1325 .wpfnl .ui-datepicker .ui-state-active,
1326 .wpfnl .ui-datepicker .ui-widget-content .ui-state-highlight {
1327 background: #6E42D3;
1328 color: #fff;
1329 }
1330 .wpfnl .ui-datepicker .ui-priority-secondary,
1331 .wpfnl .ui-datepicker .ui-widget-content .ui-priority-secondary {
1332 opacity: 1;
1333 color: #9b9b9b !important;
1334 }
1335 .wpfnl .ui-datepicker .ui-state-disabled span {
1336 cursor: not-allowed;
1337 }
1338 .wpfnl .ui-datepicker .in-range {
1339 position: relative;
1340 }
1341 .wpfnl .ui-datepicker .in-range:before {
1342 content: "";
1343 position: absolute;
1344 top: 50%;
1345 transform: translateY(-50%);
1346 left: 0;
1347 z-index: 1;
1348 background: rgba(110, 66, 211, 0.12);
1349 height: 28px;
1350 width: 100%;
1351 }
1352 .wpfnl .ui-datepicker .in-range[title=Start]:before {
1353 border-radius: 50px 0 0 50px;
1354 opacity: 0;
1355 }
1356 .wpfnl .ui-datepicker .in-range[title=End]:before {
1357 border-radius: 0 50px 50px 0;
1358 }
1359 .wpfnl .ui-datepicker .in-range[title=Start] > a, .wpfnl .ui-datepicker .in-range[title=End] > a {
1360 background: #6E42D3 !important;
1361 color: #fff !important;
1362 border-radius: 50%;
1363 }
1364 .wpfnl .ui-datepicker .in-range:last-child:before {
1365 border-radius: 0 50px 50px 0;
1366 }
1367 .wpfnl .ui-datepicker .in-range:first-child:before {
1368 border-radius: 50px 0 0 50px;
1369 }
1370 .wpfnl .ui-datepicker .in-range[title=Start] + .in-range:before {
1371 left: -9px;
1372 width: calc(100% + 9px);
1373 }
1374 .wpfnl .ui-datepicker .in-range[title=End]:first-child:before {
1375 opacity: 0;
1376 }
1377
1378 .wpfnl-custom-selectbox {
1379 position: relative;
1380 }
1381 .wpfnl-custom-selectbox .selectbox-selected-value {
1382 position: relative;
1383 width: 100%;
1384 border: 1px solid #ebedf0;
1385 border-radius: 6px;
1386 padding: 13px 33px 13px 12px;
1387 background-color: transparent;
1388 text-align: left;
1389 font-weight: 400;
1390 font-size: 14px;
1391 line-height: 1.21;
1392 color: #6a707c;
1393 cursor: pointer;
1394 }
1395 .wpfnl-custom-selectbox .selectbox-selected-value:before {
1396 content: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%2012%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23A7A8B3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.8%22%20d%3D%22M11%201L6%206%201%201%22%2F%3E%3C%2Fsvg%3E);
1397 width: 12px;
1398 display: block;
1399 position: absolute;
1400 right: 15px;
1401 top: 50%;
1402 margin-top: -9px;
1403 transition: all 0.3s ease;
1404 }
1405 .wpfnl-custom-selectbox .selectbox-options {
1406 width: 100%;
1407 max-width: 300px;
1408 position: absolute;
1409 background: #fff;
1410 right: 0;
1411 top: calc(100% + 8px);
1412 border: 1px solid #E5E8F3;
1413 z-index: 5;
1414 transition: all 0.3s ease;
1415 box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
1416 border-radius: 6px;
1417 padding: 8px;
1418 opacity: 0;
1419 visibility: hidden;
1420 }
1421 .wpfnl-custom-selectbox.show-options .selectbox-options {
1422 opacity: 1;
1423 visibility: visible;
1424 }
1425 .wpfnl-custom-selectbox.show-options .selectbox-selected-value:before {
1426 transform: rotate(-180deg);
1427 }
1428 .wpfnl-custom-selectbox .selectbox-search {
1429 padding: 8px 8px 14px;
1430 }
1431 .wpfnl-custom-selectbox .selectbox-search .search-icon {
1432 position: absolute;
1433 top: 24px;
1434 left: 25px;
1435 }
1436 .wpfnl-custom-selectbox .selectbox-search input[type=search] {
1437 font-weight: 400;
1438 height: 34px;
1439 padding: 6px 15px 4px 36px;
1440 }
1441 .wpfnl-custom-selectbox .list-title {
1442 font-weight: 500;
1443 font-size: 12px;
1444 line-height: 15px;
1445 letter-spacing: 1px;
1446 text-transform: uppercase;
1447 color: #667085;
1448 border-top: 1px solid #ebedf0;
1449 border-bottom: 1px solid #ebedf0;
1450 border-radius: 0;
1451 background: #f9fafb;
1452 position: relative;
1453 padding: 8px 18px;
1454 left: -8px;
1455 width: calc(100% + 16px);
1456 cursor: text;
1457 margin-bottom: 10px;
1458 }
1459 .wpfnl-custom-selectbox .options-tag,
1460 .wpfnl-custom-selectbox .options-list {
1461 max-height: 200px;
1462 overflow: auto;
1463 }
1464 .wpfnl-custom-selectbox .options-tag::-webkit-scrollbar,
1465 .wpfnl-custom-selectbox .options-list::-webkit-scrollbar {
1466 width: 5px;
1467 }
1468 .wpfnl-custom-selectbox .options-tag::-webkit-scrollbar-track,
1469 .wpfnl-custom-selectbox .options-list::-webkit-scrollbar-track {
1470 background: #f2f5f8;
1471 }
1472 .wpfnl-custom-selectbox .options-tag::-webkit-scrollbar-thumb,
1473 .wpfnl-custom-selectbox .options-list::-webkit-scrollbar-thumb {
1474 background-color: #c1c1c1;
1475 border-radius: 20px;
1476 }
1477 .wpfnl-custom-selectbox .single-option {
1478 display: block;
1479 padding: 8px 10px;
1480 border-radius: 6px;
1481 transition: all 0.3s ease;
1482 }
1483 .wpfnl-custom-selectbox .single-option:hover {
1484 background: #f6f8fa;
1485 }
1486 .wpfnl-custom-selectbox .single-option label {
1487 line-height: 1.3;
1488 display: block;
1489 }
1490
1491 .wpfnl-selectbox {
1492 max-width: 270px;
1493 width: 100%;
1494 border-radius: 6px;
1495 border: 1px solid #EEF0F3;
1496 background: #FFF;
1497 position: relative;
1498 cursor: pointer;
1499 }
1500 .wpfnl-selectbox .selected-option {
1501 color: #363B4E;
1502 font-size: 14px;
1503 line-height: 1;
1504 letter-spacing: -0.14px;
1505 padding: 13px 30px 11px 14px;
1506 }
1507 .wpfnl-selectbox .selected-option:before {
1508 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==");
1509 width: 10px;
1510 position: absolute;
1511 right: 14px;
1512 top: 50%;
1513 line-height: 1;
1514 transform: translateY(-50%);
1515 }
1516 .wpfnl-selectbox .selectable-options {
1517 width: 100%;
1518 list-style-type: none;
1519 padding: 8px;
1520 font-size: 16px;
1521 position: absolute;
1522 left: 0;
1523 top: calc(100% + 8px);
1524 z-index: 1;
1525 border-radius: 6px;
1526 border: 1px solid #EBEDF0;
1527 background: #FFF;
1528 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
1529 max-height: 230px;
1530 overflow-y: auto;
1531 opacity: 0;
1532 visibility: hidden;
1533 transition: all 0.3s ease;
1534 }
1535 .wpfnl-selectbox .selectable-options::-webkit-scrollbar {
1536 width: 3px;
1537 height: 3px;
1538 }
1539 .wpfnl-selectbox .selectable-options::-webkit-scrollbar-track {
1540 background: #f2f5f8;
1541 }
1542 .wpfnl-selectbox .selectable-options::-webkit-scrollbar-thumb {
1543 background-color: #CBCBCB;
1544 border-radius: 20px;
1545 }
1546 .wpfnl-selectbox .selectable-options li {
1547 padding: 11px 12px 9px;
1548 color: #363B4E;
1549 font-size: 14px;
1550 font-weight: 400;
1551 line-height: 1;
1552 letter-spacing: -0.14px;
1553 border-radius: 6px;
1554 }
1555 .wpfnl-selectbox .selectable-options li:hover {
1556 background: #F6F5FA;
1557 }
1558 .wpfnl-selectbox .selectable-options li.selected {
1559 background: #F6F5FA;
1560 font-weight: 500;
1561 }
1562 .wpfnl-selectbox.show-options .add-step-dropdown,
1563 .wpfnl-selectbox.show-options .selectable-options {
1564 opacity: 1;
1565 visibility: visible;
1566 }
1567
1568 .wpfnl-toast-alert {
1569 position: fixed;
1570 top: 150px;
1571 right: 20px;
1572 z-index: 9999;
1573 max-width: 360px;
1574 min-width: 250px;
1575 -webkit-animation: fadeinout 3s ease-in-out forwards;
1576 animation: fadeinout 3s ease-in-out forwards;
1577 }
1578 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box {
1579 background: #ffffff;
1580 border: 1px solid #039855;
1581 box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
1582 border-radius: 10px;
1583 display: flex;
1584 flex-flow: row wrap;
1585 align-items: center;
1586 padding: 15px;
1587 gap: 10px;
1588 }
1589 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .alert-text {
1590 width: calc(100% - 34px);
1591 position: relative;
1592 padding-left: 25px;
1593 }
1594 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .alert-text::before {
1595 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAzOTg1NSIgZD0iTTkgMThBOSA5IDAgMTA5IDBhOSA5IDAgMDAwIDE4eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMTkgMTMuMzlMMi44OTggOS44NjdhMS4yMDMgMS4yMDMgMCAwMS4wNTctMS42OTYgMS4yMDMgMS4yMDMgMCAwMTEuNjk3LjA1N2wyLjUzOSAyLjcxNyA0LjAxOC0zLjc1NGMuMDM3LS4wMzQuMDc0LS4wNjUuMTEzLS4wOTRsMS44OS0xLjc2NWExLjIwMyAxLjIwMyAwIDAxMS42OTYuMDU3IDEuMjAzIDEuMjAzIDAgMDEtLjA1NyAxLjY5NmwtNS43NzMgNS4zOTMtLjAwNi0uMDA2LTEuOTk2IDEuODY2LS44ODYtLjk0OHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
1596 position: absolute;
1597 left: 0;
1598 top: 0;
1599 height: 18px;
1600 width: 18px;
1601 display: block;
1602 }
1603 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon {
1604 width: 24px;
1605 height: 24px;
1606 background: #ffffff;
1607 border: 1px solid #e4e6eb;
1608 border-radius: 6px;
1609 display: flex;
1610 justify-content: center;
1611 align-items: center;
1612 cursor: pointer;
1613 }
1614 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon svg path {
1615 fill: #686f7f;
1616 }
1617 .wpfnl-toast-alert .wpfnl-toast-alert-wrapper .toast-alert-box .cross-icon:hover {
1618 background: #e4e6eb;
1619 }
1620
1621 @-webkit-keyframes fadeinout {
1622 0% {
1623 opacity: 0;
1624 top: 150px;
1625 }
1626 80%, 20% {
1627 opacity: 1;
1628 top: 125px;
1629 }
1630 100% {
1631 opacity: 0;
1632 top: 80px;
1633 }
1634 }
1635 @keyframes fadeinout {
1636 0% {
1637 opacity: 0;
1638 top: 150px;
1639 }
1640 80%, 20% {
1641 opacity: 1;
1642 top: 125px;
1643 }
1644 100% {
1645 opacity: 0;
1646 top: 80px;
1647 }
1648 }
1649 .wpfnl-modal .wpfnl-modal__header {
1650 display: flex;
1651 flex-flow: row wrap;
1652 align-items: center;
1653 justify-content: space-between;
1654 padding: 12px 15px;
1655 border-radius: 15px 15px 0 0;
1656 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
1657 position: relative;
1658 }
1659 .wpfnl-modal .wpfnl-modal__header .title h2 {
1660 font-weight: 500;
1661 font-size: 16px;
1662 line-height: 1.3;
1663 color: #363B4E;
1664 }
1665 .wpfnl-modal .wpfnl-modal__header .wpfnl-modal-close {
1666 height: 28px;
1667 width: 28px;
1668 background: #F6F6F8;
1669 border: 1px solid #E5E8F3;
1670 display: flex;
1671 flex-flow: column;
1672 align-items: center;
1673 justify-content: center;
1674 border-radius: 100%;
1675 cursor: pointer;
1676 }
1677 .wpfnl-modal .wpfnl-modal__header .wpfnl-modal-close svg path {
1678 stroke: #6E42D3;
1679 }
1680 .wpfnl-modal .wpfnl-modal__body {
1681 background: #F2F5F8;
1682 padding: 23px 25px 0px;
1683 overflow: auto;
1684 height: calc(100% - 52px);
1685 }
1686 .wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar {
1687 width: 5px;
1688 }
1689 .wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar-track {
1690 background: #f2f5f8;
1691 }
1692 .wpfnl-modal .wpfnl-modal__body::-webkit-scrollbar-thumb {
1693 background-color: #6E42D3;
1694 border-radius: 20px;
1695 }
1696 .wpfnl-modal .wpfnl-modal__body .choose-step-type label {
1697 font-weight: 500;
1698 font-size: 13px;
1699 line-height: 15px;
1700 color: #363B4E;
1701 margin-bottom: 9px;
1702 display: inline-block;
1703 }
1704 .wpfnl-modal .wpfnl-modal__body .choose-step-type select {
1705 height: 36px;
1706 border-radius: 5px;
1707 padding: 4px 15px;
1708 max-width: 100%;
1709 }
1710 .wpfnl-modal .wpfnl-modal__body .choose-step-type select:focus {
1711 border-color: #6E42D3;
1712 }
1713 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav {
1714 margin-bottom: 30px;
1715 margin-left: 5px;
1716 border-bottom: 1px solid #E1E1EB;
1717 }
1718 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li {
1719 padding: 5px 0 10px;
1720 cursor: pointer;
1721 margin-right: 22px;
1722 text-transform: capitalize;
1723 font-weight: 500;
1724 font-size: 14px;
1725 line-height: 16px;
1726 color: #7A8B9A;
1727 position: relative;
1728 }
1729 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li:before {
1730 content: "";
1731 position: absolute;
1732 left: 0;
1733 bottom: -1px;
1734 width: 100%;
1735 height: 2px;
1736 background: #6E42D3;
1737 opacity: 0;
1738 visibility: hidden;
1739 transition: all 0.3s ease;
1740 }
1741 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li:hover, .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.active {
1742 color: #6E42D3;
1743 }
1744 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.active:before {
1745 opacity: 1;
1746 visibility: visible;
1747 }
1748 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li .pro-tag {
1749 position: absolute;
1750 top: -9px;
1751 right: -10px;
1752 font-size: 10px;
1753 padding: 0 4px;
1754 }
1755 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.disabled {
1756 font-weight: 400;
1757 color: rgba(122, 139, 154, 0.5);
1758 }
1759 .wpfnl-modal .wpfnl-modal__body .wpfnl-create-step__filter-nav > li.disabled:hover {
1760 color: rgba(122, 139, 154, 0.5);
1761 }
1762 .wpfnl-modal .wpfnl-modal__footer {
1763 padding: 15px 20px;
1764 border-top: 1px solid #E5E8F3;
1765 }
1766 .wpfnl-modal .wpfnl-modal__footer .step-save-btn {
1767 display: flex;
1768 flex-flow: row;
1769 align-items: center;
1770 justify-content: flex-end;
1771 }
1772 .wpfnl-modal .wpfnl-modal__footer .step-save-btn .wpfnl-alert {
1773 margin-right: 10px;
1774 }
1775 .wpfnl-modal .wpfnl-modal__footer .step-save-btn a.btn-default {
1776 background: transparent;
1777 border: 1px solid #E5E8F3;
1778 color: #363B4E;
1779 width: 110px;
1780 padding: 0 20px;
1781 margin-right: 10px;
1782 }
1783 .wpfnl-modal .wpfnl-modal__footer .step-save-btn a.btn-default:hover {
1784 background: rgba(0, 0, 0, 0.04);
1785 }
1786 .wpfnl-modal .wpfnl-modal__footer .step-save-btn button {
1787 width: 110px;
1788 padding: 0 20px;
1789 border: 1px solid transparent;
1790 display: flex;
1791 flex-flow: row;
1792 align-items: center;
1793 justify-content: center;
1794 }
1795
1796 .wpfnl-dashboard {
1797 display: flex;
1798 flex-flow: row wrap;
1799 min-height: calc(110vh - 120px);
1800 }
1801
1802 .wpfnl-dashboard__nav {
1803 width: 110px;
1804 background: #fff;
1805 box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
1806 position: relative;
1807 }
1808 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li {
1809 display: block;
1810 position: relative;
1811 margin-bottom: 19px;
1812 }
1813 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li:last-child {
1814 margin-bottom: 0;
1815 }
1816 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li a {
1817 display: block;
1818 text-align: center;
1819 font-weight: 500;
1820 font-size: 13px;
1821 line-height: 15px;
1822 color: #7A8B9A;
1823 text-transform: capitalize;
1824 padding: 9px 10px;
1825 }
1826 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li a svg {
1827 display: block;
1828 margin: 0 auto 8px;
1829 }
1830 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active:after {
1831 content: "";
1832 position: absolute;
1833 right: 0px;
1834 top: 50%;
1835 height: 60px;
1836 width: 2px;
1837 background: #6E42D3;
1838 transform: translateY(-50%);
1839 }
1840 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active a {
1841 color: #6E42D3;
1842 }
1843 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.dashboard path, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.overview path {
1844 fill: #6E42D3;
1845 stroke: #6E42D3;
1846 }
1847 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.settings ellipse,
1848 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.settings path {
1849 stroke: #6E42D3;
1850 }
1851 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.active.integrations path {
1852 stroke: #6E42D3;
1853 }
1854 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.overview.active a {
1855 color: #6E42D3;
1856 }
1857 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.overview.active a svg {
1858 stroke: #6E42D3;
1859 }
1860 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a {
1861 color: #6E42D3;
1862 }
1863 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a path, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a path {
1864 stroke: #6E42D3;
1865 }
1866 .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.settings.active a circle, .wpfnl-dashboard__nav .wpfnl-dashboard__nav-li.create_funnel.active a circle {
1867 stroke: #6E42D3;
1868 }
1869 .wpfnl-dashboard__nav .logo {
1870 margin-bottom: 32px;
1871 display: block;
1872 }
1873 .wpfnl-dashboard__nav .logo a {
1874 display: block;
1875 text-align: center;
1876 padding: 24px 0;
1877 border-bottom: 1px solid #E5E8F3;
1878 }
1879 .wpfnl-dashboard__nav .logo a svg {
1880 display: block;
1881 margin: 0 auto;
1882 }
1883
1884 .dashboard-nav__content {
1885 width: calc(100% - 110px);
1886 position: relative;
1887 padding-right: 20px;
1888 }
1889 .dashboard-nav__content .import-funnel-modal {
1890 position: fixed;
1891 top: 0;
1892 left: 160px;
1893 width: calc(100% - 160px);
1894 height: 100%;
1895 background: rgba(21, 17, 29, 0.3);
1896 backdrop-filter: blur(6px);
1897 z-index: 99;
1898 opacity: 0;
1899 visibility: hidden;
1900 transition: all 0.3s ease;
1901 }
1902 .dashboard-nav__content .import-funnel-modal.show-modal {
1903 opacity: 1;
1904 visibility: visible;
1905 }
1906 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner {
1907 width: 100%;
1908 height: 100%;
1909 padding: 32px;
1910 display: flex;
1911 flex-flow: column;
1912 align-items: center;
1913 justify-content: center;
1914 }
1915 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper {
1916 background: #F6F5FA;
1917 border-radius: 15px 0px 15px 15px;
1918 width: 100%;
1919 max-width: 540px;
1920 position: relative;
1921 padding: 24px 30px 20px;
1922 }
1923 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper .import-funnel-modal-title {
1924 font-weight: 600;
1925 font-size: 18px;
1926 line-height: 1.18;
1927 color: #363B4E;
1928 margin-bottom: 13px;
1929 }
1930 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper .close-modal {
1931 border: none;
1932 width: 40px;
1933 height: 40px;
1934 position: absolute;
1935 top: -16px;
1936 right: -16px;
1937 display: flex;
1938 flex-flow: column;
1939 align-items: center;
1940 justify-content: center;
1941 cursor: pointer;
1942 border-radius: 100px;
1943 background: #ffffff;
1944 box-shadow: 0px 1px 1px 0px #DADADA;
1945 }
1946 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form {
1947 position: relative;
1948 }
1949 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form input[type=file] {
1950 position: absolute;
1951 width: 100%;
1952 height: 206px;
1953 top: 0;
1954 left: 0;
1955 opacity: 0;
1956 }
1957 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form input[type=file]::-webkit-file-upload-button {
1958 background: #F9F9FA;
1959 border: 1px solid #C9D0E9;
1960 border-radius: 6px;
1961 padding: 9px 17px;
1962 margin-right: 12px;
1963 cursor: pointer;
1964 }
1965 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label {
1966 border-radius: 8px;
1967 padding: 50px 30px;
1968 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23AFADB6FF' stroke-width='2' stroke-dasharray='3%2c 7' stroke-dashoffset='-6' stroke-linecap='round'/%3e%3c/svg%3e");
1969 display: flex;
1970 flex-flow: column;
1971 align-items: center;
1972 justify-content: center;
1973 }
1974 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label h4 {
1975 color: #2D3149;
1976 font-size: 15px;
1977 line-height: 1;
1978 font-weight: 600;
1979 margin-bottom: 1px;
1980 }
1981 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .import-label h4 .primary-color {
1982 color: #6E42D3;
1983 font-weight: 600;
1984 }
1985 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon,
1986 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-icon {
1987 width: 50px;
1988 height: 50px;
1989 background: #6e42d3;
1990 display: flex;
1991 flex-flow: column;
1992 align-items: center;
1993 justify-content: center;
1994 border-radius: 100%;
1995 margin-bottom: 16px;
1996 }
1997 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon {
1998 display: none;
1999 background: #239654;
2000 }
2001 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .upload-success-icon svg {
2002 position: relative;
2003 top: 1px;
2004 left: 1px;
2005 }
2006 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .file-added .upload-success-icon {
2007 display: flex;
2008 }
2009 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .file-added .upload-icon {
2010 display: none;
2011 }
2012 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area {
2013 display: flex;
2014 flex-flow: row;
2015 align-items: center;
2016 justify-content: flex-end;
2017 border-top: 1px solid #E4E6EB;
2018 margin-top: 30px;
2019 padding: 20px 30px 0;
2020 gap: 12px;
2021 position: relative;
2022 left: -30px;
2023 width: calc(100% + 60px);
2024 }
2025 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .btn-default {
2026 padding: 8px 21px 6px;
2027 height: 40px;
2028 line-height: 1;
2029 border-radius: 10px;
2030 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
2031 min-width: auto;
2032 border: 1px solid transparent;
2033 }
2034 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .btn-default .wpfnl-loader {
2035 position: relative;
2036 top: 2px;
2037 }
2038 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .cancel {
2039 position: relative;
2040 top: inherit;
2041 right: inherit;
2042 border-color: #E4E6EB;
2043 width: auto;
2044 background: transparent;
2045 box-shadow: none;
2046 color: #3C3F47;
2047 }
2048 .dashboard-nav__content .import-funnel-modal .import-funnel-modal-inner .import-funnel-modal-wrapper form .button-area .cancel:hover {
2049 background: #f1f1f1;
2050 }
2051
2052 body.folded .dashboard-nav__content .import-funnel-modal {
2053 left: 36px;
2054 }
2055
2056 .wpfnl-dashboard__header {
2057 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
2058 background: #fff;
2059 width: 100%;
2060 display: flex;
2061 flex-flow: row wrap;
2062 align-items: center;
2063 justify-content: space-between;
2064 padding: 20px 20px 20px 30px;
2065 border-left: 1px solid #ebedf7;
2066 }
2067 .wpfnl-dashboard__header.overview-header {
2068 box-shadow: none;
2069 background: transparent;
2070 padding: 20px 0 0;
2071 border-left: none;
2072 width: calc(100% - 280px);
2073 margin: 0 auto;
2074 }
2075 .wpfnl-dashboard__header .wpfnl-dashboard-header-left {
2076 display: flex;
2077 align-items: center;
2078 justify-content: center;
2079 }
2080 .wpfnl-dashboard__header .title h1 {
2081 font-weight: 500;
2082 font-size: 18px;
2083 line-height: 21px;
2084 color: #363B4E;
2085 text-transform: capitalize;
2086 }
2087 .wpfnl-dashboard__header .title .subtitle {
2088 font-size: 13px;
2089 display: inline-block;
2090 }
2091 .wpfnl-dashboard__header .funnel-search {
2092 margin-right: 20px;
2093 }
2094 .wpfnl-dashboard__header .funnel-search .search-group {
2095 position: relative;
2096 width: 230px;
2097 }
2098 .wpfnl-dashboard__header .funnel-search .search-group svg {
2099 position: absolute;
2100 top: 9px;
2101 left: 12px;
2102 }
2103 .wpfnl-dashboard__header .funnel-search .search-group input {
2104 padding-left: 40px;
2105 border-radius: 10px;
2106 font-size: 13px;
2107 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
2108 border: none;
2109 height: 39px;
2110 }
2111 .wpfnl-dashboard__header .funnel-search .search-group input::-webkit-input-placeholder {
2112 color: #7A8B9A;
2113 }
2114 .wpfnl-dashboard__header .funnel-search .search-group input::-moz-placeholder {
2115 color: #7A8B9A;
2116 }
2117 .wpfnl-dashboard__header .funnel-search .search-group input:-ms-input-placeholder {
2118 color: #7A8B9A;
2119 }
2120 .wpfnl-dashboard__header .funnel-search .search-group input:-moz-placeholder {
2121 color: #7A8B9A;
2122 }
2123 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper {
2124 margin-right: 20px;
2125 }
2126 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels,
2127 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels {
2128 margin-right: 16px;
2129 }
2130 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels:last-child,
2131 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels:last-child {
2132 margin-right: 0;
2133 }
2134 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels span,
2135 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels span {
2136 color: #2D3149;
2137 font-family: Inter;
2138 font-size: 14px;
2139 font-style: normal;
2140 font-weight: 500;
2141 line-height: 1;
2142 letter-spacing: -0.14px;
2143 }
2144 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels span.wpfnl-count,
2145 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels span.wpfnl-count {
2146 border-radius: 10px;
2147 background: #FFF;
2148 padding: 6px 8px;
2149 color: #7A8B9A;
2150 font-family: Inter;
2151 font-size: 10px;
2152 font-style: normal;
2153 font-weight: 500;
2154 line-height: 8px;
2155 letter-spacing: -0.1px;
2156 margin-left: 3px;
2157 display: inline-block;
2158 }
2159 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels.active span,
2160 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels.active span {
2161 color: #573BFF;
2162 }
2163 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-trash-all-funnels.active span.wpfnl-count,
2164 .wpfnl-dashboard__header .wpfnl-dashboard-links-wrapper a.wpfnl-all-funnels.active span.wpfnl-count {
2165 background: rgba(87, 59, 255, 0.1);
2166 }
2167 .wpfnl-dashboard__header a.import-export {
2168 background: #FFFFFF;
2169 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
2170 border-radius: 8px;
2171 font-weight: 400;
2172 font-size: 14px;
2173 line-height: 1.21;
2174 text-align: center;
2175 color: #363B4E;
2176 padding: 12px 20px 10px;
2177 display: flex;
2178 align-items: center;
2179 gap: 5px;
2180 margin-right: 14px;
2181 cursor: pointer;
2182 }
2183 .wpfnl-dashboard__header a.import-export .pro-tag-icon {
2184 width: 20px;
2185 height: 20px;
2186 }
2187 .wpfnl-dashboard__header a.import-export svg {
2188 display: block;
2189 position: relative;
2190 top: -1px;
2191 }
2192 .wpfnl-dashboard__header a.import-export path {
2193 transition: all 0.3s ease;
2194 }
2195 .wpfnl-dashboard__header a.import-export:hover {
2196 color: #6E42D3;
2197 }
2198 .wpfnl-dashboard__header a.import-export:hover path {
2199 fill: #6E42D3;
2200 }
2201 .wpfnl-dashboard__header a.import-export:hover .pro-tag-icon path {
2202 fill: #FFF;
2203 }
2204 .wpfnl-dashboard__header a.import-export.wpfnl-export-all-funnels {
2205 margin-left: auto;
2206 }
2207 .wpfnl-dashboard__header a.import-export#wpfnl-export-all-pro {
2208 margin-left: auto;
2209 }
2210 .wpfnl-dashboard__header a.pro-import-button {
2211 background: #FFFFFF;
2212 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
2213 border-radius: 8px;
2214 font-weight: 400;
2215 font-size: 14px;
2216 line-height: 1.21;
2217 text-align: center;
2218 color: #363B4E;
2219 padding: 12px 20px 10px;
2220 display: flex;
2221 align-items: center;
2222 gap: 5px;
2223 margin-right: 14px;
2224 cursor: pointer;
2225 }
2226 .wpfnl-dashboard__header a.pro-import-button .pro-tag-icon {
2227 width: 20px;
2228 height: 20px;
2229 }
2230 .wpfnl-dashboard__header a.pro-import-button svg {
2231 display: block;
2232 position: relative;
2233 top: -1px;
2234 }
2235 .wpfnl-dashboard__header a.pro-import-button path {
2236 transition: all 0.3s ease;
2237 }
2238 .wpfnl-dashboard__header a.pro-import-button:hover {
2239 color: #6E42D3;
2240 }
2241 .wpfnl-dashboard__header a.pro-import-button:hover path {
2242 fill: #6E42D3;
2243 }
2244 .wpfnl-dashboard__header a.pro-import-button:hover .pro-tag-icon path {
2245 fill: #FFF;
2246 }
2247 .wpfnl-dashboard__header a.pro-import-button.wpfnl-export-all-funnels {
2248 margin-left: auto;
2249 }
2250 .wpfnl-dashboard__header a.pro-import-button#wpfnl-export-all-pro {
2251 margin-left: auto;
2252 }
2253 .wpfnl-dashboard__header .btn-default.disabled,
2254 .wpfnl-dashboard__header .add-new-funnel-btn {
2255 font-weight: 400;
2256 height: 40px;
2257 line-height: 41px;
2258 border-radius: 10px;
2259 }
2260 .wpfnl-dashboard__header .add-new-funnel-btn svg {
2261 position: relative;
2262 top: 1px;
2263 margin-right: 3px;
2264 }
2265 .wpfnl-dashboard__header .add-new-funnel-btn svg path {
2266 stroke: #fff;
2267 }
2268
2269 .wpfnl-dashboard__inner-content {
2270 min-height: 425px;
2271 width: calc(100% - 280px);
2272 margin: 24px auto 30px;
2273 }
2274 .wpfnl-dashboard__inner-content.no-funnel .funnel-list__wrapper {
2275 display: flex;
2276 flex-flow: column;
2277 align-items: center;
2278 justify-content: center;
2279 background-color: transparent;
2280 border-radius: 0;
2281 }
2282 .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper {
2283 text-align: center;
2284 background: #FFF;
2285 filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
2286 width: 100%;
2287 height: 100%;
2288 display: flex;
2289 flex-direction: column;
2290 justify-content: center;
2291 align-items: center;
2292 gap: 0px;
2293 padding: 170px 0px;
2294 border-radius: 10px;
2295 }
2296 .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper .no-funnel {
2297 color: #363B4E;
2298 font-family: Roboto;
2299 font-size: 18px;
2300 font-style: normal;
2301 font-weight: 500;
2302 line-height: 0.88;
2303 }
2304 .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper h1 {
2305 font-size: 30px;
2306 line-height: 1;
2307 font-weight: 600;
2308 color: #363B4E;
2309 margin: 23px 0 9px;
2310 }
2311 .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper .short-desc {
2312 font-weight: 400;
2313 font-size: 16px;
2314 line-height: 1.6;
2315 text-align: center;
2316 color: #7A8B9A;
2317 max-width: 285px;
2318 width: 100%;
2319 margin: 0 auto 27px;
2320 }
2321 .wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper {
2322 text-align: center;
2323 background: #FFF;
2324 filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
2325 width: 100%;
2326 height: 100%;
2327 display: flex;
2328 flex-direction: column;
2329 justify-content: center;
2330 align-items: center;
2331 gap: 40px;
2332 padding: 170px 0px;
2333 border-radius: 10px;
2334 }
2335 .wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper .no-funnel {
2336 font-family: "Roboto";
2337 font-style: normal;
2338 font-weight: 500;
2339 font-size: 18px;
2340 line-height: 16px;
2341 color: #363B4E;
2342 }
2343 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel {
2344 display: flex;
2345 flex-flow: row wrap;
2346 align-items: center;
2347 justify-content: center;
2348 gap: 16px;
2349 }
2350 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default {
2351 font-size: 15px;
2352 padding: 0 22px;
2353 height: 50px;
2354 line-height: 50px;
2355 display: flex;
2356 align-items: center;
2357 gap: 7px;
2358 box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
2359 border-radius: 10px;
2360 min-width: auto;
2361 border: 1px solid transparent;
2362 }
2363 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.import-export {
2364 background: transparent;
2365 color: #363B4E;
2366 border-color: #E4E2EB;
2367 filter: drop-shadow(0px 2px 4px rgba(223, 223, 249, 0.25));
2368 }
2369 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.import-export:hover {
2370 background: #fff;
2371 }
2372 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.pro-import-button {
2373 background: transparent;
2374 color: #363B4E;
2375 border-color: #E4E2EB;
2376 filter: drop-shadow(0px 2px 4px rgba(223, 223, 249, 0.25));
2377 }
2378 .wpfnl-dashboard__inner-content.no-funnel .create-new-funnel .btn-default.pro-import-button:hover {
2379 background: #fff;
2380 }
2381 .wpfnl-dashboard__inner-content.no-funnel a.wpfnl-trash-all-funnels {
2382 font-family: "Inter";
2383 font-style: normal;
2384 font-weight: 500;
2385 font-size: 14px;
2386 line-height: 17px;
2387 letter-spacing: -0.01em;
2388 color: #EC5956;
2389 display: flex;
2390 align-items: center;
2391 justify-content: center;
2392 gap: 5px;
2393 margin-top: 15px;
2394 }
2395 .wpfnl-dashboard__inner-content.no-funnel a.wpfnl-trash-all-funnels path {
2396 stroke: #EC5956;
2397 }
2398 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-help-guide {
2399 display: flex;
2400 flex-flow: row wrap;
2401 gap: 10px;
2402 align-items: center;
2403 position: absolute;
2404 bottom: 30px;
2405 right: 30px;
2406 }
2407 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-help-guide .setup-guide {
2408 background: #FFFFFF;
2409 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
2410 display: flex;
2411 align-items: center;
2412 justify-content: center;
2413 border: none;
2414 cursor: pointer;
2415 gap: 8px;
2416 padding: 13px 23px;
2417 border-radius: 50px;
2418 font-weight: 500;
2419 font-size: 14px;
2420 line-height: 16px;
2421 color: #363B4E;
2422 }
2423 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper {
2424 position: relative;
2425 bottom: 0;
2426 right: 0;
2427 z-index: 0;
2428 }
2429 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper .helper-btn {
2430 width: 45px;
2431 height: 45px;
2432 }
2433 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper .help-resource {
2434 opacity: 0;
2435 visibility: hidden;
2436 transition: all 0.3s ease;
2437 }
2438 .wpfnl-dashboard__inner-content.no-funnel .wpfnl-canvas-helper.show-helpers .help-resource {
2439 opacity: 1;
2440 visibility: visible;
2441 }
2442
2443 @media only screen and (min-width: 1921px) {
2444 .wpfnl-dashboard {
2445 min-height: calc(108vh - 120px);
2446 }
2447 }
2448 @media only screen and (max-width: 1699px) {
2449 .wpfnl-dashboard {
2450 min-height: calc(113vh - 120px);
2451 }
2452 .wpfnl-dashboard__nav {
2453 width: 104px;
2454 }
2455 .dashboard-nav__content {
2456 width: calc(100% - 104px);
2457 }
2458 }
2459 @media only screen and (max-width: 1600px) {
2460 .wpfnl-dashboard__header.overview-header {
2461 padding: 20px 0 0 40px;
2462 width: 100%;
2463 }
2464 }
2465 @media only screen and (max-width: 1399px) {
2466 .wpfnl-dashboard__header.overview-header {
2467 padding: 20px 0 0 30px;
2468 }
2469 }
2470 @media only screen and (max-width: 1199px) {
2471 .wpfnl-dashboard__header.overview-header {
2472 padding: 20px 0 0 20px;
2473 }
2474 .wpfnl-dashboard__header .wpfnl-dashboard-header-left:not(.trash-funnels-header) {
2475 flex-direction: column;
2476 align-items: flex-start;
2477 gap: 11px;
2478 margin-bottom: 25px;
2479 }
2480 .overview-header .wpfnl-dashboard__inner-content {
2481 margin-top: 0px;
2482 }
2483 .wpfnl-dashboard__inner-content.no-funnel .no-funnel-wrapper,
2484 .wpfnl-dashboard__inner-content.no-funnel .no-trash-wrapper {
2485 padding: 100px 0;
2486 }
2487 }
2488 @media only screen and (max-width: 960px) {
2489 .dashboard-nav__content .import-funnel-modal {
2490 left: 34px;
2491 width: calc(100% - 34px);
2492 }
2493 }
2494 @media only screen and (max-width: 782px) {
2495 .dashboard-nav__content .import-funnel-modal {
2496 left: 0;
2497 width: 100%;
2498 }
2499 }
2500 .wpfnl-comparison-chart-wrapper {
2501 border-radius: 10px;
2502 background: #FFF;
2503 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
2504 padding: 24px;
2505 }
2506 .wpfnl-comparison-chart-wrapper .wpfnl-loader {
2507 display: flex;
2508 margin: 150px auto;
2509 padding: 40px;
2510 }
2511 .wpfnl-comparison-chart-wrapper .wpfnl-chart-title {
2512 color: #2D3149;
2513 font-size: 18px;
2514 font-style: normal;
2515 font-weight: 600;
2516 line-height: 18px;
2517 margin: 0;
2518 margin-bottom: 24px;
2519 }
2520 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
2521 display: flex;
2522 align-items: center;
2523 justify-content: space-between;
2524 }
2525 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
2526 padding: 16px 24px;
2527 position: relative;
2528 cursor: pointer;
2529 }
2530 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled {
2531 pointer-events: none;
2532 cursor: not-allowed;
2533 }
2534 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled .wpfnl-overlay {
2535 width: 99.5%;
2536 padding: 0;
2537 left: -1px;
2538 border-radius: 0;
2539 bottom: -1px;
2540 top: unset;
2541 border: 1px solid rgba(238, 240, 243, 0.8);
2542 border-bottom: none;
2543 border-radius: 10px 10px 0 0;
2544 }
2545 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header {
2546 display: flex;
2547 align-items: center;
2548 justify-content: flex-start;
2549 gap: 10px;
2550 margin-bottom: 10px;
2551 }
2552 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
2553 margin: 0;
2554 color: #2D3149;
2555 font-size: 22px;
2556 font-style: normal;
2557 font-weight: 500;
2558 line-height: 1.36;
2559 letter-spacing: -0.44px;
2560 }
2561 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
2562 border-radius: 100px;
2563 padding: 4px 7px;
2564 display: flex;
2565 align-items: center;
2566 gap: 1px;
2567 justify-content: center;
2568 font-size: 12px;
2569 font-style: normal;
2570 font-weight: 500;
2571 line-height: 1;
2572 margin: 0;
2573 min-width: 40px;
2574 }
2575 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-decrease {
2576 background: rgba(236, 89, 86, 0.1);
2577 color: #EC5956;
2578 }
2579 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-increase {
2580 background: rgba(18, 183, 106, 0.1);
2581 color: #12B76A;
2582 }
2583 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
2584 margin: 0;
2585 color: #667085;
2586 font-size: 14px;
2587 font-style: normal;
2588 font-weight: 400;
2589 line-height: 1;
2590 }
2591 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab::after {
2592 content: "";
2593 width: 1px;
2594 height: 60%;
2595 position: absolute;
2596 background: #E4E6EB;
2597 right: 0;
2598 top: 30%;
2599 }
2600 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active {
2601 border-radius: 8px 8px 0px 0px;
2602 border: 1px solid rgba(238, 240, 243, 0.8);
2603 background: #FCFCFF;
2604 border-bottom: 0;
2605 }
2606 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active::after {
2607 content: none;
2608 }
2609 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.no-after::after {
2610 content: none;
2611 }
2612 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab:last-child::after {
2613 content: none;
2614 }
2615 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body {
2616 border-radius: 0px 0px 8px 8px;
2617 border: 1px solid rgba(241, 240, 245, 0.8);
2618 background: #FCFCFF;
2619 padding: 24px;
2620 }
2621 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container {
2622 position: relative;
2623 }
2624 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps {
2625 position: absolute;
2626 top: 3px;
2627 left: 0;
2628 height: 292px;
2629 width: 100%;
2630 display: flex;
2631 flex-flow: column;
2632 justify-content: space-between;
2633 }
2634 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step {
2635 color: #9398A5;
2636 text-align: right;
2637 font-size: 12px;
2638 font-style: normal;
2639 font-weight: 400;
2640 line-height: 1.5;
2641 display: block;
2642 position: relative;
2643 }
2644 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step::before {
2645 content: "";
2646 position: absolute;
2647 left: 50px;
2648 top: 7px;
2649 width: calc(100% - 50px);
2650 height: 1px;
2651 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
2652 }
2653 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step span {
2654 width: 33px;
2655 display: block;
2656 text-align: right;
2657 }
2658 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container {
2659 height: 292px;
2660 padding: 10px 0px 9px 60px;
2661 position: relative;
2662 z-index: 1;
2663 display: grid;
2664 grid-template-columns: repeat(12, 1fr);
2665 gap: 0;
2666 }
2667 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar {
2668 width: 70%;
2669 height: 94%;
2670 position: relative;
2671 display: flex;
2672 flex-flow: row wrap;
2673 align-items: flex-end;
2674 gap: 6px;
2675 bottom: 0px;
2676 }
2677 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
2678 height: 100%;
2679 width: 1px;
2680 position: absolute;
2681 background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMSAxOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMkQzMTQ5IiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0uMjUuMjVoLjV2MTk4LjVoLS41eiIvPjwvc3ZnPg==");
2682 left: 38%;
2683 }
2684 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover::before {
2685 content: "";
2686 }
2687 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover .wpfnl-comparison-bar-tooltip {
2688 display: block;
2689 }
2690 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
2691 display: none;
2692 border-radius: 8px;
2693 background: #10052E;
2694 box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
2695 padding: 15px 14px;
2696 width: 160px;
2697 z-index: 99;
2698 position: absolute;
2699 transform: translateX(-50%);
2700 left: 45%;
2701 }
2702 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip::before {
2703 content: "";
2704 background: #10052E;
2705 width: 10px;
2706 height: 10px;
2707 position: absolute;
2708 bottom: -5px;
2709 transform: rotate(45deg);
2710 left: 45%;
2711 }
2712 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
2713 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
2714 color: #CDCFD6;
2715 font-size: 13px;
2716 font-style: normal;
2717 font-weight: 400;
2718 line-height: 12px;
2719 margin: 0;
2720 display: flex;
2721 }
2722 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data b,
2723 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data b {
2724 color: #FFF;
2725 }
2726 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
2727 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
2728 width: 10px;
2729 height: 10px;
2730 border-radius: 50%;
2731 background: #6E42D3;
2732 display: inline-block;
2733 margin-right: 5px;
2734 }
2735 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper,
2736 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .wpfnl-value-wrapper {
2737 display: flex;
2738 flex-wrap: wrap;
2739 gap: 2px;
2740 }
2741 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
2742 margin-top: 8px;
2743 }
2744 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
2745 background: #EAE1FF;
2746 }
2747 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-bar-label {
2748 font-size: 12px;
2749 line-height: 1.2;
2750 color: #9398A5;
2751 position: absolute;
2752 bottom: -35px;
2753 left: 40%;
2754 transform: translateX(-50%);
2755 white-space: nowrap;
2756 transition: all 0.3s ease;
2757 }
2758 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar {
2759 width: 35%;
2760 display: block;
2761 border-radius: 30px 30px 0 0;
2762 position: relative;
2763 }
2764 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-to-bar {
2765 background-color: #EAE1FF;
2766 }
2767 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-with-bar {
2768 background-color: #6E42D3;
2769 }
2770
2771 @media only screen and (max-width: 1600px) {
2772 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
2773 left: 40%;
2774 width: 94px;
2775 padding: 10px;
2776 }
2777 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
2778 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
2779 font-size: 10px;
2780 }
2781 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
2782 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
2783 width: 6px;
2784 height: 6px;
2785 margin-right: 3px;
2786 }
2787 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip b {
2788 display: block;
2789 margin-top: 2px;
2790 }
2791 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper {
2792 margin-top: -3px;
2793 }
2794 }
2795 @media only screen and (max-width: 1399px) {
2796 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
2797 padding: 10px 15px;
2798 }
2799 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
2800 font-size: 18px;
2801 }
2802 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
2803 min-width: 40px;
2804 padding: 4px 5px;
2805 font-size: 9px;
2806 }
2807 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage svg {
2808 width: 12px;
2809 height: 12px;
2810 }
2811 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
2812 font-size: 12px;
2813 }
2814 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
2815 left: 42%;
2816 }
2817 }
2818 @media only screen and (max-width: 960px) {
2819 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
2820 flex-wrap: wrap;
2821 }
2822 }
2823 .wpfnl-datepicker {
2824 position: relative;
2825 min-width: 350px;
2826 }
2827 .wpfnl-datepicker input {
2828 cursor: default;
2829 margin: 0.5em;
2830 border-radius: 4px;
2831 background: inherit;
2832 border-radius: 8px;
2833 color: #2D3149;
2834 font-family: Inter;
2835 font-size: 13px;
2836 font-style: normal;
2837 font-weight: 500;
2838 line-height: 1.15;
2839 border: 1px solid #F1F0F5;
2840 padding: 9px 12px;
2841 width: 45%;
2842 }
2843 .wpfnl-datepicker input.single-date {
2844 width: 100%;
2845 margin-left: -1px;
2846 }
2847 .wpfnl-datepicker .multi-input {
2848 display: flex;
2849 align-items: center;
2850 }
2851 .wpfnl-datepicker .multi-input span {
2852 margin: 0 0.5em;
2853 }
2854 .wpfnl-datepicker .calendar {
2855 background: white;
2856 padding: 1em;
2857 }
2858 .wpfnl-datepicker .calendar .calendar-header {
2859 display: flex;
2860 justify-content: space-between;
2861 align-items: center;
2862 margin-bottom: 1em;
2863 }
2864 .wpfnl-datepicker .calendar .calendar-header .pre-month,
2865 .wpfnl-datepicker .calendar .calendar-header .next-month {
2866 border-radius: 8px;
2867 border: 1px solid #F1F0F5;
2868 padding: 8px 15px;
2869 }
2870 .wpfnl-datepicker .calendar .calendar-header .month-name {
2871 color: #2D3149;
2872 font-family: Inter;
2873 font-size: 16px;
2874 font-style: normal;
2875 font-weight: 500;
2876 line-height: 15px;
2877 }
2878 .wpfnl-datepicker .calendar .calendar-header button {
2879 background: none;
2880 border: none;
2881 cursor: pointer;
2882 font-size: 1.2em;
2883 }
2884 .wpfnl-datepicker .calendar .calendar-grid {
2885 display: grid;
2886 grid-template-columns: repeat(7, 1fr);
2887 gap: 0.5em;
2888 }
2889 .wpfnl-datepicker .calendar .calendar-grid .calendar-day {
2890 color: #9398A5;
2891 font-family: Inter;
2892 font-size: 14px;
2893 font-style: normal;
2894 font-weight: 500;
2895 line-height: 14px;
2896 cursor: default;
2897 }
2898 .wpfnl-datepicker .calendar .calendar-grid .calendar-day:hover {
2899 background: none !important;
2900 }
2901 .wpfnl-datepicker .calendar .calendar-grid div {
2902 text-align: center;
2903 padding: 0.5em;
2904 cursor: pointer;
2905 border-radius: 4px;
2906 color: #2D3149;
2907 text-align: center;
2908 font-family: Inter;
2909 font-size: 12px;
2910 font-style: normal;
2911 font-weight: 500;
2912 line-height: 2.667;
2913 }
2914 .wpfnl-datepicker .calendar .calendar-grid div.empty {
2915 background: none;
2916 cursor: default;
2917 }
2918 .wpfnl-datepicker .calendar .calendar-grid div.selected, .wpfnl-datepicker .calendar .calendar-grid div.start-date, .wpfnl-datepicker .calendar .calendar-grid div.end-date {
2919 background: #6E42D3;
2920 color: white;
2921 }
2922 .wpfnl-datepicker .calendar .calendar-grid div.in-range {
2923 background: #e5daff;
2924 }
2925 .wpfnl-datepicker .calendar .calendar-grid div.disabled {
2926 opacity: 0.5;
2927 cursor: default;
2928 pointer-events: none;
2929 }
2930 .wpfnl-datepicker .calendar .calendar-grid div.disabled:hover {
2931 background: none !important;
2932 }
2933 .wpfnl-datepicker .calendar .calendar-grid div:hover:not(.empty) {
2934 background: #f0f0f0;
2935 }
2936
2937 .shimmer-line {
2938 height: 20px;
2939 margin-top: 20px;
2940 background: #777;
2941 }
2942
2943 .shimmer-line-br {
2944 border-radius: 8px;
2945 }
2946
2947 .shimmer-line-full {
2948 width: 100%;
2949 }
2950
2951 .shimmer-line-80 {
2952 width: 80%;
2953 }
2954
2955 .shimmer-line-60 {
2956 width: 60%;
2957 }
2958
2959 .shimmer-line-40 {
2960 width: 40%;
2961 }
2962
2963 .shimmer-line-20 {
2964 width: 20%;
2965 }
2966
2967 .shimmer-line-10 {
2968 width: 10%;
2969 }
2970
2971 .shimmer-circle {
2972 background: #777;
2973 border-radius: 50%;
2974 }
2975
2976 .shimmer-circle-lg {
2977 height: 129px;
2978 width: 129px;
2979 }
2980
2981 .shimmer-circle-md {
2982 height: 65px;
2983 width: 65px;
2984 }
2985
2986 .shimmer-circle-sm {
2987 height: 33px;
2988 width: 33px;
2989 }
2990
2991 .shimmer-circle-x-sm {
2992 height: 17px;
2993 width: 17px;
2994 }
2995
2996 .shimmer-wrapper, .shimmer-wrapper-center {
2997 width: 100%;
2998 height: 100%;
2999 padding: 10px;
3000 animation: shimmer-full-view 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
3001 }
3002
3003 .shimmer-wrapper-center {
3004 display: flex;
3005 flex-direction: column;
3006 gap: 10px;
3007 justify-content: center;
3008 align-items: center;
3009 }
3010
3011 @keyframes shimmer-full-view {
3012 0% {
3013 background-position: -1000px 0;
3014 }
3015 100% {
3016 background-position: 1000px 0;
3017 }
3018 }
3019 @keyframes shimmer-animation {
3020 0% {
3021 background-position: -1000px 0;
3022 }
3023 100% {
3024 background-position: 1000px 0;
3025 }
3026 }
3027 .shimmer-animate {
3028 animation: shimmer-animation 4s infinite linear;
3029 background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
3030 background-size: 1000px 100%;
3031 }
3032
3033 body.toplevel_page_wpfunnels {
3034 background: #F6F5FA;
3035 }
3036 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard {
3037 display: flex;
3038 gap: 88px;
3039 flex-flow: row wrap;
3040 }
3041 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard a:focus {
3042 box-shadow: none;
3043 }
3044 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag {
3045 position: absolute;
3046 top: 10px;
3047 right: 10px;
3048 z-index: 1;
3049 padding: 3px 8px 4px;
3050 background-color: #2FCF5C;
3051 font-size: 10px;
3052 line-height: 15px;
3053 color: #fff;
3054 display: inline-block;
3055 text-transform: capitalize;
3056 border-radius: 5px;
3057 box-shadow: 0px 3px 3px rgba(175, 175, 206, 0.3);
3058 font-weight: 400;
3059 }
3060 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .pro-tag-icon {
3061 position: absolute;
3062 top: 10px;
3063 right: 10px;
3064 }
3065 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-overlay {
3066 background: rgba(246, 245, 250, 0.6);
3067 opacity: 1;
3068 display: flex;
3069 flex-flow: column;
3070 height: 100%;
3071 justify-content: center;
3072 align-items: center;
3073 left: 0;
3074 position: absolute;
3075 top: 0;
3076 transition: all 0.3s ease;
3077 width: 100%;
3078 z-index: 9;
3079 border-radius: 10px;
3080 }
3081 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar {
3082 width: 110px;
3083 background: #fff;
3084 box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
3085 position: relative;
3086 height: auto;
3087 }
3088 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-logo {
3089 padding: 36px;
3090 border-bottom: 1px solid #E5E8F3;
3091 margin-bottom: 25px;
3092 }
3093 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu {
3094 padding: 0;
3095 margin: 0;
3096 }
3097 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a {
3098 display: flex;
3099 flex-direction: column;
3100 align-items: center;
3101 justify-content: center;
3102 gap: 10px;
3103 text-decoration: none;
3104 padding: 17px;
3105 padding-top: 20px;
3106 }
3107 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a svg path {
3108 stroke: #7A8B9A;
3109 }
3110 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item a span.wpfnl-sidebar-menu-label {
3111 color: #7A8B9A;
3112 font-size: 14px;
3113 font-style: normal;
3114 font-weight: 400;
3115 line-height: normal;
3116 }
3117 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a {
3118 position: relative;
3119 }
3120 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a svg path {
3121 stroke: #6E42D3;
3122 }
3123 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a span.wpfnl-sidebar-menu-label {
3124 color: #6E42D3;
3125 }
3126 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar .wpfnl-dashboard-sidebar-menu .wpfnl-dashboard-sidebar-menu-item.active a:after {
3127 content: "";
3128 position: absolute;
3129 right: 0px;
3130 top: 10%;
3131 height: 70px;
3132 width: 3px;
3133 background: #6E42D3;
3134 border-radius: 10px 0px 0px 10px;
3135 }
3136 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body {
3137 min-height: 100vh;
3138 width: calc(100% - 280px);
3139 }
3140 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header {
3141 background: #FFF;
3142 filter: drop-shadow(0px 1px 1px rgba(182, 185, 191, 0.3));
3143 margin-top: 0;
3144 padding: 30px;
3145 display: flex;
3146 align-items: center;
3147 justify-content: space-between;
3148 flex-wrap: wrap;
3149 border-radius: 0 0 10px 10px;
3150 overflow: hidden;
3151 }
3152 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-header-title {
3153 color: #363B4E;
3154 font-size: 24px;
3155 font-style: normal;
3156 font-weight: 600;
3157 line-height: 1;
3158 margin: 0;
3159 }
3160 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper {
3161 display: flex;
3162 justify-content: center;
3163 align-items: center;
3164 gap: 12px;
3165 }
3166 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button {
3167 border-radius: 10px;
3168 border: 1px solid #E4E6EB;
3169 background: #FFF;
3170 display: flex;
3171 align-items: center;
3172 gap: 8px;
3173 justify-content: center;
3174 text-decoration: none;
3175 color: #2D3149;
3176 font-size: 14px;
3177 font-style: normal;
3178 font-weight: 500;
3179 line-height: 13px;
3180 height: 40px;
3181 padding: 0 16px;
3182 }
3183 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button:nth-child(2) svg {
3184 width: 20px;
3185 height: 20px;
3186 }
3187 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header .wpfnl-dashboard-buttons-wrapper .wpfnl-dashboard-header-button svg {
3188 width: 16px;
3189 height: 16px;
3190 }
3191 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper {
3192 margin-top: 50px;
3193 }
3194 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header {
3195 display: flex;
3196 align-items: center;
3197 justify-content: space-between;
3198 gap: 20px;
3199 flex-wrap: wrap;
3200 }
3201 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs {
3202 border-radius: 100px;
3203 background: #FFF;
3204 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
3205 padding: 6px;
3206 width: 144px;
3207 display: flex;
3208 align-items: center;
3209 justify-content: space-around;
3210 }
3211 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs .wpfnl-dashboard-tab {
3212 color: #2D3149;
3213 font-size: 13px;
3214 font-style: normal;
3215 font-weight: 600;
3216 line-height: 12px;
3217 border: none;
3218 background: none;
3219 padding: 8px 17px;
3220 cursor: pointer;
3221 }
3222 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-tabs .wpfnl-dashboard-tab.active {
3223 border-radius: 100px;
3224 background: #F6F5FA;
3225 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
3226 }
3227 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header {
3228 display: flex;
3229 align-items: center;
3230 gap: 12px;
3231 margin-left: auto;
3232 }
3233 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper {
3234 position: relative;
3235 }
3236 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpfnl-compare-to {
3237 position: absolute;
3238 color: #2D3149;
3239 font-size: 11px;
3240 font-style: normal;
3241 font-weight: 400;
3242 line-height: 11px;
3243 border-radius: 100px;
3244 border: 1px solid #E4E6EB;
3245 background: #FFF;
3246 padding: 7px 10px;
3247 bottom: calc(100% - 7px);
3248 left: 50%;
3249 transform: translateX(-50%);
3250 width: max-content;
3251 }
3252 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpfnl-dahsboard-filter-btn {
3253 border-radius: 100px;
3254 background: #FFF;
3255 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
3256 border: none;
3257 outline: none;
3258 padding: 13px 14px;
3259 cursor: pointer;
3260 color: #2D3149;
3261 font-size: 14px;
3262 font-style: normal;
3263 font-weight: 500;
3264 line-height: 1;
3265 display: flex;
3266 align-items: center;
3267 justify-content: space-between;
3268 gap: 24px;
3269 }
3270 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper {
3271 position: absolute;
3272 border-radius: 10px;
3273 border: 1px solid #EBEDF0;
3274 background: #FFF;
3275 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
3276 padding: 8px;
3277 padding-bottom: 20px;
3278 min-width: 270px;
3279 top: calc(100% + 10px);
3280 z-index: 99;
3281 }
3282 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown {
3283 margin: 0;
3284 padding: 0;
3285 list-style: none;
3286 }
3287 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item {
3288 padding: 8px 10px;
3289 margin: 0;
3290 color: #2D3149;
3291 font-size: 14px;
3292 font-style: normal;
3293 font-weight: 400;
3294 line-height: normal;
3295 cursor: pointer;
3296 margin-bottom: 5px;
3297 }
3298 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item:hover, body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpnfl-dashboard-filter-dropdown .wpfnl-dropdown-item.active {
3299 border-radius: 8px;
3300 background: #F6F5FA;
3301 }
3302 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper {
3303 margin: 10px 15px 7px 7px;
3304 position: relative;
3305 }
3306 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper button {
3307 border-radius: 8px;
3308 border: 1px solid #F1F0F5;
3309 background: #FFF;
3310 display: flex;
3311 align-items: center;
3312 gap: 27px;
3313 padding: 9px 14px;
3314 color: #2D3149;
3315 font-size: 13px;
3316 font-style: normal;
3317 font-weight: 500;
3318 line-height: 1.15;
3319 cursor: pointer;
3320 width: 100%;
3321 justify-content: space-between;
3322 }
3323 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper {
3324 position: absolute;
3325 z-index: 99;
3326 border-radius: 10px;
3327 border: 1px solid #EBEDF0;
3328 background: #FFF;
3329 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
3330 top: calc(100% + 5px);
3331 padding: 10px;
3332 margin: 0;
3333 width: 90%;
3334 list-style: none;
3335 }
3336 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item {
3337 cursor: pointer;
3338 padding: 5px 8px;
3339 color: #2D3149;
3340 font-size: 13px;
3341 font-style: normal;
3342 font-weight: 400;
3343 }
3344 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-compare-to-wrapper .wpfnl-compare-items-wrapper .wpfnl-compare-item.active {
3345 border-radius: 8px;
3346 background: #F6F5FA;
3347 }
3348 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper {
3349 display: flex;
3350 align-items: center;
3351 margin: 10px 15px 7px 7px;
3352 }
3353 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button {
3354 border-radius: 8px;
3355 background: #6E42D3;
3356 box-shadow: 0px 9px 10px 0px rgba(193, 183, 232, 0.5);
3357 border: none;
3358 outline: none;
3359 color: #FFF;
3360 font-size: 12px;
3361 font-style: normal;
3362 font-weight: 600;
3363 line-height: 1.25;
3364 padding: 9px;
3365 cursor: pointer;
3366 width: 100%;
3367 }
3368 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-dashboard-filter-wrapper .wpnfl-dashboard-filter-dropdown-wrapper .wpfnl-filter-apply-wrapper button[disabled] {
3369 opacity: 0.5;
3370 cursor: default;
3371 }
3372 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wpfnl-dashboard-contents-header .wpfnl-dashboard-right-header .wpfnl-create-funnel-btn {
3373 border-radius: 10px;
3374 background: #6E42D3;
3375 box-shadow: 0px 2px 4px 0px rgba(223, 223, 249, 0.25);
3376 padding: 11px 16px;
3377 display: flex;
3378 align-items: center;
3379 justify-content: center;
3380 gap: 8px;
3381 color: #FFF;
3382 font-size: 15px;
3383 font-style: normal;
3384 font-weight: 500;
3385 line-height: normal;
3386 text-decoration: none;
3387 cursor: pointer;
3388 }
3389 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body {
3390 margin-top: 24px;
3391 }
3392 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container {
3393 display: grid;
3394 grid-template-columns: repeat(5, 1fr);
3395 gap: 20px;
3396 }
3397 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card {
3398 border-radius: 10px;
3399 background: #FFF;
3400 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
3401 padding: 24px 20px 20px 23px;
3402 position: relative;
3403 }
3404 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-loader {
3405 display: flex;
3406 align-items: center;
3407 justify-content: center;
3408 margin: 40px auto;
3409 padding: 20px;
3410 }
3411 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header {
3412 display: flex;
3413 align-items: flex-start;
3414 justify-content: space-between;
3415 gap: 20px;
3416 }
3417 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-card-icon {
3418 border: 1px solid #E4E6EB;
3419 border-radius: 50%;
3420 width: 42px;
3421 height: 42px;
3422 display: inline-flex;
3423 align-items: center;
3424 justify-content: center;
3425 }
3426 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage {
3427 border-radius: 100px;
3428 padding: 4px 7px;
3429 display: flex;
3430 align-items: center;
3431 gap: 1px;
3432 justify-content: center;
3433 font-size: 12px;
3434 font-style: normal;
3435 font-weight: 500;
3436 line-height: 1;
3437 margin: 0;
3438 min-width: 40px;
3439 }
3440 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage.wpfnl-decrease {
3441 background: rgba(236, 89, 86, 0.1);
3442 color: #EC5956;
3443 }
3444 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-header .wpfnl-percentage.wpfnl-increase {
3445 background: rgba(18, 183, 106, 0.1);
3446 color: #12B76A;
3447 }
3448 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body {
3449 margin-top: 18px;
3450 }
3451 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body .wpfnl-card-label {
3452 margin: 0;
3453 color: #667085;
3454 font-size: 14px;
3455 font-style: normal;
3456 font-weight: 400;
3457 line-height: 14px;
3458 }
3459 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container .wpfnl-single-card .wpfnl-card-body .wpfnl-card-value {
3460 margin: 0;
3461 margin-top: 10px;
3462 color: #2D3149;
3463 font-size: 26px;
3464 font-style: normal;
3465 font-weight: 500;
3466 line-height: 24px;
3467 }
3468 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-revenue-comparison {
3469 margin-top: 24px;
3470 }
3471 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels {
3472 border-radius: 10px;
3473 background: #FFF;
3474 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
3475 margin-top: 24px;
3476 padding: 24px;
3477 }
3478 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-section-title {
3479 color: #2D3149;
3480 font-size: 18px;
3481 font-style: normal;
3482 font-weight: 600;
3483 line-height: 18px;
3484 margin: 0;
3485 margin-bottom: 30px;
3486 }
3487 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-col .table-text {
3488 position: relative;
3489 }
3490 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-col .table-text .pro-tag-icon {
3491 top: -3px;
3492 right: -28px;
3493 }
3494 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper p {
3495 margin: 0;
3496 }
3497 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header,
3498 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row {
3499 display: grid;
3500 grid-template-columns: 2fr repeat(4, 1fr);
3501 gap: 10px;
3502 }
3503 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header {
3504 padding-bottom: 16px;
3505 border-bottom: 1px solid #EEF0F3;
3506 }
3507 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-header p {
3508 color: #9398A5;
3509 font-size: 14px;
3510 font-style: normal;
3511 font-weight: 400;
3512 line-height: 1.2;
3513 }
3514 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row {
3515 padding: 22px 0;
3516 border-bottom: 1px solid #EEF0F3;
3517 }
3518 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row:last-child {
3519 border-bottom: none;
3520 padding-bottom: 0;
3521 }
3522 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p {
3523 color: #2D3149;
3524 font-size: 14px;
3525 font-style: normal;
3526 font-weight: 400;
3527 line-height: 1.2;
3528 word-wrap: break-word;
3529 }
3530 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p.revenue {
3531 color: #6E42D3;
3532 }
3533 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-table-row p a {
3534 color: #2D3149;
3535 font-size: 14px;
3536 font-style: normal;
3537 font-weight: 500;
3538 line-height: 1;
3539 text-decoration: none;
3540 }
3541 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body {
3542 display: flex;
3543 align-items: center;
3544 justify-content: center;
3545 height: 100%;
3546 text-align: center;
3547 padding: 35px;
3548 }
3549 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body .wpfnl-loader {
3550 display: block;
3551 padding: 40px;
3552 margin: 60px auto;
3553 }
3554 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-top-performing-funnels .wpfnl-dashboard-table-wrapper .wpfnl-empty-table-body p {
3555 color: #2D3149;
3556 font-size: 15px;
3557 font-style: normal;
3558 font-weight: 500;
3559 line-height: 0.93;
3560 margin-top: 17px;
3561 }
3562
3563 @media only screen and (max-width: 1699px) {
3564 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-sidebar {
3565 width: 104px;
3566 }
3567 }
3568 @media only screen and (max-width: 1399px) {
3569 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-header {
3570 padding: 20px;
3571 gap: 20px;
3572 }
3573 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard {
3574 gap: 50px;
3575 }
3576 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body {
3577 width: calc(100% - 190px);
3578 }
3579 body.toplevel_page_wpfunnels .wpfnl-admin-views-wrapper .wpfnl-admin-dashboard .wpfnl-dashboard-body .wpfnl-dashboard-contents-wrapper .wfpnl-dashboard-contents-body .wpfnl-dashboard-cards-container {
3580 grid-template-columns: repeat(3, 1fr);
3581 }
3582 }
3583 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter, .template-library-modal .funnel-templates-header .pro-free__filter {
3584 border-radius: 50px;
3585 box-shadow: none;
3586 border: 1px solid #E5E8F3;
3587 margin-left: 15px !important;
3588 background: #ffffff;
3589 display: inline-flex;
3590 align-items: center;
3591 }
3592 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li, .template-library-modal .funnel-templates-header .pro-free__filter li {
3593 color: #363B4E;
3594 font-size: 14px;
3595 padding: 9px 18px;
3596 font-weight: 400;
3597 text-transform: capitalize;
3598 cursor: pointer;
3599 position: relative;
3600 border-right: 1px solid #E5E8F3;
3601 z-index: 1;
3602 display: flex;
3603 flex-flow: row;
3604 align-items: center;
3605 }
3606 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:first-child, .template-library-modal .funnel-templates-header .pro-free__filter li:first-child {
3607 border-radius: 50px 0 0 50px;
3608 }
3609 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:last-child, .template-library-modal .funnel-templates-header .pro-free__filter li:last-child {
3610 border-radius: 0 50px 50px 0;
3611 }
3612 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li svg, .template-library-modal .funnel-templates-header .pro-free__filter li svg {
3613 position: relative;
3614 top: -1px;
3615 margin-right: 8px;
3616 }
3617 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li.active, .template-library-modal .funnel-templates-header .pro-free__filter li.active {
3618 background-color: #6E42D3;
3619 color: #ffffff;
3620 }
3621 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li.active svg path, .template-library-modal .funnel-templates-header .pro-free__filter li.active svg path {
3622 stroke: #fff;
3623 }
3624
3625 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal, .step-template-showcase-modal .create-step-name-modal, .template-library-modal .create-funnel-name-modal {
3626 position: absolute;
3627 top: 200px;
3628 left: calc(50% - 123px);
3629 background: #ffffff;
3630 width: 410px;
3631 z-index: 999;
3632 transform: translate(-50%, -50%);
3633 padding: 28px 30px 30px;
3634 border-radius: 10px;
3635 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
3636 transition: all 0.3s ease;
3637 opacity: 0;
3638 visibility: hidden;
3639 }
3640 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .show.create-step-name-modal, .step-template-showcase-modal .show.create-step-name-modal, .template-library-modal .show.create-funnel-name-modal {
3641 opacity: 1;
3642 visibility: visible;
3643 top: 250px;
3644 }
3645 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header, .step-template-showcase-modal .create-step-name-modal .modal-header, .template-library-modal .create-funnel-name-modal .modal-header {
3646 display: flex;
3647 flex-flow: row wrap;
3648 align-items: center;
3649 justify-content: space-between;
3650 margin-bottom: 10px;
3651 }
3652 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .title, .step-template-showcase-modal .create-step-name-modal .modal-header .title, .template-library-modal .create-funnel-name-modal .modal-header .title {
3653 font-size: 16px;
3654 line-height: normal;
3655 font-weight: 500;
3656 }
3657 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close, .step-template-showcase-modal .create-step-name-modal .modal-header .close, .template-library-modal .create-funnel-name-modal .modal-header .close {
3658 position: absolute;
3659 border: none;
3660 right: -11px;
3661 top: -13px;
3662 display: flex;
3663 width: 40px;
3664 height: 40px;
3665 padding: 8px;
3666 justify-content: center;
3667 flex-flow: column;
3668 align-items: center;
3669 border-radius: 100px;
3670 background: #FFF;
3671 box-shadow: 0px 1px 1px 0px #DADADA;
3672 cursor: pointer;
3673 }
3674 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close svg, .step-template-showcase-modal .create-step-name-modal .modal-header .close svg, .template-library-modal .create-funnel-name-modal .modal-header .close svg {
3675 display: block;
3676 width: 18px;
3677 height: 18px;
3678 }
3679 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text], .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text], .template-library-modal .create-funnel-name-modal .modal-body input[type=text] {
3680 font-size: 14px;
3681 color: #363B4E;
3682 border-radius: 6px;
3683 border-color: #E2E2E2;
3684 height: 40px;
3685 margin-bottom: 15px;
3686 }
3687 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-webkit-autofill, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-webkit-autofill, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-webkit-autofill {
3688 -webkit-box-shadow: 0 0 0 30px #ffffff inset;
3689 box-shadow: 0 0 0 30px #ffffff inset;
3690 -webkit-text-fill-color: #363B4E !important;
3691 }
3692 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]::-webkit-input-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]::-webkit-input-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]::-webkit-input-placeholder {
3693 color: #7A8B9A;
3694 }
3695 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]::-moz-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]::-moz-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]::-moz-placeholder {
3696 color: #7A8B9A;
3697 }
3698 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-ms-input-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-ms-input-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-ms-input-placeholder {
3699 color: #7A8B9A;
3700 }
3701 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body input[type=text]:-moz-placeholder, .step-template-showcase-modal .create-step-name-modal .modal-body input[type=text]:-moz-placeholder, .template-library-modal .create-funnel-name-modal .modal-body input[type=text]:-moz-placeholder {
3702 color: #7A8B9A;
3703 }
3704 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-body button[type=submit], .step-template-showcase-modal .create-step-name-modal .modal-body button[type=submit], .template-library-modal .create-funnel-name-modal .modal-body button[type=submit] {
3705 border-radius: 10px;
3706 background: #6E42D3;
3707 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
3708 width: 100%;
3709 height: 40px;
3710 line-height: 1;
3711 padding: 14px 30px;
3712 }
3713
3714 .step-template-showcase-modal .wpfnl-step__single-template .template-action, .template-library-modal .wpfnl-step__single-template .template-action, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action {
3715 position: absolute;
3716 left: 0;
3717 top: 0;
3718 width: 100%;
3719 height: 100%;
3720 padding: 13px 15px;
3721 background: rgba(38, 33, 51, 0.6);
3722 z-index: 1;
3723 border-radius: 10px 10px 0 0;
3724 display: flex;
3725 flex-flow: column;
3726 align-items: center;
3727 justify-content: center;
3728 gap: 14px;
3729 -webkit-backdrop-filter: blur(7px);
3730 backdrop-filter: blur(7px);
3731 transition: all 0.3s ease;
3732 opacity: 0;
3733 visibility: hidden;
3734 }
3735 .step-template-showcase-modal .wpfnl-step__single-template .template-action .btn-default, .template-library-modal .wpfnl-step__single-template .template-action .btn-default, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default {
3736 margin: 0;
3737 padding: 11px 19px 9px;
3738 height: auto;
3739 width: 100px;
3740 min-width: auto;
3741 font-size: 15px;
3742 line-height: 1;
3743 font-weight: 500;
3744 border-radius: 8px;
3745 border: 1px solid #F2F2F2;
3746 background-color: transparent;
3747 color: #fff;
3748 }
3749 .step-template-showcase-modal .wpfnl-step__single-template .template-action .btn-default:hover, .template-library-modal .wpfnl-step__single-template .template-action .btn-default:hover, .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default:hover {
3750 background-color: #fff;
3751 border-color: #fff;
3752 color: #363B4E;
3753 }
3754
3755 .template-library-modal {
3756 position: fixed;
3757 top: 32px;
3758 left: 160px;
3759 width: calc(100% - 160px);
3760 height: 100%;
3761 background: #F6F5FA;
3762 z-index: 99;
3763 }
3764 .template-library-modal .templates-title-wrapper {
3765 margin-bottom: 22px;
3766 display: flex;
3767 flex-flow: row;
3768 align-items: center;
3769 width: 100%;
3770 }
3771 .template-library-modal .templates-title-wrapper .title {
3772 line-height: 18px;
3773 text-transform: capitalize;
3774 font-size: 18px;
3775 color: #0e2244;
3776 font-weight: 500;
3777 }
3778 .template-library-modal .wpfnl-create-funnel__inner-content {
3779 height: 100%;
3780 }
3781 .template-library-modal .wpfnl-create-funnel__templates-wrapper {
3782 width: 100%;
3783 max-height: 890px;
3784 height: 100%;
3785 overflow: auto;
3786 }
3787 .template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar {
3788 width: 5px;
3789 }
3790 .template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar-track {
3791 background: #f2f5f8;
3792 }
3793 .template-library-modal .wpfnl-create-funnel__templates-wrapper::-webkit-scrollbar-thumb {
3794 background-color: #BCC0C3;
3795 border-radius: 20px;
3796 }
3797 .template-library-modal .funnel-templates-header {
3798 background: #FFFFFF;
3799 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.4);
3800 padding: 15px 24px;
3801 position: relative;
3802 }
3803 .template-library-modal .funnel-templates-header .template-library-filter-wrapper {
3804 display: flex;
3805 flex-flow: row wrap;
3806 align-items: center;
3807 justify-content: space-between;
3808 width: 100%;
3809 }
3810 .template-library-modal .funnel-templates-header .template-library-filter-wrapper.is-store-checkout .pro-free__filter {
3811 margin-left: auto !important;
3812 }
3813 .template-library-modal .funnel-templates-header .back-form-modal {
3814 height: 38px;
3815 width: 38px;
3816 border: 1px solid #EEF0F3;
3817 margin-right: 15px;
3818 border-radius: 10px;
3819 background: #FFFFFF;
3820 display: flex;
3821 flex-flow: column;
3822 align-items: center;
3823 justify-content: center;
3824 cursor: pointer;
3825 }
3826 .template-library-modal .funnel-templates-header .back-form-modal svg {
3827 position: relative;
3828 left: -1px;
3829 }
3830 .template-library-modal .funnel-templates-header .header-title {
3831 font-weight: 500;
3832 font-size: 16px;
3833 line-height: 1.3;
3834 color: #363B4E;
3835 }
3836 .template-library-modal .funnel-templates-header .wpfnl-template-header-title-wrapper {
3837 display: flex;
3838 align-items: center;
3839 }
3840 .template-library-modal .funnel-templates-header .template-type-filter {
3841 display: block;
3842 width: auto;
3843 margin-left: auto;
3844 border: 1px solid #EEF0F3;
3845 height: 38px;
3846 border-radius: 50px;
3847 color: #363B4E;
3848 letter-spacing: -0.01em;
3849 -moz-appearance: none; /* Firefox */
3850 -webkit-appearance: none; /* Safari and Chrome */
3851 appearance: none;
3852 background: transparent;
3853 background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTAuODEzIDFsLTQuNSA0LjUtNC41LTQuNSIvPjwvc3ZnPg==");
3854 background-repeat: no-repeat;
3855 background-position-x: calc(100% - 15px);
3856 background-position-y: 13px;
3857 background-size: 12px 12px;
3858 }
3859 .template-library-modal .funnel-templates-header .funnel-global-import {
3860 min-width: 152px;
3861 display: flex;
3862 justify-content: flex-end;
3863 align-items: center;
3864 }
3865 .template-library-modal .funnel-templates-header .funnel-global-import .btn-default {
3866 height: 40px;
3867 line-height: 41px;
3868 position: relative;
3869 padding: 0 20px;
3870 min-width: auto;
3871 box-shadow: 0px 10px 16px rgba(97, 103, 116, 0.15);
3872 border-radius: 8px;
3873 }
3874 .template-library-modal .funnel-templates-header .funnel-global-import .btn-default .btn-text {
3875 position: relative;
3876 z-index: 1;
3877 color: #fff;
3878 font-weight: 500;
3879 }
3880 .template-library-modal .funnel-templates-header .funnel-global-import .btn-default .pro-tag {
3881 position: absolute;
3882 top: -21px;
3883 right: 10px;
3884 }
3885 .template-library-modal .funnel-templates-header .funnel-global-import .global-import-progress {
3886 position: absolute;
3887 left: 0;
3888 bottom: 0;
3889 width: 0;
3890 height: 100%;
3891 background: #8b5ef3;
3892 border-radius: 10px;
3893 z-index: 0;
3894 transition: all 0.4s linear;
3895 }
3896 .template-library-modal .funnel-templates-header .responsive-switcher {
3897 border: 1px solid #E4E6EB;
3898 border-radius: 8px;
3899 margin-left: -10%;
3900 }
3901 .template-library-modal .funnel-templates-header .responsive-switcher button {
3902 background: transparent;
3903 border: none;
3904 padding: 10px 10px;
3905 border-right: 1px solid #E4E6EB;
3906 cursor: pointer;
3907 }
3908 .template-library-modal .funnel-templates-header .responsive-switcher button:last-child {
3909 border-right: none;
3910 }
3911 .template-library-modal .funnel-templates-header .responsive-switcher button.active svg path,
3912 .template-library-modal .funnel-templates-header .responsive-switcher button.active svg rect {
3913 stroke: #6E42D3;
3914 }
3915 .template-library-modal .funnel-templates-header .responsive-switcher button.active svg circle {
3916 fill: #6E42D3;
3917 }
3918 .template-library-modal .funnel-templates-header .responsive-switcher button.active.tablet-view svg path, .template-library-modal .funnel-templates-header .responsive-switcher button.active.mobile-view svg path {
3919 fill: #6E42D3;
3920 }
3921 .template-library-modal .funnel-templates-body {
3922 display: flex;
3923 flex-flow: row wrap;
3924 height: calc(100% - 78px);
3925 }
3926 .template-library-modal .funnel-templates-sidebar {
3927 background: #FFFFFF;
3928 box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
3929 width: 247px;
3930 padding: 19px 20px;
3931 }
3932 .template-library-modal .funnel-templates-sidebar .sidebar-tab-nav {
3933 display: flex;
3934 margin-bottom: 24px;
3935 }
3936 .template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span {
3937 font-size: 14px;
3938 line-height: 1.3;
3939 font-weight: 600;
3940 color: #292C2F;
3941 flex: 1;
3942 text-align: center;
3943 display: block;
3944 border-bottom: 1px solid #E4E6EB;
3945 padding-bottom: 15px;
3946 cursor: pointer;
3947 position: relative;
3948 }
3949 .template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span:before {
3950 content: "";
3951 position: absolute;
3952 bottom: 0;
3953 left: 0;
3954 width: 100%;
3955 height: 2px;
3956 background: #6E42D3;
3957 display: none;
3958 }
3959 .template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span.active {
3960 color: #6E42D3;
3961 }
3962 .template-library-modal .funnel-templates-sidebar .sidebar-tab-nav > span.active:before {
3963 display: block;
3964 }
3965 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper {
3966 height: 720px;
3967 padding-right: 8px;
3968 overflow: auto;
3969 }
3970 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar {
3971 width: 5px;
3972 }
3973 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar-track {
3974 background: #f2f5f8;
3975 }
3976 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper::-webkit-scrollbar-thumb {
3977 background-color: #BCC0C3;
3978 border-radius: 20px;
3979 }
3980 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li {
3981 font-weight: 500;
3982 font-size: 14px;
3983 line-height: 1.3;
3984 letter-spacing: -0.01em;
3985 color: #363B4E;
3986 background: #FFFFFF;
3987 border: 1px solid #EEF0F3;
3988 border-radius: 8px;
3989 padding: 12px 16px;
3990 margin-bottom: 14px;
3991 cursor: pointer;
3992 display: flex;
3993 align-items: center;
3994 gap: 7px;
3995 transition: all 0.3s ease;
3996 }
3997 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li.active, .template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li:hover {
3998 color: #6E42D3;
3999 border-color: #6E42D3;
4000 box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
4001 }
4002 .template-library-modal .funnel-templates-sidebar .category-filter-wrapper ul li svg {
4003 position: relative;
4004 top: -1px;
4005 display: block;
4006 min-width: 20px;
4007 }
4008 .template-library-modal .funnel-templates-sidebar .wpfnl-create-step__filter-nav {
4009 width: 100%;
4010 min-height: auto;
4011 background: transparent;
4012 box-shadow: none;
4013 padding: 0;
4014 align-self: stretch;
4015 }
4016 .template-library-modal .funnel-templates-content {
4017 width: calc(100% - 247px);
4018 position: relative;
4019 padding: 40px;
4020 }
4021 .template-library-modal .funnel-templates-content .not-clickable-overlay {
4022 z-index: 9;
4023 }
4024 .template-library-modal .no-sidebar .funnel-templates-content {
4025 width: 100%;
4026 }
4027 .template-library-modal .wpfnl-create-funnel__templates {
4028 position: relative;
4029 min-height: 370px;
4030 display: flex;
4031 flex-flow: row wrap;
4032 gap: 40px;
4033 }
4034 .template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader {
4035 position: absolute;
4036 left: 0;
4037 top: 0;
4038 width: 100%;
4039 height: 100%;
4040 z-index: 99;
4041 display: flex;
4042 flex-flow: column;
4043 align-items: center;
4044 justify-content: flex-start;
4045 opacity: 0;
4046 visibility: hidden;
4047 }
4048 .template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader .wpfnl-loader {
4049 display: block;
4050 width: 30px;
4051 height: 30px;
4052 margin: 0;
4053 position: relative;
4054 top: 200px;
4055 }
4056 .template-library-modal .wpfnl-create-funnel__templates .template-cat-filter-loader.show-loader {
4057 opacity: 1;
4058 visibility: visible;
4059 }
4060 .template-library-modal .wpfnl-create-funnel__templates .wpfnl-create-funnel__loader {
4061 position: absolute;
4062 top: 0;
4063 left: 0;
4064 width: 100%;
4065 height: 100%;
4066 background: #f6f6f8;
4067 display: flex;
4068 flex-flow: column;
4069 align-items: center;
4070 justify-content: flex-start;
4071 z-index: 9;
4072 }
4073 .template-library-modal .wpfnl-create-funnel__templates .wpfnl-create-funnel__loader .wpfnl-loader {
4074 display: block;
4075 width: 40px;
4076 height: 40px;
4077 margin-top: 12%;
4078 }
4079 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
4080 width: calc(25% - 30px);
4081 position: relative;
4082 }
4083 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .freemium-tag {
4084 position: absolute;
4085 top: 10px;
4086 right: 10px;
4087 z-index: 1;
4088 padding: 3px 8px 4px;
4089 background-color: #2FCF5C;
4090 font-size: 10px;
4091 border-radius: 5px;
4092 }
4093 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch {
4094 background-color: transparent;
4095 border: 2px dashed #A1A1B6;
4096 border-radius: 10px;
4097 }
4098 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice,
4099 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default {
4100 height: 48px;
4101 line-height: 49px;
4102 width: 100%;
4103 max-width: 194px;
4104 padding: 0 8px;
4105 border-radius: 12px;
4106 position: absolute;
4107 top: 50%;
4108 left: 50%;
4109 transform: translate(-50%, -50%);
4110 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
4111 }
4112 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice svg,
4113 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default svg {
4114 margin-right: 2px;
4115 }
4116 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice path,
4117 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default path {
4118 stroke: #fff;
4119 }
4120 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .pro-tag {
4121 position: absolute;
4122 top: -23px;
4123 right: 11px;
4124 }
4125 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .wpfnl-single-remote-wrapper {
4126 opacity: 0;
4127 visibility: hidden;
4128 }
4129 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice {
4130 max-width: 100%;
4131 text-align: center;
4132 padding: 15px;
4133 height: auto;
4134 line-height: normal;
4135 border-radius: 0;
4136 box-shadow: none;
4137 }
4138 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice p {
4139 color: #d24d4d;
4140 line-height: 1.6;
4141 }
4142 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.show-step-preview {
4143 width: 100%;
4144 margin: 0;
4145 background: transparent;
4146 border-radius: 0;
4147 }
4148 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .wpfnl-single-remote-wrapper {
4149 position: relative;
4150 background: #ffffff;
4151 border-radius: 10px;
4152 height: 100%;
4153 transition: all 0.3s ease;
4154 }
4155 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .wpfnl-single-remote-template {
4156 position: relative;
4157 }
4158 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-image-wrapper {
4159 background-repeat: no-repeat;
4160 background-size: 100% auto;
4161 background-position: top center;
4162 border-radius: 10px 10px 0 0;
4163 position: relative;
4164 overflow: hidden;
4165 }
4166 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-image-wrapper:before {
4167 content: "";
4168 display: block;
4169 padding-top: 100%;
4170 }
4171 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-img {
4172 width: 100%;
4173 border-radius: 10px 10px 0 0;
4174 height: 350px;
4175 object-fit: contain;
4176 }
4177 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .importar-loader {
4178 background: rgba(38, 33, 51, 0.6);
4179 -webkit-backdrop-filter: blur(7px);
4180 backdrop-filter: blur(7px);
4181 }
4182 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info {
4183 text-align: center;
4184 padding: 14px;
4185 background: #ffffff;
4186 border-radius: 0 0 10px 10px;
4187 position: relative;
4188 border-top: 1px solid #E5E8F3;
4189 }
4190 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info .title {
4191 color: #363B4E;
4192 padding: 0;
4193 min-height: auto;
4194 display: block;
4195 font-weight: 500;
4196 transition: all 0.3s ease;
4197 }
4198 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .funnel-template-info .steps {
4199 color: #7A8B9A;
4200 letter-spacing: -0.01em;
4201 font-size: 12px;
4202 }
4203 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template:hover .wpfnl-single-remote-wrapper {
4204 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.2);
4205 }
4206 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template:hover .template-action {
4207 opacity: 1;
4208 visibility: visible;
4209 }
4210 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
4211 gap: 40px;
4212 position: relative;
4213 width: 100%;
4214 display: flex;
4215 flex-flow: row wrap;
4216 align-items: flex-start;
4217 }
4218 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
4219 width: calc(20% - 32px);
4220 }
4221 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper {
4222 margin: auto;
4223 width: 100%;
4224 }
4225 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper {
4226 display: flex;
4227 align-items: center;
4228 width: 100%;
4229 justify-content: center;
4230 gap: 10px;
4231 margin-bottom: 40px;
4232 }
4233 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step {
4234 width: 80px;
4235 text-align: center;
4236 }
4237 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step span {
4238 border-radius: 6px;
4239 background: #FFF;
4240 box-shadow: 0px 53px 32px 0px rgba(0, 0, 0, 0.02), 0px 6px 13px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(143, 143, 143, 0.2), 0px 0px 0px 1px #EAEAEA, 0px -2.4px 0px 0px rgba(61, 61, 61, 0.04) inset;
4241 padding: 3px;
4242 cursor: pointer;
4243 display: block;
4244 border: 1px solid transparent;
4245 min-height: 80px;
4246 }
4247 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step p {
4248 color: #6B7589;
4249 font-size: 12px;
4250 margin-top: 10px;
4251 text-transform: capitalize;
4252 }
4253 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step.active span {
4254 border-color: #6E42D3;
4255 }
4256 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-steps-wrapper .wpfnl-template-step.active p {
4257 color: #6E42D3;
4258 }
4259 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview {
4260 width: 100%;
4261 background: #FFF;
4262 margin: auto;
4263 }
4264 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile {
4265 width: 425px;
4266 }
4267 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet {
4268 width: 768px;
4269 }
4270 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile, .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet {
4271 padding: 50px 10px 60px;
4272 box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.0588235294);
4273 border-radius: 30px;
4274 position: relative;
4275 }
4276 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.mobile .wpfnl-template-iframe-wrapper, .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.tablet .wpfnl-template-iframe-wrapper {
4277 border: 1px solid rgba(15, 12, 9, 0.1);
4278 }
4279 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper {
4280 position: relative;
4281 }
4282 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper {
4283 position: absolute;
4284 width: 100%;
4285 height: 100%;
4286 top: 0;
4287 display: none;
4288 align-items: center;
4289 justify-content: center;
4290 background: rgba(38, 27, 103, 0.2);
4291 }
4292 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper.active {
4293 display: flex;
4294 }
4295 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview .wpfnl-template-iframe-wrapper .wpfnl-loader-wrapper .wpfnl-loader {
4296 display: block;
4297 width: 50px;
4298 height: 50px;
4299 }
4300 .template-library-modal .wpfnl-create-funnel__templates .step-title-wrapper {
4301 position: absolute;
4302 top: 0;
4303 left: 0;
4304 }
4305 .template-library-modal .wpfnl-create-funnel__templates .step-title-wrapper .title {
4306 font-weight: 500;
4307 font-size: 18px;
4308 line-height: 1;
4309 color: #363B4E;
4310 }
4311 .template-library-modal .wpfnl-create-funnel-layout {
4312 width: 100%;
4313 background: #F6F5FA;
4314 border-radius: 14px;
4315 max-width: 1093px;
4316 position: fixed;
4317 top: 50% !important;
4318 left: calc(50% + 80px);
4319 transform: translate(-50%, -50%);
4320 height: 80%;
4321 max-height: 690px;
4322 }
4323 .template-library-modal .wpfnl-create-funnel-layout .close {
4324 position: absolute;
4325 border: none;
4326 right: -11px;
4327 top: -13px;
4328 display: flex;
4329 width: 40px;
4330 height: 40px;
4331 padding: 8px;
4332 justify-content: center;
4333 flex-flow: column;
4334 align-items: center;
4335 border-radius: 100px;
4336 background: #FFF;
4337 box-shadow: 0px 1px 1px 0px #DADADA;
4338 cursor: pointer;
4339 }
4340 .template-library-modal .wpfnl-create-funnel-layout .wpfnl-form-group {
4341 margin-bottom: 23px;
4342 }
4343 .template-library-modal .wpfnl-create-funnel-layout .wpfnl-form-group > label {
4344 color: #2D3149;
4345 font-size: 15px;
4346 font-weight: 500;
4347 line-height: 1.3;
4348 margin-bottom: 7px;
4349 display: block;
4350 }
4351 .template-library-modal .wpfnl-create-funnel-layout .modal-body {
4352 height: 100%;
4353 }
4354 .template-library-modal .wpfnl-create-funnel-layout .modal-body input[type=text] {
4355 margin-bottom: 0;
4356 border-radius: 8px;
4357 background: #FFF;
4358 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
4359 border: none;
4360 font-weight: 300;
4361 }
4362 .template-library-modal .wpfnl-create-funnel-layout .modal-body button[type=submit] {
4363 width: auto;
4364 }
4365 .template-library-modal .wpfnl-create-funnel-layout .layout-title {
4366 color: #2D3149;
4367 font-size: 15px;
4368 font-weight: 500;
4369 line-height: 1.3;
4370 margin-bottom: 9px;
4371 }
4372 .template-library-modal .wpfnl-create-funnel-layout form {
4373 height: 100%;
4374 }
4375 .template-library-modal .wpfnl-create-funnel-layout .funnels-layout-wrapper {
4376 display: flex;
4377 flex-flow: row wrap;
4378 gap: 20px;
4379 border-bottom: 1px solid #E5E1F1;
4380 padding-bottom: 20px;
4381 margin-bottom: 20px;
4382 overflow: auto;
4383 height: 100%;
4384 max-height: calc(100% - 176px);
4385 }
4386 .template-library-modal .wpfnl-create-funnel-layout .single-layout {
4387 width: calc(33.3333333333% - 14px);
4388 position: relative;
4389 }
4390 .template-library-modal .wpfnl-create-funnel-layout .single-layout .pro-tag {
4391 position: absolute;
4392 right: 24px;
4393 top: 24px;
4394 z-index: 2;
4395 border-radius: 5px;
4396 background: #2FCF5C;
4397 box-shadow: 0px 4px 6px 0px #E0DEE5;
4398 font-size: 12px;
4399 font-weight: 700;
4400 line-height: 1;
4401 padding: 3px 6px;
4402 }
4403 .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner {
4404 border-radius: 16px;
4405 border: 1px solid #EBE9F5;
4406 box-shadow: 0px 8px 8px 0px rgba(226, 223, 237, 0.3);
4407 padding: 10px;
4408 display: block;
4409 background: #fff;
4410 transition: all 0.3s ease;
4411 cursor: pointer;
4412 position: relative;
4413 overflow: hidden;
4414 }
4415 .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner:before {
4416 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjMgNTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDIuNSIgY3k9IjkuNSIgcj0iNDIuNSIgZmlsbD0iIzZFNDJEMyIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80ODRfMTMpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDAuNDg5IDE3LjU5NmExLjc0NSAxLjc0NSAwIDAwLTIuNDY4IDBMMjYuOTE1IDI4LjcwMmwtNC45MzYtNC45MzZhMS43NDUgMS43NDUgMCAxMC0yLjQ2OCAyLjQ2OGw2LjE3IDYuMTdjLjM0LjM0Ljc4Ny41MTEgMS4yMzQuNTExLjQ0NyAwIC44OTMtLjE3IDEuMjM0LS41MTFsMTIuMzQtMTIuMzRhMS43NDUgMS43NDUgMCAwMDAtMi40Njh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDg0XzEzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOSAxNCkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
4417 position: absolute;
4418 right: -2px;
4419 top: -2px;
4420 display: block;
4421 width: 58px;
4422 opacity: 0;
4423 visibility: hidden;
4424 transition: all 0.3s ease;
4425 }
4426 .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner.is-pro {
4427 cursor: not-allowed;
4428 }
4429 .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner.is-pro:after {
4430 content: "";
4431 position: absolute;
4432 left: 0;
4433 top: 0;
4434 width: 100%;
4435 height: 100%;
4436 background: rgba(255, 255, 255, 0.4588235294);
4437 border-radius: 16px;
4438 z-index: 1;
4439 }
4440 .template-library-modal .wpfnl-create-funnel-layout .single-layout.active .single-layout-inner {
4441 border-color: #6E42D3;
4442 }
4443 .template-library-modal .wpfnl-create-funnel-layout .single-layout.active .single-layout-inner::before {
4444 opacity: 1;
4445 visibility: visible;
4446 }
4447 .template-library-modal .wpfnl-create-funnel-layout .inner-box {
4448 border-radius: 16px;
4449 background: #CEE4DD;
4450 display: flex;
4451 align-items: center;
4452 justify-content: center;
4453 flex-flow: column;
4454 height: 185px;
4455 padding: 15px;
4456 }
4457 .template-library-modal .wpfnl-create-funnel-layout .inner-box svg {
4458 max-width: 100%;
4459 }
4460 .template-library-modal .wpfnl-create-funnel-layout .layout2 .inner-box {
4461 background-color: #F3E8FF;
4462 }
4463 .template-library-modal .wpfnl-create-funnel-layout .layout3 .inner-box {
4464 background-color: rgba(167, 204, 245, 0.3019607843);
4465 }
4466 .template-library-modal .wpfnl-create-funnel-layout .layout4 .inner-box {
4467 background-color: #FDF2CB;
4468 }
4469 .template-library-modal .wpfnl-create-funnel-layout .layout5 .inner-box {
4470 background-color: #E5F0FC;
4471 }
4472 .template-library-modal .wpfnl-create-funnel-layout .layout6 .inner-box {
4473 background-color: #FFEAE1;
4474 }
4475 .template-library-modal .wpfnl-create-funnel-layout input[type=radio]:checked + .single-layout-inner {
4476 border-color: #6E42D3;
4477 }
4478 .template-library-modal .wpfnl-create-funnel-layout .button-area {
4479 text-align: right;
4480 display: flex;
4481 flex-flow: row wrap;
4482 align-items: center;
4483 justify-content: flex-end;
4484 gap: 10px;
4485 }
4486 .template-library-modal .wpfnl-create-funnel-layout .button-area .wpfnl-alert.box {
4487 padding: 10px 20px;
4488 }
4489
4490 #create-funnel-loader {
4491 position: absolute;
4492 left: 50%;
4493 top: 50%;
4494 z-index: 99;
4495 opacity: 0;
4496 visibility: hidden;
4497 margin-left: -50px;
4498 margin-top: -50px;
4499 }
4500 #create-funnel-loader.show {
4501 opacity: 1;
4502 visibility: visible;
4503 }
4504
4505 .create-funnel-loader-overlay#create-funnel-loader {
4506 background: #ffffff;
4507 position: fixed;
4508 left: 0;
4509 top: 0;
4510 width: 100%;
4511 height: 100%;
4512 z-index: 100;
4513 display: none;
4514 margin: 0;
4515 }
4516 .create-funnel-loader-overlay#create-funnel-loader.show {
4517 display: block;
4518 }
4519 .create-funnel-loader-overlay#create-funnel-loader .wpfnl-loader {
4520 display: block;
4521 position: absolute;
4522 top: 50%;
4523 left: 50%;
4524 transform: translate(-50%, -50%);
4525 width: 40px;
4526 height: 40px;
4527 margin: 0;
4528 }
4529
4530 .wpfnl-missing-plugin-notice {
4531 width: 60% !important;
4532 background: #fff;
4533 border-color: transparent !important;
4534 padding: 30px;
4535 border-radius: 10px;
4536 }
4537 .wpfnl-missing-plugin-notice .wpfnl-notice-title {
4538 font-size: 20px;
4539 font-weight: 500;
4540 color: #0e2244;
4541 margin-bottom: 10px;
4542 }
4543 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body span, .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p {
4544 color: #0e2244;
4545 font-size: 16px;
4546 line-height: 1.6;
4547 }
4548 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p {
4549 margin-bottom: 10px;
4550 }
4551 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p.note {
4552 margin-bottom: 0;
4553 }
4554 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body p b {
4555 font-weight: 500;
4556 }
4557 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body a {
4558 font-size: 16px;
4559 font-weight: 500;
4560 color: #6E42D3;
4561 }
4562 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body a:hover {
4563 text-decoration: none;
4564 }
4565 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .dot-wrapper span {
4566 margin-left: 0px;
4567 font-weight: 700;
4568 }
4569 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error {
4570 color: #d24d4d;
4571 display: block;
4572 margin-top: 10px;
4573 font-style: italic;
4574 font-size: 14px;
4575 }
4576 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error a {
4577 font-size: 14px;
4578 }
4579 .wpfnl-missing-plugin-notice .wpfnl-notice-notice-body .wpfnl-plugin-installation-error a:hover {
4580 text-decoration: underline;
4581 }
4582
4583 .importar-loader {
4584 position: absolute;
4585 top: 0;
4586 left: 0;
4587 width: 100%;
4588 height: 100%;
4589 background: rgba(51, 51, 51, 0.7);
4590 transition: all 0.3s ease;
4591 cursor: default;
4592 z-index: 2;
4593 border-radius: 10px 10px 0 0;
4594 }
4595 .importar-loader .title-wrapper {
4596 width: 100%;
4597 height: 100%;
4598 display: flex;
4599 align-items: center;
4600 justify-content: center;
4601 }
4602 .importar-loader .title {
4603 text-transform: capitalize;
4604 font-size: 16px;
4605 color: #fff;
4606 }
4607
4608 .folded .template-library-modal {
4609 left: 36px;
4610 width: calc(100% - 36px);
4611 }
4612
4613 @media only screen and (max-width: 1699px) {
4614 .template-library-modal .wpfnl-create-funnel__templates {
4615 gap: 30px;
4616 }
4617 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
4618 width: calc(25% - 23px);
4619 }
4620 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template .template-action .btn-default,
4621 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template .template-action .btn-default {
4622 padding: 9px 12px 7px;
4623 font-size: 14px;
4624 }
4625 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default {
4626 max-width: 174px;
4627 }
4628 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
4629 gap: 30px;
4630 }
4631 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
4632 width: calc(20% - 24px);
4633 }
4634 }
4635 @media only screen and (max-width: 1399px) {
4636 .template-library-modal .funnel-templates-content {
4637 padding: 30px;
4638 }
4639 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
4640 width: calc(33.3333333333% - 20px);
4641 }
4642 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
4643 width: calc(25% - 23px);
4644 }
4645 .template-library-modal .wpfnl-create-funnel-layout {
4646 max-width: 913px;
4647 }
4648 .template-library-modal .wpfnl-create-funnel-layout .inner-box {
4649 height: 175px;
4650 }
4651 }
4652 @media only screen and (max-width: 1199px) {
4653 .template-library-modal .funnel-templates-content {
4654 padding: 20px;
4655 }
4656 .template-library-modal .funnel-templates-sidebar {
4657 padding: 19px 15px;
4658 }
4659 .template-library-modal .wpfnl-create-funnel__templates {
4660 gap: 20px;
4661 }
4662 .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template {
4663 width: calc(50% - 10px);
4664 }
4665 .funnel-templates-content .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4666 width: calc(50% - 10px);
4667 }
4668 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper {
4669 gap: 20px;
4670 }
4671 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-step__single-template {
4672 width: calc(33.3333333333% - 14px);
4673 }
4674 .wpfnl-missing-plugin-notice {
4675 width: calc(50% - 30px) !important;
4676 padding: 20px;
4677 }
4678 .template-library-modal .wpfnl-create-funnel-layout {
4679 max-width: 780px;
4680 max-height: 585px;
4681 }
4682 .template-library-modal .wpfnl-create-funnel-layout .single-layout {
4683 width: calc(33.3333333333% - 8px);
4684 }
4685 .template-library-modal .wpfnl-create-funnel-layout .funnels-layout-wrapper {
4686 gap: 12px;
4687 max-height: calc(100% - 180px);
4688 }
4689 .template-library-modal .wpfnl-create-funnel-layout .single-layout-inner {
4690 border-radius: 10px;
4691 padding: 5px;
4692 }
4693 .template-library-modal .wpfnl-create-funnel-layout .inner-box {
4694 height: 145px;
4695 border-radius: 8px;
4696 }
4697 .template-library-modal .wpfnl-create-funnel__templates .steps-preview-wrapper .wpfnl-template-preview-wrapper .wpfnl-template-step-preview.desktop {
4698 width: 992px;
4699 transform: scale(0.7);
4700 transform-origin: left top;
4701 margin-left: 10%;
4702 }
4703 }
4704 @media only screen and (max-width: 960px) {
4705 .template-library-modal {
4706 left: 36px;
4707 width: calc(100% - 36px);
4708 }
4709 .template-library-modal .wpfnl-create-funnel-layout {
4710 left: calc(50% + 20px);
4711 }
4712 }
4713 .step-template-showcase-modal .wpfnl-step__single-template, .template-library-modal .wpfnl-step__single-template {
4714 position: relative;
4715 background: #ffffff;
4716 width: calc(25% - 30px);
4717 border-radius: 10px;
4718 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
4719 transition: all 0.3s ease;
4720 }
4721 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template, .template-library-modal .create__from-scratch.wpfnl-step__single-template {
4722 border: 2px dashed #A1A1B6;
4723 box-shadow: none !important;
4724 background: transparent;
4725 }
4726 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template:hover, .template-library-modal .create__from-scratch.wpfnl-step__single-template:hover {
4727 box-shadow: none !important;
4728 }
4729 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default {
4730 height: 48px;
4731 line-height: 49px;
4732 width: 100%;
4733 max-width: 194px;
4734 position: absolute;
4735 top: 50%;
4736 left: 50%;
4737 transform: translate(-50%, -50%);
4738 border-radius: 12px;
4739 padding: 0 15px;
4740 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
4741 }
4742 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg {
4743 margin-right: 3px;
4744 }
4745 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg path, .template-library-modal .create__from-scratch.wpfnl-step__single-template .btn-default svg path {
4746 stroke: #fff;
4747 }
4748 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .step-template-info, .template-library-modal .create__from-scratch.wpfnl-step__single-template .step-template-info,
4749 .step-template-showcase-modal .create__from-scratch.wpfnl-step__single-template .template-preview-image,
4750 .template-library-modal .create__from-scratch.wpfnl-step__single-template .template-preview-image {
4751 opacity: 0;
4752 visibility: hidden;
4753 }
4754 .step-template-showcase-modal .wpfnl-step__single-template .importar-loader, .template-library-modal .wpfnl-step__single-template .importar-loader {
4755 background: rgba(38, 33, 51, 0.6);
4756 -webkit-backdrop-filter: blur(7px);
4757 backdrop-filter: blur(7px);
4758 }
4759 .step-template-showcase-modal .wpfnl-step__single-template .template-preview-image, .template-library-modal .wpfnl-step__single-template .template-preview-image {
4760 position: relative;
4761 }
4762 .step-template-showcase-modal .wpfnl-step__single-template .step-image-wrapper, .template-library-modal .wpfnl-step__single-template .step-image-wrapper {
4763 border-radius: 10px 10px 0 0;
4764 background-repeat: no-repeat;
4765 background-size: 100% auto;
4766 background-position: center 0;
4767 position: relative;
4768 overflow: hidden;
4769 }
4770 .step-template-showcase-modal .wpfnl-step__single-template .step-image-wrapper:before, .template-library-modal .wpfnl-step__single-template .step-image-wrapper:before {
4771 content: "";
4772 display: block;
4773 padding-top: 100%;
4774 }
4775 .step-template-showcase-modal .wpfnl-step__single-template .template-img, .template-library-modal .wpfnl-step__single-template .template-img {
4776 width: 100%;
4777 height: 350px;
4778 object-fit: contain;
4779 border-radius: 10px 10px 0px 0px;
4780 transition: all 0.3s ease;
4781 }
4782 .step-template-showcase-modal .wpfnl-step__single-template .step-template-info, .template-library-modal .wpfnl-step__single-template .step-template-info {
4783 border-radius: 0 0 10px 10px;
4784 position: relative;
4785 border-top: 1px solid #E5E8F3;
4786 }
4787 .step-template-showcase-modal .wpfnl-step__single-template .step-template-info .title, .template-library-modal .wpfnl-step__single-template .step-template-info .title {
4788 margin-bottom: 0;
4789 font-size: 14px;
4790 line-height: 1.2;
4791 color: #363B4E;
4792 font-weight: 500;
4793 padding: 19px 15px 17px;
4794 text-align: center;
4795 text-transform: capitalize;
4796 display: flex;
4797 flex-flow: row wrap;
4798 align-items: center;
4799 justify-content: center;
4800 transition: all 0.3s ease;
4801 }
4802 .step-template-showcase-modal .wpfnl-step__single-template:hover, .template-library-modal .wpfnl-step__single-template:hover {
4803 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.2);
4804 }
4805 .step-template-showcase-modal .wpfnl-step__single-template:hover .template-action, .template-library-modal .wpfnl-step__single-template:hover .template-action {
4806 opacity: 1;
4807 visibility: visible;
4808 }
4809
4810 .step-template-showcase-modal .wpfnl-create-step_inner-content {
4811 width: 100%;
4812 height: 100%;
4813 }
4814 .step-template-showcase-modal .wpfnl-create-step__template-wrapper {
4815 position: relative;
4816 min-height: 400px;
4817 max-height: 100%;
4818 overflow: auto;
4819 display: flex;
4820 flex-flow: row wrap;
4821 align-items: flex-start;
4822 }
4823 .step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar {
4824 width: 5px;
4825 }
4826 .step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar-track {
4827 background: #f2f5f8;
4828 }
4829 .step-template-showcase-modal .wpfnl-create-step__template-wrapper::-webkit-scrollbar-thumb {
4830 background-color: #d9dce0;
4831 border-radius: 20px;
4832 }
4833 .step-template-showcase-modal .steps-template__filter-wrapper {
4834 display: flex;
4835 flex-flow: row wrap;
4836 align-items: center;
4837 justify-content: flex-start;
4838 width: 100%;
4839 background: #FFFFFF;
4840 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.31);
4841 padding: 15px 24px;
4842 position: relative;
4843 }
4844 .step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close {
4845 background: #FFFFFF;
4846 border-radius: 10px;
4847 height: 38px;
4848 width: 38px;
4849 margin-right: 15px;
4850 display: flex;
4851 flex-flow: column;
4852 align-items: center;
4853 justify-content: center;
4854 cursor: pointer;
4855 border: 1px solid #EEF0F3;
4856 }
4857 .step-template-showcase-modal .steps-template__filter-wrapper .step-showcase-title {
4858 font-weight: 500;
4859 font-size: 16px;
4860 line-height: 1.5;
4861 color: #363B4E;
4862 text-transform: capitalize;
4863 }
4864 .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter {
4865 margin-left: auto !important;
4866 }
4867 .step-template-showcase-modal .wpfnl-create-step__filter-nav {
4868 width: 228px;
4869 min-height: 835px;
4870 background: #FFFFFF;
4871 box-shadow: 1px 0px 2px rgba(190, 190, 215, 0.14);
4872 padding: 24px;
4873 align-self: stretch;
4874 }
4875 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item {
4876 height: 44px;
4877 line-height: 44px;
4878 font-weight: 500;
4879 color: #363B4E;
4880 padding: 0 16px;
4881 margin: 0 0 15px 0;
4882 text-align: left;
4883 box-shadow: none;
4884 border: 1px solid #EEF0F3;
4885 border-radius: 8px;
4886 text-transform: capitalize;
4887 cursor: pointer;
4888 position: relative;
4889 transition: all 0.3s ease;
4890 background: #fff;
4891 display: flex;
4892 align-items: center;
4893 gap: 8px;
4894 }
4895 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item .pro-tag-icon {
4896 position: static;
4897 margin-top: 6px;
4898 margin-left: -4px;
4899 }
4900 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item svg {
4901 position: relative;
4902 top: -1px;
4903 }
4904 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item svg path {
4905 transition: all 0.3s ease;
4906 }
4907 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.disabled {
4908 cursor: not-allowed;
4909 color: #939393;
4910 background: #dcdbe3;
4911 }
4912 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active {
4913 border-color: #6E42D3;
4914 color: #6E42D3;
4915 box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
4916 }
4917 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-checkout path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-landing path {
4918 fill: #6E42D3;
4919 stroke: #6E42D3;
4920 }
4921 .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-downsell path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-upsell path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-custom path, .step-template-showcase-modal .wpfnl-create-step__filter-nav .filter-nav-item.active.step-thankyou path {
4922 fill: #6E42D3;
4923 }
4924 .step-template-showcase-modal .wpfnl-create-step__filter-nav .pro-tag {
4925 position: absolute;
4926 top: -6px;
4927 right: -2px;
4928 }
4929 .step-template-showcase-modal .create-step-name-modal {
4930 left: 50%;
4931 }
4932 .step-template-showcase-modal .wpfnl-step__templates-wrapper-before {
4933 padding: 30px 35px;
4934 width: calc(100% - 228px);
4935 box-shadow: none;
4936 }
4937 .step-template-showcase-modal .wpfnl-step__templates-wrapper-before .step-counter {
4938 font-size: 20px;
4939 line-height: 1.2;
4940 font-weight: 600;
4941 color: #363B4E;
4942 margin-bottom: 24px;
4943 text-transform: capitalize;
4944 }
4945 .step-template-showcase-modal .wpfnl-step__templates-wrapper {
4946 display: flex;
4947 flex-flow: row wrap;
4948 gap: 40px;
4949 }
4950 .step-template-showcase-modal .wpfnl-step__single-template .template-action {
4951 flex-flow: row;
4952 }
4953
4954 @media only screen and (max-width: 1699px) {
4955 .step-template-showcase-modal .wpfnl-step__templates-wrapper {
4956 gap: 30px;
4957 }
4958 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4959 width: calc(25% - 23px);
4960 }
4961 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template .template-action .step-btn {
4962 padding: 9px 12px 7px;
4963 font-size: 14px;
4964 }
4965 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template.create__from-scratch .btn-default {
4966 max-width: 174px;
4967 }
4968 }
4969 @media only screen and (max-width: 1399px) {
4970 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4971 width: calc(33.3333333333% - 20px);
4972 }
4973 .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
4974 .step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4975 width: calc(25% - 23px);
4976 }
4977 }
4978 @media only screen and (max-width: 1199px) {
4979 .step-template-showcase-modal .wpfnl-create-step__filter-nav {
4980 width: 198px;
4981 padding: 20px;
4982 }
4983 .step-template-showcase-modal .wpfnl-step__templates-wrapper-before {
4984 padding: 20px 20px;
4985 width: calc(100% - 198px);
4986 }
4987 .step-template-showcase-modal .wpfnl-step__templates-wrapper {
4988 gap: 20px;
4989 }
4990 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4991 width: calc(33.3333333333% - 14px);
4992 }
4993 .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
4994 .step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
4995 width: calc(33.3333333333% - 14px);
4996 }
4997 }
4998 @media only screen and (max-width: 991px) {
4999 .step-template-showcase-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
5000 width: calc(50% - 10px);
5001 }
5002 .step-template-showcase-modal.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper .wpfnl-step__single-template,
5003 .step-template-showcase-modal .wpfnl-ab-steps .wpfnl-step__templates-wrapper .wpfnl-step__single-template {
5004 width: calc(50% - 10px);
5005 }
5006 }
5007 .funnel-list__wrapper {
5008 height: 100%;
5009 background-color: #ffffff;
5010 border-radius: 10px;
5011 }
5012 .funnel-list__wrapper .funnel__single-list {
5013 display: flex;
5014 flex-flow: row wrap;
5015 align-items: center;
5016 justify-content: space-between;
5017 padding: 14px 24px 14px 60px;
5018 position: relative;
5019 border-bottom: 1px solid #EBEDF0;
5020 gap: 12px;
5021 }
5022 .funnel-list__wrapper .funnel__single-list:last-child {
5023 margin-bottom: 0;
5024 }
5025 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper {
5026 position: absolute;
5027 top: 0;
5028 left: 60px;
5029 width: calc(100% - 60px);
5030 display: none;
5031 align-items: center;
5032 gap: 10px;
5033 z-index: 3;
5034 background: #ffffff;
5035 padding: 8px 0 6px;
5036 height: 100%;
5037 border-radius: 0 10px 0 0;
5038 }
5039 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler {
5040 font-weight: 400;
5041 font-size: 12px;
5042 line-height: 1.2;
5043 letter-spacing: -0.01em;
5044 padding: 7px 11px;
5045 min-width: auto;
5046 height: auto;
5047 border-radius: 50px;
5048 position: relative;
5049 background-color: #6E42D3;
5050 }
5051 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler:before {
5052 content: "";
5053 position: absolute;
5054 right: 27px;
5055 top: 0;
5056 height: 100%;
5057 width: 1px;
5058 background: #9373EA;
5059 }
5060 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler > svg {
5061 margin-left: 16px;
5062 }
5063 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler.show-dropdown .wpfnl-dropdown {
5064 opacity: 1;
5065 visibility: visible;
5066 }
5067 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li a:hover {
5068 background: #F6F8FA;
5069 color: #7A8B9A;
5070 }
5071 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li rect,
5072 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li path {
5073 stroke: #7A8B9A;
5074 }
5075 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler .wpfnl-dropdown li .wpfnl-bulk-export path {
5076 stroke: transparent;
5077 }
5078 .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .selected-funnel-count, .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper > p {
5079 color: #363B4E;
5080 font-weight: 500;
5081 }
5082 .funnel-list__wrapper .funnel__single-list .wpfnl-checkbox label:before {
5083 border-color: #E4E6EB;
5084 background-color: #fff;
5085 border-radius: 5px;
5086 }
5087 .funnel-list__wrapper .funnel__single-list.list-header {
5088 padding: 15px 24px 15px 60px;
5089 }
5090 .funnel-list__wrapper .funnel__single-list.list-header .list-cell {
5091 line-height: 1;
5092 transform: translateY(1px);
5093 }
5094 .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
5095 position: absolute;
5096 left: 24px;
5097 top: 50%;
5098 transform: translateY(-50%);
5099 z-index: 2;
5100 }
5101 .funnel-list__wrapper .funnel__single-list .wpfnl-name {
5102 padding-right: 15px;
5103 padding-left: 45px;
5104 position: relative;
5105 width: 240px;
5106 }
5107 .funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo {
5108 position: absolute;
5109 left: 0;
5110 top: 50%;
5111 width: 30px;
5112 word-break: break-all;
5113 display: block;
5114 transform: translateY(-50%);
5115 }
5116 .funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo svg {
5117 display: block;
5118 }
5119 .funnel-list__wrapper .funnel__single-list .wpfnl-name .name {
5120 font-weight: 500;
5121 font-size: 14px;
5122 line-height: 16px;
5123 color: #363B4E;
5124 }
5125 .funnel-list__wrapper .funnel__single-list .wpfnl-name .name:hover {
5126 color: #6E42D3;
5127 }
5128 .funnel-list__wrapper .funnel__single-list .wpfnl-name .steps {
5129 font-size: 12px;
5130 line-height: 16px;
5131 color: #7A8B9A;
5132 display: block;
5133 text-transform: capitalize;
5134 }
5135 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
5136 display: flex;
5137 flex-flow: row wrap;
5138 align-items: center;
5139 gap: 8px;
5140 width: 375px;
5141 }
5142 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag {
5143 border: 1px solid #E5E8F3;
5144 border-radius: 6px;
5145 font-size: 12px;
5146 line-height: 1.5;
5147 color: #7A8B9A;
5148 padding: 2px 8px;
5149 display: flex;
5150 flex-flow: row;
5151 align-items: center;
5152 justify-content: center;
5153 position: relative;
5154 }
5155 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag svg {
5156 margin-right: 6px;
5157 display: block;
5158 }
5159 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag .tooltip {
5160 background: #0C1015;
5161 border-radius: 6px;
5162 position: absolute;
5163 bottom: calc(100% + 10px);
5164 left: 0;
5165 padding: 7px 10px;
5166 color: #fff;
5167 width: 144px;
5168 z-index: 4;
5169 font-size: 13px;
5170 opacity: 0;
5171 visibility: hidden;
5172 transition: all 0.3s ease;
5173 }
5174 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag .tooltip:before {
5175 content: "";
5176 position: absolute;
5177 left: 13px;
5178 bottom: -4px;
5179 width: 10px;
5180 height: 10px;
5181 background: #0C1015;
5182 transform: rotate(45deg);
5183 border-radius: 2px;
5184 }
5185 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag:hover .tooltip {
5186 opacity: 1;
5187 visibility: visible;
5188 }
5189 .funnel-list__wrapper .funnel__single-list .wpfnl-creation-date {
5190 width: 135px;
5191 }
5192 .funnel-list__wrapper .funnel__single-list .wpfnl-creation-date .post-date {
5193 line-height: 1.14;
5194 display: block;
5195 }
5196 .funnel-list__wrapper .funnel__single-list .wpfnl-status {
5197 width: 75px;
5198 }
5199 .funnel-list__wrapper .funnel__single-list .wpfnl-status .post-status {
5200 font-size: 12px;
5201 line-height: 1.25;
5202 color: #2D3149;
5203 font-weight: 500;
5204 text-transform: capitalize;
5205 background: rgba(122, 139, 154, 0.15);
5206 border-radius: 100px;
5207 display: inline-block;
5208 padding: 5px 10px 4px;
5209 }
5210 .funnel-list__wrapper .funnel__single-list .wpfnl-status.published .post-status {
5211 background: rgba(35, 150, 84, 0.1);
5212 color: #239654;
5213 }
5214 .funnel-list__wrapper .funnel__single-list .list-action {
5215 display: flex;
5216 flex-flow: row;
5217 align-items: center;
5218 width: 80px;
5219 gap: 9px;
5220 }
5221 .funnel-list__wrapper .funnel__single-list .list-action > a {
5222 display: flex;
5223 flex-flow: row;
5224 align-items: center;
5225 font-weight: 500;
5226 font-size: 14px;
5227 line-height: 1.2;
5228 text-transform: capitalize;
5229 padding: 3px 4px;
5230 }
5231 .funnel-list__wrapper .funnel__single-list .list-action > a svg {
5232 display: block;
5233 }
5234 .funnel-list__wrapper .funnel__single-list .list-action > a svg path {
5235 transition: all 0.3s ease;
5236 }
5237 .funnel-list__wrapper .funnel__single-list .list-action > a.disabled {
5238 opacity: 0.5;
5239 cursor: not-allowed;
5240 text-decoration: none;
5241 }
5242 .funnel-list__wrapper .funnel__single-list .list-action > a.edit:hover path {
5243 fill: #6E42D3;
5244 }
5245 .funnel-list__wrapper .funnel__single-list .list-action > a.view:hover path {
5246 fill: #6E42D3;
5247 stroke: #6E42D3;
5248 }
5249 .funnel-list__wrapper .funnel__single-list .list-action .more-action {
5250 position: relative;
5251 padding: 3px 4px;
5252 cursor: pointer;
5253 }
5254 .funnel-list__wrapper .funnel__single-list .list-action .more-action svg {
5255 display: block;
5256 }
5257 .funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate svg {
5258 width: 18px;
5259 }
5260 .funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate .pro-tag-icon {
5261 margin-left: 7px;
5262 }
5263 .funnel-list__wrapper .funnel__single-list .list-action .more-action .duplicate .pro-tag-icon path {
5264 stroke: initial;
5265 }
5266 .funnel-list__wrapper .funnel__single-list .list-action ul.more-actions {
5267 right: -22px;
5268 }
5269 .funnel-list__wrapper .funnel__single-list .list-action ul.more-actions .wpfnl-loader {
5270 border-width: 1px;
5271 border-top-color: transparent;
5272 width: 10px;
5273 height: 10px;
5274 margin-left: 6px;
5275 }
5276 .funnel-list__wrapper .funnel__single-list .list-action .more-action.show-actions ul.more-actions {
5277 top: 27px;
5278 opacity: 1;
5279 visibility: visible;
5280 }
5281 .funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li a:hover {
5282 background: #F6F8FA;
5283 color: #7A8B9A;
5284 }
5285 .funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li rect,
5286 .funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li path {
5287 stroke: #7A8B9A;
5288 }
5289 .funnel-list__wrapper .funnel__single-list .list-action .wpfnl-dropdown li .wpfnl-export-funnel path {
5290 stroke: transparent;
5291 }
5292 .funnel-list__wrapper .funnel__single-list.funnel-disabled {
5293 border-bottom-color: #e3e3e3;
5294 }
5295 .funnel-list__wrapper .funnel__single-list.funnel-disabled::before {
5296 content: "";
5297 position: absolute;
5298 left: 0;
5299 top: 0;
5300 width: 100%;
5301 height: 100%;
5302 cursor: not-allowed;
5303 z-index: 2;
5304 background: rgba(32, 32, 32, 0.0784313725);
5305 }
5306 .funnel-list__wrapper .funnel__single-list.funnel-disabled .list-cell {
5307 opacity: 0.5;
5308 }
5309 .funnel-list__wrapper .funnel__single-list.funnel-disabled .list-action > a.disabled {
5310 opacity: 1;
5311 }
5312 .funnel-list__wrapper .list-footer {
5313 display: flex;
5314 flex-flow: row wrap;
5315 align-items: center;
5316 justify-content: space-between;
5317 padding: 17px 24px;
5318 }
5319 .funnel-list__wrapper .list-footer .pagination-number p {
5320 display: flex;
5321 align-items: center;
5322 gap: 10px;
5323 white-space: nowrap;
5324 }
5325 .funnel-list__wrapper .list-footer .pagination-number p strong {
5326 color: #363B4E;
5327 }
5328 .funnel-list__wrapper .list-footer .pagination-number p select {
5329 width: 56px;
5330 min-width: auto;
5331 padding: 2px 8px;
5332 height: 32px;
5333 }
5334
5335 @media only screen and (max-width: 1700px) {
5336 .wpfnl-dashboard__inner-content {
5337 width: 100%;
5338 padding-left: 40px;
5339 }
5340 }
5341 @media only screen and (max-width: 1399px) {
5342 .wpfnl-dashboard__inner-content {
5343 padding-left: 30px;
5344 }
5345 .funnel-list__wrapper .funnel__single-list .wpfnl-name {
5346 width: 200px;
5347 }
5348 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
5349 width: 220px;
5350 }
5351 }
5352 @media only screen and (max-width: 1199px) {
5353 .wpfnl-dashboard__inner-content {
5354 padding-left: 20px;
5355 margin-top: 20px;
5356 }
5357 .wpfnl-dashboard__header a.import-export {
5358 background: transparent;
5359 box-shadow: none;
5360 padding: 0;
5361 }
5362 .funnel-list__wrapper .funnel__single-list {
5363 padding: 10px 15px 10px 45px;
5364 gap: 8px;
5365 }
5366 .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
5367 left: 15px;
5368 }
5369 .funnel-list__wrapper .funnel__single-list .wpfnl-name {
5370 padding-right: 10px;
5371 }
5372 .funnel-list__wrapper .funnel__single-list .wpfnl-creation-date {
5373 width: 74px;
5374 }
5375 .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations {
5376 width: 136px;
5377 }
5378 .funnel-list__wrapper .funnel__single-list .list-action {
5379 width: 73px;
5380 gap: 3px;
5381 }
5382 .funnel-list__wrapper .funnel__single-list .list-action > a {
5383 margin-right: 0;
5384 width: 28px;
5385 text-indent: -999px;
5386 overflow: hidden;
5387 }
5388 .funnel-list__wrapper .funnel__single-list .list-action > a.edit {
5389 margin-right: 0;
5390 }
5391 }
5392 @media only screen and (max-width: 782px) {
5393 .wpfnl-dashboard__header {
5394 padding: 18px 20px 19px 30px;
5395 }
5396 }
5397 .remote-funnel-header {
5398 display: flex;
5399 flex-flow: row wrap;
5400 align-items: center;
5401 background: #FFFFFF;
5402 border-bottom: 1px solid #E5E8F3;
5403 position: relative;
5404 padding: 15px 15px 5px;
5405 }
5406 .remote-funnel-header .single-item {
5407 margin: 0 10px 10px 0;
5408 }
5409 .remote-funnel-header .single-item select {
5410 padding-right: 30px;
5411 }
5412 .remote-funnel-header .single-item .template-image-remove,
5413 .remote-funnel-header .single-item .template-image-upload {
5414 background: #F7F7FA;
5415 color: #363B4E;
5416 border: 1px solid #E5E8F3;
5417 }
5418 .remote-funnel-header .single-item.template-preview-image {
5419 display: flex;
5420 align-items: center;
5421 flex-flow: row wrap;
5422 max-width: 510px;
5423 }
5424 .remote-funnel-header .single-item.template-preview-image input[type=text] {
5425 width: 200px;
5426 margin-right: 10px;
5427 }
5428 .remote-funnel-header .single-item.template-preview-image .btn-default {
5429 margin-right: 10px;
5430 white-space: pre;
5431 }
5432 .remote-funnel-header .single-item.template-preview-image .btn-default:last-child {
5433 margin-right: 0;
5434 }
5435 .remote-funnel-header .btn-default {
5436 border-radius: 6px;
5437 padding: 0 20px;
5438 min-width: auto;
5439 }
5440
5441 .steps-page__header {
5442 display: flex;
5443 flex-flow: row wrap;
5444 align-items: center;
5445 background: #FFFFFF;
5446 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
5447 position: relative;
5448 justify-content: flex-start;
5449 padding: 15px 13px 15px 24px;
5450 }
5451
5452 .steps-page__header-left {
5453 display: flex;
5454 flex-flow: row wrap;
5455 align-items: center;
5456 }
5457 .steps-page__header-left .wpfnl-logo a {
5458 display: block;
5459 padding: 16px 25px;
5460 border-right: 1px solid #E5E8F3;
5461 }
5462 .steps-page__header-left .wpfnl-logo a svg {
5463 width: 26px;
5464 display: block;
5465 }
5466 .steps-page__header-left .back-link {
5467 font-weight: 400;
5468 font-size: 14px;
5469 color: #7A8B9A;
5470 text-transform: capitalize;
5471 padding: 0;
5472 text-align: center;
5473 display: flex;
5474 flex-flow: column;
5475 align-items: center;
5476 justify-content: center;
5477 box-shadow: none;
5478 height: 38px;
5479 width: 38px;
5480 border: 1px solid #EEF0F3;
5481 margin-right: 15px;
5482 border-radius: 10px;
5483 }
5484 .steps-page__header-left .back-link svg {
5485 display: block;
5486 margin: 0 auto;
5487 }
5488 .steps-page__header-left .back-link:hover {
5489 color: #6E42D3;
5490 }
5491 .steps-page__header-left .add-step-condtion-area {
5492 display: flex;
5493 flex-flow: row wrap;
5494 align-items: center;
5495 border-right: 1px solid #E5E8F3;
5496 }
5497 .steps-page__header-left .add-step-condtion-area li {
5498 position: relative;
5499 }
5500 .steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2 {
5501 position: absolute;
5502 left: 0;
5503 top: calc(100% + 35px);
5504 width: 305px;
5505 padding: 10px 32px 10px 15px;
5506 margin: 0;
5507 background: #6e42d3;
5508 color: #fff;
5509 border-radius: 10px;
5510 text-align: left;
5511 z-index: 1;
5512 opacity: 0;
5513 visibility: hidden;
5514 transition: all 0.5s ease 1.5s;
5515 }
5516 .steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2:before {
5517 content: "";
5518 position: absolute;
5519 left: 20px;
5520 top: -6px;
5521 width: 13px;
5522 height: 13px;
5523 background: #6e42d3;
5524 transform: rotate(45deg);
5525 }
5526 .steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2.show-tooltip {
5527 top: calc(100% + 15px);
5528 opacity: 1;
5529 visibility: visible;
5530 }
5531 .steps-page__header-left .add-step-condtion-area li .wpfnl-tooltip2 .close-tooltip {
5532 position: absolute;
5533 right: 13px;
5534 top: 11px;
5535 cursor: pointer;
5536 }
5537 .steps-page__header-left .add-step-condtion-area li > button {
5538 display: block;
5539 border: none;
5540 height: 60px;
5541 padding: 0 20px;
5542 background: transparent;
5543 font-size: 14px;
5544 font-weight: 500;
5545 color: #363B4E;
5546 cursor: pointer;
5547 position: relative;
5548 }
5549 .steps-page__header-left .add-step-condtion-area li > button svg {
5550 margin-right: 5px;
5551 }
5552 .steps-page__header-left .add-step-condtion-area li > button.add-new-step {
5553 background-color: #F6F5FA;
5554 color: #6E42D3;
5555 }
5556 .steps-page__header-left .add-step-condtion-area li > button.add-new-step:after {
5557 content: "";
5558 position: absolute;
5559 bottom: 0;
5560 left: 0;
5561 width: 100%;
5562 height: 3px;
5563 background: #6E42D3;
5564 border-radius: 60px 60px 0 0;
5565 }
5566 .steps-page__header-left .add-step-condtion-area li > button.add-new-step svg {
5567 margin-right: 5px;
5568 }
5569 .steps-page__header-left .add-step-condtion-area li > button.create-condition:hover {
5570 color: #6E42D3;
5571 }
5572 .steps-page__header-left .add-step-condtion-area li > button.create-condition:hover path {
5573 stroke: #6E42D3;
5574 }
5575 .steps-page__header-left .add-step-condtion-area li .steps-dropdown {
5576 position: absolute;
5577 box-shadow: 0px 10px 30px rgba(21, 21, 69, 0.0784313725);
5578 border-radius: 0px 0px 10px 10px;
5579 top: 100%;
5580 left: 0;
5581 width: 100%;
5582 z-index: 9;
5583 background: #F6F5FA;
5584 border: 1px solid #fff;
5585 padding: 10px 13px 12px;
5586 transition: all 0.3s ease;
5587 opacity: 0;
5588 visibility: hidden;
5589 }
5590 .steps-page__header-left .add-step-condtion-area li .steps-dropdown > li {
5591 background: #FFFFFF;
5592 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
5593 border-radius: 5px;
5594 font-weight: 500;
5595 font-size: 14px;
5596 line-height: 1.4;
5597 color: #8594A2;
5598 margin-bottom: 10px;
5599 text-transform: capitalize;
5600 padding: 7px 13px 6px;
5601 text-align: center;
5602 cursor: pointer;
5603 width: 100%;
5604 transition: all 0.3s ease;
5605 }
5606 .steps-page__header-left .add-step-condtion-area li .steps-dropdown > li:last-child {
5607 margin-bottom: 0;
5608 }
5609 .steps-page__header-left .add-step-condtion-area li .steps-dropdown > li:hover {
5610 background: #6E42D3;
5611 color: #fff;
5612 }
5613 .steps-page__header-left .add-step-condtion-area li .steps-dropdown > li.disabled {
5614 cursor: not-allowed;
5615 color: white;
5616 background: #B6B2CA;
5617 }
5618 .steps-page__header-left .add-step-condtion-area li .steps-dropdown > li .pro-tag {
5619 position: absolute;
5620 top: -6px;
5621 right: -2px;
5622 }
5623 .steps-page__header-left .add-step-condtion-area li.show-steps-dropdown > button.add-new-step svg {
5624 transform: rotate(180deg);
5625 }
5626 .steps-page__header-left .add-step-condtion-area li.show-steps-dropdown .steps-dropdown {
5627 opacity: 1;
5628 visibility: visible;
5629 }
5630 .steps-page__header-left .add-step-condtion-area li > .mrm-trigger-action-btn, .steps-page__header-left .add-step-condtion-area li > .global-funnel-btn {
5631 border-left: 1px solid #E5E8F3;
5632 }
5633 .steps-page__header-left .steps-page__fnl-name {
5634 display: flex;
5635 flex-flow: row wrap;
5636 align-items: center;
5637 }
5638 .steps-page__header-left .steps-page__fnl-name label {
5639 padding-right: 7px;
5640 font-size: 14px;
5641 }
5642 .steps-page__header-left .steps-page__fnl-name input {
5643 height: 28px;
5644 font-size: 12px;
5645 padding: 3px 10px;
5646 width: 230px;
5647 min-height: auto;
5648 min-width: auto;
5649 }
5650 .steps-page__header-left .steps-page__fnl-name .funnel-name {
5651 max-width: 230px;
5652 white-space: nowrap;
5653 overflow: hidden;
5654 text-overflow: ellipsis;
5655 }
5656 .steps-page__header-left .steps-page__fnl-name .fnl-name-btn {
5657 min-width: auto;
5658 padding: 0 7px;
5659 width: 30px;
5660 height: 26px;
5661 display: flex;
5662 flex-flow: column;
5663 align-items: center;
5664 justify-content: center;
5665 background: rgba(0, 0, 0, 0.04) !important;
5666 border: 1px solid #e0e0e0;
5667 border-radius: 3px;
5668 cursor: pointer;
5669 margin-left: 10px;
5670 }
5671 .steps-page__header-left .steps-page__fnl-name .fnl-name-btn svg {
5672 display: block;
5673 }
5674 .steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-edit svg {
5675 fill: #6E42D3;
5676 }
5677 .steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-submit {
5678 display: none;
5679 }
5680 .steps-page__header-left .steps-page__fnl-name .fnl-name-btn.funnel-name-submit svg {
5681 stroke: #6E42D3;
5682 }
5683 .steps-page__header-left .steps-page__fnl-name .funnel-name-input {
5684 display: none;
5685 }
5686 .steps-page__header-left .steps-page__fnl-name .funnel-name-submit-btn {
5687 display: none;
5688 }
5689 .steps-page__header-left .copy-clipboard {
5690 display: flex;
5691 flex-flow: row wrap;
5692 align-items: center;
5693 margin-left: 20px;
5694 position: relative;
5695 }
5696 .steps-page__header-left .copy-clipboard .link-icon {
5697 width: 28px;
5698 border: 1px solid #E5E8F3;
5699 height: 28px;
5700 display: flex;
5701 flex-flow: column;
5702 align-items: center;
5703 justify-content: center;
5704 border-right: 0;
5705 border-radius: 6px 0 0 6px;
5706 }
5707 .steps-page__header-left .copy-clipboard input[readonly] {
5708 height: 28px;
5709 font-size: 12px;
5710 padding: 2px 10px;
5711 border-radius: 0;
5712 width: 160px;
5713 background: #fff;
5714 min-height: auto;
5715 min-width: auto;
5716 display: block;
5717 white-space: nowrap;
5718 overflow: hidden;
5719 text-overflow: ellipsis;
5720 }
5721 .steps-page__header-left .copy-clipboard button {
5722 border: none;
5723 background: #ececee;
5724 color: #363B4E;
5725 height: 28px;
5726 display: inline-block;
5727 padding: 0 10px;
5728 text-transform: capitalize;
5729 font-size: 12px;
5730 font-weight: 500;
5731 border-radius: 0 6px 6px 0;
5732 cursor: pointer;
5733 }
5734 .steps-page__header-left .copy-clipboard .copied-msg {
5735 color: #6E42D3;
5736 font-weight: 500;
5737 position: absolute;
5738 top: 7px;
5739 right: -46px;
5740 font-size: 13px;
5741 display: none;
5742 }
5743
5744 .steps-page__header-center .steps-page__fnl-name {
5745 display: flex;
5746 flex-flow: row wrap;
5747 align-items: center;
5748 position: relative;
5749 }
5750 .steps-page__header-center .steps-page__fnl-name label {
5751 padding-right: 7px;
5752 font-size: 14px;
5753 cursor: text;
5754 }
5755 .steps-page__header-center .steps-page__fnl-name input[type=text] {
5756 line-height: 1;
5757 font-size: 16px;
5758 font-weight: 500;
5759 color: #363B4E;
5760 border: none;
5761 background: rgba(230, 229, 231, 0.8);
5762 border-radius: 0;
5763 }
5764 .steps-page__header-center .steps-page__fnl-name input[type=text]:hover {
5765 color: #363B4E;
5766 }
5767 .steps-page__header-center .steps-page__fnl-name .funnel-name {
5768 max-width: 200px;
5769 white-space: nowrap;
5770 overflow: hidden;
5771 text-overflow: ellipsis;
5772 font-size: 16px;
5773 font-weight: 500;
5774 line-height: 1;
5775 color: #363B4E;
5776 }
5777 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn {
5778 min-width: auto;
5779 padding: 1px 7px 0;
5780 width: 30px;
5781 height: 28px;
5782 display: flex;
5783 flex-flow: column;
5784 align-items: center;
5785 justify-content: center;
5786 background: #F6F5FA !important;
5787 border: 1px solid #e0e0e0;
5788 border-radius: 6px;
5789 cursor: pointer;
5790 margin-left: 10px;
5791 }
5792 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn svg {
5793 display: block;
5794 }
5795 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-edit svg {
5796 fill: #6E42D3;
5797 }
5798 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-submit {
5799 display: none;
5800 }
5801 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-submit svg {
5802 stroke: #6E42D3;
5803 }
5804 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-cancel {
5805 display: none;
5806 margin-left: 5px;
5807 }
5808 .steps-page__header-center .steps-page__fnl-name .fnl-name-btn.funnel-name-cancel svg {
5809 position: relative;
5810 top: 2px;
5811 }
5812 .steps-page__header-center .steps-page__fnl-name .funnel-name-input {
5813 display: none;
5814 }
5815 .steps-page__header-center .steps-page__fnl-name .funnel-name-submit-btn {
5816 display: none;
5817 }
5818 .steps-page__header-center .steps-page__fnl-name .wpfnl-alert {
5819 display: block;
5820 position: absolute;
5821 font-size: 12px;
5822 white-space: nowrap;
5823 bottom: -16px;
5824 left: 0;
5825 }
5826
5827 .steps-page__header-right {
5828 display: flex;
5829 flex-flow: row;
5830 align-items: center;
5831 margin-left: auto;
5832 }
5833 .steps-page__header-right .enable-gbf,
5834 .steps-page__header-right .funnel-stats {
5835 display: flex;
5836 border-right: 1px solid #E5E8F3;
5837 padding-right: 20px;
5838 margin-right: 5px;
5839 font-weight: 500;
5840 align-items: center;
5841 }
5842 .steps-page__header-right .enable-gbf .pro-tag-icon,
5843 .steps-page__header-right .funnel-stats .pro-tag-icon {
5844 position: static;
5845 margin-top: 3px;
5846 margin-right: 4px;
5847 }
5848 .steps-page__header-right .enable-gbf .title,
5849 .steps-page__header-right .funnel-stats .title {
5850 margin-right: 10px;
5851 line-height: 1.1;
5852 }
5853 .steps-page__header-right .enable-gbf {
5854 padding-right: 15px;
5855 margin-right: 15px;
5856 }
5857 .steps-page__header-right .preview-funnel {
5858 display: inline-block;
5859 padding: 7px 10px;
5860 margin-right: 5px;
5861 }
5862 .steps-page__header-right .preview-funnel svg {
5863 display: block;
5864 }
5865 .steps-page__header-right .btn-default {
5866 min-width: auto;
5867 position: relative;
5868 padding: 0 21px;
5869 }
5870 .steps-page__header-right .btn-default .wpfnl-loader {
5871 display: inline-block;
5872 position: relative;
5873 top: 2px;
5874 right: 0;
5875 }
5876 .steps-page__header-right .btn-default:disabled,
5877 .steps-page__header-right .btn-default[disabled] {
5878 color: rgba(64, 64, 64, 0.4);
5879 cursor: not-allowed;
5880 background-color: rgba(183, 183, 183, 0.4);
5881 }
5882 .steps-page__header-right .dropdown-option {
5883 position: relative;
5884 text-align: center;
5885 padding: 7px 12px;
5886 display: inline-block;
5887 margin-left: 6px;
5888 cursor: pointer;
5889 }
5890 .steps-page__header-right .dropdown-option svg {
5891 display: block;
5892 }
5893 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown {
5894 right: -14px;
5895 top: 50px;
5896 }
5897 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag {
5898 margin-left: 4px;
5899 }
5900 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown li:first-child {
5901 border-radius: 10px 10px 0 0;
5902 }
5903 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown li:last-child {
5904 border-radius: 0 0 10px 10px;
5905 }
5906 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a svg {
5907 width: 19px;
5908 height: 19px;
5909 }
5910 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover rect {
5911 stroke: #6E42D3;
5912 }
5913 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover .pro-tag-icon rect {
5914 stroke: inherit;
5915 }
5916 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a:hover .pro-tag-icon path {
5917 stroke: inherit;
5918 }
5919 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon {
5920 position: static;
5921 margin-left: 6px;
5922 }
5923 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon svg {
5924 width: 18px;
5925 height: 18px;
5926 }
5927 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown .pro-tag-icon svg:hover path {
5928 stroke: inherit;
5929 fill: inherit;
5930 }
5931 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown li.fnl-import a:hover svg path.import-fill {
5932 stroke: inherit;
5933 fill: #6E42D3;
5934 }
5935 .steps-page__header-right .dropdown-option ul.wpfnl-dropdown li.fnl-settings a:hover svg circle {
5936 stroke: #6E42D3;
5937 }
5938 .steps-page__header-right .dropdown-option.show ul.wpfnl-dropdown {
5939 top: 38px;
5940 opacity: 1;
5941 visibility: visible;
5942 }
5943
5944 @media only screen and (max-width: 1199px) {
5945 .steps-page__header {
5946 padding-right: 10px;
5947 }
5948 .steps-page__header-left .back-link {
5949 width: 44px;
5950 }
5951 .steps-page__header-left .add-step-condtion-area li button {
5952 padding: 0 14px;
5953 }
5954 .steps-page__header-right .funnel-stats {
5955 border-right: none;
5956 padding-right: 0;
5957 }
5958 .steps-page__header-right .btn-default {
5959 padding: 0 20px;
5960 }
5961 .steps-page__header-center .steps-page__fnl-name label {
5962 display: none;
5963 }
5964 .steps-page__header-center .steps-page__fnl-name .wpfnl-alert {
5965 left: 0;
5966 }
5967 }
5968 @media only screen and (max-width: 991px) {
5969 .steps-page__header-center .steps-page__fnl-name input[type=text] {
5970 width: 200px;
5971 }
5972 }
5973 @media only screen and (max-width: 870px) {
5974 .steps-page__header {
5975 padding-right: 15px;
5976 }
5977 .steps-page__header-left .copy-clipboard .link-icon {
5978 display: none;
5979 }
5980 }
5981 .funnel-window .wpfnl-canvas-zoom-control {
5982 position: absolute;
5983 bottom: 20px;
5984 left: 20px;
5985 background: #ffffff;
5986 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
5987 border-radius: 100px;
5988 padding: 6px;
5989 z-index: 2;
5990 }
5991 .funnel-window .wpfnl-canvas-zoom-control .zoom-controls {
5992 display: flex;
5993 align-items: center;
5994 gap: 10px;
5995 }
5996 .funnel-window .wpfnl-canvas-zoom-control .full-screen,
5997 .funnel-window .wpfnl-canvas-zoom-control .zoom-out,
5998 .funnel-window .wpfnl-canvas-zoom-control .zoom-in {
5999 border: 1px solid #EEF0F3;
6000 width: 34px;
6001 height: 34px;
6002 background: transparent;
6003 border-radius: 100%;
6004 display: flex;
6005 flex-flow: column;
6006 align-items: center;
6007 justify-content: center;
6008 cursor: pointer;
6009 position: relative;
6010 }
6011 .funnel-window .wpfnl-canvas-zoom-control .full-screen {
6012 margin-right: 10px;
6013 }
6014 .funnel-window .wpfnl-canvas-zoom-control .full-screen:before {
6015 content: "";
6016 position: absolute;
6017 right: -11px;
6018 top: 0;
6019 width: 1px;
6020 height: 100%;
6021 background: #EEF0F3;
6022 }
6023 .funnel-window .wpfnl-canvas-zoom-control .zoom-level {
6024 font-weight: 500;
6025 font-size: 12px;
6026 line-height: 1.2;
6027 color: #7A8B9A;
6028 background: transparent;
6029 border: none;
6030 width: 30px;
6031 text-align: center;
6032 }
6033 .funnel-window .wpfnl-canvas-helper {
6034 display: flex;
6035 flex-flow: row;
6036 align-items: center;
6037 position: absolute;
6038 bottom: 20px;
6039 right: 20px;
6040 z-index: 2;
6041 }
6042 .funnel-window .wpfnl-canvas-helper .helper-btn {
6043 background: #FFFFFF;
6044 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.16);
6045 border-radius: 100px;
6046 width: 40px;
6047 height: 40px;
6048 display: flex;
6049 align-items: center;
6050 justify-content: center;
6051 border: none;
6052 cursor: pointer;
6053 }
6054 .funnel-window .wpfnl-canvas-helper .help-resource {
6055 position: absolute;
6056 right: 0;
6057 bottom: calc(100% + 12px);
6058 background: #fff;
6059 border: 1px solid #EDECF2;
6060 border-radius: 5px;
6061 padding: 8px;
6062 width: 170px;
6063 display: none;
6064 }
6065 .funnel-window .wpfnl-canvas-helper .help-resource:before {
6066 content: "";
6067 position: absolute;
6068 bottom: -7px;
6069 right: 15px;
6070 width: 9px;
6071 height: 9px;
6072 background: #fff;
6073 transform: rotate(45deg);
6074 border-right: 1px solid #e7e7e7;
6075 border-bottom: 1px solid #e7e7e7;
6076 }
6077 .funnel-window .wpfnl-canvas-helper .help-resource a {
6078 font-size: 13px;
6079 display: block;
6080 color: #363B4E;
6081 line-height: 1.2;
6082 padding: 7px 10px 6px;
6083 font-weight: 500;
6084 border-radius: 5px;
6085 }
6086 .funnel-window .wpfnl-canvas-helper .help-resource a:hover {
6087 background: #f1f1f1;
6088 }
6089 .funnel-window .wpfnl-canvas-helper.show-helpers .help-resource {
6090 display: block;
6091 }
6092
6093 .wpfnl-box {
6094 background: #FFFFFF;
6095 box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
6096 border-radius: 6px;
6097 padding: 25px 30px;
6098 margin-bottom: 20px;
6099 }
6100 .wpfnl-box:last-child {
6101 margin-bottom: 0;
6102 }
6103 .wpfnl-box.transparent {
6104 background: transparent;
6105 box-shadow: none;
6106 padding: 4px 0px;
6107 }
6108
6109 .wpfnl-field-wrapper {
6110 display: flex;
6111 flex-flow: row wrap;
6112 align-items: center;
6113 justify-content: flex-start;
6114 margin-bottom: 30px;
6115 }
6116 .wpfnl-field-wrapper:last-child {
6117 margin-bottom: 0;
6118 }
6119 .wpfnl-field-wrapper > label {
6120 width: 240px;
6121 padding-right: 10px;
6122 }
6123 .wpfnl-field-wrapper > label.has-tooltip {
6124 display: flex;
6125 flex-flow: row;
6126 align-items: center;
6127 justify-content: flex-start;
6128 }
6129 .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
6130 margin-left: 10px;
6131 }
6132 .wpfnl-field-wrapper .wpfnl-fields {
6133 max-width: 410px;
6134 width: calc(100% - 240px);
6135 }
6136 .wpfnl-field-wrapper .wpfnl-fields select {
6137 margin-right: 0;
6138 }
6139
6140 .steps-settings .steps-settings__tab-nav {
6141 display: flex;
6142 flex-flow: row wrap;
6143 align-items: center;
6144 margin: 25px 0 22px;
6145 }
6146 .steps-settings .steps-settings__tab-nav li a {
6147 color: #7A8B9A;
6148 font-weight: 500;
6149 position: relative;
6150 display: flex;
6151 align-items: center;
6152 padding: 0 18px;
6153 height: 44px;
6154 line-height: 45px;
6155 border: 1px solid transparent;
6156 border-radius: 10px;
6157 cursor: pointer;
6158 transition: none;
6159 }
6160 .steps-settings .steps-settings__tab-nav li a svg {
6161 display: block;
6162 margin-right: 8px;
6163 position: relative;
6164 }
6165 .steps-settings .steps-settings__tab-nav li .pro-tag {
6166 position: absolute;
6167 top: -10px;
6168 right: 15px;
6169 }
6170 .steps-settings .steps-settings__tab-nav li.disabled .pro-tag-icon {
6171 position: static;
6172 margin-left: 6px;
6173 margin-top: -3px;
6174 }
6175 .steps-settings .steps-settings__tab-nav li.active:not(.disabled) a {
6176 color: #363B4E;
6177 border-color: #6E42D3;
6178 box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
6179 background-color: #ffffff;
6180 }
6181 .steps-settings .steps-settings__tab-nav li.active:not(.disabled) a .icon.stroke {
6182 stroke: #6E42D3;
6183 }
6184 .steps-settings .steps-settings__tab-nav li.active:not(.disabled) a .icon.order-bump-icon path {
6185 fill: #6E42D3;
6186 }
6187 .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings rect,
6188 .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings circle,
6189 .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-settings path, .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats rect,
6190 .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats circle,
6191 .steps-settings .steps-settings__tab-nav li.active:not(.disabled).nav-stats path {
6192 stroke: #6E42D3;
6193 }
6194 .steps-settings .steps-settings__tab-nav li.declare-winner.active a path {
6195 stroke: #6E42D3;
6196 }
6197 .steps-settings .steps-settings__tab-nav li.reset {
6198 margin-left: auto;
6199 margin-right: 40px;
6200 }
6201 .steps-settings .steps-settings__tab-nav li.reset button {
6202 font-size: 14px;
6203 line-height: 1;
6204 font-weight: 500;
6205 color: #7A8B9A;
6206 border: none;
6207 background: transparent;
6208 display: flex;
6209 align-items: center;
6210 cursor: pointer;
6211 }
6212 .steps-settings .steps-settings__tab-nav li.reset button svg {
6213 display: block;
6214 margin-left: 8px;
6215 position: relative;
6216 top: -1px;
6217 }
6218 .steps-settings .steps-settings__tab-nav li.reset button.reseting svg {
6219 animation: spin 0.9s linear infinite;
6220 }
6221 .steps-settings .steps-settings__tab-nav li.nav-tag {
6222 margin-left: auto;
6223 }
6224 .steps-settings .steps-settings__tab-nav li.nav-tag span {
6225 color: #8292A0;
6226 background: #F7F7FA;
6227 border-radius: 30px;
6228 display: inline-block;
6229 padding: 6px 17px;
6230 }
6231 .steps-settings .step-settings__single-tab-content {
6232 display: none;
6233 }
6234 .steps-settings .step-settings__single-tab-content:first-child {
6235 display: block;
6236 }
6237 .steps-settings .step-settings__single-tab-content .checkout-edit-field-tab__content-wrapper .pro-tag {
6238 padding: 14px 35px;
6239 text-align: center;
6240 margin-top: 30px;
6241 box-shadow: none;
6242 border-radius: 10px;
6243 }
6244 .steps-settings .single__settings-box.transparent .wpfnl-field-wrapper > label {
6245 width: 250px;
6246 }
6247 .steps-settings .single__settings-box .select2-hidden-accessible {
6248 display: none;
6249 }
6250 .steps-settings .single__settings-box .select2-container--default {
6251 width: 100% !important;
6252 border: 1px solid #E5E8F3;
6253 border-radius: 4px;
6254 padding: 8px;
6255 display: block;
6256 }
6257 .steps-settings .single__settings-box .select2-selection__rendered {
6258 font-size: 13px;
6259 display: block;
6260 }
6261 .steps-settings .single__settings-box .select2-selection__rendered .select2-selection__clear {
6262 background: #f8d7da;
6263 display: inline-block;
6264 padding: 0 3px;
6265 line-height: 14px;
6266 color: #ec4050;
6267 margin-right: 2px;
6268 border-radius: 100%;
6269 cursor: pointer;
6270 }
6271 .steps-settings .single__settings-box.select-product .wpfnl-field-wrapper {
6272 align-items: flex-start;
6273 }
6274 .steps-settings .single__settings-box.select-product .wpfnl-field-wrapper label {
6275 position: relative;
6276 top: 21px;
6277 }
6278 .steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default {
6279 height: 26px;
6280 line-height: 26px;
6281 font-size: 12px;
6282 padding: 0 10px;
6283 min-width: auto;
6284 margin-right: 6px;
6285 border: 1px solid transparent;
6286 }
6287 .steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default.create-product {
6288 background: #f6f6f8;
6289 color: #363B4E;
6290 }
6291 .steps-settings .single__settings-box.select-product .wpfnl-field-wrapper .btn-default.create-product:hover {
6292 color: #6E42D3;
6293 }
6294 .steps-settings .single__settings-box.select-product .products-wrapper {
6295 border: 1px solid #E5E8F3;
6296 box-sizing: border-box;
6297 border-radius: 5px;
6298 padding: 10px;
6299 margin-bottom: 10px;
6300 }
6301 .steps-settings .single__settings-box.select-product .single-product {
6302 display: flex;
6303 margin-bottom: 10px;
6304 }
6305 .steps-settings .single__settings-box.select-product .single-product:last-child {
6306 margin-bottom: 0;
6307 }
6308 .steps-settings .single__settings-box.select-product .single-product .select2-container--default {
6309 width: calc(100% - 46px) !important;
6310 }
6311 .steps-settings .single__settings-box.select-product .single-product button {
6312 background: #FAFAFB;
6313 border: 1px solid #E5E8F3;
6314 box-sizing: border-box;
6315 border-radius: 4px;
6316 width: 36px;
6317 height: 36px;
6318 margin-left: 10px;
6319 display: flex;
6320 flex-flow: column;
6321 align-items: center;
6322 justify-content: center;
6323 cursor: pointer;
6324 transition: all 0.3s ease;
6325 }
6326 .steps-settings .single__settings-box.select-product .single-product button:hover {
6327 background-color: #f8d7da;
6328 border-color: #f5c6cb;
6329 }
6330 .steps-settings .single__settings-box.select-product .single-product button:hover svg path {
6331 stroke: #ec4050;
6332 }
6333 .steps-settings .wpfnl-product-options {
6334 padding: 0;
6335 }
6336 .steps-settings .product-options__tab-nav {
6337 display: flex;
6338 flex-flow: row wrap;
6339 align-items: center;
6340 justify-content: flex-start;
6341 border-bottom: 1px solid #F4F4F9;
6342 padding: 0 40px;
6343 }
6344 .steps-settings .product-options__tab-nav li {
6345 margin-right: 35px;
6346 }
6347 .steps-settings .product-options__tab-nav li:last-child {
6348 margin-right: 0;
6349 }
6350 .steps-settings .product-options__tab-nav li a {
6351 font-weight: 500;
6352 font-size: 13px;
6353 line-height: 15px;
6354 color: #7A8B9A;
6355 padding: 15px 0;
6356 display: block;
6357 position: relative;
6358 }
6359 .steps-settings .product-options__tab-nav li a:after {
6360 content: "";
6361 position: absolute;
6362 left: 0;
6363 bottom: -1px;
6364 width: 100%;
6365 height: 2px;
6366 background: transparent;
6367 }
6368 .steps-settings .product-options__tab-nav li a:hover, .steps-settings .product-options__tab-nav li.active a {
6369 color: #6E42D3;
6370 }
6371 .steps-settings .product-options__tab-nav li a:hover:after, .steps-settings .product-options__tab-nav li.active a:after {
6372 background: #6E42D3;
6373 }
6374 .steps-settings .product-options__single-tab-content {
6375 display: none;
6376 padding: 30px 40px;
6377 }
6378 .steps-settings .product-options__single-tab-content:first-child {
6379 display: block;
6380 }
6381 .steps-settings .product-options__single-tab-content .wpfnl-field-wrapper {
6382 margin-bottom: 25px;
6383 }
6384 .steps-settings .product-options__single-tab-content .wpfnl-field-wrapper:last-child {
6385 margin-bottom: 0;
6386 }
6387 .steps-settings .settings-content__footer {
6388 border-top: 1px solid #E2E5ED;
6389 padding: 23px 0 20px;
6390 margin-top: 30px;
6391 display: flex;
6392 flex-flow: row wrap;
6393 align-items: center;
6394 justify-content: flex-end;
6395 gap: 14px;
6396 position: relative;
6397 }
6398 .steps-settings .settings-content__footer .back2-edit {
6399 background: #fff;
6400 color: #363B4E;
6401 }
6402 .steps-settings .settings-content__footer .back2-edit:hover {
6403 background: rgba(0, 0, 0, 0.04);
6404 }
6405 .steps-settings .settings-content__footer .btn-default {
6406 display: flex;
6407 flex-flow: row;
6408 align-items: center;
6409 justify-content: center;
6410 line-height: 1;
6411 height: auto;
6412 min-width: auto;
6413 padding: 14px 20px 12px;
6414 letter-spacing: -0.01em;
6415 border-radius: 8px;
6416 filter: drop-shadow(0px 10px 16px rgba(97, 103, 116, 0.15));
6417 }
6418 .steps-settings .settings-content__footer .btn-default .wpfnl-loader {
6419 display: block;
6420 }
6421 .steps-settings .settings-content__footer .cancel {
6422 border: 1px solid #EEF0F3;
6423 background: transparent;
6424 color: #363B4E;
6425 }
6426 .steps-settings .settings-content__footer .cancel:hover {
6427 background: #EEF0F3;
6428 }
6429 .steps-settings .settings-content__footer .wpfnl-alert {
6430 display: block;
6431 border-radius: 8px;
6432 padding: 10px 20px;
6433 }
6434
6435 .steps-settings.downsell .steps-settings__tab-nav li a svg,
6436 .steps-settings.upsell .steps-settings__tab-nav li a svg {
6437 position: relative;
6438 top: 1px;
6439 }
6440 .steps-settings.downsell .steps-settings__tab-nav li.conditonal-redirect.active a svg path,
6441 .steps-settings.upsell .steps-settings__tab-nav li.conditonal-redirect.active a svg path {
6442 fill: #6E42D3;
6443 stroke: none;
6444 }
6445 .steps-settings.downsell .wpfnl-field-wrapper .single-product svg,
6446 .steps-settings.upsell .wpfnl-field-wrapper .single-product svg {
6447 display: none;
6448 }
6449 .steps-settings.downsell .single__settings-box,
6450 .steps-settings.upsell .single__settings-box {
6451 border: 1px solid #E5E8F3;
6452 box-shadow: none;
6453 }
6454 .steps-settings.downsell .single__settings-box .select2-container--default,
6455 .steps-settings.upsell .single__settings-box .select2-container--default {
6456 border: 1px solid #E5E8F3;
6457 border-radius: 6px;
6458 padding: 4px 8px 2px;
6459 display: block;
6460 }
6461 .steps-settings.downsell .single__settings-box .select2-container--default .select2-selection--single,
6462 .steps-settings.upsell .single__settings-box .select2-container--default .select2-selection--single {
6463 background-color: #fff;
6464 border: none;
6465 border-radius: 0;
6466 }
6467 .steps-settings.downsell .single__settings-box .select2-container--default .select2-selection--single .select2-selection__arrow,
6468 .steps-settings.upsell .single__settings-box .select2-container--default .select2-selection--single .select2-selection__arrow {
6469 height: 26px;
6470 position: absolute;
6471 top: 4px;
6472 right: 1px;
6473 width: 20px;
6474 }
6475 .steps-settings.downsell .offer-discount-area .wpfnl-box,
6476 .steps-settings.upsell .offer-discount-area .wpfnl-box {
6477 box-shadow: none;
6478 border-radius: 10px;
6479 }
6480 .steps-settings.downsell .offer-discount-area .non-input-field,
6481 .steps-settings.upsell .offer-discount-area .non-input-field {
6482 cursor: not-allowed;
6483 background-color: #eee;
6484 font-size: 14px;
6485 color: #7A8B9A;
6486 padding: 9px 15px;
6487 height: 36px;
6488 width: 100%;
6489 min-width: 190px;
6490 border-radius: 6px;
6491 display: block;
6492 border: 1px solid #E5E8F3;
6493 }
6494 .steps-settings.downsell .offer-discount-area .hints.mobile,
6495 .steps-settings.upsell .offer-discount-area .hints.mobile {
6496 display: none;
6497 }
6498 .steps-settings.downsell .settings-content__footer .wpfnl-loader,
6499 .steps-settings.upsell .settings-content__footer .wpfnl-loader {
6500 display: block;
6501 }
6502 .steps-settings.downsell .settings-content__footer .wpfnl-alert,
6503 .steps-settings.upsell .settings-content__footer .wpfnl-alert {
6504 display: block;
6505 }
6506 .steps-settings.downsell .wpfnl-fields.price-range,
6507 .steps-settings.upsell .wpfnl-fields.price-range {
6508 display: flex;
6509 flex-flow: row wrap;
6510 }
6511 .steps-settings.downsell .wpfnl-fields.price-range .price-to,
6512 .steps-settings.downsell .wpfnl-fields.price-range .price-from,
6513 .steps-settings.upsell .wpfnl-fields.price-range .price-to,
6514 .steps-settings.upsell .wpfnl-fields.price-range .price-from {
6515 width: 50%;
6516 }
6517 .steps-settings.downsell .wpfnl-fields.price-range .price-to > label,
6518 .steps-settings.downsell .wpfnl-fields.price-range .price-from > label,
6519 .steps-settings.upsell .wpfnl-fields.price-range .price-to > label,
6520 .steps-settings.upsell .wpfnl-fields.price-range .price-from > label {
6521 margin-bottom: 5px;
6522 display: block;
6523 }
6524 .steps-settings.downsell .wpfnl-fields.price-range .price-to .wpfnl-fields,
6525 .steps-settings.downsell .wpfnl-fields.price-range .price-from .wpfnl-fields,
6526 .steps-settings.upsell .wpfnl-fields.price-range .price-to .wpfnl-fields,
6527 .steps-settings.upsell .wpfnl-fields.price-range .price-from .wpfnl-fields {
6528 width: 100%;
6529 }
6530 .steps-settings.downsell .wpfnl-fields.price-range .price-to .wpfnl-fields input[type=number],
6531 .steps-settings.downsell .wpfnl-fields.price-range .price-from .wpfnl-fields input[type=number],
6532 .steps-settings.upsell .wpfnl-fields.price-range .price-to .wpfnl-fields input[type=number],
6533 .steps-settings.upsell .wpfnl-fields.price-range .price-from .wpfnl-fields input[type=number] {
6534 min-width: auto;
6535 }
6536 .steps-settings.downsell .wpfnl-fields.price-range .price-from,
6537 .steps-settings.upsell .wpfnl-fields.price-range .price-from {
6538 padding-right: 10px;
6539 }
6540 .steps-settings.downsell .wpfnl-fields.price-range .price-to,
6541 .steps-settings.upsell .wpfnl-fields.price-range .price-to {
6542 padding-left: 10px;
6543 }
6544
6545 .steps-settings.thank-you .single__settings-box {
6546 border: 1px solid #E5E8F3;
6547 box-shadow: none;
6548 border-radius: 10px;
6549 }
6550 .steps-settings.thank-you .wpfnl-field-wrapper > label {
6551 width: 300px;
6552 }
6553 .steps-settings.thank-you .settings-content__footer .wpfnl-loader {
6554 display: none;
6555 }
6556 .steps-settings.thank-you .settings-content__footer .wpfnl-alert {
6557 display: none;
6558 }
6559
6560 @media only screen and (max-width: 1400px) {
6561 .wpfnl-box {
6562 padding: 20px 20px;
6563 }
6564 }
6565 @media only screen and (max-width: 1199px) {
6566 .steps-settings .product .single__settings-box .wpfnl-field-wrapper label {
6567 width: 150px;
6568 }
6569 .steps-settings .product .single__settings-box .wpfnl-field-wrapper .wpfnl-fields {
6570 width: calc(100% - 150px);
6571 }
6572 .steps-settings .steps-settings__tab-nav li.reset {
6573 margin-right: 0;
6574 }
6575 }
6576 .step-settings__single-tab-content .product-accordion__wrapper,
6577 .checkout-product-setting-tab__content-wrapper .product-accordion__wrapper {
6578 position: relative;
6579 }
6580 .step-settings__single-tab-content .product-area,
6581 .checkout-product-setting-tab__content-wrapper .product-area {
6582 background: #FFFFFF;
6583 border-radius: 10px;
6584 border: 1px solid #E5E8F3;
6585 }
6586 .step-settings__single-tab-content .product-head,
6587 .checkout-product-setting-tab__content-wrapper .product-head {
6588 display: flex;
6589 align-items: center;
6590 justify-content: space-between;
6591 padding: 25px;
6592 border-bottom: 1px solid #E5E8F3;
6593 }
6594 .step-settings__single-tab-content .product-head .title,
6595 .checkout-product-setting-tab__content-wrapper .product-head .title {
6596 font-weight: 500;
6597 font-size: 16px;
6598 line-height: 19px;
6599 color: #363B4E;
6600 text-transform: capitalize;
6601 margin-right: 10px;
6602 }
6603 .step-settings__single-tab-content .product-head .product-right,
6604 .checkout-product-setting-tab__content-wrapper .product-head .product-right {
6605 display: flex;
6606 align-items: center;
6607 }
6608 .step-settings__single-tab-content .product-head .create-product-btn,
6609 .checkout-product-setting-tab__content-wrapper .product-head .create-product-btn {
6610 margin-left: auto;
6611 margin-right: 10px;
6612 }
6613 .step-settings__single-tab-content .product-head .create-product-btn .btn-default,
6614 .checkout-product-setting-tab__content-wrapper .product-head .create-product-btn .btn-default {
6615 background: none;
6616 color: #6e42d3;
6617 padding: 0px;
6618 border-bottom: 1px solid #6e42d3;
6619 border-radius: 0px;
6620 min-width: auto;
6621 line-height: 1;
6622 height: auto;
6623 }
6624 .step-settings__single-tab-content .product-head .wpfnl-tooltip,
6625 .checkout-product-setting-tab__content-wrapper .product-head .wpfnl-tooltip {
6626 margin-left: 5px;
6627 margin-right: 10px;
6628 }
6629 .step-settings__single-tab-content .product-head .add-product-btn,
6630 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
6631 margin-left: 15px;
6632 }
6633 .step-settings__single-tab-content .product-head .add-product-btn .btn-default,
6634 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default {
6635 height: 40px;
6636 line-height: 41px;
6637 background: #F7F7FA;
6638 border: 1px solid #E5E8F3;
6639 color: #363B4E;
6640 padding: 0 16px;
6641 }
6642 .step-settings__single-tab-content .product-head .add-product-btn .btn-default:disabled, .step-settings__single-tab-content .product-head .add-product-btn .btn-default[disabled=disabled],
6643 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default:disabled,
6644 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default[disabled=disabled] {
6645 opacity: 0.7;
6646 cursor: not-allowed;
6647 }
6648 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color,
6649 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color {
6650 background: #6E42D3;
6651 color: #FFFFFF;
6652 }
6653 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color svg path,
6654 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.wpfnl-btn-primary-color svg path {
6655 stroke: #FFFFFF;
6656 }
6657 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .add-product-icon,
6658 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .add-product-icon {
6659 position: relative;
6660 display: inline-block;
6661 width: 18px;
6662 height: 18px;
6663 }
6664 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left,
6665 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left {
6666 transform: rotate(-90deg);
6667 position: relative;
6668 top: 5px;
6669 display: none;
6670 animation: scrollDown1 1.5s ease infinite;
6671 stroke: none;
6672 }
6673 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left,
6674 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left {
6675 display: block;
6676 }
6677 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .plus-icon,
6678 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .plus-icon {
6679 display: none;
6680 }
6681 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added,
6682 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added {
6683 border-color: #6E42D3;
6684 background-color: #6E42D3;
6685 color: #fff;
6686 }
6687 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .plus-icon path,
6688 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .plus-icon path {
6689 stroke: #fff;
6690 }
6691 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left,
6692 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left {
6693 stroke: #fff;
6694 }
6695 .step-settings__single-tab-content .product-head .add-product-btn,
6696 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
6697 margin-left: 15px;
6698 }
6699 .step-settings__single-tab-content .product-head .add-product-btn .btn-default,
6700 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default {
6701 height: 40px;
6702 line-height: 41px;
6703 background: #F7F7FA;
6704 border: 1px solid #E5E8F3;
6705 color: #363B4E;
6706 }
6707 .step-settings__single-tab-content .product-head .add-product-btn .btn-default:disabled, .step-settings__single-tab-content .product-head .add-product-btn .btn-default[disabled=disabled],
6708 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default:disabled,
6709 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default[disabled=disabled] {
6710 opacity: 0.7;
6711 cursor: not-allowed;
6712 }
6713 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .add-product-icon,
6714 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .add-product-icon {
6715 position: relative;
6716 display: inline-block;
6717 width: 18px;
6718 height: 18px;
6719 }
6720 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left,
6721 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .icon-tabler-arrow-narrow-left {
6722 transform: rotate(-90deg);
6723 position: relative;
6724 top: 5px;
6725 display: none;
6726 animation: scrollDown1 1.5s ease infinite;
6727 stroke: none;
6728 }
6729 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left,
6730 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .icon-tabler-arrow-narrow-left {
6731 display: block;
6732 }
6733 .step-settings__single-tab-content .product-head .add-product-btn .btn-default .product-adding .plus-icon,
6734 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default .product-adding .plus-icon {
6735 display: none;
6736 }
6737 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added,
6738 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added {
6739 border-color: #6E42D3;
6740 background-color: #6E42D3;
6741 color: #fff;
6742 }
6743 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .plus-icon path,
6744 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .plus-icon path {
6745 stroke: #fff;
6746 }
6747 .step-settings__single-tab-content .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left,
6748 .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn .btn-default.product-added .icon-tabler-arrow-narrow-left {
6749 stroke: #fff;
6750 }
6751 @keyframes scrollDown1 {
6752 0% {
6753 transform: rotate(-90deg) translateX(15px);
6754 opacity: 0;
6755 }
6756 50% {
6757 transform: rotate(-90deg) translateX(0px);
6758 opacity: 1;
6759 }
6760 100% {
6761 transform: rotate(-90deg) translateX(-15px);
6762 opacity: 0;
6763 }
6764 }
6765 .step-settings__single-tab-content .accordion-footer,
6766 .step-settings__single-tab-content .accordion-head,
6767 .checkout-product-setting-tab__content-wrapper .accordion-footer,
6768 .checkout-product-setting-tab__content-wrapper .accordion-head {
6769 padding: 20px 25px 20px 60px;
6770 }
6771 .step-settings__single-tab-content .accordion-footer .accordion-col,
6772 .step-settings__single-tab-content .accordion-head .accordion-col,
6773 .checkout-product-setting-tab__content-wrapper .accordion-footer .accordion-col,
6774 .checkout-product-setting-tab__content-wrapper .accordion-head .accordion-col {
6775 font-size: 12px;
6776 line-height: 14px;
6777 letter-spacing: 0.857143px;
6778 text-transform: uppercase;
6779 color: #7A8B9A;
6780 }
6781 .step-settings__single-tab-content .accordion-footer,
6782 .step-settings__single-tab-content .product-single__accordion-head,
6783 .step-settings__single-tab-content .accordion-head,
6784 .checkout-product-setting-tab__content-wrapper .accordion-footer,
6785 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head,
6786 .checkout-product-setting-tab__content-wrapper .accordion-head {
6787 display: flex;
6788 flex-flow: row wrap;
6789 align-items: center;
6790 justify-content: space-between;
6791 }
6792 .step-settings__single-tab-content .accordion-footer .expand-action,
6793 .step-settings__single-tab-content .product-single__accordion-head .expand-action,
6794 .step-settings__single-tab-content .accordion-head .expand-action,
6795 .checkout-product-setting-tab__content-wrapper .accordion-footer .expand-action,
6796 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .expand-action,
6797 .checkout-product-setting-tab__content-wrapper .accordion-head .expand-action {
6798 width: 40px;
6799 position: absolute;
6800 left: 8px;
6801 top: 50%;
6802 transform: translateY(-50%);
6803 }
6804 .step-settings__single-tab-content .accordion-footer .product-name,
6805 .step-settings__single-tab-content .product-single__accordion-head .product-name,
6806 .step-settings__single-tab-content .accordion-head .product-name,
6807 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-name,
6808 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name,
6809 .checkout-product-setting-tab__content-wrapper .accordion-head .product-name {
6810 width: 340px;
6811 }
6812 .step-settings__single-tab-content .accordion-footer .product-price,
6813 .step-settings__single-tab-content .product-single__accordion-head .product-price,
6814 .step-settings__single-tab-content .accordion-head .product-price,
6815 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-price,
6816 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-price,
6817 .checkout-product-setting-tab__content-wrapper .accordion-head .product-price {
6818 width: 77px;
6819 cursor: text;
6820 }
6821 .step-settings__single-tab-content .accordion-footer .product-quantity,
6822 .step-settings__single-tab-content .product-single__accordion-head .product-quantity,
6823 .step-settings__single-tab-content .accordion-head .product-quantity,
6824 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-quantity,
6825 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-quantity,
6826 .checkout-product-setting-tab__content-wrapper .accordion-head .product-quantity {
6827 width: 80px;
6828 }
6829
6830 .step-settings__single-tab-content .accordion-footer .total-price,
6831 .step-settings__single-tab-content .product-single__accordion-head .total-price,
6832 .step-settings__single-tab-content .accordion-head .total-price,
6833 .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price,
6834 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price,
6835 .checkout-product-setting-tab__content-wrapper .accordion-head .total-price {
6836 width: 120px;
6837 text-align: right;
6838 }
6839 .step-settings__single-tab-content .accordion-footer .total-price span,
6840 .step-settings__single-tab-content .product-single__accordion-head .total-price span,
6841 .step-settings__single-tab-content .accordion-head .total-price span,
6842 .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price span,
6843 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price span,
6844 .checkout-product-setting-tab__content-wrapper .accordion-head .total-price span {
6845 color: #363B4E;
6846 font-size: 14px;
6847 line-height: 14px;
6848 }
6849 .step-settings__single-tab-content .accordion-footer .product-discount,
6850 .step-settings__single-tab-content .product-single__accordion-head .product-discount,
6851 .step-settings__single-tab-content .accordion-head .product-discount,
6852 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-discount,
6853 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount,
6854 .checkout-product-setting-tab__content-wrapper .accordion-head .product-discount {
6855 width: 208px;
6856 }
6857 .step-settings__single-tab-content .accordion-footer .product-action,
6858 .step-settings__single-tab-content .product-single__accordion-head .product-action,
6859 .step-settings__single-tab-content .accordion-head .product-action,
6860 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-action,
6861 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action,
6862 .checkout-product-setting-tab__content-wrapper .accordion-head .product-action {
6863 width: 60px;
6864 }
6865 .step-settings__single-tab-content .product__single-accordion,
6866 .checkout-product-setting-tab__content-wrapper .product__single-accordion {
6867 border-top: 1px solid #E6E1F1;
6868 position: relative;
6869 }
6870 .step-settings__single-tab-content .product__single-accordion::before,
6871 .checkout-product-setting-tab__content-wrapper .product__single-accordion::before {
6872 content: "";
6873 position: absolute;
6874 top: 0;
6875 left: 0;
6876 height: 100%;
6877 width: 2px;
6878 background-color: transparent;
6879 transition: all 0.3s linear;
6880 }
6881 .step-settings__single-tab-content .product__single-accordion.ui-sortable-helper,
6882 .checkout-product-setting-tab__content-wrapper .product__single-accordion.ui-sortable-helper {
6883 background: #ececec;
6884 }
6885 .step-settings__single-tab-content .product-single__accordion-head,
6886 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
6887 padding: 25px 25px 25px 60px;
6888 position: relative;
6889 }
6890 .step-settings__single-tab-content .product-single__accordion-head .accordion-col,
6891 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col {
6892 font-size: 14px;
6893 line-height: 16px;
6894 color: #363B4E;
6895 }
6896 .step-settings__single-tab-content .product-single__accordion-head .accordion-col span,
6897 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col span {
6898 color: #363B4E;
6899 }
6900 .step-settings__single-tab-content .product-single__accordion-head .accordion-col select,
6901 .step-settings__single-tab-content .product-single__accordion-head .accordion-col input,
6902 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select,
6903 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input {
6904 font-size: 14px;
6905 line-height: 16px;
6906 color: #363B4E;
6907 }
6908 .step-settings__single-tab-content .product-single__accordion-head .accordion-col select::placeholder,
6909 .step-settings__single-tab-content .product-single__accordion-head .accordion-col input::placeholder,
6910 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select::placeholder,
6911 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input::placeholder {
6912 color: #363B4E;
6913 }
6914 .step-settings__single-tab-content .product-single__accordion-head .accordion-col select:-ms-input-placeholder,
6915 .step-settings__single-tab-content .product-single__accordion-head .accordion-col input:-ms-input-placeholder,
6916 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select:-ms-input-placeholder,
6917 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input:-ms-input-placeholder {
6918 color: #363B4E;
6919 }
6920 .step-settings__single-tab-content .product-single__accordion-head .accordion-col select::-ms-input-placeholder,
6921 .step-settings__single-tab-content .product-single__accordion-head .accordion-col input::-ms-input-placeholder,
6922 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col select::-ms-input-placeholder,
6923 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .accordion-col input::-ms-input-placeholder {
6924 color: #363B4E;
6925 }
6926 .step-settings__single-tab-content .product-single__accordion-head .expand-action span,
6927 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .expand-action span {
6928 width: 100%;
6929 height: 40px;
6930 display: flex;
6931 text-align: center;
6932 align-items: center;
6933 flex-flow: column;
6934 justify-content: center;
6935 cursor: pointer;
6936 transition: all 0.3s ease;
6937 transform-origin: center;
6938 }
6939 .step-settings__single-tab-content .product-single__accordion-head .product-name ul,
6940 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul {
6941 display: flex;
6942 align-items: center;
6943 }
6944 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-img a,
6945 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-img a {
6946 display: block;
6947 }
6948 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-img img,
6949 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-img img {
6950 width: 50px;
6951 height: 50px;
6952 object-fit: cover;
6953 }
6954 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title,
6955 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title {
6956 padding-left: 19px;
6957 width: calc(100% - 50px);
6958 }
6959 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .title,
6960 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .title {
6961 font-weight: 500;
6962 font-size: 14px;
6963 line-height: 16px;
6964 color: #363B4E;
6965 }
6966 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .title:hover,
6967 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .title:hover {
6968 text-decoration: underline;
6969 }
6970 .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title .price,
6971 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title .price {
6972 display: block;
6973 font-size: 12px;
6974 line-height: 14px;
6975 color: #363B4E;
6976 margin-top: 4px;
6977 }
6978 .step-settings__single-tab-content .product-single__accordion-head .product-quantity input[type=number],
6979 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-quantity input[type=number] {
6980 width: 80px;
6981 min-width: auto;
6982 }
6983 .step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group,
6984 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group {
6985 display: flex;
6986 align-items: center;
6987 background: #FFFFFF;
6988 border: 1px solid #E6E1F1;
6989 border-radius: 6px;
6990 }
6991 .step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group select,
6992 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group select {
6993 border: none;
6994 border-radius: 6px 0 0 6px;
6995 margin-right: 5px;
6996 width: 150px;
6997 min-width: auto;
6998 }
6999 .step-settings__single-tab-content .product-single__accordion-head .product-discount .discount-group input,
7000 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-discount .discount-group input {
7001 width: 60px;
7002 min-width: auto;
7003 padding-right: 6px;
7004 padding-left: 10px;
7005 border: none;
7006 border-left: 1px solid #E6E1F1;
7007 border-radius: 0 6px 6px 0;
7008 }
7009 .step-settings__single-tab-content .product-single__accordion-head .product-action,
7010 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action {
7011 display: flex;
7012 }
7013 .step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
7014 .step-settings__single-tab-content .product-single__accordion-head .product-action .product-delete,
7015 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit,
7016 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-delete {
7017 width: 30px;
7018 height: 30px;
7019 display: flex;
7020 align-items: center;
7021 background: transparent;
7022 border: none;
7023 cursor: pointer;
7024 }
7025 .step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit svg,
7026 .step-settings__single-tab-content .product-single__accordion-head .product-action .product-delete svg,
7027 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit svg,
7028 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-delete svg {
7029 height: 20px;
7030 width: 20px;
7031 }
7032 .step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
7033 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit {
7034 margin-left: 6px;
7035 }
7036 .step-settings__single-tab-content .product-single__accordion-head .product-action .edit-field-icon,
7037 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .edit-field-icon {
7038 display: block;
7039 height: 20px;
7040 }
7041 .step-settings__single-tab-content .accordion-footer,
7042 .checkout-product-setting-tab__content-wrapper .accordion-footer {
7043 border-top: 1px solid #E5E8F3;
7044 }
7045 .step-settings__single-tab-content .accordion-footer .total-price,
7046 .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price {
7047 font-weight: 700;
7048 color: #363B4E;
7049 display: flex;
7050 justify-content: flex-end;
7051 }
7052 .step-settings__single-tab-content .accordion-footer .total-price span,
7053 .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price span {
7054 letter-spacing: 0.857143px;
7055 font-weight: 700;
7056 margin-left: 4px;
7057 font-size: 12px;
7058 }
7059 .step-settings__single-tab-content .product__single-accordion .product-single__accordion-body,
7060 .checkout-product-setting-tab__content-wrapper .product__single-accordion .product-single__accordion-body {
7061 display: none;
7062 }
7063 .step-settings__single-tab-content .product__single-accordion.active,
7064 .checkout-product-setting-tab__content-wrapper .product__single-accordion.active {
7065 background: rgba(110, 66, 211, 0.07);
7066 border-top-color: transparent;
7067 }
7068 .step-settings__single-tab-content .product__single-accordion.active::before,
7069 .checkout-product-setting-tab__content-wrapper .product__single-accordion.active::before {
7070 background-color: #6E42D3;
7071 }
7072 .step-settings__single-tab-content .product__single-accordion.active .product-single__accordion-head .expand-action span,
7073 .checkout-product-setting-tab__content-wrapper .product__single-accordion.active .product-single__accordion-head .expand-action span {
7074 transform: rotate(180deg);
7075 }
7076 .step-settings__single-tab-content .product-single__accordion-body,
7077 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body {
7078 padding: 0 25px 25px;
7079 }
7080 .step-settings__single-tab-content .product-single__accordion-body-content,
7081 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content {
7082 display: flex;
7083 flex-flow: row wrap;
7084 background: #fff;
7085 box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
7086 border-radius: 10px;
7087 }
7088 .step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings,
7089 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
7090 width: 50%;
7091 padding: 20px 60px 20px 25px;
7092 border-right: 1px solid #E5E8F3;
7093 }
7094 .step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper,
7095 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper {
7096 align-items: flex-start;
7097 }
7098 .step-settings__single-tab-content .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper label,
7099 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings .wpfnl-field-wrapper label {
7100 margin-top: 11px;
7101 }
7102 .step-settings__single-tab-content .product-single__accordion-body-content .highlights,
7103 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
7104 width: 50%;
7105 padding: 20px 20px 20px 60px;
7106 }
7107 .step-settings__single-tab-content .product-single__accordion-body-content .wpfnl-field-wrapper label,
7108 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-field-wrapper label {
7109 width: 145px;
7110 }
7111 .step-settings__single-tab-content .product-single__accordion-body-content .wpfnl-fields,
7112 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-fields {
7113 max-width: 100%;
7114 width: calc(100% - 145px);
7115 }
7116 .step-settings__single-tab-content .no-product-notice,
7117 .checkout-product-setting-tab__content-wrapper .no-product-notice {
7118 text-align: center;
7119 padding: 15px 10px;
7120 }
7121 .step-settings__single-tab-content .discount-settings,
7122 .checkout-product-setting-tab__content-wrapper .discount-settings {
7123 border: 1px solid #E5E8F3;
7124 box-shadow: none;
7125 border-radius: 10px;
7126 margin-top: 30px;
7127 }
7128 .step-settings__single-tab-content .discount-settings .non-input-field,
7129 .checkout-product-setting-tab__content-wrapper .discount-settings .non-input-field {
7130 cursor: not-allowed;
7131 background-color: #eee;
7132 font-size: 14px;
7133 color: #7A8B9A;
7134 padding: 9px 15px;
7135 height: 36px;
7136 width: 100%;
7137 min-width: 190px;
7138 border-radius: 6px;
7139 display: block;
7140 border: 1px solid #E5E8F3;
7141 }
7142 .step-settings__single-tab-content .wpfnl-additional-replacement-options,
7143 .step-settings__single-tab-content .checkout-product-options,
7144 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options,
7145 .checkout-product-setting-tab__content-wrapper .checkout-product-options {
7146 margin-top: 30px;
7147 border-radius: 10px;
7148 padding: 22px 25px 25px;
7149 display: flex;
7150 flex-flow: row wrap;
7151 border: 1px solid #E5E8F3;
7152 box-shadow: none;
7153 }
7154 .step-settings__single-tab-content .wpfnl-additional-replacement-options .additional-options,
7155 .step-settings__single-tab-content .checkout-product-options .additional-options,
7156 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .additional-options,
7157 .checkout-product-setting-tab__content-wrapper .checkout-product-options .additional-options {
7158 width: 100%;
7159 margin-right: 12px;
7160 }
7161 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options,
7162 .step-settings__single-tab-content .checkout-product-options .variation-options,
7163 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options,
7164 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options {
7165 width: 100%;
7166 }
7167 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper > label,
7168 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper > label,
7169 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper > label,
7170 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper > label {
7171 width: 310px;
7172 font-size: 14px;
7173 line-height: 16px;
7174 }
7175 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
7176 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
7177 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
7178 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields {
7179 width: auto;
7180 }
7181 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
7182 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
7183 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox,
7184 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .wpfnl-checkbox {
7185 margin: 5px 20px 5px 0;
7186 display: inline-block;
7187 }
7188 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
7189 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
7190 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon,
7191 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-field-wrapper .wpfnl-fields .pro-tag-icon {
7192 transform: translateY(7px);
7193 display: inline-block;
7194 }
7195 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox label:before,
7196 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox label:before,
7197 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox label:before,
7198 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox label:before {
7199 border-color: #CDD2E6;
7200 }
7201 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
7202 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
7203 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before,
7204 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox input[type=checkbox]:checked + label::before {
7205 border-color: #6E42D3;
7206 }
7207 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label:before,
7208 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox.disabled label:before,
7209 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label:before,
7210 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox.disabled label:before {
7211 border-color: #E5E8F3 !important;
7212 background-color: rgba(0, 0, 0, 0.2196078431) !important;
7213 cursor: not-allowed;
7214 }
7215 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label::after,
7216 .step-settings__single-tab-content .checkout-product-options .variation-options .wpfnl-checkbox.disabled label::after,
7217 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-checkbox.disabled label::after,
7218 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options .wpfnl-checkbox.disabled label::after {
7219 display: none;
7220 }
7221 .step-settings__single-tab-content .wpfnl-additional-replacement-options .option-title,
7222 .step-settings__single-tab-content .checkout-product-options .option-title,
7223 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .option-title,
7224 .checkout-product-setting-tab__content-wrapper .checkout-product-options .option-title {
7225 font-weight: 700;
7226 font-size: 14px;
7227 line-height: 16px;
7228 color: #363B4E;
7229 margin-bottom: 18px;
7230 }
7231 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
7232 .step-settings__single-tab-content .checkout-product-options .options-wrapper,
7233 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper,
7234 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
7235 background: #F7F8F9;
7236 border-radius: 10px;
7237 padding: 24px;
7238 height: calc(100% - 33px);
7239 }
7240 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option,
7241 .step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option,
7242 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option,
7243 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option {
7244 margin-bottom: 20px;
7245 }
7246 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option:last-child,
7247 .step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option:last-child,
7248 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option:last-child,
7249 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option:last-child {
7250 margin-bottom: 0;
7251 }
7252 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label,
7253 .step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label,
7254 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label,
7255 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label {
7256 font-size: 14px;
7257 line-height: 16px;
7258 color: #363B4E;
7259 }
7260 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
7261 .step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
7262 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn label::before,
7263 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn label::before {
7264 border-color: #CDD2E6;
7265 }
7266 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
7267 .step-settings__single-tab-content .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
7268 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before,
7269 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper .single-option .wpfnl-radiobtn input[type=radio]:checked + label::before {
7270 border-color: #6E42D3;
7271 }
7272 .step-settings__single-tab-content .wpfnl-additional-replacement-options select#choose-coupon,
7273 .step-settings__single-tab-content .checkout-product-options select#choose-coupon,
7274 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options select#choose-coupon,
7275 .checkout-product-setting-tab__content-wrapper .checkout-product-options select#choose-coupon {
7276 display: none;
7277 }
7278 .step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box,
7279 .step-settings__single-tab-content .checkout-product-options .coupon-box,
7280 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box,
7281 .checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box {
7282 height: 36px;
7283 width: 250px;
7284 border-radius: 6px;
7285 position: relative;
7286 display: flex;
7287 position: relative;
7288 }
7289 .step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .search-icon,
7290 .step-settings__single-tab-content .checkout-product-options .coupon-box .search-icon,
7291 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .search-icon,
7292 .checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .search-icon {
7293 position: absolute;
7294 left: 12px;
7295 top: 10px;
7296 z-index: 100;
7297 }
7298 .step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2.select2-container.select2-container--default,
7299 .step-settings__single-tab-content .checkout-product-options .coupon-box .select2.select2-container.select2-container--default,
7300 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2.select2-container.select2-container--default,
7301 .checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2.select2-container.select2-container--default {
7302 width: 100% !important;
7303 border: none;
7304 }
7305 .step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2-container--default .select2-selection--single,
7306 .step-settings__single-tab-content .checkout-product-options .coupon-box .select2-container--default .select2-selection--single,
7307 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2-container--default .select2-selection--single,
7308 .checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2-container--default .select2-selection--single {
7309 background-color: transparent;
7310 border: none;
7311 height: auto;
7312 }
7313 .step-settings__single-tab-content .wpfnl-additional-replacement-options .coupon-box .select2-selection__rendered,
7314 .step-settings__single-tab-content .checkout-product-options .coupon-box .select2-selection__rendered,
7315 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .coupon-box .select2-selection__rendered,
7316 .checkout-product-setting-tab__content-wrapper .checkout-product-options .coupon-box .select2-selection__rendered {
7317 padding: 9px 15px 8px 35px;
7318 width: 100%;
7319 border-radius: 8px;
7320 white-space: pre;
7321 overflow: hidden;
7322 text-overflow: ellipsis;
7323 display: block;
7324 -webkit-line-clamp: 3;
7325 -webkit-box-orient: vertical;
7326 line-height: normal;
7327 border: 1px solid #e9e7e7;
7328 background: #ffffff;
7329 }
7330 .step-settings__single-tab-content .wpfnl-additional-replacement-options .wpfnl-additional-replacement-options,
7331 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .wpfnl-additional-replacement-options {
7332 margin-top: 0;
7333 }
7334 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper,
7335 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper {
7336 width: 100%;
7337 }
7338 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields,
7339 .checkout-product-setting-tab__content-wrapper .wpfnl-additional-replacement-options .variation-options .wpfnl-field-wrapper .wpfnl-fields {
7340 width: 100%;
7341 max-width: 270px;
7342 }
7343
7344 .step-settings__single-tab-content.product .product-head .product-search {
7345 margin-left: 0;
7346 }
7347
7348 @media only screen and (max-width: 1499px) {
7349 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
7350 padding: 20px;
7351 }
7352 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
7353 padding: 20px;
7354 }
7355 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-field-wrapper label {
7356 width: 111px;
7357 }
7358 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .wpfnl-fields {
7359 width: calc(100% - 111px);
7360 }
7361 }
7362 @media only screen and (max-width: 1299px) {
7363 .step-settings__single-tab-content .wpfnl-additional-replacement-options,
7364 .checkout-product-setting-tab__content-wrapper .checkout-product-options {
7365 padding: 20px;
7366 }
7367 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
7368 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
7369 padding: 15px;
7370 }
7371 }
7372 @media only screen and (max-width: 1199px) {
7373 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name,
7374 .checkout-product-setting-tab__content-wrapper .accordion-footer .product-name,
7375 .checkout-product-setting-tab__content-wrapper .accordion-head .product-name {
7376 width: 220px;
7377 }
7378 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content {
7379 display: block;
7380 }
7381 .checkout-product-setting-tab__content-wrapper .accordion-footer,
7382 .checkout-product-setting-tab__content-wrapper .accordion-head {
7383 padding: 20px 20px 20px 50px;
7384 }
7385 .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
7386 padding: 20px 20px 20px 50px;
7387 }
7388 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .subtext-settings {
7389 width: 100%;
7390 }
7391 .checkout-product-setting-tab__content-wrapper .product-single__accordion-body-content .highlights {
7392 padding: 0 20px 20px;
7393 width: 100%;
7394 }
7395 .step-settings__single-tab-content .wpfnl-additional-replacement-options,
7396 .checkout-product-setting-tab__content-wrapper .checkout-product-options {
7397 display: block;
7398 }
7399 .step-settings__single-tab-content .wpfnl-additional-replacement-options .additional-options,
7400 .checkout-product-setting-tab__content-wrapper .checkout-product-options .additional-options {
7401 width: 100%;
7402 margin-right: 0;
7403 margin-bottom: 24px;
7404 }
7405 .step-settings__single-tab-content .wpfnl-additional-replacement-options .option-title,
7406 .checkout-product-setting-tab__content-wrapper .checkout-product-options .option-title {
7407 margin-bottom: 10px;
7408 }
7409 .step-settings__single-tab-content .wpfnl-additional-replacement-options .variation-options,
7410 .checkout-product-setting-tab__content-wrapper .checkout-product-options .variation-options {
7411 width: 100%;
7412 margin-left: 0;
7413 }
7414 .step-settings__single-tab-content .wpfnl-additional-replacement-options .options-wrapper,
7415 .checkout-product-setting-tab__content-wrapper .checkout-product-options .options-wrapper {
7416 height: auto;
7417 }
7418 }
7419 @media only screen and (max-width: 991px) {
7420 .checkout-product-setting-tab__content-wrapper .product-head .product-search {
7421 width: 190px;
7422 }
7423 }
7424 .order-bump-accordion-wrapper {
7425 border: 1px solid #E5E8F3;
7426 border-radius: 10px;
7427 }
7428 .order-bump-accordion-wrapper .order-bump-header {
7429 display: flex;
7430 align-items: center;
7431 justify-content: space-between;
7432 background: #FFFFFF;
7433 border-radius: 10px 10px 0px 0px;
7434 padding: 15px 25px;
7435 border-bottom: 1px solid #EEF0F3;
7436 }
7437 .order-bump-accordion-wrapper .order-bump-header .title {
7438 font-weight: 500;
7439 font-size: 16px;
7440 line-height: 19px;
7441 color: #363B4E;
7442 text-transform: capitalize;
7443 margin-right: 10px;
7444 }
7445 .order-bump-accordion-wrapper .order-bump-header .btn-default {
7446 position: relative;
7447 }
7448 .order-bump-accordion-wrapper .order-bump-header .btn-default .pro-tag-icon {
7449 position: static;
7450 margin-left: 4px;
7451 transform: translateY(5px);
7452 display: inline-block;
7453 }
7454 .order-bump-accordion-wrapper .order-bump-header .btn-default:disabled {
7455 opacity: 0.6;
7456 cursor: not-allowed;
7457 }
7458 .order-bump-accordion-wrapper .order-bump-header .btn-default:disabled:hover {
7459 background-color: #6E42D3;
7460 }
7461 .order-bump-accordion-wrapper .order-bump-accordion-header {
7462 width: 100%;
7463 background: #FFFFFF;
7464 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
7465 border-bottom: 1px solid transparent;
7466 border-radius: 10px;
7467 padding: 0 24px;
7468 display: flex;
7469 align-items: center;
7470 justify-content: space-between;
7471 }
7472 .order-bump-accordion-wrapper .order-bump-accordion-header .title-area {
7473 padding: 12px 0;
7474 cursor: pointer;
7475 width: calc(100% - 67px);
7476 }
7477 .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title {
7478 font-weight: 500;
7479 color: #363B4E;
7480 }
7481 .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title small {
7482 color: #7A8B9A;
7483 font-weight: 400;
7484 }
7485 .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .icon {
7486 width: 9px;
7487 height: 9px;
7488 display: inline-block;
7489 border: 2px solid #363B4E;
7490 border-top: none;
7491 border-left: none;
7492 transform: rotate(45deg);
7493 transform-origin: center;
7494 position: relative;
7495 top: -1px;
7496 margin-right: 12px;
7497 transition: transform 0.3s ease;
7498 }
7499 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area {
7500 display: flex;
7501 align-items: center;
7502 }
7503 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area .wpfnl-switcher.has-loader {
7504 display: flex;
7505 align-items: center;
7506 }
7507 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area .wpfnl-switcher.has-loader .wpfnl-loader {
7508 display: inline-block;
7509 margin-left: 0;
7510 margin-right: 5px;
7511 }
7512 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area button {
7513 border: none;
7514 cursor: pointer;
7515 text-align: center;
7516 padding: 0 6px;
7517 display: inline-block;
7518 height: 30px;
7519 line-height: 30px;
7520 background-color: transparent;
7521 margin: 0 0 0 6px;
7522 }
7523 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area button.delete-checkout-field svg {
7524 width: 20px;
7525 height: 20px;
7526 }
7527 .order-bump-accordion-wrapper .order-bump-accordion-header .action-area button svg {
7528 width: 16px;
7529 height: 16px;
7530 display: block;
7531 }
7532 .order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher label {
7533 width: 28px;
7534 height: 16px;
7535 background-color: #BEC8D0;
7536 }
7537 .order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher label:after {
7538 width: 14px;
7539 height: 14px;
7540 top: 0px;
7541 left: 0px;
7542 }
7543 .order-bump-accordion-wrapper .order-bump-accordion-header .wpfnl-switcher input[type=checkbox]:checked + label:after {
7544 margin-left: 11px;
7545 }
7546 .order-bump-accordion-wrapper .order-bump-body {
7547 border-radius: 0 0 10px 10px;
7548 }
7549 .order-bump-accordion-wrapper .order-bump-body .wpfnl-order-bump-modal-header,
7550 .order-bump-accordion-wrapper .order-bump-body .wpfnl-order-bump-modal-footer {
7551 display: none;
7552 }
7553 .order-bump-accordion-wrapper .order-bump-body .order-bump-table-header {
7554 background: #F6F5FA;
7555 display: grid;
7556 grid-template-columns: 9fr 1fr 2fr;
7557 padding: 15px 20px;
7558 border-bottom: 1px solid #EEF0F3;
7559 }
7560 .order-bump-accordion-wrapper .order-bump-body .order-bump-table-header .oder-bump-table-header-text {
7561 color: #7A8B9A;
7562 font-family: Roboto;
7563 font-size: 14px;
7564 font-style: normal;
7565 font-weight: 400;
7566 line-height: normal;
7567 text-transform: capitalize;
7568 }
7569 .order-bump-accordion-wrapper .order-bump-body .order-bump-table-header .oder-bump-table-header-text.order-bump-actions {
7570 margin-left: auto;
7571 padding-right: 5px;
7572 }
7573 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump {
7574 margin-bottom: 0;
7575 box-shadow: none;
7576 border-bottom: 1px solid #EEF0F3;
7577 border-radius: 0;
7578 }
7579 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump:last-child {
7580 border-radius: 0 0 10px 10px;
7581 border-bottom: none;
7582 }
7583 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-accordion-header {
7584 padding: 0 20px;
7585 border-radius: 0;
7586 display: grid;
7587 grid-template-columns: 9fr 1fr 2fr;
7588 border: none;
7589 }
7590 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-accordion-header .action-area {
7591 justify-content: flex-end;
7592 }
7593 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump:last-child .order-bump-accordion-header {
7594 border-radius: 0 0 10px 10px;
7595 }
7596 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal {
7597 position: absolute;
7598 width: 100%;
7599 max-height: 300%;
7600 top: 7px;
7601 background: #fff;
7602 left: 0px;
7603 z-index: 99999999;
7604 padding: 24px;
7605 }
7606 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header {
7607 display: flex;
7608 align-items: center;
7609 justify-content: space-between;
7610 margin-bottom: 20px;
7611 }
7612 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title {
7613 display: flex;
7614 align-items: center;
7615 gap: 10px;
7616 }
7617 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title .wpfnl-back-icon {
7618 border-radius: 10px;
7619 border: 1px solid #EBEDF0;
7620 background: #FFF;
7621 display: flex;
7622 align-items: center;
7623 justify-content: center;
7624 padding: 7px;
7625 cursor: pointer;
7626 }
7627 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .drawer-title p {
7628 color: #363B4E;
7629 font-family: Roboto;
7630 font-size: 18px;
7631 font-style: normal;
7632 font-weight: 600;
7633 line-height: normal;
7634 }
7635 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-header .wpfnl-drawer-close {
7636 border-radius: 10px;
7637 border: 1px solid #EBEDF0;
7638 cursor: pointer;
7639 padding: 12px;
7640 display: flex;
7641 align-items: center;
7642 justify-content: center;
7643 }
7644 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer {
7645 display: flex;
7646 align-items: center;
7647 justify-content: flex-end;
7648 margin-top: 30px;
7649 }
7650 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper {
7651 display: flex;
7652 align-items: center;
7653 gap: 14px;
7654 }
7655 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper button.outline {
7656 color: #000;
7657 background: none;
7658 border: 1px solid #E4E6EB;
7659 padding: 11px 20px;
7660 min-width: auto;
7661 line-height: normal;
7662 }
7663 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .wpfnl-order-bump-modal-footer .wpfnl-button-wrapper button:disabled {
7664 opacity: 0.5;
7665 cursor: not-allowed;
7666 }
7667 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content {
7668 padding: 0;
7669 border-radius: 10px;
7670 border: 1px solid #EEF0F3;
7671 background: #F6F5FA;
7672 }
7673 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area {
7674 width: 60%;
7675 margin-right: 0;
7676 background: #fff;
7677 border-radius: 10px 0 0 10px;
7678 }
7679 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump {
7680 padding: 14px 20px;
7681 border-right: 1px solid #EBEDF0;
7682 }
7683 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump .wpfnl-field-wrapper {
7684 gap: 10px;
7685 }
7686 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .wpfnl-box.order-bump-settings,
7687 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .wpfnl-box.discount-settings {
7688 padding: 30px;
7689 }
7690 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .preview-header {
7691 background: #FFF;
7692 border: none;
7693 border-radius: 0 10px 0 0;
7694 padding: 22px;
7695 border-bottom: 1.4px solid white;
7696 }
7697 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .wpfnl-order-bump__template-style1 {
7698 border: none;
7699 margin: 20px 25px;
7700 }
7701 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-fields-with-color,
7702 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper,
7703 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-product-description,
7704 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .upload-product-image .wpfnl-fields {
7705 width: calc(100% - 180px);
7706 }
7707 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper {
7708 display: flex;
7709 align-items: center;
7710 justify-content: space-between;
7711 gap: 10px;
7712 }
7713 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper .select-product {
7714 width: 100%;
7715 border: 1px solid #6E42D3;
7716 background: #f6f4fb;
7717 }
7718 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper button.wpfnl-ob-add-product {
7719 border-radius: 6px;
7720 background: #6E42D3;
7721 padding: 11px 14px;
7722 border: none;
7723 outline: none;
7724 color: #FFF;
7725 font-family: Roboto;
7726 font-size: 14px;
7727 font-style: normal;
7728 font-weight: 600;
7729 line-height: 14px;
7730 letter-spacing: -0.14px;
7731 cursor: pointer;
7732 }
7733 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .vc-color-wrap {
7734 border-radius: 50%;
7735 }
7736 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color,
7737 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color {
7738 border-radius: 6px;
7739 border: 1px solid #EBEDF0;
7740 display: flex;
7741 align-items: center;
7742 padding: 0 1px;
7743 }
7744 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color .color-picker,
7745 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color .color-picker {
7746 display: inline-block;
7747 padding: 8px 11px;
7748 border-right: 1px solid #EBEDF0;
7749 padding-right: 1px;
7750 }
7751 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color input,
7752 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color input {
7753 border-radius: 0;
7754 border: none;
7755 }
7756 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-fields-with-color.wpfnl-description-color,
7757 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .wpfnl-description-color.wpfnl-description-color {
7758 margin-bottom: 14px;
7759 }
7760 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump .order-bump-settings .wpfnl-field-wrapper .product-quantity input {
7761 width: 98px;
7762 min-width: 98px;
7763 height: 38px;
7764 }
7765 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.no-more-one {
7766 border-radius: 0 0 10px 10px;
7767 }
7768 .order-bump-accordion-wrapper .order-bump-body .reset-arrow-color,
7769 .order-bump-accordion-wrapper .order-bump-body .reset-obbg {
7770 margin-left: 1px;
7771 padding: 4px 5px;
7772 position: relative;
7773 top: -1px;
7774 border: none;
7775 border-radius: 3px;
7776 background: transparent;
7777 color: #fff;
7778 font-size: 12px;
7779 line-height: 1;
7780 cursor: pointer;
7781 }
7782 .order-bump-accordion-wrapper .order-bump-body .reset-arrow-color svg,
7783 .order-bump-accordion-wrapper .order-bump-body .reset-obbg svg {
7784 width: 16px;
7785 height: 16px;
7786 display: block;
7787 }
7788 .order-bump-accordion-wrapper .order-bump-body .reset-arrow-color {
7789 top: 3px;
7790 }
7791
7792 .wpfnl-back-icon {
7793 border-radius: 10px;
7794 border: 1px solid #EBEDF0;
7795 background: #FFF;
7796 display: flex;
7797 align-items: center;
7798 justify-content: center;
7799 padding: 7px !important;
7800 cursor: pointer;
7801 margin-right: 10px;
7802 }
7803
7804 .wpfnl-checkbox label:before {
7805 border: 1px solid #EBEDF0;
7806 background-color: none;
7807 }
7808
7809 .checkout-order-bump-setting-tab__content-wrapper {
7810 background: #FFFFFF;
7811 border: 1px solid transparent;
7812 box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
7813 border-radius: 10px;
7814 margin-bottom: 15px;
7815 }
7816 .checkout-order-bump-setting-tab__content-wrapper:last-child {
7817 margin-bottom: 0;
7818 }
7819 .checkout-order-bump-setting-tab__content-wrapper .order-bump-accordion-content {
7820 display: none;
7821 flex-flow: row wrap;
7822 align-items: flex-start;
7823 padding: 24px;
7824 }
7825 .checkout-order-bump-setting-tab__content-wrapper .order-bump-accordion-content.show-content {
7826 display: flex;
7827 }
7828 .checkout-order-bump-setting-tab__content-wrapper.no-order-bump {
7829 text-align: center;
7830 padding: 12px 24px;
7831 }
7832 .checkout-order-bump-setting-tab__content-wrapper.no-more-one {
7833 padding: 18px 24px;
7834 color: #272727;
7835 display: flex;
7836 flex-flow: row wrap;
7837 align-items: center;
7838 justify-content: space-between;
7839 }
7840 .checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints {
7841 color: #272727;
7842 margin: 0;
7843 width: calc(100% - 168px);
7844 font-style: normal;
7845 padding-right: 14px;
7846 }
7847 .checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints .highlight-color {
7848 color: #ee5f5a;
7849 }
7850 .checkout-order-bump-setting-tab__content-wrapper.no-more-one .hints .pro-tag {
7851 color: #ffffff;
7852 }
7853 .checkout-order-bump-setting-tab__content-wrapper.no-more-one .pro-link {
7854 font-weight: 500;
7855 text-decoration: underline;
7856 color: #6e42d3;
7857 width: 168px;
7858 }
7859 .checkout-order-bump-setting-tab__content-wrapper.expanded-orderbump .order-bump-accordion-header {
7860 box-shadow: none;
7861 border-bottom-color: #6E42D3;
7862 border-bottom-right-radius: 0;
7863 border-bottom-left-radius: 0;
7864 }
7865 .checkout-order-bump-setting-tab__content-wrapper.expanded-orderbump .order-bump-accordion-header .title-area .icon {
7866 top: 1px;
7867 transform: rotate(-135deg);
7868 }
7869 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings {
7870 border-top: 1px solid #E5E8F3;
7871 }
7872 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper {
7873 margin-bottom: 25px;
7874 }
7875 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper:last-child {
7876 margin-bottom: 0;
7877 }
7878 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper label {
7879 font-size: 14px;
7880 line-height: 16px;
7881 }
7882 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper select {
7883 padding: 5px 9px;
7884 }
7885 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.mobile {
7886 display: none;
7887 }
7888 .checkout-order-bump-setting-tab__content-wrapper .product-select-wrapper {
7889 border-top: 1px solid #E5E8F3;
7890 padding-top: 25px;
7891 }
7892 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label {
7893 width: 250px;
7894 position: relative;
7895 padding-right: 30px;
7896 }
7897 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label .color-picker {
7898 position: absolute;
7899 right: 10px;
7900 top: -4px;
7901 line-height: 1;
7902 }
7903 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .vc-color-wrap {
7904 width: 25px;
7905 }
7906 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.top-align .color-picker {
7907 top: 6px;
7908 }
7909 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.orderbump-bg .vc-color-wrap {
7910 position: relative;
7911 top: -5px;
7912 }
7913 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
7914 top: -2px;
7915 }
7916 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields {
7917 width: 50%;
7918 }
7919 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields select {
7920 border: 1px solid #EBEDF0;
7921 padding-top: 3px;
7922 }
7923 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields .icp__input {
7924 border-radius: 0 !important;
7925 border: 1px solid #e5e5e5;
7926 background: #000000;
7927 }
7928 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-box {
7929 padding: 30px 0;
7930 margin: 0;
7931 box-shadow: none;
7932 background: transparent;
7933 border-radius: 0;
7934 }
7935 .checkout-order-bump-setting-tab__content-wrapper .hints {
7936 word-break: break-word;
7937 }
7938 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
7939 width: calc(50% - 25px);
7940 margin-right: 25px;
7941 }
7942 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .enable-order-bump {
7943 border-top: none;
7944 padding-bottom: 30px;
7945 }
7946 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .enable-order-bump .wpfnl-fields input {
7947 width: 97%;
7948 }
7949 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area > .title {
7950 position: relative;
7951 font-weight: 500;
7952 font-size: 16px;
7953 line-height: 19px;
7954 color: #363B4E;
7955 background-color: #F7F7FA;
7956 padding: 18px 30px 18px 30px;
7957 border-radius: 10px 10px 0 0;
7958 border-bottom: 1px solid #EEF0F3;
7959 }
7960 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon,
7961 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product {
7962 border: 1px solid #E9E9EF;
7963 border-radius: 6px;
7964 height: 36px;
7965 position: relative;
7966 display: flex;
7967 }
7968 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-replace-product-search,
7969 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-product-search,
7970 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .wpfnl-ob-replace-product-search,
7971 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .wpfnl-ob-product-search {
7972 display: none;
7973 }
7974 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon svg,
7975 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product svg {
7976 position: absolute;
7977 left: 10px;
7978 top: 10px;
7979 }
7980 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container--default .select2-selection--single .select2-selection__arrow,
7981 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container--default .select2-selection--single .select2-selection__arrow {
7982 display: none;
7983 }
7984 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2.select2-container.select2-container--default,
7985 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2.select2-container.select2-container--default {
7986 width: 100% !important;
7987 }
7988 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container--default .select2-selection--single,
7989 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container--default .select2-selection--single {
7990 background-color: transparent;
7991 border: none;
7992 height: auto;
7993 }
7994 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__rendered,
7995 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__rendered {
7996 padding: 8px 12px 7px;
7997 width: 100%;
7998 border-radius: 6px;
7999 white-space: pre;
8000 overflow: hidden;
8001 text-overflow: ellipsis;
8002 display: block;
8003 -webkit-line-clamp: 3;
8004 -webkit-box-orient: vertical;
8005 line-height: normal;
8006 }
8007 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__rendered .select2-selection__placeholder,
8008 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__rendered .select2-selection__placeholder {
8009 color: #7A8B9A;
8010 }
8011 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon.product-selected .select2-selection__rendered,
8012 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product.product-selected .select2-selection__rendered {
8013 display: flex;
8014 align-items: center;
8015 flex-flow: row-reverse;
8016 justify-content: space-between;
8017 }
8018 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-container.select2-container--default.select2-container--open,
8019 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-container.select2-container--default.select2-container--open {
8020 border: none;
8021 }
8022 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .select2-selection__clear,
8023 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-product .select2-selection__clear {
8024 cursor: pointer;
8025 padding: 0 2px;
8026 }
8027 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product {
8028 height: auto;
8029 }
8030 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__rendered {
8031 display: flex;
8032 flex-flow: row wrap;
8033 gap: 6px;
8034 padding: 5px 7px 5px;
8035 }
8036 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__rendered .select2-selection__clear {
8037 display: none;
8038 }
8039 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__choice {
8040 border: 1px solid #EBEDF0;
8041 display: inline;
8042 padding: 7px 4px 7px 10px;
8043 border-radius: 6px;
8044 color: #363B4E;
8045 font-size: 13px;
8046 display: inline-flex;
8047 gap: 5px;
8048 flex-flow: row-reverse;
8049 }
8050 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product .select2-selection__choice .select2-selection__choice__remove {
8051 padding: 0px 6px;
8052 line-height: 1;
8053 display: flex;
8054 align-items: center;
8055 cursor: pointer;
8056 }
8057 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-ob-replace-product input.select2-search__field {
8058 width: auto !important;
8059 padding: 0 8px;
8060 height: auto;
8061 min-width: 80px;
8062 border: none;
8063 }
8064 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-replace-products-radio-btn {
8065 display: flex;
8066 align-items: center;
8067 margin: 13px 0;
8068 gap: 16px;
8069 }
8070 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .wpfnl-replace-products-radio-btn .wpfnl-radiobtn label {
8071 padding-top: 0;
8072 }
8073 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .discount-settings {
8074 border: none;
8075 border-top: 1px solid #E5E8F3;
8076 }
8077 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .icon-wrapper {
8078 display: inline-flex;
8079 justify-content: center;
8080 align-items: center;
8081 gap: 8px;
8082 }
8083 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label {
8084 box-sizing: border-box;
8085 border-radius: 6px;
8086 height: 160px;
8087 display: flex;
8088 flex-flow: column;
8089 align-items: center;
8090 justify-content: center;
8091 margin: 0;
8092 padding: 0;
8093 text-align: center;
8094 background-repeat: no-repeat;
8095 background-position: center;
8096 background-size: cover;
8097 cursor: pointer;
8098 border: 1px solid #EBEDF0;
8099 background-color: #F6F5FA;
8100 background-image: none;
8101 }
8102 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label .title {
8103 display: block;
8104 line-height: 16px;
8105 margin-top: 5px;
8106 transition: all 0.3s ease;
8107 color: #363B4E;
8108 font-family: Inter;
8109 font-size: 14px;
8110 font-style: normal;
8111 font-weight: 500;
8112 line-height: 14px;
8113 letter-spacing: -0.14px;
8114 }
8115 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label .title .wpfnl-link-text {
8116 color: #6E42D3;
8117 }
8118 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded .icon-wrapper {
8119 background: rgba(0, 0, 0, 0.4);
8120 width: 100%;
8121 height: 100%;
8122 border-radius: 6px;
8123 display: flex;
8124 flex-flow: column;
8125 align-items: center;
8126 justify-content: center;
8127 opacity: 0;
8128 visibility: hidden;
8129 transition: all 0.3s ease;
8130 }
8131 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover .icon-wrapper {
8132 opacity: 1;
8133 visibility: visible;
8134 }
8135 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover .title {
8136 color: #ffffff;
8137 }
8138 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .upload-product-image .image-label.img-uploaded:hover path {
8139 fill: #ffffff;
8140 }
8141 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .select-coupon .coupon .wpfnl-ob-coupon-search {
8142 display: none;
8143 }
8144 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area .non-input-field {
8145 cursor: not-allowed;
8146 font-size: 14px;
8147 color: #7A8B9A;
8148 padding: 9px 15px;
8149 height: 36px;
8150 width: 100%;
8151 min-width: 190px;
8152 display: block;
8153 border-radius: 6px;
8154 border: 1px solid #EBEDF0;
8155 background: #F6F5FA;
8156 }
8157 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-pre-purchase-upsell .pro-tag-icon {
8158 transform: translateY(7px);
8159 display: inline-block;
8160 }
8161 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
8162 width: 40%;
8163 position: sticky;
8164 top: 0px;
8165 }
8166 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header {
8167 background-color: #F7F7FA;
8168 padding: 18px 30px 18px 30px;
8169 border-radius: 10px;
8170 margin-bottom: 20px;
8171 border: 1px solid #E5E8F3;
8172 }
8173 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header h4 {
8174 text-transform: capitalize;
8175 font-family: Roboto;
8176 font-size: 14px;
8177 font-style: normal;
8178 font-weight: 400;
8179 line-height: normal;
8180 }
8181 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area .preview-header h4 span {
8182 color: #363B4E;
8183 font-weight: 600;
8184 }
8185
8186 @media only screen and (max-width: 1599px) {
8187 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper .wpfnl-fields {
8188 width: 50%;
8189 }
8190 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .select-product-wrapper,
8191 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-fields-with-color,
8192 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-product-description,
8193 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .upload-product-image .wpfnl-fields {
8194 width: calc(100% - 250px);
8195 }
8196 }
8197 @media only screen and (max-width: 1350px) and (min-width: 1200px) {
8198 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
8199 width: calc(55% - 25px);
8200 }
8201 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
8202 width: 45%;
8203 }
8204 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper::not(".no-title-checkbox") {
8205 margin-bottom: 18px;
8206 display: block;
8207 }
8208 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox > label {
8209 width: auto;
8210 margin-bottom: 0;
8211 padding-right: 10px;
8212 padding-top: 4px;
8213 display: inline-block;
8214 }
8215 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .wpfnl-fields {
8216 width: 50%;
8217 max-width: 410px;
8218 }
8219 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.desktop {
8220 display: none;
8221 }
8222 .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper.no-title-checkbox .hints.mobile {
8223 display: block;
8224 }
8225 }
8226 @media only screen and (max-width: 1199px) {
8227 .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
8228 width: 100%;
8229 margin-right: 0;
8230 margin-bottom: 30px;
8231 }
8232 .checkout-order-bump-setting-tab__content-wrapper .order-bump-template-preview-area {
8233 width: 100%;
8234 }
8235 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area {
8236 width: 100%;
8237 border-radius: 10px 10px 0 0;
8238 margin-bottom: 0;
8239 border-bottom: 1px solid #EEF0F3;
8240 }
8241 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-settings-area .order-bump-settings.enable-order-bump {
8242 border-radius: 0px;
8243 }
8244 .order-bump-accordion-wrapper .order-bump-body .checkout-order-bump-setting-tab__content-wrapper.single-order-bump.expanded-orderbump .wpfnl-order-bump-create-modal .order-bump-accordion-content.show-content .order-bump-template-preview-area .preview-header {
8245 border-radius: 0px;
8246 }
8247 }
8248 .edit-field-tabNcontent {
8249 border: 1px solid #E5E8F3;
8250 border-radius: 10px;
8251 }
8252
8253 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav {
8254 display: flex;
8255 flex-flow: row wrap;
8256 align-items: center;
8257 justify-content: flex-start;
8258 padding: 23px 20px 23px 0;
8259 border-bottom: 1px solid #E5E8F3;
8260 }
8261 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li {
8262 padding: 0 15px;
8263 }
8264 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li:last-child {
8265 margin-right: 0;
8266 }
8267 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a {
8268 font-size: 14px;
8269 color: #7A8B9A;
8270 height: 44px;
8271 line-height: 44px;
8272 display: block;
8273 position: relative;
8274 }
8275 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a:hover {
8276 color: #363B4E;
8277 }
8278 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li a:before {
8279 content: "";
8280 position: absolute;
8281 top: -24px;
8282 left: 0;
8283 width: 100%;
8284 height: 3px;
8285 background: #6E42D3;
8286 border-radius: 0 0 50px 50px;
8287 visibility: hidden;
8288 opacity: 0;
8289 }
8290 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.active a {
8291 color: #6E42D3;
8292 }
8293 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.active a:before {
8294 visibility: visible;
8295 opacity: 1;
8296 }
8297 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn {
8298 margin-left: 20px;
8299 padding: 0;
8300 }
8301 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn .btn-default {
8302 line-height: 39px;
8303 }
8304 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn svg {
8305 margin-right: 5px;
8306 }
8307 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn {
8308 margin-left: auto;
8309 padding: 0;
8310 }
8311 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default {
8312 line-height: 39px;
8313 background: #F7F7FA;
8314 color: #363B4E;
8315 border: 1px solid #E5E8F3;
8316 }
8317 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default.error {
8318 color: #d63342;
8319 background-color: #f8d7da;
8320 border-color: #f5c6cb;
8321 }
8322 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .btn-default.success {
8323 color: #269c41;
8324 background-color: #d4edda;
8325 border-color: #c3e6cb;
8326 }
8327 .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn .wpfnl-loader {
8328 display: inline-block;
8329 }
8330
8331 .edit-field-settings__single-tab-content {
8332 display: none;
8333 }
8334 .edit-field-settings__single-tab-content .checkout-edit-field {
8335 background: #FFFFFF;
8336 box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
8337 border-radius: 0px 10px 10px 10px;
8338 }
8339 .edit-field-settings__single-tab-content:first-child {
8340 display: block;
8341 }
8342 .edit-field-settings__single-tab-content .single-tab-header {
8343 display: flex;
8344 flex-flow: row;
8345 align-items: center;
8346 padding: 25px;
8347 justify-content: space-between;
8348 }
8349 .edit-field-settings__single-tab-content .single-tab-header .tab-title {
8350 font-weight: 500;
8351 font-size: 16px;
8352 line-height: 19px;
8353 color: #363B4E;
8354 text-transform: capitalize;
8355 }
8356 .edit-field-settings__single-tab-content .single-tab-header .restore-btn {
8357 margin-left: auto;
8358 margin-right: 10px;
8359 }
8360 .edit-field-settings__single-tab-content .single-tab-header .restore-btn .wpfnl-alert {
8361 margin-right: 6px;
8362 }
8363 .edit-field-settings__single-tab-content .single-tab-header .restore-btn .wpfnl-loader {
8364 position: relative;
8365 top: 2px;
8366 }
8367 .edit-field-settings__single-tab-content .single-tab-header .btn-default {
8368 height: 40px;
8369 line-height: 41px;
8370 min-width: 100px;
8371 }
8372 .edit-field-settings__single-tab-content .checkout-field-header {
8373 position: sticky;
8374 top: 0;
8375 z-index: 2;
8376 display: flex;
8377 flex-flow: row wrap;
8378 align-items: center;
8379 justify-content: space-between;
8380 padding: 20px 20px 20px 77px;
8381 border-bottom: 1px solid #E5E8F3;
8382 background: #F7F7FA;
8383 }
8384 .edit-field-settings__single-tab-content .checkout-field-header .field-item {
8385 font-size: 12px;
8386 line-height: 14px;
8387 letter-spacing: 0.857143px;
8388 text-transform: uppercase;
8389 color: #7A8B9A;
8390 }
8391 .edit-field-settings__single-tab-content .checkout-field-header.bottom {
8392 border-bottom: 0;
8393 border-radius: 0 0 10px 10px;
8394 }
8395 .edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
8396 .edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
8397 width: 25px;
8398 position: absolute;
8399 left: 20px;
8400 top: 50%;
8401 transform: translateY(-50%);
8402 }
8403 .edit-field-settings__single-tab-content .checkout-field-header .field-name,
8404 .edit-field-settings__single-tab-content .checkout__single-field .field-name {
8405 width: 160px;
8406 padding-right: 10px;
8407 }
8408 .edit-field-settings__single-tab-content .checkout-field-header .field-type,
8409 .edit-field-settings__single-tab-content .checkout__single-field .field-type {
8410 width: 75px;
8411 padding-right: 10px;
8412 }
8413 .edit-field-settings__single-tab-content .checkout-field-header .field-label,
8414 .edit-field-settings__single-tab-content .checkout__single-field .field-label {
8415 width: 150px;
8416 padding-right: 10px;
8417 }
8418 .edit-field-settings__single-tab-content .checkout-field-header .field-placeholder,
8419 .edit-field-settings__single-tab-content .checkout__single-field .field-placeholder {
8420 width: 250px;
8421 padding-right: 10px;
8422 }
8423 .edit-field-settings__single-tab-content .checkout-field-header .field-validation,
8424 .edit-field-settings__single-tab-content .checkout__single-field .field-validation {
8425 width: 94px;
8426 padding-right: 10px;
8427 }
8428 .edit-field-settings__single-tab-content .checkout-field-header .field-required,
8429 .edit-field-settings__single-tab-content .checkout__single-field .field-required {
8430 width: 74px;
8431 padding-right: 10px;
8432 }
8433 .edit-field-settings__single-tab-content .checkout-field-header .field-status,
8434 .edit-field-settings__single-tab-content .checkout__single-field .field-status {
8435 width: 65px;
8436 padding-right: 10px;
8437 }
8438 .edit-field-settings__single-tab-content .checkout-field-header .field-action,
8439 .edit-field-settings__single-tab-content .checkout__single-field .field-action {
8440 width: 57px;
8441 }
8442 .edit-field-settings__single-tab-content .checkout__single-field {
8443 position: relative;
8444 padding: 25px 20px 25px 65px;
8445 display: flex;
8446 flex-flow: row wrap;
8447 align-items: center;
8448 justify-content: space-between;
8449 border-bottom: 1px solid #E5E8F3;
8450 cursor: all-scroll;
8451 min-height: 81px;
8452 }
8453 .edit-field-settings__single-tab-content .checkout__single-field:last-child {
8454 border-bottom: 0;
8455 }
8456 .edit-field-settings__single-tab-content .checkout__single-field.ui-sortable-helper {
8457 background-color: #F7F7FA;
8458 }
8459 .edit-field-settings__single-tab-content .checkout__single-field .field-item {
8460 font-weight: 400;
8461 font-size: 14px;
8462 line-height: 16px;
8463 color: #363B4E;
8464 word-break: break-all;
8465 }
8466 .edit-field-settings__single-tab-content .checkout__single-field .hamburger-bar {
8467 display: block;
8468 width: 18px;
8469 height: 14px;
8470 border-top: 2px solid #CDD2E6;
8471 border-bottom: 2px solid #CDD2E6;
8472 position: relative;
8473 cursor: all-scroll;
8474 }
8475 .edit-field-settings__single-tab-content .checkout__single-field .hamburger-bar:before {
8476 content: "";
8477 position: absolute;
8478 left: 0;
8479 top: 50%;
8480 width: 100%;
8481 height: 2px;
8482 margin-top: -1px;
8483 background: #CDD2E6;
8484 }
8485 .edit-field-settings__single-tab-content .checkout__single-field .field-required,
8486 .edit-field-settings__single-tab-content .checkout__single-field .field-status {
8487 display: flex;
8488 align-items: center;
8489 }
8490 .edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher label,
8491 .edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher label {
8492 width: 36px;
8493 height: 18px;
8494 }
8495 .edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher label:after,
8496 .edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher label:after {
8497 width: 12px;
8498 height: 12px;
8499 top: 2px;
8500 left: 3px;
8501 }
8502 .edit-field-settings__single-tab-content .checkout__single-field .field-required .wpfnl-switcher input[type=checkbox]:checked + label:after,
8503 .edit-field-settings__single-tab-content .checkout__single-field .field-status .wpfnl-switcher input[type=checkbox]:checked + label:after {
8504 margin-left: 17px;
8505 }
8506 .edit-field-settings__single-tab-content .checkout__single-field .field-action {
8507 display: flex;
8508 }
8509 .edit-field-settings__single-tab-content .checkout__single-field .field-action button {
8510 border: none;
8511 cursor: pointer;
8512 text-align: center;
8513 padding: 0 6px;
8514 display: inline-block;
8515 height: 30px;
8516 line-height: 30px;
8517 background-color: transparent;
8518 margin: 0;
8519 }
8520 .edit-field-settings__single-tab-content .checkout__single-field .field-action button svg {
8521 width: 20px;
8522 height: 20px;
8523 display: block;
8524 }
8525
8526 .checkout-edit-field__settings-option {
8527 background: #FFFFFF;
8528 border-radius: 10px;
8529 margin-top: 30px;
8530 border: 1px solid #E5E8F3;
8531 }
8532 .checkout-edit-field__settings-option .settings-title {
8533 font-weight: 700;
8534 font-size: 14px;
8535 line-height: 16px;
8536 padding: 20px 25px;
8537 color: #363B4E;
8538 border-bottom: 1px solid #E5E8F3;
8539 background: #F7F7FA;
8540 border-radius: 10px 10px 0 0;
8541 }
8542 .checkout-edit-field__settings-option .options-wrapper {
8543 padding: 30px 25px;
8544 display: flex;
8545 flex-flow: row wrap;
8546 align-items: flex-start;
8547 position: relative;
8548 }
8549 .checkout-edit-field__settings-option .options-wrapper::before {
8550 content: "";
8551 position: absolute;
8552 left: 50%;
8553 top: 50%;
8554 height: calc(100% - 60px);
8555 width: 1px;
8556 background: #E5E8F3;
8557 transform: translateY(-50%);
8558 }
8559 .checkout-edit-field__settings-option .options-wrapper .single-option {
8560 margin-bottom: 20px;
8561 width: 50%;
8562 }
8563 .checkout-edit-field__settings-option .options-wrapper .single-option:last-child {
8564 margin-bottom: 0;
8565 }
8566 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
8567 padding-right: 50px;
8568 }
8569 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
8570 padding-left: 60px;
8571 }
8572 .checkout-edit-field__settings-option .options-wrapper .single-option .wpfnl-checkbox label {
8573 font-size: 14px;
8574 line-height: 16px;
8575 color: #363B4E;
8576 padding-left: 33px;
8577 }
8578
8579 .dradndrop-icon .st0 {
8580 fill: none;
8581 stroke: #7A8B9A;
8582 stroke-width: 5;
8583 stroke-miterlimit: 10;
8584 }
8585 .dradndrop-icon .st1 {
8586 fill: none;
8587 stroke: #7A8B9A;
8588 stroke-width: 5;
8589 stroke-linecap: round;
8590 stroke-linejoin: round;
8591 stroke-dasharray: 18.3682, 8.1636;
8592 }
8593 .dradndrop-icon .st2 {
8594 fill: #7A8B9A;
8595 }
8596 .dradndrop-icon .st3 {
8597 fill: none;
8598 stroke: #7A8B9A;
8599 stroke-width: 5;
8600 stroke-linecap: round;
8601 stroke-linejoin: round;
8602 stroke-miterlimit: 10;
8603 stroke-dasharray: 18, 8;
8604 }
8605
8606 .checkout-edit-field-tab__content-wrapper {
8607 padding-bottom: 30px;
8608 }
8609 .checkout-edit-field-tab__content-wrapper .edit-field-drawer form {
8610 height: 100%;
8611 }
8612 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body {
8613 padding: 20px 20px 24px;
8614 max-height: calc(100% - 80px);
8615 overflow: auto;
8616 }
8617 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar {
8618 width: 5px;
8619 }
8620 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar-track {
8621 background: #f2f5f8;
8622 }
8623 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body::-webkit-scrollbar-thumb {
8624 background-color: #6E42D3;
8625 border-radius: 20px;
8626 }
8627 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper {
8628 display: block;
8629 margin-bottom: 22px;
8630 }
8631 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper:last-child {
8632 margin-bottom: 0;
8633 }
8634 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label {
8635 display: flex;
8636 align-items: center;
8637 justify-content: space-between;
8638 margin-bottom: 10px;
8639 }
8640 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label > label {
8641 font-weight: 500;
8642 font-size: 14px;
8643 line-height: 16px;
8644 color: #000000;
8645 display: inline-block;
8646 }
8647 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .options-label .btn-default {
8648 min-width: auto;
8649 border-radius: 4px;
8650 padding: 0;
8651 width: 40px;
8652 background: #f0e9ff;
8653 border: 1px solid #d5c6f9;
8654 }
8655 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields {
8656 display: flex;
8657 align-items: center;
8658 justify-content: space-between;
8659 margin-bottom: 10px;
8660 }
8661 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields input[type=text] {
8662 width: calc(50% - 30px);
8663 min-width: auto;
8664 }
8665 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields.fullwidth input[type=text] {
8666 width: calc(50% - 4px);
8667 }
8668 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields .btn-default {
8669 min-width: auto;
8670 border-radius: 4px;
8671 padding: 0;
8672 width: 40px;
8673 background: #f0e9ff;
8674 border: 1px solid #d5c6f9;
8675 }
8676 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper.field-type-options .wpfnl-fields .btn-default.remove {
8677 background: #f8d7da;
8678 border-color: #f5c2c7;
8679 }
8680 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-fields {
8681 max-width: inherit;
8682 width: 100%;
8683 }
8684 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper > label {
8685 font-weight: 500;
8686 font-size: 14px;
8687 line-height: 16px;
8688 color: #000000;
8689 display: block;
8690 padding: 0;
8691 margin: 0 0 10px 0;
8692 width: 100%;
8693 }
8694 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper input[type=text],
8695 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper select {
8696 border-radius: 4px;
8697 height: 40px;
8698 }
8699 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-checkbox label {
8700 font-size: 14px;
8701 line-height: 16px;
8702 color: #000000;
8703 padding-left: 33px;
8704 }
8705 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer {
8706 padding: 24px;
8707 text-align: center;
8708 }
8709 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .btn-default {
8710 height: 40px;
8711 line-height: 41px;
8712 width: 100%;
8713 }
8714 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .btn-default .wpfnl-loader {
8715 position: relative;
8716 top: 2px;
8717 display: inline-block;
8718 }
8719 .checkout-edit-field-tab__content-wrapper .edit-field-drawer .field-footer .wpfnl-alert {
8720 text-align: center;
8721 margin-top: 10px;
8722 display: block;
8723 }
8724
8725 @media only screen and (max-width: 1499px) {
8726 .edit-field-settings__single-tab-content .single-tab-header {
8727 padding: 25px 20px;
8728 }
8729 .edit-field-settings__single-tab-content .checkout-field-header {
8730 padding: 25px 20px 25px 57px;
8731 }
8732 .edit-field-settings__single-tab-content .checkout__single-field {
8733 padding: 25px 20px 25px 57px;
8734 }
8735 .edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
8736 .edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
8737 left: 20px;
8738 }
8739 .edit-field-settings__single-tab-content .checkout-field-header .field-placeholder,
8740 .edit-field-settings__single-tab-content .checkout__single-field .field-placeholder {
8741 width: 160px;
8742 }
8743 .edit-field-settings__single-tab-content .checkout-field-header .field-name,
8744 .edit-field-settings__single-tab-content .checkout__single-field .field-name {
8745 width: 140px;
8746 }
8747 .edit-field-settings__single-tab-content .checkout-field-header .field-label,
8748 .edit-field-settings__single-tab-content .checkout__single-field .field-label {
8749 width: 100px;
8750 }
8751 }
8752 @media only screen and (max-width: 1299px) {
8753 .edit-field-settings__single-tab-content .checkout-edit-field {
8754 background: transparent;
8755 box-shadow: none;
8756 border-radius: 0;
8757 }
8758 .edit-field-settings__single-tab-content .single-tab-header {
8759 box-shadow: 0px 2px 4px rgba(238, 238, 245, 0.47);
8760 background-color: #ffffff;
8761 padding: 15px 20px;
8762 border-radius: 0px 10px 10px 10px;
8763 }
8764 .edit-field-settings__single-tab-content .checkout-field-header {
8765 display: none;
8766 }
8767 .edit-field-settings__single-tab-content .checkout__single-field {
8768 display: block;
8769 padding: 15px 20px 15px 57px;
8770 background-color: #ffffff;
8771 margin-top: 20px;
8772 border-radius: 10px;
8773 border-bottom: none;
8774 }
8775 .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger) {
8776 padding-right: 0;
8777 width: 100%;
8778 display: flex;
8779 flex-flow: row wrap;
8780 align-items: center;
8781 padding: 8px 0;
8782 border-bottom: 1px solid #f0f1f3;
8783 }
8784 .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger):last-child {
8785 margin-bottom: 0;
8786 border-bottom: none;
8787 padding-bottom: 0;
8788 }
8789 .edit-field-settings__single-tab-content .checkout__single-field .field-item:not(.field-hamburger):before {
8790 content: attr(data-label);
8791 vertical-align: middle;
8792 width: 95px;
8793 font-weight: 500;
8794 }
8795 .checkout-edit-field__settings-option .options-wrapper::before {
8796 height: calc(100% - 50px);
8797 }
8798 .checkout-edit-field__settings-option .settings-title {
8799 padding: 20px 20px;
8800 }
8801 .checkout-edit-field__settings-option .options-wrapper {
8802 padding: 25px 20px;
8803 }
8804 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
8805 padding-right: 20px;
8806 }
8807 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
8808 padding-left: 20px;
8809 }
8810 }
8811 @media only screen and (max-width: 1199px) {
8812 .checkout-edit-field__settings-option .options-wrapper {
8813 padding: 25px 20px;
8814 }
8815 .checkout-edit-field__settings-option .options-wrapper::before {
8816 display: none;
8817 }
8818 .checkout-edit-field__settings-option .options-wrapper .single-option {
8819 width: 100%;
8820 }
8821 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(odd) {
8822 padding-right: 0;
8823 }
8824 .checkout-edit-field__settings-option .options-wrapper .single-option:nth-child(even) {
8825 padding-left: 0;
8826 }
8827 }
8828 .funnel-settings__header {
8829 padding: 28px 20px 27px 30px;
8830 }
8831 .funnel-settings__header .helper-link {
8832 display: flex;
8833 flex-flow: row;
8834 align-items: center;
8835 }
8836 .funnel-settings__header .helper-link li {
8837 margin-left: 35px;
8838 }
8839 .funnel-settings__header .helper-link li:first-child {
8840 margin-left: 0;
8841 }
8842 .funnel-settings__header .helper-link li a {
8843 font-weight: 500;
8844 font-size: 13px;
8845 color: #363B4E;
8846 }
8847 .funnel-settings__header .helper-link li a:hover {
8848 color: #6E42D3;
8849 }
8850
8851 .wpfnl-funnel-settings__inner-content {
8852 width: 100%;
8853 padding: 30px;
8854 }
8855
8856 .wpfn-settings__nav {
8857 margin-bottom: 30px;
8858 }
8859 .wpfn-settings__nav ul {
8860 display: flex;
8861 flex-flow: row wrap;
8862 align-items: center;
8863 justify-content: flex-start;
8864 }
8865 .wpfn-settings__nav .nav-li {
8866 display: flex;
8867 align-items: center;
8868 padding: 0 15px;
8869 height: 44px;
8870 line-height: 44px;
8871 border: 1px solid transparent;
8872 border-radius: 10px;
8873 cursor: pointer;
8874 position: relative;
8875 text-transform: capitalize;
8876 }
8877 .wpfn-settings__nav .nav-li svg {
8878 margin-right: 6px;
8879 }
8880 .wpfn-settings__nav .nav-li .pro-tag-icon {
8881 margin-top: 4px;
8882 margin-left: 6px;
8883 }
8884 .wpfn-settings__nav .nav-li.active {
8885 border-color: #6E42D3;
8886 box-shadow: 0px 5px 20px rgba(148, 135, 180, 0.15);
8887 background-color: #ffffff;
8888 }
8889 .wpfn-settings__nav .nav-li.active span:not(.pro-tag) {
8890 color: #6e42d3;
8891 }
8892 .wpfn-settings__nav .nav-li.active svg rect,
8893 .wpfn-settings__nav .nav-li.active svg circle,
8894 .wpfn-settings__nav .nav-li.active svg path {
8895 stroke: #6E42D3;
8896 }
8897 .wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg rect,
8898 .wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg circle,
8899 .wpfn-settings__nav .nav-li.active[data-id=optin-settings] svg path {
8900 fill: #6E42D3;
8901 }
8902 .wpfn-settings__nav .create-btn {
8903 margin-left: auto;
8904 }
8905 .wpfn-settings__nav .create-btn a {
8906 height: 44px;
8907 line-height: 45px;
8908 }
8909
8910 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings {
8911 margin-bottom: 30px;
8912 background: #fff;
8913 border-radius: 10px;
8914 }
8915 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings hr {
8916 border: none;
8917 border-bottom: 1px solid #EDECF2;
8918 }
8919 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .settings-title {
8920 box-shadow: none;
8921 color: #2D3149;
8922 font-size: 18px;
8923 font-style: normal;
8924 font-weight: 500;
8925 line-height: 1.33;
8926 padding-bottom: 0;
8927 }
8928 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general hr {
8929 margin-bottom: 24px;
8930 border: none;
8931 border-bottom: 1px solid #EDECF2;
8932 }
8933 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-hidden {
8934 display: none;
8935 }
8936 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-box {
8937 padding-top: 16px;
8938 }
8939 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper {
8940 margin-bottom: 24px;
8941 }
8942 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-fields {
8943 max-width: inherit;
8944 }
8945 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper label {
8946 color: #2D3149;
8947 font-size: 15px;
8948 font-style: normal;
8949 font-weight: 400;
8950 line-height: 1;
8951 }
8952 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper {
8953 display: flex;
8954 align-items: center;
8955 gap: 12px;
8956 flex-wrap: wrap;
8957 }
8958 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item {
8959 border-radius: 10px;
8960 width: 120px;
8961 border: 1px solid #EDECF2;
8962 background: #FFF;
8963 padding: 18px 30px;
8964 display: flex;
8965 flex-direction: column;
8966 align-items: center;
8967 gap: 8px;
8968 cursor: pointer;
8969 position: relative;
8970 z-index: 2;
8971 overflow: hidden;
8972 }
8973 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item img {
8974 width: 30px;
8975 height: 30px;
8976 }
8977 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item .wpfnl-title {
8978 text-align: center;
8979 width: max-content;
8980 color: #2D3149;
8981 font-size: 13px;
8982 font-style: normal;
8983 font-weight: 400;
8984 line-height: 1;
8985 }
8986 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item::before {
8987 content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjMgNTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNDIuNSIgY3k9IjkuNSIgcj0iNDIuNSIgZmlsbD0iIzZFNDJEMyIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80ODRfMTMpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDAuNDg5IDE3LjU5NmExLjc0NSAxLjc0NSAwIDAwLTIuNDY4IDBMMjYuOTE1IDI4LjcwMmwtNC45MzYtNC45MzZhMS43NDUgMS43NDUgMCAxMC0yLjQ2OCAyLjQ2OGw2LjE3IDYuMTdjLjM0LjM0Ljc4Ny41MTEgMS4yMzQuNTExLjQ0NyAwIC44OTMtLjE3IDEuMjM0LS41MTFsMTIuMzQtMTIuMzRhMS43NDUgMS43NDUgMCAwMDAtMi40Njh6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNDg0XzEzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDIydjIySDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOSAxNCkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
8988 position: absolute;
8989 right: 0px;
8990 top: 0px;
8991 display: block;
8992 width: 25px;
8993 opacity: 0;
8994 visibility: hidden;
8995 transition: all 0.3s ease;
8996 }
8997 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item.checked {
8998 border: 1px solid #6E42D3;
8999 }
9000 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item.checked::before {
9001 opacity: 1;
9002 visibility: visible;
9003 }
9004 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-items-wrapper .wpfnl-single-item:hover {
9005 border: 1px solid #6E42D3;
9006 }
9007 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button {
9008 background: transparent;
9009 color: #6E42D3;
9010 font-family: Inter;
9011 font-size: 14px;
9012 font-style: normal;
9013 font-weight: 600;
9014 line-height: 1;
9015 border-radius: 10px;
9016 border: 1px solid #6E42D3;
9017 margin-left: 300px;
9018 }
9019 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button .icon-sync svg {
9020 stroke: #6E42D3 !important;
9021 }
9022 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button .icon {
9023 stroke: #6E42D3 !important;
9024 }
9025 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings:not(.general) {
9026 display: none;
9027 }
9028 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings > a > .pro-tag {
9029 padding: 14px 35px;
9030 text-align: center;
9031 margin: 30px;
9032 box-shadow: none;
9033 border-radius: 10px;
9034 }
9035 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .settings-title {
9036 font-weight: 500;
9037 color: #363B4E;
9038 text-transform: capitalize;
9039 padding: 18px 30px;
9040 box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
9041 }
9042 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-box {
9043 box-shadow: none;
9044 background: transparent;
9045 border-radius: 0;
9046 padding: 30px;
9047 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
9048 }
9049 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper > label {
9050 width: 300px;
9051 }
9052 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields {
9053 width: calc(100% - 300px);
9054 max-width: 300px;
9055 }
9056 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields select {
9057 min-width: auto;
9058 padding: 0 15px;
9059 line-height: 1.1;
9060 }
9061 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template {
9062 padding: 0 20px;
9063 display: flex;
9064 flex-flow: row;
9065 align-items: center;
9066 }
9067 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template span {
9068 display: none;
9069 position: relative;
9070 top: -1px;
9071 margin-right: 5px;
9072 }
9073 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template svg {
9074 stroke: #fff;
9075 display: block;
9076 }
9077 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template .sync-icon {
9078 animation: sync_spin 1.5s linear infinite;
9079 }
9080 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template .check-icon {
9081 top: -3px;
9082 }
9083 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields {
9084 max-width: 100%;
9085 }
9086 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields .wpfnl-checkbox {
9087 margin: 5px 25px 5px 0;
9088 display: inline-block;
9089 }
9090 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.sync-template .wpfnl-fields {
9091 display: flex;
9092 align-items: center;
9093 }
9094 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.sync-template .wpfnl-fields .wpfnl-alert {
9095 margin-left: 8px;
9096 }
9097 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .settings-title {
9098 box-shadow: none;
9099 color: #2D3149;
9100 font-size: 18px;
9101 font-style: normal;
9102 font-weight: 500;
9103 line-height: 1.33;
9104 padding-bottom: 16px;
9105 }
9106 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields {
9107 width: calc(100% - 300px);
9108 }
9109 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields {
9110 max-width: 700px;
9111 margin-bottom: 12px;
9112 width: 100%;
9113 }
9114 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields .wpfnl-radiobtn > label {
9115 border-radius: 10px;
9116 border: 1px solid #EDECF2;
9117 background: #FFF;
9118 padding: 16px 20px;
9119 padding-left: 60px;
9120 width: 100%;
9121 }
9122 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields .wpfnl-radiobtn > label:hover {
9123 border: 1px solid #6E42D3;
9124 box-shadow: 0px 20px 30px 0px rgba(199, 191, 217, 0.3);
9125 }
9126 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields:last-child {
9127 margin-bottom: 0;
9128 }
9129 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span {
9130 display: block;
9131 word-break: break-word;
9132 }
9133 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span.label-title {
9134 color: #2D3149;
9135 font-size: 14px;
9136 font-style: normal;
9137 font-weight: 500;
9138 line-height: 1;
9139 margin-bottom: 7px;
9140 }
9141 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-fields label span.label-subheading {
9142 color: #7A8B9A;
9143 font-size: 13px;
9144 font-style: normal;
9145 font-weight: 400;
9146 line-height: 1;
9147 }
9148 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label {
9149 border: 1px solid #6E42D3;
9150 box-shadow: 0px 20px 30px 0px rgba(199, 191, 217, 0.3);
9151 }
9152 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label::before {
9153 border-color: #6E42D3;
9154 background-color: #6E42D3;
9155 }
9156 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn label::before {
9157 left: 20px;
9158 top: 33%;
9159 }
9160 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn label::after {
9161 content: "";
9162 position: absolute;
9163 left: 25px;
9164 top: 40%;
9165 width: 7px;
9166 height: 4px;
9167 transform: rotate(-45deg);
9168 border-bottom: 2px solid #fff;
9169 border-left: 2px solid #fff;
9170 transition: all 0.3s ease;
9171 opacity: 0;
9172 visibility: hidden;
9173 border-radius: 0;
9174 }
9175 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-all-fields .wpfnl-radiobtn input[type=radio]:checked + label::after {
9176 visibility: visible;
9177 opacity: 1;
9178 }
9179 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-box {
9180 padding-top: 0;
9181 }
9182 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink hr {
9183 margin-bottom: 24px;
9184 }
9185 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper {
9186 align-items: flex-start;
9187 margin-bottom: 24px;
9188 }
9189 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper:last-child {
9190 margin-bottom: 0;
9191 }
9192 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper > label {
9193 color: #2D3149;
9194 font-size: 15px;
9195 font-style: normal;
9196 font-weight: 400;
9197 line-height: 1;
9198 }
9199 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top {
9200 align-items: flex-start;
9201 }
9202 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields {
9203 max-width: inherit;
9204 }
9205 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label {
9206 font-size: 13px;
9207 text-transform: none;
9208 line-height: 1.3;
9209 word-break: break-all;
9210 }
9211 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label:before {
9212 top: 0;
9213 }
9214 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.wpfnl-align-top .wpfnl-fields .wpfnl-radiobtn label:after {
9215 top: 5px;
9216 }
9217 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper {
9218 width: calc(100% - 300px);
9219 }
9220 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields {
9221 max-width: 350px;
9222 margin-bottom: 16px;
9223 width: 100%;
9224 }
9225 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields label {
9226 margin-bottom: 6px;
9227 display: inline-block;
9228 }
9229 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields label:last-child {
9230 margin-bottom: 0;
9231 }
9232 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.permalink .wpfnl-field-wrapper.parmalink-base .wpfnl-parmalink-inputs-wrapper .wpfnl-fields:last-child {
9233 margin-bottom: 0;
9234 }
9235 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin {
9236 background-color: transparent;
9237 }
9238 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .email-settings .settings-title,
9239 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-recaptcha-setting .settings-title {
9240 box-shadow: none;
9241 color: #2D3149;
9242 font-size: 18px;
9243 font-style: normal;
9244 font-weight: 500;
9245 line-height: 1.33;
9246 padding: 16px 30px;
9247 padding-bottom: 16px;
9248 }
9249 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-recaptcha-setting .wpfnl-checkbox.no-title label:before {
9250 border-color: #bdc7eb;
9251 }
9252 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-box {
9253 padding-top: 0;
9254 }
9255 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.optin .wpfnl-box hr {
9256 margin-bottom: 24px;
9257 }
9258 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer {
9259 background: transparent;
9260 }
9261 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-field-wrapper > label {
9262 width: 480px;
9263 }
9264 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-field-wrapper .wpfnl-fields {
9265 width: auto;
9266 max-width: initial;
9267 }
9268 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .wpfnl-box {
9269 background-color: #fff;
9270 border-radius: 0 0 10px 10px;
9271 }
9272 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.offer .settings-title {
9273 background: #fff;
9274 border-radius: 10px 10px 0 0;
9275 position: relative;
9276 }
9277 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking {
9278 background-color: transparent;
9279 }
9280 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .pro-tag-icon {
9281 display: inline-block;
9282 transform: translate(5px, 5px);
9283 }
9284 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings {
9285 margin-bottom: 20px;
9286 }
9287 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields {
9288 position: relative;
9289 }
9290 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields input {
9291 padding: 1rem 3.2rem 1rem 1.2rem;
9292 }
9293 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .password-icon {
9294 display: flex;
9295 align-items: center;
9296 position: absolute;
9297 right: 0;
9298 width: 1.2rem;
9299 color: #f9f9f9;
9300 transition: color 0.2s;
9301 cursor: pointer;
9302 }
9303 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .eye-regular svg {
9304 width: 20px;
9305 float: right;
9306 margin-left: -25px;
9307 margin-top: -27px;
9308 position: relative;
9309 z-index: 2;
9310 }
9311 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .eye-slash-regular svg {
9312 width: 20px;
9313 float: right;
9314 margin-left: -25px;
9315 margin-top: -25px;
9316 position: relative;
9317 z-index: 2;
9318 }
9319 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.event-tracking .google-place-api-settings .wpfnl-fields .hide-eye-icon {
9320 display: none;
9321 }
9322 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm,
9323 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm,
9324 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings,
9325 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel,
9326 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting,
9327 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings {
9328 margin-bottom: 30px;
9329 background-color: #fff;
9330 border-radius: 10px;
9331 }
9332 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title,
9333 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title,
9334 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title,
9335 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title,
9336 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title,
9337 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title {
9338 padding: 16px 24px;
9339 display: flex;
9340 flex-flow: row wrap;
9341 align-items: center;
9342 }
9343 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title > svg,
9344 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title > svg,
9345 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title > svg,
9346 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title > svg,
9347 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title > svg,
9348 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title > svg {
9349 margin-right: 10px;
9350 }
9351 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a,
9352 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a,
9353 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a,
9354 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a,
9355 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a,
9356 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a {
9357 line-height: 1;
9358 position: relative;
9359 top: 3px;
9360 margin-left: auto;
9361 }
9362 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a svg,
9363 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a svg,
9364 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a svg,
9365 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a svg,
9366 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a svg,
9367 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a svg {
9368 width: 20px;
9369 height: 20px;
9370 }
9371 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a svg path,
9372 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a svg path,
9373 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .settings-title a svg path,
9374 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a svg path,
9375 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .settings-title a svg path,
9376 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .settings-title a svg path {
9377 stroke: #6E42D3;
9378 }
9379 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .wpfnl-checkbox.no-title label:before,
9380 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .wpfnl-checkbox.no-title label:before,
9381 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .email-settings .wpfnl-checkbox.no-title label:before,
9382 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .wpfnl-checkbox.no-title label:before,
9383 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-recaptcha-setting .wpfnl-checkbox.no-title label:before,
9384 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .google-place-api-settings .wpfnl-checkbox.no-title label:before {
9385 border-color: #6E42D3;
9386 }
9387 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings {
9388 background: transparent;
9389 }
9390 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-align-top {
9391 align-items: flex-start;
9392 }
9393 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .hints {
9394 display: block;
9395 }
9396 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-error {
9397 color: #EE5F5A;
9398 }
9399 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .wpfnl-box {
9400 background: #ffffff;
9401 border-radius: 0 0 10px 10px;
9402 }
9403 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .settings-title {
9404 background: #fff;
9405 border-radius: 10px 10px 0 0;
9406 position: relative;
9407 }
9408 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .basic-tools-field {
9409 margin-bottom: 20px;
9410 }
9411 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .basic-tools-field {
9412 margin-bottom: 20px;
9413 }
9414 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields {
9415 max-width: inherit;
9416 }
9417 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields select {
9418 width: 160px;
9419 }
9420 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button {
9421 width: auto;
9422 min-width: auto;
9423 position: relative;
9424 height: 36px;
9425 line-height: 37px;
9426 margin-top: 20px;
9427 text-transform: none;
9428 }
9429 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button:after {
9430 content: "";
9431 border: 2px solid #8265c5;
9432 border-radius: 50%;
9433 border-top: 2px solid #fff;
9434 width: 11px;
9435 height: 11px;
9436 animation: spin 0.7s linear infinite;
9437 display: none;
9438 margin-left: 7px;
9439 position: relative;
9440 top: 3px;
9441 }
9442 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.advance-settings .rollback-field .wpfnl-fields .wpfnl-rollback-button.show-loader:after {
9443 display: inline-block;
9444 }
9445 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-select {
9446 width: 330px;
9447 }
9448 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-btn > a {
9449 margin-left: 10px;
9450 }
9451 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .wpfnl-loader {
9452 position: relative;
9453 top: 2px;
9454 }
9455 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager {
9456 background: transparent;
9457 }
9458 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-user-role-container,
9459 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-analytics-settings-container {
9460 margin-bottom: 30px;
9461 background-color: #fff;
9462 border-radius: 10px;
9463 }
9464 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table {
9465 width: 100%;
9466 text-align: left;
9467 border-collapse: collapse;
9468 }
9469 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr th {
9470 font-size: 16px;
9471 color: #363B4E;
9472 font-weight: 600;
9473 padding: 14px 20px;
9474 }
9475 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr th:first-child {
9476 width: 210px;
9477 }
9478 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td > span,
9479 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td {
9480 font-size: 14px;
9481 color: #363B4E;
9482 font-weight: 600;
9483 }
9484 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td {
9485 border-top: 1px solid #EEF0F3;
9486 padding: 14px 20px;
9487 }
9488 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td:first-child {
9489 width: 210px;
9490 }
9491 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td .wpfnl-checkbox {
9492 border: 1px solid #EEF0F3;
9493 padding: 8px;
9494 display: inline-block;
9495 border-radius: 8px;
9496 }
9497 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.user-role-manager .wpfnl-role-table tr td .wpfnl-checkbox label {
9498 font-size: 13px;
9499 line-height: 1;
9500 color: #363B4E;
9501 cursor: pointer;
9502 }
9503
9504 @-webkit-keyframes sync_spin {
9505 0% {
9506 -webkit-transform: rotate(360deg);
9507 }
9508 100% {
9509 -webkit-transform: rotate(0deg);
9510 }
9511 }
9512 @keyframes sync_spin {
9513 0% {
9514 transform: rotate(360deg);
9515 }
9516 100% {
9517 transform: rotate(0deg);
9518 }
9519 }
9520 .wpfnl-funnel-settings__footer {
9521 padding: 30px 0;
9522 padding-top: 0px;
9523 display: flex;
9524 flex-flow: row wrap;
9525 align-items: center;
9526 justify-content: flex-end;
9527 position: relative;
9528 }
9529 .wpfnl-funnel-settings__footer .update {
9530 display: flex;
9531 flex-flow: row;
9532 align-items: center;
9533 justify-content: center;
9534 line-height: 39px;
9535 }
9536 .wpfnl-funnel-settings__footer .wpfnl-alert {
9537 margin-right: 10px;
9538 }
9539
9540 @media only screen and (max-width: 1199px) {
9541 .wpfn-settings__nav .nav-li {
9542 padding: 0 10px;
9543 }
9544 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .settings-title {
9545 padding: 14px 20px;
9546 }
9547 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-box {
9548 padding: 25px 20px;
9549 }
9550 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.log-settings .log-view-btn > a {
9551 min-width: 100px;
9552 }
9553 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper > label {
9554 width: 200px;
9555 }
9556 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general .wpfnl-field-wrapper .wpfnl-fields {
9557 width: calc(100% - 200px);
9558 }
9559 .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings.general button {
9560 margin-left: 200px;
9561 }
9562 }
9563 @media only screen and (max-width: 991px) {
9564 .wpfn-settings__nav .create-btn a {
9565 padding: 0 15px;
9566 }
9567 }
9568 .wpfunnels-setup {
9569 padding: 0;
9570 margin: 0;
9571 height: 100vh;
9572 }
9573 .wpfunnels-setup #es_preview_template {
9574 display: none;
9575 }
9576
9577 .wpfnl.wpfnl-mm-setup-wizard,
9578 .wpfnl.wpfnl-mm-setup-wizard__container {
9579 background: #E4E0F1;
9580 }
9581
9582 #query-monitor-main {
9583 display: none;
9584 }
9585
9586 .wpfnl-mm-setup-wizard {
9587 margin: 0;
9588 padding-right: 0;
9589 position: relative;
9590 height: 100%;
9591 }
9592 .wpfnl-mm-setup-wizard input[type=search],
9593 .wpfnl-mm-setup-wizard input[type=url],
9594 .wpfnl-mm-setup-wizard input[type=tel],
9595 .wpfnl-mm-setup-wizard input[type=number],
9596 .wpfnl-mm-setup-wizard input[type=password],
9597 .wpfnl-mm-setup-wizard input[type=email],
9598 .wpfnl-mm-setup-wizard input[type=text],
9599 .wpfnl-mm-setup-wizard textarea,
9600 .wpfnl-mm-setup-wizard select {
9601 padding: 5px 15px;
9602 height: 42px;
9603 }
9604 .wpfnl-mm-setup-wizard code {
9605 background: #eaeaea;
9606 background: rgba(0, 0, 0, 0.07);
9607 font-size: 13px;
9608 }
9609 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__wrapper {
9610 max-width: 930px;
9611 width: 100%;
9612 margin: 0 auto;
9613 padding-top: 25px;
9614 padding-bottom: 30px;
9615 }
9616 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav {
9617 display: flex;
9618 flex-flow: row wrap;
9619 align-items: flex-start;
9620 position: relative;
9621 margin-bottom: 30px;
9622 }
9623 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav:before {
9624 content: "";
9625 position: absolute;
9626 left: 0;
9627 top: 25px;
9628 width: 100%;
9629 height: 2px;
9630 background: #D9DDEC;
9631 z-index: 0;
9632 }
9633 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li {
9634 flex: 1;
9635 text-align: center;
9636 position: relative;
9637 }
9638 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:after {
9639 content: "";
9640 position: absolute;
9641 left: 50%;
9642 top: 25px;
9643 width: 0;
9644 height: 2px;
9645 background: #6E42D3;
9646 transition: all 0.4s linear;
9647 z-index: 1;
9648 }
9649 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:after {
9650 display: none;
9651 }
9652 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:first-child:before, .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:before {
9653 content: "";
9654 position: absolute;
9655 top: 25px;
9656 left: 0;
9657 background: #f6f6f8;
9658 width: 47%;
9659 height: 24px;
9660 z-index: 2;
9661 margin-top: -11px;
9662 }
9663 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li:last-child:before {
9664 left: inherit;
9665 right: 0;
9666 }
9667 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-icon {
9668 width: 50px;
9669 height: 50px;
9670 background: #fff;
9671 border-radius: 100%;
9672 margin: 0 auto 10px;
9673 border: 1px solid #E5E8F3;
9674 position: relative;
9675 z-index: 4;
9676 display: flex;
9677 flex-flow: column;
9678 align-items: center;
9679 justify-content: center;
9680 box-shadow: 0 0px 0 18px #f6f6f8;
9681 }
9682 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-icon img {
9683 width: 24px;
9684 }
9685 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li .step-name {
9686 position: relative;
9687 z-index: 4;
9688 }
9689 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.thankyou .step-icon img {
9690 width: 26px;
9691 }
9692 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.active .step-icon {
9693 border-color: #6E42D3;
9694 }
9695 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.active .step-name {
9696 color: #363B4E;
9697 }
9698 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed:after {
9699 width: 100%;
9700 }
9701 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed .step-icon {
9702 background-color: #6E42D3;
9703 border-color: #6E42D3;
9704 }
9705 .wpfnl-mm-setup-wizard .wpfnl-mm-setup-wizard__nav li.completed .step-name {
9706 color: #363B4E;
9707 font-weight: 500;
9708 }
9709 .wpfnl-mm-setup-wizard .step-header {
9710 text-align: center;
9711 box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
9712 padding: 25px;
9713 }
9714 .wpfnl-mm-setup-wizard .step-header .title {
9715 font-size: 16px;
9716 font-weight: 500;
9717 color: #363B4E;
9718 margin-bottom: 7px;
9719 }
9720 .wpfnl-mm-setup-wizard .step-header .description {
9721 line-height: 1.6;
9722 }
9723 .wpfnl-mm-setup-wizard .wizard-single-content__body {
9724 padding: 30px 25px 0;
9725 }
9726 .wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper {
9727 margin: 20px 0 13px;
9728 }
9729 .wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .hints {
9730 margin-top: 10px;
9731 }
9732 .wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .wpfnl-mm-fields > label {
9733 width: auto;
9734 position: relative;
9735 top: -2px;
9736 }
9737 .wpfnl-mm-setup-wizard .wizard-single-content__body .wpfnl-mm-field-wrapper .wpfnl-mm-checkbox > label {
9738 cursor: pointer;
9739 }
9740 .wpfnl-mm-setup-wizard .wizard-single-content {
9741 box-shadow: 0px 2px 4px rgba(223, 223, 249, 0.25);
9742 background: #fff;
9743 border-radius: 10px;
9744 }
9745 .wpfnl-mm-setup-wizard .hints a {
9746 font-size: 13px;
9747 }
9748 .wpfnl-mm-setup-wizard .wizard-single-content__footer {
9749 display: flex;
9750 flex-flow: row wrap;
9751 align-items: center;
9752 justify-content: flex-end;
9753 padding: 25px;
9754 }
9755 .wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn {
9756 padding: 12px 30px;
9757 height: auto;
9758 line-height: normal;
9759 border-radius: 10px;
9760 min-width: auto;
9761 width: 120px;
9762 }
9763 .wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn.next {
9764 margin-left: 15px;
9765 }
9766 .wpfnl-mm-setup-wizard .wizard-single-content__footer .wizard-btn .wpfnl-mm-loader {
9767 position: relative;
9768 top: 2px;
9769 display: inline-block;
9770 }
9771 .wpfnl-mm-setup-wizard .thankyou .tutorial-video iframe {
9772 width: 100%;
9773 height: 310px;
9774 }
9775 .wpfnl-mm-setup-wizard .thankyou .wizard-single-content__footer {
9776 justify-content: center;
9777 }
9778 .wpfnl-mm-setup-wizard .thankyou .wizard-single-content__footer .wizard-btn {
9779 width: auto;
9780 }
9781 .wpfnl-mm-setup-wizard .skip-wizard {
9782 margin-top: 10px;
9783 text-align: center;
9784 }
9785 .wpfnl-mm-setup-wizard .skip-wizard a {
9786 text-transform: capitalize;
9787 color: #6E42D3;
9788 }
9789 .wpfnl-mm-setup-wizard .skip-wizard a:hover {
9790 text-decoration: underline;
9791 }
9792 .wpfnl-mm-setup-wizard .wpfnl-mm-box {
9793 background: transparent;
9794 box-shadow: none;
9795 border-radius: 0;
9796 padding: 0;
9797 margin-bottom: 0;
9798 }
9799 .wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper > label {
9800 width: 170px;
9801 }
9802 .wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper.parmalink-base {
9803 border-bottom: 1px solid #eee;
9804 padding-bottom: 8px;
9805 display: block;
9806 margin-bottom: 20px;
9807 }
9808 .wpfnl-mm-setup-wizard .wpfnl-mm-field-wrapper .wpfnl-mm-fields {
9809 width: calc(100% - 170px);
9810 }
9811 .wpfnl-mm-setup-wizard .wpfnl-mm-radiobtn label {
9812 font-size: 13px;
9813 text-transform: none;
9814 line-height: 1.3;
9815 word-break: break-all;
9816 cursor: pointer;
9817 }
9818
9819 /**
9820 * Setup wizard custom CSS.
9821 * @since 3.3.1
9822 */
9823 .wpfnl-mm-setup-wizard__logo {
9824 text-align: center;
9825 margin: auto;
9826 margin-bottom: 25px;
9827 }
9828
9829 .setup-wizard__pregress-bar {
9830 width: 100%;
9831 text-align: center;
9832 display: flex;
9833 border: 1px solid #E5E8F3;
9834 border-radius: 10px;
9835 background: #fff;
9836 overflow: hidden;
9837 margin: 0rem 0.3rem 0rem 0.2rem;
9838 }
9839 .setup-wizard__pregress-bar .setup-wizard__pregress-step {
9840 flex-grow: 1;
9841 position: relative;
9842 background-color: transparent;
9843 width: 16%;
9844 padding: 15px 0;
9845 padding-left: 35px;
9846 }
9847 .setup-wizard__pregress-bar .setup-wizard__pregress-step:first-child {
9848 padding-left: 16px;
9849 }
9850 .setup-wizard__pregress-bar .setup-wizard__pregress-step:before {
9851 content: "";
9852 position: absolute;
9853 z-index: 2;
9854 top: 0px;
9855 bottom: 0;
9856 right: -18px;
9857 margin: auto 0;
9858 width: 40px;
9859 height: 43px;
9860 background: rgb(255, 255, 255);
9861 transform: rotate(-43deg);
9862 clip-path: polygon(100% 2%, 2% 100%, 100% 100%);
9863 border-radius: 0 0 10px 0;
9864 border-right: 2px solid #E5E8F3;
9865 border-bottom: 2px solid #E5E8F3;
9866 }
9867 .setup-wizard__pregress-bar .setup-wizard__pregress-step p {
9868 display: flex;
9869 align-items: center;
9870 font-size: 14px;
9871 font-weight: 400;
9872 gap: 9px;
9873 color: #363B4E;
9874 }
9875 .setup-wizard__pregress-bar .setup-wizard__pregress-step p span {
9876 border: 1px solid #6E42D3;
9877 border-radius: 50%;
9878 width: 24px;
9879 height: 24px;
9880 padding-top: 2px;
9881 }
9882 .setup-wizard__pregress-bar .step-not-visited p {
9883 color: rgba(36, 34, 60, 0.5019607843);
9884 }
9885 .setup-wizard__pregress-bar .step-not-visited p span {
9886 border: 1px solid rgb(229, 232, 243);
9887 color: rgba(36, 34, 60, 0.2);
9888 }
9889 .setup-wizard__pregress-bar .step-active {
9890 background: #6E42D3;
9891 color: #ffffff;
9892 }
9893 .setup-wizard__pregress-bar .step-active:before {
9894 background: #6E42D3;
9895 border-right: none;
9896 border-bottom: none;
9897 }
9898 .setup-wizard__pregress-bar .step-active p {
9899 font-weight: 600;
9900 color: #FFFFFF;
9901 }
9902 .setup-wizard__pregress-bar .step-active p span {
9903 border: 1px solid #ffffff;
9904 color: #FFFFFF;
9905 }
9906 .setup-wizard__pregress-bar .step-visited {
9907 background: #FFFFFF;
9908 }
9909 .setup-wizard__pregress-bar .step-visited p {
9910 font-weight: 500;
9911 }
9912 .setup-wizard__pregress-bar .step-visited p span {
9913 background: #6E42D3;
9914 display: flex;
9915 align-items: center;
9916 justify-content: center;
9917 }
9918
9919 #wizard-container button:disabled {
9920 opacity: 0.5;
9921 cursor: not-allowed;
9922 }
9923 #wizard-container .wpfnl-mm-required-text {
9924 margin-top: 8px;
9925 color: red;
9926 display: none;
9927 }
9928 #wizard-container .wpfnl-mm-required-text.active {
9929 display: block;
9930 }
9931 #wizard-container .wpfnl-mm-setup-no-plugin-needed,
9932 #wizard-container .wpfnl-mm-no-plugin-btn {
9933 display: none;
9934 }
9935 #wizard-container .wpfnl-mm-setup-no-plugin-needed img {
9936 width: 50%;
9937 margin: auto;
9938 }
9939 #wizard-container .wpfnl-mm-no-plugin-btn {
9940 border-radius: 10px;
9941 background: #6E42D3;
9942 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
9943 padding: 16px 30px;
9944 border: none;
9945 outline: none;
9946 color: #FFF;
9947 font-size: 15px;
9948 font-style: normal;
9949 font-weight: 500;
9950 line-height: normal;
9951 cursor: pointer;
9952 }
9953 #wizard-container .wpfnl-mm-checkbox input[type=checkbox] {
9954 display: none;
9955 }
9956 #wizard-container .wpfnl-mm-checkbox.no-title label {
9957 height: 14px;
9958 }
9959 #wizard-container .wpfnl-mm-checkbox label {
9960 font-size: 12px;
9961 line-height: 14px;
9962 font-weight: 400;
9963 color: #7A8B9A;
9964 position: relative;
9965 padding-left: 29px;
9966 display: inline-block;
9967 text-transform: capitalize;
9968 cursor: pointer;
9969 display: inline-block;
9970 }
9971 #wizard-container .wpfnl-mm-checkbox label:before {
9972 content: "";
9973 position: absolute;
9974 left: 0;
9975 top: -3px;
9976 width: 18px;
9977 height: 18px;
9978 border-radius: 4px;
9979 border: 1px solid #bdc7eb;
9980 background-color: #f6f6f8;
9981 transition: all 0.3s ease;
9982 }
9983 #wizard-container .wpfnl-mm-checkbox label:after {
9984 content: "";
9985 position: absolute;
9986 left: 5px;
9987 top: 3px;
9988 width: 9px;
9989 height: 4px;
9990 transform: rotate(-45deg);
9991 border-bottom: 2px solid #fff;
9992 border-left: 2px solid #fff;
9993 transition: all 0.3s ease;
9994 opacity: 0;
9995 visibility: hidden;
9996 }
9997 #wizard-container .wpfnl-mm-checkbox input[type=checkbox]:checked + label::before {
9998 background-color: #6E42D3;
9999 border-color: #6E42D3;
10000 }
10001 #wizard-container .wpfnl-mm-checkbox input[type=checkbox]:checked + label::after {
10002 opacity: 1;
10003 visibility: visible;
10004 }
10005 #wizard-container .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
10006 color: #363B4E;
10007 text-align: center;
10008 font-size: 30px;
10009 font-style: normal;
10010 font-weight: 700;
10011 line-height: 1;
10012 margin-bottom: 6px;
10013 }
10014 #wizard-container .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-subheading {
10015 color: #7A8B9A;
10016 text-align: center;
10017 font-size: 14px;
10018 font-style: normal;
10019 font-weight: 400;
10020 line-height: 1.5;
10021 width: 55%;
10022 margin: auto;
10023 margin-bottom: 32px;
10024 }
10025 #wizard-container .wpfnl-mm-btn {
10026 border-radius: 10px;
10027 background: #6E42D3;
10028 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.5);
10029 padding: 16px 30px;
10030 border: none;
10031 outline: none;
10032 color: #FFF;
10033 font-size: 15px;
10034 font-style: normal;
10035 font-weight: 500;
10036 line-height: normal;
10037 cursor: pointer;
10038 display: inline-block;
10039 }
10040 #wizard-container .wpfnl-mm-skip-wizard {
10041 color: rgba(54, 59, 78, 0.5);
10042 font-size: 14px;
10043 font-style: normal;
10044 font-weight: 500;
10045 line-height: normal;
10046 text-decoration-line: underline;
10047 border: none;
10048 background: no-repeat;
10049 cursor: pointer;
10050 }
10051 #wizard-container .wpfnl-mm-setup-plugin-footer {
10052 margin-top: 25px;
10053 margin-bottom: 12px;
10054 text-align: center;
10055 display: flex;
10056 align-items: center;
10057 justify-content: center;
10058 flex-direction: column;
10059 gap: 14px;
10060 }
10061 #wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-image-wrapper {
10062 margin-bottom: 5px;
10063 }
10064 #wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-image-wrapper img {
10065 max-height: 410px;
10066 margin: auto;
10067 }
10068 #wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-footer {
10069 display: flex;
10070 align-items: center;
10071 justify-content: center;
10072 gap: 14px;
10073 flex-direction: column;
10074 }
10075 #wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-welcome-footer .wpfnl-mm-skip-wizard {
10076 margin-left: 0;
10077 }
10078 #wizard-container .wpfnl-mm-setup-welcome-wrapper .wpfnl-mm-setup-subheading {
10079 margin-bottom: 5px;
10080 }
10081 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-heading {
10082 font-weight: 400;
10083 }
10084 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-heading b {
10085 font-weight: 600;
10086 }
10087 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types {
10088 display: flex;
10089 gap: 16px;
10090 margin-top: 30px;
10091 align-items: center;
10092 justify-content: center;
10093 }
10094 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type {
10095 border: 1px solid #F1EFF7;
10096 border-radius: 10px;
10097 display: flex;
10098 flex-direction: column;
10099 align-items: center;
10100 justify-content: center;
10101 padding: 36px 43px 43px 30px;
10102 cursor: pointer;
10103 }
10104 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type:hover {
10105 border: 1px solid #6E42D3;
10106 box-shadow: 0px 20px 30px rgba(199, 191, 217, 0.3);
10107 }
10108 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type.type-selected {
10109 border: 1px solid #6E42D3;
10110 filter: drop-shadow(0px 20px 30px rgba(199, 191, 217, 0.3));
10111 }
10112 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-icon {
10113 width: 143px;
10114 height: 143px;
10115 display: flex;
10116 align-items: center;
10117 justify-content: center;
10118 background: linear-gradient(201.84deg, #E1DFF9 9.62%, #F4E9F3 88.4%, #F4E9F4 88.4%);
10119 border-radius: 50%;
10120 filter: drop-shadow(0px 8px 30px #F2F0F8);
10121 border: 6px solid #FFF;
10122 margin-bottom: 24px;
10123 }
10124 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-heading {
10125 color: #363B4E;
10126 font-size: 16px;
10127 font-style: normal;
10128 font-weight: 500;
10129 line-height: 1;
10130 margin-bottom: 8px;
10131 }
10132 #wizard-container .wpfnl-mm-setup-wizard-type-selection-wrapper .wpfnl-mm-setup-funnel-types .wpfnl-mm-setup-single-type .wpfnl-mm-setup-funnel-type-subheading {
10133 color: #7A8B9A;
10134 text-align: center;
10135 font-size: 14px;
10136 font-style: normal;
10137 font-weight: 400;
10138 line-height: 1.42;
10139 width: 90%;
10140 }
10141 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-heading {
10142 font-weight: 400;
10143 }
10144 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-heading b {
10145 font-weight: 600;
10146 }
10147 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper {
10148 display: grid;
10149 grid-template-columns: repeat(6, 1fr);
10150 gap: 20px;
10151 margin-top: 28px;
10152 }
10153 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder {
10154 border: 1px solid #F1EFF7;
10155 border-radius: 10px;
10156 padding: 20px 30px;
10157 display: flex;
10158 flex-direction: column;
10159 align-items: center;
10160 justify-content: center;
10161 gap: 24px;
10162 cursor: pointer;
10163 }
10164 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder:hover {
10165 border: 1px solid #6E42D3;
10166 box-shadow: 0px 20px 30px rgba(199, 191, 217, 0.3);
10167 }
10168 #wizard-container .wpfnl-mm-setup-wizard-page-builder-selection .wpfnl-mm-setup-wizard-page-builder-wrapper .wpfnl-mm-setup-wizard-single-builder .wpfnl-mm-builder-heading {
10169 color: #363B4E;
10170 font-size: 14px;
10171 font-style: normal;
10172 font-weight: 600;
10173 line-height: 1.14;
10174 }
10175 #wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-heading {
10176 font-weight: 400;
10177 }
10178 #wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-heading b {
10179 font-weight: 600;
10180 }
10181 #wizard-container .wpfnl-mm-setup-wizard-essential-plugin .wpfnl-mm-setup-plugin-footer {
10182 text-align: center;
10183 margin-top: 24px;
10184 margin-bottom: 12px;
10185 }
10186 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
10187 font-size: 26px;
10188 font-weight: 400;
10189 line-height: 1.38;
10190 }
10191 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading b {
10192 font-weight: 600;
10193 }
10194 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-description {
10195 color: #7A8B9A;
10196 text-align: center;
10197 font-size: 14px;
10198 font-style: normal;
10199 font-weight: 400;
10200 line-height: 1.5;
10201 margin: auto;
10202 width: 68%;
10203 }
10204 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-skip-wizard {
10205 margin-left: 17px;
10206 }
10207 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form {
10208 margin-top: 25px;
10209 }
10210 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group {
10211 margin-bottom: 16px;
10212 }
10213 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group:last-child {
10214 margin-bottom: 0;
10215 }
10216 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group label {
10217 color: #363B4E;
10218 font-size: 14px;
10219 font-style: normal;
10220 font-weight: 500;
10221 line-height: 1;
10222 margin-bottom: 8px;
10223 display: inline-block;
10224 }
10225 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-subscribe-form .wpfnl-mm-setup-form-group input {
10226 border-radius: 10px;
10227 border: 1px solid #EEF0F3;
10228 background: #FFF;
10229 color: #363B4E;
10230 }
10231 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-legal-text {
10232 color: #7A8B9A;
10233 font-size: 14px;
10234 font-style: normal;
10235 font-weight: 400;
10236 line-height: 1.71;
10237 text-align: left;
10238 margin-top: 8px;
10239 }
10240 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-wizard-legal-text a {
10241 color: #6E42D3;
10242 text-decoration-line: underline;
10243 cursor: pointer;
10244 }
10245 #wizard-container .wpfnl-mm-setup-wizard-subscribe .wpfnl-mm-setup-plugin-footer {
10246 margin-top: 22px;
10247 text-align: center;
10248 display: flex;
10249 align-items: center;
10250 justify-content: center;
10251 flex-direction: column;
10252 gap: 14px;
10253 }
10254 #wizard-container .wpfnl-mm-setup-wizard-done {
10255 min-width: 620px;
10256 }
10257 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading {
10258 display: flex;
10259 align-items: center;
10260 justify-content: center;
10261 gap: 20px;
10262 margin-bottom: 27px;
10263 }
10264 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading span {
10265 color: #24223C;
10266 font-size: 26px;
10267 font-style: normal;
10268 font-weight: 400;
10269 line-height: 1.3;
10270 }
10271 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-wizard-text-wrapper .wpfnl-mm-setup-heading span b {
10272 font-weight: 600;
10273 }
10274 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container {
10275 position: relative;
10276 width: 100%;
10277 height: 100%;
10278 border-radius: 10px;
10279 min-height: 330px;
10280 }
10281 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container #wpfnl-mm-iframe-wrapper {
10282 width: 100%;
10283 height: 100%;
10284 border-radius: 10px;
10285 border: none;
10286 }
10287 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container #wpfnl-mm-iframe-wrapper iframe {
10288 width: 100%;
10289 height: 100%;
10290 border-radius: 10px;
10291 border: none;
10292 min-height: 330px;
10293 background: rgba(29, 11, 69, 0.4784313725);
10294 }
10295 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay {
10296 position: absolute;
10297 top: 0;
10298 left: 0;
10299 width: 100%;
10300 height: 100%;
10301 border-radius: 10px;
10302 background: rgba(40, 11, 63, 0.6);
10303 display: flex;
10304 justify-content: center;
10305 align-items: center;
10306 cursor: pointer;
10307 }
10308 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay img {
10309 position: absolute;
10310 top: 0;
10311 left: 0;
10312 width: 100%;
10313 height: 100%;
10314 border-radius: 10px;
10315 }
10316 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay .wpfnl-mm-btn-wrapper {
10317 text-align: center;
10318 margin-top: 60px;
10319 }
10320 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-done-video-wrapper .wpfnl-mm-video-container .wpfnl-mm-thumbnail-overlay .wpfnl-mm-btn-wrapper button {
10321 z-index: 2;
10322 padding: 12px 23px;
10323 border: none;
10324 border-radius: 10px;
10325 cursor: pointer;
10326 background: linear-gradient(136deg, #FFF 15.91%, #E2DEFF 79.56%);
10327 filter: drop-shadow(0px 20px 40px rgba(20, 13, 64, 0.5));
10328 }
10329 #wizard-container .wpfnl-mm-setup-wizard-done .wpfnl-mm-setup-plugin-footer {
10330 margin-top: 25px;
10331 margin-bottom: 14px;
10332 text-align: center;
10333 }
10334
10335 @media only screen and (max-width: 1199px) {
10336 .setup-wizard__pregress-bar .setup-wizard__pregress-step {
10337 width: 15%;
10338 }
10339 .setup-wizard__pregress-bar .setup-wizard__pregress-step:nth-child(4) {
10340 width: 20%;
10341 }
10342 }
10343 .setup-wizard__heading-one {
10344 color: #0e003c;
10345 font-size: 32px;
10346 font-weight: 400;
10347 text-align: center;
10348 font-family: Inter;
10349 line-height: 1;
10350 }
10351 .setup-wizard__heading-one .setup-wizard__heading-one-highlight {
10352 color: #0e003c;
10353 font-weight: 600;
10354 font-size: 32px;
10355 text-align: center;
10356 font-family: Inter;
10357 line-height: 1;
10358 }
10359 @media (max-width: 1280px) {
10360 .setup-wizard__heading-one {
10361 font-size: 30px;
10362 }
10363 }
10364 @media (max-width: 768px) {
10365 .setup-wizard__heading-one {
10366 font-size: 28px;
10367 }
10368 }
10369
10370 .setup-wizard__main-buttons .setup-wizard__button-left {
10371 color: #FFFFFF;
10372 background-color: #6E42D3;
10373 }
10374 .setup-wizard__main-buttons .setup-wizard__button-left:hover {
10375 color: #FFFFFF;
10376 }
10377 .setup-wizard__main-buttons .setup-wizard__button-right {
10378 color: #0e003c;
10379 border: 1px solid #ebe4ff;
10380 background: #f7f4ff;
10381 }
10382 .setup-wizard__main-buttons .setup-wizard__button-right:hover {
10383 color: #0e003c;
10384 }
10385
10386 .setup-wizard__description {
10387 font-size: 16px !important;
10388 color: #5F5B6B !important;
10389 text-align: center !important;
10390 line-height: 1.625 !important;
10391 max-width: 600px;
10392 margin: 0 auto !important;
10393 font-weight: 400 !important;
10394 font-family: Inter !important;
10395 font-style: normal;
10396 margin-top: 20px !important;
10397 }
10398 @media (max-width: 768px) {
10399 .setup-wizard__description {
10400 font-size: 15px;
10401 }
10402 }
10403
10404 .setup-wizard__done-section-container, .setup-wizard__features-section-container, .setup-wizard__welcome-section-container {
10405 margin-top: 34px;
10406 border-radius: 10px;
10407 background: #FFF;
10408 padding: 40px 40px 44px 40px;
10409 box-shadow: 0px 1px 1px 0px rgba(184, 177, 206, 0.7);
10410 }
10411 @media (max-width: 768px) {
10412 .setup-wizard__done-section-container, .setup-wizard__features-section-container, .setup-wizard__welcome-section-container {
10413 padding: 35px 35px 39px 35px;
10414 }
10415 }
10416
10417 .setup-wizard__footer-buttons, .setup-wizard__main-buttons {
10418 display: flex;
10419 align-items: center;
10420 justify-content: center;
10421 gap: 40px;
10422 }
10423
10424 .setup-wizard__footer-buttons .setup-wizard__button-right, .setup-wizard__footer-buttons .setup-wizard__button-left, .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button, .setup-wizard__main-buttons .setup-wizard__button-left, .setup-wizard__main-buttons .setup-wizard__button-right {
10425 display: block;
10426 text-decoration: none;
10427 text-align: center;
10428 font-family: Inter;
10429 font-size: 18px;
10430 font-style: normal;
10431 font-weight: 400;
10432 padding: 17px 22px;
10433 cursor: pointer;
10434 border: none;
10435 }
10436 @media (max-width: 768px) {
10437 .setup-wizard__footer-buttons .setup-wizard__button-right, .setup-wizard__footer-buttons .setup-wizard__button-left, .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button, .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button, .setup-wizard__main-buttons .setup-wizard__button-left, .setup-wizard__main-buttons .setup-wizard__button-right {
10438 font-size: 17px;
10439 padding: 15px 20px;
10440 }
10441 }
10442
10443 .setup-wizard__welcome-section-container .setup-wizard__welcome-text-content {
10444 margin-bottom: 25px;
10445 }
10446 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container {
10447 position: relative;
10448 margin-bottom: 28px;
10449 }
10450 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__welcome-video-preview {
10451 max-width: 836px;
10452 width: 100%;
10453 margin: 0 auto;
10454 border-radius: 10px;
10455 }
10456 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
10457 height: 480px;
10458 width: 836px;
10459 margin: 0 auto;
10460 }
10461 @media (max-width: 1240px) {
10462 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
10463 width: 750px;
10464 }
10465 }
10466 @media (max-width: 1024px) {
10467 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container iframe {
10468 height: 400px;
10469 width: 650px;
10470 }
10471 }
10472 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__video-play-button {
10473 position: absolute;
10474 top: 42%;
10475 left: 45%;
10476 }
10477 .setup-wizard__welcome-section-container .setup-wizard__welcome-video-container .setup-wizard__video-play-button button {
10478 border: none;
10479 cursor: pointer;
10480 background: none;
10481 }
10482
10483 .setup-wizard-flex-col {
10484 flex-direction: column;
10485 gap: 10px;
10486 }
10487 .setup-wizard-flex-col h3 {
10488 color: #1d2327;
10489 font-size: 1.3em;
10490 }
10491
10492 .setup-wizard__features-section-container {
10493 background: linear-gradient(101deg, #E5DAFF 0.77%, #F5F1FF 20.23%, #FFF9F4 79.76%, #FFF0E6 100.21%);
10494 }
10495 .setup-wizard__features-section-container .setup-wizard__feature-lists {
10496 display: grid;
10497 grid-template-columns: repeat(2, 1fr);
10498 column-gap: 165px;
10499 row-gap: 50px;
10500 }
10501 @media (max-width: 768px) {
10502 .setup-wizard__features-section-container .setup-wizard__feature-lists {
10503 column-gap: 50px;
10504 row-gap: 40px;
10505 }
10506 }
10507 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature {
10508 display: flex;
10509 align-items: start;
10510 gap: 27px;
10511 }
10512 @media (max-width: 768px) {
10513 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-image img {
10514 max-width: 30px;
10515 }
10516 }
10517 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-heading {
10518 color: #0e003c;
10519 font-family: Inter;
10520 font-size: 18px;
10521 font-style: normal;
10522 font-weight: 600;
10523 line-height: 27px;
10524 }
10525 @media (max-width: 768px) {
10526 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-heading {
10527 font-size: 17px;
10528 }
10529 }
10530 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-description {
10531 color: #5F5B6B;
10532 font-family: Inter;
10533 font-size: 16px;
10534 font-style: normal;
10535 font-weight: 400;
10536 line-height: 1.6;
10537 margin-top: 3px;
10538 }
10539 @media (max-width: 768px) {
10540 .setup-wizard__features-section-container .setup-wizard__feature-lists .setup-wizard__single-feature .setup-wizard__feature-text-content .setup-wizard__feature-description {
10541 font-size: 15px;
10542 }
10543 }
10544 .setup-wizard__features-section-container .setup-wizard__feature-list-button-container {
10545 margin-top: 42px;
10546 margin-bottom: 67px;
10547 }
10548 @media (max-width: 768px) {
10549 .setup-wizard__features-section-container .setup-wizard__feature-list-button-container {
10550 margin-bottom: 50px;
10551 }
10552 }
10553 .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button {
10554 background: #F7F4FF;
10555 border: 1px solid #EBE4FF;
10556 font-weight: 700;
10557 font-size: 16px;
10558 line-height: 1.6;
10559 text-transform: uppercase;
10560 letter-spacing: 1.6px;
10561 display: flex;
10562 align-items: center;
10563 justify-content: center;
10564 gap: 15px;
10565 color: #6E42D3;
10566 }
10567 @media (max-width: 768px) {
10568 .setup-wizard__features-section-container .setup-wizard__feature-list-button-container .setup-wizard__feature-list-button {
10569 font-size: 15px;
10570 }
10571 }
10572 .setup-wizard__features-section-container .setup-wizard__feature-list-button {
10573 background: #F7F4FF;
10574 border: 1px solid #EBE4FF;
10575 font-weight: 700;
10576 font-size: 16px;
10577 line-height: 1.6;
10578 text-transform: uppercase;
10579 letter-spacing: 1.6px;
10580 display: flex;
10581 align-items: center;
10582 justify-content: center;
10583 gap: 15px;
10584 color: #6E42D3;
10585 }
10586 @media (max-width: 768px) {
10587 .setup-wizard__features-section-container .setup-wizard__feature-list-button {
10588 font-size: 15px;
10589 }
10590 }
10591 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features {
10592 padding-bottom: 46px;
10593 padding-top: 40px;
10594 }
10595 @media (max-width: 768px) {
10596 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features {
10597 padding-bottom: 40px;
10598 }
10599 }
10600 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content {
10601 margin-bottom: 28px;
10602 }
10603 @media (max-width: 768px) {
10604 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content {
10605 margin-bottom: 24px;
10606 }
10607 }
10608 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading {
10609 color: #0E003C;
10610 font-family: Inter;
10611 font-size: 24px;
10612 font-style: normal;
10613 font-weight: 700;
10614 line-height: 42px;
10615 }
10616 @media (max-width: 768px) {
10617 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading {
10618 font-size: 22px;
10619 }
10620 }
10621 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-features-text-content .setup-wizard__pro-feature-heading .setup-wizard__pro-feature-heading-highlight {
10622 color: #3F04FE;
10623 font-family: Inter;
10624 font-size: 24px;
10625 font-style: normal;
10626 font-weight: 700;
10627 line-height: 42px;
10628 }
10629 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists {
10630 display: grid;
10631 grid-template-columns: repeat(2, 1fr);
10632 column-gap: 143px;
10633 row-gap: 25px;
10634 }
10635 @media (max-width: 768px) {
10636 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists {
10637 column-gap: 60px;
10638 row-gap: 20px;
10639 }
10640 }
10641 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature {
10642 display: flex;
10643 align-items: center;
10644 justify-content: start;
10645 gap: 17px;
10646 flex-wrap: wrap;
10647 }
10648 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-description-text {
10649 width: 100%;
10650 color: #3E3E42;
10651 font-size: 16px;
10652 font-style: normal;
10653 font-weight: 400;
10654 line-height: 26px;
10655 text-align: left;
10656 margin-left: 40px;
10657 margin-top: -15px;
10658 }
10659 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-title {
10660 color: #000;
10661 font-family: Inter;
10662 font-size: 18px;
10663 font-style: normal;
10664 font-weight: 500;
10665 line-height: 27px;
10666 text-transform: capitalize;
10667 }
10668 @media (max-width: 768px) {
10669 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features .setup-wizard__pro-feature-lists .setup-wizard__single-pro-feature .setup-wizard__single-pro-feature-title {
10670 font-size: 17px;
10671 }
10672 }
10673 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price {
10674 position: relative;
10675 }
10676 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price p {
10677 color: #73707D;
10678 text-align: center;
10679 font-family: Inter;
10680 font-size: 20px;
10681 font-style: normal;
10682 font-weight: 400;
10683 line-height: 28px;
10684 padding: 40px 0 21px;
10685 border-top: 1px solid #FFF;
10686 position: relative;
10687 }
10688 @media (max-width: 768px) {
10689 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price p {
10690 font-size: 18px;
10691 padding: 20px 40px;
10692 }
10693 }
10694 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-amount {
10695 color: #6E42D3;
10696 font-family: Inter;
10697 font-size: 24px;
10698 font-style: normal;
10699 font-weight: 700;
10700 line-height: 28px;
10701 }
10702 @media (max-width: 768px) {
10703 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-amount {
10704 font-size: 22px;
10705 }
10706 }
10707 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-tag {
10708 position: absolute;
10709 font-family: Inter;
10710 right: 0;
10711 top: -21px;
10712 display: block;
10713 border-radius: 16px 16px 16px 0px;
10714 background: #EF7E32;
10715 font-size: 13px;
10716 color: #ffffff;
10717 font-weight: 600;
10718 padding: 8px 9px;
10719 text-transform: capitalize;
10720 z-index: 1;
10721 line-height: 0.8;
10722 transform: translate(-50%, -50%);
10723 top: 30px;
10724 left: 50%;
10725 max-width: 85px;
10726 }
10727 @media (max-width: 768px) {
10728 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard__pro-features-price-tag {
10729 max-width: 70px;
10730 font-size: 12px;
10731 padding: 7px 8px;
10732 }
10733 }
10734 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-features-price .setup-wizard_pro-features-price-savings {
10735 color: #5F5B6B;
10736 font-family: Inter;
10737 font-size: 15px;
10738 font-style: normal;
10739 font-weight: 500;
10740 line-height: 28px;
10741 margin-left: 23px;
10742 }
10743 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container {
10744 display: grid;
10745 grid-template-columns: 1fr 1fr;
10746 gap: 20px;
10747 }
10748 .setup-wizard__features-section-container .setup-wizard__pro-features-section-container .setup-wizard__pro-feature-list-button-container .setup-wizard__pro-feature-list-button {
10749 background: #6E42D3;
10750 font-weight: 500;
10751 font-size: 16px;
10752 font-family: Inter;
10753 line-height: 1.6;
10754 text-transform: capitalize;
10755 display: flex;
10756 align-items: center;
10757 justify-content: center;
10758 gap: 15px;
10759 color: #FFFFFF;
10760 }
10761
10762 .setup-wizard__footer-buttons {
10763 padding-top: 30px;
10764 }
10765 .setup-wizard__footer-buttons .setup-wizard__button-left {
10766 color: #FFFFFF;
10767 background-color: #6E42D3;
10768 }
10769 .setup-wizard__footer-buttons .setup-wizard__button-left:hover {
10770 color: #FFFFFF;
10771 }
10772 .setup-wizard__footer-buttons .setup-wizard__button-right {
10773 color: #6E42D3;
10774 border: 1px solid #ebe4ff;
10775 background: #f7f4ff;
10776 box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.1);
10777 }
10778
10779 .setup-wizard__done-section-container .setup-wizard__done-text-content {
10780 margin-bottom: 40px;
10781 }
10782 @media (max-width: 768px) {
10783 .setup-wizard__done-section-container .setup-wizard__done-text-content {
10784 margin-bottom: 30px;
10785 }
10786 }
10787 .setup-wizard__done-section-container .setup-wizard__done-text-content--done-icon {
10788 display: flex;
10789 align-items: end;
10790 justify-content: center;
10791 gap: 30px;
10792 }
10793 @media (max-width: 768px) {
10794 .setup-wizard__done-section-container .setup-wizard__done-text-content--done-icon {
10795 gap: 20px;
10796 }
10797 }
10798 .setup-wizard__done-section-container .setup-wizard__testimonial {
10799 padding: 25px 30px 50px 30px;
10800 border: 1px solid #F5F2FF;
10801 border-radius: 10px;
10802 }
10803 @media (max-width: 768px) {
10804 .setup-wizard__done-section-container .setup-wizard__testimonial {
10805 padding: 25px 30px 35px 30px;
10806 }
10807 }
10808 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-title {
10809 color: #0E003C;
10810 font-family: Urbanist;
10811 font-size: 24px;
10812 font-style: normal;
10813 font-weight: 600;
10814 line-height: 34px;
10815 margin-bottom: 50px;
10816 }
10817 @media (max-width: 768px) {
10818 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-title {
10819 font-size: 22px;
10820 }
10821 }
10822 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card {
10823 display: flex;
10824 align-items: start;
10825 justify-content: center;
10826 gap: 35px;
10827 }
10828 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card {
10829 position: relative;
10830 border-radius: 5px;
10831 background: linear-gradient(115deg, #DDD3FF -22.47%, #F3EFFF 41.78%, #ECF7FF 100%);
10832 box-shadow: 0px 1px 1px 0px rgba(63, 4, 254, 0.15);
10833 padding: 30px;
10834 width: 100%;
10835 }
10836 @media (max-width: 768px) {
10837 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card {
10838 padding: 25px;
10839 }
10840 }
10841 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-content {
10842 color: #0E003C;
10843 font-family: Inter;
10844 font-size: 15px;
10845 font-style: italic;
10846 font-weight: 500;
10847 line-height: 26px;
10848 }
10849 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-author {
10850 margin-top: 18px;
10851 color: #0E003C;
10852 font-family: Inter;
10853 font-size: 18px;
10854 font-style: normal;
10855 font-weight: 500;
10856 line-height: 26px;
10857 }
10858 @media (max-width: 768px) {
10859 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-text-author {
10860 margin-top: 15px;
10861 font-size: 17px;
10862 }
10863 }
10864 .setup-wizard__done-section-container .setup-wizard__testimonial .setup-wizard__testimonial-card .setup-wizard__testimonial-single-card .setup-wizard__testimonial-quote-icon {
10865 position: absolute;
10866 top: -65px;
10867 left: 0px;
10868 }
10869 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container {
10870 display: flex;
10871 align-items: center;
10872 justify-content: start;
10873 gap: 11px;
10874 margin-top: 24px;
10875 }
10876 @media (max-width: 768px) {
10877 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container {
10878 align-items: start;
10879 }
10880 }
10881 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container p {
10882 color: #73707D;
10883 font-family: Urbanist;
10884 font-size: 16px;
10885 font-style: normal;
10886 font-weight: 400;
10887 line-height: 2.1;
10888 }
10889 @media (max-width: 768px) {
10890 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container p {
10891 font-size: 15px;
10892 line-height: 1.5;
10893 }
10894 }
10895 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch {
10896 position: relative;
10897 display: inline-block;
10898 width: 42px;
10899 height: 22px;
10900 }
10901 @media (max-width: 768px) {
10902 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch {
10903 margin-top: 5px;
10904 }
10905 }
10906 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input {
10907 opacity: 0;
10908 width: 0;
10909 height: 0;
10910 }
10911 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-slider {
10912 position: absolute;
10913 cursor: pointer;
10914 top: 0;
10915 left: 0;
10916 right: 0;
10917 bottom: 0;
10918 background-color: #ccc;
10919 -webkit-transition: 0.4s;
10920 transition: 0.4s;
10921 }
10922 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-slider:before {
10923 position: absolute;
10924 content: "";
10925 height: 18px;
10926 width: 18px;
10927 left: 4px;
10928 bottom: 2px;
10929 background-color: white;
10930 transition: 0.4s;
10931 }
10932 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider {
10933 background-color: #6E42D3;
10934 }
10935 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:focus + .setup-wizard__switch-slider {
10936 box-shadow: 0 0 1px #2196F3;
10937 }
10938 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider:before {
10939 -webkit-transform: translateX(16px);
10940 -ms-transform: translateX(16px);
10941 transform: translateX(16px);
10942 }
10943 @media (max-width: 768px) {
10944 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch input:checked + .setup-wizard__switch-slider:before {
10945 -webkit-transform: translateX(12px);
10946 -ms-transform: translateX(12px);
10947 transform: translateX(12px);
10948 }
10949 }
10950 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-round {
10951 border-radius: 34px;
10952 }
10953 .setup-wizard__done-section-container .setup-wizard__subscribe-button-container .setup-wizard__switch .setup-wizard__switch-round:before {
10954 border-radius: 50%;
10955 }
10956
10957 .setup-wizard__funnel-settings .setup-wizard__card {
10958 border-radius: 10px;
10959 background: #FFF;
10960 box-shadow: 0px 1px 1px 0px #B1BED5;
10961 padding: 39px 80px;
10962 width: 99%;
10963 margin: 34px auto 0;
10964 }
10965 .setup-wizard__funnel-settings .setup-wizard__radiobtn {
10966 display: block;
10967 }
10968 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio] {
10969 display: none;
10970 }
10971 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label::before {
10972 border-color: #6E42D3;
10973 }
10974 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label::after {
10975 transform: scale(1);
10976 }
10977 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:checked + label {
10978 border-color: #6E42D3;
10979 }
10980 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label {
10981 cursor: not-allowed;
10982 }
10983 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label::before {
10984 opacity: 0.5;
10985 }
10986 .setup-wizard__funnel-settings .setup-wizard__radiobtn input[type=radio]:disabled + label::after {
10987 opacity: 0.5;
10988 }
10989 .setup-wizard__funnel-settings .setup-wizard__radiobtn label {
10990 cursor: pointer;
10991 position: relative;
10992 color: #5F5B6B;
10993 font-size: 15px;
10994 font-style: normal;
10995 font-weight: 400;
10996 line-height: 20px;
10997 }
10998 .setup-wizard__funnel-settings .setup-wizard__radiobtn label:hover {
10999 border-color: #6E42D3;
11000 }
11001 .setup-wizard__funnel-settings .setup-wizard__radiobtn label::before {
11002 content: "";
11003 position: absolute;
11004 left: 38px;
11005 top: 15px;
11006 width: 20px;
11007 height: 20px;
11008 border-radius: 100%;
11009 background: #f7f7fa;
11010 border: 1px solid #bdc7eb;
11011 transition: all 0.3s ease;
11012 box-sizing: border-box;
11013 }
11014 .setup-wizard__funnel-settings .setup-wizard__radiobtn label::after {
11015 content: "";
11016 position: absolute;
11017 left: 43px;
11018 top: 20px;
11019 width: 10px;
11020 height: 10px;
11021 border-radius: 100%;
11022 background: #6E42D3;
11023 transform: scale(0);
11024 transition: all 0.3s ease;
11025 }
11026 .setup-wizard__funnel-settings .setup-wizard__funnel-type {
11027 display: flex;
11028 flex-direction: column;
11029 align-items: center;
11030 }
11031 .setup-wizard__funnel-settings .setup-wizard__funnel-type .input-custom-wrapper {
11032 margin-top: 27px;
11033 display: flex;
11034 flex-wrap: wrap;
11035 align-items: center;
11036 gap: 25px;
11037 }
11038 .setup-wizard__funnel-settings .setup-wizard__funnel-type .input-custom-wrapper label {
11039 border-radius: 3px;
11040 border: 1px solid #EFE8FF;
11041 background: #F9F6FF;
11042 padding: 17px 26px;
11043 padding-left: 67px;
11044 display: block;
11045 }
11046 .setup-wizard__funnel-settings .setup-wizard__page-builder-list {
11047 display: grid;
11048 grid-template-columns: repeat(2, 1fr);
11049 gap: 20px;
11050 margin-top: 19px;
11051 }
11052 .setup-wizard__funnel-settings .setup-wizard__page-builder-list.setup-wizard-essential {
11053 display: flex;
11054 flex-direction: column;
11055 width: 60%;
11056 align-items: center;
11057 justify-content: center;
11058 margin: 19px auto 0;
11059 }
11060 .setup-wizard__funnel-settings .setup-wizard__page-builder-list label {
11061 border: 1px solid #F1EFF7;
11062 display: block;
11063 padding: 29px 24px;
11064 border-radius: 10px;
11065 }
11066 .setup-wizard__funnel-settings .setup-wizard__page-builder-list label::before {
11067 left: 28px;
11068 top: 45px;
11069 }
11070 .setup-wizard__funnel-settings .setup-wizard__page-builder-list label::after {
11071 left: 33px;
11072 top: 50px;
11073 }
11074 .setup-wizard__funnel-settings .setup-wizard__page-builder-list label:hover {
11075 border-color: #F1EFF7;
11076 }
11077 .setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info {
11078 display: grid;
11079 grid-template-columns: 1fr 4fr;
11080 gap: 10px;
11081 margin-left: 42px;
11082 }
11083 .setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info .setup-wizard__page-builder-heading {
11084 color: #393546;
11085 }
11086 .setup-wizard__funnel-settings .setup-wizard__page-builder-list .setup-wizard__page-builder-info .setup-wizard__page-builder-subheading {
11087 color: #5F5B6B;
11088 }
11089 .setup-wizard__funnel-settings .wpfnl-mm-checkbox label {
11090 border: none;
11091 padding: 0;
11092 }
11093 .setup-wizard__funnel-settings .wpfnl-mm-setup-single-plugin {
11094 border: 1px solid #F1EFF7;
11095 display: flex;
11096 padding: 29px 24px;
11097 border-radius: 10px;
11098 align-items: center;
11099 gap: 15px;
11100 width: 100%;
11101 }
11102 .setup-wizard__funnel-settings .wpfnl-mm-setup-single-plugin .wpfnl-mm-setup-plugin-mm-wrapper {
11103 display: grid;
11104 grid-template-columns: 1fr 4fr;
11105 gap: 10px;
11106 }
11107 .setup-wizard__funnel-settings .setup-wizard__essential-plugins {
11108 display: none;
11109 position: relative;
11110 }
11111 .setup-wizard__funnel-settings .setup-wizard__essential-plugins label {
11112 cursor: not-allowed;
11113 }
11114 .setup-wizard__funnel-settings .setup-wizard__essential-plugins.active {
11115 display: block;
11116 }
11117 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .setup-wizard__single-page-builder {
11118 display: none;
11119 opacity: 0.7;
11120 }
11121 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .setup-wizard__single-page-builder.active {
11122 display: block;
11123 }
11124 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-required-tag {
11125 position: absolute;
11126 top: 10px;
11127 right: 10px;
11128 color: #EE8134;
11129 text-align: center;
11130 font-size: 13px;
11131 font-style: normal;
11132 font-weight: 500;
11133 line-height: 1.53;
11134 letter-spacing: 0.39px;
11135 text-transform: uppercase;
11136 border-radius: 5px;
11137 border: 1px solid #F1EFF7;
11138 background: #FFF;
11139 padding: 4px 8px;
11140 }
11141 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin {
11142 width: 100%;
11143 }
11144 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin h3 {
11145 color: #393546;
11146 }
11147 .setup-wizard__funnel-settings .setup-wizard__essential-plugins .wpfnl-mm-setup-single-plugin p {
11148 color: #5F5B6B;
11149 }
11150
11151 .mint-qubely-wrapper {
11152 grid-column: span 2;
11153 display: grid;
11154 grid-template-columns: 1fr 1fr;
11155 gap: 20px;
11156 }
11157
11158 #setup-wizard__mail-mint {
11159 display: none;
11160 }
11161 #setup-wizard__mail-mint.active {
11162 display: flex;
11163 opacity: 1;
11164 }
11165
11166 #setup-wizard__qubely {
11167 display: none;
11168 }
11169 #setup-wizard__qubely.active {
11170 display: flex;
11171 opacity: 1;
11172 }
11173
11174 #wpfunnels-app {
11175 margin: 0 0 0 -20px;
11176 min-height: calc(100vh - 32px);
11177 }
11178
11179 .wp-funnels_page_edit_funnel #wpbody-content,
11180 .wpfunnels_page_edit_funnel #wpbody-content {
11181 padding-bottom: 0;
11182 }
11183
11184 .wp-funnels_page_edit_funnel #wpfooter,
11185 .wpfunnels_page_edit_funnel #wpfooter {
11186 display: none;
11187 }
11188
11189 .wpfnl-admin-notices-wrapper {
11190 background: #fff;
11191 padding: 15px 14px;
11192 border-bottom: 1px solid #E5E8F3;
11193 }
11194 .wpfnl-admin-notices-wrapper .single-notice {
11195 background: #eee;
11196 padding: 12px 14px;
11197 margin-bottom: 10px;
11198 border-left: 3px solid #ddd;
11199 }
11200 .wpfnl-admin-notices-wrapper .single-notice:last-child {
11201 margin-bottom: 0;
11202 }
11203 .wpfnl-admin-notices-wrapper .single-notice.notice-warning {
11204 color: #473D3D;
11205 background-color: #FFF9EB;
11206 border-left-color: #FFB802;
11207 }
11208 .wpfnl-admin-notices-wrapper .single-notice.notice-error {
11209 color: #473D3D;
11210 background-color: #FFF3F3;
11211 border-left-color: #DB0D0D;
11212 }
11213
11214 .wpfnl-drawflow-window svg path {
11215 transition: none;
11216 }
11217 .wpfnl-drawflow-window .not-clickable-overlay.downflow {
11218 background: rgba(255, 255, 255, 0);
11219 display: block;
11220 backdrop-filter: blur(0);
11221 }
11222 .wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper {
11223 position: absolute;
11224 right: 50%;
11225 transform: translateX(50%);
11226 top: 80px;
11227 z-index: -1;
11228 }
11229 .wpfnl-drawflow-window .wpfnl-drawing-wrapper {
11230 position: relative;
11231 }
11232 .wpfnl-drawflow-window .save-name-loader {
11233 position: absolute;
11234 left: 0;
11235 top: 0;
11236 width: 100%;
11237 height: 100%;
11238 z-index: 9;
11239 display: flex;
11240 flex-flow: column;
11241 align-items: center;
11242 justify-content: center;
11243 background: rgb(246, 245, 250);
11244 }
11245 .wpfnl-drawflow-window .save-name-loader .wpfnl-loader {
11246 display: block;
11247 width: 50px;
11248 height: 50px;
11249 }
11250 .wpfnl-drawflow-window .wpfn-drawflow-alert {
11251 display: flex;
11252 align-items: center;
11253 flex-flow: row;
11254 justify-content: flex-start;
11255 background-color: #fff;
11256 width: 270px;
11257 height: 40px;
11258 padding: 10px 15px;
11259 box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
11260 border-radius: 0px 6px 6px 0px;
11261 border-left: 2px solid #00D057;
11262 transform: translateY(-30px);
11263 transition: all 0.5s ease;
11264 opacity: 0;
11265 visibility: hidden;
11266 }
11267 .wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon {
11268 margin-right: 14px;
11269 }
11270 .wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon svg {
11271 display: block;
11272 }
11273 .wpfnl-drawflow-window .wpfn-drawflow-alert .alert-icon .error-icon {
11274 display: none;
11275 }
11276 .wpfnl-drawflow-window .wpfn-drawflow-alert .alert-text {
11277 font-weight: 500;
11278 font-size: 14px;
11279 line-height: 16px;
11280 color: #363B4E;
11281 }
11282 .wpfnl-drawflow-window .wpfn-drawflow-alert .close-alert {
11283 display: block;
11284 padding: 3px 0 3px 10px;
11285 margin-left: auto;
11286 cursor: pointer;
11287 }
11288 .wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error {
11289 border-left-color: #EE5F5A;
11290 }
11291 .wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error .error-icon {
11292 display: block;
11293 }
11294 .wpfnl-drawflow-window .wpfn-drawflow-alert.drawflow-error .success-icon {
11295 display: none;
11296 }
11297 .wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper.show {
11298 z-index: 9;
11299 }
11300 .wpfnl-drawflow-window .wpfn-drawflow-alert-wrapper.show .wpfn-drawflow-alert {
11301 transform: translateY(0);
11302 opacity: 1;
11303 visibility: visible;
11304 }
11305 .wpfnl-drawflow-window .step-importer-wrapper {
11306 position: absolute;
11307 top: 0;
11308 left: 0;
11309 width: 100%;
11310 height: 100%;
11311 max-height: 100%;
11312 z-index: 4;
11313 background: rgb(246, 245, 250);
11314 }
11315 .wpfnl-drawflow-window .step-importer-wrapper.wpfnl-ab-steps-modal {
11316 z-index: 101;
11317 }
11318 .wpfnl-drawflow-window .step-importer-wrapper.wpfnl-ab-steps-modal .wpfnl-step__templates-wrapper-before,
11319 .wpfnl-drawflow-window .step-importer-wrapper .wpfnl-ab-steps .wpfnl-step__templates-wrapper-before {
11320 width: 100%;
11321 }
11322 .wpfnl-drawflow-window .wpfnl-drawing-window-loader {
11323 background: rgb(246, 245, 250);
11324 position: absolute;
11325 top: 0;
11326 right: 0;
11327 width: 100%;
11328 height: 100%;
11329 z-index: 99;
11330 opacity: 1;
11331 visibility: visible;
11332 }
11333 .wpfnl-drawflow-window .wpfnl-drawing-window-loader .wpfnl-loader {
11334 display: block;
11335 position: absolute;
11336 top: 50%;
11337 left: 50%;
11338 width: 50px;
11339 height: 50px;
11340 margin-left: -48px;
11341 margin-top: -46px;
11342 transition: all 0.3s linear;
11343 }
11344 .wpfnl-drawflow-window .wpfnl-drawing-window-loader.drawing-window-loaded {
11345 opacity: 0;
11346 visibility: hidden;
11347 }
11348 .wpfnl-drawflow-window .wpfnl-drawing-window-loader.drawing-window-loaded .wpfnl-loader {
11349 opacity: 0;
11350 visibility: hidden;
11351 }
11352
11353 .ab-testing-drawer .add-step-wrapper, .wpfnl-drawing-window .addstep .add-step-wrapper {
11354 position: relative;
11355 border: 1px dashed #7A8B9A;
11356 border-radius: 14px;
11357 width: 180px;
11358 height: 251px;
11359 display: flex;
11360 flex-flow: column;
11361 align-items: center;
11362 justify-content: center;
11363 padding: 20px;
11364 background: #f6f5fa;
11365 }
11366 .ab-testing-drawer .add-step-wrapper svg, .wpfnl-drawing-window .addstep .add-step-wrapper svg {
11367 position: relative;
11368 }
11369 .ab-testing-drawer .add-step-wrapper .icon, .wpfnl-drawing-window .addstep .add-step-wrapper .icon {
11370 background: #6E42D3;
11371 box-shadow: 0px 8px 16px rgba(193, 183, 232, 0.5);
11372 border-radius: 100px;
11373 width: 70px;
11374 height: 70px;
11375 display: flex;
11376 align-items: center;
11377 justify-content: center;
11378 cursor: pointer;
11379 }
11380 .ab-testing-drawer .add-step-wrapper .icon svg, .wpfnl-drawing-window .addstep .add-step-wrapper .icon svg {
11381 width: 19px;
11382 height: 19px;
11383 }
11384 .ab-testing-drawer .add-step-wrapper .icon svg path, .wpfnl-drawing-window .addstep .add-step-wrapper .icon svg path {
11385 stroke: #fff;
11386 }
11387 .ab-testing-drawer .add-step-wrapper h6, .wpfnl-drawing-window .addstep .add-step-wrapper h6 {
11388 font-weight: 500;
11389 font-size: 16px;
11390 line-height: 1;
11391 color: #363B4E;
11392 margin-top: 23px;
11393 }
11394 .ab-testing-drawer .add-step-wrapper p, .wpfnl-drawing-window .addstep .add-step-wrapper p {
11395 font-size: 12px;
11396 line-height: 17px;
11397 text-align: center;
11398 color: #363B4E;
11399 width: 104px;
11400 margin-top: 8px;
11401 }
11402 .ab-testing-drawer .add-step-wrapper .add-steps-options, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options {
11403 position: absolute;
11404 left: calc(100% + 15px);
11405 top: 50%;
11406 background: #FFFFFF;
11407 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
11408 border-radius: 10px;
11409 width: 100px;
11410 z-index: 2;
11411 transform: translateY(-50%);
11412 display: flex;
11413 flex-flow: column;
11414 display: none;
11415 }
11416 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option {
11417 font-size: 14px;
11418 line-height: 1;
11419 letter-spacing: -0.01em;
11420 color: #7A8B9A;
11421 flex: 1;
11422 border: none;
11423 background: transparent;
11424 display: flex;
11425 flex-flow: column;
11426 align-items: center;
11427 justify-content: center;
11428 cursor: pointer;
11429 transition: all 0.3s ease;
11430 padding: 19px 15px;
11431 }
11432 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option circle, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option circle,
11433 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option path,
11434 .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option path {
11435 transition: all 0.3s ease;
11436 }
11437 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:hover, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:hover {
11438 background: rgba(110, 66, 211, 0.16);
11439 color: #6E42D3;
11440 font-weight: 500;
11441 }
11442 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:first-child, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:first-child {
11443 border-radius: 10px 10px 0 0;
11444 border-bottom: 1px solid #EEF0F3;
11445 }
11446 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option:last-child, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option:last-child {
11447 border-radius: 0 0 10px 10px;
11448 }
11449 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-step svg, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-step svg {
11450 margin-bottom: 8px;
11451 }
11452 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-step:hover path, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-step:hover path {
11453 fill: #6E42D3;
11454 stroke: #6E42D3;
11455 }
11456 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition svg, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition svg {
11457 margin-bottom: 3px;
11458 }
11459 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition:hover circle, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition:hover circle,
11460 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option.option-condition:hover path,
11461 .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options .single-option.option-condition:hover path {
11462 stroke: #6E42D3;
11463 }
11464 .ab-testing-drawer .add-step-wrapper .add-steps-options.not-show-condition .single-option, .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options.not-show-condition .single-option {
11465 border-radius: 10px !important;
11466 }
11467 .ab-testing-drawer .show-options.add-step-wrapper .add-steps-options, .wpfnl-drawing-window .addstep .show-options.add-step-wrapper .add-steps-options {
11468 display: flex;
11469 }
11470
11471 .ab-testing-drawer .single-ab-step .step-body .step-stats, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats {
11472 display: flex;
11473 flex-flow: row wrap;
11474 align-items: center;
11475 border-radius: 8px;
11476 border: 1px solid #EEF0F3;
11477 margin-top: 10px;
11478 }
11479 .ab-testing-drawer .single-ab-step .step-body .step-stats .single-stat, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .single-stat {
11480 flex: 1;
11481 text-align: center;
11482 padding: 11px 8px;
11483 }
11484 .ab-testing-drawer .single-ab-step .step-body .step-stats .single-stat:first-child, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .single-stat:first-child {
11485 border-right: 1px solid #EEF0F3;
11486 }
11487 .ab-testing-drawer .single-ab-step .step-body .step-stats .number, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .number {
11488 color: #363B4E;
11489 font-size: 13px;
11490 font-weight: 500;
11491 line-height: 1;
11492 text-transform: capitalize;
11493 display: block;
11494 }
11495 .ab-testing-drawer .single-ab-step .step-body .step-stats .title, .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .node-stats .title {
11496 color: #7A8B9A;
11497 font-size: 11px;
11498 font-weight: 400;
11499 line-height: 1;
11500 text-transform: capitalize;
11501 display: block;
11502 margin-top: 5px;
11503 }
11504
11505 .wpfnl-drawing-window {
11506 height: calc(100vh - 101px);
11507 min-height: auto;
11508 position: relative;
11509 overflow: auto !important;
11510 overflow-x: hidden !important;
11511 }
11512 .wpfnl-drawing-window::-webkit-scrollbar {
11513 width: 4px;
11514 height: 4px;
11515 }
11516 .wpfnl-drawing-window::-webkit-scrollbar-track {
11517 background: #f2f5f8;
11518 }
11519 .wpfnl-drawing-window::-webkit-scrollbar-thumb {
11520 background-color: #CBCBCB;
11521 border-radius: 20px;
11522 }
11523 .wpfnl-drawing-window .drawflow .drawflow-delete {
11524 background: #f6f5fa;
11525 }
11526 .wpfnl-drawing-window .drawflow .drawflow-add-step {
11527 position: absolute;
11528 display: flex;
11529 justify-content: center;
11530 align-items: center;
11531 width: 34px;
11532 height: 34px;
11533 color: white !important;
11534 z-index: 4;
11535 font-weight: bold;
11536 text-align: center;
11537 border-radius: 50%;
11538 font-family: monospace;
11539 cursor: pointer;
11540 background: #7A8B9A;
11541 border: 6px solid #F6F5FA;
11542 margin: -6px;
11543 }
11544 .wpfnl-drawing-window .drawflow .drawflow-add-step:hover {
11545 background: #6E42D3;
11546 }
11547 .wpfnl-drawing-window .drawflow .drawflow > .drawflow-add-step {
11548 margin-left: -15px;
11549 margin-top: 15px;
11550 }
11551 .wpfnl-drawing-window .drawflow .parent-node .drawflow-add-step {
11552 right: -15px;
11553 top: -15px;
11554 }
11555 .wpfnl-drawing-window .drawflow .drawflow-paste-step {
11556 position: absolute;
11557 display: flex;
11558 justify-content: center;
11559 align-items: center;
11560 z-index: 4;
11561 font-weight: 500;
11562 text-align: center;
11563 font-family: Roboto;
11564 cursor: pointer;
11565 border-radius: 100px;
11566 border: 6px solid #F6F5FA;
11567 background: #FFF;
11568 width: auto;
11569 height: auto;
11570 padding: 6px 10px;
11571 color: #363B4E !important;
11572 font-size: 10px;
11573 min-width: 80px;
11574 }
11575 .wpfnl-drawing-window .drawflow .drawflow > .drawflow-paste-step {
11576 margin-left: -15px;
11577 margin-top: 15px;
11578 }
11579 .wpfnl-drawing-window .drawflow .parent-node .drawflow-paste-step {
11580 right: -15px;
11581 top: -15px;
11582 }
11583 .wpfnl-drawing-window .drawflow .connection .main-path {
11584 stroke-dasharray: 0;
11585 stroke: #7a8b9a;
11586 stroke-width: 1.8px;
11587 }
11588 .wpfnl-drawing-window .drawflow .connection .main-path:hover, .wpfnl-drawing-window .drawflow .connection .main-path.selected {
11589 stroke: #7a8b9a;
11590 }
11591 .wpfnl-drawing-window .drawflow .drawflow-node {
11592 border: none;
11593 background-color: transparent !important;
11594 border-radius: 10px;
11595 padding: 0;
11596 width: 180px;
11597 }
11598 .wpfnl-drawing-window .drawflow .drawflow-node .drawflow_content_node {
11599 text-align: center;
11600 cursor: default;
11601 }
11602 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper {
11603 position: relative;
11604 }
11605 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .not-clickable-overlay {
11606 position: fixed;
11607 background: rgba(0, 0, 0, 0.2901960784);
11608 display: block;
11609 }
11610 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal {
11611 position: fixed;
11612 top: calc(50% - 90px);
11613 opacity: 1;
11614 visibility: visible;
11615 }
11616 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header {
11617 background: #FFFFFF;
11618 border-bottom: 1px dashed #7A8B9A;
11619 border-radius: 5px 5px 0px 0px;
11620 left: -45px;
11621 position: relative;
11622 top: -45px;
11623 display: flex;
11624 align-items: center;
11625 width: calc(100% + 90px);
11626 padding: 6px 15px;
11627 }
11628 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button {
11629 display: flex;
11630 align-items: center;
11631 background: transparent;
11632 border: none;
11633 cursor: pointer;
11634 font-weight: 500;
11635 font-size: 14px;
11636 line-height: 1;
11637 text-align: center;
11638 color: #787F96;
11639 margin-left: 13px;
11640 }
11641 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button svg {
11642 margin-left: 5px;
11643 position: relative;
11644 top: -1px;
11645 }
11646 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button.edit svg {
11647 width: 17px;
11648 }
11649 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .ab-testing-header button.start {
11650 margin-left: auto;
11651 }
11652 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-overlay {
11653 position: fixed;
11654 top: 0;
11655 left: 0;
11656 width: 100%;
11657 height: 100%;
11658 background-color: transparent;
11659 }
11660 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper {
11661 box-sizing: border-box;
11662 margin-bottom: 40px;
11663 }
11664 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper:last-child {
11665 margin-bottom: 0;
11666 }
11667 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper button.active {
11668 position: relative;
11669 }
11670 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper button.active .wpfnl-dropdown {
11671 visibility: visible;
11672 opacity: 1;
11673 }
11674 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown {
11675 top: 20px;
11676 left: 0;
11677 border-radius: 6px;
11678 border: 1px solid #EBEDF0;
11679 background: #FFF;
11680 box-shadow: 0px 2px 20px 0px rgba(210, 209, 218, 0.3);
11681 padding: 10px;
11682 }
11683 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item {
11684 border-radius: 4px;
11685 background: #F6F8FA;
11686 padding: 8px;
11687 width: auto;
11688 height: auto;
11689 flex-direction: row;
11690 align-items: center;
11691 justify-content: flex-start;
11692 display: flex;
11693 gap: 8px;
11694 cursor: pointer;
11695 }
11696 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item svg {
11697 margin: 0;
11698 }
11699 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown .wpfnl-dropdown-item span {
11700 color: #2D3149;
11701 font-weight: 500;
11702 }
11703 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node-wrapper .wpfnl-dropdown::after {
11704 content: none;
11705 }
11706 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .has-mailmint-step .single-node-wrapper:not(.single-node-thankyou):nth-last-of-type(2) {
11707 margin-bottom: 0;
11708 }
11709 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .single-node {
11710 position: relative;
11711 background: #FFFFFF;
11712 box-sizing: border-box;
11713 border-radius: 10px;
11714 border: 1px solid #EDECF2;
11715 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
11716 }
11717 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper svg {
11718 display: block;
11719 position: relative;
11720 }
11721 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .placeholder-img svg {
11722 width: 100%;
11723 }
11724 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button {
11725 background: #fff;
11726 display: flex;
11727 flex-flow: row;
11728 align-items: center;
11729 justify-content: center;
11730 z-index: 2;
11731 transition: all 0.3s ease;
11732 width: 100%;
11733 margin-top: 12px;
11734 margin-bottom: 3px;
11735 gap: 10px;
11736 }
11737 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li {
11738 width: 24px;
11739 height: 22px;
11740 display: flex;
11741 flex-flow: column;
11742 align-items: center;
11743 justify-content: center;
11744 position: relative;
11745 }
11746 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > button {
11747 border: none;
11748 background: transparent;
11749 }
11750 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > a, .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li > button {
11751 display: block;
11752 text-align: center;
11753 line-height: 22px;
11754 width: 100%;
11755 cursor: pointer;
11756 }
11757 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li svg {
11758 margin: 0 auto;
11759 }
11760 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag {
11761 position: absolute;
11762 top: -23px;
11763 left: 50%;
11764 padding: 0;
11765 transform: translateX(-50%);
11766 }
11767 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag::before {
11768 content: "";
11769 position: absolute;
11770 left: calc(50% - 1px);
11771 bottom: -6px;
11772 width: 10px;
11773 height: 10px;
11774 background: #6E42D3;
11775 border-radius: 2px;
11776 transform: rotate(45deg) translateX(-50%);
11777 z-index: 0;
11778 }
11779 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag.has-opacity {
11780 background: #9F8ACD;
11781 }
11782 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag.has-opacity::before {
11783 background: #9F8ACD;
11784 }
11785 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button li .pro-tag a {
11786 font-size: 12px;
11787 line-height: 1;
11788 font-weight: 700;
11789 letter-spacing: -0.3px;
11790 padding: 3px 5px 3px;
11791 display: block;
11792 position: relative;
11793 white-space: nowrap;
11794 }
11795 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown {
11796 background: #FFFFFF;
11797 box-shadow: 0px 8px 30px rgba(21, 21, 69, 0.1019607843);
11798 border-radius: 10px;
11799 position: absolute;
11800 left: calc(100% + 8px);
11801 top: 0;
11802 z-index: 3;
11803 width: 184px;
11804 text-align: left;
11805 border: 1px solid #E5E8F3;
11806 display: none;
11807 }
11808 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button {
11809 font-weight: 500;
11810 font-size: 14px;
11811 line-height: 1;
11812 color: #787F96;
11813 border: none;
11814 background: transparent;
11815 padding: 10px 15px;
11816 border-bottom: 1px solid #F1F3FA;
11817 text-align: left;
11818 width: 100%;
11819 cursor: pointer;
11820 transition: color 0.3s ease;
11821 }
11822 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button:last-child {
11823 border-bottom: 0;
11824 }
11825 .wpfnl-drawing-window .drawflow .drawflow-node .node-control-button .create-ab-dropdown button:hover {
11826 color: #6E42D3;
11827 }
11828 .wpfnl-drawing-window .drawflow .drawflow-node .node-header {
11829 background: #ffffff;
11830 box-sizing: border-box;
11831 border-radius: 10px 10px 0px 0px;
11832 padding: 10px 3px 9px;
11833 }
11834 .wpfnl-drawing-window .drawflow .drawflow-node .node-header .node-title {
11835 color: #363B4E;
11836 font-weight: 500;
11837 font-size: 13px;
11838 line-height: 14px;
11839 padding: 0;
11840 margin: 0;
11841 text-transform: capitalize;
11842 display: flex;
11843 align-items: center;
11844 justify-content: center;
11845 gap: 6px;
11846 }
11847 .wpfnl-drawing-window .drawflow .drawflow-node .node-header .node-title span {
11848 font-size: 11px;
11849 color: #797e94;
11850 max-width: 88px;
11851 white-space: nowrap;
11852 overflow: hidden;
11853 text-overflow: ellipsis;
11854 display: inline-block;
11855 vertical-align: middle;
11856 }
11857 .wpfnl-drawing-window .drawflow .drawflow-node .node-body {
11858 padding: 10px;
11859 }
11860 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .placeholder-img.thankyou {
11861 padding: 14px 0px;
11862 }
11863 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .no-product-notice {
11864 transform: translateY(-7px);
11865 width: 100%;
11866 }
11867 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img {
11868 border-radius: 8px;
11869 border: 1px solid #EEF0F3;
11870 position: relative;
11871 overflow: hidden;
11872 height: 121px;
11873 background: #f6f5fa;
11874 }
11875 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img > div {
11876 height: 100%;
11877 background-repeat: no-repeat;
11878 background-size: cover;
11879 background-position: center -5px;
11880 }
11881 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .preview-img img {
11882 border-radius: 8px;
11883 height: 100%;
11884 object-fit: cover;
11885 }
11886 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .orderbump-cta {
11887 background: linear-gradient(180deg, rgba(217, 217, 217, 0) 44.08%, rgba(0, 0, 0, 0.53) 100%);
11888 border-radius: 8px;
11889 position: absolute;
11890 bottom: -6px;
11891 left: 0;
11892 width: 100%;
11893 height: 100%;
11894 display: flex;
11895 flex-flow: column;
11896 align-items: center;
11897 justify-content: flex-end;
11898 padding-bottom: 15px;
11899 }
11900 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .orderbump-cta > span {
11901 font-weight: 500;
11902 font-size: 12px;
11903 line-height: 10px;
11904 text-transform: capitalize;
11905 color: #FFFFFF;
11906 display: block;
11907 }
11908 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span {
11909 border: 1px solid #EEF0F3;
11910 border-radius: 8px;
11911 display: block;
11912 font-weight: 500;
11913 font-size: 12px;
11914 line-height: 1;
11915 text-align: center;
11916 text-transform: capitalize;
11917 color: #363B4E;
11918 padding: 8px 5px;
11919 margin-top: 10px;
11920 }
11921 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span.no-product {
11922 color: #ee5f5a;
11923 }
11924 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .node-cta > span.has-product {
11925 color: #45b959;
11926 }
11927 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag {
11928 position: absolute;
11929 top: 98px;
11930 left: calc(100% + 54px);
11931 width: 50px;
11932 height: 50px;
11933 border: 1px solid #EDECF2;
11934 box-shadow: 0px 6px 10px 0px rgba(190, 190, 215, 0.08);
11935 background: #ffffff;
11936 display: flex;
11937 align-items: center;
11938 justify-content: center;
11939 border-radius: 100%;
11940 }
11941 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag .flag-line {
11942 position: absolute;
11943 right: calc(100% + 11px);
11944 top: 18px;
11945 width: 42px;
11946 height: 2px;
11947 background: #7A8B9A;
11948 }
11949 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag:before {
11950 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzdBOEI5QSIgZD0iTTEuNzUgMTUuNTg1YTEuMDgzIDEuMDgzIDAgMDEtLjc3LTEuODUybDUuNzQyLTUuNzMxTC45ODEgMi4yN0ExLjA4OCAxLjA4OCAwIDAxMi41MTkuNzMzbDYuNSA2LjVhMS4wODMgMS4wODMgMCAwMTAgMS41MjdsLTYuNSA2LjVhMS4wODMgMS4wODMgMCAwMS0uNzcuMzI1eiIvPjwvc3ZnPg==");
11951 position: absolute;
11952 right: calc(100% + 9px);
11953 top: 17px;
11954 width: 10px;
11955 height: 16px;
11956 }
11957 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag:after {
11958 content: "";
11959 position: absolute;
11960 left: -61px;
11961 top: 20px;
11962 width: 12px;
11963 height: 12px;
11964 border: 2px solid #7A8B9A;
11965 border-radius: 100%;
11966 box-sizing: border-box;
11967 background: #fff;
11968 }
11969 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag path {
11970 stroke: #6E42D3;
11971 }
11972 .wpfnl-drawing-window .drawflow .drawflow-node .node-body .end-flag > span {
11973 font-size: 14px;
11974 line-height: 1.2;
11975 font-weight: 600;
11976 color: #363B4E;
11977 margin-top: 6px;
11978 display: block;
11979 }
11980 .wpfnl-drawing-window .drawflow .drawflow-node .inputs .input,
11981 .wpfnl-drawing-window .drawflow .drawflow-node .output {
11982 border-radius: 50%;
11983 border: 2px solid #7A8B9A;
11984 background: #fff;
11985 width: 12px;
11986 height: 12px;
11987 position: absolute;
11988 right: 7px;
11989 top: 120px;
11990 pointer-events: none !important;
11991 }
11992 .wpfnl-drawing-window .drawflow .drawflow-node .output {
11993 opacity: 1 !important;
11994 right: -5px;
11995 pointer-events: none !important;
11996 }
11997 .wpfnl-drawing-window .drawflow .drawflow-node .output.output_2 {
11998 top: 120px;
11999 }
12000 .wpfnl-drawing-window .drawflow .drawflow-node .inputs .input {
12001 background: #f6f5fa;
12002 opacity: 1 !important;
12003 border: none;
12004 left: -13px;
12005 }
12006 .wpfnl-drawing-window .drawflow .drawflow-node .inputs .input.input-connected:before {
12007 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzdBOEI5QSIgZD0iTTEuNzUgMTUuNTg1YTEuMDgzIDEuMDgzIDAgMDEtLjc3LTEuODUybDUuNzQyLTUuNzMxTC45ODEgMi4yN0ExLjA4OCAxLjA4OCAwIDAxMi41MTkuNzMzbDYuNSA2LjVhMS4wODMgMS4wODMgMCAwMTAgMS41MjdsLTYuNSA2LjVhMS4wODMgMS4wODMgMCAwMS0uNzcuMzI1eiIvPjwvc3ZnPg==");
12008 width: 10px;
12009 height: 16px;
12010 border-radius: 0px;
12011 position: absolute;
12012 left: -9px;
12013 top: -2px;
12014 }
12015 .wpfnl-drawing-window .drawflow .drawflow-node.selected {
12016 z-index: 4;
12017 }
12018 .wpfnl-drawing-window .drawflow .drawflow-node.landing .node-header {
12019 background: #E8F1FF;
12020 }
12021 .wpfnl-drawing-window .drawflow .drawflow-node.landing .node-header .node-title svg {
12022 width: 15px;
12023 height: 15px;
12024 }
12025 .wpfnl-drawing-window .drawflow .drawflow-node.checkout .node-header {
12026 background: #FDF0E8;
12027 padding: 9px 3px 8px;
12028 }
12029 .wpfnl-drawing-window .drawflow .drawflow-node.checkout .node-header .node-title svg {
12030 width: 15px;
12031 height: 17px;
12032 top: -1px;
12033 }
12034 .wpfnl-drawing-window .drawflow .drawflow-node.upsell .node-header {
12035 background: #E9F9E8;
12036 }
12037 .wpfnl-drawing-window .drawflow .drawflow-node.upsell .node-header .node-title svg {
12038 width: 15px;
12039 height: 15px;
12040 }
12041 .wpfnl-drawing-window .drawflow .drawflow-node.downsell .node-header {
12042 background: #FCF0F1;
12043 }
12044 .wpfnl-drawing-window .drawflow .drawflow-node.downsell .node-header .node-title svg {
12045 width: 15px;
12046 height: 15px;
12047 }
12048 .wpfnl-drawing-window .drawflow .drawflow-node.thankyou .node-header {
12049 background: #E6FAF5;
12050 }
12051 .wpfnl-drawing-window .drawflow .drawflow-node.thankyou .node-header .node-title svg {
12052 width: 15px;
12053 height: 15px;
12054 }
12055 .wpfnl-drawing-window .drawflow .drawflow-node.custom .node-header {
12056 background: #E0F2F4;
12057 }
12058 .wpfnl-drawing-window .drawflow .drawflow-node.custom .node-header .node-title svg {
12059 width: 15px;
12060 height: 15px;
12061 }
12062 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .output:before {
12063 display: none;
12064 }
12065 .wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .actions {
12066 top: -35px;
12067 }
12068 .wpfnl-drawing-window .drawflow .drawflow-step-delete {
12069 position: absolute;
12070 right: -8px;
12071 top: -8px;
12072 width: 22px;
12073 height: 22px;
12074 border-radius: 30px;
12075 background: #ffffff;
12076 color: #ffffff;
12077 border: 2px solid #EE5F5A;
12078 line-height: 1.3;
12079 cursor: pointer;
12080 z-index: 1;
12081 opacity: 0;
12082 visibility: hidden;
12083 transition: all 0.3s ease;
12084 }
12085 .wpfnl-drawing-window .drawflow .drawflow-step-delete:before {
12086 content: "";
12087 position: absolute;
12088 left: 0;
12089 top: 0;
12090 width: 100%;
12091 height: 100%;
12092 background-image: url("../images/cross.svg");
12093 background-repeat: no-repeat;
12094 background-size: 80% 80%;
12095 background-position: center center;
12096 border-radius: 50%;
12097 }
12098 .wpfnl-drawing-window .drawflow .ab-testing-indicator {
12099 position: absolute;
12100 top: -28px;
12101 left: 50%;
12102 transform: translateX(-50%);
12103 color: #FFF;
12104 font-size: 10px;
12105 font-weight: 600;
12106 line-height: 1;
12107 background-color: #EC813F;
12108 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
12109 z-index: 2;
12110 padding: 5px 10px;
12111 white-space: nowrap;
12112 border-radius: 50px;
12113 }
12114 .wpfnl-drawing-window .drawflow .node-condition-wrapper .drawflow-step-delete {
12115 left: -3px;
12116 right: inherit;
12117 top: -7px;
12118 }
12119 .wpfnl-drawing-window .drawflow .node-condition-wrapper:hover .drawflow-step-delete,
12120 .wpfnl-drawing-window .drawflow .node-wrapper:hover .drawflow-step-delete {
12121 opacity: 1;
12122 visibility: visible;
12123 }
12124 .wpfnl-drawing-window .drawflow .drawflow-delete:before {
12125 content: "";
12126 position: absolute;
12127 left: 0;
12128 top: 0;
12129 width: 100%;
12130 height: 100%;
12131 background-image: url("../images/cross.svg");
12132 background-repeat: no-repeat;
12133 background-size: 80% 80%;
12134 background-position: center center;
12135 border-radius: 50%;
12136 }
12137 .wpfnl-drawing-window .drawflow .drawflow-node:not(.conditional) .outputs .output,
12138 .wpfnl-drawing-window .drawflow .drawflow-node:not(.conditional) .inputs .input {
12139 opacity: 0;
12140 }
12141 .wpfnl-drawing-window .drawflow .drawflow-node.selected:not(.conditional) .outputs .output,
12142 .wpfnl-drawing-window .drawflow .drawflow-node.selected:not(.conditional) .inputs .input {
12143 opacity: 1;
12144 }
12145 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .outputs .output,
12146 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .inputs .input {
12147 width: 9px;
12148 height: 9px;
12149 border-radius: 50%;
12150 border: 2px solid #7A8B9A;
12151 background: #fff;
12152 background-image: none;
12153 }
12154 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .outputs .output {
12155 right: 5px;
12156 }
12157 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .inputs .input {
12158 left: -5px;
12159 }
12160 .wpfnl-drawing-window .drawflow .drawflow-delete {
12161 width: 22px;
12162 height: 22px;
12163 background: #ffffff;
12164 color: #ffffff;
12165 border: 2px solid #EE5F5A;
12166 line-height: 1.3;
12167 display: none;
12168 opacity: 0;
12169 visibility: hidden;
12170 }
12171 .wpfnl-drawing-window .drawflow .drawflow-node.conditional {
12172 background: #ffffff !important;
12173 border-radius: 100%;
12174 width: 56px;
12175 height: 56px;
12176 border: 1px solid #E5E8F3;
12177 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
12178 }
12179 .wpfnl-drawing-window .drawflow .drawflow-node.conditional svg {
12180 position: relative;
12181 top: 3px;
12182 }
12183 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .drawflow-delete {
12184 left: -2px;
12185 top: -6px;
12186 }
12187 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions {
12188 position: absolute;
12189 top: -19px;
12190 background: #fff;
12191 left: 50%;
12192 transform: translateX(-50%);
12193 box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
12194 border-radius: 5px;
12195 transition: all 0.3s ease;
12196 opacity: 0;
12197 visibility: hidden;
12198 }
12199 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions:before {
12200 content: "";
12201 position: absolute;
12202 bottom: -5px;
12203 left: 50%;
12204 width: 8px;
12205 height: 8px;
12206 background: white;
12207 margin-left: -4px;
12208 transform: rotate(45deg);
12209 }
12210 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .actions li {
12211 padding: 2px 6px;
12212 cursor: pointer;
12213 }
12214 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-label {
12215 position: absolute;
12216 bottom: -10px;
12217 left: 50%;
12218 background: #fff;
12219 font-size: 13px;
12220 text-transform: capitalize;
12221 padding: 2px 6px;
12222 border-radius: 4px;
12223 transform: translateX(-50%);
12224 opacity: 0;
12225 visibility: hidden;
12226 transition: all 0.3s ease;
12227 }
12228 .wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .actions {
12229 top: -39px;
12230 opacity: 1;
12231 visibility: visible;
12232 }
12233 .wpfnl-drawing-window .drawflow .drawflow-node.conditional.selected .condition-label {
12234 bottom: -30px;
12235 opacity: 1;
12236 visibility: visible;
12237 }
12238 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-else,
12239 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-if {
12240 position: absolute;
12241 background: #fff;
12242 border-radius: 50%;
12243 cursor: pointer;
12244 font-size: 11px;
12245 text-transform: uppercase;
12246 font-weight: 600;
12247 width: 20px;
12248 height: 20px;
12249 border: 2px solid #00D057;
12250 color: #00D057;
12251 padding: 1px 0;
12252 }
12253 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-if {
12254 top: -8px;
12255 right: -17px;
12256 }
12257 .wpfnl-drawing-window .drawflow .drawflow-node.conditional .condition-else {
12258 bottom: -7px;
12259 right: -17px;
12260 color: #EE5F5A;
12261 border-color: #EE5F5A;
12262 }
12263 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper.ab-testing-started {
12264 border-color: #6E42D3;
12265 }
12266 .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper.ab-testing-started .ab-testing-header {
12267 border-bottom-color: #6E42D3;
12268 }
12269 .wpfnl-drawing-window .drawflow > .drawflow-delete {
12270 margin-top: -9px;
12271 margin-left: -11px;
12272 }
12273
12274 .wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing {
12275 cursor: not-allowed;
12276 }
12277 .wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing:before {
12278 content: url(../images/disabled.svg);
12279 position: absolute;
12280 top: 0;
12281 z-index: 1;
12282 left: 0;
12283 color: #e33e3e;
12284 background: rgba(249, 249, 249, 0.6509803922);
12285 width: 100%;
12286 height: 100%;
12287 border-radius: 10px;
12288 display: flex;
12289 flex-flow: column;
12290 align-items: center;
12291 justify-content: center;
12292 font-size: 15px;
12293 font-weight: 500;
12294 }
12295 .wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing .add-new-action {
12296 display: none;
12297 }
12298 .wpfnl-drawing-window.enabled-gbf .drawflow .drawflow-node.landing .mintmrm-automation-step-wrapper {
12299 display: none;
12300 }
12301
12302 .wpfnl-step-settings-drawer {
12303 position: fixed;
12304 top: 32px;
12305 right: -190px;
12306 background-color: #fff;
12307 z-index: 99;
12308 width: 1300px;
12309 height: calc(100vh - 32px);
12310 box-shadow: -1px 3px 13px rgba(150, 141, 169, 0.1);
12311 opacity: 0;
12312 visibility: hidden;
12313 }
12314 .wpfnl-step-settings-drawer .drawer-bg-overlay {
12315 position: fixed;
12316 right: 0;
12317 top: 0;
12318 background: rgba(21, 17, 29, 0.3019607843);
12319 backdrop-filter: blur(4px);
12320 width: 100%;
12321 height: 100%;
12322 z-index: -1;
12323 }
12324 .wpfnl-step-settings-drawer .show-overlay .drawer-bg-overlay {
12325 z-index: 2;
12326 }
12327 .wpfnl-step-settings-drawer.show-drawer {
12328 z-index: 99;
12329 right: 0;
12330 opacity: 1;
12331 visibility: visible;
12332 }
12333 .wpfnl-step-settings-drawer .drawer-full-loader {
12334 position: absolute;
12335 top: 0;
12336 left: 0;
12337 width: 100%;
12338 height: 100%;
12339 background: #fff;
12340 border-radius: 10px 0 0 10px;
12341 z-index: 2;
12342 }
12343 .wpfnl-step-settings-drawer .drawer-full-loader .wpfnl-loader {
12344 display: block;
12345 position: absolute;
12346 top: 50%;
12347 left: 50%;
12348 width: 50px;
12349 height: 50px;
12350 transform: translateX(-50%);
12351 margin-top: -46px;
12352 transition: all 0.3s linear;
12353 }
12354 .wpfnl-step-settings-drawer .drawer-switcher-loader {
12355 position: absolute;
12356 top: 0;
12357 left: 0;
12358 width: 100%;
12359 height: 100%;
12360 background: transparent;
12361 border-radius: 10px 0 0 10px;
12362 z-index: 2;
12363 display: none;
12364 }
12365 .wpfnl-step-settings-drawer .drawer-wrapper {
12366 height: 100%;
12367 width: 100%;
12368 background: #fff;
12369 }
12370 .wpfnl-step-settings-drawer .drawer-header {
12371 display: flex;
12372 flex-flow: row wrap;
12373 align-items: center;
12374 justify-content: space-between;
12375 padding: 20px 30px 4px;
12376 position: relative;
12377 z-index: 1;
12378 }
12379 .wpfnl-step-settings-drawer .drawer-header .drawer-title {
12380 display: flex;
12381 align-items: center;
12382 }
12383 .wpfnl-step-settings-drawer .drawer-header .drawer-title > p {
12384 font-weight: 600;
12385 font-size: 18px;
12386 line-height: 1.27;
12387 color: #363B4E;
12388 text-transform: capitalize;
12389 margin: 0;
12390 display: inline-block;
12391 }
12392 .wpfnl-step-settings-drawer .drawer-header .drawer-title span {
12393 padding-left: 4px;
12394 }
12395 .wpfnl-step-settings-drawer .drawer-header .wpfnl-drawer-close {
12396 padding: 3px 7px;
12397 height: 38px;
12398 width: 38px;
12399 cursor: pointer;
12400 position: relative;
12401 top: 0;
12402 border-radius: 10px;
12403 border: 1px solid #EBEDF0;
12404 display: flex;
12405 align-items: center;
12406 justify-content: center;
12407 }
12408 .wpfnl-step-settings-drawer .drawer-body {
12409 padding: 0 30px;
12410 height: calc(100% - 70px);
12411 overflow: auto;
12412 position: relative;
12413 }
12414 .wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar {
12415 width: 5px;
12416 height: 5px;
12417 }
12418 .wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar-track {
12419 background: #f2f5f8;
12420 }
12421 .wpfnl-step-settings-drawer .drawer-body::-webkit-scrollbar-thumb {
12422 background-color: #CBCBCB;
12423 border-radius: 20px;
12424 }
12425 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion {
12426 border: 1px solid #EEF0F3;
12427 border-radius: 10px;
12428 margin-top: 20px;
12429 }
12430 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header {
12431 display: flex;
12432 align-items: center;
12433 justify-content: space-between;
12434 gap: 10px;
12435 padding: 12px 20px;
12436 cursor: pointer;
12437 }
12438 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header h2 {
12439 font-size: 16px;
12440 font-weight: 600;
12441 color: #363B4E;
12442 }
12443 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header .accordion-icon {
12444 position: relative;
12445 top: 5px;
12446 }
12447 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-header .accordion-open {
12448 transform: rotate(180deg);
12449 top: -5px;
12450 }
12451 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content {
12452 padding: 20px;
12453 border-top: 1px solid rgb(238, 240, 243);
12454 }
12455 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .steps-url-slug.inline-url-slug {
12456 border: none;
12457 }
12458 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .steps-url-slug-wrapper {
12459 justify-content: space-between;
12460 width: 100%;
12461 border: none;
12462 padding-bottom: 18px;
12463 }
12464 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .custom-script-wrapper .field-group.step-name label {
12465 margin-bottom: 6px;
12466 display: inline-block;
12467 }
12468 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .custom-script-wrapper .field-group.step-name label .wpfnl-tooltip {
12469 top: 2px;
12470 }
12471 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .field-group.url-slug-save-btn {
12472 display: flex;
12473 justify-content: flex-end;
12474 margin-top: 20px;
12475 }
12476 .wpfnl-step-settings-drawer .drawer-body .wpfnl-drawer-accordion .accordion-content .field-group.url-slug-save-btn button {
12477 height: 40px;
12478 line-height: 39px;
12479 padding: 0 20px;
12480 }
12481 .wpfnl-step-settings-drawer .step-featured-image .featured-image-body {
12482 padding: 30px 0;
12483 }
12484 .wpfnl-step-settings-drawer .step-featured-image .featured-image-body input[type=file] {
12485 display: none;
12486 }
12487 .wpfnl-step-settings-drawer .step-featured-image .featured-image-body label {
12488 width: 350px;
12489 height: 380px;
12490 border: 2px dashed #ddd;
12491 border-radius: 10px;
12492 display: flex;
12493 flex-flow: column;
12494 align-items: center;
12495 justify-content: center;
12496 text-align: center;
12497 }
12498 .wpfnl-step-settings-drawer .step-featured-image .featured-image-body label svg {
12499 display: block;
12500 margin: 0 auto;
12501 }
12502 .wpfnl-step-settings-drawer .step-featured-image .featured-image-footer {
12503 border-top: 1px solid #E2E5ED;
12504 padding: 20px 0 20px;
12505 margin-top: 10px;
12506 display: flex;
12507 flex-flow: row wrap;
12508 align-items: center;
12509 position: relative;
12510 }
12511 .wpfnl-step-settings-drawer.edit-field-drawer {
12512 right: -100px;
12513 width: 300px;
12514 }
12515 .wpfnl-step-settings-drawer.edit-field-drawer.show-edit-field-drawer {
12516 right: 0;
12517 opacity: 1;
12518 visibility: visible;
12519 z-index: 99;
12520 }
12521 .wpfnl-step-settings-drawer.edit-field-drawer .drawer-header {
12522 padding: 26px 16px 20px 20px;
12523 }
12524 .wpfnl-step-settings-drawer.create-condition-drawer .drawer-header {
12525 padding: 20px 30px 20px;
12526 box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
12527 }
12528 .wpfnl-step-settings-drawer .wpfnl-modal-overlay {
12529 position: fixed;
12530 top: 0;
12531 left: 0;
12532 width: 100%;
12533 height: 100%;
12534 background-color: rgba(0, 0, 0, 0.3);
12535 justify-content: center;
12536 align-items: center;
12537 display: flex;
12538 z-index: 999999;
12539 }
12540 .wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper {
12541 width: 80%;
12542 background: #FFF;
12543 padding: 25px;
12544 height: 80%;
12545 border-radius: 10px;
12546 position: relative;
12547 }
12548 .wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper .wpfnl-modal-close .wpfnl-modal-close-btn {
12549 position: absolute;
12550 right: -14px;
12551 top: -14px;
12552 background: #ffffff;
12553 box-shadow: 0px 1px 1px #dadada;
12554 border-radius: 100px;
12555 width: 34px;
12556 height: 34px;
12557 display: flex;
12558 align-items: center;
12559 justify-content: center;
12560 cursor: pointer;
12561 z-index: 2;
12562 }
12563 .wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper #wpfnl-create-product {
12564 width: 100%;
12565 height: 100%;
12566 }
12567 .wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper #wpfnl-create-product iframe {
12568 height: 100%;
12569 }
12570 .wpfnl-step-settings-drawer .wpfnl-modal-overlay .wpfnl-modal-wrapper .wpfnl-loader {
12571 border: 2px solid #8265c5;
12572 border-radius: 50%;
12573 border-top: 2px solid #fff;
12574 width: 50px;
12575 height: 50px;
12576 animation: spin 0.7s linear infinite;
12577 display: block;
12578 margin-left: 4px;
12579 position: absolute;
12580 left: 50%;
12581 top: 50%;
12582 transform: translate(-50%, -50%);
12583 z-index: 2;
12584 background: #fff;
12585 }
12586 @-webkit-keyframes spin {
12587 0% {
12588 -webkit-transform: rotate(0deg);
12589 }
12590 100% {
12591 -webkit-transform: rotate(360deg);
12592 }
12593 }
12594 @keyframes spin {
12595 0% {
12596 transform: rotate(0deg);
12597 }
12598 100% {
12599 transform: rotate(360deg);
12600 }
12601 }
12602
12603 @media only screen and (max-width: 1599px) {
12604 .wpfnl-step-settings-drawer {
12605 width: 1183px;
12606 }
12607 }
12608 @media only screen and (max-width: 1400px) {
12609 .wpfnl-step-settings-drawer {
12610 width: 1085px;
12611 }
12612 }
12613 @media only screen and (max-width: 1199px) {
12614 .wpfnl-step-settings-drawer {
12615 width: 803px;
12616 }
12617 }
12618 @media only screen and (max-width: 991px) {
12619 .wpfnl-step-settings-drawer {
12620 width: 740px;
12621 }
12622 .create-condition-drawer .single-condition .single-condition-filed input[type=text],
12623 .create-condition-drawer .single-condition .single-condition-filed input[type=number],
12624 .create-condition-drawer .single-condition .single-condition-filed input[type=email],
12625 .create-condition-drawer .single-condition .single-condition-filed select {
12626 width: 170px;
12627 min-width: auto;
12628 }
12629 }
12630 .wpfnl-step-settings-drawer .steps-url-slug {
12631 padding-top: 10px;
12632 }
12633 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper {
12634 background: #FFFFFF;
12635 border-bottom: 1px solid #EEF0F3;
12636 padding-bottom: 30px;
12637 }
12638 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group {
12639 margin-bottom: 17px;
12640 }
12641 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group:last-child {
12642 margin-bottom: 0;
12643 }
12644 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group > label {
12645 margin-bottom: 6px;
12646 display: block;
12647 }
12648 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .field-group input[type=text] {
12649 border-color: #EEF0F3;
12650 color: #7A8B9A;
12651 box-shadow: none;
12652 }
12653 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input {
12654 display: flex;
12655 align-items: center;
12656 border: 1px solid #EEF0F3;
12657 border-radius: 6px;
12658 }
12659 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url {
12660 width: 40px;
12661 height: 34px;
12662 display: flex;
12663 align-items: center;
12664 justify-content: center;
12665 cursor: pointer;
12666 border: none;
12667 border-left: 1px solid #EEF0F3;
12668 box-shadow: none;
12669 outline: none;
12670 position: relative;
12671 background: transparent;
12672 }
12673 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url .copyed {
12674 background-color: #464646;
12675 position: absolute;
12676 right: 0;
12677 top: -18px;
12678 font-size: 11px;
12679 font-style: normal;
12680 color: #fff;
12681 line-height: 1;
12682 padding: 4px;
12683 border-radius: 3px;
12684 transition: all 0.3s ease;
12685 opacity: 0;
12686 visibility: hidden;
12687 }
12688 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url .copyed:before {
12689 content: "";
12690 position: absolute;
12691 left: 50%;
12692 bottom: -4px;
12693 width: 6px;
12694 height: 6px;
12695 background: #464646;
12696 transform: rotate(45deg) translateX(-50%);
12697 }
12698 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug .inline-input .copy-slug-url.copy-confirmed .copyed {
12699 top: -25px;
12700 opacity: 1;
12701 visibility: visible;
12702 }
12703 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug input[type=text] {
12704 border: 0;
12705 height: 34px;
12706 }
12707 .wpfnl-step-settings-drawer .steps-url-slug .steps-url-slug-wrapper .step-slug input[type=text]:disabled {
12708 cursor: not-allowed;
12709 }
12710 .wpfnl-step-settings-drawer .url-slug-save-btn {
12711 display: flex;
12712 justify-content: flex-end;
12713 gap: 14px;
12714 margin-top: 30px;
12715 }
12716 .wpfnl-step-settings-drawer .url-slug-save-btn .btn-default {
12717 height: 40px;
12718 line-height: 39px;
12719 padding: 0 20px;
12720 }
12721 .wpfnl-step-settings-drawer .url-slug-save-btn .btn-default.cancel {
12722 border: 1px solid #E4E6EB;
12723 background: transparent;
12724 min-width: auto;
12725 color: #3C3F47;
12726 }
12727 .wpfnl-step-settings-drawer .url-slug-save-btn .btn-default .wpfnl-loader {
12728 display: inline-block;
12729 position: relative;
12730 top: 3px;
12731 }
12732 .wpfnl-step-settings-drawer .inline-url-slug {
12733 display: flex;
12734 flex-flow: row wrap;
12735 align-items: flex-start;
12736 gap: 20px;
12737 border-bottom: 1px solid #EEF0F3;
12738 padding-bottom: 24px;
12739 }
12740 .wpfnl-step-settings-drawer .inline-url-slug .steps-url-slug-wrapper {
12741 background: transparent;
12742 border: none;
12743 border-radius: 0;
12744 padding: 0;
12745 display: flex;
12746 gap: 20px;
12747 width: calc(100% - 150px);
12748 }
12749 .wpfnl-step-settings-drawer .inline-url-slug .steps-url-slug-wrapper .field-group {
12750 margin-bottom: 0;
12751 flex: 1;
12752 }
12753 .wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn {
12754 display: block;
12755 margin-top: 0;
12756 position: relative;
12757 top: 20px;
12758 }
12759 .wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default {
12760 padding: 0 15px;
12761 width: 130px;
12762 height: 36px;
12763 line-height: 35px;
12764 }
12765 .wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default.cancel {
12766 display: none;
12767 }
12768 .wpfnl-step-settings-drawer .inline-url-slug .url-slug-save-btn .btn-default .wpfnl-loader {
12769 display: inline-block;
12770 position: relative;
12771 top: 3px;
12772 }
12773
12774 .step-condition-drawer {
12775 width: 700px;
12776 }
12777 .step-condition-drawer.show-drawer {
12778 z-index: 2;
12779 }
12780 .step-condition-drawer .drawer-header {
12781 padding: 16px 30px 16px;
12782 border-bottom: 1px solid #EEF0F3;
12783 }
12784 .step-condition-drawer .drawer-body {
12785 padding: 24px 30px;
12786 }
12787 .step-condition-drawer .enable-disable-switcher {
12788 display: flex;
12789 align-items: center;
12790 gap: 10px;
12791 margin-bottom: 24px;
12792 }
12793 .step-condition-drawer .enable-disable-switcher .switcher-label {
12794 color: #363B4E;
12795 font-size: 14px;
12796 font-weight: 600;
12797 line-height: 1;
12798 }
12799 .step-condition-drawer .enable-disable-switcher .wpfnl-switcher label {
12800 width: 28px;
12801 }
12802 .step-condition-drawer .enable-disable-switcher .wpfnl-switcher input[type=checkbox]:checked + label:after {
12803 margin-left: 12px;
12804 }
12805 .step-condition-drawer .enable-disable-switcher .wpfnl-loader {
12806 display: block;
12807 margin: 0;
12808 }
12809 .step-condition-drawer .no-condition-stat {
12810 border-radius: 10px;
12811 border: 1px solid #EEF0F3;
12812 height: 360px;
12813 padding: 20px;
12814 display: flex;
12815 flex-flow: column;
12816 align-items: center;
12817 justify-content: center;
12818 gap: 9px;
12819 }
12820 .step-condition-drawer .wpfnl-field-wrapper {
12821 gap: 28px;
12822 }
12823 .step-condition-drawer .wpfnl-field-wrapper > label {
12824 width: 122px;
12825 padding-right: 0;
12826 }
12827 .step-condition-drawer .true-condition-wapper {
12828 border-radius: 10px;
12829 border: 1px solid #EEF0F3;
12830 background: #F6F5FA;
12831 padding: 20px;
12832 position: relative;
12833 }
12834 .step-condition-drawer .true-condition-wapper .true-lable {
12835 color: #00D44E;
12836 font-size: 15px;
12837 font-weight: 600;
12838 line-height: 1;
12839 margin-bottom: 12px;
12840 display: block;
12841 }
12842 .step-condition-drawer .true-condition-wapper .and-condition-group {
12843 border-radius: 10px;
12844 background: #FFF;
12845 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
12846 padding: 20px;
12847 margin-bottom: 36px;
12848 position: relative;
12849 }
12850 .step-condition-drawer .true-condition-wapper .and-condition-group:before {
12851 content: "OR";
12852 position: absolute;
12853 top: -23px;
12854 left: 0;
12855 color: #7A8B9A;
12856 font-size: 14px;
12857 font-weight: 400;
12858 line-height: 1;
12859 }
12860 .step-condition-drawer .true-condition-wapper .and-condition-group:nth-child(2)::before {
12861 display: none;
12862 }
12863 .step-condition-drawer .true-condition-wapper .and-condition-group:last-child {
12864 margin-bottom: 16px;
12865 }
12866 .step-condition-drawer .true-condition-wapper .condition-single-row {
12867 display: flex;
12868 flex-flow: row wrap;
12869 align-items: center;
12870 gap: 10px;
12871 position: relative;
12872 padding: 10px 0;
12873 }
12874 .step-condition-drawer .true-condition-wapper .condition-single-row:first-child {
12875 padding-top: 0;
12876 }
12877 .step-condition-drawer .true-condition-wapper .condition-single-row:first-child .condition-connection {
12878 display: none;
12879 }
12880 .step-condition-drawer .true-condition-wapper .condition-single-row:first-child {
12881 padding-top: 0;
12882 }
12883 .step-condition-drawer .true-condition-wapper .condition-single-row:first-child .condition-connection {
12884 display: none;
12885 }
12886 .step-condition-drawer .true-condition-wapper .condition-single-row .single-condition {
12887 width: calc(33.3333333333% - 33px);
12888 }
12889 .step-condition-drawer .true-condition-wapper .condition-single-row .input-field {
12890 color: #363B4E;
12891 padding: 11px 14px 10px;
12892 max-width: 240px;
12893 min-width: auto;
12894 height: auto;
12895 width: 100%;
12896 border-radius: 6px;
12897 border: 1px solid #EEF0F3;
12898 background: #FFF;
12899 line-height: 1;
12900 }
12901 .step-condition-drawer .true-condition-wapper .condition-single-row .delete-condition {
12902 border: 1px solid #EEF0F3;
12903 width: 40px;
12904 height: 40px;
12905 display: flex;
12906 align-items: center;
12907 justify-content: center;
12908 border-radius: 7px;
12909 cursor: pointer;
12910 background: transparent;
12911 }
12912 .step-condition-drawer .true-condition-wapper .condition-single-row .condition-connection {
12913 width: 30px;
12914 height: calc(100% + 1px);
12915 border: 1px solid #EEF0F3;
12916 border-left: none;
12917 display: block;
12918 position: absolute;
12919 bottom: 50%;
12920 right: 0;
12921 }
12922 .step-condition-drawer .true-condition-wapper .condition-single-row .condition-connection:before {
12923 content: "&";
12924 border: 1px solid #EEF0F3;
12925 width: 22px;
12926 height: 22px;
12927 position: absolute;
12928 top: 50%;
12929 right: -11px;
12930 transform: translateY(-50%);
12931 background: #fff;
12932 border-radius: 100%;
12933 display: flex;
12934 flex-flow: column;
12935 align-items: center;
12936 justify-content: center;
12937 font-weight: 500;
12938 color: #6E42D3;
12939 }
12940 .step-condition-drawer .true-condition-wapper .condition-single-row.only-one .single-condition {
12941 width: calc(33.3333333333% - 7px);
12942 }
12943 .step-condition-drawer .true-condition-wapper .condition-single-row.only-one .delete-condition {
12944 display: none;
12945 }
12946 .step-condition-drawer .true-condition-wapper .add-and-condition {
12947 border: none;
12948 display: flex;
12949 align-items: center;
12950 color: #6E42D3;
12951 font-size: 14px;
12952 font-weight: 600;
12953 line-height: 1;
12954 gap: 3px;
12955 background: transparent;
12956 cursor: pointer;
12957 margin-top: 10px;
12958 }
12959 .step-condition-drawer .true-condition-wapper .or-condition-box {
12960 border-radius: 10px;
12961 border: 1px dashed #C1C6CD;
12962 padding: 15px 16px;
12963 }
12964 .step-condition-drawer .true-condition-wapper .or-condition-box button {
12965 border-radius: 100px;
12966 border: 1px solid #6E42D3;
12967 background: #FFF;
12968 box-shadow: 0px 20px 16px 0px rgba(189, 193, 200, 0.2);
12969 padding: 8px 16px 6px;
12970 display: flex;
12971 align-items: center;
12972 gap: 3px;
12973 margin: 0 auto;
12974 color: #6E42D3;
12975 font-size: 14px;
12976 font-weight: 600;
12977 line-height: 1;
12978 cursor: pointer;
12979 }
12980 .step-condition-drawer .true-condition-wapper .or-condition-box button svg {
12981 position: relative;
12982 top: -1px;
12983 }
12984 .step-condition-drawer .true-condition-wapper .next-step-box {
12985 padding-top: 20px;
12986 margin-top: 20px;
12987 position: relative;
12988 }
12989 .step-condition-drawer .true-condition-wapper .next-step-box:before {
12990 content: "";
12991 position: absolute;
12992 top: 0;
12993 left: -20px;
12994 width: calc(100% + 40px);
12995 height: 1px;
12996 background: #E8E6F1;
12997 }
12998 .step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox {
12999 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
13000 border: none;
13001 }
13002 .step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
13003 padding: 14px 30px 12px 14px;
13004 }
13005 .step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button {
13006 border: none;
13007 background: transparent;
13008 color: #6E42D3;
13009 font-size: 14px;
13010 font-weight: 400;
13011 line-height: 1;
13012 letter-spacing: -0.14px;
13013 box-shadow: none;
13014 outline: none;
13015 cursor: pointer;
13016 }
13017 .step-condition-drawer .true-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
13018 margin-left: 1px;
13019 }
13020 .step-condition-drawer .add-step-dropdown {
13021 width: 100%;
13022 padding: 8px;
13023 position: absolute;
13024 left: 0;
13025 top: calc(100% + 8px);
13026 z-index: 1;
13027 border-radius: 6px;
13028 border: 1px solid #EBEDF0;
13029 background: #FFF;
13030 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
13031 height: 128px;
13032 opacity: 0;
13033 visibility: hidden;
13034 transition: all 0.3s ease;
13035 display: flex;
13036 flex-flow: column;
13037 align-items: center;
13038 justify-content: center;
13039 gap: 8px;
13040 }
13041 .step-condition-drawer .add-step-dropdown p {
13042 letter-spacing: -0.14px;
13043 }
13044 .step-condition-drawer .add-step-dropdown .btn-default {
13045 padding: 11px 22px 10px;
13046 height: auto;
13047 line-height: 1;
13048 min-width: auto;
13049 border-radius: 8px;
13050 font-size: 12px;
13051 }
13052 .step-condition-drawer .wpfnl-selectbox.show-options .add-step-dropdown {
13053 opacity: 1;
13054 visibility: visible;
13055 }
13056 .step-condition-drawer .false-condition-wapper {
13057 border-radius: 10px;
13058 border: 1px solid #EEF0F3;
13059 background: #F6F5FA;
13060 margin-top: 20px;
13061 position: relative;
13062 }
13063 .step-condition-drawer .false-condition-wapper .false-lable {
13064 color: #FF5155;
13065 font-size: 15px;
13066 font-weight: 600;
13067 line-height: 1;
13068 padding: 14px 20px;
13069 }
13070 .step-condition-drawer .false-condition-wapper .next-step-box {
13071 padding: 20px;
13072 position: relative;
13073 border-top: 1px solid #E8E6F1;
13074 }
13075 .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox {
13076 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
13077 border: none;
13078 }
13079 .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
13080 padding: 14px 30px 12px 14px;
13081 }
13082 .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button {
13083 border: none;
13084 background: transparent;
13085 color: #6E42D3;
13086 font-size: 14px;
13087 font-weight: 400;
13088 line-height: 1;
13089 letter-spacing: -0.14px;
13090 box-shadow: none;
13091 outline: none;
13092 cursor: pointer;
13093 }
13094 .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
13095 margin-left: 1px;
13096 }
13097 .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selectable-options {
13098 bottom: calc(100% + 8px);
13099 top: inherit;
13100 box-shadow: 0px 10px 22px 0px rgba(73, 59, 104, 0.1);
13101 }
13102 .step-condition-drawer .save-btn-area {
13103 margin-top: 30px;
13104 display: flex;
13105 flex-flow: row wrap;
13106 align-items: center;
13107 justify-content: flex-end;
13108 gap: 14px;
13109 }
13110 .step-condition-drawer .save-btn-area .wpfnl-alert {
13111 display: block;
13112 }
13113 .step-condition-drawer .save-btn-area .btn-default {
13114 min-width: auto;
13115 line-height: 1;
13116 padding: 10px 19px 9px;
13117 height: 40px;
13118 border: 1px solid #6E42D3;
13119 }
13120 .step-condition-drawer .save-btn-area .btn-default.cancel {
13121 background-color: transparent;
13122 border-color: #E4E6EB;
13123 color: #3C3F47;
13124 letter-spacing: -0.14px;
13125 font-weight: 600;
13126 }
13127 .step-condition-drawer .save-btn-area .btn-default .wpfnl-loader {
13128 display: inline-block;
13129 position: relative;
13130 top: 2px;
13131 }
13132 .step-condition-drawer .condition-disabled .false-condition-wapper,
13133 .step-condition-drawer .condition-disabled .true-condition-wapper {
13134 opacity: 0.3;
13135 }
13136 .step-condition-drawer .condition-disabled .false-condition-wapper:before,
13137 .step-condition-drawer .condition-disabled .true-condition-wapper:before {
13138 content: "";
13139 position: absolute;
13140 left: 0;
13141 top: 0;
13142 width: 100%;
13143 height: 100%;
13144 z-index: 2;
13145 border-radius: 10px;
13146 cursor: not-allowed;
13147 }
13148
13149 .reconfigure-condition-modal .close-alert {
13150 width: 38px;
13151 height: 38px;
13152 box-shadow: 0px 2px 2px #DADADA;
13153 }
13154 .reconfigure-condition-modal .close-alert svg {
13155 width: 13px;
13156 height: 13px;
13157 }
13158 .reconfigure-condition-modal .close-alert svg path {
13159 stroke-width: 2px;
13160 }
13161 .reconfigure-condition-modal .wpfnl-delete-confirm-body {
13162 padding: 28px 26px 30px;
13163 }
13164 .reconfigure-condition-modal .wpfnl-delete-confirm-body h3 svg path {
13165 fill: none;
13166 }
13167 .reconfigure-condition-modal .wpfnl-delete-confirm-body p {
13168 color: #9398A5;
13169 margin-top: 7px;
13170 max-width: 350px;
13171 }
13172 .reconfigure-condition-modal .wpfnl-delete-confirm-btn {
13173 padding: 20px 24px;
13174 }
13175 .reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default {
13176 padding: 0 16px;
13177 }
13178 .reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default.cancel:hover {
13179 background-color: transparent;
13180 }
13181 .reconfigure-condition-modal .wpfnl-delete-confirm-btn .btn-default.yes {
13182 box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.5);
13183 }
13184
13185 .create-condition-drawer .condition-form-loader {
13186 position: absolute;
13187 left: 0;
13188 top: 2px;
13189 background: white;
13190 width: 100%;
13191 height: calc(100% - 2px);
13192 z-index: 2;
13193 text-align: center;
13194 padding-top: 110px;
13195 font-size: 18px;
13196 color: #363B4E;
13197 font-weight: 500;
13198 }
13199 .create-condition-drawer .condition-form-loader.drawer-loaded {
13200 display: none;
13201 }
13202
13203 .condition-form-wrapper {
13204 padding: 30px 0;
13205 }
13206 .condition-form-wrapper .single-condition {
13207 display: flex;
13208 flex-flow: row wrap;
13209 align-items: center;
13210 justify-content: flex-start;
13211 padding-top: 55px;
13212 width: 100%;
13213 max-width: 726px;
13214 position: relative;
13215 }
13216 .condition-form-wrapper .single-condition:before {
13217 content: "";
13218 position: absolute;
13219 right: 16px;
13220 bottom: 17px;
13221 width: 2px;
13222 height: 100%;
13223 background: #E5E8F3;
13224 z-index: 0;
13225 }
13226 .condition-form-wrapper .single-condition:first-child:before {
13227 display: none;
13228 }
13229 .condition-form-wrapper .single-condition .condition-number {
13230 align-self: flex-end;
13231 margin-bottom: 6px;
13232 color: #363B4E;
13233 font-weight: 500;
13234 font-size: 16px;
13235 }
13236 .condition-form-wrapper .single-condition .single-condition-filed {
13237 margin-left: 20px;
13238 }
13239 .condition-form-wrapper .single-condition .single-condition-filed label {
13240 font-size: 14px;
13241 line-height: 16px;
13242 color: #363B4E;
13243 text-transform: capitalize;
13244 margin-bottom: 10px;
13245 display: block;
13246 }
13247 .condition-form-wrapper .single-condition .single-condition-filed input[type=text],
13248 .condition-form-wrapper .single-condition .single-condition-filed input[type=number],
13249 .condition-form-wrapper .single-condition .single-condition-filed input[type=email],
13250 .condition-form-wrapper .single-condition .single-condition-filed select {
13251 height: 40px;
13252 width: 190px;
13253 min-width: auto;
13254 transition: all 0.3s ease;
13255 }
13256 .condition-form-wrapper .single-condition .single-condition-filed input[type=text] option[disabled],
13257 .condition-form-wrapper .single-condition .single-condition-filed input[type=number] option[disabled],
13258 .condition-form-wrapper .single-condition .single-condition-filed input[type=email] option[disabled],
13259 .condition-form-wrapper .single-condition .single-condition-filed select option[disabled] {
13260 color: rgba(122, 139, 154, 0.631372549);
13261 }
13262 .condition-form-wrapper .single-condition .single-condition-filed input[type=text]:focus,
13263 .condition-form-wrapper .single-condition .single-condition-filed input[type=number]:focus,
13264 .condition-form-wrapper .single-condition .single-condition-filed input[type=email]:focus,
13265 .condition-form-wrapper .single-condition .single-condition-filed select:focus {
13266 border-color: #6E42D3;
13267 }
13268 .condition-form-wrapper .single-condition .single-condition-filed select {
13269 padding-right: 27px;
13270 }
13271 .condition-form-wrapper .single-condition .condition-repeater {
13272 align-self: flex-end;
13273 margin-bottom: 0px;
13274 margin-left: 20px;
13275 position: relative;
13276 width: 70px;
13277 }
13278 .condition-form-wrapper .single-condition .condition-repeater span {
13279 position: relative;
13280 background: #fff;
13281 cursor: pointer;
13282 cursor: pointer;
13283 width: 24px;
13284 height: 24px;
13285 display: inline-block;
13286 }
13287 .condition-form-wrapper .single-condition .condition-repeater span svg {
13288 display: block;
13289 position: relative;
13290 z-index: 1;
13291 }
13292 .condition-form-wrapper .single-condition .condition-repeater .add-condition:before {
13293 content: "";
13294 position: absolute;
13295 left: 22px;
13296 top: 11px;
13297 background: #E5E8F3;
13298 width: 38px;
13299 height: 2px;
13300 z-index: 0;
13301 }
13302 .condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown {
13303 right: -15px;
13304 top: 50px;
13305 width: 100px;
13306 }
13307 .condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown li a {
13308 text-transform: uppercase;
13309 }
13310 .condition-form-wrapper .single-condition .condition-repeater .add-condition .wpfnl-dropdown.show-condition {
13311 top: 37px;
13312 opacity: 1;
13313 visibility: visible;
13314 }
13315 .condition-form-wrapper .single-condition .condition-repeater .delete-condition {
13316 position: absolute;
13317 bottom: 4px;
13318 right: -2px;
13319 opacity: 0;
13320 visibility: hidden;
13321 }
13322 .condition-form-wrapper .single-condition .condition-repeater:hover .delete-condition {
13323 opacity: 1;
13324 visibility: visible;
13325 }
13326 .condition-form-wrapper .single-condition .condition-symbol {
13327 position: absolute;
13328 top: calc(50% - 14px);
13329 right: 7px;
13330 transform: translateY(-50%);
13331 }
13332 .condition-form-wrapper .single-condition .condition-symbol span {
13333 width: 22px;
13334 height: 22px;
13335 border: 2px solid #E5E8F3;
13336 color: #6E42D3;
13337 border-radius: 100%;
13338 font-size: 12px;
13339 font-weight: 500;
13340 background: #fff;
13341 display: block;
13342 padding: 1px 2px;
13343 text-align: center;
13344 }
13345 .condition-form-wrapper .single-condition:first-child {
13346 padding-top: 0;
13347 }
13348 .condition-form-wrapper .single-condition:first-child .condition-repeater .delete-condition {
13349 display: none;
13350 }
13351 .condition-form-wrapper .single-condition:first-child .condition-symbol {
13352 display: none;
13353 }
13354 .condition-form-wrapper .only-one-condition .condition-repeater .add-condition::before {
13355 display: none;
13356 }
13357 .condition-form-wrapper .condition-form__footer {
13358 border-top: 1px solid #E2E5ED;
13359 padding: 30px;
13360 margin-top: 30px;
13361 display: flex;
13362 flex-flow: row wrap;
13363 align-items: center;
13364 justify-content: flex-end;
13365 position: relative;
13366 }
13367 .condition-form-wrapper .condition-form__footer .wpfnl-alert {
13368 display: block;
13369 margin-right: 20px;
13370 }
13371 .condition-form-wrapper .condition-form__footer .btn-default .wpfnl-loader {
13372 position: relative;
13373 top: 3px;
13374 display: inline-block;
13375 }
13376
13377 @media only screen and (max-width: 991px) {
13378 .condition-form-wrapper .single-condition {
13379 max-width: 666px;
13380 }
13381 .condition-form-wrapper .single-condition .single-condition-filed input[type=text],
13382 .condition-form-wrapper .single-condition .single-condition-filed input[type=number],
13383 .condition-form-wrapper .single-condition .single-condition-filed input[type=email],
13384 .condition-form-wrapper .single-condition .single-condition-filed select {
13385 width: 170px;
13386 }
13387 }
13388 .wpfnl-drawflow-window .wpfnl-analytics {
13389 position: fixed;
13390 top: 30px;
13391 right: 0px;
13392 background: #F6F5FA;
13393 height: calc(100% - 30px);
13394 width: calc(100% - 160px);
13395 z-index: 4;
13396 padding: 40px 25px;
13397 overflow: auto;
13398 }
13399 .wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar {
13400 width: 5px;
13401 height: 5px;
13402 }
13403 .wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar-track {
13404 background: #f2f5f8;
13405 }
13406 .wpfnl-drawflow-window .wpfnl-analytics::-webkit-scrollbar-thumb {
13407 background-color: #CBCBCB;
13408 border-radius: 20px;
13409 }
13410 .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
13411 position: fixed;
13412 top: 32px;
13413 left: 160px;
13414 width: 100%;
13415 height: 100%;
13416 background: #f6f5fa;
13417 border-radius: 0;
13418 z-index: 9;
13419 display: flex;
13420 flex-flow: column;
13421 align-items: center;
13422 justify-content: center;
13423 }
13424 .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader .wpfnl-loader {
13425 display: block;
13426 width: 40px;
13427 height: 40px;
13428 }
13429 .wpfnl-drawflow-window .wpfnl-analytics .overlay-click {
13430 position: fixed;
13431 left: 0;
13432 top: 0;
13433 background: rgba(255, 255, 255, 0);
13434 width: 100%;
13435 height: 100%;
13436 z-index: 2;
13437 display: none;
13438 }
13439 .wpfnl-drawflow-window .wpfnl-analytics .analytics-wrapper {
13440 width: 100%;
13441 max-width: 1320px;
13442 margin: 0 auto;
13443 }
13444 .wpfnl-drawflow-window .wpfnl-analytics .analytics-body {
13445 display: flex;
13446 flex-flow: column;
13447 gap: 24px;
13448 }
13449 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header {
13450 display: flex;
13451 align-items: center;
13452 justify-content: space-between;
13453 margin-bottom: 24px;
13454 }
13455 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-left {
13456 display: flex;
13457 align-items: center;
13458 gap: 10px;
13459 width: 200px;
13460 }
13461 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-left h3 {
13462 font-weight: 600;
13463 font-size: 24px;
13464 color: #363B4E;
13465 }
13466 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .backto-steps {
13467 background: #FFFFFF;
13468 border-radius: 10px;
13469 height: 38px;
13470 width: 38px;
13471 display: flex;
13472 flex-flow: column;
13473 align-items: center;
13474 justify-content: center;
13475 cursor: pointer;
13476 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
13477 }
13478 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right {
13479 display: flex;
13480 flex-flow: row wrap;
13481 align-items: center;
13482 justify-content: flex-end;
13483 gap: 14px;
13484 width: calc(80% - 200px);
13485 position: relative;
13486 z-index: 3;
13487 }
13488 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a {
13489 display: flex;
13490 justify-content: center;
13491 align-items: center;
13492 padding: 8px 15px;
13493 min-width: 100px;
13494 border-radius: 100px;
13495 box-shadow: 0 1px 1px 0 rgba(182, 185, 191, 0.3);
13496 background: #fff;
13497 background-size: 11px 11px;
13498 border: none;
13499 }
13500 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a .reset-icon svg {
13501 width: 18px;
13502 margin-top: 3px;
13503 }
13504 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .reset-analytics a .reset-text {
13505 font-weight: 600;
13506 color: #000;
13507 font-size: 14px;
13508 line-height: 1;
13509 padding-left: 8px;
13510 }
13511 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .download-analytics a {
13512 display: flex;
13513 justify-content: center;
13514 align-items: center;
13515 padding: 11px 15px;
13516 min-width: 58px;
13517 border-radius: 100px;
13518 box-shadow: 0 1px 1px 0 rgba(182, 185, 191, 0.3);
13519 background: #fff;
13520 background-size: 11px 11px;
13521 border: none;
13522 }
13523 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right .download-analytics a .download-icon svg {
13524 width: 18px;
13525 margin-top: 3px;
13526 }
13527 .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right select {
13528 border-radius: 100px;
13529 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
13530 border: none;
13531 height: auto;
13532 padding: 14px 40px 12px 20px;
13533 min-width: auto;
13534 color: #2D3149;
13535 font-size: 14px;
13536 font-weight: 600;
13537 line-height: 1;
13538 width: auto;
13539 appearance: none;
13540 background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjgiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==) no-repeat right 15px top 54%;
13541 background-size: 11px 11px;
13542 }
13543 .wpfnl-drawflow-window .wpfnl-analytics .analytics-box {
13544 border-radius: 10px;
13545 background: #FFF;
13546 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
13547 padding: 19px 20px 19px;
13548 position: relative;
13549 }
13550 .wpfnl-drawflow-window .wpfnl-analytics .analytics-box .analytics-title {
13551 color: #2D3149;
13552 font-size: 18px;
13553 font-weight: 600;
13554 line-height: 1;
13555 }
13556 .wpfnl-drawflow-window .wpfnl-analytics .loader-wrapper {
13557 position: absolute;
13558 top: 0;
13559 left: 0;
13560 width: 100%;
13561 height: 100%;
13562 border-radius: 10px;
13563 background: #FFF;
13564 z-index: 2;
13565 display: flex;
13566 flex-flow: column;
13567 align-items: center;
13568 justify-content: center;
13569 }
13570 .wpfnl-drawflow-window .wpfnl-analytics .loader-wrapper .wpfnl-loader {
13571 display: block;
13572 width: 20px;
13573 height: 20px;
13574 }
13575 .wpfnl-drawflow-window .wpfnl-analytics .no-data-notice {
13576 width: 100%;
13577 height: 338px;
13578 display: flex;
13579 flex-flow: column;
13580 align-items: center;
13581 justify-content: center;
13582 }
13583 .wpfnl-drawflow-window .wpfnl-analytics .no-data-notice p {
13584 color: #2d3149;
13585 font-weight: 500;
13586 font-size: 16px;
13587 }
13588
13589 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator {
13590 display: flex;
13591 align-items: center;
13592 justify-content: center;
13593 gap: 24px;
13594 }
13595 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator {
13596 font-weight: 400;
13597 font-size: 14px;
13598 line-height: 1.3;
13599 color: #9398a5;
13600 position: relative;
13601 display: flex;
13602 align-items: center;
13603 }
13604 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:last-child {
13605 margin-right: 0;
13606 }
13607 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:before {
13608 content: "";
13609 width: 10px;
13610 height: 10px;
13611 background: #6E42D3;
13612 display: inline-block;
13613 border-radius: 50px;
13614 margin-right: 8px;
13615 position: relative;
13616 top: -1px;
13617 }
13618 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator2:before {
13619 background-color: #F7900A;
13620 }
13621
13622 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .progress-badge {
13623 background: #D1FADF;
13624 color: #12B76A;
13625 padding: 7px 10px 7px 25px;
13626 font-size: 10px;
13627 line-height: 1;
13628 font-weight: 500;
13629 border-radius: 50px;
13630 display: flex;
13631 align-items: center;
13632 gap: 7px;
13633 position: relative;
13634 }
13635 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge svg, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .progress-badge svg {
13636 position: absolute;
13637 left: 6px;
13638 top: 4px;
13639 }
13640 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .downgrade.progress-badge {
13641 background: #FEE4E2;
13642 color: #F04438;
13643 }
13644 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge svg, .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .downgrade.progress-badge svg {
13645 left: 9px;
13646 top: 8px;
13647 }
13648
13649 .folded .wpfnl-drawflow-window .wpfnl-analytics {
13650 width: calc(100% - 36px);
13651 }
13652 .folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
13653 left: 36px;
13654 }
13655
13656 .wpfnl-analytics .analytics-card {
13657 display: flex;
13658 flex-flow: row wrap;
13659 gap: 20px;
13660 }
13661 .wpfnl-analytics .analytics-card .analytics-single-card {
13662 width: calc(16.6666666667% - 17px);
13663 }
13664 .wpfnl-analytics .analytics-card .analytics-single-card .icon-area {
13665 display: flex;
13666 align-items: flex-start;
13667 justify-content: space-between;
13668 gap: 10px;
13669 }
13670 .wpfnl-analytics .analytics-card .analytics-single-card .icon-area .icon {
13671 width: 42px;
13672 height: 42px;
13673 border: 1px solid #E4E6EB;
13674 display: flex;
13675 flex-flow: column;
13676 align-items: center;
13677 justify-content: center;
13678 border-radius: 100%;
13679 padding: 5px;
13680 }
13681 .wpfnl-analytics .analytics-card .analytics-single-card .card-title {
13682 color: #9398A5;
13683 font-size: 14px;
13684 line-height: 1.2;
13685 margin-top: 18px;
13686 }
13687 .wpfnl-analytics .analytics-card .analytics-single-card .card-value {
13688 color: #2D3149;
13689 font-size: 22px;
13690 font-weight: 500;
13691 line-height: 1;
13692 margin-top: 8px;
13693 }
13694
13695 @media only screen and (max-width: 1399px) {
13696 .wpfnl-analytics .analytics-card .analytics-single-card {
13697 width: calc(33.3333333333% - 14px);
13698 }
13699 }
13700 @media only screen and (max-width: 1199px) {
13701 .wpfnl-analytics .analytics-card .analytics-single-card .card-value {
13702 font-size: 20px;
13703 }
13704 }
13705 .wpfnl-analytics .analytics-revenue .no-data-notice {
13706 background: #fcfcff;
13707 border-radius: 10px;
13708 border: 1px solid #F1F0F5;
13709 }
13710 .wpfnl-analytics .analytics-revenue .revenue-box-header {
13711 display: flex;
13712 flex-flow: row wrap;
13713 align-items: center;
13714 justify-content: space-between;
13715 margin-bottom: 27px;
13716 }
13717 .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator2:before {
13718 background-color: #EAE1FF;
13719 }
13720 .wpfnl-analytics .analytics-revenue .revenue-tab-nav {
13721 display: flex;
13722 flex-flow: row wrap;
13723 align-items: center;
13724 gap: 12px;
13725 margin-bottom: -1px;
13726 position: relative;
13727 z-index: 1;
13728 margin-bottom: 12px;
13729 }
13730 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
13731 width: calc(20% - 10px);
13732 position: relative;
13733 border: 1px solid rgba(238, 240, 243, 0.8);
13734 border-radius: 8px;
13735 padding: 19px 24px;
13736 cursor: pointer;
13737 }
13738 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav.active {
13739 border-color: rgba(238, 240, 243, 0.8);
13740 background: #FCFCFF;
13741 }
13742 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav.active:before {
13743 display: none;
13744 }
13745 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav:last-child:before {
13746 display: none;
13747 }
13748 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
13749 font-size: 22px;
13750 font-weight: 500;
13751 color: #2D3149;
13752 line-height: 1;
13753 letter-spacing: -0.6px;
13754 display: flex;
13755 flex-flow: row wrap;
13756 align-items: flex-start;
13757 gap: 10px;
13758 }
13759 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .step-type {
13760 color: #667085;
13761 font-size: 14px;
13762 font-weight: 500;
13763 line-height: 1;
13764 text-transform: capitalize;
13765 margin-top: 7px;
13766 }
13767 .wpfnl-analytics .analytics-revenue .single-tab-content {
13768 border-radius: 8px;
13769 border: 1px solid rgba(238, 240, 243, 0.8);
13770 background: #FCFCFF;
13771 padding: 24px 24px 31px;
13772 }
13773 .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label {
13774 position: absolute;
13775 top: 3px;
13776 left: 0;
13777 height: 100%;
13778 width: 100%;
13779 display: flex;
13780 flex-flow: column;
13781 justify-content: space-between;
13782 }
13783 .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label {
13784 font-size: 12px;
13785 line-height: 1.2;
13786 color: #9398A5;
13787 display: block;
13788 position: relative;
13789 }
13790 .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label:before {
13791 content: "";
13792 position: absolute;
13793 left: 50px;
13794 top: 7px;
13795 width: calc(100% - 50px);
13796 height: 1px;
13797 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
13798 }
13799 .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label span {
13800 width: 33px;
13801 display: block;
13802 text-align: right;
13803 }
13804 .wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
13805 height: 292px;
13806 display: flex;
13807 flex-flow: row wrap;
13808 align-items: flex-end;
13809 justify-content: space-between;
13810 padding: 10px 15px 9px 60px;
13811 gap: 30px;
13812 position: relative;
13813 z-index: 1;
13814 }
13815 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar {
13816 width: 34px;
13817 height: 100%;
13818 position: relative;
13819 display: flex;
13820 flex-flow: row wrap;
13821 align-items: flex-end;
13822 gap: 6px;
13823 }
13824 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip {
13825 padding: 14px 15px;
13826 width: 164px;
13827 position: absolute;
13828 bottom: calc(100% + 8px);
13829 left: 50%;
13830 transform: translateX(-50%);
13831 z-index: 9;
13832 opacity: 0;
13833 visibility: hidden;
13834 transition: all 0.3s ease;
13835 border-radius: 8px;
13836 background: #10052E;
13837 box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
13838 }
13839 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip:before {
13840 content: "";
13841 position: absolute;
13842 left: 50%;
13843 bottom: -5px;
13844 width: 10px;
13845 height: 10px;
13846 background: #10052e;
13847 transform: rotate(45deg);
13848 margin-left: -6px;
13849 }
13850 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item {
13851 color: #CDCFD6;
13852 font-size: 13px;
13853 line-height: 1;
13854 margin-bottom: 6px;
13855 }
13856 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item:last-child {
13857 margin-bottom: 0;
13858 }
13859 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-tooltip .item b {
13860 color: #fff;
13861 font-weight: 500;
13862 }
13863 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item {
13864 width: 14px;
13865 display: block;
13866 background-color: #EAE1FF;
13867 border-radius: 30px 30px 0 0;
13868 position: relative;
13869 }
13870 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator1 .bar-tooltip {
13871 left: calc(50% + 11px);
13872 }
13873 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator2 {
13874 background-color: #6E42D3;
13875 }
13876 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item.indicator2 .bar-tooltip {
13877 left: calc(50% - 9px);
13878 }
13879 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-title {
13880 font-size: 12px;
13881 line-height: 1.2;
13882 color: #9398A5;
13883 position: absolute;
13884 bottom: -20px;
13885 left: 50%;
13886 transform: translateX(-50%);
13887 white-space: nowrap;
13888 transition: all 0.3s ease;
13889 }
13890 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar:hover .bar-item.same-height .bar-tooltip,
13891 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar:hover .bar-item.its-highest .bar-tooltip {
13892 opacity: 1;
13893 visibility: visible;
13894 }
13895 .wpfnl-analytics .analytics-revenue.monthly .single-tab-content .barchart-inner-wrapper {
13896 gap: 10px;
13897 }
13898 .wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar {
13899 width: 23px;
13900 gap: 6px;
13901 }
13902 .wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar .bar-item {
13903 width: 7px;
13904 }
13905 .wpfnl-analytics .analytics-revenue.monthly .single-tab-content .single-bar .bar-title {
13906 transform: translate(-50%, 8px) rotate(-45deg);
13907 }
13908
13909 @media only screen and (max-width: 1199px) {
13910 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
13911 width: calc(25% - 9px);
13912 padding: 16px;
13913 }
13914 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
13915 font-size: 22px;
13916 }
13917 .wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
13918 gap: 24px;
13919 }
13920 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar {
13921 width: 20px;
13922 gap: 4px;
13923 }
13924 .wpfnl-analytics .analytics-revenue .single-tab-content .single-bar .bar-item {
13925 width: 8px;
13926 }
13927 }
13928 @media only screen and (max-width: 991px) {
13929 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav {
13930 padding: 13px 13px;
13931 }
13932 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .revenue-value {
13933 font-size: 18px;
13934 }
13935 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .single-nav .step-type {
13936 font-size: 12px;
13937 }
13938 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge {
13939 padding: 5px 8px 4px 21px;
13940 }
13941 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .progress-badge svg {
13942 left: 4px;
13943 top: 1px;
13944 }
13945 .wpfnl-analytics .analytics-revenue .revenue-tab-nav .downgrade.progress-badge svg {
13946 left: 9px;
13947 top: 5px;
13948 }
13949 }
13950 .wpfnl-analytics .analytics-conversion .conversion-box-header {
13951 display: flex;
13952 flex-flow: row wrap;
13953 align-items: center;
13954 justify-content: space-between;
13955 margin-bottom: 15px;
13956 }
13957 .wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator {
13958 display: flex;
13959 gap: 8px;
13960 }
13961 .wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator button {
13962 border-radius: 8px;
13963 border: 1px solid #F1F0F5;
13964 background: #FFF;
13965 width: 30px;
13966 height: 30px;
13967 display: flex;
13968 align-items: center;
13969 justify-content: center;
13970 flex-flow: column;
13971 cursor: pointer;
13972 }
13973 .wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator button:disabled {
13974 opacity: 0.5;
13975 cursor: not-allowed;
13976 }
13977 .wpfnl-analytics .analytics-conversion .conversion-table {
13978 border-radius: 10px;
13979 border: 1px solid #F1F0F5;
13980 background: #FCFCFF;
13981 padding: 40px;
13982 }
13983 .wpfnl-analytics .analytics-conversion .conversion-table-wrapper {
13984 max-width: 1080px;
13985 width: 100%;
13986 margin: 0 auto;
13987 overflow: hidden;
13988 }
13989 .wpfnl-analytics .analytics-conversion .conversion-table-inner {
13990 display: flex;
13991 gap: 30px;
13992 transition: transform 0.5s;
13993 }
13994 .wpfnl-analytics .analytics-conversion .conversion-table-inner.data-center {
13995 justify-content: center;
13996 }
13997 .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
13998 border-radius: 10px;
13999 border: 1px solid #F1F0F5;
14000 background: #FFF;
14001 box-shadow: 0px 20px 20px 0px rgba(190, 190, 215, 0.08);
14002 width: calc(20% - 24px);
14003 flex-shrink: 0;
14004 }
14005 .wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head {
14006 display: flex;
14007 flex-flow: row wrap;
14008 align-items: center;
14009 justify-content: center;
14010 gap: 7px;
14011 background: #E8F1FF;
14012 border-radius: 10px 10px 0 0;
14013 padding: 8px 10px 6px;
14014 }
14015 .wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head .tbl-title {
14016 color: #363B4E;
14017 font-size: 13px;
14018 font-weight: 500;
14019 line-height: 1.1;
14020 width: calc(100% - 60px);
14021 white-space: nowrap;
14022 overflow: hidden;
14023 text-overflow: ellipsis;
14024 display: inline-block;
14025 }
14026 .wpfnl-analytics .analytics-conversion .conversion-table-inner .tbl-head svg {
14027 width: 14px;
14028 display: block;
14029 }
14030 .wpfnl-analytics .analytics-conversion .conversion-table-inner .step-preview-img {
14031 padding: 16px;
14032 }
14033 .wpfnl-analytics .analytics-conversion .conversion-table-inner .step-preview-img svg {
14034 max-width: 100%;
14035 width: 100%;
14036 }
14037 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data {
14038 text-align: center;
14039 }
14040 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper) {
14041 border-bottom: 1px solid #F1F0F5;
14042 color: #7A8B9A;
14043 font-size: 14px;
14044 line-height: 14px;
14045 text-transform: capitalize;
14046 padding: 14px 10px;
14047 }
14048 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper) b {
14049 color: #2D3149;
14050 font-weight: 500;
14051 }
14052 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper):last-child {
14053 border-bottom: 0;
14054 }
14055 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper).conversion-rates b {
14056 color: #12B76A;
14057 }
14058 .wpfnl-analytics .analytics-conversion .conversion-table-inner .conversion-data li:not(.loader-wrapper).bounce-rate b {
14059 color: #F04438;
14060 }
14061 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-checkout .tbl-head {
14062 background: #FDF0E8;
14063 }
14064 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-checkout .tbl-head svg {
14065 position: relative;
14066 top: -1px;
14067 }
14068 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-upsell .tbl-head {
14069 background: #E9F9E8;
14070 }
14071 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-downsell .tbl-head {
14072 background: #FCF0F1;
14073 }
14074 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-thankyou .tbl-head {
14075 background: #E6FAF5;
14076 }
14077 .wpfnl-analytics .analytics-conversion .conversion-table-inner .table-custom .tbl-head {
14078 background: #E0F2F4;
14079 }
14080
14081 @media only screen and (max-width: 1299px) {
14082 .wpfnl-analytics .analytics-conversion .conversion-table {
14083 padding: 20px;
14084 }
14085 .wpfnl-analytics .analytics-conversion .conversion-table-inner {
14086 gap: 20px;
14087 }
14088 .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
14089 width: calc(20% - 16px);
14090 }
14091 }
14092 @media only screen and (max-width: 1199px) {
14093 .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
14094 width: calc(25% - 15px);
14095 }
14096 }
14097 @media only screen and (max-width: 991px) {
14098 .wpfnl-analytics .analytics-conversion .conversion-table-inner .single-table {
14099 width: calc(33.3333333333% - 14px);
14100 }
14101 }
14102 .wpfnl-analytics .custom-date-range {
14103 display: none;
14104 }
14105 .wpfnl-analytics .filter-selectbox {
14106 background: #fff;
14107 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
14108 padding: 14px 62px 12px 18px;
14109 border-radius: 50px;
14110 position: relative;
14111 cursor: pointer;
14112 display: inline-flex;
14113 flex-flow: row wrap;
14114 align-items: center;
14115 justify-content: flex-start;
14116 }
14117 .wpfnl-analytics .filter-selectbox > ul {
14118 display: flex;
14119 flex-flow: row wrap;
14120 align-items: center;
14121 }
14122 .wpfnl-analytics .filter-selectbox > ul li {
14123 position: relative;
14124 color: #9398A5;
14125 line-height: 1;
14126 font-size: 14px;
14127 font-weight: 500;
14128 }
14129 .wpfnl-analytics .filter-selectbox > ul li:first-child {
14130 margin-right: 24px;
14131 }
14132 .wpfnl-analytics .filter-selectbox > ul li:first-child:before {
14133 content: "";
14134 width: 9px;
14135 height: 1px;
14136 background: #66666d;
14137 position: absolute;
14138 right: -16px;
14139 top: 7px;
14140 }
14141 .wpfnl-analytics .filter-selectbox .calendar-icon {
14142 position: absolute;
14143 right: 0;
14144 top: 0;
14145 height: 100%;
14146 width: 45px;
14147 padding: 10px 15px 10px 14px;
14148 border-left: 1px solid #E4E6EB;
14149 display: flex;
14150 flex-flow: column;
14151 align-items: center;
14152 justify-content: center;
14153 }
14154 .wpfnl-analytics .filter-selectbox .calendar-icon svg {
14155 transition: all 0.3s ease;
14156 }
14157 .wpfnl-analytics .filter-wrapper {
14158 border-bottom: 1px solid #E5E8F3;
14159 padding: 2px 18px;
14160 display: flex;
14161 align-items: center;
14162 justify-content: space-between;
14163 color: #7A8B9A;
14164 width: 100%;
14165 }
14166 .wpfnl-analytics .filter-wrapper input {
14167 background: transparent;
14168 border: none;
14169 font-size: 14px;
14170 color: #9398A5;
14171 font-weight: 400;
14172 width: 87px;
14173 min-width: auto;
14174 cursor: pointer;
14175 padding: 0;
14176 height: 40px;
14177 z-index: 1;
14178 position: relative;
14179 }
14180 .wpfnl-analytics .filter-wrapper input[readonly] {
14181 background: transparent;
14182 cursor: pointer;
14183 }
14184 .wpfnl-analytics .filter-wrapper input:focus {
14185 box-shadow: none;
14186 }
14187 .wpfnl-analytics .filter-wrapper input#to {
14188 margin-right: 5px;
14189 }
14190 .wpfnl-analytics .filter-wrapper .to-date,
14191 .wpfnl-analytics .filter-wrapper .from-date {
14192 position: relative;
14193 display: flex;
14194 align-items: center;
14195 gap: 8px;
14196 }
14197 .wpfnl-analytics .filter-wrapper .divider {
14198 width: 9px;
14199 height: 1px;
14200 background: #7A8B9A;
14201 margin: 0 5px;
14202 }
14203 .wpfnl-analytics .filter-wrapper .icon {
14204 position: relative;
14205 top: 0px;
14206 }
14207 .wpfnl-analytics .filter-wrapper .icon svg {
14208 display: block;
14209 }
14210 .wpfnl-analytics .filter-wrapper .filter-icon {
14211 margin-left: auto;
14212 border-left: 1px solid #9064f6;
14213 height: 40px;
14214 width: 40px;
14215 padding-left: 13px;
14216 display: flex;
14217 flex-flow: column;
14218 align-items: center;
14219 justify-content: center;
14220 }
14221 .wpfnl-analytics .calendar-dorpdown {
14222 position: absolute;
14223 top: calc(100% + 10px);
14224 right: 0;
14225 background: #fff;
14226 width: 291px;
14227 z-index: 10;
14228 border: 1px solid #F1F0F5;
14229 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
14230 border-radius: 10px;
14231 cursor: default;
14232 opacity: 0;
14233 visibility: hidden;
14234 transition: all 0.3s ease;
14235 }
14236 .wpfnl-analytics .calendar-dorpdown .date-range-input {
14237 display: flex;
14238 flex-flow: row wrap;
14239 align-items: center;
14240 gap: 10px;
14241 border-bottom: 1px solid #F1F0F5;
14242 padding: 5px 20px;
14243 position: relative;
14244 }
14245 .wpfnl-analytics .calendar-dorpdown .date-range-input:before {
14246 content: "";
14247 position: absolute;
14248 left: calc(50% - 6px);
14249 top: 50%;
14250 transform: translateY(-50%);
14251 height: 16px;
14252 width: 1px;
14253 background: #F1F0F5;
14254 }
14255 .wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text] {
14256 min-width: auto;
14257 width: calc(50% - 5px);
14258 background: transparent;
14259 border: none;
14260 border-radius: 0;
14261 height: 30px;
14262 padding: 0;
14263 cursor: text;
14264 color: #2D3149;
14265 }
14266 .wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]::placeholder {
14267 color: #9398A5;
14268 }
14269 .wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]:-ms-input-placeholder {
14270 color: #9398A5;
14271 }
14272 .wpfnl-analytics .calendar-dorpdown .date-range-input input[type=text]::-ms-input-placeholder {
14273 color: #9398A5;
14274 }
14275 .wpfnl-analytics .calendar-dorpdown .date-range-input #date-from {
14276 padding-right: 12px;
14277 }
14278 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker {
14279 padding: 15px 20px 10px;
14280 }
14281 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker {
14282 width: 100%;
14283 }
14284 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-prev,
14285 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-next {
14286 display: none;
14287 }
14288 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-title {
14289 margin: 0;
14290 display: flex;
14291 align-items: center;
14292 gap: 10px;
14293 }
14294 .wpfnl-analytics .calendar-dorpdown .wpfunnel-datepicker .ui-datepicker .ui-datepicker-title select {
14295 color: #2D3149;
14296 font-size: 13px;
14297 margin: 0;
14298 width: calc(50% - 4px);
14299 border-radius: 8px;
14300 border: 1px solid #F1F0F5;
14301 box-shadow: none;
14302 padding: 10px 40px 8px 12px;
14303 background-position: right 10px top 54%;
14304 }
14305 .wpfnl-analytics .calendar-dorpdown .div-to-append-calender {
14306 padding: 4px 15px 23px;
14307 }
14308 .wpfnl-analytics .calendar-dorpdown .div-to-append-calender #ui-datepicker-div {
14309 position: relative !important;
14310 top: 10px !important;
14311 left: 0 !important;
14312 width: 100%;
14313 display: block !important;
14314 }
14315 .wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker .ui-datepicker-title {
14316 display: flex;
14317 width: 90%;
14318 margin: 0 2.5em;
14319 }
14320 .wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker select.ui-datepicker-month,
14321 .wpfnl-analytics .calendar-dorpdown .div-to-append-calender .ui-datepicker select.ui-datepicker-year {
14322 width: 116px;
14323 min-width: auto;
14324 height: 36px;
14325 border-radius: 3px;
14326 }
14327 .wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender {
14328 padding: 4px 15px 23px;
14329 }
14330 .wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender #ui-datepicker-div {
14331 position: relative !important;
14332 top: 10px !important;
14333 left: 0 !important;
14334 width: 100%;
14335 display: block !important;
14336 }
14337 .wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker .ui-datepicker-title {
14338 display: flex;
14339 width: 90%;
14340 margin: 0 2.5em;
14341 }
14342 .wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker select.ui-datepicker-month,
14343 .wpfnl-analytics .calendar-dorpdown .div-to-append-range-calender .ui-datepicker select.ui-datepicker-year {
14344 width: 116px;
14345 min-width: auto;
14346 height: 36px;
14347 border-radius: 3px;
14348 }
14349 .wpfnl-analytics .calendar-dorpdown .btn-default {
14350 padding: 0 18px;
14351 height: 32px;
14352 line-height: 32px;
14353 width: auto;
14354 min-width: auto;
14355 margin-left: auto;
14356 display: block;
14357 border-radius: 10px 0 10px 0;
14358 box-shadow: 0px 10px 16px rgba(189, 193, 200, 0.5);
14359 }
14360 .wpfnl-analytics .show-calendar .calendar-dorpdown {
14361 opacity: 1;
14362 visibility: visible;
14363 }
14364
14365 @media only screen and (max-width: 1399px) {
14366 .wpfnl-drawflow-window .wpfnl-analytics .analytics-box {
14367 padding: 17px 17px 16px;
14368 }
14369 }
14370 @media only screen and (max-width: 782px) {
14371 .folded .wpfnl-drawflow-window .wpfnl-analytics {
14372 width: 100%;
14373 }
14374 .folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
14375 left: 0;
14376 }
14377 }
14378 .wpfnl-license-page {
14379 background: transparent;
14380 }
14381
14382 .wpfnl-license-wrapper {
14383 display: flex;
14384 flex-flow: row wrap;
14385 margin-top: 24px;
14386 padding-right: 24px;
14387 gap: 30px;
14388 }
14389 .wpfnl-license-wrapper .wpfnl-license-filed {
14390 background: #FFFFFF;
14391 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
14392 border-radius: 10px;
14393 width: calc(100% - 390px);
14394 padding: 15px 20px 20px;
14395 }
14396 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .product-title,
14397 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
14398 width: 390px;
14399 position: relative;
14400 }
14401 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .input-field,
14402 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
14403 width: calc(100% - 460px);
14404 max-width: 420px;
14405 padding: 0 40px;
14406 }
14407 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .btn-area,
14408 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area {
14409 width: 170px;
14410 }
14411 .wpfnl-license-wrapper .wpfnl-license-filed .field-header {
14412 display: flex;
14413 flex-flow: row wrap;
14414 align-items: center;
14415 justify-content: space-between;
14416 margin-bottom: 30px;
14417 position: relative;
14418 padding-bottom: 15px;
14419 }
14420 .wpfnl-license-wrapper .wpfnl-license-filed .field-header:before {
14421 content: "";
14422 position: absolute;
14423 left: -20px;
14424 bottom: 0;
14425 width: calc(100% + 40px);
14426 height: 1px;
14427 background: #E5E8F3;
14428 }
14429 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .single-field {
14430 text-transform: uppercase;
14431 }
14432 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area {
14433 display: flex;
14434 flex-flow: row wrap;
14435 justify-content: space-between;
14436 align-items: center;
14437 width: 100%;
14438 }
14439 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
14440 display: flex;
14441 align-items: center;
14442 }
14443 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title .icon-info {
14444 width: calc(100% - 50px);
14445 padding-left: 15px;
14446 }
14447 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title h3 {
14448 font-weight: 500;
14449 font-size: 20px;
14450 line-height: 23px;
14451 color: #363B4E;
14452 }
14453 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .license-status {
14454 font-size: 14px;
14455 line-height: 16px;
14456 color: #7A8B9A;
14457 margin-top: 5px;
14458 display: block;
14459 }
14460 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .addon-icon {
14461 width: 50px;
14462 height: 50px;
14463 border-radius: 100%;
14464 display: flex;
14465 align-items: center;
14466 justify-content: center;
14467 }
14468 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field input {
14469 height: 46px;
14470 padding: 6px 15px 5px;
14471 }
14472 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area {
14473 position: relative;
14474 }
14475 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area .btn-default {
14476 padding: 0 22px;
14477 height: 46px;
14478 min-width: 162px;
14479 border-radius: 10px;
14480 }
14481 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .btn-area .lnc-notice {
14482 color: green;
14483 font-size: 15px;
14484 text-transform: capitalize;
14485 margin-left: 8px;
14486 position: absolute;
14487 bottom: -24px;
14488 left: -4px;
14489 }
14490 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license {
14491 padding: 15px;
14492 background: #F7F7FA;
14493 margin-top: 30px;
14494 border-radius: 0 8px 8px 0;
14495 border-left: 2px solid #6E42D3;
14496 }
14497 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .single-addons {
14498 margin-bottom: 15px;
14499 }
14500 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .single-addons:last-child {
14501 margin-bottom: 0;
14502 }
14503 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area {
14504 padding: 12px 15px;
14505 background-color: #fff;
14506 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
14507 border-radius: 6px;
14508 }
14509 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
14510 width: 362px;
14511 }
14512 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .addon-icon {
14513 background: #F7F7FA;
14514 }
14515 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area h3 {
14516 font-weight: 500;
14517 font-size: 14px;
14518 line-height: 1.1;
14519 color: #363B4E;
14520 }
14521 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field input {
14522 height: 38px;
14523 }
14524 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area {
14525 width: 145px;
14526 }
14527 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area .btn-default {
14528 padding: 0 18px;
14529 font-size: 13px;
14530 height: 38px;
14531 min-width: auto;
14532 margin-left: auto;
14533 display: block;
14534 border-radius: 6px;
14535 width: 100%;
14536 }
14537 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .not-get-addons .input-field-area .product-title {
14538 width: calc(100% - 200px);
14539 }
14540 .wpfnl-license-wrapper .promo-text-area {
14541 width: 360px;
14542 background: #FFF;
14543 border-radius: 10px;
14544 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
14545 }
14546 .wpfnl-license-wrapper .promo-text-area .single-area {
14547 position: relative;
14548 padding: 25px 25px 25px 90px;
14549 background: #FFFFFF;
14550 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
14551 border-radius: 10px;
14552 margin-bottom: 30px;
14553 }
14554 .wpfnl-license-wrapper .promo-text-area .single-area:last-child {
14555 margin-bottom: 0;
14556 }
14557 .wpfnl-license-wrapper .promo-text-area .single-area .icon {
14558 background-color: #F7F7FA;
14559 width: 50px;
14560 height: 50px;
14561 display: flex;
14562 flex-flow: column;
14563 align-items: center;
14564 justify-content: center;
14565 border-radius: 100%;
14566 position: absolute;
14567 top: 30px;
14568 left: 26px;
14569 }
14570 .wpfnl-license-wrapper .promo-text-area .single-area h4 {
14571 font-size: 18px;
14572 margin-bottom: 8px;
14573 color: #363B4E;
14574 font-weight: 500;
14575 }
14576 .wpfnl-license-wrapper .promo-text-area .single-area P {
14577 font-size: 14px;
14578 }
14579 .wpfnl-license-wrapper .promo-text-area .manage-license-area {
14580 padding: 20px;
14581 display: flex;
14582 flex-flow: column;
14583 align-items: center;
14584 justify-content: center;
14585 overflow: hidden;
14586 height: 100%;
14587 }
14588 .wpfnl-license-wrapper .promo-text-area .manage-license-area .logo {
14589 margin-bottom: 12px;
14590 }
14591 .wpfnl-license-wrapper .promo-text-area .manage-license-area p {
14592 text-align: center;
14593 margin-bottom: 20px;
14594 }
14595 .wpfnl-license-wrapper .promo-text-area .manage-license-area .btn-default {
14596 height: 40px;
14597 line-height: 40px;
14598 position: relative;
14599 z-index: 1;
14600 }
14601
14602 .cl-doc-row {
14603 display: flex;
14604 flex-flow: row wrap;
14605 margin-top: 30px;
14606 padding-right: 24px;
14607 gap: 30px;
14608 }
14609 .cl-doc-row .single-col {
14610 background: #fff;
14611 padding: 30px;
14612 width: calc(25% - 23px);
14613 border-radius: 8px;
14614 display: flex;
14615 flex-flow: column;
14616 align-items: flex-start;
14617 position: relative;
14618 }
14619 .cl-doc-row .single-col:last-child {
14620 margin-right: 0;
14621 }
14622 .cl-doc-row .single-col .icon {
14623 background-color: #f0f1f3;
14624 width: 40px;
14625 height: 40px;
14626 display: flex;
14627 flex-flow: column;
14628 align-items: center;
14629 justify-content: center;
14630 border-radius: 100%;
14631 position: absolute;
14632 top: 24px;
14633 left: 30px;
14634 }
14635 .cl-doc-row .single-col h4 {
14636 font-size: 20px;
14637 margin-bottom: 22px;
14638 font-weight: 500;
14639 padding-left: 53px;
14640 color: #3c434a;
14641 }
14642 .cl-doc-row .single-col p {
14643 font-size: 14px;
14644 margin-bottom: 20px;
14645 }
14646 .cl-doc-row .single-col .btn-default {
14647 margin-top: auto;
14648 }
14649 .cl-doc-row .single-col.manage-license .icon svg {
14650 width: 27px;
14651 }
14652
14653 @media only screen and (max-width: 1620px) {
14654 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .product-title,
14655 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
14656 width: 280px;
14657 }
14658 .wpfnl-license-wrapper .wpfnl-license-filed .field-header .input-field,
14659 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
14660 padding: 0 20px;
14661 }
14662 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
14663 width: 260px;
14664 }
14665 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .btn-area {
14666 width: 150px;
14667 }
14668 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field {
14669 width: calc(100% - 410px);
14670 }
14671 }
14672 @media only screen and (max-width: 1399px) {
14673 .wpfnl-license-wrapper .wpfnl-license-filed {
14674 width: 100%;
14675 margin-right: 0;
14676 }
14677 .wpfnl-license-wrapper .promo-text-area {
14678 width: 100%;
14679 display: flex;
14680 flex-flow: row wrap;
14681 justify-content: center;
14682 }
14683 .wpfnl-license-wrapper .promo-text-area .single-area {
14684 width: calc(33.3333333333% - 20px);
14685 margin-left: 30px;
14686 margin-bottom: 0;
14687 }
14688 .wpfnl-license-wrapper .promo-text-area .single-area:first-child {
14689 margin-left: 0;
14690 }
14691 }
14692 @media only screen and (max-width: 1199px) {
14693 .wpfnl-license-wrapper {
14694 gap: 20px;
14695 }
14696 .wpfnl-license-wrapper .promo-text-area .manage-license-area:before {
14697 left: -47px;
14698 }
14699 .wpfnl-license-wrapper .promo-text-area .manage-license-area {
14700 padding: 20px;
14701 display: flex;
14702 flex-flow: column;
14703 justify-content: center;
14704 }
14705 .wpfnl-license-wrapper .promo-text-area .single-area {
14706 width: calc(33.3333333333% - 14px);
14707 margin-left: 20px;
14708 padding: 20px;
14709 }
14710 .wpfnl-license-wrapper .promo-text-area .single-area .icon {
14711 position: relative;
14712 top: inherit;
14713 left: inherit;
14714 margin-bottom: 12px;
14715 }
14716 .cl-doc-row {
14717 margin-top: 20px;
14718 gap: 20px;
14719 }
14720 .cl-doc-row .single-col {
14721 padding: 20px;
14722 width: calc(50% - 10px);
14723 }
14724 .cl-doc-row .single-col .icon {
14725 top: 18px;
14726 left: 20px;
14727 }
14728 }
14729 @media only screen and (max-width: 991px) {
14730 .wpfnl-license-wrapper .wpfnl-license-filed .field-header {
14731 display: none;
14732 }
14733 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .product-title {
14734 width: 100%;
14735 margin-bottom: 10px;
14736 }
14737 .wpfnl-license-wrapper .wpfnl-license-filed .input-field-area .input-field {
14738 width: calc(100% - 180px);
14739 max-width: initial;
14740 padding: 0;
14741 }
14742 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .product-title {
14743 width: 100%;
14744 }
14745 .wpfnl-license-wrapper .wpfnl-license-filed .addons-license .input-field-area .input-field {
14746 width: calc(100% - 160px);
14747 }
14748 .cl-doc-row .single-col:nth-child(2) {
14749 margin-right: 0;
14750 }
14751 }
14752 .gbf-product-area .product-head {
14753 padding: 17px 25px;
14754 }
14755 .gbf-product-area .wpfnl-box {
14756 box-shadow: none;
14757 border-radius: 10px;
14758 }
14759 .gbf-product-area .condition-wrapper {
14760 background: #f7f8f9;
14761 border-radius: 10px;
14762 padding: 25px 25px 33px;
14763 }
14764 .gbf-product-area .single-condition-wrapper {
14765 padding: 0 0 27px;
14766 position: relative;
14767 }
14768 .gbf-product-area .single-condition-wrapper:after {
14769 content: "";
14770 position: absolute;
14771 left: 50%;
14772 height: 27px;
14773 width: 2px;
14774 background: #A0ADB9;
14775 margin-left: -1px;
14776 }
14777 .gbf-product-area .single-condition-wrapper:after {
14778 bottom: 0;
14779 }
14780 .gbf-product-area .single-condition-wrapper .add-condition {
14781 border: none;
14782 background: transparent;
14783 display: block;
14784 height: 30px;
14785 width: 30px;
14786 position: absolute;
14787 left: 50%;
14788 bottom: -13px;
14789 transform: translate(-50%);
14790 z-index: 1;
14791 border-radius: 50%;
14792 cursor: pointer;
14793 }
14794 .gbf-product-area .single-condition-wrapper .add-condition svg {
14795 width: 30px;
14796 height: 30px;
14797 }
14798 .gbf-product-area .single-condition-wrapper .add-condition svg circle {
14799 fill: #6e42d3;
14800 stroke: #6e42d3;
14801 }
14802 .gbf-product-area .single-condition-wrapper .add-condition svg path {
14803 stroke: #fff;
14804 }
14805 .gbf-product-area .single-condition-wrapper:not(:last-child) .add-condition {
14806 display: none;
14807 }
14808 .gbf-product-area .wpfnl-gbf-type-product-search,
14809 .gbf-product-area .wpfnl-product-search-gbf,
14810 .gbf-product-area .wpfnl-category-search {
14811 display: none;
14812 }
14813 .gbf-product-area .select2-container.select2-container--default.select2-container--open {
14814 background: transparent;
14815 border: none;
14816 }
14817 .gbf-product-area .select2-container--default .select2-selection--single {
14818 background-color: transparent;
14819 border: none;
14820 border-radius: 0;
14821 height: auto;
14822 }
14823 .gbf-product-area .select2-container--default .select2-selection--single .select2-selection__arrow {
14824 top: 50%;
14825 transform: translateY(-50%);
14826 display: none;
14827 }
14828 .gbf-product-area .select2-container {
14829 display: block;
14830 width: 100% !important;
14831 }
14832 .gbf-product-area .select2-container .select2-selection__rendered {
14833 border: 1px solid #E5E8F3;
14834 padding: 7px 15px;
14835 width: 100%;
14836 border-radius: 6px;
14837 overflow: hidden;
14838 text-overflow: ellipsis;
14839 display: block;
14840 color: #7A8B9A;
14841 line-height: 1;
14842 }
14843 .gbf-product-area .single-condition {
14844 background: #FFFFFF;
14845 box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
14846 border-radius: 10px;
14847 display: flex;
14848 flex-flow: row wrap;
14849 position: relative;
14850 }
14851 .gbf-product-area .single-condition .selectbox-wrapper select {
14852 height: 40px;
14853 background-color: transparent;
14854 min-width: auto;
14855 width: 100%;
14856 }
14857 .gbf-product-area .single-condition .selectbox-wrapper .wpfnl-tag-search {
14858 position: absolute;
14859 opacity: 0;
14860 visibility: hidden;
14861 }
14862 .gbf-product-area .single-condition label {
14863 cursor: default;
14864 padding-right: 10px;
14865 }
14866 .gbf-product-area .single-condition .hints {
14867 color: #EE5F5A;
14868 display: none;
14869 }
14870 .gbf-product-area .single-condition .selectbox-wrapper {
14871 position: relative;
14872 width: calc(100% - 112px);
14873 }
14874 .gbf-product-area .single-condition .required-star {
14875 color: #EE5F5A;
14876 }
14877 .gbf-product-area .single-condition .wpfnl-form-group {
14878 width: 100%;
14879 display: flex;
14880 flex-flow: row wrap;
14881 align-items: center;
14882 }
14883 .gbf-product-area .single-condition .condition-if {
14884 padding: 20px;
14885 width: 50%;
14886 position: relative;
14887 }
14888 .gbf-product-area .single-condition .condition-then {
14889 display: flex;
14890 flex-flow: row wrap;
14891 padding: 20px 13px;
14892 width: 50%;
14893 background: #F9F9FD;
14894 border-radius: 0px 10px 10px 0px;
14895 position: relative;
14896 }
14897 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date,
14898 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date {
14899 flex: 1;
14900 position: relative;
14901 display: flex;
14902 align-items: center;
14903 }
14904 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date label,
14905 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date label {
14906 width: 80px;
14907 }
14908 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date input[type=text],
14909 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date input[type=text] {
14910 height: 40px;
14911 min-width: auto;
14912 cursor: pointer;
14913 }
14914 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date {
14915 padding-left: 25px;
14916 }
14917 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date label {
14918 width: 48px;
14919 }
14920 .gbf-product-area .single-condition .div-to-append-calender .ui-datepicker .ui-datepicker-title {
14921 display: flex;
14922 width: 90%;
14923 margin: 0 2.5em;
14924 }
14925 .gbf-product-area .single-condition .div-to-append-calender .ui-datepicker select.ui-datepicker-year,
14926 .gbf-product-area .single-condition .div-to-append-calender .ui-datepicker select.ui-datepicker-month {
14927 width: calc(50% - 25px);
14928 min-width: auto;
14929 height: 36px;
14930 min-height: auto;
14931 border-radius: 3px;
14932 }
14933 .gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker .ui-datepicker-title {
14934 display: flex;
14935 width: 90%;
14936 margin: 0 2.5em;
14937 }
14938 .gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker select.ui-datepicker-year,
14939 .gbf-product-area .single-condition .div-to-append-range-calender .ui-datepicker select.ui-datepicker-month {
14940 width: calc(50% - 25px);
14941 min-width: auto;
14942 height: 36px;
14943 min-height: auto;
14944 border-radius: 3px;
14945 }
14946 .gbf-product-area .single-condition .close-condition {
14947 border: 1px solid #EE5F5A;
14948 padding: 0;
14949 height: 26px;
14950 width: 26px;
14951 display: flex;
14952 flex-flow: column;
14953 align-items: center;
14954 justify-content: center;
14955 border-radius: 100%;
14956 position: absolute;
14957 right: -8px;
14958 top: -11px;
14959 cursor: pointer;
14960 background: #fff;
14961 opacity: 0;
14962 visibility: hidden;
14963 transition: all 0.3s ease;
14964 z-index: 3;
14965 }
14966 .gbf-product-area .single-condition .close-condition svg {
14967 width: 17px;
14968 }
14969 .gbf-product-area .single-condition .close-condition svg path {
14970 stroke: #EE5F5A;
14971 }
14972 .gbf-product-area .single-condition:hover .close-condition {
14973 opacity: 1;
14974 visibility: visible;
14975 }
14976 .gbf-product-area .single-condition .wpfnl-form-group.field-required select {
14977 border-color: #EE5F5A;
14978 }
14979 .gbf-product-area .single-condition .wpfnl-form-group.field-required .hints {
14980 display: block;
14981 }
14982
14983 .steps-settings.downsell .gbf-offer-product .offer-discount-area,
14984 .steps-settings.upsell .gbf-offer-product .offer-discount-area {
14985 border: none;
14986 }
14987
14988 @media only screen and (max-width: 1199px) {
14989 .gbf-product-area .single-condition .wpfnl-form-group {
14990 width: 100%;
14991 }
14992 .gbf-product-area .single-condition label {
14993 padding-right: 0;
14994 margin-bottom: 5px;
14995 display: block;
14996 }
14997 .gbf-product-area .single-condition .selectbox-wrapper {
14998 width: 100%;
14999 }
15000 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .to-date,
15001 .gbf-product-area .single-condition .condition-then.gbf-date-is .wpfnl-form-group .from-date {
15002 display: block;
15003 }
15004 }
15005 .wpfnl-webhook-drawer {
15006 width: calc(100% - 36px);
15007 right: 0;
15008 transition: none;
15009 }
15010 .wpfnl-webhook-drawer .drawer-wrapper {
15011 background: #F6F5FA;
15012 }
15013 .wpfnl-webhook-drawer .drawer-header {
15014 background: #FFFFFF;
15015 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.31) !important;
15016 padding: 15px 24px !important;
15017 justify-content: flex-start;
15018 gap: 14px;
15019 }
15020 .wpfnl-webhook-drawer .drawer-header .wpfnl-drawer-close {
15021 background: #FFFFFF;
15022 border-radius: 10px;
15023 height: 38px;
15024 width: 38px;
15025 display: flex;
15026 flex-flow: column;
15027 align-items: center;
15028 justify-content: center;
15029 cursor: pointer;
15030 border: 1px solid #EEF0F3;
15031 }
15032 .wpfnl-webhook-drawer .drawer-header .drawer-title {
15033 font-weight: 500;
15034 font-size: 16px;
15035 line-height: 1;
15036 }
15037 .wpfnl-webhook-drawer .drawer-header .webhook-search {
15038 margin-left: auto;
15039 }
15040 .wpfnl-webhook-drawer .drawer-header .webhook-search form {
15041 position: relative;
15042 }
15043 .wpfnl-webhook-drawer .drawer-header .webhook-search svg {
15044 position: absolute;
15045 top: 12px;
15046 left: 14px;
15047 }
15048 .wpfnl-webhook-drawer .drawer-header .webhook-search input[type=text] {
15049 padding-left: 34px;
15050 min-width: auto;
15051 width: 194px;
15052 background: #FFFFFF;
15053 border-color: #EEF0F3;
15054 border-radius: 10px;
15055 height: 40px;
15056 }
15057 .wpfnl-webhook-drawer .drawer-header .btn-default {
15058 height: 40px;
15059 line-height: 41px;
15060 display: flex;
15061 align-items: center;
15062 padding: 0 20px;
15063 gap: 7px;
15064 border-radius: 10px;
15065 }
15066 .wpfnl-webhook-drawer .drawer-body {
15067 padding-top: 40px;
15068 }
15069 .wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
15070 margin-left: 3px;
15071 position: relative;
15072 top: -1px;
15073 }
15074 .wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip path:first-child {
15075 fill: #686F7F;
15076 }
15077 .wpfnl-webhook-drawer .webhook-content {
15078 background: #FFFFFF;
15079 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
15080 border-radius: 10px;
15081 }
15082 .wpfnl-webhook-drawer .drawer-footer {
15083 border-top: 1px solid #EEF0F3;
15084 padding: 20px 0 20px;
15085 margin-top: 30px;
15086 display: flex;
15087 flex-flow: row wrap;
15088 align-items: center;
15089 justify-content: flex-end;
15090 gap: 14px;
15091 position: relative;
15092 }
15093 .wpfnl-webhook-drawer .drawer-footer .btn-default {
15094 display: flex;
15095 flex-flow: row;
15096 align-items: center;
15097 justify-content: center;
15098 line-height: 41px;
15099 height: 40px;
15100 padding: 2px 20px 0;
15101 min-width: auto;
15102 }
15103 .wpfnl-webhook-drawer .drawer-footer .btn-default .wpfnl-loader {
15104 display: inline-block;
15105 }
15106 .wpfnl-webhook-drawer .drawer-footer .cancel-btn {
15107 background: transparent;
15108 box-shadow: 0 0 0 1px #E4E6EB;
15109 color: #3C3F47;
15110 }
15111 .wpfnl-webhook-drawer .drawer-footer .wpfnl-alert {
15112 display: inline-block;
15113 padding: 10px 20px;
15114 }
15115 .wpfnl-webhook-drawer .no-webhook-data {
15116 height: 550px;
15117 display: flex;
15118 flex-flow: column;
15119 align-items: center;
15120 justify-content: center;
15121 gap: 40px;
15122 font-weight: 500;
15123 font-size: 18px;
15124 line-height: 1;
15125 color: #363B4E;
15126 }
15127 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list,
15128 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header {
15129 display: flex;
15130 flex-flow: row wrap;
15131 align-items: center;
15132 justify-content: space-between;
15133 gap: 15px;
15134 }
15135 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .name-field,
15136 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header .name-field {
15137 width: calc((80% - 135px) / 2);
15138 max-width: 300px;
15139 color: #363B4E;
15140 font-weight: 500;
15141 }
15142 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .request-url-field,
15143 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header .request-url-field {
15144 width: calc((80% - 135px) / 2);
15145 }
15146 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field,
15147 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header .status-field {
15148 width: 92px;
15149 margin-left: auto;
15150 }
15151 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field,
15152 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header .action-field {
15153 width: 74px;
15154 text-align: center;
15155 }
15156 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header {
15157 padding: 13px 24px;
15158 border-bottom: 1px solid #E5E8F3;
15159 }
15160 .wpfnl-webhook-drawer .webhook-list-wrapper .list-header .name-field {
15161 color: #7A8B9A;
15162 font-weight: 400;
15163 }
15164 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list {
15165 padding: 15px 24px;
15166 border-bottom: 1px solid #E5E8F3;
15167 }
15168 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list:last-child {
15169 border-bottom: 0;
15170 }
15171 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list.no-data {
15172 text-align: center;
15173 display: block;
15174 }
15175 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .request-url-field {
15176 word-break: break-all;
15177 }
15178 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .status-field .wpfnl-loader {
15179 display: block;
15180 position: absolute;
15181 top: 1px;
15182 left: 30px;
15183 }
15184 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button {
15185 border: none;
15186 cursor: pointer;
15187 text-align: center;
15188 padding: 0 6px;
15189 display: inline-block;
15190 height: 30px;
15191 line-height: 30px;
15192 background-color: transparent;
15193 margin-left: 2px;
15194 }
15195 .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button svg {
15196 position: relative;
15197 top: 4px;
15198 }
15199
15200 .webhook-settings-drawer {
15201 width: 860px;
15202 }
15203 .webhook-settings-drawer .drawer-wrapper {
15204 background: #fff;
15205 }
15206 .webhook-settings-drawer .drawer-wrapper .drawer-body {
15207 padding-top: 0;
15208 }
15209 .webhook-settings-drawer .drawer-wrapper .drawer-header {
15210 justify-content: space-between;
15211 box-shadow: none !important;
15212 padding: 16px 30px 15px 30px !important;
15213 }
15214 .webhook-settings-drawer .webhook-settings-content {
15215 background: #FFFFFF;
15216 border-radius: 0;
15217 border-top: 1px solid #EEF0F3;
15218 }
15219 .webhook-settings-drawer .wpfnl-field-wrapper {
15220 margin-bottom: 20px;
15221 }
15222 .webhook-settings-drawer .wpfnl-field-wrapper:last-child {
15223 margin-bottom: 0;
15224 }
15225 .webhook-settings-drawer .wpfnl-field-wrapper > label {
15226 width: 170px;
15227 }
15228 .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .link-icon {
15229 position: absolute;
15230 top: 0;
15231 width: 38px;
15232 height: 38px;
15233 display: flex;
15234 align-items: center;
15235 justify-content: center;
15236 border-right: 1px solid #EEF0F3;
15237 }
15238 .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .hints {
15239 color: #e65555;
15240 display: none;
15241 }
15242 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date],
15243 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search],
15244 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url],
15245 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel],
15246 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number],
15247 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password],
15248 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email],
15249 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text],
15250 .webhook-settings-drawer .wpfnl-field-wrapper select {
15251 height: 38px;
15252 border-color: #EEF0F3;
15253 color: #363B4E;
15254 letter-spacing: -0.01em;
15255 font-weight: 400;
15256 }
15257 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-webkit-autofill,
15258 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-webkit-autofill,
15259 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-webkit-autofill,
15260 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-webkit-autofill,
15261 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-webkit-autofill,
15262 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-webkit-autofill,
15263 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-webkit-autofill,
15264 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-webkit-autofill,
15265 .webhook-settings-drawer .wpfnl-field-wrapper select:-webkit-autofill {
15266 -webkit-box-shadow: 0 0 0 30px #ffffff inset;
15267 box-shadow: 0 0 0 30px #ffffff inset;
15268 -webkit-text-fill-color: #363B4E !important;
15269 }
15270 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date]::-webkit-input-placeholder,
15271 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search]::-webkit-input-placeholder,
15272 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url]::-webkit-input-placeholder,
15273 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]::-webkit-input-placeholder,
15274 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number]::-webkit-input-placeholder,
15275 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password]::-webkit-input-placeholder,
15276 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email]::-webkit-input-placeholder,
15277 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text]::-webkit-input-placeholder,
15278 .webhook-settings-drawer .wpfnl-field-wrapper select::-webkit-input-placeholder {
15279 color: #A7A8B3;
15280 }
15281 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date]::-moz-placeholder,
15282 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search]::-moz-placeholder,
15283 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url]::-moz-placeholder,
15284 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]::-moz-placeholder,
15285 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number]::-moz-placeholder,
15286 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password]::-moz-placeholder,
15287 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email]::-moz-placeholder,
15288 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text]::-moz-placeholder,
15289 .webhook-settings-drawer .wpfnl-field-wrapper select::-moz-placeholder {
15290 color: #A7A8B3;
15291 }
15292 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-ms-input-placeholder,
15293 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-ms-input-placeholder,
15294 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-ms-input-placeholder,
15295 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-ms-input-placeholder,
15296 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-ms-input-placeholder,
15297 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-ms-input-placeholder,
15298 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-ms-input-placeholder,
15299 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-ms-input-placeholder,
15300 .webhook-settings-drawer .wpfnl-field-wrapper select:-ms-input-placeholder {
15301 color: #A7A8B3;
15302 }
15303 .webhook-settings-drawer .wpfnl-field-wrapper input[type=date]:-moz-placeholder,
15304 .webhook-settings-drawer .wpfnl-field-wrapper input[type=search]:-moz-placeholder,
15305 .webhook-settings-drawer .wpfnl-field-wrapper input[type=url]:-moz-placeholder,
15306 .webhook-settings-drawer .wpfnl-field-wrapper input[type=tel]:-moz-placeholder,
15307 .webhook-settings-drawer .wpfnl-field-wrapper input[type=number]:-moz-placeholder,
15308 .webhook-settings-drawer .wpfnl-field-wrapper input[type=password]:-moz-placeholder,
15309 .webhook-settings-drawer .wpfnl-field-wrapper input[type=email]:-moz-placeholder,
15310 .webhook-settings-drawer .wpfnl-field-wrapper input[type=text]:-moz-placeholder,
15311 .webhook-settings-drawer .wpfnl-field-wrapper select:-moz-placeholder {
15312 color: #A7A8B3;
15313 }
15314 .webhook-settings-drawer .wpfnl-field-wrapper select {
15315 color: #A7A8B3;
15316 max-width: 240px;
15317 width: 100%;
15318 padding-right: 36px;
15319 -moz-appearance: none;
15320 -webkit-appearance: none;
15321 appearance: none;
15322 background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTAuODEzIDFsLTQuNSA0LjUtNC41LTQuNSIvPjwvc3ZnPg==");
15323 background-repeat: no-repeat;
15324 background-position-x: calc(100% - 13px);
15325 background-position-y: 13px;
15326 background-size: 12px 12px;
15327 }
15328 .webhook-settings-drawer .wpfnl-field-wrapper select.value-selected {
15329 color: #363B4E;
15330 }
15331 .webhook-settings-drawer .wpfnl-field-wrapper select option {
15332 color: #A7A8B3;
15333 }
15334 .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-tooltip p {
15335 min-width: 160px;
15336 }
15337 .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-custom-single-select {
15338 width: 240px;
15339 }
15340 .webhook-settings-drawer .feed-name .wpfnl-tooltip p {
15341 left: calc(100% + 8px);
15342 transform: translate(0, 50%);
15343 bottom: 50%;
15344 }
15345 .webhook-settings-drawer .feed-name .wpfnl-tooltip p:before {
15346 left: -4px;
15347 bottom: 50%;
15348 margin: 0 0px -6px 0px;
15349 }
15350 .webhook-settings-drawer .request-url input[type=text] {
15351 padding-left: 50px;
15352 }
15353 .webhook-settings-drawer .primary-settings {
15354 padding: 30px 0;
15355 }
15356 .webhook-settings-drawer .additional-settings {
15357 padding-top: 30px;
15358 }
15359 .webhook-settings-drawer .request-header-settings,
15360 .webhook-settings-drawer .primary-settings {
15361 border-bottom: 1px solid #EEF0F3;
15362 }
15363 .webhook-settings-drawer .primary-settings .request-formate .wpfnl-fields,
15364 .webhook-settings-drawer .primary-settings .request-method .wpfnl-fields {
15365 max-width: 100%;
15366 }
15367 .webhook-settings-drawer .request-header {
15368 align-items: flex-start;
15369 }
15370 .webhook-settings-drawer .request-header > label {
15371 position: relative;
15372 top: 34px;
15373 }
15374 .webhook-settings-drawer .request-body-loop-wrapper .loop-header,
15375 .webhook-settings-drawer .request-body-loop-wrapper .single-loop {
15376 display: flex;
15377 flex-flow: row wrap;
15378 align-items: flex-start;
15379 margin-bottom: 14px;
15380 gap: 10px;
15381 }
15382 .webhook-settings-drawer .request-body-loop-wrapper .loop-header:last-child,
15383 .webhook-settings-drawer .request-body-loop-wrapper .single-loop:last-child {
15384 margin-bottom: 0;
15385 }
15386 .webhook-settings-drawer .request-body-loop-wrapper .loop-header .value,
15387 .webhook-settings-drawer .request-body-loop-wrapper .loop-header .name,
15388 .webhook-settings-drawer .request-body-loop-wrapper .single-loop .value,
15389 .webhook-settings-drawer .request-body-loop-wrapper .single-loop .name {
15390 width: calc(50% - 29px);
15391 }
15392 .webhook-settings-drawer .request-body-loop-wrapper .loop-header .value .crm-data-loader,
15393 .webhook-settings-drawer .request-body-loop-wrapper .single-loop .value .crm-data-loader {
15394 width: calc(100% - 13px);
15395 left: 2px;
15396 }
15397 .webhook-settings-drawer .request-body-loop-wrapper .loop-header input,
15398 .webhook-settings-drawer .request-body-loop-wrapper .loop-header select,
15399 .webhook-settings-drawer .request-body-loop-wrapper .single-loop input,
15400 .webhook-settings-drawer .request-body-loop-wrapper .single-loop select {
15401 min-width: auto;
15402 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
15403 border-radius: 6px;
15404 border: none;
15405 max-width: 100%;
15406 }
15407 .webhook-settings-drawer .request-body-loop-wrapper .loop-header {
15408 margin-bottom: 8px;
15409 }
15410 .webhook-settings-drawer .request-body-loop-wrapper .loop-header .value,
15411 .webhook-settings-drawer .request-body-loop-wrapper .loop-header .name {
15412 font-size: 14px;
15413 line-height: 1.2;
15414 font-weight: 500;
15415 color: #363B4E;
15416 }
15417 .webhook-settings-drawer .request-body-loop-wrapper .single-loop {
15418 background: #F6F5FA;
15419 border-radius: 10px;
15420 padding: 16px;
15421 }
15422 .webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .value,
15423 .webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .name {
15424 width: calc(50% - 5px);
15425 }
15426 .webhook-settings-drawer .request-body-loop-wrapper .single-loop.only-one .actions {
15427 display: none;
15428 }
15429 .webhook-settings-drawer .request-body-loop-wrapper .single-loop .wpfnl-custom-single-select .custom-select-wrapper {
15430 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
15431 border: none;
15432 }
15433 .webhook-settings-drawer .request-body-loop-wrapper .actions button {
15434 border: none;
15435 line-height: 1;
15436 padding: 3px;
15437 cursor: pointer;
15438 background: #FFFFFF;
15439 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
15440 border-radius: 6px;
15441 width: 38px;
15442 height: 38px;
15443 display: flex;
15444 flex-flow: column;
15445 align-items: center;
15446 justify-content: center;
15447 }
15448 .webhook-settings-drawer .request-body-loop-wrapper .actions button svg {
15449 display: block;
15450 }
15451 .webhook-settings-drawer .request-body-loop-wrapper .add-option-area {
15452 border: 1px dashed #C1C6CD;
15453 border-radius: 10px;
15454 padding: 20px;
15455 display: flex;
15456 flex-flow: column;
15457 align-items: center;
15458 justify-content: center;
15459 }
15460 .webhook-settings-drawer .request-body-loop-wrapper .add-option-area .add-option {
15461 display: flex;
15462 align-items: center;
15463 justify-content: center;
15464 gap: 8px;
15465 padding: 2px 25px 0 25px;
15466 line-height: 1;
15467 }
15468 .webhook-settings-drawer .request-body-loop-wrapper .add-option-area .add-option svg {
15469 width: 12px;
15470 height: 12px;
15471 }
15472 .webhook-settings-drawer .request-body-loop-wrapper.data-loaded .single-loop .value .crm-data-loader {
15473 display: none;
15474 }
15475 .webhook-settings-drawer .additional-settings .webhook-event .wpfnl-fields {
15476 max-width: 100%;
15477 }
15478 .webhook-settings-drawer .additional-settings .request-body {
15479 align-items: flex-start;
15480 }
15481 .webhook-settings-drawer .additional-settings .request-body > label {
15482 position: relative;
15483 top: 2px;
15484 width: 180px;
15485 }
15486 .webhook-settings-drawer .additional-settings .request-body > .wpfnl-fields {
15487 max-width: 100%;
15488 width: calc(100% - 180px);
15489 }
15490 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn {
15491 margin-bottom: 10px;
15492 display: block;
15493 }
15494 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label {
15495 font-size: 13px;
15496 color: #363B4E;
15497 }
15498 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::before {
15499 background: #F6F5FA;
15500 border-color: #EEF0F3;
15501 }
15502 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::after {
15503 left: 6px;
15504 top: 3px;
15505 width: 8px;
15506 height: 8px;
15507 }
15508 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn input[type=radio]:checked + label::before {
15509 background: #6E42D3;
15510 }
15511 .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn input[type=radio]:checked + label::after {
15512 background: #ffffff;
15513 }
15514 .webhook-settings-drawer .additional-settings .request-body .request-body-loop-wrapper {
15515 margin-top: 20px;
15516 border: 1px solid #EEF0F3;
15517 border-radius: 10px;
15518 padding: 16px 20px 20px;
15519 }
15520
15521 @media only screen and (max-width: 1699px) {
15522 .wpfnl-webhook-drawer .webhook-content {
15523 max-width: 1280px;
15524 width: 100%;
15525 margin: 0 auto;
15526 }
15527 }
15528 @media only screen and (max-width: 991px) {
15529 .webhook-settings-drawer {
15530 width: 700px;
15531 }
15532 }
15533 @media only screen and (max-width: 782px) {
15534 .wpfnl-webhook-drawer {
15535 width: 100%;
15536 }
15537 }
15538 .wpfnl-settings-drawer .drawer-body {
15539 background: #f6f5fa;
15540 }
15541 .wpfnl-settings-drawer .fnl-settings-content {
15542 margin-top: 30px;
15543 }
15544 .wpfnl-settings-drawer .fnl-settings-content .wpfnl-field-wrapper > label {
15545 width: 310px;
15546 }
15547 .wpfnl-settings-drawer .fnl-settings-content .wpfnl-field-wrapper .wpfnl-fields {
15548 max-width: 350px;
15549 width: calc(100% - 350px);
15550 }
15551 .wpfnl-settings-drawer .fnl-settings-content .settings-title {
15552 padding: 16px 24px;
15553 display: flex;
15554 flex-flow: row wrap;
15555 align-items: center;
15556 font-weight: 500;
15557 color: #363B4E;
15558 text-transform: capitalize;
15559 box-shadow: 0px 2px 4px rgba(220, 220, 237, 0.4);
15560 background: #ffffff;
15561 border-radius: 10px 10px 0 0;
15562 position: relative;
15563 }
15564 .wpfnl-settings-drawer .fnl-settings-content .settings-title > svg {
15565 margin-right: 10px;
15566 }
15567 .wpfnl-settings-drawer .fnl-settings-content .settings-title a {
15568 line-height: 1;
15569 position: relative;
15570 top: 3px;
15571 margin-left: auto;
15572 }
15573 .wpfnl-settings-drawer .fnl-settings-content .settings-title a svg {
15574 width: 20px;
15575 height: 20px;
15576 }
15577 .wpfnl-settings-drawer .fnl-settings-content .settings-title a svg path {
15578 stroke: #6E42D3;
15579 }
15580 .wpfnl-settings-drawer .fnl-settings-content .hints {
15581 width: 100%;
15582 display: block;
15583 color: #f68a40;
15584 }
15585 .wpfnl-settings-drawer .fnl-settings-content .wpfnl-box {
15586 background: #ffffff;
15587 border-radius: 10px;
15588 padding: 30px;
15589 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
15590 }
15591 .wpfnl-settings-drawer .fnl-settings-content .pro-tag-icon {
15592 transform: translateY(6px);
15593 margin-left: 0px;
15594 position: static;
15595 display: inline-block;
15596 }
15597 .wpfnl-settings-drawer .fnl-settings-content .settings-title + .wpfnl-box {
15598 border-radius: 0 0 10px 10px;
15599 }
15600 .wpfnl-settings-drawer .fnl-settings-content .wpfnl-checkbox.disabled > label {
15601 cursor: not-allowed;
15602 opacity: 0.5;
15603 }
15604 .wpfnl-settings-drawer .fnl-settings-content .wpfnl-checkbox.disabled > label:before {
15605 background-color: #d7d7d7;
15606 }
15607 .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm {
15608 display: flex;
15609 flex-flow: row wrap;
15610 }
15611 .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper {
15612 display: block;
15613 width: 50%;
15614 padding-right: 30px;
15615 }
15616 .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper > label {
15617 width: auto;
15618 margin-bottom: 8px;
15619 display: block;
15620 padding: 0;
15621 }
15622 .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper .wpfnl-fields {
15623 max-width: 100%;
15624 width: 100%;
15625 }
15626 .wpfnl-settings-drawer .settings-content__footer {
15627 border-top: 1px solid #E2E5ED;
15628 padding: 20px 0 20px;
15629 margin-top: 30px;
15630 display: flex;
15631 flex-flow: row wrap;
15632 align-items: center;
15633 justify-content: flex-end;
15634 position: relative;
15635 }
15636 .wpfnl-settings-drawer .settings-content__footer .update {
15637 display: flex;
15638 flex-flow: row;
15639 align-items: center;
15640 justify-content: center;
15641 line-height: 39px;
15642 }
15643 .wpfnl-settings-drawer .settings-content__footer .wpfnl-alert {
15644 display: inline-block;
15645 margin-right: 10px;
15646 }
15647 .wpfnl-settings-drawer .settings-content__footer .wpfnl-loader {
15648 display: inline-block;
15649 }
15650
15651 .ab-testing-drawer {
15652 box-shadow: none;
15653 width: calc(100% - 160px);
15654 transition: none;
15655 }
15656 .ab-testing-drawer .drawer-wrapper {
15657 background: #F6F5FA;
15658 }
15659 .ab-testing-drawer .ab-testing-drawer-loader {
15660 position: absolute;
15661 left: 0;
15662 top: 0;
15663 width: 100%;
15664 height: 100%;
15665 display: flex;
15666 flex-flow: column;
15667 align-items: center;
15668 justify-content: center;
15669 background: #f6f5fa;
15670 z-index: 2;
15671 }
15672 .ab-testing-drawer .ab-testing-drawer-loader .wpfnl-loader {
15673 display: block;
15674 width: 50px;
15675 height: 50px;
15676 }
15677
15678 .folded .ab-testing-drawer {
15679 width: calc(100% - 36px);
15680 }
15681
15682 @media only screen and (max-width: 782px) {
15683 .folded .ab-testing-drawer {
15684 width: 100%;
15685 top: 46px;
15686 }
15687 }
15688 .ab-testing-drawer .drawer-header {
15689 background: #ffffff;
15690 position: relative;
15691 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
15692 padding: 15px 24px;
15693 gap: 10px;
15694 }
15695 .ab-testing-drawer .header-left {
15696 display: flex;
15697 align-items: center;
15698 gap: 10px;
15699 }
15700 .ab-testing-drawer .header-left > h4 {
15701 display: flex;
15702 flex-flow: row wrap;
15703 align-items: center;
15704 }
15705 .ab-testing-drawer .header-left .step-type,
15706 .ab-testing-drawer .header-left .step-title {
15707 color: #363B4E;
15708 font-size: 15px;
15709 font-weight: 500;
15710 line-height: 1;
15711 }
15712 .ab-testing-drawer .header-left .step-title {
15713 max-width: 235px;
15714 white-space: nowrap;
15715 overflow: hidden;
15716 text-overflow: ellipsis;
15717 }
15718 .ab-testing-drawer .header-left .step-type {
15719 text-transform: capitalize;
15720 }
15721 .ab-testing-drawer .header-left .ab-testing-status {
15722 border-radius: 100px;
15723 border: 1px solid #EFEFEF;
15724 background: #F4F4F4;
15725 display: inline-block;
15726 color: #2D3149;
15727 font-size: 10px;
15728 font-weight: 500;
15729 line-height: 1;
15730 padding: 5px 11px;
15731 margin-left: 8px;
15732 text-transform: capitalize;
15733 }
15734 .ab-testing-drawer .header-left .ab-testing-status.running {
15735 background: rgba(36, 194, 26, 0.1);
15736 color: #25C11B;
15737 border-color: rgba(36, 194, 26, 0.1);
15738 }
15739 .ab-testing-drawer .header-center .header-title {
15740 font-size: 18px;
15741 font-weight: 500;
15742 line-height: 1;
15743 color: #363B4E;
15744 }
15745 .ab-testing-drawer .header-right {
15746 display: flex;
15747 align-items: center;
15748 gap: 14px;
15749 }
15750 .ab-testing-drawer .header-right .wpfnl-alert {
15751 display: block;
15752 }
15753 .ab-testing-drawer .header-right .copy-ab-url {
15754 width: 40px;
15755 height: 40px;
15756 display: flex;
15757 align-items: center;
15758 justify-content: center;
15759 cursor: pointer;
15760 border-radius: 8px;
15761 border: 1px solid #EEF0F3;
15762 box-shadow: none;
15763 outline: none;
15764 position: relative;
15765 background: transparent;
15766 }
15767 .ab-testing-drawer .header-right .copy-ab-url .copyed {
15768 background-color: #464646;
15769 position: absolute;
15770 right: -4px;
15771 bottom: -18px;
15772 font-size: 11px;
15773 font-style: normal;
15774 color: #fff;
15775 line-height: 1;
15776 padding: 4px;
15777 border-radius: 3px;
15778 transition: all 0.3s ease;
15779 opacity: 0;
15780 visibility: hidden;
15781 }
15782 .ab-testing-drawer .header-right .copy-ab-url .copyed:before {
15783 content: "";
15784 position: absolute;
15785 left: 50%;
15786 top: -1px;
15787 width: 6px;
15788 height: 6px;
15789 background: #464646;
15790 transform: rotate(45deg) translateX(-50%);
15791 }
15792 .ab-testing-drawer .header-right .copy-ab-url.copy-confirmed .copyed {
15793 bottom: -25px;
15794 opacity: 1;
15795 visibility: visible;
15796 }
15797 .ab-testing-drawer .header-right .btn-default {
15798 height: auto;
15799 line-height: 1;
15800 padding: 11px 20px 9px;
15801 min-width: auto;
15802 display: flex;
15803 align-items: center;
15804 gap: 9px;
15805 letter-spacing: -0.14px;
15806 color: #363B4E;
15807 border-radius: 8px;
15808 border: 1px solid #EEF0F3;
15809 background: #FFF;
15810 }
15811 .ab-testing-drawer .header-right .btn-default:hover {
15812 background-color: #f7f7f7;
15813 }
15814 .ab-testing-drawer .header-right .btn-default.stats svg {
15815 display: block;
15816 position: relative;
15817 top: -1px;
15818 }
15819 .ab-testing-drawer .header-right .btn-default.start {
15820 background: #6E42D3;
15821 border-color: #6E42D3;
15822 color: #fff;
15823 }
15824 .ab-testing-drawer .header-right .btn-default.start svg {
15825 position: relative;
15826 top: -1px;
15827 }
15828 .ab-testing-drawer .header-right .btn-default.start:hover {
15829 background-color: #00B4FF;
15830 }
15831 .ab-testing-drawer .header-right .btn-default.its-disabled {
15832 color: rgba(54, 59, 78, 0.4);
15833 background: #ffffff;
15834 cursor: not-allowed;
15835 }
15836 .ab-testing-drawer .header-right .btn-default.its-disabled.stats path {
15837 fill: rgba(167, 168, 179, 0.4);
15838 }
15839 .ab-testing-drawer .header-right .btn-default.its-disabled.start {
15840 background: rgba(110, 66, 211, 0.5);
15841 border-color: transparent;
15842 color: rgba(255, 255, 255, 0.7);
15843 }
15844 .ab-testing-drawer .header-right .btn-default.its-disabled.start path {
15845 fill: rgba(255, 255, 255, 0.7);
15846 }
15847 .ab-testing-drawer .header-right .btn-default.pause.start {
15848 background: #FF5155;
15849 border-color: #FF5155;
15850 }
15851 .ab-testing-drawer .header-right .btn-default.pause.start .wpfnl-loader {
15852 border-color: #df4a4d;
15853 border-top-color: #fff;
15854 }
15855 .ab-testing-drawer .header-right .btn-default .wpfnl-loader {
15856 display: inline-block;
15857 margin-left: 0;
15858 }
15859 .ab-testing-drawer .header-right .more-options {
15860 line-height: 1;
15861 background: transparent;
15862 border: none;
15863 padding: 6px 9px;
15864 cursor: pointer;
15865 position: relative;
15866 }
15867 .ab-testing-drawer .header-right .more-options .options-dropdown {
15868 position: absolute;
15869 right: -10px;
15870 top: 50px;
15871 background: #FFFFFF;
15872 width: 148px;
15873 padding: 8px 9px;
15874 border-radius: 6px;
15875 border: 1px solid #EBEDF0;
15876 box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
15877 opacity: 0;
15878 visibility: hidden;
15879 transition: all 0.3s ease;
15880 }
15881 .ab-testing-drawer .header-right .more-options .options-dropdown li {
15882 font-weight: 500;
15883 font-size: 14px;
15884 line-height: 1.14;
15885 color: #363B4E;
15886 display: flex;
15887 align-items: center;
15888 gap: 8px;
15889 padding: 8px;
15890 border-radius: 4px;
15891 cursor: pointer;
15892 transition: all 0.3s ease;
15893 }
15894 .ab-testing-drawer .header-right .more-options .options-dropdown li:hover {
15895 background: #F6F8FA;
15896 }
15897 .ab-testing-drawer .header-right .more-options.show-options .options-dropdown {
15898 top: 44px;
15899 opacity: 1;
15900 visibility: visible;
15901 }
15902
15903 @media only screen and (max-width: 1199px) {
15904 .ab-testing-drawer .header-left .step-title {
15905 max-width: 195px;
15906 }
15907 .ab-testing-drawer .header-right {
15908 gap: 10px;
15909 }
15910 .ab-testing-drawer .header-right .btn-default {
15911 padding: 11px 15px 9px;
15912 }
15913 }
15914 @media only screen and (max-width: 991px) {
15915 .ab-testing-drawer .drawer-header {
15916 padding: 15px 15px;
15917 gap: 5px;
15918 }
15919 .ab-testing-drawer .header-center .header-title {
15920 font-size: 16px;
15921 }
15922 .ab-testing-drawer .header-left .step-type,
15923 .ab-testing-drawer .header-left .step-title {
15924 font-size: 14px;
15925 }
15926 .ab-testing-drawer .header-left .step-title {
15927 max-width: 160px;
15928 }
15929 .ab-testing-drawer .header-right .btn-default {
15930 padding: 9px 10px 7px;
15931 }
15932 }
15933 .ab-testing-drawer .single-ab-step {
15934 width: 180px;
15935 position: relative;
15936 background: #FFFFFF;
15937 box-sizing: border-box;
15938 border-radius: 10px;
15939 border: 1px solid #EDECF2;
15940 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
15941 position: relative;
15942 }
15943 .ab-testing-drawer .single-ab-step .ab-variation-delete {
15944 position: absolute;
15945 right: -8px;
15946 top: -8px;
15947 width: 22px;
15948 height: 22px;
15949 border-radius: 30px;
15950 background: #f6f5fa;
15951 color: #ffffff;
15952 border: 2px solid #EE5F5A;
15953 line-height: 1.3;
15954 cursor: pointer;
15955 z-index: 1;
15956 opacity: 0;
15957 visibility: hidden;
15958 transition: all 0.3s ease;
15959 }
15960 .ab-testing-drawer .single-ab-step .ab-variation-delete:before {
15961 content: "";
15962 position: absolute;
15963 left: 0;
15964 top: 0;
15965 width: 100%;
15966 height: 100%;
15967 background-image: url(../images/cross.svg);
15968 background-repeat: no-repeat;
15969 background-size: 80% 80%;
15970 background-position: center center;
15971 border-radius: 50%;
15972 }
15973 .ab-testing-drawer .single-ab-step:hover .ab-variation-delete {
15974 opacity: 1;
15975 visibility: visible;
15976 }
15977 .ab-testing-drawer .single-ab-step .variation-type {
15978 background: #0094A6;
15979 position: absolute;
15980 top: -20px;
15981 left: 15px;
15982 color: #FFF;
15983 font-size: 10px;
15984 font-weight: 600;
15985 line-height: 1;
15986 padding: 5px 11px;
15987 border-radius: 8px 8px 0 0;
15988 text-transform: capitalize;
15989 }
15990 .ab-testing-drawer .single-ab-step .variation-type.variant {
15991 background: #EE8134;
15992 }
15993 .ab-testing-drawer .single-ab-step .variation-type .variant-no {
15994 font-size: 10px;
15995 font-weight: 600;
15996 line-height: 1;
15997 color: #FFF;
15998 }
15999 .ab-testing-drawer .single-ab-step .step-header {
16000 background: #E8F1FF;
16001 box-sizing: border-box;
16002 border-radius: 10px 10px 0px 0px;
16003 padding: 10px 3px 9px;
16004 }
16005 .ab-testing-drawer .single-ab-step .step-header .step-title {
16006 color: #363B4E;
16007 font-weight: 500;
16008 font-size: 13px;
16009 line-height: 14px;
16010 padding: 0;
16011 margin: 0;
16012 text-transform: capitalize;
16013 display: flex;
16014 align-items: center;
16015 justify-content: center;
16016 gap: 6px;
16017 }
16018 .ab-testing-drawer .single-ab-step .step-header .step-title svg {
16019 width: 15px;
16020 height: 15px;
16021 }
16022 .ab-testing-drawer .single-ab-step .step-body {
16023 padding: 10px;
16024 }
16025 .ab-testing-drawer .single-ab-step .step-body .preview-img {
16026 border-radius: 8px;
16027 border: 1px solid #EEF0F3;
16028 position: relative;
16029 overflow: hidden;
16030 height: 121px;
16031 background: #f6f5fa;
16032 }
16033 .ab-testing-drawer .single-ab-step .step-body .preview-img > div {
16034 height: 100%;
16035 background-repeat: no-repeat;
16036 background-size: cover;
16037 background-position: center -5px;
16038 }
16039 .ab-testing-drawer .single-ab-step .step-body .winner-badge {
16040 position: absolute;
16041 left: 0;
16042 top: 0;
16043 background: transparent;
16044 width: 50px;
16045 height: 50px;
16046 padding: 6px;
16047 }
16048 .ab-testing-drawer .single-ab-step .step-body .winner-badge::before {
16049 content: "";
16050 position: absolute;
16051 left: 0;
16052 top: 0;
16053 border-top: 50px solid #24C21A;
16054 border-right: 50px solid transparent;
16055 border-top-left-radius: 8px;
16056 z-index: 0;
16057 }
16058 .ab-testing-drawer .single-ab-step .step-body .winner-badge svg {
16059 position: relative;
16060 z-index: 1;
16061 }
16062 .ab-testing-drawer .single-ab-step .step-body .step-cta > span {
16063 border: 1px solid #EEF0F3;
16064 border-radius: 8px;
16065 display: block;
16066 font-weight: 500;
16067 font-size: 12px;
16068 line-height: 1;
16069 text-align: center;
16070 text-transform: capitalize;
16071 color: #363B4E;
16072 padding: 8px 5px;
16073 margin-top: 10px;
16074 }
16075 .ab-testing-drawer .single-ab-step .step-control-button {
16076 background: #fff;
16077 display: flex;
16078 flex-flow: row;
16079 align-items: center;
16080 justify-content: center;
16081 z-index: 2;
16082 transition: all 0.3s ease;
16083 width: 100%;
16084 margin-top: 12px;
16085 gap: 10px;
16086 }
16087 .ab-testing-drawer .single-ab-step .step-control-button > li {
16088 width: 24px;
16089 height: 22px;
16090 display: flex;
16091 flex-flow: column;
16092 align-items: center;
16093 justify-content: center;
16094 position: relative;
16095 }
16096 .ab-testing-drawer .single-ab-step .step-control-button > li > a, .ab-testing-drawer .single-ab-step .step-control-button > li > button {
16097 display: flex;
16098 text-align: center;
16099 align-items: center;
16100 line-height: 22px;
16101 width: 100%;
16102 cursor: pointer;
16103 justify-content: center;
16104 }
16105 .ab-testing-drawer .single-ab-step .step-control-button > li > button {
16106 border: none;
16107 background: transparent;
16108 }
16109 .ab-testing-drawer .single-ab-step .step-control-button > li > button svg {
16110 display: block;
16111 position: relative;
16112 margin: 0 auto;
16113 }
16114 .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown {
16115 position: absolute;
16116 left: 0;
16117 top: 30px;
16118 background: #FFFFFF;
16119 border-radius: 6px;
16120 border: 1px solid #EBEDF0;
16121 box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
16122 width: 190px;
16123 padding: 10px;
16124 opacity: 0;
16125 visibility: hidden;
16126 transition: all 0.3s ease;
16127 z-index: 2;
16128 }
16129 .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li {
16130 font-size: 14px;
16131 line-height: 1.14;
16132 color: #2D3149;
16133 display: flex;
16134 align-items: center;
16135 gap: 8px;
16136 padding: 8px;
16137 border-radius: 4px;
16138 transition: all 0.3s ease;
16139 cursor: pointer;
16140 }
16141 .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li svg {
16142 position: relative;
16143 top: -1px;
16144 }
16145 .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown li:hover {
16146 background: #F6F8FA;
16147 }
16148 .ab-testing-drawer .single-ab-step .step-control-button li.show-dorpdown .options-dropdown {
16149 top: 25px;
16150 opacity: 1;
16151 visibility: visible;
16152 }
16153 .ab-testing-drawer .single-ab-step.landing .step-header {
16154 background: #E8F1FF;
16155 }
16156 .ab-testing-drawer .single-ab-step.landing .step-header .step-title svg {
16157 width: 15px;
16158 height: 15px;
16159 }
16160 .ab-testing-drawer .single-ab-step.checkout .step-header {
16161 background: #FDF0E8;
16162 padding: 9px 3px 8px;
16163 }
16164 .ab-testing-drawer .single-ab-step.checkout .step-header .step-title svg {
16165 width: 15px;
16166 height: 17px;
16167 top: -1px;
16168 }
16169 .ab-testing-drawer .single-ab-step.upsell .step-header {
16170 background: #E9F9E8;
16171 }
16172 .ab-testing-drawer .single-ab-step.upsell .step-header .step-title svg {
16173 width: 15px;
16174 height: 15px;
16175 }
16176 .ab-testing-drawer .single-ab-step.downsell .step-header {
16177 background: #FCF0F1;
16178 }
16179 .ab-testing-drawer .single-ab-step.downsell .step-header .step-title svg {
16180 width: 15px;
16181 height: 15px;
16182 }
16183 .ab-testing-drawer .single-ab-step.thankyou .step-header {
16184 background: #E6FAF5;
16185 }
16186 .ab-testing-drawer .single-ab-step.thankyou .step-header .step-title svg {
16187 width: 15px;
16188 height: 15px;
16189 }
16190 .ab-testing-drawer .single-ab-step.custom .step-header {
16191 background: #E0F2F4;
16192 }
16193 .ab-testing-drawer .single-ab-step.custom .step-header .step-title svg {
16194 width: 15px;
16195 height: 15px;
16196 }
16197
16198 .ab-testing-drawer .ab-testing-steps-wrapper {
16199 padding: 127px 50px 50px;
16200 display: flex;
16201 flex-flow: row wrap;
16202 align-items: center;
16203 gap: 40px;
16204 }
16205 .ab-testing-drawer .add-step-wrapper .add-steps-options {
16206 left: calc(100% + 15px);
16207 }
16208 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option svg {
16209 margin-bottom: 9px;
16210 }
16211 .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option g, .ab-testing-drawer .add-step-wrapper .add-steps-options .single-option path {
16212 transition: all 0.3s ease;
16213 }
16214 .ab-testing-drawer .add-step-wrapper .add-steps-options .option-templates:hover g {
16215 stroke: #6E42D3;
16216 }
16217 .ab-testing-drawer .add-step-wrapper .add-steps-options .option-duplicate:hover path {
16218 stroke: #6E42D3;
16219 fill: #6E42D3;
16220 }
16221
16222 .ab-testing-drawer .traffic-distribution-modal {
16223 position: absolute;
16224 top: 0;
16225 right: 0;
16226 height: 100%;
16227 width: 680px;
16228 z-index: 2;
16229 opacity: 0;
16230 visibility: hidden;
16231 }
16232 .ab-testing-drawer .traffic-distribution-modal.show-modal {
16233 opacity: 1;
16234 visibility: visible;
16235 }
16236 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner {
16237 background: #FFF;
16238 box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
16239 padding: 18px 30px;
16240 width: 100%;
16241 height: 100%;
16242 position: relative;
16243 z-index: 1;
16244 overflow-y: auto;
16245 }
16246 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar {
16247 width: 3px;
16248 }
16249 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar-track {
16250 background: #f2f5f8;
16251 }
16252 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-inner::-webkit-scrollbar-thumb {
16253 background-color: #CBCBCB;
16254 border-radius: 20px;
16255 }
16256 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header {
16257 display: flex;
16258 align-items: center;
16259 justify-content: space-between;
16260 border-bottom: 1px solid #EEF0F3;
16261 padding-bottom: 18px;
16262 }
16263 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title h4 {
16264 color: #363B4E;
16265 font-size: 18px;
16266 font-weight: 600;
16267 line-height: 1;
16268 }
16269 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip svg {
16270 width: 13px;
16271 height: 13px;
16272 }
16273 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip svg path:first-child {
16274 fill: #686F7F;
16275 }
16276 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip p {
16277 bottom: inherit;
16278 top: calc(100% + 10px);
16279 background: #2D3149;
16280 min-width: 131px;
16281 border-radius: 6px;
16282 font-size: 12px;
16283 line-height: 1.3;
16284 }
16285 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-title .wpfnl-tooltip p:before {
16286 background: #2D3149;
16287 bottom: inherit;
16288 top: -4px;
16289 }
16290 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-actions {
16291 display: flex;
16292 gap: 12px;
16293 }
16294 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-header .header-actions .action-btn {
16295 border-radius: 10px;
16296 border: 1px solid #EBEDF0;
16297 width: 38px;
16298 height: 38px;
16299 display: flex;
16300 align-items: center;
16301 justify-content: center;
16302 cursor: pointer;
16303 }
16304 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body {
16305 padding: 30px 0;
16306 }
16307 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list {
16308 display: flex;
16309 flex-flow: row wrap;
16310 align-items: center;
16311 gap: 30px;
16312 margin-bottom: 20px;
16313 }
16314 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list:last-child {
16315 margin-bottom: 0;
16316 }
16317 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title {
16318 color: #363B4E;
16319 font-size: 15px;
16320 font-weight: 500;
16321 line-height: 1;
16322 width: calc(100% - 190px);
16323 }
16324 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .step-type {
16325 color: #363B4E;
16326 font-size: 15px;
16327 font-weight: 500;
16328 line-height: 1;
16329 text-transform: capitalize;
16330 }
16331 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type {
16332 background: rgba(0, 148, 166, 0.1);
16333 display: inline-block;
16334 color: #0094A6;
16335 font-size: 12px;
16336 font-weight: 500;
16337 line-height: 1;
16338 padding: 6px 11px;
16339 text-transform: capitalize;
16340 border-radius: 40px;
16341 margin-left: 8px;
16342 }
16343 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type.variant {
16344 background: rgba(238, 129, 52, 0.1);
16345 color: #EE8134;
16346 }
16347 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic {
16348 display: flex;
16349 align-items: center;
16350 gap: 10px;
16351 position: relative;
16352 }
16353 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unlock-notice {
16354 border-radius: 6px;
16355 background: #2D3149;
16356 position: absolute;
16357 color: #fff;
16358 font-size: 12px;
16359 font-weight: 500;
16360 line-height: 1.33;
16361 padding: 9px 10px 6px;
16362 bottom: calc(100% + 11px);
16363 left: 23px;
16364 width: 140px;
16365 text-align: center;
16366 opacity: 0;
16367 visibility: hidden;
16368 transition: all 0.3s ease;
16369 }
16370 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unlock-notice:before {
16371 content: "";
16372 position: absolute;
16373 left: 50%;
16374 transform: translateX(-50%) rotate(45deg);
16375 bottom: -4px;
16376 width: 11px;
16377 height: 11px;
16378 background: #2D3149;
16379 border-radius: 2px;
16380 }
16381 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .lock-unlock {
16382 border-radius: 6px;
16383 border: 1px solid #EEF0F3;
16384 background: transparent;
16385 width: 38px;
16386 height: 38px;
16387 display: flex;
16388 align-items: center;
16389 justify-content: center;
16390 cursor: pointer;
16391 }
16392 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic input[type=number] {
16393 border: 1px solid #EEF0F3;
16394 height: 38px;
16395 border-radius: 6px;
16396 min-width: auto;
16397 width: 88px;
16398 color: #363B4E;
16399 padding: 5px 12px;
16400 }
16401 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .unit {
16402 color: #363B4E;
16403 font-size: 14px;
16404 font-weight: 500;
16405 }
16406 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variations-traffic .variation-traffic:disabled:hover + .unlock-notice {
16407 opacity: 1;
16408 visibility: visible;
16409 }
16410 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer {
16411 border-top: 1px solid #EEF0F3;
16412 padding-top: 20px;
16413 display: flex;
16414 align-items: center;
16415 justify-content: flex-end;
16416 gap: 14px;
16417 }
16418 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .wpfnl-alert {
16419 display: block;
16420 }
16421 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default {
16422 min-width: auto;
16423 border-radius: 10px;
16424 height: auto;
16425 line-height: 1;
16426 padding: 13px 19px 11px;
16427 border: 1px solid transparent;
16428 }
16429 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default.cancel {
16430 background: transparent;
16431 color: #3C3F47;
16432 border-color: #E4E6EB;
16433 }
16434 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default.cancel:hover {
16435 background: #f5f5f5;
16436 }
16437 .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-footer .btn-default .wpfnl-loader {
16438 display: inline-block;
16439 position: relative;
16440 top: 1px;
16441 }
16442
16443 .ab-testing-drawer .ab-testing-winner-modal {
16444 position: absolute;
16445 top: 0;
16446 right: 0;
16447 height: 100%;
16448 width: 594px;
16449 z-index: 2;
16450 opacity: 0;
16451 visibility: hidden;
16452 }
16453 .ab-testing-drawer .ab-testing-winner-modal.show-modal {
16454 opacity: 1;
16455 visibility: visible;
16456 }
16457 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner {
16458 background: #fff;
16459 box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
16460 padding: 18px 30px;
16461 width: 100%;
16462 height: 100%;
16463 position: relative;
16464 z-index: 1;
16465 overflow-y: auto;
16466 }
16467 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar {
16468 width: 3px;
16469 }
16470 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar-track {
16471 background: #f2f5f8;
16472 }
16473 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-inner::-webkit-scrollbar-thumb {
16474 background-color: #CBCBCB;
16475 border-radius: 20px;
16476 }
16477 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header {
16478 display: flex;
16479 align-items: center;
16480 justify-content: space-between;
16481 padding-bottom: 18px;
16482 }
16483 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header .header-title h4 {
16484 color: #363B4E;
16485 font-size: 18px;
16486 font-weight: 600;
16487 line-height: 1;
16488 }
16489 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-header .header-actions .modal-close {
16490 border-radius: 10px;
16491 border: 1px solid #EBEDF0;
16492 width: 38px;
16493 height: 38px;
16494 display: flex;
16495 align-items: center;
16496 justify-content: center;
16497 cursor: pointer;
16498 }
16499 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body {
16500 padding-bottom: 30px;
16501 }
16502 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info {
16503 border: 1px solid #EEF0F3;
16504 border-radius: 10px;
16505 margin-bottom: 16px;
16506 }
16507 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .img-area {
16508 background: #D7D1E7;
16509 height: 303px;
16510 text-align: center;
16511 border-radius: 10px 10px 0 0;
16512 overflow: hidden;
16513 }
16514 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .img-area svg {
16515 position: relative;
16516 top: 14px;
16517 }
16518 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .content-area {
16519 padding: 30px 24px;
16520 }
16521 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .content-area .winner-title {
16522 color: #363B4E;
16523 font-size: 16px;
16524 font-weight: 600;
16525 text-align: center;
16526 margin-bottom: 20px;
16527 }
16528 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li {
16529 color: #363B4E;
16530 font-size: 13px;
16531 line-height: 1.3;
16532 position: relative;
16533 margin-bottom: 10px;
16534 padding-left: 23px;
16535 }
16536 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li:last-child {
16537 margin-bottom: 0;
16538 }
16539 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .winner-step-info .winner-check-list li:before {
16540 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTkgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwQjQyQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS43MzQgMTMuNTY0YS4yNTkuMjU5IDAgMDEtLjIzNi0uMTYzYy0uMDE4LS4wMzctMS41OC00LjA2Ny0zLjk5NC01LjU5Mi0uNDczLS4yOS0uODM2LS42LS42OS0xLjI5LjE0NS0uNjcxLjU5OS0xLjA1MiAxLjQxNi0xLjIzNCAxLjQ1Mi0uMzA5IDMuMDEzIDEuOTQzIDMuNTk0IDIuODY5IDIuMDM0LTIuOTYgNi4xLTcuNjA3IDEyLjAyLTguMTUyLjI4NS0uMDM0LjM5LjM5LjEyNi41MDgtLjA5LjAzNy04LjU1IDMuOTA0LTExLjk4MiAxMi45MDlhLjI5LjI5IDAgMDEtLjI1NC4xNDV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
16541 position: absolute;
16542 left: 0;
16543 top: 2px;
16544 width: 17px;
16545 height: 13px;
16546 }
16547 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label {
16548 color: #344054;
16549 font-size: 13px;
16550 line-height: 1;
16551 text-transform: none;
16552 }
16553 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label:after {
16554 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTM4IDEwLjYzNWEuMjMyLjIzMiAwIDAxLS4xNy0uMDc0TC44IDUuNjE4YS4yMy4yMyAwIDAxLjE2OS0uMzg3aDIuMmEuMjMuMjMgMCAwMS4xNzMuMDhMNC44NyA3LjA2NmMuMTY1LS4zNTMuNDg1LS45NCAxLjA0NS0xLjY1Ni44My0xLjA1OCAyLjM3LTIuNjE0IDUuMDA4LTQuMDE5YS4yMy4yMyAwIDAxLjI1LjM4NmMtLjAxLjAwOC0xLjAyNy44MDktMi4xOTcgMi4yNzUtMS4wNzcgMS4zNS0yLjUwOSAzLjU1Ny0zLjIxMyA2LjQwN2EuMjMuMjMgMCAwMS0uMjI0LjE3NXoiLz48L3N2Zz4=");
16555 left: 3px;
16556 top: 0px;
16557 width: 14px;
16558 height: 14px;
16559 transform: rotate(0);
16560 border-bottom: none;
16561 border-left: none;
16562 }
16563 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer {
16564 border-top: 1px solid #EEF0F3;
16565 padding-top: 20px;
16566 display: flex;
16567 align-items: center;
16568 justify-content: flex-end;
16569 gap: 14px;
16570 }
16571 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default {
16572 min-width: auto;
16573 border-radius: 10px;
16574 height: auto;
16575 line-height: 1;
16576 padding: 12px 19px 10px;
16577 border: 1px solid transparent;
16578 }
16579 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default.cancel {
16580 background: transparent;
16581 color: #3C3F47;
16582 border-color: #E4E6EB;
16583 }
16584 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default.cancel:hover {
16585 background: #f5f5f5;
16586 }
16587 .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-footer .btn-default .wpfnl-loader {
16588 display: inline-block;
16589 position: relative;
16590 top: 2px;
16591 }
16592
16593 .ab-testing-stats {
16594 padding-top: 40px;
16595 }
16596 .ab-testing-stats .stats-wrapper {
16597 width: 100%;
16598 max-width: 1160px;
16599 margin: 0 auto;
16600 background: #fff;
16601 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
16602 border-radius: 10px;
16603 }
16604 .ab-testing-stats .stats-wrapper.ab-testing-stats-header {
16605 background: none;
16606 box-shadow: none;
16607 border-radius: 0;
16608 }
16609 .ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button {
16610 background: none;
16611 border: none;
16612 outline: none;
16613 display: flex;
16614 align-items: center;
16615 justify-content: center;
16616 gap: 8px;
16617 margin-bottom: 18px;
16618 cursor: pointer;
16619 }
16620 .ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button .stats-back-button-icon {
16621 background: #fff;
16622 display: inline-flex;
16623 align-items: center;
16624 padding: 5px;
16625 border-radius: 8px;
16626 }
16627 .ab-testing-stats .stats-wrapper.ab-testing-stats-header .stats-back-button .stats-back-button-text {
16628 color: #2D3149;
16629 }
16630 .ab-testing-stats .stats-wrapper table {
16631 width: 100%;
16632 border: none;
16633 border-collapse: collapse;
16634 }
16635 .ab-testing-stats .stats-wrapper table .name {
16636 width: 320px;
16637 }
16638 .ab-testing-stats .stats-wrapper table .status {
16639 width: 120px;
16640 }
16641 .ab-testing-stats .stats-wrapper table .visits {
16642 width: 100px;
16643 }
16644 .ab-testing-stats .stats-wrapper table .revenue {
16645 width: 100px;
16646 }
16647 .ab-testing-stats .stats-wrapper table .conversion-rate {
16648 width: 140px;
16649 }
16650 .ab-testing-stats .stats-wrapper table .declare-winner {
16651 width: 128px;
16652 }
16653 .ab-testing-stats .stats-wrapper thead th {
16654 padding: 16px 24px;
16655 border-bottom: 1px solid #EEF0F3;
16656 }
16657 .ab-testing-stats .stats-wrapper thead th .col-inner-wrap {
16658 color: #7A8B9A;
16659 font-size: 14px;
16660 line-height: 1;
16661 text-align: left;
16662 }
16663 .ab-testing-stats .stats-wrapper tbody td {
16664 padding: 18px 24px;
16665 border-bottom: 1px solid #EEF0F3;
16666 }
16667 .ab-testing-stats .stats-wrapper tbody tr:last-child td {
16668 border-bottom: none;
16669 }
16670 .ab-testing-stats .stats-wrapper tbody .name .col-inner-wrap {
16671 font-size: 14px;
16672 line-height: 1;
16673 color: #363B4E;
16674 font-weight: 500;
16675 white-space: nowrap;
16676 overflow: hidden;
16677 text-overflow: ellipsis;
16678 width: 270px;
16679 }
16680 .ab-testing-stats .stats-wrapper tbody .variation-type {
16681 background: rgba(0, 148, 166, 0.1);
16682 display: inline-block;
16683 color: #0094A6;
16684 font-size: 12px;
16685 font-weight: 500;
16686 line-height: 1;
16687 padding: 6px 11px;
16688 text-transform: capitalize;
16689 border-radius: 40px;
16690 }
16691 .ab-testing-stats .stats-wrapper tbody .variation-type.variant {
16692 background: rgba(238, 129, 52, 0.1);
16693 color: #EE8134;
16694 }
16695 .ab-testing-stats .stats-wrapper tbody .declare-winner .col-inner-wrap {
16696 display: flex;
16697 align-items: center;
16698 }
16699 .ab-testing-stats .stats-wrapper tbody .declare-winner .col-inner-wrap .wpfnl-loader {
16700 display: inline-block;
16701 position: relative;
16702 top: -1px;
16703 }
16704 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label {
16705 width: 34px;
16706 height: 20px;
16707 }
16708 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher label:after {
16709 width: 16px;
16710 height: 16px;
16711 top: 2px;
16712 left: 2px;
16713 }
16714 .ab-testing-stats .stats-wrapper tbody .wpfnl-switcher input[type=checkbox]:checked + label:after {
16715 margin-left: 14px;
16716 }
16717
16718 @media only screen and (max-width: 1399px) {
16719 .ab-testing-stats .stats-wrapper thead th {
16720 padding: 16px 17px;
16721 }
16722 .ab-testing-stats .stats-wrapper tbody td {
16723 padding: 18px 17px;
16724 }
16725 }
16726 @media only screen and (max-width: 1199px) {
16727 .ab-testing-stats .stats-wrapper table .declare-winner {
16728 width: 160px;
16729 padding: 16px 14px;
16730 }
16731 .ab-testing-stats .stats-wrapper tbody td {
16732 padding: 14px 14px;
16733 }
16734 }
16735 @media only screen and (max-width: 991px) {
16736 .ab-testing-stats .stats-wrapper table .name {
16737 width: 230px;
16738 }
16739 .ab-testing-stats .stats-wrapper tbody .name .col-inner-wrap {
16740 width: 203px;
16741 }
16742 }
16743 .ab-testing-archive-list .stats-wrapper table .conversion-rate {
16744 width: 122px;
16745 }
16746 .ab-testing-archive-list .stats-wrapper table .action {
16747 width: 160px;
16748 }
16749 .ab-testing-archive-list .stats-wrapper table .action .col-inner-wrap {
16750 display: flex;
16751 align-items: center;
16752 gap: 5px;
16753 width: 108px;
16754 margin-left: auto;
16755 }
16756 .ab-testing-archive-list .stats-wrapper table .action .retrive {
16757 color: #363B4E;
16758 font-size: 13px;
16759 font-weight: 500;
16760 line-height: 1;
16761 letter-spacing: -0.13px;
16762 padding: 7px 10px;
16763 border-radius: 6px;
16764 border: 1px solid #EEF0F3;
16765 background: #F6F5FA;
16766 cursor: pointer;
16767 }
16768 .ab-testing-archive-list .stats-wrapper table .action .delete {
16769 padding: 8px 10px;
16770 background: transparent;
16771 border: none;
16772 cursor: pointer;
16773 }
16774 .ab-testing-archive-list .stats-wrapper table .action .delete svg {
16775 display: block;
16776 }
16777 .ab-testing-archive-list .stats-wrapper table .no-archived-variant {
16778 text-align: center;
16779 }
16780
16781 .ab-testing-drawer .ab-testing-confirmation-modal {
16782 position: fixed;
16783 top: 0;
16784 left: 160px;
16785 width: calc(100% - 160px);
16786 height: 100%;
16787 z-index: 2;
16788 background: rgba(21, 17, 29, 0.3);
16789 backdrop-filter: blur(4px);
16790 display: flex;
16791 flex-flow: column;
16792 align-items: center;
16793 justify-content: center;
16794 }
16795 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-overlay {
16796 position: absolute;
16797 left: 0;
16798 top: 0;
16799 width: 100%;
16800 height: 100%;
16801 background: transparent;
16802 }
16803 .ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal {
16804 width: 35px;
16805 height: 35px;
16806 border-radius: 100px;
16807 background: #FFF;
16808 box-shadow: 0px 1px 1px 0px #DADADA;
16809 border: none;
16810 position: absolute;
16811 right: -13px;
16812 top: -13px;
16813 cursor: pointer;
16814 padding-top: 2px;
16815 }
16816 .ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal path {
16817 stroke-width: 2px;
16818 }
16819 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-wrapper {
16820 width: 450px;
16821 background: #F6F5FA;
16822 border-radius: 10px;
16823 position: relative;
16824 }
16825 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body {
16826 padding: 35px;
16827 text-align: center;
16828 }
16829 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon {
16830 width: 50px;
16831 height: 50px;
16832 display: flex;
16833 align-items: center;
16834 justify-content: center;
16835 background: #EE5F5A;
16836 margin: 0 auto 14px;
16837 border-radius: 100%;
16838 }
16839 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.delete-icon svg {
16840 width: 16px;
16841 height: 16px;
16842 }
16843 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.delete-icon svg path {
16844 stroke: #fff;
16845 }
16846 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.warning-icon {
16847 background: transparent;
16848 }
16849 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .icon.archive-icon svg {
16850 position: relative;
16851 top: 1px;
16852 left: 1px;
16853 }
16854 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .title {
16855 color: #2D3149;
16856 font-size: 16px;
16857 font-weight: 600;
16858 line-height: 1;
16859 margin-bottom: 8px;
16860 }
16861 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-body .subtitle {
16862 color: #7A8B9A;
16863 font-size: 14px;
16864 font-weight: 400;
16865 line-height: 1.2;
16866 }
16867 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer {
16868 padding: 20px;
16869 border-top: 1px solid #E2E2E2;
16870 display: flex;
16871 flex-flow: row wrap;
16872 align-items: center;
16873 justify-content: flex-end;
16874 gap: 12px;
16875 }
16876 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default {
16877 min-width: auto;
16878 height: auto;
16879 line-height: 1;
16880 font-size: 15px;
16881 font-weight: 600;
16882 padding: 12px 19px;
16883 border: 1px solid transparent;
16884 }
16885 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default.confirm {
16886 box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.5);
16887 }
16888 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .btn-default.cancel {
16889 color: #2D3149;
16890 background: transparent;
16891 border: 1px solid #E4E6EB;
16892 letter-spacing: -0.15px;
16893 }
16894 .ab-testing-drawer .ab-testing-confirmation-modal .confirmation-modal-footer .wpfnl-checkbox {
16895 margin-right: auto;
16896 }
16897 .ab-testing-drawer .ab-testing-confirmation-modal.archive-modal .confirmation-modal-body .icon {
16898 background: #239654;
16899 }
16900 .ab-testing-drawer .ab-testing-confirmation-modal.archive-modal .confirmation-modal-body .icon.warning-icon {
16901 background: transparent;
16902 }
16903
16904 .folded .ab-testing-drawer .ab-testing-confirmation-modal {
16905 left: 36px;
16906 width: calc(100% - 36px);
16907 }
16908
16909 .wpfnl-automation-window .automation-list-wrapper {
16910 padding: 0 30px 0;
16911 }
16912 .wpfnl-automation-window .automation-list-wrapper > .bulk-check {
16913 display: flex;
16914 align-items: center;
16915 padding-left: 31px;
16916 height: 50px;
16917 }
16918 .wpfnl-automation-window .automation-list-wrapper > .bulk-check .wpfnl-checkbox label:before {
16919 border-color: #c2c2c2;
16920 background-color: #ffffff;
16921 }
16922 .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area {
16923 padding-left: 30px;
16924 height: 33px;
16925 }
16926 .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button {
16927 background: #EE8134;
16928 border-radius: 6px;
16929 border: none;
16930 color: #fff;
16931 height: 30px;
16932 padding: 0 10px;
16933 display: flex;
16934 align-items: center;
16935 justify-content: center;
16936 font-weight: 500;
16937 cursor: pointer;
16938 }
16939 .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button svg {
16940 height: 18px;
16941 width: 18px;
16942 margin-right: 4px;
16943 }
16944 .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area button svg path {
16945 stroke: #fff;
16946 }
16947 .wpfnl-automation-window .automation-list-header {
16948 display: flex;
16949 flex-flow: row wrap;
16950 align-items: center;
16951 justify-content: space-between;
16952 }
16953 .wpfnl-automation-window .automation-list-header .field-item {
16954 font-weight: 500;
16955 font-size: 14px;
16956 line-height: 1.14;
16957 letter-spacing: 1px;
16958 text-transform: uppercase;
16959 color: #7A8B9A;
16960 }
16961 .wpfnl-automation-window .automation-list-header,
16962 .wpfnl-automation-window .automation-single-list {
16963 padding: 15px 30px;
16964 }
16965 .wpfnl-automation-window .automation-list-header .wpfnl-checkbox label:before,
16966 .wpfnl-automation-window .automation-single-list .wpfnl-checkbox label:before {
16967 border-color: #CDD2E6;
16968 background-color: #ffffff;
16969 }
16970 .wpfnl-automation-window .automation-list-header .field-item,
16971 .wpfnl-automation-window .automation-single-list .field-item {
16972 padding: 0 10px;
16973 }
16974 .wpfnl-automation-window .automation-list-header .field-item:first-child,
16975 .wpfnl-automation-window .automation-single-list .field-item:first-child {
16976 padding-left: 0;
16977 }
16978 .wpfnl-automation-window .automation-list-header .field-item:last-child,
16979 .wpfnl-automation-window .automation-single-list .field-item:last-child {
16980 padding-right: 0;
16981 }
16982 .wpfnl-automation-window .automation-list-header .bulk-check,
16983 .wpfnl-automation-window .automation-single-list .bulk-check {
16984 margin-right: 20px;
16985 }
16986 .wpfnl-automation-window .automation-list-header .title,
16987 .wpfnl-automation-window .automation-single-list .title {
16988 width: 250px;
16989 display: flex;
16990 flex-flow: row wrap;
16991 align-items: center;
16992 justify-content: flex-start;
16993 }
16994 .wpfnl-automation-window .automation-list-header .trigger,
16995 .wpfnl-automation-window .automation-single-list .trigger {
16996 width: calc(80% - 280px);
16997 text-align: center;
16998 }
16999 .wpfnl-automation-window .automation-list-header .trigger-action,
17000 .wpfnl-automation-window .automation-single-list .trigger-action {
17001 width: 100px;
17002 }
17003 .wpfnl-automation-window .automation-list-header .crm,
17004 .wpfnl-automation-window .automation-single-list .crm {
17005 width: 45px;
17006 }
17007 .wpfnl-automation-window .automation-list-header .status,
17008 .wpfnl-automation-window .automation-single-list .status {
17009 width: 66px;
17010 }
17011 .wpfnl-automation-window .automation-list-header .actions,
17012 .wpfnl-automation-window .automation-single-list .actions {
17013 width: 75px;
17014 }
17015 .wpfnl-automation-window .automation-single-list {
17016 background: #FFFFFF;
17017 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.2);
17018 border-radius: 8px;
17019 display: flex;
17020 flex-flow: row wrap;
17021 align-items: flex-start;
17022 justify-content: space-between;
17023 margin-bottom: 20px;
17024 }
17025 .wpfnl-automation-window .automation-single-list.no-data-list {
17026 justify-content: center;
17027 }
17028 .wpfnl-automation-window .automation-single-list.no-data-list .field-item {
17029 color: #363B4E;
17030 font-weight: 500;
17031 }
17032 .wpfnl-automation-window .automation-single-list.no-data-list .field-item .btn-default {
17033 height: 54px;
17034 padding: 0 40px;
17035 margin: 10px 0;
17036 font-size: 16px;
17037 }
17038 .wpfnl-automation-window .automation-single-list.no-data-list.not-enabled {
17039 margin-left: 20px;
17040 margin-right: 20px;
17041 }
17042 .wpfnl-automation-window .automation-single-list .title {
17043 font-size: 15px;
17044 line-height: 1.2;
17045 font-weight: 500;
17046 color: #363B4E;
17047 position: relative;
17048 top: 6px;
17049 }
17050 .wpfnl-automation-window .automation-single-list .crm .icon {
17051 box-sizing: border-box;
17052 border-radius: 6px;
17053 width: 30px;
17054 height: 30px;
17055 display: flex;
17056 flex-flow: column;
17057 align-items: center;
17058 justify-content: center;
17059 }
17060 .wpfnl-automation-window .automation-single-list .trigger-lists {
17061 display: flex;
17062 flex-flow: row wrap;
17063 align-items: center;
17064 justify-content: center;
17065 margin-left: -2px;
17066 margin-top: -2px;
17067 width: 100%;
17068 }
17069 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list-flex,
17070 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-more-list,
17071 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list {
17072 padding: 2px;
17073 }
17074 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list-flex > span,
17075 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-more-list > span,
17076 .wpfnl-automation-window .automation-single-list .trigger-lists .trigger-list > span {
17077 font-size: 12px;
17078 line-height: 1.15;
17079 color: #7A8B9A;
17080 border: 1px solid #E5E8F3;
17081 border-radius: 6px;
17082 padding: 6px 6px 4px;
17083 display: block;
17084 }
17085 .wpfnl-automation-window .automation-single-list .more-list-trigger > span {
17086 font-size: 12px;
17087 line-height: 1.15;
17088 color: #7A8B9A;
17089 border: 1px solid #E5E8F3;
17090 border-radius: 6px;
17091 padding: 6px 6px 4px;
17092 display: inline-block;
17093 }
17094 .wpfnl-automation-window .automation-single-list .trigger-action {
17095 display: flex;
17096 align-items: center;
17097 }
17098 .wpfnl-automation-window .automation-single-list .trigger-action > span {
17099 display: block;
17100 line-height: 1;
17101 }
17102 .wpfnl-automation-window .automation-single-list .trigger-action > span svg {
17103 display: block;
17104 }
17105 .wpfnl-automation-window .automation-single-list .trigger-action .action-separator {
17106 margin: 0 18px;
17107 }
17108 .wpfnl-automation-window .automation-single-list .status {
17109 position: relative;
17110 top: 6px;
17111 }
17112 .wpfnl-automation-window .automation-single-list .actions {
17113 display: flex;
17114 }
17115 .wpfnl-automation-window .automation-single-list .actions button {
17116 width: 33px;
17117 padding: 0;
17118 border: none;
17119 height: 30px;
17120 padding-top: 2px;
17121 cursor: pointer;
17122 background: transparent;
17123 margin: 0 auto;
17124 display: flex;
17125 align-items: center;
17126 justify-content: center;
17127 }
17128 .wpfnl-automation-window .automation-single-list .actions button svg {
17129 height: 20px;
17130 display: block;
17131 }
17132
17133 @media only screen and (max-width: 1440px) {
17134 .wpfnl-automation-window .automation-list-header .trigger,
17135 .wpfnl-automation-window .automation-single-list .trigger {
17136 width: calc(80% - 340px);
17137 }
17138 }
17139 @media only screen and (max-width: 1199px) {
17140 .wpfnl-automation-window .automation-list-header,
17141 .wpfnl-automation-window .automation-single-list {
17142 padding: 14px 16px;
17143 }
17144 .wpfnl-automation-window .automation-list-header .title,
17145 .wpfnl-automation-window .automation-single-list .title {
17146 width: 220px;
17147 }
17148 .wpfnl-automation-window .automation-list-wrapper .bulk-delete-area {
17149 padding-left: 16px;
17150 }
17151 }
17152 @media only screen and (max-width: 991px) {
17153 .wpfnl-automation-window .automation-list-header .title,
17154 .wpfnl-automation-window .automation-single-list .title {
17155 width: 220px;
17156 }
17157 .wpfnl-automation-window .automation-list-header .trigger,
17158 .wpfnl-automation-window .automation-single-list .trigger {
17159 width: calc(80% - 369px);
17160 }
17161 }
17162 .crm-data-loader {
17163 position: absolute;
17164 top: 1px;
17165 left: 1px;
17166 background: #fff;
17167 width: calc(100% - 3px);
17168 height: calc(100% - 3px);
17169 display: flex;
17170 flex-flow: row;
17171 align-items: center;
17172 border-radius: 10px;
17173 padding-left: 10px;
17174 }
17175 .crm-data-loader > span {
17176 display: inline-block;
17177 width: 8px;
17178 height: 8px;
17179 border-radius: 20px;
17180 background: #a184e5;
17181 margin: 3px;
17182 transition: all 0.3s;
17183 }
17184 .crm-data-loader > span:nth-child(1) {
17185 -webkit-animation: crm-data-loader 1.5s infinite;
17186 -moz-animation: crm-data-loader 1.5s infinite;
17187 -o-animation: crm-data-loader 1.5s infinite;
17188 animation: crm-data-loader 1.5s infinite;
17189 }
17190 .crm-data-loader > span:nth-child(2) {
17191 -webkit-animation: crm-data-loader 1.5s infinite;
17192 -moz-animation: crm-data-loader 1.5s infinite;
17193 -o-animation: crm-data-loader 1.5s infinite;
17194 animation: crm-data-loader 1.5s infinite;
17195 animation-delay: 0.4s;
17196 }
17197 .crm-data-loader > span:nth-child(3) {
17198 -webkit-animation: crm-data-loader 1.5s infinite;
17199 -moz-animation: crm-data-loader 1.5s infinite;
17200 -o-animation: crm-data-loader 1.5s infinite;
17201 animation: crm-data-loader 1.5s infinite;
17202 animation-delay: 0.6s;
17203 }
17204 @-webkit-keyframes crm-data-loader {
17205 0%, 100% {
17206 opacity: 0;
17207 }
17208 50% {
17209 opacity: 1;
17210 }
17211 }
17212 @-moz-keyframes crm-data-loader {
17213 0%, 100% {
17214 opacity: 0;
17215 }
17216 50% {
17217 opacity: 1;
17218 }
17219 }
17220 @-o-keyframes crm-data-loader {
17221 0%, 100% {
17222 opacity: 0;
17223 }
17224 50% {
17225 opacity: 1;
17226 }
17227 }
17228 @keyframes crm-data-loader {
17229 0%, 100% {
17230 opacity: 0;
17231 }
17232 50% {
17233 opacity: 1;
17234 }
17235 }
17236
17237 .wpfnl-automation-window .automation-darwer {
17238 position: fixed;
17239 top: 32px;
17240 right: -190px;
17241 background-color: #fff;
17242 z-index: 99;
17243 width: 1133px;
17244 height: calc(100vh - 32px);
17245 box-shadow: -8px 3px 6px rgba(186, 176, 210, 0.15);
17246 transition: all 0.3s ease-in-out;
17247 opacity: 0;
17248 visibility: hidden;
17249 }
17250 .wpfnl-automation-window .automation-darwer .drawer-bg-overlay {
17251 position: fixed;
17252 right: 0;
17253 top: 0;
17254 background: rgba(0, 0, 0, 0.3019607843);
17255 width: 100%;
17256 height: 100%;
17257 z-index: -1;
17258 }
17259 .wpfnl-automation-window .automation-darwer.show-drawer {
17260 right: 0;
17261 opacity: 1;
17262 visibility: visible;
17263 }
17264 .wpfnl-automation-window .automation-darwer .drawer-wrapper {
17265 height: 100%;
17266 width: 100%;
17267 background: #fff;
17268 position: relative;
17269 }
17270 .wpfnl-automation-window .automation-darwer .drawer-loader {
17271 position: absolute;
17272 top: 0;
17273 left: 0;
17274 width: 100%;
17275 height: 100%;
17276 background: #fff;
17277 border-radius: 10px 0 0 10px;
17278 z-index: 2;
17279 }
17280 .wpfnl-automation-window .automation-darwer .drawer-loader .wpfnl-loader {
17281 display: block;
17282 position: absolute;
17283 top: 50%;
17284 left: 50%;
17285 width: 50px;
17286 height: 50px;
17287 margin-left: -48px;
17288 margin-top: -46px;
17289 transition: all 0.3s linear;
17290 }
17291 .wpfnl-automation-window .automation-darwer .drawer-header {
17292 display: flex;
17293 flex-flow: row wrap;
17294 align-items: center;
17295 justify-content: space-between;
17296 gap: 10px;
17297 padding: 20px 16px 20px 30px;
17298 box-shadow: 0px 1px 1px rgba(190, 190, 215, 0.2);
17299 position: relative;
17300 z-index: 1;
17301 }
17302 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper {
17303 display: flex;
17304 flex-flow: row wrap;
17305 align-items: center;
17306 }
17307 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper label {
17308 padding-right: 7px;
17309 cursor: text;
17310 }
17311 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper input {
17312 height: 40px;
17313 font-size: 14px;
17314 line-height: 1.14;
17315 color: #7A8B9A;
17316 padding: 3px 10px;
17317 width: 180px;
17318 min-height: auto;
17319 min-width: auto;
17320 }
17321 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .automation-name-preview {
17322 max-width: 200px;
17323 white-space: nowrap;
17324 overflow: hidden;
17325 text-overflow: ellipsis;
17326 }
17327 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button {
17328 min-width: auto;
17329 padding: 1px 7px 0;
17330 width: 40px;
17331 height: 40px;
17332 display: flex;
17333 flex-flow: column;
17334 align-items: center;
17335 justify-content: center;
17336 background: #F6F5FA !important;
17337 border: 1px solid #e0e0e0;
17338 border-radius: 6px;
17339 cursor: pointer;
17340 margin-left: 10px;
17341 }
17342 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button svg {
17343 display: block;
17344 width: 22px;
17345 height: 22px;
17346 }
17347 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-edit svg {
17348 fill: #6E42D3;
17349 }
17350 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-submit {
17351 display: none;
17352 }
17353 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-submit svg {
17354 stroke: #6E42D3;
17355 position: relative;
17356 top: -3px;
17357 }
17358 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button.automation-name-cancel {
17359 display: none;
17360 margin-left: 5px;
17361 }
17362 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .automation-name-input {
17363 display: none;
17364 }
17365 .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper .wpfnl-alert {
17366 display: block;
17367 position: absolute;
17368 bottom: 2px;
17369 font-size: 12px;
17370 font-weight: 400;
17371 }
17372 .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm {
17373 display: flex;
17374 flex-flow: row;
17375 align-items: center;
17376 margin-left: 30px;
17377 }
17378 .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm .connect-crm-title {
17379 padding-right: 7px;
17380 font-weight: 500;
17381 color: #363B4E;
17382 white-space: nowrap;
17383 line-height: 1;
17384 position: relative;
17385 top: 2px;
17386 }
17387 .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm select {
17388 height: 40px;
17389 padding-right: 30px;
17390 background-color: #f6f4fb;
17391 border-color: #6E42D3;
17392 color: #716395;
17393 }
17394 .wpfnl-automation-window .automation-darwer .drawer-header .zapier-doc-link a {
17395 font-weight: 500;
17396 color: #6E42D3;
17397 text-decoration: underline;
17398 }
17399 .wpfnl-automation-window .automation-darwer .drawer-header .zapier-doc-link a:hover {
17400 text-decoration: none;
17401 }
17402 .wpfnl-automation-window .automation-darwer .drawer-header .wpfnl-drawer-close {
17403 display: block;
17404 padding: 3px 7px;
17405 height: 24px;
17406 cursor: pointer;
17407 position: relative;
17408 top: -2px;
17409 margin-left: auto;
17410 }
17411 .wpfnl-automation-window .automation-darwer .drawer-body {
17412 padding: 30px;
17413 height: calc(100% - 80px);
17414 overflow: auto;
17415 position: relative;
17416 }
17417 .wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar {
17418 width: 5px;
17419 }
17420 .wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar-track {
17421 background: #f2f5f8;
17422 }
17423 .wpfnl-automation-window .automation-darwer .drawer-body::-webkit-scrollbar-thumb {
17424 background-color: #6E42D3;
17425 border-radius: 20px;
17426 }
17427 .wpfnl-automation-window .automation-darwer .trigger-wrapper {
17428 background: #FAF9FF;
17429 border: 1px solid #F0F0F0;
17430 border-radius: 10px;
17431 padding: 86px 40px 52px;
17432 position: relative;
17433 }
17434 .wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn {
17435 position: absolute;
17436 top: 30px;
17437 right: 0;
17438 z-index: 1;
17439 display: flex;
17440 align-items: center;
17441 justify-content: flex-end;
17442 gap: 13px;
17443 width: 100%;
17444 padding: 0 40px;
17445 }
17446 .wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn .wpfnl-alert {
17447 display: block;
17448 }
17449 .wpfnl-automation-window .automation-darwer .trigger-wrapper .zapier-save-btn .wpfnl-loader {
17450 display: inline-block;
17451 position: relative;
17452 top: 2px;
17453 }
17454 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper {
17455 padding: 0 0 27px;
17456 position: relative;
17457 }
17458 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper:after {
17459 content: "";
17460 position: absolute;
17461 left: 50%;
17462 height: 27px;
17463 width: 2px;
17464 background: #7A8B9A;
17465 margin-left: -1px;
17466 }
17467 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper:after {
17468 bottom: 0;
17469 }
17470 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper .add-trigger {
17471 border: none;
17472 background: transparent;
17473 display: block;
17474 height: 24px;
17475 width: 24px;
17476 position: absolute;
17477 left: 50%;
17478 bottom: -13px;
17479 transform: translate(-50%);
17480 z-index: 1;
17481 border-radius: 50%;
17482 cursor: pointer;
17483 }
17484 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper:not(:last-child) .add-trigger {
17485 display: none;
17486 }
17487 .wpfnl-automation-window .automation-darwer .single-trigger {
17488 background: #FFFFFF;
17489 box-shadow: 0px 2px 3px rgba(190, 190, 215, 0.4);
17490 border-radius: 10px;
17491 display: flex;
17492 flex-flow: row wrap;
17493 position: relative;
17494 }
17495 .wpfnl-automation-window .automation-darwer .single-trigger select {
17496 height: 40px;
17497 background-color: transparent;
17498 min-width: auto;
17499 width: 100%;
17500 }
17501 .wpfnl-automation-window .automation-darwer .single-trigger label {
17502 margin-bottom: 10px;
17503 display: block;
17504 cursor: default;
17505 }
17506 .wpfnl-automation-window .automation-darwer .single-trigger .hints {
17507 color: #EE5F5A;
17508 display: none;
17509 }
17510 .wpfnl-automation-window .automation-darwer .single-trigger .selectbox-wrapper {
17511 position: relative;
17512 }
17513 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-tag {
17514 background: #6E42D3;
17515 border-radius: 50px;
17516 font-size: 12px;
17517 color: #fff;
17518 padding: 3px 11px 2px;
17519 position: absolute;
17520 left: 50%;
17521 top: -45px;
17522 transform: translate(-50%);
17523 display: none;
17524 }
17525 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-tag:before {
17526 content: "";
17527 position: absolute;
17528 left: 50%;
17529 top: calc(100% + 1px);
17530 height: 20px;
17531 width: 1px;
17532 border-right: 2px dashed #7A8B9A;
17533 margin-left: -1px;
17534 }
17535 .wpfnl-automation-window .automation-darwer .single-trigger .required-star {
17536 color: #EE5F5A;
17537 }
17538 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-when {
17539 padding: 20px;
17540 width: 50%;
17541 position: relative;
17542 }
17543 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-when .wpfnl-form-group {
17544 width: 100%;
17545 padding: 0;
17546 }
17547 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-then {
17548 display: flex;
17549 flex-flow: row wrap;
17550 padding: 20px 13px;
17551 width: 50%;
17552 background: #F6F6F9;
17553 border-radius: 0px 10px 10px 0px;
17554 position: relative;
17555 }
17556 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-then .trigger-tag {
17557 background-color: #EE8134;
17558 }
17559 .wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group {
17560 width: 50%;
17561 padding: 0 7px;
17562 }
17563 .wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.wpfnl-col-1 {
17564 width: 100%;
17565 }
17566 .wpfnl-automation-window .automation-darwer .single-trigger .close-trigger {
17567 border: 1px solid #EE5F5A;
17568 padding: 0;
17569 height: 26px;
17570 width: 26px;
17571 display: flex;
17572 flex-flow: column;
17573 align-items: center;
17574 justify-content: center;
17575 border-radius: 100%;
17576 position: absolute;
17577 right: -8px;
17578 top: -11px;
17579 cursor: pointer;
17580 background: #fff;
17581 opacity: 0;
17582 visibility: hidden;
17583 transition: all 0.3s ease;
17584 z-index: 3;
17585 }
17586 .wpfnl-automation-window .automation-darwer .single-trigger .close-trigger svg {
17587 width: 17px;
17588 }
17589 .wpfnl-automation-window .automation-darwer .single-trigger .close-trigger svg path {
17590 stroke: #EE5F5A;
17591 }
17592 .wpfnl-automation-window .automation-darwer .single-trigger:hover .close-trigger {
17593 opacity: 1;
17594 visibility: visible;
17595 }
17596 .wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.field-required select {
17597 border-color: #EE5F5A;
17598 }
17599 .wpfnl-automation-window .automation-darwer .single-trigger .wpfnl-form-group.field-required .hints {
17600 display: block;
17601 }
17602 .wpfnl-automation-window .automation-darwer .data-loaded .single-trigger .crm-data-loader {
17603 display: none;
17604 }
17605 .wpfnl-automation-window .automation-darwer .single-trigger-wrapper:first-child .single-trigger .trigger-tag {
17606 display: block;
17607 }
17608 .wpfnl-automation-window .automation-darwer .save-btn-area {
17609 margin-top: 30px;
17610 display: flex;
17611 justify-content: flex-end;
17612 align-items: center;
17613 }
17614 .wpfnl-automation-window .automation-darwer .save-btn-area .wpfnl-alert {
17615 display: inline-block;
17616 padding: 10px 20px;
17617 margin-right: 13px;
17618 }
17619 .wpfnl-automation-window .automation-darwer .save-btn-area .btn-default {
17620 min-width: 90px;
17621 }
17622 .wpfnl-automation-window .automation-darwer .save-btn-area .wpfnl-loader {
17623 display: inline-block;
17624 position: relative;
17625 top: 3px;
17626 }
17627 .wpfnl-automation-window .automation-darwer .no-data-message {
17628 text-align: center;
17629 color: #363B4E;
17630 font-weight: 500;
17631 }
17632
17633 @media only screen and (max-width: 1400px) {
17634 .wpfnl-automation-window .automation-darwer {
17635 width: 983px;
17636 }
17637 }
17638 @media only screen and (max-width: 1199px) {
17639 .wpfnl-automation-window .automation-darwer {
17640 width: 803px;
17641 }
17642 .wpfnl-automation-window .automation-darwer .trigger-wrapper {
17643 padding: 40px 20px 40px;
17644 }
17645 }
17646 @media only screen and (max-width: 991px) {
17647 .wpfnl-automation-window .automation-darwer {
17648 width: 740px;
17649 }
17650 .wpfnl-automation-window .automation-darwer .drawer-header {
17651 padding: 20px 16px 20px 20px;
17652 }
17653 .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm select {
17654 width: 143px;
17655 min-width: auto;
17656 }
17657 .wpfnl-automation-window .automation-darwer .drawer-body {
17658 padding: 20px;
17659 }
17660 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-when {
17661 padding: 15px;
17662 }
17663 .wpfnl-automation-window .automation-darwer .single-trigger .trigger-then {
17664 padding: 15px 8px;
17665 }
17666 }
17667 .wpfnl-automation-window {
17668 background: #f6f5fa;
17669 position: absolute;
17670 top: 0;
17671 left: 0;
17672 width: 100%;
17673 height: 100%;
17674 z-index: 99;
17675 }
17676 .wpfnl-automation-window .automation-content {
17677 position: relative;
17678 }
17679 .wpfnl-automation-window .automation-window-loader {
17680 background: #f6f5fa;
17681 position: absolute;
17682 top: 0;
17683 right: 0;
17684 width: 100%;
17685 height: calc(100vh - 32px);
17686 z-index: 99;
17687 transition: all 0.9s linear;
17688 }
17689 .wpfnl-automation-window .automation-window-loader .wpfnl-loader {
17690 display: block;
17691 position: absolute;
17692 top: 50%;
17693 left: 50%;
17694 width: 50px;
17695 height: 50px;
17696 margin-left: -48px;
17697 margin-top: -46px;
17698 transition: all 0.3s linear;
17699 }
17700 .wpfnl-automation-window .automation-content-header {
17701 display: flex;
17702 flex-flow: row wrap;
17703 align-items: center;
17704 justify-content: space-between;
17705 background: #FFFFFF;
17706 box-shadow: 0 1px 2px 0 rgba(190, 190, 215, 0.2);
17707 padding-right: 8px;
17708 margin-bottom: 20px;
17709 }
17710 .wpfnl-automation-window .automation-content-header .header-left {
17711 display: flex;
17712 flex-flow: row wrap;
17713 align-items: center;
17714 }
17715 .wpfnl-automation-window .automation-content-header .header-left .wpfnl-logo a {
17716 display: block;
17717 padding: 16px 25px;
17718 border-right: 1px solid #E5E8F3;
17719 }
17720 .wpfnl-automation-window .automation-content-header .header-left .wpfnl-logo a svg {
17721 width: 26px;
17722 display: block;
17723 }
17724 .wpfnl-automation-window .automation-content-header .header-left .backto-funnel-edit {
17725 background: #FFFFFF;
17726 cursor: pointer;
17727 border: none;
17728 padding: 0;
17729 text-align: center;
17730 width: 57px;
17731 height: 60px;
17732 margin-right: 20px;
17733 display: flex;
17734 flex-flow: column;
17735 align-items: center;
17736 justify-content: center;
17737 border-right: 1px solid #E5E8F3;
17738 }
17739 .wpfnl-automation-window .automation-content-header .header-left h2 {
17740 font-size: 18px;
17741 line-height: 1.16;
17742 font-weight: 500;
17743 color: #363B4E;
17744 margin-right: 13px;
17745 }
17746 .wpfnl-automation-window .automation-content-header .header-left .wpfnl-switcher {
17747 display: flex;
17748 align-items: center;
17749 }
17750 .wpfnl-automation-window .automation-content-header .header-left .wpfnl-switcher .wpfnl-loader {
17751 display: inline-block;
17752 margin-left: 8px;
17753 }
17754 .wpfnl-automation-window .wpfnl-switcher label {
17755 width: 32px;
17756 height: 18px;
17757 }
17758 .wpfnl-automation-window .wpfnl-switcher label:after {
17759 width: 12px;
17760 height: 12px;
17761 top: 2px;
17762 left: 3px;
17763 }
17764 .wpfnl-automation-window .wpfnl-switcher input[type=checkbox]:checked + label:after {
17765 margin-left: 13px;
17766 }
17767 .wpfnl-automation-window .btn-default {
17768 height: 40px;
17769 line-height: 41px;
17770 padding: 0 20px;
17771 }
17772
17773 .wpfnl .mailmint-automation {
17774 box-shadow: none;
17775 width: calc(100% - 160px);
17776 transition: none;
17777 }
17778 .wpfnl .mailmint-automation .automation-drawer-loader {
17779 position: absolute;
17780 top: 0;
17781 left: 0;
17782 width: 100%;
17783 height: 100%;
17784 background: #F6F5FA;
17785 z-index: 3;
17786 display: flex;
17787 flex-flow: column;
17788 align-items: center;
17789 justify-content: center;
17790 }
17791 .wpfnl .mailmint-automation .automation-drawer-loader .wpfnl-loader {
17792 display: block;
17793 width: 40px;
17794 height: 40px;
17795 }
17796 .wpfnl .mailmint-automation .drawer-wrapper {
17797 background: #F6F5FA;
17798 }
17799 .wpfnl .mailmint-automation .drawer-body {
17800 padding: 24px;
17801 overflow: hidden;
17802 }
17803 .wpfnl .mailmint-automation .drawer-body-inner-wrapper {
17804 display: flex;
17805 flex-flow: row wrap;
17806 gap: 24px;
17807 height: 100%;
17808 }
17809 .wpfnl .mailmint-automation .automation-steps-wrapper {
17810 text-align: center;
17811 width: 100%;
17812 height: calc(100% + 20px);
17813 overflow: auto;
17814 padding-top: 10px;
17815 padding-bottom: 30px;
17816 }
17817 .wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar {
17818 width: 5px;
17819 height: 5px;
17820 }
17821 .wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar-track {
17822 background: #f2f5f8;
17823 }
17824 .wpfnl .mailmint-automation .automation-steps-wrapper::-webkit-scrollbar-thumb {
17825 background-color: #CBCBCB;
17826 border-radius: 20px;
17827 }
17828 .wpfnl .mailmint-automation .has-sidebar .automation-steps-wrapper {
17829 width: calc(100% - 474px);
17830 }
17831 .wpfnl .mailmint-automation .steps-settings-sidebar {
17832 width: 450px;
17833 height: 100%;
17834 background: #FFF;
17835 box-shadow: -2px 3px 6px rgba(186, 176, 210, 0.1);
17836 border-radius: 10px;
17837 padding: 24px 30px;
17838 overflow: auto;
17839 }
17840 .wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar {
17841 width: 5px;
17842 }
17843 .wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar-track {
17844 background: #f2f5f8;
17845 }
17846 .wpfnl .mailmint-automation .steps-settings-sidebar::-webkit-scrollbar-thumb {
17847 background-color: #CBCBCB;
17848 border-radius: 20px;
17849 }
17850 .wpfnl .mailmint-automation .condition .steps-settings-sidebar {
17851 width: 710px;
17852 }
17853 .wpfnl .mailmint-automation .condition .automation-steps-wrapper {
17854 width: calc(100% - 734px);
17855 }
17856 .wpfnl .mailmint-automation .automation-start-point {
17857 position: relative;
17858 border-radius: 8px;
17859 background: #FFF;
17860 width: 245px;
17861 margin: 0 auto;
17862 padding: 18px 15px 16px;
17863 text-align: center;
17864 color: #2D3149;
17865 font-size: 16px;
17866 font-weight: 600;
17867 line-height: 1.2;
17868 display: flex;
17869 align-items: center;
17870 justify-content: center;
17871 gap: 9px;
17872 cursor: pointer;
17873 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%236E42D3FF' stroke-width='2' stroke-dasharray='3%2c 7' stroke-dashoffset='11' stroke-linecap='round'/%3e%3c/svg%3e");
17874 }
17875 .wpfnl .mailmint-automation .automation-start-point .tigger-lists {
17876 position: absolute;
17877 left: 0;
17878 top: calc(100% + 26px);
17879 background: #FFFFFF;
17880 width: 100%;
17881 padding: 8px 10px;
17882 border-radius: 6px;
17883 border: 1px solid #EBEDF0;
17884 box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
17885 z-index: 3;
17886 opacity: 0;
17887 visibility: hidden;
17888 transition: all 0.3s ease;
17889 }
17890 .wpfnl .mailmint-automation .automation-start-point .tigger-lists li {
17891 font-size: 14px;
17892 line-height: 1.14;
17893 color: #2D3149;
17894 font-weight: 400;
17895 display: flex;
17896 align-items: center;
17897 gap: 8px;
17898 padding: 8px;
17899 border-radius: 4px;
17900 cursor: pointer;
17901 transition: all 0.3s ease;
17902 }
17903 .wpfnl .mailmint-automation .automation-start-point .tigger-lists li:hover {
17904 background: #F6F8FA;
17905 }
17906 .wpfnl .mailmint-automation .automation-start-point .tigger-lists li.active {
17907 background: #F6F8FA;
17908 font-weight: 500;
17909 }
17910 .wpfnl .mailmint-automation .automation-start-point.show-dropdown .tigger-lists {
17911 top: calc(100% + 12px);
17912 opacity: 1;
17913 visibility: visible;
17914 }
17915 .wpfnl .mailmint-automation .selected-trigger {
17916 max-width: 210px;
17917 margin: 0 auto;
17918 display: flex;
17919 flex-flow: column;
17920 align-items: center;
17921 justify-content: center;
17922 position: relative;
17923 }
17924 .wpfnl .mailmint-automation .selected-trigger .close-trigger {
17925 background: transparent;
17926 color: #ffffff;
17927 border: none;
17928 position: absolute;
17929 right: -5px;
17930 top: -8px;
17931 cursor: pointer;
17932 opacity: 0;
17933 visibility: hidden;
17934 transition: all 0.3s ease;
17935 }
17936 .wpfnl .mailmint-automation .selected-trigger .close-trigger svg {
17937 display: block;
17938 }
17939 .wpfnl .mailmint-automation .selected-trigger .trigger-title {
17940 border-radius: 100px;
17941 background: #7A8B9A;
17942 display: inline-block;
17943 color: #FFF;
17944 font-size: 13px;
17945 font-weight: 500;
17946 line-height: 1.2;
17947 padding: 13px 24px 11px;
17948 position: relative;
17949 }
17950 .wpfnl .mailmint-automation .selected-trigger .trigger-title:hover .close-trigger {
17951 opacity: 1;
17952 visibility: visible;
17953 }
17954 .wpfnl .mailmint-automation .selected-trigger .add-action {
17955 height: 62px;
17956 position: relative;
17957 background: #7A8B9A;
17958 width: 2px;
17959 margin: 0 auto;
17960 }
17961 .wpfnl .mailmint-automation .selected-trigger .add-action:before {
17962 content: "";
17963 position: absolute;
17964 left: -5px;
17965 top: -7px;
17966 width: 6px;
17967 height: 6px;
17968 background: #7A8B9A;
17969 border-radius: 50px;
17970 border: 3px solid #fff;
17971 box-shadow: 0 0 0 2px #7A8B9A;
17972 }
17973 .wpfnl .mailmint-automation .selected-trigger .add-action > button {
17974 background: #7A8B9A;
17975 box-shadow: 0px 0px 0 6px #f6f5fa;
17976 width: 24px;
17977 height: 24px;
17978 border: none;
17979 display: flex;
17980 align-items: center;
17981 justify-content: center;
17982 border-radius: 100%;
17983 cursor: pointer;
17984 z-index: 1;
17985 position: absolute;
17986 bottom: 0;
17987 left: 0;
17988 margin-left: -11px;
17989 }
17990 .wpfnl .mailmint-automation .selected-trigger .add-action > button path {
17991 stroke: #fff;
17992 }
17993 .wpfnl .add-new-action {
17994 position: absolute;
17995 left: 50%;
17996 bottom: -8px;
17997 transform: translateX(-50%);
17998 z-index: 2;
17999 }
18000 .wpfnl .add-new-action .add-new-action-btn {
18001 background: #7A8B9A;
18002 box-shadow: 0px 0px 0 6px #f6f5fa;
18003 width: 24px;
18004 height: 24px;
18005 border: none;
18006 position: relative;
18007 display: flex;
18008 align-items: center;
18009 justify-content: center;
18010 border-radius: 100%;
18011 cursor: pointer;
18012 z-index: 1;
18013 }
18014 .wpfnl .add-new-action .add-new-action-btn path {
18015 stroke: #fff;
18016 }
18017 .wpfnl .first-add-new-action {
18018 height: 49px;
18019 bottom: inherit;
18020 top: 100%;
18021 display: flex;
18022 flex-flow: column;
18023 align-items: center;
18024 justify-content: flex-end;
18025 }
18026 .wpfnl .first-add-new-action:before {
18027 content: "";
18028 position: absolute;
18029 left: 50%;
18030 top: 0;
18031 margin-left: -1px;
18032 width: 2px;
18033 height: 100%;
18034 background: #7A8B9A;
18035 }
18036 .wpfnl .first-add-new-action:after {
18037 content: "";
18038 position: absolute;
18039 left: 50%;
18040 top: -8px;
18041 transform: translateX(-50%);
18042 width: 8px;
18043 height: 8px;
18044 background: #FFFFFF;
18045 border: 2px solid #7A8B9A;
18046 border-radius: 50px;
18047 }
18048 .wpfnl .first-add-new-action.automation-added:before {
18049 display: none;
18050 }
18051 .wpfnl .mintmrm-automation-step-wrapper {
18052 position: absolute;
18053 left: 50%;
18054 transform: translateX(-50%);
18055 top: 100%;
18056 width: 100%;
18057 }
18058 .wpfnl .mintmrm-automation-step-wrapper .no-automation {
18059 font-size: 10px;
18060 font-weight: 500;
18061 line-height: 1;
18062 color: #363B4E;
18063 text-align: center;
18064 text-transform: capitalize;
18065 white-space: nowrap;
18066 background: #FFFFFF;
18067 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
18068 padding: 6px 12px;
18069 border-radius: 50px;
18070 margin-top: 58px;
18071 display: inline-block;
18072 width: auto;
18073 }
18074 .wpfnl .mintmrm-automation-step-wrapper.automation-running .no-automation {
18075 box-shadow: 0px 1px 2px 0px rgba(190, 190, 215, 0.14);
18076 color: #24C21A;
18077 }
18078
18079 .folded .wpfnl .mailmint-automation {
18080 width: calc(100% - 36px);
18081 }
18082
18083 @media only screen and (max-width: 782px) {
18084 .folded .wpfnl .mailmint-automation {
18085 width: 100%;
18086 top: 46px;
18087 }
18088 }
18089 .mailmint-automation .drawer-header {
18090 background: #ffffff;
18091 position: relative;
18092 box-shadow: 0px 1px 2px rgba(190, 190, 215, 0.14);
18093 padding: 16px 12px 16px 24px;
18094 gap: 10px;
18095 }
18096 .mailmint-automation .header-left {
18097 display: flex;
18098 align-items: center;
18099 gap: 14px;
18100 }
18101 .mailmint-automation .header-left .automation-title {
18102 color: #363B4E;
18103 font-size: 16px;
18104 font-weight: 500;
18105 line-height: 1;
18106 }
18107 .mailmint-automation .header-right {
18108 display: flex;
18109 align-items: center;
18110 gap: 14px;
18111 }
18112 .mailmint-automation .header-right .wpfnl-alert {
18113 display: block;
18114 }
18115 .mailmint-automation .header-right .btn-default {
18116 height: auto;
18117 line-height: 1;
18118 padding: 12px 16px 10px;
18119 min-width: auto;
18120 display: flex;
18121 align-items: center;
18122 gap: 9px;
18123 border-radius: 10px;
18124 }
18125 .mailmint-automation .header-right .btn-default.is-disabled {
18126 color: rgba(64, 64, 64, 0.4);
18127 cursor: not-allowed;
18128 background-color: rgba(183, 183, 183, 0.4);
18129 }
18130 .mailmint-automation .header-right .btn-default .wpfnl-loader {
18131 display: inline-block;
18132 margin-left: 0;
18133 }
18134 .mailmint-automation .header-right .more-options {
18135 line-height: 1;
18136 background: transparent;
18137 border: none;
18138 padding: 6px 9px;
18139 cursor: pointer;
18140 position: relative;
18141 }
18142 .mailmint-automation .header-right .more-options .options-dropdown {
18143 position: absolute;
18144 right: -10px;
18145 top: 50px;
18146 background: #FFFFFF;
18147 width: 148px;
18148 padding: 8px 9px;
18149 border-radius: 6px;
18150 border: 1px solid #EBEDF0;
18151 box-shadow: 0px 6px 8px 0px rgba(191, 191, 191, 0.1);
18152 opacity: 0;
18153 visibility: hidden;
18154 transition: all 0.3s ease;
18155 }
18156 .mailmint-automation .header-right .more-options .options-dropdown li {
18157 font-weight: 500;
18158 font-size: 14px;
18159 line-height: 1.14;
18160 color: #363B4E;
18161 display: flex;
18162 align-items: center;
18163 gap: 8px;
18164 padding: 8px;
18165 border-radius: 4px;
18166 cursor: pointer;
18167 transition: all 0.3s ease;
18168 }
18169 .mailmint-automation .header-right .more-options .options-dropdown li:hover {
18170 background: #F6F8FA;
18171 }
18172 .mailmint-automation .header-right .more-options .options-dropdown .wpfnl-loader {
18173 display: inline-block;
18174 }
18175 .mailmint-automation .header-right .more-options.show-dropdown .options-dropdown {
18176 top: 44px;
18177 opacity: 1;
18178 visibility: visible;
18179 }
18180
18181 .mailmint-automation .automation-single-step .automation-step-name {
18182 height: 100%;
18183 min-width: 150px;
18184 max-width: 245px;
18185 position: relative;
18186 background: #FFFFFF !important;
18187 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
18188 border: 1px solid transparent;
18189 display: inline-block;
18190 padding: 35px 24px 15px;
18191 border-radius: 8px;
18192 cursor: pointer;
18193 transition: all 0.3s ease;
18194 }
18195 .mailmint-automation .automation-single-step .selected.automation-step-name {
18196 border-color: #6E42D3;
18197 box-shadow: 0px 20px 20px 0px rgba(189, 193, 200, 0.2);
18198 }
18199 .mailmint-automation .automation-single-step .automation-step-name .action-icon {
18200 background: #FFFFFF;
18201 border: 6px solid #F6F8FA;
18202 border-radius: 100%;
18203 width: 58px;
18204 height: 58px;
18205 display: flex;
18206 align-items: center;
18207 justify-content: center;
18208 position: absolute;
18209 left: 50%;
18210 top: -28px;
18211 transform: translateX(-50%);
18212 }
18213 .mailmint-automation .automation-single-step .automation-step-name .action-title {
18214 display: block;
18215 font-weight: 500;
18216 text-align: center;
18217 font-size: 14px;
18218 line-height: 1.2;
18219 color: #363B4E;
18220 margin-top: 5px;
18221 }
18222 .mailmint-automation .automation-single-step {
18223 position: relative;
18224 padding: 55px 0 0;
18225 max-width: 570px;
18226 margin: 0 auto;
18227 }
18228 .mailmint-automation .automation-single-step:before {
18229 content: "";
18230 position: absolute;
18231 left: 50%;
18232 top: 0;
18233 margin-left: -1px;
18234 width: 2px;
18235 height: 100%;
18236 background: #7A8B9A;
18237 }
18238 .mailmint-automation .automation-single-step .action-subtitle span,
18239 .mailmint-automation .automation-single-step .action-subtitle {
18240 color: #A4A8B5;
18241 display: block;
18242 margin-top: 4px;
18243 font-size: 12px;
18244 }
18245 .mailmint-automation .automation-single-step .action-subtitle span .not-set,
18246 .mailmint-automation .automation-single-step .action-subtitle .not-set {
18247 color: #FF5155;
18248 }
18249 .mailmint-automation .automation-single-step .action-subtitle span .tag-list,
18250 .mailmint-automation .automation-single-step .action-subtitle .tag-list {
18251 display: flex;
18252 flex-flow: row wrap;
18253 align-items: center;
18254 justify-content: center;
18255 }
18256 .mailmint-automation .automation-single-step .action-subtitle span .tag-list span,
18257 .mailmint-automation .automation-single-step .action-subtitle .tag-list span {
18258 margin: 0;
18259 }
18260 .mailmint-automation .automation-single-step .automation-step-name.not-setup-yet .action-subtitle {
18261 color: #FF5155;
18262 }
18263 .mailmint-automation .automation-single-step.stopAutomation .automation-step-name:before {
18264 content: "";
18265 position: absolute;
18266 top: 100%;
18267 left: 0;
18268 width: 100%;
18269 height: 30px;
18270 background: #f6f5fa;
18271 z-index: 1;
18272 }
18273 .mailmint-automation .automation-single-step .add-action {
18274 height: 54px;
18275 position: relative;
18276 width: 2px;
18277 margin: 0 auto;
18278 }
18279 .mailmint-automation .automation-single-step .add-action > button {
18280 background: #7A8B9A;
18281 box-shadow: 0px 0px 0 6px #f6f5fa;
18282 width: 24px;
18283 height: 24px;
18284 border: none;
18285 display: flex;
18286 align-items: center;
18287 justify-content: center;
18288 border-radius: 100%;
18289 cursor: pointer;
18290 z-index: 1;
18291 position: absolute;
18292 bottom: 0;
18293 left: 0;
18294 margin-left: -11px;
18295 }
18296 .mailmint-automation .automation-single-step .add-action > button path {
18297 stroke: #fff;
18298 }
18299 .mailmint-automation .automation-single-step .delete-action {
18300 border: none;
18301 background: transparent;
18302 line-height: 1;
18303 position: absolute;
18304 top: -12px;
18305 right: -10px;
18306 cursor: pointer;
18307 opacity: 0;
18308 visibility: hidden;
18309 transition: all 0.3s ease;
18310 }
18311 .mailmint-automation .automation-single-step .delete-action svg {
18312 display: block;
18313 }
18314 .mailmint-automation .automation-single-step .automation-step-name:hover .delete-action {
18315 opacity: 1;
18316 visibility: visible;
18317 }
18318 .mailmint-automation .automation-single-step.sendMail .action-icon svg path {
18319 stroke: #7DC09B;
18320 fill: #7DC09B;
18321 }
18322 .mailmint-automation .automation-single-step.addTag .action-icon svg circle,
18323 .mailmint-automation .automation-single-step.addTag .action-icon svg path {
18324 stroke: #5FA2DB;
18325 }
18326 .mailmint-automation .automation-single-step.addList .action-icon svg path {
18327 stroke: #AB8BC5;
18328 }
18329 .mailmint-automation .automation-single-step.removeTag .action-icon svg circle,
18330 .mailmint-automation .automation-single-step.removeTag .action-icon svg path {
18331 stroke: #E8A758;
18332 }
18333 .mailmint-automation .automation-single-step.circle .action-icon svg path, .mailmint-automation .automation-single-step.removeList .action-icon svg path {
18334 stroke: #E8A758;
18335 }
18336 .mailmint-automation .automation-single-step.delay .action-icon svg path {
18337 fill: #E3B152;
18338 stroke: #E3B152;
18339 }
18340 .mailmint-automation .automation-single-step.sequence .action-icon svg path {
18341 fill: #5FA2DC;
18342 }
18343 .mailmint-automation .automation-single-step.condition > .automation-step-name > .action-icon svg path {
18344 stroke: #84c246;
18345 fill: #84c246;
18346 }
18347 .mailmint-automation .automation-single-step.createUser .action-icon svg path {
18348 fill: #6d79a2;
18349 stroke: #6d79a2;
18350 }
18351 .mailmint-automation .automation-single-step.stopAutomation .action-icon svg path {
18352 fill: #e7887f;
18353 stroke: #e7887f;
18354 }
18355 .mailmint-automation .automation-single-step.webHookOutgoing .action-icon svg path {
18356 fill: #7064dc;
18357 }
18358 .mailmint-automation .automation-exit {
18359 color: #363B4E;
18360 font-size: 14px;
18361 font-weight: 600;
18362 line-height: 1.3;
18363 display: flex;
18364 flex-flow: column;
18365 align-items: center;
18366 justify-content: center;
18367 gap: 11px;
18368 width: 50px;
18369 margin: 0 auto;
18370 }
18371 .mailmint-automation .automation-exit:before {
18372 content: "";
18373 height: 25px;
18374 width: 2px;
18375 background: #7a8b9a;
18376 }
18377 .mailmint-automation .logical-decision-box {
18378 align-items: flex-start;
18379 border: 2px solid #a7a8b3;
18380 border-radius: 20px;
18381 display: flex;
18382 flex-flow: row wrap;
18383 gap: 30px;
18384 justify-content: space-between;
18385 margin: 30px auto 0;
18386 max-width: 416px;
18387 padding: 15px 0;
18388 position: relative;
18389 z-index: 2;
18390 top: 50%;
18391 width: 100%;
18392 background: #f6f5fa;
18393 }
18394 .mailmint-automation .logical-decision-box .automation-single-step {
18395 padding-top: 28px;
18396 }
18397 .mailmint-automation .logical-decision-box .automation-single-step:before {
18398 display: none;
18399 }
18400 .mailmint-automation .logical-decision-box .logical-text {
18401 background-color: #239654;
18402 box-shadow: 0px 0 0 8px #f6f8fa;
18403 border-radius: 50px;
18404 color: #fff;
18405 font-size: 11px;
18406 font-weight: 700;
18407 right: 25%;
18408 transform: translate(50%, 0px);
18409 line-height: 1.09;
18410 padding: 4px 6px;
18411 position: absolute;
18412 top: -12px;
18413 width: 31px;
18414 }
18415 .mailmint-automation .logical-decision-box .logical-text.logical-no-text {
18416 background: #ec5956;
18417 left: 25%;
18418 transform: translate(-50%, 0);
18419 }
18420 .mailmint-automation .logical-decision-box .single-decision {
18421 width: calc(50% - 15px);
18422 }
18423 .mailmint-automation .logical-decision-box .single-decision.decision-no {
18424 transform: translateX(calc(-50% - 1px));
18425 }
18426 .mailmint-automation .logical-decision-box .single-decision.decision-yes {
18427 transform: translateX(calc(50% + 1px));
18428 }
18429 .mailmint-automation .logical-decision-box .add-action {
18430 height: 85px;
18431 }
18432 .mailmint-automation .logical-decision-box .add-action > button {
18433 bottom: 50%;
18434 transform: translateY(50%);
18435 }
18436 .mailmint-automation .logical-decision-box .stopAutomation .automation-step-name:before {
18437 display: none;
18438 }
18439 .mailmint-automation .logical-decision-box .no-separator {
18440 height: 50px;
18441 background: #f6f5fa;
18442 width: 100%;
18443 }
18444
18445 .mailmint-automation .mailmint-actions {
18446 position: absolute;
18447 left: 50%;
18448 transform: translateX(-50%);
18449 top: calc(100% + 5px);
18450 width: 626px;
18451 z-index: 99;
18452 background: #FFF;
18453 border: 1px solid #EDECF2;
18454 box-shadow: 0px 20px 20px rgba(190, 190, 215, 0.08);
18455 border-radius: 10px;
18456 padding: 13px 20px 20px;
18457 transition: all 0.3s ease;
18458 display: none;
18459 }
18460 .mailmint-automation .mailmint-actions .mailmint-actions-wrapper {
18461 display: flex;
18462 flex-flow: row wrap;
18463 gap: 14px;
18464 }
18465 .mailmint-automation .mailmint-actions .mailmint-actions-wrapper .actions-title {
18466 color: #9398A5;
18467 font-size: 14px;
18468 font-weight: 500;
18469 line-height: 1;
18470 text-align: left;
18471 border-bottom: 1px solid #DEE1E8;
18472 padding-bottom: 10px;
18473 margin-bottom: 6px;
18474 width: 100%;
18475 }
18476 .mailmint-automation .mailmint-actions .mailmint-single-action {
18477 background: #FFFFFF;
18478 border: 1px solid #E4E6EB;
18479 border-radius: 10px;
18480 display: flex;
18481 flex-flow: column;
18482 align-items: center;
18483 justify-content: center;
18484 text-align: center;
18485 width: calc(25% - 11px);
18486 padding: 10px;
18487 cursor: pointer;
18488 min-height: 88px;
18489 transition: all 0.3s ease;
18490 }
18491 .mailmint-automation .mailmint-actions .mailmint-single-action .icon {
18492 margin-bottom: 10px;
18493 }
18494 .mailmint-automation .mailmint-actions .mailmint-single-action .icon circle,
18495 .mailmint-automation .mailmint-actions .mailmint-single-action .icon path {
18496 transition: all 0.3s ease;
18497 }
18498 .mailmint-automation .mailmint-actions .mailmint-single-action .icon svg {
18499 display: block;
18500 }
18501 .mailmint-automation .mailmint-actions .mailmint-single-action .title {
18502 font-weight: 500;
18503 font-size: 14px;
18504 line-height: 1.28;
18505 text-align: center;
18506 letter-spacing: -0.01em;
18507 color: #2D3149;
18508 }
18509 .mailmint-automation .mailmint-actions .mailmint-single-action:hover {
18510 border-color: #6E42D3;
18511 box-shadow: 0px 20px 16px rgba(189, 193, 200, 0.2);
18512 }
18513 .mailmint-automation .mailmint-actions .mailmint-single-action:hover .title {
18514 color: #6E42D3;
18515 }
18516 .mailmint-automation .mailmint-actions .mailmint-single-action.stop-automation:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.create-contact:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.logical:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.delay:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.remove-list:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.add-list:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.send-mail:hover .icon path {
18517 fill: #6E42D3;
18518 stroke: #6E42D3;
18519 }
18520 .mailmint-automation .mailmint-actions .mailmint-single-action.webhook-outgoing:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.email-sequence:hover .icon path {
18521 fill: #6E42D3;
18522 }
18523 .mailmint-automation .mailmint-actions .mailmint-single-action.remove-tag:hover .icon path, .mailmint-automation .mailmint-actions .mailmint-single-action.add-tag:hover .icon path {
18524 fill: #6E42D3;
18525 stroke: #6E42D3;
18526 }
18527 .mailmint-automation .mailmint-actions .mailmint-single-action.remove-tag:hover .icon circle, .mailmint-automation .mailmint-actions .mailmint-single-action.add-tag:hover .icon circle {
18528 stroke: #6E42D3;
18529 }
18530 .mailmint-automation .show-actions .mailmint-actions {
18531 display: block;
18532 }
18533
18534 .mailmint-automation .steps-settings-sidebar .sidebar-header {
18535 display: flex;
18536 flex-flow: row wrap;
18537 justify-content: space-between;
18538 gap: 10px;
18539 padding: 0;
18540 border-bottom: 1px solid #EEF0F3;
18541 padding-bottom: 13px;
18542 }
18543 .mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title {
18544 display: flex;
18545 align-items: center;
18546 flex-flow: row wrap;
18547 width: calc(100% - 48px);
18548 }
18549 .mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 {
18550 color: #363B4E;
18551 font-size: 18px;
18552 font-weight: 500;
18553 display: flex;
18554 align-items: center;
18555 gap: 8px;
18556 }
18557 .mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 svg {
18558 width: 23px;
18559 height: 23px;
18560 }
18561 .mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title h4 path {
18562 fill: #363B4E;
18563 }
18564 .mailmint-automation .steps-settings-sidebar .sidebar-header .sidebar-title .short-desc {
18565 width: 100%;
18566 margin-top: 5px;
18567 color: #7A8B9A;
18568 font-size: 14px;
18569 line-height: 1.28;
18570 text-transform: none;
18571 }
18572 .mailmint-automation .steps-settings-sidebar .sidebar-header .close-sidebar {
18573 padding: 3px 7px;
18574 height: 38px;
18575 width: 38px;
18576 cursor: pointer;
18577 position: relative;
18578 border-radius: 10px;
18579 border: 1px solid #EBEDF0;
18580 display: flex;
18581 align-items: center;
18582 justify-content: center;
18583 background: transparent;
18584 }
18585 .mailmint-automation .steps-settings-sidebar .sidebar-header .close-sidebar path {
18586 stroke-width: 2px;
18587 }
18588 .mailmint-automation .steps-settings-sidebar .sidebar-body {
18589 padding-top: 20px;
18590 }
18591 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group {
18592 margin-bottom: 21px;
18593 }
18594 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group:last-child {
18595 margin-bottom: 0;
18596 }
18597 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group > label {
18598 font-size: 15px;
18599 color: #363B4E;
18600 font-weight: 500;
18601 letter-spacing: -0.01em;
18602 display: flex;
18603 align-items: center;
18604 gap: 4px;
18605 margin-bottom: 8px;
18606 }
18607 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select,
18608 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number],
18609 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text],
18610 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email] {
18611 border: 1px solid #EEF0F3;
18612 padding: 7px 15px;
18613 height: auto;
18614 }
18615 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea,
18616 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select,
18617 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number],
18618 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text],
18619 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email] {
18620 color: #363B4E;
18621 }
18622 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-webkit-autofill,
18623 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-webkit-autofill,
18624 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-webkit-autofill,
18625 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-webkit-autofill,
18626 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-webkit-autofill {
18627 -webkit-box-shadow: 0 0 0 30px #ffffff inset;
18628 box-shadow: 0 0 0 30px #ffffff inset;
18629 -webkit-text-fill-color: #363B4E !important;
18630 }
18631 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea::-webkit-input-placeholder,
18632 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select::-webkit-input-placeholder,
18633 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]::-webkit-input-placeholder,
18634 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]::-webkit-input-placeholder,
18635 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]::-webkit-input-placeholder {
18636 color: #A7A8B3;
18637 }
18638 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea::-moz-placeholder,
18639 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select::-moz-placeholder,
18640 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]::-moz-placeholder,
18641 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]::-moz-placeholder,
18642 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]::-moz-placeholder {
18643 color: #A7A8B3;
18644 }
18645 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-ms-input-placeholder,
18646 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-ms-input-placeholder,
18647 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-ms-input-placeholder,
18648 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-ms-input-placeholder,
18649 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-ms-input-placeholder {
18650 color: #A7A8B3;
18651 }
18652 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group textarea:-moz-placeholder,
18653 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select:-moz-placeholder,
18654 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=number]:-moz-placeholder,
18655 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=text]:-moz-placeholder,
18656 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group input[type=email]:-moz-placeholder {
18657 color: #A7A8B3;
18658 }
18659 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select {
18660 color: #A7A8B3;
18661 padding-right: 38px;
18662 -webkit-appearance: none;
18663 appearance: none;
18664 background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiNBN0E4QjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==);
18665 background-repeat: no-repeat;
18666 background-position-x: calc(100% - 15px);
18667 background-position-y: 16px;
18668 background-size: 12px 12px;
18669 }
18670 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select.value-selected {
18671 color: #363B4E;
18672 }
18673 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select option {
18674 color: #A7A8B3;
18675 }
18676 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input {
18677 display: flex;
18678 flex-flow: row wrap;
18679 gap: 15px;
18680 }
18681 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input .single-input {
18682 width: calc(50% - 8px);
18683 }
18684 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input select,
18685 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .inline-input input[type=number] {
18686 min-width: auto;
18687 }
18688 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip {
18689 position: relative;
18690 }
18691 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip .mintmrm-tooltip {
18692 position: unset;
18693 margin-left: 4px;
18694 transform: translateY(2px);
18695 }
18696 .mailmint-automation .steps-settings-sidebar .steps-settings .form-group .has-tooltip .mintmrm-tooltip p {
18697 left: 0;
18698 }
18699 .mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link {
18700 display: flex;
18701 align-items: center;
18702 justify-content: space-between;
18703 }
18704 .mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link a {
18705 font-weight: 500;
18706 font-size: 14px;
18707 line-height: 1;
18708 letter-spacing: -0.01em;
18709 color: #6E42D3;
18710 text-decoration: underline;
18711 }
18712 .mailmint-automation .steps-settings-sidebar .steps-settings .inline-with-link a:hover {
18713 text-decoration: none;
18714 }
18715 .mailmint-automation .steps-settings-sidebar .add-template-section {
18716 border: 1px solid #E4E6EB;
18717 border-radius: 6px;
18718 padding: 24px 24px 22px;
18719 }
18720 .mailmint-automation .steps-settings-sidebar .add-template-section .add-template {
18721 display: flex;
18722 flex-flow: column;
18723 align-items: center;
18724 justify-content: center;
18725 width: 160px;
18726 margin: 0 auto;
18727 cursor: pointer;
18728 }
18729 .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span {
18730 font-weight: 600;
18731 font-size: 15px;
18732 line-height: 1.3;
18733 letter-spacing: -0.01em;
18734 text-decoration-line: underline;
18735 color: #6E42D3;
18736 display: block;
18737 margin-top: 12px;
18738 }
18739 .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg {
18740 position: relative;
18741 top: 3px;
18742 margin-left: 8px;
18743 }
18744 .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg path {
18745 stroke: #6E42D3;
18746 }
18747 .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span.edit-mood svg {
18748 margin-right: 8px;
18749 margin-left: 0;
18750 }
18751 .mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item {
18752 background: none;
18753 color: #6E42D3;
18754 font-size: 14px;
18755 line-height: 1;
18756 font-weight: 600;
18757 letter-spacing: -0.01em;
18758 text-decoration-line: underline;
18759 text-transform: capitalize;
18760 border: none;
18761 cursor: pointer;
18762 display: flex;
18763 align-items: center;
18764 gap: 6px;
18765 padding-left: 7px;
18766 margin-bottom: 2px;
18767 }
18768 .mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item .wpfnl-loader {
18769 display: block;
18770 }
18771 .mailmint-automation .steps-settings-sidebar .wpfnl-mint-automation-add-item svg path {
18772 stroke: #6E42D3;
18773 }
18774 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater {
18775 border: 1px solid #e4e6eb;
18776 border-radius: 6px;
18777 margin-bottom: 16px;
18778 padding: 10px 15px 15px;
18779 width: 100%;
18780 }
18781 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater > hr {
18782 left: -15px;
18783 margin: 15px 0;
18784 position: relative;
18785 width: calc(100% + 30px);
18786 display: block;
18787 border-top: 1px solid #e4e6eb;
18788 border-bottom: 0;
18789 }
18790 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater .btn-default {
18791 min-width: auto;
18792 padding: 0 20px;
18793 }
18794 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .repeater-wrapper {
18795 align-items: flex-start;
18796 display: flex;
18797 gap: 5px;
18798 margin-bottom: 10px;
18799 }
18800 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item {
18801 width: calc(50% - 23px);
18802 }
18803 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item > label {
18804 margin-bottom: 6px;
18805 display: block;
18806 font-size: 13px;
18807 }
18808 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .single-repeater-item input[type=text] {
18809 min-width: auto;
18810 color: #A7A8B3;
18811 font-size: 13px;
18812 }
18813 .mailmint-automation .steps-settings-sidebar .webhook-outgoing .trash-btn {
18814 align-items: center;
18815 background: transparent;
18816 border: 1px solid #e4e6eb;
18817 border-radius: 5px;
18818 display: flex;
18819 height: 36px;
18820 justify-content: center;
18821 position: relative;
18822 top: 22px;
18823 width: 36px;
18824 cursor: pointer;
18825 }
18826 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper {
18827 position: relative;
18828 background: #f6f8fa;
18829 border-radius: 10px;
18830 padding: 20px 24px;
18831 }
18832 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper:first-child::before {
18833 display: none;
18834 }
18835 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper::before {
18836 content: "Or";
18837 position: absolute;
18838 z-index: 1;
18839 font-weight: 600;
18840 font-size: 16px;
18841 line-height: 1;
18842 letter-spacing: -0.01em;
18843 color: #2D3149;
18844 top: -25px;
18845 left: 0;
18846 }
18847 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules {
18848 display: flex;
18849 flex-flow: row wrap;
18850 gap: 12px;
18851 padding-bottom: 20px;
18852 position: relative;
18853 }
18854 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions {
18855 position: relative;
18856 }
18857 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
18858 content: "";
18859 width: 30px;
18860 height: 1px;
18861 background: #E2E6F2;
18862 position: absolute;
18863 right: -30px;
18864 top: 50%;
18865 transform: translateY(-50%);
18866 }
18867 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions > button {
18868 width: 38px;
18869 height: 38px;
18870 background: #ffffff;
18871 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
18872 border-radius: 6px;
18873 display: flex;
18874 flex-flow: column;
18875 align-items: center;
18876 justify-content: center;
18877 border: none;
18878 cursor: pointer;
18879 }
18880 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition svg {
18881 display: block;
18882 }
18883 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition path {
18884 fill: #A7A8B3;
18885 }
18886 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is {
18887 width: 114px;
18888 }
18889 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is .wpfnl-selectbox .selectable-options {
18890 width: calc(100% + 124px);
18891 }
18892 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is .selected-option {
18893 overflow: hidden;
18894 white-space: nowrap;
18895 text-overflow: ellipsis;
18896 }
18897 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-1 {
18898 width: 170px;
18899 }
18900 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 {
18901 width: 205px;
18902 }
18903 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 .wpfnl-custom-selectbox select {
18904 padding: 5px 15px;
18905 }
18906 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-1,
18907 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-is,
18908 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-2 {
18909 position: relative;
18910 }
18911 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
18912 content: "";
18913 position: absolute;
18914 right: 8px;
18915 bottom: calc(50% + 10px);
18916 width: 1px;
18917 height: 100%;
18918 background: #E2E6F2;
18919 z-index: 0;
18920 }
18921 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child::before {
18922 display: none;
18923 }
18924 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
18925 position: absolute;
18926 top: -50%;
18927 right: -4px;
18928 transform: translateY(50%);
18929 }
18930 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol > span {
18931 width: 22px;
18932 height: 22px;
18933 border: 1px solid #E2E6F2;
18934 color: #573BFF;
18935 border-radius: 100%;
18936 font-size: 12px;
18937 font-weight: 500;
18938 display: block;
18939 padding: 2px 2px;
18940 text-align: center;
18941 background-color: #F6F8FA;
18942 }
18943 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child .condition-symbol {
18944 display: none;
18945 }
18946 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selectable-options {
18947 overflow: visible;
18948 display: none;
18949 }
18950 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selectable-options li {
18951 position: relative;
18952 line-height: 1.3;
18953 padding: 9px 12px 7px;
18954 }
18955 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .selected-option:before {
18956 transition: all 0.3s ease;
18957 }
18958 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox.show-options > .selectable-options {
18959 display: block;
18960 }
18961 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox.show-options .selected-option:before {
18962 transform: translateY(-50%) rotate(-180deg);
18963 }
18964 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .submenu {
18965 position: absolute;
18966 left: 100%;
18967 top: 0;
18968 width: 160px;
18969 border-radius: 6px;
18970 border: 1px solid #EBEDF0;
18971 background: #FFF;
18972 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
18973 padding: 8px;
18974 display: none;
18975 }
18976 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox li.show-options .submenu {
18977 display: block;
18978 }
18979 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .angle-right {
18980 position: absolute;
18981 right: 9px;
18982 top: 12px;
18983 line-height: 1;
18984 width: 11px;
18985 height: 11px;
18986 background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill=%27none%27 viewBox=%270 0 12 7%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%23A7A8B3%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.8%27 d=%27M11 1 6 6 1 1%27/%3E%3C/svg%3E");
18987 background-repeat: no-repeat;
18988 background-position: center;
18989 background-size: contain;
18990 transform: rotate(-90deg);
18991 }
18992 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules input.input-value {
18993 line-height: 1;
18994 padding: 10px 15px;
18995 min-width: auto;
18996 }
18997 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-selected-value {
18998 width: 100%;
18999 padding: 8px 33px 7px 12px;
19000 background-color: #fff;
19001 display: flex;
19002 gap: 2px;
19003 align-items: center;
19004 min-height: 38px;
19005 }
19006 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-selected-value:before {
19007 content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==");
19008 width: 10px;
19009 }
19010 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .selectbox-search input[type=search] {
19011 min-width: 100%;
19012 }
19013 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .wpfnl-selected-item {
19014 white-space: nowrap;
19015 overflow: hidden;
19016 width: 101px;
19017 text-overflow: ellipsis;
19018 margin: 0;
19019 }
19020 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-custom-selectbox .more-items {
19021 width: 25px;
19022 line-height: 1;
19023 display: block;
19024 }
19025 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition {
19026 display: flex;
19027 align-items: center;
19028 gap: 5px;
19029 font-weight: 500;
19030 font-size: 15px;
19031 line-height: 1.12;
19032 color: #6E42D3;
19033 background: transparent;
19034 border: none;
19035 cursor: pointer;
19036 }
19037 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition svg {
19038 width: 12px;
19039 height: 12px;
19040 }
19041 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition path {
19042 stroke: #6E42D3;
19043 }
19044 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__input {
19045 font-size: 14px;
19046 padding: 11px 30px 9px 32px;
19047 border: 1px solid #EEF0F3;
19048 color: #363B4E;
19049 line-height: 1;
19050 border-radius: 6px;
19051 }
19052 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__arrow_top {
19053 display: none;
19054 }
19055 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu {
19056 border-radius: 10px;
19057 border: 1px solid #F1F0F5;
19058 background: #FFF;
19059 box-shadow: 0px 18px 22px 0px rgba(73, 59, 104, 0.1);
19060 width: 277px;
19061 }
19062 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row {
19063 width: calc(100% - 50px) !important;
19064 margin-left: auto;
19065 }
19066 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_buttons {
19067 gap: 7px;
19068 }
19069 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_button {
19070 padding: 3px 8px;
19071 height: auto;
19072 margin: 0;
19073 }
19074 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_select {
19075 background-color: #6E42D3;
19076 color: #fff;
19077 }
19078 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu > .dp__action_row .dp__action_cancel {
19079 border: 1px solid var(--dp-border-color);
19080 }
19081 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__menu_inner {
19082 padding: 10px;
19083 }
19084 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_row {
19085 border-radius: 8px;
19086 gap: 6px;
19087 margin-bottom: 6px;
19088 }
19089 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__calendar_header_item {
19090 color: #9398A5;
19091 }
19092 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__calendar_header_separator {
19093 background: #F1F0F5;
19094 margin-bottom: 15px;
19095 }
19096 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp--arrow-btn-nav {
19097 border-radius: 8px;
19098 border: 1px solid #F1F0F5;
19099 height: 35px;
19100 }
19101 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp--arrow-btn-nav svg {
19102 width: 17px;
19103 height: 17px;
19104 }
19105 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__inner_nav {
19106 border-radius: 8px;
19107 background: transparent;
19108 }
19109 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_wrap {
19110 gap: 6px;
19111 }
19112 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__month_year_wrap .dp__btn {
19113 background: #fff;
19114 border-radius: 8px;
19115 border: 1px solid #F1F0F5;
19116 }
19117 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_inner {
19118 color: #2D3149;
19119 font-weight: 500;
19120 border-radius: 50%;
19121 }
19122 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_offset {
19123 color: #a6a7a9;
19124 }
19125 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_disabled,
19126 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__cell_offset.dp__cell_disabled {
19127 color: #D0D5DD;
19128 }
19129 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__active_date {
19130 background: #6E42D3;
19131 border-radius: 50%;
19132 color: #fff;
19133 border: none;
19134 }
19135 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__today {
19136 border: none;
19137 }
19138 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__instance_calendar button[aria-label="Open time picker"] {
19139 position: absolute;
19140 left: 5px;
19141 bottom: -40px;
19142 width: auto;
19143 background: transparent;
19144 z-index: 1;
19145 }
19146 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__overlay button[aria-label="Close time Picker"] {
19147 position: absolute;
19148 left: 5px;
19149 bottom: -40px;
19150 width: auto;
19151 background: white;
19152 z-index: 1;
19153 }
19154 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__overlay_cell_active {
19155 color: #fff;
19156 }
19157 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__selection_preview {
19158 display: none;
19159 }
19160 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__time_display {
19161 font-weight: 500;
19162 padding: 10px 5px;
19163 }
19164 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__inc_dec_button_inline {
19165 width: 15px;
19166 height: 15px;
19167 position: relative;
19168 background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM3QThCOUEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDFsNCA0IDQtNCIvPjwvc3ZnPg==);
19169 background-repeat: no-repeat;
19170 background-size: 15px 15px;
19171 background-position: center;
19172 left: -1px;
19173 }
19174 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__inc_dec_button_inline .dp__tp_inline_btn_bar {
19175 display: none;
19176 }
19177 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__time_input .dp__time_col .dp__tp_inline_btn_top {
19178 transform: rotate(-180deg);
19179 }
19180 .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__pm_am_button {
19181 font-size: 13px;
19182 padding: 5px;
19183 background: #f1f1f1;
19184 border: 1px solid var(--dp-border-color);
19185 color: #333;
19186 width: 32px;
19187 }
19188
19189 @media only screen and (max-width: 1399px) {
19190 .wpfnl .mailmint-automation .condition .automation-steps-wrapper {
19191 width: calc(100% - 484px);
19192 }
19193 .wpfnl .mailmint-automation .condition .steps-settings-sidebar {
19194 width: 460px;
19195 }
19196 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper {
19197 background: transparent;
19198 border-radius: 0;
19199 padding: 0;
19200 }
19201 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules {
19202 flex-flow: column;
19203 background: #f6f8fa;
19204 margin-top: 40px;
19205 padding: 15px;
19206 border-radius: 10px;
19207 }
19208 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:first-child {
19209 margin-top: 0;
19210 }
19211 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules {
19212 width: 100%;
19213 }
19214 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox {
19215 max-width: 100%;
19216 }
19217 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions {
19218 position: absolute;
19219 right: -12px;
19220 top: -13px;
19221 }
19222 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions > button {
19223 width: 30px;
19224 height: 30px;
19225 box-shadow: 0px 1px 6px rgba(182, 185, 191, 0.33);
19226 border-radius: 100%;
19227 }
19228 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
19229 display: none;
19230 }
19231 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition svg {
19232 display: block;
19233 width: 15px;
19234 height: 15px;
19235 }
19236 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions .delete-condition path {
19237 fill: #ec5956;
19238 }
19239 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
19240 display: none;
19241 }
19242 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
19243 position: absolute;
19244 top: 0;
19245 right: 50%;
19246 transform: translate(11px, -31px);
19247 }
19248 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol:before {
19249 content: "";
19250 position: absolute;
19251 left: 10px;
19252 top: -10px;
19253 height: calc(100% + 20px);
19254 width: 1px;
19255 background: #E2E6F2;
19256 z-index: -1;
19257 }
19258 .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .add-and-condition {
19259 margin-top: 14px;
19260 }
19261 }
19262 @media only screen and (max-width: 1199px) {
19263 .wpfnl .mailmint-automation .condition .steps-settings-sidebar,
19264 .wpfnl .mailmint-automation .steps-settings-sidebar {
19265 width: 380px;
19266 padding: 14px 15px;
19267 }
19268 .wpfnl .mailmint-automation .has-sidebar .automation-steps-wrapper {
19269 width: calc(100% - 404px);
19270 }
19271 .mailmint-automation .logical-decision-box {
19272 max-width: 345px;
19273 }
19274 }
19275 .wpfnl-mrm-email-template__wrapper {
19276 position: fixed;
19277 top: 32px;
19278 right: 0;
19279 background: rgba(0, 0, 0, 0.3215686275);
19280 z-index: 999;
19281 width: calc(100% - 160px);
19282 height: 100%;
19283 display: flex;
19284 flex-flow: column;
19285 align-items: center;
19286 justify-content: center;
19287 }
19288 .wpfnl-mrm-email-template__wrapper .modal-loader {
19289 position: absolute;
19290 left: 0;
19291 top: 0;
19292 width: 100%;
19293 height: 100%;
19294 background: #f6f8fa;
19295 border-radius: 10px;
19296 z-index: 11;
19297 display: flex;
19298 flex-flow: column;
19299 align-items: center;
19300 justify-content: center;
19301 }
19302 .wpfnl-mrm-email-template__wrapper .modal-loader .wpfnl-loader {
19303 display: block;
19304 width: 40px;
19305 height: 40px;
19306 }
19307
19308 .folded .wpfnl-mrm-email-template__wrapper {
19309 width: calc(100% - 36px);
19310 }
19311
19312 .wpfnl-mrm-email-builder__modal {
19313 width: 100%;
19314 height: 100%;
19315 background: #fff;
19316 }
19317
19318 .wpfnl-mrm-email-template__modal {
19319 padding: 40px;
19320 width: 100%;
19321 height: 100%;
19322 max-height: 905px;
19323 }
19324 .wpfnl-mrm-email-template__modal .wpfnl-mrm-email-template__inner {
19325 position: relative;
19326 height: 100%;
19327 width: 100%;
19328 max-width: 1365px;
19329 margin: 0 auto;
19330 }
19331 .wpfnl-mrm-email-template__modal .template-modal-overflow {
19332 background: #f6f8fa;
19333 border-radius: 10px;
19334 position: relative;
19335 padding: 40px 80px;
19336 height: 100%;
19337 width: 100%;
19338 margin: 0 auto;
19339 overflow: auto;
19340 }
19341 .wpfnl-mrm-email-template__modal .template-modal-header {
19342 display: flex;
19343 flex-flow: row wrap;
19344 justify-content: space-between;
19345 align-items: center;
19346 }
19347 .wpfnl-mrm-email-template__modal .template-modal-header .modal-title {
19348 font-weight: 600;
19349 font-size: 20px;
19350 line-height: 1.2;
19351 color: #2d3149;
19352 }
19353 .wpfnl-mrm-email-template__modal .template-modal-header .template-filter {
19354 display: flex;
19355 align-items: center;
19356 gap: 28px;
19357 }
19358 .wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item {
19359 font-weight: 400;
19360 font-size: 15px;
19361 color: #9398a5;
19362 cursor: pointer;
19363 padding: 4px 0;
19364 transition: all 0.3s ease;
19365 position: relative;
19366 background: transparent;
19367 border: none;
19368 line-height: 1;
19369 }
19370 .wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item:before {
19371 content: "";
19372 position: absolute;
19373 bottom: 0;
19374 left: 0;
19375 width: 100%;
19376 height: 2px;
19377 background: #6E42D3;
19378 visibility: hidden;
19379 opacity: 0;
19380 transition: all 0.3s ease;
19381 }
19382 .wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item.active {
19383 color: #6E42D3;
19384 }
19385 .wpfnl-mrm-email-template__modal .template-modal-header .template-filter .filter-item.active:before {
19386 opacity: 1;
19387 visibility: visible;
19388 }
19389 .wpfnl-mrm-email-template__modal .cross-icon {
19390 position: absolute;
19391 right: -20px;
19392 top: -20px;
19393 background: #ffffff;
19394 box-shadow: 0px 1px 1px #dadada;
19395 border-radius: 100px;
19396 width: 46px;
19397 height: 46px;
19398 display: flex;
19399 align-items: center;
19400 justify-content: center;
19401 cursor: pointer;
19402 z-index: 12;
19403 }
19404 .wpfnl-mrm-email-template__modal .mintmrm-template-wrapper {
19405 position: relative;
19406 display: flex;
19407 flex-flow: row wrap;
19408 margin-left: -40px;
19409 }
19410 .wpfnl-mrm-email-template__modal .mintmrm-single-template {
19411 width: calc(25% - 40px);
19412 margin-left: 40px;
19413 margin-top: 40px;
19414 position: relative;
19415 }
19416 .wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .mintmrm-single-remote-template {
19417 border-radius: 10px;
19418 cursor: default;
19419 }
19420 .wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .mintmrm-single-remote-template .template-image-wrapper {
19421 background-color: #fff;
19422 border-radius: 10px;
19423 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23A1A1B6FF' stroke-width='4' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
19424 }
19425 .wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .template-info .title {
19426 opacity: 0;
19427 visibility: hidden;
19428 }
19429 .wpfnl-mrm-email-template__modal .mintmrm-single-template.create-from-scratch .btn-default {
19430 position: absolute;
19431 top: 50%;
19432 left: 50%;
19433 transform: translate(-50%, -50%);
19434 width: 175px;
19435 box-shadow: 0px 10px 16px rgba(189, 193, 200, 0.5019607843);
19436 font-size: 15px;
19437 padding: 12px 15px;
19438 border: none;
19439 z-index: 9;
19440 height: auto;
19441 line-height: 1;
19442 }
19443 .wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon {
19444 width: calc(75% - 40px);
19445 }
19446 .wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon .coming-soon-inner {
19447 width: 100%;
19448 height: calc(100% - 35px);
19449 min-height: 120px;
19450 background: #fff;
19451 text-align: center;
19452 border-radius: 10px;
19453 display: flex;
19454 flex-flow: column;
19455 align-items: center;
19456 justify-content: center;
19457 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3);
19458 }
19459 .wpfnl-mrm-email-template__modal .mintmrm-single-template.coming-soon h2 {
19460 width: 100%;
19461 text-align: center;
19462 z-index: 2;
19463 font-size: 16px;
19464 font-weight: 600;
19465 color: #2d3149;
19466 cursor: text;
19467 }
19468 .wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmrm-single-remote-wrapper {
19469 position: relative;
19470 }
19471 .wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmail-delete-email-template {
19472 border: none;
19473 padding: 5px;
19474 margin-top: 10px;
19475 background: transparent;
19476 color: #d63638;
19477 text-decoration: underline;
19478 }
19479 .wpfnl-mrm-email-template__modal .mintmrm-single-template .mintmrm-single-remote-template {
19480 position: relative;
19481 }
19482 .wpfnl-mrm-email-template__modal .mintmrm-single-template .template-image-wrapper {
19483 background-repeat: no-repeat;
19484 background-size: 100% auto;
19485 background-position: center center;
19486 border-radius: 10px;
19487 position: relative;
19488 overflow: hidden;
19489 }
19490 .wpfnl-mrm-email-template__modal .mintmrm-single-template .template-image-wrapper:before {
19491 content: "";
19492 display: block;
19493 padding-top: calc(100% + 20px);
19494 }
19495 .wpfnl-mrm-email-template__modal .mintmrm-single-template .hoverlay {
19496 background: rgba(255, 255, 255, 0.85);
19497 border-radius: 6px;
19498 position: absolute;
19499 top: 0;
19500 left: 0;
19501 width: 100%;
19502 height: 100%;
19503 z-index: 9;
19504 padding: 0 15px;
19505 display: flex;
19506 flex-flow: column;
19507 align-items: center;
19508 justify-content: center;
19509 opacity: 0;
19510 visibility: hidden;
19511 transition: all 0.3s ease;
19512 }
19513 .wpfnl-mrm-email-template__modal .mintmrm-single-template .hoverlay .mintmrm-btn {
19514 padding: 11px 18px;
19515 }
19516 .wpfnl-mrm-email-template__modal .mintmrm-single-template.importing .hoverlay, .wpfnl-mrm-email-template__modal .mintmrm-single-template:hover .hoverlay {
19517 opacity: 1;
19518 visibility: visible;
19519 }
19520 .wpfnl-mrm-email-template__modal .mintmrm-single-template .template-img {
19521 width: 100%;
19522 height: 350px;
19523 border-radius: 10px 10px 0 0;
19524 object-fit: contain;
19525 }
19526 .wpfnl-mrm-email-template__modal .mintmrm-single-template .template-info {
19527 margin-top: 16px;
19528 }
19529 .wpfnl-mrm-email-template__modal .mintmrm-single-template .template-info .title {
19530 margin-bottom: 0;
19531 text-align: center;
19532 display: block;
19533 color: #2d3149;
19534 font-weight: 600;
19535 font-size: 18px;
19536 line-height: 1;
19537 letter-spacing: -0.01em;
19538 transition: all 0.3s ease;
19539 }
19540
19541 .mintmrm-delete-alert-wrapper {
19542 position: fixed;
19543 top: 0;
19544 right: 0;
19545 padding: 15px;
19546 width: calc(100% - 160px);
19547 height: 100%;
19548 background: rgba(16, 5, 46, 0.3);
19549 z-index: 999;
19550 display: none;
19551 flex-flow: row wrap;
19552 align-items: center;
19553 justify-content: center;
19554 }
19555 .mintmrm-delete-alert-wrapper.show-modal {
19556 display: flex;
19557 }
19558
19559 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation {
19560 background: #ffffff;
19561 border-radius: 10px;
19562 width: 100%;
19563 max-width: 514px;
19564 animation: mintmrm-bounce 0.3s;
19565 }
19566
19567 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header {
19568 border-radius: 10px 10px 0 0;
19569 justify-content: space-between;
19570 padding: 24px;
19571 position: relative;
19572 }
19573
19574 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header h3 {
19575 font-weight: 600;
19576 font-size: 18px;
19577 line-height: 1.11;
19578 }
19579
19580 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .delete-title {
19581 display: flex;
19582 align-items: center;
19583 gap: 8px;
19584 }
19585
19586 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .delete-title svg path {
19587 fill: #ec5956;
19588 }
19589
19590 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header p {
19591 margin-top: 14px;
19592 font-weight: 400;
19593 font-size: 14px;
19594 line-height: 1.21;
19595 color: #9398a5;
19596 }
19597
19598 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon {
19599 height: 40px;
19600 width: 40px;
19601 background: #ffffff;
19602 box-shadow: 0px 1px 1px #dadada;
19603 border-radius: 100px;
19604 display: flex;
19605 justify-content: center;
19606 align-items: center;
19607 position: absolute;
19608 cursor: pointer;
19609 top: -12px;
19610 right: -12px;
19611 }
19612
19613 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon svg path {
19614 fill: #686f7f;
19615 }
19616
19617 .mintmrm-delete-alert-wrapper .icon {
19618 width: 50px;
19619 height: 50px;
19620 border: 2px solid #e65555;
19621 display: flex;
19622 align-items: center;
19623 justify-content: center;
19624 }
19625
19626 .mintmrm-delete-alert-wrapper .icon svg {
19627 width: 18px;
19628 height: 18px;
19629 }
19630
19631 .mintmrm-delete-alert-wrapper .icon svg path {
19632 stroke: #e65555;
19633 }
19634
19635 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn {
19636 display: flex;
19637 flex-flow: row;
19638 align-items: center;
19639 justify-content: flex-end;
19640 padding: 20px;
19641 border-top: 1px solid #E9EAEE;
19642 }
19643
19644 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li {
19645 margin: 0 6px;
19646 }
19647
19648 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li:last-child {
19649 margin-right: 0;
19650 }
19651
19652 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li .cancel {
19653 background-color: transparent;
19654 border: 1px solid #e4e6eb;
19655 color: #2d3149;
19656 }
19657
19658 .mintmrm-delete-alert-wrapper .mintmrm-delete-confirm-btn li .cancel:hover {
19659 background-color: rgba(0, 0, 0, 0.031372549);
19660 }
19661
19662 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation {
19663 max-width: 530px;
19664 }
19665
19666 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header {
19667 background-color: transparent;
19668 border-bottom-color: #ebedf0;
19669 position: relative;
19670 padding: 25px 30px 25px 30px;
19671 }
19672
19673 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-header .cross-icon {
19674 height: 46px;
19675 width: 46px;
19676 box-shadow: 0px 1px 1px #dadada;
19677 border-radius: 100px;
19678 border: none;
19679 position: absolute;
19680 right: -14px;
19681 top: -15px;
19682 }
19683
19684 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body {
19685 display: block;
19686 padding: 5px 30px 30px;
19687 }
19688
19689 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body .form-group label {
19690 margin-bottom: 7px;
19691 color: #2d3149;
19692 font-weight: 600;
19693 }
19694
19695 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .delete-confirmation-body .form-group input[type=email] {
19696 font-size: 14px;
19697 min-height: 48px;
19698 color: #6a707c;
19699 border-color: #E9EAEE;
19700 width: 100%;
19701 }
19702
19703 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn li {
19704 margin: 0;
19705 }
19706
19707 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-btn {
19708 display: inline-block;
19709 border: none;
19710 height: 38px;
19711 font-size: 14px;
19712 line-height: 38px;
19713 color: #fff;
19714 font-weight: 500;
19715 padding: 0 30px;
19716 min-width: 130px;
19717 cursor: pointer;
19718 text-align: center;
19719 letter-spacing: 0.2px;
19720 border-radius: 10px;
19721 text-transform: capitalize;
19722 background-color: #6E42D3;
19723 border: 1px solid transparent;
19724 }
19725
19726 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-btn.outline {
19727 border-color: #6E42D3;
19728 color: #6E42D3;
19729 background-color: transparent;
19730 }
19731
19732 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .cancel {
19733 margin-right: 14px;
19734 }
19735
19736 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .alert-message p {
19737 color: #09af09;
19738 margin-right: 10px;
19739 font-size: 14px;
19740 font-weight: 500;
19741 }
19742
19743 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .alert-message.mintmrm-error p {
19744 color: #eb1010;
19745 }
19746
19747 .mrm-email-editor .mintmrm-delete-alert-wrapper .mintmrm-delete-confirmation .mintmrm-delete-confirm-btn .mintmrm-loader {
19748 display: inline-block;
19749 position: relative;
19750 top: 2px;
19751 }
19752
19753 .mintmrm-loader {
19754 border: 2px solid #8265c5;
19755 border-radius: 50%;
19756 border-top: 2px solid #fff;
19757 width: 13px;
19758 height: 13px;
19759 animation: spin 0.7s linear infinite;
19760 display: inline-block;
19761 margin-left: 4px;
19762 }
19763
19764 .mintmrm-loader.show {
19765 display: block;
19766 }
19767
19768 @-webkit-keyframes spin {
19769 0% {
19770 -webkit-transform: rotate(0deg);
19771 }
19772 100% {
19773 -webkit-transform: rotate(360deg);
19774 }
19775 }
19776 @keyframes spin {
19777 0% {
19778 transform: rotate(0deg);
19779 }
19780 100% {
19781 transform: rotate(360deg);
19782 }
19783 }
19784 .folded .mintmrm-delete-alert-wrapper {
19785 width: calc(100% - 36px);
19786 }
19787
19788 .wpfnl-order-bump__template .template-preview-wrapper .description p {
19789 margin-bottom: 10px;
19790 }
19791 .wpfnl-order-bump__template .template-preview-wrapper .description p:last-child {
19792 margin-bottom: 0;
19793 }
19794 .wpfnl-order-bump__template .template-preview-wrapper .description ul {
19795 list-style: disc;
19796 }
19797 .wpfnl-order-bump__template .template-preview-wrapper .description ol,
19798 .wpfnl-order-bump__template .template-preview-wrapper .description ul {
19799 padding-left: 20px;
19800 margin-bottom: 10px;
19801 }
19802 .wpfnl-order-bump__template .template-preview-wrapper .description ol:last-child,
19803 .wpfnl-order-bump__template .template-preview-wrapper .description ul:last-child {
19804 margin-bottom: 0;
19805 }
19806
19807 .wpfnl-order-bump__template-style1 {
19808 background-color: #ffffff;
19809 border-radius: 12px;
19810 position: relative;
19811 border: 1px solid #E5E8F3;
19812 }
19813 .wpfnl-order-bump__template-style1 .preview-tag {
19814 background: #6E42D3;
19815 border-radius: 0px 3px 3px 0px;
19816 font-weight: 500;
19817 font-size: 12px;
19818 line-height: 14px;
19819 color: #FFFFFF;
19820 text-transform: capitalize;
19821 display: inline-block;
19822 padding: 5px 9px;
19823 position: absolute;
19824 top: -11px;
19825 left: -8px;
19826 }
19827 .wpfnl-order-bump__template-style1 .preview-tag:before {
19828 content: "";
19829 position: absolute;
19830 left: 0px;
19831 bottom: -10px;
19832 width: 0;
19833 height: 0;
19834 border-top: 10px solid #28027F;
19835 border-left: 8px solid transparent;
19836 }
19837 .wpfnl-order-bump__template-style1 .template-preview-wrapper {
19838 padding: 20px;
19839 display: flex;
19840 flex-flow: row wrap;
19841 align-items: flex-start;
19842 }
19843 .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-img {
19844 width: 150px;
19845 height: 150px;
19846 background-color: #F2F2F8;
19847 border-radius: 10px;
19848 position: relative;
19849 background-repeat: no-repeat;
19850 background-position: center center;
19851 background-size: cover;
19852 object-fit: cover;
19853 }
19854 .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
19855 width: calc(100% - 160px);
19856 padding-left: 20px;
19857 }
19858 .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-title {
19859 font-weight: 500;
19860 font-size: 14px;
19861 line-height: 16px;
19862 color: #363B4E;
19863 margin-bottom: 9px;
19864 }
19865 .wpfnl-order-bump__template-style1 .template-preview-wrapper .subtitle {
19866 font-weight: 500;
19867 font-size: 14px;
19868 line-height: 16px;
19869 color: #6E42D3;
19870 margin-bottom: 14px;
19871 }
19872 .wpfnl-order-bump__template-style1 .template-preview-wrapper .description li,
19873 .wpfnl-order-bump__template-style1 .template-preview-wrapper .description strong,
19874 .wpfnl-order-bump__template-style1 .template-preview-wrapper .description span,
19875 .wpfnl-order-bump__template-style1 .template-preview-wrapper .description p,
19876 .wpfnl-order-bump__template-style1 .template-preview-wrapper .description {
19877 font-size: 13px;
19878 line-height: 20px;
19879 color: #7A8B9A;
19880 }
19881 .wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price {
19882 display: inline-block;
19883 font-weight: 500;
19884 font-size: 13px;
19885 line-height: 15px;
19886 color: #EE8134;
19887 margin-left: auto;
19888 margin-top: 10px;
19889 }
19890 .wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price span {
19891 font-size: 13px;
19892 color: #EE8134;
19893 font-weight: 500;
19894 }
19895 .wpfnl-order-bump__template-style1 .template-preview-wrapper .product-price ins {
19896 text-decoration: none;
19897 }
19898 .wpfnl-order-bump__template-style1 .offer-checkbox {
19899 background-color: #6E42D3;
19900 padding: 11px 20px;
19901 border-radius: 0 0 10px 10px;
19902 box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
19903 }
19904 .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
19905 font-weight: 500;
19906 font-size: 15px;
19907 line-height: 18px;
19908 color: #d9d9d9;
19909 padding-left: 26px;
19910 margin: 0;
19911 border: none;
19912 }
19913 .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:before {
19914 top: 1px;
19915 width: 15px;
19916 height: 15px;
19917 }
19918 .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
19919 left: 4px;
19920 top: 6px;
19921 width: 7px;
19922 height: 3px;
19923 border-bottom-color: #6E42D3;
19924 border-left-color: #6E42D3;
19925 }
19926 .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
19927 background-color: #fff;
19928 border-color: #ffffff;
19929 }
19930
19931 .wpfnl-order-bump__template-style2 {
19932 border-radius: 10px;
19933 position: relative;
19934 margin: 0 0 20px;
19935 background-color: #ffffff;
19936 }
19937 .wpfnl-order-bump__template-style2 .preview-tag {
19938 background: #6E42D3;
19939 border-radius: 0px 3px 3px 0px;
19940 font-weight: 500;
19941 font-size: 12px;
19942 line-height: 14px;
19943 color: #FFFFFF;
19944 text-transform: capitalize;
19945 display: inline-block;
19946 padding: 5px 9px;
19947 position: absolute;
19948 top: -11px;
19949 left: -8px;
19950 }
19951 .wpfnl-order-bump__template-style2 .preview-tag:before {
19952 content: "";
19953 position: absolute;
19954 left: 0px;
19955 bottom: -10px;
19956 width: 0;
19957 height: 0;
19958 border-top: 10px solid #28027F;
19959 border-left: 8px solid transparent;
19960 }
19961 .wpfnl-order-bump__template-style2 .template-preview-wrapper {
19962 padding: 20px 15px;
19963 display: flex;
19964 flex-flow: row wrap;
19965 align-items: flex-start;
19966 border: 1px dashed #6E42D3;
19967 border-radius: 0 0 10px 10px;
19968 border-top: none;
19969 }
19970 .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-img {
19971 width: 150px;
19972 height: 150px;
19973 background-color: #F2F2F8;
19974 border-radius: 10px;
19975 position: relative;
19976 background-repeat: no-repeat;
19977 background-position: center center;
19978 background-size: cover;
19979 object-fit: cover;
19980 }
19981 .wpfnl-order-bump__template-style2 .template-preview-wrapper .for-mobile {
19982 display: none;
19983 border-radius: 10px;
19984 }
19985 .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
19986 width: calc(100% - 150px);
19987 padding-left: 20px;
19988 }
19989 .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-title {
19990 font-weight: 500;
19991 font-size: 14px;
19992 line-height: 16px;
19993 color: #363B4E;
19994 margin-bottom: 9px;
19995 }
19996 .wpfnl-order-bump__template-style2 .template-preview-wrapper .subtitle {
19997 font-weight: 500;
19998 font-size: 14px;
19999 line-height: 16px;
20000 color: #6E42D3;
20001 margin-bottom: 14px;
20002 }
20003 .wpfnl-order-bump__template-style2 .template-preview-wrapper .description li,
20004 .wpfnl-order-bump__template-style2 .template-preview-wrapper .description strong,
20005 .wpfnl-order-bump__template-style2 .template-preview-wrapper .description span,
20006 .wpfnl-order-bump__template-style2 .template-preview-wrapper .description p,
20007 .wpfnl-order-bump__template-style2 .template-preview-wrapper .description {
20008 font-size: 13px;
20009 line-height: 20px;
20010 color: #7A8B9A;
20011 margin: 0;
20012 }
20013 @keyframes moveArrow {
20014 0%, 100% {
20015 transform: translateX(-8px);
20016 opacity: 1;
20017 }
20018 50%, 90% {
20019 transform: translateX(15px);
20020 opacity: 0;
20021 }
20022 99% {
20023 transform: translateX(-8px);
20024 opacity: 0;
20025 }
20026 }
20027 .wpfnl-order-bump__template-style2 .offer-checkbox {
20028 background-color: #6E42D3;
20029 padding: 8px 15px;
20030 border-radius: 10px 10px 0 0;
20031 display: flex;
20032 flex-flow: row wrap;
20033 align-items: flex-start;
20034 border: 1px dashed #6e42d3;
20035 }
20036 .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
20037 display: inherit;
20038 line-height: normal;
20039 position: relative;
20040 top: 1px;
20041 margin-right: 10px;
20042 animation: moveArrow 1s linear infinite;
20043 }
20044 .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox {
20045 line-height: normal;
20046 display: inherit;
20047 width: calc(100% - 130px);
20048 }
20049 .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
20050 font-weight: 500;
20051 color: #d9d9d9;
20052 padding: 0 0 0 20px;
20053 font-size: 12px;
20054 line-height: 14px;
20055 margin: 0;
20056 border: none;
20057 }
20058 .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:before {
20059 top: 0;
20060 border: none;
20061 width: 14px;
20062 height: 14px;
20063 }
20064 .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
20065 left: 2px;
20066 top: 4px;
20067 width: 7px;
20068 height: 3px;
20069 border-bottom-color: #6E42D3;
20070 border-left-color: #6E42D3;
20071 }
20072 .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
20073 background-color: #fff;
20074 border-color: #ffffff;
20075 }
20076 .wpfnl-order-bump__template-style2 .offer-checkbox .product-price {
20077 display: inline-block;
20078 font-weight: 500;
20079 font-size: 12px;
20080 line-height: 14px;
20081 color: #EE8134;
20082 margin-left: auto;
20083 }
20084 .wpfnl-order-bump__template-style2 .offer-checkbox .product-price span {
20085 font-size: 12px;
20086 color: #EE8134;
20087 font-weight: 500;
20088 line-height: normal;
20089 }
20090 .wpfnl-order-bump__template-style2 .offer-checkbox .product-price ins {
20091 text-decoration: none;
20092 }
20093
20094 .wpfnl-order-bump__template-style3 {
20095 border-radius: 10px;
20096 position: relative;
20097 margin: 20px 0;
20098 }
20099 .wpfnl-order-bump__template-style3 .template-preview-wrapper {
20100 padding: 20px 15px;
20101 border: 1px solid #6E42D3;
20102 border-radius: 10px;
20103 }
20104 .wpfnl-order-bump__template-style3 .template-preview-wrapper .template-img {
20105 width: 150px;
20106 height: 150px;
20107 background-color: #F2F2F8;
20108 border-radius: 10px;
20109 position: relative;
20110 background-repeat: no-repeat;
20111 background-position: center center;
20112 background-size: cover;
20113 object-fit: cover;
20114 }
20115 .wpfnl-order-bump__template-style3 .template-preview-wrapper .for-mobile {
20116 display: none;
20117 border-radius: 10px;
20118 }
20119 .wpfnl-order-bump__template-style3 .template-preview-wrapper .template-content {
20120 width: 100%;
20121 margin-top: 12px;
20122 }
20123 .wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price {
20124 font-weight: 500;
20125 font-size: 18px;
20126 line-height: 1.2;
20127 margin-bottom: 15px;
20128 display: block;
20129 color: #EE8134;
20130 }
20131 .wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price del {
20132 color: #7A8B9A;
20133 }
20134 .wpfnl-order-bump__template-style3 .template-preview-wrapper .product-price ins {
20135 text-decoration: none;
20136 }
20137 .wpfnl-order-bump__template-style3 .template-preview-wrapper .template-title {
20138 font-weight: 500;
20139 margin: 0 0 9px 0;
20140 font-size: 16px;
20141 line-height: 1.3;
20142 color: #363B4E;
20143 }
20144 .wpfnl-order-bump__template-style3 .template-preview-wrapper .subtitle {
20145 font-weight: 500;
20146 font-size: 14px;
20147 line-height: 16px;
20148 color: #6E42D3;
20149 margin-bottom: 14px;
20150 }
20151 .wpfnl-order-bump__template-style3 .template-preview-wrapper .description li,
20152 .wpfnl-order-bump__template-style3 .template-preview-wrapper .description strong,
20153 .wpfnl-order-bump__template-style3 .template-preview-wrapper .description span,
20154 .wpfnl-order-bump__template-style3 .template-preview-wrapper .description p,
20155 .wpfnl-order-bump__template-style3 .template-preview-wrapper .description {
20156 font-size: 13px;
20157 line-height: 20px;
20158 color: #7A8B9A;
20159 margin: 0;
20160 }
20161 .wpfnl-order-bump__template-style3 .offer-checkbox {
20162 display: flex;
20163 flex-flow: row wrap;
20164 align-items: flex-start;
20165 }
20166 .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox {
20167 line-height: normal;
20168 display: inherit;
20169 width: calc(100% - 60px);
20170 }
20171 .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
20172 font-weight: 600;
20173 color: #363B4E;
20174 padding-left: 28px;
20175 font-size: 14px;
20176 line-height: 14px;
20177 margin: 0;
20178 }
20179 .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:before {
20180 top: -1px;
20181 border: none;
20182 width: 18px;
20183 height: 18px;
20184 background-color: #c0c0c3;
20185 }
20186 .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
20187 left: 4px;
20188 top: 4px;
20189 width: 10px;
20190 height: 6px;
20191 border-bottom-color: #ffffff;
20192 border-left-color: #ffffff;
20193 }
20194 .wpfnl-order-bump__template-style3 .offer-checkbox .product-price {
20195 display: inline-block;
20196 font-weight: 500;
20197 font-size: 13px;
20198 line-height: 15px;
20199 color: #EE8134;
20200 margin-left: auto;
20201 }
20202 .wpfnl-order-bump__template-style3 .offer-checkbox .product-price del {
20203 margin-right: 2px;
20204 }
20205
20206 .wpfnl-order-bump__template-style4 {
20207 background-color: #f7f7f7;
20208 border-radius: 10px;
20209 position: relative;
20210 margin: 20px 0;
20211 }
20212 .wpfnl-order-bump__template-style4 .template-preview-wrapper {
20213 padding: 20px;
20214 display: flex;
20215 flex-flow: row wrap;
20216 align-items: center;
20217 }
20218 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
20219 width: 70px;
20220 height: 70px;
20221 background-color: #F2F2F8;
20222 border-radius: 5px;
20223 position: relative;
20224 background-repeat: no-repeat;
20225 background-position: center center;
20226 background-size: cover;
20227 object-fit: cover;
20228 }
20229 .wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
20230 display: none;
20231 border-radius: 5px;
20232 }
20233 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
20234 width: calc(100% - 340px);
20235 padding-left: 14px;
20236 }
20237 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
20238 font-weight: 500;
20239 font-size: 16px;
20240 line-height: 1.2;
20241 color: #363B4E;
20242 margin: 0 0 7px 0;
20243 max-width: 206px;
20244 }
20245 .wpfnl-order-bump__template-style4 .template-preview-wrapper .rating {
20246 color: #363B4E;
20247 font-weight: 600;
20248 display: flex;
20249 align-items: center;
20250 line-height: 1;
20251 font-size: 15px;
20252 }
20253 .wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating {
20254 float: none;
20255 width: 86px;
20256 height: 15px;
20257 }
20258 .wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating::before {
20259 content: "s s s s s";
20260 font-size: 13px;
20261 line-height: 1.2;
20262 color: #EE8134;
20263 }
20264 .wpfnl-order-bump__template-style4 .template-preview-wrapper .rating .star-rating span::before {
20265 content: "S S S S S";
20266 font-size: 13px;
20267 line-height: 1.2;
20268 color: #EE8134;
20269 }
20270 .wpfnl-order-bump__template-style4 .template-preview-wrapper .subtitle {
20271 font-weight: 500;
20272 font-size: 14px;
20273 line-height: 16px;
20274 color: #6E42D3;
20275 margin-bottom: 14px;
20276 }
20277 .wpfnl-order-bump__template-style4 .template-preview-wrapper .description li,
20278 .wpfnl-order-bump__template-style4 .template-preview-wrapper .description strong,
20279 .wpfnl-order-bump__template-style4 .template-preview-wrapper .description span,
20280 .wpfnl-order-bump__template-style4 .template-preview-wrapper .description p,
20281 .wpfnl-order-bump__template-style4 .template-preview-wrapper .description {
20282 font-size: 13px;
20283 line-height: 20px;
20284 color: #7A8B9A;
20285 margin: 0;
20286 }
20287 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
20288 line-height: 1;
20289 padding-left: 20px;
20290 width: 110px;
20291 }
20292 .wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price {
20293 display: inline-block;
20294 font-weight: 500;
20295 font-size: 13px;
20296 line-height: 15px;
20297 color: #EE8134;
20298 margin-left: auto;
20299 }
20300 .wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price span {
20301 font-size: 13px;
20302 line-height: 15px;
20303 color: #EE8134;
20304 font-weight: 500;
20305 }
20306 .wpfnl-order-bump__template-style4 .template-preview-wrapper .product-price ins {
20307 text-decoration: none;
20308 background: transparent;
20309 }
20310 .wpfnl-order-bump__template-style4 .offer-checkbox {
20311 margin-left: auto;
20312 max-width: 160px;
20313 }
20314 .wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:before,
20315 .wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label:after {
20316 display: none;
20317 }
20318 .wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox label {
20319 border: 1px solid #6E42D3;
20320 color: #6E42D3;
20321 padding: 10px 15px;
20322 border-radius: 5px;
20323 font-size: 16px;
20324 font-weight: 500;
20325 text-align: center;
20326 line-height: 1.2;
20327 }
20328 .wpfnl-order-bump__template-style4 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label {
20329 color: #fff;
20330 background-color: #6E42D3;
20331 }
20332
20333 @media only screen and (max-width: 575px) {
20334 .wpfnl-order-bump__template-style4 .template-preview-wrapper {
20335 padding: 15px;
20336 display: block;
20337 }
20338 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-img {
20339 width: auto;
20340 height: auto;
20341 background-image: none !important;
20342 }
20343 .wpfnl-order-bump__template-style4 .template-preview-wrapper .for-mobile {
20344 display: block;
20345 margin-bottom: 16px;
20346 }
20347 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
20348 width: 100%;
20349 padding-left: 0;
20350 }
20351 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-title {
20352 max-width: 100%;
20353 }
20354 .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
20355 padding-left: 0;
20356 margin: 12px 0;
20357 width: 100%;
20358 }
20359 .wpfnl-order-bump__template-style4 .offer-checkbox {
20360 margin-left: 0;
20361 max-width: inherit;
20362 }
20363 }
20364 .wpfnl-order-bump__template-style5 {
20365 background-color: transparent;
20366 border: 2px dashed #6E42D3;
20367 border-radius: 10px;
20368 position: relative;
20369 margin: 20px 0;
20370 padding: 20px;
20371 }
20372 .wpfnl-order-bump__template-style5 .template-preview-wrapper {
20373 display: flex;
20374 flex-flow: row-reverse;
20375 }
20376 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
20377 width: 100px;
20378 height: 100px;
20379 background-color: #F2F2F8;
20380 border-radius: 5px;
20381 position: relative;
20382 background-repeat: no-repeat;
20383 background-position: center center;
20384 background-size: cover;
20385 object-fit: cover;
20386 }
20387 .wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
20388 display: none;
20389 border-radius: 5px;
20390 }
20391 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
20392 width: calc(100% - 100px);
20393 padding-right: 14px;
20394 }
20395 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
20396 font-weight: 500;
20397 font-size: 18px;
20398 line-height: 1.2;
20399 color: #363B4E;
20400 margin: 0 0 7px 0;
20401 }
20402 .wpfnl-order-bump__template-style5 .template-preview-wrapper .rating {
20403 color: #363B4E;
20404 font-weight: 600;
20405 display: flex;
20406 align-items: center;
20407 line-height: 1;
20408 font-size: 15px;
20409 }
20410 .wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating {
20411 float: none;
20412 width: 86px;
20413 height: 15px;
20414 }
20415 .wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating::before {
20416 content: "s s s s s";
20417 font-size: 13px;
20418 line-height: 1.2;
20419 color: #EE8134;
20420 }
20421 .wpfnl-order-bump__template-style5 .template-preview-wrapper .rating .star-rating span::before {
20422 content: "S S S S S";
20423 font-size: 13px;
20424 line-height: 1.2;
20425 color: #EE8134;
20426 }
20427 .wpfnl-order-bump__template-style5 .template-preview-wrapper .subtitle {
20428 font-weight: 500;
20429 font-size: 14px;
20430 line-height: 16px;
20431 color: #6E42D3;
20432 margin-bottom: 5px;
20433 }
20434 .wpfnl-order-bump__template-style5 .template-preview-wrapper .description li,
20435 .wpfnl-order-bump__template-style5 .template-preview-wrapper .description strong,
20436 .wpfnl-order-bump__template-style5 .template-preview-wrapper .description span,
20437 .wpfnl-order-bump__template-style5 .template-preview-wrapper .description p,
20438 .wpfnl-order-bump__template-style5 .template-preview-wrapper .description {
20439 font-size: 13px;
20440 line-height: 20px;
20441 color: #7A8B9A;
20442 margin: 0;
20443 }
20444 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
20445 line-height: 1;
20446 margin-bottom: 10px;
20447 width: 100%;
20448 }
20449 .wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price {
20450 display: inline-block;
20451 font-weight: 500;
20452 font-size: 16px;
20453 line-height: 15px;
20454 color: #EE8134;
20455 margin-left: auto;
20456 }
20457 .wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price span {
20458 font-size: 16px;
20459 line-height: 15px;
20460 color: #EE8134;
20461 font-weight: 500;
20462 }
20463 .wpfnl-order-bump__template-style5 .template-preview-wrapper .product-price ins {
20464 text-decoration: none;
20465 background: transparent;
20466 }
20467 .wpfnl-order-bump__template-style5 .offer-checkbox {
20468 line-height: 1.2;
20469 padding: 0 0 16px 0;
20470 border-bottom: 1px solid #ddd;
20471 margin-bottom: 15px;
20472 }
20473 .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox {
20474 display: block;
20475 }
20476 .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label {
20477 display: block;
20478 color: #6E42D3;
20479 font-size: 14px;
20480 font-weight: 500;
20481 line-height: 1.2;
20482 text-transform: uppercase;
20483 padding-left: 0;
20484 padding-right: 50px;
20485 }
20486 .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:before {
20487 left: inherit;
20488 right: 0;
20489 top: -3px;
20490 width: 43px;
20491 height: 20px;
20492 border-radius: 30px;
20493 border-color: #6E42D3;
20494 }
20495 .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:after {
20496 left: inherit;
20497 right: 26px;
20498 top: 1px;
20499 width: 14px;
20500 height: 14px;
20501 border-radius: 30px;
20502 transform: none;
20503 border-bottom: none;
20504 border-left: none;
20505 background-color: #6E42D3;
20506 opacity: 1;
20507 visibility: visible;
20508 }
20509 .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::after {
20510 background-color: #fff;
20511 right: 4px;
20512 }
20513
20514 @media only screen and (max-width: 575px) {
20515 .wpfnl-order-bump__template-style5 .template-preview-wrapper {
20516 display: block;
20517 }
20518 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-img {
20519 width: auto;
20520 height: auto;
20521 background-image: none !important;
20522 }
20523 .wpfnl-order-bump__template-style5 .template-preview-wrapper .for-mobile {
20524 display: block;
20525 margin-bottom: 16px;
20526 }
20527 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
20528 width: 100%;
20529 padding-left: 0;
20530 }
20531 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-title {
20532 max-width: 100%;
20533 }
20534 .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-price {
20535 padding-left: 0;
20536 margin: 12px 0;
20537 width: 100%;
20538 }
20539 .wpfnl-order-bump__template-style5 .offer-checkbox {
20540 margin-left: 0;
20541 max-width: inherit;
20542 }
20543 }
20544 .wpfnl-order-bump__template-style6 {
20545 background-color: #f7f7f7;
20546 border-radius: 10px;
20547 position: relative;
20548 margin: 20px 0;
20549 }
20550 .wpfnl-order-bump__template-style6 .template-preview-wrapper {
20551 padding: 20px;
20552 display: flex;
20553 flex-flow: row wrap;
20554 align-items: flex-start;
20555 justify-content: space-between;
20556 }
20557 .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-img {
20558 width: 150px;
20559 height: 150px;
20560 background-color: #F2F2F8;
20561 border-radius: 10px;
20562 position: relative;
20563 background-repeat: no-repeat;
20564 background-position: center center;
20565 background-size: cover;
20566 object-fit: cover;
20567 }
20568 .wpfnl-order-bump__template-style6 .template-preview-wrapper .for-mobile {
20569 display: none;
20570 border-radius: 10px;
20571 }
20572 .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
20573 width: calc(100% - 140px);
20574 padding-right: 20px;
20575 }
20576 .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-title {
20577 font-weight: 500;
20578 font-size: 14px;
20579 line-height: 16px;
20580 color: #363B4E;
20581 margin: 0 0 9px 0;
20582 }
20583 .wpfnl-order-bump__template-style6 .template-preview-wrapper .subtitle {
20584 font-weight: 500;
20585 font-size: 14px;
20586 line-height: 16px;
20587 color: #6E42D3;
20588 margin-bottom: 14px;
20589 }
20590 .wpfnl-order-bump__template-style6 .template-preview-wrapper .description li,
20591 .wpfnl-order-bump__template-style6 .template-preview-wrapper .description strong,
20592 .wpfnl-order-bump__template-style6 .template-preview-wrapper .description span,
20593 .wpfnl-order-bump__template-style6 .template-preview-wrapper .description p,
20594 .wpfnl-order-bump__template-style6 .template-preview-wrapper .description {
20595 font-size: 13px;
20596 line-height: 20px;
20597 color: #7A8B9A;
20598 margin: 0;
20599 }
20600 .wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price {
20601 display: inline-block;
20602 font-weight: 500;
20603 font-size: 15px;
20604 line-height: 15px;
20605 color: #EE8134;
20606 margin-left: auto;
20607 width: 140px;
20608 text-align: right;
20609 }
20610 .wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price span {
20611 font-size: 15px;
20612 line-height: 15px;
20613 color: #EE8134;
20614 font-weight: 500;
20615 }
20616 .wpfnl-order-bump__template-style6 .template-preview-wrapper .product-price ins {
20617 text-decoration: none;
20618 background: transparent;
20619 }
20620 .wpfnl-order-bump__template-style6 .offer-checkbox {
20621 margin-bottom: 15px;
20622 }
20623 .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox {
20624 display: block;
20625 line-height: 1;
20626 }
20627 .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
20628 font-weight: 500;
20629 font-size: 15px;
20630 line-height: 18px;
20631 color: #363B4E;
20632 padding: 0 0 0 26px;
20633 margin: 0;
20634 border: 0;
20635 }
20636 .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:before {
20637 top: 1px;
20638 background: #fff;
20639 }
20640 .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
20641 left: 4px;
20642 top: 6px;
20643 width: 10px;
20644 height: 6px;
20645 border-bottom-color: #ffffff;
20646 border-left-color: #ffffff;
20647 }
20648 .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
20649 background-color: #6E42D3;
20650 border-color: #6E42D3;
20651 }
20652
20653 @media only screen and (max-width: 575px) {
20654 .wpfnl-order-bump__template-style6 .template-preview-wrapper {
20655 padding: 15px;
20656 display: block;
20657 }
20658 .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
20659 width: 100%;
20660 padding-right: 0;
20661 }
20662 .wpfnl-order-bump__template-style6 .offer-checkbox {
20663 margin-bottom: 10px;
20664 }
20665 }
20666 .wpfnl-order-bump__template-style7 {
20667 position: relative;
20668 margin-bottom: 20px;
20669 }
20670 .wpfnl-order-bump__template-style7 .template-preview-wrapper {
20671 background: #5a26d1;
20672 border-radius: 10px;
20673 padding: 15px 15px;
20674 }
20675 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
20676 width: calc(100% - 50px);
20677 padding-right: 15px;
20678 }
20679 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content {
20680 display: flex;
20681 flex-flow: row wrap;
20682 align-items: flex-start;
20683 justify-content: space-between;
20684 }
20685 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .template-title {
20686 color: #fff;
20687 font-size: 18px;
20688 font-weight: 600;
20689 margin-bottom: 5px;
20690 }
20691 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description li,
20692 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description strong,
20693 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description span,
20694 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description p,
20695 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .description {
20696 font-size: 16px;
20697 color: #fff;
20698 line-height: 1.5;
20699 font-weight: 400;
20700 }
20701 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label {
20702 padding: 0;
20703 width: 50px;
20704 height: 50px;
20705 background: #fff;
20706 border-radius: 10px;
20707 display: flex;
20708 align-items: center;
20709 justify-content: center;
20710 }
20711 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:after, .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label:before {
20712 display: none;
20713 }
20714 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg {
20715 transition: all 0.3s ease;
20716 }
20717 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox label svg path {
20718 stroke: #ffffff;
20719 }
20720 .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content .wpfnl-checkbox input[type=checkbox]:checked + label svg {
20721 transform: rotate(45deg);
20722 }
20723
20724 .wpfnl-order-bump__template-style8 {
20725 position: relative;
20726 margin-bottom: 20px;
20727 }
20728 .wpfnl-order-bump__template-style8 .template-preview-wrapper {
20729 padding: 15px 15px;
20730 border: 2px dashed #6E42D3;
20731 }
20732 .wpfnl-order-bump__template-style8 .template-preview-wrapper .template-title {
20733 font-weight: 500;
20734 font-size: 14px;
20735 line-height: 16px;
20736 color: #363B4E;
20737 margin: 0 0 9px 0;
20738 }
20739 .wpfnl-order-bump__template-style8 .template-preview-wrapper .subtitle {
20740 font-weight: 500;
20741 font-size: 14px;
20742 line-height: 16px;
20743 color: #6E42D3;
20744 margin-bottom: 14px;
20745 text-transform: uppercase;
20746 text-decoration: underline;
20747 }
20748 .wpfnl-order-bump__template-style8 .template-preview-wrapper .description li,
20749 .wpfnl-order-bump__template-style8 .template-preview-wrapper .description strong,
20750 .wpfnl-order-bump__template-style8 .template-preview-wrapper .description span,
20751 .wpfnl-order-bump__template-style8 .template-preview-wrapper .description p,
20752 .wpfnl-order-bump__template-style8 .template-preview-wrapper .description {
20753 font-size: 13px;
20754 line-height: 20px;
20755 color: #7A8B9A;
20756 margin: 0;
20757 }
20758 .wpfnl-order-bump__template-style8 .offer-checkbox {
20759 background-color: #6E42D3;
20760 padding: 8px 15px;
20761 display: flex;
20762 flex-flow: row wrap;
20763 align-items: flex-start;
20764 border: none;
20765 margin-bottom: 15px;
20766 }
20767 .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
20768 display: inherit;
20769 line-height: normal;
20770 position: relative;
20771 top: 2px;
20772 margin-right: 10px;
20773 }
20774 .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox {
20775 line-height: normal;
20776 display: inherit;
20777 width: calc(100% - 130px);
20778 }
20779 .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
20780 font-weight: 500;
20781 color: #d9d9d9;
20782 padding: 0 0 0 20px;
20783 font-size: 12px;
20784 line-height: 14px;
20785 margin: 0;
20786 }
20787 .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:before {
20788 top: 2px;
20789 border: none;
20790 width: 12px;
20791 height: 12px;
20792 }
20793 .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
20794 left: 2px;
20795 top: 5px;
20796 width: 8px;
20797 height: 5px;
20798 border-bottom-color: #6E42D3;
20799 border-left-color: #6E42D3;
20800 }
20801 .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
20802 background-color: #fff;
20803 border-color: #ffffff;
20804 }
20805 .wpfnl-order-bump__template-style8 .offer-checkbox .product-price {
20806 display: inline-block;
20807 font-weight: 500;
20808 font-size: 12px;
20809 line-height: 14px;
20810 color: #EE8134;
20811 margin-left: auto;
20812 }
20813 .wpfnl-order-bump__template-style8 .offer-checkbox .product-price span {
20814 font-size: 12px;
20815 line-height: 14px;
20816 color: #EE8134;
20817 font-weight: 500;
20818 line-height: normal;
20819 }
20820 .wpfnl-order-bump__template-style8 .offer-checkbox .product-price ins {
20821 text-decoration: none;
20822 background: transparent;
20823 }
20824
20825 .wpfnl-order-bump__template-style9 {
20826 background-color: #ffffff;
20827 border: 1px solid #E5E8F3;
20828 border-radius: 12px;
20829 position: relative;
20830 margin: 20px 0;
20831 }
20832 .wpfnl-order-bump__template-style9 > .subtitle {
20833 font-weight: 500;
20834 font-size: 14px;
20835 line-height: 16px;
20836 color: #333;
20837 margin-bottom: 0;
20838 background: #ffd921;
20839 text-align: center;
20840 padding: 10px 15px;
20841 border-radius: 10px 10px 0 0;
20842 }
20843 .wpfnl-order-bump__template-style9 .template-preview-wrapper {
20844 padding: 20px;
20845 display: flex;
20846 flex-flow: row wrap;
20847 align-items: center;
20848 }
20849 .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
20850 width: 150px;
20851 height: 150px;
20852 background-color: #F2F2F8;
20853 border-radius: 10px;
20854 position: relative;
20855 background-repeat: no-repeat;
20856 background-position: center center;
20857 background-size: cover;
20858 object-fit: cover;
20859 }
20860 .wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
20861 display: none;
20862 border-radius: 10px;
20863 }
20864 .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
20865 width: calc(100% - 160px);
20866 padding-left: 20px;
20867 }
20868 .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-title {
20869 font-weight: 500;
20870 font-size: 14px;
20871 line-height: 16px;
20872 color: #363B4E;
20873 margin: 0 0 9px 0;
20874 }
20875 .wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price {
20876 display: inline-block;
20877 font-weight: 500;
20878 font-size: 13px;
20879 line-height: 15px;
20880 color: #EE8134;
20881 margin-left: auto;
20882 margin-top: 10px;
20883 }
20884 .wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price span {
20885 font-size: 13px;
20886 line-height: 15px;
20887 color: #EE8134;
20888 font-weight: 500;
20889 }
20890 .wpfnl-order-bump__template-style9 .template-preview-wrapper .product-price ins {
20891 text-decoration: none;
20892 background: transparent;
20893 }
20894 .wpfnl-order-bump__template-style9 .description-wrapper {
20895 background: #f7f7f7;
20896 padding: 12px 20px;
20897 margin: 0;
20898 }
20899 .wpfnl-order-bump__template-style9 .description-wrapper .description li,
20900 .wpfnl-order-bump__template-style9 .description-wrapper .description strong,
20901 .wpfnl-order-bump__template-style9 .description-wrapper .description span,
20902 .wpfnl-order-bump__template-style9 .description-wrapper .description p,
20903 .wpfnl-order-bump__template-style9 .description-wrapper .description {
20904 font-size: 13px;
20905 line-height: 20px;
20906 color: #7A8B9A;
20907 margin: 0;
20908 }
20909 .wpfnl-order-bump__template-style9 .offer-checkbox {
20910 background-color: #6E42D3;
20911 padding: 12px 20px 12px;
20912 border-radius: 0 0 10px 10px;
20913 box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);
20914 text-align: center;
20915 }
20916 .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox {
20917 display: block;
20918 line-height: 1;
20919 }
20920 .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
20921 font-weight: 500;
20922 font-size: 15px;
20923 line-height: 18px;
20924 color: #d9d9d9;
20925 padding: 0 0 0 26px;
20926 margin: 0;
20927 border: 0;
20928 }
20929 .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:before {
20930 top: 1px;
20931 border: none;
20932 }
20933 .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
20934 left: 3px;
20935 top: 5px;
20936 width: 10px;
20937 height: 6px;
20938 border-bottom-color: #6E42D3;
20939 border-left-color: #6E42D3;
20940 }
20941 .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
20942 background-color: #fff;
20943 border-color: #ffffff;
20944 }
20945
20946 @media only screen and (max-width: 460px) {
20947 .wpfnl-order-bump__template-style9 .template-preview-wrapper {
20948 padding: 15px;
20949 display: block;
20950 }
20951 .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-img {
20952 width: auto;
20953 height: auto;
20954 background-image: none !important;
20955 }
20956 .wpfnl-order-bump__template-style9 .template-preview-wrapper .for-mobile {
20957 display: block;
20958 border-radius: 10px;
20959 margin-bottom: 16px;
20960 }
20961 .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
20962 width: 100%;
20963 padding-left: 0;
20964 }
20965 .wpfnl-order-bump__template-style9 .offer-checkbox {
20966 padding: 9px 15px 13px;
20967 }
20968 }
20969 .wpfnl-order-bump__template-style10 {
20970 border-radius: 10px;
20971 position: relative;
20972 margin: 20px 0;
20973 background-color: #f7f7f7;
20974 border: 1px solid #E5E8F3;
20975 }
20976 .wpfnl-order-bump__template-style10 .template-preview-wrapper {
20977 padding: 20px 15px;
20978 }
20979 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title-area {
20980 display: flex;
20981 align-items: flex-start;
20982 justify-content: space-between;
20983 margin: 0 0 15px 0;
20984 }
20985 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
20986 font-weight: 700;
20987 font-size: 14px;
20988 line-height: 16px;
20989 color: #363B4E;
20990 margin: 0;
20991 width: calc(100% - 60px);
20992 padding-right: 15px;
20993 }
20994 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
20995 line-height: 1;
20996 position: relative;
20997 top: -1px;
20998 margin-right: 7px;
20999 }
21000 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price {
21001 display: inline-block;
21002 color: #EE8134;
21003 margin-left: auto;
21004 }
21005 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price span {
21006 color: #EE8134;
21007 font-weight: 700;
21008 }
21009 .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .product-price ins {
21010 text-decoration: none;
21011 background: transparent;
21012 }
21013 .wpfnl-order-bump__template-style10 .template-preview-wrapper .description li,
21014 .wpfnl-order-bump__template-style10 .template-preview-wrapper .description strong,
21015 .wpfnl-order-bump__template-style10 .template-preview-wrapper .description span,
21016 .wpfnl-order-bump__template-style10 .template-preview-wrapper .description p,
21017 .wpfnl-order-bump__template-style10 .template-preview-wrapper .description {
21018 font-size: 13px;
21019 line-height: 20px;
21020 color: #7A8B9A;
21021 margin: 0;
21022 }
21023 .wpfnl-order-bump__template-style10 .offer-checkbox {
21024 display: block;
21025 width: 60px;
21026 text-align: right;
21027 }
21028 .wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox {
21029 line-height: 1;
21030 display: block;
21031 }
21032 .wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label {
21033 font-weight: 700;
21034 color: #6E42D3;
21035 font-size: 16px;
21036 line-height: 14px;
21037 margin: 0;
21038 padding: 0;
21039 }
21040 .wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:after,
21041 .wpfnl-order-bump__template-style10 .offer-checkbox .wpfnl-checkbox label:before {
21042 display: none;
21043 }
21044
21045 .wpfnl-order-bump__template-style11 {
21046 border-radius: 5px;
21047 position: relative;
21048 margin: 20px 0;
21049 background-color: #fff;
21050 border: 1px solid #6E42D3;
21051 }
21052 .wpfnl-order-bump__template-style11 .oderbump-loader {
21053 border-radius: 5px;
21054 }
21055 .wpfnl-order-bump__template-style11 .template-preview-wrapper {
21056 padding: 20px 15px;
21057 }
21058 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area {
21059 display: flex;
21060 align-items: flex-start;
21061 justify-content: space-between;
21062 margin: 0 0 15px 0;
21063 }
21064 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
21065 display: inline-block;
21066 color: #EE8134;
21067 margin-left: auto;
21068 width: 120px;
21069 text-align: right;
21070 }
21071 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price span {
21072 color: #EE8134;
21073 font-weight: 700;
21074 }
21075 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price ins {
21076 text-decoration: none;
21077 background: transparent;
21078 }
21079 .wpfnl-order-bump__template-style11 .template-preview-wrapper .description {
21080 font-size: 13px;
21081 line-height: 20px;
21082 color: #7A8B9A;
21083 margin: 0;
21084 }
21085 .wpfnl-order-bump__template-style11 .offer-checkbox {
21086 background-color: transparent;
21087 padding: 0;
21088 border-radius: 0;
21089 box-shadow: none;
21090 width: calc(100% - 120px);
21091 }
21092 .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox {
21093 display: block;
21094 line-height: 1;
21095 }
21096 .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
21097 font-weight: 600;
21098 font-size: 15px;
21099 line-height: 18px;
21100 color: #363B4E;
21101 padding: 0 0 0 26px;
21102 margin: 0;
21103 border: 0;
21104 }
21105 .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before {
21106 top: 1px;
21107 border-color: #6E42D3;
21108 }
21109 .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
21110 left: 4px;
21111 top: 6px;
21112 width: 10px;
21113 height: 6px;
21114 border-bottom-color: #6E42D3;
21115 border-left-color: #6E42D3;
21116 }
21117 .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
21118 background-color: #fff;
21119 }
21120
21121 @media only screen and (max-width: 460px) {
21122 .wpfnl-order-bump__template-style11 .template-preview-wrapper {
21123 padding: 15px;
21124 display: block;
21125 }
21126 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-img {
21127 width: auto;
21128 height: auto;
21129 background-image: none !important;
21130 }
21131 .wpfnl-order-bump__template-style11 .template-preview-wrapper .for-mobile {
21132 display: block;
21133 border-radius: 10px;
21134 margin-bottom: 16px;
21135 }
21136 .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-content {
21137 width: 100%;
21138 padding-left: 0;
21139 }
21140 .wpfnl-order-bump__template-style11 .offer-checkbox {
21141 padding: 9px 15px 13px;
21142 }
21143 }
21144 .wpfnl-order-bump__template-style12 {
21145 background-color: #ffffff;
21146 border-radius: 12px;
21147 padding: 20px;
21148 position: relative;
21149 border: 1px solid #E5E8F3;
21150 }
21151 .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
21152 width: 150px;
21153 height: 150px;
21154 background-color: #F2F2F8;
21155 border-radius: 10px;
21156 position: relative;
21157 background-repeat: no-repeat;
21158 background-position: center center;
21159 background-size: cover;
21160 object-fit: cover;
21161 margin: 0 16px 6px 0;
21162 float: left;
21163 }
21164 .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content {
21165 clear: right;
21166 }
21167 .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content::after {
21168 content: "";
21169 display: block;
21170 clear: both;
21171 }
21172 .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-title {
21173 font-weight: 500;
21174 font-size: 14px;
21175 line-height: 16px;
21176 color: #363B4E;
21177 margin-bottom: 0;
21178 margin-left: 5px;
21179 }
21180 .wpfnl-order-bump__template-style12 .template-preview-wrapper .subtitle {
21181 font-weight: 500;
21182 font-size: 14px;
21183 line-height: 16px;
21184 color: #6E42D3;
21185 margin: 0;
21186 display: flex;
21187 flex-flow: row wrap;
21188 }
21189 .wpfnl-order-bump__template-style12 .template-preview-wrapper .description {
21190 font-size: 13px;
21191 line-height: 20px;
21192 color: #7A8B9A;
21193 width: 100%;
21194 margin-top: 8px;
21195 }
21196 .wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price {
21197 display: inline-block;
21198 font-weight: 500;
21199 font-size: 13px;
21200 line-height: 15px;
21201 color: #EE8134;
21202 margin-top: 5px;
21203 }
21204 .wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price span {
21205 font-size: 13px;
21206 color: #EE8134;
21207 font-weight: 500;
21208 }
21209 .wpfnl-order-bump__template-style12 .template-preview-wrapper .product-price ins {
21210 text-decoration: none;
21211 }
21212 .wpfnl-order-bump__template-style12 .offer-checkbox {
21213 background-color: #6E42D3;
21214 padding: 11px 20px;
21215 margin-top: 10px;
21216 border-radius: 5px;
21217 }
21218 .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
21219 font-weight: 500;
21220 font-size: 15px;
21221 line-height: 18px;
21222 color: #d9d9d9;
21223 padding-left: 26px;
21224 margin: 0;
21225 border: none;
21226 }
21227 .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before {
21228 top: 1px;
21229 width: 15px;
21230 height: 15px;
21231 }
21232 .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
21233 left: 4px;
21234 top: 6px;
21235 width: 7px;
21236 height: 3px;
21237 border-bottom-color: #6E42D3;
21238 border-left-color: #6E42D3;
21239 }
21240 .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
21241 background-color: #fff;
21242 border-color: #ffffff;
21243 }
21244
21245 .wpfnl-order-bump__template-style13 {
21246 background-color: #ffffff;
21247 border-radius: 12px;
21248 position: relative;
21249 border: 2px dashed #E5E8F3;
21250 padding: 20px;
21251 }
21252 .wpfnl-order-bump__template-style13 .subtitle {
21253 font-weight: 500;
21254 font-size: 18px;
21255 line-height: 1.3;
21256 color: #6E42D3;
21257 margin-bottom: 20px;
21258 text-align: center;
21259 }
21260 .wpfnl-order-bump__template-style13 .template-preview-wrapper {
21261 display: flex;
21262 flex-flow: row wrap;
21263 align-items: flex-start;
21264 }
21265 .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-img {
21266 width: 150px;
21267 height: 150px;
21268 background-color: #F2F2F8;
21269 border-radius: 10px;
21270 position: relative;
21271 background-repeat: no-repeat;
21272 background-position: center center;
21273 background-size: cover;
21274 object-fit: cover;
21275 }
21276 .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
21277 width: calc(100% - 160px);
21278 padding-left: 20px;
21279 }
21280 .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-title {
21281 font-weight: 500;
21282 font-size: 14px;
21283 line-height: 16px;
21284 color: #363B4E;
21285 margin-bottom: 9px;
21286 }
21287 .wpfnl-order-bump__template-style13 .template-preview-wrapper .description li,
21288 .wpfnl-order-bump__template-style13 .template-preview-wrapper .description span,
21289 .wpfnl-order-bump__template-style13 .template-preview-wrapper .description p,
21290 .wpfnl-order-bump__template-style13 .template-preview-wrapper .description {
21291 font-size: 13px;
21292 line-height: 20px;
21293 color: #7A8B9A;
21294 }
21295 .wpfnl-order-bump__template-style13 .product-price {
21296 display: inline-block;
21297 font-weight: 500;
21298 font-size: 15px;
21299 line-height: 1.2;
21300 color: #EE8134;
21301 margin-left: 5px;
21302 }
21303 .wpfnl-order-bump__template-style13 .product-price span {
21304 font-size: 15px;
21305 color: #EE8134;
21306 font-weight: 500;
21307 }
21308 .wpfnl-order-bump__template-style13 .product-price ins {
21309 text-decoration: none;
21310 }
21311 .wpfnl-order-bump__template-style13 .offer-checkbox {
21312 background-color: #6E42D3;
21313 padding: 11px 20px;
21314 margin-bottom: 20px;
21315 border-radius: 10px;
21316 }
21317 .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
21318 font-weight: 500;
21319 font-size: 15px;
21320 line-height: 18px;
21321 color: #d9d9d9;
21322 padding-left: 26px;
21323 margin: 0;
21324 border: none;
21325 }
21326 .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:before {
21327 top: 1px;
21328 width: 15px;
21329 height: 15px;
21330 }
21331 .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
21332 left: 4px;
21333 top: 6px;
21334 width: 7px;
21335 height: 3px;
21336 border-bottom-color: #6E42D3;
21337 border-left-color: #6E42D3;
21338 }
21339 .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::before {
21340 background-color: #fff;
21341 border-color: #ffffff;
21342 }
21343
21344 .wpfnl-order-bump__template-style14 {
21345 border-radius: 10px;
21346 position: relative;
21347 margin: 0 0 20px;
21348 background-color: #ffffff;
21349 border: 1px solid #6E42D3;
21350 }
21351 .wpfnl-order-bump__template-style14 .template-preview-wrapper {
21352 padding: 20px 15px;
21353 display: flex;
21354 flex-flow: row wrap;
21355 align-items: flex-start;
21356 border-radius: 0 0 10px 10px;
21357 border-top: none;
21358 }
21359 .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-img {
21360 width: 150px;
21361 height: 150px;
21362 background-color: #F2F2F8;
21363 border-radius: 10px;
21364 position: relative;
21365 background-repeat: no-repeat;
21366 background-position: center center;
21367 background-size: cover;
21368 object-fit: cover;
21369 }
21370 .wpfnl-order-bump__template-style14 .template-preview-wrapper .for-mobile {
21371 display: none;
21372 border-radius: 10px;
21373 }
21374 .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
21375 width: calc(100% - 150px);
21376 padding-left: 20px;
21377 }
21378 .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-title {
21379 font-weight: 500;
21380 font-size: 14px;
21381 line-height: 16px;
21382 color: #363B4E;
21383 margin-bottom: 9px;
21384 }
21385 .wpfnl-order-bump__template-style14 .template-preview-wrapper .subtitle {
21386 font-weight: 500;
21387 font-size: 14px;
21388 line-height: 16px;
21389 color: #6E42D3;
21390 margin-bottom: 14px;
21391 }
21392 .wpfnl-order-bump__template-style14 .template-preview-wrapper .description li,
21393 .wpfnl-order-bump__template-style14 .template-preview-wrapper .description span,
21394 .wpfnl-order-bump__template-style14 .template-preview-wrapper .description p,
21395 .wpfnl-order-bump__template-style14 .template-preview-wrapper .description {
21396 font-size: 13px;
21397 line-height: 20px;
21398 color: #7A8B9A;
21399 margin: 0;
21400 }
21401 .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price {
21402 font-weight: 500;
21403 font-size: 12px;
21404 line-height: 14px;
21405 color: #EE8134;
21406 margin-left: auto;
21407 text-align: right;
21408 margin-top: 15px;
21409 display: block;
21410 }
21411 .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price span {
21412 font-size: 12px;
21413 color: #EE8134;
21414 font-weight: 500;
21415 line-height: normal;
21416 }
21417 .wpfnl-order-bump__template-style14 .template-preview-wrapper .product-price ins {
21418 text-decoration: none;
21419 }
21420 .wpfnl-order-bump__template-style14 .offer-checkbox {
21421 padding: 12px 15px 9px;
21422 border-radius: 7px 7px 0 0;
21423 display: flex;
21424 flex-flow: row wrap;
21425 align-items: flex-start;
21426 border-bottom: 1px solid #6e42d3;
21427 }
21428 .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox {
21429 line-height: normal;
21430 display: inherit;
21431 width: calc(100% - 130px);
21432 }
21433 .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
21434 font-weight: 500;
21435 color: #363B4E;
21436 padding: 0 0 0 26px;
21437 font-size: 12px;
21438 line-height: 14px;
21439 margin: 0;
21440 border: none;
21441 }
21442 .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:before {
21443 border: none;
21444 width: 18px;
21445 height: 18px;
21446 background-color: #cacacb;
21447 }
21448 .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
21449 left: 4px;
21450 top: 2px;
21451 }
21452
21453 .wpfnl-modal-wrapper .product-search {
21454 border: 1px solid #6E42D3;
21455 background: #f6f4fb;
21456 border-radius: 10px;
21457 height: 40px;
21458 width: 250px;
21459 position: relative;
21460 margin-left: 10px;
21461 display: flex;
21462 }
21463 .wpfnl-modal-wrapper .product-search .wpfnl-product-search {
21464 display: none;
21465 }
21466 .wpfnl-modal-wrapper .product-search .search-icon {
21467 position: absolute;
21468 left: 10px;
21469 top: 10px;
21470 }
21471 .wpfnl-modal-wrapper .product-search .search-icon path,
21472 .wpfnl-modal-wrapper .product-search .search-icon circle {
21473 stroke: #716395;
21474 }
21475 .wpfnl-modal-wrapper .product-search .select2.select2-container.select2-container--default {
21476 width: 100% !important;
21477 }
21478 .wpfnl-modal-wrapper .product-search .single-product {
21479 display: flex;
21480 position: relative;
21481 }
21482 .wpfnl-modal-wrapper .product-search .single-product svg {
21483 position: absolute;
21484 left: 10px;
21485 top: 10px;
21486 }
21487 .wpfnl-modal-wrapper .product-search .select2-selection__rendered {
21488 padding: 10px 10px 10px 35px;
21489 width: 100%;
21490 border-radius: 10px;
21491 white-space: pre;
21492 overflow: hidden;
21493 text-overflow: ellipsis;
21494 display: block;
21495 -webkit-line-clamp: 3;
21496 -webkit-box-orient: vertical;
21497 line-height: normal;
21498 color: #716395;
21499 }
21500 .wpfnl-modal-wrapper .product-search .select2-selection__placeholder {
21501 color: #716395;
21502 }
21503 .wpfnl-modal-wrapper .product-search .select2-container--default .select2-selection--single {
21504 background-color: transparent;
21505 border: none;
21506 height: auto;
21507 }
21508 .wpfnl-modal-wrapper .product-search .select2-selection__clear {
21509 padding: 0 3px;
21510 cursor: pointer;
21511 }
21512 .wpfnl-modal-wrapper .product-search .select2-container.select2-container--default.select2-container--open {
21513 background: transparent;
21514 border-radius: 0;
21515 border: none;
21516 z-index: 2;
21517 }
21518 .wpfnl-modal-wrapper .product-search .select2-container--default .select2-selection--single .select2-selection__arrow {
21519 display: none;
21520 }
21521
21522 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper {
21523 max-width: 540px;
21524 max-height: 250px;
21525 padding: 0;
21526 }
21527 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-close .wpfnl-modal-close-btn {
21528 top: -10px;
21529 right: -10px;
21530 }
21531 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents {
21532 display: flex;
21533 flex-direction: column;
21534 justify-content: space-between;
21535 height: 100%;
21536 }
21537 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper {
21538 padding: 24px 30px;
21539 }
21540 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .title {
21541 color: #363B4E;
21542 font-size: 18px;
21543 font-style: normal;
21544 font-weight: 500;
21545 line-height: normal;
21546 margin-bottom: 30px;
21547 }
21548 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper p {
21549 color: #2D3149;
21550 font-size: 15px;
21551 font-style: normal;
21552 font-weight: 500;
21553 line-height: normal;
21554 margin-bottom: 6px;
21555 }
21556 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search {
21557 margin: 0;
21558 width: 100%;
21559 border-radius: 8px;
21560 border: 1px solid #DFE1E6;
21561 background: transparent;
21562 }
21563 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .search-icon circle,
21564 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .search-icon path {
21565 stroke: #A7A8B3;
21566 }
21567 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
21568 color: #7A8B9A;
21569 font-size: 14px;
21570 font-style: normal;
21571 font-weight: 300;
21572 line-height: normal;
21573 letter-spacing: -0.14px;
21574 margin-right: auto;
21575 padding-top: 3px;
21576 }
21577 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container .select2-selection--single .select2-selection__rendered {
21578 padding: 0;
21579 padding-top: 8px;
21580 padding-left: 35px;
21581 display: flex;
21582 flex-direction: row-reverse;
21583 justify-content: space-between;
21584 padding-right: 10px;
21585 align-items: center;
21586 }
21587 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-body-wrapper .product-search .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
21588 margin-top: 3px;
21589 }
21590 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper {
21591 border-top: 1px solid #DFE1E6;
21592 display: flex;
21593 justify-content: flex-end;
21594 gap: 12px;
21595 padding: 20px 30px;
21596 }
21597 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button {
21598 min-width: auto;
21599 display: flex;
21600 justify-content: center;
21601 align-items: center;
21602 }
21603 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button.outline {
21604 background: transparent;
21605 color: #3C3F47;
21606 border-radius: 10px;
21607 border: 1px solid #DFE1E6;
21608 min-width: auto;
21609 }
21610 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button.outline:hover {
21611 background: #6E42D3;
21612 color: #FFF;
21613 border-color: transparent;
21614 }
21615 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button:disabled {
21616 opacity: 0.5;
21617 pointer-events: none;
21618 cursor: not-allowed;
21619 }
21620 .wpfnl-modal-overlay.wpfnl-product-add-modal .wpfnl-modal-wrapper .wpfnl-modal-contents .wpfnl-modal-footer-wrapper button .wpfnl-loader {
21621 position: static;
21622 width: 15px;
21623 height: 15px;
21624 background: transparent;
21625 }
21626
21627 .updated, .notice {
21628 display: none !important;
21629 }
21630
21631 #wpcontent {
21632 background: #F6F5FA;
21633 }
21634
21635 .wpfnl-pro-vs-free-page-wrapper {
21636 text-align: center;
21637 }
21638 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-heading {
21639 margin: 40px 0 13px;
21640 color: #363B4E;
21641 font-size: 30px;
21642 font-style: normal;
21643 font-weight: 600;
21644 line-height: 1;
21645 }
21646 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-sub-heading {
21647 color: #141618;
21648 font-size: 14px;
21649 font-style: normal;
21650 font-weight: 400;
21651 line-height: 1.71;
21652 margin: 0;
21653 }
21654 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper {
21655 width: 85%;
21656 margin: 40px auto 0;
21657 max-width: 1480px;
21658 position: relative;
21659 }
21660 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper::after {
21661 content: "";
21662 background: #FCF4FF;
21663 width: 16.6666666667%;
21664 height: 99.7%;
21665 position: absolute;
21666 right: 0;
21667 top: 0;
21668 border-top: 1px solid #EEE4F2;
21669 border-bottom-right-radius: 20px;
21670 border-top-right-radius: 20px;
21671 z-index: 2;
21672 filter: drop-shadow(-8px 0px 20px rgba(67, 19, 107, 0.15));
21673 }
21674 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-head-cell,
21675 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .table-col {
21676 position: relative;
21677 z-index: 1;
21678 }
21679 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-head-cell:last-child,
21680 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .table-col:last-child {
21681 z-index: 3;
21682 }
21683 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper p {
21684 margin: 0;
21685 }
21686 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header {
21687 background: #FCF4FF;
21688 padding: 0;
21689 border-radius: 20px 20px 0 0;
21690 margin: 0;
21691 width: 100%;
21692 border: 1px solid #EEE4F2;
21693 border-bottom: none;
21694 position: sticky;
21695 z-index: 10;
21696 top: 44px;
21697 }
21698 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .col-feature p {
21699 color: #363B4E;
21700 font-size: 16px;
21701 font-style: normal;
21702 font-weight: 700;
21703 letter-spacing: 0.8px;
21704 text-transform: uppercase;
21705 text-align: left;
21706 padding-left: 24px;
21707 }
21708 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.plan p {
21709 color: #141618;
21710 font-size: 18px;
21711 font-style: normal;
21712 font-weight: 400;
21713 }
21714 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.price p {
21715 color: #A69FB5;
21716 font-size: 14px;
21717 font-style: normal;
21718 font-weight: 400;
21719 }
21720 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.price p strong {
21721 color: #363B4E;
21722 font-size: 26px;
21723 font-weight: 500;
21724 }
21725 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free {
21726 display: flex;
21727 align-items: center;
21728 justify-content: center;
21729 }
21730 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free p {
21731 color: #363B4E;
21732 font-size: 14px;
21733 display: flex;
21734 align-items: center;
21735 justify-content: center;
21736 gap: 10px;
21737 font-weight: 500;
21738 }
21739 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .wpfn-btn-upgrade {
21740 font-size: 14px;
21741 color: #FFFFFF;
21742 text-decoration: none;
21743 border-radius: 12px;
21744 background: #6E42D3;
21745 padding: 11px 36px;
21746 cursor: pointer;
21747 display: inline-block;
21748 }
21749 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell {
21750 padding-top: 24px;
21751 padding-bottom: 3px;
21752 }
21753 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:first-child {
21754 border-radius: 20px 0 0 0;
21755 }
21756 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:last-child {
21757 border-radius: 0 20px 0 0;
21758 }
21759 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:first-child .wpfnl-pvf-head-cell:last-child::before {
21760 content: "Most Popular";
21761 position: absolute;
21762 background: linear-gradient(90deg, #6F3FD7 0%, #DA5AD4 100%);
21763 padding: 8px 10px;
21764 font-size: 10px;
21765 color: #FFF;
21766 border-radius: 8px;
21767 line-height: 1;
21768 z-index: 9;
21769 transform: translate(-50%, -150%);
21770 }
21771 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row:last-child .wpfnl-pvf-head-cell {
21772 padding-bottom: 24px;
21773 border-bottom: 1px solid #EEE4F2;
21774 }
21775 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .wpfnl-pvf-head-cell {
21776 background: #FCF4FF;
21777 padding: 6px 0;
21778 border-right: 1px solid transparent;
21779 }
21780 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row .wpfnl-pvf-head-cell:last-child {
21781 border-right: none;
21782 }
21783 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header.is-sticky:before {
21784 content: "";
21785 position: absolute;
21786 width: 100vw;
21787 height: 100px;
21788 background: #F6F5FA;
21789 right: -10%;
21790 top: -20px;
21791 }
21792 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header::after {
21793 content: "";
21794 background: #FCF4FF;
21795 width: 16.6666666667%;
21796 height: 99.7%;
21797 position: absolute;
21798 right: 0;
21799 top: 0;
21800 border-top: 1px solid #EEE4F2;
21801 border-bottom-right-radius: 20px;
21802 border-top-right-radius: 20px;
21803 z-index: 2;
21804 filter: drop-shadow(-8px 0px 20px rgba(67, 19, 107, 0.15));
21805 }
21806 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-row {
21807 align-items: center;
21808 align-items: stretch;
21809 max-width: 100%;
21810 display: grid;
21811 grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
21812 }
21813 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content {
21814 border: 1px solid #EEE4F2;
21815 width: 100%;
21816 border-radius: 0 0 20px 20px;
21817 border-top: none;
21818 border-bottom: none;
21819 }
21820 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row {
21821 background: #FFF;
21822 padding: 0;
21823 max-width: 100%;
21824 overflow: hidden;
21825 }
21826 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child {
21827 border-bottom: none;
21828 border-radius: 0 0 20px 20px;
21829 }
21830 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child .table-col.col-feature {
21831 border-radius: 0 0 0 20px;
21832 }
21833 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row:last-child .table-col.col-large {
21834 border-radius: 0 0 20px 0;
21835 }
21836 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row p {
21837 color: #3F4654;
21838 font-size: 14px;
21839 text-align: left;
21840 padding: 0 40px;
21841 }
21842 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .col-feature p {
21843 padding: 0 24px;
21844 color: #141618;
21845 font-weight: 500;
21846 }
21847 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .table-col {
21848 border-right: 1px solid #EEE4F2;
21849 padding: 20px 0;
21850 background: #FFF;
21851 border-bottom: 1px solid #EEE4F2;
21852 display: flex;
21853 align-items: center;
21854 }
21855 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row .table-col:last-child {
21856 border-right: none;
21857 border-bottom: 1px solid #EEE4F2;
21858 }
21859
21860 @media only screen and (max-width: 1199px) {
21861 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-row {
21862 grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
21863 }
21864 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-content .wpfnl-pvf-table-row p {
21865 padding: 0 20px;
21866 }
21867 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .col-free p {
21868 font-size: 14px;
21869 gap: 5px;
21870 }
21871 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header .wpfnl-pvf-table-row.cta .wpfn-btn-upgrade {
21872 font-size: 12px;
21873 padding: 11px 20px;
21874 }
21875 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper::after,
21876 .wpfnl-pro-vs-free-page-wrapper .wpfnl-pvf-table-wrapper .wpfnl-pvf-table-header::after {
21877 width: 20%;
21878 }
21879 }
21880 .wpfnl-copy-notice {
21881 display: flex;
21882 align-items: center;
21883 justify-content: space-between;
21884 border-radius: 10px;
21885 background: #2B0C45;
21886 box-shadow: 0px 10px 20px 0px rgba(176, 174, 186, 0.6);
21887 max-width: 670px;
21888 margin: auto;
21889 padding: 16px 20px;
21890 position: absolute;
21891 width: 100%;
21892 border: none;
21893 bottom: 21px;
21894 left: 50%;
21895 transform: translateX(-50%);
21896 }
21897 .wpfnl-copy-notice .wpfnl-notice-body-text {
21898 display: flex;
21899 gap: 10px;
21900 }
21901 .wpfnl-copy-notice .wpfnl-notice-body-text .wpfnl-notice-icon svg path {
21902 fill: #FFF;
21903 }
21904 .wpfnl-copy-notice .wpfnl-notice-body-text .wpfnl-notice-text {
21905 color: #FFF;
21906 }
21907 .wpfnl-copy-notice .wpfnl-button-wrapper button {
21908 background: transparent;
21909 border: none;
21910 outline: none;
21911 cursor: pointer;
21912 }
21913 .wpfnl-copy-notice .wpfnl-button-wrapper button.wpfnl-notice-undo {
21914 color: #EC813F;
21915 margin-right: 26px;
21916 }
21917
21918 .wpfnl .wpfnl-btn.view-analytics-stat {
21919 background-color: transparent;
21920 border: 1px solid #EBEDF0;
21921 padding: 8px 10px;
21922 cursor: pointer;
21923 text-align: center;
21924 border-radius: 10px;
21925 text-transform: capitalize;
21926 }
21927 .wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher {
21928 display: flex;
21929 align-items: center;
21930 gap: 9px;
21931 color: #2D3149;
21932 font-weight: 500;
21933 }
21934 .wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher label {
21935 width: 30px;
21936 height: 18px;
21937 }
21938 .wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher label::after {
21939 width: 12px;
21940 height: 12px;
21941 top: 2px;
21942 }
21943 .wpfnl .wpfnl-btn.view-analytics-stat .wpfnl-switcher input[type=checkbox]:checked + label::after {
21944 left: -14px;
21945 }
21946 .wpfnl .automation-step-name .step-stats {
21947 position: relative;
21948 display: flex;
21949 flex-flow: row wrap;
21950 align-items: center;
21951 justify-content: center;
21952 gap: 10px;
21953 padding-top: 16px;
21954 margin-top: 15px;
21955 }
21956 .wpfnl .automation-step-name .step-stats::before {
21957 content: "";
21958 position: absolute;
21959 top: 0;
21960 left: -24px;
21961 width: calc(100% + 48px);
21962 height: 1px;
21963 background: #F2F2F2;
21964 }
21965 .wpfnl .automation-step-name .step-stats .single-stats {
21966 border: 1px solid #F2F2F2;
21967 border-radius: 6px;
21968 font-size: 14px;
21969 line-height: 1;
21970 color: #2D3149;
21971 min-width: 62px;
21972 text-align: center;
21973 padding: 6px 4px;
21974 display: flex;
21975 align-items: center;
21976 justify-content: center;
21977 gap: 4px;
21978 }
21979 .wpfnl .automation-step-name .step-stats .single-stats.converion-rate {
21980 color: #12B76A;
21981 }
21982 .wpfnl .view-analytics-btn {
21983 background-color: transparent;
21984 border: 1px solid #EBEDF0;
21985 padding: 9px 10px;
21986 cursor: pointer;
21987 text-align: center;
21988 border-radius: 10px;
21989 text-transform: capitalize;
21990 display: flex;
21991 align-items: center;
21992 gap: 10px;
21993 font-weight: 500;
21994 }
21995 .wpfnl .view-analytics-btn:hover {
21996 background: #6E42D3;
21997 color: #FFF;
21998 }
21999 .wpfnl .view-analytics-btn:hover svg path {
22000 fill: #FFF;
22001 }
22002 .wpfnl .wpfnl-automation-reports-wrapper {
22003 position: fixed;
22004 width: 100vw;
22005 height: 100vh;
22006 background: #f0f0f1;
22007 top: 32px;
22008 z-index: 999;
22009 padding: 40px 60px;
22010 display: flex;
22011 flex-direction: column;
22012 align-items: center;
22013 }
22014 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header {
22015 width: 90%;
22016 max-width: 1180px;
22017 display: flex;
22018 align-items: center;
22019 justify-content: space-between;
22020 }
22021 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-left .back-to-flow {
22022 font-weight: 500;
22023 font-size: 14px;
22024 line-height: 14px;
22025 color: #A4A8B5;
22026 text-transform: capitalize;
22027 margin-bottom: 7px;
22028 border: none;
22029 background: none;
22030 display: flex;
22031 align-items: center;
22032 gap: 5px;
22033 cursor: pointer;
22034 }
22035 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-left .back-to-flow h1 {
22036 font-weight: 600;
22037 font-size: 22px;
22038 line-height: 1;
22039 color: #2d3149;
22040 }
22041 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right {
22042 display: flex;
22043 }
22044 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox {
22045 position: relative;
22046 }
22047 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button {
22048 position: relative;
22049 border: 1px solid #dee1e8;
22050 border-radius: 6px;
22051 padding: 10px 31px 10px 12px;
22052 background-color: transparent;
22053 text-align: left;
22054 font-weight: 600;
22055 font-size: 14px;
22056 line-height: 1;
22057 color: #2d3149;
22058 width: 105px;
22059 text-transform: capitalize;
22060 cursor: pointer;
22061 }
22062 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button::before {
22063 content: " ";
22064 display: block;
22065 position: absolute;
22066 border-style: solid;
22067 border-color: #a4a8b5;
22068 border-width: 0px 2px 2px 0px;
22069 transform: rotate(45deg) translateY(-50%);
22070 transform-origin: center;
22071 transition: all 0.3s ease;
22072 height: 6px;
22073 right: 17px;
22074 top: calc(50% - 3px);
22075 width: 6px;
22076 cursor: pointer;
22077 }
22078 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .drop-down-button.show::before {
22079 transform: rotate(225deg) translateY(-50%);
22080 }
22081 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown {
22082 top: 40px;
22083 width: 130px;
22084 }
22085 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li {
22086 padding: 10px 15px;
22087 cursor: pointer;
22088 color: #1d2327;
22089 }
22090 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:first-child {
22091 border-radius: 10px 10px 0 0;
22092 }
22093 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:last-child {
22094 border-radius: 0 0 10px 10px;
22095 }
22096 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown li:hover {
22097 background-color: #f6f8fa;
22098 }
22099 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown.show {
22100 visibility: visible;
22101 opacity: 1;
22102 }
22103 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-page__header-right .selectbox .wpfnl-dropdown::after {
22104 content: none;
22105 }
22106 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-refresh-btn {
22107 background: transparent;
22108 border: 1px solid #dee1e8;
22109 margin-right: 12px;
22110 margin-left: 0;
22111 border-radius: 6px;
22112 height: 36px;
22113 width: 36px;
22114 padding: 1px 0 0 1px;
22115 display: flex;
22116 align-items: center;
22117 justify-content: center;
22118 cursor: pointer;
22119 }
22120 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__header .wpfnl-refresh-btn.rotate svg {
22121 animation: spin 0.7s linear infinite;
22122 }
22123 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body {
22124 width: 90%;
22125 max-width: 1180px;
22126 }
22127 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report {
22128 background: #ffffff;
22129 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
22130 border-radius: 10px;
22131 padding: 24px 24px 32px;
22132 position: relative;
22133 margin-top: 30px;
22134 }
22135 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body {
22136 display: grid;
22137 grid-template-columns: repeat(3, 1fr);
22138 gap: 15px;
22139 margin-bottom: 20px;
22140 }
22141 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .box-header {
22142 margin-bottom: 15px;
22143 grid-column: span 3;
22144 }
22145 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .box-header .header-title {
22146 font-weight: 600;
22147 font-size: 18px;
22148 line-height: 1;
22149 color: #2d3149;
22150 text-transform: capitalize;
22151 }
22152 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report {
22153 border: 1px solid #E9EAEE;
22154 border-radius: 10px;
22155 padding: 20px;
22156 display: flex;
22157 flex-flow: row wrap;
22158 align-items: center;
22159 justify-content: space-between;
22160 }
22161 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report {
22162 width: calc(100% - 44px);
22163 }
22164 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report .report-title {
22165 font-weight: 400;
22166 font-size: 14px;
22167 line-height: 1.3;
22168 color: #9398A5;
22169 text-transform: capitalize;
22170 }
22171 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .report h6 {
22172 font-weight: 600;
22173 font-size: 20px;
22174 line-height: 1;
22175 color: #2D3149;
22176 margin-top: 5px;
22177 }
22178 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .wpfnl-overall-report .wpfnl-template-overall-report-body .single-report .icon {
22179 width: 44px;
22180 height: 44px;
22181 background: #FFFFFF;
22182 border: 1px solid #E4E6EB;
22183 display: flex;
22184 align-items: center;
22185 justify-content: center;
22186 border-radius: 100%;
22187 }
22188 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics {
22189 background: #ffffff;
22190 box-shadow: 0px 1px 1px rgba(182, 185, 191, 0.3019607843);
22191 border-radius: 10px;
22192 padding: 24px 24px 32px;
22193 position: relative;
22194 margin-top: 20px;
22195 }
22196 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header {
22197 display: flex;
22198 flex-flow: row wrap;
22199 align-items: center;
22200 justify-content: space-between;
22201 margin-bottom: 30px;
22202 }
22203 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .header-title {
22204 font-weight: 500;
22205 font-size: 18px;
22206 line-height: 1;
22207 color: #2d3149;
22208 text-transform: capitalize;
22209 }
22210 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator {
22211 display: flex;
22212 align-items: center;
22213 justify-content: center;
22214 }
22215 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span {
22216 font-weight: 400;
22217 font-size: 14px;
22218 line-height: 1.3;
22219 color: #9398a5;
22220 position: relative;
22221 display: flex;
22222 align-items: center;
22223 }
22224 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span::before {
22225 content: "";
22226 width: 10px;
22227 height: 10px;
22228 background: #02c4fb;
22229 display: inline-block;
22230 border-radius: 50px;
22231 margin-right: 10px;
22232 }
22233 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span.opened {
22234 margin-right: 30px;
22235 }
22236 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .box-header .stat-indicator span.opened::before {
22237 background: #573BFF;
22238 }
22239 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .performance-wrapper {
22240 position: relative;
22241 }
22242 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label {
22243 position: absolute;
22244 top: 3px;
22245 left: 0;
22246 height: 100%;
22247 width: 100%;
22248 display: flex;
22249 flex-flow: column;
22250 justify-content: space-between;
22251 }
22252 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label {
22253 font-size: 12px;
22254 line-height: 1.2;
22255 color: #9398A5;
22256 display: block;
22257 position: relative;
22258 }
22259 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label:before {
22260 content: "";
22261 position: absolute;
22262 left: 50px;
22263 top: 7px;
22264 width: calc(100% - 50px);
22265 height: 1px;
22266 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
22267 }
22268 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .chart-percent-label .single-label span {
22269 width: 33px;
22270 display: block;
22271 text-align: right;
22272 }
22273 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper {
22274 height: 266px;
22275 display: flex;
22276 flex-flow: row wrap;
22277 align-items: flex-end;
22278 justify-content: space-between;
22279 padding: 10px 15px 3px 60px;
22280 gap: 15px;
22281 position: relative;
22282 z-index: 1;
22283 }
22284 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly {
22285 gap: 0px;
22286 padding: 10px 15px 3px 45px;
22287 }
22288 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .single-bar {
22289 width: 8px;
22290 }
22291 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .single-performance:before {
22292 left: -4px;
22293 width: calc(100% + 4px);
22294 }
22295 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-chart-wrapper.monthly .bar-title {
22296 font-size: 10px;
22297 transform: rotate(-55deg) translate(-10px, -10px);
22298 transform-origin: left;
22299 bottom: -32px;
22300 }
22301 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance {
22302 height: 100%;
22303 display: flex;
22304 flex-flow: column;
22305 justify-content: flex-end;
22306 position: relative;
22307 }
22308 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:before {
22309 content: "";
22310 position: absolute;
22311 bottom: 0;
22312 left: -7px;
22313 width: calc(100% + 10px);
22314 height: 100%;
22315 z-index: 0;
22316 background: #F6F8FA;
22317 border-right: 2px dashed #E4E7EC;
22318 border-left: 2px dashed #E4E7EC;
22319 opacity: 0;
22320 visibility: hidden;
22321 }
22322 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover:before {
22323 opacity: 1;
22324 visibility: visible;
22325 }
22326 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar {
22327 width: 30px;
22328 height: 100%;
22329 display: flex;
22330 gap: 3px;
22331 }
22332 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item {
22333 width: 50%;
22334 display: block;
22335 margin-top: auto;
22336 }
22337 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.open {
22338 background-color: #573BFF;
22339 border-radius: 6px 6px 0 0;
22340 }
22341 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.clicked {
22342 background-color: #02C4FB;
22343 border-radius: 6px 6px 0 0;
22344 }
22345 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-item.send {
22346 background-color: #12B76A;
22347 }
22348 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-bar .bar-title {
22349 font-size: 12px;
22350 line-height: 1.2;
22351 color: #9398A5;
22352 position: absolute;
22353 bottom: -20px;
22354 left: 50%;
22355 transform: translateX(-50%);
22356 white-space: nowrap;
22357 transition: all 0.3s ease;
22358 }
22359 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip {
22360 background: #FFFFFF;
22361 border: 1px solid #F0F1F4;
22362 box-shadow: 0px 2px 15px rgba(22, 28, 32, 0.0784313725);
22363 border-radius: 4px;
22364 padding: 15px;
22365 width: 180px;
22366 position: absolute;
22367 bottom: calc(100% + 16px);
22368 left: 50%;
22369 transform: translateX(-50%);
22370 z-index: 9;
22371 opacity: 0;
22372 visibility: hidden;
22373 transition: all 0.3s ease;
22374 }
22375 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip:before {
22376 content: "";
22377 position: absolute;
22378 left: 50%;
22379 bottom: -6px;
22380 width: 12px;
22381 height: 12px;
22382 background: white;
22383 transform: rotate(45deg);
22384 margin-left: -6px;
22385 }
22386 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item {
22387 font-size: 12px;
22388 line-height: 1;
22389 color: #9398A5;
22390 margin-bottom: 10px;
22391 position: relative;
22392 display: flex;
22393 align-items: center;
22394 justify-content: space-between;
22395 padding-left: 17px;
22396 }
22397 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item:last-child {
22398 margin-bottom: 0;
22399 }
22400 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item:before {
22401 content: "";
22402 position: absolute;
22403 left: 0;
22404 top: 4px;
22405 width: 8px;
22406 height: 8px;
22407 background: #12B76A;
22408 border-radius: 100%;
22409 }
22410 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item small {
22411 margin-left: 7px;
22412 display: inline-block;
22413 }
22414 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.open:before {
22415 background: #573BFF;
22416 }
22417 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.open small {
22418 color: #12B76A;
22419 }
22420 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.click:before {
22421 background: #02C4FB;
22422 }
22423 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.click small {
22424 color: #F7900A;
22425 }
22426 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item.email small {
22427 color: #02C4FB;
22428 }
22429 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .bar-tooltip .item-value {
22430 color: #2D3149;
22431 }
22432 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar {
22433 z-index: 1;
22434 }
22435 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar .bar-tooltip {
22436 opacity: 1;
22437 visibility: visible;
22438 }
22439 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:hover .single-bar .bar-title {
22440 opacity: 1;
22441 visibility: visible;
22442 }
22443 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:last-child .bar-tooltip {
22444 left: inherit;
22445 right: -34px;
22446 transform: translateX(0);
22447 }
22448 .wpfnl .wpfnl-automation-reports-wrapper .wpfnl-page__body .performance-analytics .single-performance:last-child .bar-tooltip:before {
22449 left: inherit;
22450 right: 42px;
22451 }
22452
22453 @keyframes spin {
22454 0% {
22455 transform: rotate(0deg);
22456 }
22457 100% {
22458 transform: rotate(360deg);
22459 }
22460 }
22461 .shimmer-line {
22462 height: 20px;
22463 margin-top: 20px;
22464 background: #777;
22465 }
22466
22467 .shimmer-line-br {
22468 border-radius: 8px;
22469 }
22470
22471 .shimmer-line-full {
22472 width: 100%;
22473 }
22474
22475 .shimmer-line-80 {
22476 width: 80%;
22477 }
22478
22479 .shimmer-line-60 {
22480 width: 60%;
22481 }
22482
22483 .shimmer-line-40 {
22484 width: 40%;
22485 }
22486
22487 .shimmer-line-20 {
22488 width: 20%;
22489 }
22490
22491 .shimmer-line-10 {
22492 width: 10%;
22493 }
22494
22495 .shimmer-circle {
22496 background: #777;
22497 border-radius: 50%;
22498 }
22499
22500 .shimmer-circle-lg {
22501 height: 129px;
22502 width: 129px;
22503 }
22504
22505 .shimmer-circle-md {
22506 height: 65px;
22507 width: 65px;
22508 }
22509
22510 .shimmer-circle-sm {
22511 height: 33px;
22512 width: 33px;
22513 }
22514
22515 .shimmer-circle-x-sm {
22516 height: 17px;
22517 width: 17px;
22518 }
22519
22520 .shimmer-wrapper, .shimmer-wrapper-center {
22521 width: 100%;
22522 height: 100%;
22523 padding: 10px;
22524 animation: shimmer-full-view 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
22525 }
22526
22527 .shimmer-wrapper-center {
22528 display: flex;
22529 flex-direction: column;
22530 gap: 10px;
22531 justify-content: center;
22532 align-items: center;
22533 }
22534
22535 @keyframes shimmer-full-view {
22536 0% {
22537 background-position: -1000px 0;
22538 }
22539 100% {
22540 background-position: 1000px 0;
22541 }
22542 }
22543 @keyframes shimmer-animation {
22544 0% {
22545 background-position: -1000px 0;
22546 }
22547 100% {
22548 background-position: 1000px 0;
22549 }
22550 }
22551 .shimmer-animate {
22552 animation: shimmer-animation 4s infinite linear;
22553 background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
22554 background-size: 1000px 100%;
22555 }
22556
22557 .wpfnl-comparison-chart-wrapper {
22558 border-radius: 10px;
22559 background: #FFF;
22560 box-shadow: 0px 1px 1px 0px rgba(182, 185, 191, 0.3);
22561 padding: 24px;
22562 }
22563 .wpfnl-comparison-chart-wrapper .wpfnl-loader {
22564 display: flex;
22565 margin: 150px auto;
22566 padding: 40px;
22567 }
22568 .wpfnl-comparison-chart-wrapper .wpfnl-chart-title {
22569 color: #2D3149;
22570 font-size: 18px;
22571 font-style: normal;
22572 font-weight: 600;
22573 line-height: 18px;
22574 margin: 0;
22575 margin-bottom: 24px;
22576 }
22577 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
22578 display: flex;
22579 align-items: center;
22580 justify-content: space-between;
22581 }
22582 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
22583 padding: 16px 24px;
22584 position: relative;
22585 cursor: pointer;
22586 }
22587 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled {
22588 pointer-events: none;
22589 cursor: not-allowed;
22590 }
22591 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.disabled .wpfnl-overlay {
22592 width: 99.5%;
22593 padding: 0;
22594 left: -1px;
22595 border-radius: 0;
22596 bottom: -1px;
22597 top: unset;
22598 border: 1px solid rgba(238, 240, 243, 0.8);
22599 border-bottom: none;
22600 border-radius: 10px 10px 0 0;
22601 }
22602 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header {
22603 display: flex;
22604 align-items: center;
22605 justify-content: flex-start;
22606 gap: 10px;
22607 margin-bottom: 10px;
22608 }
22609 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
22610 margin: 0;
22611 color: #2D3149;
22612 font-size: 22px;
22613 font-style: normal;
22614 font-weight: 500;
22615 line-height: 1.36;
22616 letter-spacing: -0.44px;
22617 }
22618 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
22619 border-radius: 100px;
22620 padding: 4px 7px;
22621 display: flex;
22622 align-items: center;
22623 gap: 1px;
22624 justify-content: center;
22625 font-size: 12px;
22626 font-style: normal;
22627 font-weight: 500;
22628 line-height: 1;
22629 margin: 0;
22630 min-width: 40px;
22631 }
22632 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-decrease {
22633 background: rgba(236, 89, 86, 0.1);
22634 color: #EC5956;
22635 }
22636 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage.wpfnl-increase {
22637 background: rgba(18, 183, 106, 0.1);
22638 color: #12B76A;
22639 }
22640 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
22641 margin: 0;
22642 color: #667085;
22643 font-size: 14px;
22644 font-style: normal;
22645 font-weight: 400;
22646 line-height: 1;
22647 }
22648 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab::after {
22649 content: "";
22650 width: 1px;
22651 height: 60%;
22652 position: absolute;
22653 background: #E4E6EB;
22654 right: 0;
22655 top: 30%;
22656 }
22657 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active {
22658 border-radius: 8px 8px 0px 0px;
22659 border: 1px solid rgba(238, 240, 243, 0.8);
22660 background: #FCFCFF;
22661 border-bottom: 0;
22662 }
22663 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.active::after {
22664 content: none;
22665 }
22666 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab.no-after::after {
22667 content: none;
22668 }
22669 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab:last-child::after {
22670 content: none;
22671 }
22672 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body {
22673 border-radius: 0px 0px 8px 8px;
22674 border: 1px solid rgba(241, 240, 245, 0.8);
22675 background: #FCFCFF;
22676 padding: 24px;
22677 }
22678 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container {
22679 position: relative;
22680 }
22681 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps {
22682 position: absolute;
22683 top: 3px;
22684 left: 0;
22685 height: 292px;
22686 width: 100%;
22687 display: flex;
22688 flex-flow: column;
22689 justify-content: space-between;
22690 }
22691 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step {
22692 color: #9398A5;
22693 text-align: right;
22694 font-size: 12px;
22695 font-style: normal;
22696 font-weight: 400;
22697 line-height: 1.5;
22698 display: block;
22699 position: relative;
22700 }
22701 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step::before {
22702 content: "";
22703 position: absolute;
22704 left: 50px;
22705 top: 7px;
22706 width: calc(100% - 50px);
22707 height: 1px;
22708 background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E4E7ECFF' stroke-width='4' stroke-dasharray='3%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
22709 }
22710 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-chart-steps-container .wpfnl-comparison-chart-steps .wpfnl-single-step span {
22711 width: 33px;
22712 display: block;
22713 text-align: right;
22714 }
22715 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container {
22716 height: 292px;
22717 padding: 10px 0px 9px 60px;
22718 position: relative;
22719 z-index: 1;
22720 display: grid;
22721 grid-template-columns: repeat(12, 1fr);
22722 gap: 0;
22723 }
22724 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar {
22725 width: 70%;
22726 height: 94%;
22727 position: relative;
22728 display: flex;
22729 flex-flow: row wrap;
22730 align-items: flex-end;
22731 gap: 6px;
22732 bottom: 0px;
22733 }
22734 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
22735 height: 100%;
22736 width: 1px;
22737 position: absolute;
22738 background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMSAxOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjMkQzMTQ5IiBzdHJva2UtZGFzaGFycmF5PSI0IDQiIHN0cm9rZS13aWR0aD0iLjUiIGQ9Ik0uMjUuMjVoLjV2MTk4LjVoLS41eiIvPjwvc3ZnPg==");
22739 left: 38%;
22740 }
22741 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover::before {
22742 content: "";
22743 }
22744 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar:hover .wpfnl-comparison-bar-tooltip {
22745 display: block;
22746 }
22747 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
22748 display: none;
22749 border-radius: 8px;
22750 background: #10052E;
22751 box-shadow: 0px 2px 15px 0px rgba(22, 28, 32, 0.08);
22752 padding: 15px 14px;
22753 width: 160px;
22754 z-index: 99;
22755 position: absolute;
22756 transform: translateX(-50%);
22757 left: 45%;
22758 }
22759 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip::before {
22760 content: "";
22761 background: #10052E;
22762 width: 10px;
22763 height: 10px;
22764 position: absolute;
22765 bottom: -5px;
22766 transform: rotate(45deg);
22767 left: 45%;
22768 }
22769 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
22770 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
22771 color: #CDCFD6;
22772 font-size: 13px;
22773 font-style: normal;
22774 font-weight: 400;
22775 line-height: 12px;
22776 margin: 0;
22777 display: flex;
22778 }
22779 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data b,
22780 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data b {
22781 color: #FFF;
22782 }
22783 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
22784 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
22785 width: 10px;
22786 height: 10px;
22787 border-radius: 50%;
22788 background: #6E42D3;
22789 display: inline-block;
22790 margin-right: 5px;
22791 }
22792 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper,
22793 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .wpfnl-value-wrapper {
22794 display: flex;
22795 flex-wrap: wrap;
22796 gap: 2px;
22797 }
22798 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
22799 margin-top: 8px;
22800 }
22801 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
22802 background: #EAE1FF;
22803 }
22804 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-bar-label {
22805 font-size: 12px;
22806 line-height: 1.2;
22807 color: #9398A5;
22808 position: absolute;
22809 bottom: -35px;
22810 left: 40%;
22811 transform: translateX(-50%);
22812 white-space: nowrap;
22813 transition: all 0.3s ease;
22814 }
22815 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar {
22816 width: 35%;
22817 display: block;
22818 border-radius: 30px 30px 0 0;
22819 position: relative;
22820 }
22821 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-to-bar {
22822 background-color: #EAE1FF;
22823 }
22824 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-single-bar.wpfnl-compare-with-bar {
22825 background-color: #6E42D3;
22826 }
22827
22828 @media only screen and (max-width: 1600px) {
22829 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip {
22830 left: 40%;
22831 width: 94px;
22832 padding: 10px;
22833 }
22834 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data,
22835 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data {
22836 font-size: 10px;
22837 }
22838 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .circle,
22839 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-previous-data .circle {
22840 width: 6px;
22841 height: 6px;
22842 margin-right: 3px;
22843 }
22844 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip b {
22845 display: block;
22846 margin-top: 2px;
22847 }
22848 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar .wpfnl-comparison-bar-tooltip .wpfnl-current-data .wpfnl-value-wrapper {
22849 margin-top: -3px;
22850 }
22851 }
22852 @media only screen and (max-width: 1399px) {
22853 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab {
22854 padding: 10px 15px;
22855 }
22856 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-tab-total-amount {
22857 font-size: 18px;
22858 }
22859 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage {
22860 min-width: 40px;
22861 padding: 4px 5px;
22862 font-size: 9px;
22863 }
22864 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-header .wpfnl-percentage svg {
22865 width: 12px;
22866 height: 12px;
22867 }
22868 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container .wpfnl-comparison-bar-single-tab .wpfnl-tab-title {
22869 font-size: 12px;
22870 }
22871 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-chart-body .wpfnl-comparison-bars-container .wpfnl-comparison-bar::before {
22872 left: 42%;
22873 }
22874 }
22875 @media only screen and (max-width: 960px) {
22876 .wpfnl-comparison-chart-wrapper .wpfnl-comparison-chart .wpfnl-comparison-tabs-container {
22877 flex-wrap: wrap;
22878 }
22879 }
22880 .wpfnl-datepicker {
22881 position: relative;
22882 min-width: 350px;
22883 }
22884 .wpfnl-datepicker input {
22885 cursor: default;
22886 margin: 0.5em;
22887 border-radius: 4px;
22888 background: inherit;
22889 border-radius: 8px;
22890 color: #2D3149;
22891 font-family: Inter;
22892 font-size: 13px;
22893 font-style: normal;
22894 font-weight: 500;
22895 line-height: 1.15;
22896 border: 1px solid #F1F0F5;
22897 padding: 9px 12px;
22898 width: 45%;
22899 }
22900 .wpfnl-datepicker input.single-date {
22901 width: 100%;
22902 margin-left: -1px;
22903 }
22904 .wpfnl-datepicker .multi-input {
22905 display: flex;
22906 align-items: center;
22907 }
22908 .wpfnl-datepicker .multi-input span {
22909 margin: 0 0.5em;
22910 }
22911 .wpfnl-datepicker .calendar {
22912 background: white;
22913 padding: 1em;
22914 }
22915 .wpfnl-datepicker .calendar .calendar-header {
22916 display: flex;
22917 justify-content: space-between;
22918 align-items: center;
22919 margin-bottom: 1em;
22920 }
22921 .wpfnl-datepicker .calendar .calendar-header .pre-month,
22922 .wpfnl-datepicker .calendar .calendar-header .next-month {
22923 border-radius: 8px;
22924 border: 1px solid #F1F0F5;
22925 padding: 8px 15px;
22926 }
22927 .wpfnl-datepicker .calendar .calendar-header .month-name {
22928 color: #2D3149;
22929 font-family: Inter;
22930 font-size: 16px;
22931 font-style: normal;
22932 font-weight: 500;
22933 line-height: 15px;
22934 }
22935 .wpfnl-datepicker .calendar .calendar-header button {
22936 background: none;
22937 border: none;
22938 cursor: pointer;
22939 font-size: 1.2em;
22940 }
22941 .wpfnl-datepicker .calendar .calendar-grid {
22942 display: grid;
22943 grid-template-columns: repeat(7, 1fr);
22944 gap: 0.5em;
22945 }
22946 .wpfnl-datepicker .calendar .calendar-grid .calendar-day {
22947 color: #9398A5;
22948 font-family: Inter;
22949 font-size: 14px;
22950 font-style: normal;
22951 font-weight: 500;
22952 line-height: 14px;
22953 cursor: default;
22954 }
22955 .wpfnl-datepicker .calendar .calendar-grid .calendar-day:hover {
22956 background: none !important;
22957 }
22958 .wpfnl-datepicker .calendar .calendar-grid div {
22959 text-align: center;
22960 padding: 0.5em;
22961 cursor: pointer;
22962 border-radius: 4px;
22963 color: #2D3149;
22964 text-align: center;
22965 font-family: Inter;
22966 font-size: 12px;
22967 font-style: normal;
22968 font-weight: 500;
22969 line-height: 2.667;
22970 }
22971 .wpfnl-datepicker .calendar .calendar-grid div.empty {
22972 background: none;
22973 cursor: default;
22974 }
22975 .wpfnl-datepicker .calendar .calendar-grid div.selected, .wpfnl-datepicker .calendar .calendar-grid div.start-date, .wpfnl-datepicker .calendar .calendar-grid div.end-date {
22976 background: #6E42D3;
22977 color: white;
22978 }
22979 .wpfnl-datepicker .calendar .calendar-grid div.in-range {
22980 background: #e5daff;
22981 }
22982 .wpfnl-datepicker .calendar .calendar-grid div.disabled {
22983 opacity: 0.5;
22984 cursor: default;
22985 pointer-events: none;
22986 }
22987 .wpfnl-datepicker .calendar .calendar-grid div.disabled:hover {
22988 background: none !important;
22989 }
22990 .wpfnl-datepicker .calendar .calendar-grid div:hover:not(.empty) {
22991 background: #f0f0f0;
22992 }
22993
22994 .wpfnl-pro-modal-overlay {
22995 position: fixed;
22996 top: 0;
22997 left: 0;
22998 width: 100%;
22999 height: 100%;
23000 background-color: rgba(0, 0, 0, 0.3);
23001 justify-content: center;
23002 align-items: center;
23003 display: flex;
23004 z-index: 999999;
23005 }
23006 .wpfnl-pro-modal-overlay svg {
23007 position: relative !important;
23008 overflow: auto !important;
23009 }
23010 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper {
23011 background: #F6F5FA;
23012 border-radius: 10px;
23013 position: relative;
23014 width: 100%;
23015 max-width: 573px;
23016 position: relative;
23017 box-shadow: 0px 14px 14px #A7A4AF;
23018 animation: wpfnl-bounce 0.3s;
23019 -webkit-animation: wpfnl-bounce 0.3s;
23020 -moz-animation: wpfnl-bounce 0.3s;
23021 -ms-animation: wpfnl-bounce 0.3s;
23022 -o-animation: wpfnl-bounce 0.3s;
23023 }
23024 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-close .wpfnl-pro-modal-close-btn {
23025 position: absolute;
23026 right: -14px;
23027 top: -14px;
23028 background: #ffffff;
23029 box-shadow: 0px 1px 1px #dadada;
23030 border-radius: 100px;
23031 width: 34px;
23032 height: 34px;
23033 display: flex;
23034 align-items: center;
23035 justify-content: center;
23036 cursor: pointer;
23037 z-index: 2;
23038 }
23039 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content {
23040 display: flex;
23041 flex-direction: column;
23042 }
23043 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header {
23044 width: 100%;
23045 border-radius: 10px 10px 0 0;
23046 display: flex;
23047 flex-flow: column;
23048 align-items: center;
23049 padding-top: 30px;
23050 position: relative;
23051 height: 100%;
23052 overflow: hidden;
23053 }
23054 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header::before {
23055 text-align: center;
23056 content: "Premium";
23057 position: absolute;
23058 top: 30px;
23059 left: -40px;
23060 background-color: #4CBB17;
23061 padding: 7px;
23062 font-weight: 600;
23063 font-size: 13px;
23064 line-height: 1.13;
23065 color: #FFFFFF;
23066 width: 150px;
23067 transform: rotate(-47.19deg);
23068 }
23069 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header .wpfnl-pro-heading {
23070 color: #2D3149;
23071 font-size: 18px;
23072 font-style: normal;
23073 font-weight: 600;
23074 line-height: normal;
23075 margin-top: 15px;
23076 }
23077 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-header .wpfnl-pro-sub-heading {
23078 color: #9398A5;
23079 text-align: center;
23080 font-family: Inter;
23081 font-size: 14px;
23082 font-style: normal;
23083 font-weight: 400;
23084 line-height: 1.42;
23085 margin-top: 6px;
23086 width: 80%;
23087 }
23088 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body {
23089 margin-top: 30px;
23090 }
23091 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-modal-body_container {
23092 display: flex;
23093 align-items: flex-start;
23094 justify-content: space-around;
23095 gap: 50px;
23096 max-width: 93%;
23097 margin: 0 auto;
23098 background: #ffffff;
23099 padding: 10px;
23100 border-radius: 10px;
23101 }
23102 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features {
23103 width: 45%;
23104 padding-left: 20px;
23105 }
23106 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features li {
23107 display: flex;
23108 align-items: center;
23109 gap: 8px;
23110 margin: 10px 0px;
23111 }
23112 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-body .wpfnl-pro-features li span {
23113 color: #363B4E;
23114 font-size: 14px;
23115 font-style: normal;
23116 font-weight: 400;
23117 line-height: 15px;
23118 letter-spacing: -0.14px;
23119 }
23120 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer {
23121 padding: 20px;
23122 }
23123 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container {
23124 background: #ffffff;
23125 border-radius: 10px;
23126 max-width: 100%;
23127 padding: 20px 15px;
23128 }
23129 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages {
23130 display: flex;
23131 align-items: center;
23132 justify-content: center;
23133 gap: 10px;
23134 padding: 0px 0px 10px 0px;
23135 position: relative;
23136 }
23137 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type {
23138 text-align: left;
23139 width: 42%;
23140 white-space: nowrap;
23141 overflow: hidden;
23142 text-overflow: ellipsis;
23143 padding: 10px;
23144 }
23145 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type strong {
23146 color: #2D3149;
23147 font-size: 20px;
23148 font-weight: 500;
23149 }
23150 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type span {
23151 color: #9398A5;
23152 font-size: 12px;
23153 font-weight: 400;
23154 }
23155 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price {
23156 flex-grow: 1;
23157 padding: 10px;
23158 }
23159 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price strong {
23160 color: #2D3149;
23161 font-size: 20px;
23162 font-weight: 500;
23163 }
23164 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price span {
23165 color: #9398A5;
23166 font-size: 12px;
23167 font-weight: 400;
23168 }
23169 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-type, .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-price, .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn {
23170 background: transparent;
23171 border: 1px solid #E8E6EE;
23172 border-radius: 10px;
23173 }
23174 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn {
23175 width: 10%;
23176 padding: 16px 0px;
23177 }
23178 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages-btn svg {
23179 transition: all 0.3s ease;
23180 }
23181 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .btn-rotate svg {
23182 transform: rotate(180deg);
23183 }
23184 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container {
23185 position: absolute;
23186 display: none;
23187 width: 56%;
23188 top: 92%;
23189 right: 0;
23190 background: #FFFFFF;
23191 border-radius: 10px;
23192 z-index: 1;
23193 border: 1px solid #F6F5FA;
23194 box-shadow: 0px 10px 20px rgba(226, 220, 237, 0.4);
23195 }
23196 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li {
23197 padding: 10px;
23198 cursor: pointer;
23199 }
23200 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li strong {
23201 color: #2D3149;
23202 font-size: 14px;
23203 font-weight: 500;
23204 }
23205 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li span {
23206 color: #9398A5;
23207 font-size: 12px;
23208 font-weight: 400;
23209 }
23210 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li:hover {
23211 background: #F6F5FA;
23212 }
23213 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container .wpfnl-pro-modal-select-dropdown li:not(:last-child) {
23214 border-bottom: 1px solid #E8E6EE;
23215 }
23216 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-pro-modal-footer_packages .wpfnl-pro-modal-select-container.show-dropdown {
23217 display: block;
23218 }
23219 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper {
23220 display: flex;
23221 align-items: center;
23222 justify-content: center;
23223 gap: 16px;
23224 flex-wrap: wrap;
23225 }
23226 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .cancel {
23227 color: #2D3149;
23228 font-size: 15px;
23229 font-style: normal;
23230 font-weight: 500;
23231 line-height: normal;
23232 letter-spacing: -0.15px;
23233 background: none;
23234 padding: 0;
23235 height: auto;
23236 min-width: unset;
23237 }
23238 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .confirmed {
23239 border-radius: 10px;
23240 background: #6E42D3;
23241 box-shadow: 0px 9px 14px 0px rgba(193, 183, 232, 0.4);
23242 display: flex;
23243 align-items: center;
23244 gap: 8px;
23245 cursor: pointer;
23246 min-height: 40px;
23247 width: 100%;
23248 margin: 0 auto;
23249 justify-content: center;
23250 }
23251 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer_container .wpfnl-footer-btn-wrapper .confirmed span {
23252 color: #FFF;
23253 font-size: 16px;
23254 font-style: normal;
23255 font-weight: 400;
23256 line-height: normal;
23257 text-align: center;
23258 }
23259 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text {
23260 display: flex;
23261 align-items: center;
23262 justify-content: center;
23263 margin-top: 10px;
23264 gap: 6px;
23265 font-size: 13px;
23266 }
23267 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text strong {
23268 color: #2D3149;
23269 font-size: 14px;
23270 font-weight: 500;
23271 }
23272 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text span {
23273 color: #9398A5;
23274 font-size: 12px;
23275 font-weight: 400;
23276 }
23277 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text svg {
23278 margin-top: -2px;
23279 }
23280 .wpfnl-pro-modal-overlay .wpfnl-pro-modal-wrapper .wpfnl-pro-modal-content .wpfnl-pro-modal-footer .wpfnl-pro-modal-footer-text svg path {
23281 fill: #4CBB17;
23282 }
23283
23284 /* Standard syntax */
23285 @keyframes wpfnl-bounce {
23286 0% {
23287 transform: scale(0.7);
23288 }
23289 45% {
23290 transform: scale(1.05);
23291 }
23292 80% {
23293 transform: scale(0.95);
23294 }
23295 100% {
23296 transform: scale(1);
23297 }
23298 }
23299 /* Webkit (Safari, older versions of Chrome, etc.) */
23300 @-webkit-keyframes wpfnl-bounce {
23301 0% {
23302 -webkit-transform: scale(0.7);
23303 }
23304 45% {
23305 -webkit-transform: scale(1.05);
23306 }
23307 80% {
23308 -webkit-transform: scale(0.95);
23309 }
23310 100% {
23311 -webkit-transform: scale(1);
23312 }
23313 }
23314 /* Mozilla (Firefox) */
23315 @-moz-keyframes wpfnl-bounce {
23316 0% {
23317 -moz-transform: scale(0.7);
23318 }
23319 45% {
23320 -moz-transform: scale(1.05);
23321 }
23322 80% {
23323 -moz-transform: scale(0.95);
23324 }
23325 100% {
23326 -moz-transform: scale(1);
23327 }
23328 }
23329 /* Microsoft (Internet Explorer) */
23330 @-ms-keyframes wpfnl-bounce {
23331 0% {
23332 -ms-transform: scale(0.7);
23333 }
23334 45% {
23335 -ms-transform: scale(1.05);
23336 }
23337 80% {
23338 -ms-transform: scale(0.95);
23339 }
23340 100% {
23341 -ms-transform: scale(1);
23342 }
23343 }
23344 /* Opera */
23345 @-o-keyframes wpfnl-bounce {
23346 0% {
23347 -o-transform: scale(0.7);
23348 }
23349 45% {
23350 -o-transform: scale(1.05);
23351 }
23352 80% {
23353 -o-transform: scale(0.95);
23354 }
23355 100% {
23356 -o-transform: scale(1);
23357 }
23358 }
23359 #wpfnl-toaster-wrapper {
23360 display: none;
23361 /* -------Warn notification alert toast------------ */
23362 }
23363 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast {
23364 position: fixed;
23365 top: 50px;
23366 right: 30px;
23367 z-index: 9999;
23368 -webkit-animation: quick-toastify-fadeinout 3s linear forwards;
23369 animation: quick-toastify-fadeinout 3s ease-in-out forwards;
23370 }
23371 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container {
23372 background: #ffffff;
23373 border: 1px solid #039855;
23374 box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
23375 border-radius: 10px;
23376 display: flex;
23377 flex-flow: row wrap;
23378 align-items: center;
23379 padding: 15px;
23380 }
23381 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-successfull-icon,
23382 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
23383 height: 26px;
23384 width: 26px;
23385 }
23386 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container p {
23387 padding: 0 60px 0 13px;
23388 }
23389 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
23390 background: #ffffff;
23391 border: 1px solid #e4e6eb;
23392 border-radius: 6px;
23393 display: flex;
23394 justify-content: center;
23395 align-items: center;
23396 cursor: pointer;
23397 }
23398 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon svg path {
23399 fill: #686f7f;
23400 }
23401 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon:hover {
23402 background: #e4e6eb;
23403 }
23404 #wpfnl-toaster-wrapper.quick-toastify-successful-notification .quick-toastify-successful-notification.quick-toastify-hide {
23405 display: none;
23406 }
23407 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast {
23408 position: fixed;
23409 top: 120px;
23410 right: 30px;
23411 z-index: 9999;
23412 -webkit-animation: quick-toastify-fadeinout 3s linear forwards;
23413 animation: quick-toastify-fadeinout 3s ease-in-out forwards;
23414 }
23415 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container {
23416 background: #ffffff;
23417 border: 1px solid #ec0707;
23418 box-shadow: 0px 7px 30px rgba(16, 5, 46, 0.08);
23419 border-radius: 10px;
23420 display: flex;
23421 flex-flow: row wrap;
23422 align-items: center;
23423 padding: 15px;
23424 }
23425 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-successfull-icon,
23426 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
23427 height: 26px;
23428 width: 26px;
23429 }
23430 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container p {
23431 padding: 0 60px 0 13px;
23432 }
23433 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon {
23434 background: #ffffff;
23435 border: 1px solid #e4e6eb;
23436 border-radius: 6px;
23437 display: flex;
23438 justify-content: center;
23439 align-items: center;
23440 cursor: pointer;
23441 }
23442 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon svg path {
23443 fill: #686f7f;
23444 }
23445 #wpfnl-toaster-wrapper.quick-toastify-warn-notification .quick-toastify-alert-toast .quick-toastify-alert-container .quick-toastify-cross-icon:hover {
23446 background: #e4e6eb;
23447 }
23448 @-webkit-keyframes quick-toastify-fadeinout {
23449 0% {
23450 opacity: 0;
23451 top: 80px;
23452 }
23453 20%, 80% {
23454 opacity: 1;
23455 top: 50px;
23456 }
23457 100% {
23458 opacity: 0;
23459 top: 20px;
23460 }
23461 }
23462 @keyframes quick-toastify-fadeinout {
23463 0% {
23464 opacity: 0;
23465 top: 80px;
23466 }
23467 20%, 80% {
23468 opacity: 1;
23469 top: 50px;
23470 }
23471 100% {
23472 opacity: 0;
23473 top: 20px;
23474 }
23475 }
23476
23477 body.rtl .wpfnl-checkbox label {
23478 padding-right: 29px;
23479 padding-left: 0;
23480 }
23481 body.rtl .wpfnl-checkbox label:before {
23482 left: inherit;
23483 right: 0;
23484 }
23485 body.rtl .wpfnl-checkbox label:after {
23486 left: inherit;
23487 right: 5px;
23488 }
23489 body.rtl .wpfnl-radiobtn label {
23490 padding-right: 29px;
23491 padding-left: 0;
23492 }
23493 body.rtl .wpfnl-radiobtn label::before {
23494 content: "";
23495 position: absolute;
23496 left: inherit;
23497 right: 0;
23498 }
23499 body.rtl .wpfnl-radiobtn label::after {
23500 right: 5px;
23501 left: inherit;
23502 }
23503 body.rtl .wpfnl-delete-alert-wrapper {
23504 right: inherit;
23505 left: 0;
23506 }
23507 body.rtl .delete-alert-new-ui .icon {
23508 right: inherit;
23509 left: -12px;
23510 }
23511 body.rtl .delete-alert-new-ui .wpfnl-delete-confirm-body p {
23512 text-align: right;
23513 }
23514 body.rtl .wpfnl-loader {
23515 margin-left: 0;
23516 margin-right: 4px;
23517 }
23518 body.rtl ul.wpfnl-dropdown {
23519 left: 0;
23520 right: inherit;
23521 }
23522 body.rtl ul.wpfnl-dropdown:after {
23523 left: 21px;
23524 right: inherit;
23525 }
23526 body.rtl ul.wpfnl-dropdown li a svg {
23527 margin-left: 6px;
23528 margin-right: 0;
23529 }
23530 body.rtl .wpfnl-field-wrapper > label {
23531 padding-left: 10px;
23532 padding-right: 0;
23533 }
23534 body.rtl .wpfnl-custom-selectbox .selectbox-selected-value {
23535 text-align: right;
23536 }
23537 body.rtl .wpfnl-custom-selectbox .selectbox-selected-value:before {
23538 left: 15px;
23539 right: inherit;
23540 }
23541 body.rtl .wpfnl-custom-selectbox .selectbox-selected-value {
23542 padding: 13px 12px 13px 33px;
23543 }
23544 body.rtl .wpfnl-custom-selectbox .list-title {
23545 right: -8px;
23546 left: inherit;
23547 }
23548
23549 body.rtl .template-library-modal {
23550 left: inherit;
23551 right: 160px;
23552 }
23553 body.rtl .template-library-modal .funnel-templates-header .back-form-modal {
23554 margin-right: 0;
23555 margin-left: 15px;
23556 }
23557 body.rtl .template-library-modal .funnel-templates-header .back-form-modal svg {
23558 left: 1px;
23559 transform: rotate(180deg);
23560 }
23561 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close {
23562 margin-right: 0;
23563 margin-left: 15px;
23564 }
23565 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .wpfnl-modal-close svg {
23566 transform: rotate(180deg);
23567 }
23568 body.rtl .template-library-modal .funnel-templates-header .template-type-filter {
23569 margin-left: 0;
23570 margin-right: auto;
23571 background-position-x: 13px;
23572 }
23573 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter,
23574 body.rtl .template-library-modal .funnel-templates-header .pro-free__filter {
23575 margin-left: 0 !important;
23576 margin-right: auto;
23577 }
23578 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:first-child,
23579 body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li:first-child {
23580 border-radius: 0 50px 50px 0;
23581 }
23582 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li:last-child,
23583 body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li:last-child {
23584 border-radius: 50px 0 0 50px;
23585 }
23586 body.rtl .step-template-showcase-modal .steps-template__filter-wrapper .pro-free__filter li svg,
23587 body.rtl .template-library-modal .funnel-templates-header .pro-free__filter li svg {
23588 margin-right: 0;
23589 margin-left: 8px;
23590 }
23591 body.rtl .template-library-modal .funnel-templates-sidebar .category-filter-wrapper {
23592 padding-right: 0;
23593 padding-left: 8px;
23594 }
23595 body.rtl .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .funnel-limit-notice svg,
23596 body.rtl .template-library-modal .wpfnl-create-funnel__templates .create-funnel__single-template.create__from-scratch .btn-default svg {
23597 margin-right: 0;
23598 margin-left: 2px;
23599 }
23600 body.rtl .wpfnl-drawing-window .drawflow .drawflow-node .node-wrapper .create-step-name-modal .modal-header .close,
23601 body.rtl .step-template-showcase-modal .create-step-name-modal .modal-header .close,
23602 body.rtl .template-library-modal .wpfnl-create-funnel__templates-wrapper .create-funnel-name-modal .modal-header .close {
23603 right: inherit;
23604 left: -11px;
23605 }
23606
23607 body.rtl.folded .template-library-modal {
23608 right: 36px;
23609 width: calc(100% - 36px);
23610 }
23611
23612 body.rtl.wp-funnels_page_edit_funnel #wpcontent {
23613 padding-right: 0;
23614 }
23615 body.rtl .steps-page__header {
23616 padding-right: 24px;
23617 padding-left: 12px;
23618 }
23619 body.rtl .steps-page__header-left .wpfnl-logo a {
23620 border-left: 1px solid #E5E8F3;
23621 border-right: 0;
23622 }
23623 body.rtl .steps-page__header-left .back-link {
23624 margin-right: 0;
23625 margin-left: 15px;
23626 }
23627 body.rtl .steps-page__header-left .back-link svg {
23628 transform: rotate(180deg);
23629 }
23630 body.rtl .steps-page__header-left .add-step-condtion-area li > button svg {
23631 margin-right: 0;
23632 margin-left: 5px;
23633 }
23634 body.rtl .steps-page__header-left .add-step-condtion-area li > button.add-new-step svg {
23635 margin-right: 0;
23636 margin-left: 5px;
23637 }
23638 body.rtl .steps-page__header-center .steps-page__fnl-name .fnl-name-btn {
23639 margin-left: 0;
23640 margin-right: 10px;
23641 }
23642 body.rtl .steps-page__header-right {
23643 margin-left: 0;
23644 margin-right: auto;
23645 }
23646 body.rtl .steps-page__header-right .enable-gbf {
23647 margin-right: 0;
23648 margin-left: 15px;
23649 }
23650 body.rtl .steps-page__header-right .enable-gbf,
23651 body.rtl .steps-page__header-right .funnel-stats {
23652 border-right: none;
23653 padding-right: 0;
23654 margin-right: 0;
23655 border-left: 1px solid #E5E8F3;
23656 margin-left: 5px;
23657 padding-left: 20px;
23658 }
23659 body.rtl .steps-page__header-right .enable-gbf .title,
23660 body.rtl .steps-page__header-right .funnel-stats .title {
23661 margin-right: 0;
23662 margin-left: 10px;
23663 }
23664 body.rtl .steps-page__header-right .dropdown-option {
23665 margin-left: 0;
23666 margin-right: 6px;
23667 }
23668 body.rtl .steps-page__header-right .dropdown-option ul.wpfnl-dropdown {
23669 right: inherit;
23670 left: -4px;
23671 }
23672 body.rtl .steps-page__header-right ul.wpfnl-dropdown:after {
23673 left: 11px;
23674 right: inherit;
23675 }
23676 body.rtl .steps-page__header-right .dropdown-option ul.wpfnl-dropdown a svg {
23677 margin-right: 0;
23678 margin-left: 6px;
23679 }
23680 body.rtl .funnel-window .wpfnl-canvas-zoom-control {
23681 left: inherit;
23682 right: 20px;
23683 }
23684 body.rtl .funnel-window .wpfnl-canvas-helper {
23685 right: inherit;
23686 left: 20px;
23687 }
23688 body.rtl .funnel-window .wpfnl-canvas-helper .help-resource {
23689 right: inherit;
23690 left: 0;
23691 }
23692 body.rtl .funnel-window .wpfnl-canvas-helper .help-resource:before {
23693 bottom: -7px;
23694 right: inherit;
23695 }
23696 body.rtl .wpfnl-drawing-window .drawflow .drawflow-node .inputs .input {
23697 left: -20px;
23698 right: inherit;
23699 }
23700 body.rtl .reconfigure-condition-modal .wpfnl-delete-confirm-body {
23701 text-align: right;
23702 }
23703
23704 body.rtl .wpfnl-step-settings-drawer {
23705 right: inherit;
23706 left: -190px;
23707 }
23708 body.rtl .wpfnl-step-settings-drawer.show-drawer {
23709 right: inherit;
23710 left: 0;
23711 }
23712 body.rtl .wpfnl-step-settings-drawer .drawer-header .drawer-title {
23713 display: flex;
23714 align-items: center;
23715 gap: 3px;
23716 flex-flow: row wrap;
23717 }
23718 body.rtl .steps-settings .steps-settings__tab-nav li a svg {
23719 margin-right: 0;
23720 margin-left: 8px;
23721 }
23722 body.rtl .step-settings__single-tab-content.product .product-head .product-search {
23723 margin-left: 0;
23724 margin-right: 0;
23725 }
23726 body.rtl .step-settings__single-tab-content .product-head .wpfnl-tooltip,
23727 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .wpfnl-tooltip {
23728 margin-left: 10px;
23729 margin-right: auto;
23730 }
23731 body.rtl .step-settings__single-tab-content .product-head .add-product-btn,
23732 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .add-product-btn {
23733 margin-left: 0;
23734 margin-right: 15px;
23735 }
23736 body.rtl .step-settings__single-tab-content .product-head .title,
23737 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .title {
23738 margin-right: 0;
23739 margin-left: 10px;
23740 }
23741 body.rtl .step-settings__single-tab-content .accordion-footer,
23742 body.rtl .step-settings__single-tab-content .accordion-head,
23743 body.rtl .checkout-product-setting-tab__content-wrapper .accordion-footer,
23744 body.rtl .checkout-product-setting-tab__content-wrapper .accordion-head {
23745 padding: 20px 60px 20px 25px;
23746 }
23747 body.rtl .step-settings__single-tab-content .product-single__accordion-head,
23748 body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
23749 padding: 25px 60px 25px 25px;
23750 }
23751 body.rtl .step-settings__single-tab-content .accordion-footer .total-price,
23752 body.rtl .step-settings__single-tab-content .product-single__accordion-head .total-price,
23753 body.rtl .step-settings__single-tab-content .accordion-head .total-price,
23754 body.rtl .checkout-product-setting-tab__content-wrapper .accordion-footer .total-price,
23755 body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .total-price,
23756 body.rtl .checkout-product-setting-tab__content-wrapper .accordion-head .total-price {
23757 text-align: left;
23758 }
23759 body.rtl .step-settings__single-tab-content .product-single__accordion-head .product-name ul .product-title,
23760 body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-name ul .product-title {
23761 padding-left: 0;
23762 padding-right: 19px;
23763 }
23764 body.rtl .step-settings__single-tab-content .product-single__accordion-head .product-action .product-edit,
23765 body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head .product-action .product-edit {
23766 margin-left: 0;
23767 margin-right: 6px;
23768 }
23769 body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .icon {
23770 margin-right: 0;
23771 margin-left: 12px;
23772 }
23773 body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .title-area .title {
23774 display: inline-flex;
23775 gap: 3px;
23776 }
23777 body.rtl .order-bump-accordion-wrapper .order-bump-accordion-header .action-area button {
23778 margin: 0 6px 0 0;
23779 }
23780 body.rtl .checkout-order-bump-setting-tab__content-wrapper .order-bump-settings-area {
23781 margin-right: 0;
23782 margin-left: 25px;
23783 }
23784 body.rtl .checkout-order-bump-setting-tab__content-wrapper .wpfnl-field-wrapper > label .color-picker {
23785 right: inherit;
23786 left: 10px;
23787 }
23788 body.rtl .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
23789 padding-left: 0;
23790 padding-right: 20px;
23791 }
23792 body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label {
23793 padding-left: 0;
23794 padding-right: 26px;
23795 }
23796 body.rtl .wpfnl-order-bump__template-style1 .offer-checkbox .wpfnl-checkbox label:after {
23797 left: inherit;
23798 right: 4px;
23799 }
23800 body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label {
23801 padding: 0 20px 0 0;
23802 }
23803 body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow svg {
23804 transform: rotate(180deg);
23805 }
23806 body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .nav-arrow {
23807 margin-right: 0;
23808 margin-left: 10px;
23809 animation: moveArrowRtl 1s linear infinite;
23810 }
23811 body.rtl .wpfnl-order-bump__template-style2 .template-preview-wrapper .template-content {
23812 padding-left: 0;
23813 padding-right: 20px;
23814 }
23815 body.rtl .wpfnl-order-bump__template-style2 .offer-checkbox .wpfnl-checkbox label:after {
23816 left: inherit;
23817 right: 3px;
23818 }
23819 body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label {
23820 padding-left: 0;
23821 padding-right: 28px;
23822 }
23823 body.rtl .wpfnl-order-bump__template-style3 .offer-checkbox .wpfnl-checkbox label:after {
23824 left: inherit;
23825 right: 4px;
23826 width: 9px;
23827 height: 5px;
23828 }
23829 body.rtl .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-content {
23830 padding-left: 0;
23831 padding-right: 14px;
23832 }
23833 body.rtl .wpfnl-order-bump__template-style4 .template-preview-wrapper .template-price {
23834 padding-left: 10px;
23835 padding-right: 10px;
23836 }
23837 body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label {
23838 padding-left: 50px;
23839 padding-right: 0;
23840 }
23841 body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:before {
23842 left: 0;
23843 right: inherit;
23844 }
23845 body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox label:after {
23846 left: 4px;
23847 right: inherit;
23848 }
23849 body.rtl .wpfnl-order-bump__template-style5 .offer-checkbox .wpfnl-checkbox input[type=checkbox]:checked + label::after {
23850 right: inherit;
23851 left: 26px;
23852 }
23853 body.rtl .wpfnl-order-bump__template-style5 .template-preview-wrapper .template-content {
23854 padding-right: 0;
23855 padding-left: 14px;
23856 }
23857 body.rtl .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
23858 padding-right: 0;
23859 padding-left: 20px;
23860 }
23861 body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label {
23862 padding: 0 26px 0 0;
23863 }
23864 body.rtl .wpfnl-order-bump__template-style6 .offer-checkbox .wpfnl-checkbox label:after {
23865 left: inherit;
23866 right: 4px;
23867 width: 9px;
23868 height: 5px;
23869 }
23870 body.rtl .wpfnl-order-bump__template-style7 .template-preview-wrapper .template-content-wrapper {
23871 padding-right: 0;
23872 padding-left: 15px;
23873 }
23874 body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow {
23875 margin-right: 0;
23876 margin-left: 10px;
23877 }
23878 body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label {
23879 padding: 0 20px 0 0;
23880 }
23881 body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .wpfnl-checkbox label:after {
23882 left: inherit;
23883 right: 2px;
23884 top: 5px;
23885 width: 6px;
23886 height: 3px;
23887 }
23888 body.rtl .wpfnl-order-bump__template-style8 .offer-checkbox .nav-arrow svg {
23889 transform: rotate(180deg);
23890 }
23891 body.rtl .wpfnl-order-bump__template-style9 .template-preview-wrapper .template-content {
23892 padding-right: 20px;
23893 padding-left: 0;
23894 }
23895 body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label {
23896 padding: 0 26px 0 0;
23897 }
23898 body.rtl .wpfnl-order-bump__template-style9 .offer-checkbox .wpfnl-checkbox label:after {
23899 right: 3px;
23900 left: inherit;
23901 }
23902 body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title {
23903 padding-left: 15px;
23904 padding-right: 0;
23905 }
23906 body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow {
23907 top: 2px;
23908 margin-left: 7px;
23909 margin-right: 0;
23910 }
23911 body.rtl .wpfnl-order-bump__template-style10 .template-preview-wrapper .template-title .nav-arrow svg {
23912 transform: rotate(-180deg);
23913 }
23914 body.rtl .wpfnl-order-bump__template-style10 .offer-checkbox {
23915 text-align: left;
23916 }
23917 body.rtl .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
23918 text-align: left;
23919 }
23920 body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
23921 padding: 0 26px 0 0;
23922 }
23923 body.rtl .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
23924 right: 4px;
23925 left: inherit;
23926 }
23927 body.rtl .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
23928 margin: 0 0 6px 16px;
23929 float: right;
23930 }
23931 body.rtl .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-content {
23932 clear: left;
23933 }
23934 body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
23935 padding-right: 26px;
23936 padding-left: 0;
23937 }
23938 body.rtl .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
23939 right: 4px;
23940 left: inherit;
23941 }
23942 body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label {
23943 padding-right: 26px;
23944 padding-left: 0;
23945 }
23946 body.rtl .wpfnl-order-bump__template-style13 .offer-checkbox .wpfnl-checkbox label:after {
23947 right: 4px;
23948 left: inherit;
23949 }
23950 body.rtl .wpfnl-order-bump__template-style13 .product-price {
23951 margin-right: 5px;
23952 margin-left: 0;
23953 }
23954 body.rtl .wpfnl-order-bump__template-style13 .template-preview-wrapper .template-content {
23955 padding-right: 20px;
23956 padding-left: 0;
23957 }
23958 body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label {
23959 padding: 0 26px 0 0;
23960 }
23961 body.rtl .wpfnl-order-bump__template-style14 .offer-checkbox .wpfnl-checkbox label:after {
23962 right: 3px;
23963 left: inherit;
23964 }
23965 body.rtl .wpfnl-order-bump__template-style14 .template-preview-wrapper .template-content {
23966 padding-right: 20px;
23967 padding-left: 0;
23968 }
23969 body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.restore-btn {
23970 margin-right: auto;
23971 margin-left: 0;
23972 }
23973 body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav li.add-new-checkout-field-btn {
23974 margin-right: 20px;
23975 margin-left: 0;
23976 }
23977 body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-settings__tab-nav {
23978 padding: 23px 0 23px 20px;
23979 }
23980 body.rtl .edit-field-settings__single-tab-content .checkout-field-header {
23981 padding: 20px 65px 20px 20px;
23982 }
23983 body.rtl .edit-field-settings__single-tab-content .checkout__single-field {
23984 padding: 25px 65px 25px 20px;
23985 }
23986 body.rtl .edit-field-settings__single-tab-content .checkout-field-header .field-hamburger,
23987 body.rtl .edit-field-settings__single-tab-content .checkout__single-field .field-hamburger {
23988 right: 20px;
23989 left: inherit;
23990 }
23991 body.rtl .wpfnl-step-settings-drawer.edit-field-drawer.show-edit-field-drawer {
23992 right: inherit;
23993 left: 0;
23994 }
23995 body.rtl .checkout-edit-field-tab__content-wrapper .edit-field-drawer .drawer-body .wpfnl-field-wrapper .wpfnl-checkbox label {
23996 padding-right: 33px;
23997 padding-left: 0;
23998 }
23999 body.rtl .step-settings__single-tab-content .product-head .product-search,
24000 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search {
24001 margin-left: 0;
24002 margin-right: auto;
24003 }
24004 body.rtl .step-settings__single-tab-content .product-head .product-search .select2-selection__rendered,
24005 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search .select2-selection__rendered {
24006 padding: 10px 35px 10px 10px;
24007 }
24008 body.rtl .step-settings__single-tab-content .product-head .product-search .search-icon,
24009 body.rtl .checkout-product-setting-tab__content-wrapper .product-head .product-search .search-icon {
24010 left: inherit;
24011 right: 10px;
24012 }
24013 body.rtl .steps-settings .settings-content__footer .btn-default .wpfnl-loader {
24014 margin-left: 0;
24015 margin-right: 6px;
24016 }
24017 @keyframes moveArrowRtl {
24018 0%, 100% {
24019 transform: translateX(8px);
24020 opacity: 1;
24021 }
24022 50%, 90% {
24023 transform: translateX(-15px);
24024 opacity: 0;
24025 }
24026 99% {
24027 transform: translateX(8px);
24028 opacity: 0;
24029 }
24030 }
24031
24032 @media only screen and (max-width: 1199px) {
24033 body.rtl .step-settings__single-tab-content .product-single__accordion-head,
24034 body.rtl .checkout-product-setting-tab__content-wrapper .product-single__accordion-head {
24035 padding: 20px 50px 20px 20px;
24036 }
24037 }
24038 body.rtl .wpfnl-selectbox .selected-option {
24039 padding: 13px 14px 11px 30px;
24040 }
24041 body.rtl .wpfnl-selectbox .selected-option:before {
24042 left: 14px;
24043 right: inherit;
24044 }
24045 body.rtl .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .selected-option {
24046 padding: 14px 14px 12px 30px;
24047 }
24048 body.rtl .step-condition-drawer .false-condition-wapper .next-step-box .wpfnl-selectbox .add-item-step button svg {
24049 transform: rotate(-180deg);
24050 }
24051
24052 body.rtl .ab-testing-drawer .header-left .ab-testing-status {
24053 margin-left: 0;
24054 margin-right: 8px;
24055 }
24056 body.rtl .wpfnl-step-settings-drawer .drawer-header .wpfnl-drawer-close svg {
24057 transform: rotate(180deg);
24058 }
24059 body.rtl .ab-testing-drawer .header-right .more-options .options-dropdown {
24060 left: -10px;
24061 right: inherit;
24062 }
24063 body.rtl .ab-testing-drawer .traffic-distribution-modal {
24064 right: inherit;
24065 left: 0;
24066 }
24067 body.rtl .ab-testing-drawer .traffic-distribution-modal .traffic-distribution-modal-body .variation-single-list .variation-step-title .variation-type {
24068 margin-left: 0;
24069 margin-right: 8px;
24070 }
24071 body.rtl .ab-testing-drawer .header-right .btn-default .wpfnl-loader {
24072 margin: 0;
24073 }
24074 body.rtl .ab-testing-stats .stats-wrapper thead th .col-inner-wrap {
24075 text-align: right;
24076 }
24077 body.rtl .ab-testing-drawer .ab-testing-winner-modal {
24078 right: inherit;
24079 left: 0;
24080 }
24081 body.rtl .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label {
24082 padding-right: 29px;
24083 padding-left: 0;
24084 }
24085 body.rtl .ab-testing-drawer .ab-testing-winner-modal .ab-testing-winner-modal-body .wpfnl-checkbox label:after {
24086 right: 3px;
24087 left: inherit;
24088 }
24089 body.rtl .ab-testing-drawer .single-ab-step .step-control-button .options-dropdown {
24090 left: inherit;
24091 right: 0;
24092 }
24093 body.rtl .ab-testing-drawer .single-ab-step .variation-type {
24094 right: 15px;
24095 left: inherit;
24096 }
24097 body.rtl .ab-testing-drawer .single-ab-step .ab-variation-delete {
24098 right: inherit;
24099 left: -8px;
24100 }
24101 body.rtl .ab-testing-drawer .add-step-wrapper .add-steps-options,
24102 body.rtl .wpfnl-drawing-window .addstep .add-step-wrapper .add-steps-options {
24103 right: calc(100% + 15px);
24104 left: inherit;
24105 }
24106 body.rtl .ab-testing-drawer .add-step-wrapper .add-steps-options {
24107 right: calc(100% + 15px);
24108 left: inherit;
24109 }
24110 body.rtl .ab-testing-drawer .ab-testing-confirmation-modal {
24111 right: 160px;
24112 left: inherit;
24113 }
24114 body.rtl .folded .ab-testing-drawer .ab-testing-confirmation-modal {
24115 right: 36px;
24116 left: inherit;
24117 }
24118 body.rtl .ab-testing-drawer .ab-testing-confirmation-modal .close-confirmation-modal {
24119 left: -13px;
24120 right: inherit;
24121 }
24122
24123 body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search {
24124 margin-right: auto;
24125 margin-left: 0;
24126 }
24127 body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search input[type=text] {
24128 padding-right: 34px;
24129 margin-left: 15px;
24130 }
24131 body.rtl .wpfnl-webhook-drawer .drawer-header .webhook-search svg {
24132 right: 14px;
24133 left: inherit;
24134 }
24135 body.rtl .webhook-settings-drawer .wpfnl-field-wrapper .wpfnl-fields .link-icon {
24136 border-left: 1px solid #EEF0F3;
24137 border-right: 0;
24138 }
24139 body.rtl .webhook-settings-drawer .request-url input[type=text] {
24140 padding-right: 50px;
24141 padding-left: 15px;
24142 }
24143 body.rtl .webhook-settings-drawer .wpfnl-field-wrapper select {
24144 padding-left: 36px;
24145 padding-right: 15px;
24146 background-position-x: 15px;
24147 }
24148 body.rtl .webhook-settings-drawer .additional-settings .request-body .wpfnl-radiobtn label::after {
24149 right: 6px;
24150 left: inherit;
24151 }
24152 body.rtl .wpfnl-webhook-drawer .drawer-body .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
24153 margin-right: 3px;
24154 margin-left: 0;
24155 }
24156 body.rtl .webhook-settings-drawer .feed-name .wpfnl-tooltip p {
24157 right: calc(100% + 8px);
24158 left: inherit;
24159 }
24160 body.rtl .webhook-settings-drawer .feed-name .wpfnl-tooltip p:before {
24161 right: -4px;
24162 left: inherit;
24163 }
24164 body.rtl .wpfnl-webhook-drawer .webhook-list-wrapper .webhook-single-list .action-field button {
24165 margin-right: 2px;
24166 margin-left: 0;
24167 }
24168 body.rtl .delete-alert-new-ui .wpfnl-delete-confirm-body {
24169 padding: 26px 26px 26px 20px;
24170 }
24171
24172 body.rtl .wpfnl-drawflow-window .wpfnl-analytics {
24173 right: inherit;
24174 left: 0px;
24175 }
24176 body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .backto-steps svg {
24177 transform: rotate(180deg);
24178 }
24179 body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-header .header-right select {
24180 padding: 14px 20px 12px 40px;
24181 background-position-x: 15px;
24182 }
24183 body.rtl .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
24184 right: 160px;
24185 left: inherit;
24186 }
24187 body.rtl.folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
24188 right: 36px;
24189 left: inherit;
24190 }
24191 body.rtl .wpfnl-analytics .analytics-revenue .revenue-box-header .stat-indicator .indicator:before {
24192 margin-left: 8px;
24193 margin-right: 0;
24194 }
24195 body.rtl .wpfnl-analytics .analytics-revenue .single-tab-content .barchart-inner-wrapper {
24196 padding: 10px 60px 9px 15px;
24197 }
24198 body.rtl .wpfnl-analytics .analytics-revenue .single-tab-content .chart-percent-label .single-label:before {
24199 right: 50px;
24200 left: inherit;
24201 }
24202 body.rtl .wpfnl-analytics .analytics-conversion .conversion-box-header .carousel-navigator {
24203 direction: ltr;
24204 }
24205
24206 @media only screen and (max-width: 782px) {
24207 body.rtl.folded .wpfnl-drawflow-window .wpfnl-analytics .analytics-full-loader {
24208 right: 0;
24209 left: inherit;
24210 }
24211 }
24212 body.rtl .wpfnl-dashboard__header .funnel-search {
24213 margin-left: 20px;
24214 margin-right: 0;
24215 }
24216 body.rtl .wpfnl-dashboard__header .funnel-search .search-group input {
24217 padding-right: 40px;
24218 padding-left: 0;
24219 }
24220 body.rtl .wpfnl-dashboard__header .funnel-search .search-group svg {
24221 right: 12px;
24222 left: inherit;
24223 }
24224 body.rtl .wpfnl-dashboard__header a.import-export {
24225 margin-left: 14px;
24226 margin-right: 0;
24227 }
24228 body.rtl .wpfnl-dashboard__header a.import-export.wpfnl-export-all-funnels {
24229 margin-left: 14px;
24230 margin-right: auto;
24231 }
24232 body.rtl .wpfnl-dashboard__header .add-new-funnel-btn svg {
24233 margin-left: 3px;
24234 margin-right: 0;
24235 }
24236 body.rtl .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
24237 right: 24px;
24238 left: inherit;
24239 }
24240 body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper {
24241 right: 60px;
24242 left: inherit;
24243 }
24244 body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler > svg {
24245 margin-right: 16px;
24246 margin-left: 0;
24247 }
24248 body.rtl .funnel-list__wrapper .funnel__single-list .bulk-action-wrapper .bulk-delete-toggler:before {
24249 left: 27px;
24250 right: inherit;
24251 }
24252 body.rtl .funnel-list__wrapper .funnel__single-list.list-header {
24253 padding: 15px 60px 15px 24px;
24254 }
24255 body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name {
24256 padding-right: 45px;
24257 padding-left: 15px;
24258 }
24259 body.rtl .funnel-list__wrapper .funnel__single-list {
24260 padding: 14px 60px 14px 24px;
24261 }
24262 body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name .builder-logo {
24263 right: 0;
24264 left: inherit;
24265 }
24266 body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-intigrations .automation-tag svg {
24267 margin-left: 6px;
24268 margin-right: 0;
24269 }
24270 body.rtl .funnel-list__wrapper .funnel__single-list .list-action ul.more-actions {
24271 left: -22px;
24272 right: inherit;
24273 }
24274 body.rtl .wpfnl-pagination .nav-link.prev svg,
24275 body.rtl .wpfnl-pagination .nav-link.next svg {
24276 transform: rotate(180deg);
24277 }
24278
24279 @media only screen and (max-width: 1199px) {
24280 body.rtl .funnel-list__wrapper .funnel__single-list.list-header {
24281 padding: 15px 45px 15px 15px;
24282 }
24283 body.rtl .funnel-list__wrapper .funnel__single-list {
24284 padding: 10px 45px 10px 15px;
24285 }
24286 body.rtl .funnel-list__wrapper .funnel__single-list .funnel-list__bulk-action {
24287 right: 15px;
24288 }
24289 body.rtl .funnel-list__wrapper .funnel__single-list .wpfnl-name {
24290 padding-left: 10px;
24291 }
24292 }
24293 body.rtl .funnel-settings__header {
24294 padding: 28px 30px 27px 20px;
24295 }
24296 body.rtl .funnel-settings__header .helper-link li {
24297 margin-right: 35px;
24298 margin-left: 0;
24299 }
24300 body.rtl .funnel-settings__header .helper-link li:first-child {
24301 margin-right: 0;
24302 }
24303 body.rtl .wpfn-settings__nav .nav-li svg {
24304 margin-left: 6px;
24305 margin-right: 0;
24306 }
24307 body.rtl .wpfnl-field-wrapper > label.has-tooltip .wpfnl-tooltip {
24308 margin-right: 10px;
24309 margin-left: 0;
24310 }
24311 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper .wpfnl-fields .clear-template span {
24312 margin-left: 5px;
24313 margin-right: 0;
24314 }
24315 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title > svg,
24316 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title > svg,
24317 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title > svg {
24318 margin-left: 10px;
24319 margin-right: 0;
24320 }
24321 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .utm .settings-title a,
24322 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .gtm .settings-title a,
24323 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .facebook-pixel .settings-title a {
24324 margin-right: auto;
24325 margin-left: 0;
24326 }
24327 body.rtl .wpfnl-funnel-settings__wrapper .wpfnl-funnel__single-settings .wpfnl-field-wrapper.analytics-stats .wpfnl-fields .wpfnl-checkbox {
24328 margin: 5px 0 5px 25px;
24329 }
24330
24331 body.rtl .mailmint-automation .header-right .more-options .options-dropdown {
24332 left: -10px;
24333 right: inherit;
24334 }
24335 body.rtl .mailmint-automation .automation-single-step .delete-action {
24336 left: -10px;
24337 right: inherit;
24338 }
24339 body.rtl .wpfnl-custom-selectbox .selectbox-search input[type=search] {
24340 padding: 6px 36px 4px 15px;
24341 }
24342 body.rtl .wpfnl-custom-selectbox .selectbox-search .search-icon {
24343 right: 25px;
24344 left: inherit;
24345 }
24346 body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .submenu {
24347 right: 100%;
24348 left: inherit;
24349 }
24350 body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .wpfnl-selectbox .angle-right {
24351 left: 9px;
24352 right: inherit;
24353 transform: rotate(90deg);
24354 }
24355 body.rtl .mailmint-automation .steps-settings-sidebar .vue-datpicker .dp__input {
24356 padding: 11px 32px 9px 20px;
24357 }
24358 body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules:before {
24359 left: 8px;
24360 right: inherit;
24361 }
24362 body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .condition-symbol {
24363 left: -4px;
24364 right: inherit;
24365 }
24366 body.rtl .mailmint-automation .steps-settings-sidebar .logical-condition .rules-wrapper .single-rules .rules-actions::before {
24367 left: -30px;
24368 right: inherit;
24369 }
24370 body.rtl .mailmint-automation .steps-settings-sidebar .steps-settings .form-group select {
24371 padding-left: 38px;
24372 padding-right: 15px;
24373 background-position-x: 15px;
24374 }
24375 body.rtl .mailmint-automation .steps-settings-sidebar .webhook-outgoing .current-user-repeater > hr {
24376 right: -15px;
24377 left: inherit;
24378 }
24379 body.rtl .mailmint-automation .steps-settings-sidebar .add-template-section .add-template > span svg {
24380 margin-left: 0;
24381 margin-right: 8px;
24382 transform: rotate(180deg);
24383 }
24384 body.rtl .wpfnl-mrm-email-template__wrapper {
24385 left: 0;
24386 right: inherit;
24387 }
24388 body.rtl .wpfnl-mrm-email-template__modal .cross-icon {
24389 left: -20px;
24390 right: inherit;
24391 }
24392 body.rtl .mailmint-automation .logical-decision-box .single-decision.decision-yes {
24393 transform: translateX(calc(-50% + 1px));
24394 }
24395 body.rtl .mailmint-automation .logical-decision-box .single-decision.decision-no {
24396 transform: translateX(calc(50% - 1px));
24397 }
24398 body.rtl .mailmint-automation .logical-decision-box .logical-text {
24399 left: 25%;
24400 right: inherit;
24401 }
24402 body.rtl .mailmint-automation .logical-decision-box .logical-text.logical-no-text {
24403 right: 25%;
24404 left: inherit;
24405 }
24406
24407 body.rtl .wpfnl-settings-drawer .fnl-settings-content .settings-title > svg {
24408 margin-left: 10px;
24409 margin-right: 0;
24410 }
24411 body.rtl .wpfnl-settings-drawer .fnl-settings-content #wpfnl-utm .wpfnl-field-wrapper {
24412 padding-left: 30px;
24413 margin-right: 0;
24414 }
24415 body.rtl .wpfnl-settings-drawer .fnl-settings-content .settings-title a {
24416 margin-right: auto;
24417 margin-left: 0;
24418 }
24419
24420 body.rtl .wpfnl-automation-window .automation-darwer {
24421 left: -190px;
24422 right: inherit;
24423 }
24424 body.rtl .wpfnl-automation-window .automation-darwer.show-drawer {
24425 left: 0;
24426 right: inherit;
24427 }
24428 body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper label {
24429 padding-left: 7px;
24430 padding-right: 0;
24431 }
24432 body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .automation-name-wrapper > button {
24433 margin-right: 10px;
24434 margin-left: 0;
24435 }
24436 body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm {
24437 margin-right: 30px;
24438 margin-left: 0;
24439 }
24440 body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .wpfnl-drawer-close {
24441 margin-right: auto;
24442 margin-left: 0;
24443 }
24444 body.rtl .wpfnl-automation-window .automation-darwer .drawer-header .connect-crm .connect-crm-title {
24445 padding-left: 7px;
24446 padding-right: 0;
24447 }
24448
24449 /*# sourceMappingURL=style.css.map */
24450