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-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 4.0.7 All 451 releases
← All changes | assets/css/editor.css +367 -2317 4.0.73.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 + right: 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: "\e89f";
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: "\e89e";
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 + left: 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 + right: 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 + left: 8px;
888 + right: 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 + left: 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 + right: 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 + right: 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 + right: 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,52 +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: var(--e-a-color-accent-promotion, #D6107C);
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 1241 #elementor-panel-inner {
1620 1242 position: relative;
1621 1243 height: 100%;
1622 1244 display: flex;
@@ -1644,9 +1266,9 @@
1644 1266 }
1645 1267
1646 1268 #elementor-panel-get-pro-elements-sticky {
1647 1269 position: sticky;
1648 - inset-block-end: 0;
1270 + bottom: 0;
1649 1271 font-size: 14px;
1650 1272 font-weight: 400;
1651 1273 line-height: 1.6;
1652 1274 margin-block-end: -10px;
@@ -1651,9 +1273,9 @@
1651 1273 line-height: 1.6;
1652 1274 margin-block-end: -10px;
1653 1275 }
1654 1276 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1655 - margin-block-start: -14px;
1277 + margin-top: -14px;
1656 1278 min-height: 40px;
1657 1279 display: block;
1658 1280 padding: 9px min(35px, 5%);
1659 1281 gap: 10px;
@@ -1668,9 +1290,9 @@
1668 1290 font-weight: 500;
1669 1291 color: var(--e-a-btn-bg-accent);
1670 1292 }
1671 1293 #elementor-panel-get-pro-elements-sticky img {
1672 - margin-inline-start: 17px;
1294 + margin-left: 17px;
1673 1295 }
1674 1296
1675 1297 #elementor-panel-notice-wrapper .elementor-panel-notice {
1676 1298 width: 90%;
@@ -1697,10 +1319,10 @@
1697 1319 background: var(--e-a-color-primary);
1698 1320 border-radius: 50%;
1699 1321 width: 8px;
1700 1322 height: 8px;
1701 - inset-block-start: 5px;
1702 - inset-inline-end: 5px;
1323 + top: 5px;
1324 + right: 5px;
1703 1325 }
1704 1326
1705 1327 .media-modal.wp-core-ui {
1706 1328 color-scheme: light;
@@ -1748,9 +1370,8 @@
1748 1370 .elementor-control.elementor-control-type-divider {
1749 1371 padding: 0;
1750 1372 }
1751 1373 .elementor-control.elementor-control-type-divider .elementor-control-content {
1752 - margin-inline: 20px;
1753 1374 border-width: 0;
1754 1375 border-block-start: var(--e-a-border);
1755 1376 background-color: var(--e-a-bg-default);
1756 1377 height: 15px;
@@ -1760,20 +1381,21 @@
1760 1381 }
1761 1382 .elementor-control.elementor-control-separator-before:before {
1762 1383 content: "";
1763 1384 position: absolute;
1764 - inset: 0 20px auto;
1765 1385 height: 1px;
1386 + width: calc(100% - 40px);
1387 + top: 0;
1388 + left: 20px;
1766 1389 background-color: var(--e-a-border-color);
1767 1390 }
1768 -.elementor-control.elementor-control-separator-after {
1769 - padding-block-end: 15px;
1770 -}
1771 1391 .elementor-control.elementor-control-separator-after:after {
1772 1392 content: "";
1773 1393 position: absolute;
1774 - inset: auto 20px 0;
1775 1394 height: 1px;
1395 + width: calc(100% - 40px);
1396 + bottom: 0;
1397 + left: 20px;
1776 1398 background-color: var(--e-a-border-color);
1777 1399 }
1778 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 {
1779 1401 padding-block-start: 15px;
@@ -1814,36 +1436,23 @@
1814 1436 }
1815 1437 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1816 1438 display: none;
1817 1439 }
1818 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1819 - padding: 4px;
1820 -}
1821 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1822 - aspect-ratio: 4/1;
1823 - -o-object-fit: cover;
1824 - object-fit: cover;
1825 - -o-object-position: center;
1826 - object-position: center;
1827 -}
1828 -.elementor-control-shape_divider_bottom img {
1829 - rotate: X 180deg;
1830 -}
1831 1440 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1832 1441 margin-block-start: 5px;
1833 1442 }
1834 1443
1835 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1836 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1837 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1838 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1839 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1840 - 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";
1841 1450 }
1842 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1843 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1844 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1845 - 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: "\e90a";
1846 1455 }
1847 1456
1848 1457 .elementor-panel-heading {
1849 1458 display: flex;
@@ -1867,17 +1476,8 @@
1867 1476 }
1868 1477 .elementor-panel-heading-title {
1869 1478 font-weight: bold;
1870 1479 }
1871 -.elementor-panel-heading-category-chip {
1872 - margin-inline-start: auto;
1873 - background-color: var(--e-a-bg-chip);
1874 - border-radius: 100px;
1875 - padding: 5px 8px;
1876 -}
1877 -.elementor-panel-heading-category-chip i {
1878 - margin-inline-start: 4px;
1879 -}
1880 1480 .elementor-panel-heading-promotion {
1881 1481 margin-inline-start: auto;
1882 1482 }
1883 1483 .elementor-panel-heading-promotion a {
@@ -1896,11 +1496,9 @@
1896 1496 .elementor-panel-heading:focus-visible {
1897 1497 color: var(--e-a-color-txt-hover);
1898 1498 }
1899 1499
1900 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1901 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1902 -#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 {
1903 1501 border-block-start: none;
1904 1502 }
1905 1503
1906 1504 .elementor-control-field {
@@ -1945,15 +1543,8 @@
1945 1543 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 1544 margin-block-start: 0;
1947 1545 }
1948 1546
1949 -.elementor-control-start-end .eicon-text-align-left,
1950 -.elementor-control-start-end .eicon-text-align-right,
1951 -.elementor-control-start-end .eicon-h-align-left,
1952 -.elementor-control-start-end .eicon-h-align-right {
1953 - scale: calc(1 * var(--direction-multiplier)) 1;
1954 -}
1955 -
1956 1547 .elementor-update-preview {
1957 1548 margin: 15px 15px 0;
1958 1549 display: flex;
1959 1550 align-items: center;
@@ -1988,9 +1579,9 @@
1988 1579 }
1989 1580 .elementor-control-responsive-switchers__holder {
1990 1581 position: absolute;
1991 1582 width: 100%;
1992 - inset-block-start: 0;
1583 + top: 0;
1993 1584 background-color: var(--e-a-bg-default);
1994 1585 border-radius: var(--e-a-border-radius);
1995 1586 transition: 0.15s;
1996 1587 border: 1px solid transparent;
@@ -2133,10 +1724,10 @@
2133 1724 display: none;
2134 1725 overflow: hidden;
2135 1726 max-height: 0;
2136 1727 position: absolute;
2137 - inset-block-start: -0.8em;
2138 - inset-inline-start: -0.5em;
1728 + top: -0.8em;
1729 + left: -0.5em;
2139 1730 width: 2.5em;
2140 1731 text-align: center;
2141 1732 background-color: var(--e-a-bg-default);
2142 1733 border-radius: var(--e-a-border-radius);
@@ -2311,9 +1902,9 @@
2311 1902 }
2312 1903 .elementor-control-responsive-switchers__holder {
2313 1904 position: absolute;
2314 1905 width: 100%;
2315 - inset-block-start: 0;
1906 + top: 0;
2316 1907 background-color: var(--e-a-bg-default);
2317 1908 border-radius: var(--e-a-border-radius);
2318 1909 transition: 0.15s;
2319 1910 border: 1px solid transparent;
@@ -2456,10 +2047,10 @@
2456 2047 display: none;
2457 2048 overflow: hidden;
2458 2049 max-height: 0;
2459 2050 position: absolute;
2460 - inset-block-start: -0.8em;
2461 - inset-inline-start: -0.5em;
2051 + top: -0.8em;
2052 + left: -0.5em;
2462 2053 width: 2.5em;
2463 2054 text-align: center;
2464 2055 background-color: var(--e-a-bg-default);
2465 2056 border-radius: var(--e-a-border-radius);
@@ -2589,9 +2180,9 @@
2589 2180 }
2590 2181 .elementor-control-responsive-switchers__holder {
2591 2182 position: absolute;
2592 2183 width: 100%;
2593 - inset-block-start: 0;
2184 + top: 0;
2594 2185 background-color: var(--e-a-bg-default);
2595 2186 border-radius: var(--e-a-border-radius);
2596 2187 transition: 0.15s;
2597 2188 border: 1px solid transparent;
@@ -2734,10 +2325,10 @@
2734 2325 display: none;
2735 2326 overflow: hidden;
2736 2327 max-height: 0;
2737 2328 position: absolute;
2738 - inset-block-start: -0.8em;
2739 - inset-inline-start: -0.5em;
2329 + top: -0.8em;
2330 + left: -0.5em;
2740 2331 width: 2.5em;
2741 2332 text-align: center;
2742 2333 background-color: var(--e-a-bg-default);
2743 2334 border-radius: var(--e-a-border-radius);
@@ -2857,11 +2448,11 @@
2857 2448 }
2858 2449
2859 2450 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2451 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2452 + top: 50%;
2453 + left: 50%;
2454 + transform: translate(-50%, -50%);
2864 2455 }
2865 2456 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2457 font-size: 70px;
2867 2458 }
@@ -2916,9 +2507,12 @@
2916 2507 opacity: 0.6;
2917 2508 }
2918 2509 .elementor-control-type-gallery .elementor-control-gallery-edit {
2919 2510 position: absolute;
2920 - inset: 0;
2511 + top: 0;
2512 + bottom: 0;
2513 + left: 0;
2514 + right: 0;
2921 2515 background-color: rgba(0, 0, 0, 0.2);
2922 2516 padding: 10px;
2923 2517 font-size: 11px;
2924 2518 transition: all 0.3s ease-in-out;
@@ -2927,10 +2521,10 @@
2927 2521 opacity: 0;
2928 2522 }
2929 2523 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 2524 position: absolute;
2931 - inset-block-start: 10px;
2932 - inset-inline-end: 10px;
2525 + top: 10px;
2526 + right: 10px;
2933 2527 width: 21px;
2934 2528 height: 21px;
2935 2529 color: var(--e-a-color-white);
2936 2530 background-color: rgba(0, 0, 0, 0.5);
@@ -3040,10 +2634,10 @@
3040 2634 }
3041 2635 .e-global__popover-info-tooltip:after {
3042 2636 content: "";
3043 2637 position: absolute;
3044 - inset-block-end: -17px;
3045 - inset-inline-start: 16px;
2638 + bottom: -17px;
2639 + left: 16px;
3046 2640 border: 10px solid transparent;
3047 2641 border-block-start-color: rgba(0, 0, 0, 0.9);
3048 2642 }
3049 2643 .e-global__popover-info i {
@@ -3060,19 +2654,8 @@
3060 2654 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2655 background-color: #BABFC5;
3062 2656 border-radius: 10px;
3063 2657 }
3064 -.e-global__group-header {
3065 - padding: 12px 20px 5px;
3066 - font-weight: 500;
3067 - font-size: 11px;
3068 - color: var(--e-a-color-txt-muted);
3069 -}
3070 -.e-global__group-divider {
3071 - height: 1px;
3072 - background-color: var(--e-a-border-color);
3073 - margin: 10px 20px;
3074 -}
3075 2658 .e-global__manage-button {
3076 2659 font-weight: 500;
3077 2660 cursor: pointer;
3078 2661 }
@@ -3088,9 +2671,9 @@
3088 2671 font-size: 13px;
3089 2672 content: "\e90e";
3090 2673 position: absolute;
3091 2674 transform: translateY(-50%);
3092 - inset-block-start: 50%;
2675 + top: 50%;
3093 2676 inset-inline-start: 13px;
3094 2677 }
3095 2678 .e-global__color {
3096 2679 padding: 10px 20px;
@@ -3107,10 +2690,13 @@
3107 2690 position: relative;
3108 2691 }
3109 2692 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3110 2693 border-radius: 3px;
2694 + height: 100%;
2695 + width: 100%;
3111 2696 position: absolute;
3112 - inset: 0;
2697 + top: 0;
2698 + left: 0;
3113 2699 }
3114 2700 .e-global__color-preview-transparent-bg {
3115 2701 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));
3116 2702 background-size: 12px 12px;
@@ -3231,11 +2817,11 @@
3231 2817 display: none;
3232 2818 }
3233 2819 .elementor-control-media .eicon-plus-circle {
3234 2820 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2821 + top: 50%;
2822 + left: 50%;
2823 + transform: translate(-50%, -50%);
3238 2824 color: var(--e-a-color-white);
3239 2825 font-size: 20px;
3240 2826 }
3241 2827 .elementor-control-media__content__upload-button {
@@ -3244,8 +2830,9 @@
3244 2830 .elementor-control-media__preview {
3245 2831 height: 100%;
3246 2832 background-size: cover;
3247 2833 background-position: center;
2834 + padding-block-end: 42.8571%;
3248 2835 }
3249 2836 .elementor-control-media-area {
3250 2837 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));
3251 2838 background-size: 16px 16px;
@@ -3258,11 +2845,11 @@
3258 2845 display: none;
3259 2846 }
3260 2847 .elementor-control-media-area .eicon-video-camera {
3261 2848 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2849 + top: 50%;
2850 + left: 50%;
2851 + transform: translate(-50%, -50%);
3265 2852 color: rgba(255, 255, 255, 0.7);
3266 2853 font-size: 21px;
3267 2854 }
3268 2855 .elementor-control-media .elementor-control-media__content {
@@ -3273,14 +2860,17 @@
3273 2860 }
3274 2861 .elementor-control-media .elementor-control-media__content:hover:after {
3275 2862 content: "";
3276 2863 position: absolute;
3277 - inset: 0;
2864 + top: 0;
2865 + bottom: 0;
2866 + left: 0;
2867 + right: 0;
3278 2868 background-color: rgba(0, 0, 0, 0.2);
3279 2869 pointer-events: none;
3280 2870 }
3281 2871 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
2872 + bottom: -30px;
3283 2873 }
3284 2874 .elementor-control-media__content {
3285 2875 transition: all 0.2s ease-in-out;
3286 2876 }
@@ -3285,10 +2875,11 @@
3285 2875 transition: all 0.2s ease-in-out;
3286 2876 }
3287 2877 .elementor-control-media__tools {
3288 2878 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
2879 + bottom: 0;
2880 + left: 0;
2881 + right: 0;
3291 2882 height: 27px;
3292 2883 transition: all 0.2s ease-in-out;
3293 2884 }
3294 2885 .elementor-control-media__tools > *:not(:first-child) {
@@ -3315,10 +2906,10 @@
3315 2906 }
3316 2907 .elementor-control-media__content__remove {
3317 2908 position: absolute;
3318 2909 z-index: 1;
3319 - inset-block-start: 10px;
3320 - inset-inline-end: 10px;
2910 + top: 10px;
2911 + right: 10px;
3321 2912 width: 20px;
3322 2913 height: 20px;
3323 2914 font-size: 11px;
3324 2915 color: var(--e-a-color-white);
@@ -3610,11 +3201,9 @@
3610 3201 text-align: center;
3611 3202 padding-block-start: 5px;
3612 3203 }
3613 3204
3614 -#elementor-controls,
3615 -#elementor-panel-page-settings-controls,
3616 -#elementor-panel-editorPreferences-settings-controls {
3205 +#elementor-controls {
3617 3206 padding-block-start: 15px;
3618 3207 }
3619 3208
3620 3209 .elementor-control-type-section {
@@ -3659,11 +3248,11 @@
3659 3248 font-family: eicons;
3660 3249 content: "\e8ad";
3661 3250 font-size: 12px;
3662 3251 position: absolute;
3663 - inset-block-start: 50%;
3664 - inset-inline-end: 5px;
3252 + top: 50%;
3665 3253 transform: translateY(-50%);
3254 + right: 5px;
3666 3255 pointer-events: none;
3667 3256 }
3668 3257 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 3258 max-width: 80px;
@@ -3697,14 +3286,14 @@
3697 3286 }
3698 3287 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 3288 border-radius: 0;
3700 3289 width: 10px;
3701 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3290 + transform: translateY(calc(50% - 14px)) translateX(4px);
3702 3291 }
3703 3292 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3293 content: "";
3705 3294 position: absolute;
3706 - inset-block-start: 2px;
3295 + top: 2px;
3707 3296 height: 12px;
3708 3297 width: 11px;
3709 3298 transform: rotate(45deg);
3710 3299 background-color: var(--e-a-color-white);
@@ -3781,11 +3370,11 @@
3781 3370 .elementor-slider .noUi-handle {
3782 3371 height: 16px;
3783 3372 width: 16px;
3784 3373 background-color: var(--e-a-color-white);
3374 + right: 0;
3375 + transform: translateY(calc(50% - 14px)) translateX(8px);
3785 3376 position: absolute;
3786 - inset-inline-end: 0;
3787 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 3377 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 3378 border-radius: 50%;
3790 3379 }
3791 3380 .elementor-slider .noUi-connects {
@@ -3795,9 +3384,12 @@
3795 3384 }
3796 3385 .elementor-slider .noUi-connect {
3797 3386 position: absolute;
3798 3387 z-index: 0;
3799 - inset: 0;
3388 + top: 0;
3389 + left: 0;
3390 + height: 100%;
3391 + width: 100%;
3800 3392 will-change: transform;
3801 3393 transform-origin: 0 0;
3802 3394 background-color: var(--e-a-border-color-focus);
3803 3395 }
@@ -3802,9 +3394,9 @@
3802 3394 background-color: var(--e-a-border-color-focus);
3803 3395 }
3804 3396 .elementor-slider .noUi-tooltip {
3805 3397 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3398 + top: calc(100% + 5px);
3807 3399 left: calc(50% - 4px);
3808 3400 transform: translateX(-50%);
3809 3401 font-size: 10px;
3810 3402 }
@@ -3891,9 +3483,9 @@
3891 3483 transition-property: opacity, background;
3892 3484 }
3893 3485 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3486 position: absolute;
3895 - inset-block-start: 0;
3487 + top: 0;
3896 3488 width: 50%;
3897 3489 text-align: center;
3898 3490 line-height: 20px;
3899 3491 transition: inherit;
@@ -3899,14 +3491,14 @@
3899 3491 transition: inherit;
3900 3492 }
3901 3493 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3494 content: attr(data-off);
3903 - inset-inline-end: 5px;
3495 + right: 5px;
3904 3496 color: var(--e-a-color-txt-muted);
3905 3497 }
3906 3498 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3499 content: attr(data-on);
3908 - inset-inline-start: 5px;
3500 + left: 5px;
3909 3501 color: var(--e-a-btn-color);
3910 3502 opacity: 0;
3911 3503 }
3912 3504 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,28 +3511,25 @@
3919 3511 opacity: 1;
3920 3512 }
3921 3513 .elementor-control-type-switcher .elementor-switch-handle {
3922 3514 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3515 + top: 1px;
3516 + left: 1px;
3925 3517 width: 18px;
3926 3518 height: 18px;
3927 3519 background: white;
3928 3520 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3521 + transition: left 0.15s ease-out;
3930 3522 }
3931 3523 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3524 + left: initial;
3525 + right: 1px;
3934 3526 }
3935 3527
3936 3528 .elementor-control-type-tabs {
3937 - display: none;
3529 + display: flex;
3938 3530 font-size: var(--control-title-size);
3939 3531 }
3940 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3941 - display: flex;
3942 -}
3943 3532
3944 3533 .elementor-control-type-tab {
3945 3534 text-align: center;
3946 3535 width: 100%;
@@ -3983,10 +3572,10 @@
3983 3572 }
3984 3573 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 3574 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 3575 position: absolute;
3987 - inset-block-start: 0;
3988 - inset-inline-end: 0;
3576 + top: 0;
3577 + right: 0;
3989 3578 z-index: 1;
3990 3579 }
3991 3580 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 3581 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4064,10 +3653,10 @@
4064 3653 }
4065 3654 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3655 display: none;
4067 3656 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3657 + top: 5px;
3658 + right: 0;
4070 3659 width: 10px;
4071 3660 height: 10px;
4072 3661 font-size: 10px;
4073 3662 color: var(--e-a-color-txt-disabled);
@@ -4118,76 +3707,8 @@
4118 3707 font-size: 10px;
4119 3708 padding-block-start: 2px;
4120 3709 }
4121 3710
4122 -.elementor-control-type-visual_choice {
4123 - width: 100%;
4124 -}
4125 -
4126 -.elementor-visual-choice-choices {
4127 - display: grid;
4128 - gap: 8px;
4129 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4130 - text-align: center;
4131 - border-radius: var(--e-a-border-radius);
4132 - overflow: hidden;
4133 -}
4134 -
4135 -.elementor-visual-choice-element {
4136 - display: flex;
4137 - flex-direction: column;
4138 - align-items: center;
4139 - justify-content: center;
4140 - gap: 8px;
4141 - width: auto;
4142 -}
4143 -.elementor-visual-choice-element-image label {
4144 - border: var(--e-a-border-bold);
4145 - border-radius: var(--e-a-border-radius);
4146 - font-size: 12px;
4147 - transition: var(--e-a-transition-hover);
4148 - cursor: pointer;
4149 - overflow: hidden;
4150 - width: 100%;
4151 - padding: 8px;
4152 -}
4153 -.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 {
4154 - background-color: var(--e-a-bg-active-bold);
4155 - opacity: 1;
4156 -}
4157 -.elementor-visual-choice-element-image input:checked + label {
4158 - border-color: var(--e-a-color-primary-bold);
4159 -}
4160 -.elementor-visual-choice-element-image input:not(:checked) + label {
4161 - background-color: var(--e-a-color-white);
4162 - opacity: 0.5;
4163 -}
4164 -.elementor-visual-choice-element-image img {
4165 - width: 100%;
4166 - height: auto;
4167 -}
4168 -.elementor-visual-choice-element-button {
4169 - grid-column: span var(--elementor-visual-choice-columns);
4170 -}
4171 -.elementor-visual-choice-element-button label {
4172 - width: -moz-fit-content;
4173 - width: fit-content;
4174 -}
4175 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4176 - background-color: var(--e-a-bg-active-bold);
4177 -}
4178 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4179 - border-color: var(--e-a-color-primary-bold);
4180 -}
4181 -
4182 -.elementor-label-inline .elementor-visual-choice-choices {
4183 - justify-content: flex-end;
4184 -}
4185 -
4186 -.tipsy-inner {
4187 - white-space: pre-line;
4188 -}
4189 -
4190 3711 .elementor-control-type-wp_widget .widget-inside {
4191 3712 line-height: 2;
4192 3713 background-color: inherit;
4193 3714 display: block;
@@ -4331,13 +3852,13 @@
4331 3852 --e-a-mode-switcher-width: 15px;
4332 3853 --e-a-mode-switcher-height: 50px;
4333 3854 --e-a-mode-switcher-icon-size: 15px;
4334 3855 position: absolute;
4335 - inset-block-start: 50%;
4336 - inset-inline-start: 100%;
3856 + left: 100%;
3857 + top: 50%;
4337 3858 transform: translateY(-50%);
4338 3859 background-color: var(--e-a-bg-default);
4339 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
3860 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4340 3861 transition: 0.3s opacity;
4341 3862 }
4342 3863 #elementor-mode-switcher:hover {
4343 3864 background-color: var(--e-a-bg-hover);
@@ -4407,11 +3928,11 @@
4407 3928 }
4408 3929
4409 3930 #elementor-panel-revisions-loading {
4410 3931 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3932 + top: 50%;
3933 + left: 50%;
3934 + transform: translate(-50%, -50%);
4414 3935 }
4415 3936 #elementor-panel-revisions-loading .eicon-loading {
4416 3937 font-size: 50px;
4417 3938 }
@@ -4523,15 +4044,12 @@
4523 4044 background-color: var(--e-a-bg-active);
4524 4045 color: #E73CF6;
4525 4046 }
4526 4047
4527 -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4048 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock {
4528 4049 color: var(--e-a-color-accent);
4529 4050 }
4530 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4531 - margin-inline-end: 0;
4532 -}
4533 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4051 +.e-control-motion-effects-promotion__wrapper .select-promotion {
4534 4052 display: flex;
4535 4053 flex-direction: column;
4536 4054 justify-content: center;
4537 4055 padding-inline-start: 5px;
@@ -4545,9 +4063,9 @@
4545 4063 box-shadow: none;
4546 4064 border: var(--e-a-border-bold);
4547 4065 font-size: var(--control-title-size);
4548 4066 }
4549 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4067 +.e-control-motion-effects-promotion__lock-wrapper {
4550 4068 width: 2.5rem;
4551 4069 display: flex;
4552 4070 justify-content: center;
4553 4071 align-items: center;
@@ -4639,13 +4157,13 @@
4639 4157 }
4640 4158 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 4159 align-self: end;
4642 4160 margin-block-start: 35px;
4643 - inset-block-start: 0;
4161 + top: 0;
4644 4162 width: 100%;
4645 4163 }
4646 4164 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 - inset-inline-end: 5px;
4165 + right: 5px;
4648 4166 }
4649 4167 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 4168 padding: 0 20px 15px;
4651 4169 }
@@ -4755,33 +4273,21 @@
4755 4273 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4756 4274 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4757 4275 display: none;
4758 4276 }
4759 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4760 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4761 -.e-btn.e-btn-txt,
4762 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4763 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4277 +.elementor-button.e-btn-txt,
4278 +.e-btn.e-btn-txt {
4764 4279 background: transparent;
4765 4280 color: var(--e-a-color-txt);
4766 4281 }
4767 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4768 -.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,
4769 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4282 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4770 4283 .e-btn.e-btn-txt:hover,
4771 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4772 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4773 -.e-btn.e-btn-txt:focus,
4774 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4775 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4284 +.e-btn.e-btn-txt:focus {
4776 4285 background: var(--e-a-bg-hover);
4777 4286 color: var(--e-a-color-txt-hover);
4778 4287 }
4779 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4780 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4781 -.e-btn.e-btn-txt:disabled,
4782 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4783 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4288 +.elementor-button.e-btn-txt:disabled,
4289 +.e-btn.e-btn-txt:disabled {
4784 4290 background: transparent;
4785 4291 color: var(--e-a-color-txt-disabled);
4786 4292 }
4787 4293 .elementor-button.e-btn-txt-border,
@@ -4799,90 +4305,27 @@
4799 4305 .e-btn.e-success:hover,
4800 4306 .e-btn.e-success:focus {
4801 4307 background-color: var(--e-a-btn-bg-success-hover);
4802 4308 }
4803 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4804 -.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,
4805 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4806 -.e-btn.e-primary,
4807 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4808 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4809 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4810 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4309 +.elementor-button.e-primary,
4310 +.e-btn.e-primary {
4811 4311 background-color: var(--e-a-btn-bg-primary);
4812 4312 color: var(--e-a-btn-color);
4813 4313 }
4814 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4815 -.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,
4816 -.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,
4817 -.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,
4818 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4314 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4819 4315 .e-btn.e-primary:hover,
4820 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4821 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4822 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4823 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4824 -.e-btn.e-primary:focus,
4825 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4826 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4827 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4828 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4316 +.e-btn.e-primary:focus {
4829 4317 background-color: var(--e-a-btn-bg-primary-hover);
4830 4318 color: var(--e-a-btn-color);
4831 4319 }
4832 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4833 -.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,
4834 -.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,
4835 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4836 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4837 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4838 -.e-btn.e-primary.e-btn-txt,
4839 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4840 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4841 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4842 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4843 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4844 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4845 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4846 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4847 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4848 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4320 +.elementor-button.e-primary.e-btn-txt,
4321 +.e-btn.e-primary.e-btn-txt {
4849 4322 background: transparent;
4850 4323 color: var(--e-a-color-primary-bold);
4851 4324 }
4852 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4853 -.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,
4854 -.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,
4855 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4856 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4857 -.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,
4858 -.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,
4859 -.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,
4860 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4861 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4862 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4325 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4863 4326 .e-btn.e-primary.e-btn-txt:hover,
4864 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4865 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4866 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4867 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4868 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4869 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4870 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4871 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4872 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4873 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4874 -.e-btn.e-primary.e-btn-txt:focus,
4875 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4876 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4877 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4878 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4879 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4880 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4881 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4882 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4883 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4884 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4327 +.e-btn.e-primary.e-btn-txt:focus {
4885 4328 background: var(--e-a-bg-primary);
4886 4329 }
4887 4330 .elementor-button.go-pro, .elementor-button.e-accent,
4888 4331 .e-btn.go-pro,
@@ -4929,13 +4372,8 @@
4929 4372 .e-btn.elementor-button-danger,
4930 4373 .e-btn.e-danger {
4931 4374 background-color: var(--e-a-btn-bg-danger);
4932 4375 }
4933 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4934 -.e-btn.elementor-button-danger.color-white,
4935 -.e-btn.e-danger.color-white {
4936 - color: var(--e-a-color-white);
4937 -}
4938 4376 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4939 4377 .e-btn.elementor-button-danger:hover,
4940 4378 .e-btn.elementor-button-danger:focus,
4941 4379 .e-btn.e-danger:hover,
@@ -4974,23 +4412,22 @@
4974 4412 }
4975 4413
4976 4414 #elementor-preview-responsive-wrapper {
4977 4415 transform-origin: top center;
4978 - margin: 20px;
4416 + padding: 20px;
4979 4417 transform: scale(var(--e-preview-scale, 1));
4980 - overflow: hidden;
4981 4418 }
4982 4419 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4983 4420 min-width: 1025px;
4984 4421 width: 100%;
4985 4422 height: 100%;
4986 - margin: 0;
4423 + padding: 0;
4987 4424 position: relative;
4988 4425 }
4989 4426 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4990 4427 width: var(--e-editor-preview-width);
4991 4428 height: var(--e-editor-preview-height);
4992 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4429 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4993 4430 box-sizing: content-box;
4994 4431 position: relative;
4995 4432 max-height: calc(100vh - 80px);
4996 4433 }
@@ -5052,10 +4489,9 @@
5052 4489 #elementor-preview-responsive-wrapper .ui-resizable-s {
5053 4490 bottom: 0;
5054 4491 }
5055 4492 #elementor-preview-responsive-wrapper .ui-resizable-e {
5056 - width: 10px;
5057 - right: -5px;
4493 + right: 0;
5058 4494 }
5059 4495 #elementor-preview-responsive-wrapper .ui-resizable-w {
5060 4496 left: 0;
5061 4497 }
@@ -5066,20 +4502,8 @@
5066 4502 background-color: #fff;
5067 4503 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5068 4504 }
5069 4505
5070 -#elementor-template-library-modal button:focus-visible,
5071 -#elementor-template-library-modal a:focus-visible,
5072 -#elementor-template-library-modal input:focus-visible,
5073 -#elementor-template-library-modal select:focus-visible,
5074 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5075 -#elementor-template-library-modal [role=tab]:focus-visible,
5076 -#elementor-template-library-modal [role=radio]:focus-visible,
5077 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5078 - outline: 2px solid var(--e-a-border-color-focus);
5079 - outline-offset: 2px;
5080 - border-radius: 2px;
5081 -}
5082 4506 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5083 4507 font-style: normal;
5084 4508 text-decoration: underline;
5085 4509 }
@@ -5091,17 +4515,8 @@
5091 4515 }
5092 4516 #elementor-template-library-modal .dialog-message {
5093 4517 overflow-y: scroll;
5094 4518 }
5095 -#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 {
5096 - overflow-y: hidden;
5097 -}
5098 -#elementor-template-library-modal .e-back-to-editor {
5099 - color: var(--e-a-color-txt);
5100 - text-decoration: underline;
5101 - font-size: 17px;
5102 - cursor: pointer;
5103 -}
5104 4519
5105 4520 #elementor-template-library-header-menu {
5106 4521 text-align: center;
5107 4522 }
@@ -5110,21 +4525,14 @@
5110 4525 display: inline-block;
5111 4526 padding: 17px 20px;
5112 4527 border-block-end: 3px solid transparent;
5113 4528 cursor: pointer;
5114 - background: transparent;
5115 - margin: 0;
5116 - font-size: inherit;
5117 - font-family: inherit;
5118 - color: inherit;
5119 - border: none;
5120 4529 }
5121 4530 .elementor-template-library-menu-item:hover {
5122 4531 background-color: var(--e-a-bg-hover);
5123 4532 border-color: var(--e-a-bg-hover);
5124 4533 }
5125 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5126 - border-block-end: 3px solid;
4534 +.elementor-template-library-menu-item.elementor-active {
5127 4535 border-color: var(--e-a-border-color-accent);
5128 4536 color: var(--e-a-color-txt-accent);
5129 4537 }
5130 4538
@@ -5130,31 +4538,12 @@
5130 4538
5131 4539 #elementor-template-library-header-actions {
5132 4540 display: flex;
5133 4541 }
5134 -#elementor-template-library-header-actions > div,
5135 -#elementor-template-library-header-actions > button {
5136 - background: transparent;
5137 - margin: 0;
5138 - font-size: inherit;
5139 - font-family: inherit;
5140 - color: inherit;
5141 - border: none;
4542 +#elementor-template-library-header-actions > div {
5142 4543 padding-inline-end: 16px;
5143 - cursor: pointer;
5144 4544 }
5145 -#elementor-template-library-header-actions > div:focus-visible,
5146 -#elementor-template-library-header-actions > button:focus-visible {
5147 - outline: 2px solid var(--e-a-border-color-focus);
5148 - outline-offset: -2px;
5149 - border-radius: 2px;
5150 -}
5151 4545
5152 -#elementor-template-library-header-tools.e-hidden-disabled {
5153 - opacity: 0;
5154 - visibility: hidden;
5155 -}
5156 -
5157 4546 #elementor-template-library-header-preview-insert-wrapper {
5158 4547 cursor: default;
5159 4548 padding: 0 10px;
5160 4549 }
@@ -5163,9 +4552,8 @@
5163 4552 margin-inline-start: 4px;
5164 4553 }
5165 4554
5166 4555 #elementor-template-library-header-preview-back {
5167 - gap: 10px;
5168 4556 padding-block: 16.5px 15px;
5169 4557 padding-inline: 0 16.5px;
5170 4558 border-inline-end: var(--e-a-border);
5171 4559 cursor: pointer;
@@ -5170,138 +4558,27 @@
5170 4558 border-inline-end: var(--e-a-border);
5171 4559 cursor: pointer;
5172 4560 transition: color 0.5s;
5173 4561 }
5174 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5175 - background: transparent;
5176 - margin: 0;
5177 - font-size: inherit;
5178 - font-family: inherit;
5179 - color: inherit;
5180 - border: none;
5181 - display: flex;
5182 - align-items: center;
5183 - gap: 10px;
5184 - cursor: pointer;
5185 -}
5186 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5187 - outline: 2px solid var(--e-a-border-color-focus);
5188 - outline-offset: 2px;
5189 - border-radius: 2px;
5190 -}
5191 4562 #elementor-template-library-header-preview-back:hover {
5192 4563 color: var(--e-a-color-txt-hover);
5193 4564 }
5194 4565 #elementor-template-library-header-preview-back i {
4566 + padding-inline-end: 10px;
5195 4567 font-size: 18px;
5196 - scale: calc(1 * var(--direction-multiplier)) 1;
5197 4568 }
4569 +#elementor-template-library-header-preview-back i:before {
4570 + content: "\e87e";
4571 +}
5198 4572
5199 -#elementor-template-library-templates {
5200 - display: flex;
5201 - flex-direction: column;
5202 - gap: 20px;
5203 -}
5204 -#elementor-template-library-templates .toolbar-container {
5205 - display: flex;
5206 - justify-content: space-between;
5207 - align-items: center;
5208 - gap: 2%;
5209 - height: 45px;
5210 -}
5211 -#elementor-template-library-templates #elementor-template-library-templates-container {
5212 - display: flex;
5213 - flex-wrap: wrap;
5214 - align-items: flex-start;
5215 -}
5216 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5217 - display: none;
5218 -}
5219 -#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"])) {
5220 - justify-content: flex-end;
5221 -}
5222 -#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 {
5223 - display: flex;
5224 - align-items: baseline;
5225 - border-radius: 3px;
5226 -}
5227 -#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 {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: 2px;
5230 -}
5231 -#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 {
5232 - align-items: center;
5233 -}
5234 -#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 {
5235 - font-size: 14px;
5236 - margin-inline-start: 5px;
5237 -}
5238 -#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 {
5239 - width: 200px;
5240 - margin: 0px 10px;
5241 - align-self: center;
5242 - text-align: start;
5243 -}
5244 -#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 {
5245 - font-size: 10px;
5246 -}
5247 -#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 {
5248 - color: var(--e-a-btn-bg-accent);
5249 -}
5250 -#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 {
5251 - height: 4px;
5252 - background-color: var(--e-a-color-primary-bold);
5253 - position: relative;
5254 - display: flex;
5255 - align-items: center;
5256 - padding: 0;
5257 -}
5258 -#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 {
5259 - height: 100%;
5260 - transition: width 0.3s ease;
5261 -}
5262 -#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 {
5263 - background-color: #D004D4;
5264 -}
5265 -#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 {
5266 - background-color: #F59E0B;
5267 -}
5268 -#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 {
5269 - background-color: #93003f;
5270 -}
5271 -#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 {
5272 - background-color: #F0ABFC;
5273 -}
5274 -#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 {
5275 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5276 -}
5277 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5278 - font-size: 12px;
5279 - color: var(--e-a-color-txt);
5280 -}
5281 -#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 {
4573 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4574 + margin-block-start: 10px;
4575 + margin-block-end: 45px;
5282 4576 border-block-start: var(--e-a-border);
5283 4577 }
5284 -#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 {
4578 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5285 4579 color: var(--e-a-color-txt-active);
5286 4580 }
5287 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5288 - border-block-start: none;
5289 -}
5290 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5291 - padding: 0;
5292 -}
5293 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5294 - max-width: -moz-fit-content;
5295 - max-width: fit-content;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5298 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5299 - display: none;
5300 -}
5301 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5302 - pointer-events: none;
5303 -}
5304 4581 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5305 4582 margin: 10px -15px 0;
5306 4583 }
5307 4584 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5327,243 +4604,14 @@
5327 4604 }
5328 4605 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5329 4606 content: "\e8ad";
5330 4607 }
5331 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4608 +
4609 +#elementor-template-library-templates-container {
5332 4610 display: flex;
5333 - align-items: center;
5334 - gap: 8px;
4611 + flex-wrap: wrap;
4612 + align-items: flex-start;
5335 4613 }
5336 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5337 - background: transparent;
5338 - margin: 0;
5339 - font-size: inherit;
5340 - font-family: inherit;
5341 - color: inherit;
5342 - border: none;
5343 - cursor: pointer;
5344 - font-size: 20px;
5345 - padding: 0 5px;
5346 - border-radius: 2px;
5347 - color: var(--e-a-color-txt);
5348 -}
5349 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5350 - background-color: var(--e-a-bg-hover);
5351 -}
5352 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5353 - width: 1px;
5354 - height: 20px;
5355 - background-color: var(--e-a-border-color);
5356 -}
5357 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5358 - background-color: var(--e-a-bg-hover);
5359 -}
5360 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5361 - background-color: var(--e-a-bg-hover);
5362 -}
5363 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5364 - display: grid;
5365 - grid-template-columns: repeat(auto-fill, 208px);
5366 - grid-gap: 20px;
5367 - padding: 20px 0;
5368 -}
5369 -#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 {
5370 - grid-column: 1;
5371 -}
5372 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5373 - grid-column: 1/-1;
5374 -}
5375 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5376 - display: flex;
5377 - position: relative;
5378 - flex-direction: column;
5379 - height: 158px;
5380 - padding: 8px;
5381 - border: var(--e-a-border);
5382 - border-radius: 3px;
5383 -}
5384 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5385 - outline: 2px solid var(--e-a-border-color-focus);
5386 - outline-offset: 2px;
5387 -}
5388 -#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 {
5389 - display: flex;
5390 -}
5391 -#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 {
5392 - display: none;
5393 -}
5394 -#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 {
5395 - display: flex !important;
5396 -}
5397 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5398 - width: 190px;
5399 - height: 100px;
5400 - position: relative;
5401 - border-radius: 3px;
5402 - margin-block-end: 4px;
5403 - overflow: hidden;
5404 -}
5405 -#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 {
5406 - -o-object-fit: contain;
5407 - object-fit: contain;
5408 - width: 100%;
5409 - height: 100%;
5410 -}
5411 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5412 - display: none;
5413 - justify-content: center;
5414 - align-items: center;
5415 - position: absolute;
5416 - inset: 0;
5417 - background-color: rgba(0, 0, 0, 0.5);
5418 - cursor: default;
5419 -}
5420 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5421 - font-size: 11px;
5422 - white-space: nowrap;
5423 - text-overflow: ellipsis;
5424 - overflow: hidden;
5425 -}
5426 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5427 - display: flex;
5428 - position: relative;
5429 - justify-content: space-between;
5430 - align-items: center;
5431 - font-size: 11px;
5432 - min-height: 38px;
5433 -}
5434 -#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 {
5435 - display: none;
5436 - width: 90%;
5437 - gap: 8px;
5438 - height: 38px;
5439 - padding: 4px 0;
5440 -}
5441 -#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 {
5442 - display: flex;
5443 -}
5444 -#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 {
5445 - display: flex;
5446 - align-items: center;
5447 -}
5448 -#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 {
5449 - display: flex;
5450 - flex-direction: column;
5451 - justify-content: center;
5452 - width: 65%;
5453 - align-items: start;
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-template-type-folder {
5459 - flex-direction: row;
5460 - align-items: center;
5461 - justify-content: start;
5462 - height: 56px;
5463 - padding: 13px 10px;
5464 -}
5465 -#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 {
5466 - font-size: 25px;
5467 - margin-inline-end: 8px;
5468 -}
5469 -#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 {
5470 - margin-inline-start: auto;
5471 -}
5472 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5473 - display: none;
5474 -}
5475 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5476 - visibility: hidden;
5477 -}
5478 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5479 - visibility: visible;
5480 -}
5481 -#elementor-template-library-templates .bulk-selection-action-bar {
5482 - display: none;
5483 - background: var(--e-a-bg-active);
5484 - padding: 10px 25px;
5485 - border-radius: 5px;
5486 - color: var(--e-a-bg-invert);
5487 - gap: 20px;
5488 - align-items: center;
5489 - flex: 1;
5490 -}
5491 -#elementor-template-library-templates .bulk-selection-action-bar button {
5492 - background: transparent;
5493 - margin: 0;
5494 - font-size: inherit;
5495 - font-family: inherit;
5496 - color: inherit;
5497 - border: none;
5498 - cursor: pointer;
5499 - display: flex;
5500 - align-items: center;
5501 - justify-content: center;
5502 -}
5503 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5504 - pointer-events: none;
5505 - opacity: 0.3;
5506 - cursor: not-allowed;
5507 -}
5508 -#elementor-template-library-templates .bulk-selection-action-bar i {
5509 - cursor: pointer;
5510 - font-size: 18px;
5511 -}
5512 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5513 - font-size: 20px;
5514 -}
5515 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5516 - display: flex;
5517 - flex: 1;
5518 - white-space: nowrap;
5519 - text-overflow: ellipsis;
5520 - overflow: hidden;
5521 -}
5522 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5523 - display: flex;
5524 - flex-direction: row;
5525 - align-items: center;
5526 - gap: 15px;
5527 - white-space: nowrap;
5528 - text-overflow: ellipsis;
5529 - overflow: hidden;
5530 -}
5531 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5532 - white-space: nowrap;
5533 - text-overflow: ellipsis;
5534 - overflow: hidden;
5535 -}
5536 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5537 - padding-inline-start: 8px;
5538 - background-color: var(--e-a-bg-hover);
5539 - color: var(--e-a-color-txt);
5540 -}
5541 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5542 - visibility: visible;
5543 -}
5544 -#elementor-template-library-templates .bulk-selected-item {
5545 - background: var(--e-a-bg-active);
5546 -}
5547 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5548 - position: relative;
5549 - inset-block-start: 3px;
5550 -}
5551 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5552 - inset-block-start: 0px;
5553 -}
5554 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5555 -#elementor-template-library-templates #bulk-select-all:checked {
5556 - background: #69727D;
5557 -}
5558 -#elementor-template-library-templates .checkbox-minus:before {
5559 - display: block;
5560 - content: "";
5561 - width: 10px;
5562 - height: 2px;
5563 - background-color: white;
5564 - transform: none;
5565 -}
5566 4614
5567 4615 #elementor-template-library-toolbar {
5568 4616 display: flex;
5569 4617 justify-content: space-between;
@@ -5574,80 +4622,8 @@
5574 4622 display: flex;
5575 4623 align-items: center;
5576 4624 }
5577 4625
5578 -.elementor-template-library-filter-select-source {
5579 - width: 350px;
5580 - display: flex;
5581 - gap: 10px;
5582 -}
5583 -.elementor-template-library-filter-select-source .source-option {
5584 - flex: 1;
5585 - border: 0.5px solid #BABFC5;
5586 - padding: 5px;
5587 - border-radius: 3px;
5588 - cursor: pointer;
5589 - font-size: 12px;
5590 -}
5591 -.elementor-template-library-filter-select-source .source-option i {
5592 - margin-inline-end: 5px;
5593 -}
5594 -.elementor-template-library-filter-select-source .source-option .new-badge {
5595 - border: 1px solid var(--e-a-color-primary-bold-dark);
5596 - padding: 2px 4px;
5597 - color: var(--e-a-color-primary-bold-dark);
5598 - border-radius: 10px;
5599 - font-size: 10px;
5600 - margin-inline-start: 5px;
5601 -}
5602 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5603 - background-color: var(--e-a-bg-hover);
5604 -}
5605 -
5606 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5607 - display: flex;
5608 - align-items: center;
5609 - justify-content: space-between;
5610 -}
5611 -
5612 -#elementor-template-library-toolbar .source-option-badge,
5613 -.elementor-template-library-connect-states-badge .source-option-badge {
5614 - display: flex;
5615 - align-items: center;
5616 - gap: 6px;
5617 - padding: 6px 12px;
5618 - border: none;
5619 - border-radius: 20px;
5620 - font-size: 14px;
5621 - font-weight: 500;
5622 - white-space: nowrap;
5623 - margin-inline-start: auto;
5624 - margin-inline-end: 15px;
5625 -}
5626 -#elementor-template-library-toolbar .source-option-badge i,
5627 -.elementor-template-library-connect-states-badge .source-option-badge i {
5628 - margin: 0;
5629 - font-size: 14px;
5630 -}
5631 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5632 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5633 - background-color: var(--e-a-bg-info);
5634 - color: var(--e-a-color-info);
5635 -}
5636 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5637 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5638 - color: var(--e-a-color-info);
5639 -}
5640 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5641 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5642 - background-color: var(--e-a-bg-warning);
5643 - color: var(--e-a-btn-bg-warning-hover);
5644 -}
5645 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5646 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5647 - color: var(--e-a-btn-bg-warning-hover);
5648 -}
5649 -
5650 4626 #elementor-template-library-filter-toolbar-remote {
5651 4627 font-size: 11px;
5652 4628 }
5653 4629
@@ -5661,11 +4637,8 @@
5661 4637 padding-inline-end: 22px;
5662 4638 -webkit-user-select: none;
5663 4639 -moz-user-select: none;
5664 4640 user-select: none;
5665 - line-height: 1;
5666 - font-size: 10px;
5667 - font-weight: 500;
5668 4641 }
5669 4642
5670 4643 label.elementor-template-library-order-label {
5671 4644 cursor: pointer;
@@ -5721,12 +4694,8 @@
5721 4694 #elementor-template-library-filter-my-favorites-label i:after {
5722 4695 content: "\e923";
5723 4696 }
5724 4697
5725 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5726 - margin-block-end: 10px;
5727 -}
5728 -
5729 4698 #elementor-template-library-filter-text-wrapper {
5730 4699 width: 200px;
5731 4700 position: relative;
5732 4701 }
@@ -5731,15 +4700,12 @@
5731 4700 position: relative;
5732 4701 }
5733 4702 #elementor-template-library-filter-text-wrapper i {
5734 4703 position: absolute;
5735 - inset-block-start: 50%;
5736 - inset-inline-end: 0;
4704 + top: 50%;
4705 + right: 0;
5737 4706 transform: translateY(-50%);
5738 4707 }
5739 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5740 - inset-block-start: 25%;
5741 -}
5742 4708
5743 4709 #elementor-template-library-filter-text {
5744 4710 border: none;
5745 4711 border-block-end: var(--e-a-border-bold);
@@ -5765,32 +4731,19 @@
5765 4731 padding: 8px;
5766 4732 border: var(--e-a-border);
5767 4733 border-radius: 3px;
5768 4734 }
5769 -.elementor-template-library-template-remote:focus-visible {
5770 - outline: 2px solid var(--e-a-border-color-focus);
5771 - outline-offset: 2px;
5772 -}
5773 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4735 +.elementor-template-library-template-remote:hover {
5774 4736 background-color: var(--e-a-bg-hover);
5775 4737 }
5776 -.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 {
5777 - opacity: 1;
5778 -}
5779 -.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 {
4738 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5780 4739 display: none;
5781 4740 }
5782 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5783 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5784 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5785 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5786 - display: initial;
5787 -}
5788 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4741 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5789 4742 opacity: 0;
5790 4743 }
5791 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5792 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4744 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4745 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5793 4746 display: none;
5794 4747 }
5795 4748 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5796 4749 content: var(--elementor-template-library-subscription-plan-label);
@@ -5798,10 +4751,10 @@
5798 4751 color: var(--e-a-color-white);
5799 4752 position: absolute;
5800 4753 text-transform: uppercase;
5801 4754 line-height: 1;
5802 - inset-block-start: 5px;
5803 - inset-inline-end: 5px;
4755 + top: 5px;
4756 + right: 5px;
5804 4757 padding: 3px 5px;
5805 4758 font-size: 8px;
5806 4759 border-radius: 2px;
5807 4760 }
@@ -5816,10 +4769,10 @@
5816 4769 }
5817 4770 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5818 4771 position: absolute;
5819 4772 width: 100%;
5820 - inset-block-end: 0;
5821 - inset-inline-start: 0;
4773 + bottom: 0;
4774 + left: 0;
5822 4775 padding: 10px;
5823 4776 background-color: var(--e-a-bg-default);
5824 4777 transition: transform 0.5s;
5825 4778 }
@@ -5825,9 +4778,9 @@
5825 4778 }
5826 4779 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5827 4780 display: none;
5828 4781 }
5829 -.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 {
4782 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5830 4783 transform: translateY(100%);
5831 4784 }
5832 4785 .elementor-template-library-template-remote .elementor-template-library-template-body {
5833 4786 position: relative;
@@ -5844,9 +4797,12 @@
5844 4797 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5845 4798 }
5846 4799 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5847 4800 position: absolute;
5848 - inset: 0;
4801 + top: 0;
4802 + left: 0;
4803 + width: 100%;
4804 + height: 100%;
5849 4805 background-color: rgba(0, 0, 0, 0.5);
5850 4806 transition: opacity 0.5s;
5851 4807 cursor: pointer;
5852 4808 }
@@ -5852,11 +4808,11 @@
5852 4808 }
5853 4809 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5854 4810 font-size: 20px;
5855 4811 position: absolute;
5856 - inset-block-start: 50%;
5857 - inset-inline-start: 50%;
5858 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4812 + top: 50%;
4813 + left: 50%;
4814 + transform: translate(-50%, -50%);
5859 4815 }
5860 4816 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5861 4817 display: flex;
5862 4818 justify-content: space-between;
@@ -5876,22 +4832,10 @@
5876 4832 .elementor-template-library-template-remote .elementor-template-library-favorite {
5877 4833 margin-inline-start: auto;
5878 4834 }
5879 4835 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5880 - position: absolute;
5881 - width: 1px;
5882 - height: 1px;
5883 - padding: 0;
5884 - margin: -1px;
5885 - overflow: hidden;
5886 - clip: rect(0, 0, 0, 0);
5887 - white-space: nowrap;
5888 - border: 0;
4836 + display: none;
5889 4837 }
5890 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5891 - outline: 2px solid var(--e-a-border-color-focus);
5892 - outline-offset: 2px;
5893 -}
5894 4838 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5895 4839 content: "\e93f";
5896 4840 color: var(--e-a-color-primary-bold);
5897 4841 }
@@ -5926,231 +4870,112 @@
5926 4870 height: 200px;
5927 4871 }
5928 4872
5929 4873 #elementor-template-library-order-toolbar-local,
5930 -.elementor-template-library-template-local,
5931 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4874 +.elementor-template-library-template-local {
5932 4875 display: flex;
5933 4876 align-items: center;
5934 4877 padding: 0 25px;
5935 4878 text-align: start;
5936 4879 }
5937 -@media (max-width: 1439px) {
5938 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5939 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5940 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5941 - width: 33%;
5942 - }
5943 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5944 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5945 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5946 - width: 10%;
5947 - }
5948 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5949 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5950 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5951 - width: 15%;
5952 - }
5953 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5954 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5955 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5956 - width: 15%;
5957 - }
5958 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5959 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5960 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5961 - width: 27%;
5962 - }
5963 -}
5964 -@media (min-width: 1440px) {
5965 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5966 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5967 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5968 - width: 25%;
5969 - }
5970 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5971 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5972 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5973 - width: 17%;
5974 - }
5975 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5976 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5977 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5978 - width: 17%;
5979 - }
5980 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5981 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5982 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5983 - width: 17%;
5984 - }
5985 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5986 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5987 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5988 - width: 24%;
5989 - }
5990 -}
5991 -@media (max-width: 1024px) {
5992 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5993 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5994 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5995 - display: none;
5996 - }
5997 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5998 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5999 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6000 - width: 41%;
6001 - }
6002 -}
6003 4880
6004 -.elementor-template-library-template-local .elementor-template-library-template-more,
6005 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6006 - display: none;
6007 - position: absolute;
6008 - background-color: var(--e-a-bg-default);
6009 - border-radius: var(--e-a-border-radius);
6010 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6011 - inset-block-start: 100%;
6012 - inset-inline-end: 0;
6013 - z-index: 1;
6014 - list-style: none;
6015 - margin: 0;
6016 - padding: 0;
4881 +#elementor-template-library-order-toolbar-local {
4882 + margin-block-start: 30px;
6017 4883 }
6018 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6019 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6020 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6021 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6022 - background: transparent;
6023 - margin: 0;
6024 - font-size: inherit;
6025 - font-family: inherit;
6026 - color: inherit;
6027 - border: none;
6028 - padding: 10px 20px;
6029 - font-size: 11px;
6030 - cursor: pointer;
6031 - display: flex;
6032 - align-items: center;
6033 - gap: 8px;
6034 - width: 100%;
4884 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4885 + line-height: 1;
4886 + font-size: 10px;
4887 + font-weight: 500;
6035 4888 }
6036 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6037 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6038 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6039 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6040 - cursor: not-allowed;
6041 - color: var(--e-a-color-txt-disabled);
6042 -}
6043 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6044 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6045 - color: var(--e-a-color-txt);
6046 - text-decoration: none;
6047 -}
6048 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6049 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6050 - color: var(--e-a-color-danger);
6051 -}
6052 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6054 - font-size: 16px;
6055 -}
6056 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6057 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6058 - margin-inline-start: auto;
6059 - cursor: pointer;
6060 - background: none;
6061 - border: none;
6062 - padding: 0;
6063 - display: flex;
6064 - align-items: center;
6065 - justify-content: center;
6066 -}
6067 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6068 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6069 - font-size: 20px;
6070 -}
6071 4889
6072 -.elementor-template-library-template-local,
6073 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4890 +.elementor-template-library-template-local {
6074 4891 height: 50px;
6075 4892 width: 100%;
6076 4893 margin-block-start: 1px;
6077 4894 transition: background-color 0.3s linear;
6078 4895 }
6079 -.elementor-template-library-template-local:hover,
6080 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4896 +.elementor-template-library-template-local:hover {
6081 4897 background-color: var(--e-a-bg-hover);
6082 4898 }
6083 -.elementor-template-library-template-local:first-child,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4899 +.elementor-template-library-template-local:first-child {
6085 4900 border-start-start-radius: 3px;
6086 4901 border-start-end-radius: 3px;
6087 4902 border-end-start-radius: 0;
6088 4903 border-end-end-radius: 0;
6089 4904 }
6090 -.elementor-template-library-template-local:last-child,
6091 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4905 +.elementor-template-library-template-local:last-child {
6092 4906 border-start-start-radius: 0;
6093 4907 border-start-end-radius: 0;
6094 4908 border-end-start-radius: 3px;
6095 4909 border-end-end-radius: 3px;
6096 4910 }
6097 -.elementor-template-library-template-local .elementor-template-library-template-name,
6098 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4911 +.elementor-template-library-template-local .elementor-template-library-template-name {
6099 4912 font-weight: 500;
6100 4913 }
6101 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6102 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6103 - font-size: 16px;
6104 -}
6105 4914 .elementor-template-library-template-local .elementor-template-library-template-name,
6106 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6107 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6108 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
4915 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6109 4916 padding-inline-end: 20px;
6110 4917 }
6111 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6113 - padding-inline-end: 10px;
6114 -}
6115 4918 .elementor-template-library-template-local .elementor-template-library-template-name,
6116 4919 .elementor-template-library-template-local .elementor-template-library-template-meta,
6117 4920 .elementor-template-library-template-local .elementor-template-library-template-preview,
6118 -.elementor-template-library-template-local .elementor-template-library-template-action,
6119 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6120 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6121 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6122 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4921 +.elementor-template-library-template-local .elementor-template-library-template-action {
6123 4922 white-space: nowrap;
6124 4923 text-overflow: ellipsis;
6125 4924 overflow: hidden;
6126 4925 }
6127 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6128 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4926 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6129 4927 position: relative;
6130 4928 display: flex;
6131 4929 align-items: center;
6132 4930 }
6133 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6134 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6135 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6136 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4931 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6137 4932 cursor: pointer;
6138 4933 transition: color 0.5s;
6139 4934 }
6140 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6141 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6142 - color: #F5D0FE;
4935 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4936 + margin-inline-end: 3px;
6143 4937 }
6144 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6145 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6146 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6147 - cursor: not-allowed;
4938 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4939 + margin-inline-start: 6px;
6148 4940 }
6149 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6150 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6151 - margin-inline-end: 3px;
4941 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4942 + color: var(--e-a-color-danger);
6152 4943 }
4944 +.elementor-template-library-template-local .elementor-template-library-template-more {
4945 + display: none;
4946 + position: absolute;
4947 + background-color: var(--e-a-bg-default);
4948 + padding: 3px 20px;
4949 + border-radius: var(--e-a-border-radius);
4950 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4951 + top: 100%;
4952 + right: 0;
4953 + transform: translateX(65%) translateY(-7px);
4954 + z-index: 1;
4955 +}
4956 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4957 + content: "";
4958 + position: absolute;
4959 + border: solid transparent;
4960 + border-width: 8px 4px;
4961 + border-block-end-color: var(--e-a-color-white);
4962 + transform: translateY(-100%);
4963 +}
4964 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4965 + margin: 10px 0;
4966 + font-size: 11px;
4967 +}
4968 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4969 + color: var(--e-a-color-txt);
4970 +}
4971 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4972 + flex-grow: 1;
4973 + text-align: end;
4974 +}
4975 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4976 + font-size: 16px;
4977 +}
6153 4978
6154 4979 #elementor-template-library-preview {
6155 4980 height: 100%;
6156 4981 overflow: hidden;
@@ -6156,9 +4981,9 @@
6156 4981 overflow: hidden;
6157 4982 }
6158 4983 #elementor-template-library-preview iframe {
6159 4984 height: 150%;
6160 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4985 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6161 4986 }
6162 4987 @media (max-width: 1439px) {
6163 4988 #elementor-template-library-preview iframe {
6164 4989 width: 1440px;
@@ -6174,14 +4999,8 @@
6174 4999 font-size: 64px;
6175 5000 margin-block-start: 45px;
6176 5001 line-height: 1;
6177 5002 }
6178 -.elementor-template-library-blank-icon i {
6179 - font-size: 85px;
6180 -}
6181 -.elementor-template-library-blank-icon i.eicon-library-upload {
6182 - font-size: 65px;
6183 -}
6184 5003 .elementor-template-library-blank-icon img {
6185 5004 width: 70px;
6186 5005 }
6187 5006 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6219,499 +5038,8 @@
6219 5038 #elementor-template-library-save-template-form > * {
6220 5039 height: 55px;
6221 5040 font-size: 16px;
6222 5041 }
6223 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6224 - height: 55px;
6225 - font-size: 16px;
6226 - margin-block-end: 15px;
6227 -}
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6229 - display: block;
6230 - width: 500px;
6231 - margin: 0 auto;
6232 -}
6233 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6234 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6235 - display: none;
6236 -}
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6238 - margin-inline: 5px;
6239 -}
6240 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6241 - display: none;
6242 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6243 - padding: 3px 5px;
6244 - border-radius: 100px;
6245 - margin-inline: 5px;
6246 -}
6247 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6248 - color: var(--e-a-btn-bg-accent);
6249 -}
6250 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6251 - margin-inline-end: 5px;
6252 -}
6253 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6254 - display: inline;
6255 -}
6256 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6257 - display: inline;
6258 - background: var(--e-a-bg-hover);
6259 - padding: 0 2px 1px;
6260 - border: none;
6261 - border-radius: 2px;
6262 - vertical-align: bottom;
6263 - cursor: pointer;
6264 - font-family: inherit;
6265 - font-size: inherit;
6266 - color: inherit;
6267 - line-height: inherit;
6268 -}
6269 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6270 - background: var(--e-a-bg-active);
6271 -}
6272 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6273 - outline: 2px solid var(--e-a-border-color-focus);
6274 - outline-offset: 2px;
6275 -}
6276 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6277 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6278 -#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,
6279 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6280 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6281 - display: inline;
6282 -}
6283 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6284 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6285 -#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,
6286 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6287 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6288 - pointer-events: none;
6289 -}
6290 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6291 -#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,
6292 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6293 - display: none;
6294 -}
6295 -#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 {
6296 - color: var(--e-a-color-txt-muted);
6297 - margin-inline: 5px;
6298 -}
6299 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6300 - display: none;
6301 - float: inline-start;
6302 -}
6303 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6304 - font-size: 13px;
6305 - color: var(--e-a-btn-bg-accent);
6306 - text-align: start;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6309 - color: var(--e-a-btn-bg-accent);
6310 - text-decoration: underline;
6311 -}
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6313 - float: inline-end;
6314 -}
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6316 - cursor: not-allowed;
6317 -}
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6319 - display: flex;
6320 - flex-direction: column;
6321 - text-align: start;
6322 - border: var(--e-a-border-bold);
6323 - padding: 15px;
6324 - height: auto;
6325 - gap: 10px;
6326 - position: relative;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6329 - background: #69727D;
6330 - inset-block-start: -3px;
6331 - position: relative;
6332 -}
6333 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6334 - position: relative;
6335 - display: inline-block;
6336 -}
6337 -#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 {
6338 - white-space: nowrap;
6339 - text-overflow: ellipsis;
6340 - overflow: hidden;
6341 - overflow: visible;
6342 - display: inline-flex;
6343 - align-items: baseline;
6344 - line-height: 27px;
6345 -}
6346 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6347 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6348 - flex-shrink: 0;
6349 - position: relative;
6350 - inset-block-start: 2px;
6351 -}
6352 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6354 - inset-block-start: -2px;
6355 -}
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6357 - vertical-align: bottom;
6358 -}
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6360 - margin-inline: 5px;
6361 - color: var(--e-a-color-txt-muted);
6362 - cursor: pointer;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6365 - display: none;
6366 - margin-inline-end: 5px;
6367 - align-items: baseline;
6368 - white-space: nowrap;
6369 - text-overflow: ellipsis;
6370 - overflow: hidden;
6371 -}
6372 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6373 - display: inline-flex !important;
6374 -}
6375 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6376 - text-decoration: underline;
6377 - cursor: pointer;
6378 - white-space: nowrap;
6379 - text-overflow: ellipsis;
6380 - overflow: hidden;
6381 -}
6382 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6383 - cursor: pointer;
6384 - flex-shrink: 0;
6385 -}
6386 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6387 - color: var(--e-a-color-primary-bold);
6388 - font-size: 14px;
6389 -}
6390 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6391 - text-decoration: underline;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6394 - display: none;
6395 - position: absolute;
6396 - inset-block-start: 40px;
6397 - background-color: var(--e-a-bg-default);
6398 - min-width: 187px;
6399 - overflow: auto;
6400 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6401 - z-index: 1;
6402 - border-radius: 2px;
6403 - max-width: 450px;
6404 -}
6405 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6406 - white-space: nowrap;
6407 - text-overflow: ellipsis;
6408 - overflow: hidden;
6409 -}
6410 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6411 - margin: 15px;
6412 -}
6413 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6414 - margin-inline-end: 10px;
6415 -}
6416 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6417 - max-height: 170px;
6418 -}
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6420 - padding: 5px 15px;
6421 - cursor: pointer;
6422 - list-style: none;
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6425 - display: none;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6428 - margin: 0px;
6429 -}
6430 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6431 - text-decoration: underline;
6432 -}
6433 -#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 {
6434 - background: var(--e-a-border-color);
6435 -}
6436 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6437 - outline: 2px solid var(--e-a-border-color-focus);
6438 - outline-offset: -2px;
6439 -}
6440 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6441 - pointer-events: none;
6442 - opacity: 0.3;
6443 -}
6444 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6445 - text-align: center;
6446 - font-size: 13px;
6447 - margin: 0 20px;
6448 - padding-block: 15px;
6449 - pointer-events: none;
6450 -}
6451 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6452 - font-size: 24px;
6453 - padding-block-end: 10px;
6454 -}
6455 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6456 - border-block-start: none;
6457 - border-inline: none;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6460 - pointer-events: none;
6461 - opacity: 0.3;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6464 - display: flex;
6465 - flex-direction: column;
6466 - width: 600px;
6467 - text-align: start;
6468 -}
6469 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6470 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6471 - font-size: 12px;
6472 - font-weight: 400;
6473 - color: var(--e-a-color-txt);
6474 -}
6475 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6476 - width: 100%;
6477 - padding: 12px 15px;
6478 - border: var(--e-a-border-bold);
6479 - border-radius: 3px;
6480 - margin-block-end: 0;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6483 - border: none;
6484 - padding: 0;
6485 - gap: 12px;
6486 - margin-block-start: 20px;
6487 -}
6488 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6489 - display: flex;
6490 - align-items: center;
6491 - padding: 12px 15px;
6492 - border: var(--e-a-border-bold);
6493 - border-radius: 3px;
6494 - width: 100%;
6495 - line-height: normal;
6496 - gap: 8px;
6497 -}
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6499 - border-color: var(--e-a-color-txt);
6500 -}
6501 -#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 {
6502 - display: flex;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6505 - margin-inline-end: 0;
6506 - flex-shrink: 0;
6507 - position: relative;
6508 -}
6509 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6510 - inset-block-start: 0;
6511 -}
6512 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6513 - content: "";
6514 - position: absolute;
6515 - inset-inline-end: -8px;
6516 - width: 1px;
6517 - height: 18px;
6518 - background-color: var(--e-a-border-color);
6519 -}
6520 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6521 - margin-inline-start: 12px;
6522 - margin-inline-end: 4px;
6523 - font-size: 24px;
6524 - color: var(--e-a-color-txt);
6525 -}
6526 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6527 - margin-inline-start: 8px;
6528 - margin-inline-end: 0;
6529 - font-size: 24px;
6530 - color: var(--e-a-color-txt);
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6533 - flex: 0 0 auto;
6534 - margin: 0;
6535 - cursor: pointer;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6538 - margin-inline: 0;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6541 - display: inline;
6542 - background: transparent;
6543 - padding: 0;
6544 - border-radius: 0;
6545 - vertical-align: baseline;
6546 - text-decoration: underline;
6547 - cursor: pointer;
6548 - margin-inline-start: 0;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6551 - background: transparent;
6552 -}
6553 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6554 - color: var(--e-a-color-primary-bold);
6555 - text-decoration: underline;
6556 - cursor: pointer;
6557 - margin-inline-start: 4px;
6558 -}
6559 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6560 - text-decoration: none;
6561 -}
6562 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6563 - display: none;
6564 - border: none;
6565 - padding: 0;
6566 - border-radius: 0;
6567 - margin-inline-start: 0;
6568 - background: transparent;
6569 - transition: background-color 0.2s;
6570 - padding: 3px 8px;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6573 - background-color: var(--e-a-btn-bg-primary-hover);
6574 - border-radius: 3px;
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6577 - color: var(--e-a-btn-bg-accent);
6578 - text-decoration: none;
6579 - display: flex;
6580 - align-items: center;
6581 - gap: 4px;
6582 - font-size: 14px;
6583 - font-weight: 500;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6586 - margin: 0;
6587 - font-size: 14px;
6588 -}
6589 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6590 - display: none;
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6593 - color: var(--e-a-color-txt-muted);
6594 - margin-inline: 5px;
6595 -}
6596 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6597 - color: var(--e-a-color-info);
6598 - text-decoration: underline;
6599 -}
6600 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6601 - text-decoration: none;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6604 - display: flex;
6605 - align-items: center;
6606 - gap: 6px;
6607 - padding: 6px 12px;
6608 - border: none;
6609 - border-radius: 20px;
6610 - font-size: 14px;
6611 - font-weight: 500;
6612 - cursor: pointer;
6613 - transition: opacity 0.2s;
6614 - margin-inline-start: auto;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6617 - opacity: 0.8;
6618 -}
6619 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6620 - margin: 0;
6621 - font-size: 14px;
6622 -}
6623 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6624 - background-color: var(--e-a-bg-info);
6625 - color: var(--e-a-color-info);
6626 -}
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6628 - color: var(--e-a-color-info);
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6631 - background-color: var(--e-a-bg-warning);
6632 - color: var(--e-a-btn-bg-warning-hover);
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6635 - color: var(--e-a-btn-bg-warning-hover);
6636 -}
6637 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6638 - display: none;
6639 - margin-inline-start: 8px;
6640 - align-items: center;
6641 - gap: 6px;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6644 - display: inline-flex !important;
6645 -}
6646 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6647 - text-decoration: underline;
6648 - cursor: pointer;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6651 - cursor: pointer;
6652 - font-size: 14px;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6655 - inset-block-start: 75px;
6656 - inset-inline-start: 230px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6659 - display: none;
6660 -}
6661 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6662 - display: inline;
6663 -}
6664 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6665 - display: none;
6666 -}
6667 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6668 - border-color: var(--e-a-border-color);
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6671 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6672 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6673 - color: var(--e-a-color-txt-disabled);
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6676 - background-color: var(--e-a-color-txt-disabled);
6677 -}
6678 -#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 {
6679 - border-color: var(--e-a-border-color);
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6683 -#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,
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6685 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6686 - color: var(--e-a-color-txt-disabled);
6687 -}
6688 -#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 {
6689 - background-color: var(--e-a-color-txt-disabled);
6690 -}
6691 -#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 {
6692 - display: inline-flex;
6693 -}
6694 -#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 {
6695 - display: none;
6696 -}
6697 -#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 {
6698 - display: block;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6701 -#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],
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6703 - pointer-events: none;
6704 -}
6705 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6706 - display: block;
6707 - margin-block-start: 15px;
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6710 - align-self: center;
6711 - margin-block-start: 20px;
6712 - float: none;
6713 -}
6714 5042
6715 5043 #elementor-template-library-save-template-name {
6716 5044 width: 500px;
6717 5045 padding-inline-start: 25px;
@@ -6763,12 +5091,8 @@
6763 5091 padding: 100px 0 0;
6764 5092 min-height: 550px;
6765 5093 }
6766 5094
6767 -.elementor-template-library-cloud-empty__button {
6768 - margin-block-start: 45px;
6769 -}
6770 -
6771 5095 #elementor-template-library-connect-logo {
6772 5096 font-size: 20px;
6773 5097 }
6774 5098 #elementor-template-library-connect__button {
@@ -6805,11 +5129,11 @@
6805 5129 }
6806 5130
6807 5131 .elementor-template-library-blank-footer {
6808 5132 position: absolute;
6809 - inset-block-end: 70px;
6810 - inset-inline-start: 50%;
6811 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5133 + bottom: 70px;
5134 + left: 50%;
5135 + transform: translateX(-50%);
6812 5136 font-style: italic;
6813 5137 color: var(--e-a-color-txt-muted);
6814 5138 }
6815 5139 @media (max-height: 700px) {
@@ -6841,287 +5165,50 @@
6841 5165 #elementor-template-library-error-info {
6842 5166 margin-block-start: 10px;
6843 5167 }
6844 5168
6845 -#elementor-library--infotip__dialog,
6846 -#elementor-library--connect_infotip__dialog,
6847 -#elementor-library--cloud-upgrade__dialog,
6848 -#elementor-library--site-info__dialog {
6849 - position: absolute;
6850 - z-index: 10000;
6851 - background-color: var(--e-a-bg-default);
6852 - box-shadow: var(--e-a-popover-shadow);
6853 - border-radius: var(--e-a-border-radius);
5169 +@media (max-width: 1439px) {
5170 + .elementor-template-library-local-column-1 {
5171 + width: 33%;
5172 + }
5173 + .elementor-template-library-local-column-2 {
5174 + width: 10%;
5175 + }
5176 + .elementor-template-library-local-column-3 {
5177 + width: 15%;
5178 + }
5179 + .elementor-template-library-local-column-4 {
5180 + width: 15%;
5181 + }
5182 + .elementor-template-library-local-column-5 {
5183 + width: 27%;
5184 + }
6854 5185 }
6855 -#elementor-library--infotip__dialog.variant-b,
6856 -#elementor-library--connect_infotip__dialog.variant-b,
6857 -#elementor-library--cloud-upgrade__dialog.variant-b,
6858 -#elementor-library--site-info__dialog.variant-b {
6859 - width: 200px;
6860 - color: var(--e-a-color-txt-invert);
6861 - background-color: var(--e-a-bg-secondary);
5186 +@media (min-width: 1440px) {
5187 + .elementor-template-library-local-column-1 {
5188 + width: 25%;
5189 + }
5190 + .elementor-template-library-local-column-2 {
5191 + width: 17%;
5192 + }
5193 + .elementor-template-library-local-column-3 {
5194 + width: 17%;
5195 + }
5196 + .elementor-template-library-local-column-4 {
5197 + width: 17%;
5198 + }
5199 + .elementor-template-library-local-column-5 {
5200 + width: 24%;
5201 + }
6862 5202 }
6863 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6864 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6865 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6866 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6867 - padding: 4px 8px 4px 8px;
5203 +@media (max-width: 1024px) {
5204 + .elementor-template-library-local-column-3 {
5205 + display: none;
5206 + }
5207 + .elementor-template-library-local-column-5 {
5208 + width: 41%;
5209 + }
6868 5210 }
6869 -#elementor-library--infotip__dialog__title,
6870 -#elementor-library--connect_infotip__dialog__title,
6871 -#elementor-library--cloud-upgrade__dialog__title,
6872 -#elementor-library--site-info__dialog__title {
6873 - font-size: 14px;
6874 -}
6875 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6876 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6877 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6878 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6879 - padding: 10px 0 10px 10px;
6880 - float: inline-end;
6881 -}
6882 -#elementor-library--infotip__dialog .dialog-button,
6883 -#elementor-library--connect_infotip__dialog .dialog-button,
6884 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6885 -#elementor-library--site-info__dialog .dialog-button {
6886 - padding: 7px 25px;
6887 - font-size: 13px;
6888 - background: none;
6889 - color: var(--e-a-btn-bg-accent);
6890 - border: none;
6891 - font-weight: 500;
6892 - cursor: pointer;
6893 -}
6894 -#elementor-library--infotip__dialog:after,
6895 -#elementor-library--connect_infotip__dialog:after,
6896 -#elementor-library--cloud-upgrade__dialog:after,
6897 -#elementor-library--site-info__dialog:after {
6898 - content: "";
6899 - position: absolute;
6900 - inset-inline-end: 46%;
6901 - transform: scaleX(0.7);
6902 - border: 10px solid transparent;
6903 -}
6904 -
6905 -#elementor-library--infotip__dialog {
6906 - width: 265px;
6907 -}
6908 -#elementor-library--infotip__dialog .dialog-message {
6909 - padding: 20px 20px 0px 20px;
6910 -}
6911 -#elementor-library--infotip__dialog:after {
6912 - inset-block-start: 100%;
6913 - border-block-start-color: var(--e-a-bg-default);
6914 -}
6915 -#elementor-library--infotip__dialog.variant-b:after {
6916 - border-block-start-color: var(--e-a-bg-secondary);
6917 -}
6918 -
6919 -#elementor-library--connect_infotip__dialog {
6920 - width: 265px;
6921 -}
6922 -#elementor-library--connect_infotip__dialog .dialog-message {
6923 - padding: 20px;
6924 -}
6925 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6926 - inset-block-end: 100%;
6927 - border-block-end-color: var(--e-a-bg-default);
6928 -}
6929 -#elementor-library--connect_infotip__dialog.variant-b:after {
6930 - border-block-start-color: var(--e-a-bg-secondary);
6931 - inset-block-start: 100%;
6932 -}
6933 -#elementor-library--connect_infotip__dialog.variant-b {
6934 - width: 265px;
6935 -}
6936 -
6937 -#elementor-library--cloud-upgrade__dialog {
6938 - width: 265px;
6939 -}
6940 -#elementor-library--cloud-upgrade__dialog:after {
6941 - inset-block-start: 100%;
6942 - border-block-start-color: var(--e-a-bg-default);
6943 -}
6944 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6945 - border-block-start-color: var(--e-a-bg-secondary);
6946 -}
6947 -
6948 -#elementor-library--site-info__dialog {
6949 - width: 265px;
6950 -}
6951 -#elementor-library--site-info__dialog:after {
6952 - inset-block-start: 100%;
6953 - border-block-start-color: var(--e-a-bg-default);
6954 -}
6955 -#elementor-library--site-info__dialog.variant-b:after {
6956 - border-block-start-color: var(--e-a-bg-secondary);
6957 -}
6958 -
6959 -.elementor-global-styles-dialog {
6960 - --gsd-color-text-primary: #0c0d0e;
6961 - --gsd-color-text-secondary: #3f444b;
6962 - --gsd-color-text-tertiary: #69727D;
6963 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6964 - --gsd-color-primary-main: #f0abfc;
6965 - --gsd-color-primary-hover: #e879f9;
6966 - --gsd-color-secondary-main: #515962;
6967 - --gsd-border-radius: 4px;
6968 - --gsd-spacing-horizontal: 24px;
6969 - --gsd-font-family: 'Roboto', sans-serif;
6970 - padding: 16px 0 0;
6971 - min-width: 444px;
6972 -}
6973 -.elementor-global-styles-dialog__header {
6974 - padding: 10px var(--gsd-spacing-horizontal) 0;
6975 - margin-block-end: 16px;
6976 -}
6977 -.elementor-global-styles-dialog__header h2 {
6978 - margin: 0 0 4px;
6979 - font-family: var(--gsd-font-family);
6980 - font-size: 16px;
6981 - font-weight: 500;
6982 - line-height: 1.3;
6983 - color: var(--gsd-color-text-primary);
6984 - letter-spacing: 0.15px;
6985 -}
6986 -.elementor-global-styles-dialog__header p {
6987 - margin: 0;
6988 - font-family: var(--gsd-font-family);
6989 - font-size: 14px;
6990 - font-weight: 400;
6991 - line-height: 20px;
6992 - color: var(--gsd-color-text-secondary);
6993 - letter-spacing: 0.15px;
6994 -}
6995 -.elementor-global-styles-dialog__options {
6996 - display: flex;
6997 - flex-direction: column;
6998 - gap: 12px;
6999 - padding: 0 var(--gsd-spacing-horizontal);
7000 -}
7001 -.elementor-global-styles-dialog__radio-card {
7002 - display: flex;
7003 - gap: 0;
7004 - padding: 12px 8px;
7005 - border: 1px solid var(--gsd-color-divider);
7006 - border-radius: var(--gsd-border-radius);
7007 - cursor: pointer;
7008 - transition: border-color 0.2s ease;
7009 -}
7010 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7011 - border: 2px solid var(--gsd-color-text-primary);
7012 - padding: 11px 7px;
7013 -}
7014 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7015 - flex-shrink: 0;
7016 - width: 20px;
7017 - height: 20px;
7018 - margin: 9px;
7019 - cursor: pointer;
7020 - color: var(--gsd-color-text-tertiary);
7021 - accent-color: var(--gsd-color-text-primary);
7022 -}
7023 -.elementor-global-styles-dialog__radio-card-content {
7024 - display: flex;
7025 - align-items: flex-start;
7026 - flex-direction: column;
7027 - flex: 1;
7028 -}
7029 -.elementor-global-styles-dialog__radio-label {
7030 - font-family: var(--gsd-font-family);
7031 - font-size: 14px;
7032 - font-weight: 500;
7033 - line-height: 18px;
7034 - color: var(--gsd-color-text-primary);
7035 - letter-spacing: 0.15px;
7036 -}
7037 -.elementor-global-styles-dialog__radio-description {
7038 - font-family: var(--gsd-font-family);
7039 - font-size: 12px;
7040 - font-weight: 400;
7041 - line-height: 20px;
7042 - color: var(--gsd-color-text-secondary);
7043 - letter-spacing: 0.4px;
7044 -}
7045 -.elementor-global-styles-dialog__checkbox-container {
7046 - display: flex;
7047 - align-items: flex-start;
7048 - gap: 4px;
7049 - padding: 0;
7050 - margin-block-start: 0;
7051 -}
7052 -.elementor-global-styles-dialog__checkbox-option {
7053 - display: flex;
7054 - align-items: flex-start;
7055 - gap: 4px;
7056 - cursor: pointer;
7057 -}
7058 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7059 - width: 18px;
7060 - height: 18px;
7061 - margin: 4px;
7062 - cursor: pointer;
7063 -}
7064 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7065 - background-color: var(--gsd-color-text-tertiary);
7066 -}
7067 -.elementor-global-styles-dialog__checkbox-label {
7068 - font-family: var(--gsd-font-family);
7069 - font-size: 12px;
7070 - font-weight: 400;
7071 - line-height: 1.43;
7072 - color: var(--gsd-color-text-primary);
7073 - letter-spacing: 0.15px;
7074 - padding-block-start: 4px;
7075 - margin-inline-start: 4px;
7076 -}
7077 -.elementor-global-styles-dialog__checkbox-label a {
7078 - color: #2563eb;
7079 - text-decoration: underline;
7080 -}
7081 -.elementor-global-styles-dialog__checkbox-label a:hover {
7082 - color: #2563eb;
7083 -}
7084 -.elementor-global-styles-dialog__footer {
7085 - display: flex;
7086 - justify-content: flex-end;
7087 - align-items: center;
7088 - gap: 8px;
7089 - padding: 16px var(--gsd-spacing-horizontal);
7090 -}
7091 -.elementor-global-styles-dialog__button-cancel {
7092 - padding: 6px 8px;
7093 - font-family: var(--gsd-font-family);
7094 - font-size: 15px;
7095 - font-weight: 500;
7096 - line-height: 24px;
7097 - letter-spacing: 0.4px;
7098 - color: var(--gsd-color-secondary-main);
7099 - background: transparent;
7100 - border: none;
7101 - border-radius: var(--gsd-border-radius);
7102 - cursor: pointer;
7103 -}
7104 -.elementor-global-styles-dialog__button-cancel:hover {
7105 - background: rgba(0, 0, 0, 0.04);
7106 -}
7107 -.elementor-global-styles-dialog__button-insert {
7108 - padding: 6px 16px;
7109 - font-family: var(--gsd-font-family);
7110 - font-size: 15px;
7111 - font-weight: 500;
7112 - line-height: 24px;
7113 - letter-spacing: 0.4px;
7114 - color: var(--gsd-color-text-primary);
7115 - background: var(--gsd-color-primary-main);
7116 - border: none;
7117 - border-radius: var(--gsd-border-radius);
7118 - cursor: pointer;
7119 -}
7120 -.elementor-global-styles-dialog__button-insert:hover {
7121 - background: var(--gsd-color-primary-hover);
7122 -}
7123 -
7124 5211 .elementor-tags-list {
7125 5212 display: none;
7126 5213 position: absolute;
7127 5214 width: 260px;
@@ -7211,10 +5298,10 @@
7211 5298 }
7212 5299 .elementor-tag-settings-popup:before {
7213 5300 content: "";
7214 5301 position: absolute;
7215 - inset-block-start: -20px;
7216 - inset-inline-start: 5px;
5302 + top: -20px;
5303 + left: 5px;
7217 5304 border: 10px solid transparent;
7218 5305 border-block-end-color: var(--e-a-border-color);
7219 5306 }
7220 5307 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7305,14 +5392,8 @@
7305 5392 cursor: default;
7306 5393 opacity: 0.5;
7307 5394 color: var(--e-a-color-disabled);
7308 5395 }
7309 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7310 - opacity: 1;
7311 -}
7312 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7313 - opacity: 0.5;
7314 -}
7315 5396 .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 {
7316 5397 background-color: var(--e-a-bg-hover);
7317 5398 color: var(--e-a-color-hover);
7318 5399 }
@@ -7330,31 +5411,15 @@
7330 5411 color: var(--e-a-color-txt-muted);
7331 5412 }
7332 5413 .elementor-context-menu-list__item__shortcut--link-fullwidth {
7333 5414 position: absolute;
7334 - inset: 0;
5415 + left: 0;
5416 + top: 0;
5417 + width: 100%;
5418 + height: 100%;
7335 5419 z-index: 2;
7336 5420 cursor: pointer;
7337 5421 }
7338 -.elementor-context-menu-list__item__shortcut__new-badge {
7339 - border: 1px solid var(--e-a-color-primary-bold);
7340 - padding: 2px 8px;
7341 - color: var(--e-a-color-primary-bold);
7342 - border-radius: 10px;
7343 - font-size: 10px;
7344 -}
7345 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7346 - display: flex;
7347 - align-items: center;
7348 - justify-content: center;
7349 - width: 24px;
7350 - height: 24px;
7351 - border-radius: 50%;
7352 - background-color: rgba(214, 16, 124, 0.12);
7353 - color: var(--e-a-color-accent-promotion, #D6107C);
7354 - font-size: 16px;
7355 - cursor: pointer;
7356 -}
7357 5422 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7358 5423 font-size: 14px;
7359 5424 font-style: normal;
7360 5425 font-weight: 400;
@@ -7363,11 +5428,8 @@
7363 5428 }
7364 5429 .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 > * {
7365 5430 color: var(--e-global-color-danger);
7366 5431 }
7367 -.elementor-context-menu-list__item.elementor-hidden {
7368 - display: none;
7369 -}
7370 5432 .elementor-context-menu .eicon-pro-icon {
7371 5433 color: var(--e-global-color-accent);
7372 5434 }
7373 5435
@@ -7439,9 +5501,9 @@
7439 5501 }
7440 5502 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7441 5503 content: "+";
7442 5504 position: absolute;
7443 - inset-inline-end: 0;
5505 + right: 0;
7444 5506 width: 9px;
7445 5507 text-align: center;
7446 5508 margin-inline-end: -18px;
7447 5509 }
@@ -7514,18 +5576,17 @@
7514 5576 }
7515 5577
7516 5578 body {
7517 5579 --e-editor-navigator-width: 240px;
7518 - --e-editor-navigator-indicator-width: 3px;
7519 5580 --e-editor-navigator-promotion-height: 30px;
7520 5581 }
7521 5582
7522 5583 #elementor-navigator {
7523 5584 position: fixed;
7524 - inset-block-start: 100px;
7525 - inset-inline-end: 30px;
5585 + top: 100px;
7526 5586 width: var(--e-editor-navigator-width);
7527 5587 height: 50vh;
5588 + right: 30px;
7528 5589 background-color: var(--e-a-bg-default);
7529 5590 border: var(--e-a-border);
7530 5591 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7531 5592 -webkit-user-select: none;
@@ -7535,10 +5596,10 @@
7535 5596 z-index: 100;
7536 5597 display: none;
7537 5598 }
7538 5599 body.elementor-navigator-docked #elementor-navigator {
7539 - inset: 0;
7540 - inset-inline-start: auto;
5600 + top: 0;
5601 + right: 0;
7541 5602 height: 100%;
7542 5603 }
7543 5604 body:not(.elementor-navigator-docked) #elementor-navigator {
7544 5605 border-radius: 5px;
@@ -7561,22 +5622,8 @@
7561 5622 font-weight: 400;
7562 5623 padding: 10px 0;
7563 5624 cursor: move;
7564 5625 }
7565 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7566 - padding-inline-end: 17.5px;
7567 -}
7568 -#elementor-navigator__ai-titles {
7569 - width: 35px;
7570 - text-align: center;
7571 - cursor: pointer;
7572 - background-color: transparent;
7573 - border: none;
7574 - outline: none;
7575 -}
7576 -#elementor-navigator__ai-titles:hover {
7577 - color: #E73CF6;
7578 -}
7579 5626 #elementor-navigator__close, #elementor-navigator__toggle-all {
7580 5627 color: var(--e-a-color-txt);
7581 5628 background-color: transparent;
7582 5629 border: none;
@@ -7654,9 +5701,9 @@
7654 5701 .elementor-navigator__item[data-locked=true] {
7655 5702 cursor: not-allowed;
7656 5703 }
7657 5704 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7658 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5705 + transform: rotate(-90deg);
7659 5706 }
7660 5707 .elementor-navigator__item > * {
7661 5708 display: flex;
7662 5709 align-items: center;
@@ -7671,9 +5718,9 @@
7671 5718 .elementor-navigator__elements .elementor-empty-view {
7672 5719 padding: 10px;
7673 5720 }
7674 5721 .elementor-navigator__elements .elementor-empty-view__title {
7675 - margin-inline-start: 34px;
5722 + margin-inline-start: 23px;
7676 5723 font-size: 10px;
7677 5724 font-style: italic;
7678 5725 }
7679 5726 .elementor-navigator__elements .ui-sortable-helper {
@@ -7741,9 +5788,9 @@
7741 5788 overflow: hidden;
7742 5789 }
7743 5790 .elementor-navigator__element__toggle {
7744 5791 position: absolute;
7745 - inset-inline-end: 15px;
5792 + right: 15px;
7746 5793 height: 100%;
7747 5794 z-index: 0;
7748 5795 font-size: 13px;
7749 5796 }
@@ -7749,12 +5796,13 @@
7749 5796 }
7750 5797 .elementor-navigator__element__indicators {
7751 5798 position: relative;
7752 5799 transition: transform 0.5s;
5800 + padding-inline-start: 5px;
7753 5801 z-index: 91;
7754 5802 }
7755 5803 .elementor-navigator__element__indicators:not(:hover) {
7756 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5804 + transform: translateX(calc(100% - 8px));
7757 5805 }
7758 5806 .elementor-navigator__element__indicator {
7759 5807 height: 100%;
7760 5808 width: 31px;
@@ -7762,13 +5810,16 @@
7762 5810 align-items: center;
7763 5811 justify-content: center;
7764 5812 color: var(--e-a-color-txt);
7765 5813 background-color: var(--e-a-bg-default);
7766 - border-inline-end: var(--e-a-border);
5814 + border-inline-start: var(--e-a-border);
7767 5815 }
7768 5816 .elementor-navigator__element__indicator:first-child {
7769 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5817 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7770 5818 }
5819 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5820 + border-color: #242729;
5821 +}
7771 5822 .elementor-navigator__element__indicator:hover {
7772 5823 color: var(--e-a-color-txt-hover);
7773 5824 }
7774 5825 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7781,9 +5832,9 @@
7781 5832
7782 5833 .e-notice-bar {
7783 5834 position: absolute;
7784 5835 width: 100%;
7785 - inset-block-end: 0;
5836 + bottom: 0;
7786 5837 display: flex;
7787 5838 align-items: center;
7788 5839 height: 40px;
7789 5840 color: #fff;
@@ -7807,9 +5858,9 @@
7807 5858 padding: 4px 10px;
7808 5859 font-size: 11px;
7809 5860 }
7810 5861 .e-notice-bar__primary_action a:hover {
7811 - color: rgb(70.5, 0, 30.2142857143);
5862 + color: #47001e;
7812 5863 background: #F1F2F3;
7813 5864 }
7814 5865 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7815 5866 font-size: 11px;
@@ -7909,11 +5960,11 @@
7909 5960 background-color: transparent;
7910 5961 }
7911 5962 #elementor-icons-manager__search i {
7912 5963 position: absolute;
7913 - inset-block-start: 50%;
7914 - inset-inline-end: 15px;
5964 + top: 50%;
7915 5965 transform: translateY(-50%);
5966 + right: 15px;
7916 5967 }
7917 5968 #elementor-icons-manager__tab__wrapper {
7918 5969 overflow: auto;
7919 5970 margin: 25px -15px 0;
@@ -8002,10 +6053,10 @@
8002 6053 content: "";
8003 6054 position: absolute;
8004 6055 height: 100%;
8005 6056 width: 3px;
8006 - inset-block-start: 0;
8007 - inset-inline-start: 0;
6057 + top: 0;
6058 + left: 0;
8008 6059 background-color: var(--e-a-border-color-accent);
8009 6060 }
8010 6061 .elementor-icons-manager__tab__item {
8011 6062 position: relative;
@@ -8030,11 +6081,11 @@
8030 6081 flex-direction: column;
8031 6082 align-items: center;
8032 6083 width: 100%;
8033 6084 position: absolute;
8034 - inset-block-start: 50%;
8035 - inset-inline-start: 50%;
8036 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6085 + top: 50%;
6086 + left: 50%;
6087 + transform: translate(-50%, -50%);
8037 6088 padding: 1px;
8038 6089 }
8039 6090 .elementor-icons-manager__tab__item__icon {
8040 6091 font-size: 25px;
@@ -8078,12 +6129,11 @@
8078 6129 }
8079 6130 .pickr .pcr-button:before, .pickr .pcr-button:after {
8080 6131 height: 12px;
8081 6132 width: 12px;
8082 - position: absolute;
8083 - inset-block-start: 50%;
8084 - inset-inline-start: 50%;
8085 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6133 + top: 50%;
6134 + left: 50%;
6135 + transform: translate(-50%, -50%);
8086 6136 }
8087 6137
8088 6138 .pcr-app {
8089 6139 background-color: var(--e-a-bg-default);
@@ -8190,9 +6240,12 @@
8190 6240 font-family: "eicons";
8191 6241 color: var(--e-a-btn-color-invert);
8192 6242 text-indent: 0;
8193 6243 position: absolute;
8194 - inset: 0;
6244 + left: 0;
6245 + top: 0;
6246 + width: 100%;
6247 + height: 100%;
8195 6248 display: flex;
8196 6249 justify-content: center;
8197 6250 align-items: center;
8198 6251 }
@@ -8223,9 +6276,9 @@
8223 6276 }
8224 6277
8225 6278 .select2-selection__arrow {
8226 6279 height: 27px;
8227 - inset-block-start: 0;
6280 + top: 0;
8228 6281 }
8229 6282
8230 6283 .select2-results__option[aria-selected=true] {
8231 6284 background-color: var(--e-a-bg-active);
@@ -8248,12 +6301,12 @@
8248 6301 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8249 6302 cursor: ew-resize;
8250 6303 }
8251 6304 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8252 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6305 + box-shadow: 0 0 0 1px #0e3b9c inset;
8253 6306 }
8254 6307 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8255 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6308 + color: #0e3b9c;
8256 6309 -webkit-user-select: none;
8257 6310 -moz-user-select: none;
8258 6311 user-select: none;
8259 6312 }
@@ -8284,10 +6337,11 @@
8284 6337 padding: 0;
8285 6338 margin: 0;
8286 6339 height: 100px;
8287 6340 position: absolute;
8288 - inset-block-start: -60px;
8289 - inset-inline: 0;
6341 + top: -60px;
6342 + left: 0;
6343 + right: 0;
8290 6344 }
8291 6345 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8292 6346 border-color: transparent;
8293 6347 outline: none;
@@ -8314,22 +6368,18 @@
8314 6368 }
8315 6369
8316 6370 [class^=eicon-flex], [class*=" eicon-flex"] {
8317 6371 transition: 0.3s all;
6372 + --is-ltr: 1;
6373 + --is-rtl: 0;
6374 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8318 6375 }
8319 6376 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8320 6377 max-height: 1em;
8321 6378 max-width: 1em;
8322 6379 }
8323 -[class^=eicon-flex], [class*=" eicon-flex"] {
8324 - --is-ltr: 1;
8325 - --is-rtl: 0;
8326 -}
8327 6380 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8328 6381 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8329 -}
8330 -[class^=eicon-flex], [class*=" eicon-flex"] {
8331 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8332 6382 }
8333 6383 :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) {
8334 6384 transform: rotate(calc(var(--rotation-direction) * 90deg));
8335 6385 }