PluginProbe
Elementor Website Builder – more than just a page builder / 3.23.0-dev3
Elementor Website Builder – more than just a page builder v3.23.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | assets/css/editor-rtl.css +370 -2341 4.1.0-dev23.23.0-dev3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.23.0 - 01-07-2024 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + left: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89e";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89f";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -194,12 +201,11 @@
194 201 color: var(--e-a-color-txt-disabled);
195 202 }
196 203 .e-control-tool i {
197 204 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
205 + top: 50%;
206 + left: 50%;
207 + transform: translateX(-50%) translateY(-50%);
202 208 color: var(--e-a-color-txt-default);
203 209 font-size: 13px;
204 210 }
205 211
@@ -208,11 +214,11 @@
208 214 }
209 215
210 216 .elementor-loader-wrapper {
211 217 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
218 + top: 50%;
219 + left: 50%;
220 + transform: translate(-50%, -50%);
215 221 width: 300px;
216 222 display: flex;
217 223 flex-direction: column;
218 224 align-items: center;
@@ -363,287 +369,8 @@
363 369 outline: none;
364 370 height: 27px;
365 371 }
366 372
367 -.dialog-widget-content {
368 - background-color: var(--e-a-bg-default);
369 - position: absolute;
370 - border-radius: 3px;
371 - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
372 - overflow: hidden;
373 -}
374 -
375 -.dialog-message {
376 - line-height: 1.5;
377 - box-sizing: border-box;
378 -}
379 -
380 -.dialog-close-button {
381 - cursor: pointer;
382 - position: absolute;
383 - margin-block-start: 15px;
384 - inset-inline-end: 15px;
385 - color: var(--e-a-color-txt);
386 - font-size: 15px;
387 - line-height: 1;
388 - transition: var(--e-a-transition-hover);
389 -}
390 -.dialog-close-button:hover {
391 - color: var(--e-a-color-txt-hover);
392 -}
393 -
394 -.dialog-prevent-scroll {
395 - overflow: hidden;
396 - max-height: 100vh;
397 -}
398 -
399 -.dialog-type-lightbox {
400 - position: fixed;
401 - height: 100%;
402 - width: 100%;
403 - bottom: 0;
404 - left: 0;
405 - background-color: rgba(0, 0, 0, 0.8);
406 - z-index: 9999;
407 - -webkit-user-select: none;
408 - -moz-user-select: none;
409 - user-select: none;
410 -}
411 -
412 -.elementor-editor-active .elementor-popup-modal {
413 - background-color: initial;
414 -}
415 -
416 -.dialog-type-confirm .dialog-widget-content,
417 -.dialog-type-alert .dialog-widget-content {
418 - margin: auto;
419 - width: 400px;
420 - padding: 20px;
421 -}
422 -.dialog-type-confirm .dialog-header,
423 -.dialog-type-alert .dialog-header {
424 - font-size: 15px;
425 - font-weight: 500;
426 -}
427 -.dialog-type-confirm .dialog-header:after,
428 -.dialog-type-alert .dialog-header:after {
429 - content: "";
430 - display: block;
431 - border-block-end: var(--e-a-border);
432 - padding-block-end: 10px;
433 - margin-block-end: 10px;
434 - margin-inline-start: -20px;
435 - margin-inline-end: -20px;
436 -}
437 -.dialog-type-confirm .dialog-message,
438 -.dialog-type-alert .dialog-message {
439 - min-height: 50px;
440 -}
441 -.dialog-type-confirm .dialog-buttons-wrapper,
442 -.dialog-type-alert .dialog-buttons-wrapper {
443 - padding-block-start: 10px;
444 - display: flex;
445 - justify-content: flex-end;
446 - gap: 15px;
447 -}
448 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
449 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
450 - font-size: 12px;
451 - font-weight: 500;
452 - line-height: 1.2;
453 - padding: 8px 16px;
454 - outline: none;
455 - border: none;
456 - border-radius: var(--e-a-border-radius);
457 - background-color: var(--e-a-btn-bg);
458 - color: var(--e-a-btn-color-invert);
459 - transition: var(--e-a-transition-hover);
460 -}
461 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
462 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
463 - border: none;
464 -}
465 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
466 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
467 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
468 - background-color: var(--e-a-btn-bg-hover);
469 - color: var(--e-a-btn-color-invert);
470 -}
471 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
472 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
473 - background-color: var(--e-a-btn-bg-active);
474 -}
475 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
476 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
477 - cursor: pointer;
478 -}
479 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
480 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
481 - background-color: var(--e-a-btn-bg-disabled);
482 - color: var(--e-a-btn-color-disabled);
483 -}
484 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
485 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
486 - display: none;
487 -}
488 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
489 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
490 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
491 - background: transparent;
492 - color: var(--e-a-color-txt);
493 -}
494 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
495 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
496 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
497 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
498 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
499 - background: var(--e-a-bg-hover);
500 - color: var(--e-a-color-txt-hover);
501 -}
502 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
503 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
504 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
505 - background: transparent;
506 - color: var(--e-a-color-txt-disabled);
507 -}
508 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
509 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
510 - border: 1px solid var(--e-a-color-txt-muted);
511 -}
512 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
513 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
514 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
515 - background-color: var(--e-a-btn-bg-success);
516 -}
517 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
518 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
519 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
520 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
521 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
522 - background-color: var(--e-a-btn-bg-success-hover);
523 -}
524 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
525 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
526 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
527 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
528 - background-color: var(--e-a-btn-bg-primary);
529 - color: var(--e-a-btn-color);
530 -}
531 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
532 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
533 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
534 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
535 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
536 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
537 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
538 - background-color: var(--e-a-btn-bg-primary-hover);
539 - color: var(--e-a-btn-color);
540 -}
541 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
542 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
543 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
544 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
545 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
546 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
547 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
548 - background: transparent;
549 - color: var(--e-a-color-primary-bold);
550 -}
551 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
552 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
553 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
554 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
555 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
556 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
557 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
558 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
559 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
560 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
561 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
562 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
563 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
564 - background: var(--e-a-bg-primary);
565 -}
566 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
567 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
568 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
569 - background-color: var(--e-a-btn-bg-accent);
570 -}
571 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
572 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
573 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
574 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
575 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
576 - background-color: var(--e-a-btn-bg-accent-hover);
577 -}
578 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
579 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
580 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
581 - background-color: var(--e-a-btn-bg-accent-active);
582 -}
583 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
584 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
585 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
586 - background-color: var(--e-a-btn-bg-info);
587 -}
588 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
589 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
590 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
591 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
592 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
593 - background-color: var(--e-a-btn-bg-info-hover);
594 -}
595 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
596 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
597 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
598 - background-color: var(--e-a-btn-bg-warning);
599 -}
600 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
601 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
602 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
603 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
604 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
605 - background-color: var(--e-a-btn-bg-warning-hover);
606 -}
607 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
608 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 - background-color: var(--e-a-btn-bg-danger);
611 -}
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
621 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
622 - background-color: var(--e-a-btn-bg-danger-hover);
623 -}
624 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
625 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
626 - margin-inline-end: 5px;
627 -}
628 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
629 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
630 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 - color: initial;
633 -}
634 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 -
646 373 /*
647 374 * Container style
648 375 */
649 376 .ps {
@@ -785,70 +512,46 @@
785 512 --e-editor-panel-width: 300px;
786 513 }
787 514 }
788 515
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
516 +.elementor-panel {
517 + position: relative;
518 + height: 100%;
519 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
520 + width: var(--e-editor-panel-width);
521 + overflow: visible;
522 + background-color: var(--e-a-bg-default);
523 + z-index: 1;
524 + font-family: var(--e-a-font-family);
525 + font-size: 13px;
526 + right: 0;
527 +}
528 +.elementor-panel h1,
529 +.elementor-panel h2,
530 +.elementor-panel h3,
531 +.elementor-panel h4,
532 +.elementor-panel h5,
533 +.elementor-panel h6 {
813 534 font-size: 100%;
814 535 font-weight: normal;
815 536 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
537 +.elementor-panel abbr,
538 +.elementor-panel acronym {
824 539 border: 0;
825 540 font-variant: normal;
826 541 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
542 +.elementor-panel sup {
831 543 vertical-align: text-top;
832 544 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
545 +.elementor-panel sub {
837 546 vertical-align: text-bottom;
838 547 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
548 +.elementor-panel img {
843 549 max-width: 100%;
844 550 height: auto;
845 551 border: 0;
846 552 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
553 +.elementor-panel :focus {
851 554 outline: 0;
852 555 }
853 556 .elementor-panel .elementor-panel-box-content {
854 557 padding: 20px 20px 10px;
@@ -900,9 +603,10 @@
900 603 display: none;
901 604 position: absolute;
902 605 box-shadow: var(--e-a-popover-shadow);
903 606 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
607 + left: 0;
608 + right: 0;
905 609 margin: -4px auto 5px;
906 610 padding-block-start: 15px;
907 611 width: 90%;
908 612 z-index: 10000;
@@ -910,10 +614,10 @@
910 614 }
911 615 .elementor-panel .elementor-controls-popover:before {
912 616 content: "";
913 617 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
618 + top: -16px;
619 + left: 22px;
916 620 border: 8px solid transparent;
917 621 border-block-end-color: var(--e-a-bg-default);
918 622 }
919 623 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +628,8 @@
924 628 }
925 629 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 630 margin-block-start: 20px;
927 631 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 632 .elementor-editor-preview .elementor-panel {
941 633 --e-is-preview-mode: 1;
942 634 }
943 635 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -1017,11 +709,8 @@
1017 709 }
1018 710 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 711 border: none;
1020 712 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 713 .elementor-panel .elementor-panel-category-items {
1025 714 padding-block-end: 20px;
1026 715 }
1027 716 .elementor-panel .elementor-panel-category-items-empty {
@@ -1148,9 +837,8 @@
1148 837 content: "\e940";
1149 838 }
1150 839 .elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1151 840 .elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1152 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
1153 841 .elementor-panel .elementor-tab-control-advanced span:before,
1154 842 .elementor-panel .elementor-tab-control-general_style span:before {
1155 843 content: "\e916";
1156 844 }
@@ -1193,12 +881,12 @@
1193 881 content: "";
1194 882 position: absolute;
1195 883 height: 13px;
1196 884 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
885 + top: 3px;
886 + bottom: 0;
887 + right: 8px;
888 + left: 0;
1201 889 border-radius: 50%;
1202 890 z-index: -1;
1203 891 }
1204 892 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +977,10 @@
1289 977 border-inline-end: 1px solid #3f444b;
1290 978 }
1291 979 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 980 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
981 + bottom: 100%;
982 + left: 0;
1295 983 width: 100%;
1296 984 background-color: #1f2124;
1297 985 padding: 10px;
1298 986 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1344,9 +1032,12 @@
1344 1032 display: none;
1345 1033 }
1346 1034 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1035 position: absolute;
1348 - inset: 0;
1036 + top: 0;
1037 + left: 0;
1038 + height: 100%;
1039 + width: 100%;
1349 1040 display: flex;
1350 1041 align-items: center;
1351 1042 justify-content: center;
1352 1043 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1050,13 @@
1359 1050
1360 1051 #elementor-panel-elements-search-area {
1361 1052 background-color: var(--e-a-bg-default);
1362 1053 position: sticky;
1363 - inset-block-start: 0;
1054 + top: 0;
1364 1055 padding: 15px;
1365 1056 z-index: 1;
1366 1057 }
1367 1058
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1059 #elementor-panel-elements-search-wrapper {
1373 1060 position: relative;
1374 1061 }
1375 1062
@@ -1386,12 +1073,12 @@
1386 1073 appearance: none;
1387 1074 }
1388 1075 #elementor-panel-elements-search-input + i {
1389 1076 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1077 + right: 10px;
1078 + top: 50%;
1079 + color: var(--e-a-color-txt-disabled);
1392 1080 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1081 }
1395 1082 #elementor-panel-elements-search-input:focus {
1396 1083 border-color: var(--e-a-border-color-focus);
1397 1084 padding-inline-end: 15px;
@@ -1396,20 +1083,8 @@
1396 1083 border-color: var(--e-a-border-color-focus);
1397 1084 padding-inline-end: 15px;
1398 1085 }
1399 1086
1400 -.e-free-badge-container {
1401 - flex-grow: 1;
1402 - margin-inline-start: 10px;
1403 - margin-inline-end: 10px;
1404 -}
1405 -.e-free-badge-container .e-free-badge {
1406 - border-radius: var(--e-a-border-radius);
1407 - background-color: var(--e-a-btn-bg);
1408 - color: var(--e-a-btn-color-invert);
1409 - padding: 3px 5px;
1410 -}
1411 -
1412 1087 .elementor-panel .elementor-element {
1413 1088 font-family: var(--e-a-font-family);
1414 1089 color: var(--e-a-color-txt);
1415 1090 line-height: 1;
@@ -1427,14 +1102,8 @@
1427 1102 -webkit-user-select: none;
1428 1103 -moz-user-select: none;
1429 1104 user-select: none;
1430 1105 }
1431 -.elementor-panel .elementor-element .eicon-atomic {
1432 - position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1435 - color: var(--e-a-color-txt);
1436 -}
1437 1106 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1107 background-color: var(--e-a-bg-hover);
1439 1108 border-color: var(--e-a-border-color-bold);
1440 1109 }
@@ -1440,11 +1109,8 @@
1440 1109 }
1441 1110 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1442 1111 color: var(--e-a-color-accent);
1443 1112 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1113 .elementor-panel .elementor-element .icon {
1448 1114 font-size: 28px;
1449 1115 padding-block-start: 15px;
1450 1116 }
@@ -1456,12 +1122,12 @@
1456 1122 }
1457 1123 .elementor-panel .elementor-element .title {
1458 1124 font-size: 12px;
1459 1125 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1126 +.elementor-panel .elementor-element > .eicon-lock {
1461 1127 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1128 + top: 5px;
1129 + left: 5px;
1464 1130 color: var(--e-a-color-txt-disabled);
1465 1131 }
1466 1132 .elementor-panel .elementor-element:active {
1467 1133 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1145,10 @@
1479 1145 }
1480 1146 #elementor-element--promotion__dialog:after {
1481 1147 content: "";
1482 1148 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1149 + top: 15px;
1150 + left: 100%;
1485 1151 transform: scaleY(0.7);
1486 1152 border: 10px solid transparent;
1487 1153 border-inline-end-color: var(--e-a-bg-default);
1488 1154 }
@@ -1529,10 +1195,10 @@
1529 1195 }
1530 1196 .dialog-tooltip-widget:after {
1531 1197 content: "";
1532 1198 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1199 + top: 15px;
1200 + left: 100%;
1535 1201 transform: scaleY(0.7);
1536 1202 border: 10px solid transparent;
1537 1203 border-inline-end-color: var(--e-a-bg-default);
1538 1204 }
@@ -1571,80 +1237,8 @@
1571 1237 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1238 border: 0;
1573 1239 }
1574 1240
1575 -#elementor-panel-elements-widget-creation-area:empty {
1576 - display: none;
1577 -}
1578 -
1579 -.elementor-panel-elements-widget-creation {
1580 - text-align: center;
1581 - padding: 30px 20px;
1582 -}
1583 -.elementor-panel-elements-widget-creation__title {
1584 - font-size: 14px;
1585 - font-weight: bold;
1586 - line-height: 1.4;
1587 - color: var(--e-a-color-txt);
1588 -}
1589 -.elementor-panel-elements-widget-creation__message {
1590 - margin-block-start: 8px;
1591 - font-size: 13px;
1592 - line-height: 1.6;
1593 - color: var(--e-a-color-txt-muted);
1594 -}
1595 -.elementor-panel-elements-widget-creation__cta {
1596 - display: inline-flex;
1597 - align-items: center;
1598 - gap: 6px;
1599 - margin-block-start: 16px;
1600 - padding: 0;
1601 - border: none;
1602 - background: none;
1603 - color: #C00BB9;
1604 - font-size: 14px;
1605 - font-weight: 500;
1606 - cursor: pointer;
1607 - font-family: var(--e-a-font-family);
1608 -}
1609 -.elementor-panel-elements-widget-creation__cta i {
1610 - font-size: 16px;
1611 -}
1612 -.elementor-panel-elements-widget-creation__cta:hover {
1613 - opacity: 0.8;
1614 -}
1615 -.elementor-panel-elements-widget-creation--search-footer {
1616 - border-block-start: var(--e-a-border);
1617 -}
1618 -
1619 -.elementor-panel-category-custom-widgets-empty {
1620 - grid-column: 1/-1;
1621 - width: 100%;
1622 - padding: 0 16px 16px;
1623 -}
1624 -.elementor-panel-category-custom-widgets-empty__message {
1625 - margin: 0;
1626 - font-size: 12px;
1627 - line-height: 1.6;
1628 - color: var(--e-a-color-txt-muted);
1629 -}
1630 -
1631 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1632 - margin-inline-start: auto;
1633 - padding: 4px 10px;
1634 - border: none;
1635 - background: none;
1636 - color: #C00BB9;
1637 - font-size: 12px;
1638 - font-weight: 500;
1639 - cursor: pointer;
1640 - font-family: var(--e-a-font-family);
1641 - flex-shrink: 0;
1642 -}
1643 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1644 - opacity: 0.8;
1645 -}
1646 -
1647 1241 #elementor-panel-inner {
1648 1242 position: relative;
1649 1243 height: 100%;
1650 1244 display: flex;
@@ -1672,9 +1266,9 @@
1672 1266 }
1673 1267
1674 1268 #elementor-panel-get-pro-elements-sticky {
1675 1269 position: sticky;
1676 - inset-block-end: 0;
1270 + bottom: 0;
1677 1271 font-size: 14px;
1678 1272 font-weight: 400;
1679 1273 line-height: 1.6;
1680 1274 margin-block-end: -10px;
@@ -1679,9 +1273,9 @@
1679 1273 line-height: 1.6;
1680 1274 margin-block-end: -10px;
1681 1275 }
1682 1276 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1683 - margin-block-start: -14px;
1277 + margin-top: -14px;
1684 1278 min-height: 40px;
1685 1279 display: block;
1686 1280 padding: 9px min(35px, 5%);
1687 1281 gap: 10px;
@@ -1696,9 +1290,9 @@
1696 1290 font-weight: 500;
1697 1291 color: var(--e-a-btn-bg-accent);
1698 1292 }
1699 1293 #elementor-panel-get-pro-elements-sticky img {
1700 - margin-inline-start: 17px;
1294 + margin-left: 17px;
1701 1295 }
1702 1296
1703 1297 #elementor-panel-notice-wrapper .elementor-panel-notice {
1704 1298 width: 90%;
@@ -1725,10 +1319,10 @@
1725 1319 background: var(--e-a-color-primary);
1726 1320 border-radius: 50%;
1727 1321 width: 8px;
1728 1322 height: 8px;
1729 - inset-block-start: 5px;
1730 - inset-inline-end: 5px;
1323 + top: 5px;
1324 + right: 5px;
1731 1325 }
1732 1326
1733 1327 .media-modal.wp-core-ui {
1734 1328 color-scheme: light;
@@ -1776,9 +1370,8 @@
1776 1370 .elementor-control.elementor-control-type-divider {
1777 1371 padding: 0;
1778 1372 }
1779 1373 .elementor-control.elementor-control-type-divider .elementor-control-content {
1780 - margin-inline: 20px;
1781 1374 border-width: 0;
1782 1375 border-block-start: var(--e-a-border);
1783 1376 background-color: var(--e-a-bg-default);
1784 1377 height: 15px;
@@ -1788,20 +1381,21 @@
1788 1381 }
1789 1382 .elementor-control.elementor-control-separator-before:before {
1790 1383 content: "";
1791 1384 position: absolute;
1792 - inset: 0 20px auto;
1793 1385 height: 1px;
1386 + width: calc(100% - 40px);
1387 + top: 0;
1388 + right: 20px;
1794 1389 background-color: var(--e-a-border-color);
1795 1390 }
1796 -.elementor-control.elementor-control-separator-after {
1797 - padding-block-end: 15px;
1798 -}
1799 1391 .elementor-control.elementor-control-separator-after:after {
1800 1392 content: "";
1801 1393 position: absolute;
1802 - inset: auto 20px 0;
1803 1394 height: 1px;
1395 + width: calc(100% - 40px);
1396 + bottom: 0;
1397 + right: 20px;
1804 1398 background-color: var(--e-a-border-color);
1805 1399 }
1806 1400 .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default {
1807 1401 padding-block-start: 15px;
@@ -1842,36 +1436,23 @@
1842 1436 }
1843 1437 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1844 1438 display: none;
1845 1439 }
1846 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1847 - padding: 4px;
1848 -}
1849 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1850 - aspect-ratio: 4/1;
1851 - -o-object-fit: cover;
1852 - object-fit: cover;
1853 - -o-object-position: center;
1854 - object-position: center;
1855 -}
1856 -.elementor-control-shape_divider_bottom img {
1857 - rotate: X 180deg;
1858 -}
1859 1440 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1860 1441 margin-block-start: 5px;
1861 1442 }
1862 1443
1863 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1864 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1865 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1866 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1867 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1868 - transform: rotate(90deg);
1444 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1445 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1446 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1447 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1448 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1449 + content: "\e92a";
1869 1450 }
1870 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1871 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1872 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1873 - scale: calc(1 * var(--direction-multiplier)) 1;
1451 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1452 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1453 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1454 + content: "\e909";
1874 1455 }
1875 1456
1876 1457 .elementor-panel-heading {
1877 1458 display: flex;
@@ -1895,17 +1476,8 @@
1895 1476 }
1896 1477 .elementor-panel-heading-title {
1897 1478 font-weight: bold;
1898 1479 }
1899 -.elementor-panel-heading-category-chip {
1900 - margin-inline-start: auto;
1901 - background-color: var(--e-a-bg-chip);
1902 - border-radius: 100px;
1903 - padding: 5px 8px;
1904 -}
1905 -.elementor-panel-heading-category-chip i {
1906 - margin-inline-start: 4px;
1907 -}
1908 1480 .elementor-panel-heading-promotion {
1909 1481 margin-inline-start: auto;
1910 1482 }
1911 1483 .elementor-panel-heading-promotion a {
@@ -1924,11 +1496,9 @@
1924 1496 .elementor-panel-heading:focus-visible {
1925 1497 color: var(--e-a-color-txt-hover);
1926 1498 }
1927 1499
1928 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1929 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1930 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1500 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1931 1501 border-block-start: none;
1932 1502 }
1933 1503
1934 1504 .elementor-control-field {
@@ -1973,13 +1543,11 @@
1973 1543 .elementor-group-control-attachment_alert .elementor-control-field-description {
1974 1544 margin-block-start: 0;
1975 1545 }
1976 1546
1977 -.elementor-control-start-end .eicon-text-align-left,
1978 -.elementor-control-start-end .eicon-text-align-right,
1979 1547 .elementor-control-start-end .eicon-h-align-left,
1980 1548 .elementor-control-start-end .eicon-h-align-right {
1981 - scale: calc(1 * var(--direction-multiplier)) 1;
1549 + transform: rotate(180deg);
1982 1550 }
1983 1551
1984 1552 .elementor-update-preview {
1985 1553 margin: 15px 15px 0;
@@ -2016,9 +1584,9 @@
2016 1584 }
2017 1585 .elementor-control-responsive-switchers__holder {
2018 1586 position: absolute;
2019 1587 width: 100%;
2020 - inset-block-start: 0;
1588 + top: 0;
2021 1589 background-color: var(--e-a-bg-default);
2022 1590 border-radius: var(--e-a-border-radius);
2023 1591 transition: 0.15s;
2024 1592 border: 1px solid transparent;
@@ -2161,10 +1729,10 @@
2161 1729 display: none;
2162 1730 overflow: hidden;
2163 1731 max-height: 0;
2164 1732 position: absolute;
2165 - inset-block-start: -0.8em;
2166 - inset-inline-start: -0.5em;
1733 + top: -0.8em;
1734 + right: -0.5em;
2167 1735 width: 2.5em;
2168 1736 text-align: center;
2169 1737 background-color: var(--e-a-bg-default);
2170 1738 border-radius: var(--e-a-border-radius);
@@ -2339,9 +1907,9 @@
2339 1907 }
2340 1908 .elementor-control-responsive-switchers__holder {
2341 1909 position: absolute;
2342 1910 width: 100%;
2343 - inset-block-start: 0;
1911 + top: 0;
2344 1912 background-color: var(--e-a-bg-default);
2345 1913 border-radius: var(--e-a-border-radius);
2346 1914 transition: 0.15s;
2347 1915 border: 1px solid transparent;
@@ -2484,10 +2052,10 @@
2484 2052 display: none;
2485 2053 overflow: hidden;
2486 2054 max-height: 0;
2487 2055 position: absolute;
2488 - inset-block-start: -0.8em;
2489 - inset-inline-start: -0.5em;
2056 + top: -0.8em;
2057 + right: -0.5em;
2490 2058 width: 2.5em;
2491 2059 text-align: center;
2492 2060 background-color: var(--e-a-bg-default);
2493 2061 border-radius: var(--e-a-border-radius);
@@ -2617,9 +2185,9 @@
2617 2185 }
2618 2186 .elementor-control-responsive-switchers__holder {
2619 2187 position: absolute;
2620 2188 width: 100%;
2621 - inset-block-start: 0;
2189 + top: 0;
2622 2190 background-color: var(--e-a-bg-default);
2623 2191 border-radius: var(--e-a-border-radius);
2624 2192 transition: 0.15s;
2625 2193 border: 1px solid transparent;
@@ -2762,10 +2330,10 @@
2762 2330 display: none;
2763 2331 overflow: hidden;
2764 2332 max-height: 0;
2765 2333 position: absolute;
2766 - inset-block-start: -0.8em;
2767 - inset-inline-start: -0.5em;
2334 + top: -0.8em;
2335 + right: -0.5em;
2768 2336 width: 2.5em;
2769 2337 text-align: center;
2770 2338 background-color: var(--e-a-bg-default);
2771 2339 border-radius: var(--e-a-border-radius);
@@ -2885,11 +2453,11 @@
2885 2453 }
2886 2454
2887 2455 .elementor-control-type-icons .elementor-control-media__preview > * {
2888 2456 position: absolute;
2889 - inset-block-start: 50%;
2890 - inset-inline-start: 50%;
2891 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2457 + top: 50%;
2458 + left: 50%;
2459 + transform: translate(-50%, -50%);
2892 2460 }
2893 2461 .elementor-control-type-icons .elementor-control-media__preview i {
2894 2462 font-size: 70px;
2895 2463 }
@@ -2944,9 +2512,12 @@
2944 2512 opacity: 0.6;
2945 2513 }
2946 2514 .elementor-control-type-gallery .elementor-control-gallery-edit {
2947 2515 position: absolute;
2948 - inset: 0;
2516 + top: 0;
2517 + bottom: 0;
2518 + left: 0;
2519 + right: 0;
2949 2520 background-color: rgba(0, 0, 0, 0.2);
2950 2521 padding: 10px;
2951 2522 font-size: 11px;
2952 2523 transition: all 0.3s ease-in-out;
@@ -2955,10 +2526,10 @@
2955 2526 opacity: 0;
2956 2527 }
2957 2528 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2958 2529 position: absolute;
2959 - inset-block-start: 10px;
2960 - inset-inline-end: 10px;
2530 + top: 10px;
2531 + left: 10px;
2961 2532 width: 21px;
2962 2533 height: 21px;
2963 2534 color: var(--e-a-color-white);
2964 2535 background-color: rgba(0, 0, 0, 0.5);
@@ -3068,10 +2639,10 @@
3068 2639 }
3069 2640 .e-global__popover-info-tooltip:after {
3070 2641 content: "";
3071 2642 position: absolute;
3072 - inset-block-end: -17px;
3073 - inset-inline-start: 16px;
2643 + bottom: -17px;
2644 + right: 16px;
3074 2645 border: 10px solid transparent;
3075 2646 border-block-start-color: rgba(0, 0, 0, 0.9);
3076 2647 }
3077 2648 .e-global__popover-info i {
@@ -3088,19 +2659,8 @@
3088 2659 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3089 2660 background-color: #BABFC5;
3090 2661 border-radius: 10px;
3091 2662 }
3092 -.e-global__group-header {
3093 - padding: 12px 20px 5px;
3094 - font-weight: 500;
3095 - font-size: 11px;
3096 - color: var(--e-a-color-txt-muted);
3097 -}
3098 -.e-global__group-divider {
3099 - height: 1px;
3100 - background-color: var(--e-a-border-color);
3101 - margin: 10px 20px;
3102 -}
3103 2663 .e-global__manage-button {
3104 2664 font-weight: 500;
3105 2665 cursor: pointer;
3106 2666 }
@@ -3116,9 +2676,9 @@
3116 2676 font-size: 13px;
3117 2677 content: "\e90e";
3118 2678 position: absolute;
3119 2679 transform: translateY(-50%);
3120 - inset-block-start: 50%;
2680 + top: 50%;
3121 2681 inset-inline-start: 13px;
3122 2682 }
3123 2683 .e-global__color {
3124 2684 padding: 10px 20px;
@@ -3135,10 +2695,13 @@
3135 2695 position: relative;
3136 2696 }
3137 2697 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3138 2698 border-radius: 3px;
2699 + height: 100%;
2700 + width: 100%;
3139 2701 position: absolute;
3140 - inset: 0;
2702 + top: 0;
2703 + left: 0;
3141 2704 }
3142 2705 .e-global__color-preview-transparent-bg {
3143 2706 background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold));
3144 2707 background-size: 12px 12px;
@@ -3259,11 +2822,11 @@
3259 2822 display: none;
3260 2823 }
3261 2824 .elementor-control-media .eicon-plus-circle {
3262 2825 position: absolute;
3263 - inset-block-start: 50%;
3264 - inset-inline-start: 50%;
3265 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2826 + top: 50%;
2827 + left: 50%;
2828 + transform: translate(-50%, -50%);
3266 2829 color: var(--e-a-color-white);
3267 2830 font-size: 20px;
3268 2831 }
3269 2832 .elementor-control-media__content__upload-button {
@@ -3272,8 +2835,9 @@
3272 2835 .elementor-control-media__preview {
3273 2836 height: 100%;
3274 2837 background-size: cover;
3275 2838 background-position: center;
2839 + padding-block-end: 42.8571%;
3276 2840 }
3277 2841 .elementor-control-media-area {
3278 2842 background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold));
3279 2843 background-size: 16px 16px;
@@ -3286,11 +2850,11 @@
3286 2850 display: none;
3287 2851 }
3288 2852 .elementor-control-media-area .eicon-video-camera {
3289 2853 position: absolute;
3290 - inset-block-start: 50%;
3291 - inset-inline-start: 50%;
3292 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2854 + top: 50%;
2855 + left: 50%;
2856 + transform: translate(-50%, -50%);
3293 2857 color: rgba(255, 255, 255, 0.7);
3294 2858 font-size: 21px;
3295 2859 }
3296 2860 .elementor-control-media .elementor-control-media__content {
@@ -3301,14 +2865,17 @@
3301 2865 }
3302 2866 .elementor-control-media .elementor-control-media__content:hover:after {
3303 2867 content: "";
3304 2868 position: absolute;
3305 - inset: 0;
2869 + top: 0;
2870 + bottom: 0;
2871 + left: 0;
2872 + right: 0;
3306 2873 background-color: rgba(0, 0, 0, 0.2);
3307 2874 pointer-events: none;
3308 2875 }
3309 2876 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3310 - inset-block-end: -30px;
2877 + bottom: -30px;
3311 2878 }
3312 2879 .elementor-control-media__content {
3313 2880 transition: all 0.2s ease-in-out;
3314 2881 }
@@ -3313,10 +2880,11 @@
3313 2880 transition: all 0.2s ease-in-out;
3314 2881 }
3315 2882 .elementor-control-media__tools {
3316 2883 position: absolute;
3317 - inset-block-end: 0;
3318 - inset-inline: 0;
2884 + bottom: 0;
2885 + left: 0;
2886 + right: 0;
3319 2887 height: 27px;
3320 2888 transition: all 0.2s ease-in-out;
3321 2889 }
3322 2890 .elementor-control-media__tools > *:not(:first-child) {
@@ -3343,10 +2911,10 @@
3343 2911 }
3344 2912 .elementor-control-media__content__remove {
3345 2913 position: absolute;
3346 2914 z-index: 1;
3347 - inset-block-start: 10px;
3348 - inset-inline-end: 10px;
2915 + top: 10px;
2916 + left: 10px;
3349 2917 width: 20px;
3350 2918 height: 20px;
3351 2919 font-size: 11px;
3352 2920 color: var(--e-a-color-white);
@@ -3638,11 +3206,9 @@
3638 3206 text-align: center;
3639 3207 padding-block-start: 5px;
3640 3208 }
3641 3209
3642 -#elementor-controls,
3643 -#elementor-panel-page-settings-controls,
3644 -#elementor-panel-editorPreferences-settings-controls {
3210 +#elementor-controls {
3645 3211 padding-block-start: 15px;
3646 3212 }
3647 3213
3648 3214 .elementor-control-type-section {
@@ -3687,11 +3253,11 @@
3687 3253 font-family: eicons;
3688 3254 content: "\e8ad";
3689 3255 font-size: 12px;
3690 3256 position: absolute;
3691 - inset-block-start: 50%;
3692 - inset-inline-end: 5px;
3257 + top: 50%;
3693 3258 transform: translateY(-50%);
3259 + left: 5px;
3694 3260 pointer-events: none;
3695 3261 }
3696 3262 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3697 3263 max-width: 80px;
@@ -3725,14 +3291,14 @@
3725 3291 }
3726 3292 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3727 3293 border-radius: 0;
3728 3294 width: 10px;
3729 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3295 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3730 3296 }
3731 3297 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3732 3298 content: "";
3733 3299 position: absolute;
3734 - inset-block-start: 2px;
3300 + top: 2px;
3735 3301 height: 12px;
3736 3302 width: 11px;
3737 3303 transform: rotate(45deg);
3738 3304 background-color: var(--e-a-color-white);
@@ -3809,11 +3375,11 @@
3809 3375 .elementor-slider .noUi-handle {
3810 3376 height: 16px;
3811 3377 width: 16px;
3812 3378 background-color: var(--e-a-color-white);
3379 + left: 0;
3380 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3813 3381 position: absolute;
3814 - inset-inline-end: 0;
3815 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3816 3382 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3817 3383 border-radius: 50%;
3818 3384 }
3819 3385 .elementor-slider .noUi-connects {
@@ -3823,9 +3389,12 @@
3823 3389 }
3824 3390 .elementor-slider .noUi-connect {
3825 3391 position: absolute;
3826 3392 z-index: 0;
3827 - inset: 0;
3393 + top: 0;
3394 + left: 0;
3395 + height: 100%;
3396 + width: 100%;
3828 3397 will-change: transform;
3829 3398 transform-origin: 0 0;
3830 3399 background-color: var(--e-a-border-color-focus);
3831 3400 }
@@ -3830,9 +3399,9 @@
3830 3399 background-color: var(--e-a-border-color-focus);
3831 3400 }
3832 3401 .elementor-slider .noUi-tooltip {
3833 3402 position: absolute;
3834 - inset-block-start: calc(100% + 5px);
3403 + top: calc(100% + 5px);
3835 3404 left: calc(50% - 4px);
3836 3405 transform: translateX(-50%);
3837 3406 font-size: 10px;
3838 3407 }
@@ -3919,9 +3488,9 @@
3919 3488 transition-property: opacity, background;
3920 3489 }
3921 3490 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3922 3491 position: absolute;
3923 - inset-block-start: 0;
3492 + top: 0;
3924 3493 width: 50%;
3925 3494 text-align: center;
3926 3495 line-height: 20px;
3927 3496 transition: inherit;
@@ -3927,14 +3496,14 @@
3927 3496 transition: inherit;
3928 3497 }
3929 3498 .elementor-control-type-switcher .elementor-switch-label:before {
3930 3499 content: attr(data-off);
3931 - inset-inline-end: 5px;
3500 + right: 5px;
3932 3501 color: var(--e-a-color-txt-muted);
3933 3502 }
3934 3503 .elementor-control-type-switcher .elementor-switch-label:after {
3935 3504 content: attr(data-on);
3936 - inset-inline-start: 5px;
3505 + left: 5px;
3937 3506 color: var(--e-a-btn-color);
3938 3507 opacity: 0;
3939 3508 }
3940 3509 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3947,28 +3516,25 @@
3947 3516 opacity: 1;
3948 3517 }
3949 3518 .elementor-control-type-switcher .elementor-switch-handle {
3950 3519 position: absolute;
3951 - inset-block-start: 1px;
3952 - inset-inline-start: 1px;
3520 + top: 1px;
3521 + left: 1px;
3953 3522 width: 18px;
3954 3523 height: 18px;
3955 3524 background: white;
3956 3525 border-radius: 10px;
3957 - transition: inset-inline-start 0.15s ease-out;
3526 + transition: left 0.15s ease-out;
3958 3527 }
3959 3528 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3960 - inset-inline-start: initial;
3961 - inset-inline-end: 1px;
3529 + left: initial;
3530 + right: 1px;
3962 3531 }
3963 3532
3964 3533 .elementor-control-type-tabs {
3965 - display: none;
3534 + display: flex;
3966 3535 font-size: var(--control-title-size);
3967 3536 }
3968 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3969 - display: flex;
3970 -}
3971 3537
3972 3538 .elementor-control-type-tab {
3973 3539 text-align: center;
3974 3540 width: 100%;
@@ -4011,10 +3577,10 @@
4011 3577 }
4012 3578 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4013 3579 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4014 3580 position: absolute;
4015 - inset-block-start: 0;
4016 - inset-inline-end: 0;
3581 + top: 0;
3582 + left: 0;
4017 3583 z-index: 1;
4018 3584 }
4019 3585 .elementor-control-type-textarea .elementor-control-input-wrapper,
4020 3586 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4092,10 +3658,10 @@
4092 3658 }
4093 3659 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4094 3660 display: none;
4095 3661 position: absolute;
4096 - inset-block-start: 5px;
4097 - inset-inline-end: 0;
3662 + top: 5px;
3663 + right: 0;
4098 3664 width: 10px;
4099 3665 height: 10px;
4100 3666 font-size: 10px;
4101 3667 color: var(--e-a-color-txt-disabled);
@@ -4146,76 +3712,8 @@
4146 3712 font-size: 10px;
4147 3713 padding-block-start: 2px;
4148 3714 }
4149 3715
4150 -.elementor-control-type-visual_choice {
4151 - width: 100%;
4152 -}
4153 -
4154 -.elementor-visual-choice-choices {
4155 - display: grid;
4156 - gap: 8px;
4157 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4158 - text-align: center;
4159 - border-radius: var(--e-a-border-radius);
4160 - overflow: hidden;
4161 -}
4162 -
4163 -.elementor-visual-choice-element {
4164 - display: flex;
4165 - flex-direction: column;
4166 - align-items: center;
4167 - justify-content: center;
4168 - gap: 8px;
4169 - width: auto;
4170 -}
4171 -.elementor-visual-choice-element-image label {
4172 - border: var(--e-a-border-bold);
4173 - border-radius: var(--e-a-border-radius);
4174 - font-size: 12px;
4175 - transition: var(--e-a-transition-hover);
4176 - cursor: pointer;
4177 - overflow: hidden;
4178 - width: 100%;
4179 - padding: 8px;
4180 -}
4181 -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label {
4182 - background-color: var(--e-a-bg-active-bold);
4183 - opacity: 1;
4184 -}
4185 -.elementor-visual-choice-element-image input:checked + label {
4186 - border-color: var(--e-a-color-primary-bold);
4187 -}
4188 -.elementor-visual-choice-element-image input:not(:checked) + label {
4189 - background-color: var(--e-a-color-white);
4190 - opacity: 0.5;
4191 -}
4192 -.elementor-visual-choice-element-image img {
4193 - width: 100%;
4194 - height: auto;
4195 -}
4196 -.elementor-visual-choice-element-button {
4197 - grid-column: span var(--elementor-visual-choice-columns);
4198 -}
4199 -.elementor-visual-choice-element-button label {
4200 - width: -moz-fit-content;
4201 - width: fit-content;
4202 -}
4203 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4204 - background-color: var(--e-a-bg-active-bold);
4205 -}
4206 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4207 - border-color: var(--e-a-color-primary-bold);
4208 -}
4209 -
4210 -.elementor-label-inline .elementor-visual-choice-choices {
4211 - justify-content: flex-end;
4212 -}
4213 -
4214 -.tipsy-inner {
4215 - white-space: pre-line;
4216 -}
4217 -
4218 3716 .elementor-control-type-wp_widget .widget-inside {
4219 3717 line-height: 2;
4220 3718 background-color: inherit;
4221 3719 display: block;
@@ -4359,13 +3857,13 @@
4359 3857 --e-a-mode-switcher-width: 15px;
4360 3858 --e-a-mode-switcher-height: 50px;
4361 3859 --e-a-mode-switcher-icon-size: 15px;
4362 3860 position: absolute;
4363 - inset-block-start: 50%;
4364 - inset-inline-start: 100%;
3861 + right: 100%;
3862 + top: 50%;
4365 3863 transform: translateY(-50%);
4366 3864 background-color: var(--e-a-bg-default);
4367 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
3865 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4368 3866 transition: 0.3s opacity;
4369 3867 }
4370 3868 #elementor-mode-switcher:hover {
4371 3869 background-color: var(--e-a-bg-hover);
@@ -4435,11 +3933,11 @@
4435 3933 }
4436 3934
4437 3935 #elementor-panel-revisions-loading {
4438 3936 position: absolute;
4439 - inset-block-start: 50%;
4440 - inset-inline-start: 50%;
4441 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3937 + top: 50%;
3938 + left: 50%;
3939 + transform: translate(-50%, -50%);
4442 3940 }
4443 3941 #elementor-panel-revisions-loading .eicon-loading {
4444 3942 font-size: 50px;
4445 3943 }
@@ -4551,15 +4049,12 @@
4551 4049 background-color: var(--e-a-bg-active);
4552 4050 color: #E73CF6;
4553 4051 }
4554 4052
4555 -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4053 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock {
4556 4054 color: var(--e-a-color-accent);
4557 4055 }
4558 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4559 - margin-inline-end: 0;
4560 -}
4561 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4056 +.e-control-motion-effects-promotion__wrapper .select-promotion {
4562 4057 display: flex;
4563 4058 flex-direction: column;
4564 4059 justify-content: center;
4565 4060 padding-inline-start: 5px;
@@ -4573,9 +4068,9 @@
4573 4068 box-shadow: none;
4574 4069 border: var(--e-a-border-bold);
4575 4070 font-size: var(--control-title-size);
4576 4071 }
4577 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4072 +.e-control-motion-effects-promotion__lock-wrapper {
4578 4073 width: 2.5rem;
4579 4074 display: flex;
4580 4075 justify-content: center;
4581 4076 align-items: center;
@@ -4667,13 +4162,13 @@
4667 4162 }
4668 4163 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4669 4164 align-self: end;
4670 4165 margin-block-start: 35px;
4671 - inset-block-start: 0;
4166 + top: 0;
4672 4167 width: 100%;
4673 4168 }
4674 4169 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4675 - inset-inline-end: 5px;
4170 + left: 5px;
4676 4171 }
4677 4172 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4678 4173 padding: 0 20px 15px;
4679 4174 }
@@ -4783,33 +4278,21 @@
4783 4278 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4784 4279 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4785 4280 display: none;
4786 4281 }
4787 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4788 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4789 -.e-btn.e-btn-txt,
4790 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4791 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4282 +.elementor-button.e-btn-txt,
4283 +.e-btn.e-btn-txt {
4792 4284 background: transparent;
4793 4285 color: var(--e-a-color-txt);
4794 4286 }
4795 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4796 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4797 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4287 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4798 4288 .e-btn.e-btn-txt:hover,
4799 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4800 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4801 -.e-btn.e-btn-txt:focus,
4802 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4803 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4289 +.e-btn.e-btn-txt:focus {
4804 4290 background: var(--e-a-bg-hover);
4805 4291 color: var(--e-a-color-txt-hover);
4806 4292 }
4807 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4808 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4809 -.e-btn.e-btn-txt:disabled,
4810 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4811 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4293 +.elementor-button.e-btn-txt:disabled,
4294 +.e-btn.e-btn-txt:disabled {
4812 4295 background: transparent;
4813 4296 color: var(--e-a-color-txt-disabled);
4814 4297 }
4815 4298 .elementor-button.e-btn-txt-border,
@@ -4827,90 +4310,27 @@
4827 4310 .e-btn.e-success:hover,
4828 4311 .e-btn.e-success:focus {
4829 4312 background-color: var(--e-a-btn-bg-success-hover);
4830 4313 }
4831 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4832 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4833 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4834 -.e-btn.e-primary,
4835 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4836 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4837 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4838 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4314 +.elementor-button.e-primary,
4315 +.e-btn.e-primary {
4839 4316 background-color: var(--e-a-btn-bg-primary);
4840 4317 color: var(--e-a-btn-color);
4841 4318 }
4842 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4843 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover,
4844 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus,
4845 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4846 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4319 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4847 4320 .e-btn.e-primary:hover,
4848 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4849 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4850 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4851 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4852 -.e-btn.e-primary:focus,
4853 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4854 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4855 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4856 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4321 +.e-btn.e-primary:focus {
4857 4322 background-color: var(--e-a-btn-bg-primary-hover);
4858 4323 color: var(--e-a-btn-color);
4859 4324 }
4860 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4861 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over,
4862 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4863 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4864 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4865 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4866 -.e-btn.e-primary.e-btn-txt,
4867 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4868 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4869 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4870 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4871 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4872 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4873 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4874 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4875 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4876 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4325 +.elementor-button.e-primary.e-btn-txt,
4326 +.e-btn.e-primary.e-btn-txt {
4877 4327 background: transparent;
4878 4328 color: var(--e-a-color-primary-bold);
4879 4329 }
4880 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4881 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover,
4882 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover,
4883 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4884 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4885 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus,
4886 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus,
4887 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4888 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4889 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4890 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4330 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4891 4331 .e-btn.e-primary.e-btn-txt:hover,
4892 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4893 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4894 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4895 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4896 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4897 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4898 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4899 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4900 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4901 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4902 -.e-btn.e-primary.e-btn-txt:focus,
4903 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4904 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4905 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4906 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4907 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4908 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4909 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4910 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4911 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4912 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4332 +.e-btn.e-primary.e-btn-txt:focus {
4913 4333 background: var(--e-a-bg-primary);
4914 4334 }
4915 4335 .elementor-button.go-pro, .elementor-button.e-accent,
4916 4336 .e-btn.go-pro,
@@ -4957,13 +4377,8 @@
4957 4377 .e-btn.elementor-button-danger,
4958 4378 .e-btn.e-danger {
4959 4379 background-color: var(--e-a-btn-bg-danger);
4960 4380 }
4961 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4962 -.e-btn.elementor-button-danger.color-white,
4963 -.e-btn.e-danger.color-white {
4964 - color: var(--e-a-color-white);
4965 -}
4966 4381 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4967 4382 .e-btn.elementor-button-danger:hover,
4968 4383 .e-btn.elementor-button-danger:focus,
4969 4384 .e-btn.e-danger:hover,
@@ -5006,23 +4421,22 @@
5006 4421 }
5007 4422
5008 4423 #elementor-preview-responsive-wrapper {
5009 4424 transform-origin: top center;
5010 - margin: 20px;
4425 + padding: 20px;
5011 4426 transform: scale(var(--e-preview-scale, 1));
5012 - overflow: hidden;
5013 4427 }
5014 4428 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5015 4429 min-width: 1025px;
5016 4430 width: 100%;
5017 4431 height: 100%;
5018 - margin: 0;
4432 + padding: 0;
5019 4433 position: relative;
5020 4434 }
5021 4435 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5022 4436 width: var(--e-editor-preview-width);
5023 4437 height: var(--e-editor-preview-height);
5024 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4438 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5025 4439 box-sizing: content-box;
5026 4440 position: relative;
5027 4441 max-height: calc(100vh - 80px);
5028 4442 }
@@ -5084,10 +4498,9 @@
5084 4498 #elementor-preview-responsive-wrapper .ui-resizable-s {
5085 4499 bottom: 0;
5086 4500 }
5087 4501 #elementor-preview-responsive-wrapper .ui-resizable-e {
5088 - width: 10px;
5089 - right: -5px;
4502 + right: 0;
5090 4503 }
5091 4504 #elementor-preview-responsive-wrapper .ui-resizable-w {
5092 4505 left: 0;
5093 4506 }
@@ -5098,20 +4511,8 @@
5098 4511 background-color: #fff;
5099 4512 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5100 4513 }
5101 4514
5102 -#elementor-template-library-modal button:focus-visible,
5103 -#elementor-template-library-modal a:focus-visible,
5104 -#elementor-template-library-modal input:focus-visible,
5105 -#elementor-template-library-modal select:focus-visible,
5106 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5107 -#elementor-template-library-modal [role=tab]:focus-visible,
5108 -#elementor-template-library-modal [role=radio]:focus-visible,
5109 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5110 - outline: 2px solid var(--e-a-border-color-focus);
5111 - outline-offset: 2px;
5112 - border-radius: 2px;
5113 -}
5114 4515 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5115 4516 font-style: normal;
5116 4517 text-decoration: underline;
5117 4518 }
@@ -5123,17 +4524,8 @@
5123 4524 }
5124 4525 #elementor-template-library-modal .dialog-message {
5125 4526 overflow-y: scroll;
5126 4527 }
5127 -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message {
5128 - overflow-y: hidden;
5129 -}
5130 -#elementor-template-library-modal .e-back-to-editor {
5131 - color: var(--e-a-color-txt);
5132 - text-decoration: underline;
5133 - font-size: 17px;
5134 - cursor: pointer;
5135 -}
5136 4528
5137 4529 #elementor-template-library-header-menu {
5138 4530 text-align: center;
5139 4531 }
@@ -5142,21 +4534,14 @@
5142 4534 display: inline-block;
5143 4535 padding: 17px 20px;
5144 4536 border-block-end: 3px solid transparent;
5145 4537 cursor: pointer;
5146 - background: transparent;
5147 - margin: 0;
5148 - font-size: inherit;
5149 - font-family: inherit;
5150 - color: inherit;
5151 - border: none;
5152 4538 }
5153 4539 .elementor-template-library-menu-item:hover {
5154 4540 background-color: var(--e-a-bg-hover);
5155 4541 border-color: var(--e-a-bg-hover);
5156 4542 }
5157 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5158 - border-block-end: 3px solid;
4543 +.elementor-template-library-menu-item.elementor-active {
5159 4544 border-color: var(--e-a-border-color-accent);
5160 4545 color: var(--e-a-color-txt-accent);
5161 4546 }
5162 4547
@@ -5162,31 +4547,12 @@
5162 4547
5163 4548 #elementor-template-library-header-actions {
5164 4549 display: flex;
5165 4550 }
5166 -#elementor-template-library-header-actions > div,
5167 -#elementor-template-library-header-actions > button {
5168 - background: transparent;
5169 - margin: 0;
5170 - font-size: inherit;
5171 - font-family: inherit;
5172 - color: inherit;
5173 - border: none;
4551 +#elementor-template-library-header-actions > div {
5174 4552 padding-inline-end: 16px;
5175 - cursor: pointer;
5176 4553 }
5177 -#elementor-template-library-header-actions > div:focus-visible,
5178 -#elementor-template-library-header-actions > button:focus-visible {
5179 - outline: 2px solid var(--e-a-border-color-focus);
5180 - outline-offset: -2px;
5181 - border-radius: 2px;
5182 -}
5183 4554
5184 -#elementor-template-library-header-tools.e-hidden-disabled {
5185 - opacity: 0;
5186 - visibility: hidden;
5187 -}
5188 -
5189 4555 #elementor-template-library-header-preview-insert-wrapper {
5190 4556 cursor: default;
5191 4557 padding: 0 10px;
5192 4558 }
@@ -5195,9 +4561,8 @@
5195 4561 margin-inline-start: 4px;
5196 4562 }
5197 4563
5198 4564 #elementor-template-library-header-preview-back {
5199 - gap: 10px;
5200 4565 padding-block: 16.5px 15px;
5201 4566 padding-inline: 0 16.5px;
5202 4567 border-inline-end: var(--e-a-border);
5203 4568 cursor: pointer;
@@ -5202,138 +4567,27 @@
5202 4567 border-inline-end: var(--e-a-border);
5203 4568 cursor: pointer;
5204 4569 transition: color 0.5s;
5205 4570 }
5206 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5207 - background: transparent;
5208 - margin: 0;
5209 - font-size: inherit;
5210 - font-family: inherit;
5211 - color: inherit;
5212 - border: none;
5213 - display: flex;
5214 - align-items: center;
5215 - gap: 10px;
5216 - cursor: pointer;
5217 -}
5218 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5219 - outline: 2px solid var(--e-a-border-color-focus);
5220 - outline-offset: 2px;
5221 - border-radius: 2px;
5222 -}
5223 4571 #elementor-template-library-header-preview-back:hover {
5224 4572 color: var(--e-a-color-txt-hover);
5225 4573 }
5226 4574 #elementor-template-library-header-preview-back i {
4575 + padding-inline-end: 10px;
5227 4576 font-size: 18px;
5228 - scale: calc(1 * var(--direction-multiplier)) 1;
5229 4577 }
4578 +#elementor-template-library-header-preview-back i:before {
4579 + content: "\e87d";
4580 +}
5230 4581
5231 -#elementor-template-library-templates {
5232 - display: flex;
5233 - flex-direction: column;
5234 - gap: 20px;
5235 -}
5236 -#elementor-template-library-templates .toolbar-container {
5237 - display: flex;
5238 - justify-content: space-between;
5239 - align-items: center;
5240 - gap: 2%;
5241 - height: 45px;
5242 -}
5243 -#elementor-template-library-templates #elementor-template-library-templates-container {
5244 - display: flex;
5245 - flex-wrap: wrap;
5246 - align-items: flex-start;
5247 -}
5248 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5249 - display: none;
5250 -}
5251 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) {
5252 - justify-content: flex-end;
5253 -}
5254 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container {
5255 - display: flex;
5256 - align-items: baseline;
5257 - border-radius: 3px;
5258 -}
5259 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible {
5260 - outline: 2px solid var(--e-a-border-color-focus);
5261 - outline-offset: 2px;
5262 -}
5263 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info {
5264 - align-items: center;
5265 -}
5266 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i {
5267 - font-size: 14px;
5268 - margin-inline-start: 5px;
5269 -}
5270 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container {
5271 - width: 200px;
5272 - margin: 0px 10px;
5273 - align-self: center;
5274 - text-align: start;
5275 -}
5276 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning {
5277 - font-size: 10px;
5278 -}
5279 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a {
5280 - color: var(--e-a-btn-bg-accent);
5281 -}
5282 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar {
5283 - height: 4px;
5284 - background-color: var(--e-a-color-primary-bold);
5285 - position: relative;
5286 - display: flex;
5287 - align-items: center;
5288 - padding: 0;
5289 -}
5290 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill {
5291 - height: 100%;
5292 - transition: width 0.3s ease;
5293 -}
5294 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal {
5295 - background-color: #D004D4;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning {
5298 - background-color: #F59E0B;
5299 -}
5300 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert {
5301 - background-color: #93003f;
5302 -}
5303 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal {
5304 - background-color: #F0ABFC;
5305 -}
5306 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning {
5307 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5308 -}
5309 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5310 - font-size: 12px;
5311 - color: var(--e-a-color-txt);
5312 -}
5313 -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container {
4582 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4583 + margin-block-start: 10px;
4584 + margin-block-end: 45px;
5314 4585 border-block-start: var(--e-a-border);
5315 4586 }
5316 -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
4587 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5317 4588 color: var(--e-a-color-txt-active);
5318 4589 }
5319 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5320 - border-block-start: none;
5321 -}
5322 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5323 - padding: 0;
5324 -}
5325 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5326 - max-width: -moz-fit-content;
5327 - max-width: fit-content;
5328 -}
5329 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5330 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5331 - display: none;
5332 -}
5333 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5334 - pointer-events: none;
5335 -}
5336 4590 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5337 4591 margin: 10px -15px 0;
5338 4592 }
5339 4593 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5359,243 +4613,14 @@
5359 4613 }
5360 4614 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5361 4615 content: "\e8ad";
5362 4616 }
5363 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4617 +
4618 +#elementor-template-library-templates-container {
5364 4619 display: flex;
5365 - align-items: center;
5366 - gap: 8px;
4620 + flex-wrap: wrap;
4621 + align-items: flex-start;
5367 4622 }
5368 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5369 - background: transparent;
5370 - margin: 0;
5371 - font-size: inherit;
5372 - font-family: inherit;
5373 - color: inherit;
5374 - border: none;
5375 - cursor: pointer;
5376 - font-size: 20px;
5377 - padding: 0 5px;
5378 - border-radius: 2px;
5379 - color: var(--e-a-color-txt);
5380 -}
5381 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5382 - background-color: var(--e-a-bg-hover);
5383 -}
5384 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5385 - width: 1px;
5386 - height: 20px;
5387 - background-color: var(--e-a-border-color);
5388 -}
5389 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5390 - background-color: var(--e-a-bg-hover);
5391 -}
5392 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5393 - background-color: var(--e-a-bg-hover);
5394 -}
5395 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5396 - display: grid;
5397 - grid-template-columns: repeat(auto-fill, 208px);
5398 - grid-gap: 20px;
5399 - padding: 20px 0;
5400 -}
5401 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template {
5402 - grid-column: 1;
5403 -}
5404 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5405 - grid-column: 1/-1;
5406 -}
5407 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5408 - display: flex;
5409 - position: relative;
5410 - flex-direction: column;
5411 - height: 158px;
5412 - padding: 8px;
5413 - border: var(--e-a-border);
5414 - border-radius: 3px;
5415 -}
5416 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5417 - outline: 2px solid var(--e-a-border-color-focus);
5418 - outline-offset: 2px;
5419 -}
5420 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview {
5421 - display: flex;
5422 -}
5423 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name {
5424 - display: none;
5425 -}
5426 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5427 - display: flex !important;
5428 -}
5429 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5430 - width: 190px;
5431 - height: 100px;
5432 - position: relative;
5433 - border-radius: 3px;
5434 - margin-block-end: 4px;
5435 - overflow: hidden;
5436 -}
5437 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5438 - -o-object-fit: contain;
5439 - object-fit: contain;
5440 - width: 100%;
5441 - height: 100%;
5442 -}
5443 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5444 - display: none;
5445 - justify-content: center;
5446 - align-items: center;
5447 - position: absolute;
5448 - inset: 0;
5449 - background-color: rgba(0, 0, 0, 0.5);
5450 - cursor: default;
5451 -}
5452 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5453 - font-size: 11px;
5454 - white-space: nowrap;
5455 - text-overflow: ellipsis;
5456 - overflow: hidden;
5457 -}
5458 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5459 - display: flex;
5460 - position: relative;
5461 - justify-content: space-between;
5462 - align-items: center;
5463 - font-size: 11px;
5464 - min-height: 38px;
5465 -}
5466 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5467 - display: none;
5468 - width: 90%;
5469 - gap: 8px;
5470 - height: 38px;
5471 - padding: 4px 0;
5472 -}
5473 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert {
5474 - display: flex;
5475 -}
5476 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i {
5477 - display: flex;
5478 - align-items: center;
5479 -}
5480 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info {
5481 - display: flex;
5482 - flex-direction: column;
5483 - justify-content: center;
5484 - width: 65%;
5485 - align-items: start;
5486 - white-space: nowrap;
5487 - text-overflow: ellipsis;
5488 - overflow: hidden;
5489 -}
5490 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder {
5491 - flex-direction: row;
5492 - align-items: center;
5493 - justify-content: start;
5494 - height: 56px;
5495 - padding: 13px 10px;
5496 -}
5497 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon {
5498 - font-size: 25px;
5499 - margin-inline-end: 8px;
5500 -}
5501 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle {
5502 - margin-inline-start: auto;
5503 -}
5504 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5505 - display: none;
5506 -}
5507 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5508 - visibility: hidden;
5509 -}
5510 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5511 - visibility: visible;
5512 -}
5513 -#elementor-template-library-templates .bulk-selection-action-bar {
5514 - display: none;
5515 - background: var(--e-a-bg-active);
5516 - padding: 10px 25px;
5517 - border-radius: 5px;
5518 - color: var(--e-a-bg-invert);
5519 - gap: 20px;
5520 - align-items: center;
5521 - flex: 1;
5522 -}
5523 -#elementor-template-library-templates .bulk-selection-action-bar button {
5524 - background: transparent;
5525 - margin: 0;
5526 - font-size: inherit;
5527 - font-family: inherit;
5528 - color: inherit;
5529 - border: none;
5530 - cursor: pointer;
5531 - display: flex;
5532 - align-items: center;
5533 - justify-content: center;
5534 -}
5535 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5536 - pointer-events: none;
5537 - opacity: 0.3;
5538 - cursor: not-allowed;
5539 -}
5540 -#elementor-template-library-templates .bulk-selection-action-bar i {
5541 - cursor: pointer;
5542 - font-size: 18px;
5543 -}
5544 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5545 - font-size: 20px;
5546 -}
5547 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5548 - display: flex;
5549 - flex: 1;
5550 - white-space: nowrap;
5551 - text-overflow: ellipsis;
5552 - overflow: hidden;
5553 -}
5554 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5555 - display: flex;
5556 - flex-direction: row;
5557 - align-items: center;
5558 - gap: 15px;
5559 - white-space: nowrap;
5560 - text-overflow: ellipsis;
5561 - overflow: hidden;
5562 -}
5563 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5564 - white-space: nowrap;
5565 - text-overflow: ellipsis;
5566 - overflow: hidden;
5567 -}
5568 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5569 - padding-inline-start: 8px;
5570 - background-color: var(--e-a-bg-hover);
5571 - color: var(--e-a-color-txt);
5572 -}
5573 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5574 - visibility: visible;
5575 -}
5576 -#elementor-template-library-templates .bulk-selected-item {
5577 - background: var(--e-a-bg-active);
5578 -}
5579 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5580 - position: relative;
5581 - inset-block-start: 3px;
5582 -}
5583 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5584 - inset-block-start: 0px;
5585 -}
5586 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5587 -#elementor-template-library-templates #bulk-select-all:checked {
5588 - background: #69727D;
5589 -}
5590 -#elementor-template-library-templates .checkbox-minus:before {
5591 - display: block;
5592 - content: "";
5593 - width: 10px;
5594 - height: 2px;
5595 - background-color: white;
5596 - transform: none;
5597 -}
5598 4623
5599 4624 #elementor-template-library-toolbar {
5600 4625 display: flex;
5601 4626 justify-content: space-between;
@@ -5606,80 +4631,8 @@
5606 4631 display: flex;
5607 4632 align-items: center;
5608 4633 }
5609 4634
5610 -.elementor-template-library-filter-select-source {
5611 - width: 350px;
5612 - display: flex;
5613 - gap: 10px;
5614 -}
5615 -.elementor-template-library-filter-select-source .source-option {
5616 - flex: 1;
5617 - border: 0.5px solid #BABFC5;
5618 - padding: 5px;
5619 - border-radius: 3px;
5620 - cursor: pointer;
5621 - font-size: 12px;
5622 -}
5623 -.elementor-template-library-filter-select-source .source-option i {
5624 - margin-inline-end: 5px;
5625 -}
5626 -.elementor-template-library-filter-select-source .source-option .new-badge {
5627 - border: 1px solid var(--e-a-color-primary-bold-dark);
5628 - padding: 2px 4px;
5629 - color: var(--e-a-color-primary-bold-dark);
5630 - border-radius: 10px;
5631 - font-size: 10px;
5632 - margin-inline-start: 5px;
5633 -}
5634 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5635 - background-color: var(--e-a-bg-hover);
5636 -}
5637 -
5638 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5639 - display: flex;
5640 - align-items: center;
5641 - justify-content: space-between;
5642 -}
5643 -
5644 -#elementor-template-library-toolbar .source-option-badge,
5645 -.elementor-template-library-connect-states-badge .source-option-badge {
5646 - display: flex;
5647 - align-items: center;
5648 - gap: 6px;
5649 - padding: 6px 12px;
5650 - border: none;
5651 - border-radius: 20px;
5652 - font-size: 14px;
5653 - font-weight: 500;
5654 - white-space: nowrap;
5655 - margin-inline-start: auto;
5656 - margin-inline-end: 15px;
5657 -}
5658 -#elementor-template-library-toolbar .source-option-badge i,
5659 -.elementor-template-library-connect-states-badge .source-option-badge i {
5660 - margin: 0;
5661 - font-size: 14px;
5662 -}
5663 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5664 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5665 - background-color: var(--e-a-bg-info);
5666 - color: var(--e-a-color-info);
5667 -}
5668 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5669 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5670 - color: var(--e-a-color-info);
5671 -}
5672 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5673 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5674 - background-color: var(--e-a-bg-warning);
5675 - color: var(--e-a-btn-bg-warning-hover);
5676 -}
5677 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5678 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5679 - color: var(--e-a-btn-bg-warning-hover);
5680 -}
5681 -
5682 4635 #elementor-template-library-filter-toolbar-remote {
5683 4636 font-size: 11px;
5684 4637 }
5685 4638
@@ -5693,11 +4646,8 @@
5693 4646 padding-inline-end: 22px;
5694 4647 -webkit-user-select: none;
5695 4648 -moz-user-select: none;
5696 4649 user-select: none;
5697 - line-height: 1;
5698 - font-size: 10px;
5699 - font-weight: 500;
5700 4650 }
5701 4651
5702 4652 label.elementor-template-library-order-label {
5703 4653 cursor: pointer;
@@ -5753,12 +4703,8 @@
5753 4703 #elementor-template-library-filter-my-favorites-label i:after {
5754 4704 content: "\e923";
5755 4705 }
5756 4706
5757 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5758 - margin-block-end: 10px;
5759 -}
5760 -
5761 4707 #elementor-template-library-filter-text-wrapper {
5762 4708 width: 200px;
5763 4709 position: relative;
5764 4710 }
@@ -5763,15 +4709,12 @@
5763 4709 position: relative;
5764 4710 }
5765 4711 #elementor-template-library-filter-text-wrapper i {
5766 4712 position: absolute;
5767 - inset-block-start: 50%;
5768 - inset-inline-end: 0;
4713 + top: 50%;
4714 + left: 0;
5769 4715 transform: translateY(-50%);
5770 4716 }
5771 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5772 - inset-block-start: 25%;
5773 -}
5774 4717
5775 4718 #elementor-template-library-filter-text {
5776 4719 border: none;
5777 4720 border-block-end: var(--e-a-border-bold);
@@ -5797,32 +4740,19 @@
5797 4740 padding: 8px;
5798 4741 border: var(--e-a-border);
5799 4742 border-radius: 3px;
5800 4743 }
5801 -.elementor-template-library-template-remote:focus-visible {
5802 - outline: 2px solid var(--e-a-border-color-focus);
5803 - outline-offset: 2px;
5804 -}
5805 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4744 +.elementor-template-library-template-remote:hover {
5806 4745 background-color: var(--e-a-bg-hover);
5807 4746 }
5808 -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview {
5809 - opacity: 1;
5810 -}
5811 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
4747 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5812 4748 display: none;
5813 4749 }
5814 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5815 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5816 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5817 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5818 - display: initial;
5819 -}
5820 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4750 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5821 4751 opacity: 0;
5822 4752 }
5823 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5824 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4753 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4754 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5825 4755 display: none;
5826 4756 }
5827 4757 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5828 4758 content: var(--elementor-template-library-subscription-plan-label);
@@ -5830,10 +4760,10 @@
5830 4760 color: var(--e-a-color-white);
5831 4761 position: absolute;
5832 4762 text-transform: uppercase;
5833 4763 line-height: 1;
5834 - inset-block-start: 5px;
5835 - inset-inline-end: 5px;
4764 + top: 5px;
4765 + left: 5px;
5836 4766 padding: 3px 5px;
5837 4767 font-size: 8px;
5838 4768 border-radius: 2px;
5839 4769 }
@@ -5848,10 +4778,10 @@
5848 4778 }
5849 4779 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5850 4780 position: absolute;
5851 4781 width: 100%;
5852 - inset-block-end: 0;
5853 - inset-inline-start: 0;
4782 + bottom: 0;
4783 + right: 0;
5854 4784 padding: 10px;
5855 4785 background-color: var(--e-a-bg-default);
5856 4786 transition: transform 0.5s;
5857 4787 }
@@ -5857,9 +4787,9 @@
5857 4787 }
5858 4788 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5859 4789 display: none;
5860 4790 }
5861 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
4791 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5862 4792 transform: translateY(100%);
5863 4793 }
5864 4794 .elementor-template-library-template-remote .elementor-template-library-template-body {
5865 4795 position: relative;
@@ -5876,9 +4806,12 @@
5876 4806 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5877 4807 }
5878 4808 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5879 4809 position: absolute;
5880 - inset: 0;
4810 + top: 0;
4811 + left: 0;
4812 + width: 100%;
4813 + height: 100%;
5881 4814 background-color: rgba(0, 0, 0, 0.5);
5882 4815 transition: opacity 0.5s;
5883 4816 cursor: pointer;
5884 4817 }
@@ -5884,11 +4817,11 @@
5884 4817 }
5885 4818 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5886 4819 font-size: 20px;
5887 4820 position: absolute;
5888 - inset-block-start: 50%;
5889 - inset-inline-start: 50%;
5890 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4821 + top: 50%;
4822 + left: 50%;
4823 + transform: translate(-50%, -50%);
5891 4824 }
5892 4825 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5893 4826 display: flex;
5894 4827 justify-content: space-between;
@@ -5908,22 +4841,10 @@
5908 4841 .elementor-template-library-template-remote .elementor-template-library-favorite {
5909 4842 margin-inline-start: auto;
5910 4843 }
5911 4844 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5912 - position: absolute;
5913 - width: 1px;
5914 - height: 1px;
5915 - padding: 0;
5916 - margin: -1px;
5917 - overflow: hidden;
5918 - clip: rect(0, 0, 0, 0);
5919 - white-space: nowrap;
5920 - border: 0;
4845 + display: none;
5921 4846 }
5922 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5923 - outline: 2px solid var(--e-a-border-color-focus);
5924 - outline-offset: 2px;
5925 -}
5926 4847 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5927 4848 content: "\e93f";
5928 4849 color: var(--e-a-color-primary-bold);
5929 4850 }
@@ -5958,231 +4879,112 @@
5958 4879 height: 200px;
5959 4880 }
5960 4881
5961 4882 #elementor-template-library-order-toolbar-local,
5962 -.elementor-template-library-template-local,
5963 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4883 +.elementor-template-library-template-local {
5964 4884 display: flex;
5965 4885 align-items: center;
5966 4886 padding: 0 25px;
5967 4887 text-align: start;
5968 4888 }
5969 -@media (max-width: 1439px) {
5970 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5971 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5972 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5973 - width: 33%;
5974 - }
5975 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5976 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5977 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5978 - width: 10%;
5979 - }
5980 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5981 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5982 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5983 - width: 15%;
5984 - }
5985 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5986 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5987 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5988 - width: 15%;
5989 - }
5990 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5991 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5992 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5993 - width: 27%;
5994 - }
5995 -}
5996 -@media (min-width: 1440px) {
5997 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5998 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5999 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6000 - width: 25%;
6001 - }
6002 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6003 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6004 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6005 - width: 17%;
6006 - }
6007 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6008 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6009 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6010 - width: 17%;
6011 - }
6012 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6013 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6014 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6015 - width: 17%;
6016 - }
6017 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6018 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6019 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6020 - width: 24%;
6021 - }
6022 -}
6023 -@media (max-width: 1024px) {
6024 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6025 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6026 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6027 - display: none;
6028 - }
6029 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6030 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6031 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6032 - width: 41%;
6033 - }
6034 -}
6035 4889
6036 -.elementor-template-library-template-local .elementor-template-library-template-more,
6037 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6038 - display: none;
6039 - position: absolute;
6040 - background-color: var(--e-a-bg-default);
6041 - border-radius: var(--e-a-border-radius);
6042 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6043 - inset-block-start: 100%;
6044 - inset-inline-end: 0;
6045 - z-index: 1;
6046 - list-style: none;
6047 - margin: 0;
6048 - padding: 0;
4890 +#elementor-template-library-order-toolbar-local {
4891 + margin-block-start: 30px;
6049 4892 }
6050 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6051 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6052 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6054 - background: transparent;
6055 - margin: 0;
6056 - font-size: inherit;
6057 - font-family: inherit;
6058 - color: inherit;
6059 - border: none;
6060 - padding: 10px 20px;
6061 - font-size: 11px;
6062 - cursor: pointer;
6063 - display: flex;
6064 - align-items: center;
6065 - gap: 8px;
6066 - width: 100%;
4893 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4894 + line-height: 1;
4895 + font-size: 10px;
4896 + font-weight: 500;
6067 4897 }
6068 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6069 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6070 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6071 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6072 - cursor: not-allowed;
6073 - color: var(--e-a-color-txt-disabled);
6074 -}
6075 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6076 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6077 - color: var(--e-a-color-txt);
6078 - text-decoration: none;
6079 -}
6080 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6081 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6082 - color: var(--e-a-color-danger);
6083 -}
6084 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6085 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6086 - font-size: 16px;
6087 -}
6088 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6089 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6090 - margin-inline-start: auto;
6091 - cursor: pointer;
6092 - background: none;
6093 - border: none;
6094 - padding: 0;
6095 - display: flex;
6096 - align-items: center;
6097 - justify-content: center;
6098 -}
6099 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6100 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6101 - font-size: 20px;
6102 -}
6103 4898
6104 -.elementor-template-library-template-local,
6105 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4899 +.elementor-template-library-template-local {
6106 4900 height: 50px;
6107 4901 width: 100%;
6108 4902 margin-block-start: 1px;
6109 4903 transition: background-color 0.3s linear;
6110 4904 }
6111 -.elementor-template-library-template-local:hover,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4905 +.elementor-template-library-template-local:hover {
6113 4906 background-color: var(--e-a-bg-hover);
6114 4907 }
6115 -.elementor-template-library-template-local:first-child,
6116 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4908 +.elementor-template-library-template-local:first-child {
6117 4909 border-start-start-radius: 3px;
6118 4910 border-start-end-radius: 3px;
6119 4911 border-end-start-radius: 0;
6120 4912 border-end-end-radius: 0;
6121 4913 }
6122 -.elementor-template-library-template-local:last-child,
6123 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4914 +.elementor-template-library-template-local:last-child {
6124 4915 border-start-start-radius: 0;
6125 4916 border-start-end-radius: 0;
6126 4917 border-end-start-radius: 3px;
6127 4918 border-end-end-radius: 3px;
6128 4919 }
6129 -.elementor-template-library-template-local .elementor-template-library-template-name,
6130 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4920 +.elementor-template-library-template-local .elementor-template-library-template-name {
6131 4921 font-weight: 500;
6132 4922 }
6133 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6134 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6135 - font-size: 16px;
6136 -}
6137 4923 .elementor-template-library-template-local .elementor-template-library-template-name,
6138 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6139 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6140 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
4924 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6141 4925 padding-inline-end: 20px;
6142 4926 }
6143 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6144 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6145 - padding-inline-end: 10px;
6146 -}
6147 4927 .elementor-template-library-template-local .elementor-template-library-template-name,
6148 4928 .elementor-template-library-template-local .elementor-template-library-template-meta,
6149 4929 .elementor-template-library-template-local .elementor-template-library-template-preview,
6150 -.elementor-template-library-template-local .elementor-template-library-template-action,
6151 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6152 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6153 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6154 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4930 +.elementor-template-library-template-local .elementor-template-library-template-action {
6155 4931 white-space: nowrap;
6156 4932 text-overflow: ellipsis;
6157 4933 overflow: hidden;
6158 4934 }
6159 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6160 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4935 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6161 4936 position: relative;
6162 4937 display: flex;
6163 4938 align-items: center;
6164 4939 }
6165 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6166 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6167 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6168 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4940 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6169 4941 cursor: pointer;
6170 4942 transition: color 0.5s;
6171 4943 }
6172 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6173 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6174 - color: #F5D0FE;
4944 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4945 + margin-inline-end: 3px;
6175 4946 }
6176 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6177 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6178 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6179 - cursor: not-allowed;
4947 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4948 + margin-inline-start: 6px;
6180 4949 }
6181 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6182 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6183 - margin-inline-end: 3px;
4950 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4951 + color: var(--e-a-color-danger);
6184 4952 }
4953 +.elementor-template-library-template-local .elementor-template-library-template-more {
4954 + display: none;
4955 + position: absolute;
4956 + background-color: var(--e-a-bg-default);
4957 + padding: 3px 20px;
4958 + border-radius: var(--e-a-border-radius);
4959 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4960 + top: 100%;
4961 + left: 0;
4962 + transform: translateX(-65%) translateY(-7px);
4963 + z-index: 1;
4964 +}
4965 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4966 + content: "";
4967 + position: absolute;
4968 + border: solid transparent;
4969 + border-width: 8px 4px;
4970 + border-block-end-color: var(--e-a-color-white);
4971 + transform: translateY(-100%);
4972 +}
4973 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4974 + margin: 10px 0;
4975 + font-size: 11px;
4976 +}
4977 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4978 + color: var(--e-a-color-txt);
4979 +}
4980 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4981 + flex-grow: 1;
4982 + text-align: end;
4983 +}
4984 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4985 + font-size: 16px;
4986 +}
6185 4987
6186 4988 #elementor-template-library-preview {
6187 4989 height: 100%;
6188 4990 overflow: hidden;
@@ -6188,9 +4990,9 @@
6188 4990 overflow: hidden;
6189 4991 }
6190 4992 #elementor-template-library-preview iframe {
6191 4993 height: 150%;
6192 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4994 + transform: scale(0.666) translateX(25%) translateY(-25%);
6193 4995 }
6194 4996 @media (max-width: 1439px) {
6195 4997 #elementor-template-library-preview iframe {
6196 4998 width: 1440px;
@@ -6206,14 +5008,8 @@
6206 5008 font-size: 64px;
6207 5009 margin-block-start: 45px;
6208 5010 line-height: 1;
6209 5011 }
6210 -.elementor-template-library-blank-icon i {
6211 - font-size: 85px;
6212 -}
6213 -.elementor-template-library-blank-icon i.eicon-library-upload {
6214 - font-size: 65px;
6215 -}
6216 5012 .elementor-template-library-blank-icon img {
6217 5013 width: 70px;
6218 5014 }
6219 5015 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6251,499 +5047,8 @@
6251 5047 #elementor-template-library-save-template-form > * {
6252 5048 height: 55px;
6253 5049 font-size: 16px;
6254 5050 }
6255 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6256 - height: 55px;
6257 - font-size: 16px;
6258 - margin-block-end: 15px;
6259 -}
6260 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6261 - display: block;
6262 - width: 500px;
6263 - margin: 0 auto;
6264 -}
6265 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6266 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6267 - display: none;
6268 -}
6269 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6270 - margin-inline: 5px;
6271 -}
6272 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6273 - display: none;
6274 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6275 - padding: 3px 5px;
6276 - border-radius: 100px;
6277 - margin-inline: 5px;
6278 -}
6279 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6280 - color: var(--e-a-btn-bg-accent);
6281 -}
6282 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6283 - margin-inline-end: 5px;
6284 -}
6285 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6286 - display: inline;
6287 -}
6288 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6289 - display: inline;
6290 - background: var(--e-a-bg-hover);
6291 - padding: 0 2px 1px;
6292 - border: none;
6293 - border-radius: 2px;
6294 - vertical-align: bottom;
6295 - cursor: pointer;
6296 - font-family: inherit;
6297 - font-size: inherit;
6298 - color: inherit;
6299 - line-height: inherit;
6300 -}
6301 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6302 - background: var(--e-a-bg-active);
6303 -}
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6305 - outline: 2px solid var(--e-a-border-color-focus);
6306 - outline-offset: 2px;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6310 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip,
6311 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6313 - display: inline;
6314 -}
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6316 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6317 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6319 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6320 - pointer-events: none;
6321 -}
6322 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6323 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6324 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6325 - display: none;
6326 -}
6327 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider {
6328 - color: var(--e-a-color-txt-muted);
6329 - margin-inline: 5px;
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6332 - display: none;
6333 - float: inline-start;
6334 -}
6335 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6336 - font-size: 13px;
6337 - color: var(--e-a-btn-bg-accent);
6338 - text-align: start;
6339 -}
6340 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6341 - color: var(--e-a-btn-bg-accent);
6342 - text-decoration: underline;
6343 -}
6344 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6345 - float: inline-end;
6346 -}
6347 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6348 - cursor: not-allowed;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6351 - display: flex;
6352 - flex-direction: column;
6353 - text-align: start;
6354 - border: var(--e-a-border-bold);
6355 - padding: 15px;
6356 - height: auto;
6357 - gap: 10px;
6358 - position: relative;
6359 -}
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6361 - background: #69727D;
6362 - inset-block-start: -3px;
6363 - position: relative;
6364 -}
6365 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6366 - position: relative;
6367 - display: inline-block;
6368 -}
6369 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local {
6370 - white-space: nowrap;
6371 - text-overflow: ellipsis;
6372 - overflow: hidden;
6373 - overflow: visible;
6374 - display: inline-flex;
6375 - align-items: baseline;
6376 - line-height: 27px;
6377 -}
6378 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6379 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6380 - flex-shrink: 0;
6381 - position: relative;
6382 - inset-block-start: 2px;
6383 -}
6384 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6386 - inset-block-start: -2px;
6387 -}
6388 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6389 - vertical-align: bottom;
6390 -}
6391 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6392 - margin-inline: 5px;
6393 - color: var(--e-a-color-txt-muted);
6394 - cursor: pointer;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6397 - display: none;
6398 - margin-inline-end: 5px;
6399 - align-items: baseline;
6400 - white-space: nowrap;
6401 - text-overflow: ellipsis;
6402 - overflow: hidden;
6403 -}
6404 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6405 - display: inline-flex !important;
6406 -}
6407 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6408 - text-decoration: underline;
6409 - cursor: pointer;
6410 - white-space: nowrap;
6411 - text-overflow: ellipsis;
6412 - overflow: hidden;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6415 - cursor: pointer;
6416 - flex-shrink: 0;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6419 - color: var(--e-a-color-primary-bold);
6420 - font-size: 14px;
6421 -}
6422 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6423 - text-decoration: underline;
6424 -}
6425 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6426 - display: none;
6427 - position: absolute;
6428 - inset-block-start: 40px;
6429 - background-color: var(--e-a-bg-default);
6430 - min-width: 187px;
6431 - overflow: auto;
6432 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6433 - z-index: 1;
6434 - border-radius: 2px;
6435 - max-width: 450px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6438 - white-space: nowrap;
6439 - text-overflow: ellipsis;
6440 - overflow: hidden;
6441 -}
6442 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6443 - margin: 15px;
6444 -}
6445 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6446 - margin-inline-end: 10px;
6447 -}
6448 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6449 - max-height: 170px;
6450 -}
6451 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6452 - padding: 5px 15px;
6453 - cursor: pointer;
6454 - list-style: none;
6455 -}
6456 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6457 - display: none;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6460 - margin: 0px;
6461 -}
6462 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6463 - text-decoration: underline;
6464 -}
6465 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus {
6466 - background: var(--e-a-border-color);
6467 -}
6468 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6469 - outline: 2px solid var(--e-a-border-color-focus);
6470 - outline-offset: -2px;
6471 -}
6472 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6473 - pointer-events: none;
6474 - opacity: 0.3;
6475 -}
6476 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6477 - text-align: center;
6478 - font-size: 13px;
6479 - margin: 0 20px;
6480 - padding-block: 15px;
6481 - pointer-events: none;
6482 -}
6483 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6484 - font-size: 24px;
6485 - padding-block-end: 10px;
6486 -}
6487 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6488 - border-block-start: none;
6489 - border-inline: none;
6490 -}
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6492 - pointer-events: none;
6493 - opacity: 0.3;
6494 -}
6495 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6496 - display: flex;
6497 - flex-direction: column;
6498 - width: 600px;
6499 - text-align: start;
6500 -}
6501 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6503 - font-size: 12px;
6504 - font-weight: 400;
6505 - color: var(--e-a-color-txt);
6506 -}
6507 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6508 - width: 100%;
6509 - padding: 12px 15px;
6510 - border: var(--e-a-border-bold);
6511 - border-radius: 3px;
6512 - margin-block-end: 0;
6513 -}
6514 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6515 - border: none;
6516 - padding: 0;
6517 - gap: 12px;
6518 - margin-block-start: 20px;
6519 -}
6520 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6521 - display: flex;
6522 - align-items: center;
6523 - padding: 12px 15px;
6524 - border: var(--e-a-border-bold);
6525 - border-radius: 3px;
6526 - width: 100%;
6527 - line-height: normal;
6528 - gap: 8px;
6529 -}
6530 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6531 - border-color: var(--e-a-color-txt);
6532 -}
6533 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6534 - display: flex;
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6537 - margin-inline-end: 0;
6538 - flex-shrink: 0;
6539 - position: relative;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6542 - inset-block-start: 0;
6543 -}
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6545 - content: "";
6546 - position: absolute;
6547 - inset-inline-end: -8px;
6548 - width: 1px;
6549 - height: 18px;
6550 - background-color: var(--e-a-border-color);
6551 -}
6552 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6553 - margin-inline-start: 12px;
6554 - margin-inline-end: 4px;
6555 - font-size: 24px;
6556 - color: var(--e-a-color-txt);
6557 -}
6558 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6559 - margin-inline-start: 8px;
6560 - margin-inline-end: 0;
6561 - font-size: 24px;
6562 - color: var(--e-a-color-txt);
6563 -}
6564 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6565 - flex: 0 0 auto;
6566 - margin: 0;
6567 - cursor: pointer;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6570 - margin-inline: 0;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6573 - display: inline;
6574 - background: transparent;
6575 - padding: 0;
6576 - border-radius: 0;
6577 - vertical-align: baseline;
6578 - text-decoration: underline;
6579 - cursor: pointer;
6580 - margin-inline-start: 0;
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6583 - background: transparent;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6586 - color: var(--e-a-color-primary-bold);
6587 - text-decoration: underline;
6588 - cursor: pointer;
6589 - margin-inline-start: 4px;
6590 -}
6591 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6592 - text-decoration: none;
6593 -}
6594 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6595 - display: none;
6596 - border: none;
6597 - padding: 0;
6598 - border-radius: 0;
6599 - margin-inline-start: 0;
6600 - background: transparent;
6601 - transition: background-color 0.2s;
6602 - padding: 3px 8px;
6603 -}
6604 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6605 - background-color: var(--e-a-btn-bg-primary-hover);
6606 - border-radius: 3px;
6607 -}
6608 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6609 - color: var(--e-a-btn-bg-accent);
6610 - text-decoration: none;
6611 - display: flex;
6612 - align-items: center;
6613 - gap: 4px;
6614 - font-size: 14px;
6615 - font-weight: 500;
6616 -}
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6618 - margin: 0;
6619 - font-size: 14px;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6622 - display: none;
6623 -}
6624 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6625 - color: var(--e-a-color-txt-muted);
6626 - margin-inline: 5px;
6627 -}
6628 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6629 - color: var(--e-a-color-info);
6630 - text-decoration: underline;
6631 -}
6632 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6633 - text-decoration: none;
6634 -}
6635 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6636 - display: flex;
6637 - align-items: center;
6638 - gap: 6px;
6639 - padding: 6px 12px;
6640 - border: none;
6641 - border-radius: 20px;
6642 - font-size: 14px;
6643 - font-weight: 500;
6644 - cursor: pointer;
6645 - transition: opacity 0.2s;
6646 - margin-inline-start: auto;
6647 -}
6648 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6649 - opacity: 0.8;
6650 -}
6651 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6652 - margin: 0;
6653 - font-size: 14px;
6654 -}
6655 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6656 - background-color: var(--e-a-bg-info);
6657 - color: var(--e-a-color-info);
6658 -}
6659 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6660 - color: var(--e-a-color-info);
6661 -}
6662 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6663 - background-color: var(--e-a-bg-warning);
6664 - color: var(--e-a-btn-bg-warning-hover);
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6667 - color: var(--e-a-btn-bg-warning-hover);
6668 -}
6669 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6670 - display: none;
6671 - margin-inline-start: 8px;
6672 - align-items: center;
6673 - gap: 6px;
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6676 - display: inline-flex !important;
6677 -}
6678 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6679 - text-decoration: underline;
6680 - cursor: pointer;
6681 -}
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6683 - cursor: pointer;
6684 - font-size: 14px;
6685 -}
6686 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6687 - inset-block-start: 75px;
6688 - inset-inline-start: 230px;
6689 -}
6690 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6691 - display: none;
6692 -}
6693 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6694 - display: inline;
6695 -}
6696 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6697 - display: none;
6698 -}
6699 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6700 - border-color: var(--e-a-border-color);
6701 -}
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6703 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6705 - color: var(--e-a-color-txt-disabled);
6706 -}
6707 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6708 - background-color: var(--e-a-color-txt-disabled);
6709 -}
6710 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6711 - border-color: var(--e-a-border-color);
6712 -}
6713 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6714 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6716 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6717 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6718 - color: var(--e-a-color-txt-disabled);
6719 -}
6720 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6721 - background-color: var(--e-a-color-txt-disabled);
6722 -}
6723 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6724 - display: inline-flex;
6725 -}
6726 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6727 - display: none;
6728 -}
6729 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6730 - display: block;
6731 -}
6732 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6733 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6734 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6735 - pointer-events: none;
6736 -}
6737 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6738 - display: block;
6739 - margin-block-start: 15px;
6740 -}
6741 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6742 - align-self: center;
6743 - margin-block-start: 20px;
6744 - float: none;
6745 -}
6746 5051
6747 5052 #elementor-template-library-save-template-name {
6748 5053 width: 500px;
6749 5054 padding-inline-start: 25px;
@@ -6795,12 +5100,8 @@
6795 5100 padding: 100px 0 0;
6796 5101 min-height: 550px;
6797 5102 }
6798 5103
6799 -.elementor-template-library-cloud-empty__button {
6800 - margin-block-start: 45px;
6801 -}
6802 -
6803 5104 #elementor-template-library-connect-logo {
6804 5105 font-size: 20px;
6805 5106 }
6806 5107 #elementor-template-library-connect__button {
@@ -6837,11 +5138,11 @@
6837 5138 }
6838 5139
6839 5140 .elementor-template-library-blank-footer {
6840 5141 position: absolute;
6841 - inset-block-end: 70px;
6842 - inset-inline-start: 50%;
6843 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5142 + bottom: 70px;
5143 + left: 50%;
5144 + transform: translateX(-50%);
6844 5145 font-style: italic;
6845 5146 color: var(--e-a-color-txt-muted);
6846 5147 }
6847 5148 @media (max-height: 700px) {
@@ -6873,287 +5174,50 @@
6873 5174 #elementor-template-library-error-info {
6874 5175 margin-block-start: 10px;
6875 5176 }
6876 5177
6877 -#elementor-library--infotip__dialog,
6878 -#elementor-library--connect_infotip__dialog,
6879 -#elementor-library--cloud-upgrade__dialog,
6880 -#elementor-library--site-info__dialog {
6881 - position: absolute;
6882 - z-index: 10000;
6883 - background-color: var(--e-a-bg-default);
6884 - box-shadow: var(--e-a-popover-shadow);
6885 - border-radius: var(--e-a-border-radius);
5178 +@media (max-width: 1439px) {
5179 + .elementor-template-library-local-column-1 {
5180 + width: 33%;
5181 + }
5182 + .elementor-template-library-local-column-2 {
5183 + width: 10%;
5184 + }
5185 + .elementor-template-library-local-column-3 {
5186 + width: 15%;
5187 + }
5188 + .elementor-template-library-local-column-4 {
5189 + width: 15%;
5190 + }
5191 + .elementor-template-library-local-column-5 {
5192 + width: 27%;
5193 + }
6886 5194 }
6887 -#elementor-library--infotip__dialog.variant-b,
6888 -#elementor-library--connect_infotip__dialog.variant-b,
6889 -#elementor-library--cloud-upgrade__dialog.variant-b,
6890 -#elementor-library--site-info__dialog.variant-b {
6891 - width: 200px;
6892 - color: var(--e-a-color-txt-invert);
6893 - background-color: var(--e-a-bg-secondary);
5195 +@media (min-width: 1440px) {
5196 + .elementor-template-library-local-column-1 {
5197 + width: 25%;
5198 + }
5199 + .elementor-template-library-local-column-2 {
5200 + width: 17%;
5201 + }
5202 + .elementor-template-library-local-column-3 {
5203 + width: 17%;
5204 + }
5205 + .elementor-template-library-local-column-4 {
5206 + width: 17%;
5207 + }
5208 + .elementor-template-library-local-column-5 {
5209 + width: 24%;
5210 + }
6894 5211 }
6895 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6896 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6897 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6898 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6899 - padding: 4px 8px 4px 8px;
5212 +@media (max-width: 1024px) {
5213 + .elementor-template-library-local-column-3 {
5214 + display: none;
5215 + }
5216 + .elementor-template-library-local-column-5 {
5217 + width: 41%;
5218 + }
6900 5219 }
6901 -#elementor-library--infotip__dialog__title,
6902 -#elementor-library--connect_infotip__dialog__title,
6903 -#elementor-library--cloud-upgrade__dialog__title,
6904 -#elementor-library--site-info__dialog__title {
6905 - font-size: 14px;
6906 -}
6907 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6908 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6909 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6910 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6911 - padding: 10px 0 10px 10px;
6912 - float: inline-end;
6913 -}
6914 -#elementor-library--infotip__dialog .dialog-button,
6915 -#elementor-library--connect_infotip__dialog .dialog-button,
6916 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6917 -#elementor-library--site-info__dialog .dialog-button {
6918 - padding: 7px 25px;
6919 - font-size: 13px;
6920 - background: none;
6921 - color: var(--e-a-btn-bg-accent);
6922 - border: none;
6923 - font-weight: 500;
6924 - cursor: pointer;
6925 -}
6926 -#elementor-library--infotip__dialog:after,
6927 -#elementor-library--connect_infotip__dialog:after,
6928 -#elementor-library--cloud-upgrade__dialog:after,
6929 -#elementor-library--site-info__dialog:after {
6930 - content: "";
6931 - position: absolute;
6932 - inset-inline-end: 46%;
6933 - transform: scaleX(0.7);
6934 - border: 10px solid transparent;
6935 -}
6936 -
6937 -#elementor-library--infotip__dialog {
6938 - width: 265px;
6939 -}
6940 -#elementor-library--infotip__dialog .dialog-message {
6941 - padding: 20px 20px 0px 20px;
6942 -}
6943 -#elementor-library--infotip__dialog:after {
6944 - inset-block-start: 100%;
6945 - border-block-start-color: var(--e-a-bg-default);
6946 -}
6947 -#elementor-library--infotip__dialog.variant-b:after {
6948 - border-block-start-color: var(--e-a-bg-secondary);
6949 -}
6950 -
6951 -#elementor-library--connect_infotip__dialog {
6952 - width: 265px;
6953 -}
6954 -#elementor-library--connect_infotip__dialog .dialog-message {
6955 - padding: 20px;
6956 -}
6957 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6958 - inset-block-end: 100%;
6959 - border-block-end-color: var(--e-a-bg-default);
6960 -}
6961 -#elementor-library--connect_infotip__dialog.variant-b:after {
6962 - border-block-start-color: var(--e-a-bg-secondary);
6963 - inset-block-start: 100%;
6964 -}
6965 -#elementor-library--connect_infotip__dialog.variant-b {
6966 - width: 265px;
6967 -}
6968 -
6969 -#elementor-library--cloud-upgrade__dialog {
6970 - width: 265px;
6971 -}
6972 -#elementor-library--cloud-upgrade__dialog:after {
6973 - inset-block-start: 100%;
6974 - border-block-start-color: var(--e-a-bg-default);
6975 -}
6976 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6977 - border-block-start-color: var(--e-a-bg-secondary);
6978 -}
6979 -
6980 -#elementor-library--site-info__dialog {
6981 - width: 265px;
6982 -}
6983 -#elementor-library--site-info__dialog:after {
6984 - inset-block-start: 100%;
6985 - border-block-start-color: var(--e-a-bg-default);
6986 -}
6987 -#elementor-library--site-info__dialog.variant-b:after {
6988 - border-block-start-color: var(--e-a-bg-secondary);
6989 -}
6990 -
6991 -.elementor-global-styles-dialog {
6992 - --gsd-color-text-primary: #0c0d0e;
6993 - --gsd-color-text-secondary: #3f444b;
6994 - --gsd-color-text-tertiary: #69727D;
6995 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6996 - --gsd-color-primary-main: #f0abfc;
6997 - --gsd-color-primary-hover: #e879f9;
6998 - --gsd-color-secondary-main: #515962;
6999 - --gsd-border-radius: 4px;
7000 - --gsd-spacing-horizontal: 24px;
7001 - --gsd-font-family: 'Roboto', sans-serif;
7002 - padding: 16px 0 0;
7003 - min-width: 444px;
7004 -}
7005 -.elementor-global-styles-dialog__header {
7006 - padding: 10px var(--gsd-spacing-horizontal) 0;
7007 - margin-block-end: 16px;
7008 -}
7009 -.elementor-global-styles-dialog__header h2 {
7010 - margin: 0 0 4px;
7011 - font-family: var(--gsd-font-family);
7012 - font-size: 16px;
7013 - font-weight: 500;
7014 - line-height: 1.3;
7015 - color: var(--gsd-color-text-primary);
7016 - letter-spacing: 0.15px;
7017 -}
7018 -.elementor-global-styles-dialog__header p {
7019 - margin: 0;
7020 - font-family: var(--gsd-font-family);
7021 - font-size: 14px;
7022 - font-weight: 400;
7023 - line-height: 20px;
7024 - color: var(--gsd-color-text-secondary);
7025 - letter-spacing: 0.15px;
7026 -}
7027 -.elementor-global-styles-dialog__options {
7028 - display: flex;
7029 - flex-direction: column;
7030 - gap: 12px;
7031 - padding: 0 var(--gsd-spacing-horizontal);
7032 -}
7033 -.elementor-global-styles-dialog__radio-card {
7034 - display: flex;
7035 - gap: 0;
7036 - padding: 12px 8px;
7037 - border: 1px solid var(--gsd-color-divider);
7038 - border-radius: var(--gsd-border-radius);
7039 - cursor: pointer;
7040 - transition: border-color 0.2s ease;
7041 -}
7042 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7043 - border: 2px solid var(--gsd-color-text-primary);
7044 - padding: 11px 7px;
7045 -}
7046 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7047 - flex-shrink: 0;
7048 - width: 20px;
7049 - height: 20px;
7050 - margin: 9px;
7051 - cursor: pointer;
7052 - color: var(--gsd-color-text-tertiary);
7053 - accent-color: var(--gsd-color-text-primary);
7054 -}
7055 -.elementor-global-styles-dialog__radio-card-content {
7056 - display: flex;
7057 - align-items: flex-start;
7058 - flex-direction: column;
7059 - flex: 1;
7060 -}
7061 -.elementor-global-styles-dialog__radio-label {
7062 - font-family: var(--gsd-font-family);
7063 - font-size: 14px;
7064 - font-weight: 500;
7065 - line-height: 18px;
7066 - color: var(--gsd-color-text-primary);
7067 - letter-spacing: 0.15px;
7068 -}
7069 -.elementor-global-styles-dialog__radio-description {
7070 - font-family: var(--gsd-font-family);
7071 - font-size: 12px;
7072 - font-weight: 400;
7073 - line-height: 20px;
7074 - color: var(--gsd-color-text-secondary);
7075 - letter-spacing: 0.4px;
7076 -}
7077 -.elementor-global-styles-dialog__checkbox-container {
7078 - display: flex;
7079 - align-items: flex-start;
7080 - gap: 4px;
7081 - padding: 0;
7082 - margin-block-start: 0;
7083 -}
7084 -.elementor-global-styles-dialog__checkbox-option {
7085 - display: flex;
7086 - align-items: flex-start;
7087 - gap: 4px;
7088 - cursor: pointer;
7089 -}
7090 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7091 - width: 18px;
7092 - height: 18px;
7093 - margin: 4px;
7094 - cursor: pointer;
7095 -}
7096 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7097 - background-color: var(--gsd-color-text-tertiary);
7098 -}
7099 -.elementor-global-styles-dialog__checkbox-label {
7100 - font-family: var(--gsd-font-family);
7101 - font-size: 12px;
7102 - font-weight: 400;
7103 - line-height: 1.43;
7104 - color: var(--gsd-color-text-primary);
7105 - letter-spacing: 0.15px;
7106 - padding-block-start: 4px;
7107 - margin-inline-start: 4px;
7108 -}
7109 -.elementor-global-styles-dialog__checkbox-label a {
7110 - color: #2563eb;
7111 - text-decoration: underline;
7112 -}
7113 -.elementor-global-styles-dialog__checkbox-label a:hover {
7114 - color: #2563eb;
7115 -}
7116 -.elementor-global-styles-dialog__footer {
7117 - display: flex;
7118 - justify-content: flex-end;
7119 - align-items: center;
7120 - gap: 8px;
7121 - padding: 16px var(--gsd-spacing-horizontal);
7122 -}
7123 -.elementor-global-styles-dialog__button-cancel {
7124 - padding: 6px 8px;
7125 - font-family: var(--gsd-font-family);
7126 - font-size: 15px;
7127 - font-weight: 500;
7128 - line-height: 24px;
7129 - letter-spacing: 0.4px;
7130 - color: var(--gsd-color-secondary-main);
7131 - background: transparent;
7132 - border: none;
7133 - border-radius: var(--gsd-border-radius);
7134 - cursor: pointer;
7135 -}
7136 -.elementor-global-styles-dialog__button-cancel:hover {
7137 - background: rgba(0, 0, 0, 0.04);
7138 -}
7139 -.elementor-global-styles-dialog__button-insert {
7140 - padding: 6px 16px;
7141 - font-family: var(--gsd-font-family);
7142 - font-size: 15px;
7143 - font-weight: 500;
7144 - line-height: 24px;
7145 - letter-spacing: 0.4px;
7146 - color: var(--gsd-color-text-primary);
7147 - background: var(--gsd-color-primary-main);
7148 - border: none;
7149 - border-radius: var(--gsd-border-radius);
7150 - cursor: pointer;
7151 -}
7152 -.elementor-global-styles-dialog__button-insert:hover {
7153 - background: var(--gsd-color-primary-hover);
7154 -}
7155 -
7156 5220 .elementor-tags-list {
7157 5221 display: none;
7158 5222 position: absolute;
7159 5223 width: 260px;
@@ -7243,10 +5307,10 @@
7243 5307 }
7244 5308 .elementor-tag-settings-popup:before {
7245 5309 content: "";
7246 5310 position: absolute;
7247 - inset-block-start: -20px;
7248 - inset-inline-start: 5px;
5311 + top: -20px;
5312 + right: 5px;
7249 5313 border: 10px solid transparent;
7250 5314 border-block-end-color: var(--e-a-border-color);
7251 5315 }
7252 5316 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7337,14 +5401,8 @@
7337 5401 cursor: default;
7338 5402 opacity: 0.5;
7339 5403 color: var(--e-a-color-disabled);
7340 5404 }
7341 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7342 - opacity: 1;
7343 -}
7344 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7345 - opacity: 0.5;
7346 -}
7347 5405 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
7348 5406 background-color: var(--e-a-bg-hover);
7349 5407 color: var(--e-a-color-hover);
7350 5408 }
@@ -7362,31 +5420,15 @@
7362 5420 color: var(--e-a-color-txt-muted);
7363 5421 }
7364 5422 .elementor-context-menu-list__item__shortcut--link-fullwidth {
7365 5423 position: absolute;
7366 - inset: 0;
5424 + left: 0;
5425 + top: 0;
5426 + width: 100%;
5427 + height: 100%;
7367 5428 z-index: 2;
7368 5429 cursor: pointer;
7369 5430 }
7370 -.elementor-context-menu-list__item__shortcut__new-badge {
7371 - border: 1px solid var(--e-a-color-primary-bold);
7372 - padding: 2px 8px;
7373 - color: var(--e-a-color-primary-bold);
7374 - border-radius: 10px;
7375 - font-size: 10px;
7376 -}
7377 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7378 - display: flex;
7379 - align-items: center;
7380 - justify-content: center;
7381 - width: 24px;
7382 - height: 24px;
7383 - border-radius: 50%;
7384 - background-color: rgba(214, 16, 124, 0.12);
7385 - color: var(--e-a-color-accent-promotion, #D6107C);
7386 - font-size: 16px;
7387 - cursor: pointer;
7388 -}
7389 5431 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7390 5432 font-size: 14px;
7391 5433 font-style: normal;
7392 5434 font-weight: 400;
@@ -7395,11 +5437,8 @@
7395 5437 }
7396 5438 .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * {
7397 5439 color: var(--e-global-color-danger);
7398 5440 }
7399 -.elementor-context-menu-list__item.elementor-hidden {
7400 - display: none;
7401 -}
7402 5441 .elementor-context-menu .eicon-pro-icon {
7403 5442 color: var(--e-global-color-accent);
7404 5443 }
7405 5444
@@ -7471,9 +5510,9 @@
7471 5510 }
7472 5511 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7473 5512 content: "+";
7474 5513 position: absolute;
7475 - inset-inline-end: 0;
5514 + left: 0;
7476 5515 width: 9px;
7477 5516 text-align: center;
7478 5517 margin-inline-end: -18px;
7479 5518 }
@@ -7546,18 +5585,17 @@
7546 5585 }
7547 5586
7548 5587 body {
7549 5588 --e-editor-navigator-width: 240px;
7550 - --e-editor-navigator-indicator-width: 3px;
7551 5589 --e-editor-navigator-promotion-height: 30px;
7552 5590 }
7553 5591
7554 5592 #elementor-navigator {
7555 5593 position: fixed;
7556 - inset-block-start: 100px;
7557 - inset-inline-end: 30px;
5594 + top: 100px;
7558 5595 width: var(--e-editor-navigator-width);
7559 5596 height: 50vh;
5597 + left: 30px;
7560 5598 background-color: var(--e-a-bg-default);
7561 5599 border: var(--e-a-border);
7562 5600 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7563 5601 -webkit-user-select: none;
@@ -7567,10 +5605,10 @@
7567 5605 z-index: 100;
7568 5606 display: none;
7569 5607 }
7570 5608 body.elementor-navigator-docked #elementor-navigator {
7571 - inset: 0;
7572 - inset-inline-start: auto;
5609 + top: 0;
5610 + left: 0;
7573 5611 height: 100%;
7574 5612 }
7575 5613 body:not(.elementor-navigator-docked) #elementor-navigator {
7576 5614 border-radius: 5px;
@@ -7593,22 +5631,8 @@
7593 5631 font-weight: 400;
7594 5632 padding: 10px 0;
7595 5633 cursor: move;
7596 5634 }
7597 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7598 - padding-inline-end: 17.5px;
7599 -}
7600 -#elementor-navigator__ai-titles {
7601 - width: 35px;
7602 - text-align: center;
7603 - cursor: pointer;
7604 - background-color: transparent;
7605 - border: none;
7606 - outline: none;
7607 -}
7608 -#elementor-navigator__ai-titles:hover {
7609 - color: #E73CF6;
7610 -}
7611 5635 #elementor-navigator__close, #elementor-navigator__toggle-all {
7612 5636 color: var(--e-a-color-txt);
7613 5637 background-color: transparent;
7614 5638 border: none;
@@ -7686,9 +5710,9 @@
7686 5710 .elementor-navigator__item[data-locked=true] {
7687 5711 cursor: not-allowed;
7688 5712 }
7689 5713 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7690 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5714 + transform: rotate(90deg);
7691 5715 }
7692 5716 .elementor-navigator__item > * {
7693 5717 display: flex;
7694 5718 align-items: center;
@@ -7703,9 +5727,9 @@
7703 5727 .elementor-navigator__elements .elementor-empty-view {
7704 5728 padding: 10px;
7705 5729 }
7706 5730 .elementor-navigator__elements .elementor-empty-view__title {
7707 - margin-inline-start: 34px;
5731 + margin-inline-start: 23px;
7708 5732 font-size: 10px;
7709 5733 font-style: italic;
7710 5734 }
7711 5735 .elementor-navigator__elements .ui-sortable-helper {
@@ -7773,9 +5797,9 @@
7773 5797 overflow: hidden;
7774 5798 }
7775 5799 .elementor-navigator__element__toggle {
7776 5800 position: absolute;
7777 - inset-inline-end: 15px;
5801 + left: 15px;
7778 5802 height: 100%;
7779 5803 z-index: 0;
7780 5804 font-size: 13px;
7781 5805 }
@@ -7781,12 +5805,13 @@
7781 5805 }
7782 5806 .elementor-navigator__element__indicators {
7783 5807 position: relative;
7784 5808 transition: transform 0.5s;
5809 + padding-inline-start: 5px;
7785 5810 z-index: 91;
7786 5811 }
7787 5812 .elementor-navigator__element__indicators:not(:hover) {
7788 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5813 + transform: translateX(calc(-100% + 8px));
7789 5814 }
7790 5815 .elementor-navigator__element__indicator {
7791 5816 height: 100%;
7792 5817 width: 31px;
@@ -7794,13 +5819,16 @@
7794 5819 align-items: center;
7795 5820 justify-content: center;
7796 5821 color: var(--e-a-color-txt);
7797 5822 background-color: var(--e-a-bg-default);
7798 - border-inline-end: var(--e-a-border);
5823 + border-inline-start: var(--e-a-border);
7799 5824 }
7800 5825 .elementor-navigator__element__indicator:first-child {
7801 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5826 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7802 5827 }
5828 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5829 + border-color: #242729;
5830 +}
7803 5831 .elementor-navigator__element__indicator:hover {
7804 5832 color: var(--e-a-color-txt-hover);
7805 5833 }
7806 5834 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7813,9 +5841,9 @@
7813 5841
7814 5842 .e-notice-bar {
7815 5843 position: absolute;
7816 5844 width: 100%;
7817 - inset-block-end: 0;
5845 + bottom: 0;
7818 5846 display: flex;
7819 5847 align-items: center;
7820 5848 height: 40px;
7821 5849 color: #fff;
@@ -7839,9 +5867,9 @@
7839 5867 padding: 4px 10px;
7840 5868 font-size: 11px;
7841 5869 }
7842 5870 .e-notice-bar__primary_action a:hover {
7843 - color: rgb(70.5, 0, 30.2142857143);
5871 + color: #47001e;
7844 5872 background: #F1F2F3;
7845 5873 }
7846 5874 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7847 5875 font-size: 11px;
@@ -7941,11 +5969,11 @@
7941 5969 background-color: transparent;
7942 5970 }
7943 5971 #elementor-icons-manager__search i {
7944 5972 position: absolute;
7945 - inset-block-start: 50%;
7946 - inset-inline-end: 15px;
5973 + top: 50%;
7947 5974 transform: translateY(-50%);
5975 + left: 15px;
7948 5976 }
7949 5977 #elementor-icons-manager__tab__wrapper {
7950 5978 overflow: auto;
7951 5979 margin: 25px -15px 0;
@@ -8034,10 +6062,10 @@
8034 6062 content: "";
8035 6063 position: absolute;
8036 6064 height: 100%;
8037 6065 width: 3px;
8038 - inset-block-start: 0;
8039 - inset-inline-start: 0;
6066 + top: 0;
6067 + right: 0;
8040 6068 background-color: var(--e-a-border-color-accent);
8041 6069 }
8042 6070 .elementor-icons-manager__tab__item {
8043 6071 position: relative;
@@ -8062,11 +6090,11 @@
8062 6090 flex-direction: column;
8063 6091 align-items: center;
8064 6092 width: 100%;
8065 6093 position: absolute;
8066 - inset-block-start: 50%;
8067 - inset-inline-start: 50%;
8068 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6094 + top: 50%;
6095 + left: 50%;
6096 + transform: translate(-50%, -50%);
8069 6097 padding: 1px;
8070 6098 }
8071 6099 .elementor-icons-manager__tab__item__icon {
8072 6100 font-size: 25px;
@@ -8110,12 +6138,11 @@
8110 6138 }
8111 6139 .pickr .pcr-button:before, .pickr .pcr-button:after {
8112 6140 height: 12px;
8113 6141 width: 12px;
8114 - position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6142 + top: 50%;
6143 + left: 50%;
6144 + transform: translate(-50%, -50%);
8118 6145 }
8119 6146
8120 6147 .pcr-app {
8121 6148 background-color: var(--e-a-bg-default);
@@ -8222,9 +6249,12 @@
8222 6249 font-family: "eicons";
8223 6250 color: var(--e-a-btn-color-invert);
8224 6251 text-indent: 0;
8225 6252 position: absolute;
8226 - inset: 0;
6253 + left: 0;
6254 + top: 0;
6255 + width: 100%;
6256 + height: 100%;
8227 6257 display: flex;
8228 6258 justify-content: center;
8229 6259 align-items: center;
8230 6260 }
@@ -8255,9 +6285,9 @@
8255 6285 }
8256 6286
8257 6287 .select2-selection__arrow {
8258 6288 height: 27px;
8259 - inset-block-start: 0;
6289 + top: 0;
8260 6290 }
8261 6291
8262 6292 .select2-results__option[aria-selected=true] {
8263 6293 background-color: var(--e-a-bg-active);
@@ -8280,12 +6310,12 @@
8280 6310 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8281 6311 cursor: ew-resize;
8282 6312 }
8283 6313 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8284 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6314 + box-shadow: 0 0 0 1px #0e3b9c inset;
8285 6315 }
8286 6316 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8287 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6317 + color: #0e3b9c;
8288 6318 -webkit-user-select: none;
8289 6319 -moz-user-select: none;
8290 6320 user-select: none;
8291 6321 }
@@ -8316,10 +6346,11 @@
8316 6346 padding: 0;
8317 6347 margin: 0;
8318 6348 height: 100px;
8319 6349 position: absolute;
8320 - inset-block-start: -60px;
8321 - inset-inline: 0;
6350 + top: -60px;
6351 + left: 0;
6352 + right: 0;
8322 6353 }
8323 6354 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8324 6355 border-color: transparent;
8325 6356 outline: none;
@@ -8346,22 +6377,20 @@
8346 6377 }
8347 6378
8348 6379 [class^=eicon-flex], [class*=" eicon-flex"] {
8349 6380 transition: 0.3s all;
6381 + --is-ltr: 1;
6382 + --is-rtl: 0;
6383 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6384 + --is-ltr: 0;
6385 + --is-rtl: 1;
8350 6386 }
8351 6387 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8352 6388 max-height: 1em;
8353 6389 max-width: 1em;
8354 6390 }
8355 -[class^=eicon-flex], [class*=" eicon-flex"] {
8356 - --is-ltr: 0;
8357 - --is-rtl: 1;
8358 -}
8359 6391 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8360 6392 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8361 -}
8362 -[class^=eicon-flex], [class*=" eicon-flex"] {
8363 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8364 6393 }
8365 6394 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) {
8366 6395 transform: rotate(calc(var(--rotation-direction) * 90deg));
8367 6396 }