PluginProbe ʕ •ᴥ•ʔ
Spider Elements – Premium Elementor Widgets & Addons Library / 1.1.0
Spider Elements – Premium Elementor Widgets & Addons Library v1.1.0
trunk 1.0.0 1.1.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 1.8.0 1.9.0
spider-elements / assets / scss / admin.css
spider-elements / assets / scss Last commit date
admin 2 years ago _Accordion.scss 2 years ago _Alerts_box.scss 2 years ago _Animated_Headline.scss 2 years ago _Animation.scss 2 years ago _Before_after.scss 2 years ago _Buttons.scss 2 years ago _Cheat_sheet.scss 2 years ago _Common.scss 2 years ago _Counter.scss 2 years ago _Fullscreen_Slider.scss 2 years ago _Icon_box.scss 2 years ago _Instagram.scss 2 years ago _Integration.scss 2 years ago _List_item.scss 2 years ago _Mixins.scss 2 years ago _Pricing_Table.scss 2 years ago _Pricing_Table_Switcher.scss 2 years ago _Skill_Showcase.scss 2 years ago _Tabs.scss 2 years ago _Testimonial.scss 2 years ago _Timeline.scss 2 years ago _Variables.scss 2 years ago _Video.scss 2 years ago _Video_popup.scss 2 years ago _blog_grid.scss 2 years ago _framework.scss 2 years ago _prefix.scss 2 years ago _team.scss 2 years ago admin.css 2 years ago admin.css.map 2 years ago admin.scss 2 years ago main.css 2 years ago main.css.map 2 years ago main.scss 2 years ago
admin.css
1186 lines
1 /*=====================================================================
2 @Template Name: Spider Elements
3
4 @Default Styles
5 Table of Content:
6 01/ Notice
7
8 =====================================================================*/
9 .spider-elements-elementor-notice {
10 padding: 15px !important;
11 }
12 .spider-elements-elementor-notice .spider-elements-elementor-notice-inner {
13 display: flex;
14 justify-content: space-between;
15 align-items: center;
16 }
17 .spider-elements-elementor-notice .spider-elements-elementor-notice-inner .spider-elements-elementor-notice-content h3 {
18 margin: 0;
19 }
20 .spider-elements-elementor-notice .spider-elements-elementor-notice-inner .spider-elements-elementor-install-now .button {
21 padding: 6px 16px;
22 line-height: 1;
23 }
24
25 .ezd-grid {
26 display: grid;
27 grid-column-gap: 25px;
28 }
29
30 .ezd-grid-cols-12 {
31 grid-template-columns: repeat(12, minmax(0, 1fr));
32 }
33
34 .ezd-grid-column-full {
35 grid-column: 1/-1;
36 }
37
38 @media (max-width: 991px) {
39 [class^=ezd-lg-col] {
40 grid-column: 1/-1;
41 }
42 }
43 @media (min-width: 576px) {
44 .ezd-sm-col-4 {
45 grid-column: span 4/span 4;
46 }
47 .ezd-sm-col-3 {
48 grid-column: span 3/span 3;
49 }
50 .ezd-sm-col-5 {
51 grid-column: span 5/span 5;
52 }
53 .ezd-sm-col-6 {
54 grid-column: span 6/span 6;
55 }
56 .ezd-sm-col-7 {
57 grid-column: span 7/span 7;
58 }
59 .ezd-sm-col-8 {
60 grid-column: span 8/span 8;
61 }
62 .ezd-sm-col-9 {
63 grid-column: span 9/span 9;
64 }
65 .ezd-sm-col-10 {
66 grid-column: span 10/span 10;
67 }
68 .ezd-sm-col-2 {
69 grid-column: span 2/span 2;
70 }
71 .ezd-sm-col-11 {
72 grid-column: span 11/span 11;
73 }
74 .ezd-sm-col-12 {
75 grid-column: span 12/span 12;
76 }
77 }
78 @media (min-width: 768px) {
79 .ezd-md-col-4 {
80 grid-column: span 4/span 4;
81 }
82 .ezd-md-col-3 {
83 grid-column: span 3/span 3;
84 }
85 .ezd-md-col-5 {
86 grid-column: span 5/span 5;
87 }
88 .ezd-md-col-6 {
89 grid-column: span 6/span 6;
90 }
91 .ezd-md-col-7 {
92 grid-column: span 7/span 7;
93 }
94 .ezd-md-col-8 {
95 grid-column: span 8/span 8;
96 }
97 .ezd-md-col-9 {
98 grid-column: span 9/span 9;
99 }
100 .ezd-md-col-10 {
101 grid-column: span 10/span 10;
102 }
103 .ezd-md-col-11 {
104 grid-column: span 11/span 11;
105 }
106 .ezd-md-col-12 {
107 grid-column: span 12/span 12;
108 }
109 .ezd-md-col-2 {
110 grid-column: span 2/span 2;
111 }
112 }
113 @media (min-width: 992px) {
114 .ezd-lg-col-4 {
115 grid-column: span 4/span 4;
116 }
117 .ezd-lg-col-3 {
118 grid-column: span 3/span 3;
119 }
120 .ezd-lg-col-5 {
121 grid-column: span 5/span 5;
122 }
123 .ezd-lg-col-6 {
124 grid-column: span 6/span 6;
125 }
126 .ezd-lg-col-8 {
127 grid-column: span 8/span 8;
128 }
129 .ezd-lg-col-7 {
130 grid-column: span 7/span 7;
131 }
132 .ezd-lg-col-9 {
133 grid-column: span 9/span 9;
134 }
135 .ezd-lg-col-10 {
136 grid-column: span 10/span 10;
137 }
138 .ezd-lg-col-11 {
139 grid-column: span 11/span 11;
140 }
141 .ezd-lg-col-12 {
142 grid-column: span 12/span 12;
143 }
144 .ezd-lg-col-2 {
145 grid-column: span 2/span 2;
146 }
147 }
148 @media (min-width: 1200px) {
149 .ezd-xl-col-4 {
150 grid-column: span 4/span 4;
151 }
152 .ezd-xl-col-3 {
153 grid-column: span 3/span 3;
154 }
155 .ezd-xl-col-5 {
156 grid-column: span 5/span 5;
157 }
158 .ezd-xl-col-6 {
159 grid-column: span 6/span 6;
160 }
161 .ezd-xl-col-8 {
162 grid-column: span 8/span 8;
163 }
164 .ezd-xl-col-7 {
165 grid-column: span 7/span 7;
166 }
167 .ezd-xl-col-9 {
168 grid-column: span 9/span 9;
169 }
170 .ezd-xl-col-10 {
171 grid-column: span 10/span 10;
172 }
173 .ezd-xl-col-11 {
174 grid-column: span 11/span 11;
175 }
176 .ezd-xl-col-12 {
177 grid-column: span 12/span 12;
178 }
179 .ezd-xl-col-2 {
180 grid-column: span 2/span 2;
181 }
182 }
183 .ezd-list-unstyled {
184 list-style: none;
185 margin: 0px;
186 padding-left: 0;
187 }
188
189 .ezd-text-center {
190 text-align: center;
191 }
192
193 .ezd-d-flex {
194 display: flex;
195 flex-wrap: wrap;
196 margin-left: -12px;
197 margin-right: -12px;
198 }
199 .ezd-d-flex [class*=ezd-colum-space-] {
200 padding-left: 12px;
201 padding-right: 12px;
202 }
203
204 .ezd-colum-space-6 {
205 width: 50%;
206 }
207
208 .ezd-colum-space-4 {
209 flex: 1;
210 width: 33.3333333333%;
211 box-sizing: border-box;
212 }
213
214 .spe_dashboard {
215 display: flex;
216 flex-wrap: wrap;
217 padding: 60px 0px;
218 margin-right: 20px;
219 }
220 @media (max-width: 1400px) {
221 .spe_dashboard {
222 padding: 40px 0px;
223 }
224 }
225 .spe_dashboard .sidebar_navigation {
226 width: 18%;
227 margin-right: 30px;
228 }
229 .spe_dashboard .sidebar_navigation .sticky_sidebar {
230 background: #fff;
231 align-items: flex-start;
232 border-radius: 8px;
233 position: sticky;
234 top: 70px;
235 }
236 .spe_dashboard .sidebar_navigation .tab_left_content {
237 padding: 0px;
238 margin: 0px;
239 border-radius: 8px;
240 overflow: hidden;
241 }
242 .spe_dashboard .sidebar_navigation .tab_left_content li {
243 margin: 0px;
244 }
245 .spe_dashboard .sidebar_navigation .tab_left_content li .icon {
246 background: #f0e9fc;
247 border-radius: 50%;
248 width: 35px;
249 height: 35px;
250 display: flex;
251 justify-content: center;
252 align-items: center;
253 margin-right: 12px;
254 color: #571fb7;
255 }
256 @media (max-width: 1400px) {
257 .spe_dashboard .sidebar_navigation .tab_left_content li .icon {
258 margin-right: 5px;
259 }
260 }
261 .spe_dashboard .sidebar_navigation .tab_left_content li .icon i {
262 font-size: 18px;
263 }
264 .spe_dashboard .sidebar_navigation .tab_left_content li:nth-child(2) .icon {
265 color: #ff70ee;
266 background: #fff0fe;
267 }
268 .spe_dashboard .sidebar_navigation .tab_left_content li:nth-child(3) .icon {
269 color: #1fb75c;
270 background: #e4fbd2;
271 }
272 .spe_dashboard .sidebar_navigation .tab_left_content li:nth-child(4) .icon {
273 color: #ff70ee;
274 background: #fff0fe;
275 }
276 .spe_dashboard .sidebar_navigation .tab_left_content li:nth-child(5) .icon {
277 color: #ffa30d;
278 background: #fbebd2;
279 }
280 .spe_dashboard .sidebar_navigation .tab_left_content li:nth-child(6) .icon {
281 color: #fb7f49;
282 background: #ffe9e2;
283 }
284 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link {
285 text-decoration: none;
286 }
287 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .spe_tab_content {
288 display: flex;
289 align-items: center;
290 padding: 18px 25px;
291 transition: all 0.3s linear;
292 }
293 @media (max-width: 1400px) {
294 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .spe_tab_content {
295 padding: 16px 10px;
296 }
297 }
298 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .spe_tab_content .content h3 {
299 margin-top: 0;
300 font-size: 18px;
301 font-weight: 500;
302 line-height: 24px;
303 color: #0c0d0e;
304 font-family: "Roboto", sans-serif;
305 margin-bottom: 2px;
306 }
307 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .spe_tab_content .content p {
308 margin-bottom: 0;
309 font-family: "Inter", sans-serif;
310 font-size: 14px;
311 font-weight: 400;
312 color: #6a737c;
313 line-height: 22px;
314 margin-top: 0;
315 }
316 @media (max-width: 1400px) {
317 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link .spe_tab_content .content p {
318 font-size: 13px;
319 }
320 }
321 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .spe_tab_content {
322 background: linear-gradient(90deg, #7460ff 0%, #9d70ff 100%);
323 }
324 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .spe_tab_content .icon {
325 background: #fff;
326 color: #571fb7;
327 }
328 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .spe_tab_content .content h3,
329 .spe_dashboard .sidebar_navigation .tab_left_content .tab-menu-link.active .spe_tab_content .content p {
330 color: #fff;
331 }
332 .spe_dashboard .tab_contents {
333 width: 80%;
334 flex: 1;
335 }
336 .spe_dashboard .tab_contents .spe-tab-box {
337 display: none;
338 }
339 .spe_dashboard .tab_contents .spe-tab-box.active {
340 display: block;
341 opacity: 1;
342 }
343
344 .spe_dashboard_banner {
345 text-align: center;
346 background: url(../images/dashboard-img/spe_dashboard_banner.png) no-repeat scroll center 0/cover;
347 padding: 98px 50px;
348 border-radius: 12px;
349 overflow: hidden;
350 }
351 .spe_dashboard_banner h2 {
352 color: #fff;
353 font-size: 36px;
354 font-weight: 700;
355 line-height: 1.1;
356 font-family: "Roboto", sans-serif;
357 margin-top: 0;
358 margin-bottom: 12px;
359 }
360 .spe_dashboard_banner p {
361 font-family: "Inter", sans-serif;
362 color: #fff;
363 font-size: 14px;
364 line-height: 22px;
365 margin-bottom: 0;
366 }
367
368 .spe_widget_progress_item {
369 border-radius: 8px;
370 padding: 30px 40px;
371 background: #fff;
372 margin-top: 25px;
373 }
374 .spe_widget_progress_item h3 {
375 margin: 0px 0px 10px;
376 font-size: 20px;
377 line-height: 28px;
378 font-weight: 600;
379 font-family: "Roboto", sans-serif;
380 color: #0c0d0e;
381 }
382 .spe_widget_progress_item .progress_info_list {
383 display: flex;
384 justify-content: center;
385 margin-top: 6px;
386 }
387 .spe_widget_progress_item .progress_info_list li {
388 font-size: 10px;
389 color: #6a737c;
390 font-family: "Roboto", sans-serif;
391 font-weight: 400;
392 margin-bottom: 0;
393 }
394 .spe_widget_progress_item .progress_info_list li + li {
395 margin-left: 20px;
396 }
397 .spe_widget_progress_item svg.radial-progress {
398 height: auto;
399 max-width: 130px;
400 padding: 0.5em;
401 transform: rotate(90deg);
402 }
403 .spe_widget_progress_item svg.radial-progress circle {
404 fill: transparent;
405 stroke: #fff;
406 stroke-dashoffset: 219.9114857513;
407 stroke-width: 10px;
408 }
409 .spe_widget_progress_item svg.radial-progress circle.incomplete {
410 opacity: 0.25;
411 }
412 .spe_widget_progress_item svg.radial-progress circle.complete {
413 stroke-dasharray: 219.9114857513;
414 }
415 .spe_widget_progress_item .circle_progress {
416 position: relative;
417 }
418 .spe_widget_progress_item .circle_progress text {
419 color: #02a4ff;
420 font-size: 30px;
421 font-weight: 600;
422 text-anchor: middle;
423 font-family: "Roboto", sans-serif;
424 left: 50%;
425 top: 50%;
426 transform: translate(-50%, -50%);
427 position: absolute;
428 }
429 .spe_widget_progress_item svg.radial-progress circle.complete {
430 stroke: #6bccfe;
431 stroke-linecap: round;
432 }
433 .spe_widget_progress_item svg.radial-progress circle.incomplete {
434 stroke: #4fbaf0;
435 }
436
437 .spe_dashboard_title {
438 font-size: 28px;
439 color: #031933;
440 font-weight: 700;
441 font-family: "Roboto", sans-serif;
442 line-height: 1.1;
443 margin-top: 0;
444 margin-bottom: 20px;
445 }
446
447 .spe_support_item {
448 background: #fff;
449 border-radius: 8px;
450 padding: 40px;
451 margin-top: 25px;
452 }
453 .spe_support_item .spe_icon {
454 width: 56px;
455 height: 56px;
456 background: #e2d4fa;
457 border-radius: 50%;
458 font-size: 28px;
459 color: #411789;
460 display: flex;
461 align-items: center;
462 justify-content: center;
463 margin-bottom: 20px;
464 }
465 .spe_support_item .spe_dashboard_title {
466 margin-bottom: 15px;
467 }
468 .spe_support_item p {
469 font-size: 18px;
470 font-family: "Inter", sans-serif;
471 color: #535a60;
472 line-height: 32px;
473 margin-top: 0px;
474 margin-bottom: 25px;
475 }
476 .spe_support_item.dashboard_img {
477 background: transparent;
478 padding-top: 10px;
479 padding-bottom: 10px;
480 }
481
482 .spe_dashboard_btn {
483 text-decoration: none;
484 padding: 21px 27px;
485 font-size: 18px;
486 font-weight: 500;
487 background: #e9336b;
488 font-family: "Roboto", sans-serif;
489 border-radius: 4px;
490 color: #fff;
491 display: inline-block;
492 transition: all 0.3s;
493 cursor: pointer;
494 border: 0px;
495 }
496 .spe_dashboard_btn:hover {
497 color: #fff;
498 box-shadow: 0px 10px 20px 0px rgba(233, 51, 107, 0.2901960784);
499 }
500
501 .spe_requirment_list li {
502 font-size: 14px;
503 font-family: "Roboto", sans-serif;
504 color: #535a60;
505 display: flex;
506 align-items: center;
507 margin-bottom: 0;
508 padding: 16px 24px;
509 background: #f5f5f5;
510 }
511 .spe_requirment_list li strong {
512 font-size: 16px;
513 font-weight: 500;
514 color: #2f3337;
515 flex: 40%;
516 }
517 .spe_requirment_list li span {
518 flex: 60%;
519 }
520 .spe_requirment_list li span.invalid i {
521 background: #e9336b;
522 }
523 .spe_requirment_list li i {
524 font-size: 8px;
525 width: 24px;
526 height: 24px;
527 display: inline-flex;
528 align-items: center;
529 justify-content: center;
530 background: #4caf50;
531 border-radius: 3px;
532 color: #fff;
533 margin-right: 12px;
534 }
535 .spe_requirment_list li:nth-child(even) {
536 background: #fafafa;
537 }
538
539 .note {
540 background: #f0e9fc;
541 padding: 12px 30px;
542 margin-top: 10px;
543 }
544 .note p {
545 margin-bottom: 0;
546 font-size: 12px;
547 color: #2f3337;
548 font-family: "Inter", sans-serif;
549 line-height: 26px;
550 }
551
552 .elements_pro_popup {
553 display: none;
554 position: fixed;
555 z-index: 9;
556 left: 0;
557 top: 0;
558 height: 100%;
559 width: 100%;
560 overflow: auto;
561 background-color: rgba(0, 0, 0, 0.6);
562 opacity: 1;
563 transition: opacity 0.3s ease-in-out;
564 }
565 .elements_pro_popup .message_content {
566 position: fixed;
567 top: 50%;
568 left: 50%;
569 z-index: 10001;
570 min-width: 300px;
571 padding: 50px 36px;
572 background: #fff;
573 border-radius: 10px;
574 text-align: center;
575 animation: hide-popup 0.3s forwards;
576 text-align: center;
577 }
578 .elements_pro_popup .message_content .pro-close {
579 position: absolute;
580 right: 20px;
581 top: 20px;
582 cursor: pointer;
583 }
584 .elements_pro_popup .message_content h3 {
585 font-size: 28px;
586 font-family: "Roboto", sans-serif;
587 color: #242729;
588 font-weight: 700;
589 margin-bottom: 12px;
590 }
591 .elements_pro_popup .message_content p {
592 font-size: 16px;
593 font-weight: 500;
594 font-family: "Inter", sans-serif;
595 margin-top: 0;
596 }
597 .elements_pro_popup .message_content .spe_dashboard_btn {
598 padding: 15px 27px;
599 margin-top: 8px;
600 }
601 .elements_pro_popup.popup-visible {
602 opacity: 1;
603 display: block;
604 }
605 .elements_pro_popup.popup-visible .message_content {
606 animation: show-popup 0.3s forwards;
607 }
608 @keyframes show-popup {
609 0% {
610 transform: translate(-50%, -50%) scale(0.7);
611 opacity: 0;
612 }
613 45% {
614 transform: translate(-50%, -50%) scale(1.05);
615 opacity: 1;
616 }
617 80% {
618 transform: translate(-50%, -50%) scale(0.95);
619 }
620 100% {
621 transform: translate(-50%, -50%) scale(1);
622 }
623 }
624 @keyframes hide-popup {
625 0% {
626 transform: translate(-50%, -50%) scale(1);
627 opacity: 1;
628 }
629 100% {
630 transform: translate(-50%, -50%) scale(0.5);
631 opacity: 0;
632 }
633 }
634 .premium_banner {
635 background: url(../images/dashboard-img/premium_banner.jpg) no-repeat scroll center 0/cover;
636 position: relative;
637 padding: 66px;
638 }
639 .premium_banner h2 {
640 font-size: 24px;
641 font-weight: 600;
642 margin-bottom: 12px;
643 }
644 .premium_banner p {
645 font-size: 14px;
646 font-weight: 500;
647 line-height: 24px;
648 margin-top: 0;
649 max-width: 405px;
650 margin-left: auto;
651 margin-right: auto;
652 }
653 .premium_banner .spe_banner_btn {
654 color: #fff;
655 font-size: 14px;
656 font-weight: 500;
657 font-family: "Inter", sans-serif;
658 text-decoration: underline;
659 display: inline-block;
660 margin-top: 15px;
661 }
662 .premium_banner .rocket_img {
663 position: absolute;
664 top: 50%;
665 right: 100px;
666 transform: translateY(-50%);
667 }
668
669 .spe_elements_tab_menu {
670 display: flex;
671 justify-content: space-between;
672 background: #fff;
673 padding: 24px;
674 }
675 .spe_elements_tab_menu .spe_tab_content {
676 display: flex;
677 align-items: center;
678 transition: all 0.3s linear;
679 }
680 .spe_elements_tab_menu .spe_tab_content .icon {
681 color: #fff;
682 border-radius: 50%;
683 width: 35px;
684 height: 35px;
685 display: flex;
686 justify-content: center;
687 align-items: center;
688 margin-right: 12px;
689 font-size: 18px;
690 background: linear-gradient(90deg, #7460ff 0%, #9d70ff 100%);
691 }
692 .spe_elements_tab_menu .spe_tab_content .content h3 {
693 margin-top: 0;
694 font-size: 18px;
695 font-weight: 600;
696 line-height: 27px;
697 color: #0c0d0e;
698 font-family: "Roboto", sans-serif;
699 margin-bottom: 2px;
700 }
701 .spe_elements_tab_menu .spe_tab_content.api_title_color .icon {
702 background: #fff0fe;
703 color: #ff70ee;
704 }
705 .spe_elements_tab_menu .spe_tab_content.integration_title_color .icon {
706 background: #fbebd2;
707 color: #ffa30d;
708 }
709 .spe_elements_tab_menu .menu_right_content {
710 display: flex;
711 align-items: center;
712 }
713 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher {
714 display: flex;
715 font-size: 12px;
716 font-family: "Roboto", sans-serif;
717 font-weight: 400;
718 color: #242729;
719 }
720 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher input {
721 display: none;
722 }
723 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch {
724 background: #7fb71f;
725 }
726 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher input:checked + .switch::before {
727 transform: translateX(12px);
728 }
729 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher .switch {
730 width: 32px;
731 height: 18px;
732 background: #848d95;
733 border-radius: 45px;
734 position: relative;
735 display: block;
736 margin: 0px 20px;
737 }
738 .spe_elements_tab_menu .menu_right_content .plugin_active_switcher .switch::before {
739 width: 12px;
740 height: 12px;
741 border-radius: 50%;
742 content: "";
743 position: absolute;
744 background: #fff;
745 top: 3px;
746 left: 4px;
747 transition: all 0.2s;
748 }
749 .spe_elements_tab_menu .spe_dashboard_btn {
750 border: 0px;
751 padding: 8px 21px;
752 font-size: 16px;
753 margin-left: 40px;
754 cursor: pointer;
755 }
756 .spe_elements_tab_menu .spe_dashboard_btn.save-now {
757 background: #6d27e5;
758 }
759
760 .spe_elements_tab {
761 background: #f0e9fc;
762 padding: 15px 24px;
763 display: flex;
764 margin: 32px 0px;
765 }
766 .spe_elements_tab .spe_fiter_data {
767 font-size: 14px;
768 font-family: "Roboto", sans-serif;
769 color: #535a60;
770 padding: 11px 23px 9px;
771 border-radius: 4px;
772 transition: all 0.3s;
773 cursor: pointer;
774 }
775 .spe_elements_tab .spe_fiter_data i {
776 margin-right: 8px;
777 }
778 .spe_elements_tab .spe_fiter_data.active {
779 background: #6d27e5;
780 color: #fff;
781 }
782
783 .spe_filter_content {
784 margin-left: -12px;
785 margin-right: -12px;
786 }
787
788 .ezd-colum-space-4 {
789 margin-bottom: 25px;
790 }
791
792 .spe_element_box {
793 padding: 30px 20px;
794 border-radius: 8px;
795 background: #fff;
796 transition: all 0.2s linear;
797 }
798 .spe_element_box:hover {
799 box-shadow: 0px 5px 15px 0px rgba(51, 77, 114, 0.1);
800 }
801 .spe_element_box:hover .spe_link {
802 opacity: 1;
803 visibility: visible;
804 }
805
806 .spe_element_switch {
807 display: flex;
808 justify-content: space-between;
809 align-items: center;
810 position: relative;
811 overflow: hidden;
812 }
813 .spe_element_switch .badge {
814 width: 64px;
815 height: 64px;
816 text-align: center;
817 border-radius: 5px;
818 color: #fff;
819 position: absolute;
820 left: -36px;
821 top: -36px;
822 font-size: 12px;
823 font-family: "Roboto", sans-serif;
824 text-transform: capitalize;
825 cursor: pointer;
826 background: #e9336b;
827 transform: rotate(-45deg);
828 text-transform: uppercase;
829 padding: 3px;
830 display: flex;
831 align-items: flex-end;
832 justify-content: center;
833 font-weight: 700;
834 }
835 .spe_element_switch .spe_element_content {
836 font-size: 14px;
837 font-weight: 400;
838 font-family: "Roboto", sans-serif;
839 display: flex;
840 align-items: center;
841 }
842 .spe_element_switch .spe_element_content i {
843 font-size: 32px;
844 color: #000000;
845 margin-right: 20px;
846 }
847 .spe_element_switch input {
848 display: none;
849 }
850 .spe_element_switch input:checked + .spe_widget_switcher {
851 background: #7fb71f;
852 }
853 .spe_element_switch input:checked + .spe_widget_switcher:before {
854 transform: translateX(19px);
855 }
856 .spe_element_switch .spe_widget_switcher {
857 width: 40px;
858 height: 20px;
859 background: #848d95;
860 border-radius: 45px;
861 position: relative;
862 display: block;
863 }
864 .spe_element_switch .spe_widget_switcher::before {
865 content: "";
866 width: 14px;
867 height: 14px;
868 border-radius: 50%;
869 left: 4px;
870 top: 3px;
871 position: absolute;
872 background: #fff;
873 transition: all 0.2s linear;
874 }
875
876 .spe_element_right {
877 display: flex;
878 align-items: center;
879 }
880 .spe_element_right a {
881 margin-right: 8px;
882 display: inline-block;
883 line-height: 1;
884 }
885 .spe_element_right .spe_link {
886 margin-right: 5px;
887 opacity: 0;
888 visibility: hidden;
889 transition: all 0.3s linear;
890 }
891 .spe_element_right .spe_link .tooltip-top {
892 position: relative;
893 display: inline-block;
894 text-decoration: none;
895 }
896 .spe_element_right .spe_link .tooltip-top::before {
897 content: attr(data-tooltip);
898 top: -40px;
899 left: -20px;
900 transform: translateX(-50%);
901 background-color: #333;
902 color: #fff;
903 text-align: center;
904 border-radius: 6px;
905 padding: 8px 8px;
906 opacity: 0;
907 visibility: hidden;
908 transition: opacity 0.2s;
909 position: absolute;
910 width: 190px;
911 }
912 .spe_element_right .spe_link .tooltip-top:hover::before {
913 opacity: 1;
914 visibility: visible;
915 }
916
917 /*===== start spe_api_box ==========*/
918 .spe_api_box {
919 padding: 24px;
920 }
921 .spe_api_box h3 {
922 font-size: 16px;
923 font-weight: 600;
924 line-height: 24px;
925 font-family: "Roboto", sans-serif;
926 color: #242729;
927 margin-top: 0;
928 margin-bottom: 6px;
929 }
930 .spe_api_box p {
931 font-size: 12px;
932 line-height: 18px;
933 font-weight: 500;
934 color: #535a60;
935 font-family: "Inter", sans-serif;
936 margin-top: 0;
937 }
938 .spe_api_box .spe_api_panel .spe_api_inner h5 {
939 font-size: 14px;
940 font-weight: 500;
941 line-height: 22px;
942 color: #242729;
943 font-family: "Roboto", sans-serif;
944 margin-bottom: 12px;
945 margin-top: 0;
946 }
947 .spe_api_box .spe_api_panel .spe_api_inner input {
948 width: 100%;
949 border: 1px solid #bbc0c4;
950 font-size: 14px;
951 padding: 4px 10px;
952 color: #242729;
953 font-family: "Roboto", sans-serif;
954 line-height: 30px;
955 margin: 0px;
956 outline: none;
957 box-shadow: none;
958 }
959 .spe_api_box .spe_api_panel .spe_api_inner input.placeholder {
960 color: #bbc0c4;
961 }
962 .spe_api_box .spe_api_panel .spe_api_inner input:-moz-placeholder {
963 color: #bbc0c4;
964 }
965 .spe_api_box .spe_api_panel .spe_api_inner input::-moz-placeholder {
966 color: #bbc0c4;
967 }
968 .spe_api_box .spe_api_panel .spe_api_inner input::-webkit-input-placeholder {
969 color: #bbc0c4;
970 }
971 .spe_api_box .spe_api_panel .spe_api_inner input:focus {
972 border-color: rgba(109, 39, 229, 0.6901960784);
973 }
974 .spe_api_box .spe_api_panel p {
975 font-size: 12px;
976 font-family: "Inter", sans-serif;
977 line-height: 20px;
978 color: #535a60;
979 margin-top: 10px;
980 }
981 .spe_api_box .spe_api_panel + .spe_api_panel {
982 margin-top: 10px;
983 }
984
985 .integration_banner {
986 text-align: left;
987 padding: 44px 40px;
988 }
989
990 .spe_integration_item {
991 margin-top: 25px;
992 padding: 40px 50px;
993 }
994 .spe_integration_item img {
995 max-width: 50px;
996 }
997 .spe_integration_item h3 {
998 font-size: 18px;
999 font-weight: 600;
1000 font-family: "Roboto", sans-serif;
1001 color: #0c0d0e;
1002 margin-top: 12px;
1003 margin-bottom: 10px;
1004 }
1005 .spe_integration_item p {
1006 font-size: 14px;
1007 color: #3c4146;
1008 line-height: 26px;
1009 font-family: "Inter", sans-serif;
1010 margin-bottom: 0;
1011 margin-top: 0;
1012 }
1013 .spe_integration_item .spe_dashboard_btn {
1014 padding: 9px 32px;
1015 margin-top: 25px;
1016 }
1017 .spe_integration_item .spe_dashboard_btn.active_btn {
1018 background: #848d95;
1019 cursor: not-allowed;
1020 }
1021 .spe_integration_item .spe_dashboard_btn.active_btn:hover {
1022 box-shadow: none;
1023 }
1024
1025 .mt-25 {
1026 margin-top: 25px;
1027 }
1028
1029 .spe_pr_promo_box {
1030 background: #fff;
1031 border-radius: 8px;
1032 padding: 16px 16px 30px;
1033 margin-top: 25px;
1034 }
1035 .spe_pr_promo_box h2 {
1036 font-weight: 700;
1037 font-size: 28px;
1038 color: #242729;
1039 font-family: "Roboto", sans-serif;
1040 margin-bottom: 18px;
1041 }
1042 .spe_pr_promo_box p {
1043 font-size: 18px;
1044 line-height: 28px;
1045 color: #535a60;
1046 font-family: "Inter", sans-serif;
1047 margin-top: 0;
1048 }
1049 .spe_pr_promo_box .spe_demo_btn {
1050 font-size: 14px;
1051 font-weight: 500;
1052 color: #e9336b;
1053 font-family: "Inter", sans-serif;
1054 text-decoration: none;
1055 }
1056 .spe_pr_promo_box .spe_demo_btn i {
1057 margin-left: 4px;
1058 transition: all 0.2s linear;
1059 }
1060 .spe_pr_promo_box .spe_demo_btn:hover i {
1061 transform: translateX(5px);
1062 }
1063 .spe_pr_promo_box .spe_promo_video {
1064 background: #6d27e5;
1065 border-radius: 4px;
1066 padding: 12px;
1067 position: relative;
1068 }
1069 .spe_pr_promo_box .spe_promo_video img {
1070 width: 100%;
1071 border-radius: 4px;
1072 }
1073 .spe_pr_promo_box .spe_promo_video .spe_popup_youtube {
1074 position: absolute;
1075 width: 40px;
1076 background: #fff;
1077 filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.12));
1078 text-align: center;
1079 line-height: 38px;
1080 color: #0c0d0e;
1081 font-size: 18px;
1082 border-radius: 50%;
1083 height: 40px;
1084 top: 50%;
1085 left: 50%;
1086 transform: translate(-50%, -50%);
1087 border: 0px;
1088 transition: all 0.3s;
1089 display: flex;
1090 align-items: center;
1091 justify-content: center;
1092 }
1093 .spe_pr_promo_box .spe_promo_video .spe_popup_youtube::before, .spe_pr_promo_box .spe_promo_video .spe_popup_youtube:after {
1094 content: "";
1095 width: 100%;
1096 height: 100%;
1097 border: 1.2px solid #fff;
1098 border-radius: 50%;
1099 opacity: 0.3;
1100 position: absolute;
1101 left: 50%;
1102 top: 50%;
1103 }
1104 .spe_pr_promo_box .spe_promo_video .spe_popup_youtube::before {
1105 transform: translate(-50%, -50%) scale(1.32);
1106 }
1107 .spe_pr_promo_box .spe_promo_video .spe_popup_youtube:after {
1108 border-radius: 50%;
1109 box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.3);
1110 transform: scale(8);
1111 animation: spe_pulse 2s infinite;
1112 }
1113 .spe_pr_promo_box .spe_promo_video .spe_popup_youtube:hover {
1114 transform: translate(-50%, -50%) scale(1.02);
1115 }
1116
1117 /*============ qa_inner css ===============*/
1118 .qa_inner {
1119 border-radius: 12px;
1120 background: #fff;
1121 padding: 48px 56px;
1122 flex-wrap: nowrap;
1123 align-items: start;
1124 }
1125 .qa_inner img {
1126 margin-right: 25px;
1127 }
1128 .qa_inner h2 {
1129 font-size: 24px;
1130 font-weight: 600;
1131 font-family: "Roboto", sans-serif;
1132 margin-bottom: 15px;
1133 color: #0c0d0e;
1134 }
1135 .qa_inner p {
1136 font-size: 16px;
1137 line-height: 32px;
1138 color: #2f3337;
1139 margin-top: 0;
1140 }
1141
1142 /*============ keyframes animation =============*/
1143 @keyframes spe_pulse {
1144 0% {
1145 opacity: 1;
1146 transform: translate(-50%, -50%) scale(1);
1147 }
1148 100% {
1149 opacity: 0;
1150 transform: translate(-50%, -50%) scale(2);
1151 }
1152 }
1153 .fancybox-slide--iframe .fancybox-content,
1154 .fancybox-slide--map .fancybox-content,
1155 .fancybox-slide--pdf .fancybox-content,
1156 .fancybox-slide--video .fancybox-content {
1157 width: 55%;
1158 height: 50%;
1159 }
1160
1161 .spe_filter_content .pro .badge {
1162 position: relative;
1163 }
1164 .spe_filter_content .pro .badge::before {
1165 content: "Pro";
1166 width: 64px;
1167 height: 64px;
1168 text-align: center;
1169 border-radius: 5px;
1170 color: #fff;
1171 position: absolute;
1172 left: -36px;
1173 top: -36px;
1174 font-size: 12px;
1175 font-family: "Roboto", sans-serif;
1176 text-transform: capitalize;
1177 cursor: pointer;
1178 background: #e9336b;
1179 transform: rotate(-45deg);
1180 text-transform: uppercase;
1181 padding: 3px;
1182 display: flex;
1183 align-items: flex-end;
1184 justify-content: center;
1185 font-weight: 700;
1186 }/*# sourceMappingURL=admin.css.map */