PluginProbe
EmailKit – Email Customizer for WooCommerce & WP / 1.4.0
EmailKit – Email Customizer for WooCommerce & WP v1.4.0
1.6.9 1.6.8 1.6.7 trunk 1.0.0 1.2.0 1.4.0 1.4.5 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6
emailkit / assets / admin / css / popup.css

popup.css in EmailKit – Email Customizer for WooCommerce & WP 1.4.0, at assets/admin/css/popup.css

2,635 lines 52.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body.emailkit_page_emailkit-menu-settings {
2 overflow-y: scroll;
3 }
4 .emailkit-template-loader-wrapper{
5 position: absolute;
6 top: 61%;
7 left: 50%;
8 transform: translate(-50%, -50%);
9 height: 350px;
10 width: 100%;
11 background-color: #fafafa;
12 z-index: 999;
13 display: flex;
14 justify-content: center;
15 align-items: center;
16 }
17 .emailkit-template-loader {
18
19 display: inline-block;
20 width: 50px;
21 height: 50px;
22 border: 3px solid #c9c9c9f1;
23 border-radius: 50%;
24 border-top-color: #797979;
25 animation: spin 1s ease-in-out infinite;
26 -webkit-animation: spin 1s ease-in-out infinite;
27 }
28
29 @keyframes spin {
30 to { -webkit-transform: rotate(360deg); }
31 }
32 @-webkit-keyframes spin {
33 to { -webkit-transform: rotate(360deg); }
34 }
35
36 .elementor-templates-modal__header {
37 position: relative;
38 }
39
40 .mf-settings-dashboard {
41 margin-top: 40px;
42 }
43
44 .mf-settings-dashboard .attr-row > div {
45 -webkit-box-sizing: border-box;
46 box-sizing: border-box;
47 }
48
49 .mf-settings-dashboard > .attr-row {
50 margin: 0;
51 }
52
53 .mf-settings-dashboard .mf-setting-sidebar {
54 position: fixed;
55 width: 415px;
56 }
57
58 .nav-tab-wrapper {
59 border: none;
60 padding: 0;
61 }
62
63 .mf-admin-setting-btn {
64 border: 2px solid #ff433c;
65 color: #ff433c;
66 font-size: 14px;
67 line-height: 16px;
68 text-decoration: none;
69 text-transform: uppercase;
70 border-radius: 100px;
71 padding: 10px 23px;
72 -webkit-transition: all 0.4s;
73 transition: all 0.4s;
74 font-weight: 700;
75 cursor: pointer;
76 background-color: #fff;
77 display: inline-block;
78 }
79
80 .mf-admin-setting-btn span {
81 margin-right: 6px;
82 }
83
84 .mf-admin-setting-btn.medium {
85 padding: 13px 23px;
86 }
87
88 .mf-admin-setting-btn.fatty {
89 padding: 17px 23px;
90 }
91
92 .mf-admin-setting-btn:hover, .mf-admin-setting-btn.active {
93 background-color: #ff433c;
94 color: #fff;
95 }
96
97 .mf-admin-setting-btn:focus {
98 -webkit-box-shadow: none;
99 box-shadow: none;
100 outline: none;
101 }
102
103 .mf-settings-tab {
104 margin-bottom: 40px;
105 }
106
107 .mf-settings-tab li {
108 -webkit-box-shadow: none;
109 box-shadow: none;
110 border: none;
111 margin: 0;
112 background-color: #fff;
113 }
114
115 .mf-settings-tab li:focus, .mf-settings-tab li:hover {
116 outline: none;
117 -webkit-box-shadow: none;
118 box-shadow: none;
119 border: none;
120 }
121
122 .mf-settings-tab li.nav-tab-active {
123 background-color: #fff;
124 border-left-color: #ff324d;
125 border-radius: 10px;
126 }
127
128 .mf-settings-tab li.nav-tab-active .mf-setting-title {
129 color: #ff433c;
130 }
131
132 .mf-settings-tab li.nav-tab-active .mf-setting-nav-link {
133 background-color: #fff;
134 border-top-left-radius: 10px;
135 border-bottom-left-radius: 10px;
136 }
137
138 .mf-settings-tab li.nav-tab-active .mf-setting-nav-link::before {
139 content: "";
140 background-color: #ff433c;
141 height: 10px;
142 width: 10px;
143 position: absolute;
144 left: 17px;
145 border-radius: 100px;
146 top: 50%;
147 -webkit-transform: translateY(-50%);
148 transform: translateY(-50%);
149 }
150
151 .mf-settings-tab .mf-setting-nav-link {
152 outline: none;
153 float: none;
154 display: -webkit-box;
155 display: -ms-flexbox;
156 display: flex;
157 color: #121116;
158 border: none;
159 background-color: #f1f1f1;
160 -webkit-box-pack: justify;
161 -ms-flex-pack: justify;
162 justify-content: space-between;
163 -webkit-box-align: center;
164 -ms-flex-align: center;
165 align-items: center;
166 border-radius: 0;
167 -webkit-box-shadow: none;
168 box-shadow: none;
169 position: relative;
170 padding: 23px 40px;
171 text-decoration: none;
172 -webkit-transition: all 0.4s;
173 transition: all 0.4s;
174 }
175
176 .mf-settings-tab .mf-setting-nav-link:focus, .mf-settings-tab .mf-setting-nav-link:hover {
177 outline: none;
178 -webkit-box-shadow: none;
179 box-shadow: none;
180 border: none;
181 }
182
183 .mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.top {
184 border-bottom-right-radius: 20px;
185 }
186
187 .mf-settings-tab .mf-setting-nav-link.mf-setting-nav-link.bottom {
188 border-top-right-radius: 20px;
189 }
190
191 .mf-settings-tab .mf-setting-nav-link.mf-setting-nav-hidden {
192 background-color: #f1f1f1;
193 cursor: default;
194 padding: 15px;
195 }
196
197 .mf-settings-tab.nav-tab-active.mf-setting-nav-link {
198 border-radius: 10px;
199 background-color: #fff;
200 }
201
202 .mf-settings-tab .mf-setting-tab-content .mf-setting-title {
203 font-size: 0.8125rem;
204 font-weight: 700;
205 color: #333;
206 display: block;
207 margin-bottom: 2px;
208 line-height: 1;
209 text-transform: uppercase;
210 }
211
212 .mf-settings-tab .mf-setting-tab-content .mf-setting-subtitle {
213 color: #72777c;
214 font-size: 0.8125rem;
215 -webkit-transition: all 150ms ease-out;
216 transition: all 150ms ease-out;
217 }
218
219 .mf-settings-section {
220 opacity: 0;
221 visibility: hidden;
222 -webkit-transition: opacity 0.4s;
223 transition: opacity 0.4s;
224 position: absolute;
225 top: -9999px;
226 display: none;
227 }
228
229 .mf-settings-section.active {
230 opacity: 1;
231 position: static;
232 visibility: visible;
233 display: block;
234 }
235
236 .emailkit-admin-container {
237 background-color: #fff;
238 padding: 50px;
239 border-radius: 20px;
240 border: none;
241 min-height: 550px;
242 padding-top: 30px;
243 margin-bottom: 0;
244 }
245
246 .emailkit-admin-container--body .mf-settings-single-section--title {
247 margin: 0;
248 margin-top: 0;
249 color: #ff433c;
250 font-size: 24px;
251 line-height: 28px;
252 font-weight: 700;
253 vertical-align: middle;
254 position: relative;
255 }
256
257 .emailkit-admin-container--body .mf-settings-single-section--title span {
258 -webkit-box-align: center;
259 -ms-flex-align: center;
260 align-items: center;
261 -webkit-box-pack: center;
262 -ms-flex-pack: center;
263 justify-content: center;
264 display: inline-block;
265 width: 40px;
266 height: 40px;
267 line-height: 40px !important;
268 margin-right: 24px;
269 background-color: rgba(255, 67, 60, 0.1);
270 color: #ff433c;
271 text-align: center;
272 border-radius: 5px;
273 vertical-align: middle;
274 font-size: 18px;
275 speak: none;
276 font-style: normal;
277 font-weight: 400;
278 font-variant: normal;
279 text-transform: none;
280 -webkit-font-smoothing: antialiased;
281 }
282
283 .emailkit-admin-container--body .mf-setting-header {
284 display: -webkit-box;
285 display: -ms-flexbox;
286 display: flex;
287 -webkit-box-pack: justify;
288 -ms-flex-pack: justify;
289 justify-content: space-between;
290 margin-bottom: 40px;
291 -webkit-box-align: center;
292 -ms-flex-align: center;
293 align-items: center;
294 padding-bottom: 17px;
295 position: relative;
296 margin-left: -50px;
297 margin-right: -50px;
298 padding-left: 50px;
299 padding-right: 51px;
300 }
301
302 .emailkit-admin-container--body .mf-setting-header::before {
303 content: "";
304 position: absolute;
305 display: block;
306 width: 48px;
307 height: 2px;
308 bottom: -1px;
309 left: 0;
310 background: #ff433c;
311 margin-left: 50px;
312 margin-right: 50px;
313 z-index: 2;
314 }
315
316 .emailkit-admin-container--body .mf-setting-header::after {
317 content: "";
318 position: absolute;
319 display: block;
320 width: calc(100% - 100px);
321 height: 1px;
322 bottom: -1px;
323 left: 0;
324 background: #e0e4e9;
325 margin-left: 50px;
326 z-index: 1;
327 }
328
329 .emailkit-admin-container--body .mf-setting-header.fixed {
330 position: fixed;
331 top: 0;
332 padding-top: 20px;
333 background-color: #fff;
334 z-index: 999;
335 }
336
337 .emailkit-admin-container--body .mf-setting-header.fixed + div {
338 padding-top: 88px;
339 }
340
341 .emailkit-admin-container--body .mf-setting-input {
342 width: 100%;
343 max-width: 100%;
344 margin: 0;
345 -webkit-box-sizing: border-box;
346 box-sizing: border-box;
347 }
348
349 .emailkit-admin-container--body .mf-setting-label {
350 display: block;
351 margin-bottom: 8px;
352 color: #101010;
353 font-size: 16px;
354 line-height: 19px;
355 font-weight: 500;
356 }
357
358 .emailkit-admin-container--body .mf-admin-control-input {
359 margin: 0;
360 }
361
362 .emailkit-admin-container--body .mf-admin-control-input[type="checkbox"] {
363 position: relative;
364 -webkit-box-shadow: none;
365 box-shadow: none;
366 height: 16px;
367 width: 16px;
368 border: 2px solid #ff5d20;
369 }
370
371 .emailkit-admin-container--body .mf-admin-control-input[type="checkbox"]:checked::before {
372 content: "";
373 position: absolute;
374 background-color: #ff3747;
375 width: 8px;
376 height: 9px;
377 -webkit-box-sizing: border-box;
378 box-sizing: border-box;
379 left: 2px;
380 border-radius: 2px;
381 text-align: center;
382 margin: 0;
383 top: 1.6px;
384 }
385
386 .emailkit-admin-container .mf-setting-input {
387 border-radius: 3px;
388 padding: 5px 15px;
389 height: 40px;
390 -webkit-box-sizing: border-box;
391 box-sizing: border-box;
392 font-size: 14px;
393 line-height: 17px;
394 display: inline-block;
395 -webkit-box-shadow: none;
396 box-shadow: none;
397 color: #121116;
398 border: 1px solid #dee3ea;
399 font-weight: 400;
400 }
401
402 .emailkit-admin-container .mf-setting-input:focus, .emailkit-admin-container .mf-setting-input:active {
403 border-color: #ff324d;
404 -webkit-box-shadow: none;
405 box-shadow: none;
406 outline: none;
407 }
408
409 .emailkit-admin-container .mf-admin-save-icon {
410 color: #fff;
411 font-size: 14px;
412 margin-right: 6px;
413 height: 14px;
414 width: 14px;
415 }
416
417 .emailkit-admin-container .button-primary {
418 text-decoration: none;
419 text-shadow: none;
420 background-color: #ff324d;
421 border-radius: 4px;
422 -webkit-box-shadow: 0 7px 15px rgba(242, 41, 91, 0.3);
423 box-shadow: 0 7px 15px rgba(242, 41, 91, 0.3);
424 font-size: 14px;
425 line-height: 16px;
426 text-transform: uppercase;
427 color: #fff;
428 font-weight: 500;
429 border: none;
430 padding: 12px 23px;
431 -webkit-transition: all 0.4s;
432 transition: all 0.4s;
433 display: -webkit-box;
434 display: -ms-flexbox;
435 display: -webkit-inline-box;
436 display: -ms-inline-flexbox;
437 display: inline-flex;
438 -webkit-box-align: center;
439 -ms-flex-align: center;
440 align-items: center;
441 background-image: linear-gradient(45deg, #ff324d, #ff6b11);
442 position: relative;
443 z-index: 9;
444 }
445
446 .emailkit-admin-container .button-primary:hover, .emailkit-admin-container .button-primary:focus {
447 border: none;
448 outline: none;
449 -webkit-box-shadow: 0 7px 15px rgba(242, 41, 91, 0.3);
450 box-shadow: 0 7px 15px rgba(242, 41, 91, 0.3);
451 }
452
453 .emailkit-admin-container .button-primary::before {
454 border-radius: inherit;
455 background-image: linear-gradient(45deg, #ff6b11, #ff324d);
456 content: "";
457 display: block;
458 height: 100%;
459 position: absolute;
460 top: 0;
461 left: 0;
462 opacity: 0;
463 width: 100%;
464 z-index: -1;
465 -webkit-transition: opacity 0.7s ease-in-out;
466 transition: opacity 0.7s ease-in-out;
467 }
468
469 .emailkit-admin-container .button-primary:hover {
470 background-color: #dc0420;
471 }
472
473 .emailkit-admin-container .button-primary:hover::before {
474 opacity: 1;
475 }
476
477 .mf-recaptcha-settings {
478 display: none;
479 }
480
481 .mf_setting_logo {
482 padding-top: 25px;
483 }
484
485 .mf_setting_logo img {
486 max-width: 200px;
487 }
488
489 .mf-setting-dashboard-banner {
490 border-radius: 20px;
491 padding-top: 0;
492 }
493
494 .mf-setting-dashboard-banner img {
495 width: 100%;
496 }
497
498 .mf-setting-dashboard-banner--content {
499 padding: 30px;
500 }
501
502 .mf-setting-dashboard-banner--content h3 {
503 margin: 0;
504 margin-bottom: 15px;
505 }
506
507 .mf-setting-btn {
508 text-decoration: none;
509 background-color: #ff324d;
510 padding: 8px 15px;
511 border: none;
512 -webkit-box-shadow: none;
513 box-shadow: none;
514 background-image: linear-gradient(45deg, #ff324d, #ff6b11);
515 font-weight: 500;
516 }
517
518 .mf-setting-btn-link {
519 background-image: none;
520 color: #1f55f8;
521 border-radius: 0;
522 background-color: transparent;
523 border: none;
524 padding: 0;
525 text-decoration: none;
526 border-bottom: 1px solid #1f55f8;
527 font-weight: 600;
528 font-size: 14px;
529 display: inline-block;
530 line-height: 18px;
531 -webkit-transition: all 0.4s;
532 transition: all 0.4s;
533 }
534
535 .mf-setting-btn-link:hover {
536 color: #507bff;
537 }
538
539 .mf-setting-separator {
540 margin: 50px 0;
541 }
542
543 .mf-setting-input-group {
544 margin-bottom: 30px;
545 }
546
547 .mf-setting-input-group:last-child {
548 margin-bottom: 0;
549 }
550
551 .mf-setting-input-group .description {
552 font-weight: 400;
553 font-size: 13px;
554 line-height: 15px;
555 color: #999;
556 font-style: normal;
557 margin: 0;
558 margin-top: 8px;
559 }
560
561 .mf-setting-input-desc {
562 display: none;
563 padding-right: 100px;
564 }
565
566 .mf-setting-input-desc .mf-setting-btn-link {
567 margin-top: 15px;
568 }
569
570 .mf-setting-input-desc--title {
571 margin-top: 0;
572 margin-bottom: 8px;
573 }
574
575 .mf-setting-input-desc p,
576 .mf-setting-input-desc li {
577 font-size: 14px;
578 line-height: 18px;
579 color: #111;
580 }
581
582 .mf-setting-tab-nav {
583 margin-bottom: 30px;
584 }
585
586 .mf-setting-tab-nav li {
587 margin-right: 15px;
588 cursor: pointer;
589 }
590
591 .mf-setting-tab-nav li:last-child {
592 margin-right: 0;
593 }
594
595 .mf-setting-tab-nav .attr-nav-tabs {
596 border: none;
597 }
598
599 .mf-setting-tab-nav .attr-nav-item {
600 border: none;
601 border-radius: 4px;
602 text-decoration: none;
603 text-align: center;
604 color: #111;
605 font-size: 14px;
606 text-transform: capitalize;
607 font-weight: 600;
608 padding: 8px 14px;
609 margin-right: 0;
610 display: inline-block;
611 -webkit-box-shadow: none;
612 box-shadow: none;
613 z-index: 2;
614 }
615
616 .mf-setting-tab-nav .attr-nav-item:hover {
617 color: #fff;
618 background-color: #ff433c;
619 }
620
621 .mf-setting-tab-nav .attr-active .attr-nav-item {
622 color: #fff;
623 background-color: #ff433c;
624 border: none;
625 }
626
627 .mf-setting-tab-nav .attr-active .attr-nav-item:focus, .mf-setting-tab-nav .attr-active .attr-nav-item:hover, .mf-setting-tab-nav .attr-active .attr-nav-item:active {
628 border: none;
629 -webkit-box-shadow: none;
630 box-shadow: none;
631 outline: none;
632 color: #fff;
633 background-color: #ff433c;
634 }
635
636 .mf-setting-input-desc-data {
637 display: none;
638 }
639
640 .mf-setting-select-container {
641 position: relative;
642 }
643
644 .mf-setting-select-container .mf-setting-input {
645 -webkit-appearance: none;
646 -moz-appearance: none;
647 appearance: none;
648 background: none;
649 }
650
651 .mf-setting-select-container::before {
652 content: "";
653 width: 0;
654 height: 0;
655 border-left: 5px solid transparent;
656 border-right: 5px solid transparent;
657 border-top: 5px solid #111;
658 position: absolute;
659 right: 15px;
660 -webkit-transform: translateY(-50%);
661 transform: translateY(-50%);
662 top: 50%;
663 }
664
665 .mf-setting-refresh-btn {
666 margin: 0 10px;
667 font-size: 18px;
668 line-height: 24px;
669 }
670
671 .mf-set-dash-tab-img {
672 text-align: center;
673 }
674
675 .mf-set-dash-section {
676 padding: 100px 0;
677 }
678
679 .mf-set-dash-section:not(:first-child):not(:last-child) {
680 padding-bottom: 20px;
681 display: none;
682 }
683
684 .mf-setting-dash-section-heading {
685 text-align: center;
686 position: relative;
687 margin: 0 auto;
688 margin-bottom: 32px;
689 }
690
691 .mf-setting-dash-section-heading--title {
692 font-size: 36px;
693 line-height: 42px;
694 margin: 0;
695 color: #121116;
696 font-weight: 700;
697 letter-spacing: -1px;
698 }
699
700 .mf-setting-dash-section-heading--title strong {
701 color: #ff433c;
702 }
703
704 .mf-setting-dash-section-heading--subtitle {
705 color: rgba(0, 0, 0, 0.05);
706 font-size: 60px;
707 line-height: 69px;
708 margin: 0;
709 font-weight: 700;
710 position: absolute;
711 top: -25px;
712 left: 50%;
713 width: 100%;
714 -webkit-transform: translateX(-50%);
715 transform: translateX(-50%);
716 }
717
718 .mf-setting-dash-section-heading--content {
719 width: 440px;
720 margin: 0 auto;
721 margin-top: 8px;
722 }
723
724 .mf-setting-dash-section-heading--content p {
725 font-size: 16px;
726 line-height: 21px;
727 color: #121116;
728 }
729
730 .mf-setting-dash-section-heading--content p:first-child {
731 margin-top: 0;
732 }
733
734 .mf-setting-dash-section-heading--content p:last-child {
735 margin-bottom: 0;
736 }
737
738 .mf-set-dash-top-notch {
739 display: -webkit-box;
740 display: -ms-flexbox;
741 display: flex;
742 -ms-flex-wrap: wrap;
743 flex-wrap: wrap;
744 border-right: 1px solid #f0f0f0;
745 border-bottom: 1px solid #f0f0f0;
746 }
747
748 .mf-set-dash-top-notch--item {
749 -webkit-box-flex: 0;
750 -ms-flex: 0 0 33.33%;
751 flex: 0 0 33.33%;
752 border: 1px solid #f0f0f0;
753 -webkit-box-sizing: border-box;
754 box-sizing: border-box;
755 padding: 40px;
756 position: relative;
757 border-right: 0;
758 border-bottom: 0;
759 }
760
761 .mf-set-dash-top-notch--item__title {
762 font-size: 18px;
763 line-height: 21px;
764 color: #121116;
765 font-weight: 600;
766 margin: 0;
767 margin-bottom: 17px;
768 }
769
770 .mf-set-dash-top-notch--item__desc {
771 font-weight: 400;
772 font-size: 16px;
773 line-height: 21px;
774 color: #999;
775 }
776
777 .mf-set-dash-top-notch--item::before {
778 content: attr(data-count);
779 font-size: 60px;
780 line-height: 69px;
781 position: absolute;
782 top: -5px;
783 right: 5px;
784 -webkit-text-stroke: 2px;
785 -webkit-text-fill-color: transparent;
786 color: #f0f0f0;
787 }
788
789 .mf-set-dash-free-pro-content {
790 display: -webkit-box;
791 display: -ms-flexbox;
792 display: flex;
793 -ms-flex-wrap: wrap;
794 flex-wrap: wrap;
795 }
796
797 .mf-set-dash-free-pro-content img {
798 max-width: 100%;
799 }
800
801 .mf-set-dash-free-pro-content .attr-nav-tabs {
802 display: -webkit-box;
803 display: -ms-flexbox;
804 display: flex;
805 -webkit-box-orient: vertical;
806 -webkit-box-direction: normal;
807 -ms-flex-direction: column;
808 flex-direction: column;
809 margin: 0;
810 border: 1px solid #f0f0f0;
811 width: 290px;
812 }
813
814 .mf-set-dash-free-pro-content .attr-nav-link {
815 text-decoration: none;
816 font-size: 16px;
817 line-height: 18px;
818 color: #121116 !important;
819 border: none !important;
820 padding: 20px 23px;
821 margin: 0;
822 border-radius: 0;
823 -webkit-transition: all 0.4s;
824 transition: all 0.4s;
825 }
826
827 .mf-set-dash-free-pro-content .attr-nav-link:focus {
828 outline: none;
829 -webkit-box-shadow: none;
830 box-shadow: none;
831 background-color: transparent;
832 border: none;
833 }
834
835 .mf-set-dash-free-pro-content .attr-nav-link:hover {
836 background-color: transparent;
837 }
838
839 .mf-set-dash-free-pro-content .attr-nav-item {
840 border-bottom: 1px solid #f0f0f0;
841 }
842
843 .mf-set-dash-free-pro-content .attr-nav-item:last-child {
844 border-bottom: 0;
845 }
846
847 .mf-set-dash-free-pro-content .attr-nav-item:focus {
848 outline: none;
849 -webkit-box-shadow: none;
850 box-shadow: none;
851 }
852
853 .mf-set-dash-free-pro-content .attr-nav-item.attr-active > a {
854 border: none;
855 }
856
857 .mf-set-dash-free-pro-content .attr-nav-item.attr-active .attr-nav-link {
858 background-color: #ff433c;
859 color: #fff !important;
860 }
861
862 .mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-icon {
863 color: #fff;
864 }
865
866 .mf-set-dash-free-pro-content .attr-nav-item.attr-active .mf-set-dash-badge {
867 background-color: #fff;
868 }
869
870 .mf-set-dash-free-pro-content .mf-icon {
871 font-size: 14px;
872 color: #ff433c;
873 margin-right: 7px;
874 }
875
876 .mf-set-dash-free-pro-content .mf-set-dash-badge {
877 background-color: rgba(242, 41, 91, 0.1);
878 color: #f2295b;
879 font-size: 10px;
880 line-height: 11px;
881 border-radius: 2px;
882 display: inline-block;
883 padding: 3px 6px;
884 margin-left: 18px;
885 font-weight: 600;
886 text-transform: uppercase;
887 }
888
889 .mf-set-dash-free-pro-content .attr-tab-content {
890 border: 1px solid #f0f0f0;
891 border-left: 0;
892 padding: 50px;
893 -webkit-box-sizing: border-box;
894 box-sizing: border-box;
895 -webkit-box-flex: 0;
896 -ms-flex: 0 0 calc(100% - 292px);
897 flex: 0 0 calc(100% - 292px);
898 }
899
900 .mf-set-dash-free-pro-content .attr-tab-content p {
901 font-size: 16px;
902 line-height: 24px;
903 font-weight: 400;
904 color: #444;
905 }
906
907 .mf-set-dash-free-pro-content .attr-tab-content ul li {
908 color: #444;
909 font-size: 16px;
910 line-height: 21px;
911 }
912
913 .mf-set-dash-free-pro-content .attr-tab-content ul li::before {
914 content: "";
915 height: 5px;
916 width: 5px;
917 background-color: #f2295b;
918 border-radius: 100px;
919 display: inline-block;
920 vertical-align: middle;
921 margin-right: 7px;
922 }
923
924 .mf-set-dash-free-pro-content .attr-tab-content .mf-admin-setting-btn {
925 margin-top: 35px;
926 }
927
928 .admin-bar .mf-setting-header.fixed {
929 top: 30px;
930 }
931
932 #mf-set-dash-faq {
933 background-color: #f1f1f1;
934 padding-bottom: 100px;
935 margin: 100px 0;
936 text-align: center;
937 margin-left: -50px;
938 margin-right: -50px;
939 }
940
941 #mf-set-dash-faq .mf-admin-setting-btn {
942 margin-top: 30px;
943 }
944
945 .mf-admin-accordion {
946 max-width: 700px;
947 margin: 0 auto;
948 margin-top: 30px;
949 }
950
951 .mf-admin-single-accordion {
952 background-color: #fff;
953 -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
954 box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
955 margin: 10px 0;
956 text-align: left;
957 }
958
959 .mf-admin-single-accordion.active .mf-admin-single-accordion--heading::after {
960 content: "\e995";
961 color: #f2295b;
962 }
963
964 .mf-admin-single-accordion--heading {
965 cursor: pointer;
966 margin: 0;
967 color: #121116;
968 font-size: 14px;
969 line-height: 20px;
970 padding: 18px 20px;
971 position: relative;
972 }
973
974 .mf-admin-single-accordion--heading::after {
975 content: "\e994";
976 font-family: "emailkit";
977 position: absolute;
978 right: 30px;
979 top: 50%;
980 -webkit-transform: translateY(-50%);
981 transform: translateY(-50%);
982 font-size: 12px;
983 }
984
985 .mf-admin-single-accordion--body {
986 padding: 0;
987 display: none;
988 }
989
990 .mf-admin-single-accordion--body__content {
991 padding: 30px;
992 padding-top: 0;
993 }
994
995 .mf-admin-single-accordion--body p {
996 margin: 0;
997 }
998
999 #mf-set-dash-rate-now {
1000 margin-top: 100px;
1001 display: -webkit-box;
1002 display: -ms-flexbox;
1003 display: flex;
1004 -webkit-box-pack: justify;
1005 -ms-flex-pack: justify;
1006 justify-content: space-between;
1007 -webkit-box-align: center;
1008 -ms-flex-align: center;
1009 align-items: center;
1010 padding-bottom: 0;
1011 padding-top: 0;
1012 -ms-flex-wrap: wrap;
1013 flex-wrap: wrap;
1014 }
1015
1016 #mf-set-dash-rate-now .mf-setting-dash-section-heading {
1017 text-align: left;
1018 }
1019
1020 #mf-set-dash-rate-now .mf-admin-left-thumb {
1021 margin-bottom: -50px;
1022 -ms-flex-item-align: end;
1023 align-self: flex-end;
1024 }
1025
1026 #mf-set-dash-rate-now > div {
1027 -webkit-box-flex: 1;
1028 -ms-flex: 1;
1029 flex: 1;
1030 }
1031
1032 .mf-admin-left-thumb img {
1033 max-width: 100%;
1034 }
1035
1036 .mf-other-tab .description {
1037 margin-top: 10px;
1038 }
1039
1040 .mf-other-tab .description .description-highlight {
1041 color: red;
1042 }
1043
1044 .mf-setting-switch input[type="checkbox"] {
1045 display: none;
1046 }
1047
1048 .mf-setting-switch input[type="checkbox"]:checked + span::before {
1049 content: "Yes";
1050 width: 55px;
1051 height: 25px;
1052 background-color: #ff433c;
1053 left: 0;
1054 border-radius: 15px;
1055 display: inline-block;
1056 text-align: left;
1057 color: #fff;
1058 text-transform: uppercase;
1059 font-weight: 700;
1060 font-size: 10px;
1061 padding: 3px;
1062 -webkit-box-sizing: border-box;
1063 box-sizing: border-box;
1064 padding-left: 10px;
1065 }
1066
1067 .mf-setting-switch input[type="checkbox"]:checked + span::after {
1068 content: "";
1069 width: 20px;
1070 height: 20px;
1071 background-color: #fff;
1072 border-radius: 100px;
1073 display: inline-block;
1074 position: absolute;
1075 right: 2px;
1076 top: 2px;
1077 }
1078
1079 .mf-setting-switch input[type="checkbox"] + span {
1080 position: relative;
1081 display: block;
1082 }
1083
1084 .mf-setting-switch input[type="checkbox"] + span::before {
1085 content: "No";
1086 width: 55px;
1087 height: 25px;
1088 background-color: #ededed;
1089 left: 0;
1090 border-radius: 15px;
1091 text-align: right;
1092 color: #fff;
1093 text-transform: uppercase;
1094 font-weight: 700;
1095 font-size: 10px;
1096 padding: 3px;
1097 -webkit-box-sizing: border-box;
1098 box-sizing: border-box;
1099 padding-right: 10px;
1100 -webkit-transition: all 0.4s;
1101 transition: all 0.4s;
1102 float: right;
1103 line-height: 18px;
1104 cursor: pointer;
1105 }
1106
1107 .mf-setting-switch input[type="checkbox"] + span::after {
1108 content: "";
1109 width: 20px;
1110 height: 20px;
1111 background-color: #fff;
1112 border-radius: 100px;
1113 display: inline-block;
1114 position: absolute;
1115 right: 31px;
1116 top: 2px;
1117 -webkit-transition: all 0.4s;
1118 transition: all 0.4s;
1119 }
1120
1121 .mf-zoho-error-msg {
1122 font-weight: 600;
1123 color: #856404;
1124 background: #fff3cd;
1125 padding: 10px;
1126 border-radius: 8px;
1127 margin-top: 10px;
1128 margin-bottom: 10px;
1129 }
1130
1131 .mf-zoho-error-msg a:link, .mf-zoho-error-msg a:visited {
1132 display: inline-block;
1133 text-decoration: none;
1134 background-color: #ff324d;
1135 color: #fff;
1136 border-radius: 3px;
1137 padding: 2px 6px;
1138 }
1139
1140 @media (min-width: 768px) {
1141 .mf-setting-input-desc-data {
1142 display: block;
1143 }
1144 .mf-settings-dashboard > .attr-row > div:last-of-type {
1145 padding-left: 0;
1146 }
1147 .mf-settings-dashboard > .attr-row > div:first-of-type {
1148 padding-right: 0;
1149 }
1150 }
1151
1152 @media (max-width: 767px) {
1153 .mf-setting-dash-section-heading--content {
1154 width: 100%;
1155 }
1156 .mf-set-dash-free-pro-content .attr-nav-tabs {
1157 min-width: 100%;
1158 }
1159 .mf-set-dash-free-pro-content .attr-tab-content {
1160 border-left: 1px solid #f0f0f0;
1161 padding: 20px;
1162 -webkit-box-flex: 100%;
1163 -ms-flex: 100%;
1164 flex: 100%;
1165 }
1166 .mf-settings-dashboard .mf-setting-sidebar {
1167 position: static;
1168 width: 100% !important;
1169 }
1170 .emailkit-admin-container {
1171 padding: 30px;
1172 }
1173 .emailkit-admin-container--body .mf-setting-header {
1174 margin-left: -30px;
1175 margin-right: -30px;
1176 padding-left: 30px;
1177 padding-right: 30px;
1178 }
1179 .emailkit-admin-container--body .mf-setting-header::before, .emailkit-admin-container--body .mf-setting-header::after {
1180 margin-left: 30px;
1181 margin-right: 30px;
1182 }
1183 .emailkit-admin-container--body .mf-setting-header::after {
1184 width: calc(100% - 60px);
1185 }
1186 .mf-set-dash-top-notch--item {
1187 -webkit-box-flex: 0;
1188 -ms-flex: 0 0 100%;
1189 flex: 0 0 100%;
1190 }
1191 .admin-bar .mf-setting-header.fixed {
1192 top: 0;
1193 }
1194 #mf-set-dash-faq {
1195 margin-left: -30px;
1196 margin-right: -30px;
1197 }
1198 .mf-admin-left-thumb {
1199 margin-bottom: -30px;
1200 text-align: center;
1201 width: 100%;
1202 margin-top: 15px;
1203 }
1204 .emailkit-admin-container--body .mf-settings-single-section--title {
1205 font-size: 19px;
1206 }
1207 .emailkit-admin-container--body .mf-settings-single-section--title span {
1208 display: none;
1209 }
1210 .mf-setting-dash-section-heading--title {
1211 font-size: 25px;
1212 line-height: 30px;
1213 }
1214 .mf-setting-dash-section-heading--subtitle {
1215 font-size: 52px;
1216 line-height: 59px;
1217 }
1218 }
1219
1220 .mf-setting-spin {
1221 -webkit-animation-name: rotate;
1222 animation-name: rotate;
1223 -webkit-animation-duration: 500ms;
1224 animation-duration: 500ms;
1225 -webkit-animation-iteration-count: infinite;
1226 animation-iteration-count: infinite;
1227 -webkit-animation-timing-function: linear;
1228 animation-timing-function: linear;
1229 }
1230
1231 @-webkit-keyframes rotate {
1232 from {
1233 -webkit-transform: rotate(0deg);
1234 transform: rotate(0deg);
1235 }
1236 to {
1237 -webkit-transform: rotate(360deg);
1238 transform: rotate(360deg);
1239 }
1240 }
1241
1242 @keyframes rotate {
1243 from {
1244 -webkit-transform: rotate(0deg);
1245 transform: rotate(0deg);
1246 }
1247 to {
1248 -webkit-transform: rotate(360deg);
1249 transform: rotate(360deg);
1250 }
1251 }
1252
1253 .loading .attr-modal-content::before {
1254 opacity: 0.8;
1255 position: absolute;
1256 content: "";
1257 top: 0;
1258 left: 0;
1259 height: 100%;
1260 width: 100%;
1261 background-color: #fff;
1262 -webkit-transition: opaicty 0.5s ease;
1263 transition: opaicty 0.5s ease;
1264 z-index: 5;
1265 border-radius: inherit;
1266 }
1267
1268 .loading .mf-spinner {
1269 display: block;
1270 }
1271
1272 #emailkit_form_modal {
1273 overflow-y: scroll;
1274 }
1275
1276 .elementor-editor-active .emailkit-form-save-btn-editor {
1277 display: none !important;
1278 }
1279
1280 .attr-modal-dialog-centered {
1281 display: -webkit-box;
1282 display: -ms-flexbox;
1283 display: flex;
1284 -webkit-box-align: center;
1285 -ms-flex-align: center;
1286 align-items: center;
1287 padding-top: 30px;
1288 width: 725px;
1289 max-width: 100%;
1290 }
1291
1292 .attr-modal-dialog-centered .attr-modal-header {
1293 padding: 36px 50px;
1294 border-bottom: none;
1295 }
1296
1297 .attr-modal-dialog-centered .attr-modal-header .attr-modal-title {
1298 font-size: 20px;
1299 font-weight: 700;
1300 color: #111;
1301 text-transform: capitalize;
1302 margin-bottom: 38px;
1303 line-height: 1;
1304 }
1305
1306 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs {
1307 border: none;
1308 display: -webkit-box;
1309 display: -ms-flexbox;
1310 display: flex;
1311 -ms-flex-wrap: wrap;
1312 flex-wrap: wrap;
1313 }
1314
1315 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li {
1316 -webkit-transition: all 0.4s;
1317 transition: all 0.4s;
1318 }
1319
1320 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a {
1321 text-decoration: none;
1322 color: #111;
1323 font-size: 14px;
1324 text-transform: capitalize;
1325 font-weight: 600;
1326 padding: 8px 10px;
1327 border: none;
1328 margin-right: 0;
1329 -webkit-transition: all 0.4s;
1330 transition: all 0.4s;
1331 }
1332
1333 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:hover {
1334 border: none;
1335 background-color: transparent;
1336 }
1337
1338 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs a:focus {
1339 outline: none;
1340 -webkit-box-shadow: none;
1341 box-shadow: none;
1342 border: none;
1343 }
1344
1345 .attr-modal-dialog-centered .attr-modal-header .attr-nav-tabs li.attr-active a {
1346 border: none;
1347 color: #fff;
1348 background-color: #1f55f8;
1349 border-radius: 4px;
1350 text-align: center;
1351 }
1352
1353 .attr-modal-dialog-centered .attr-modal-header button.attr-close {
1354 opacity: 0.8;
1355 font-size: inherit;
1356 outline: none;
1357 margin-top: -15px;
1358 margin-right: -25px;
1359 }
1360
1361 .attr-modal-dialog-centered .attr-modal-header button.attr-close span {
1362 color: #e81123;
1363 font-size: 35px;
1364 font-weight: 100;
1365 background-color: #fce7e9;
1366 height: 36px;
1367 width: 36px;
1368 display: inline-block;
1369 line-height: 36px;
1370 border-radius: 100px;
1371 outline: none;
1372 margin-top: 5px;
1373 font-family: initial;
1374 }
1375
1376 .attr-modal-dialog-centered .attr-tab-content .attr-modal-body {
1377 padding: 40px 50px;
1378 padding-top: 0;
1379 }
1380
1381 .attr-modal-dialog-centered .attr-tab-content div#limit_status.hide_input {
1382 display: none;
1383 }
1384
1385 .attr-modal-dialog-centered .attr-tab-content .mf-input-group label.attr-input-label {
1386 color: #111;
1387 font-size: 16px;
1388 margin-bottom: 7px;
1389 display: block;
1390 font-weight: 500;
1391 padding: 15px 0 8px;
1392 }
1393
1394 .attr-modal-dialog-centered .attr-tab-content .mf-input-group {
1395 border-bottom: 1px solid #f5f5f5;
1396 padding-bottom: 14px;
1397 margin-bottom: 14px;
1398 }
1399
1400 .attr-modal-dialog-centered .attr-tab-content .mf-input-group:last-of-type {
1401 border-bottom: none;
1402 padding-bottom: 0;
1403 }
1404
1405 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input,
1406 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control {
1407 color: #000;
1408 font-size: 14px;
1409 height: 48px;
1410 padding: 0 22px;
1411 border-color: #ededed;
1412 margin-top: 12px;
1413 max-width: 100%;
1414 background-color: #f9f9f9;
1415 -webkit-transition: all 0.4s;
1416 transition: all 0.4s;
1417 }
1418
1419 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input:hover, .attr-modal-dialog-centered .attr-tab-content .mf-input-group input:focus,
1420 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:hover,
1421 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .attr-form-control:focus {
1422 background-color: #fff;
1423 }
1424
1425 .attr-modal-dialog-centered .attr-tab-content .mf-input-group textarea {
1426 padding: 22px !important;
1427 }
1428
1429 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"] {
1430 display: none;
1431 }
1432
1433 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"] + span {
1434 position: relative;
1435 display: block;
1436 }
1437
1438 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"] + span::before {
1439 content: "No";
1440 width: 55px;
1441 height: 25px;
1442 background-color: #ededed;
1443 left: 0;
1444 border-radius: 15px;
1445 text-align: right;
1446 color: #fff;
1447 text-transform: uppercase;
1448 font-weight: 700;
1449 font-size: 10px;
1450 padding: 3px;
1451 -webkit-box-sizing: border-box;
1452 box-sizing: border-box;
1453 padding-right: 10px;
1454 -webkit-transition: all 0.4s;
1455 transition: all 0.4s;
1456 float: right;
1457 line-height: 18px;
1458 cursor: pointer;
1459 }
1460
1461 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"] + span::after {
1462 content: "";
1463 width: 20px;
1464 height: 20px;
1465 background-color: #fff;
1466 border-radius: 100px;
1467 display: inline-block;
1468 position: absolute;
1469 right: 31px;
1470 top: 2px;
1471 -webkit-transition: all 0.4s;
1472 transition: all 0.4s;
1473 }
1474
1475 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"]:checked + span::before {
1476 content: "Yes";
1477 width: 55px;
1478 height: 25px;
1479 background-color: #1f55f8;
1480 left: 0;
1481 border-radius: 15px;
1482 display: inline-block;
1483 text-align: left;
1484 color: #fff;
1485 text-transform: uppercase;
1486 font-weight: 700;
1487 font-size: 10px;
1488 padding: 3px;
1489 -webkit-box-sizing: border-box;
1490 box-sizing: border-box;
1491 padding-left: 10px;
1492 }
1493
1494 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"]:checked + span::after {
1495 content: "";
1496 width: 20px;
1497 height: 20px;
1498 background-color: #fff;
1499 border-radius: 100px;
1500 display: inline-block;
1501 position: absolute;
1502 right: 2px;
1503 top: 2px;
1504 }
1505
1506 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-rest-api-method {
1507 padding: 0 18px;
1508 margin: 0;
1509 }
1510
1511 .attr-modal-dialog-centered .attr-tab-content .mf-input-group #mf-hubsopt-fileds {
1512 margin-top: 10px;
1513 }
1514
1515 .attr-modal-dialog-centered .attr-tab-content .mf-input-group #mf-hubsopt-fileds .mf-input-warning {
1516 color: red;
1517 }
1518
1519 .attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help {
1520 color: #b7b7b7;
1521 font-style: italic;
1522 font-size: 12px;
1523 }
1524
1525 .attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help strong {
1526 color: #555;
1527 font-weight: 700;
1528 }
1529
1530 .attr-modal-dialog-centered .attr-tab-content .mf-input-group span.mf-input-help a {
1531 color: #1f55f8;
1532 text-decoration: none;
1533 font-weight: 700;
1534 }
1535
1536 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner label.attr-input-label {
1537 display: inline-block;
1538 }
1539
1540 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner #limit_status {
1541 width: 100px;
1542 margin: 0;
1543 position: relative;
1544 margin-left: 15px;
1545 float: right;
1546 margin-top: -2px;
1547 }
1548
1549 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input {
1550 margin: 0;
1551 }
1552
1553 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type="checkbox"] + span::before {
1554 position: relative;
1555 top: -2px;
1556 left: 5px;
1557 }
1558
1559 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type="checkbox"] + span::after {
1560 right: 28px;
1561 top: 0;
1562 }
1563
1564 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .mf-input-group-inner input[type="checkbox"]:checked + span::after {
1565 right: -2px;
1566 top: 0;
1567 }
1568
1569 .attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline {
1570 display: -webkit-box;
1571 display: -ms-flexbox;
1572 display: flex;
1573 -ms-flex-wrap: wrap;
1574 flex-wrap: wrap;
1575 -webkit-box-align: initial;
1576 -ms-flex-align: initial;
1577 align-items: initial;
1578 }
1579
1580 .attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label,
1581 .attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs {
1582 -webkit-box-flex: 1;
1583 -ms-flex: 1;
1584 flex: 1;
1585 }
1586
1587 .attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .attr-input-label select,
1588 .attr-modal-dialog-centered .attr-tab-content .mf-input-group.mf-input-group-inline .mf-inputs select {
1589 margin: 0;
1590 }
1591
1592 .attr-modal-dialog-centered .attr-tab-content .mf-input-group .metfrom-btn-refresh-hubsopt-list {
1593 margin-left: 5px;
1594 }
1595
1596 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="text"] + span,
1597 .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="number"] + span {
1598 display: block;
1599 margin-top: 5px;
1600 }
1601
1602 .attr-modal-dialog-centered .attr-tab-content #limit_status.show_input {
1603 margin-top: 32px;
1604 }
1605
1606 .attr-modal-dialog-centered .attr-modal-footer {
1607 padding: 30px 50px;
1608 }
1609
1610 .attr-modal-dialog-centered .attr-modal-footer button {
1611 color: #fff;
1612 background-color: #1f55f8;
1613 font-size: 16px;
1614 font-weight: 700;
1615 -webkit-box-sizing: border-box;
1616 box-sizing: border-box;
1617 padding: 12px 20px;
1618 -webkit-box-shadow: none;
1619 box-shadow: none;
1620 border: 1px solid transparent;
1621 -webkit-transition: all 0.4s;
1622 transition: all 0.4s;
1623 outline: none;
1624 }
1625
1626 .attr-modal-dialog-centered .attr-modal-footer button:focus {
1627 border: none;
1628 outline: none;
1629 }
1630
1631 .attr-modal-dialog-centered .attr-modal-footer button.emailkit-form-save-btn-editor {
1632 background-color: #d8d8d8;
1633 color: #111;
1634 }
1635
1636 .attr-modal-dialog-centered > form {
1637 width: 100%;
1638 }
1639
1640 .modal-backdrop {
1641 position: fixed;
1642 top: 0;
1643 left: 0;
1644 width: 100vw;
1645 height: 100vh;
1646 background-color: rgba(0, 0, 0, 0.5);
1647 z-index: 999;
1648 }
1649
1650 .attr-modal {
1651 z-index: 10000;
1652 }
1653
1654 .mf_multipile_ajax_search_filed .select2-container--default .select2-selection--multiple .select2-selection__choice {
1655 line-height: 1.5;
1656 font-size: 0.9em;
1657 border: none;
1658 border-radius: 0;
1659 color: #6d7882;
1660 }
1661
1662 .mf-headerfooter-status {
1663 display: inline-block;
1664 margin-left: 5px;
1665 padding: 2px 5px 3px;
1666 color: #fff;
1667 background-color: #9a9a9a;
1668 border-radius: 3px;
1669 font-size: 10px;
1670 line-height: 1;
1671 font-weight: 700;
1672 }
1673
1674 .mf-headerfooter-status-active {
1675 background-color: #00cd00;
1676 }
1677
1678 .irs--round .irs-min,
1679 .irs--round .irs-max {
1680 display: none;
1681 }
1682
1683 .irs--round .irs-handle {
1684 cursor: pointer;
1685 }
1686
1687 .mf-success-msg {
1688 position: fixed;
1689 z-index: 9;
1690 text-align: center;
1691 top: 50%;
1692 left: 50%;
1693 -webkit-transform: translate(-50%, -50%);
1694 transform: translate(-50%, -50%);
1695 -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.2);
1696 box-shadow: 0 2px 5px rgba(153, 153, 153, 0.2);
1697 min-width: 300px;
1698 }
1699
1700 textarea.attr-form-control {
1701 height: auto !important;
1702 }
1703
1704 .post-type-emailkit-form .row-actions .inline {
1705 display: none !important;
1706 }
1707
1708 div.emailkit-entry-data table thead,
1709 div.emailkit-entry-data table tbody,
1710 div.emailkit-entry-browser-data table thead,
1711 div.emailkit-entry-browser-data table tbody {
1712 text-align: left;
1713 }
1714
1715 img.form-editor-icon {
1716 height: 20px;
1717 width: 20px;
1718 margin-right: 5px;
1719 vertical-align: middle;
1720 }
1721
1722 div.mf-file-show button.attr-btn.attr-btn-primary {
1723 margin-left: 10px;
1724 }
1725
1726 .mf-file-show a {
1727 text-decoration: none;
1728 }
1729
1730 .mf-modal-container {
1731 margin-top: 50px;
1732 }
1733
1734 .mf-modal-container .attr-modal-body img {
1735 margin: 0 auto;
1736 }
1737
1738 .mf-entry-label,
1739 .mf-entry-input {
1740 -webkit-box-sizing: border-box;
1741 box-sizing: border-box;
1742 }
1743
1744 .mf-entry-filter {
1745 margin-right: 10px;
1746 min-width: 15%;
1747 }
1748
1749 .mf-entry-export-csv {
1750 min-width: 20%;
1751 }
1752
1753 .emailkit_open_content_editor_modal .attr-modal-dialog-centered .attr-tab-content .mf-input-group input[type="checkbox"] + span::before {
1754 line-height: 20px;
1755 }
1756
1757 /* HIDE RADIO */
1758 .mf-image-select-input,
1759 .mf-toggle-select-input {
1760 position: absolute;
1761 opacity: 0;
1762 width: 0;
1763 height: 0;
1764 }
1765
1766 /* IMAGE STYLES */
1767 .mf-image-select-input + img,
1768 .mf-toggle-select-input + p {
1769 cursor: pointer;
1770 }
1771
1772 .mf-input-rest-api-group .mf-rest-api-key {
1773 width: 100px;
1774 display: inline-block;
1775 position: relative;
1776 top: 17px;
1777 }
1778
1779 .mf-input-rest-api-group .mf-rest-api {
1780 width: calc(100% - 110px);
1781 vertical-align: middle;
1782 display: inline-block !important;
1783 }
1784
1785 .emailkit_open_content_editor_modal .mf-rest-api-key {
1786 top: 19px;
1787 }
1788
1789 .emailkit-entry-data table.mf-entry-data {
1790 width: 100%;
1791 background-color: #fff;
1792 border: 1px solid #eaf2fa;
1793 color: #000;
1794 }
1795
1796 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-label {
1797 background-color: #eaf2fa;
1798 }
1799
1800 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-value {
1801 background-color: #fff;
1802 }
1803
1804 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-value pre {
1805 margin: 0;
1806 font: inherit;
1807 }
1808
1809 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-value td.mf-value-space {
1810 width: 20px;
1811 }
1812
1813 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-value .signature-img {
1814 max-width: 100%;
1815 }
1816
1817 .emailkit-entry-data table.mf-entry-data tbody tr.mf-data-value td .simple-repeater-entry-data-divider:not(:last-child) {
1818 width: 100%;
1819 background: rgba(66, 63, 63, 0.169);
1820 height: 1px;
1821 margin: 6px 0;
1822 }
1823
1824 .mf-cf-single-field {
1825 display: -webkit-box;
1826 display: -ms-flexbox;
1827 display: flex;
1828 -webkit-box-align: end;
1829 -ms-flex-align: end;
1830 align-items: flex-end;
1831 position: relative;
1832 margin-bottom: 1rem;
1833 -webkit-box-pack: justify;
1834 -ms-flex-pack: justify;
1835 justify-content: space-between;
1836 }
1837
1838 .mf-cf-single-field .mf-cf-single-field-input {
1839 width: 48%;
1840 }
1841
1842 .mf-cf-single-field .mf-cf-single-field-input label {
1843 color: #111;
1844 font-size: 12px;
1845 display: block;
1846 font-weight: 500;
1847 }
1848
1849 .mf-cf-single-field .mf-cf-single-field-input input,
1850 .mf-cf-single-field .mf-cf-single-field-input select {
1851 margin-top: 8px !important;
1852 }
1853
1854 .mf-cf-single-field .mf-btn-del-singl-field {
1855 outline: 0;
1856 color: #fd397a;
1857 background-color: rgba(253, 57, 122, 0.1);
1858 text-decoration: none;
1859 font-size: 12px;
1860 font-weight: 700;
1861 padding: 0 10px;
1862 position: absolute;
1863 right: 0;
1864 top: 0;
1865 line-height: 19px;
1866 display: inline-block;
1867 border-radius: 4px;
1868 }
1869
1870 .mf-cf-single-field .mf-btn-del-singl-field:hover {
1871 color: #fff;
1872 background-color: #fd397a;
1873 }
1874
1875 .mf-cf-single-field .mf-btn-del-singl-field:focus {
1876 color: #fff;
1877 background-color: #c9302c;
1878 }
1879
1880 .mf-add-cf {
1881 color: #716aca;
1882 background-color: rgba(113, 106, 202, 0.1);
1883 font-size: 20px;
1884 line-height: 0.65em;
1885 padding: 10px 10px;
1886 border: none !important;
1887 -webkit-box-shadow: none;
1888 box-shadow: none;
1889 font-weight: 700;
1890 cursor: pointer;
1891 border-radius: 4px;
1892 outline: 0;
1893 }
1894
1895 .mf-add-cf span {
1896 -webkit-transform: translateY(-2px);
1897 transform: translateY(-2px);
1898 display: block;
1899 }
1900
1901 .mf-add-cf:hover {
1902 color: #fff;
1903 background-color: #716aca;
1904 }
1905
1906 .mf-add-cf:focus {
1907 color: #fff;
1908 background-color: #286090;
1909 }
1910
1911 .mf-add-param_fields {
1912 color: #716aca;
1913 background-color: rgba(113, 106, 202, 0.1);
1914 font-size: 20px;
1915 line-height: 0.65em;
1916 padding: 10px 10px;
1917 border: none !important;
1918 -webkit-box-shadow: none;
1919 box-shadow: none;
1920 font-weight: 700;
1921 cursor: pointer;
1922 border-radius: 4px;
1923 outline: 0;
1924 }
1925
1926 .mf-add-param_fields span {
1927 -webkit-transform: translateY(-2px);
1928 transform: translateY(-2px);
1929 display: block;
1930 }
1931
1932 .mf-add-param_fields:hover {
1933 color: #fff;
1934 background-color: #716aca;
1935 }
1936
1937 .mf-add-param_fields:focus {
1938 color: #fff;
1939 background-color: #286090;
1940 }
1941
1942 .mf-add-url-param-fields {
1943 color: #716aca;
1944 background-color: rgba(113, 106, 202, 0.1);
1945 font-size: 20px;
1946 line-height: 0.65em;
1947 padding: 10px 10px;
1948 border: none !important;
1949 -webkit-box-shadow: none;
1950 box-shadow: none;
1951 font-weight: 700;
1952 cursor: pointer;
1953 border-radius: 4px;
1954 outline: 0;
1955 }
1956
1957 .mf-add-url-param-fields span {
1958 -webkit-transform: translateY(-2px);
1959 transform: translateY(-2px);
1960 display: block;
1961 }
1962
1963 .mf-add-url-param-fields:hover {
1964 color: #fff;
1965 background-color: #716aca;
1966 }
1967
1968 .mf-add-url-param-fields:focus {
1969 color: #fff;
1970 background-color: #286090;
1971 }
1972
1973 .mf-form-data-bypass-delete-btn, .mf-btn-del-single-field-zoho {
1974 outline: 0;
1975 color: #fd397a;
1976 background-color: rgba(253, 57, 122, 0.1);
1977 text-decoration: none;
1978 font-size: 12px;
1979 font-weight: 700;
1980 padding: 0 10px;
1981 position: absolute;
1982 right: 0;
1983 top: 0;
1984 line-height: 19px;
1985 display: inline-block;
1986 border-radius: 4px;
1987 }
1988
1989 .mf-form-data-bypass-delete-btn:hover, .mf-btn-del-single-field-zoho:hover {
1990 color: #fff;
1991 background-color: #fd397a;
1992 }
1993
1994 .mf-form-data-bypass-delete-btn:focus, .mf-btn-del-single-field-zoho:focus {
1995 color: #fff;
1996 background-color: #c9302c;
1997 }
1998
1999 .mf-single-field-delete-btn {
2000 pointer-events: none;
2001 color: #fd397a3d;
2002 }
2003
2004 .achor-style {
2005 color: #1f55f8;
2006 text-decoration: none;
2007 font-weight: 700;
2008 }
2009
2010 .emailkit-add-new-form-model-contents .emailkit-template-input-con label {
2011 display: none;
2012 }
2013
2014 .emailkit-add-new-form-model-contents .emailkit-template-form-type label {
2015 display: none;
2016 }
2017
2018 .emailkit-add-new-form-model-contents .emailkit-editor-input {
2019 max-width: 100%;
2020 height: 46px;
2021 width: 100%;
2022 display: block;
2023 -webkit-box-sizing: border-box;
2024 box-sizing: border-box;
2025 background-color: #fff;
2026 border-radius: 5px;
2027 border: none;
2028 padding: 0 25px;
2029 color: #101010;
2030 font-size: 16px;
2031 line-height: 42px;
2032 border: 1px solid #ccc;
2033 }
2034
2035 .emailkit-add-new-form-model-contents .emailkit-editor-input:focus {
2036 border: 1px solid #a4afb7 !important;
2037 -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.07);
2038 box-shadow: 0 15px 25px rgba(0, 0, 0, 0.07);
2039 }
2040
2041 .emailkit-add-new-form-model-contents .emailkit-editor-input:nth-child(2) {
2042 margin-bottom: 10px;
2043 }
2044
2045 .emailkit-templates-list {
2046 font-family: "roboto", sans-serif;
2047 }
2048
2049 .emailkit-templates-list .emailkit-template-radio-data:hover .emailkit-template-footer-links a {
2050 text-decoration: none;
2051 }
2052
2053 .emailkit-templates-list .emailkit-template-radio-data:hover .emailkit-template-footer-links a:hover {
2054 color: #93003c;
2055 }
2056
2057 .formpicker_iframe_modal .dialog-widget-content {
2058 position: static !important;
2059 margin: auto;
2060 }
2061
2062 .formpicker_iframe_modal a {
2063 text-decoration: none;
2064 }
2065
2066 .formpicker_iframe_modal > * {
2067 display: -webkit-box;
2068 display: -ms-flexbox;
2069 display: flex;
2070 -webkit-box-align: center;
2071 -ms-flex-align: center;
2072 align-items: center;
2073 gap: 38px;
2074 }
2075
2076 .formpicker_iframe_modal .emailkit-form-update-close-btn {
2077 position: absolute;
2078 right: 10px;
2079 top: 7px;
2080 font-size: 14px;
2081 text-transform: uppercase;
2082 background-color: #39b54a;
2083 color: #fff;
2084 padding: 10px 25px;
2085 border-radius: 100px;
2086 z-index: 1;
2087 cursor: pointer;
2088 line-height: 15px;
2089 padding-top: 10px;
2090 -webkit-transition: all 0.4s;
2091 transition: all 0.4s;
2092 }
2093
2094 .formpicker_iframe_modal .emailkit-form-edit-btn {
2095 position: absolute;
2096 left: 135px;
2097 top: 0;
2098 color: #4285f4;
2099 font-size: 15px;
2100 text-transform: uppercase;
2101 padding: 18px 0;
2102 }
2103
2104 .formpicker_iframe_modal .emailkit-form-edit-btn i {
2105 margin-right: 5px;
2106 font-size: 18px;
2107 margin-top: -2px;
2108 }
2109
2110 #emailkit-new-form-modalinput-form {
2111 position: relative;
2112 top: 20px;
2113 z-index: 999;
2114 width: 710px;
2115 background-color: #fff;
2116 -webkit-box-shadow: -15px 20px 50px rgba(0, 0, 0, 0.16);
2117 box-shadow: -15px 20px 50px rgba(0, 0, 0, 0.16);
2118 padding: 15px 0 40px;
2119 border-radius: 5px;
2120 text-align: center;
2121 -webkit-box-orient: vertical;
2122 -webkit-box-direction: normal;
2123 -ms-flex-direction: column;
2124 flex-direction: column;
2125 }
2126
2127 #emailkit-new-form-modalinput-form .emailkit-add-new-form-model-contents {
2128 background-color: #fff;
2129 border-radius: 10px;
2130 min-width: auto;
2131 padding: 10px 38px 38px;
2132 overflow-y: scroll;
2133 max-height: 60vh;
2134 border-bottom: 1px solid #f2f2f2;
2135 width: 100%;
2136 -webkit-box-sizing: border-box;
2137 box-sizing: border-box;
2138 }
2139
2140 #emailkit-new-form-modalinput-form .emailkit-add-new-form-model-contents::-webkit-scrollbar {
2141 display: none;
2142 }
2143
2144 #emailkit-new-form-modalinput-form .emailkit-template-radio-data--pro_tag {
2145 background: linear-gradient(45deg, #ff6b11 0%, #ff324d 100%);
2146 color: #fff;
2147 padding: 0px 5px;
2148 display: inline-block;
2149 position: absolute;
2150 right: 2px;
2151 top: 2px;
2152 text-transform: uppercase;
2153 font-size: 10px;
2154 border-radius: 3px;
2155 text-align: center;
2156 }
2157
2158 #emailkit_form_modal {
2159 z-index: 2147483647 !important;
2160 background: rgba(0, 0, 0, 0.507);
2161 }
2162
2163 .emailkit-add-new-form-model-title {
2164 font-size: 24px;
2165 }
2166
2167 .elementor-loading-title {
2168 display: none;
2169 }
2170
2171 .emailkit-add-new-form-model-contents {
2172 background-color: #fff;
2173 min-width: 700px;
2174 border-radius: 10px;
2175 padding: 10px 38px 38px;
2176 }
2177
2178 .emailkit-add-new-form-model-contents .emailkit-editor-input {
2179 height: 56px;
2180 width: 100%;
2181 display: block;
2182 -webkit-box-sizing: border-box;
2183 box-sizing: border-box;
2184 background-color: #fff;
2185 border-radius: 5px;
2186 padding: 0 22px;
2187 color: #101010;
2188 font-size: 18px;
2189 line-height: 42px;
2190 border: 1px solid #ccc;
2191 }
2192
2193 .emailkit-add-new-form-model-contents .emailkit-editor-input:focus {
2194 outline: 0;
2195 border: none;
2196 }
2197
2198 .emailkit-templates-list {
2199 display: -webkit-box;
2200 display: -ms-flexbox;
2201 display: flex;
2202 -ms-flex-wrap: wrap;
2203 flex-wrap: wrap;
2204 }
2205
2206 .emailkit-templates-list li {
2207 margin-left: 16px;
2208 margin-bottom: 16px;
2209 -webkit-box-flex: 0;
2210 -ms-flex: 0 0 30.7%;
2211 flex: 0 0 30.7%;
2212 -webkit-box-sizing: border-box;
2213 box-sizing: border-box;
2214 border-radius: 5px;
2215 border-radius: 4px 4px 0px 0px;
2216 }
2217
2218 .emailkit-templates-list li input {
2219 display: none;
2220 cursor: pointer;
2221 }
2222
2223 .emailkit-template-radio-data {
2224 min-height: 101px;
2225 border: 1px solid #ccc;
2226 display: -webkit-box;
2227 display: -ms-flexbox;
2228 display: flex;
2229 -webkit-box-pack: end;
2230 -ms-flex-pack: end;
2231 justify-content: flex-end;
2232 -webkit-box-align: center;
2233 -ms-flex-align: center;
2234 align-items: center;
2235 cursor: pointer;
2236 height: 100%;
2237 position: relative;
2238 -webkit-box-orient: vertical;
2239 -webkit-box-direction: normal;
2240 -ms-flex-direction: column;
2241 flex-direction: column;
2242 }
2243
2244 .emailkit-templates-list li input:checked + .emailkit-template-radio-data {
2245 border: 1px solid #4285F4;
2246 }
2247
2248 .emailkit-templates-list img {
2249 max-width: 100%;
2250 max-width: 100%;
2251 height: 100%;
2252 max-height: 200px;
2253 width: 100%;
2254 margin-top: 2px;
2255 }
2256
2257 .emailkit-template-footer-content {
2258 -ms-flex-item-align: normal;
2259 align-self: normal;
2260 padding: 0px 10px;
2261 min-height: 45px;
2262 border-top: 1px solid rgba(204, 204, 204, 0.5);
2263 justify-self: auto;
2264 display: -webkit-box;
2265 display: -ms-flexbox;
2266 display: flex;
2267 -webkit-box-align: center;
2268 -ms-flex-align: center;
2269 align-items: center;
2270 }
2271
2272 .emailkit-template-footer-title {
2273 position: static;
2274 opacity: 1;
2275 visibility: visible;
2276 -webkit-transition: opacity 1s;
2277 transition: opacity 1s;
2278 }
2279
2280 .emailkit-template-radio-data:hover .emailkit-template-footer-title {
2281 opacity: 0;
2282 visibility: hidden;
2283 position: absolute;
2284 }
2285
2286 .emailkit-template-footer-links {
2287 display: -webkit-box;
2288 display: -ms-flexbox;
2289 display: flex;
2290 width: 100%;
2291 -webkit-box-pack: justify;
2292 -ms-flex-pack: justify;
2293 justify-content: space-between;
2294 opacity: 0;
2295 visibility: hidden;
2296 position: absolute;
2297 -webkit-transition: opacity .4s;
2298 transition: opacity .4s;
2299 }
2300
2301 .emailkit-template-radio-data:hover .emailkit-template-footer-links {
2302 opacity: 1;
2303 visibility: visible;
2304 position: static;
2305 }
2306
2307 .emailkit-template-footer-title h2 {
2308 font-size: 13px;
2309 text-align: left;
2310 font-weight: 500;
2311 color: #6d7882;
2312 }
2313
2314 .emailkit-template-footer-links a {
2315 color: #4285F4;
2316 font-size: 13px;
2317 line-height: 15px;
2318 }
2319
2320 .emailkit-template-footer-links--icon {
2321 margin-right: 5px;
2322 }
2323
2324 .emailkit-open-new-form-editor-modal,
2325 .emailkit-add-new-form-save-btn {
2326 background-color: #4285F4;
2327 border: none;
2328 font-size: 16px;
2329 line-height: 42px;
2330 color: #fff;
2331 border-radius: 5px;
2332 padding: 5px 30px 3px;
2333 min-width: 170px;
2334 -webkit-box-sizing: border-box;
2335 box-sizing: border-box;
2336 margin-top: 30px;
2337 cursor: pointer;
2338 }
2339
2340 .emailkit-add-new-form-save-btn {
2341 background-color: #d8d8d8;
2342 color: #111;
2343 }
2344
2345 .emailkit-open-new-form-editor-modal > span {
2346 margin-right: 12px;
2347 }
2348
2349 .emailkit-add-new-form-modal-close-btn {
2350 color: #FF433C;
2351 border: 2px solid #FF433C;
2352 width: 30px;
2353 height: 30px;
2354 line-height: 27px;
2355 text-align: center;
2356 border-radius: 100px;
2357 font-size: 17px;
2358 position: absolute;
2359 top: -10px;
2360 right: -10px;
2361 background-color: #fff;
2362 cursor: pointer;
2363 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
2364 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
2365 }
2366
2367 .emailkit-add-new-form-modal-close-btn::before,
2368 .emailkit-add-new-form-modal-close-btn::after {
2369 content: '';
2370 position: absolute;
2371 top: 0;
2372 left: 0;
2373 width: 18px;
2374 height: 2px;
2375 background-color: #FF433C;
2376 -webkit-transform: rotate(45deg);
2377 transform: rotate(45deg);
2378 top: calc(50% - 1px);
2379 left: calc(50% - 9px);
2380 }
2381
2382 .emailkit-add-new-form-modal-close-btn::after {
2383 -webkit-transform: rotate(-45deg);
2384 transform: rotate(-45deg);
2385 }
2386
2387 #formpicker-control-iframe {
2388 width: 100%;
2389 height: 75vh;
2390 }
2391
2392 .emailkit-entry-data table.mf-entry-data tbody tr.mf_wrong_result {
2393 background-color: #f2dede;
2394 color: #706e6e;
2395 }
2396
2397 .emailkit-entry-data table.mf-entry-data tbody tr.mf_correct_result {
2398 background-color: #b7f09e;
2399 }
2400 .emailkit-add-new-form-model-contents .emailkit-editor-input{
2401 height: 45px;
2402 font-size: 16px;
2403 }
2404 .emailkit-notice {
2405 position: fixed;
2406 top: 50px;
2407 right: 20px;
2408 background-color: #14c87c;
2409 color: white;
2410 padding: 10px;
2411 border-radius: 5px;
2412 display: none;
2413 }
2414
2415 .emailkit-template-form-type{
2416 margin-bottom: 13px;
2417 }
2418
2419
2420 .select2-container--default .select2-selection--single .select2-selection__arrow {
2421 height: 23px;
2422 position: absolute;
2423 top: 7px !important;
2424 right: 8px;
2425 width: 27px;
2426 }
2427
2428 .select2-container--default .select2-selection--single .select2-selection__rendered {
2429 color: #444;
2430 line-height: 28px;
2431 font-size: 16px;
2432 text-align: left;
2433 padding-left: 18px;
2434 margin: 5px;
2435 margin-left: 15px;
2436 }
2437
2438 .select2-results__option {
2439 padding: 8px;
2440 border-bottom: 1px solid #ddd;
2441 }
2442
2443 .select2-container--default .select2-selection--single {
2444 height: 42px !important;
2445 }
2446
2447 .emailkit-template-form-type {
2448 width: 100%;
2449 display: flex;
2450 justify-content: end;
2451
2452 }
2453
2454 .emailkit-templates-list {
2455 display: flex;
2456 justify-content: start;
2457 -ms-flex-wrap: wrap;
2458 flex-wrap: wrap;
2459 /* margin-left: -15px; */
2460 }
2461
2462 #emailkit-new-form-modalinput-form .emailkit-add-new-form-model-contents{
2463 min-height: 50vh;
2464 height: 50vh;
2465 }
2466 .emailkit-templates-list li:hover{
2467
2468 box-shadow: 0px 1px 0px 0px #DADBDD;
2469 }
2470
2471
2472
2473
2474 .emailkit_update_container{
2475 width: 640px;
2476 min-height: 300px;
2477 flex-shrink: 0;
2478 border-radius: 6px;
2479 background: #FFF;
2480 box-shadow: 0px 30px 40px 0px rgba(4, 8, 14, 0.30);
2481
2482 }
2483 .emailkit_update_header{
2484 text-align: right;
2485 }
2486 .emailkit_update_header .header_title h2{
2487 color: #070C14;
2488 text-align: center;
2489 font-family: 'Roboto', sans-serif;
2490 font-size: 30px;
2491 font-style: normal;
2492 font-weight: 700;
2493 line-height: normal;
2494 margin: 10px 0px -8px 0px;
2495 }
2496
2497 .emailkit_update_header .update_close_icon{
2498 width: 12px;
2499 height: 12px;
2500 flex-shrink: 0;
2501 display: inline-block;
2502 padding: 15px;
2503 }
2504 .emailkit_update_inputs .update_template_name{
2505
2506 width: 520px;
2507 height: 46px;
2508 flex-shrink: 0;
2509 padding: 18px;
2510 }
2511
2512 .update_template_name{
2513
2514
2515 color: #6C6F77;
2516 font-family: 'Roboto', sans-serif;
2517 font-size: 14px;
2518 font-style: normal;
2519 font-weight: 400;
2520 line-height: normal;
2521 display: inline-block;
2522 margin: 15px 0px 26px 0px;
2523
2524 }
2525 .update_template_name:active{
2526
2527 border-radius: 4px;
2528 outline: none;
2529 border: 1px solid #DADBDD;
2530 background: #FFF;
2531 box-shadow: 0px 1px 2px 0px rgba(7, 12, 20, 0.06);
2532 }
2533 .emailkit_update_buttons{
2534 /* display: flex;
2535 align-items: center;
2536 justify-content: center; */
2537 text-align: center;
2538 padding-bottom: 50px;
2539 }
2540 .emailkit_update_buttons .save_changes_button, .emailkit_update_buttons button{
2541
2542 display: inline-flex;
2543 padding: 15px 20px;
2544 justify-content: center;
2545 align-items: center;
2546 border-radius: 4px;
2547 background: #727a85;
2548 border: none;
2549 color: #FFF;
2550 text-align: center;
2551 font-family: 'Roboto', sans-serif;
2552 font-size: 14px;
2553 font-style: normal;
2554 font-weight: 500;
2555 line-height: normal;
2556 cursor: pointer;
2557 justify-content: center;
2558 align-items: center;
2559 gap: 6px;
2560 }
2561
2562 .emailkit_update_buttons .save_changes_button{
2563 margin-right: 10px;
2564
2565 }
2566 .emailkit_update_buttons .loadbuilder:hover{
2567 background: #1168E9;
2568
2569 }
2570 .emailkit_update_buttons .save_changes_button:hover{
2571 background: #565d66;
2572
2573 }
2574 /* .emailkit_update_inputs input{
2575 display: inline-block;
2576 } */
2577 .emailkit_update_inputs {
2578 text-align: center;
2579 /* margin: 26px 0; */
2580 color: #FFF;
2581 text-align: center;
2582 font-family: 'Roboto', sans-serif;
2583 font-size: 14px;
2584 font-style: normal;
2585 font-weight: 500;
2586 line-height: normal;
2587 }
2588
2589 .update_close_icon:hover{
2590 cursor: pointer;
2591 color: red;
2592 }
2593
2594 p.emailkit_update_subtitle{
2595 color: #6C6F77;
2596 text-align: center;
2597 font-family: 'Roboto', sans-serif;
2598 font-size: 16px;
2599 font-style: normal;
2600 font-weight: 400;
2601 line-height: normal;
2602 margin: 20px 0;
2603 }
2604
2605 .emailkit_update_buttons .loadbuilder{
2606 border-radius: 4px;
2607 background: #227BFF;
2608 }
2609
2610
2611 .emailkit-template-wrapper{
2612
2613 background: beige;
2614 margin: 10px 0;
2615 padding: 99px 0;
2616 }
2617 .emailkit-template-wrapper p{
2618
2619 font-size: 15px;
2620 font-weight: 400;
2621 }
2622
2623
2624
2625 a.emailkit_missing_plugin {
2626 display: inline-block;
2627 padding: 10px;
2628 margin-top: 15px;
2629 color: white;
2630 background: #7e7e0e;
2631 text-decoration: none;
2632 font-size: 16px;
2633 border-radius: 2px;
2634 }
2635