PluginProbe
Elementor Website Builder – more than just a page builder / 3.16.2
Elementor Website Builder – more than just a page builder v3.16.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 4.0.8 All 454 releases
← All changes | assets/css/editor-rtl.css +480 -2773 4.1.0-dev33.16.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.16.0 - 13-09-2023 */
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);
@@ -123,8 +130,9 @@
123 130 text-align: center;
124 131 }
125 132 .elementor-nerd-box-icon {
126 133 width: 100px;
134 + margin-inline-end: 10px;
127 135 }
128 136 .elementor-nerd-box-title {
129 137 margin-block-start: 20px;
130 138 font-size: 16px;
@@ -138,18 +146,8 @@
138 146 }
139 147 .elementor-nerd-box .elementor-button {
140 148 margin-block-start: 20px;
141 149 }
142 -.elementor-nerd-box--upsale {
143 - padding: 15px 30px 30px;
144 -}
145 -.elementor-nerd-box--upsale .elementor-nerd-box-title {
146 - font-weight: 500;
147 - line-height: 1.2;
148 -}
149 -.elementor-nerd-box--upsale .elementor-nerd-box-message {
150 - line-height: 1.5;
151 -}
152 150
153 151 .eicon-nerd:hover:before {
154 152 content: "\e8b7";
155 153 }
@@ -194,12 +192,11 @@
194 192 color: var(--e-a-color-txt-disabled);
195 193 }
196 194 .e-control-tool i {
197 195 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
196 + top: 50%;
197 + left: 50%;
198 + transform: translateX(-50%) translateY(-50%);
202 199 color: var(--e-a-color-txt-default);
203 200 font-size: 13px;
204 201 }
205 202
@@ -208,11 +205,11 @@
208 205 }
209 206
210 207 .elementor-loader-wrapper {
211 208 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
209 + top: 50%;
210 + left: 50%;
211 + transform: translate(-50%, -50%);
215 212 width: 300px;
216 213 display: flex;
217 214 flex-direction: column;
218 215 align-items: center;
@@ -252,17 +249,17 @@
252 249 width: 60%;
253 250 }
254 251 .elementor-loader-box:nth-of-type(2) {
255 252 top: 0;
256 - animation-delay: calc(1.8s / 4 * -1);
253 + animation-delay: calc( 1.8s / 4 * -1 );
257 254 }
258 255 .elementor-loader-box:nth-of-type(3) {
259 256 top: 40%;
260 - animation-delay: calc(1.8s / 4 * -2);
257 + animation-delay: calc( 1.8s / 4 * -2 );
261 258 }
262 259 .elementor-loader-box:nth-of-type(4) {
263 260 bottom: 0;
264 - animation-delay: calc(1.8s / 4 * -3);
261 + animation-delay: calc( 1.8s / 4 * -3 );
265 262 }
266 263
267 264 .elementor-loading-title {
268 265 color: var(--e-a-color-txt);
@@ -363,287 +360,8 @@
363 360 outline: none;
364 361 height: 27px;
365 362 }
366 363
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 364 /*
647 365 * Container style
648 366 */
649 367 .ps {
@@ -785,70 +503,46 @@
785 503 --e-editor-panel-width: 300px;
786 504 }
787 505 }
788 506
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 {
507 +.elementor-panel {
508 + position: relative;
509 + height: 100%;
510 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
511 + width: var(--e-editor-panel-width);
512 + overflow: visible;
513 + background-color: var(--e-a-bg-default);
514 + z-index: 1;
515 + font-family: var(--e-a-font-family);
516 + font-size: 13px;
517 + right: 0;
518 +}
519 +.elementor-panel h1,
520 +.elementor-panel h2,
521 +.elementor-panel h3,
522 +.elementor-panel h4,
523 +.elementor-panel h5,
524 +.elementor-panel h6 {
813 525 font-size: 100%;
814 526 font-weight: normal;
815 527 }
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 {
528 +.elementor-panel abbr,
529 +.elementor-panel acronym {
824 530 border: 0;
825 531 font-variant: normal;
826 532 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
533 +.elementor-panel sup {
831 534 vertical-align: text-top;
832 535 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
536 +.elementor-panel sub {
837 537 vertical-align: text-bottom;
838 538 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
539 +.elementor-panel img {
843 540 max-width: 100%;
844 541 height: auto;
845 542 border: 0;
846 543 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
544 +.elementor-panel :focus {
851 545 outline: 0;
852 546 }
853 547 .elementor-panel .elementor-panel-box-content {
854 548 padding: 20px 20px 10px;
@@ -900,9 +594,10 @@
900 594 display: none;
901 595 position: absolute;
902 596 box-shadow: var(--e-a-popover-shadow);
903 597 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
598 + left: 0;
599 + right: 0;
905 600 margin: -4px auto 5px;
906 601 padding-block-start: 15px;
907 602 width: 90%;
908 603 z-index: 10000;
@@ -910,10 +605,10 @@
910 605 }
911 606 .elementor-panel .elementor-controls-popover:before {
912 607 content: "";
913 608 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
609 + top: -16px;
610 + left: 22px;
916 611 border: 8px solid transparent;
917 612 border-block-end-color: var(--e-a-bg-default);
918 613 }
919 614 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +619,8 @@
924 619 }
925 620 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 621 margin-block-start: 20px;
927 622 }
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 623 .elementor-editor-preview .elementor-panel {
941 624 --e-is-preview-mode: 1;
942 625 }
943 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -943,12 +626,8 @@
943 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 627 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 628 display: none;
946 629 }
947 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 - display: flex;
949 - flex-direction: column;
950 -}
951 630 .elementor-panel .ps__rail-y {
952 631 z-index: 2;
953 632 }
954 633 .elementor-panel .elementor-responsive-panel {
@@ -990,9 +669,9 @@
990 669 }
991 670 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 671 font-size: 18px;
993 672 }
994 -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
673 +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus {
995 674 color: var(--e-a-dark-color-txt-hover);
996 675 }
997 676 .elementor-panel #elementor-panel-header-title {
998 677 flex: 1;
@@ -1003,9 +682,8 @@
1003 682 width: 90px;
1004 683 }
1005 684 .elementor-panel #elementor-panel-elements-categories {
1006 685 padding-block-end: 10px;
1007 - position: relative;
1008 686 }
1009 687 .elementor-panel .elementor-panel-category {
1010 688 position: relative;
1011 689 border-block-end: var(--e-a-border);
@@ -1017,11 +695,8 @@
1017 695 }
1018 696 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 697 border: none;
1020 698 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 699 .elementor-panel .elementor-panel-category-items {
1025 700 padding-block-end: 20px;
1026 701 }
1027 702 .elementor-panel .elementor-panel-category-items-empty {
@@ -1046,16 +721,14 @@
1046 721 align-items: center;
1047 722 width: 100%;
1048 723 height: 40px;
1049 724 transition: var(--e-a-transition-hover);
1050 - border: 0;
1051 - background-color: transparent;
1052 725 cursor: pointer;
1053 726 }
1054 727 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 728 border-block-end: var(--e-a-border);
1056 729 }
1057 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
730 +.elementor-panel .elementor-panel-menu-item:hover {
1058 731 background-color: var(--e-a-bg-hover);
1059 732 }
1060 733 .elementor-panel .elementor-panel-menu-item:active {
1061 734 background-color: var(--e-a-bg-active);
@@ -1121,11 +794,13 @@
1121 794 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 795 border-color: var(--e-a-border-color-accent);
1123 796 color: var(--e-a-color-txt-accent);
1124 797 }
798 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1125 799 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 800 color: var(--e-a-color-txt-accent);
1127 801 }
802 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1128 803 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 804 color: inherit;
1130 805 display: block;
1131 806 text-align: center;
@@ -1131,8 +806,9 @@
1131 806 text-align: center;
1132 807 padding: 12px 0 8px;
1133 808 font-size: 10px;
1134 809 }
810 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1135 811 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 812 font-family: eicons;
1137 813 font-size: 16px;
1138 814 display: block;
@@ -1137,31 +813,35 @@
1137 813 font-size: 16px;
1138 814 display: block;
1139 815 margin-block-end: 8px;
1140 816 }
817 +.elementor-panel .elementor-tab-control-content a:before,
1141 818 .elementor-panel .elementor-tab-control-content span:before {
1142 819 content: "\e92c";
1143 820 }
821 +.elementor-panel .elementor-tab-control-style a:before,
1144 822 .elementor-panel .elementor-tab-control-style span:before {
1145 823 content: "\e921";
1146 824 }
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,
825 +.elementor-panel .elementor-tab-control-advanced a:before,
1153 826 .elementor-panel .elementor-tab-control-advanced span:before,
827 +.elementor-panel .elementor-tab-control-settings a:before,
828 +.elementor-panel .elementor-tab-control-settings span:before,
829 +.elementor-panel .elementor-tab-control-general_style a:before,
1154 830 .elementor-panel .elementor-tab-control-general_style span:before {
1155 831 content: "\e916";
1156 832 }
833 +.elementor-panel .elementor-tab-control-responsive a:before,
1157 834 .elementor-panel .elementor-tab-control-responsive span:before {
1158 835 content: "\e885";
1159 836 }
837 +.elementor-panel .elementor-tab-control-lightbox a:before,
1160 838 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 839 content: "\e922";
1162 840 }
841 +.elementor-panel .elementor-tab-control-layout a:before,
1163 842 .elementor-panel .elementor-tab-control-layout span:before,
843 +.elementor-panel .elementor-tab-control-column a:before,
1164 844 .elementor-panel .elementor-tab-control-column span:before {
1165 845 content: "\e899";
1166 846 }
1167 847 .elementor-panel #elementor-panel__editor__help {
@@ -1193,12 +873,12 @@
1193 873 content: "";
1194 874 position: absolute;
1195 875 height: 13px;
1196 876 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
877 + top: 3px;
878 + bottom: 0;
879 + right: 8px;
880 + left: 0;
1201 881 border-radius: 50%;
1202 882 z-index: -1;
1203 883 }
1204 884 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +969,10 @@
1289 969 border-inline-end: 1px solid #3f444b;
1290 970 }
1291 971 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 972 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
973 + bottom: 100%;
974 + left: 0;
1295 975 width: 100%;
1296 976 background-color: #1f2124;
1297 977 padding: 10px;
1298 978 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1344,9 +1024,12 @@
1344 1024 display: none;
1345 1025 }
1346 1026 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1027 position: absolute;
1348 - inset: 0;
1028 + top: 0;
1029 + left: 0;
1030 + height: 100%;
1031 + width: 100%;
1349 1032 display: flex;
1350 1033 align-items: center;
1351 1034 justify-content: center;
1352 1035 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1042,13 @@
1359 1042
1360 1043 #elementor-panel-elements-search-area {
1361 1044 background-color: var(--e-a-bg-default);
1362 1045 position: sticky;
1363 - inset-block-start: 0;
1046 + top: 0;
1364 1047 padding: 15px;
1365 1048 z-index: 1;
1366 1049 }
1367 1050
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1051 #elementor-panel-elements-search-wrapper {
1373 1052 position: relative;
1374 1053 }
1375 1054
@@ -1386,12 +1065,12 @@
1386 1065 appearance: none;
1387 1066 }
1388 1067 #elementor-panel-elements-search-input + i {
1389 1068 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1069 + right: 10px;
1070 + top: 50%;
1071 + color: var(--e-a-color-txt-disabled);
1392 1072 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1073 }
1395 1074 #elementor-panel-elements-search-input:focus {
1396 1075 border-color: var(--e-a-border-color-focus);
1397 1076 padding-inline-end: 15px;
@@ -1396,24 +1075,9 @@
1396 1075 border-color: var(--e-a-border-color-focus);
1397 1076 padding-inline-end: 15px;
1398 1077 }
1399 1078
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 1079 .elementor-panel .elementor-element {
1413 - font-family: var(--e-a-font-family);
1414 - color: var(--e-a-color-txt);
1415 - line-height: 1;
1416 1080 text-align: center;
1417 1081 border: var(--e-a-border-bold);
1418 1082 border-radius: 3px;
1419 1083 cursor: move;
@@ -1418,10 +1082,8 @@
1418 1082 border-radius: 3px;
1419 1083 cursor: move;
1420 1084 position: relative;
1421 1085 transition: var(--e-a-transition-hover);
1422 - width: 100%;
1423 - background-color: transparent;
1424 1086 }
1425 1087 .elementor-panel .elementor-element--promotion .elementor-element {
1426 1088 cursor: pointer;
1427 1089 -webkit-user-select: none;
@@ -1427,24 +1089,15 @@
1427 1089 -webkit-user-select: none;
1428 1090 -moz-user-select: none;
1429 1091 user-select: none;
1430 1092 }
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 {
1093 +.elementor-panel .elementor-element:hover {
1438 1094 background-color: var(--e-a-bg-hover);
1439 1095 border-color: var(--e-a-border-color-bold);
1440 1096 }
1441 -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1097 +.elementor-panel .elementor-element:hover > .eicon-lock {
1442 1098 color: var(--e-a-color-accent);
1443 1099 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1100 .elementor-panel .elementor-element .icon {
1448 1101 font-size: 28px;
1449 1102 padding-block-start: 15px;
1450 1103 }
@@ -1456,12 +1109,12 @@
1456 1109 }
1457 1110 .elementor-panel .elementor-element .title {
1458 1111 font-size: 12px;
1459 1112 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1113 +.elementor-panel .elementor-element > .eicon-lock {
1461 1114 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1115 + top: 5px;
1116 + left: 5px;
1464 1117 color: var(--e-a-color-txt-disabled);
1465 1118 }
1466 1119 .elementor-panel .elementor-element:active {
1467 1120 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1132,10 @@
1479 1132 }
1480 1133 #elementor-element--promotion__dialog:after {
1481 1134 content: "";
1482 1135 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1136 + top: 15px;
1137 + left: 100%;
1485 1138 transform: scaleY(0.7);
1486 1139 border: 10px solid transparent;
1487 1140 border-inline-end-color: var(--e-a-bg-default);
1488 1141 }
@@ -1522,9 +1175,9 @@
1522 1175 .dialog-tooltip-widget {
1523 1176 position: absolute;
1524 1177 width: 300px;
1525 1178 z-index: 1;
1526 - background-color: var(--e-a-bg-default);
1179 + background-color: #ffffff;
1527 1180 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1528 1181 border-radius: 3px;
1529 1182 }
1530 1183 .dialog-tooltip-widget:after {
@@ -1529,13 +1182,13 @@
1529 1182 }
1530 1183 .dialog-tooltip-widget:after {
1531 1184 content: "";
1532 1185 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1186 + top: 15px;
1187 + left: 100%;
1535 1188 transform: scaleY(0.7);
1536 1189 border: 10px solid transparent;
1537 - border-inline-end-color: var(--e-a-bg-default);
1190 + border-inline-end-color: #ffffff;
1538 1191 }
1539 1192 .dialog-tooltip-widget__title {
1540 1193 font-size: 14px;
1541 1194 }
@@ -1541,10 +1194,10 @@
1541 1194 }
1542 1195 .dialog-tooltip-widget .dialog-tooltip-header {
1543 1196 display: flex;
1544 1197 padding: 20px 20px 0;
1545 - color: var(--e-a-color-txt);
1546 - border-block-end: 1px solid var(--e-a-bg-default);
1198 + color: #0C0D0E;
1199 + border-block-end: 1px solid #ffffff;
1547 1200 font-weight: 500;
1548 1201 }
1549 1202 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1550 1203 flex-grow: 1;
@@ -1554,9 +1207,9 @@
1554 1207 }
1555 1208 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1556 1209 cursor: pointer;
1557 1210 margin-inline-start: auto;
1558 - color: var(--e-a-color-txt);
1211 + color: #9DA5AE;
1559 1212 }
1560 1213 .dialog-tooltip-widget .dialog-tooltip-message {
1561 1214 padding: 20px;
1562 1215 }
@@ -1571,80 +1224,8 @@
1571 1224 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1225 border: 0;
1573 1226 }
1574 1227
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 1228 #elementor-panel-inner {
1648 1229 position: relative;
1649 1230 height: 100%;
1650 1231 display: flex;
@@ -1670,67 +1251,21 @@
1670 1251 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1671 1252 margin-block-start: 20px;
1672 1253 }
1673 1254
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 1255 #elementor-panel-notice-wrapper .elementor-panel-notice {
1704 1256 width: 90%;
1705 1257 margin: 0 auto;
1706 1258 font-style: unset;
1707 - margin-block-end: 15px;
1259 + margin-bottom: 15px;
1708 1260 }
1709 1261 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1710 1262 font-weight: bold;
1711 1263 font-style: italic;
1712 - border-block-end: 2px dotted var(--e-a-color-info);
1264 + border-bottom: 2px dotted var(--e-a-color-info);
1713 1265 display: inline-block;
1714 1266 }
1715 1267
1716 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1717 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1718 - position: relative;
1719 -}
1720 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1721 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1722 - position: absolute;
1723 - content: "";
1724 - display: block;
1725 - background: var(--e-a-color-primary);
1726 - border-radius: 50%;
1727 - width: 8px;
1728 - height: 8px;
1729 - inset-block-start: 5px;
1730 - inset-inline-end: 5px;
1731 -}
1732 -
1733 1268 .media-modal.wp-core-ui {
1734 1269 color-scheme: light;
1735 1270 color: #515962;
1736 1271 }
@@ -1765,11 +1300,8 @@
1765 1300 font-size: var(--control-title-size);
1766 1301 line-height: 1;
1767 1302 margin-inline-end: 5px;
1768 1303 }
1769 -.elementor-control .elementor-control-title:empty {
1770 - display: none;
1771 -}
1772 1304 .elementor-control .elementor-control-spinner {
1773 1305 display: flex;
1774 1306 align-items: center;
1775 1307 }
@@ -1776,9 +1308,8 @@
1776 1308 .elementor-control.elementor-control-type-divider {
1777 1309 padding: 0;
1778 1310 }
1779 1311 .elementor-control.elementor-control-type-divider .elementor-control-content {
1780 - margin-inline: 20px;
1781 1312 border-width: 0;
1782 1313 border-block-start: var(--e-a-border);
1783 1314 background-color: var(--e-a-bg-default);
1784 1315 height: 15px;
@@ -1788,23 +1319,24 @@
1788 1319 }
1789 1320 .elementor-control.elementor-control-separator-before:before {
1790 1321 content: "";
1791 1322 position: absolute;
1792 - inset: 0 20px auto;
1793 1323 height: 1px;
1324 + width: calc(100% - 40px);
1325 + top: 0;
1326 + right: 20px;
1794 1327 background-color: var(--e-a-border-color);
1795 1328 }
1796 -.elementor-control.elementor-control-separator-after {
1797 - padding-block-end: 15px;
1798 -}
1799 1329 .elementor-control.elementor-control-separator-after:after {
1800 1330 content: "";
1801 1331 position: absolute;
1802 - inset: auto 20px 0;
1803 1332 height: 1px;
1333 + width: calc(100% - 40px);
1334 + bottom: 0;
1335 + right: 20px;
1804 1336 background-color: var(--e-a-border-color);
1805 1337 }
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 {
1338 +.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 1339 padding-block-start: 15px;
1808 1340 }
1809 1341 .elementor-control.elementor-control-deprecated {
1810 1342 color: var(--e-a-color-warning);
@@ -1842,36 +1374,23 @@
1842 1374 }
1843 1375 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1844 1376 display: none;
1845 1377 }
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 1378 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1860 1379 margin-block-start: 5px;
1861 1380 }
1862 1381
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);
1382 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1383 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1384 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1385 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1386 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1387 + content: "\e92a";
1869 1388 }
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;
1389 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1390 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1391 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1392 + content: "\e909";
1874 1393 }
1875 1394
1876 1395 .elementor-panel-heading {
1877 1396 display: flex;
@@ -1879,12 +1398,10 @@
1879 1398 gap: 5px;
1880 1399 height: 48px;
1881 1400 padding-inline: 20px;
1882 1401 width: 100%;
1883 - border: 0;
1884 1402 border-block-start: var(--e-a-border);
1885 1403 border-block-start-width: 2px;
1886 - background-color: transparent;
1887 1404 color: var(--e-a-color-txt-accent);
1888 1405 cursor: pointer;
1889 1406 }
1890 1407 .elementor-panel-heading-toggle {
@@ -1895,40 +1412,10 @@
1895 1412 }
1896 1413 .elementor-panel-heading-title {
1897 1414 font-weight: bold;
1898 1415 }
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 1416
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 {
1417 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1931 1418 border-block-start: none;
1932 1419 }
1933 1420
1934 1421 .elementor-control-field {
@@ -1973,13 +1460,11 @@
1973 1460 .elementor-group-control-attachment_alert .elementor-control-field-description {
1974 1461 margin-block-start: 0;
1975 1462 }
1976 1463
1977 -.elementor-control-start-end .eicon-text-align-left,
1978 -.elementor-control-start-end .eicon-text-align-right,
1979 1464 .elementor-control-start-end .eicon-h-align-left,
1980 1465 .elementor-control-start-end .eicon-h-align-right {
1981 - scale: calc(1 * var(--direction-multiplier)) 1;
1466 + transform: rotate(180deg);
1982 1467 }
1983 1468
1984 1469 .elementor-update-preview {
1985 1470 margin: 15px 15px 0;
@@ -2010,15 +1495,15 @@
2010 1495 --pointer-position: var(--selected-option);
2011 1496 position: relative;
2012 1497 width: 2.5em;
2013 1498 height: 2.5em;
2014 - margin: calc(-2.5em + 12px) 0;
1499 + margin: calc( -2.5em + 12px) 0;
2015 1500 margin-inline-end: 5px;
2016 1501 }
2017 1502 .elementor-control-responsive-switchers__holder {
2018 1503 position: absolute;
2019 1504 width: 100%;
2020 - inset-block-start: 0;
1505 + top: 0;
2021 1506 background-color: var(--e-a-bg-default);
2022 1507 border-radius: var(--e-a-border-radius);
2023 1508 transition: 0.15s;
2024 1509 border: 1px solid transparent;
@@ -2161,10 +1646,10 @@
2161 1646 display: none;
2162 1647 overflow: hidden;
2163 1648 max-height: 0;
2164 1649 position: absolute;
2165 - inset-block-start: -0.8em;
2166 - inset-inline-start: -0.5em;
1650 + top: -0.8em;
1651 + right: -0.5em;
2167 1652 width: 2.5em;
2168 1653 text-align: center;
2169 1654 background-color: var(--e-a-bg-default);
2170 1655 border-radius: var(--e-a-border-radius);
@@ -2184,8 +1669,14 @@
2184 1669 }
2185 1670 .e-units-choices .elementor-units-choices-label:hover {
2186 1671 color: var(--e-a-color-primary-bold);
2187 1672 }
1673 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1674 + display: none;
1675 +}
1676 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
1677 + display: none;
1678 +}
2188 1679 .e-units-choices.e-units-choices-open {
2189 1680 display: block;
2190 1681 animation-duration: 1s;
2191 1682 animation-name: e-units-choices-open;
@@ -2203,19 +1694,8 @@
2203 1694 to {
2204 1695 max-height: 100vh;
2205 1696 }
2206 1697 }
2207 -.elementor-control-alert {
2208 - display: flex;
2209 - flex-direction: column;
2210 - justify-content: flex-start;
2211 - align-items: flex-start;
2212 - gap: 8px;
2213 -}
2214 -.elementor-control-alert-heading {
2215 - font-weight: bold;
2216 -}
2217 -
2218 1698 .elementor-control-type-button .elementor-control-input-wrapper {
2219 1699 text-align: end;
2220 1700 }
2221 1701 .elementor-control-type-button .elementor-button {
@@ -2333,15 +1813,15 @@
2333 1813 --pointer-position: var(--selected-option);
2334 1814 position: relative;
2335 1815 width: 2.5em;
2336 1816 height: 2.5em;
2337 - margin: calc(-2.5em + 12px) 0;
1817 + margin: calc( -2.5em + 12px) 0;
2338 1818 margin-inline-end: 5px;
2339 1819 }
2340 1820 .elementor-control-responsive-switchers__holder {
2341 1821 position: absolute;
2342 1822 width: 100%;
2343 - inset-block-start: 0;
1823 + top: 0;
2344 1824 background-color: var(--e-a-bg-default);
2345 1825 border-radius: var(--e-a-border-radius);
2346 1826 transition: 0.15s;
2347 1827 border: 1px solid transparent;
@@ -2484,10 +1964,10 @@
2484 1964 display: none;
2485 1965 overflow: hidden;
2486 1966 max-height: 0;
2487 1967 position: absolute;
2488 - inset-block-start: -0.8em;
2489 - inset-inline-start: -0.5em;
1968 + top: -0.8em;
1969 + right: -0.5em;
2490 1970 width: 2.5em;
2491 1971 text-align: center;
2492 1972 background-color: var(--e-a-bg-default);
2493 1973 border-radius: var(--e-a-border-radius);
@@ -2507,8 +1987,14 @@
2507 1987 }
2508 1988 .e-units-choices .elementor-units-choices-label:hover {
2509 1989 color: var(--e-a-color-primary-bold);
2510 1990 }
1991 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1992 + display: none;
1993 +}
1994 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
1995 + display: none;
1996 +}
2511 1997 .e-units-choices.e-units-choices-open {
2512 1998 display: block;
2513 1999 animation-duration: 1s;
2514 2000 animation-name: e-units-choices-open;
@@ -2611,15 +2097,15 @@
2611 2097 --pointer-position: var(--selected-option);
2612 2098 position: relative;
2613 2099 width: 2.5em;
2614 2100 height: 2.5em;
2615 - margin: calc(-2.5em + 12px) 0;
2101 + margin: calc( -2.5em + 12px) 0;
2616 2102 margin-inline-end: 5px;
2617 2103 }
2618 2104 .elementor-control-responsive-switchers__holder {
2619 2105 position: absolute;
2620 2106 width: 100%;
2621 - inset-block-start: 0;
2107 + top: 0;
2622 2108 background-color: var(--e-a-bg-default);
2623 2109 border-radius: var(--e-a-border-radius);
2624 2110 transition: 0.15s;
2625 2111 border: 1px solid transparent;
@@ -2762,10 +2248,10 @@
2762 2248 display: none;
2763 2249 overflow: hidden;
2764 2250 max-height: 0;
2765 2251 position: absolute;
2766 - inset-block-start: -0.8em;
2767 - inset-inline-start: -0.5em;
2252 + top: -0.8em;
2253 + right: -0.5em;
2768 2254 width: 2.5em;
2769 2255 text-align: center;
2770 2256 background-color: var(--e-a-bg-default);
2771 2257 border-radius: var(--e-a-border-radius);
@@ -2785,8 +2271,14 @@
2785 2271 }
2786 2272 .e-units-choices .elementor-units-choices-label:hover {
2787 2273 color: var(--e-a-color-primary-bold);
2788 2274 }
2275 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2276 + display: none;
2277 +}
2278 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2279 + display: none;
2280 +}
2789 2281 .e-units-choices.e-units-choices-open {
2790 2282 display: block;
2791 2283 animation-duration: 1s;
2792 2284 animation-name: e-units-choices-open;
@@ -2885,11 +2377,11 @@
2885 2377 }
2886 2378
2887 2379 .elementor-control-type-icons .elementor-control-media__preview > * {
2888 2380 position: absolute;
2889 - inset-block-start: 50%;
2890 - inset-inline-start: 50%;
2891 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2381 + top: 50%;
2382 + left: 50%;
2383 + transform: translate(-50%, -50%);
2892 2384 }
2893 2385 .elementor-control-type-icons .elementor-control-media__preview i {
2894 2386 font-size: 70px;
2895 2387 }
@@ -2934,19 +2426,18 @@
2934 2426 }
2935 2427 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2936 2428 width: 48px;
2937 2429 height: 48px;
2938 - -o-object-fit: cover;
2939 - object-fit: cover;
2430 + background-size: cover;
2431 + background-position: 50% 50%;
2940 2432 border: var(--e-a-border);
2941 2433 }
2942 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2943 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2944 - opacity: 0.6;
2945 -}
2946 2434 .elementor-control-type-gallery .elementor-control-gallery-edit {
2947 2435 position: absolute;
2948 - inset: 0;
2436 + top: 0;
2437 + bottom: 0;
2438 + left: 0;
2439 + right: 0;
2949 2440 background-color: rgba(0, 0, 0, 0.2);
2950 2441 padding: 10px;
2951 2442 font-size: 11px;
2952 2443 transition: all 0.3s ease-in-out;
@@ -2955,10 +2446,10 @@
2955 2446 opacity: 0;
2956 2447 }
2957 2448 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2958 2449 position: absolute;
2959 - inset-block-start: 10px;
2960 - inset-inline-end: 10px;
2450 + top: 10px;
2451 + left: 10px;
2961 2452 width: 21px;
2962 2453 height: 21px;
2963 2454 color: var(--e-a-color-white);
2964 2455 background-color: rgba(0, 0, 0, 0.5);
@@ -3068,10 +2559,10 @@
3068 2559 }
3069 2560 .e-global__popover-info-tooltip:after {
3070 2561 content: "";
3071 2562 position: absolute;
3072 - inset-block-end: -17px;
3073 - inset-inline-start: 16px;
2563 + bottom: -17px;
2564 + right: 16px;
3074 2565 border: 10px solid transparent;
3075 2566 border-block-start-color: rgba(0, 0, 0, 0.9);
3076 2567 }
3077 2568 .e-global__popover-info i {
@@ -3077,9 +2568,9 @@
3077 2568 .e-global__popover-info i {
3078 2569 font-size: 13px;
3079 2570 }
3080 2571 .e-global__preview-items-container {
3081 - max-height: 400px;
2572 + max-height: 260px;
3082 2573 overflow-y: auto;
3083 2574 padding: 5px 0;
3084 2575 }
3085 2576 .e-global__preview-items-container::-webkit-scrollbar {
@@ -3088,19 +2579,8 @@
3088 2579 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3089 2580 background-color: #BABFC5;
3090 2581 border-radius: 10px;
3091 2582 }
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 2583 .e-global__manage-button {
3104 2584 font-weight: 500;
3105 2585 cursor: pointer;
3106 2586 }
@@ -3116,9 +2596,9 @@
3116 2596 font-size: 13px;
3117 2597 content: "\e90e";
3118 2598 position: absolute;
3119 2599 transform: translateY(-50%);
3120 - inset-block-start: 50%;
2600 + top: 50%;
3121 2601 inset-inline-start: 13px;
3122 2602 }
3123 2603 .e-global__color {
3124 2604 padding: 10px 20px;
@@ -3135,15 +2615,18 @@
3135 2615 position: relative;
3136 2616 }
3137 2617 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3138 2618 border-radius: 3px;
2619 + height: 100%;
2620 + width: 100%;
3139 2621 position: absolute;
3140 - inset: 0;
2622 + top: 0;
2623 + left: 0;
3141 2624 }
3142 2625 .e-global__color-preview-transparent-bg {
3143 2626 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 2627 background-size: 12px 12px;
3145 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2628 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3146 2629 }
3147 2630 .e-global__color-title {
3148 2631 flex-grow: 1;
3149 2632 white-space: nowrap;
@@ -3259,11 +2742,11 @@
3259 2742 display: none;
3260 2743 }
3261 2744 .elementor-control-media .eicon-plus-circle {
3262 2745 position: absolute;
3263 - inset-block-start: 50%;
3264 - inset-inline-start: 50%;
3265 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2746 + top: 50%;
2747 + left: 50%;
2748 + transform: translate(-50%, -50%);
3266 2749 color: var(--e-a-color-white);
3267 2750 font-size: 20px;
3268 2751 }
3269 2752 .elementor-control-media__content__upload-button {
@@ -3272,13 +2755,14 @@
3272 2755 .elementor-control-media__preview {
3273 2756 height: 100%;
3274 2757 background-size: cover;
3275 2758 background-position: center;
2759 + padding-block-end: 42.8571%;
3276 2760 }
3277 2761 .elementor-control-media-area {
3278 2762 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 2763 background-size: 16px 16px;
3280 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2764 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3281 2765 background-color: var(--e-a-bg-default);
3282 2766 border: var(--e-a-border-bold);
3283 2767 aspect-ratio: 21/9;
3284 2768 }
@@ -3286,11 +2770,11 @@
3286 2770 display: none;
3287 2771 }
3288 2772 .elementor-control-media-area .eicon-video-camera {
3289 2773 position: absolute;
3290 - inset-block-start: 50%;
3291 - inset-inline-start: 50%;
3292 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2774 + top: 50%;
2775 + left: 50%;
2776 + transform: translate(-50%, -50%);
3293 2777 color: rgba(255, 255, 255, 0.7);
3294 2778 font-size: 21px;
3295 2779 }
3296 2780 .elementor-control-media .elementor-control-media__content {
@@ -3301,14 +2785,17 @@
3301 2785 }
3302 2786 .elementor-control-media .elementor-control-media__content:hover:after {
3303 2787 content: "";
3304 2788 position: absolute;
3305 - inset: 0;
2789 + top: 0;
2790 + bottom: 0;
2791 + left: 0;
2792 + right: 0;
3306 2793 background-color: rgba(0, 0, 0, 0.2);
3307 2794 pointer-events: none;
3308 2795 }
3309 2796 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3310 - inset-block-end: -30px;
2797 + bottom: -30px;
3311 2798 }
3312 2799 .elementor-control-media__content {
3313 2800 transition: all 0.2s ease-in-out;
3314 2801 }
@@ -3313,10 +2800,11 @@
3313 2800 transition: all 0.2s ease-in-out;
3314 2801 }
3315 2802 .elementor-control-media__tools {
3316 2803 position: absolute;
3317 - inset-block-end: 0;
3318 - inset-inline: 0;
2804 + bottom: 0;
2805 + left: 0;
2806 + right: 0;
3319 2807 height: 27px;
3320 2808 transition: all 0.2s ease-in-out;
3321 2809 }
3322 2810 .elementor-control-media__tools > *:not(:first-child) {
@@ -3343,10 +2831,10 @@
3343 2831 }
3344 2832 .elementor-control-media__content__remove {
3345 2833 position: absolute;
3346 2834 z-index: 1;
3347 - inset-block-start: 10px;
3348 - inset-inline-end: 10px;
2835 + top: 10px;
2836 + left: 10px;
3349 2837 width: 20px;
3350 2838 height: 20px;
3351 2839 font-size: 11px;
3352 2840 color: var(--e-a-color-white);
@@ -3360,14 +2848,8 @@
3360 2848 }
3361 2849 .elementor-control-media.e-media-empty .elementor-control-file-area {
3362 2850 display: none;
3363 2851 }
3364 -.elementor-control-media__warnings:empty {
3365 - display: none;
3366 -}
3367 -.elementor-control-media__warnings:not(:empty) {
3368 - margin-block-start: 10px;
3369 -}
3370 2852 .elementor-control-media__file {
3371 2853 display: flex;
3372 2854 justify-content: space-between;
3373 2855 align-items: center;
@@ -3443,79 +2925,8 @@
3443 2925 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3444 2926 background-color: var(--e-a-bg-active-bold);
3445 2927 }
3446 2928
3447 -.elementor-control-notice {
3448 - display: flex;
3449 - justify-content: flex-start;
3450 - align-items: flex-start;
3451 - gap: 8px;
3452 - padding: 16px;
3453 - border-radius: 3px;
3454 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3455 - color: var(--e-a-color-txt);
3456 - font-size: 12px;
3457 - font-weight: 400;
3458 - line-height: 1.5;
3459 - text-align: start;
3460 - margin-block-start: 10px;
3461 -}
3462 -.elementor-control-notice-type-info {
3463 - --notice-control-color: var(--e-a-color-info);
3464 -}
3465 -.elementor-control-notice-type-success {
3466 - --notice-control-color: var(--e-a-color-success);
3467 -}
3468 -.elementor-control-notice-type-warning {
3469 - --notice-control-color: var(--e-a-color-warning);
3470 -}
3471 -.elementor-control-notice-type-danger {
3472 - --notice-control-color: var(--e-a-color-danger);
3473 -}
3474 -.elementor-control-notice-icon {
3475 - flex-basis: 18px;
3476 - color: var(--notice-control-color);
3477 -}
3478 -.elementor-control-notice-main {
3479 - display: flex;
3480 - flex-direction: column;
3481 - justify-content: flex-start;
3482 - align-items: flex-start;
3483 - gap: 6px;
3484 - flex: 1;
3485 -}
3486 -.elementor-control-notice-main-heading {
3487 - font-weight: 700;
3488 - font-style: italic;
3489 -}
3490 -.elementor-control-notice-main-content {
3491 - font-style: italic;
3492 - line-height: 1.5;
3493 -}
3494 -.elementor-control-notice-main-actions {
3495 - display: flex;
3496 - gap: 10px;
3497 - padding-block-start: 8px;
3498 -}
3499 -.elementor-control-notice-main a {
3500 - color: inherit;
3501 - font-weight: 700;
3502 - cursor: pointer;
3503 -}
3504 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3505 - color: inherit;
3506 -}
3507 -.elementor-control-notice-dismiss {
3508 - -webkit-appearance: none;
3509 - -moz-appearance: none;
3510 - appearance: none;
3511 - background-color: transparent;
3512 - border: 0;
3513 - padding: 0;
3514 - margin: 0;
3515 - cursor: pointer;
3516 -}
3517 -
3518 2929 .elementor-control-type-popover_toggle input {
3519 2930 display: none;
3520 2931 }
3521 2932 .elementor-control-type-popover_toggle label {
@@ -3572,12 +2983,8 @@
3572 2983 }
3573 2984 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3574 2985 display: none;
3575 2986 }
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 2987 .elementor-control-type-repeater .elementor-repeater-fields {
3581 2988 margin: 10px 0;
3582 2989 }
3583 2990 .elementor-control-type-repeater .elementor-repeater-row-controls {
@@ -3638,11 +3045,9 @@
3638 3045 text-align: center;
3639 3046 padding-block-start: 5px;
3640 3047 }
3641 3048
3642 -#elementor-controls,
3643 -#elementor-panel-page-settings-controls,
3644 -#elementor-panel-editorPreferences-settings-controls {
3049 +#elementor-controls {
3645 3050 padding-block-start: 15px;
3646 3051 }
3647 3052
3648 3053 .elementor-control-type-section {
@@ -3654,9 +3059,9 @@
3654 3059 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3655 3060 display: none;
3656 3061 }
3657 3062 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3658 - margin-block-start: 25px;
3063 + margin-top: 25px;
3659 3064 }
3660 3065
3661 3066 .elementor-control-type-select .elementor-control-input-wrapper {
3662 3067 position: relative;
@@ -3687,11 +3092,11 @@
3687 3092 font-family: eicons;
3688 3093 content: "\e8ad";
3689 3094 font-size: 12px;
3690 3095 position: absolute;
3691 - inset-block-start: 50%;
3692 - inset-inline-end: 5px;
3096 + top: 50%;
3693 3097 transform: translateY(-50%);
3098 + left: 5px;
3694 3099 pointer-events: none;
3695 3100 }
3696 3101 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3697 3102 max-width: 80px;
@@ -3725,14 +3130,14 @@
3725 3130 }
3726 3131 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3727 3132 border-radius: 0;
3728 3133 width: 10px;
3729 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3134 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3730 3135 }
3731 3136 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3732 3137 content: "";
3733 3138 position: absolute;
3734 - inset-block-start: 2px;
3139 + top: 2px;
3735 3140 height: 12px;
3736 3141 width: 11px;
3737 3142 transform: rotate(45deg);
3738 3143 background-color: var(--e-a-color-white);
@@ -3809,11 +3214,11 @@
3809 3214 .elementor-slider .noUi-handle {
3810 3215 height: 16px;
3811 3216 width: 16px;
3812 3217 background-color: var(--e-a-color-white);
3218 + left: 0;
3219 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3813 3220 position: absolute;
3814 - inset-inline-end: 0;
3815 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3816 3221 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3817 3222 border-radius: 50%;
3818 3223 }
3819 3224 .elementor-slider .noUi-connects {
@@ -3823,9 +3228,12 @@
3823 3228 }
3824 3229 .elementor-slider .noUi-connect {
3825 3230 position: absolute;
3826 3231 z-index: 0;
3827 - inset: 0;
3232 + top: 0;
3233 + left: 0;
3234 + height: 100%;
3235 + width: 100%;
3828 3236 will-change: transform;
3829 3237 transform-origin: 0 0;
3830 3238 background-color: var(--e-a-border-color-focus);
3831 3239 }
@@ -3830,9 +3238,9 @@
3830 3238 background-color: var(--e-a-border-color-focus);
3831 3239 }
3832 3240 .elementor-slider .noUi-tooltip {
3833 3241 position: absolute;
3834 - inset-block-start: calc(100% + 5px);
3242 + top: calc(100% + 5px);
3835 3243 left: calc(50% - 4px);
3836 3244 transform: translateX(-50%);
3837 3245 font-size: 10px;
3838 3246 }
@@ -3919,9 +3327,9 @@
3919 3327 transition-property: opacity, background;
3920 3328 }
3921 3329 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3922 3330 position: absolute;
3923 - inset-block-start: 0;
3331 + top: 0;
3924 3332 width: 50%;
3925 3333 text-align: center;
3926 3334 line-height: 20px;
3927 3335 transition: inherit;
@@ -3927,14 +3335,14 @@
3927 3335 transition: inherit;
3928 3336 }
3929 3337 .elementor-control-type-switcher .elementor-switch-label:before {
3930 3338 content: attr(data-off);
3931 - inset-inline-end: 5px;
3339 + right: 5px;
3932 3340 color: var(--e-a-color-txt-muted);
3933 3341 }
3934 3342 .elementor-control-type-switcher .elementor-switch-label:after {
3935 3343 content: attr(data-on);
3936 - inset-inline-start: 5px;
3344 + left: 5px;
3937 3345 color: var(--e-a-btn-color);
3938 3346 opacity: 0;
3939 3347 }
3940 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3947,28 +3355,25 @@
3947 3355 opacity: 1;
3948 3356 }
3949 3357 .elementor-control-type-switcher .elementor-switch-handle {
3950 3358 position: absolute;
3951 - inset-block-start: 1px;
3952 - inset-inline-start: 1px;
3359 + top: 1px;
3360 + left: 1px;
3953 3361 width: 18px;
3954 3362 height: 18px;
3955 3363 background: white;
3956 3364 border-radius: 10px;
3957 - transition: inset-inline-start 0.15s ease-out;
3365 + transition: left 0.15s ease-out;
3958 3366 }
3959 3367 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3960 - inset-inline-start: initial;
3961 - inset-inline-end: 1px;
3368 + left: initial;
3369 + right: 1px;
3962 3370 }
3963 3371
3964 3372 .elementor-control-type-tabs {
3965 - display: none;
3373 + display: flex;
3966 3374 font-size: var(--control-title-size);
3967 3375 }
3968 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3969 - display: flex;
3970 -}
3971 3376
3972 3377 .elementor-control-type-tab {
3973 3378 text-align: center;
3974 3379 width: 100%;
@@ -3973,10 +3378,10 @@
3973 3378 text-align: center;
3974 3379 width: 100%;
3975 3380 padding: 0;
3976 3381 line-height: 25px;
3977 - border-block-start: var(--e-a-border-bold);
3978 - border-block-end: var(--e-a-border-bold);
3382 + border-top: var(--e-a-border-bold);
3383 + border-bottom: var(--e-a-border-bold);
3979 3384 border-inline-end: var(--e-a-border-bold);
3980 3385 transition: var(--e-a-transition-hover);
3981 3386 cursor: pointer;
3982 3387 }
@@ -4011,11 +3416,11 @@
4011 3416 }
4012 3417 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4013 3418 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4014 3419 position: absolute;
4015 - inset-block-start: 0;
4016 - inset-inline-end: 0;
3420 + top: 0;
4017 3421 z-index: 1;
3422 + left: 0;
4018 3423 }
4019 3424 .elementor-control-type-textarea .elementor-control-input-wrapper,
4020 3425 .elementor-control-type-code .elementor-control-input-wrapper {
4021 3426 position: relative;
@@ -4092,10 +3497,10 @@
4092 3497 }
4093 3498 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4094 3499 display: none;
4095 3500 position: absolute;
4096 - inset-block-start: 5px;
4097 - inset-inline-end: 0;
3501 + top: 5px;
3502 + right: 0;
4098 3503 width: 10px;
4099 3504 height: 10px;
4100 3505 font-size: 10px;
4101 3506 color: var(--e-a-color-txt-disabled);
@@ -4146,76 +3551,8 @@
4146 3551 font-size: 10px;
4147 3552 padding-block-start: 2px;
4148 3553 }
4149 3554
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 3555 .elementor-control-type-wp_widget .widget-inside {
4219 3556 line-height: 2;
4220 3557 background-color: inherit;
4221 3558 display: block;
@@ -4306,11 +3643,8 @@
4306 3643 font-size: 16px;
4307 3644 }
4308 3645 .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active {
4309 3646 color: var(--e-a-color-txt-active);
4310 - background: var(--e-a-bg-hover);
4311 - border-color: var(--e-a-border-color);
4312 - box-shadow: none;
4313 3647 }
4314 3648 .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active i {
4315 3649 color: var(--e-a-color-txt-active);
4316 3650 }
@@ -4327,46 +3661,18 @@
4327 3661 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4328 3662 border: none;
4329 3663 }
4330 3664
4331 -@media screen and (prefers-color-scheme: dark) {
4332 - #wp-link-wrap {
4333 - color-scheme: light;
4334 - --e-a-color-txt: #515962;
4335 - --e-a-bg-default: #ffffff;
4336 - --e-a-border-color-bold: #D5D8DC;
4337 - --e-a-color-primary-bold: #D004D4;
4338 - }
4339 - #wp-link {
4340 - color: var(--e-a-color-txt);
4341 - }
4342 - #wp-link input {
4343 - background-color: var(--e-a-bg-default);
4344 - border-color: var(--e-a-border-color-bold);
4345 - }
4346 - #wp-link input[type=checkbox] {
4347 - border-color: var(--e-a-border-color-bold);
4348 - }
4349 - #wp-link input[type=checkbox]:checked {
4350 - background: var(--e-a-color-primary-bold);
4351 - }
4352 - #wp-link input.button-primary {
4353 - background: #2271b1;
4354 - border-color: #2271b1;
4355 - color: #fff;
4356 - }
4357 -}
4358 3665 #elementor-mode-switcher {
4359 3666 --e-a-mode-switcher-width: 15px;
4360 3667 --e-a-mode-switcher-height: 50px;
4361 3668 --e-a-mode-switcher-icon-size: 15px;
4362 3669 position: absolute;
4363 - inset-block-start: 50%;
4364 - inset-inline-start: 100%;
3670 + right: 100%;
3671 + top: 50%;
4365 3672 transform: translateY(-50%);
4366 3673 background-color: var(--e-a-bg-default);
4367 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4368 - transition: 0.3s opacity;
3674 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4369 3675 }
4370 3676 #elementor-mode-switcher:hover {
4371 3677 background-color: var(--e-a-bg-hover);
4372 3678 }
@@ -4372,12 +3678,8 @@
4372 3678 }
4373 3679 #elementor-mode-switcher:focus-within {
4374 3680 background-color: var(--e-a-bg-active);
4375 3681 }
4376 -.e-panel-block-interactions #elementor-mode-switcher {
4377 - opacity: 0;
4378 - pointer-events: none;
4379 -}
4380 3682 #elementor-mode-switcher-preview i {
4381 3683 display: flex;
4382 3684 flex-direction: column;
4383 3685 justify-content: center;
@@ -4392,10 +3694,8 @@
4392 3694
4393 3695 .elementor-revision-item__wrapper {
4394 3696 display: flex;
4395 3697 align-items: center;
4396 - text-align: start;
4397 - width: 100%;
4398 3698 border: var(--e-a-border);
4399 3699 border-radius: var(--e-a-border-radius);
4400 3700 padding: 10px 15px;
4401 3701 margin-block-end: 10px;
@@ -4400,11 +3700,10 @@
4400 3700 padding: 10px 15px;
4401 3701 margin-block-end: 10px;
4402 3702 font-size: 11px;
4403 3703 transition: var(--e-a-transition-hover);
4404 - background-color: transparent;
4405 3704 }
4406 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3705 +.elementor-revision-item__wrapper:hover {
4407 3706 background-color: var(--e-a-bg-hover);
4408 3707 }
4409 3708 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4410 3709 display: none;
@@ -4435,11 +3734,11 @@
4435 3734 }
4436 3735
4437 3736 #elementor-panel-revisions-loading {
4438 3737 position: absolute;
4439 - inset-block-start: 50%;
4440 - inset-inline-start: 50%;
4441 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3738 + top: 50%;
3739 + left: 50%;
3740 + transform: translate(-50%, -50%);
4442 3741 }
4443 3742 #elementor-panel-revisions-loading .eicon-loading {
4444 3743 font-size: 50px;
4445 3744 }
@@ -4453,25 +3752,22 @@
4453 3752
4454 3753 .elementor-history-item {
4455 3754 display: flex;
4456 3755 align-items: center;
4457 - text-align: start;
4458 3756 border: var(--e-a-border);
4459 3757 border-radius: var(--e-a-border-radius);
4460 3758 padding: 10px 15px;
4461 3759 margin-block-end: 10px;
4462 - width: 100%;
4463 3760 font-size: 11px;
4464 3761 line-height: 1.4;
4465 - background-color: transparent;
4466 3762 cursor: pointer;
4467 3763 transition: var(--e-a-transition-hover);
4468 3764 }
4469 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3765 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4470 3766 background-color: var(--e-a-bg-hover);
4471 3767 color: var(--e-a-txt-color-hover);
4472 3768 }
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 {
3769 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4474 3770 content: "\e924";
4475 3771 }
4476 3772 .elementor-history-item-current {
4477 3773 border-color: var(--e-a-border-color-accent);
@@ -4477,9 +3773,9 @@
4477 3773 border-color: var(--e-a-border-color-accent);
4478 3774 background-color: var(--e-a-bg-active);
4479 3775 color: var(--e-a-txt-color-active);
4480 3776 }
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 {
3777 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4482 3778 content: "\e90e";
4483 3779 }
4484 3780 .elementor-history-item__details {
4485 3781 width: 95%;
@@ -4519,78 +3815,8 @@
4519 3815 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4520 3816 margin-block-start: 20px;
4521 3817 }
4522 3818
4523 -.e-control-display-conditions-promotion__wrapper {
4524 - display: flex;
4525 - justify-content: space-between;
4526 -}
4527 -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4528 - color: var(--e-a-color-accent);
4529 -}
4530 -.e-control-display-conditions-promotion__description {
4531 - display: flex;
4532 - align-self: center;
4533 -}
4534 -.e-control-display-conditions-promotion__text {
4535 - display: inline-block;
4536 -}
4537 -.e-control-display-conditions-promotion__lock-wrapper {
4538 - width: 2.5rem;
4539 - display: flex;
4540 - justify-content: center;
4541 - align-items: center;
4542 -}
4543 -.e-control-display-conditions-promotion.eicon-flow {
4544 - align-self: flex-end;
4545 - cursor: pointer;
4546 - border: var(--e-a-border-bold);
4547 - border-radius: var(--e-a-border-radius);
4548 - padding: 5px;
4549 -}
4550 -.e-control-display-conditions-promotion.eicon-flow.filled {
4551 - background-color: var(--e-a-bg-active);
4552 - color: #E73CF6;
4553 -}
4554 -
4555 -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4556 - color: var(--e-a-color-accent);
4557 -}
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 {
4562 - display: flex;
4563 - flex-direction: column;
4564 - justify-content: center;
4565 - padding-inline-start: 5px;
4566 - padding-inline-end: 20px;
4567 - cursor: pointer;
4568 - height: 27px;
4569 - width: 100%;
4570 - color: var(--e-a-color-txt);
4571 - border-radius: var(--e-a-border-radius);
4572 - background-color: var(--e-a-bg-default);
4573 - box-shadow: none;
4574 - border: var(--e-a-border-bold);
4575 - font-size: var(--control-title-size);
4576 -}
4577 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4578 - width: 2.5rem;
4579 - display: flex;
4580 - justify-content: center;
4581 - align-items: center;
4582 -}
4583 -
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 3819 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4594 3820 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4595 3821 display: none;
4596 3822 }
@@ -4667,13 +3893,13 @@
4667 3893 }
4668 3894 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4669 3895 align-self: end;
4670 3896 margin-block-start: 35px;
4671 - inset-block-start: 0;
3897 + top: 0;
4672 3898 width: 100%;
4673 3899 }
4674 3900 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4675 - inset-inline-end: 5px;
3901 + left: 5px;
4676 3902 }
4677 3903 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4678 3904 padding: 0 20px 15px;
4679 3905 }
@@ -4783,40 +4009,24 @@
4783 4009 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4784 4010 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4785 4011 display: none;
4786 4012 }
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 {
4013 +.elementor-button.e-btn-txt,
4014 +.e-btn.e-btn-txt {
4792 4015 background: transparent;
4793 4016 color: var(--e-a-color-txt);
4794 4017 }
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,
4018 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4798 4019 .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 {
4020 +.e-btn.e-btn-txt:focus {
4804 4021 background: var(--e-a-bg-hover);
4805 4022 color: var(--e-a-color-txt-hover);
4806 4023 }
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 {
4024 +.elementor-button.e-btn-txt:disabled,
4025 +.e-btn.e-btn-txt:disabled {
4812 4026 background: transparent;
4813 4027 color: var(--e-a-color-txt-disabled);
4814 4028 }
4815 -.elementor-button.e-btn-txt-border,
4816 -.e-btn.e-btn-txt-border {
4817 - border: 1px solid var(--e-a-color-txt-muted);
4818 -}
4819 4029 .elementor-button.elementor-button-success, .elementor-button.e-success,
4820 4030 .e-btn.elementor-button-success,
4821 4031 .e-btn.e-success {
4822 4032 background-color: var(--e-a-btn-bg-success);
@@ -4827,90 +4037,27 @@
4827 4037 .e-btn.e-success:hover,
4828 4038 .e-btn.e-success:focus {
4829 4039 background-color: var(--e-a-btn-bg-success-hover);
4830 4040 }
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 {
4041 +.elementor-button.e-primary,
4042 +.e-btn.e-primary {
4839 4043 background-color: var(--e-a-btn-bg-primary);
4840 4044 color: var(--e-a-btn-color);
4841 4045 }
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,
4046 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4847 4047 .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 {
4048 +.e-btn.e-primary:focus {
4857 4049 background-color: var(--e-a-btn-bg-primary-hover);
4858 4050 color: var(--e-a-btn-color);
4859 4051 }
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 {
4052 +.elementor-button.e-primary.e-btn-txt,
4053 +.e-btn.e-primary.e-btn-txt {
4877 4054 background: transparent;
4878 4055 color: var(--e-a-color-primary-bold);
4879 4056 }
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,
4057 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4891 4058 .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 {
4059 +.e-btn.e-primary.e-btn-txt:focus {
4913 4060 background: var(--e-a-bg-primary);
4914 4061 }
4915 4062 .elementor-button.go-pro, .elementor-button.e-accent,
4916 4063 .e-btn.go-pro,
@@ -4928,20 +4075,8 @@
4928 4075 .e-btn.go-pro:active,
4929 4076 .e-btn.e-accent:active {
4930 4077 background-color: var(--e-a-btn-bg-accent-active);
4931 4078 }
4932 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4933 -.e-btn.elementor-button-info,
4934 -.e-btn.e-info {
4935 - background-color: var(--e-a-btn-bg-info);
4936 -}
4937 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4938 -.e-btn.elementor-button-info:hover,
4939 -.e-btn.elementor-button-info:focus,
4940 -.e-btn.e-info:hover,
4941 -.e-btn.e-info:focus {
4942 - background-color: var(--e-a-btn-bg-info-hover);
4943 -}
4944 4079 .elementor-button.elementor-button-warning, .elementor-button.e-warning,
4945 4080 .e-btn.elementor-button-warning,
4946 4081 .e-btn.e-warning {
4947 4082 background-color: var(--e-a-btn-bg-warning);
@@ -4957,13 +4092,8 @@
4957 4092 .e-btn.elementor-button-danger,
4958 4093 .e-btn.e-danger {
4959 4094 background-color: var(--e-a-btn-bg-danger);
4960 4095 }
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 4096 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4967 4097 .e-btn.elementor-button-danger:hover,
4968 4098 .e-btn.elementor-button-danger:focus,
4969 4099 .e-btn.e-danger:hover,
@@ -5006,23 +4136,22 @@
5006 4136 }
5007 4137
5008 4138 #elementor-preview-responsive-wrapper {
5009 4139 transform-origin: top center;
5010 - margin: 20px;
4140 + padding: 20px;
5011 4141 transform: scale(var(--e-preview-scale, 1));
5012 - overflow: hidden;
5013 4142 }
5014 4143 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5015 4144 min-width: 1025px;
5016 4145 width: 100%;
5017 4146 height: 100%;
5018 - margin: 0;
4147 + padding: 0;
5019 4148 position: relative;
5020 4149 }
5021 4150 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5022 4151 width: var(--e-editor-preview-width);
5023 4152 height: var(--e-editor-preview-height);
5024 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4153 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5025 4154 box-sizing: content-box;
5026 4155 position: relative;
5027 4156 max-height: calc(100vh - 80px);
5028 4157 }
@@ -5084,10 +4213,9 @@
5084 4213 #elementor-preview-responsive-wrapper .ui-resizable-s {
5085 4214 bottom: 0;
5086 4215 }
5087 4216 #elementor-preview-responsive-wrapper .ui-resizable-e {
5088 - width: 10px;
5089 - right: -5px;
4217 + right: 0;
5090 4218 }
5091 4219 #elementor-preview-responsive-wrapper .ui-resizable-w {
5092 4220 left: 0;
5093 4221 }
@@ -5098,20 +4226,8 @@
5098 4226 background-color: #fff;
5099 4227 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5100 4228 }
5101 4229
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 4230 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5115 4231 font-style: normal;
5116 4232 text-decoration: underline;
5117 4233 }
@@ -5123,17 +4239,8 @@
5123 4239 }
5124 4240 #elementor-template-library-modal .dialog-message {
5125 4241 overflow-y: scroll;
5126 4242 }
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 4243
5137 4244 #elementor-template-library-header-menu {
5138 4245 text-align: center;
5139 4246 }
@@ -5142,21 +4249,14 @@
5142 4249 display: inline-block;
5143 4250 padding: 17px 20px;
5144 4251 border-block-end: 3px solid transparent;
5145 4252 cursor: pointer;
5146 - background: transparent;
5147 - margin: 0;
5148 - font-size: inherit;
5149 - font-family: inherit;
5150 - color: inherit;
5151 - border: none;
5152 4253 }
5153 4254 .elementor-template-library-menu-item:hover {
5154 4255 background-color: var(--e-a-bg-hover);
5155 4256 border-color: var(--e-a-bg-hover);
5156 4257 }
5157 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5158 - border-block-end: 3px solid;
4258 +.elementor-template-library-menu-item.elementor-active {
5159 4259 border-color: var(--e-a-border-color-accent);
5160 4260 color: var(--e-a-color-txt-accent);
5161 4261 }
5162 4262
@@ -5162,42 +4262,18 @@
5162 4262
5163 4263 #elementor-template-library-header-actions {
5164 4264 display: flex;
5165 4265 }
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;
4266 +#elementor-template-library-header-actions > div {
5174 4267 padding-inline-end: 16px;
5175 - cursor: pointer;
5176 4268 }
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 4269
5184 -#elementor-template-library-header-tools.e-hidden-disabled {
5185 - opacity: 0;
5186 - visibility: hidden;
5187 -}
5188 -
5189 4270 #elementor-template-library-header-preview-insert-wrapper {
5190 4271 cursor: default;
5191 4272 padding: 0 10px;
5192 4273 }
5193 4274
5194 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5195 - margin-inline-start: 4px;
5196 -}
5197 -
5198 4275 #elementor-template-library-header-preview-back {
5199 - gap: 10px;
5200 4276 padding-block: 16.5px 15px;
5201 4277 padding-inline: 0 16.5px;
5202 4278 border-inline-end: var(--e-a-border);
5203 4279 cursor: pointer;
@@ -5202,138 +4278,27 @@
5202 4278 border-inline-end: var(--e-a-border);
5203 4279 cursor: pointer;
5204 4280 transition: color 0.5s;
5205 4281 }
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 4282 #elementor-template-library-header-preview-back:hover {
5224 4283 color: var(--e-a-color-txt-hover);
5225 4284 }
5226 4285 #elementor-template-library-header-preview-back i {
4286 + padding-inline-end: 10px;
5227 4287 font-size: 18px;
5228 - scale: calc(1 * var(--direction-multiplier)) 1;
5229 4288 }
4289 +#elementor-template-library-header-preview-back i:before {
4290 + content: "\e87d";
4291 +}
5230 4292
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 {
4293 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4294 + margin-block-start: 10px;
4295 + margin-block-end: 45px;
5314 4296 border-block-start: var(--e-a-border);
5315 4297 }
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 {
4298 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5317 4299 color: var(--e-a-color-txt-active);
5318 4300 }
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 4301 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5337 4302 margin: 10px -15px 0;
5338 4303 }
5339 4304 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5359,243 +4324,14 @@
5359 4324 }
5360 4325 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5361 4326 content: "\e8ad";
5362 4327 }
5363 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4328 +
4329 +#elementor-template-library-templates-container {
5364 4330 display: flex;
5365 - align-items: center;
5366 - gap: 8px;
4331 + flex-wrap: wrap;
4332 + align-items: flex-start;
5367 4333 }
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 4334
5599 4335 #elementor-template-library-toolbar {
5600 4336 display: flex;
5601 4337 justify-content: space-between;
@@ -5606,80 +4342,8 @@
5606 4342 display: flex;
5607 4343 align-items: center;
5608 4344 }
5609 4345
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 4346 #elementor-template-library-filter-toolbar-remote {
5683 4347 font-size: 11px;
5684 4348 }
5685 4349
@@ -5693,11 +4357,8 @@
5693 4357 padding-inline-end: 22px;
5694 4358 -webkit-user-select: none;
5695 4359 -moz-user-select: none;
5696 4360 user-select: none;
5697 - line-height: 1;
5698 - font-size: 10px;
5699 - font-weight: 500;
5700 4361 }
5701 4362
5702 4363 label.elementor-template-library-order-label {
5703 4364 cursor: pointer;
@@ -5753,12 +4414,8 @@
5753 4414 #elementor-template-library-filter-my-favorites-label i:after {
5754 4415 content: "\e923";
5755 4416 }
5756 4417
5757 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5758 - margin-block-end: 10px;
5759 -}
5760 -
5761 4418 #elementor-template-library-filter-text-wrapper {
5762 4419 width: 200px;
5763 4420 position: relative;
5764 4421 }
@@ -5763,15 +4420,12 @@
5763 4420 position: relative;
5764 4421 }
5765 4422 #elementor-template-library-filter-text-wrapper i {
5766 4423 position: absolute;
5767 - inset-block-start: 50%;
5768 - inset-inline-end: 0;
4424 + top: 50%;
4425 + left: 0;
5769 4426 transform: translateY(-50%);
5770 4427 }
5771 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5772 - inset-block-start: 25%;
5773 -}
5774 4428
5775 4429 #elementor-template-library-filter-text {
5776 4430 border: none;
5777 4431 border-block-end: var(--e-a-border-bold);
@@ -5792,37 +4446,24 @@
5792 4446 text-transform: uppercase;
5793 4447 }
5794 4448
5795 4449 .elementor-template-library-template-remote {
5796 - margin: calc(30px / 2);
4450 + margin: calc( 30px / 2 );
5797 4451 padding: 8px;
5798 4452 border: var(--e-a-border);
5799 4453 border-radius: 3px;
5800 4454 }
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 {
4455 +.elementor-template-library-template-remote:hover {
5806 4456 background-color: var(--e-a-bg-hover);
5807 4457 }
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 {
4458 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5812 4459 display: none;
5813 4460 }
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 {
4461 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5821 4462 opacity: 0;
5822 4463 }
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 {
4464 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4465 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5825 4466 display: none;
5826 4467 }
5827 4468 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5828 4469 content: var(--elementor-template-library-subscription-plan-label);
@@ -5830,10 +4471,10 @@
5830 4471 color: var(--e-a-color-white);
5831 4472 position: absolute;
5832 4473 text-transform: uppercase;
5833 4474 line-height: 1;
5834 - inset-block-start: 5px;
5835 - inset-inline-end: 5px;
4475 + top: 5px;
4476 + left: 5px;
5836 4477 padding: 3px 5px;
5837 4478 font-size: 8px;
5838 4479 border-radius: 2px;
5839 4480 }
@@ -5848,10 +4489,10 @@
5848 4489 }
5849 4490 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5850 4491 position: absolute;
5851 4492 width: 100%;
5852 - inset-block-end: 0;
5853 - inset-inline-start: 0;
4493 + bottom: 0;
4494 + right: 0;
5854 4495 padding: 10px;
5855 4496 background-color: var(--e-a-bg-default);
5856 4497 transition: transform 0.5s;
5857 4498 }
@@ -5857,9 +4498,9 @@
5857 4498 }
5858 4499 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5859 4500 display: none;
5860 4501 }
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 {
4502 +.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 4503 transform: translateY(100%);
5863 4504 }
5864 4505 .elementor-template-library-template-remote .elementor-template-library-template-body {
5865 4506 position: relative;
@@ -5876,9 +4517,12 @@
5876 4517 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5877 4518 }
5878 4519 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5879 4520 position: absolute;
5880 - inset: 0;
4521 + top: 0;
4522 + left: 0;
4523 + width: 100%;
4524 + height: 100%;
5881 4525 background-color: rgba(0, 0, 0, 0.5);
5882 4526 transition: opacity 0.5s;
5883 4527 cursor: pointer;
5884 4528 }
@@ -5884,11 +4528,11 @@
5884 4528 }
5885 4529 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5886 4530 font-size: 20px;
5887 4531 position: absolute;
5888 - inset-block-start: 50%;
5889 - inset-inline-start: 50%;
5890 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4532 + top: 50%;
4533 + left: 50%;
4534 + transform: translate(-50%, -50%);
5891 4535 }
5892 4536 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5893 4537 display: flex;
5894 4538 justify-content: space-between;
@@ -5904,26 +4548,11 @@
5904 4548 text-overflow: ellipsis;
5905 4549 overflow: hidden;
5906 4550 padding-inline-end: 5px;
5907 4551 }
5908 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5909 - margin-inline-start: auto;
5910 -}
5911 4552 .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;
4553 + display: none;
5921 4554 }
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 4555 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5927 4556 content: "\e93f";
5928 4557 color: var(--e-a-color-primary-bold);
5929 4558 }
@@ -5958,231 +4587,112 @@
5958 4587 height: 200px;
5959 4588 }
5960 4589
5961 4590 #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) {
4591 +.elementor-template-library-template-local {
5964 4592 display: flex;
5965 4593 align-items: center;
5966 4594 padding: 0 25px;
5967 4595 text-align: start;
5968 4596 }
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 4597
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;
4598 +#elementor-template-library-order-toolbar-local {
4599 + margin-block-start: 30px;
6049 4600 }
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%;
4601 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4602 + line-height: 1;
4603 + font-size: 10px;
4604 + font-weight: 500;
6067 4605 }
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 4606
6104 -.elementor-template-library-template-local,
6105 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4607 +.elementor-template-library-template-local {
6106 4608 height: 50px;
6107 4609 width: 100%;
6108 4610 margin-block-start: 1px;
6109 4611 transition: background-color 0.3s linear;
6110 4612 }
6111 -.elementor-template-library-template-local:hover,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4613 +.elementor-template-library-template-local:hover {
6113 4614 background-color: var(--e-a-bg-hover);
6114 4615 }
6115 -.elementor-template-library-template-local:first-child,
6116 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4616 +.elementor-template-library-template-local:first-child {
6117 4617 border-start-start-radius: 3px;
6118 4618 border-start-end-radius: 3px;
6119 4619 border-end-start-radius: 0;
6120 4620 border-end-end-radius: 0;
6121 4621 }
6122 -.elementor-template-library-template-local:last-child,
6123 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4622 +.elementor-template-library-template-local:last-child {
6124 4623 border-start-start-radius: 0;
6125 4624 border-start-end-radius: 0;
6126 4625 border-end-start-radius: 3px;
6127 4626 border-end-end-radius: 3px;
6128 4627 }
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 {
4628 +.elementor-template-library-template-local .elementor-template-library-template-name {
6131 4629 font-weight: 500;
6132 4630 }
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 4631 .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 {
4632 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6141 4633 padding-inline-end: 20px;
6142 4634 }
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 4635 .elementor-template-library-template-local .elementor-template-library-template-name,
6148 4636 .elementor-template-library-template-local .elementor-template-library-template-meta,
6149 4637 .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 {
4638 +.elementor-template-library-template-local .elementor-template-library-template-action {
6155 4639 white-space: nowrap;
6156 4640 text-overflow: ellipsis;
6157 4641 overflow: hidden;
6158 4642 }
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 {
4643 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6161 4644 position: relative;
6162 4645 display: flex;
6163 4646 align-items: center;
6164 4647 }
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 {
4648 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6169 4649 cursor: pointer;
6170 4650 transition: color 0.5s;
6171 4651 }
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;
4652 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4653 + margin-inline-end: 3px;
6175 4654 }
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;
4655 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4656 + margin-inline-start: 6px;
6180 4657 }
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;
4658 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4659 + color: var(--e-a-color-danger);
6184 4660 }
4661 +.elementor-template-library-template-local .elementor-template-library-template-more {
4662 + display: none;
4663 + position: absolute;
4664 + background-color: var(--e-a-bg-default);
4665 + padding: 3px 20px;
4666 + border-radius: var(--e-a-border-radius);
4667 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4668 + top: 100%;
4669 + left: 0;
4670 + transform: translateX(-65%) translateY(-7px);
4671 + z-index: 1;
4672 +}
4673 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4674 + content: "";
4675 + position: absolute;
4676 + border: solid transparent;
4677 + border-width: 8px 4px;
4678 + border-block-end-color: var(--e-a-color-white);
4679 + transform: translateY(-100%);
4680 +}
4681 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4682 + margin: 10px 0;
4683 + font-size: 11px;
4684 +}
4685 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4686 + color: var(--e-a-color-txt);
4687 +}
4688 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4689 + flex-grow: 1;
4690 + text-align: end;
4691 +}
4692 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4693 + font-size: 16px;
4694 +}
6185 4695
6186 4696 #elementor-template-library-preview {
6187 4697 height: 100%;
6188 4698 overflow: hidden;
@@ -6188,9 +4698,9 @@
6188 4698 overflow: hidden;
6189 4699 }
6190 4700 #elementor-template-library-preview iframe {
6191 4701 height: 150%;
6192 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4702 + transform: scale(0.666) translateX(25%) translateY(-25%);
6193 4703 }
6194 4704 @media (max-width: 1439px) {
6195 4705 #elementor-template-library-preview iframe {
6196 4706 width: 1440px;
@@ -6206,14 +4716,8 @@
6206 4716 font-size: 64px;
6207 4717 margin-block-start: 45px;
6208 4718 line-height: 1;
6209 4719 }
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 4720 .elementor-template-library-blank-icon img {
6217 4721 width: 70px;
6218 4722 }
6219 4723 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6251,499 +4755,8 @@
6251 4755 #elementor-template-library-save-template-form > * {
6252 4756 height: 55px;
6253 4757 font-size: 16px;
6254 4758 }
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 4759
6747 4760 #elementor-template-library-save-template-name {
6748 4761 width: 500px;
6749 4762 padding-inline-start: 25px;
@@ -6795,12 +4808,8 @@
6795 4808 padding: 100px 0 0;
6796 4809 min-height: 550px;
6797 4810 }
6798 4811
6799 -.elementor-template-library-cloud-empty__button {
6800 - margin-block-start: 45px;
6801 -}
6802 -
6803 4812 #elementor-template-library-connect-logo {
6804 4813 font-size: 20px;
6805 4814 }
6806 4815 #elementor-template-library-connect__button {
@@ -6837,11 +4846,11 @@
6837 4846 }
6838 4847
6839 4848 .elementor-template-library-blank-footer {
6840 4849 position: absolute;
6841 - inset-block-end: 70px;
6842 - inset-inline-start: 50%;
6843 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4850 + bottom: 70px;
4851 + left: 50%;
4852 + transform: translateX(-50%);
6844 4853 font-style: italic;
6845 4854 color: var(--e-a-color-txt-muted);
6846 4855 }
6847 4856 @media (max-height: 700px) {
@@ -6873,287 +4882,50 @@
6873 4882 #elementor-template-library-error-info {
6874 4883 margin-block-start: 10px;
6875 4884 }
6876 4885
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);
4886 +@media (max-width: 1439px) {
4887 + .elementor-template-library-local-column-1 {
4888 + width: 33%;
4889 + }
4890 + .elementor-template-library-local-column-2 {
4891 + width: 10%;
4892 + }
4893 + .elementor-template-library-local-column-3 {
4894 + width: 15%;
4895 + }
4896 + .elementor-template-library-local-column-4 {
4897 + width: 15%;
4898 + }
4899 + .elementor-template-library-local-column-5 {
4900 + width: 27%;
4901 + }
6886 4902 }
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);
4903 +@media (min-width: 1440px) {
4904 + .elementor-template-library-local-column-1 {
4905 + width: 25%;
4906 + }
4907 + .elementor-template-library-local-column-2 {
4908 + width: 17%;
4909 + }
4910 + .elementor-template-library-local-column-3 {
4911 + width: 17%;
4912 + }
4913 + .elementor-template-library-local-column-4 {
4914 + width: 17%;
4915 + }
4916 + .elementor-template-library-local-column-5 {
4917 + width: 24%;
4918 + }
6894 4919 }
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;
4920 +@media (max-width: 1024px) {
4921 + .elementor-template-library-local-column-3 {
4922 + display: none;
4923 + }
4924 + .elementor-template-library-local-column-5 {
4925 + width: 41%;
4926 + }
6900 4927 }
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 4928 .elementor-tags-list {
7157 4929 display: none;
7158 4930 position: absolute;
7159 4931 width: 260px;
@@ -7243,10 +5015,10 @@
7243 5015 }
7244 5016 .elementor-tag-settings-popup:before {
7245 5017 content: "";
7246 5018 position: absolute;
7247 - inset-block-start: -20px;
7248 - inset-inline-start: 5px;
5019 + top: -20px;
5020 + right: 5px;
7249 5021 border: 10px solid transparent;
7250 5022 border-block-end-color: var(--e-a-border-color);
7251 5023 }
7252 5024 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7303,54 +5075,40 @@
7303 5075 }
7304 5076
7305 5077 .elementor-context-menu {
7306 5078 position: absolute;
7307 - width: 250px;
7308 - padding: 5px 0px;
5079 + width: 200px;
7309 5080 background-color: var(--e-a-bg-default);
7310 - border-radius: var(--e-a-border-radius);
7311 - box-shadow: var(--e-a-popover-shadow);
5081 + border: var(--e-a-border);
5082 + border-radius: 3px;
5083 + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7312 5084 -webkit-user-select: none;
7313 5085 -moz-user-select: none;
7314 5086 user-select: none;
7315 5087 z-index: 101;
7316 5088 }
7317 -.elementor-context-menu-list {
7318 - display: flex;
7319 - flex-direction: column;
7320 -}
7321 5089 .elementor-context-menu-list__group {
7322 - display: flex;
7323 - flex-direction: column;
5090 + padding: 5px 0;
7324 5091 }
7325 5092 .elementor-context-menu-list__group:not(:last-child) {
7326 5093 border-block-end: var(--e-a-border);
7327 5094 }
7328 5095 .elementor-context-menu-list__item {
7329 - padding: 12px 20px;
5096 + padding: 5px 10px;
5097 + padding-inline-end: 20px;
7330 5098 display: flex;
7331 - gap: 16px;
7332 5099 cursor: pointer;
7333 5100 transition: var(--e-a-transition-hover);
7334 - align-items: center;
7335 5101 }
7336 5102 .elementor-context-menu-list__item--disabled {
7337 5103 cursor: default;
7338 - opacity: 0.5;
7339 5104 color: var(--e-a-color-disabled);
7340 5105 }
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 -.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 {
5106 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7348 5107 background-color: var(--e-a-bg-hover);
7349 5108 color: var(--e-a-color-hover);
7350 5109 }
7351 5110 .elementor-context-menu-list__item__icon {
7352 - display: none;
7353 5111 width: 20px;
7354 5112 }
7355 5113 .elementor-context-menu-list__item__title {
7356 5114 flex-grow: 1;
@@ -7360,46 +5118,11 @@
7360 5118 }
7361 5119 .elementor-context-menu-list__item__shortcut {
7362 5120 color: var(--e-a-color-txt-muted);
7363 5121 }
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 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7390 - font-size: 14px;
7391 - font-style: normal;
7392 - font-weight: 400;
7393 - line-height: 1;
7394 - position: relative;
7395 -}
7396 -.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 > * {
5122 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7397 5123 color: var(--e-global-color-danger);
7398 5124 }
7399 -.elementor-context-menu-list__item.elementor-hidden {
7400 - display: none;
7401 -}
7402 5125 .elementor-context-menu .eicon-pro-icon {
7403 5126 color: var(--e-global-color-accent);
7404 5127 }
7405 5128
@@ -7410,11 +5133,10 @@
7410 5133 display: none;
7411 5134 }
7412 5135 #elementor-hotkeys__content {
7413 5136 display: flex;
7414 - justify-content: space-between;
7415 5137 gap: 70px;
7416 - padding: 20px 30px;
5138 + padding: 10px 30px;
7417 5139 width: 100%;
7418 5140 overflow: hidden;
7419 5141 }
7420 5142 @media (max-width: 1024px) {
@@ -7425,16 +5147,37 @@
7425 5147 }
7426 5148 }
7427 5149
7428 5150 .elementor-hotkeys__col {
7429 - display: flex;
7430 - flex-direction: column;
7431 - gap: 20px;
5151 + width: 50%;
5152 +}
5153 +@media (max-width: 1024px) {
5154 + .elementor-hotkeys__col {
5155 + width: 100%;
5156 + }
5157 +}
5158 +.elementor-hotkeys__header, .elementor-hotkeys__list {
7432 5159 width: 100%;
7433 5160 }
7434 5161 .elementor-hotkeys__header {
5162 + padding: 10px 0;
7435 5163 font-weight: 500;
7436 5164 }
5165 +.elementor-hotkeys__list {
5166 + background-color: var(--e-a-bg-default);
5167 + height: calc(100% - 42px);
5168 + padding: 10px 0;
5169 +}
5170 +@media (max-width: 479px) {
5171 + .elementor-hotkeys__list {
5172 + padding: 0;
5173 + }
5174 +}
5175 +@media (max-width: 1024px) {
5176 + .elementor-hotkeys__list {
5177 + height: auto;
5178 + }
5179 +}
7437 5180 .elementor-hotkeys__item {
7438 5181 display: flex;
7439 5182 align-items: center;
7440 5183 padding: 20px 10px;
@@ -7449,45 +5192,41 @@
7449 5192 }
7450 5193 .elementor-hotkeys__item--shortcut {
7451 5194 flex-grow: 0;
7452 5195 display: flex;
7453 - gap: 27px;
5196 + flex-direction: row-reverse;
7454 5197 }
7455 -@media (max-width: 1024px) {
7456 - .elementor-hotkeys__item--shortcut {
7457 - gap: 23px;
7458 - }
7459 -}
7460 -.elementor-hotkeys__item--shortcut kbd {
5198 +.elementor-hotkeys__item--shortcut span {
7461 5199 position: relative;
7462 - font-family: unset;
7463 5200 background-color: var(--e-a-bg-active);
7464 5201 padding: 5px 12px;
7465 - border-radius: var(--e-a-border-radius);
5202 + margin-inline-end: 27px;
5203 + border-radius: 3px;
7466 5204 }
7467 -@media (max-width: 1024px) {
7468 - .elementor-hotkeys__item--shortcut kbd {
5205 +@media (max-width: 479px) {
5206 + .elementor-hotkeys__item--shortcut span {
7469 5207 padding: 4px 9px;
5208 + margin-inline-end: 23px;
7470 5209 }
7471 5210 }
7472 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7473 - content: "+";
5211 +.elementor-hotkeys__item--shortcut span:after {
5212 + content: " + ";
7474 5213 position: absolute;
7475 - inset-inline-end: 0;
5214 + right: -18px;
7476 5215 width: 9px;
7477 5216 text-align: center;
7478 - margin-inline-end: -18px;
7479 5217 }
7480 -@media (max-width: 1024px) {
7481 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7482 - margin-inline-end: -16px;
5218 +@media (max-width: 479px) {
5219 + .elementor-hotkeys__item--shortcut span:after {
5220 + right: -16px;
7483 5221 }
7484 5222 }
7485 -
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);
5223 +.elementor-hotkeys__item--shortcut span:last-child {
5224 + margin-inline-end: 0;
7489 5225 }
5226 +.elementor-hotkeys__item--shortcut span:last-child:after {
5227 + display: none;
5228 +}
7490 5229
7491 5230 .ui-resizable-n {
7492 5231 top: -5px;
7493 5232 }
@@ -7546,18 +5285,16 @@
7546 5285 }
7547 5286
7548 5287 body {
7549 5288 --e-editor-navigator-width: 240px;
7550 - --e-editor-navigator-indicator-width: 3px;
7551 - --e-editor-navigator-promotion-height: 30px;
7552 5289 }
7553 5290
7554 5291 #elementor-navigator {
7555 5292 position: fixed;
7556 - inset-block-start: 100px;
7557 - inset-inline-end: 30px;
5293 + top: 100px;
7558 5294 width: var(--e-editor-navigator-width);
7559 5295 height: 50vh;
5296 + left: 30px;
7560 5297 background-color: var(--e-a-bg-default);
7561 5298 border: var(--e-a-border);
7562 5299 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7563 5300 -webkit-user-select: none;
@@ -7567,10 +5304,10 @@
7567 5304 z-index: 100;
7568 5305 display: none;
7569 5306 }
7570 5307 body.elementor-navigator-docked #elementor-navigator {
7571 - inset: 0;
7572 - inset-inline-start: auto;
5308 + top: 0;
5309 + left: 0;
7573 5310 height: 100%;
7574 5311 }
7575 5312 body:not(.elementor-navigator-docked) #elementor-navigator {
7576 5313 border-radius: 5px;
@@ -7576,10 +5313,8 @@
7576 5313 border-radius: 5px;
7577 5314 }
7578 5315 #elementor-navigator__inner {
7579 5316 height: 100%;
7580 - display: flex;
7581 - flex-direction: column;
7582 5317 }
7583 5318 #elementor-navigator__header {
7584 5319 display: flex;
7585 5320 align-items: stretch;
@@ -7593,22 +5328,8 @@
7593 5328 font-weight: 400;
7594 5329 padding: 10px 0;
7595 5330 cursor: move;
7596 5331 }
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 5332 #elementor-navigator__close, #elementor-navigator__toggle-all {
7612 5333 color: var(--e-a-color-txt);
7613 5334 background-color: transparent;
7614 5335 border: none;
@@ -7629,9 +5350,9 @@
7629 5350 #elementor-navigator__close {
7630 5351 font-size: 11px;
7631 5352 }
7632 5353 #elementor-navigator__elements {
7633 - flex-grow: 1;
5354 + height: calc(100% - 49px);
7634 5355 overflow: auto;
7635 5356 position: relative;
7636 5357 }
7637 5358 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7639,35 +5360,22 @@
7639 5360 }
7640 5361 #elementor-navigator__elements .elementor-nerd-box {
7641 5362 padding: 25px;
7642 5363 }
7643 -#elementor-navigator__elements > .elementor-navigator__element-section {
5364 +> #elementor-navigator__elements-section {
7644 5365 border-block-end: var(--e-a-border);
7645 5366 }
7646 5367 #elementor-navigator__footer {
5368 + position: absolute;
7647 5369 width: 100%;
5370 + left: 0;
5371 + bottom: 0;
7648 5372 text-align: center;
7649 -}
7650 -#elementor-navigator__footer__resize-bar {
7651 5373 border-block-start: var(--e-a-border);
7652 5374 }
7653 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5375 +.elementor-navigator-docked #elementor-navigator__footer {
7654 5376 display: none;
7655 5377 }
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 5378
7671 5379 .elementor-navigator__item {
7672 5380 position: relative;
7673 5381 display: flex;
@@ -7686,9 +5394,9 @@
7686 5394 .elementor-navigator__item[data-locked=true] {
7687 5395 cursor: not-allowed;
7688 5396 }
7689 5397 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7690 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5398 + transform: rotate(90deg);
7691 5399 }
7692 5400 .elementor-navigator__item > * {
7693 5401 display: flex;
7694 5402 align-items: center;
@@ -7703,9 +5411,9 @@
7703 5411 .elementor-navigator__elements .elementor-empty-view {
7704 5412 padding: 10px;
7705 5413 }
7706 5414 .elementor-navigator__elements .elementor-empty-view__title {
7707 - margin-inline-start: 34px;
5415 + margin-inline-start: 23px;
7708 5416 font-size: 10px;
7709 5417 font-style: italic;
7710 5418 }
7711 5419 .elementor-navigator__elements .ui-sortable-helper {
@@ -7773,9 +5481,9 @@
7773 5481 overflow: hidden;
7774 5482 }
7775 5483 .elementor-navigator__element__toggle {
7776 5484 position: absolute;
7777 - inset-inline-end: 15px;
5485 + left: 15px;
7778 5486 height: 100%;
7779 5487 z-index: 0;
7780 5488 font-size: 13px;
7781 5489 }
@@ -7781,12 +5489,13 @@
7781 5489 }
7782 5490 .elementor-navigator__element__indicators {
7783 5491 position: relative;
7784 5492 transition: transform 0.5s;
5493 + padding-inline-start: 5px;
7785 5494 z-index: 91;
7786 5495 }
7787 5496 .elementor-navigator__element__indicators:not(:hover) {
7788 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5497 + transform: translateX(calc(-100% + 8px));
7789 5498 }
7790 5499 .elementor-navigator__element__indicator {
7791 5500 height: 100%;
7792 5501 width: 31px;
@@ -7792,15 +5501,18 @@
7792 5501 width: 31px;
7793 5502 display: inline-flex;
7794 5503 align-items: center;
7795 5504 justify-content: center;
7796 - color: var(--e-a-color-txt);
7797 - background-color: var(--e-a-bg-default);
7798 - border-inline-end: var(--e-a-border);
5505 + color: var(--e-a-color-txt-invert);
5506 + background-color: var(--e-a-color-white);
5507 + border-inline-start: var(--e-a-border);
7799 5508 }
7800 5509 .elementor-navigator__element__indicator:first-child {
7801 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5510 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7802 5511 }
5512 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5513 + border-color: #242729;
5514 +}
7803 5515 .elementor-navigator__element__indicator:hover {
7804 5516 color: var(--e-a-color-txt-hover);
7805 5517 }
7806 5518 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7806,16 +5518,13 @@
7806 5518 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7807 5519 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7808 5520 opacity: 0.5;
7809 5521 }
7810 -.elementor-navigator__promotion-text {
7811 - line-height: 18px;
7812 -}
7813 5522
7814 5523 .e-notice-bar {
7815 5524 position: absolute;
7816 5525 width: 100%;
7817 - inset-block-end: 0;
5526 + bottom: 0;
7818 5527 display: flex;
7819 5528 align-items: center;
7820 5529 height: 40px;
7821 5530 color: #fff;
@@ -7839,9 +5548,9 @@
7839 5548 padding: 4px 10px;
7840 5549 font-size: 11px;
7841 5550 }
7842 5551 .e-notice-bar__primary_action a:hover {
7843 - color: rgb(70.5, 0, 30.2142857143);
5552 + color: #47001e;
7844 5553 background: #F1F2F3;
7845 5554 }
7846 5555 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7847 5556 font-size: 11px;
@@ -7941,11 +5650,11 @@
7941 5650 background-color: transparent;
7942 5651 }
7943 5652 #elementor-icons-manager__search i {
7944 5653 position: absolute;
7945 - inset-block-start: 50%;
7946 - inset-inline-end: 15px;
5654 + top: 50%;
7947 5655 transform: translateY(-50%);
5656 + left: 15px;
7948 5657 }
7949 5658 #elementor-icons-manager__tab__wrapper {
7950 5659 overflow: auto;
7951 5660 margin: 25px -15px 0;
@@ -8034,10 +5743,10 @@
8034 5743 content: "";
8035 5744 position: absolute;
8036 5745 height: 100%;
8037 5746 width: 3px;
8038 - inset-block-start: 0;
8039 - inset-inline-start: 0;
5747 + top: 0;
5748 + right: 0;
8040 5749 background-color: var(--e-a-border-color-accent);
8041 5750 }
8042 5751 .elementor-icons-manager__tab__item {
8043 5752 position: relative;
@@ -8062,11 +5771,11 @@
8062 5771 flex-direction: column;
8063 5772 align-items: center;
8064 5773 width: 100%;
8065 5774 position: absolute;
8066 - inset-block-start: 50%;
8067 - inset-inline-start: 50%;
8068 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5775 + top: 50%;
5776 + left: 50%;
5777 + transform: translate(-50%, -50%);
8069 5778 padding: 1px;
8070 5779 }
8071 5780 .elementor-icons-manager__tab__item__icon {
8072 5781 font-size: 25px;
@@ -8110,12 +5819,11 @@
8110 5819 }
8111 5820 .pickr .pcr-button:before, .pickr .pcr-button:after {
8112 5821 height: 12px;
8113 5822 width: 12px;
8114 - position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5823 + top: 50%;
5824 + left: 50%;
5825 + transform: translate(-50%, -50%);
8118 5826 }
8119 5827
8120 5828 .pcr-app {
8121 5829 background-color: var(--e-a-bg-default);
@@ -8133,11 +5841,8 @@
8133 5841 }
8134 5842 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8135 5843 height: 150px;
8136 5844 }
8137 -.pcr-app .pcr-selection .pcr-picker {
8138 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8139 -}
8140 5845 .pcr-app .pcr-interaction {
8141 5846 padding-block-end: 20px;
8142 5847 }
8143 5848 .pcr-app .pcr-interaction input.pcr-result {
@@ -8222,9 +5927,12 @@
8222 5927 font-family: "eicons";
8223 5928 color: var(--e-a-btn-color-invert);
8224 5929 text-indent: 0;
8225 5930 position: absolute;
8226 - inset: 0;
5931 + left: 0;
5932 + top: 0;
5933 + width: 100%;
5934 + height: 100%;
8227 5935 display: flex;
8228 5936 justify-content: center;
8229 5937 align-items: center;
8230 5938 }
@@ -8255,9 +5963,9 @@
8255 5963 }
8256 5964
8257 5965 .select2-selection__arrow {
8258 5966 height: 27px;
8259 - inset-block-start: 0;
5967 + top: 0;
8260 5968 }
8261 5969
8262 5970 .select2-results__option[aria-selected=true] {
8263 5971 background-color: var(--e-a-bg-active);
@@ -8280,12 +5988,12 @@
8280 5988 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8281 5989 cursor: ew-resize;
8282 5990 }
8283 5991 .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;
5992 + box-shadow: 0 0 0 1px #0e3b9c inset;
8285 5993 }
8286 5994 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8287 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
5995 + color: #0e3b9c;
8288 5996 -webkit-user-select: none;
8289 5997 -moz-user-select: none;
8290 5998 user-select: none;
8291 5999 }
@@ -8316,10 +6024,11 @@
8316 6024 padding: 0;
8317 6025 margin: 0;
8318 6026 height: 100px;
8319 6027 position: absolute;
8320 - inset-block-start: -60px;
8321 - inset-inline: 0;
6028 + top: -60px;
6029 + left: 0;
6030 + right: 0;
8322 6031 }
8323 6032 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8324 6033 border-color: transparent;
8325 6034 outline: none;
@@ -8346,22 +6055,20 @@
8346 6055 }
8347 6056
8348 6057 [class^=eicon-flex], [class*=" eicon-flex"] {
8349 6058 transition: 0.3s all;
6059 + --is-ltr: 1;
6060 + --is-rtl: 0;
6061 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6062 + --is-ltr: 0;
6063 + --is-rtl: 1;
8350 6064 }
8351 6065 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8352 6066 max-height: 1em;
8353 6067 max-width: 1em;
8354 6068 }
8355 -[class^=eicon-flex], [class*=" eicon-flex"] {
8356 - --is-ltr: 0;
8357 - --is-rtl: 1;
8358 -}
8359 6069 [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 6070 --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 6071 }
8365 6072 :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 6073 transform: rotate(calc(var(--rotation-direction) * 90deg));
8367 6074 }