PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 3.9.5
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v3.9.5
4.6.3 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / EmbedPress / Ends / Back / Settings / assets / css / style.css
embedpress / EmbedPress / Ends / Back / Settings / assets / css Last commit date
fonts 3 years ago icon 2 years ago style.css 2 years ago
style.css
4401 lines
1 /* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); */
2
3 @font-face {
4 font-family: 'DMSans-Regular';
5 src: url('./fonts/DMSans-Regular.svg#DMSans-Regular') format('svg'),
6 url('./fonts/DMSans-Regular.ttf') format('truetype'),
7 url('./fonts/DMSans-Regular.woff') format('woff');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 @font-face {
13 font-family: 'DMSans';
14 src: url('./fonts/DMSans.eot');
15 src: url('./fonts/DMSans.eot?#iefix') format('embedded-opentype'),
16 url('./fonts/DMSans.woff2') format('woff2');
17 font-weight: normal;
18 font-style: normal;
19 }
20
21 :root {
22 --base-gutter: 30px;
23 --md-gutter: 50px;
24 --lg-gutter: 70px;
25 --xl-gutter: 100px;
26 --base-spacer-x: 16px;
27 --base-spacer-y: 16px;
28 --b-radius-6: 25px;
29 --calendly-event-color: #3664ae;
30 --pro-upgrade-margin-bottom: 20px;
31 }
32
33 @media (max-width: 1600px) {
34 :root {
35 --base-gutter: 20px;
36 --md-gutter: 30px;
37 --lg-gutter: 50px;
38 --xl-gutter: 70px;
39 }
40 }
41
42 @media (max-width: 1399px) {
43 :root {
44 --base-gutter: 20px;
45 --md-gutter: 30px;
46 --lg-gutter: 40px;
47 --xl-gutter: 50px;
48 }
49 }
50
51 @media (max-width: 1199px) {
52 :root {
53 --base-spacer-x: 10px;
54 --base-spacer-y: 10px;
55 --md-gutter: 20px;
56 --lg-gutter: 30px;
57 --xl-gutter: 40px;
58 }
59 }
60
61 @media (max-width: 991px) {
62 :root {
63 --base-spacer-x: 5px;
64 --base-spacer-y: 5px;
65 --md-gutter: 20px;
66 --lg-gutter: 30px;
67 --xl-gutter: 40px;
68 }
69 }
70
71 ::-moz-selection {
72 color: #ffffff;
73 background: rgba(91, 78, 150, 0.6);
74 }
75
76 ::selection {
77 color: #ffffff;
78 background: rgba(91, 78, 150, 0.6);
79 }
80
81 .template__wrapper {
82 /* font-family: "DM Sans", sans-serif; */
83 font-family: 'DMSans';
84 line-height: 1.7;
85 font-weight: 400;
86 min-height: 100vh;
87 background: #ffffff;
88 color: #000000;
89 -webkit-font-smoothing: antialiased;
90 -moz-font-smoothing: antialiased;
91 -ms-font-smoothing: antialiased;
92 -o-font-smoothing: antialiased;
93 font-smoothing: antialiased;
94 -webkit-text-rendering: optimizeLegibility;
95 -moz-text-rendering: optimizeLegibility;
96 -ms-text-rendering: optimizeLegibility;
97 -o-text-rendering: optimizeLegibility;
98 text-rendering: optimizeLegibility;
99 -webkit-scroll-behavior: smooth;
100 -moz-scroll-behavior: smooth;
101 -ms-scroll-behavior: smooth;
102 -o-scroll-behavior: smooth;
103 scroll-behavior: smooth;
104 font-size: 16px;
105 }
106
107 @media (max-width: 1399px) {
108 .template__wrapper {
109 font-size: 14px;
110 }
111 }
112
113 @media (max-width: 991px) {
114 .template__wrapper {
115 font-size: 13px;
116 }
117 }
118
119 .template__wrapper * {
120 margin: 0;
121 padding: 0;
122 outline: none;
123 border: none;
124 -webkit-box-sizing: border-box;
125 box-sizing: border-box;
126 }
127
128 .template__wrapper a {
129 color: inherit;
130 -webkit-transition: all 0.3s ease;
131 transition: all 0.3s ease;
132 text-decoration: none;
133 display: inline-block;
134 }
135
136 .template__wrapper a:focus {
137 outline: none;
138 -webkit-box-shadow: none;
139 box-shadow: none;
140 }
141
142 .template__wrapper label {
143 margin-bottom: 0;
144 }
145
146 .template__wrapper h1,
147 .template__wrapper h2,
148 .template__wrapper h3,
149 .template__wrapper h4,
150 .template__wrapper h5,
151 .template__wrapper h6,
152 .template__wrapper p {
153 margin: 0;
154 padding: 0;
155 }
156
157 .template__wrapper h1,
158 .template__wrapper h2,
159 .template__wrapper h3,
160 .template__wrapper h4,
161 .template__wrapper h5,
162 .template__wrapper h6 {
163 /* font-family: "DM Sans", sans-serif; */
164 font-family: 'DMSans';
165 font-weight: 700;
166 line-height: 1.3;
167 }
168
169 .template__wrapper ul,
170 .template__wrapper ol {
171 padding: 0;
172 margin: 0;
173 list-style: none;
174 }
175
176 .template__wrapper img,
177 .template__wrapper video {
178 max-width: 100%;
179 }
180
181 .m50 {
182 margin: 50px;
183 }
184
185 .p50 {
186 padding: 50px;
187 }
188
189 .mt50 {
190 margin-top: 50px;
191 }
192
193 .pt50 {
194 padding-top: 50px;
195 }
196
197 .mb50 {
198 margin-bottom: 50px;
199 }
200
201 .pb50 {
202 padding-bottom: 50px;
203 }
204
205 .ml50 {
206 margin-left: 50px;
207 }
208
209 .pl50 {
210 padding-left: 50px;
211 }
212
213 .mr50 {
214 margin-right: 50px;
215 }
216
217 .pr50 {
218 padding-right: 50px;
219 }
220
221 .m40 {
222 margin: 40px;
223 }
224
225 .p-24 {
226 padding: 24px;
227 }
228
229 .p-32 {
230 padding: 32px;
231 }
232
233 .p40 {
234 padding: 40px;
235 }
236
237 .mt40 {
238 margin-top: 40px;
239 }
240
241 .pt40 {
242 padding-top: 40px;
243 }
244
245 .mb40 {
246 margin-bottom: 40px;
247 }
248
249 .pb40 {
250 padding-bottom: 40px;
251 }
252
253 .ml40 {
254 margin-left: 40px;
255 }
256
257 .pl40 {
258 padding-left: 40px;
259 }
260
261 .mr40 {
262 margin-right: 40px;
263 }
264
265 .pr40 {
266 padding-right: 40px;
267 }
268
269 .m30 {
270 margin: 30px;
271 }
272
273 .p30 {
274 padding: 30px;
275 }
276
277 .mt30 {
278 margin-top: 30px;
279 }
280
281 .pt30 {
282 padding-top: 30px;
283 }
284
285 .mb-20 {
286 margin-bottom: 20px;
287 }
288
289 .mb30 {
290 margin-bottom: 30px;
291 }
292
293 .pb30 {
294 padding-bottom: 30px;
295 }
296
297 .ml30 {
298 margin-left: 30px;
299 }
300
301 .pl30 {
302 padding-left: 30px;
303 }
304
305 .mr30 {
306 margin-right: 30px;
307 }
308
309 .pr30 {
310 padding-right: 30px;
311 }
312
313 .m10 {
314 margin: 10px;
315 }
316
317 .p10 {
318 padding: 10px;
319 }
320
321 .mt10 {
322 margin-top: 10px;
323 }
324
325 .pt10 {
326 padding-top: 10px;
327 }
328
329 .mb10 {
330 margin-bottom: 10px;
331 }
332
333 .pb10 {
334 padding-bottom: 10px;
335 }
336
337 .ml10 {
338 margin-left: 10px;
339 }
340
341 .pl10 {
342 padding-left: 10px;
343 }
344
345 .mr10 {
346 margin-right: 10px;
347 }
348
349 .pr10 {
350 padding-right: 10px;
351 }
352
353 .m5 {
354 margin: 5px;
355 }
356
357 .p5 {
358 padding: 5px;
359 }
360
361 .mt5 {
362 margin-top: 5px;
363 }
364
365 .pt5 {
366 padding-top: 5px;
367 }
368
369 .mb5 {
370 margin-bottom: 5px;
371 }
372
373 .pb5 {
374 padding-bottom: 5px;
375 }
376
377 .ml5 {
378 margin-left: 5px;
379 }
380
381 .pl5 {
382 padding-left: 5px;
383 }
384
385 .mr5 {
386 margin-right: 5px;
387 }
388
389 .pr5 {
390 padding-right: 5px;
391 }
392
393 .embedpress-tab .nav__menu ul .nav__item, .template__wrapper label, .iframe__size__control__form .form__group .frame__unit, .iframe__size__control__wrap h3, .embedpress__settings__form .form__group .form__label, .embedpress__settings__form .form__group .form__control__wrap p, .upgrade__card .card__content h4, .upgrade__card .card__content p, .upgrage__card__tab__style h3, .upgrage__card__tab__style p, .embedpress-license__details .license__content .thumb__area h2, .embedpress-license__details .license__content p, .embedpress-license__details .license__content ol li, .embedpress-card h3, .embedpress-card p, .element__item h5, .element__item .pro__item, .embedpress--elements__wrap h3 {
394 /* font-family: "DM Sans", sans-serif; */
395 font-family: 'DMSans';
396 }
397
398 .color__themeColor {
399 color: #5B4E96;
400 }
401
402 a.color__themeColor:hover, a.color__themeColor:focus {
403 color: #473d74;
404 -webkit-box-shadow: none;
405 box-shadow: none;
406 }
407
408 .color__primary {
409 color: #00CC76;
410 }
411
412 a.color__primary:hover, a.color__primary:focus {
413 color: #009959;
414 -webkit-box-shadow: none;
415 box-shadow: none;
416 }
417
418 .color__danger {
419 color: #FE504F;
420 }
421
422 a.color__danger:hover, a.color__danger:focus {
423 color: #fe1e1c;
424 -webkit-box-shadow: none;
425 box-shadow: none;
426 }
427
428 .color__warning {
429 color: #FFA53C;
430 }
431
432 a.color__warning:hover, a.color__warning:focus {
433 color: #ff8d09;
434 -webkit-box-shadow: none;
435 box-shadow: none;
436 }
437
438 .color__white {
439 color: #ffffff;
440 }
441
442 a.color__white:hover, a.color__white:focus {
443 color: #e6e6e6;
444 -webkit-box-shadow: none;
445 box-shadow: none;
446 }
447
448 .color__dark {
449 color: #222222;
450 }
451
452 a.color__dark:hover, a.color__dark:focus {
453 color: #090909;
454 -webkit-box-shadow: none;
455 box-shadow: none;
456 }
457
458 .color__grey {
459 color: #7C8DB5;
460 }
461
462 a.color__grey:hover, a.color__grey:focus {
463 color: #5c71a2;
464 -webkit-box-shadow: none;
465 box-shadow: none;
466 }
467
468 .color__liteGrey {
469 color: #F5F7FD;
470 }
471
472 a.color__liteGrey:hover, a.color__liteGrey:focus {
473 color: #cbd5f5;
474 -webkit-box-shadow: none;
475 box-shadow: none;
476 }
477
478 .color__black {
479 color: #000000;
480 }
481
482 .color__twitter {
483 color: #1da1f2;
484 }
485
486 a.color__twitter:hover, a.color__twitter:focus {
487 color: #0c85d0;
488 -webkit-box-shadow: none;
489 box-shadow: none;
490 }
491
492 .color__linkedin {
493 color: #0077b5;
494 }
495
496 a.color__linkedin:hover, a.color__linkedin:focus {
497 color: #005582;
498 -webkit-box-shadow: none;
499 box-shadow: none;
500 }
501
502 .color__instagram {
503 color: #e1306c;
504 }
505
506 a.color__instagram:hover, a.color__instagram:focus {
507 color: #c21c54;
508 -webkit-box-shadow: none;
509 box-shadow: none;
510 }
511
512 .background__themeColor {
513 background-color: #5B4E96;
514 }
515
516 .background__primary {
517 background-color: #00CC76;
518 }
519
520 .background__danger {
521 background-color: #FE504F;
522 }
523
524 .background__warning {
525 background-color: #FFA53C;
526 }
527
528 .background__white {
529 background-color: #ffffff;
530 }
531
532 .background__dark {
533 background-color: #222222;
534 }
535
536 .background__grey {
537 background-color: #7C8DB5;
538 }
539
540 .background__liteGrey {
541 background-color: #F5F7FD;
542 }
543
544 .background__black {
545 background-color: #000000;
546 }
547
548 .background__twitter {
549 background-color: #1da1f2;
550 }
551
552 .background__linkedin {
553 background-color: #0077b5;
554 }
555
556 .background__instagram {
557 background-color: #e1306c;
558 }
559
560 .gradient__themeColor {
561 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 78, 150, 0.3)), to(rgba(91, 78, 150, 0.05)));
562 background-image: linear-gradient(180deg, rgba(91, 78, 150, 0.3), rgba(91, 78, 150, 0.05));
563 color: #5B4E96;
564 }
565
566 .gradient__primary {
567 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 204, 118, 0.3)), to(rgba(0, 204, 118, 0.05)));
568 background-image: linear-gradient(180deg, rgba(0, 204, 118, 0.3), rgba(0, 204, 118, 0.05));
569 color: #00CC76;
570 }
571
572 .gradient__danger {
573 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 80, 79, 0.3)), to(rgba(254, 80, 79, 0.05)));
574 background-image: linear-gradient(180deg, rgba(254, 80, 79, 0.3), rgba(254, 80, 79, 0.05));
575 color: #FE504F;
576 }
577
578 .gradient__warning {
579 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 165, 60, 0.3)), to(rgba(255, 165, 60, 0.05)));
580 background-image: linear-gradient(180deg, rgba(255, 165, 60, 0.3), rgba(255, 165, 60, 0.05));
581 color: #FFA53C;
582 }
583
584 .gradient__white {
585 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
586 background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
587 color: #ffffff;
588 }
589
590 .gradient__dark {
591 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.3)), to(rgba(34, 34, 34, 0.05)));
592 background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.05));
593 color: #222222;
594 }
595
596 .gradient__grey {
597 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 141, 181, 0.3)), to(rgba(124, 141, 181, 0.05)));
598 background-image: linear-gradient(180deg, rgba(124, 141, 181, 0.3), rgba(124, 141, 181, 0.05));
599 color: #7C8DB5;
600 }
601
602 .gradient__liteGrey {
603 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 253, 0.3)), to(rgba(245, 247, 253, 0.05)));
604 background-image: linear-gradient(180deg, rgba(245, 247, 253, 0.3), rgba(245, 247, 253, 0.05));
605 color: #F5F7FD;
606 }
607
608 .gradient__black {
609 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.05)));
610 background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05));
611 color: #000000;
612 }
613
614 .gradient__twitter {
615 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 161, 242, 0.3)), to(rgba(29, 161, 242, 0.05)));
616 background-image: linear-gradient(180deg, rgba(29, 161, 242, 0.3), rgba(29, 161, 242, 0.05));
617 color: #1da1f2;
618 }
619
620 .gradient__linkedin {
621 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 181, 0.3)), to(rgba(0, 119, 181, 0.05)));
622 background-image: linear-gradient(180deg, rgba(0, 119, 181, 0.3), rgba(0, 119, 181, 0.05));
623 color: #0077b5;
624 }
625
626 .gradient__instagram {
627 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 48, 108, 0.3)), to(rgba(225, 48, 108, 0.05)));
628 background-image: linear-gradient(180deg, rgba(225, 48, 108, 0.3), rgba(225, 48, 108, 0.05));
629 color: #e1306c;
630 }
631
632 .button__themeColor:not(.hover__highlight) {
633 background: #5B4E96;
634 color: white;
635 border-color: #5B4E96;
636 -webkit-transition-property: background, color, box-shadow, border;
637 -webkit-transition-property: background, color, border, -webkit-box-shadow;
638 transition-property: background, color, border, -webkit-box-shadow;
639 transition-property: background, color, box-shadow, border;
640 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
641 }
642
643 .button__themeColor:not(.hover__highlight):disabled {
644 cursor: not-allowed;
645 background: #FE504F;
646 border-color: #FE504F;
647 }
648
649 .button__themeColor:not(.hover__highlight) .icon {
650 color: #5B4E96;
651 background: white;
652 }
653
654 .button__themeColor.hover__highlight {
655 color: #5B4E96;
656 border-color: transparent;
657 background: rgba(91, 78, 150, 0.1);
658 }
659
660 .button__themeColor.hover__highlight .icon {
661 background: #00CC76;
662 color: #ffffff;
663 }
664
665 .button__themeColor.hover__highlight:hover {
666 border-color: transparent;
667 }
668
669 .button__themeColor.button__shadow {
670 -webkit-box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
671 box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
672 }
673
674 a.button__themeColor.active, a.button__themeColor:hover,
675 button.button__themeColor.active,
676 button.button__themeColor:hover {
677 background: #514585;
678 color: white;
679 border-color: #514585;
680 }
681
682 a.button__themeColor.active:disabled, a.button__themeColor:hover:disabled,
683 button.button__themeColor.active:disabled,
684 button.button__themeColor:hover:disabled {
685 cursor: not-allowed;
686 background: #FE504F;
687 -webkit-box-shadow: none;
688 box-shadow: none;
689 }
690
691 a.button__themeColor.hover__highlight:hover .icon,
692 button.button__themeColor.hover__highlight:hover .icon {
693 background: white;
694 color: #5B4E96;
695 }
696
697 .button__primary:not(.hover__highlight) {
698 background: #00CC76;
699 color: white;
700 border-color: #00CC76;
701 -webkit-transition-property: background, color, box-shadow, border;
702 -webkit-transition-property: background, color, border, -webkit-box-shadow;
703 transition-property: background, color, border, -webkit-box-shadow;
704 transition-property: background, color, box-shadow, border;
705 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
706 }
707
708 .button__primary:not(.hover__highlight):disabled {
709 cursor: not-allowed;
710 background: #FE504F;
711 border-color: #FE504F;
712 }
713
714 .button__primary:not(.hover__highlight) .icon {
715 color: #00CC76;
716 background: white;
717 }
718
719 .button__primary.hover__highlight {
720 color: #00CC76;
721 border-color: transparent;
722 background: rgba(0, 204, 118, 0.1);
723 }
724
725 .button__primary.hover__highlight .icon {
726 background: #00CC76;
727 color: #ffffff;
728 }
729
730 .button__primary.hover__highlight:hover {
731 border-color: transparent;
732 }
733
734 .button__primary.button__shadow {
735 -webkit-box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
736 box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
737 }
738
739 a.button__primary.active, a.button__primary:hover,
740 button.button__primary.active,
741 button.button__primary:hover {
742 background: #00b367;
743 color: white;
744 border-color: #00b367;
745 }
746
747 a.button__primary.active:disabled, a.button__primary:hover:disabled,
748 button.button__primary.active:disabled,
749 button.button__primary:hover:disabled {
750 cursor: not-allowed;
751 background: #FE504F;
752 -webkit-box-shadow: none;
753 box-shadow: none;
754 }
755
756 a.button__primary.hover__highlight:hover .icon,
757 button.button__primary.hover__highlight:hover .icon {
758 background: white;
759 color: #00CC76;
760 }
761
762 .button__danger:not(.hover__highlight) {
763 background: #FE504F;
764 color: white;
765 border-color: #FE504F;
766 -webkit-transition-property: background, color, box-shadow, border;
767 -webkit-transition-property: background, color, border, -webkit-box-shadow;
768 transition-property: background, color, border, -webkit-box-shadow;
769 transition-property: background, color, box-shadow, border;
770 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
771 }
772
773 .button__danger:not(.hover__highlight):disabled {
774 cursor: not-allowed;
775 background: #FE504F;
776 border-color: #FE504F;
777 }
778
779 .button__danger:not(.hover__highlight) .icon {
780 color: #FE504F;
781 background: white;
782 }
783
784 .button__danger.hover__highlight {
785 color: #FE504F;
786 border-color: transparent;
787 background: rgba(254, 80, 79, 0.1);
788 }
789
790 .button__danger.hover__highlight .icon {
791 background: #00CC76;
792 color: #ffffff;
793 }
794
795 .button__danger.hover__highlight:hover {
796 border-color: transparent;
797 }
798
799 .button__danger.button__shadow {
800 -webkit-box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
801 box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
802 }
803
804 a.button__danger.active, a.button__danger:hover,
805 button.button__danger.active,
806 button.button__danger:hover {
807 background: #fe3736;
808 color: white;
809 border-color: #fe3736;
810 }
811
812 a.button__danger.active:disabled, a.button__danger:hover:disabled,
813 button.button__danger.active:disabled,
814 button.button__danger:hover:disabled {
815 cursor: not-allowed;
816 background: #FE504F;
817 -webkit-box-shadow: none;
818 box-shadow: none;
819 }
820
821 a.button__danger.hover__highlight:hover .icon,
822 button.button__danger.hover__highlight:hover .icon {
823 background: white;
824 color: #FE504F;
825 }
826
827 .button__warning:not(.hover__highlight) {
828 background: #FFA53C;
829 color: white;
830 border-color: #FFA53C;
831 -webkit-transition-property: background, color, box-shadow, border;
832 -webkit-transition-property: background, color, border, -webkit-box-shadow;
833 transition-property: background, color, border, -webkit-box-shadow;
834 transition-property: background, color, box-shadow, border;
835 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
836 }
837
838 .button__warning:not(.hover__highlight):disabled {
839 cursor: not-allowed;
840 background: #FE504F;
841 border-color: #FE504F;
842 }
843
844 .button__warning:not(.hover__highlight) .icon {
845 color: #FFA53C;
846 background: white;
847 }
848
849 .button__warning.hover__highlight {
850 color: #FFA53C;
851 border-color: transparent;
852 background: rgba(255, 165, 60, 0.1);
853 }
854
855 .button__warning.hover__highlight .icon {
856 background: #00CC76;
857 color: #ffffff;
858 }
859
860 .button__warning.hover__highlight:hover {
861 border-color: transparent;
862 }
863
864 .button__warning.button__shadow {
865 -webkit-box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
866 box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
867 }
868
869 a.button__warning.active, a.button__warning:hover,
870 button.button__warning.active,
871 button.button__warning:hover {
872 background: #ff9923;
873 color: white;
874 border-color: #ff9923;
875 }
876
877 a.button__warning.active:disabled, a.button__warning:hover:disabled,
878 button.button__warning.active:disabled,
879 button.button__warning:hover:disabled {
880 cursor: not-allowed;
881 background: #FE504F;
882 -webkit-box-shadow: none;
883 box-shadow: none;
884 }
885
886 a.button__warning.hover__highlight:hover .icon,
887 button.button__warning.hover__highlight:hover .icon {
888 background: white;
889 color: #FFA53C;
890 }
891
892 .button__white:not(.hover__highlight) {
893 background: #ffffff;
894 color: #5b4e96;
895 border-color: #ffffff;
896 -webkit-transition-property: background, color, box-shadow, border;
897 -webkit-transition-property: background, color, border, -webkit-box-shadow;
898 transition-property: background, color, border, -webkit-box-shadow;
899 transition-property: background, color, box-shadow, border;
900 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
901 }
902
903 .button__white:not(.hover__highlight):disabled {
904 cursor: not-allowed;
905 background: #FE504F;
906 border-color: #FE504F;
907 }
908
909 .button__white:not(.hover__highlight) .icon {
910 color: #ffffff;
911 background: #5b4e96;
912 }
913
914 .button__white.hover__highlight {
915 color: #ffffff;
916 border-color: transparent;
917 background: rgba(255, 255, 255, 0.1);
918 }
919
920 .button__white.hover__highlight .icon {
921 background: #00CC76;
922 color: #ffffff;
923 }
924
925 .button__white.hover__highlight:hover {
926 border-color: transparent;
927 }
928
929 .button__white.button__shadow {
930 -webkit-box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
931 box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
932 }
933
934 a.button__white.active, a.button__white:hover,
935 button.button__white.active,
936 button.button__white:hover {
937 background: #f2f2f2;
938 color: #5b4e96;
939 border-color: #f2f2f2;
940 }
941
942 a.button__white.active:disabled, a.button__white:hover:disabled,
943 button.button__white.active:disabled,
944 button.button__white:hover:disabled {
945 cursor: not-allowed;
946 background: #FE504F;
947 -webkit-box-shadow: none;
948 box-shadow: none;
949 }
950
951 a.button__white.hover__highlight:hover .icon,
952 button.button__white.hover__highlight:hover .icon {
953 background: #5b4e96;
954 color: #ffffff;
955 }
956
957 .button__dark:not(.hover__highlight) {
958 background: #222222;
959 color: white;
960 border-color: #222222;
961 -webkit-transition-property: background, color, box-shadow, border;
962 -webkit-transition-property: background, color, border, -webkit-box-shadow;
963 transition-property: background, color, border, -webkit-box-shadow;
964 transition-property: background, color, box-shadow, border;
965 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
966 }
967
968 .button__dark:not(.hover__highlight):disabled {
969 cursor: not-allowed;
970 background: #FE504F;
971 border-color: #FE504F;
972 }
973
974 .button__dark:not(.hover__highlight) .icon {
975 color: #222222;
976 background: white;
977 }
978
979 .button__dark.hover__highlight {
980 color: #222222;
981 border-color: transparent;
982 background: rgba(34, 34, 34, 0.1);
983 }
984
985 .button__dark.hover__highlight .icon {
986 background: #00CC76;
987 color: #ffffff;
988 }
989
990 .button__dark.hover__highlight:hover {
991 border-color: transparent;
992 }
993
994 .button__dark.button__shadow {
995 -webkit-box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
996 box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
997 }
998
999 a.button__dark.active, a.button__dark:hover,
1000 button.button__dark.active,
1001 button.button__dark:hover {
1002 background: #151515;
1003 color: white;
1004 border-color: #151515;
1005 }
1006
1007 a.button__dark.active:disabled, a.button__dark:hover:disabled,
1008 button.button__dark.active:disabled,
1009 button.button__dark:hover:disabled {
1010 cursor: not-allowed;
1011 background: #FE504F;
1012 -webkit-box-shadow: none;
1013 box-shadow: none;
1014 }
1015
1016 a.button__dark.hover__highlight:hover .icon,
1017 button.button__dark.hover__highlight:hover .icon {
1018 background: white;
1019 color: #222222;
1020 }
1021
1022 .button__grey:not(.hover__highlight) {
1023 background: #7C8DB5;
1024 color: white;
1025 border-color: #7C8DB5;
1026 -webkit-transition-property: background, color, box-shadow, border;
1027 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1028 transition-property: background, color, border, -webkit-box-shadow;
1029 transition-property: background, color, box-shadow, border;
1030 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1031 }
1032
1033 .button__grey:not(.hover__highlight):disabled {
1034 cursor: not-allowed;
1035 background: #FE504F;
1036 border-color: #FE504F;
1037 }
1038
1039 .button__grey:not(.hover__highlight) .icon {
1040 color: #7C8DB5;
1041 background: white;
1042 }
1043
1044 .button__grey.hover__highlight {
1045 color: #7C8DB5;
1046 border-color: transparent;
1047 background: rgba(124, 141, 181, 0.1);
1048 }
1049
1050 .button__grey.hover__highlight .icon {
1051 background: #00CC76;
1052 color: #ffffff;
1053 }
1054
1055 .button__grey.hover__highlight:hover {
1056 border-color: transparent;
1057 }
1058
1059 .button__grey.button__shadow {
1060 -webkit-box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
1061 box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
1062 }
1063
1064 a.button__grey.active, a.button__grey:hover,
1065 button.button__grey.active,
1066 button.button__grey:hover {
1067 background: #6c7fac;
1068 color: white;
1069 border-color: #6c7fac;
1070 }
1071
1072 a.button__grey.active:disabled, a.button__grey:hover:disabled,
1073 button.button__grey.active:disabled,
1074 button.button__grey:hover:disabled {
1075 cursor: not-allowed;
1076 background: #FE504F;
1077 -webkit-box-shadow: none;
1078 box-shadow: none;
1079 }
1080
1081 a.button__grey.hover__highlight:hover .icon,
1082 button.button__grey.hover__highlight:hover .icon {
1083 background: white;
1084 color: #7C8DB5;
1085 }
1086
1087 .button__liteGrey:not(.hover__highlight) {
1088 background: #F5F7FD;
1089 color: #5b4e96;
1090 border-color: #F5F7FD;
1091 -webkit-transition-property: background, color, box-shadow, border;
1092 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1093 transition-property: background, color, border, -webkit-box-shadow;
1094 transition-property: background, color, box-shadow, border;
1095 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1096 }
1097
1098 .button__liteGrey:not(.hover__highlight):disabled {
1099 cursor: not-allowed;
1100 background: #FE504F;
1101 border-color: #FE504F;
1102 }
1103
1104 .button__liteGrey:not(.hover__highlight) .icon {
1105 color: #F5F7FD;
1106 background: #5b4e96;
1107 }
1108
1109 .button__liteGrey.hover__highlight {
1110 color: #F5F7FD;
1111 border-color: transparent;
1112 background: rgba(245, 247, 253, 0.1);
1113 }
1114
1115 .button__liteGrey.hover__highlight .icon {
1116 background: #00CC76;
1117 color: #ffffff;
1118 }
1119
1120 .button__liteGrey.hover__highlight:hover {
1121 border-color: transparent;
1122 }
1123
1124 .button__liteGrey.button__shadow {
1125 -webkit-box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
1126 box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
1127 }
1128
1129 a.button__liteGrey.active, a.button__liteGrey:hover,
1130 button.button__liteGrey.active,
1131 button.button__liteGrey:hover {
1132 background: #e0e6f9;
1133 color: #5b4e96;
1134 border-color: #e0e6f9;
1135 }
1136
1137 a.button__liteGrey.active:disabled, a.button__liteGrey:hover:disabled,
1138 button.button__liteGrey.active:disabled,
1139 button.button__liteGrey:hover:disabled {
1140 cursor: not-allowed;
1141 background: #FE504F;
1142 -webkit-box-shadow: none;
1143 box-shadow: none;
1144 }
1145
1146 a.button__liteGrey.hover__highlight:hover .icon,
1147 button.button__liteGrey.hover__highlight:hover .icon {
1148 background: #5b4e96;
1149 color: #F5F7FD;
1150 }
1151
1152 .button__black:not(.hover__highlight) {
1153 background: #000000;
1154 color: white;
1155 border-color: #000000;
1156 -webkit-transition-property: background, color, box-shadow, border;
1157 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1158 transition-property: background, color, border, -webkit-box-shadow;
1159 transition-property: background, color, box-shadow, border;
1160 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1161 }
1162
1163 .button__black:not(.hover__highlight):disabled {
1164 cursor: not-allowed;
1165 background: #FE504F;
1166 border-color: #FE504F;
1167 }
1168
1169 .button__black:not(.hover__highlight) .icon {
1170 color: #000000;
1171 background: white;
1172 }
1173
1174 .button__black.hover__highlight {
1175 color: #000000;
1176 border-color: transparent;
1177 background: rgba(0, 0, 0, 0.1);
1178 }
1179
1180 .button__black.hover__highlight .icon {
1181 background: #00CC76;
1182 color: #ffffff;
1183 }
1184
1185 .button__black.hover__highlight:hover {
1186 border-color: transparent;
1187 }
1188
1189 .button__black.button__shadow {
1190 -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
1191 box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
1192 }
1193
1194 a.button__black.active:disabled, a.button__black:hover:disabled,
1195 button.button__black.active:disabled,
1196 button.button__black:hover:disabled {
1197 cursor: not-allowed;
1198 background: #FE504F;
1199 -webkit-box-shadow: none;
1200 box-shadow: none;
1201 }
1202
1203 a.button__black.hover__highlight:hover .icon,
1204 button.button__black.hover__highlight:hover .icon {
1205 background: white;
1206 color: #000000;
1207 }
1208
1209 .button__twitter:not(.hover__highlight) {
1210 background: #1da1f2;
1211 color: white;
1212 border-color: #1da1f2;
1213 -webkit-transition-property: background, color, box-shadow, border;
1214 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1215 transition-property: background, color, border, -webkit-box-shadow;
1216 transition-property: background, color, box-shadow, border;
1217 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1218 }
1219
1220 .button__twitter:not(.hover__highlight):disabled {
1221 cursor: not-allowed;
1222 background: #FE504F;
1223 border-color: #FE504F;
1224 }
1225
1226 .button__twitter:not(.hover__highlight) .icon {
1227 color: #1da1f2;
1228 background: white;
1229 }
1230
1231 .button__twitter.hover__highlight {
1232 color: #1da1f2;
1233 border-color: transparent;
1234 background: rgba(29, 161, 242, 0.1);
1235 }
1236
1237 .button__twitter.hover__highlight .icon {
1238 background: #00CC76;
1239 color: #ffffff;
1240 }
1241
1242 .button__twitter.hover__highlight:hover {
1243 border-color: transparent;
1244 }
1245
1246 .button__twitter.button__shadow {
1247 -webkit-box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
1248 box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
1249 }
1250
1251 a.button__twitter.active, a.button__twitter:hover,
1252 button.button__twitter.active,
1253 button.button__twitter:hover {
1254 background: #0d95e8;
1255 color: white;
1256 border-color: #0d95e8;
1257 }
1258
1259 a.button__twitter.active:disabled, a.button__twitter:hover:disabled,
1260 button.button__twitter.active:disabled,
1261 button.button__twitter:hover:disabled {
1262 cursor: not-allowed;
1263 background: #FE504F;
1264 -webkit-box-shadow: none;
1265 box-shadow: none;
1266 }
1267
1268 a.button__twitter.hover__highlight:hover .icon,
1269 button.button__twitter.hover__highlight:hover .icon {
1270 background: white;
1271 color: #1da1f2;
1272 }
1273
1274 .button__linkedin:not(.hover__highlight) {
1275 background: #0077b5;
1276 color: white;
1277 border-color: #0077b5;
1278 -webkit-transition-property: background, color, box-shadow, border;
1279 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1280 transition-property: background, color, border, -webkit-box-shadow;
1281 transition-property: background, color, box-shadow, border;
1282 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1283 }
1284
1285 .button__linkedin:not(.hover__highlight):disabled {
1286 cursor: not-allowed;
1287 background: #FE504F;
1288 border-color: #FE504F;
1289 }
1290
1291 .button__linkedin:not(.hover__highlight) .icon {
1292 color: #0077b5;
1293 background: white;
1294 }
1295
1296 .button__linkedin.hover__highlight {
1297 color: #0077b5;
1298 border-color: transparent;
1299 background: rgba(0, 119, 181, 0.1);
1300 }
1301
1302 .button__linkedin.hover__highlight .icon {
1303 background: #00CC76;
1304 color: #ffffff;
1305 }
1306
1307 .button__linkedin.hover__highlight:hover {
1308 border-color: transparent;
1309 }
1310
1311 .button__linkedin.button__shadow {
1312 -webkit-box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
1313 box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
1314 }
1315
1316 a.button__linkedin.active, a.button__linkedin:hover,
1317 button.button__linkedin.active,
1318 button.button__linkedin:hover {
1319 background: #00669c;
1320 color: white;
1321 border-color: #00669c;
1322 }
1323
1324 a.button__linkedin.active:disabled, a.button__linkedin:hover:disabled,
1325 button.button__linkedin.active:disabled,
1326 button.button__linkedin:hover:disabled {
1327 cursor: not-allowed;
1328 background: #FE504F;
1329 -webkit-box-shadow: none;
1330 box-shadow: none;
1331 }
1332
1333 a.button__linkedin.hover__highlight:hover .icon,
1334 button.button__linkedin.hover__highlight:hover .icon {
1335 background: white;
1336 color: #0077b5;
1337 }
1338
1339 .button__instagram:not(.hover__highlight) {
1340 background: #e1306c;
1341 color: white;
1342 border-color: #e1306c;
1343 -webkit-transition-property: background, color, box-shadow, border;
1344 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1345 transition-property: background, color, border, -webkit-box-shadow;
1346 transition-property: background, color, box-shadow, border;
1347 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1348 }
1349
1350 .button__instagram:not(.hover__highlight):disabled {
1351 cursor: not-allowed;
1352 background: #FE504F;
1353 border-color: #FE504F;
1354 }
1355
1356 .button__instagram:not(.hover__highlight) .icon {
1357 color: #e1306c;
1358 background: white;
1359 }
1360
1361 .button__instagram.hover__highlight {
1362 color: #e1306c;
1363 border-color: transparent;
1364 background: rgba(225, 48, 108, 0.1);
1365 }
1366
1367 .button__instagram.hover__highlight .icon {
1368 background: #00CC76;
1369 color: #ffffff;
1370 }
1371
1372 .button__instagram.hover__highlight:hover {
1373 border-color: transparent;
1374 }
1375
1376 .button__instagram.button__shadow {
1377 -webkit-box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
1378 box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
1379 }
1380
1381 a.button__instagram.active, a.button__instagram:hover,
1382 button.button__instagram.active,
1383 button.button__instagram:hover {
1384 background: #d81f5e;
1385 color: white;
1386 border-color: #d81f5e;
1387 }
1388
1389 a.button__instagram.active:disabled, a.button__instagram:hover:disabled,
1390 button.button__instagram.active:disabled,
1391 button.button__instagram:hover:disabled {
1392 cursor: not-allowed;
1393 background: #FE504F;
1394 -webkit-box-shadow: none;
1395 box-shadow: none;
1396 }
1397
1398 a.button__instagram.hover__highlight:hover .icon,
1399 button.button__instagram.hover__highlight:hover .icon {
1400 background: white;
1401 color: #e1306c;
1402 }
1403
1404 .template__wrapper .button.button-pro-upgrade {
1405 font-weight: 700;
1406 color: #fff;
1407 background-color: #FF7369;
1408 border-color: #FF7369;
1409 }
1410
1411 .template__wrapper .button {
1412 display: inline-flex;
1413 align-items: center;
1414 justify-content: center;
1415 gap: 8px;
1416 text-align: center;
1417 padding: 16px 30px;
1418 line-height: 1;
1419 color: #594E91;
1420 background: rgba(91, 78, 150, 0.1);
1421 border: 1px solid rgba(91, 78, 150, 0.1);
1422 font-size: 16px;
1423 font-weight: 500;
1424 font-family: 'DMSans';
1425 cursor: pointer;
1426 -webkit-transition: all 0.3s ease-in-out 0s;
1427 transition: all 0.3s ease-in-out 0s;
1428 border-radius: 8px;
1429 }
1430
1431 @media (max-width: 767px) {
1432 .template__wrapper .button {
1433 padding: 16px 25px;
1434 }
1435 }
1436
1437 .template__wrapper .button:hover {
1438 background: #5B4E96 !important;
1439 color: #ffffff !important;
1440 border-color: #5B4E96 !important;
1441 }
1442
1443 .template__wrapper .button:focus {
1444 outline: none;
1445 -webkit-box-shadow: none;
1446 box-shadow: none;
1447 border-color: #5B4E96;
1448 background-color: #5B4E96;
1449 color: #ffffff;
1450 }
1451
1452 .template__wrapper .button .ss-icon {
1453 font-size: 14px;
1454 margin-right: 5px;
1455 }
1456
1457 .template__wrapper .button--lg {
1458 padding: 20px 30px;
1459 }
1460
1461 .template__wrapper .button__flex {
1462 display: -webkit-inline-box;
1463 display: -ms-inline-flexbox;
1464 display: inline-flex;
1465 -webkit-box-align: center;
1466 -ms-flex-align: center;
1467 align-items: center;
1468 }
1469
1470 .button__group .button {
1471 margin-right: 13px;
1472 margin-bottom: 15px;
1473 }
1474
1475 .button__group .button:last-child {
1476 margin-right: 0;
1477 }
1478
1479 .template__wrapper .radius-10 {
1480 border-radius: 10px;
1481 }
1482
1483 .template__wrapper .radius-12 {
1484 border-radius: 12px;
1485 }
1486
1487 .template__wrapper .radius-16 {
1488 border-radius: 16px;
1489 }
1490
1491 .template__wrapper .radius-20 {
1492 border-radius: 20px;
1493 }
1494
1495 .template__wrapper .radius-24 {
1496 border-radius: 24px;
1497 }
1498
1499 .template__wrapper .radius-25 {
1500 border-radius: 25px;
1501 }
1502
1503 .template__wrapper .radius-50 {
1504 border-radius: 50px;
1505 }
1506
1507 .template__wrapper {
1508 /* overflow: hidden; */
1509 min-height: 100vh;
1510 -webkit-display: flex;
1511 -moz-display: flex;
1512 -ms-display: flex;
1513 -o-display: flex;
1514 display: -webkit-box;
1515 display: flex;
1516 -moz-flex-direction: column;
1517 -ms-flex-direction: column;
1518 -o-flex-direction: column;
1519 -webkit-box-orient: vertical;
1520 -webkit-box-direction: normal;
1521 flex-direction: column;
1522 }
1523
1524 @media (max-width: 991px) {
1525 .template__wrapper.p30 {
1526 padding: 15px;
1527 }
1528 }
1529
1530 .embedpress__container {
1531 width: 100%;
1532 margin: 0 auto;
1533 max-width: 1700px;
1534 }
1535
1536 .o-hidden {
1537 overflow: hidden;
1538 }
1539
1540 .text-center {
1541 text-align: center;
1542 }
1543
1544 .h-100 {
1545 height: 100%;
1546 }
1547
1548 .embedpress-body {
1549 display: -webkit-box;
1550 display: -ms-flexbox;
1551 display: flex;
1552 }
1553
1554 @media (max-width: 991px) {
1555 .embedpress-body {
1556 display: block;
1557 }
1558 }
1559
1560 /*
1561 .embedpress-body .embedpress-sidebar-wrapper {
1562 display: flex;
1563 flex-direction: column;
1564 }
1565
1566 .embedpress-body .embedpress-sidebar-wrapper .sticky-sibling {
1567 flex-grow: 1;
1568 } */
1569
1570 .embedpress-body .embedpress-sidebar {
1571 -webkit-box-flex: 0;
1572 -ms-flex: 0 0 220px;
1573 flex: 0 0 220px;
1574 min-width: 220px;
1575 margin-right: 24px;
1576 position: sticky;
1577 top: 40px;
1578 max-width: 220px;
1579 overflow: unset;
1580 }
1581
1582 .embedpress-body .embedpress-content {
1583 -webkit-box-flex: 1;
1584 -ms-flex-positive: 1;
1585 flex-grow: 1;
1586 }
1587
1588 .embedpress__row {
1589 display: -ms-grid;
1590 display: grid;
1591 gap: 20px;
1592 }
1593
1594 .embedpress__row.grid__3 {
1595 -ms-grid-columns: 1fr 1fr 1fr;
1596 grid-template-columns: repeat(3, 1fr);
1597 }
1598
1599 @media (max-width: 1199px) {
1600 .embedpress__row.grid__3 {
1601 -ms-grid-columns: 1fr 1fr;
1602 grid-template-columns: repeat(2, 1fr);
1603 }
1604 }
1605
1606 @media (max-width: 575px) {
1607 .embedpress__row.grid__3 {
1608 -ms-grid-columns: 1fr;
1609 grid-template-columns: repeat(1, 1fr);
1610 }
1611 }
1612
1613 .embedpress__row.grid__4 {
1614 -ms-grid-columns: 1fr 1fr 1fr 1fr;
1615 grid-template-columns: repeat(4, 1fr);
1616 }
1617
1618 @media (max-width: 1199px) {
1619 .embedpress__row.grid__4 {
1620 -ms-grid-columns: 1fr 1fr 1fr;
1621 grid-template-columns: repeat(3, 1fr);
1622 }
1623 }
1624
1625 .embedpress__notification {
1626 position: fixed;
1627 bottom: 50px;
1628 right: 50px;
1629 padding: 15px 25px;
1630 border-radius: 10px;
1631 max-width: 400px;
1632 z-index: 9999;
1633 }
1634
1635 .embedpress__notification--success {
1636 background: #00CC76;
1637 }
1638
1639 .embedpress__notification--error {
1640 background-color: #FE504F;
1641 }
1642
1643 .embedpress__notification p {
1644 color: #ffffff;
1645 font-size: 14px;
1646 }
1647
1648 #wpcontent {
1649 padding-left: 0;
1650 }
1651
1652 @media all and (max-width: 782px) {
1653 .auto-fold #wpcontent {
1654 padding-left: 0;
1655 }
1656 }
1657
1658 @media (max-width: 1199px) {
1659 .p50, .p40 {
1660 padding: 25px;
1661 }
1662 }
1663
1664 .embedpress-header {
1665 display: flex;
1666 justify-content: space-between;
1667 align-items: center;
1668 column-gap: 15px;
1669 row-gap: 10px;
1670 background: #fff;
1671 padding: 15px 15px;
1672 margin-bottom: 15px;
1673 border-radius: 16px;
1674 }
1675
1676
1677 @media all and (max-width: 767px) {
1678 .embedpress-header {
1679 flex-direction: column;
1680 align-items: baseline;
1681
1682 }
1683 }
1684
1685 header.embedpress-header img {
1686 width: 150px;
1687 min-width: 150px;
1688 }
1689
1690 header.embedpress-header p {
1691 font-size: 16px;
1692 color: #25396F;
1693 line-height: 1.1;
1694 text-align: center;
1695 }
1696
1697 header.embedpress-header a {
1698 color: #FF7369 !important;
1699 }
1700
1701 a.site__logo {
1702 display: inline-flex;
1703 }
1704
1705 .embedpress-sidebar {
1706 padding: 10px;
1707 background: #ffffff;
1708 border-radius: 16px;
1709 position: relative;
1710 }
1711
1712 .embedpress-version-wrapper li {
1713 font-size: 14px;
1714 font-weight: 600;
1715 color: #7C8DB5;
1716 text-align: right;
1717 line-height: 1.2;
1718 white-space: nowrap;
1719 }
1720
1721 @media all and (max-width: 767px) {
1722 .embedpress-version-wrapper li {
1723 font-size: 14px;
1724 }
1725 }
1726
1727
1728 @media all and (max-width: 575px) {
1729 .embedpress-header {
1730 display: block;
1731 }
1732
1733 .embedpress-header .embedpress-version-wrapper {
1734 margin-top: 10px;
1735 }
1736
1737 .embedpress-version-wrapper li {
1738 text-align: left;
1739 }
1740 }
1741
1742 @media (max-width: 991px) {
1743 .embedpress-sidebar {
1744 padding: 0;
1745 border-radius: 5px;
1746 margin-bottom: 30px;
1747 }
1748 }
1749
1750 .embedpress-sidebar .sidebar__toggler {
1751 display: none;
1752 }
1753
1754 @media (max-width: 991px) {
1755 .embedpress-sidebar .sidebar__toggler {
1756 display: block;
1757 font-size: 24px;
1758 padding: 5px 10px;
1759 text-align: center;
1760 }
1761 }
1762
1763 @media (max-width: 991px) {
1764 .embedpress-sidebar .sidebar__menu {
1765 display: none;
1766 position: absolute;
1767 top: calc(100% + 10px);
1768 z-index: 90;
1769 left: 0;
1770 background: #ffffff;
1771 min-width: 220px;
1772 border-radius: 10px;
1773 padding: 10px;
1774 -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
1775 box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
1776 }
1777 }
1778
1779 .embedpress-sidebar .sidebar__menu .sidebar__item:not(:last-child) {
1780 margin-bottom: 10px;
1781 }
1782
1783 .embedpress-sidebar .sidebar__menu .sidebar__item:hover .sidebar__link {
1784 background: #5B4E96;
1785 color: #ffffff;
1786 }
1787
1788 .embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link {
1789 background: #5B4E96;
1790 color: #ffffff;
1791 }
1792
1793 .embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link--toggler:before {
1794 -webkit-transform: rotate(180deg);
1795 transform: rotate(180deg);
1796 }
1797
1798 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link {
1799 padding: 10px 20px;
1800 width: 100%;
1801 font-size: 16px;
1802 font-weight: 500;
1803 color: #25396F;
1804 border-radius: 8px;
1805 position: relative;
1806 }
1807
1808 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link--toggler:before {
1809 content: '\e906';
1810 font-family: icomoon;
1811 position: absolute;
1812 top: 18px;
1813 right: 15px;
1814 font-size: 10px;
1815 -webkit-transition: rotate .3s ease;
1816 transition: rotate .3s ease;
1817 }
1818
1819 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link.active+.dropdown__menu {
1820 display: block;
1821 }
1822
1823 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link span {
1824 display: inline-block;
1825 margin-right: 10px;
1826 width: 20px;
1827 text-align: center;
1828 }
1829
1830 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu {
1831 margin-left: 35px;
1832 display: none;
1833 }
1834
1835 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item:not(:last-child) {
1836 margin-bottom: 5px;
1837 }
1838
1839 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link {
1840 padding: 5px;
1841 /* display: block; */
1842 font-size: 16px;
1843 font-weight: 400;
1844 color: #7C8DB5;
1845 display: flex;
1846 }
1847
1848 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link img {
1849 max-width: 16px;
1850 margin-right: 7px;
1851 }
1852
1853 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link:hover {
1854 color: #5B4E96;
1855 }
1856
1857 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link.active {
1858 color: #5B4E96;
1859 font-weight: 500;
1860 }
1861
1862 .embedpress-tab .nav__menu ul {
1863 display: -webkit-box;
1864 display: -ms-flexbox;
1865 display: flex;
1866 }
1867
1868 .embedpress-tab .nav__menu ul.menu__grow .nav__item {
1869 -webkit-box-flex: 1;
1870 -ms-flex-positive: 1;
1871 flex-grow: 1;
1872 text-align: center;
1873 }
1874
1875 .embedpress-tab .nav__menu ul.menu__grow .nav__item span {
1876 width: 100%;
1877 }
1878
1879 @media (max-width: 767px) {
1880 .embedpress-tab .nav__menu ul.menu__grow .nav__item span {
1881 padding: 10px;
1882 }
1883 }
1884
1885 @media (max-width: 479px) {
1886 .embedpress-tab .nav__menu ul:not(.menu__grow) {
1887 display: block;
1888 }
1889
1890 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:not(:last-child) {
1891 margin-right: 0;
1892 }
1893
1894 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:first-child span {
1895 border-top-right-radius: 10px;
1896 }
1897
1898 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:last-child span {
1899 border-top-right-radius: 0;
1900 }
1901 }
1902
1903 @media (max-width: 479px) and (max-width: 479px) {
1904 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item span {
1905 width: 100%;
1906 }
1907 }
1908
1909 .embedpress-tab .nav__menu ul .nav__item {
1910 margin-bottom: 5px;
1911 font-size: 20px;
1912 font-weight: 400;
1913 color: #5B4E96;
1914 display: -webkit-box;
1915 display: -ms-flexbox;
1916 display: flex;
1917 -webkit-box-pack: center;
1918 -ms-flex-pack: center;
1919 justify-content: center;
1920 -webkit-box-align: center;
1921 -ms-flex-align: center;
1922 align-items: center;
1923 }
1924
1925 @media (max-width: 767px) {
1926 .embedpress-tab .nav__menu ul .nav__item {
1927 font-size: 16px;
1928 }
1929 }
1930
1931 @media (max-width: 575px) {
1932 .embedpress-tab .nav__menu ul .nav__item {
1933 font-size: 14px;
1934 }
1935 }
1936
1937 .embedpress-tab .nav__menu ul .nav__item i {
1938 margin-right: 10px;
1939 }
1940
1941 .embedpress-tab .nav__menu ul .nav__item.active span {
1942 background: #5B4E96;
1943 color: #ffffff;
1944 }
1945
1946 .embedpress-tab .nav__menu ul .nav__item span {
1947 padding: 16px 20px;
1948 cursor: pointer;
1949 background: #ffffff;
1950 }
1951
1952 .embedpress-tab .nav__menu ul .nav__item:not(:last-child) {
1953 margin-right: 5px;
1954 }
1955
1956 .embedpress-tab .nav__menu ul .nav__item:first-child span {
1957 border-top-left-radius: 10px;
1958 }
1959
1960 .embedpress-tab .nav__menu ul .nav__item:last-child span {
1961 border-top-right-radius: 10px;
1962 }
1963
1964 .embedpress-tab .tab__item {
1965 display: none;
1966 border-radius: 20px;
1967 border-top-left-radius: 0;
1968 overflow: hidden;
1969 }
1970
1971 .embedpress-tab .tab__item.active {
1972 display: block;
1973 }
1974
1975 .embedpress__settings {
1976 min-height: 100%;
1977 }
1978
1979 .upgrade__card+.embedpress__settings {
1980 min-height: auto;
1981 }
1982
1983 .embedpress__settings h3 {
1984 font-size: 24px;
1985 font-weight: 700;
1986 color: #131F4D;
1987 padding-bottom: 16px;
1988 margin-bottom: 24px;
1989 border-bottom: 1px solid #F5F7FC;
1990 }
1991
1992 @media (max-width: 767px) {
1993 .embedpress__settings h3 {
1994 font-size: 24px;
1995 }
1996 }
1997
1998 @media (max-width: 575px) {
1999 .embedpress__settings h3 {
2000 font-size: 20px;
2001 }
2002 }
2003
2004 .template__wrapper input:focus,
2005 .template__wrapper select:focus {
2006 border-color: #E6EFFB;
2007 -webkit-box-shadow: none;
2008 box-shadow: none;
2009 outline: none;
2010 }
2011
2012 .template__wrapper .form__control {
2013 height: 40px;
2014 padding: 0 20px;
2015 border-radius: 5px;
2016 background: #ffffff;
2017 border: 1px solid #E6EFFB;
2018 color: #25396F;
2019 width: 100%;
2020 outline: none;
2021 -webkit-box-shadow: none;
2022 box-shadow: none;
2023 }
2024
2025 .template__wrapper .form__control::-webkit-input-placeholder {
2026 color: #7C8DB5;
2027 }
2028
2029 .template__wrapper .form__control:-moz-placeholder {
2030 color: #7C8DB5;
2031 }
2032
2033 .template__wrapper .form__control::-moz-placeholder {
2034 color: #7C8DB5;
2035 }
2036
2037 .template__wrapper .form__control:-ms-input-placeholder {
2038 color: #7C8DB5;
2039 }
2040
2041 .template__wrapper textarea.form__control {
2042 height: 120px;
2043 padding-top: 15px;
2044 }
2045
2046 .template__wrapper .embedpress__select select[disabled] {
2047 background-image: none;
2048 }
2049
2050 .template__wrapper label {
2051 font-size: 16px;
2052 font-weight: 400;
2053 color: #7C8DB5;
2054 margin-bottom: 8px;
2055 }
2056
2057 .embedpress__select {
2058 position: relative;
2059 }
2060
2061 .embedpress__select span {
2062 position: absolute;
2063 top: 12px;
2064 right: 15px;
2065 font-size: 12px;
2066 color: #25396F;
2067 pointer-events: none;
2068 }
2069
2070 .embedpress__select select {
2071 height: 40px;
2072 padding: 0 20px;
2073 border-radius: 5px;
2074 background: #ffffff;
2075 border: 1px solid #E6EFFB;
2076 color: #25396F;
2077 width: 100%;
2078 -webkit-appearance: none;
2079 -moz-appearance: none;
2080 appearance: none;
2081 }
2082
2083 .input__radio {
2084 position: relative;
2085 padding-left: 25px;
2086 }
2087
2088 .input__radio input {
2089 display: none;
2090 }
2091
2092 .input__radio input:checked~span:after {
2093 opacity: 1;
2094 }
2095
2096 .input__radio span {
2097 cursor: pointer;
2098 }
2099
2100 .input__radio span:before {
2101 position: absolute;
2102 top: 5px;
2103 left: 0;
2104 height: 16px;
2105 width: 16px;
2106 border-radius: 50%;
2107 border: 1px solid rgba(91, 78, 150, 0.1);
2108 content: '';
2109 }
2110
2111 .input__radio span:after {
2112 position: absolute;
2113 top: 8px;
2114 left: 3px;
2115 height: 12px;
2116 width: 12px;
2117 border-radius: 50%;
2118 background: #5B4E96;
2119 content: '';
2120 opacity: 0;
2121 }
2122
2123 .template__wrapper .input__switch {
2124 font-size: 0;
2125 cursor: pointer;
2126 }
2127
2128 .template__wrapper .input__switch input {
2129 display: none;
2130 }
2131
2132 .template__wrapper .input__switch input:checked~span {
2133 background: #5B4E96;
2134 }
2135
2136 .template__wrapper .input__switch input:checked~span:before {
2137 left: 15px;
2138 }
2139
2140 .template__wrapper .input__switch span {
2141 height: 17px;
2142 width: 30px;
2143 background: rgba(91, 78, 150, 0.3);
2144 display: inline-block;
2145 border-radius: 15px;
2146 position: relative;
2147 -webkit-transition: all .3s ease;
2148 transition: all .3s ease;
2149 }
2150
2151 .template__wrapper .input__switch span:before {
2152 position: absolute;
2153 top: 2px;
2154 left: 2px;
2155 height: 13px;
2156 width: 13px;
2157 border-radius: 50%;
2158 background: #ffffff;
2159 content: '';
2160 -webkit-transition: all .3s ease;
2161 transition: all .3s ease;
2162 }
2163
2164 .template__wrapper .input__switch.switch__text {
2165 border: 1px solid #E6EFFB;
2166 display: inline-block;
2167 padding: 10px 50px;
2168 border-radius: 5px;
2169 position: relative;
2170 }
2171
2172 .template__wrapper .input__switch.switch__text:before, .template__wrapper .input__switch.switch__text:after {
2173 font-size: 14px;
2174 font-weight: 400;
2175 color: #25396F;
2176 position: absolute;
2177 top: 7px;
2178 }
2179
2180 .template__wrapper .input__switch.switch__text:before {
2181 content: 'OFF';
2182 left: 10px;
2183 }
2184
2185 .template__wrapper .input__switch.switch__text:after {
2186 content: 'ON';
2187 right: 10px;
2188 }
2189
2190 .input__file {
2191 display: block;
2192 border: 1px solid #E6EFFB;
2193 padding: 5px 20px;
2194 border-radius: 5px;
2195 cursor: pointer;
2196 }
2197
2198 .input__file .form__control {
2199 display: none;
2200 }
2201
2202 .form__group {
2203 margin-bottom: 25px;
2204 }
2205
2206 .form__group.mb0 {
2207 margin-bottom: 0;
2208 }
2209
2210 .iframe__size__control__form .form__group {
2211 display: -webkit-box;
2212 display: -ms-flexbox;
2213 display: flex;
2214 -webkit-box-align: center;
2215 -ms-flex-align: center;
2216 align-items: center;
2217 }
2218
2219 @media (max-width: 575px) {
2220 .iframe__size__control__form .form__group {
2221 display: block;
2222 }
2223 }
2224
2225 .iframe__size__control__form .form__group:last-child {
2226 margin-bottom: 0;
2227 }
2228
2229 .iframe__size__control__form .form__group label {
2230 -webkit-box-flex: 0;
2231 -ms-flex: 0 0 240px;
2232 flex: 0 0 240px;
2233 margin-bottom: 0;
2234 }
2235
2236 @media (max-width: 575px) {
2237 .iframe__size__control__form .form__group label {
2238 margin-bottom: 10px;
2239 font-weight: 700;
2240 margin-right: 15px;
2241 }
2242
2243 .iframe__size__control__form .form__group label:after {
2244 content: ':';
2245 }
2246 }
2247
2248 @media (max-width: 479px) {
2249 .iframe__size__control__form .form__group label {
2250 display: block;
2251 }
2252 }
2253
2254 .iframe__size__control__form .form__group .form__control {
2255 width: 80px;
2256 padding: 0 15px;
2257 margin-right: 20px;
2258 }
2259
2260 .iframe__size__control__form .form__group .frame__unit {
2261 font-size: 16px;
2262 font-weight: 400;
2263 color: #7C8DB5;
2264 }
2265
2266 .iframe__size__control__wrap {
2267 -webkit-box-flex: 0;
2268 -ms-flex: 0 0 40%;
2269 flex: 0 0 40%;
2270 }
2271
2272 .iframe__size__control__wrap h3 {
2273 font-size: 30px;
2274 font-weight: 700;
2275 color: #131F4D;
2276 margin-bottom: 25px;
2277 }
2278
2279 @media (max-width: 767px) {
2280 .iframe__size__control__wrap h3 {
2281 font-size: 24px;
2282 }
2283 }
2284
2285 @media (max-width: 575px) {
2286 .iframe__size__control__wrap h3 {
2287 font-size: 20px;
2288 }
2289 }
2290
2291 .embedpress__settings__form .form__group {
2292 display: -webkit-box;
2293 display: -ms-flexbox;
2294 display: flex;
2295 -webkit-box-align: start;
2296 -ms-flex-align: start;
2297 align-items: flex-start;
2298 }
2299
2300 .embedpress__settings__form .form__group .form__label {
2301 -webkit-box-flex: 0;
2302 -ms-flex: 0 0 410px;
2303 flex: 0 0 410px;
2304 font-size: 16px;
2305 font-weight: 400;
2306 color: #7C8DB5;
2307 }
2308
2309 .embedpress__settings__form .form__group .form__label .isPro {
2310 font-size: 10px;
2311 font-weight: 400;
2312 color: #ffffff;
2313 background: #5B4E96;
2314 border-radius: 20px;
2315 padding: 2px 5px;
2316 margin-left: 10px;
2317 text-transform: uppercase;
2318 }
2319
2320 @media (max-width: 1399px) {
2321 .embedpress__settings__form .form__group .form__label {
2322 -webkit-box-flex: 0;
2323 -ms-flex: 0 0 300px;
2324 flex: 0 0 300px;
2325 }
2326 }
2327
2328 @media (max-width: 1199px) {
2329 .embedpress__settings__form .form__group .form__label {
2330 -webkit-box-flex: 0;
2331 -ms-flex: 0 0 250px;
2332 flex: 0 0 250px;
2333 }
2334 }
2335
2336 @media (max-width: 767px) {
2337 .embedpress__settings__form .form__group .form__label {
2338 margin-bottom: 10px;
2339 font-weight: 700;
2340 }
2341
2342 .embedpress__settings__form .form__group .form__label:after {
2343 content: ':';
2344 }
2345 }
2346
2347 .embedpress__settings__form .form__group .form__control__wrap {
2348 -webkit-box-flex: 1;
2349 -ms-flex-positive: 1;
2350 flex-grow: 1;
2351 }
2352
2353 .embedpress__settings__form .form__group .form__control__wrap--flex {
2354 display: -webkit-box;
2355 display: -ms-flexbox;
2356 display: flex;
2357 }
2358
2359 .embedpress__settings__form .form__group .form__control__wrap .input__flex {
2360 display: -webkit-box;
2361 display: -ms-flexbox;
2362 display: flex;
2363 -webkit-box-align: center;
2364 -ms-flex-align: center;
2365 align-items: center;
2366 }
2367
2368 .embedpress__settings__form .form__group .form__control__wrap .input__flex label:not(:last-child) {
2369 margin-right: 20px;
2370 }
2371
2372 .embedpress__settings__form .form__group .form__control__wrap .input__flex .form__control[type="number"] {
2373 width: 80px;
2374 margin-right: 20px;
2375 padding: 0 15px;
2376 }
2377
2378 .embedpress__settings__form .form__group .form__control__wrap .input__flex .frame__unit {
2379 line-height: 1;
2380 }
2381
2382 .embedpress__settings__form .form__group .form__control__wrap .input__file,
2383 .embedpress__settings__form .form__group .form__control__wrap .form__control,
2384 .embedpress__settings__form .form__group .form__control__wrap .embedpress__select {
2385 max-width: 300px;
2386 }
2387
2388 .embedpress__settings__form .form__group .form__control__wrap p {
2389 font-size: 14px;
2390 font-weight: 400;
2391 color: #7C8DB5;
2392 margin-top: 10px;
2393 }
2394
2395 .embedpress__settings__form .form__group .form__control__wrap p.ep-note {
2396 font-size: 12px;
2397 }
2398
2399 .embedpress__settings__form .form__group .form__control__wrap .isPro:not(.embedpress__select) {
2400 opacity: 0.3;
2401 }
2402
2403 .embedpress-genral-settings-page {
2404 display: flex;
2405 }
2406
2407 .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode {
2408 margin-right: 24px;
2409 width: calc(100% - 300px);
2410 }
2411
2412 .embedpress_general_settings__form:last-child {
2413 width: 100%;
2414 }
2415
2416 .embedpress-upgrade-pro-sidebar {
2417 width: 300px;
2418 border-radius: 16px;
2419 background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
2420 padding: 8px;
2421 margin-top: -70px;
2422 }
2423
2424 .shortcode-settings-wrapper {
2425 display: flex;
2426
2427 }
2428
2429
2430 @media (min-width: 992px) and (max-width: 1199px) {
2431 .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode {
2432 width: 100%;
2433 margin-right: 0;
2434 }
2435
2436 }
2437
2438 @media (max-width:1024px) {
2439 .shortcode-settings-wrapper, .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode {
2440 width: 100%;
2441 display: block;
2442 }
2443
2444 .embedpress-upgrade-pro-sidebar {
2445 display: none;
2446 }
2447
2448 }
2449
2450 @media (max-width: 767px) {
2451 .embedpress_general_settings__form:not(:last-child) {
2452 width: 100%;
2453 margin-right: 0;
2454 }
2455
2456 }
2457
2458 .embedpress-upgrade-pro-sidebar .gradient-color {
2459 border-radius: 12px;
2460 background: white;
2461 padding: 15px;
2462
2463
2464 }
2465
2466 .embedpress-upgrade-pro-sidebar img.embedpress-banner {
2467 margin-bottom: var(--pro-upgrade-margin-bottom);
2468 width: 100%;
2469 }
2470
2471 .embedpress-upgrade-pro-sidebar h3 {
2472 color: #25396F;
2473 font-family: DMSans;
2474 font-size: 16px;
2475 font-style: normal;
2476 font-weight: 700;
2477 line-height: 120%;
2478 margin-bottom: var(--pro-upgrade-margin-bottom);
2479 }
2480
2481 .embedpress-upgrade-pro-sidebar h3 span {
2482 color: #FF7369;
2483 }
2484
2485 ul.feature-list {
2486 margin-bottom: var(--pro-upgrade-margin-bottom);
2487 }
2488
2489 ul.feature-list li {
2490 display: flex;
2491 align-items: start;
2492 gap: 5px;
2493 margin-bottom: 6px;
2494 color: #25396fde;
2495 font-family: DMSans;
2496 font-size: 14px;
2497 font-style: normal;
2498 font-weight: 500;
2499 line-height: 18px;
2500 }
2501
2502 ul.feature-list img {
2503 margin-top: 0px;
2504 width: 18px;
2505 height: 20px;
2506 }
2507
2508 p.embedpress-tagline {
2509 color: #707070;
2510 font-family: DMSans;
2511 font-size: 12px;
2512 font-style: normal;
2513 font-weight: 400;
2514 line-height: 140%;
2515 text-align: center;
2516 margin-bottom: var(--pro-upgrade-margin-bottom);
2517 }
2518
2519 .pro-upgrade-button {
2520 border-radius: 8px;
2521 background: #FF7369;
2522 padding: 16px 20px;
2523 color: #fff !important;
2524 text-align: center;
2525 font-size: 16px;
2526 font-style: normal;
2527 line-height: 120%;
2528 width: 100%;
2529 display: flex !important;
2530 gap: 5px;
2531 align-items: center;
2532 justify-content: center;
2533 }
2534
2535 .frame__size__wrap {
2536 display: -webkit-box;
2537 display: -ms-flexbox;
2538 display: flex;
2539 }
2540
2541 .template__wrapper .button.ep-settings-form-changed {
2542 background: #f11d1d;
2543 color: #fff;
2544 }
2545
2546 @media (max-width: 1199px) {
2547 .frame__size__wrap {
2548 display: block;
2549 }
2550 }
2551
2552 .form__inline .form-inner-field {
2553 display: -webkit-box;
2554 display: -ms-flexbox;
2555 display: flex;
2556 gap: 15px;
2557 }
2558 .form-inner-field button {
2559 height: 60px;
2560 }
2561
2562 .form__inline .form__group {
2563 margin-bottom: 0;
2564 margin-right: 30px;
2565 }
2566
2567 .logo__adjust__wrap {
2568 margin-top: 20px;
2569 display: none;
2570 }
2571
2572 .form__control__wrap .input__switch .logo__adjust__toggler {
2573 position: absolute;
2574 top: 2px;
2575 left: calc(100% + 15px);
2576 background: #5B4E96;
2577 color: #fff;
2578 border-radius: 5px;
2579 padding: 5px 30px 5px 10px;
2580 font-size: 14px;
2581 opacity: 0;
2582 visibility: hidden;
2583 transition: all .3s ease;
2584 }
2585
2586 .form__control__wrap .input__switch .logo__adjust__toggler i {
2587 font-size: 10px;
2588 margin-left: 8px;
2589 position: absolute;
2590 top: 11px;
2591 right: 10px;
2592 transition: all .3s ease;
2593 transform: rotate(0);
2594 }
2595
2596 .form__control__wrap .input__switch .logo__adjust__toggler.show i {
2597 transform: rotate(-180deg);
2598 }
2599
2600 .form__control__wrap .input__switch input[type="checkbox"]:checked~.logo__adjust__toggler {
2601 opacity: 1;
2602 visibility: visible;
2603 }
2604
2605 .logo__adjust__wrap .logo__upload__wrap {
2606 display: flex;
2607 align-items: center;
2608 }
2609
2610 .logo__adjust__wrap .logo__upload,
2611 .logo__adjust__wrap .logo__upload__preview {
2612 display: inline-block;
2613 width: 100%;
2614 max-width: 255px;
2615 border-radius: 10px;
2616 border: 2px dashed rgba(124, 141, 181, 0.3);
2617 background: #F5F7FD;
2618 padding: 40px 15px;
2619 text-align: center;
2620 position: relative;
2621 margin-bottom: 0;
2622 height: 172px;
2623 }
2624
2625 #valid-license-key-message {
2626 font-weight: 500;
2627 }
2628
2629 div#valid-license-key-message {
2630 margin-top: 10px;
2631 margin-bottom: 30px;
2632 }
2633
2634 span#email-placeholder {
2635 font-weight: 700;
2636 }
2637
2638 .form__inline .hidden, #otp-varify-form.hidden {
2639 display: none !important;
2640 }
2641
2642 .short-description {
2643 margin-top: 10px;
2644 padding: 10px 15px;
2645 background: #f2f2f2;
2646 margin-bottom: 10px;
2647 border-radius: 5px;
2648 }
2649 div#invalid-license-key-message, #invalid-verification-key-message {
2650 padding: 10px;
2651 background: #f2f2f2;
2652 border-radius: 5px;
2653 margin-top: 10px;
2654 }
2655 .short-description a {
2656 color: #5b4e96;
2657 }
2658 div#resend-verification-key-message {
2659 margin-top: 10px;
2660 }
2661 div#resend-verification-key-message a{
2662 color: #5b4e96;
2663 }
2664 .show-toast{
2665 visibility: visible!important;
2666 opacity: 1!important;
2667 }
2668 div#resend-verification-key-message span {
2669 font-weight: bold;
2670 color: #5b4e96;
2671 cursor: pointer;
2672 }
2673 div#resend-verification-key-message a {
2674 font-weight: 600;
2675 }
2676 .form-inner-field .form__group {
2677 margin-right: 0;
2678 }
2679 @media (max-width: 479px) {
2680 .logo__adjust__wrap .logo__upload {
2681 width: 225px;
2682 }
2683 }
2684
2685 .logo__adjust__wrap .logo__upload .icon {
2686 margin-bottom: 10px;
2687 display: block;
2688 }
2689
2690 .logo__adjust__wrap .logo__upload .icon i {
2691 font-size: 50px;
2692 opacity: .3;
2693 }
2694
2695 .logo__adjust__wrap .logo__upload .text {
2696 display: block;
2697 font-size: 14px;
2698 }
2699
2700 .logo__adjust__wrap .logo__upload input {
2701 opacity: 0;
2702 position: absolute;
2703 top: 0;
2704 left: 0;
2705 height: 100%;
2706 width: 100%;
2707 z-index: 9;
2708 cursor: pointer;
2709 }
2710
2711 .logo__adjust__wrap .logo__upload__preview .instant__preview {
2712 position: absolute;
2713 top: 50%;
2714 left: 50%;
2715 transform: translate(-50%, -50%);
2716 font-size: 0;
2717 }
2718
2719 .logo__adjust__wrap .logo__upload__preview .instant__preview .preview__remove {
2720 position: absolute;
2721 bottom: 100%;
2722 left: 100%;
2723 font-size: 7px;
2724 height: 20px;
2725 width: 20px;
2726 background: #5B4E96;
2727 color: #fff;
2728 line-height: 22px;
2729 border-radius: 50%;
2730 }
2731
2732 .logo__adjust__wrap .logo__adjust {
2733 margin-top: 20px;
2734 display: -webkit-box;
2735 display: -ms-flexbox;
2736 display: flex;
2737 -ms-flex-wrap: wrap;
2738 flex-wrap: wrap;
2739 }
2740
2741 @media (max-width: 1399px) {
2742 .logo__adjust__wrap .logo__adjust {
2743 display: block;
2744 }
2745 }
2746
2747 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2748 -webkit-box-flex: 0;
2749 -ms-flex: 0 0 300px;
2750 flex: 0 0 300px;
2751 margin-right: 30px;
2752 }
2753
2754 @media (max-width: 1399px) {
2755 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2756 width: 100%;
2757 margin-right: 0;
2758 }
2759 }
2760
2761 @media (max-width: 479px) {
2762 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2763 -webkit-box-flex: 0;
2764 -ms-flex: 0 0 225px;
2765 flex: 0 0 225px;
2766 margin-right: 0;
2767 }
2768 }
2769
2770 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item:not(:last-child) {
2771 margin-bottom: 25px;
2772 }
2773
2774 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .controller__label {
2775 font-size: 16px;
2776 font-weight: 400;
2777 color: #7C8DB5;
2778 display: inline-block;
2779 }
2780
2781 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs {
2782 display: -webkit-box;
2783 display: -ms-flexbox;
2784 display: flex;
2785 -webkit-box-align: center;
2786 -ms-flex-align: center;
2787 align-items: center;
2788 }
2789
2790 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
2791 margin-right: 20px;
2792 width: 200px;
2793 }
2794
2795 @media (max-width: 1199px) {
2796 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
2797 width: 145px;
2798 }
2799 }
2800
2801 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
2802 width: 80px;
2803 padding: 0 15px;
2804 }
2805
2806 @media (max-width: 1199px) {
2807 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
2808 width: 55px;
2809 padding: 0 12px;
2810 }
2811 }
2812
2813 .logo__adjust__wrap .logo__adjust .logo__adjust__preview {
2814 -webkit-box-flex: 0;
2815 -ms-flex: 0 0 500px;
2816 flex: 0 0 500px;
2817 }
2818
2819 @media (max-width: 1399px) {
2820 .logo__adjust__wrap .logo__adjust .logo__adjust__preview {
2821 width: 100%;
2822 max-width: 400px;
2823 margin-top: 20px;
2824 }
2825 }
2826
2827 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .title {
2828 font-size: 16px;
2829 font-weight: 400;
2830 color: #7C8DB5;
2831 display: inline-block;
2832 margin-bottom: 10px;
2833 }
2834
2835 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box {
2836 position: relative;
2837 min-height: 300px;
2838 }
2839
2840 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box iframe {
2841 width: 100%;
2842 height: 100%;
2843 min-height: 300px;
2844 }
2845
2846 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box img {
2847 position: absolute;
2848 bottom: 10%;
2849 right: 6%;
2850 max-height: 40px;
2851 }
2852
2853 .pro__alert__wrap, .tips__alert__wrap {
2854 position: fixed;
2855 top: 0;
2856 left: 0;
2857 height: 100%;
2858 width: 100%;
2859 background: rgb(0, 0, 0, 30%);
2860 z-index: 99999;
2861 display: none;
2862 }
2863
2864 .pro__alert__wrap .pro__alert__card, .tips__alert__wrap .tips__alert__card {
2865 width: calc(100% - 30px);
2866 max-width: 500px;
2867 margin: 7% auto 0;
2868 background: #fff;
2869 border-radius: 20px;
2870 padding: 30px;
2871 display: flex;
2872 flex-direction: column;
2873 align-items: center;
2874 text-align: center;
2875 }
2876
2877 .pro__alert__wrap .pro__alert__card img, .tips__alert__wrap .tips__alert__card img {
2878 height: 100px;
2879 margin-bottom: 20px;
2880 }
2881
2882 .pro__alert__wrap .pro__alert__card h2, .tips__alert__wrap .tips__alert__card h2 {
2883 font-size: 32px;
2884 font-weight: 500;
2885 color: #131F4D;
2886 margin-bottom: 15px;
2887 }
2888
2889 .pro__alert__wrap .pro__alert__card p, .tips__alert__wrap .tips__alert__card p {
2890 font-size: 14px;
2891 font-weight: 400;
2892 color: #7C8DB5;
2893 margin-bottom: 15px;
2894 }
2895
2896 .pro__alert__wrap .pro__alert__card p a, .tips__alert__wrap .tips__alert__card a {
2897 text-decoration: underline;
2898 font-weight: 700;
2899 color: #131F4D;
2900 }
2901
2902 .pro__alert__wrap .pro__alert__card .button, .tips__alert__wrap .tips__alert__card button {
2903 align-self: flex-end;
2904 margin-top: 20px;
2905 padding: 11px 30px;
2906 }
2907
2908 .template__wrapper input[type=range] {
2909 height: 24px;
2910 -webkit-appearance: none;
2911 margin: 10px 0;
2912 width: 100%;
2913 }
2914
2915 .template__wrapper input[type=range]:focus {
2916 outline: none;
2917 }
2918
2919 .template__wrapper input[type=range]::-webkit-slider-runnable-track {
2920 width: 100%;
2921 height: 10px;
2922 cursor: pointer;
2923 animate: 0.2s;
2924 -webkit-box-shadow: 0px 0px 0px #000000;
2925 box-shadow: 0px 0px 0px #000000;
2926 background: #5B4E96;
2927 border-radius: 5px;
2928 border: 2px solid #F5F7FD;
2929 }
2930
2931 .template__wrapper input[type=range]::-webkit-slider-thumb {
2932 -webkit-box-shadow: 0px 0px 0px #000000;
2933 box-shadow: 0px 0px 0px #000000;
2934 border: 2px solid #5B4E96;
2935 height: 16px;
2936 width: 16px;
2937 border-radius: 8px;
2938 background: #FFFFFF;
2939 cursor: pointer;
2940 -webkit-appearance: none;
2941 margin-top: -5px;
2942 }
2943
2944 .template__wrapper input[type=range]:focus::-webkit-slider-runnable-track {
2945 background: #5B4E96;
2946 }
2947
2948 .template__wrapper input[type=range]::-moz-range-track {
2949 width: 100%;
2950 height: 10px;
2951 cursor: pointer;
2952 animate: 0.2s;
2953 box-shadow: 0px 0px 0px #000000;
2954 background: #5B4E96;
2955 border-radius: 5px;
2956 border: 2px solid #F5F7FD;
2957 }
2958
2959 .template__wrapper input[type=range]::-moz-range-thumb {
2960 box-shadow: 0px 0px 0px #000000;
2961 border: 2px solid #5B4E96;
2962 height: 16px;
2963 width: 16px;
2964 border-radius: 8px;
2965 background: #FFFFFF;
2966 cursor: pointer;
2967 }
2968
2969 .template__wrapper input[type=range]::-ms-track {
2970 width: 100%;
2971 height: 10px;
2972 cursor: pointer;
2973 animate: 0.2s;
2974 background: transparent;
2975 border-color: transparent;
2976 color: transparent;
2977 }
2978
2979 .template__wrapper input[type=range]::-ms-fill-lower {
2980 background: #5B4E96;
2981 border: 2px solid #F5F7FD;
2982 border-radius: 10px;
2983 box-shadow: 0px 0px 0px #000000;
2984 }
2985
2986 .template__wrapper input[type=range]::-ms-fill-upper {
2987 background: #5B4E96;
2988 border: 2px solid #F5F7FD;
2989 border-radius: 10px;
2990 box-shadow: 0px 0px 0px #000000;
2991 }
2992
2993 .template__wrapper input[type=range]::-ms-thumb {
2994 margin-top: 1px;
2995 box-shadow: 0px 0px 0px #000000;
2996 border: 2px solid #5B4E96;
2997 height: 16px;
2998 width: 16px;
2999 border-radius: 8px;
3000 background: #FFFFFF;
3001 cursor: pointer;
3002 }
3003
3004 .template__wrapper input[type=range]:focus::-ms-fill-lower {
3005 background: #5B4E96;
3006 }
3007
3008 .template__wrapper input[type=range]:focus::-ms-fill-upper {
3009 background: #5B4E96;
3010 }
3011
3012 .upgrade__card {
3013 display: -webkit-box;
3014 display: -ms-flexbox;
3015 display: flex;
3016 -webkit-box-align: center;
3017 -ms-flex-align: center;
3018 align-items: center;
3019 background: #5B4E96;
3020 border-radius: 25px;
3021 padding: 40px;
3022 }
3023
3024 @media (max-width: 1199px) {
3025 .upgrade__card {
3026 padding: 50px;
3027 }
3028 }
3029
3030 .upgrade__card .icon {
3031 margin-right: 40px;
3032 min-width: 90px;
3033 }
3034
3035 @media (max-width: 767px) {
3036 .upgrade__card .icon {
3037 margin-right: 0;
3038 margin-bottom: 20px;
3039 }
3040 }
3041
3042 .upgrade__card .card__content {
3043 margin-right: 30px;
3044 }
3045
3046 @media (max-width: 767px) {
3047 .upgrade__card .card__content {
3048 margin-bottom: 20px;
3049 margin-right: 0;
3050 }
3051 }
3052
3053 .upgrade__card .card__content h4 {
3054 font-size: 26px;
3055 font-weight: 500;
3056 color: #ffffff;
3057 margin-bottom: 15px;
3058 }
3059
3060 @media (max-width: 767px) {
3061 .upgrade__card .card__content h4 {
3062 font-size: 22px;
3063 }
3064 }
3065
3066 .upgrade__card .card__content p {
3067 font-size: 14px;
3068 font-weight: 400;
3069 color: rgba(255, 255, 255, 0.5);
3070 max-width: 700px;
3071 }
3072
3073 .upgrade__card .button {
3074 margin-left: auto;
3075 min-width: 177px;
3076 text-align: center;
3077 }
3078
3079 @media (max-width: 767px) {
3080 .upgrade__card {
3081 display: block;
3082 padding: 25px;
3083 }
3084 }
3085
3086 .upgrage__card__tab__list {
3087 max-width: 650px;
3088 width: 100%;
3089 display: grid;
3090 -ms-grid-columns: 1fr 1fr;
3091 grid-template-columns: repeat(2, 1fr);
3092 gap: 16px;
3093 margin-bottom: 50px !important;
3094 }
3095
3096 .upgrage__card__tab__list .upgrage__card__tab__list__item {
3097 color: #5B4E96;
3098 font-size: 16px;
3099 font-weight: 500;
3100 line-height: 18px;
3101 display: inline-flex;
3102 align-items: center;
3103 gap: 8px;
3104 }
3105
3106 @media (max-width: 575px) {
3107 .upgrage__card__tab__list {
3108 -ms-grid-columns: 1fr;
3109 grid-template-columns: repeat(1, 1fr);
3110 }
3111 }
3112
3113 .upgrage__card__tab__list .upgrage__card__tab__list__item:before {
3114 content: "\e910";
3115 font-family: 'icomoon';
3116 color: #4AD750;
3117 }
3118
3119 .upgrage__card__tab__style h3 {
3120 font-size: 30px;
3121 font-weight: 700;
3122 color: #131F4D;
3123 margin-bottom: 25px;
3124 }
3125
3126 @media (max-width: 767px) {
3127 .upgrage__card__tab__style h3 {
3128 font-size: 24px;
3129 }
3130 }
3131
3132 @media (max-width: 575px) {
3133 .upgrage__card__tab__style h3 {
3134 font-size: 20px;
3135 }
3136 }
3137
3138 .upgrage__card__tab__style p {
3139 font-size: 14px;
3140 font-weight: 400;
3141 color: #7C8DB5;
3142 margin-bottom: 30px;
3143 max-width: 1320px;
3144 line-height: 1.85;
3145 }
3146
3147 .embedpress-license__details {
3148 display: -ms-grid;
3149 display: grid;
3150 -ms-grid-columns: 3.5fr 2fr;
3151 grid-template-columns: 3.5fr 2fr;
3152 gap: 5px;
3153 }
3154
3155 @media (max-width: 991px) {
3156 .embedpress-license__details {
3157 display: block;
3158 }
3159 }
3160
3161 .embedpress-license__details .license__content {
3162 background: #ffffff;
3163 padding: 40px 100px 50px 50px;
3164
3165 }
3166
3167 @media (max-width: 1199px) {
3168 .embedpress-license__details .license__content {
3169 padding: 30px;
3170 }
3171 }
3172
3173 @media (max-width: 991px) {
3174 .embedpress-license__details .license__content {
3175 margin-bottom: 5px;
3176 }
3177 }
3178
3179 @media (max-width: 767px) {
3180 .embedpress-license__details .license__content {
3181 padding: 40px 30px;
3182 }
3183 }
3184
3185 @media (max-width: 575px) {
3186 .embedpress-license__details .license__content .form__inline {
3187 display: block;
3188 }
3189
3190 .embedpress-license__details .license__content .form__inline .form__group {
3191 margin-bottom: 25px;
3192 margin-right: 0;
3193 }
3194 }
3195
3196 .embedpress-license__details .license__content .thumb__area {
3197 /* max-width: 350px; */
3198 /* text-align: center; */
3199 margin-bottom: 30px;
3200 }
3201
3202 .embedpress-license__details .license__content .thumb__area img {
3203 max-width: 320px;
3204 }
3205
3206 .embedpress-license__details .license__content .thumb__area h2 {
3207 font-size: 30px;
3208 font-weight: 400;
3209 color: #25396F;
3210 margin-top: 10px;
3211 }
3212
3213 @media (max-width: 767px) {
3214 .embedpress-license__details .license__content .thumb__area h2 {
3215 font-size: 24px;
3216 }
3217 }
3218
3219 .embedpress-license__details .license__content p {
3220 font-size: 16px;
3221 font-weight: 400;
3222 color: #25396F;
3223 margin-bottom: 30px;
3224 }
3225
3226 @media (max-width: 767px) {
3227 .embedpress-license__details .license__content p {
3228 font-size: 16px;
3229 }
3230 }
3231
3232 .embedpress-license__details .license__content p a {
3233 color: #5B4E96;
3234 text-decoration: underline;
3235 }
3236
3237 .embedpress-license__details .license__content ol {
3238 list-style: decimal;
3239 padding-left: 19px;
3240 margin-bottom: 50px;
3241 }
3242
3243 .embedpress-license__details .license__content ol li {
3244 font-size: 18px;
3245 font-weight: 400;
3246 color: #25396F;
3247 }
3248
3249 .embedpress-license__details .license__content ol li:not(:last-child) {
3250 margin-bottom: 15px;
3251 }
3252
3253 @media (max-width: 767px) {
3254 .embedpress-license__details .license__content ol li {
3255 font-size: 16px;
3256 }
3257 }
3258
3259 .embedpress-license__details .license__content ol li a {
3260 color: #5B4E96;
3261 text-decoration: underline;
3262 }
3263
3264 .embedpress-license__details .license__content .form__group {
3265 -webkit-box-flex: 1;
3266 -ms-flex-positive: 1;
3267 flex-grow: 1;
3268 position: relative;
3269 }
3270
3271
3272
3273 .embedpress-license__details .license__content .form__group .input__icon {
3274 position: absolute;
3275 top: 20px;
3276 left: 20px;
3277 color: #7C8DB5;
3278 pointer-events: none;
3279 width: 20px;
3280 }
3281
3282 .embedpress-license__details .license__content .form__group .input__icon i {
3283 font-size: 20px;
3284 }
3285
3286 @media (max-width: 767px) {
3287 .embedpress-license__details .license__content .form__group .input__icon {
3288 top: 15px;
3289 left: 15px;
3290 }
3291
3292 .embedpress-license__details .license__content .form__group .input__icon i {
3293 font-size: 16px;
3294 }
3295 }
3296
3297 .embedpress-license__details .license__content .form__group .form__control {
3298 height: 60px;
3299 background: #F5F7FD;
3300 color: #7C8DB5;
3301 font-size: 20px;
3302 padding-left: 50px;
3303 }
3304
3305 input#embedpress-pro-license-key::placeholder {
3306 font-size: 18px;
3307 }
3308
3309 .embedpress-license__details .license__content .form__group .form__control::-webkit-input-placeholder {
3310 color: #7C8DB5;
3311 }
3312
3313 .embedpress-license__details .license__content .form__group .form__control:-moz-placeholder {
3314 color: #7C8DB5;
3315 }
3316
3317 .embedpress-license__details .license__content .form__group .form__control::-moz-placeholder {
3318 color: #7C8DB5;
3319 }
3320
3321 .embedpress-license__details .license__content .form__group .form__control:-ms-input-placeholder {
3322 color: #7C8DB5;
3323 }
3324
3325 @media (max-width: 1399px) {
3326 .embedpress-license__details .license__content .form__group .form__control {
3327 font-size: 16px;
3328 }
3329 }
3330
3331 @media (max-width: 767px) {
3332 .embedpress-license__details .license__content .form__group .form__control {
3333 height: 50px;
3334 padding-left: 35px;
3335 font-size: 14px;
3336 }
3337 .form-inner-field button {
3338 height: 60px;
3339 }
3340
3341 }
3342
3343 .embedpress-license__details .license__manage {
3344 background: #ffffff;
3345 padding: 30px;
3346 display: -webkit-box;
3347 display: -ms-flexbox;
3348 display: flex;
3349 -webkit-box-pack: center;
3350 -ms-flex-pack: center;
3351 justify-content: center;
3352 -webkit-box-align: center;
3353 -ms-flex-align: center;
3354 align-items: center;
3355 -webkit-box-orient: vertical;
3356 -webkit-box-direction: normal;
3357 -ms-flex-direction: column;
3358 flex-direction: column;
3359 }
3360
3361 .embedpress-license__details .license__manage .button {
3362 margin-top: 30px;
3363 }
3364
3365 .embedpress-card {
3366 background: #F5F7FD;
3367 border-radius: 16px;
3368 padding: 24px;
3369 padding-left: 100px;
3370 border: 2px solid rgba(91, 78, 150, 0.1);
3371 position: relative;
3372 }
3373
3374 @media (min-width: 1199px) and (max-width: 1399px) {
3375 .embedpress-card {
3376 padding-left: 24px;
3377 }
3378 }
3379
3380 @media (max-width: 767px) {
3381 .embedpress-card {
3382 padding-left: 20px;
3383 padding: 20px;
3384 }
3385 }
3386
3387 .embedpress-card .icon {
3388 position: absolute;
3389 top: 30px;
3390 left: 30px;
3391 height: 50px;
3392 width: 50px;
3393 border-radius: 10px;
3394 background: #5B4E96;
3395 text-align: center;
3396 }
3397
3398 @media (min-width: 1199px) and (max-width: 1399px) {
3399 .embedpress-card .icon {
3400 position: static;
3401 margin-bottom: 20px;
3402 }
3403 }
3404
3405 @media (max-width: 767px) {
3406 .embedpress-card .icon {
3407 position: static;
3408 margin-bottom: 20px;
3409 }
3410 }
3411
3412 .embedpress-card .icon i {
3413 color: #ffffff;
3414 font-size: 20px;
3415 line-height: 50px;
3416 }
3417
3418 .embedpress-card h3 {
3419 font-size: 26px;
3420 font-weight: 500;
3421 color: #131F4D;
3422 margin-bottom: 10px;
3423 }
3424
3425 @media (max-width: 767px) {
3426 .embedpress-card h3 {
3427 font-size: 22px;
3428 }
3429 }
3430
3431 .embedpress-card p {
3432 font-size: 14px;
3433 font-weight: 400;
3434 color: #7C8DB5;
3435 margin-bottom: 20px;
3436 }
3437
3438 .element__item {
3439 background: #F5F7FD;
3440 border-radius: 10px;
3441 min-height: 80px;
3442 padding: 10px 24px;
3443 border: 2px solid rgba(91, 78, 150, 0.1);
3444 display: -webkit-box;
3445 display: -ms-flexbox;
3446 display: flex;
3447 -webkit-box-align: center;
3448 -ms-flex-align: center;
3449 align-items: center;
3450 /* overflow: hidden; */
3451 }
3452
3453 @media (max-width: 767px) {
3454 .element__item {
3455 padding: 20px;
3456 padding-right: 15px;
3457 }
3458 }
3459
3460 .element__item.isPro .pro__item {
3461 /* display: block; */
3462 }
3463
3464 .element__item h5 {
3465 font-size: 18px;
3466 font-weight: 700;
3467 color: #25396F;
3468 margin-right: 15px;
3469 }
3470
3471 @media (max-width: 767px) {
3472 .element__item h5 {
3473 font-size: 16px;
3474 }
3475 }
3476
3477 .element__item .has__question {
3478 color: rgba(124, 141, 181, 0.5);
3479 line-height: 1;
3480 margin-top: 2px;
3481 margin-right: 10px;
3482 position: relative;
3483 }
3484
3485 .element__item .has__question .element__tooltip {
3486 position: absolute;
3487 bottom: calc(100% + 12px);
3488 left: -20px;
3489 /* transform: translateX(-50%); */
3490 background: #5B4E96;
3491 color: #fff;
3492 padding: 20px;
3493 min-width: 200px;
3494 border-radius: 5px;
3495 font-size: 16px;
3496 transition: all .3s ease;
3497 opacity: 0;
3498 visibility: hidden;
3499 z-index: 9;
3500 }
3501
3502 .element__item .has__question:hover .element__tooltip {
3503 visibility: visible;
3504 opacity: 1;
3505 }
3506
3507 .element__item .has__question .element__tooltip:before {
3508 position: absolute;
3509 top: 100%;
3510 left: 18px;
3511 /* transform: translateX(-50%); */
3512 border-left: 10px solid transparent;
3513 border-right: 10px solid transparent;
3514 border-top: 10px solid #5B4E96;
3515 content: '';
3516 }
3517
3518 .element__item .input__switch {
3519 margin-left: auto;
3520 margin-bottom: 0;
3521 }
3522
3523 .element__item .pro__item {
3524 position: absolute;
3525 top: 5px;
3526 left: -16px;
3527 -webkit-transform: rotate(-45deg);
3528 transform: rotate(-45deg);
3529 font-size: 12px;
3530 font-weight: 400;
3531 color: #ffffff;
3532 background: #5B4E96;
3533 padding: 0 20px;
3534 text-transform: uppercase;
3535 display: none;
3536 }
3537
3538 @media (max-width: 767px) {
3539 .element__item .pro__item {
3540 font-size: 9px;
3541 }
3542 }
3543
3544 .embedpress--elements__wrap h3 {
3545 font-size: 24px;
3546 font-weight: 700;
3547 color: #131F4D;
3548 padding-bottom: 16px;
3549 margin-bottom: 24px;
3550 border-bottom: 1px solid #F5F7FC;
3551 }
3552
3553 @media (max-width: 767px) {
3554 .embedpress--elements__wrap h3 {
3555 font-size: 24px;
3556 }
3557 }
3558
3559 @media (max-width: 575px) {
3560 .embedpress--elements__wrap h3 {
3561 font-size: 20px;
3562 }
3563 }
3564
3565 @media (max-width: 991px) {
3566 .embedpress--elements__wrap .embedpress__row.grid__4 {
3567 -ms-grid-columns: 1fr 1fr;
3568 grid-template-columns: repeat(2, 1fr);
3569 }
3570 }
3571
3572 @media (max-width: 575px) {
3573 .embedpress--elements__wrap .embedpress__row.grid__4 {
3574 -ms-grid-columns: 1fr;
3575 grid-template-columns: repeat(1, 1fr);
3576 }
3577 }
3578
3579 .valid-license-icon {
3580 max-width: 100%;
3581 width: 1.5rem;
3582 }
3583
3584
3585
3586 .embedpress-toast__message {
3587 position: fixed;
3588 bottom: 50px;
3589 right: 50px;
3590 padding: 15px 25px;
3591 border-radius: 10px;
3592 max-width: 400px;
3593 z-index: 9999;
3594 display: flex;
3595 align-items: center;
3596 opacity: 0;
3597 visibility: hidden;
3598 transition: all .3s ease;
3599 }
3600
3601 .embedpress-toast__message.show {
3602 opacity: 1;
3603 visibility: visible;
3604 }
3605
3606 .embedpress-toast__message.toast__message--error {
3607 background: #FE504F;
3608 }
3609
3610 .embedpress-toast__message.toast__message--attention {
3611 background: #FFA53C
3612 }
3613
3614 .embedpress-toast__message.toast__message--success {
3615 background: #00CC76;
3616 }
3617
3618 .embedpress-toast__message img {
3619 height: 40px;
3620 margin-right: 20px;
3621 }
3622
3623 .embedpress-toast__message p {
3624 color: #ffffff;
3625 font-size: 14px;
3626 }
3627
3628 .template__wrapper .wp-color-result-text {
3629 padding: 0 5px;
3630 }
3631
3632 @media all and (max-width: 1600px) {
3633 .embedpress-license__details .license__content .form__inline {
3634 display: block;
3635 }
3636
3637 .embedpress-license__details .license__content .form__group {
3638 margin-bottom: 25px;
3639 margin-right: 0;
3640 }
3641
3642 .embedpress-license__details .license__content .form__group .form__control {
3643 height: 60px;
3644 font-size: 14px;
3645 }
3646
3647 .embedpress-license__details .license__content .form__group .input__icon {
3648 width: 18px;
3649 top: 16px;
3650 }
3651 }
3652
3653 .ep-coming-soon {
3654 color: #5b4e96;
3655 font-size: 12px;
3656 font-weight: 900;
3657 }
3658
3659 .embedpress-card a, .template__wrapper .ep-link {
3660 color: #5b4e96;
3661 }
3662
3663 .template__wrapper .ep-link {
3664 font-weight: 600;
3665 }
3666
3667 .proOverlay {
3668 opacity: .3;
3669 position: relative;
3670 }
3671
3672 .proOverlay::after {
3673 position: absolute;
3674 top: 0;
3675 left: 0;
3676 bottom: 0;
3677 content: '';
3678 width: 100%;
3679 height: 100%;
3680 display: block;
3681 }
3682
3683 .embedpress__shortcode .shortcode__text {
3684 margin-bottom: 40px;
3685 font-size: 16px;
3686 line-height: 1.6;
3687 color: #25396F;
3688 }
3689
3690 .embedpress__shortcode .shortcode__form {
3691 width: 100%;
3692 max-width: 750px;
3693 box-sizing: border-box;
3694 background-color: #F5F7FC;
3695 border: 1px solid #D7DEEE;
3696 border-radius: 8px;
3697 padding: 12px;
3698 display: flex;
3699 }
3700
3701 .embedpress__shortcode .shortcode__form .form__group {
3702 flex-grow: 1;
3703 }
3704
3705 .embedpress__shortcode .shortcode__form .form__group .form__control {
3706 height: 50px;
3707 background-color: transparent;
3708 border: none;
3709 }
3710
3711 .embedpress__shortcode .shortcode__form .button__redColor {
3712 background-color: #FF7369;
3713 border-color: #FF7369;
3714 color: #fff;
3715 }
3716
3717 .embedpress__shortcode .shortcode__form .copy__button {
3718 background-color: #5B4E96;
3719 border-color: #5B4E96;
3720 color: #fff;
3721 }
3722
3723
3724 /* source page css */
3725 .source-settings-page {
3726 background: #fff;
3727 padding: 24px;
3728 border-radius: 16px;
3729 }
3730
3731 .source-settings-page.page-premium {
3732 padding: 24px 0;
3733 }
3734
3735 .source-settings-page.page-premium .page-premium-text {
3736 margin-bottom: 20px;
3737 font-size: 16px;
3738 line-height: 1.6;
3739 color: #25396F;
3740 max-width: 80%;
3741 }
3742
3743 h1.page-heading {
3744 color: #25396F;
3745 font-family: 'DMSans';
3746 font-size: 24px;
3747 font-style: normal;
3748 font-weight: 600;
3749 line-height: 120%;
3750 padding-bottom: 16px;
3751 border-bottom: 1px solid #F5F7FC;
3752 }
3753
3754 .upgrage__card__tab__style h3 {
3755 color: #25396F;
3756 font-family: 'DMSans';
3757 font-size: 20px;
3758 font-style: normal;
3759 font-weight: 600;
3760 line-height: 1;
3761 /* 24px */
3762 }
3763
3764 .upgrage__card__tab__style p {
3765 color: #707070;
3766 font-family: 'DMSans';
3767 font-size: 16px;
3768 font-style: normal;
3769 font-weight: 400;
3770 line-height: 160%;
3771 /* 25.6px */
3772 }
3773
3774 a.button.button__themeColor {
3775 border-radius: 8px;
3776 background: #EEEDF4;
3777 border: none;
3778 }
3779
3780 ul.source-tab {
3781 margin-top: 10px;
3782 width: 100%;
3783 padding-right: 15px;
3784 padding-left: 15px;
3785 margin-top: 10px;
3786 max-height: 185px;
3787 overflow-y: scroll;
3788 }
3789
3790 ul.source-tab::-webkit-scrollbar {
3791 width: 5px;
3792 }
3793
3794 ul.source-tab::-webkit-scrollbar-track {
3795 background: #f5f7fd;
3796 border-radius: 5px;
3797 }
3798
3799 ul.source-tab::-webkit-scrollbar-thumb {
3800 background: #988FBD;
3801 border-radius: 5px;
3802 }
3803
3804 li.tab-button {
3805 display: inline-flex;
3806 align-items: center;
3807 gap: 5px;
3808 background-color: transparent;
3809 padding: 8px 15px;
3810 border-radius: 15px;
3811 cursor: pointer;
3812 width: 100%;
3813 font-size: 14px;
3814 margin-bottom: 2px;
3815 }
3816
3817 li.tab-button:hover {
3818 background: #f5f7fd;
3819 }
3820
3821 li.tab-button.active {
3822 background: #f5f7fd;
3823 }
3824
3825 img.source-image {
3826 width: 14px;
3827 height: 14px;
3828 }
3829
3830 .tab-content-section {
3831 display: grid;
3832 -ms-grid-columns: 1fr 1fr 1fr;
3833 grid-template-columns: repeat(3, 1fr);
3834 /* Three items per row */
3835 gap: 15px;
3836 /* Adjust the gap between items as needed */
3837 }
3838
3839 @media (max-width: 1199px) {
3840 .tab-content-section {
3841 -ms-grid-columns: 1fr 1fr;
3842 grid-template-columns: repeat(2, 1fr);
3843 }
3844 }
3845
3846 .source-item {
3847 padding: 10px;
3848 text-align: center;
3849 display: flex;
3850 align-items: center;
3851 justify-content: space-between;
3852 background: #f5f7fd;
3853 border-radius: 8px;
3854 }
3855
3856 .tab-button-section {
3857 display: none;
3858 }
3859
3860 li.sidebar__item.show .tab-button-section {
3861 display: block;
3862 }
3863
3864 .source-item div {
3865 display: flex;
3866 align-items: center;
3867 gap: 5px;
3868 color: #404040;
3869 font-family: 'DMSans';
3870 font-size: 14px;
3871 font-style: normal;
3872 font-weight: 600;
3873 line-height: 120%;
3874 /* 16.8px */
3875 letter-spacing: -0.28px;
3876 }
3877
3878 .source-left .icon {
3879 width: 32px;
3880 height: 32px;
3881 background: #fff;
3882 border-radius: 5px;
3883 display: flex;
3884 align-items: center;
3885 justify-content: center;
3886 }
3887
3888 .source-left .icon img {
3889 width: 16px;
3890 height: auto;
3891 }
3892
3893 .source-right a {
3894 width: 28px;
3895 height: 28px;
3896 background: #fff;
3897 border-radius: 5px;
3898 display: flex;
3899 align-items: center;
3900 justify-content: center;
3901 }
3902
3903 .source-right a svg g {
3904 transition: 0.2s;
3905
3906 }
3907
3908 .source-right a svg {
3909 width: 18px;
3910 height: 18px;
3911 }
3912
3913 .source-right a:hover svg g {
3914 stroke: #5B4E96;
3915 }
3916
3917 .premium-button {
3918 text-align: center;
3919 display: flex;
3920 align-items: center;
3921 justify-content: center;
3922 width: 100%;
3923 margin-top: 20px;
3924 }
3925
3926 .premium-button a {
3927 display: flex !important;
3928 align-items: center;
3929 gap: 8px;
3930 background: #EEEDF4;
3931 padding: 10px 25px;
3932 border-radius: 8px;
3933 width: 100%;
3934 justify-content: center;
3935 }
3936
3937 .premium-button span {
3938 display: flex;
3939 align-items: center;
3940 justify-content: center;
3941 }
3942
3943 .premium-button svg {
3944 width: 18px;
3945 height: 18px;
3946 }
3947
3948
3949 @media only screen and (max-width: 991px) {
3950 .tab-content-section {
3951 -ms-grid-columns: 1fr 1fr;
3952 grid-template-columns: repeat(2, 1fr);
3953 }
3954
3955 .embedpress-body .embedpress-sidebar {
3956 display: inline-flex;
3957 min-width: 50px;
3958 margin-right: 0;
3959 align-items: center;
3960 }
3961
3962 .premium-button {
3963 margin-top: 0px !important;
3964 padding: 0 4px 0 0;
3965 }
3966 }
3967
3968 @media only screen and (max-width: 767px) {
3969 .tab-content-section {
3970 -ms-grid-columns: 1fr;
3971 grid-template-columns: repeat(1, 1fr);
3972 }
3973
3974 header.embedpress-header p {
3975 margin: 10px 0;
3976 text-align: left;
3977 }
3978 }
3979
3980
3981 /* // Calendly settings page design */
3982 .calendly-embedpress-authorize-button {
3983 display: flex;
3984 justify-content: space-between;
3985 margin-bottom: 15px;
3986 }
3987
3988 .calendly-settings-title {
3989 margin-bottom: 30px !important;
3990 }
3991
3992 a.calendly-connect-button {
3993 display: inline-flex;
3994 align-items: center;
3995 font-size: 15px;
3996 color: rgb(54, 100, 174);
3997 gap: 6px;
3998 border-width: 1px;
3999 border-style: solid;
4000 border-color: rgb(54, 100, 174);
4001 border-image: initial;
4002 padding: 8px 20px;
4003 border-radius: 10px;
4004 }
4005
4006 a.calendly-connect-button:hover {
4007 color: #fff;
4008 background: rgb(54, 100, 174);
4009 }
4010
4011 a.calendly-connected {
4012 /* pointer-events: none !important; */
4013 background: rgba(54, 100, 174, 0.08);
4014 border-width: 1px;
4015 border-style: solid;
4016 border-color: rgba(54, 100, 174, 0.08);
4017 border-image: initial;
4018 }
4019
4020 a.calendly-connect-button img {
4021 width: 20px;
4022 }
4023
4024
4025 /* Apply styles to the event-type-list container */
4026 .event-type-list {
4027 font-family: Arial, sans-serif;
4028 }
4029
4030 /* Apply styles to the list-header */
4031 .list-header {
4032 background-color: #3664ae;
4033 color: #fff;
4034 padding: 10px;
4035 display: flex;
4036 align-items: center;
4037 gap: 10px;
4038 border-radius: 10px;
4039 }
4040
4041
4042 /* Apply styles to the user's avatar */
4043 .calendly-user .bqa3nmp img {
4044 width: 50px;
4045 height: 50px;
4046 border-radius: 50%;
4047 margin-right: 10px;
4048 }
4049
4050 /* Apply styles to the user's name */
4051 .calendly-user .name p {
4052 font-weight: bold;
4053 font-size: 18px;
4054 }
4055
4056
4057 /* Apply styles to the event-type-card */
4058 .event-type-card-list {
4059 display: grid;
4060 grid-template-columns: repeat(3, 1fr);
4061 gap: 20px;
4062 margin-top: 15px;
4063 }
4064
4065 .calendly-data-placeholder .event-type-card-list {
4066 padding: 0 20px 20px;
4067 }
4068
4069 .event-type-card-list-item {
4070 background-color: #ffffff;
4071 border: 1px solid #faf4f4;
4072 border-radius: 5px;
4073 border-top: 6px solid var(--calendly-event-color);
4074 }
4075
4076 .event-type-card {
4077 padding: 10px;
4078 }
4079
4080 .calendly-profile-avatar {
4081 width: 50px;
4082 height: 50px;
4083 }
4084
4085 .calendly-profile-avatar img {
4086 border-radius: 50px;
4087 }
4088
4089 .event-type-card-top {
4090 border-bottom: 1px solid #ebe1e1;
4091 padding-bottom: 10px;
4092 }
4093
4094 .event-type-card-top h2 {
4095 font-size: 15px;
4096 font-weight: 500;
4097 margin-bottom: 8px;
4098 }
4099
4100 .event-type-card-top p {
4101 font-size: 11px;
4102 color: #b19999;
4103 margin-bottom: 12px;
4104 }
4105
4106 .event-type-card-top a {
4107 color: #3664ae;
4108 font-size: 12px;
4109 }
4110
4111 .event-type-card-bottom {
4112 display: flex;
4113 align-items: center;
4114 justify-content: space-between;
4115 padding-top: 10px;
4116 }
4117
4118 .event-status {
4119 font-size: 14px;
4120 }
4121
4122 .event-status.Active {
4123 color: #008000c9;
4124 }
4125
4126 .event-status.In-active {
4127 color: gray;
4128 }
4129
4130 .calendly-event-copy-link {
4131 display: flex;
4132 align-items: center;
4133 gap: 5px;
4134 font-size: 14px;
4135 color: #3664ae;
4136 cursor: pointer;
4137 }
4138
4139 [data-event-status="In-active"] .event-type-card-top a, [data-event-status="In-active"] .calendly-event-copy-link {
4140 color: gray;
4141 }
4142
4143 [data-event-status="In-active"].event-type-card-list-item {
4144 border-top-color: #b2b2b2 !important;
4145 }
4146
4147 [data-event-status="In-active"] .calendly-event-copy-link svg path {
4148 fill: gray;
4149 }
4150
4151 .calendly-event-copy-link svg {
4152 width: 14px;
4153 height: 14px;
4154 }
4155
4156
4157 /* scheduled list table css */
4158
4159
4160 .rwd-table {
4161 max-width: 100%;
4162 width: 100%;
4163
4164 }
4165
4166 .rwd-table tr:first-child {
4167 border-top: none;
4168 background: #3664ae;
4169 color: #fff;
4170 }
4171
4172 .rwd-table tr {
4173 border-top: 1px dotted red;
4174 border-bottom: 1px dotted red;
4175 }
4176
4177
4178 .rwd-table th {
4179 display: none;
4180 }
4181
4182 .rwd-table td {
4183 display: block;
4184
4185 }
4186
4187 .rwd-table td:before {
4188 content: attr(data-th) ": ";
4189 width: 120px;
4190 display: inline-block;
4191 color: #000;
4192 }
4193
4194 .rwd-table th, .rwd-table td {
4195 padding-left: 30px !important;
4196 }
4197
4198 .rwd-table {
4199 color: #333;
4200 border-radius: .4em;
4201 width: 100%;
4202 /* Set the table width to 100% */
4203 /* table-layout: fixed; */
4204 }
4205
4206 .rwd-table tr {
4207 border-color: red;
4208 }
4209
4210
4211 .rwd-table td:before {
4212 display: none;
4213 }
4214
4215 .rwd-table th, .rwd-table td {
4216 display: table-cell;
4217 padding: .5em .5em;
4218 text-align: left;
4219 font-family: Arial, sans-serif;
4220 font-size: 14px;
4221 white-space: nowrap;
4222 /* width: 25%; */
4223 /* Divide the width evenly among the columns */
4224
4225 }
4226
4227 .rwd-table th {
4228 font-size: 15px;
4229 padding: 1em .5em;
4230 font-weight: 500;
4231 }
4232
4233 .rwd-table th:first-child {
4234 border-top-left-radius: 10px;
4235 border-bottom-left-radius: 10px;
4236 }
4237
4238 .rwd-table th:last-child {
4239 border-top-right-radius: 10px;
4240 border-bottom-right-radius: 10px;
4241 }
4242
4243 .rwd-table td {
4244 border-bottom: 1px dotted #ddd;
4245 /* border-radius: 10px; */
4246 /* border-right: 1px dotted #ddd; */
4247 }
4248
4249 /* .rwd-table td:first-child {
4250 border-left: 1px dotted #ddd;
4251 } */
4252
4253
4254 /* Tab container */
4255 .tab-container {
4256 display: flex;
4257 gap: 5px;
4258 background: #fff7f7;
4259 padding: 8px 10px;
4260 border-radius: 10px;
4261 }
4262
4263 /* Individual tab */
4264 .tab-container .tab {
4265 padding: 8px 20px;
4266 cursor: pointer;
4267 background-color: #fff7f7;
4268 border-radius: 10px;
4269 font-size: 15px;
4270
4271 }
4272
4273 /* Active tab */
4274 .tab-container .active-tab {
4275 background-color: #3664ae;
4276 color: #fff;
4277 }
4278
4279 /* Content container */
4280 .tab-content {
4281 display: none;
4282 width: 100%;
4283 }
4284
4285 /* Show the active tab content */
4286 .tab-content.active {
4287 display: block;
4288 }
4289
4290 .calendly-data-placeholder {
4291 position: relative;
4292 margin-top: 15px;
4293 }
4294
4295 .calendly-data-placeholder img {
4296 pointer-events: none;
4297 }
4298
4299 .calendly-data-placeholder {
4300 position: relative;
4301 margin-top: 5px;
4302 padding-top: 5px;
4303 }
4304
4305 .overlay {
4306 position: absolute;
4307 top: 0;
4308 left: 0;
4309 width: 100%;
4310 height: 100%;
4311 background-color: #3664ae26;
4312 text-align: center;
4313 display: flex;
4314 flex-direction: column;
4315 justify-content: center;
4316 border-radius: 10px;
4317 align-items: center;
4318 }
4319
4320 .overlay-button {
4321 background-color: #006bff;
4322 color: #fff !important;
4323 padding: 10px 20px;
4324 border: none;
4325 cursor: pointer;
4326 max-width: 300px;
4327 font-weight: 500;
4328 border-radius: 10px;
4329 }
4330
4331 .calendly-connector-container {
4332 display: flex;
4333 align-items: end;
4334 gap: 5px;
4335 }
4336
4337 @media only screen and (max-width: 768px) {
4338 .calendly-connector-container {
4339 margin-bottom: 15px;
4340 }
4341
4342 .calendly-embedpress-authorize-button {
4343 flex-direction: column;
4344 justify-content: center;
4345 }
4346
4347 .tab-container {
4348 width: 100%;
4349 align-items: center;
4350 justify-content: center;
4351 }
4352
4353 .tab-container .tab {
4354 padding: 8px 10px;
4355 font-size: 14px;
4356 width: 50%;
4357 text-align: center;
4358 }
4359
4360 .calendly-data {
4361 overflow: auto;
4362 }
4363
4364 .event-type-card-list {
4365 grid-template-columns: repeat(2, 1fr);
4366 }
4367
4368 .rwd-table {
4369 min-width: 700px;
4370 overflow: auto;
4371 table-layout: auto;
4372 }
4373
4374 .rwd-table th, .rwd-table td {
4375 padding: 10px;
4376 font-size: 13px;
4377 }
4378
4379 .rwd-table th, .rwd-table td {
4380 padding-left: 20px !important;
4381 width: auto;
4382 }
4383 }
4384
4385
4386 @media only screen and (max-width: 480px) {
4387 .event-type-card-list {
4388 grid-template-columns: repeat(1, 1fr);
4389 }
4390
4391 .tab-container {
4392 padding: 8px 6px;
4393 }
4394
4395 .tab-container .tab {
4396 white-space: nowrap;
4397 padding: 8px 5px;
4398 font-size: 12px;
4399 text-align: center;
4400 }
4401 }