PluginProbe
Elementor Website Builder – more than just a page builder / 3.19.2
Elementor Website Builder – more than just a page builder v3.19.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | assets/css/editor-rtl.css +420 -2487 4.0.8 → 3.19.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.19.0 - 07-02-2024 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + left: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89e";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89f";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -194,12 +201,11 @@
194 201 color: var(--e-a-color-txt-disabled);
195 202 }
196 203 .e-control-tool i {
197 204 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
205 + top: 50%;
206 + left: 50%;
207 + transform: translateX(-50%) translateY(-50%);
202 208 color: var(--e-a-color-txt-default);
203 209 font-size: 13px;
204 210 }
205 211
@@ -208,11 +214,11 @@
208 214 }
209 215
210 216 .elementor-loader-wrapper {
211 217 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
218 + top: 50%;
219 + left: 50%;
220 + transform: translate(-50%, -50%);
215 221 width: 300px;
216 222 display: flex;
217 223 flex-direction: column;
218 224 align-items: center;
@@ -363,287 +369,8 @@
363 369 outline: none;
364 370 height: 27px;
365 371 }
366 372
367 -.dialog-widget-content {
368 - background-color: var(--e-a-bg-default);
369 - position: absolute;
370 - border-radius: 3px;
371 - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
372 - overflow: hidden;
373 -}
374 -
375 -.dialog-message {
376 - line-height: 1.5;
377 - box-sizing: border-box;
378 -}
379 -
380 -.dialog-close-button {
381 - cursor: pointer;
382 - position: absolute;
383 - margin-block-start: 15px;
384 - inset-inline-end: 15px;
385 - color: var(--e-a-color-txt);
386 - font-size: 15px;
387 - line-height: 1;
388 - transition: var(--e-a-transition-hover);
389 -}
390 -.dialog-close-button:hover {
391 - color: var(--e-a-color-txt-hover);
392 -}
393 -
394 -.dialog-prevent-scroll {
395 - overflow: hidden;
396 - max-height: 100vh;
397 -}
398 -
399 -.dialog-type-lightbox {
400 - position: fixed;
401 - height: 100%;
402 - width: 100%;
403 - bottom: 0;
404 - left: 0;
405 - background-color: rgba(0, 0, 0, 0.8);
406 - z-index: 9999;
407 - -webkit-user-select: none;
408 - -moz-user-select: none;
409 - user-select: none;
410 -}
411 -
412 -.elementor-editor-active .elementor-popup-modal {
413 - background-color: initial;
414 -}
415 -
416 -.dialog-type-confirm .dialog-widget-content,
417 -.dialog-type-alert .dialog-widget-content {
418 - margin: auto;
419 - width: 400px;
420 - padding: 20px;
421 -}
422 -.dialog-type-confirm .dialog-header,
423 -.dialog-type-alert .dialog-header {
424 - font-size: 15px;
425 - font-weight: 500;
426 -}
427 -.dialog-type-confirm .dialog-header:after,
428 -.dialog-type-alert .dialog-header:after {
429 - content: "";
430 - display: block;
431 - border-block-end: var(--e-a-border);
432 - padding-block-end: 10px;
433 - margin-block-end: 10px;
434 - margin-inline-start: -20px;
435 - margin-inline-end: -20px;
436 -}
437 -.dialog-type-confirm .dialog-message,
438 -.dialog-type-alert .dialog-message {
439 - min-height: 50px;
440 -}
441 -.dialog-type-confirm .dialog-buttons-wrapper,
442 -.dialog-type-alert .dialog-buttons-wrapper {
443 - padding-block-start: 10px;
444 - display: flex;
445 - justify-content: flex-end;
446 - gap: 15px;
447 -}
448 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
449 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
450 - font-size: 12px;
451 - font-weight: 500;
452 - line-height: 1.2;
453 - padding: 8px 16px;
454 - outline: none;
455 - border: none;
456 - border-radius: var(--e-a-border-radius);
457 - background-color: var(--e-a-btn-bg);
458 - color: var(--e-a-btn-color-invert);
459 - transition: var(--e-a-transition-hover);
460 -}
461 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
462 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
463 - border: none;
464 -}
465 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
466 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
467 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
468 - background-color: var(--e-a-btn-bg-hover);
469 - color: var(--e-a-btn-color-invert);
470 -}
471 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
472 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
473 - background-color: var(--e-a-btn-bg-active);
474 -}
475 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
476 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
477 - cursor: pointer;
478 -}
479 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
480 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
481 - background-color: var(--e-a-btn-bg-disabled);
482 - color: var(--e-a-btn-color-disabled);
483 -}
484 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
485 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
486 - display: none;
487 -}
488 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
489 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
490 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
491 - background: transparent;
492 - color: var(--e-a-color-txt);
493 -}
494 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
495 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
496 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
497 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
498 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
499 - background: var(--e-a-bg-hover);
500 - color: var(--e-a-color-txt-hover);
501 -}
502 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
503 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
504 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
505 - background: transparent;
506 - color: var(--e-a-color-txt-disabled);
507 -}
508 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
509 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
510 - border: 1px solid var(--e-a-color-txt-muted);
511 -}
512 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
513 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
514 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
515 - background-color: var(--e-a-btn-bg-success);
516 -}
517 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
518 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
519 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
520 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
521 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
522 - background-color: var(--e-a-btn-bg-success-hover);
523 -}
524 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
525 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
526 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
527 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
528 - background-color: var(--e-a-btn-bg-primary);
529 - color: var(--e-a-btn-color);
530 -}
531 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
532 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
533 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
534 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
535 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
536 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
537 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
538 - background-color: var(--e-a-btn-bg-primary-hover);
539 - color: var(--e-a-btn-color);
540 -}
541 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
542 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
543 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
544 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
545 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
546 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
547 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
548 - background: transparent;
549 - color: var(--e-a-color-primary-bold);
550 -}
551 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
552 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
553 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
554 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
555 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
556 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
557 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
558 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
559 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
560 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
561 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
562 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
563 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
564 - background: var(--e-a-bg-primary);
565 -}
566 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
567 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
568 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
569 - background-color: var(--e-a-btn-bg-accent);
570 -}
571 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
572 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
573 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
574 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
575 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
576 - background-color: var(--e-a-btn-bg-accent-hover);
577 -}
578 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
579 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
580 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
581 - background-color: var(--e-a-btn-bg-accent-active);
582 -}
583 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
584 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
585 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
586 - background-color: var(--e-a-btn-bg-info);
587 -}
588 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
589 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
590 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
591 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
592 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
593 - background-color: var(--e-a-btn-bg-info-hover);
594 -}
595 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
596 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
597 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
598 - background-color: var(--e-a-btn-bg-warning);
599 -}
600 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
601 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
602 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
603 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
604 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
605 - background-color: var(--e-a-btn-bg-warning-hover);
606 -}
607 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
608 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 - background-color: var(--e-a-btn-bg-danger);
611 -}
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
621 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
622 - background-color: var(--e-a-btn-bg-danger-hover);
623 -}
624 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
625 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
626 - margin-inline-end: 5px;
627 -}
628 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
629 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
630 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 - color: initial;
633 -}
634 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 -
646 373 /*
647 374 * Container style
648 375 */
649 376 .ps {
@@ -785,70 +512,46 @@
785 512 --e-editor-panel-width: 300px;
786 513 }
787 514 }
788 515
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
516 +.elementor-panel {
517 + position: relative;
518 + height: 100%;
519 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
520 + width: var(--e-editor-panel-width);
521 + overflow: visible;
522 + background-color: var(--e-a-bg-default);
523 + z-index: 1;
524 + font-family: var(--e-a-font-family);
525 + font-size: 13px;
526 + right: 0;
527 +}
528 +.elementor-panel h1,
529 +.elementor-panel h2,
530 +.elementor-panel h3,
531 +.elementor-panel h4,
532 +.elementor-panel h5,
533 +.elementor-panel h6 {
813 534 font-size: 100%;
814 535 font-weight: normal;
815 536 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
537 +.elementor-panel abbr,
538 +.elementor-panel acronym {
824 539 border: 0;
825 540 font-variant: normal;
826 541 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
542 +.elementor-panel sup {
831 543 vertical-align: text-top;
832 544 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
545 +.elementor-panel sub {
837 546 vertical-align: text-bottom;
838 547 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
548 +.elementor-panel img {
843 549 max-width: 100%;
844 550 height: auto;
845 551 border: 0;
846 552 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
553 +.elementor-panel :focus {
851 554 outline: 0;
852 555 }
853 556 .elementor-panel .elementor-panel-box-content {
854 557 padding: 20px 20px 10px;
@@ -900,9 +603,10 @@
900 603 display: none;
901 604 position: absolute;
902 605 box-shadow: var(--e-a-popover-shadow);
903 606 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
607 + left: 0;
608 + right: 0;
905 609 margin: -4px auto 5px;
906 610 padding-block-start: 15px;
907 611 width: 90%;
908 612 z-index: 10000;
@@ -910,10 +614,10 @@
910 614 }
911 615 .elementor-panel .elementor-controls-popover:before {
912 616 content: "";
913 617 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
618 + top: -16px;
619 + left: 22px;
916 620 border: 8px solid transparent;
917 621 border-block-end-color: var(--e-a-bg-default);
918 622 }
919 623 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +628,8 @@
924 628 }
925 629 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 630 margin-block-start: 20px;
927 631 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 632 .elementor-editor-preview .elementor-panel {
941 633 --e-is-preview-mode: 1;
942 634 }
943 635 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -943,12 +635,8 @@
943 635 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 636 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 637 display: none;
946 638 }
947 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 - display: flex;
949 - flex-direction: column;
950 -}
951 639 .elementor-panel .ps__rail-y {
952 640 z-index: 2;
953 641 }
954 642 .elementor-panel .elementor-responsive-panel {
@@ -990,9 +678,9 @@
990 678 }
991 679 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 680 font-size: 18px;
993 681 }
994 -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
682 +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus {
995 683 color: var(--e-a-dark-color-txt-hover);
996 684 }
997 685 .elementor-panel #elementor-panel-header-title {
998 686 flex: 1;
@@ -1003,9 +691,8 @@
1003 691 width: 90px;
1004 692 }
1005 693 .elementor-panel #elementor-panel-elements-categories {
1006 694 padding-block-end: 10px;
1007 - position: relative;
1008 695 }
1009 696 .elementor-panel .elementor-panel-category {
1010 697 position: relative;
1011 698 border-block-end: var(--e-a-border);
@@ -1017,11 +704,8 @@
1017 704 }
1018 705 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 706 border: none;
1020 707 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 708 .elementor-panel .elementor-panel-category-items {
1025 709 padding-block-end: 20px;
1026 710 }
1027 711 .elementor-panel .elementor-panel-category-items-empty {
@@ -1046,16 +730,14 @@
1046 730 align-items: center;
1047 731 width: 100%;
1048 732 height: 40px;
1049 733 transition: var(--e-a-transition-hover);
1050 - border: 0;
1051 - background-color: transparent;
1052 734 cursor: pointer;
1053 735 }
1054 736 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 737 border-block-end: var(--e-a-border);
1056 738 }
1057 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
739 +.elementor-panel .elementor-panel-menu-item:hover {
1058 740 background-color: var(--e-a-bg-hover);
1059 741 }
1060 742 .elementor-panel .elementor-panel-menu-item:active {
1061 743 background-color: var(--e-a-bg-active);
@@ -1121,11 +803,13 @@
1121 803 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 804 border-color: var(--e-a-border-color-accent);
1123 805 color: var(--e-a-color-txt-accent);
1124 806 }
807 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1125 808 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 809 color: var(--e-a-color-txt-accent);
1127 810 }
811 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1128 812 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 813 color: inherit;
1130 814 display: block;
1131 815 text-align: center;
@@ -1131,8 +815,9 @@
1131 815 text-align: center;
1132 816 padding: 12px 0 8px;
1133 817 font-size: 10px;
1134 818 }
819 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1135 820 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 821 font-family: eicons;
1137 822 font-size: 16px;
1138 823 display: block;
@@ -1137,31 +822,35 @@
1137 822 font-size: 16px;
1138 823 display: block;
1139 824 margin-block-end: 8px;
1140 825 }
826 +.elementor-panel .elementor-tab-control-content a:before,
1141 827 .elementor-panel .elementor-tab-control-content span:before {
1142 828 content: "\e92c";
1143 829 }
830 +.elementor-panel .elementor-tab-control-style a:before,
1144 831 .elementor-panel .elementor-tab-control-style span:before {
1145 832 content: "\e921";
1146 833 }
1147 -.elementor-panel .elementor-tab-control-settings span:before {
1148 - content: "\e940";
1149 -}
1150 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1151 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1152 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
834 +.elementor-panel .elementor-tab-control-advanced a:before,
1153 835 .elementor-panel .elementor-tab-control-advanced span:before,
836 +.elementor-panel .elementor-tab-control-settings a:before,
837 +.elementor-panel .elementor-tab-control-settings span:before,
838 +.elementor-panel .elementor-tab-control-general_style a:before,
1154 839 .elementor-panel .elementor-tab-control-general_style span:before {
1155 840 content: "\e916";
1156 841 }
842 +.elementor-panel .elementor-tab-control-responsive a:before,
1157 843 .elementor-panel .elementor-tab-control-responsive span:before {
1158 844 content: "\e885";
1159 845 }
846 +.elementor-panel .elementor-tab-control-lightbox a:before,
1160 847 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 848 content: "\e922";
1162 849 }
850 +.elementor-panel .elementor-tab-control-layout a:before,
1163 851 .elementor-panel .elementor-tab-control-layout span:before,
852 +.elementor-panel .elementor-tab-control-column a:before,
1164 853 .elementor-panel .elementor-tab-control-column span:before {
1165 854 content: "\e899";
1166 855 }
1167 856 .elementor-panel #elementor-panel__editor__help {
@@ -1193,12 +882,12 @@
1193 882 content: "";
1194 883 position: absolute;
1195 884 height: 13px;
1196 885 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
886 + top: 3px;
887 + bottom: 0;
888 + right: 8px;
889 + left: 0;
1201 890 border-radius: 50%;
1202 891 z-index: -1;
1203 892 }
1204 893 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +978,10 @@
1289 978 border-inline-end: 1px solid #3f444b;
1290 979 }
1291 980 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 981 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
982 + bottom: 100%;
983 + left: 0;
1295 984 width: 100%;
1296 985 background-color: #1f2124;
1297 986 padding: 10px;
1298 987 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1344,9 +1033,12 @@
1344 1033 display: none;
1345 1034 }
1346 1035 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1036 position: absolute;
1348 - inset: 0;
1037 + top: 0;
1038 + left: 0;
1039 + height: 100%;
1040 + width: 100%;
1349 1041 display: flex;
1350 1042 align-items: center;
1351 1043 justify-content: center;
1352 1044 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1051,13 @@
1359 1051
1360 1052 #elementor-panel-elements-search-area {
1361 1053 background-color: var(--e-a-bg-default);
1362 1054 position: sticky;
1363 - inset-block-start: 0;
1055 + top: 0;
1364 1056 padding: 15px;
1365 1057 z-index: 1;
1366 1058 }
1367 1059
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1060 #elementor-panel-elements-search-wrapper {
1373 1061 position: relative;
1374 1062 }
1375 1063
@@ -1386,12 +1074,12 @@
1386 1074 appearance: none;
1387 1075 }
1388 1076 #elementor-panel-elements-search-input + i {
1389 1077 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1078 + right: 10px;
1079 + top: 50%;
1080 + color: var(--e-a-color-txt-disabled);
1392 1081 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1082 }
1395 1083 #elementor-panel-elements-search-input:focus {
1396 1084 border-color: var(--e-a-border-color-focus);
1397 1085 padding-inline-end: 15px;
@@ -1396,24 +1084,9 @@
1396 1084 border-color: var(--e-a-border-color-focus);
1397 1085 padding-inline-end: 15px;
1398 1086 }
1399 1087
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 1088 .elementor-panel .elementor-element {
1413 - font-family: var(--e-a-font-family);
1414 - color: var(--e-a-color-txt);
1415 - line-height: 1;
1416 1089 text-align: center;
1417 1090 border: var(--e-a-border-bold);
1418 1091 border-radius: 3px;
1419 1092 cursor: move;
@@ -1418,10 +1091,8 @@
1418 1091 border-radius: 3px;
1419 1092 cursor: move;
1420 1093 position: relative;
1421 1094 transition: var(--e-a-transition-hover);
1422 - width: 100%;
1423 - background-color: transparent;
1424 1095 }
1425 1096 .elementor-panel .elementor-element--promotion .elementor-element {
1426 1097 cursor: pointer;
1427 1098 -webkit-user-select: none;
@@ -1427,24 +1098,15 @@
1427 1098 -webkit-user-select: none;
1428 1099 -moz-user-select: none;
1429 1100 user-select: none;
1430 1101 }
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 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1102 +.elementor-panel .elementor-element:hover {
1438 1103 background-color: var(--e-a-bg-hover);
1439 1104 border-color: var(--e-a-border-color-bold);
1440 1105 }
1441 -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1106 +.elementor-panel .elementor-element:hover > .eicon-lock {
1442 1107 color: var(--e-a-color-accent);
1443 1108 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1109 .elementor-panel .elementor-element .icon {
1448 1110 font-size: 28px;
1449 1111 padding-block-start: 15px;
1450 1112 }
@@ -1456,12 +1118,12 @@
1456 1118 }
1457 1119 .elementor-panel .elementor-element .title {
1458 1120 font-size: 12px;
1459 1121 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1122 +.elementor-panel .elementor-element > .eicon-lock {
1461 1123 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1124 + top: 5px;
1125 + left: 5px;
1464 1126 color: var(--e-a-color-txt-disabled);
1465 1127 }
1466 1128 .elementor-panel .elementor-element:active {
1467 1129 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1141,10 @@
1479 1141 }
1480 1142 #elementor-element--promotion__dialog:after {
1481 1143 content: "";
1482 1144 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1145 + top: 15px;
1146 + left: 100%;
1485 1147 transform: scaleY(0.7);
1486 1148 border: 10px solid transparent;
1487 1149 border-inline-end-color: var(--e-a-bg-default);
1488 1150 }
@@ -1522,9 +1184,9 @@
1522 1184 .dialog-tooltip-widget {
1523 1185 position: absolute;
1524 1186 width: 300px;
1525 1187 z-index: 1;
1526 - background-color: var(--e-a-bg-default);
1188 + background-color: #ffffff;
1527 1189 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1528 1190 border-radius: 3px;
1529 1191 }
1530 1192 .dialog-tooltip-widget:after {
@@ -1529,13 +1191,13 @@
1529 1191 }
1530 1192 .dialog-tooltip-widget:after {
1531 1193 content: "";
1532 1194 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1195 + top: 15px;
1196 + left: 100%;
1535 1197 transform: scaleY(0.7);
1536 1198 border: 10px solid transparent;
1537 - border-inline-end-color: var(--e-a-bg-default);
1199 + border-inline-end-color: #ffffff;
1538 1200 }
1539 1201 .dialog-tooltip-widget__title {
1540 1202 font-size: 14px;
1541 1203 }
@@ -1541,10 +1203,10 @@
1541 1203 }
1542 1204 .dialog-tooltip-widget .dialog-tooltip-header {
1543 1205 display: flex;
1544 1206 padding: 20px 20px 0;
1545 - color: var(--e-a-color-txt);
1546 - border-block-end: 1px solid var(--e-a-bg-default);
1207 + color: #0C0D0E;
1208 + border-block-end: 1px solid #ffffff;
1547 1209 font-weight: 500;
1548 1210 }
1549 1211 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1550 1212 flex-grow: 1;
@@ -1554,9 +1216,9 @@
1554 1216 }
1555 1217 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1556 1218 cursor: pointer;
1557 1219 margin-inline-start: auto;
1558 - color: var(--e-a-color-txt);
1220 + color: #9DA5AE;
1559 1221 }
1560 1222 .dialog-tooltip-widget .dialog-tooltip-message {
1561 1223 padding: 20px;
1562 1224 }
@@ -1571,80 +1233,8 @@
1571 1233 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1234 border: 0;
1573 1235 }
1574 1236
1575 -#elementor-panel-elements-widget-creation-area:empty {
1576 - display: none;
1577 -}
1578 -
1579 -.elementor-panel-elements-widget-creation {
1580 - text-align: center;
1581 - padding: 30px 20px;
1582 -}
1583 -.elementor-panel-elements-widget-creation__title {
1584 - font-size: 14px;
1585 - font-weight: bold;
1586 - line-height: 1.4;
1587 - color: var(--e-a-color-txt);
1588 -}
1589 -.elementor-panel-elements-widget-creation__message {
1590 - margin-block-start: 8px;
1591 - font-size: 13px;
1592 - line-height: 1.6;
1593 - color: var(--e-a-color-txt-muted);
1594 -}
1595 -.elementor-panel-elements-widget-creation__cta {
1596 - display: inline-flex;
1597 - align-items: center;
1598 - gap: 6px;
1599 - margin-block-start: 16px;
1600 - padding: 0;
1601 - border: none;
1602 - background: none;
1603 - color: #C00BB9;
1604 - font-size: 14px;
1605 - font-weight: 500;
1606 - cursor: pointer;
1607 - font-family: var(--e-a-font-family);
1608 -}
1609 -.elementor-panel-elements-widget-creation__cta i {
1610 - font-size: 16px;
1611 -}
1612 -.elementor-panel-elements-widget-creation__cta:hover {
1613 - opacity: 0.8;
1614 -}
1615 -.elementor-panel-elements-widget-creation--search-footer {
1616 - border-block-start: var(--e-a-border);
1617 -}
1618 -
1619 -.elementor-panel-category-custom-widgets-empty {
1620 - grid-column: 1/-1;
1621 - width: 100%;
1622 - padding: 0 16px 16px;
1623 -}
1624 -.elementor-panel-category-custom-widgets-empty__message {
1625 - margin: 0;
1626 - font-size: 12px;
1627 - line-height: 1.6;
1628 - color: var(--e-a-color-txt-muted);
1629 -}
1630 -
1631 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1632 - margin-inline-start: auto;
1633 - padding: 4px 10px;
1634 - border: none;
1635 - background: none;
1636 - color: #C00BB9;
1637 - font-size: 12px;
1638 - font-weight: 500;
1639 - cursor: pointer;
1640 - font-family: var(--e-a-font-family);
1641 - flex-shrink: 0;
1642 -}
1643 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1644 - opacity: 0.8;
1645 -}
1646 -
1647 1237 #elementor-panel-inner {
1648 1238 position: relative;
1649 1239 height: 100%;
1650 1240 display: flex;
@@ -1670,37 +1260,8 @@
1670 1260 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1671 1261 margin-block-start: 20px;
1672 1262 }
1673 1263
1674 -#elementor-panel-get-pro-elements-sticky {
1675 - position: sticky;
1676 - inset-block-end: 0;
1677 - font-size: 14px;
1678 - font-weight: 400;
1679 - line-height: 1.6;
1680 - margin-block-end: -10px;
1681 -}
1682 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1683 - margin-block-start: -14px;
1684 - min-height: 40px;
1685 - display: block;
1686 - padding: 9px min(35px, 5%);
1687 - gap: 10px;
1688 - background-color: var(--e-a-color-white);
1689 - color: var(--e-a-color-black);
1690 - text-align: center;
1691 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1692 -}
1693 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1694 - display: inline-block;
1695 - font-size: 13px;
1696 - font-weight: 500;
1697 - color: var(--e-a-btn-bg-accent);
1698 -}
1699 -#elementor-panel-get-pro-elements-sticky img {
1700 - margin-inline-start: 17px;
1701 -}
1702 -
1703 1264 #elementor-panel-notice-wrapper .elementor-panel-notice {
1704 1265 width: 90%;
1705 1266 margin: 0 auto;
1706 1267 font-style: unset;
@@ -1725,10 +1286,10 @@
1725 1286 background: var(--e-a-color-primary);
1726 1287 border-radius: 50%;
1727 1288 width: 8px;
1728 1289 height: 8px;
1729 - inset-block-start: 5px;
1730 - inset-inline-end: 5px;
1290 + top: 5px;
1291 + right: 5px;
1731 1292 }
1732 1293
1733 1294 .media-modal.wp-core-ui {
1734 1295 color-scheme: light;
@@ -1765,11 +1326,8 @@
1765 1326 font-size: var(--control-title-size);
1766 1327 line-height: 1;
1767 1328 margin-inline-end: 5px;
1768 1329 }
1769 -.elementor-control .elementor-control-title:empty {
1770 - display: none;
1771 -}
1772 1330 .elementor-control .elementor-control-spinner {
1773 1331 display: flex;
1774 1332 align-items: center;
1775 1333 }
@@ -1776,9 +1334,8 @@
1776 1334 .elementor-control.elementor-control-type-divider {
1777 1335 padding: 0;
1778 1336 }
1779 1337 .elementor-control.elementor-control-type-divider .elementor-control-content {
1780 - margin-inline: 20px;
1781 1338 border-width: 0;
1782 1339 border-block-start: var(--e-a-border);
1783 1340 background-color: var(--e-a-bg-default);
1784 1341 height: 15px;
@@ -1788,23 +1345,24 @@
1788 1345 }
1789 1346 .elementor-control.elementor-control-separator-before:before {
1790 1347 content: "";
1791 1348 position: absolute;
1792 - inset: 0 20px auto;
1793 1349 height: 1px;
1350 + width: calc(100% - 40px);
1351 + top: 0;
1352 + right: 20px;
1794 1353 background-color: var(--e-a-border-color);
1795 1354 }
1796 -.elementor-control.elementor-control-separator-after {
1797 - padding-block-end: 15px;
1798 -}
1799 1355 .elementor-control.elementor-control-separator-after:after {
1800 1356 content: "";
1801 1357 position: absolute;
1802 - inset: auto 20px 0;
1803 1358 height: 1px;
1359 + width: calc(100% - 40px);
1360 + bottom: 0;
1361 + right: 20px;
1804 1362 background-color: var(--e-a-border-color);
1805 1363 }
1806 -.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 {
1364 +.elementor-control.elementor-control-separator-after + .elementor-control-type-tabs ~ .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) ~ .elementor-control-separator-default {
1807 1365 padding-block-start: 15px;
1808 1366 }
1809 1367 .elementor-control.elementor-control-deprecated {
1810 1368 color: var(--e-a-color-warning);
@@ -1842,36 +1400,23 @@
1842 1400 }
1843 1401 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1844 1402 display: none;
1845 1403 }
1846 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1847 - padding: 4px;
1848 -}
1849 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1850 - aspect-ratio: 4/1;
1851 - -o-object-fit: cover;
1852 - object-fit: cover;
1853 - -o-object-position: center;
1854 - object-position: center;
1855 -}
1856 -.elementor-control-shape_divider_bottom img {
1857 - rotate: X 180deg;
1858 -}
1859 1404 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1860 1405 margin-block-start: 5px;
1861 1406 }
1862 1407
1863 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1864 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1865 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1866 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1867 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1868 - transform: rotate(90deg);
1408 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1409 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1410 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1411 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1412 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1413 + content: "\e92a";
1869 1414 }
1870 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1871 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1872 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1873 - scale: calc(1 * var(--direction-multiplier)) 1;
1415 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1416 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1417 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1418 + content: "\e909";
1874 1419 }
1875 1420
1876 1421 .elementor-panel-heading {
1877 1422 display: flex;
@@ -1879,12 +1424,10 @@
1879 1424 gap: 5px;
1880 1425 height: 48px;
1881 1426 padding-inline: 20px;
1882 1427 width: 100%;
1883 - border: 0;
1884 1428 border-block-start: var(--e-a-border);
1885 1429 border-block-start-width: 2px;
1886 - background-color: transparent;
1887 1430 color: var(--e-a-color-txt-accent);
1888 1431 cursor: pointer;
1889 1432 }
1890 1433 .elementor-panel-heading-toggle {
@@ -1895,40 +1438,10 @@
1895 1438 }
1896 1439 .elementor-panel-heading-title {
1897 1440 font-weight: bold;
1898 1441 }
1899 -.elementor-panel-heading-category-chip {
1900 - margin-inline-start: auto;
1901 - background-color: var(--e-a-bg-chip);
1902 - border-radius: 100px;
1903 - padding: 5px 8px;
1904 -}
1905 -.elementor-panel-heading-category-chip i {
1906 - margin-inline-start: 4px;
1907 -}
1908 -.elementor-panel-heading-promotion {
1909 - margin-inline-start: auto;
1910 -}
1911 -.elementor-panel-heading-promotion a {
1912 - color: var(--e-a-color-accent-promotion);
1913 - font-family: "Roboto", sans-serif;
1914 - font-weight: 500;
1915 - font-size: 13px;
1916 -}
1917 -.elementor-panel-heading-promotion a i {
1918 - margin-inline-end: 4px;
1919 - font-size: 14px;
1920 -}
1921 -.elementor-panel-heading-promotion a:hover {
1922 - color: var(--e-a-color-accent-promotion);
1923 -}
1924 -.elementor-panel-heading:focus-visible {
1925 - color: var(--e-a-color-txt-hover);
1926 -}
1927 1442
1928 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1929 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1930 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1443 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1931 1444 border-block-start: none;
1932 1445 }
1933 1446
1934 1447 .elementor-control-field {
@@ -1973,13 +1486,11 @@
1973 1486 .elementor-group-control-attachment_alert .elementor-control-field-description {
1974 1487 margin-block-start: 0;
1975 1488 }
1976 1489
1977 -.elementor-control-start-end .eicon-text-align-left,
1978 -.elementor-control-start-end .eicon-text-align-right,
1979 1490 .elementor-control-start-end .eicon-h-align-left,
1980 1491 .elementor-control-start-end .eicon-h-align-right {
1981 - scale: calc(1 * var(--direction-multiplier)) 1;
1492 + transform: rotate(180deg);
1982 1493 }
1983 1494
1984 1495 .elementor-update-preview {
1985 1496 margin: 15px 15px 0;
@@ -2016,9 +1527,9 @@
2016 1527 }
2017 1528 .elementor-control-responsive-switchers__holder {
2018 1529 position: absolute;
2019 1530 width: 100%;
2020 - inset-block-start: 0;
1531 + top: 0;
2021 1532 background-color: var(--e-a-bg-default);
2022 1533 border-radius: var(--e-a-border-radius);
2023 1534 transition: 0.15s;
2024 1535 border: 1px solid transparent;
@@ -2161,10 +1672,10 @@
2161 1672 display: none;
2162 1673 overflow: hidden;
2163 1674 max-height: 0;
2164 1675 position: absolute;
2165 - inset-block-start: -0.8em;
2166 - inset-inline-start: -0.5em;
1676 + top: -0.8em;
1677 + right: -0.5em;
2167 1678 width: 2.5em;
2168 1679 text-align: center;
2169 1680 background-color: var(--e-a-bg-default);
2170 1681 border-radius: var(--e-a-border-radius);
@@ -2184,8 +1695,14 @@
2184 1695 }
2185 1696 .e-units-choices .elementor-units-choices-label:hover {
2186 1697 color: var(--e-a-color-primary-bold);
2187 1698 }
1699 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1700 + display: none;
1701 +}
1702 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
1703 + display: none;
1704 +}
2188 1705 .e-units-choices.e-units-choices-open {
2189 1706 display: block;
2190 1707 animation-duration: 1s;
2191 1708 animation-name: e-units-choices-open;
@@ -2206,10 +1723,10 @@
2206 1723 }
2207 1724 .elementor-control-alert {
2208 1725 display: flex;
2209 1726 flex-direction: column;
2210 - justify-content: flex-start;
2211 - align-items: flex-start;
1727 + justify-content: start;
1728 + align-items: start;
2212 1729 gap: 8px;
2213 1730 }
2214 1731 .elementor-control-alert-heading {
2215 1732 font-weight: bold;
@@ -2339,9 +1856,9 @@
2339 1856 }
2340 1857 .elementor-control-responsive-switchers__holder {
2341 1858 position: absolute;
2342 1859 width: 100%;
2343 - inset-block-start: 0;
1860 + top: 0;
2344 1861 background-color: var(--e-a-bg-default);
2345 1862 border-radius: var(--e-a-border-radius);
2346 1863 transition: 0.15s;
2347 1864 border: 1px solid transparent;
@@ -2484,10 +2001,10 @@
2484 2001 display: none;
2485 2002 overflow: hidden;
2486 2003 max-height: 0;
2487 2004 position: absolute;
2488 - inset-block-start: -0.8em;
2489 - inset-inline-start: -0.5em;
2005 + top: -0.8em;
2006 + right: -0.5em;
2490 2007 width: 2.5em;
2491 2008 text-align: center;
2492 2009 background-color: var(--e-a-bg-default);
2493 2010 border-radius: var(--e-a-border-radius);
@@ -2507,8 +2024,14 @@
2507 2024 }
2508 2025 .e-units-choices .elementor-units-choices-label:hover {
2509 2026 color: var(--e-a-color-primary-bold);
2510 2027 }
2028 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2029 + display: none;
2030 +}
2031 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2032 + display: none;
2033 +}
2511 2034 .e-units-choices.e-units-choices-open {
2512 2035 display: block;
2513 2036 animation-duration: 1s;
2514 2037 animation-name: e-units-choices-open;
@@ -2617,9 +2140,9 @@
2617 2140 }
2618 2141 .elementor-control-responsive-switchers__holder {
2619 2142 position: absolute;
2620 2143 width: 100%;
2621 - inset-block-start: 0;
2144 + top: 0;
2622 2145 background-color: var(--e-a-bg-default);
2623 2146 border-radius: var(--e-a-border-radius);
2624 2147 transition: 0.15s;
2625 2148 border: 1px solid transparent;
@@ -2762,10 +2285,10 @@
2762 2285 display: none;
2763 2286 overflow: hidden;
2764 2287 max-height: 0;
2765 2288 position: absolute;
2766 - inset-block-start: -0.8em;
2767 - inset-inline-start: -0.5em;
2289 + top: -0.8em;
2290 + right: -0.5em;
2768 2291 width: 2.5em;
2769 2292 text-align: center;
2770 2293 background-color: var(--e-a-bg-default);
2771 2294 border-radius: var(--e-a-border-radius);
@@ -2785,8 +2308,14 @@
2785 2308 }
2786 2309 .e-units-choices .elementor-units-choices-label:hover {
2787 2310 color: var(--e-a-color-primary-bold);
2788 2311 }
2312 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2313 + display: none;
2314 +}
2315 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2316 + display: none;
2317 +}
2789 2318 .e-units-choices.e-units-choices-open {
2790 2319 display: block;
2791 2320 animation-duration: 1s;
2792 2321 animation-name: e-units-choices-open;
@@ -2885,11 +2414,11 @@
2885 2414 }
2886 2415
2887 2416 .elementor-control-type-icons .elementor-control-media__preview > * {
2888 2417 position: absolute;
2889 - inset-block-start: 50%;
2890 - inset-inline-start: 50%;
2891 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2418 + top: 50%;
2419 + left: 50%;
2420 + transform: translate(-50%, -50%);
2892 2421 }
2893 2422 .elementor-control-type-icons .elementor-control-media__preview i {
2894 2423 font-size: 70px;
2895 2424 }
@@ -2944,9 +2473,12 @@
2944 2473 opacity: 0.6;
2945 2474 }
2946 2475 .elementor-control-type-gallery .elementor-control-gallery-edit {
2947 2476 position: absolute;
2948 - inset: 0;
2477 + top: 0;
2478 + bottom: 0;
2479 + left: 0;
2480 + right: 0;
2949 2481 background-color: rgba(0, 0, 0, 0.2);
2950 2482 padding: 10px;
2951 2483 font-size: 11px;
2952 2484 transition: all 0.3s ease-in-out;
@@ -2955,10 +2487,10 @@
2955 2487 opacity: 0;
2956 2488 }
2957 2489 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2958 2490 position: absolute;
2959 - inset-block-start: 10px;
2960 - inset-inline-end: 10px;
2491 + top: 10px;
2492 + left: 10px;
2961 2493 width: 21px;
2962 2494 height: 21px;
2963 2495 color: var(--e-a-color-white);
2964 2496 background-color: rgba(0, 0, 0, 0.5);
@@ -3068,10 +2600,10 @@
3068 2600 }
3069 2601 .e-global__popover-info-tooltip:after {
3070 2602 content: "";
3071 2603 position: absolute;
3072 - inset-block-end: -17px;
3073 - inset-inline-start: 16px;
2604 + bottom: -17px;
2605 + right: 16px;
3074 2606 border: 10px solid transparent;
3075 2607 border-block-start-color: rgba(0, 0, 0, 0.9);
3076 2608 }
3077 2609 .e-global__popover-info i {
@@ -3077,9 +2609,9 @@
3077 2609 .e-global__popover-info i {
3078 2610 font-size: 13px;
3079 2611 }
3080 2612 .e-global__preview-items-container {
3081 - max-height: 400px;
2613 + max-height: 260px;
3082 2614 overflow-y: auto;
3083 2615 padding: 5px 0;
3084 2616 }
3085 2617 .e-global__preview-items-container::-webkit-scrollbar {
@@ -3088,19 +2620,8 @@
3088 2620 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3089 2621 background-color: #BABFC5;
3090 2622 border-radius: 10px;
3091 2623 }
3092 -.e-global__group-header {
3093 - padding: 12px 20px 5px;
3094 - font-weight: 500;
3095 - font-size: 11px;
3096 - color: var(--e-a-color-txt-muted);
3097 -}
3098 -.e-global__group-divider {
3099 - height: 1px;
3100 - background-color: var(--e-a-border-color);
3101 - margin: 10px 20px;
3102 -}
3103 2624 .e-global__manage-button {
3104 2625 font-weight: 500;
3105 2626 cursor: pointer;
3106 2627 }
@@ -3116,9 +2637,9 @@
3116 2637 font-size: 13px;
3117 2638 content: "\e90e";
3118 2639 position: absolute;
3119 2640 transform: translateY(-50%);
3120 - inset-block-start: 50%;
2641 + top: 50%;
3121 2642 inset-inline-start: 13px;
3122 2643 }
3123 2644 .e-global__color {
3124 2645 padding: 10px 20px;
@@ -3135,10 +2656,13 @@
3135 2656 position: relative;
3136 2657 }
3137 2658 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3138 2659 border-radius: 3px;
2660 + height: 100%;
2661 + width: 100%;
3139 2662 position: absolute;
3140 - inset: 0;
2663 + top: 0;
2664 + left: 0;
3141 2665 }
3142 2666 .e-global__color-preview-transparent-bg {
3143 2667 background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold));
3144 2668 background-size: 12px 12px;
@@ -3259,11 +2783,11 @@
3259 2783 display: none;
3260 2784 }
3261 2785 .elementor-control-media .eicon-plus-circle {
3262 2786 position: absolute;
3263 - inset-block-start: 50%;
3264 - inset-inline-start: 50%;
3265 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2787 + top: 50%;
2788 + left: 50%;
2789 + transform: translate(-50%, -50%);
3266 2790 color: var(--e-a-color-white);
3267 2791 font-size: 20px;
3268 2792 }
3269 2793 .elementor-control-media__content__upload-button {
@@ -3272,8 +2796,9 @@
3272 2796 .elementor-control-media__preview {
3273 2797 height: 100%;
3274 2798 background-size: cover;
3275 2799 background-position: center;
2800 + padding-block-end: 42.8571%;
3276 2801 }
3277 2802 .elementor-control-media-area {
3278 2803 background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold));
3279 2804 background-size: 16px 16px;
@@ -3286,11 +2811,11 @@
3286 2811 display: none;
3287 2812 }
3288 2813 .elementor-control-media-area .eicon-video-camera {
3289 2814 position: absolute;
3290 - inset-block-start: 50%;
3291 - inset-inline-start: 50%;
3292 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2815 + top: 50%;
2816 + left: 50%;
2817 + transform: translate(-50%, -50%);
3293 2818 color: rgba(255, 255, 255, 0.7);
3294 2819 font-size: 21px;
3295 2820 }
3296 2821 .elementor-control-media .elementor-control-media__content {
@@ -3301,14 +2826,17 @@
3301 2826 }
3302 2827 .elementor-control-media .elementor-control-media__content:hover:after {
3303 2828 content: "";
3304 2829 position: absolute;
3305 - inset: 0;
2830 + top: 0;
2831 + bottom: 0;
2832 + left: 0;
2833 + right: 0;
3306 2834 background-color: rgba(0, 0, 0, 0.2);
3307 2835 pointer-events: none;
3308 2836 }
3309 2837 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3310 - inset-block-end: -30px;
2838 + bottom: -30px;
3311 2839 }
3312 2840 .elementor-control-media__content {
3313 2841 transition: all 0.2s ease-in-out;
3314 2842 }
@@ -3313,10 +2841,11 @@
3313 2841 transition: all 0.2s ease-in-out;
3314 2842 }
3315 2843 .elementor-control-media__tools {
3316 2844 position: absolute;
3317 - inset-block-end: 0;
3318 - inset-inline: 0;
2845 + bottom: 0;
2846 + left: 0;
2847 + right: 0;
3319 2848 height: 27px;
3320 2849 transition: all 0.2s ease-in-out;
3321 2850 }
3322 2851 .elementor-control-media__tools > *:not(:first-child) {
@@ -3343,10 +2872,10 @@
3343 2872 }
3344 2873 .elementor-control-media__content__remove {
3345 2874 position: absolute;
3346 2875 z-index: 1;
3347 - inset-block-start: 10px;
3348 - inset-inline-end: 10px;
2876 + top: 10px;
2877 + left: 10px;
3349 2878 width: 20px;
3350 2879 height: 20px;
3351 2880 font-size: 11px;
3352 2881 color: var(--e-a-color-white);
@@ -3445,10 +2974,10 @@
3445 2974 }
3446 2975
3447 2976 .elementor-control-notice {
3448 2977 display: flex;
3449 - justify-content: flex-start;
3450 - align-items: flex-start;
2978 + justify-content: start;
2979 + align-items: start;
3451 2980 gap: 8px;
3452 2981 padding: 16px;
3453 2982 border-radius: 3px;
3454 2983 border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
@@ -3477,10 +3006,10 @@
3477 3006 }
3478 3007 .elementor-control-notice-main {
3479 3008 display: flex;
3480 3009 flex-direction: column;
3481 - justify-content: flex-start;
3482 - align-items: flex-start;
3010 + justify-content: start;
3011 + align-items: start;
3483 3012 gap: 6px;
3484 3013 flex: 1;
3485 3014 }
3486 3015 .elementor-control-notice-main-heading {
@@ -3572,12 +3101,8 @@
3572 3101 }
3573 3102 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3574 3103 display: none;
3575 3104 }
3576 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3577 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3578 - display: none;
3579 -}
3580 3105 .elementor-control-type-repeater .elementor-repeater-fields {
3581 3106 margin: 10px 0;
3582 3107 }
3583 3108 .elementor-control-type-repeater .elementor-repeater-row-controls {
@@ -3638,11 +3163,9 @@
3638 3163 text-align: center;
3639 3164 padding-block-start: 5px;
3640 3165 }
3641 3166
3642 -#elementor-controls,
3643 -#elementor-panel-page-settings-controls,
3644 -#elementor-panel-editorPreferences-settings-controls {
3167 +#elementor-controls {
3645 3168 padding-block-start: 15px;
3646 3169 }
3647 3170
3648 3171 .elementor-control-type-section {
@@ -3687,11 +3210,11 @@
3687 3210 font-family: eicons;
3688 3211 content: "\e8ad";
3689 3212 font-size: 12px;
3690 3213 position: absolute;
3691 - inset-block-start: 50%;
3692 - inset-inline-end: 5px;
3214 + top: 50%;
3693 3215 transform: translateY(-50%);
3216 + left: 5px;
3694 3217 pointer-events: none;
3695 3218 }
3696 3219 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3697 3220 max-width: 80px;
@@ -3725,14 +3248,14 @@
3725 3248 }
3726 3249 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3727 3250 border-radius: 0;
3728 3251 width: 10px;
3729 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3252 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3730 3253 }
3731 3254 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3732 3255 content: "";
3733 3256 position: absolute;
3734 - inset-block-start: 2px;
3257 + top: 2px;
3735 3258 height: 12px;
3736 3259 width: 11px;
3737 3260 transform: rotate(45deg);
3738 3261 background-color: var(--e-a-color-white);
@@ -3809,11 +3332,11 @@
3809 3332 .elementor-slider .noUi-handle {
3810 3333 height: 16px;
3811 3334 width: 16px;
3812 3335 background-color: var(--e-a-color-white);
3336 + left: 0;
3337 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3813 3338 position: absolute;
3814 - inset-inline-end: 0;
3815 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3816 3339 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3817 3340 border-radius: 50%;
3818 3341 }
3819 3342 .elementor-slider .noUi-connects {
@@ -3823,9 +3346,12 @@
3823 3346 }
3824 3347 .elementor-slider .noUi-connect {
3825 3348 position: absolute;
3826 3349 z-index: 0;
3827 - inset: 0;
3350 + top: 0;
3351 + left: 0;
3352 + height: 100%;
3353 + width: 100%;
3828 3354 will-change: transform;
3829 3355 transform-origin: 0 0;
3830 3356 background-color: var(--e-a-border-color-focus);
3831 3357 }
@@ -3830,9 +3356,9 @@
3830 3356 background-color: var(--e-a-border-color-focus);
3831 3357 }
3832 3358 .elementor-slider .noUi-tooltip {
3833 3359 position: absolute;
3834 - inset-block-start: calc(100% + 5px);
3360 + top: calc(100% + 5px);
3835 3361 left: calc(50% - 4px);
3836 3362 transform: translateX(-50%);
3837 3363 font-size: 10px;
3838 3364 }
@@ -3919,9 +3445,9 @@
3919 3445 transition-property: opacity, background;
3920 3446 }
3921 3447 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3922 3448 position: absolute;
3923 - inset-block-start: 0;
3449 + top: 0;
3924 3450 width: 50%;
3925 3451 text-align: center;
3926 3452 line-height: 20px;
3927 3453 transition: inherit;
@@ -3927,14 +3453,14 @@
3927 3453 transition: inherit;
3928 3454 }
3929 3455 .elementor-control-type-switcher .elementor-switch-label:before {
3930 3456 content: attr(data-off);
3931 - inset-inline-end: 5px;
3457 + right: 5px;
3932 3458 color: var(--e-a-color-txt-muted);
3933 3459 }
3934 3460 .elementor-control-type-switcher .elementor-switch-label:after {
3935 3461 content: attr(data-on);
3936 - inset-inline-start: 5px;
3462 + left: 5px;
3937 3463 color: var(--e-a-btn-color);
3938 3464 opacity: 0;
3939 3465 }
3940 3466 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3947,28 +3473,25 @@
3947 3473 opacity: 1;
3948 3474 }
3949 3475 .elementor-control-type-switcher .elementor-switch-handle {
3950 3476 position: absolute;
3951 - inset-block-start: 1px;
3952 - inset-inline-start: 1px;
3477 + top: 1px;
3478 + left: 1px;
3953 3479 width: 18px;
3954 3480 height: 18px;
3955 3481 background: white;
3956 3482 border-radius: 10px;
3957 - transition: inset-inline-start 0.15s ease-out;
3483 + transition: left 0.15s ease-out;
3958 3484 }
3959 3485 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3960 - inset-inline-start: initial;
3961 - inset-inline-end: 1px;
3486 + left: initial;
3487 + right: 1px;
3962 3488 }
3963 3489
3964 3490 .elementor-control-type-tabs {
3965 - display: none;
3491 + display: flex;
3966 3492 font-size: var(--control-title-size);
3967 3493 }
3968 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3969 - display: flex;
3970 -}
3971 3494
3972 3495 .elementor-control-type-tab {
3973 3496 text-align: center;
3974 3497 width: 100%;
@@ -4011,10 +3534,10 @@
4011 3534 }
4012 3535 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4013 3536 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4014 3537 position: absolute;
4015 - inset-block-start: 0;
4016 - inset-inline-end: 0;
3538 + top: 0;
3539 + left: 0;
4017 3540 z-index: 1;
4018 3541 }
4019 3542 .elementor-control-type-textarea .elementor-control-input-wrapper,
4020 3543 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4092,10 +3615,10 @@
4092 3615 }
4093 3616 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4094 3617 display: none;
4095 3618 position: absolute;
4096 - inset-block-start: 5px;
4097 - inset-inline-end: 0;
3619 + top: 5px;
3620 + right: 0;
4098 3621 width: 10px;
4099 3622 height: 10px;
4100 3623 font-size: 10px;
4101 3624 color: var(--e-a-color-txt-disabled);
@@ -4146,76 +3669,8 @@
4146 3669 font-size: 10px;
4147 3670 padding-block-start: 2px;
4148 3671 }
4149 3672
4150 -.elementor-control-type-visual_choice {
4151 - width: 100%;
4152 -}
4153 -
4154 -.elementor-visual-choice-choices {
4155 - display: grid;
4156 - gap: 8px;
4157 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4158 - text-align: center;
4159 - border-radius: var(--e-a-border-radius);
4160 - overflow: hidden;
4161 -}
4162 -
4163 -.elementor-visual-choice-element {
4164 - display: flex;
4165 - flex-direction: column;
4166 - align-items: center;
4167 - justify-content: center;
4168 - gap: 8px;
4169 - width: auto;
4170 -}
4171 -.elementor-visual-choice-element-image label {
4172 - border: var(--e-a-border-bold);
4173 - border-radius: var(--e-a-border-radius);
4174 - font-size: 12px;
4175 - transition: var(--e-a-transition-hover);
4176 - cursor: pointer;
4177 - overflow: hidden;
4178 - width: 100%;
4179 - padding: 8px;
4180 -}
4181 -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label {
4182 - background-color: var(--e-a-bg-active-bold);
4183 - opacity: 1;
4184 -}
4185 -.elementor-visual-choice-element-image input:checked + label {
4186 - border-color: var(--e-a-color-primary-bold);
4187 -}
4188 -.elementor-visual-choice-element-image input:not(:checked) + label {
4189 - background-color: var(--e-a-color-white);
4190 - opacity: 0.5;
4191 -}
4192 -.elementor-visual-choice-element-image img {
4193 - width: 100%;
4194 - height: auto;
4195 -}
4196 -.elementor-visual-choice-element-button {
4197 - grid-column: span var(--elementor-visual-choice-columns);
4198 -}
4199 -.elementor-visual-choice-element-button label {
4200 - width: -moz-fit-content;
4201 - width: fit-content;
4202 -}
4203 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4204 - background-color: var(--e-a-bg-active-bold);
4205 -}
4206 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4207 - border-color: var(--e-a-color-primary-bold);
4208 -}
4209 -
4210 -.elementor-label-inline .elementor-visual-choice-choices {
4211 - justify-content: flex-end;
4212 -}
4213 -
4214 -.tipsy-inner {
4215 - white-space: pre-line;
4216 -}
4217 -
4218 3673 .elementor-control-type-wp_widget .widget-inside {
4219 3674 line-height: 2;
4220 3675 background-color: inherit;
4221 3676 display: block;
@@ -4359,13 +3814,13 @@
4359 3814 --e-a-mode-switcher-width: 15px;
4360 3815 --e-a-mode-switcher-height: 50px;
4361 3816 --e-a-mode-switcher-icon-size: 15px;
4362 3817 position: absolute;
4363 - inset-block-start: 50%;
4364 - inset-inline-start: 100%;
3818 + right: 100%;
3819 + top: 50%;
4365 3820 transform: translateY(-50%);
4366 3821 background-color: var(--e-a-bg-default);
4367 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
3822 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4368 3823 transition: 0.3s opacity;
4369 3824 }
4370 3825 #elementor-mode-switcher:hover {
4371 3826 background-color: var(--e-a-bg-hover);
@@ -4392,10 +3847,8 @@
4392 3847
4393 3848 .elementor-revision-item__wrapper {
4394 3849 display: flex;
4395 3850 align-items: center;
4396 - text-align: start;
4397 - width: 100%;
4398 3851 border: var(--e-a-border);
4399 3852 border-radius: var(--e-a-border-radius);
4400 3853 padding: 10px 15px;
4401 3854 margin-block-end: 10px;
@@ -4400,11 +3853,10 @@
4400 3853 padding: 10px 15px;
4401 3854 margin-block-end: 10px;
4402 3855 font-size: 11px;
4403 3856 transition: var(--e-a-transition-hover);
4404 - background-color: transparent;
4405 3857 }
4406 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3858 +.elementor-revision-item__wrapper:hover {
4407 3859 background-color: var(--e-a-bg-hover);
4408 3860 }
4409 3861 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4410 3862 display: none;
@@ -4435,11 +3887,11 @@
4435 3887 }
4436 3888
4437 3889 #elementor-panel-revisions-loading {
4438 3890 position: absolute;
4439 - inset-block-start: 50%;
4440 - inset-inline-start: 50%;
4441 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3891 + top: 50%;
3892 + left: 50%;
3893 + transform: translate(-50%, -50%);
4442 3894 }
4443 3895 #elementor-panel-revisions-loading .eicon-loading {
4444 3896 font-size: 50px;
4445 3897 }
@@ -4453,25 +3905,22 @@
4453 3905
4454 3906 .elementor-history-item {
4455 3907 display: flex;
4456 3908 align-items: center;
4457 - text-align: start;
4458 3909 border: var(--e-a-border);
4459 3910 border-radius: var(--e-a-border-radius);
4460 3911 padding: 10px 15px;
4461 3912 margin-block-end: 10px;
4462 - width: 100%;
4463 3913 font-size: 11px;
4464 3914 line-height: 1.4;
4465 - background-color: transparent;
4466 3915 cursor: pointer;
4467 3916 transition: var(--e-a-transition-hover);
4468 3917 }
4469 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3918 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4470 3919 background-color: var(--e-a-bg-hover);
4471 3920 color: var(--e-a-txt-color-hover);
4472 3921 }
4473 -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
3922 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4474 3923 content: "\e924";
4475 3924 }
4476 3925 .elementor-history-item-current {
4477 3926 border-color: var(--e-a-border-color-accent);
@@ -4477,9 +3926,9 @@
4477 3926 border-color: var(--e-a-border-color-accent);
4478 3927 background-color: var(--e-a-bg-active);
4479 3928 color: var(--e-a-txt-color-active);
4480 3929 }
4481 -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before {
3930 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4482 3931 content: "\e90e";
4483 3932 }
4484 3933 .elementor-history-item__details {
4485 3934 width: 95%;
@@ -4551,15 +4000,12 @@
4551 4000 background-color: var(--e-a-bg-active);
4552 4001 color: #E73CF6;
4553 4002 }
4554 4003
4555 -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4004 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock {
4556 4005 color: var(--e-a-color-accent);
4557 4006 }
4558 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4559 - margin-inline-end: 0;
4560 -}
4561 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4007 +.e-control-motion-effects-promotion__wrapper .select-promotion {
4562 4008 display: flex;
4563 4009 flex-direction: column;
4564 4010 justify-content: center;
4565 4011 padding-inline-start: 5px;
@@ -4573,9 +4019,9 @@
4573 4019 box-shadow: none;
4574 4020 border: var(--e-a-border-bold);
4575 4021 font-size: var(--control-title-size);
4576 4022 }
4577 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4023 +.e-control-motion-effects-promotion__lock-wrapper {
4578 4024 width: 2.5rem;
4579 4025 display: flex;
4580 4026 justify-content: center;
4581 4027 align-items: center;
@@ -4580,17 +4026,8 @@
4580 4026 justify-content: center;
4581 4027 align-items: center;
4582 4028 }
4583 4029
4584 -.e-link-promotion {
4585 - font-family: "Roboto", sans-serif;
4586 - font-weight: 500;
4587 - color: #93003f;
4588 -}
4589 -.e-link-promotion:hover {
4590 - color: #93003f;
4591 -}
4592 -
4593 4030 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4594 4031 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4595 4032 display: none;
4596 4033 }
@@ -4667,13 +4104,13 @@
4667 4104 }
4668 4105 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4669 4106 align-self: end;
4670 4107 margin-block-start: 35px;
4671 - inset-block-start: 0;
4108 + top: 0;
4672 4109 width: 100%;
4673 4110 }
4674 4111 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4675 - inset-inline-end: 5px;
4112 + left: 5px;
4676 4113 }
4677 4114 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4678 4115 padding: 0 20px 15px;
4679 4116 }
@@ -4783,33 +4220,21 @@
4783 4220 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4784 4221 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4785 4222 display: none;
4786 4223 }
4787 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4788 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4789 -.e-btn.e-btn-txt,
4790 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4791 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4224 +.elementor-button.e-btn-txt,
4225 +.e-btn.e-btn-txt {
4792 4226 background: transparent;
4793 4227 color: var(--e-a-color-txt);
4794 4228 }
4795 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4796 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4797 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4229 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4798 4230 .e-btn.e-btn-txt:hover,
4799 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4800 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4801 -.e-btn.e-btn-txt:focus,
4802 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4803 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4231 +.e-btn.e-btn-txt:focus {
4804 4232 background: var(--e-a-bg-hover);
4805 4233 color: var(--e-a-color-txt-hover);
4806 4234 }
4807 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4808 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4809 -.e-btn.e-btn-txt:disabled,
4810 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4811 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4235 +.elementor-button.e-btn-txt:disabled,
4236 +.e-btn.e-btn-txt:disabled {
4812 4237 background: transparent;
4813 4238 color: var(--e-a-color-txt-disabled);
4814 4239 }
4815 4240 .elementor-button.e-btn-txt-border,
@@ -4827,90 +4252,27 @@
4827 4252 .e-btn.e-success:hover,
4828 4253 .e-btn.e-success:focus {
4829 4254 background-color: var(--e-a-btn-bg-success-hover);
4830 4255 }
4831 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4832 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4833 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4834 -.e-btn.e-primary,
4835 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4836 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4837 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4838 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4256 +.elementor-button.e-primary,
4257 +.e-btn.e-primary {
4839 4258 background-color: var(--e-a-btn-bg-primary);
4840 4259 color: var(--e-a-btn-color);
4841 4260 }
4842 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4843 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover,
4844 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus,
4845 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4846 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4261 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4847 4262 .e-btn.e-primary:hover,
4848 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4849 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4850 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4851 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4852 -.e-btn.e-primary:focus,
4853 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4854 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4855 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4856 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4263 +.e-btn.e-primary:focus {
4857 4264 background-color: var(--e-a-btn-bg-primary-hover);
4858 4265 color: var(--e-a-btn-color);
4859 4266 }
4860 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4861 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over,
4862 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4863 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4864 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4865 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4866 -.e-btn.e-primary.e-btn-txt,
4867 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4868 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4869 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4870 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4871 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4872 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4873 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4874 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4875 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4876 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4267 +.elementor-button.e-primary.e-btn-txt,
4268 +.e-btn.e-primary.e-btn-txt {
4877 4269 background: transparent;
4878 4270 color: var(--e-a-color-primary-bold);
4879 4271 }
4880 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4881 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover,
4882 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover,
4883 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4884 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4885 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus,
4886 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus,
4887 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4888 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4889 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4890 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4272 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4891 4273 .e-btn.e-primary.e-btn-txt:hover,
4892 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4893 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4894 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4895 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4896 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4897 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4898 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4899 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4900 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4901 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4902 -.e-btn.e-primary.e-btn-txt:focus,
4903 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4904 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4905 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4906 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4907 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4908 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4909 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4910 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4911 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4912 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4274 +.e-btn.e-primary.e-btn-txt:focus {
4913 4275 background: var(--e-a-bg-primary);
4914 4276 }
4915 4277 .elementor-button.go-pro, .elementor-button.e-accent,
4916 4278 .e-btn.go-pro,
@@ -4957,13 +4319,8 @@
4957 4319 .e-btn.elementor-button-danger,
4958 4320 .e-btn.e-danger {
4959 4321 background-color: var(--e-a-btn-bg-danger);
4960 4322 }
4961 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4962 -.e-btn.elementor-button-danger.color-white,
4963 -.e-btn.e-danger.color-white {
4964 - color: var(--e-a-color-white);
4965 -}
4966 4323 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4967 4324 .e-btn.elementor-button-danger:hover,
4968 4325 .e-btn.elementor-button-danger:focus,
4969 4326 .e-btn.e-danger:hover,
@@ -5006,23 +4363,22 @@
5006 4363 }
5007 4364
5008 4365 #elementor-preview-responsive-wrapper {
5009 4366 transform-origin: top center;
5010 - margin: 20px;
4367 + padding: 20px;
5011 4368 transform: scale(var(--e-preview-scale, 1));
5012 - overflow: hidden;
5013 4369 }
5014 4370 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5015 4371 min-width: 1025px;
5016 4372 width: 100%;
5017 4373 height: 100%;
5018 - margin: 0;
4374 + padding: 0;
5019 4375 position: relative;
5020 4376 }
5021 4377 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5022 4378 width: var(--e-editor-preview-width);
5023 4379 height: var(--e-editor-preview-height);
5024 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4380 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5025 4381 box-sizing: content-box;
5026 4382 position: relative;
5027 4383 max-height: calc(100vh - 80px);
5028 4384 }
@@ -5084,10 +4440,9 @@
5084 4440 #elementor-preview-responsive-wrapper .ui-resizable-s {
5085 4441 bottom: 0;
5086 4442 }
5087 4443 #elementor-preview-responsive-wrapper .ui-resizable-e {
5088 - width: 10px;
5089 - right: -5px;
4444 + right: 0;
5090 4445 }
5091 4446 #elementor-preview-responsive-wrapper .ui-resizable-w {
5092 4447 left: 0;
5093 4448 }
@@ -5098,20 +4453,8 @@
5098 4453 background-color: #fff;
5099 4454 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5100 4455 }
5101 4456
5102 -#elementor-template-library-modal button:focus-visible,
5103 -#elementor-template-library-modal a:focus-visible,
5104 -#elementor-template-library-modal input:focus-visible,
5105 -#elementor-template-library-modal select:focus-visible,
5106 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5107 -#elementor-template-library-modal [role=tab]:focus-visible,
5108 -#elementor-template-library-modal [role=radio]:focus-visible,
5109 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5110 - outline: 2px solid var(--e-a-border-color-focus);
5111 - outline-offset: 2px;
5112 - border-radius: 2px;
5113 -}
5114 4457 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5115 4458 font-style: normal;
5116 4459 text-decoration: underline;
5117 4460 }
@@ -5123,17 +4466,8 @@
5123 4466 }
5124 4467 #elementor-template-library-modal .dialog-message {
5125 4468 overflow-y: scroll;
5126 4469 }
5127 -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message {
5128 - overflow-y: hidden;
5129 -}
5130 -#elementor-template-library-modal .e-back-to-editor {
5131 - color: var(--e-a-color-txt);
5132 - text-decoration: underline;
5133 - font-size: 17px;
5134 - cursor: pointer;
5135 -}
5136 4470
5137 4471 #elementor-template-library-header-menu {
5138 4472 text-align: center;
5139 4473 }
@@ -5142,21 +4476,14 @@
5142 4476 display: inline-block;
5143 4477 padding: 17px 20px;
5144 4478 border-block-end: 3px solid transparent;
5145 4479 cursor: pointer;
5146 - background: transparent;
5147 - margin: 0;
5148 - font-size: inherit;
5149 - font-family: inherit;
5150 - color: inherit;
5151 - border: none;
5152 4480 }
5153 4481 .elementor-template-library-menu-item:hover {
5154 4482 background-color: var(--e-a-bg-hover);
5155 4483 border-color: var(--e-a-bg-hover);
5156 4484 }
5157 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5158 - border-block-end: 3px solid;
4485 +.elementor-template-library-menu-item.elementor-active {
5159 4486 border-color: var(--e-a-border-color-accent);
5160 4487 color: var(--e-a-color-txt-accent);
5161 4488 }
5162 4489
@@ -5162,31 +4489,12 @@
5162 4489
5163 4490 #elementor-template-library-header-actions {
5164 4491 display: flex;
5165 4492 }
5166 -#elementor-template-library-header-actions > div,
5167 -#elementor-template-library-header-actions > button {
5168 - background: transparent;
5169 - margin: 0;
5170 - font-size: inherit;
5171 - font-family: inherit;
5172 - color: inherit;
5173 - border: none;
4493 +#elementor-template-library-header-actions > div {
5174 4494 padding-inline-end: 16px;
5175 - cursor: pointer;
5176 4495 }
5177 -#elementor-template-library-header-actions > div:focus-visible,
5178 -#elementor-template-library-header-actions > button:focus-visible {
5179 - outline: 2px solid var(--e-a-border-color-focus);
5180 - outline-offset: -2px;
5181 - border-radius: 2px;
5182 -}
5183 4496
5184 -#elementor-template-library-header-tools.e-hidden-disabled {
5185 - opacity: 0;
5186 - visibility: hidden;
5187 -}
5188 -
5189 4497 #elementor-template-library-header-preview-insert-wrapper {
5190 4498 cursor: default;
5191 4499 padding: 0 10px;
5192 4500 }
@@ -5195,9 +4503,8 @@
5195 4503 margin-inline-start: 4px;
5196 4504 }
5197 4505
5198 4506 #elementor-template-library-header-preview-back {
5199 - gap: 10px;
5200 4507 padding-block: 16.5px 15px;
5201 4508 padding-inline: 0 16.5px;
5202 4509 border-inline-end: var(--e-a-border);
5203 4510 cursor: pointer;
@@ -5202,138 +4509,27 @@
5202 4509 border-inline-end: var(--e-a-border);
5203 4510 cursor: pointer;
5204 4511 transition: color 0.5s;
5205 4512 }
5206 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5207 - background: transparent;
5208 - margin: 0;
5209 - font-size: inherit;
5210 - font-family: inherit;
5211 - color: inherit;
5212 - border: none;
5213 - display: flex;
5214 - align-items: center;
5215 - gap: 10px;
5216 - cursor: pointer;
5217 -}
5218 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5219 - outline: 2px solid var(--e-a-border-color-focus);
5220 - outline-offset: 2px;
5221 - border-radius: 2px;
5222 -}
5223 4513 #elementor-template-library-header-preview-back:hover {
5224 4514 color: var(--e-a-color-txt-hover);
5225 4515 }
5226 4516 #elementor-template-library-header-preview-back i {
4517 + padding-inline-end: 10px;
5227 4518 font-size: 18px;
5228 - scale: calc(1 * var(--direction-multiplier)) 1;
5229 4519 }
4520 +#elementor-template-library-header-preview-back i:before {
4521 + content: "\e87d";
4522 +}
5230 4523
5231 -#elementor-template-library-templates {
5232 - display: flex;
5233 - flex-direction: column;
5234 - gap: 20px;
5235 -}
5236 -#elementor-template-library-templates .toolbar-container {
5237 - display: flex;
5238 - justify-content: space-between;
5239 - align-items: center;
5240 - gap: 2%;
5241 - height: 45px;
5242 -}
5243 -#elementor-template-library-templates #elementor-template-library-templates-container {
5244 - display: flex;
5245 - flex-wrap: wrap;
5246 - align-items: flex-start;
5247 -}
5248 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5249 - display: none;
5250 -}
5251 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) {
5252 - justify-content: flex-end;
5253 -}
5254 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container {
5255 - display: flex;
5256 - align-items: baseline;
5257 - border-radius: 3px;
5258 -}
5259 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible {
5260 - outline: 2px solid var(--e-a-border-color-focus);
5261 - outline-offset: 2px;
5262 -}
5263 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info {
5264 - align-items: center;
5265 -}
5266 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i {
5267 - font-size: 14px;
5268 - margin-inline-start: 5px;
5269 -}
5270 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container {
5271 - width: 200px;
5272 - margin: 0px 10px;
5273 - align-self: center;
5274 - text-align: start;
5275 -}
5276 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning {
5277 - font-size: 10px;
5278 -}
5279 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a {
5280 - color: var(--e-a-btn-bg-accent);
5281 -}
5282 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar {
5283 - height: 4px;
5284 - background-color: var(--e-a-color-primary-bold);
5285 - position: relative;
5286 - display: flex;
5287 - align-items: center;
5288 - padding: 0;
5289 -}
5290 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill {
5291 - height: 100%;
5292 - transition: width 0.3s ease;
5293 -}
5294 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal {
5295 - background-color: #D004D4;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning {
5298 - background-color: #F59E0B;
5299 -}
5300 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert {
5301 - background-color: #93003f;
5302 -}
5303 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal {
5304 - background-color: #F0ABFC;
5305 -}
5306 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning {
5307 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5308 -}
5309 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5310 - font-size: 12px;
5311 - color: var(--e-a-color-txt);
5312 -}
5313 -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container {
4524 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4525 + margin-block-start: 10px;
4526 + margin-block-end: 45px;
5314 4527 border-block-start: var(--e-a-border);
5315 4528 }
5316 -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
4529 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5317 4530 color: var(--e-a-color-txt-active);
5318 4531 }
5319 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5320 - border-block-start: none;
5321 -}
5322 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5323 - padding: 0;
5324 -}
5325 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5326 - max-width: -moz-fit-content;
5327 - max-width: fit-content;
5328 -}
5329 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5330 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5331 - display: none;
5332 -}
5333 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5334 - pointer-events: none;
5335 -}
5336 4532 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5337 4533 margin: 10px -15px 0;
5338 4534 }
5339 4535 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5359,243 +4555,14 @@
5359 4555 }
5360 4556 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5361 4557 content: "\e8ad";
5362 4558 }
5363 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4559 +
4560 +#elementor-template-library-templates-container {
5364 4561 display: flex;
5365 - align-items: center;
5366 - gap: 8px;
4562 + flex-wrap: wrap;
4563 + align-items: flex-start;
5367 4564 }
5368 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5369 - background: transparent;
5370 - margin: 0;
5371 - font-size: inherit;
5372 - font-family: inherit;
5373 - color: inherit;
5374 - border: none;
5375 - cursor: pointer;
5376 - font-size: 20px;
5377 - padding: 0 5px;
5378 - border-radius: 2px;
5379 - color: var(--e-a-color-txt);
5380 -}
5381 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5382 - background-color: var(--e-a-bg-hover);
5383 -}
5384 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5385 - width: 1px;
5386 - height: 20px;
5387 - background-color: var(--e-a-border-color);
5388 -}
5389 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5390 - background-color: var(--e-a-bg-hover);
5391 -}
5392 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5393 - background-color: var(--e-a-bg-hover);
5394 -}
5395 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5396 - display: grid;
5397 - grid-template-columns: repeat(auto-fill, 208px);
5398 - grid-gap: 20px;
5399 - padding: 20px 0;
5400 -}
5401 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template {
5402 - grid-column: 1;
5403 -}
5404 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5405 - grid-column: 1/-1;
5406 -}
5407 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5408 - display: flex;
5409 - position: relative;
5410 - flex-direction: column;
5411 - height: 158px;
5412 - padding: 8px;
5413 - border: var(--e-a-border);
5414 - border-radius: 3px;
5415 -}
5416 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5417 - outline: 2px solid var(--e-a-border-color-focus);
5418 - outline-offset: 2px;
5419 -}
5420 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview {
5421 - display: flex;
5422 -}
5423 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name {
5424 - display: none;
5425 -}
5426 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5427 - display: flex !important;
5428 -}
5429 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5430 - width: 190px;
5431 - height: 100px;
5432 - position: relative;
5433 - border-radius: 3px;
5434 - margin-block-end: 4px;
5435 - overflow: hidden;
5436 -}
5437 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5438 - -o-object-fit: contain;
5439 - object-fit: contain;
5440 - width: 100%;
5441 - height: 100%;
5442 -}
5443 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5444 - display: none;
5445 - justify-content: center;
5446 - align-items: center;
5447 - position: absolute;
5448 - inset: 0;
5449 - background-color: rgba(0, 0, 0, 0.5);
5450 - cursor: default;
5451 -}
5452 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5453 - font-size: 11px;
5454 - white-space: nowrap;
5455 - text-overflow: ellipsis;
5456 - overflow: hidden;
5457 -}
5458 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5459 - display: flex;
5460 - position: relative;
5461 - justify-content: space-between;
5462 - align-items: center;
5463 - font-size: 11px;
5464 - min-height: 38px;
5465 -}
5466 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5467 - display: none;
5468 - width: 90%;
5469 - gap: 8px;
5470 - height: 38px;
5471 - padding: 4px 0;
5472 -}
5473 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert {
5474 - display: flex;
5475 -}
5476 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i {
5477 - display: flex;
5478 - align-items: center;
5479 -}
5480 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info {
5481 - display: flex;
5482 - flex-direction: column;
5483 - justify-content: center;
5484 - width: 65%;
5485 - align-items: start;
5486 - white-space: nowrap;
5487 - text-overflow: ellipsis;
5488 - overflow: hidden;
5489 -}
5490 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder {
5491 - flex-direction: row;
5492 - align-items: center;
5493 - justify-content: start;
5494 - height: 56px;
5495 - padding: 13px 10px;
5496 -}
5497 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon {
5498 - font-size: 25px;
5499 - margin-inline-end: 8px;
5500 -}
5501 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle {
5502 - margin-inline-start: auto;
5503 -}
5504 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5505 - display: none;
5506 -}
5507 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5508 - visibility: hidden;
5509 -}
5510 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5511 - visibility: visible;
5512 -}
5513 -#elementor-template-library-templates .bulk-selection-action-bar {
5514 - display: none;
5515 - background: var(--e-a-bg-active);
5516 - padding: 10px 25px;
5517 - border-radius: 5px;
5518 - color: var(--e-a-bg-invert);
5519 - gap: 20px;
5520 - align-items: center;
5521 - flex: 1;
5522 -}
5523 -#elementor-template-library-templates .bulk-selection-action-bar button {
5524 - background: transparent;
5525 - margin: 0;
5526 - font-size: inherit;
5527 - font-family: inherit;
5528 - color: inherit;
5529 - border: none;
5530 - cursor: pointer;
5531 - display: flex;
5532 - align-items: center;
5533 - justify-content: center;
5534 -}
5535 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5536 - pointer-events: none;
5537 - opacity: 0.3;
5538 - cursor: not-allowed;
5539 -}
5540 -#elementor-template-library-templates .bulk-selection-action-bar i {
5541 - cursor: pointer;
5542 - font-size: 18px;
5543 -}
5544 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5545 - font-size: 20px;
5546 -}
5547 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5548 - display: flex;
5549 - flex: 1;
5550 - white-space: nowrap;
5551 - text-overflow: ellipsis;
5552 - overflow: hidden;
5553 -}
5554 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5555 - display: flex;
5556 - flex-direction: row;
5557 - align-items: center;
5558 - gap: 15px;
5559 - white-space: nowrap;
5560 - text-overflow: ellipsis;
5561 - overflow: hidden;
5562 -}
5563 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5564 - white-space: nowrap;
5565 - text-overflow: ellipsis;
5566 - overflow: hidden;
5567 -}
5568 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5569 - padding-inline-start: 8px;
5570 - background-color: var(--e-a-bg-hover);
5571 - color: var(--e-a-color-txt);
5572 -}
5573 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5574 - visibility: visible;
5575 -}
5576 -#elementor-template-library-templates .bulk-selected-item {
5577 - background: var(--e-a-bg-active);
5578 -}
5579 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5580 - position: relative;
5581 - inset-block-start: 3px;
5582 -}
5583 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5584 - inset-block-start: 0px;
5585 -}
5586 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5587 -#elementor-template-library-templates #bulk-select-all:checked {
5588 - background: #69727D;
5589 -}
5590 -#elementor-template-library-templates .checkbox-minus:before {
5591 - display: block;
5592 - content: "";
5593 - width: 10px;
5594 - height: 2px;
5595 - background-color: white;
5596 - transform: none;
5597 -}
5598 4565
5599 4566 #elementor-template-library-toolbar {
5600 4567 display: flex;
5601 4568 justify-content: space-between;
@@ -5606,80 +4573,8 @@
5606 4573 display: flex;
5607 4574 align-items: center;
5608 4575 }
5609 4576
5610 -.elementor-template-library-filter-select-source {
5611 - width: 350px;
5612 - display: flex;
5613 - gap: 10px;
5614 -}
5615 -.elementor-template-library-filter-select-source .source-option {
5616 - flex: 1;
5617 - border: 0.5px solid #BABFC5;
5618 - padding: 5px;
5619 - border-radius: 3px;
5620 - cursor: pointer;
5621 - font-size: 12px;
5622 -}
5623 -.elementor-template-library-filter-select-source .source-option i {
5624 - margin-inline-end: 5px;
5625 -}
5626 -.elementor-template-library-filter-select-source .source-option .new-badge {
5627 - border: 1px solid var(--e-a-color-primary-bold-dark);
5628 - padding: 2px 4px;
5629 - color: var(--e-a-color-primary-bold-dark);
5630 - border-radius: 10px;
5631 - font-size: 10px;
5632 - margin-inline-start: 5px;
5633 -}
5634 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5635 - background-color: var(--e-a-bg-hover);
5636 -}
5637 -
5638 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5639 - display: flex;
5640 - align-items: center;
5641 - justify-content: space-between;
5642 -}
5643 -
5644 -#elementor-template-library-toolbar .source-option-badge,
5645 -.elementor-template-library-connect-states-badge .source-option-badge {
5646 - display: flex;
5647 - align-items: center;
5648 - gap: 6px;
5649 - padding: 6px 12px;
5650 - border: none;
5651 - border-radius: 20px;
5652 - font-size: 14px;
5653 - font-weight: 500;
5654 - white-space: nowrap;
5655 - margin-inline-start: auto;
5656 - margin-inline-end: 15px;
5657 -}
5658 -#elementor-template-library-toolbar .source-option-badge i,
5659 -.elementor-template-library-connect-states-badge .source-option-badge i {
5660 - margin: 0;
5661 - font-size: 14px;
5662 -}
5663 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5664 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5665 - background-color: var(--e-a-bg-info);
5666 - color: var(--e-a-color-info);
5667 -}
5668 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5669 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5670 - color: var(--e-a-color-info);
5671 -}
5672 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5673 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5674 - background-color: var(--e-a-bg-warning);
5675 - color: var(--e-a-btn-bg-warning-hover);
5676 -}
5677 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5678 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5679 - color: var(--e-a-btn-bg-warning-hover);
5680 -}
5681 -
5682 4577 #elementor-template-library-filter-toolbar-remote {
5683 4578 font-size: 11px;
5684 4579 }
5685 4580
@@ -5693,11 +4588,8 @@
5693 4588 padding-inline-end: 22px;
5694 4589 -webkit-user-select: none;
5695 4590 -moz-user-select: none;
5696 4591 user-select: none;
5697 - line-height: 1;
5698 - font-size: 10px;
5699 - font-weight: 500;
5700 4592 }
5701 4593
5702 4594 label.elementor-template-library-order-label {
5703 4595 cursor: pointer;
@@ -5753,12 +4645,8 @@
5753 4645 #elementor-template-library-filter-my-favorites-label i:after {
5754 4646 content: "\e923";
5755 4647 }
5756 4648
5757 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5758 - margin-block-end: 10px;
5759 -}
5760 -
5761 4649 #elementor-template-library-filter-text-wrapper {
5762 4650 width: 200px;
5763 4651 position: relative;
5764 4652 }
@@ -5763,15 +4651,12 @@
5763 4651 position: relative;
5764 4652 }
5765 4653 #elementor-template-library-filter-text-wrapper i {
5766 4654 position: absolute;
5767 - inset-block-start: 50%;
5768 - inset-inline-end: 0;
4655 + top: 50%;
4656 + left: 0;
5769 4657 transform: translateY(-50%);
5770 4658 }
5771 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5772 - inset-block-start: 25%;
5773 -}
5774 4659
5775 4660 #elementor-template-library-filter-text {
5776 4661 border: none;
5777 4662 border-block-end: var(--e-a-border-bold);
@@ -5797,32 +4682,19 @@
5797 4682 padding: 8px;
5798 4683 border: var(--e-a-border);
5799 4684 border-radius: 3px;
5800 4685 }
5801 -.elementor-template-library-template-remote:focus-visible {
5802 - outline: 2px solid var(--e-a-border-color-focus);
5803 - outline-offset: 2px;
5804 -}
5805 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4686 +.elementor-template-library-template-remote:hover {
5806 4687 background-color: var(--e-a-bg-hover);
5807 4688 }
5808 -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview {
5809 - opacity: 1;
5810 -}
5811 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
4689 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5812 4690 display: none;
5813 4691 }
5814 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5815 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5816 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5817 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5818 - display: initial;
5819 -}
5820 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4692 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5821 4693 opacity: 0;
5822 4694 }
5823 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5824 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4695 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4696 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5825 4697 display: none;
5826 4698 }
5827 4699 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5828 4700 content: var(--elementor-template-library-subscription-plan-label);
@@ -5830,10 +4702,10 @@
5830 4702 color: var(--e-a-color-white);
5831 4703 position: absolute;
5832 4704 text-transform: uppercase;
5833 4705 line-height: 1;
5834 - inset-block-start: 5px;
5835 - inset-inline-end: 5px;
4706 + top: 5px;
4707 + left: 5px;
5836 4708 padding: 3px 5px;
5837 4709 font-size: 8px;
5838 4710 border-radius: 2px;
5839 4711 }
@@ -5848,10 +4720,10 @@
5848 4720 }
5849 4721 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5850 4722 position: absolute;
5851 4723 width: 100%;
5852 - inset-block-end: 0;
5853 - inset-inline-start: 0;
4724 + bottom: 0;
4725 + right: 0;
5854 4726 padding: 10px;
5855 4727 background-color: var(--e-a-bg-default);
5856 4728 transition: transform 0.5s;
5857 4729 }
@@ -5857,9 +4729,9 @@
5857 4729 }
5858 4730 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5859 4731 display: none;
5860 4732 }
5861 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
4733 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5862 4734 transform: translateY(100%);
5863 4735 }
5864 4736 .elementor-template-library-template-remote .elementor-template-library-template-body {
5865 4737 position: relative;
@@ -5876,9 +4748,12 @@
5876 4748 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5877 4749 }
5878 4750 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5879 4751 position: absolute;
5880 - inset: 0;
4752 + top: 0;
4753 + left: 0;
4754 + width: 100%;
4755 + height: 100%;
5881 4756 background-color: rgba(0, 0, 0, 0.5);
5882 4757 transition: opacity 0.5s;
5883 4758 cursor: pointer;
5884 4759 }
@@ -5884,11 +4759,11 @@
5884 4759 }
5885 4760 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5886 4761 font-size: 20px;
5887 4762 position: absolute;
5888 - inset-block-start: 50%;
5889 - inset-inline-start: 50%;
5890 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4763 + top: 50%;
4764 + left: 50%;
4765 + transform: translate(-50%, -50%);
5891 4766 }
5892 4767 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5893 4768 display: flex;
5894 4769 justify-content: space-between;
@@ -5908,22 +4783,10 @@
5908 4783 .elementor-template-library-template-remote .elementor-template-library-favorite {
5909 4784 margin-inline-start: auto;
5910 4785 }
5911 4786 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5912 - position: absolute;
5913 - width: 1px;
5914 - height: 1px;
5915 - padding: 0;
5916 - margin: -1px;
5917 - overflow: hidden;
5918 - clip: rect(0, 0, 0, 0);
5919 - white-space: nowrap;
5920 - border: 0;
4787 + display: none;
5921 4788 }
5922 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5923 - outline: 2px solid var(--e-a-border-color-focus);
5924 - outline-offset: 2px;
5925 -}
5926 4789 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5927 4790 content: "\e93f";
5928 4791 color: var(--e-a-color-primary-bold);
5929 4792 }
@@ -5958,231 +4821,112 @@
5958 4821 height: 200px;
5959 4822 }
5960 4823
5961 4824 #elementor-template-library-order-toolbar-local,
5962 -.elementor-template-library-template-local,
5963 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4825 +.elementor-template-library-template-local {
5964 4826 display: flex;
5965 4827 align-items: center;
5966 4828 padding: 0 25px;
5967 4829 text-align: start;
5968 4830 }
5969 -@media (max-width: 1439px) {
5970 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5971 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5972 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5973 - width: 33%;
5974 - }
5975 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5976 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5977 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5978 - width: 10%;
5979 - }
5980 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5981 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5982 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5983 - width: 15%;
5984 - }
5985 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5986 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5987 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5988 - width: 15%;
5989 - }
5990 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5991 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5992 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5993 - width: 27%;
5994 - }
5995 -}
5996 -@media (min-width: 1440px) {
5997 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5998 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5999 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6000 - width: 25%;
6001 - }
6002 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6003 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6004 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6005 - width: 17%;
6006 - }
6007 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6008 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6009 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6010 - width: 17%;
6011 - }
6012 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6013 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6014 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6015 - width: 17%;
6016 - }
6017 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6018 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6019 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6020 - width: 24%;
6021 - }
6022 -}
6023 -@media (max-width: 1024px) {
6024 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6025 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6026 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6027 - display: none;
6028 - }
6029 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6030 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6031 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6032 - width: 41%;
6033 - }
6034 -}
6035 4831
6036 -.elementor-template-library-template-local .elementor-template-library-template-more,
6037 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6038 - display: none;
6039 - position: absolute;
6040 - background-color: var(--e-a-bg-default);
6041 - border-radius: var(--e-a-border-radius);
6042 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6043 - inset-block-start: 100%;
6044 - inset-inline-end: 0;
6045 - z-index: 1;
6046 - list-style: none;
6047 - margin: 0;
6048 - padding: 0;
4832 +#elementor-template-library-order-toolbar-local {
4833 + margin-block-start: 30px;
6049 4834 }
6050 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6051 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6052 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6054 - background: transparent;
6055 - margin: 0;
6056 - font-size: inherit;
6057 - font-family: inherit;
6058 - color: inherit;
6059 - border: none;
6060 - padding: 10px 20px;
6061 - font-size: 11px;
6062 - cursor: pointer;
6063 - display: flex;
6064 - align-items: center;
6065 - gap: 8px;
6066 - width: 100%;
4835 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4836 + line-height: 1;
4837 + font-size: 10px;
4838 + font-weight: 500;
6067 4839 }
6068 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6069 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6070 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6071 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6072 - cursor: not-allowed;
6073 - color: var(--e-a-color-txt-disabled);
6074 -}
6075 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6076 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6077 - color: var(--e-a-color-txt);
6078 - text-decoration: none;
6079 -}
6080 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6081 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6082 - color: var(--e-a-color-danger);
6083 -}
6084 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6085 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6086 - font-size: 16px;
6087 -}
6088 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6089 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6090 - margin-inline-start: auto;
6091 - cursor: pointer;
6092 - background: none;
6093 - border: none;
6094 - padding: 0;
6095 - display: flex;
6096 - align-items: center;
6097 - justify-content: center;
6098 -}
6099 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6100 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6101 - font-size: 20px;
6102 -}
6103 4840
6104 -.elementor-template-library-template-local,
6105 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4841 +.elementor-template-library-template-local {
6106 4842 height: 50px;
6107 4843 width: 100%;
6108 4844 margin-block-start: 1px;
6109 4845 transition: background-color 0.3s linear;
6110 4846 }
6111 -.elementor-template-library-template-local:hover,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4847 +.elementor-template-library-template-local:hover {
6113 4848 background-color: var(--e-a-bg-hover);
6114 4849 }
6115 -.elementor-template-library-template-local:first-child,
6116 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4850 +.elementor-template-library-template-local:first-child {
6117 4851 border-start-start-radius: 3px;
6118 4852 border-start-end-radius: 3px;
6119 4853 border-end-start-radius: 0;
6120 4854 border-end-end-radius: 0;
6121 4855 }
6122 -.elementor-template-library-template-local:last-child,
6123 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4856 +.elementor-template-library-template-local:last-child {
6124 4857 border-start-start-radius: 0;
6125 4858 border-start-end-radius: 0;
6126 4859 border-end-start-radius: 3px;
6127 4860 border-end-end-radius: 3px;
6128 4861 }
6129 -.elementor-template-library-template-local .elementor-template-library-template-name,
6130 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4862 +.elementor-template-library-template-local .elementor-template-library-template-name {
6131 4863 font-weight: 500;
6132 4864 }
6133 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6134 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6135 - font-size: 16px;
6136 -}
6137 4865 .elementor-template-library-template-local .elementor-template-library-template-name,
6138 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6139 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6140 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
4866 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6141 4867 padding-inline-end: 20px;
6142 4868 }
6143 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6144 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6145 - padding-inline-end: 10px;
6146 -}
6147 4869 .elementor-template-library-template-local .elementor-template-library-template-name,
6148 4870 .elementor-template-library-template-local .elementor-template-library-template-meta,
6149 4871 .elementor-template-library-template-local .elementor-template-library-template-preview,
6150 -.elementor-template-library-template-local .elementor-template-library-template-action,
6151 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6152 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6153 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6154 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4872 +.elementor-template-library-template-local .elementor-template-library-template-action {
6155 4873 white-space: nowrap;
6156 4874 text-overflow: ellipsis;
6157 4875 overflow: hidden;
6158 4876 }
6159 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6160 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4877 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6161 4878 position: relative;
6162 4879 display: flex;
6163 4880 align-items: center;
6164 4881 }
6165 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6166 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6167 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6168 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4882 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6169 4883 cursor: pointer;
6170 4884 transition: color 0.5s;
6171 4885 }
6172 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6173 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6174 - color: #F5D0FE;
4886 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4887 + margin-inline-end: 3px;
6175 4888 }
6176 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6177 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6178 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6179 - cursor: not-allowed;
4889 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4890 + margin-inline-start: 6px;
6180 4891 }
6181 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6182 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6183 - margin-inline-end: 3px;
4892 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4893 + color: var(--e-a-color-danger);
6184 4894 }
4895 +.elementor-template-library-template-local .elementor-template-library-template-more {
4896 + display: none;
4897 + position: absolute;
4898 + background-color: var(--e-a-bg-default);
4899 + padding: 3px 20px;
4900 + border-radius: var(--e-a-border-radius);
4901 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4902 + top: 100%;
4903 + left: 0;
4904 + transform: translateX(-65%) translateY(-7px);
4905 + z-index: 1;
4906 +}
4907 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4908 + content: "";
4909 + position: absolute;
4910 + border: solid transparent;
4911 + border-width: 8px 4px;
4912 + border-block-end-color: var(--e-a-color-white);
4913 + transform: translateY(-100%);
4914 +}
4915 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4916 + margin: 10px 0;
4917 + font-size: 11px;
4918 +}
4919 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4920 + color: var(--e-a-color-txt);
4921 +}
4922 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4923 + flex-grow: 1;
4924 + text-align: end;
4925 +}
4926 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4927 + font-size: 16px;
4928 +}
6185 4929
6186 4930 #elementor-template-library-preview {
6187 4931 height: 100%;
6188 4932 overflow: hidden;
@@ -6188,9 +4932,9 @@
6188 4932 overflow: hidden;
6189 4933 }
6190 4934 #elementor-template-library-preview iframe {
6191 4935 height: 150%;
6192 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4936 + transform: scale(0.666) translateX(25%) translateY(-25%);
6193 4937 }
6194 4938 @media (max-width: 1439px) {
6195 4939 #elementor-template-library-preview iframe {
6196 4940 width: 1440px;
@@ -6206,14 +4950,8 @@
6206 4950 font-size: 64px;
6207 4951 margin-block-start: 45px;
6208 4952 line-height: 1;
6209 4953 }
6210 -.elementor-template-library-blank-icon i {
6211 - font-size: 85px;
6212 -}
6213 -.elementor-template-library-blank-icon i.eicon-library-upload {
6214 - font-size: 65px;
6215 -}
6216 4954 .elementor-template-library-blank-icon img {
6217 4955 width: 70px;
6218 4956 }
6219 4957 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6251,499 +4989,8 @@
6251 4989 #elementor-template-library-save-template-form > * {
6252 4990 height: 55px;
6253 4991 font-size: 16px;
6254 4992 }
6255 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6256 - height: 55px;
6257 - font-size: 16px;
6258 - margin-block-end: 15px;
6259 -}
6260 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6261 - display: block;
6262 - width: 500px;
6263 - margin: 0 auto;
6264 -}
6265 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6266 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6267 - display: none;
6268 -}
6269 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6270 - margin-inline: 5px;
6271 -}
6272 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6273 - display: none;
6274 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6275 - padding: 3px 5px;
6276 - border-radius: 100px;
6277 - margin-inline: 5px;
6278 -}
6279 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6280 - color: var(--e-a-btn-bg-accent);
6281 -}
6282 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6283 - margin-inline-end: 5px;
6284 -}
6285 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6286 - display: inline;
6287 -}
6288 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6289 - display: inline;
6290 - background: var(--e-a-bg-hover);
6291 - padding: 0 2px 1px;
6292 - border: none;
6293 - border-radius: 2px;
6294 - vertical-align: bottom;
6295 - cursor: pointer;
6296 - font-family: inherit;
6297 - font-size: inherit;
6298 - color: inherit;
6299 - line-height: inherit;
6300 -}
6301 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6302 - background: var(--e-a-bg-active);
6303 -}
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6305 - outline: 2px solid var(--e-a-border-color-focus);
6306 - outline-offset: 2px;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6310 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip,
6311 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6313 - display: inline;
6314 -}
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6316 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6317 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6319 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6320 - pointer-events: none;
6321 -}
6322 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6323 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6324 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6325 - display: none;
6326 -}
6327 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider {
6328 - color: var(--e-a-color-txt-muted);
6329 - margin-inline: 5px;
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6332 - display: none;
6333 - float: inline-start;
6334 -}
6335 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6336 - font-size: 13px;
6337 - color: var(--e-a-btn-bg-accent);
6338 - text-align: start;
6339 -}
6340 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6341 - color: var(--e-a-btn-bg-accent);
6342 - text-decoration: underline;
6343 -}
6344 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6345 - float: inline-end;
6346 -}
6347 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6348 - cursor: not-allowed;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6351 - display: flex;
6352 - flex-direction: column;
6353 - text-align: start;
6354 - border: var(--e-a-border-bold);
6355 - padding: 15px;
6356 - height: auto;
6357 - gap: 10px;
6358 - position: relative;
6359 -}
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6361 - background: #69727D;
6362 - inset-block-start: -3px;
6363 - position: relative;
6364 -}
6365 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6366 - position: relative;
6367 - display: inline-block;
6368 -}
6369 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local {
6370 - white-space: nowrap;
6371 - text-overflow: ellipsis;
6372 - overflow: hidden;
6373 - overflow: visible;
6374 - display: inline-flex;
6375 - align-items: baseline;
6376 - line-height: 27px;
6377 -}
6378 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6379 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6380 - flex-shrink: 0;
6381 - position: relative;
6382 - inset-block-start: 2px;
6383 -}
6384 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6386 - inset-block-start: -2px;
6387 -}
6388 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6389 - vertical-align: bottom;
6390 -}
6391 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6392 - margin-inline: 5px;
6393 - color: var(--e-a-color-txt-muted);
6394 - cursor: pointer;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6397 - display: none;
6398 - margin-inline-end: 5px;
6399 - align-items: baseline;
6400 - white-space: nowrap;
6401 - text-overflow: ellipsis;
6402 - overflow: hidden;
6403 -}
6404 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6405 - display: inline-flex !important;
6406 -}
6407 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6408 - text-decoration: underline;
6409 - cursor: pointer;
6410 - white-space: nowrap;
6411 - text-overflow: ellipsis;
6412 - overflow: hidden;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6415 - cursor: pointer;
6416 - flex-shrink: 0;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6419 - color: var(--e-a-color-primary-bold);
6420 - font-size: 14px;
6421 -}
6422 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6423 - text-decoration: underline;
6424 -}
6425 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6426 - display: none;
6427 - position: absolute;
6428 - inset-block-start: 40px;
6429 - background-color: var(--e-a-bg-default);
6430 - min-width: 187px;
6431 - overflow: auto;
6432 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6433 - z-index: 1;
6434 - border-radius: 2px;
6435 - max-width: 450px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6438 - white-space: nowrap;
6439 - text-overflow: ellipsis;
6440 - overflow: hidden;
6441 -}
6442 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6443 - margin: 15px;
6444 -}
6445 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6446 - margin-inline-end: 10px;
6447 -}
6448 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6449 - max-height: 170px;
6450 -}
6451 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6452 - padding: 5px 15px;
6453 - cursor: pointer;
6454 - list-style: none;
6455 -}
6456 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6457 - display: none;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6460 - margin: 0px;
6461 -}
6462 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6463 - text-decoration: underline;
6464 -}
6465 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus {
6466 - background: var(--e-a-border-color);
6467 -}
6468 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6469 - outline: 2px solid var(--e-a-border-color-focus);
6470 - outline-offset: -2px;
6471 -}
6472 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6473 - pointer-events: none;
6474 - opacity: 0.3;
6475 -}
6476 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6477 - text-align: center;
6478 - font-size: 13px;
6479 - margin: 0 20px;
6480 - padding-block: 15px;
6481 - pointer-events: none;
6482 -}
6483 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6484 - font-size: 24px;
6485 - padding-block-end: 10px;
6486 -}
6487 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6488 - border-block-start: none;
6489 - border-inline: none;
6490 -}
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6492 - pointer-events: none;
6493 - opacity: 0.3;
6494 -}
6495 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6496 - display: flex;
6497 - flex-direction: column;
6498 - width: 600px;
6499 - text-align: start;
6500 -}
6501 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6503 - font-size: 12px;
6504 - font-weight: 400;
6505 - color: var(--e-a-color-txt);
6506 -}
6507 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6508 - width: 100%;
6509 - padding: 12px 15px;
6510 - border: var(--e-a-border-bold);
6511 - border-radius: 3px;
6512 - margin-block-end: 0;
6513 -}
6514 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6515 - border: none;
6516 - padding: 0;
6517 - gap: 12px;
6518 - margin-block-start: 20px;
6519 -}
6520 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6521 - display: flex;
6522 - align-items: center;
6523 - padding: 12px 15px;
6524 - border: var(--e-a-border-bold);
6525 - border-radius: 3px;
6526 - width: 100%;
6527 - line-height: normal;
6528 - gap: 8px;
6529 -}
6530 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6531 - border-color: var(--e-a-color-txt);
6532 -}
6533 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6534 - display: flex;
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6537 - margin-inline-end: 0;
6538 - flex-shrink: 0;
6539 - position: relative;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6542 - inset-block-start: 0;
6543 -}
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6545 - content: "";
6546 - position: absolute;
6547 - inset-inline-end: -8px;
6548 - width: 1px;
6549 - height: 18px;
6550 - background-color: var(--e-a-border-color);
6551 -}
6552 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6553 - margin-inline-start: 12px;
6554 - margin-inline-end: 4px;
6555 - font-size: 24px;
6556 - color: var(--e-a-color-txt);
6557 -}
6558 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6559 - margin-inline-start: 8px;
6560 - margin-inline-end: 0;
6561 - font-size: 24px;
6562 - color: var(--e-a-color-txt);
6563 -}
6564 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6565 - flex: 0 0 auto;
6566 - margin: 0;
6567 - cursor: pointer;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6570 - margin-inline: 0;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6573 - display: inline;
6574 - background: transparent;
6575 - padding: 0;
6576 - border-radius: 0;
6577 - vertical-align: baseline;
6578 - text-decoration: underline;
6579 - cursor: pointer;
6580 - margin-inline-start: 0;
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6583 - background: transparent;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6586 - color: var(--e-a-color-primary-bold);
6587 - text-decoration: underline;
6588 - cursor: pointer;
6589 - margin-inline-start: 4px;
6590 -}
6591 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6592 - text-decoration: none;
6593 -}
6594 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6595 - display: none;
6596 - border: none;
6597 - padding: 0;
6598 - border-radius: 0;
6599 - margin-inline-start: 0;
6600 - background: transparent;
6601 - transition: background-color 0.2s;
6602 - padding: 3px 8px;
6603 -}
6604 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6605 - background-color: var(--e-a-btn-bg-primary-hover);
6606 - border-radius: 3px;
6607 -}
6608 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6609 - color: var(--e-a-btn-bg-accent);
6610 - text-decoration: none;
6611 - display: flex;
6612 - align-items: center;
6613 - gap: 4px;
6614 - font-size: 14px;
6615 - font-weight: 500;
6616 -}
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6618 - margin: 0;
6619 - font-size: 14px;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6622 - display: none;
6623 -}
6624 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6625 - color: var(--e-a-color-txt-muted);
6626 - margin-inline: 5px;
6627 -}
6628 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6629 - color: var(--e-a-color-info);
6630 - text-decoration: underline;
6631 -}
6632 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6633 - text-decoration: none;
6634 -}
6635 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6636 - display: flex;
6637 - align-items: center;
6638 - gap: 6px;
6639 - padding: 6px 12px;
6640 - border: none;
6641 - border-radius: 20px;
6642 - font-size: 14px;
6643 - font-weight: 500;
6644 - cursor: pointer;
6645 - transition: opacity 0.2s;
6646 - margin-inline-start: auto;
6647 -}
6648 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6649 - opacity: 0.8;
6650 -}
6651 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6652 - margin: 0;
6653 - font-size: 14px;
6654 -}
6655 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6656 - background-color: var(--e-a-bg-info);
6657 - color: var(--e-a-color-info);
6658 -}
6659 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6660 - color: var(--e-a-color-info);
6661 -}
6662 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6663 - background-color: var(--e-a-bg-warning);
6664 - color: var(--e-a-btn-bg-warning-hover);
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6667 - color: var(--e-a-btn-bg-warning-hover);
6668 -}
6669 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6670 - display: none;
6671 - margin-inline-start: 8px;
6672 - align-items: center;
6673 - gap: 6px;
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6676 - display: inline-flex !important;
6677 -}
6678 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6679 - text-decoration: underline;
6680 - cursor: pointer;
6681 -}
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6683 - cursor: pointer;
6684 - font-size: 14px;
6685 -}
6686 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6687 - inset-block-start: 75px;
6688 - inset-inline-start: 230px;
6689 -}
6690 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6691 - display: none;
6692 -}
6693 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6694 - display: inline;
6695 -}
6696 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6697 - display: none;
6698 -}
6699 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6700 - border-color: var(--e-a-border-color);
6701 -}
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6703 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6705 - color: var(--e-a-color-txt-disabled);
6706 -}
6707 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6708 - background-color: var(--e-a-color-txt-disabled);
6709 -}
6710 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6711 - border-color: var(--e-a-border-color);
6712 -}
6713 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6714 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6716 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6717 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6718 - color: var(--e-a-color-txt-disabled);
6719 -}
6720 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6721 - background-color: var(--e-a-color-txt-disabled);
6722 -}
6723 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6724 - display: inline-flex;
6725 -}
6726 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6727 - display: none;
6728 -}
6729 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6730 - display: block;
6731 -}
6732 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6733 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6734 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6735 - pointer-events: none;
6736 -}
6737 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6738 - display: block;
6739 - margin-block-start: 15px;
6740 -}
6741 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6742 - align-self: center;
6743 - margin-block-start: 20px;
6744 - float: none;
6745 -}
6746 4993
6747 4994 #elementor-template-library-save-template-name {
6748 4995 width: 500px;
6749 4996 padding-inline-start: 25px;
@@ -6795,12 +5042,8 @@
6795 5042 padding: 100px 0 0;
6796 5043 min-height: 550px;
6797 5044 }
6798 5045
6799 -.elementor-template-library-cloud-empty__button {
6800 - margin-block-start: 45px;
6801 -}
6802 -
6803 5046 #elementor-template-library-connect-logo {
6804 5047 font-size: 20px;
6805 5048 }
6806 5049 #elementor-template-library-connect__button {
@@ -6837,11 +5080,11 @@
6837 5080 }
6838 5081
6839 5082 .elementor-template-library-blank-footer {
6840 5083 position: absolute;
6841 - inset-block-end: 70px;
6842 - inset-inline-start: 50%;
6843 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5084 + bottom: 70px;
5085 + left: 50%;
5086 + transform: translateX(-50%);
6844 5087 font-style: italic;
6845 5088 color: var(--e-a-color-txt-muted);
6846 5089 }
6847 5090 @media (max-height: 700px) {
@@ -6873,287 +5116,50 @@
6873 5116 #elementor-template-library-error-info {
6874 5117 margin-block-start: 10px;
6875 5118 }
6876 5119
6877 -#elementor-library--infotip__dialog,
6878 -#elementor-library--connect_infotip__dialog,
6879 -#elementor-library--cloud-upgrade__dialog,
6880 -#elementor-library--site-info__dialog {
6881 - position: absolute;
6882 - z-index: 10000;
6883 - background-color: var(--e-a-bg-default);
6884 - box-shadow: var(--e-a-popover-shadow);
6885 - border-radius: var(--e-a-border-radius);
5120 +@media (max-width: 1439px) {
5121 + .elementor-template-library-local-column-1 {
5122 + width: 33%;
5123 + }
5124 + .elementor-template-library-local-column-2 {
5125 + width: 10%;
5126 + }
5127 + .elementor-template-library-local-column-3 {
5128 + width: 15%;
5129 + }
5130 + .elementor-template-library-local-column-4 {
5131 + width: 15%;
5132 + }
5133 + .elementor-template-library-local-column-5 {
5134 + width: 27%;
5135 + }
6886 5136 }
6887 -#elementor-library--infotip__dialog.variant-b,
6888 -#elementor-library--connect_infotip__dialog.variant-b,
6889 -#elementor-library--cloud-upgrade__dialog.variant-b,
6890 -#elementor-library--site-info__dialog.variant-b {
6891 - width: 200px;
6892 - color: var(--e-a-color-txt-invert);
6893 - background-color: var(--e-a-bg-secondary);
5137 +@media (min-width: 1440px) {
5138 + .elementor-template-library-local-column-1 {
5139 + width: 25%;
5140 + }
5141 + .elementor-template-library-local-column-2 {
5142 + width: 17%;
5143 + }
5144 + .elementor-template-library-local-column-3 {
5145 + width: 17%;
5146 + }
5147 + .elementor-template-library-local-column-4 {
5148 + width: 17%;
5149 + }
5150 + .elementor-template-library-local-column-5 {
5151 + width: 24%;
5152 + }
6894 5153 }
6895 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6896 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6897 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6898 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6899 - padding: 4px 8px 4px 8px;
5154 +@media (max-width: 1024px) {
5155 + .elementor-template-library-local-column-3 {
5156 + display: none;
5157 + }
5158 + .elementor-template-library-local-column-5 {
5159 + width: 41%;
5160 + }
6900 5161 }
6901 -#elementor-library--infotip__dialog__title,
6902 -#elementor-library--connect_infotip__dialog__title,
6903 -#elementor-library--cloud-upgrade__dialog__title,
6904 -#elementor-library--site-info__dialog__title {
6905 - font-size: 14px;
6906 -}
6907 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6908 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6909 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6910 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6911 - padding: 10px 0 10px 10px;
6912 - float: inline-end;
6913 -}
6914 -#elementor-library--infotip__dialog .dialog-button,
6915 -#elementor-library--connect_infotip__dialog .dialog-button,
6916 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6917 -#elementor-library--site-info__dialog .dialog-button {
6918 - padding: 7px 25px;
6919 - font-size: 13px;
6920 - background: none;
6921 - color: var(--e-a-btn-bg-accent);
6922 - border: none;
6923 - font-weight: 500;
6924 - cursor: pointer;
6925 -}
6926 -#elementor-library--infotip__dialog:after,
6927 -#elementor-library--connect_infotip__dialog:after,
6928 -#elementor-library--cloud-upgrade__dialog:after,
6929 -#elementor-library--site-info__dialog:after {
6930 - content: "";
6931 - position: absolute;
6932 - inset-inline-end: 46%;
6933 - transform: scaleX(0.7);
6934 - border: 10px solid transparent;
6935 -}
6936 -
6937 -#elementor-library--infotip__dialog {
6938 - width: 265px;
6939 -}
6940 -#elementor-library--infotip__dialog .dialog-message {
6941 - padding: 20px 20px 0px 20px;
6942 -}
6943 -#elementor-library--infotip__dialog:after {
6944 - inset-block-start: 100%;
6945 - border-block-start-color: var(--e-a-bg-default);
6946 -}
6947 -#elementor-library--infotip__dialog.variant-b:after {
6948 - border-block-start-color: var(--e-a-bg-secondary);
6949 -}
6950 -
6951 -#elementor-library--connect_infotip__dialog {
6952 - width: 265px;
6953 -}
6954 -#elementor-library--connect_infotip__dialog .dialog-message {
6955 - padding: 20px;
6956 -}
6957 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6958 - inset-block-end: 100%;
6959 - border-block-end-color: var(--e-a-bg-default);
6960 -}
6961 -#elementor-library--connect_infotip__dialog.variant-b:after {
6962 - border-block-start-color: var(--e-a-bg-secondary);
6963 - inset-block-start: 100%;
6964 -}
6965 -#elementor-library--connect_infotip__dialog.variant-b {
6966 - width: 265px;
6967 -}
6968 -
6969 -#elementor-library--cloud-upgrade__dialog {
6970 - width: 265px;
6971 -}
6972 -#elementor-library--cloud-upgrade__dialog:after {
6973 - inset-block-start: 100%;
6974 - border-block-start-color: var(--e-a-bg-default);
6975 -}
6976 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6977 - border-block-start-color: var(--e-a-bg-secondary);
6978 -}
6979 -
6980 -#elementor-library--site-info__dialog {
6981 - width: 265px;
6982 -}
6983 -#elementor-library--site-info__dialog:after {
6984 - inset-block-start: 100%;
6985 - border-block-start-color: var(--e-a-bg-default);
6986 -}
6987 -#elementor-library--site-info__dialog.variant-b:after {
6988 - border-block-start-color: var(--e-a-bg-secondary);
6989 -}
6990 -
6991 -.elementor-global-styles-dialog {
6992 - --gsd-color-text-primary: #0c0d0e;
6993 - --gsd-color-text-secondary: #3f444b;
6994 - --gsd-color-text-tertiary: #69727D;
6995 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6996 - --gsd-color-primary-main: #f0abfc;
6997 - --gsd-color-primary-hover: #e879f9;
6998 - --gsd-color-secondary-main: #515962;
6999 - --gsd-border-radius: 4px;
7000 - --gsd-spacing-horizontal: 24px;
7001 - --gsd-font-family: 'Roboto', sans-serif;
7002 - padding: 16px 0 0;
7003 - min-width: 444px;
7004 -}
7005 -.elementor-global-styles-dialog__header {
7006 - padding: 10px var(--gsd-spacing-horizontal) 0;
7007 - margin-block-end: 16px;
7008 -}
7009 -.elementor-global-styles-dialog__header h2 {
7010 - margin: 0 0 4px;
7011 - font-family: var(--gsd-font-family);
7012 - font-size: 16px;
7013 - font-weight: 500;
7014 - line-height: 1.3;
7015 - color: var(--gsd-color-text-primary);
7016 - letter-spacing: 0.15px;
7017 -}
7018 -.elementor-global-styles-dialog__header p {
7019 - margin: 0;
7020 - font-family: var(--gsd-font-family);
7021 - font-size: 14px;
7022 - font-weight: 400;
7023 - line-height: 20px;
7024 - color: var(--gsd-color-text-secondary);
7025 - letter-spacing: 0.15px;
7026 -}
7027 -.elementor-global-styles-dialog__options {
7028 - display: flex;
7029 - flex-direction: column;
7030 - gap: 12px;
7031 - padding: 0 var(--gsd-spacing-horizontal);
7032 -}
7033 -.elementor-global-styles-dialog__radio-card {
7034 - display: flex;
7035 - gap: 0;
7036 - padding: 12px 8px;
7037 - border: 1px solid var(--gsd-color-divider);
7038 - border-radius: var(--gsd-border-radius);
7039 - cursor: pointer;
7040 - transition: border-color 0.2s ease;
7041 -}
7042 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7043 - border: 2px solid var(--gsd-color-text-primary);
7044 - padding: 11px 7px;
7045 -}
7046 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7047 - flex-shrink: 0;
7048 - width: 20px;
7049 - height: 20px;
7050 - margin: 9px;
7051 - cursor: pointer;
7052 - color: var(--gsd-color-text-tertiary);
7053 - accent-color: var(--gsd-color-text-primary);
7054 -}
7055 -.elementor-global-styles-dialog__radio-card-content {
7056 - display: flex;
7057 - align-items: flex-start;
7058 - flex-direction: column;
7059 - flex: 1;
7060 -}
7061 -.elementor-global-styles-dialog__radio-label {
7062 - font-family: var(--gsd-font-family);
7063 - font-size: 14px;
7064 - font-weight: 500;
7065 - line-height: 18px;
7066 - color: var(--gsd-color-text-primary);
7067 - letter-spacing: 0.15px;
7068 -}
7069 -.elementor-global-styles-dialog__radio-description {
7070 - font-family: var(--gsd-font-family);
7071 - font-size: 12px;
7072 - font-weight: 400;
7073 - line-height: 20px;
7074 - color: var(--gsd-color-text-secondary);
7075 - letter-spacing: 0.4px;
7076 -}
7077 -.elementor-global-styles-dialog__checkbox-container {
7078 - display: flex;
7079 - align-items: flex-start;
7080 - gap: 4px;
7081 - padding: 0;
7082 - margin-block-start: 0;
7083 -}
7084 -.elementor-global-styles-dialog__checkbox-option {
7085 - display: flex;
7086 - align-items: flex-start;
7087 - gap: 4px;
7088 - cursor: pointer;
7089 -}
7090 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7091 - width: 18px;
7092 - height: 18px;
7093 - margin: 4px;
7094 - cursor: pointer;
7095 -}
7096 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7097 - background-color: var(--gsd-color-text-tertiary);
7098 -}
7099 -.elementor-global-styles-dialog__checkbox-label {
7100 - font-family: var(--gsd-font-family);
7101 - font-size: 12px;
7102 - font-weight: 400;
7103 - line-height: 1.43;
7104 - color: var(--gsd-color-text-primary);
7105 - letter-spacing: 0.15px;
7106 - padding-block-start: 4px;
7107 - margin-inline-start: 4px;
7108 -}
7109 -.elementor-global-styles-dialog__checkbox-label a {
7110 - color: #2563eb;
7111 - text-decoration: underline;
7112 -}
7113 -.elementor-global-styles-dialog__checkbox-label a:hover {
7114 - color: #2563eb;
7115 -}
7116 -.elementor-global-styles-dialog__footer {
7117 - display: flex;
7118 - justify-content: flex-end;
7119 - align-items: center;
7120 - gap: 8px;
7121 - padding: 16px var(--gsd-spacing-horizontal);
7122 -}
7123 -.elementor-global-styles-dialog__button-cancel {
7124 - padding: 6px 8px;
7125 - font-family: var(--gsd-font-family);
7126 - font-size: 15px;
7127 - font-weight: 500;
7128 - line-height: 24px;
7129 - letter-spacing: 0.4px;
7130 - color: var(--gsd-color-secondary-main);
7131 - background: transparent;
7132 - border: none;
7133 - border-radius: var(--gsd-border-radius);
7134 - cursor: pointer;
7135 -}
7136 -.elementor-global-styles-dialog__button-cancel:hover {
7137 - background: rgba(0, 0, 0, 0.04);
7138 -}
7139 -.elementor-global-styles-dialog__button-insert {
7140 - padding: 6px 16px;
7141 - font-family: var(--gsd-font-family);
7142 - font-size: 15px;
7143 - font-weight: 500;
7144 - line-height: 24px;
7145 - letter-spacing: 0.4px;
7146 - color: var(--gsd-color-text-primary);
7147 - background: var(--gsd-color-primary-main);
7148 - border: none;
7149 - border-radius: var(--gsd-border-radius);
7150 - cursor: pointer;
7151 -}
7152 -.elementor-global-styles-dialog__button-insert:hover {
7153 - background: var(--gsd-color-primary-hover);
7154 -}
7155 -
7156 5162 .elementor-tags-list {
7157 5163 display: none;
7158 5164 position: absolute;
7159 5165 width: 260px;
@@ -7243,10 +5249,10 @@
7243 5249 }
7244 5250 .elementor-tag-settings-popup:before {
7245 5251 content: "";
7246 5252 position: absolute;
7247 - inset-block-start: -20px;
7248 - inset-inline-start: 5px;
5253 + top: -20px;
5254 + right: 5px;
7249 5255 border: 10px solid transparent;
7250 5256 border-block-end-color: var(--e-a-border-color);
7251 5257 }
7252 5258 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7334,17 +5340,10 @@
7334 5340 align-items: center;
7335 5341 }
7336 5342 .elementor-context-menu-list__item--disabled {
7337 5343 cursor: default;
7338 - opacity: 0.5;
7339 5344 color: var(--e-a-color-disabled);
7340 5345 }
7341 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7342 - opacity: 1;
7343 -}
7344 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7345 - opacity: 0.5;
7346 -}
7347 5346 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
7348 5347 background-color: var(--e-a-bg-hover);
7349 5348 color: var(--e-a-color-hover);
7350 5349 }
@@ -7360,46 +5359,17 @@
7360 5359 }
7361 5360 .elementor-context-menu-list__item__shortcut {
7362 5361 color: var(--e-a-color-txt-muted);
7363 5362 }
7364 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7365 - position: absolute;
7366 - inset: 0;
7367 - z-index: 2;
7368 - cursor: pointer;
7369 -}
7370 -.elementor-context-menu-list__item__shortcut__new-badge {
7371 - border: 1px solid var(--e-a-color-primary-bold);
7372 - padding: 2px 8px;
7373 - color: var(--e-a-color-primary-bold);
7374 - border-radius: 10px;
7375 - font-size: 10px;
7376 -}
7377 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7378 - display: flex;
7379 - align-items: center;
7380 - justify-content: center;
7381 - width: 24px;
7382 - height: 24px;
7383 - border-radius: 50%;
7384 - background-color: rgba(214, 16, 124, 0.12);
7385 - color: var(--e-a-color-accent-promotion, #D6107C);
7386 - font-size: 16px;
7387 - cursor: pointer;
7388 -}
7389 5363 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7390 5364 font-size: 14px;
7391 5365 font-style: normal;
7392 5366 font-weight: 400;
7393 5367 line-height: 1;
7394 - position: relative;
7395 5368 }
7396 5369 .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * {
7397 5370 color: var(--e-global-color-danger);
7398 5371 }
7399 -.elementor-context-menu-list__item.elementor-hidden {
7400 - display: none;
7401 -}
7402 5372 .elementor-context-menu .eicon-pro-icon {
7403 5373 color: var(--e-global-color-accent);
7404 5374 }
7405 5375
@@ -7471,9 +5441,9 @@
7471 5441 }
7472 5442 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7473 5443 content: "+";
7474 5444 position: absolute;
7475 - inset-inline-end: 0;
5445 + left: 0;
7476 5446 width: 9px;
7477 5447 text-align: center;
7478 5448 margin-inline-end: -18px;
7479 5449 }
@@ -7482,13 +5452,8 @@
7482 5452 margin-inline-end: -16px;
7483 5453 }
7484 5454 }
7485 5455
7486 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7487 - margin-top: 0 !important;
7488 - width: calc(25% - 30px);
7489 -}
7490 -
7491 5456 .ui-resizable-n {
7492 5457 top: -5px;
7493 5458 }
7494 5459 .ui-resizable-e {
@@ -7546,18 +5511,16 @@
7546 5511 }
7547 5512
7548 5513 body {
7549 5514 --e-editor-navigator-width: 240px;
7550 - --e-editor-navigator-indicator-width: 3px;
7551 - --e-editor-navigator-promotion-height: 30px;
7552 5515 }
7553 5516
7554 5517 #elementor-navigator {
7555 5518 position: fixed;
7556 - inset-block-start: 100px;
7557 - inset-inline-end: 30px;
5519 + top: 100px;
7558 5520 width: var(--e-editor-navigator-width);
7559 5521 height: 50vh;
5522 + left: 30px;
7560 5523 background-color: var(--e-a-bg-default);
7561 5524 border: var(--e-a-border);
7562 5525 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7563 5526 -webkit-user-select: none;
@@ -7567,10 +5530,10 @@
7567 5530 z-index: 100;
7568 5531 display: none;
7569 5532 }
7570 5533 body.elementor-navigator-docked #elementor-navigator {
7571 - inset: 0;
7572 - inset-inline-start: auto;
5534 + top: 0;
5535 + left: 0;
7573 5536 height: 100%;
7574 5537 }
7575 5538 body:not(.elementor-navigator-docked) #elementor-navigator {
7576 5539 border-radius: 5px;
@@ -7576,10 +5539,8 @@
7576 5539 border-radius: 5px;
7577 5540 }
7578 5541 #elementor-navigator__inner {
7579 5542 height: 100%;
7580 - display: flex;
7581 - flex-direction: column;
7582 5543 }
7583 5544 #elementor-navigator__header {
7584 5545 display: flex;
7585 5546 align-items: stretch;
@@ -7593,22 +5554,8 @@
7593 5554 font-weight: 400;
7594 5555 padding: 10px 0;
7595 5556 cursor: move;
7596 5557 }
7597 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7598 - padding-inline-end: 17.5px;
7599 -}
7600 -#elementor-navigator__ai-titles {
7601 - width: 35px;
7602 - text-align: center;
7603 - cursor: pointer;
7604 - background-color: transparent;
7605 - border: none;
7606 - outline: none;
7607 -}
7608 -#elementor-navigator__ai-titles:hover {
7609 - color: #E73CF6;
7610 -}
7611 5558 #elementor-navigator__close, #elementor-navigator__toggle-all {
7612 5559 color: var(--e-a-color-txt);
7613 5560 background-color: transparent;
7614 5561 border: none;
@@ -7629,9 +5576,9 @@
7629 5576 #elementor-navigator__close {
7630 5577 font-size: 11px;
7631 5578 }
7632 5579 #elementor-navigator__elements {
7633 - flex-grow: 1;
5580 + height: calc(100% - 49px);
7634 5581 overflow: auto;
7635 5582 position: relative;
7636 5583 }
7637 5584 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7643,31 +5590,18 @@
7643 5590 #elementor-navigator__elements > .elementor-navigator__element-section {
7644 5591 border-block-end: var(--e-a-border);
7645 5592 }
7646 5593 #elementor-navigator__footer {
5594 + position: absolute;
7647 5595 width: 100%;
5596 + left: 0;
5597 + bottom: 0;
7648 5598 text-align: center;
7649 -}
7650 -#elementor-navigator__footer__resize-bar {
7651 5599 border-block-start: var(--e-a-border);
7652 5600 }
7653 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5601 +.elementor-navigator-docked #elementor-navigator__footer {
7654 5602 display: none;
7655 5603 }
7656 -#elementor-navigator__footer__promotion {
7657 - font-size: 12px;
7658 - padding: 4px 17px;
7659 - font-family: "Roboto", sans-serif;
7660 - color: var(--e-a-bg-logo);
7661 - min-height: var(--e-editor-navigator-promotion-height);
7662 - display: flex;
7663 - justify-content: center;
7664 - align-items: center;
7665 -}
7666 -#elementor-navigator__footer__promotion a {
7667 - color: var(--e-a-color-accent-promotion);
7668 - margin-inline-start: 1px;
7669 -}
7670 5604
7671 5605 .elementor-navigator__item {
7672 5606 position: relative;
7673 5607 display: flex;
@@ -7686,9 +5620,9 @@
7686 5620 .elementor-navigator__item[data-locked=true] {
7687 5621 cursor: not-allowed;
7688 5622 }
7689 5623 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7690 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5624 + transform: rotate(90deg);
7691 5625 }
7692 5626 .elementor-navigator__item > * {
7693 5627 display: flex;
7694 5628 align-items: center;
@@ -7703,9 +5637,9 @@
7703 5637 .elementor-navigator__elements .elementor-empty-view {
7704 5638 padding: 10px;
7705 5639 }
7706 5640 .elementor-navigator__elements .elementor-empty-view__title {
7707 - margin-inline-start: 34px;
5641 + margin-inline-start: 23px;
7708 5642 font-size: 10px;
7709 5643 font-style: italic;
7710 5644 }
7711 5645 .elementor-navigator__elements .ui-sortable-helper {
@@ -7773,9 +5707,9 @@
7773 5707 overflow: hidden;
7774 5708 }
7775 5709 .elementor-navigator__element__toggle {
7776 5710 position: absolute;
7777 - inset-inline-end: 15px;
5711 + left: 15px;
7778 5712 height: 100%;
7779 5713 z-index: 0;
7780 5714 font-size: 13px;
7781 5715 }
@@ -7781,12 +5715,13 @@
7781 5715 }
7782 5716 .elementor-navigator__element__indicators {
7783 5717 position: relative;
7784 5718 transition: transform 0.5s;
5719 + padding-inline-start: 5px;
7785 5720 z-index: 91;
7786 5721 }
7787 5722 .elementor-navigator__element__indicators:not(:hover) {
7788 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5723 + transform: translateX(calc(-100% + 8px));
7789 5724 }
7790 5725 .elementor-navigator__element__indicator {
7791 5726 height: 100%;
7792 5727 width: 31px;
@@ -7794,13 +5729,16 @@
7794 5729 align-items: center;
7795 5730 justify-content: center;
7796 5731 color: var(--e-a-color-txt);
7797 5732 background-color: var(--e-a-bg-default);
7798 - border-inline-end: var(--e-a-border);
5733 + border-inline-start: var(--e-a-border);
7799 5734 }
7800 5735 .elementor-navigator__element__indicator:first-child {
7801 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5736 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7802 5737 }
5738 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5739 + border-color: #242729;
5740 +}
7803 5741 .elementor-navigator__element__indicator:hover {
7804 5742 color: var(--e-a-color-txt-hover);
7805 5743 }
7806 5744 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7806,16 +5744,13 @@
7806 5744 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7807 5745 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7808 5746 opacity: 0.5;
7809 5747 }
7810 -.elementor-navigator__promotion-text {
7811 - line-height: 18px;
7812 -}
7813 5748
7814 5749 .e-notice-bar {
7815 5750 position: absolute;
7816 5751 width: 100%;
7817 - inset-block-end: 0;
5752 + bottom: 0;
7818 5753 display: flex;
7819 5754 align-items: center;
7820 5755 height: 40px;
7821 5756 color: #fff;
@@ -7839,9 +5774,9 @@
7839 5774 padding: 4px 10px;
7840 5775 font-size: 11px;
7841 5776 }
7842 5777 .e-notice-bar__primary_action a:hover {
7843 - color: rgb(70.5, 0, 30.2142857143);
5778 + color: #47001e;
7844 5779 background: #F1F2F3;
7845 5780 }
7846 5781 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7847 5782 font-size: 11px;
@@ -7941,11 +5876,11 @@
7941 5876 background-color: transparent;
7942 5877 }
7943 5878 #elementor-icons-manager__search i {
7944 5879 position: absolute;
7945 - inset-block-start: 50%;
7946 - inset-inline-end: 15px;
5880 + top: 50%;
7947 5881 transform: translateY(-50%);
5882 + left: 15px;
7948 5883 }
7949 5884 #elementor-icons-manager__tab__wrapper {
7950 5885 overflow: auto;
7951 5886 margin: 25px -15px 0;
@@ -8034,10 +5969,10 @@
8034 5969 content: "";
8035 5970 position: absolute;
8036 5971 height: 100%;
8037 5972 width: 3px;
8038 - inset-block-start: 0;
8039 - inset-inline-start: 0;
5973 + top: 0;
5974 + right: 0;
8040 5975 background-color: var(--e-a-border-color-accent);
8041 5976 }
8042 5977 .elementor-icons-manager__tab__item {
8043 5978 position: relative;
@@ -8062,11 +5997,11 @@
8062 5997 flex-direction: column;
8063 5998 align-items: center;
8064 5999 width: 100%;
8065 6000 position: absolute;
8066 - inset-block-start: 50%;
8067 - inset-inline-start: 50%;
8068 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6001 + top: 50%;
6002 + left: 50%;
6003 + transform: translate(-50%, -50%);
8069 6004 padding: 1px;
8070 6005 }
8071 6006 .elementor-icons-manager__tab__item__icon {
8072 6007 font-size: 25px;
@@ -8110,12 +6045,11 @@
8110 6045 }
8111 6046 .pickr .pcr-button:before, .pickr .pcr-button:after {
8112 6047 height: 12px;
8113 6048 width: 12px;
8114 - position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6049 + top: 50%;
6050 + left: 50%;
6051 + transform: translate(-50%, -50%);
8118 6052 }
8119 6053
8120 6054 .pcr-app {
8121 6055 background-color: var(--e-a-bg-default);
@@ -8133,11 +6067,8 @@
8133 6067 }
8134 6068 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8135 6069 height: 150px;
8136 6070 }
8137 -.pcr-app .pcr-selection .pcr-picker {
8138 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8139 -}
8140 6071 .pcr-app .pcr-interaction {
8141 6072 padding-block-end: 20px;
8142 6073 }
8143 6074 .pcr-app .pcr-interaction input.pcr-result {
@@ -8222,9 +6153,12 @@
8222 6153 font-family: "eicons";
8223 6154 color: var(--e-a-btn-color-invert);
8224 6155 text-indent: 0;
8225 6156 position: absolute;
8226 - inset: 0;
6157 + left: 0;
6158 + top: 0;
6159 + width: 100%;
6160 + height: 100%;
8227 6161 display: flex;
8228 6162 justify-content: center;
8229 6163 align-items: center;
8230 6164 }
@@ -8255,9 +6189,9 @@
8255 6189 }
8256 6190
8257 6191 .select2-selection__arrow {
8258 6192 height: 27px;
8259 - inset-block-start: 0;
6193 + top: 0;
8260 6194 }
8261 6195
8262 6196 .select2-results__option[aria-selected=true] {
8263 6197 background-color: var(--e-a-bg-active);
@@ -8280,12 +6214,12 @@
8280 6214 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8281 6215 cursor: ew-resize;
8282 6216 }
8283 6217 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8284 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6218 + box-shadow: 0 0 0 1px #0e3b9c inset;
8285 6219 }
8286 6220 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8287 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6221 + color: #0e3b9c;
8288 6222 -webkit-user-select: none;
8289 6223 -moz-user-select: none;
8290 6224 user-select: none;
8291 6225 }
@@ -8316,10 +6250,11 @@
8316 6250 padding: 0;
8317 6251 margin: 0;
8318 6252 height: 100px;
8319 6253 position: absolute;
8320 - inset-block-start: -60px;
8321 - inset-inline: 0;
6254 + top: -60px;
6255 + left: 0;
6256 + right: 0;
8322 6257 }
8323 6258 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8324 6259 border-color: transparent;
8325 6260 outline: none;
@@ -8346,22 +6281,20 @@
8346 6281 }
8347 6282
8348 6283 [class^=eicon-flex], [class*=" eicon-flex"] {
8349 6284 transition: 0.3s all;
6285 + --is-ltr: 1;
6286 + --is-rtl: 0;
6287 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6288 + --is-ltr: 0;
6289 + --is-rtl: 1;
8350 6290 }
8351 6291 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8352 6292 max-height: 1em;
8353 6293 max-width: 1em;
8354 6294 }
8355 -[class^=eicon-flex], [class*=" eicon-flex"] {
8356 - --is-ltr: 0;
8357 - --is-rtl: 1;
8358 -}
8359 6295 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8360 6296 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8361 -}
8362 -[class^=eicon-flex], [class*=" eicon-flex"] {
8363 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8364 6297 }
8365 6298 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) {
8366 6299 transform: rotate(calc(var(--rotation-direction) * 90deg));
8367 6300 }