PluginProbe
FunnelKit – Funnel Builder for WooCommerce Checkout / trunk
FunnelKit – Funnel Builder for WooCommerce Checkout vtrunk
3.16.0.5 3.16.0.4 3.16.0.3 3.16.0.2 3.16.0 3.16.0.1 3.15.0.9 3.15.0.8 3.0.0.1 3.0.1.1 3.0.2.1 3.1.0.1 3.1.1.1 3.1.2.1 3.10.0.1 3.10.1.1 3.10.2.1 3.11.0.0.1 3.11.0.1.1 3.11.0.2.1 3.11.1.1 3.12.0.0.1 3.12.0.1.1 3.13.0.0.1 3.13.1.0.1 All 219 releases
funnel-builder / admin / assets / css / admin-global-header.css

admin-global-header.css in FunnelKit – Funnel Builder for WooCommerce Checkout trunk, at admin/assets/css/admin-global-header.css

1,405 lines 36.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --wffn-primary: #0073aa;
3 --wffn-primary-alter: #135e96;
4 --wffn-tertiary:#EBF2F6;
5 --wffn-text:#353030;
6 --wffn-desc:#82838E;
7 --wffn-border:1px solid rgb(222, 223, 234);
8 --wffn-border-color:rgb(222, 223, 234);
9 --wffn-border-radius:6px;
10 --wffn-light-bg:#e5e5e5;
11 --wffn-error:#D72D1D;
12 --wffn-boxer: #EBF2F6;
13 --brand-color: #09B29C;
14 --brand-color-light: #DCF2ED;
15
16 }
17 #wpwrap {
18 background-color: #fff;
19 }
20 /**
21 * Global header style
22 */
23 .bwfan_header {
24 background: #fff;
25 box-sizing: border-box;
26 border-bottom: 1px solid #fff;
27 padding: 0;
28 width: 100%;
29 z-index: 9980;
30 /* box-shadow: 0 0 10px 0 #c8c8c8; */
31 }
32 .bwfan_ml_12 {
33 margin-left: 12px;
34 }
35 .bwfan_header * {
36 box-sizing: border-box !important;
37 }
38
39 .bwfan_header > div {
40 width: 100%;
41 padding: 0 24px;
42 background: #fff;
43 display: flex;
44 align-items: center;
45 height: 60px;
46 }
47
48 .bwfan_header > .bwfan_page_header {
49 font-weight: 500;
50 font-size: 24px;
51 line-height: 32px;
52 height: auto;
53 margin: 24px 0 0;
54 color: var(--wffn-text);
55 }
56 .bwfan_header > .bwfan_page_header div {
57 line-height: 1.3;
58 }
59 .bwfan_header > .bwfan_page_header .bwfan_page_title {
60 line-height: 40px;
61 }
62 .bwfan_header > .bwfan_page_header .bwfan_page_title + .wffn-ellipsis-menu {
63 margin-top: -5px;
64 }
65
66 .bwfan_header > .bwfan_page_header .bwf-header-right-content {
67 width: 100%;
68 text-align: right;
69 }
70
71 .bwfan_header > .bwfan_header_l2 {
72 height: 50px;
73 margin: 16px 24px 0;
74 width: calc(100% - 48px);
75 padding: 0;
76 background: transparent;
77 align-items: center;
78 border-bottom: 1px solid #DEDFEA;
79 }
80
81
82 .bwfan_header > .bwfan_header_l2.bwfan_header_l_back {
83 height: auto;
84 align-items: center;
85 border: none;
86 margin-bottom: 10px;
87 display: block;
88 }
89
90 .bwfan_header > .bwfan_header_l2.bwfan_header_l_back::after {
91 clear: both;
92 content: "";
93 display: table;
94 }
95
96 .bwfan_header > .bwfan_header_l2.bwfan_header_l_back .bwfan_header_r {
97 display: block;
98 clear: both;
99 padding-top: 20px;
100 border-bottom: 1px solid #dedfea;
101 }
102
103 .bwfan_header a {
104 text-decoration: none;
105 box-shadow: none;
106 outline: none;
107 }
108
109 .bwfan_header .bwfan_header_l1 {
110 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
111 position: relative;
112 z-index: 9981;
113 }
114 .bwfan_header .bwfan_header_backlink {
115 height: auto;
116 margin: 24px 0 0;
117 }
118 .bwfan_header .bwfan_header_backlink .bwfan_backlink {
119 display: inline-flex;
120 gap: 24px;
121 cursor: pointer;
122 align-items: center;
123 color: #353030;
124 }
125 .bwfan_header .bwfan_header_backlink .bwfan_backlink svg {
126 margin: 0;
127 }
128 .bwfan_header .bwfan_header_backlink .bwfan_backlink:hover svg path, .bwfan_header .bwfan_header_backlink .bwfan_backlink:hover {
129 fill: #0073aa;
130 color: #0073aa;
131
132 }
133 /* .bwfan_header > .bwfan_page_header .bwfan_page_title:before {
134 content: attr(data-prefix);
135 } */
136 /* .bwfan_header .bwfan_header_backlink: */
137 .bwfan_header .bwfan_header_l1 div, .bwfan_header .bwfan_header_l2 div {
138 display: flex;
139 align-items: center;
140 }
141
142 .bwfan_header .bwfan_header_l2 .bwfan_head_mr {
143 margin-left: 15px;
144 }
145
146 .bwfan_header .bwfan_header_l2 .bwfan_header_l > span {
147 display: inline-flex;
148 align-items: center;
149 }
150
151 .bwfan_header .bwfan_header_l {
152 float: left;
153 margin: auto 0;
154 }
155
156 .bwfan_header .bwfan_header_r {
157 margin-left: auto;
158 gap:16px;
159 }
160
161 .bwfan_header .bwfan_header_l1 .bwfan_navigation {
162 height: 60px;
163 line-height: 60px;
164 }
165
166 .bwfan_header .bwfan_header_l2 .bwfan_navigation {
167 height: auto;
168 }
169
170 .bwfan_header .bwfan_header_l1 .bwfan_navigation.bwf-header-right-wrap {
171 display: flex;
172 align-items: center;
173 gap: 24px;
174 }
175
176 .bwfan_header_l1 .bwfan_navigation:not(.bwf-header-right-wrap) > span {
177 margin: 0 18px;
178 }
179
180 .bwfan_header_l1 .bwfan_navigation > span.bwf-hover-submenu-php {
181 display: flex;
182 flex-direction: row;
183 gap: 5px;
184 align-items: center;
185 justify-content: center;
186 position: relative;
187 }
188
189 .bwfan_header_l1 .bwfan_navigation > span.bwf-hover-submenu-php .bwf-hover-suheader-menu {
190 display: none;
191 z-index: 999999;
192 position: absolute;
193 top: 50px;
194 left: 0;
195 background-color: #fff;
196 min-width: 180px;
197 padding: 0;
198 box-shadow: 1px 1px 11px 4px #dedfea;
199 border-radius: 5px;
200 -moz-border-radius: 5px;
201 -webkit-border-radius: 5px;
202 }
203
204 .bwfan_header_l1 .bwfan_navigation > span.bwf-hover-submenu-php .bwf-hover-suheader-menu > a{
205 height: auto;
206 min-height: 40px;
207 line-height: 40px;
208 display: block;
209 border-bottom: 1px solid #DEDFEA;
210 padding: 0 15px;
211 }
212 .bwfan_header_l1 .bwfan_navigation > span.bwf-hover-submenu-php .bwf-hover-suheader-menu > a:hover{
213 background: #EBF2F6
214 }
215
216 .bwfan_header_l1 .bwfan_navigation > span.bwf-hover-submenu-php:hover .bwf-hover-suheader-menu{
217 display: block;
218 }
219
220 .bwfan_header_l1 .bwfan_navigation span.bwf-hover-submenu > span {
221 font-size: 14px;
222 }
223
224 .bwfan_header_r .bwfan_navigation > span:last-child {
225 margin-right: 0;
226 }
227
228 .bwfan_header .bwfan_navigation a {
229 display: flex;
230 align-items: center;
231 position: relative;
232 gap: 4px;
233 padding: 0;
234 color: #353030;
235 text-transform: capitalize;
236 font-size: 13px;
237 font-weight: 500;
238 white-space: nowrap;
239 cursor: pointer;
240 }
241
242 /* .bwfan_header .bwfan_navigation a img, .bwfan_header .bwfan_navigation a svg {
243 max-height: 16px;
244 width: 30px;
245 } */
246
247 .bwfan_header_l2 .bwfan_navigation a {
248 font-size: 13px;
249 margin: 0 16px;
250 padding: 0;
251 height: auto;
252 border-radius: 0;
253 background: #fff;
254 text-transform: capitalize;
255 position: relative;
256 transition: 0.3s;
257 color: #82838e;
258 /* border-bottom: 3px solid #fff; */
259 }
260 .bwfan_header_l2 .bwfan_navigation span:first-child a {
261 margin: 0 16px 0 0;
262 }
263 .bwfan_header_l2 .bwfan_navigation a.bwf-pro-not-active {
264 padding: 0 14px;
265 }
266
267 .bwfan_header_l2 .bwfan_navigation a.bwf-pro-not-active svg {
268 width: 20px;
269 }
270 .bwfan_header .bwfan_header_l2 .bwfan_navigation a.bwfan_navigation_active:after,
271 .bwfan_header .bwfan_header_l2 .bwfan_navigation a:hover:after {
272 content: "";
273 width: 100%;
274 position: absolute;
275 height: 2px;
276 background: var(--wffn-primary);
277 bottom: -1px;
278 }
279 .bwfan_header .bwfan_navigation a:hover,
280 .bwfan_header .bwfan_navigation a.bwfan_navigation_active,
281 .bwfan_header .bwfan_navigation a.bwf-pro-not-active:hover span {
282 color: #0073aa;
283 /* border-bottom-color: #0073aa; */
284 }
285
286 .bwfan_header .bwfan_navigation a:hover svg, .bwfan_header .bwfan_navigation a.bwfan_navigation_active:hover svg {
287 fill: #0073aa;
288 }
289
290 /* .bwfan_header .bwfan_header_l2 .bwfan_navigation a:hover, .bwfan_header .bwfan_header_l2 .bwfan_navigation a.bwfan_navigation_active {
291 color: #353030;
292 } */
293
294 .bwfan_header_l2 .bwfan_header_l1 .bwfan_navigation a:hover:after,
295 .bwfan_header_l2 .bwfan_header_l1 .bwfan_navigation a.bwfan_navigation_active:after {
296 background-color: #f1f3f4;
297 border: none;
298 }
299
300 .bwfan_header .bwf-breadcrumb-svg-icon {
301 display: flex;
302 position: relative;
303 margin-right: 10px;
304 }
305
306 .bwfan_header .bwf-breadcrumb-svg-icon img {
307 margin-right: 15px;
308 height: 24px;
309 }
310
311 .bwfan_header .bwfan-tgl + .bwfan-tgl-btn-small {
312 width: 2.1em;
313 height: 1.2em;
314 }
315
316 .bwfan_header .bwfan_header_l2 .bwfan_header_l2_back > svg {
317 margin: 0 6px;
318 }
319
320 .bwfan_header.bwfan-php .bwfan_header_l2 .bwfan_header_l2_back::after {
321 content: "\f345";
322 font-family: 'dashicons';
323 color: #0073aa;
324 padding-left: 8px;
325 font-size: 14px;
326 }
327
328 .bwfan_header .bwfan_header_l2 .bwfan_header_l2_back a {
329 display: block;
330 position: relative;
331 padding: 0;
332 text-transform: capitalize;
333 color: #0073aa;
334 font-size: 13px;
335 font-weight: 400;
336 }
337
338 .bwfan_header .bwfan_header_l2 #bwfan_automation_name {
339 margin-right: 20px;
340 color: #353030;
341 }
342
343 .bwfan_header .bwfan_header_l2 .bwfan_header_r:empty {
344 display: none;
345 }
346
347 .bwfan_status .bwfan_btn_spin:after {
348 border: 2px solid red;
349 }
350
351 .bwfan_header a.bwf-link-setting {
352 display: flex;
353 margin-right: 24px;
354 }
355
356 .bwf-header-ellipses-wrap .menu-item-title {
357 font-weight: 500;
358 color: #353030;
359 }
360
361 .bwf-header-ellipses-wrap .menu-item-desc {
362 margin-top: 5px;
363 }
364
365 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle {
366 padding: 0;
367 min-width: auto;
368 }
369
370 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter.show-menu .bwf-ellipsis-menu__toggle,
371 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle.is-opened {
372 color: #fff !important;
373 background-color: #fff;
374 }
375
376 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle:focus, .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle:active {
377 color: #0073aa;
378 box-shadow: none;
379 border: 0;
380 border-radius: 50%;
381 }
382
383 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle .dashicons, .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle svg {
384 margin: 0;
385 color: var(--wffn-text);
386 font-size: 25px;
387 width: 25px;
388 height: 25px;
389 }
390
391 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__toggle.is-opened svg path {
392 fill: #fff;
393 }
394
395 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content {
396 /* padding: 15px 15px;
397 min-width: 390px; */
398 }
399
400 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item {
401 padding: 12px 16px;
402 text-transform: none;
403 }
404 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item:last-child {
405 border-top: 1px solid #f1f1f1;
406 }
407
408 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item .dashicons {
409 color: #a5a3a3;
410 }
411
412 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item:hover {
413 background-color: #EBF2F6;
414 }
415
416 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item:hover .dashicons {
417 color: #0073aa;
418 }
419
420 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item svg {
421 width: auto;
422 max-height: inherit;
423 }
424
425 .bwfan_header_l1 .bwf-header-ellipses-wrap .components-popover {
426 display: block;
427 line-height: 1.3;
428 }
429
430 .bwfan_header_l1 .bwf-header-ellipses-wrap .components-popover .components-popover__content {
431 display: block;
432 }
433
434 .bwfan_header_l1 .bwf-header-ellipses-wrap .components-popover .components-popover__content .bwf-ellipsis-menu__content {
435 display: block;
436 line-height: 1.3;
437 }
438
439 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter:not(.show-menu) .components-popover {
440 display: none;
441 }
442
443 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter .bwf-ellipsis-menu__toggle {
444 padding: 0;
445 width: 24px;
446 height: 36px;
447 border: none;
448 transform: unset;
449 cursor: pointer;
450 border-radius: 50%;
451 background: #fff;
452 }
453 .bwfan_header .bwf-ellipsis-menu .bwf-ellipsis-menu__toggle {
454 display: flex;
455 align-items: center;
456 justify-content: center;
457 width: 36px;
458 min-width: 36px;
459 height: 36px;
460 }
461 .bwfan_header .bwf-ellipsis-menu .bwf-ellipsis-menu__toggle.is-opened {
462 background-color: var(--wffn-primary);
463 border-radius: 8px;
464
465 }
466 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter.show-menu .bwf-ellipsis-menu__toggle {
467 background: #0073aa;
468 border-radius: 8px;
469 }
470 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter.show-menu .bwf-ellipsis-menu__toggle path {
471 fill: #fff;
472 }
473
474 .bwf-header-ellipses-wrap .bwf-ellipsis--alter-alter.show-menu .components-popover {
475 position: absolute;
476 right: 38px;
477 top: 60px;
478 width: 300px;
479 z-index: 9999;
480 }
481
482 .bwf-ellipsis-menu__popover .components-popover__content {
483 padding: 0;
484 border: none;
485 /* margin-right: -15px !important; */
486 /* margin-top: -10px !important; */
487 box-shadow: 0 3px 12px 1px rgba(58, 34, 114, 0.15);
488 background-color: #fff;
489 }
490 .bwf-ellipsis-menu__popover.is-from-top .components-popover__content {
491 margin-top: -10px !important;
492 }
493 .components-popover[data-x-axis=right] .components-popover__content {
494 left: -15px !important;
495 }
496 .components-popover .components-popover__content {
497 height: auto;
498 overflow-y: auto;
499 min-width: 220px;
500 }
501 .bwfan_header .components-popover .components-popover__content {
502 min-width: 300px;
503 }
504 .bwfan_header .components-popover.bwf-tooltip .components-popover__content {
505 min-width: max-content;
506 }
507
508 .bwf-header-ellipses-wrap * {
509 box-sizing: border-box;
510 outline: none;
511 box-shadow: none;
512 }
513
514 .bwf-ellipsis-menu__popover .bwf-ellipsis-menu__content {
515 width: 100%;
516 }
517 .bwf-ellipsis-menu__popover .bwf-ellipsis-menu__content * {
518 font-size: 13px;
519 }
520
521 .bwf-ellipsis-menu__popover .bwf-ellipsis-menu__item {
522 cursor: pointer;
523 color: #757575
524 }
525
526 .bwf-ellipsis-menu__popover .bwf-ellipsis-menu__item:hover {
527 background: #f5f6fa;
528 }
529
530 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item:hover svg {
531 fill: #0073aa;
532 }
533
534 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content .bwf-ellipsis-menu__item .components-flex__item {
535 margin-right: 28px;
536 }
537
538 body .bwf_display_block {
539 display: block !important;
540 }
541
542 .bwf-header-ellipses-wrap .menu-item-desc {
543 margin-top: 5px;
544 }
545
546 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content a {
547 text-decoration: none;
548 color: #757575 !important;
549 }
550
551 .bwf-header-ellipses-wrap .bwf-ellipsis-menu__content a:after {
552 content: unset !important;
553 }
554 /** //above style same as autonami */
555
556 /** =========================================================Funnel Need Extra Style======================================= */
557 .bwfan_header > .bwfan_header_l2 {
558 min-height: 36px;
559 height: auto;
560 }
561 .bwfan_header .bwfan_header_l {
562 flex-wrap: wrap;
563 }
564 .bwfan_header .bwfan_header_l2 .bwfan_header_l .bwfan_header_l2_wrap {
565 height: 30px;
566 }
567 .bwfan_header .bwfan_header_l2 .bwfan_header_l .bwfan_header_l2_wrap .bwf-flex, .bwfan_header .bwfan_header_l2 .bwfan_header_l .bwfan_header_l2_wrap .bwf_breadcrumb {
568 margin: 0 0 15px 0;
569 }
570 .bwfan_header .bwfan_header_l2 .bwfan_navigation {
571 flex-basis: 100%;
572 }
573 .bwfan_header .bwfan_navigation span a span.bwf-l2-nav-count-span {
574 margin: 0 0 0 8px;
575 padding: 0 8px;
576 height: 20px;
577 border-radius: 10px;
578 background-color: #EBF2F6;
579 color: #0073aa;
580 font-size: 11px;
581 line-height: 20px;
582 text-align: center;
583 font-weight: 500;
584 }
585 .bwfan_header .bwfan_navigation span a.bwfan_navigation_active span.bwf-l2-nav-count-span {
586 background-color: #0073aa;
587 color: #fff;
588 }
589 .bwfan_header .bwfan_header_l2.bwfan_header_l2_single {
590 height: auto;
591 align-items: center;
592 border: none;
593 margin-bottom: 10px;
594 display: block;
595 min-height: auto;
596 }
597 .bwfan_header .bwfan_header_l2.bwfan_header_l2_single:after {
598 clear: both;
599 content: "";
600 display: table;
601 }
602 .bwfan_header .bwfan_header_l2.bwfan_header_l2_single .bwfan_header_l2_wrap {
603 height:auto;
604 }
605 .bwfan_header .notice {
606 width: auto;
607 height: auto;
608 margin: 20px 24px 0 !important;
609 }
610 .bwfan_header > .bwfan_header_l2.bwfan_header_alter {
611 display: flex;
612 justify-content: space-between;
613 }
614 /** ===================================//Funnel Need Extra Style============================================ */
615
616 .bwf_breadcrumb > span, .wfacp_fixed_header .wfacp_head_ml > span {
617 display: inline-block;
618 position: relative;
619 padding-right: 30px;
620 margin: 0;
621 font-size: 13px;
622 line-height: 1;
623 font-weight: 400;
624 color:var( --wffn-primary );
625 }
626 .bwf_breadcrumb > span a, .wfacp_fixed_header .wfacp_head_ml > span a {
627 text-decoration: none;
628 color:var( --wffn-primary );
629 }
630 .bwf_breadcrumb > span:not(:last-of-type)::after, .wfacp_fixed_header .wfacp_head_ml > span:not(:last-of-type)::after {
631 content: "\f345";
632 font-family: dashicons;
633 position: absolute;
634 right: 7px;
635 top: 1px;
636 font-size: 14px;
637 line-height: 1;
638 font-weight: 600;
639 color: var( --wffn-text )
640 }
641 .bwfan_header .bwf_breadcrumb .dashicons {
642 color:var(--wffn-primary);
643 }
644 .bwf_breadcrumb > span:last-of-type, .wfacp_fixed_header .wfacp_head_ml > span:last-of-type{
645 padding-right: 8px;
646 color: var(--wffn-text);
647 }
648 .bwf_breadcrumb .wf_funnel_card_switch, .bwf_breadcrumb .bwf_before_bre {
649 order: 3;
650 margin-left: auto;
651 }
652 .bwf_breadcrumb .bwf_after_bre {
653 order: 2;
654 }
655 .wrap > .woofunnels_dashboard_tab_content {
656 margin: 0px 0px 0px 20px;
657 }
658
659 /** //Global header style */
660
661 /** Zero State Card Style*/
662
663 .wffn_empty_card_wrap {
664 position: relative;
665 background-color: #fff;
666 width: 100%;
667 padding: 3em;
668 box-sizing: border-box;
669 border: var(--wffn-border);
670 border-radius: var(--wffn-border-radius);
671 }
672 .wffn_empty_card_wrap .wffn_empty_card_container {
673 box-sizing: border-box;
674 display: flex;
675 width: 100%;
676 align-items: center;
677 justify-content: space-between;
678 }
679 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item {
680 box-sizing: border-box;
681 max-width: 100%;
682 }
683 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item:not(:last-child) {
684 margin-right: 10px;
685 }
686 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item.item_block {
687 box-sizing: border-box;
688 max-width: 100%;
689 flex: 1;
690 }
691 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item .card_title {
692 font-size: 2em;
693 margin: 0 0 0.6em;
694 line-height: 1.3;
695 font-weight: 500;
696 }
697 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item .card_description {
698 color: var(--wffn-desc);
699 font-size: 17px;
700 margin:20px 0 30px;
701 }
702 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item .card_description p {
703 font-size: 17px;
704 }
705 .wffn_empty_card_wrap .wffn_empty_card_container .wffn_card_item .card_action {
706 margin-top: 20px;
707 }
708 svg#wffn_sending_character .cls-1{fill:#f4f6f9;}
709 svg#wffn_sending_character .cls-2{fill:none;stroke:#333;}
710 svg#wffn_sending_character .cls-2, svg#wffn_sending_character .cls-4{stroke-linecap:round;stroke-linejoin:round;stroke-width:7px;}
711 svg#wffn_sending_character .cls-3{fill:#333;}
712 svg#wffn_sending_character .cls-4{fill:#9ed5f0;stroke:#9ed5f0;}
713 .wffn_heading_wrap {
714 display:flex;
715 justify-content: space-between;
716 }
717 .wffn_heading_wrap .wffn_main_heading{
718 font-size: 23px;
719 line-height: 1.3;
720 font-weight: 400;
721 margin: 0;
722 padding: 0;
723 margin-right: 5px;
724 color: #444;
725 }
726 /** Zero State Card Style*/
727
728 .wf_funnel_card_switch{display:inline-flex;align-items:center;margin-right:10px;position:relative;height:26px;font-size:17px}
729 .bwfan_header .wf_funnel_card_switch{margin:0px}
730 .wf_funnel_switch{position:relative;display:block;width:28px;height:15px;margin:0;top:0}
731 .wf_funnel_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:34px;-webkit-transition:.4s;transition:.4s;background-color:#fc7626}
732 input:checked + .wf_funnel_slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}
733 input:checked + .wf_funnel_slider:before{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}
734 .wf_funnel_slider:before{border-radius:50%;position:absolute;content:"";height:11px;width:11px;top:2px;left:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 4px 0 rgba(0,0,0,0.08)}
735 .wf_funnel_switch input{opacity:0;width:0;height:0}
736 input:checked + .wf_funnel_slider{background-color:#6dbe45}
737 .woofunnels_licenses_wrapper .woofunnels_plugins_wrap .wp-filter {
738 display:none
739 }
740 .woofunnels_licenses_wrapper .woofunnels_plugins_wrap div#col-container.about-wrap {
741 margin-top: 0px;
742 }
743 .woofunnels_licenses_wrapper .woofunnels_dashboard_tab_content#licenses .woofunnels_plugins_wrap .about-wrap {
744 margin-top: -30px;
745 }
746
747 /** Template Preview Modal Content */
748 .wffn_template_preview_overlay .wffn_template_preview_modal {
749 width: 100%;
750 height: 100%;
751 max-width: 100%;
752 max-height: 100%;
753 box-sizing: border-box;
754 animation: unset;
755 top: 0;
756 border-radius: 0;
757 }
758 .wffn_template_preview_overlay .wffn_template_preview_modal * {
759 box-sizing: border-box;
760 }
761 .wffn_template_preview_overlay .wffn_template_preview_modal .components-modal__content {
762 padding: 0px;
763 }
764 .wffn_template_preview_overlay .wffn_template_preview_modal .components-modal__header {
765 display: none;
766 }
767 .wffn_template_preview_wrap .wffn_template_preview_header {
768 background-color: #fff;
769 height: 65px;
770 display: flex;
771 align-items: center;
772 padding: 0 25px;
773 box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
774 position: relative;
775 z-index: 10;
776 }
777 .wffn_template_preview_wrap .wffn_template_preview_content:before, .wffn_template_preview_wrap .wffn_template_preview_content:after {
778 /* content: "";
779 display: table;
780 clear: both; */
781 }
782 .wffn_template_preview_wrap .wffn_template_preview_content {
783 position: relative;
784 display: grid;
785 grid-template-columns: auto 1fr;
786 grid-template-areas: 'sidebar preview';
787 z-index: 9;
788 }
789 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_nav {
790 display: flex;
791 align-items: center;
792 }
793 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_nav .wffn_template_nav_btn {
794 background-color: #fff;
795 box-shadow: 0 5px 13px 0 rgba(90, 98, 102, 0.06);
796 border-radius: 50%;
797 padding: 10px;
798 color: #5a6266;
799 }
800 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_nav .wffn_template_nav_text {
801 color: var(--wffn-primary);
802 margin: 0 15px;
803 }
804 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport {
805 flex: 1;
806 text-align: center;
807 }
808 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_viewport_icons {
809 margin: 0 5px;
810 padding: 8px 8px 10px;
811 cursor: pointer;
812 border: 2px solid transparent;
813 border-radius: 8px;
814 }
815 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_viewport_icons:hover {
816 border-color: var(--wffn-primary);
817 }
818 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_viewport_icons.active {
819 border: 2px solid var(--wffn-primary);
820 color: var(--wffn-primary);
821 }
822 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_preview_close {
823 background-color: #fff;
824 margin-left: 30px;
825 padding: 3px 0px;
826 }
827 .wffn_template_preview_wrap .wffn_template_preview_header .wffn-import-template-btn {
828 font-size: 16px;
829 line-height: 20px;
830 text-align: center;
831 display: inline-block;
832 padding: 12px 24px;
833 height: 44px;
834 font-weight: 500;
835 border-radius: 8px;
836 background: var(--brand-color);
837 border-color: var(--brand-color);
838 box-shadow: unset;
839 min-width: 201px;
840 transform: translateY(-1px);
841 }
842 .wffn_template_preview_wrap .wffn_template_preview_header .wffn-import-template-btn:focus, .wffn_template_preview_wrap .wffn_template_preview_header .wffn-import-template-btn:active, .wffn_template_preview_wrap .wffn_template_preview_header .wffn-import-template-btn:disabled {
843 background-color: var(--brand-color) !important;
844 }
845 .wffn_template_preview_wrap .wffn_template_preview_header .wffn-import-template-btn:hover{
846 background: var(--brand-color);
847 }
848 .wffn_template_preview_wrap .wffn_template_preview_content ::-webkit-scrollbar-track {
849 background: #d8d8d8;
850 }
851 .wffn_template_preview_wrap .wffn_template_preview_content ::-webkit-scrollbar-thumb {
852 background: #666;
853 }
854 .wffn_template_preview_wrap .wffn_template_preview_content ::-webkit-scrollbar {
855 width: 6px;
856 height: 5px;
857 }
858 .wffn_template_preview_wrap .wffn_template_preview_content ::-webkit-scrollbar-thumb:hover {
859 background: #555;
860 }
861 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner {
862 width: 100%;
863 grid-area: preview;
864 }
865 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner.wffn_funnel_preview {
866 background-color: #fff;
867 display: flex;
868 flex-direction: column;
869 height: calc(100vh - 66px);
870 }
871
872 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn_template_preview_frame iframe {
873 display: block;
874 /* min-height: calc(100vh - 66px); */
875 margin: auto;
876 z-index: 101;
877 position: relative;
878 background-color: #fff;
879 }
880 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn_template_preview_frame.tablet iframe {
881 max-width: 768px;
882 }
883 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn_template_preview_frame.mobile iframe {
884 max-width: 480px;
885 }
886 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn-web-preview.is-loading, .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .woocommerce-web-preview.is-loading {
887 /* min-height: calc(100vh - 66px); */
888 background: #fff;
889 }
890 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn_template_filer {
891 flex-basis: 36px;
892 position: relative;
893 z-index: 12;
894 box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
895 }
896 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar {
897 grid-area: sidebar;
898 background-color: #fff;
899 height: calc(100vh - 66px);
900 padding: 24px 16px 0;
901 box-shadow: 0 13px 20px 0 rgb(0 0 0 / 5%);
902 overflow-y: auto;
903 border-right: 1px solid #cfcfcf;
904 scroll-behavior: smooth;
905 }
906 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options {
907 display: flex;
908 align-items: center;
909 text-align: center;
910 flex-direction: column;
911 color: #3c434a;
912 scroll-margin: 20px;
913 cursor: pointer;
914 }
915 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options .wffn_preview_thumbnail,
916 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options .wffn_preview_thumbnail .bwf-image-loader {
917 height: 200px;
918 width: 188px;
919 box-shadow: 0 0 0 1px #e4e4e4;
920 border-radius: 8px;
921 overflow: hidden;
922 }
923 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options img {
924 width: 100%;
925 }
926 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options input {
927 margin-right: 10px;
928 }
929 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options .wffn_template_name {
930 font-weight: 500;
931 font-size: 13px;
932 line-height: 16px;
933 margin: 12px 0 24px 0;
934 min-width: 150px;
935 color: #000000;
936 display: inline-flex;
937 justify-content: center;
938 gap: 8px;
939 }
940 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options.active_preview .wffn_template_name {
941 color: #007cba;
942 }
943 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options:hover .wffn_preview_thumbnail,
944 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_template_page_options.active_preview .wffn_preview_thumbnail{
945 box-shadow: 0 0 0 2px #007cba;
946 }
947 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_sidebar .wffn_page_counts {
948 background-color: rgba(47, 161, 218, 0.91);
949 padding: 6px 10px;
950 border-radius: 50%;
951 margin-left: 10px;
952 line-height: 1;
953 font-size: 12px;
954 }
955 .wffn_template_preview_wrap .wffn_template_preview_content .wffn_template_preview_inner .wffn_global_loader {
956 background-color: #fff;
957 border-right: 1px solid #cfcfcf;
958 }
959 /** //Template Preview Modal Content */
960 .dashicons.dashicons-lock {
961 color:var(--wffn-primary);
962 cursor: pointer;
963 }
964
965 #wffn-contacts .wffn-funnel-common {
966 background-color: #fff;
967 }
968
969 /** Zero State Style */
970 .bwf-zero-state {
971 max-width: 600px;
972 margin: 72px auto 0;
973 text-align: center;
974 }
975 .bwf-zero-state .bwf-zero-sec {
976 justify-content: center;
977 }
978 .bwf-zero-state .bwf-zero-sec > .components-flex {
979 border: 1px solid #DEDFEA;
980 border-radius: 8px;
981 -moz-border-radius: 8px;
982 -webkit-border-radius: 8px;
983 padding: 16px;
984 position: relative;
985 cursor: pointer;
986 min-height: 85px;
987 max-width: 300px;
988 }
989 .bwf-zero-state .bwf-zero-sec > .components-flex .bwf-zero-sec-action-head {
990 font-size: 15px;
991 font-size: 0.9375rem;
992 line-height: 1.2;
993 color: #353030;
994 margin-bottom: 5px;
995 }
996 .bwf-zero-state .bwf-zero-sec > .components-flex .bwf-zero-sec-action-subhead {
997
998 font-size: 12px;
999 font-size: 0.75rem;
1000 line-height: 1.2;
1001 color: #82838e;
1002 }
1003 .bwf-zero-state .bwf-zero-sec > .components-flex .bwf-zero-sec-lock {
1004 position: absolute;
1005 right: 8px;
1006 top: 8px;
1007 }
1008 .bwf-zero-state .bwf-zero-sec > .components-flex:hover {
1009 border-color: #0073aa;
1010 box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
1011 }
1012 body .bwf-pb-gap {
1013 padding-bottom: 24px;
1014 }
1015 body .bwf-h2 {
1016 font-size: 1.375rem;
1017 font-weight: 500;
1018 line-height: 1.5;
1019 }
1020 body .bwf-pb-gap {
1021 padding-bottom: 24px;
1022 }
1023 body .bwf-h4-1 {
1024 font-size: 15px;
1025 font-size: 0.9375rem;
1026 line-height: 1.5;
1027 font-weight: 400;
1028 color: #353030;
1029 }
1030 body .bwf-pb-10 {
1031 padding-bottom: 10px;
1032 }
1033 /** //Zero State Style */
1034 .wffn_pro_template {
1035 justify-content: center;
1036 display: grid;
1037 }
1038 .bwf-ab-tag {
1039 border-style: solid;
1040 border-width: 0px 0px 36px 36px;
1041 height: 0px;
1042 position: absolute;
1043 top: -2px;
1044 left: -2px;
1045 width: 0px;
1046 -ms-transform: rotate(360deg);
1047 -o-transform: rotate(360deg);
1048 -webkit-transform: rotate( 360deg);
1049 transform: rotate(360deg);
1050 border-color: transparent transparent transparent #5cb85c;
1051 }
1052 .bwf-ab--text {
1053 color: #fff;
1054 font-size: 10px;
1055 position: relative;
1056 left: -33px;
1057 letter-spacing: 0.5px;
1058 top: 7px;
1059 white-space: nowrap;
1060 -ms-transform: rotate(30deg);
1061 -o-transform: rotate(360deg);
1062 -webkit-transform: rotate(
1063 30deg);
1064 transform: rotate(
1065 320deg);
1066 }
1067 .bwfan-tag-rounded {
1068 display: inline-flex;
1069 align-items: center;
1070 gap: 6px;
1071 padding: 2px 12px;
1072 line-height: 16px;
1073 border-radius: 24px;
1074 font-size: 12px;
1075 color: #fff;
1076 border: 1px solid transparent;
1077 user-select: none;
1078 font-weight: 400;
1079 }
1080 .bwfan-tag-rounded.clr-primary {
1081 background:var(--wffn-primary);
1082 }
1083 .bwfan-tag-rounded.clr-sky-blue {
1084 background:#00AFD6;
1085 }
1086 .bwfan-tag-rounded.clr-green {
1087 background:#58A942;
1088 }
1089 .bwfan-tag-rounded.clr-orange {
1090 background:#ECA717;
1091 }
1092
1093 /** ellipsis-menu */
1094 .wffn-ellipsis-menu {
1095 position: relative;
1096 }
1097 .wffn-ellipsis-menu .wffn-ellipsis-menu__toggle {
1098 display: flex;
1099 align-items: center;
1100 min-width: 24px;
1101 height: 28px;
1102 cursor: pointer;
1103 }
1104 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu__toggle {
1105 background: var(--wffn-primary);
1106 border-radius: 40px;
1107 }
1108 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu__toggle path {
1109 fill: #fff;
1110 }
1111 .wffn-ellipsis-menu .wffn-menu__toggle path, .wffn-ellipsis-menu .wffn-menu__toggle svg {
1112 fill: #fff;
1113 }
1114 .wffn-ellipsis-menu .wffn-ellipsis-menu-dropdown {
1115 display: none;
1116 }
1117 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown {
1118 display: block;
1119 position: absolute;
1120 min-width: 180px;
1121 right: 0;
1122 top: calc(100% + 10px);
1123 box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
1124 background: #fff;
1125 z-index: 10000;
1126 }
1127 .bwfan_header .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown {
1128 left: 0;
1129 }
1130 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown .wffn-ellipsis-menu-item {
1131 text-decoration: none;
1132 height: auto;
1133 display: flex;
1134 gap: 8px;
1135 padding: 12px 16px;
1136 color: var(--wffn-text);
1137 font-size: 13px;
1138 line-height: 16px;
1139 font-weight: 500;
1140 width: 100%;
1141 }
1142 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown .wffn-ellipsis-menu-item svg {
1143 margin: -1px 0 0;
1144 fill: var(--wffn-text);
1145 }
1146 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown .wffn-ellipsis-menu-item:hover {
1147 background: #EBF2F6;
1148 color: var(--wffn-primary);
1149 }
1150 .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown .wffn-ellipsis-menu-item:hover svg {
1151 fill: var(--wffn-primary);
1152 }
1153 .wffn-ellipsis-menu .bwfan-tag-rounded {
1154 cursor: pointer;
1155 }
1156 .wffn-ellipsis-menu.is-opened .bwfan-tag-rounded svg {
1157 transform: rotate(180deg);
1158 }
1159 .wffn-ellipsis-menu .wf_funnel_card_switch {
1160 height: auto;
1161 width: 100%;
1162 }
1163 .wffn-modal-action {
1164 display: flex;
1165 align-items: center;
1166 gap: 16px;
1167 justify-content: flex-end;
1168 }
1169 .wffn-swal-modal-title {
1170 font-size: 24px;
1171 line-height: 32px;
1172 color: #353030;
1173 font-weight: 500;
1174 text-align: left;
1175 }
1176 .swal2-container .swal2-popup .swal2-close {
1177 top: 18px;
1178 right: 10px;
1179 color: var(--wffn-text);
1180 }
1181 .swal2-container .swal2-popup .swal2-close:hover {
1182 color: #000;
1183 }
1184
1185 .bwf-header-settings-nav {
1186 margin-right: 15px;
1187 }
1188 .bwf-header-settings-nav svg{
1189 max-height: 25px;
1190 max-width: 25px;
1191 display: block;
1192 }
1193 .bwf-brand-logo-only {
1194 width: 34px !important;
1195 height: 24px;
1196 object-fit: cover;
1197 object-position: left;
1198 }
1199 .bwf_template_logo_title {
1200 display: flex;
1201 align-items: center;
1202 gap: 12px;
1203 min-width: 360px;
1204 }
1205 .bwf_template_logo_title .bwf_preview_template_title {
1206 border-left: 1px solid #DEDFEA;
1207 font-weight: 500;
1208 font-size: 20px;
1209 line-height: 20px;
1210 color: #000;
1211 padding-left: 12px;
1212 }
1213 .bwf_template_logo_title .bwf_preview_template_title .wffn-pro {
1214 position: static;
1215 float: right;
1216 margin-left: 10px;
1217 }
1218 .wffn-web-preview__iframe-wrapper {
1219 height: 100%;
1220 }
1221 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons svg path {
1222 fill: #353030;
1223 }
1224 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons {
1225 transition-duration: 0.05s;
1226 transition-timing-function: ease-in-out;
1227 cursor: pointer;
1228 display: table-cell;
1229 border: 1px solid #E0E0E0;
1230 margin: 0;
1231 height: auto;
1232 border-radius: 0;
1233 padding: 6px 0;
1234 height: 30px;
1235 width: 44px;
1236 }
1237 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons:first-child {
1238 border-radius: 8px 0 0 8px;
1239 border-right: none;
1240 }
1241 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons:last-child {
1242 border-radius: 0px 8px 8px 0px;
1243 border-left: none;
1244 }
1245 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons.active {
1246 background: var(--wffn-primary);
1247 color: #fff;
1248 border-color: var(--wffn-primary);
1249 }
1250 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons.active svg path {
1251 fill: #fff;
1252 }
1253 .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner {
1254 display: inline-flex;
1255 }
1256
1257 body .wffn_tag,
1258 body div.wffn_tag,
1259 body span.wffn_tag {
1260 font-weight: 500;
1261 font-size: 10px;
1262 line-height: 12px;
1263 color: #fff;
1264 padding: 4px 8px;
1265 background-color: var(--brand-color);
1266 border-radius: 13px;
1267 }
1268
1269 .bwfan_header .bwf_header_breadcrumb .bwf_breadcrumb_item {
1270 display: inline-flex;
1271 align-items: center;
1272 font-weight: 500;
1273 }
1274 .bwfan_header .bwf_header_breadcrumb .bwf_breadcrumb_item a {
1275 display: block;
1276 position: relative;
1277 padding: 0;
1278 text-transform: capitalize;
1279 color: #0073aa;
1280 font-size: 13px;
1281 font-weight: 500;
1282 line-height: 16px;
1283 }
1284 .bwfan_header .bwf_header_breadcrumb .bwf_breadcrumb_item svg {
1285 margin: 0 6px;
1286 }
1287 body .bwf-modal-zindex {
1288 z-index: 100000;
1289 }
1290
1291 @media screen and (max-width: 1170px){
1292 .bwfan_header .bwf-breadcrumb-svg-icon {
1293 margin-right: 0;
1294 }
1295 .bwfan_header .bwf-breadcrumb-svg-icon img {
1296 width: 34px;
1297 object-fit: cover;
1298 object-position: left;
1299 margin-right: 0;
1300 }
1301 }
1302
1303
1304 /** RTL Style */
1305 body.rtl .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_preview_close {
1306 margin-left: 0px;
1307 margin-right: 30px;
1308 }
1309
1310 body.rtl .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons:first-child {
1311 border-radius: 0px 8px 8px 0px;
1312 border-left: none;
1313 border-right: 1px solid #E0E0E0;
1314 }
1315 body.rtl .wffn_template_preview_wrap .wffn_template_preview_header .wffn_template_viewport .wffn_template_viewport_inner .wffn_viewport_icons:last-child {
1316 border-radius: 8px 0 0 8px;
1317 border-right: none;
1318 border-left: 1px solid #E0E0E0;
1319 }
1320
1321 body.rtl .bwfan_header .bwfan_header_r {
1322 margin-left: 0;
1323 margin-right: auto;
1324 }
1325
1326 body.rtl .bwfan_header > .bwfan_page_header .bwf-header-right-content {
1327 text-align: left;
1328 }
1329 body.rtl .wffn-swal-modal-title {
1330 text-align: right;
1331 }
1332 body.rtl .bwfan_header .bwfan_header_backlink{
1333 transform:rotate(180deg);
1334 }
1335 body.rtl .bwfan_header .bwf-breadcrumb-svg-icon{
1336 margin:0 0 0 10px;
1337 }
1338 body.rtl .bwfan_header .bwf-breadcrumb-svg-icon img {
1339 margin:0 0 0 15px;
1340 }
1341 body.rtl .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown {
1342 left: 0;
1343 right: unset;
1344 }
1345 body.rtl .bwfan_page_header .wffn-ellipsis-menu.is-opened .wffn-ellipsis-menu-dropdown {
1346 right: 0;
1347 }
1348 body.rtl .wfacp_funnel_btn_temp_alter.wfacp_funnel_btn_blue_temp {
1349 float: right;
1350 margin-left: 15px !important;
1351 }
1352
1353 body.rtl .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
1354 text-align: right;
1355 }
1356
1357 body.rtl .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
1358 right: unset;
1359 left: 24px;
1360 }
1361
1362 body.rtl .bwfan-tag-rounded.bwfan_ml_12 {
1363 margin-left: 0;
1364 margin-right: 12px;
1365 }
1366
1367 body.rtl .wffn_template_sec_ribbon.wffn-pro.wffn-static-ribbon {
1368 margin-left: 0;
1369 margin-right: 8px;
1370 }
1371
1372 body.rtl .wfacp-product-widget-tabs .wfacp-tab-title.wfacp-active:after {
1373 content: "\f341";
1374 float: left;
1375 right: unset;
1376 left: 0;
1377 }
1378
1379 body.rtl .swal2-container .swal2-popup .swal2-close {
1380 right: unset;
1381 left: 25px;
1382 }
1383 body.rtl .bwfan_header .bwfan_header_l2 #bwfan_automation_name {
1384 margin-right: 0px;
1385 margin-left: 20px;
1386 }
1387 body.rtl .bwfan_header .bwf_header_breadcrumb .bwf_breadcrumb_item svg{
1388 transform: rotate(180deg);
1389 }
1390 body.rtl .bwfan_header .bwfan_header_l{
1391 float:right;
1392 }
1393 body.rtl .bwfan_header .bwf-breadcrumb-svg-icon {
1394 margin-right: 0;
1395 margin-left: 10px;
1396 }
1397 body.rtl .bwfan_header .bwf-breadcrumb-svg-icon img {
1398 margin-right: 0;
1399 margin-left: 15px;
1400 }
1401 /**End RTL Style */
1402
1403 #ehe-admin-cb {
1404 display: none !important;
1405 }