PluginProbe
Elementor Website Builder – more than just a page builder / 3.17.2
Elementor Website Builder – more than just a page builder v3.17.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 +608 -2852 4.3.03.17.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.17.0 - 01-11-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,58 +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) h1,
792 -.elementor-panel :where(#elementor-panel-state-loading,
793 -#elementor-panel-header-wrapper,
794 -#elementor-panel-content-wrapper) h2,
795 -.elementor-panel :where(#elementor-panel-state-loading,
796 -#elementor-panel-header-wrapper,
797 -#elementor-panel-content-wrapper) h3,
798 -.elementor-panel :where(#elementor-panel-state-loading,
799 -#elementor-panel-header-wrapper,
800 -#elementor-panel-content-wrapper) h4,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper) h5,
804 -.elementor-panel :where(#elementor-panel-state-loading,
805 -#elementor-panel-header-wrapper,
806 -#elementor-panel-content-wrapper) 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 {
807 525 font-size: 100%;
808 526 font-weight: normal;
809 527 }
810 -.elementor-panel :where(#elementor-panel-state-loading,
811 -#elementor-panel-header-wrapper,
812 -#elementor-panel-content-wrapper) abbr,
813 -.elementor-panel :where(#elementor-panel-state-loading,
814 -#elementor-panel-header-wrapper,
815 -#elementor-panel-content-wrapper) acronym {
528 +.elementor-panel abbr,
529 +.elementor-panel acronym {
816 530 border: 0;
817 531 font-variant: normal;
818 532 }
819 -.elementor-panel :where(#elementor-panel-state-loading,
820 -#elementor-panel-header-wrapper,
821 -#elementor-panel-content-wrapper) sup {
533 +.elementor-panel sup {
822 534 vertical-align: text-top;
823 535 }
824 -.elementor-panel :where(#elementor-panel-state-loading,
825 -#elementor-panel-header-wrapper,
826 -#elementor-panel-content-wrapper) sub {
536 +.elementor-panel sub {
827 537 vertical-align: text-bottom;
828 538 }
829 -.elementor-panel :where(#elementor-panel-state-loading,
830 -#elementor-panel-header-wrapper,
831 -#elementor-panel-content-wrapper) img {
539 +.elementor-panel img {
832 540 max-width: 100%;
833 541 height: auto;
834 542 border: 0;
835 543 }
836 -.elementor-panel :where(#elementor-panel-state-loading,
837 -#elementor-panel-header-wrapper,
838 -#elementor-panel-content-wrapper) :focus {
544 +.elementor-panel :focus {
839 545 outline: 0;
840 546 }
841 547 .elementor-panel .elementor-panel-box-content {
842 548 padding: 20px 20px 10px;
@@ -888,9 +594,10 @@
888 594 display: none;
889 595 position: absolute;
890 596 box-shadow: var(--e-a-popover-shadow);
891 597 border-radius: var(--e-a-border-radius);
892 - inset-inline: 0;
598 + left: 0;
599 + right: 0;
893 600 margin: -4px auto 5px;
894 601 padding-block-start: 15px;
895 602 width: 90%;
896 603 z-index: 10000;
@@ -898,10 +605,10 @@
898 605 }
899 606 .elementor-panel .elementor-controls-popover:before {
900 607 content: "";
901 608 position: absolute;
902 - inset-block-start: -16px;
903 - inset-inline-end: 22px;
609 + top: -16px;
610 + left: 22px;
904 611 border: 8px solid transparent;
905 612 border-block-end-color: var(--e-a-bg-default);
906 613 }
907 614 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -912,20 +619,8 @@
912 619 }
913 620 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
914 621 margin-block-start: 20px;
915 622 }
916 -.elementor-panel {
917 - position: relative;
918 - height: 100%;
919 - inset-inline-start: 0;
920 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
921 - width: var(--e-editor-panel-width);
922 - overflow: visible;
923 - background-color: var(--e-a-bg-default);
924 - z-index: 1;
925 - font-family: var(--e-a-font-family);
926 - font-size: 13px;
927 -}
928 623 .elementor-editor-preview .elementor-panel {
929 624 --e-is-preview-mode: 1;
930 625 }
931 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -931,12 +626,8 @@
931 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
932 627 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
933 628 display: none;
934 629 }
935 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
936 - display: flex;
937 - flex-direction: column;
938 -}
939 630 .elementor-panel .ps__rail-y {
940 631 z-index: 2;
941 632 }
942 633 .elementor-panel .elementor-responsive-panel {
@@ -978,9 +669,9 @@
978 669 }
979 670 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
980 671 font-size: 18px;
981 672 }
982 -.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 {
983 674 color: var(--e-a-dark-color-txt-hover);
984 675 }
985 676 .elementor-panel #elementor-panel-header-title {
986 677 flex: 1;
@@ -991,9 +682,8 @@
991 682 width: 90px;
992 683 }
993 684 .elementor-panel #elementor-panel-elements-categories {
994 685 padding-block-end: 10px;
995 - position: relative;
996 686 }
997 687 .elementor-panel .elementor-panel-category {
998 688 position: relative;
999 689 border-block-end: var(--e-a-border);
@@ -1005,11 +695,8 @@
1005 695 }
1006 696 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1007 697 border: none;
1008 698 }
1009 -.elementor-panel .elementor-panel-category.elementor-active-title {
1010 - display: flex;
1011 -}
1012 699 .elementor-panel .elementor-panel-category-items {
1013 700 padding-block-end: 20px;
1014 701 }
1015 702 .elementor-panel .elementor-panel-category-items-empty {
@@ -1034,16 +721,14 @@
1034 721 align-items: center;
1035 722 width: 100%;
1036 723 height: 40px;
1037 724 transition: var(--e-a-transition-hover);
1038 - border: 0;
1039 - background-color: transparent;
1040 725 cursor: pointer;
1041 726 }
1042 727 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1043 728 border-block-end: var(--e-a-border);
1044 729 }
1045 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
730 +.elementor-panel .elementor-panel-menu-item:hover {
1046 731 background-color: var(--e-a-bg-hover);
1047 732 }
1048 733 .elementor-panel .elementor-panel-menu-item:active {
1049 734 background-color: var(--e-a-bg-active);
@@ -1109,11 +794,13 @@
1109 794 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1110 795 border-color: var(--e-a-border-color-accent);
1111 796 color: var(--e-a-color-txt-accent);
1112 797 }
798 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1113 799 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1114 800 color: var(--e-a-color-txt-accent);
1115 801 }
802 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1116 803 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1117 804 color: inherit;
1118 805 display: block;
1119 806 text-align: center;
@@ -1119,8 +806,9 @@
1119 806 text-align: center;
1120 807 padding: 12px 0 8px;
1121 808 font-size: 10px;
1122 809 }
810 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1123 811 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1124 812 font-family: eicons;
1125 813 font-size: 16px;
1126 814 display: block;
@@ -1125,31 +813,35 @@
1125 813 font-size: 16px;
1126 814 display: block;
1127 815 margin-block-end: 8px;
1128 816 }
817 +.elementor-panel .elementor-tab-control-content a:before,
1129 818 .elementor-panel .elementor-tab-control-content span:before {
1130 819 content: "\e92c";
1131 820 }
821 +.elementor-panel .elementor-tab-control-style a:before,
1132 822 .elementor-panel .elementor-tab-control-style span:before {
1133 823 content: "\e921";
1134 824 }
1135 -.elementor-panel .elementor-tab-control-settings span:before {
1136 - content: "\e940";
1137 -}
1138 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1139 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1140 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
825 +.elementor-panel .elementor-tab-control-advanced a:before,
1141 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,
1142 830 .elementor-panel .elementor-tab-control-general_style span:before {
1143 831 content: "\e916";
1144 832 }
833 +.elementor-panel .elementor-tab-control-responsive a:before,
1145 834 .elementor-panel .elementor-tab-control-responsive span:before {
1146 835 content: "\e885";
1147 836 }
837 +.elementor-panel .elementor-tab-control-lightbox a:before,
1148 838 .elementor-panel .elementor-tab-control-lightbox span:before {
1149 839 content: "\e922";
1150 840 }
841 +.elementor-panel .elementor-tab-control-layout a:before,
1151 842 .elementor-panel .elementor-tab-control-layout span:before,
843 +.elementor-panel .elementor-tab-control-column a:before,
1152 844 .elementor-panel .elementor-tab-control-column span:before {
1153 845 content: "\e899";
1154 846 }
1155 847 .elementor-panel #elementor-panel__editor__help {
@@ -1181,15 +873,142 @@
1181 873 content: "";
1182 874 position: absolute;
1183 875 height: 13px;
1184 876 width: 13px;
1185 - inset-block-start: 3px;
1186 - inset-block-end: 0;
1187 - inset-inline-start: 8px;
1188 - inset-inline-end: 0;
877 + top: 3px;
878 + bottom: 0;
879 + right: 8px;
880 + left: 0;
1189 881 border-radius: 50%;
1190 882 z-index: -1;
1191 883 }
884 +.elementor-panel #elementor-panel-footer {
885 + position: relative;
886 + height: 40px;
887 + background-color: var(--e-a-dark-bg);
888 + color: var(--e-a-dark-color-txt);
889 +}
890 +.elementor-panel #elementor-panel-footer-tools {
891 + display: flex;
892 + justify-content: space-between;
893 + height: 100%;
894 +}
895 +.elementor-panel .elementor-panel-footer-tool {
896 + display: flex;
897 + align-items: center;
898 + justify-content: center;
899 + width: 15%;
900 + cursor: pointer;
901 + transition: var(--e-a-transition-hover);
902 + border: 0;
903 + color: currentColor;
904 + background-color: transparent;
905 +}
906 +.elementor-panel .elementor-panel-footer-tool i {
907 + font-size: 15px;
908 +}
909 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right {
910 + margin: auto;
911 + transform: rotate(270deg);
912 +}
913 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled {
914 + cursor: inherit;
915 +}
916 +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus {
917 + color: var(--e-a-dark-color-txt-hover);
918 +}
919 +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper {
920 + display: none;
921 +}
922 +.elementor-panel #elementor-panel-footer-saver-publish {
923 + width: 30%;
924 + margin-inline-start: auto;
925 +}
926 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
927 + margin-inline-end: 0;
928 +}
929 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
930 + display: none;
931 +}
932 +.elementor-panel #elementor-panel-footer-saver-options {
933 + width: 10%;
934 +}
935 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
936 + font-size: 11px;
937 + font-style: italic;
938 + padding: 5px 0 15px;
939 +}
940 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
941 + display: none;
942 +}
943 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
944 + border-block-end: 1px dotted transparent;
945 + transition: all ease-in-out 0.3s;
946 + cursor: pointer;
947 +}
948 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
949 + border-block-end-color: inherit;
950 +}
951 +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
952 + transform: rotate(90deg);
953 +}
954 +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
955 + padding: 0;
956 + font-size: 11px;
957 + height: 100%;
958 + width: 100%;
959 + border-radius: 0;
960 +}
961 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
962 + background-color: #1f2124;
963 + color: #9DA5AE;
964 +}
965 +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
966 + border-inline-end: 1px solid #F0ABFC;
967 +}
968 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
969 + border-inline-end: 1px solid #3f444b;
970 +}
971 +.elementor-panel .elementor-panel-footer-sub-menu-wrapper {
972 + position: absolute;
973 + bottom: 100%;
974 + left: 0;
975 + width: 100%;
976 + background-color: #1f2124;
977 + padding: 10px;
978 + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
979 + cursor: default;
980 + z-index: 10000;
981 +}
982 +.elementor-panel .elementor-panel-footer-sub-menu {
983 + border-radius: var(--e-border-radius);
984 + overflow: hidden;
985 + border: 1px solid #3f444b;
986 +}
987 +.elementor-panel .elementor-panel-footer-sub-menu-item {
988 + display: flex;
989 + height: 40px;
990 + color: #D5D8DC;
991 + align-items: center;
992 + -moz-column-gap: 10px;
993 + column-gap: 10px;
994 + padding: 0 20px;
995 + transition: var(--e-a-transition-hover);
996 + cursor: pointer;
997 +}
998 +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled {
999 + cursor: default;
1000 + color: #69727D;
1001 +}
1002 +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1003 + border-block-end: 1px solid #3f444b;
1004 +}
1005 +.elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1006 + background-color: rgba(255, 255, 255, 0.1);
1007 +}
1008 +.elementor-panel .elementor-panel-footer-sub-menu-item.active {
1009 + background-color: rgba(255, 255, 255, 0.2);
1010 +}
1192 1011
1193 1012 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1194 1013 text-align: center;
1195 1014 padding: 10px 0;
@@ -1205,9 +1024,12 @@
1205 1024 display: none;
1206 1025 }
1207 1026 body.elementor-panel-loading #elementor-panel-state-loading {
1208 1027 position: absolute;
1209 - inset: 0;
1028 + top: 0;
1029 + left: 0;
1030 + height: 100%;
1031 + width: 100%;
1210 1032 display: flex;
1211 1033 align-items: center;
1212 1034 justify-content: center;
1213 1035 background-color: rgba(255, 255, 255, 0.5);
@@ -1220,17 +1042,13 @@
1220 1042
1221 1043 #elementor-panel-elements-search-area {
1222 1044 background-color: var(--e-a-bg-default);
1223 1045 position: sticky;
1224 - inset-block-start: 0;
1046 + top: 0;
1225 1047 padding: 15px;
1226 1048 z-index: 1;
1227 1049 }
1228 1050
1229 -#elementor-panel-elements-search-area:empty {
1230 - display: none;
1231 -}
1232 -
1233 1051 #elementor-panel-elements-search-wrapper {
1234 1052 position: relative;
1235 1053 }
1236 1054
@@ -1247,12 +1065,12 @@
1247 1065 appearance: none;
1248 1066 }
1249 1067 #elementor-panel-elements-search-input + i {
1250 1068 position: absolute;
1251 - inset-block-start: 50%;
1252 - inset-inline-start: 10px;
1069 + right: 10px;
1070 + top: 50%;
1071 + color: var(--e-a-color-txt-disabled);
1253 1072 transform: translateY(-50%);
1254 - color: var(--e-a-color-txt-disabled);
1255 1073 }
1256 1074 #elementor-panel-elements-search-input:focus {
1257 1075 border-color: var(--e-a-border-color-focus);
1258 1076 padding-inline-end: 15px;
@@ -1257,24 +1075,9 @@
1257 1075 border-color: var(--e-a-border-color-focus);
1258 1076 padding-inline-end: 15px;
1259 1077 }
1260 1078
1261 -.e-free-badge-container {
1262 - flex-grow: 1;
1263 - margin-inline-start: 10px;
1264 - margin-inline-end: 10px;
1265 -}
1266 -.e-free-badge-container .e-free-badge {
1267 - border-radius: var(--e-a-border-radius);
1268 - background-color: var(--e-a-btn-bg);
1269 - color: var(--e-a-btn-color-invert);
1270 - padding: 3px 5px;
1271 -}
1272 -
1273 1079 .elementor-panel .elementor-element {
1274 - font-family: var(--e-a-font-family);
1275 - color: var(--e-a-color-txt);
1276 - line-height: 1;
1277 1080 text-align: center;
1278 1081 border: var(--e-a-border-bold);
1279 1082 border-radius: 3px;
1280 1083 cursor: move;
@@ -1279,10 +1082,8 @@
1279 1082 border-radius: 3px;
1280 1083 cursor: move;
1281 1084 position: relative;
1282 1085 transition: var(--e-a-transition-hover);
1283 - width: 100%;
1284 - background-color: transparent;
1285 1086 }
1286 1087 .elementor-panel .elementor-element--promotion .elementor-element {
1287 1088 cursor: pointer;
1288 1089 -webkit-user-select: none;
@@ -1288,37 +1089,15 @@
1288 1089 -webkit-user-select: none;
1289 1090 -moz-user-select: none;
1290 1091 user-select: none;
1291 1092 }
1292 -.elementor-panel .elementor-element .eicon-atomic,
1293 -.elementor-panel .elementor-element .e-widget-new-badge {
1294 - position: absolute;
1295 - inset-block-start: 4px;
1296 - inset-inline-end: 6px;
1297 -}
1298 -.elementor-panel .elementor-element .eicon-atomic {
1299 - color: var(--e-a-color-txt);
1300 -}
1301 -.elementor-panel .elementor-element .e-widget-new-badge {
1302 - border-radius: 4px;
1303 - background-color: #EBF2FE;
1304 - color: var(--e-a-color-info);
1305 - padding: 2px 4px;
1306 - font-size: 10px;
1307 - font-weight: 500;
1308 - line-height: 1.4;
1309 - pointer-events: none;
1310 -}
1311 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1093 +.elementor-panel .elementor-element:hover {
1312 1094 background-color: var(--e-a-bg-hover);
1313 1095 border-color: var(--e-a-border-color-bold);
1314 1096 }
1315 -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1097 +.elementor-panel .elementor-element:hover > .eicon-lock {
1316 1098 color: var(--e-a-color-accent);
1317 1099 }
1318 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1319 - color: var(--e-a-color-info);
1320 -}
1321 1100 .elementor-panel .elementor-element .icon {
1322 1101 font-size: 28px;
1323 1102 padding-block-start: 15px;
1324 1103 }
@@ -1330,12 +1109,12 @@
1330 1109 }
1331 1110 .elementor-panel .elementor-element .title {
1332 1111 font-size: 12px;
1333 1112 }
1334 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1113 +.elementor-panel .elementor-element > .eicon-lock {
1335 1114 position: absolute;
1336 - inset-block-start: 5px;
1337 - inset-inline-end: 5px;
1115 + top: 5px;
1116 + left: 5px;
1338 1117 color: var(--e-a-color-txt-disabled);
1339 1118 }
1340 1119 .elementor-panel .elementor-element:active {
1341 1120 background-color: var(--e-a-bg-hover);
@@ -1353,10 +1132,10 @@
1353 1132 }
1354 1133 #elementor-element--promotion__dialog:after {
1355 1134 content: "";
1356 1135 position: absolute;
1357 - inset-block-start: 15px;
1358 - inset-inline-end: 100%;
1136 + top: 15px;
1137 + left: 100%;
1359 1138 transform: scaleY(0.7);
1360 1139 border: 10px solid transparent;
1361 1140 border-inline-end-color: var(--e-a-bg-default);
1362 1141 }
@@ -1396,9 +1175,9 @@
1396 1175 .dialog-tooltip-widget {
1397 1176 position: absolute;
1398 1177 width: 300px;
1399 1178 z-index: 1;
1400 - background-color: var(--e-a-bg-default);
1179 + background-color: #ffffff;
1401 1180 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1402 1181 border-radius: 3px;
1403 1182 }
1404 1183 .dialog-tooltip-widget:after {
@@ -1403,13 +1182,13 @@
1403 1182 }
1404 1183 .dialog-tooltip-widget:after {
1405 1184 content: "";
1406 1185 position: absolute;
1407 - inset-block-start: 15px;
1408 - inset-inline-end: 100%;
1186 + top: 15px;
1187 + left: 100%;
1409 1188 transform: scaleY(0.7);
1410 1189 border: 10px solid transparent;
1411 - border-inline-end-color: var(--e-a-bg-default);
1190 + border-inline-end-color: #ffffff;
1412 1191 }
1413 1192 .dialog-tooltip-widget__title {
1414 1193 font-size: 14px;
1415 1194 }
@@ -1415,10 +1194,10 @@
1415 1194 }
1416 1195 .dialog-tooltip-widget .dialog-tooltip-header {
1417 1196 display: flex;
1418 1197 padding: 20px 20px 0;
1419 - color: var(--e-a-color-txt);
1420 - border-block-end: 1px solid var(--e-a-bg-default);
1198 + color: #0C0D0E;
1199 + border-block-end: 1px solid #ffffff;
1421 1200 font-weight: 500;
1422 1201 }
1423 1202 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1424 1203 flex-grow: 1;
@@ -1428,9 +1207,9 @@
1428 1207 }
1429 1208 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1430 1209 cursor: pointer;
1431 1210 margin-inline-start: auto;
1432 - color: var(--e-a-color-txt);
1211 + color: #9DA5AE;
1433 1212 }
1434 1213 .dialog-tooltip-widget .dialog-tooltip-message {
1435 1214 padding: 20px;
1436 1215 }
@@ -1445,80 +1224,8 @@
1445 1224 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1446 1225 border: 0;
1447 1226 }
1448 1227
1449 -#elementor-panel-elements-widget-creation-area:empty {
1450 - display: none;
1451 -}
1452 -
1453 -.elementor-panel-elements-widget-creation {
1454 - text-align: center;
1455 - padding: 30px 20px;
1456 -}
1457 -.elementor-panel-elements-widget-creation__title {
1458 - font-size: 14px;
1459 - font-weight: bold;
1460 - line-height: 1.4;
1461 - color: var(--e-a-color-txt);
1462 -}
1463 -.elementor-panel-elements-widget-creation__message {
1464 - margin-block-start: 8px;
1465 - font-size: 13px;
1466 - line-height: 1.6;
1467 - color: var(--e-a-color-txt-muted);
1468 -}
1469 -.elementor-panel-elements-widget-creation__cta {
1470 - display: inline-flex;
1471 - align-items: center;
1472 - gap: 6px;
1473 - margin-block-start: 16px;
1474 - padding: 0;
1475 - border: none;
1476 - background: none;
1477 - color: #C00BB9;
1478 - font-size: 14px;
1479 - font-weight: 500;
1480 - cursor: pointer;
1481 - font-family: var(--e-a-font-family);
1482 -}
1483 -.elementor-panel-elements-widget-creation__cta i {
1484 - font-size: 16px;
1485 -}
1486 -.elementor-panel-elements-widget-creation__cta:hover {
1487 - opacity: 0.8;
1488 -}
1489 -.elementor-panel-elements-widget-creation--search-footer {
1490 - border-block-start: var(--e-a-border);
1491 -}
1492 -
1493 -.elementor-panel-category-custom-widgets-empty {
1494 - grid-column: 1/-1;
1495 - width: 100%;
1496 - padding: 0 16px 16px;
1497 -}
1498 -.elementor-panel-category-custom-widgets-empty__message {
1499 - margin: 0;
1500 - font-size: 12px;
1501 - line-height: 1.6;
1502 - color: var(--e-a-color-txt-muted);
1503 -}
1504 -
1505 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1506 - margin-inline-start: auto;
1507 - padding: 4px 10px;
1508 - border: none;
1509 - background: none;
1510 - color: #C00BB9;
1511 - font-size: 12px;
1512 - font-weight: 500;
1513 - cursor: pointer;
1514 - font-family: var(--e-a-font-family);
1515 - flex-shrink: 0;
1516 -}
1517 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1518 - opacity: 0.8;
1519 -}
1520 -
1521 1228 #elementor-panel-inner {
1522 1229 position: relative;
1523 1230 height: 100%;
1524 1231 display: flex;
@@ -1544,109 +1251,21 @@
1544 1251 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1545 1252 margin-block-start: 20px;
1546 1253 }
1547 1254
1548 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1549 - display: flex;
1550 - flex-direction: column;
1551 -}
1552 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1553 - display: flex;
1554 - flex-direction: column;
1555 - flex: 1;
1556 - min-height: 0;
1557 -}
1558 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1559 - position: sticky;
1560 - inset-block-end: 0;
1561 - margin-block-start: auto;
1562 -}
1563 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1564 - margin-block-start: 0;
1565 -}
1566 -
1567 -#elementor-panel-get-pro-elements-sticky {
1568 - position: sticky;
1569 - inset-block-end: 0;
1570 - margin-block-end: -10px;
1571 -}
1572 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1573 - margin-block-start: -14px;
1574 -}
1575 -
1576 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1577 - display: flex;
1578 - flex-direction: column;
1579 - min-height: 100%;
1580 -}
1581 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1582 - margin-block-start: auto;
1583 -}
1584 -
1585 -#elementor-panel-get-pro-elements-sticky,
1586 -.elementor-panel-editor-sticky-promotion {
1587 - font-size: 14px;
1588 - font-weight: 400;
1589 - line-height: 1.6;
1590 - background-color: var(--e-a-color-white);
1591 -}
1592 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1593 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1594 - min-height: 40px;
1595 - display: block;
1596 - padding: 9px min(35px, 5%);
1597 - gap: 10px;
1598 - background-color: var(--e-a-color-white);
1599 - color: var(--e-a-color-black);
1600 - text-align: center;
1601 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1602 -}
1603 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1604 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1605 - display: inline-block;
1606 - font-size: 13px;
1607 - font-weight: 500;
1608 - color: var(--e-a-btn-bg-accent);
1609 -}
1610 -#elementor-panel-get-pro-elements-sticky img,
1611 -.elementor-panel-editor-sticky-promotion img {
1612 - margin-inline-start: 17px;
1613 -}
1614 -
1615 1255 #elementor-panel-notice-wrapper .elementor-panel-notice {
1616 1256 width: 90%;
1617 1257 margin: 0 auto;
1618 1258 font-style: unset;
1619 - margin-block-end: 15px;
1259 + margin-bottom: 15px;
1620 1260 }
1621 1261 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1622 1262 font-weight: bold;
1623 1263 font-style: italic;
1624 - border-block-end: 2px dotted var(--e-a-color-info);
1264 + border-bottom: 2px dotted var(--e-a-color-info);
1625 1265 display: inline-block;
1626 1266 }
1627 1267
1628 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1629 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1630 - position: relative;
1631 -}
1632 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1633 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1634 - position: absolute;
1635 - content: "";
1636 - display: block;
1637 - background: var(--e-a-color-primary);
1638 - border-radius: 50%;
1639 - width: 8px;
1640 - height: 8px;
1641 - inset-block-start: 5px;
1642 - inset-inline-end: 5px;
1643 -}
1644 -
1645 -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper {
1646 - display: none !important;
1647 -}
1648 -
1649 1268 .media-modal.wp-core-ui {
1650 1269 color-scheme: light;
1651 1270 color: #515962;
1652 1271 }
@@ -1681,11 +1300,8 @@
1681 1300 font-size: var(--control-title-size);
1682 1301 line-height: 1;
1683 1302 margin-inline-end: 5px;
1684 1303 }
1685 -.elementor-control .elementor-control-title:empty {
1686 - display: none;
1687 -}
1688 1304 .elementor-control .elementor-control-spinner {
1689 1305 display: flex;
1690 1306 align-items: center;
1691 1307 }
@@ -1692,9 +1308,8 @@
1692 1308 .elementor-control.elementor-control-type-divider {
1693 1309 padding: 0;
1694 1310 }
1695 1311 .elementor-control.elementor-control-type-divider .elementor-control-content {
1696 - margin-inline: 20px;
1697 1312 border-width: 0;
1698 1313 border-block-start: var(--e-a-border);
1699 1314 background-color: var(--e-a-bg-default);
1700 1315 height: 15px;
@@ -1704,23 +1319,24 @@
1704 1319 }
1705 1320 .elementor-control.elementor-control-separator-before:before {
1706 1321 content: "";
1707 1322 position: absolute;
1708 - inset: 0 20px auto;
1709 1323 height: 1px;
1324 + width: calc(100% - 40px);
1325 + top: 0;
1326 + right: 20px;
1710 1327 background-color: var(--e-a-border-color);
1711 1328 }
1712 -.elementor-control.elementor-control-separator-after {
1713 - padding-block-end: 15px;
1714 -}
1715 1329 .elementor-control.elementor-control-separator-after:after {
1716 1330 content: "";
1717 1331 position: absolute;
1718 - inset: auto 20px 0;
1719 1332 height: 1px;
1333 + width: calc(100% - 40px);
1334 + bottom: 0;
1335 + right: 20px;
1720 1336 background-color: var(--e-a-border-color);
1721 1337 }
1722 -.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 {
1723 1339 padding-block-start: 15px;
1724 1340 }
1725 1341 .elementor-control.elementor-control-deprecated {
1726 1342 color: var(--e-a-color-warning);
@@ -1758,36 +1374,23 @@
1758 1374 }
1759 1375 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1760 1376 display: none;
1761 1377 }
1762 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1763 - padding: 4px;
1764 -}
1765 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1766 - aspect-ratio: 4/1;
1767 - -o-object-fit: cover;
1768 - object-fit: cover;
1769 - -o-object-position: center;
1770 - object-position: center;
1771 -}
1772 -.elementor-control-shape_divider_bottom img {
1773 - rotate: X 180deg;
1774 -}
1775 1378 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1776 1379 margin-block-start: 5px;
1777 1380 }
1778 1381
1779 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1780 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1781 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1782 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1783 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1784 - 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";
1785 1388 }
1786 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1787 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1788 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1789 - 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";
1790 1393 }
1791 1394
1792 1395 .elementor-panel-heading {
1793 1396 display: flex;
@@ -1795,12 +1398,10 @@
1795 1398 gap: 5px;
1796 1399 height: 48px;
1797 1400 padding-inline: 20px;
1798 1401 width: 100%;
1799 - border: 0;
1800 1402 border-block-start: var(--e-a-border);
1801 1403 border-block-start-width: 2px;
1802 - background-color: transparent;
1803 1404 color: var(--e-a-color-txt-accent);
1804 1405 cursor: pointer;
1805 1406 }
1806 1407 .elementor-panel-heading-toggle {
@@ -1811,37 +1412,10 @@
1811 1412 }
1812 1413 .elementor-panel-heading-title {
1813 1414 font-weight: bold;
1814 1415 }
1815 -.elementor-panel-heading-category-chip {
1816 - margin-inline-start: auto;
1817 - background-color: var(--e-a-bg-chip);
1818 - border-radius: 100px;
1819 - padding: 5px 8px;
1820 -}
1821 -.elementor-panel-heading-promotion {
1822 - margin-inline-start: auto;
1823 -}
1824 -.elementor-panel-heading-promotion a {
1825 - color: var(--e-a-color-accent-promotion);
1826 - font-family: "Roboto", sans-serif;
1827 - font-weight: 500;
1828 - font-size: 13px;
1829 -}
1830 -.elementor-panel-heading-promotion a i {
1831 - margin-inline-end: 4px;
1832 - font-size: 14px;
1833 -}
1834 -.elementor-panel-heading-promotion a:hover {
1835 - color: var(--e-a-color-accent-promotion);
1836 -}
1837 -.elementor-panel-heading:focus-visible {
1838 - color: var(--e-a-color-txt-hover);
1839 -}
1840 1416
1841 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1842 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1843 -#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 {
1844 1418 border-block-start: none;
1845 1419 }
1846 1420
1847 1421 .elementor-control-field {
@@ -1886,13 +1460,11 @@
1886 1460 .elementor-group-control-attachment_alert .elementor-control-field-description {
1887 1461 margin-block-start: 0;
1888 1462 }
1889 1463
1890 -.elementor-control-start-end .eicon-text-align-left,
1891 -.elementor-control-start-end .eicon-text-align-right,
1892 1464 .elementor-control-start-end .eicon-h-align-left,
1893 1465 .elementor-control-start-end .eicon-h-align-right {
1894 - scale: calc(1 * var(--direction-multiplier)) 1;
1466 + transform: rotate(180deg);
1895 1467 }
1896 1468
1897 1469 .elementor-update-preview {
1898 1470 margin: 15px 15px 0;
@@ -1923,15 +1495,15 @@
1923 1495 --pointer-position: var(--selected-option);
1924 1496 position: relative;
1925 1497 width: 2.5em;
1926 1498 height: 2.5em;
1927 - margin: calc(-2.5em + 12px) 0;
1499 + margin: calc( -2.5em + 12px) 0;
1928 1500 margin-inline-end: 5px;
1929 1501 }
1930 1502 .elementor-control-responsive-switchers__holder {
1931 1503 position: absolute;
1932 1504 width: 100%;
1933 - inset-block-start: 0;
1505 + top: 0;
1934 1506 background-color: var(--e-a-bg-default);
1935 1507 border-radius: var(--e-a-border-radius);
1936 1508 transition: 0.15s;
1937 1509 border: 1px solid transparent;
@@ -2074,10 +1646,10 @@
2074 1646 display: none;
2075 1647 overflow: hidden;
2076 1648 max-height: 0;
2077 1649 position: absolute;
2078 - inset-block-start: -0.8em;
2079 - inset-inline-start: -0.5em;
1650 + top: -0.8em;
1651 + right: -0.5em;
2080 1652 width: 2.5em;
2081 1653 text-align: center;
2082 1654 background-color: var(--e-a-bg-default);
2083 1655 border-radius: var(--e-a-border-radius);
@@ -2097,8 +1669,14 @@
2097 1669 }
2098 1670 .e-units-choices .elementor-units-choices-label:hover {
2099 1671 color: var(--e-a-color-primary-bold);
2100 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 +}
2101 1679 .e-units-choices.e-units-choices-open {
2102 1680 display: block;
2103 1681 animation-duration: 1s;
2104 1682 animation-name: e-units-choices-open;
@@ -2116,19 +1694,8 @@
2116 1694 to {
2117 1695 max-height: 100vh;
2118 1696 }
2119 1697 }
2120 -.elementor-control-alert {
2121 - display: flex;
2122 - flex-direction: column;
2123 - justify-content: flex-start;
2124 - align-items: flex-start;
2125 - gap: 8px;
2126 -}
2127 -.elementor-control-alert-heading {
2128 - font-weight: bold;
2129 -}
2130 -
2131 1698 .elementor-control-type-button .elementor-control-input-wrapper {
2132 1699 text-align: end;
2133 1700 }
2134 1701 .elementor-control-type-button .elementor-button {
@@ -2246,15 +1813,15 @@
2246 1813 --pointer-position: var(--selected-option);
2247 1814 position: relative;
2248 1815 width: 2.5em;
2249 1816 height: 2.5em;
2250 - margin: calc(-2.5em + 12px) 0;
1817 + margin: calc( -2.5em + 12px) 0;
2251 1818 margin-inline-end: 5px;
2252 1819 }
2253 1820 .elementor-control-responsive-switchers__holder {
2254 1821 position: absolute;
2255 1822 width: 100%;
2256 - inset-block-start: 0;
1823 + top: 0;
2257 1824 background-color: var(--e-a-bg-default);
2258 1825 border-radius: var(--e-a-border-radius);
2259 1826 transition: 0.15s;
2260 1827 border: 1px solid transparent;
@@ -2397,10 +1964,10 @@
2397 1964 display: none;
2398 1965 overflow: hidden;
2399 1966 max-height: 0;
2400 1967 position: absolute;
2401 - inset-block-start: -0.8em;
2402 - inset-inline-start: -0.5em;
1968 + top: -0.8em;
1969 + right: -0.5em;
2403 1970 width: 2.5em;
2404 1971 text-align: center;
2405 1972 background-color: var(--e-a-bg-default);
2406 1973 border-radius: var(--e-a-border-radius);
@@ -2420,8 +1987,14 @@
2420 1987 }
2421 1988 .e-units-choices .elementor-units-choices-label:hover {
2422 1989 color: var(--e-a-color-primary-bold);
2423 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 +}
2424 1997 .e-units-choices.e-units-choices-open {
2425 1998 display: block;
2426 1999 animation-duration: 1s;
2427 2000 animation-name: e-units-choices-open;
@@ -2524,15 +2097,15 @@
2524 2097 --pointer-position: var(--selected-option);
2525 2098 position: relative;
2526 2099 width: 2.5em;
2527 2100 height: 2.5em;
2528 - margin: calc(-2.5em + 12px) 0;
2101 + margin: calc( -2.5em + 12px) 0;
2529 2102 margin-inline-end: 5px;
2530 2103 }
2531 2104 .elementor-control-responsive-switchers__holder {
2532 2105 position: absolute;
2533 2106 width: 100%;
2534 - inset-block-start: 0;
2107 + top: 0;
2535 2108 background-color: var(--e-a-bg-default);
2536 2109 border-radius: var(--e-a-border-radius);
2537 2110 transition: 0.15s;
2538 2111 border: 1px solid transparent;
@@ -2675,10 +2248,10 @@
2675 2248 display: none;
2676 2249 overflow: hidden;
2677 2250 max-height: 0;
2678 2251 position: absolute;
2679 - inset-block-start: -0.8em;
2680 - inset-inline-start: -0.5em;
2252 + top: -0.8em;
2253 + right: -0.5em;
2681 2254 width: 2.5em;
2682 2255 text-align: center;
2683 2256 background-color: var(--e-a-bg-default);
2684 2257 border-radius: var(--e-a-border-radius);
@@ -2698,8 +2271,14 @@
2698 2271 }
2699 2272 .e-units-choices .elementor-units-choices-label:hover {
2700 2273 color: var(--e-a-color-primary-bold);
2701 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 +}
2702 2281 .e-units-choices.e-units-choices-open {
2703 2282 display: block;
2704 2283 animation-duration: 1s;
2705 2284 animation-name: e-units-choices-open;
@@ -2798,11 +2377,11 @@
2798 2377 }
2799 2378
2800 2379 .elementor-control-type-icons .elementor-control-media__preview > * {
2801 2380 position: absolute;
2802 - inset-block-start: 50%;
2803 - inset-inline-start: 50%;
2804 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2381 + top: 50%;
2382 + left: 50%;
2383 + transform: translate(-50%, -50%);
2805 2384 }
2806 2385 .elementor-control-type-icons .elementor-control-media__preview i {
2807 2386 font-size: 70px;
2808 2387 }
@@ -2847,19 +2426,18 @@
2847 2426 }
2848 2427 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2849 2428 width: 48px;
2850 2429 height: 48px;
2851 - -o-object-fit: cover;
2852 - object-fit: cover;
2430 + background-size: cover;
2431 + background-position: 50% 50%;
2853 2432 border: var(--e-a-border);
2854 2433 }
2855 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2856 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2857 - opacity: 0.6;
2858 -}
2859 2434 .elementor-control-type-gallery .elementor-control-gallery-edit {
2860 2435 position: absolute;
2861 - inset: 0;
2436 + top: 0;
2437 + bottom: 0;
2438 + left: 0;
2439 + right: 0;
2862 2440 background-color: rgba(0, 0, 0, 0.2);
2863 2441 padding: 10px;
2864 2442 font-size: 11px;
2865 2443 transition: all 0.3s ease-in-out;
@@ -2868,10 +2446,10 @@
2868 2446 opacity: 0;
2869 2447 }
2870 2448 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2871 2449 position: absolute;
2872 - inset-block-start: 10px;
2873 - inset-inline-end: 10px;
2450 + top: 10px;
2451 + left: 10px;
2874 2452 width: 21px;
2875 2453 height: 21px;
2876 2454 color: var(--e-a-color-white);
2877 2455 background-color: rgba(0, 0, 0, 0.5);
@@ -2981,10 +2559,10 @@
2981 2559 }
2982 2560 .e-global__popover-info-tooltip:after {
2983 2561 content: "";
2984 2562 position: absolute;
2985 - inset-block-end: -17px;
2986 - inset-inline-start: 16px;
2563 + bottom: -17px;
2564 + right: 16px;
2987 2565 border: 10px solid transparent;
2988 2566 border-block-start-color: rgba(0, 0, 0, 0.9);
2989 2567 }
2990 2568 .e-global__popover-info i {
@@ -2990,9 +2568,9 @@
2990 2568 .e-global__popover-info i {
2991 2569 font-size: 13px;
2992 2570 }
2993 2571 .e-global__preview-items-container {
2994 - max-height: 400px;
2572 + max-height: 260px;
2995 2573 overflow-y: auto;
2996 2574 padding: 5px 0;
2997 2575 }
2998 2576 .e-global__preview-items-container::-webkit-scrollbar {
@@ -3001,19 +2579,8 @@
3001 2579 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3002 2580 background-color: #BABFC5;
3003 2581 border-radius: 10px;
3004 2582 }
3005 -.e-global__group-header {
3006 - padding: 12px 20px 5px;
3007 - font-weight: 500;
3008 - font-size: 11px;
3009 - color: var(--e-a-color-txt-muted);
3010 -}
3011 -.e-global__group-divider {
3012 - height: 1px;
3013 - background-color: var(--e-a-border-color);
3014 - margin: 10px 20px;
3015 -}
3016 2583 .e-global__manage-button {
3017 2584 font-weight: 500;
3018 2585 cursor: pointer;
3019 2586 }
@@ -3029,9 +2596,9 @@
3029 2596 font-size: 13px;
3030 2597 content: "\e90e";
3031 2598 position: absolute;
3032 2599 transform: translateY(-50%);
3033 - inset-block-start: 50%;
2600 + top: 50%;
3034 2601 inset-inline-start: 13px;
3035 2602 }
3036 2603 .e-global__color {
3037 2604 padding: 10px 20px;
@@ -3048,15 +2615,18 @@
3048 2615 position: relative;
3049 2616 }
3050 2617 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3051 2618 border-radius: 3px;
2619 + height: 100%;
2620 + width: 100%;
3052 2621 position: absolute;
3053 - inset: 0;
2622 + top: 0;
2623 + left: 0;
3054 2624 }
3055 2625 .e-global__color-preview-transparent-bg {
3056 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));
3057 2627 background-size: 12px 12px;
3058 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2628 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3059 2629 }
3060 2630 .e-global__color-title {
3061 2631 flex-grow: 1;
3062 2632 white-space: nowrap;
@@ -3172,11 +2742,11 @@
3172 2742 display: none;
3173 2743 }
3174 2744 .elementor-control-media .eicon-plus-circle {
3175 2745 position: absolute;
3176 - inset-block-start: 50%;
3177 - inset-inline-start: 50%;
3178 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2746 + top: 50%;
2747 + left: 50%;
2748 + transform: translate(-50%, -50%);
3179 2749 color: var(--e-a-color-white);
3180 2750 font-size: 20px;
3181 2751 }
3182 2752 .elementor-control-media__content__upload-button {
@@ -3185,13 +2755,14 @@
3185 2755 .elementor-control-media__preview {
3186 2756 height: 100%;
3187 2757 background-size: cover;
3188 2758 background-position: center;
2759 + padding-block-end: 42.8571%;
3189 2760 }
3190 2761 .elementor-control-media-area {
3191 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));
3192 2763 background-size: 16px 16px;
3193 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2764 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3194 2765 background-color: var(--e-a-bg-default);
3195 2766 border: var(--e-a-border-bold);
3196 2767 aspect-ratio: 21/9;
3197 2768 }
@@ -3199,11 +2770,11 @@
3199 2770 display: none;
3200 2771 }
3201 2772 .elementor-control-media-area .eicon-video-camera {
3202 2773 position: absolute;
3203 - inset-block-start: 50%;
3204 - inset-inline-start: 50%;
3205 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2774 + top: 50%;
2775 + left: 50%;
2776 + transform: translate(-50%, -50%);
3206 2777 color: rgba(255, 255, 255, 0.7);
3207 2778 font-size: 21px;
3208 2779 }
3209 2780 .elementor-control-media .elementor-control-media__content {
@@ -3214,14 +2785,17 @@
3214 2785 }
3215 2786 .elementor-control-media .elementor-control-media__content:hover:after {
3216 2787 content: "";
3217 2788 position: absolute;
3218 - inset: 0;
2789 + top: 0;
2790 + bottom: 0;
2791 + left: 0;
2792 + right: 0;
3219 2793 background-color: rgba(0, 0, 0, 0.2);
3220 2794 pointer-events: none;
3221 2795 }
3222 2796 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3223 - inset-block-end: -30px;
2797 + bottom: -30px;
3224 2798 }
3225 2799 .elementor-control-media__content {
3226 2800 transition: all 0.2s ease-in-out;
3227 2801 }
@@ -3226,10 +2800,11 @@
3226 2800 transition: all 0.2s ease-in-out;
3227 2801 }
3228 2802 .elementor-control-media__tools {
3229 2803 position: absolute;
3230 - inset-block-end: 0;
3231 - inset-inline: 0;
2804 + bottom: 0;
2805 + left: 0;
2806 + right: 0;
3232 2807 height: 27px;
3233 2808 transition: all 0.2s ease-in-out;
3234 2809 }
3235 2810 .elementor-control-media__tools > *:not(:first-child) {
@@ -3256,10 +2831,10 @@
3256 2831 }
3257 2832 .elementor-control-media__content__remove {
3258 2833 position: absolute;
3259 2834 z-index: 1;
3260 - inset-block-start: 10px;
3261 - inset-inline-end: 10px;
2835 + top: 10px;
2836 + left: 10px;
3262 2837 width: 20px;
3263 2838 height: 20px;
3264 2839 font-size: 11px;
3265 2840 color: var(--e-a-color-white);
@@ -3273,14 +2848,8 @@
3273 2848 }
3274 2849 .elementor-control-media.e-media-empty .elementor-control-file-area {
3275 2850 display: none;
3276 2851 }
3277 -.elementor-control-media__warnings:empty {
3278 - display: none;
3279 -}
3280 -.elementor-control-media__warnings:not(:empty) {
3281 - margin-block-start: 10px;
3282 -}
3283 2852 .elementor-control-media__file {
3284 2853 display: flex;
3285 2854 justify-content: space-between;
3286 2855 align-items: center;
@@ -3356,79 +2925,8 @@
3356 2925 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3357 2926 background-color: var(--e-a-bg-active-bold);
3358 2927 }
3359 2928
3360 -.elementor-control-notice {
3361 - display: flex;
3362 - justify-content: flex-start;
3363 - align-items: flex-start;
3364 - gap: 8px;
3365 - padding: 16px;
3366 - border-radius: 3px;
3367 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3368 - color: var(--e-a-color-txt);
3369 - font-size: 12px;
3370 - font-weight: 400;
3371 - line-height: 1.5;
3372 - text-align: start;
3373 - margin-block-start: 10px;
3374 -}
3375 -.elementor-control-notice-type-info {
3376 - --notice-control-color: var(--e-a-color-info);
3377 -}
3378 -.elementor-control-notice-type-success {
3379 - --notice-control-color: var(--e-a-color-success);
3380 -}
3381 -.elementor-control-notice-type-warning {
3382 - --notice-control-color: var(--e-a-color-warning);
3383 -}
3384 -.elementor-control-notice-type-danger {
3385 - --notice-control-color: var(--e-a-color-danger);
3386 -}
3387 -.elementor-control-notice-icon {
3388 - flex-basis: 18px;
3389 - color: var(--notice-control-color);
3390 -}
3391 -.elementor-control-notice-main {
3392 - display: flex;
3393 - flex-direction: column;
3394 - justify-content: flex-start;
3395 - align-items: flex-start;
3396 - gap: 6px;
3397 - flex: 1;
3398 -}
3399 -.elementor-control-notice-main-heading {
3400 - font-weight: 700;
3401 - font-style: italic;
3402 -}
3403 -.elementor-control-notice-main-content {
3404 - font-style: italic;
3405 - line-height: 1.5;
3406 -}
3407 -.elementor-control-notice-main-actions {
3408 - display: flex;
3409 - gap: 10px;
3410 - padding-block-start: 8px;
3411 -}
3412 -.elementor-control-notice-main a {
3413 - color: inherit;
3414 - font-weight: 700;
3415 - cursor: pointer;
3416 -}
3417 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3418 - color: inherit;
3419 -}
3420 -.elementor-control-notice-dismiss {
3421 - -webkit-appearance: none;
3422 - -moz-appearance: none;
3423 - appearance: none;
3424 - background-color: transparent;
3425 - border: 0;
3426 - padding: 0;
3427 - margin: 0;
3428 - cursor: pointer;
3429 -}
3430 -
3431 2929 .elementor-control-type-popover_toggle input {
3432 2930 display: none;
3433 2931 }
3434 2932 .elementor-control-type-popover_toggle label {
@@ -3485,12 +2983,8 @@
3485 2983 }
3486 2984 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3487 2985 display: none;
3488 2986 }
3489 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3490 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3491 - display: none;
3492 -}
3493 2987 .elementor-control-type-repeater .elementor-repeater-fields {
3494 2988 margin: 10px 0;
3495 2989 }
3496 2990 .elementor-control-type-repeater .elementor-repeater-row-controls {
@@ -3551,11 +3045,9 @@
3551 3045 text-align: center;
3552 3046 padding-block-start: 5px;
3553 3047 }
3554 3048
3555 -#elementor-controls,
3556 -#elementor-panel-page-settings-controls,
3557 -#elementor-panel-editorPreferences-settings-controls {
3049 +#elementor-controls {
3558 3050 padding-block-start: 15px;
3559 3051 }
3560 3052
3561 3053 .elementor-control-type-section {
@@ -3567,9 +3059,9 @@
3567 3059 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3568 3060 display: none;
3569 3061 }
3570 3062 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3571 - margin-block-start: 25px;
3063 + margin-top: 25px;
3572 3064 }
3573 3065
3574 3066 .elementor-control-type-select .elementor-control-input-wrapper {
3575 3067 position: relative;
@@ -3600,11 +3092,11 @@
3600 3092 font-family: eicons;
3601 3093 content: "\e8ad";
3602 3094 font-size: 12px;
3603 3095 position: absolute;
3604 - inset-block-start: 50%;
3605 - inset-inline-end: 5px;
3096 + top: 50%;
3606 3097 transform: translateY(-50%);
3098 + left: 5px;
3607 3099 pointer-events: none;
3608 3100 }
3609 3101 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3610 3102 max-width: 80px;
@@ -3638,14 +3130,14 @@
3638 3130 }
3639 3131 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3640 3132 border-radius: 0;
3641 3133 width: 10px;
3642 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3134 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3643 3135 }
3644 3136 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3645 3137 content: "";
3646 3138 position: absolute;
3647 - inset-block-start: 2px;
3139 + top: 2px;
3648 3140 height: 12px;
3649 3141 width: 11px;
3650 3142 transform: rotate(45deg);
3651 3143 background-color: var(--e-a-color-white);
@@ -3722,11 +3214,11 @@
3722 3214 .elementor-slider .noUi-handle {
3723 3215 height: 16px;
3724 3216 width: 16px;
3725 3217 background-color: var(--e-a-color-white);
3218 + left: 0;
3219 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3726 3220 position: absolute;
3727 - inset-inline-end: 0;
3728 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3729 3221 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3730 3222 border-radius: 50%;
3731 3223 }
3732 3224 .elementor-slider .noUi-connects {
@@ -3736,9 +3228,12 @@
3736 3228 }
3737 3229 .elementor-slider .noUi-connect {
3738 3230 position: absolute;
3739 3231 z-index: 0;
3740 - inset: 0;
3232 + top: 0;
3233 + left: 0;
3234 + height: 100%;
3235 + width: 100%;
3741 3236 will-change: transform;
3742 3237 transform-origin: 0 0;
3743 3238 background-color: var(--e-a-border-color-focus);
3744 3239 }
@@ -3743,9 +3238,9 @@
3743 3238 background-color: var(--e-a-border-color-focus);
3744 3239 }
3745 3240 .elementor-slider .noUi-tooltip {
3746 3241 position: absolute;
3747 - inset-block-start: calc(100% + 5px);
3242 + top: calc(100% + 5px);
3748 3243 left: calc(50% - 4px);
3749 3244 transform: translateX(-50%);
3750 3245 font-size: 10px;
3751 3246 }
@@ -3832,9 +3327,9 @@
3832 3327 transition-property: opacity, background;
3833 3328 }
3834 3329 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3835 3330 position: absolute;
3836 - inset-block-start: 0;
3331 + top: 0;
3837 3332 width: 50%;
3838 3333 text-align: center;
3839 3334 line-height: 20px;
3840 3335 transition: inherit;
@@ -3840,14 +3335,14 @@
3840 3335 transition: inherit;
3841 3336 }
3842 3337 .elementor-control-type-switcher .elementor-switch-label:before {
3843 3338 content: attr(data-off);
3844 - inset-inline-end: 5px;
3339 + right: 5px;
3845 3340 color: var(--e-a-color-txt-muted);
3846 3341 }
3847 3342 .elementor-control-type-switcher .elementor-switch-label:after {
3848 3343 content: attr(data-on);
3849 - inset-inline-start: 5px;
3344 + left: 5px;
3850 3345 color: var(--e-a-btn-color);
3851 3346 opacity: 0;
3852 3347 }
3853 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3860,28 +3355,25 @@
3860 3355 opacity: 1;
3861 3356 }
3862 3357 .elementor-control-type-switcher .elementor-switch-handle {
3863 3358 position: absolute;
3864 - inset-block-start: 1px;
3865 - inset-inline-start: 1px;
3359 + top: 1px;
3360 + left: 1px;
3866 3361 width: 18px;
3867 3362 height: 18px;
3868 3363 background: white;
3869 3364 border-radius: 10px;
3870 - transition: inset-inline-start 0.15s ease-out;
3365 + transition: left 0.15s ease-out;
3871 3366 }
3872 3367 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3873 - inset-inline-start: initial;
3874 - inset-inline-end: 1px;
3368 + left: initial;
3369 + right: 1px;
3875 3370 }
3876 3371
3877 3372 .elementor-control-type-tabs {
3878 - display: none;
3373 + display: flex;
3879 3374 font-size: var(--control-title-size);
3880 3375 }
3881 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3882 - display: flex;
3883 -}
3884 3376
3885 3377 .elementor-control-type-tab {
3886 3378 text-align: center;
3887 3379 width: 100%;
@@ -3886,10 +3378,10 @@
3886 3378 text-align: center;
3887 3379 width: 100%;
3888 3380 padding: 0;
3889 3381 line-height: 25px;
3890 - border-block-start: var(--e-a-border-bold);
3891 - border-block-end: var(--e-a-border-bold);
3382 + border-top: var(--e-a-border-bold);
3383 + border-bottom: var(--e-a-border-bold);
3892 3384 border-inline-end: var(--e-a-border-bold);
3893 3385 transition: var(--e-a-transition-hover);
3894 3386 cursor: pointer;
3895 3387 }
@@ -3924,11 +3416,11 @@
3924 3416 }
3925 3417 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3926 3418 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3927 3419 position: absolute;
3928 - inset-block-start: 0;
3929 - inset-inline-end: 0;
3420 + top: 0;
3930 3421 z-index: 1;
3422 + left: 0;
3931 3423 }
3932 3424 .elementor-control-type-textarea .elementor-control-input-wrapper,
3933 3425 .elementor-control-type-code .elementor-control-input-wrapper {
3934 3426 position: relative;
@@ -4005,10 +3497,10 @@
4005 3497 }
4006 3498 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4007 3499 display: none;
4008 3500 position: absolute;
4009 - inset-block-start: 5px;
4010 - inset-inline-end: 0;
3501 + top: 5px;
3502 + right: 0;
4011 3503 width: 10px;
4012 3504 height: 10px;
4013 3505 font-size: 10px;
4014 3506 color: var(--e-a-color-txt-disabled);
@@ -4059,76 +3551,8 @@
4059 3551 font-size: 10px;
4060 3552 padding-block-start: 2px;
4061 3553 }
4062 3554
4063 -.elementor-control-type-visual_choice {
4064 - width: 100%;
4065 -}
4066 -
4067 -.elementor-visual-choice-choices {
4068 - display: grid;
4069 - gap: 8px;
4070 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4071 - text-align: center;
4072 - border-radius: var(--e-a-border-radius);
4073 - overflow: hidden;
4074 -}
4075 -
4076 -.elementor-visual-choice-element {
4077 - display: flex;
4078 - flex-direction: column;
4079 - align-items: center;
4080 - justify-content: center;
4081 - gap: 8px;
4082 - width: auto;
4083 -}
4084 -.elementor-visual-choice-element-image label {
4085 - border: var(--e-a-border-bold);
4086 - border-radius: var(--e-a-border-radius);
4087 - font-size: 12px;
4088 - transition: var(--e-a-transition-hover);
4089 - cursor: pointer;
4090 - overflow: hidden;
4091 - width: 100%;
4092 - padding: 8px;
4093 -}
4094 -.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 {
4095 - background-color: var(--e-a-bg-active-bold);
4096 - opacity: 1;
4097 -}
4098 -.elementor-visual-choice-element-image input:checked + label {
4099 - border-color: var(--e-a-color-primary-bold);
4100 -}
4101 -.elementor-visual-choice-element-image input:not(:checked) + label {
4102 - background-color: var(--e-a-color-white);
4103 - opacity: 0.5;
4104 -}
4105 -.elementor-visual-choice-element-image img {
4106 - width: 100%;
4107 - height: auto;
4108 -}
4109 -.elementor-visual-choice-element-button {
4110 - grid-column: span var(--elementor-visual-choice-columns);
4111 -}
4112 -.elementor-visual-choice-element-button label {
4113 - width: -moz-fit-content;
4114 - width: fit-content;
4115 -}
4116 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4117 - background-color: var(--e-a-bg-active-bold);
4118 -}
4119 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4120 - border-color: var(--e-a-color-primary-bold);
4121 -}
4122 -
4123 -.elementor-label-inline .elementor-visual-choice-choices {
4124 - justify-content: flex-end;
4125 -}
4126 -
4127 -.tipsy-inner {
4128 - white-space: pre-line;
4129 -}
4130 -
4131 3555 .elementor-control-type-wp_widget .widget-inside {
4132 3556 line-height: 2;
4133 3557 background-color: inherit;
4134 3558 display: block;
@@ -4219,11 +3643,8 @@
4219 3643 font-size: 16px;
4220 3644 }
4221 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 {
4222 3646 color: var(--e-a-color-txt-active);
4223 - background: var(--e-a-bg-hover);
4224 - border-color: var(--e-a-border-color);
4225 - box-shadow: none;
4226 3647 }
4227 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 {
4228 3649 color: var(--e-a-color-txt-active);
4229 3650 }
@@ -4240,45 +3661,18 @@
4240 3661 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4241 3662 border: none;
4242 3663 }
4243 3664
4244 -@media screen and (prefers-color-scheme: dark) {
4245 - #wp-link-wrap {
4246 - color-scheme: light;
4247 - --e-a-color-txt: #515962;
4248 - --e-a-bg-default: #ffffff;
4249 - --e-a-border-color-bold: #D5D8DC;
4250 - --e-a-color-primary-bold: #D004D4;
4251 - }
4252 - #wp-link {
4253 - color: var(--e-a-color-txt);
4254 - }
4255 - #wp-link input {
4256 - background-color: var(--e-a-bg-default);
4257 - border-color: var(--e-a-border-color-bold);
4258 - }
4259 - #wp-link input[type=checkbox] {
4260 - border-color: var(--e-a-border-color-bold);
4261 - }
4262 - #wp-link input[type=checkbox]:checked {
4263 - background: var(--e-a-color-primary-bold);
4264 - }
4265 - #wp-link input.button-primary {
4266 - background: #2271b1;
4267 - border-color: #2271b1;
4268 - color: #fff;
4269 - }
4270 -}
4271 3665 #elementor-mode-switcher {
4272 3666 --e-a-mode-switcher-width: 15px;
4273 3667 --e-a-mode-switcher-height: 50px;
4274 3668 --e-a-mode-switcher-icon-size: 15px;
4275 3669 position: absolute;
4276 - inset-block-start: 50%;
4277 - inset-inline-start: 100%;
3670 + right: 100%;
3671 + top: 50%;
4278 3672 transform: translateY(-50%);
4279 3673 background-color: var(--e-a-bg-default);
4280 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
3674 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4281 3675 transition: 0.3s opacity;
4282 3676 }
4283 3677 #elementor-mode-switcher:hover {
4284 3678 background-color: var(--e-a-bg-hover);
@@ -4305,10 +3699,8 @@
4305 3699
4306 3700 .elementor-revision-item__wrapper {
4307 3701 display: flex;
4308 3702 align-items: center;
4309 - text-align: start;
4310 - width: 100%;
4311 3703 border: var(--e-a-border);
4312 3704 border-radius: var(--e-a-border-radius);
4313 3705 padding: 10px 15px;
4314 3706 margin-block-end: 10px;
@@ -4313,11 +3705,10 @@
4313 3705 padding: 10px 15px;
4314 3706 margin-block-end: 10px;
4315 3707 font-size: 11px;
4316 3708 transition: var(--e-a-transition-hover);
4317 - background-color: transparent;
4318 3709 }
4319 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3710 +.elementor-revision-item__wrapper:hover {
4320 3711 background-color: var(--e-a-bg-hover);
4321 3712 }
4322 3713 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4323 3714 display: none;
@@ -4348,11 +3739,11 @@
4348 3739 }
4349 3740
4350 3741 #elementor-panel-revisions-loading {
4351 3742 position: absolute;
4352 - inset-block-start: 50%;
4353 - inset-inline-start: 50%;
4354 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3743 + top: 50%;
3744 + left: 50%;
3745 + transform: translate(-50%, -50%);
4355 3746 }
4356 3747 #elementor-panel-revisions-loading .eicon-loading {
4357 3748 font-size: 50px;
4358 3749 }
@@ -4366,25 +3757,22 @@
4366 3757
4367 3758 .elementor-history-item {
4368 3759 display: flex;
4369 3760 align-items: center;
4370 - text-align: start;
4371 3761 border: var(--e-a-border);
4372 3762 border-radius: var(--e-a-border-radius);
4373 3763 padding: 10px 15px;
4374 3764 margin-block-end: 10px;
4375 - width: 100%;
4376 3765 font-size: 11px;
4377 3766 line-height: 1.4;
4378 - background-color: transparent;
4379 3767 cursor: pointer;
4380 3768 transition: var(--e-a-transition-hover);
4381 3769 }
4382 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3770 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4383 3771 background-color: var(--e-a-bg-hover);
4384 3772 color: var(--e-a-txt-color-hover);
4385 3773 }
4386 -.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 {
3774 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4387 3775 content: "\e924";
4388 3776 }
4389 3777 .elementor-history-item-current {
4390 3778 border-color: var(--e-a-border-color-accent);
@@ -4390,9 +3778,9 @@
4390 3778 border-color: var(--e-a-border-color-accent);
4391 3779 background-color: var(--e-a-bg-active);
4392 3780 color: var(--e-a-txt-color-active);
4393 3781 }
4394 -.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 {
3782 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4395 3783 content: "\e90e";
4396 3784 }
4397 3785 .elementor-history-item__details {
4398 3786 width: 95%;
@@ -4432,84 +3820,8 @@
4432 3820 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4433 3821 margin-block-start: 20px;
4434 3822 }
4435 3823
4436 -.e-control-display-conditions-promotion__wrapper {
4437 - display: flex;
4438 - justify-content: space-between;
4439 -}
4440 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4441 - color: var(--e-a-color-accent-promotion);
4442 -}
4443 -.e-control-display-conditions-promotion__description {
4444 - display: flex;
4445 - align-self: center;
4446 -}
4447 -.e-control-display-conditions-promotion__text {
4448 - display: inline-block;
4449 -}
4450 -.e-control-display-conditions-promotion__lock-wrapper {
4451 - width: 2.5rem;
4452 - display: flex;
4453 - justify-content: center;
4454 - align-items: center;
4455 -}
4456 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4457 - color: var(--e-a-color-accent-promotion-disabled);
4458 -}
4459 -.e-control-display-conditions-promotion.eicon-flow {
4460 - align-self: flex-end;
4461 - cursor: pointer;
4462 - border: var(--e-a-border-bold);
4463 - border-radius: var(--e-a-border-radius);
4464 - padding: 5px;
4465 -}
4466 -.e-control-display-conditions-promotion.eicon-flow.filled {
4467 - background-color: var(--e-a-bg-active);
4468 - color: #E73CF6;
4469 -}
4470 -
4471 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4472 - color: var(--e-a-color-accent-promotion);
4473 -}
4474 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4475 - margin-inline-end: 0;
4476 -}
4477 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4478 - display: flex;
4479 - flex-direction: column;
4480 - justify-content: center;
4481 - padding-inline-start: 5px;
4482 - padding-inline-end: 20px;
4483 - cursor: pointer;
4484 - height: 27px;
4485 - width: 100%;
4486 - color: var(--e-a-color-txt);
4487 - border-radius: var(--e-a-border-radius);
4488 - background-color: var(--e-a-bg-default);
4489 - box-shadow: none;
4490 - border: var(--e-a-border-bold);
4491 - font-size: var(--control-title-size);
4492 -}
4493 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4494 - width: 2.5rem;
4495 - display: flex;
4496 - justify-content: center;
4497 - align-items: center;
4498 -}
4499 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4500 - color: var(--e-a-color-accent-promotion-disabled);
4501 -}
4502 -
4503 -.e-link-promotion {
4504 - font-family: "Roboto", sans-serif;
4505 - font-weight: 500;
4506 - color: #93003f;
4507 -}
4508 -.e-link-promotion:hover {
4509 - color: #93003f;
4510 -}
4511 -
4512 3824 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4513 3825 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4514 3826 display: none;
4515 3827 }
@@ -4529,9 +3841,11 @@
4529 3841 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
4530 3842 padding: 25px 15px 0;
4531 3843 }
4532 3844 .elementor-editor-kit #elementor-panel-header-add-button,
4533 -.elementor-editor-kit #elementor-panel-header-menu-button {
3845 +.elementor-editor-kit #elementor-panel-header-menu-button,
3846 +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
3847 +.elementor-editor-kit #elementor-panel-footer-navigator {
4534 3848 display: none;
4535 3849 }
4536 3850
4537 3851 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
@@ -4584,13 +3898,13 @@
4584 3898 }
4585 3899 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4586 3900 align-self: end;
4587 3901 margin-block-start: 35px;
4588 - inset-block-start: 0;
3902 + top: 0;
4589 3903 width: 100%;
4590 3904 }
4591 3905 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4592 - inset-inline-end: 5px;
3906 + left: 5px;
4593 3907 }
4594 3908 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4595 3909 padding: 0 20px 15px;
4596 3910 }
@@ -4700,40 +4014,24 @@
4700 4014 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4701 4015 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4702 4016 display: none;
4703 4017 }
4704 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4705 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4706 -.e-btn.e-btn-txt,
4707 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4708 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4018 +.elementor-button.e-btn-txt,
4019 +.e-btn.e-btn-txt {
4709 4020 background: transparent;
4710 4021 color: var(--e-a-color-txt);
4711 4022 }
4712 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4713 -.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,
4714 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4023 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4715 4024 .e-btn.e-btn-txt:hover,
4716 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4717 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4718 -.e-btn.e-btn-txt:focus,
4719 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4720 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4025 +.e-btn.e-btn-txt:focus {
4721 4026 background: var(--e-a-bg-hover);
4722 4027 color: var(--e-a-color-txt-hover);
4723 4028 }
4724 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4725 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4726 -.e-btn.e-btn-txt:disabled,
4727 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4728 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4029 +.elementor-button.e-btn-txt:disabled,
4030 +.e-btn.e-btn-txt:disabled {
4729 4031 background: transparent;
4730 4032 color: var(--e-a-color-txt-disabled);
4731 4033 }
4732 -.elementor-button.e-btn-txt-border,
4733 -.e-btn.e-btn-txt-border {
4734 - border: 1px solid var(--e-a-color-txt-muted);
4735 -}
4736 4034 .elementor-button.elementor-button-success, .elementor-button.e-success,
4737 4035 .e-btn.elementor-button-success,
4738 4036 .e-btn.e-success {
4739 4037 background-color: var(--e-a-btn-bg-success);
@@ -4744,90 +4042,27 @@
4744 4042 .e-btn.e-success:hover,
4745 4043 .e-btn.e-success:focus {
4746 4044 background-color: var(--e-a-btn-bg-success-hover);
4747 4045 }
4748 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4749 -.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,
4750 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4751 -.e-btn.e-primary,
4752 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4753 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4754 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4755 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4046 +.elementor-button.e-primary,
4047 +.e-btn.e-primary {
4756 4048 background-color: var(--e-a-btn-bg-primary);
4757 4049 color: var(--e-a-btn-color);
4758 4050 }
4759 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4760 -.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,
4761 -.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,
4762 -.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,
4763 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4051 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4764 4052 .e-btn.e-primary:hover,
4765 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4766 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4767 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4768 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4769 -.e-btn.e-primary:focus,
4770 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4771 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4772 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4773 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4053 +.e-btn.e-primary:focus {
4774 4054 background-color: var(--e-a-btn-bg-primary-hover);
4775 4055 color: var(--e-a-btn-color);
4776 4056 }
4777 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4778 -.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,
4779 -.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,
4780 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4781 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4782 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4783 -.e-btn.e-primary.e-btn-txt,
4784 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4785 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4786 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4787 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4788 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4789 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4790 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4791 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4792 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4793 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4057 +.elementor-button.e-primary.e-btn-txt,
4058 +.e-btn.e-primary.e-btn-txt {
4794 4059 background: transparent;
4795 4060 color: var(--e-a-color-primary-bold);
4796 4061 }
4797 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4798 -.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,
4799 -.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,
4800 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4801 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4802 -.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,
4803 -.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,
4804 -.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,
4805 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4806 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4807 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4062 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4808 4063 .e-btn.e-primary.e-btn-txt:hover,
4809 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4810 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4811 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4812 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4813 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4814 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4815 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4816 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4817 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4818 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4819 -.e-btn.e-primary.e-btn-txt:focus,
4820 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4821 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4822 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4823 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4824 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4825 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4826 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4827 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4828 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4829 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4064 +.e-btn.e-primary.e-btn-txt:focus {
4830 4065 background: var(--e-a-bg-primary);
4831 4066 }
4832 4067 .elementor-button.go-pro, .elementor-button.e-accent,
4833 4068 .e-btn.go-pro,
@@ -4845,20 +4080,8 @@
4845 4080 .e-btn.go-pro:active,
4846 4081 .e-btn.e-accent:active {
4847 4082 background-color: var(--e-a-btn-bg-accent-active);
4848 4083 }
4849 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4850 -.e-btn.elementor-button-info,
4851 -.e-btn.e-info {
4852 - background-color: var(--e-a-btn-bg-info);
4853 -}
4854 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4855 -.e-btn.elementor-button-info:hover,
4856 -.e-btn.elementor-button-info:focus,
4857 -.e-btn.e-info:hover,
4858 -.e-btn.e-info:focus {
4859 - background-color: var(--e-a-btn-bg-info-hover);
4860 -}
4861 4084 .elementor-button.elementor-button-warning, .elementor-button.e-warning,
4862 4085 .e-btn.elementor-button-warning,
4863 4086 .e-btn.e-warning {
4864 4087 background-color: var(--e-a-btn-bg-warning);
@@ -4874,13 +4097,8 @@
4874 4097 .e-btn.elementor-button-danger,
4875 4098 .e-btn.e-danger {
4876 4099 background-color: var(--e-a-btn-bg-danger);
4877 4100 }
4878 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4879 -.e-btn.elementor-button-danger.color-white,
4880 -.e-btn.e-danger.color-white {
4881 - color: var(--e-a-color-white);
4882 -}
4883 4101 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4884 4102 .e-btn.elementor-button-danger:hover,
4885 4103 .e-btn.elementor-button-danger:focus,
4886 4104 .e-btn.e-danger:hover,
@@ -4923,23 +4141,22 @@
4923 4141 }
4924 4142
4925 4143 #elementor-preview-responsive-wrapper {
4926 4144 transform-origin: top center;
4927 - margin: 20px;
4145 + padding: 20px;
4928 4146 transform: scale(var(--e-preview-scale, 1));
4929 - overflow: hidden;
4930 4147 }
4931 4148 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4932 4149 min-width: 1025px;
4933 4150 width: 100%;
4934 4151 height: 100%;
4935 - margin: 0;
4152 + padding: 0;
4936 4153 position: relative;
4937 4154 }
4938 4155 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4939 4156 width: var(--e-editor-preview-width);
4940 4157 height: var(--e-editor-preview-height);
4941 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4158 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4942 4159 box-sizing: content-box;
4943 4160 position: relative;
4944 4161 max-height: calc(100vh - 80px);
4945 4162 }
@@ -5001,10 +4218,9 @@
5001 4218 #elementor-preview-responsive-wrapper .ui-resizable-s {
5002 4219 bottom: 0;
5003 4220 }
5004 4221 #elementor-preview-responsive-wrapper .ui-resizable-e {
5005 - width: 10px;
5006 - right: -5px;
4222 + right: 0;
5007 4223 }
5008 4224 #elementor-preview-responsive-wrapper .ui-resizable-w {
5009 4225 left: 0;
5010 4226 }
@@ -5015,20 +4231,8 @@
5015 4231 background-color: #fff;
5016 4232 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5017 4233 }
5018 4234
5019 -#elementor-template-library-modal button:focus-visible,
5020 -#elementor-template-library-modal a:focus-visible,
5021 -#elementor-template-library-modal input:focus-visible,
5022 -#elementor-template-library-modal select:focus-visible,
5023 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5024 -#elementor-template-library-modal [role=tab]:focus-visible,
5025 -#elementor-template-library-modal [role=radio]:focus-visible,
5026 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5027 - outline: 2px solid var(--e-a-border-color-focus);
5028 - outline-offset: 2px;
5029 - border-radius: 2px;
5030 -}
5031 4235 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5032 4236 font-style: normal;
5033 4237 text-decoration: underline;
5034 4238 }
@@ -5040,17 +4244,8 @@
5040 4244 }
5041 4245 #elementor-template-library-modal .dialog-message {
5042 4246 overflow-y: scroll;
5043 4247 }
5044 -#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 {
5045 - overflow-y: auto;
5046 -}
5047 -#elementor-template-library-modal .e-back-to-editor {
5048 - color: var(--e-a-color-txt);
5049 - text-decoration: underline;
5050 - font-size: 17px;
5051 - cursor: pointer;
5052 -}
5053 4248
5054 4249 #elementor-template-library-header-menu {
5055 4250 text-align: center;
5056 4251 }
@@ -5059,21 +4254,14 @@
5059 4254 display: inline-block;
5060 4255 padding: 17px 20px;
5061 4256 border-block-end: 3px solid transparent;
5062 4257 cursor: pointer;
5063 - background: transparent;
5064 - margin: 0;
5065 - font-size: inherit;
5066 - font-family: inherit;
5067 - color: inherit;
5068 - border: none;
5069 4258 }
5070 4259 .elementor-template-library-menu-item:hover {
5071 4260 background-color: var(--e-a-bg-hover);
5072 4261 border-color: var(--e-a-bg-hover);
5073 4262 }
5074 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5075 - border-block-end: 3px solid;
4263 +.elementor-template-library-menu-item.elementor-active {
5076 4264 border-color: var(--e-a-border-color-accent);
5077 4265 color: var(--e-a-color-txt-accent);
5078 4266 }
5079 4267
@@ -5079,42 +4267,18 @@
5079 4267
5080 4268 #elementor-template-library-header-actions {
5081 4269 display: flex;
5082 4270 }
5083 -#elementor-template-library-header-actions > div,
5084 -#elementor-template-library-header-actions > button {
5085 - background: transparent;
5086 - margin: 0;
5087 - font-size: inherit;
5088 - font-family: inherit;
5089 - color: inherit;
5090 - border: none;
4271 +#elementor-template-library-header-actions > div {
5091 4272 padding-inline-end: 16px;
5092 - cursor: pointer;
5093 4273 }
5094 -#elementor-template-library-header-actions > div:focus-visible,
5095 -#elementor-template-library-header-actions > button:focus-visible {
5096 - outline: 2px solid var(--e-a-border-color-focus);
5097 - outline-offset: -2px;
5098 - border-radius: 2px;
5099 -}
5100 4274
5101 -#elementor-template-library-header-tools.e-hidden-disabled {
5102 - opacity: 0;
5103 - visibility: hidden;
5104 -}
5105 -
5106 4275 #elementor-template-library-header-preview-insert-wrapper {
5107 4276 cursor: default;
5108 4277 padding: 0 10px;
5109 4278 }
5110 4279
5111 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5112 - margin-inline-start: 4px;
5113 -}
5114 -
5115 4280 #elementor-template-library-header-preview-back {
5116 - gap: 10px;
5117 4281 padding-block: 16.5px 15px;
5118 4282 padding-inline: 0 16.5px;
5119 4283 border-inline-end: var(--e-a-border);
5120 4284 cursor: pointer;
@@ -5119,138 +4283,27 @@
5119 4283 border-inline-end: var(--e-a-border);
5120 4284 cursor: pointer;
5121 4285 transition: color 0.5s;
5122 4286 }
5123 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5124 - background: transparent;
5125 - margin: 0;
5126 - font-size: inherit;
5127 - font-family: inherit;
5128 - color: inherit;
5129 - border: none;
5130 - display: flex;
5131 - align-items: center;
5132 - gap: 10px;
5133 - cursor: pointer;
5134 -}
5135 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5136 - outline: 2px solid var(--e-a-border-color-focus);
5137 - outline-offset: 2px;
5138 - border-radius: 2px;
5139 -}
5140 4287 #elementor-template-library-header-preview-back:hover {
5141 4288 color: var(--e-a-color-txt-hover);
5142 4289 }
5143 4290 #elementor-template-library-header-preview-back i {
4291 + padding-inline-end: 10px;
5144 4292 font-size: 18px;
5145 - scale: calc(1 * var(--direction-multiplier)) 1;
5146 4293 }
4294 +#elementor-template-library-header-preview-back i:before {
4295 + content: "\e87d";
4296 +}
5147 4297
5148 -#elementor-template-library-templates {
5149 - display: flex;
5150 - flex-direction: column;
5151 - gap: 20px;
5152 -}
5153 -#elementor-template-library-templates .toolbar-container {
5154 - display: flex;
5155 - justify-content: space-between;
5156 - align-items: center;
5157 - gap: 2%;
5158 - height: 45px;
5159 -}
5160 -#elementor-template-library-templates #elementor-template-library-templates-container {
5161 - display: flex;
5162 - flex-wrap: wrap;
5163 - align-items: flex-start;
5164 -}
5165 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5166 - display: none;
5167 -}
5168 -#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"])) {
5169 - justify-content: flex-end;
5170 -}
5171 -#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 {
5172 - display: flex;
5173 - align-items: baseline;
5174 - border-radius: 3px;
5175 -}
5176 -#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 {
5177 - outline: 2px solid var(--e-a-border-color-focus);
5178 - outline-offset: 2px;
5179 -}
5180 -#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 {
5181 - align-items: center;
5182 -}
5183 -#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 {
5184 - font-size: 14px;
5185 - margin-inline-start: 5px;
5186 -}
5187 -#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 {
5188 - width: 200px;
5189 - margin: 0px 10px;
5190 - align-self: center;
5191 - text-align: start;
5192 -}
5193 -#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 {
5194 - font-size: 10px;
5195 -}
5196 -#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 {
5197 - color: var(--e-a-btn-bg-accent);
5198 -}
5199 -#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 {
5200 - height: 4px;
5201 - background-color: var(--e-a-color-primary-bold);
5202 - position: relative;
5203 - display: flex;
5204 - align-items: center;
5205 - padding: 0;
5206 -}
5207 -#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 {
5208 - height: 100%;
5209 - transition: width 0.3s ease;
5210 -}
5211 -#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 {
5212 - background-color: #D004D4;
5213 -}
5214 -#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 {
5215 - background-color: #F59E0B;
5216 -}
5217 -#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 {
5218 - background-color: #93003f;
5219 -}
5220 -#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 {
5221 - background-color: #F0ABFC;
5222 -}
5223 -#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 {
5224 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5225 -}
5226 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5227 - font-size: 12px;
5228 - color: var(--e-a-color-txt);
5229 -}
5230 -#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 {
4298 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4299 + margin-block-start: 10px;
4300 + margin-block-end: 45px;
5231 4301 border-block-start: var(--e-a-border);
5232 4302 }
5233 -#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 {
4303 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5234 4304 color: var(--e-a-color-txt-active);
5235 4305 }
5236 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5237 - border-block-start: none;
5238 -}
5239 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5240 - padding: 0;
5241 -}
5242 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5243 - max-width: -moz-fit-content;
5244 - max-width: fit-content;
5245 -}
5246 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5247 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5248 - display: none;
5249 -}
5250 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5251 - pointer-events: none;
5252 -}
5253 4306 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5254 4307 margin: 10px -15px 0;
5255 4308 }
5256 4309 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5276,243 +4329,14 @@
5276 4329 }
5277 4330 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5278 4331 content: "\e8ad";
5279 4332 }
5280 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4333 +
4334 +#elementor-template-library-templates-container {
5281 4335 display: flex;
5282 - align-items: center;
5283 - gap: 8px;
4336 + flex-wrap: wrap;
4337 + align-items: flex-start;
5284 4338 }
5285 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5286 - background: transparent;
5287 - margin: 0;
5288 - font-size: inherit;
5289 - font-family: inherit;
5290 - color: inherit;
5291 - border: none;
5292 - cursor: pointer;
5293 - font-size: 20px;
5294 - padding: 0 5px;
5295 - border-radius: 2px;
5296 - color: var(--e-a-color-txt);
5297 -}
5298 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5299 - background-color: var(--e-a-bg-hover);
5300 -}
5301 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5302 - width: 1px;
5303 - height: 20px;
5304 - background-color: var(--e-a-border-color);
5305 -}
5306 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5307 - background-color: var(--e-a-bg-hover);
5308 -}
5309 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5310 - background-color: var(--e-a-bg-hover);
5311 -}
5312 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5313 - display: grid;
5314 - grid-template-columns: repeat(auto-fill, 208px);
5315 - grid-gap: 20px;
5316 - padding: 20px 0;
5317 -}
5318 -#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 {
5319 - grid-column: 1;
5320 -}
5321 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5322 - grid-column: 1/-1;
5323 -}
5324 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5325 - display: flex;
5326 - position: relative;
5327 - flex-direction: column;
5328 - height: 158px;
5329 - padding: 8px;
5330 - border: var(--e-a-border);
5331 - border-radius: 3px;
5332 -}
5333 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5334 - outline: 2px solid var(--e-a-border-color-focus);
5335 - outline-offset: 2px;
5336 -}
5337 -#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 {
5338 - display: flex;
5339 -}
5340 -#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 {
5341 - display: none;
5342 -}
5343 -#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 {
5344 - display: flex !important;
5345 -}
5346 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5347 - width: 190px;
5348 - height: 100px;
5349 - position: relative;
5350 - border-radius: 3px;
5351 - margin-block-end: 4px;
5352 - overflow: hidden;
5353 -}
5354 -#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 {
5355 - -o-object-fit: contain;
5356 - object-fit: contain;
5357 - width: 100%;
5358 - height: 100%;
5359 -}
5360 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5361 - display: none;
5362 - justify-content: center;
5363 - align-items: center;
5364 - position: absolute;
5365 - inset: 0;
5366 - background-color: rgba(0, 0, 0, 0.5);
5367 - cursor: default;
5368 -}
5369 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5370 - font-size: 11px;
5371 - white-space: nowrap;
5372 - text-overflow: ellipsis;
5373 - overflow: hidden;
5374 -}
5375 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5376 - display: flex;
5377 - position: relative;
5378 - justify-content: space-between;
5379 - align-items: center;
5380 - font-size: 11px;
5381 - min-height: 38px;
5382 -}
5383 -#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 {
5384 - display: none;
5385 - width: 90%;
5386 - gap: 8px;
5387 - height: 38px;
5388 - padding: 4px 0;
5389 -}
5390 -#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 {
5391 - display: flex;
5392 -}
5393 -#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 {
5394 - display: flex;
5395 - align-items: center;
5396 -}
5397 -#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 {
5398 - display: flex;
5399 - flex-direction: column;
5400 - justify-content: center;
5401 - width: 65%;
5402 - align-items: start;
5403 - white-space: nowrap;
5404 - text-overflow: ellipsis;
5405 - overflow: hidden;
5406 -}
5407 -#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 {
5408 - flex-direction: row;
5409 - align-items: center;
5410 - justify-content: start;
5411 - height: 56px;
5412 - padding: 13px 10px;
5413 -}
5414 -#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 {
5415 - font-size: 25px;
5416 - margin-inline-end: 8px;
5417 -}
5418 -#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 {
5419 - margin-inline-start: auto;
5420 -}
5421 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5422 - display: none;
5423 -}
5424 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5425 - visibility: hidden;
5426 -}
5427 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5428 - visibility: visible;
5429 -}
5430 -#elementor-template-library-templates .bulk-selection-action-bar {
5431 - display: none;
5432 - background: var(--e-a-bg-active);
5433 - padding: 10px 25px;
5434 - border-radius: 5px;
5435 - color: var(--e-a-bg-invert);
5436 - gap: 20px;
5437 - align-items: center;
5438 - flex: 1;
5439 -}
5440 -#elementor-template-library-templates .bulk-selection-action-bar button {
5441 - background: transparent;
5442 - margin: 0;
5443 - font-size: inherit;
5444 - font-family: inherit;
5445 - color: inherit;
5446 - border: none;
5447 - cursor: pointer;
5448 - display: flex;
5449 - align-items: center;
5450 - justify-content: center;
5451 -}
5452 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5453 - pointer-events: none;
5454 - opacity: 0.3;
5455 - cursor: not-allowed;
5456 -}
5457 -#elementor-template-library-templates .bulk-selection-action-bar i {
5458 - cursor: pointer;
5459 - font-size: 18px;
5460 -}
5461 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5462 - font-size: 20px;
5463 -}
5464 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5465 - display: flex;
5466 - flex: 1;
5467 - white-space: nowrap;
5468 - text-overflow: ellipsis;
5469 - overflow: hidden;
5470 -}
5471 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5472 - display: flex;
5473 - flex-direction: row;
5474 - align-items: center;
5475 - gap: 15px;
5476 - white-space: nowrap;
5477 - text-overflow: ellipsis;
5478 - overflow: hidden;
5479 -}
5480 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5481 - white-space: nowrap;
5482 - text-overflow: ellipsis;
5483 - overflow: hidden;
5484 -}
5485 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5486 - padding-inline-start: 8px;
5487 - background-color: var(--e-a-bg-hover);
5488 - color: var(--e-a-color-txt);
5489 -}
5490 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5491 - visibility: visible;
5492 -}
5493 -#elementor-template-library-templates .bulk-selected-item {
5494 - background: var(--e-a-bg-active);
5495 -}
5496 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5497 - position: relative;
5498 - inset-block-start: 3px;
5499 -}
5500 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5501 - inset-block-start: 0px;
5502 -}
5503 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5504 -#elementor-template-library-templates #bulk-select-all:checked {
5505 - background: #69727D;
5506 -}
5507 -#elementor-template-library-templates .checkbox-minus:before {
5508 - display: block;
5509 - content: "";
5510 - width: 10px;
5511 - height: 2px;
5512 - background-color: white;
5513 - transform: none;
5514 -}
5515 4339
5516 4340 #elementor-template-library-toolbar {
5517 4341 display: flex;
5518 4342 justify-content: space-between;
@@ -5523,80 +4347,8 @@
5523 4347 display: flex;
5524 4348 align-items: center;
5525 4349 }
5526 4350
5527 -.elementor-template-library-filter-select-source {
5528 - width: 350px;
5529 - display: flex;
5530 - gap: 10px;
5531 -}
5532 -.elementor-template-library-filter-select-source .source-option {
5533 - flex: 1;
5534 - border: 0.5px solid #BABFC5;
5535 - padding: 5px;
5536 - border-radius: 3px;
5537 - cursor: pointer;
5538 - font-size: 12px;
5539 -}
5540 -.elementor-template-library-filter-select-source .source-option i {
5541 - margin-inline-end: 5px;
5542 -}
5543 -.elementor-template-library-filter-select-source .source-option .new-badge {
5544 - border: 1px solid var(--e-a-color-primary-bold-dark);
5545 - padding: 2px 4px;
5546 - color: var(--e-a-color-primary-bold-dark);
5547 - border-radius: 10px;
5548 - font-size: 10px;
5549 - margin-inline-start: 5px;
5550 -}
5551 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5552 - background-color: var(--e-a-bg-hover);
5553 -}
5554 -
5555 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5556 - display: flex;
5557 - align-items: center;
5558 - justify-content: space-between;
5559 -}
5560 -
5561 -#elementor-template-library-toolbar .source-option-badge,
5562 -.elementor-template-library-connect-states-badge .source-option-badge {
5563 - display: flex;
5564 - align-items: center;
5565 - gap: 6px;
5566 - padding: 6px 12px;
5567 - border: none;
5568 - border-radius: 20px;
5569 - font-size: 14px;
5570 - font-weight: 500;
5571 - white-space: nowrap;
5572 - margin-inline-start: auto;
5573 - margin-inline-end: 15px;
5574 -}
5575 -#elementor-template-library-toolbar .source-option-badge i,
5576 -.elementor-template-library-connect-states-badge .source-option-badge i {
5577 - margin: 0;
5578 - font-size: 14px;
5579 -}
5580 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5581 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5582 - background-color: var(--e-a-bg-info);
5583 - color: var(--e-a-color-info);
5584 -}
5585 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5586 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5587 - color: var(--e-a-color-info);
5588 -}
5589 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5590 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5591 - background-color: var(--e-a-bg-warning);
5592 - color: var(--e-a-btn-bg-warning-hover);
5593 -}
5594 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5595 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5596 - color: var(--e-a-btn-bg-warning-hover);
5597 -}
5598 -
5599 4351 #elementor-template-library-filter-toolbar-remote {
5600 4352 font-size: 11px;
5601 4353 }
5602 4354
@@ -5610,11 +4362,8 @@
5610 4362 padding-inline-end: 22px;
5611 4363 -webkit-user-select: none;
5612 4364 -moz-user-select: none;
5613 4365 user-select: none;
5614 - line-height: 1;
5615 - font-size: 10px;
5616 - font-weight: 500;
5617 4366 }
5618 4367
5619 4368 label.elementor-template-library-order-label {
5620 4369 cursor: pointer;
@@ -5670,12 +4419,8 @@
5670 4419 #elementor-template-library-filter-my-favorites-label i:after {
5671 4420 content: "\e923";
5672 4421 }
5673 4422
5674 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5675 - margin-block-end: 10px;
5676 -}
5677 -
5678 4423 #elementor-template-library-filter-text-wrapper {
5679 4424 width: 200px;
5680 4425 position: relative;
5681 4426 }
@@ -5680,15 +4425,12 @@
5680 4425 position: relative;
5681 4426 }
5682 4427 #elementor-template-library-filter-text-wrapper i {
5683 4428 position: absolute;
5684 - inset-block-start: 50%;
5685 - inset-inline-end: 0;
4429 + top: 50%;
4430 + left: 0;
5686 4431 transform: translateY(-50%);
5687 4432 }
5688 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5689 - inset-block-start: 25%;
5690 -}
5691 4433
5692 4434 #elementor-template-library-filter-text {
5693 4435 border: none;
5694 4436 border-block-end: var(--e-a-border-bold);
@@ -5709,37 +4451,24 @@
5709 4451 text-transform: uppercase;
5710 4452 }
5711 4453
5712 4454 .elementor-template-library-template-remote {
5713 - margin: calc(30px / 2);
4455 + margin: calc( 30px / 2 );
5714 4456 padding: 8px;
5715 4457 border: var(--e-a-border);
5716 4458 border-radius: 3px;
5717 4459 }
5718 -.elementor-template-library-template-remote:focus-visible {
5719 - outline: 2px solid var(--e-a-border-color-focus);
5720 - outline-offset: 2px;
5721 -}
5722 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4460 +.elementor-template-library-template-remote:hover {
5723 4461 background-color: var(--e-a-bg-hover);
5724 4462 }
5725 -.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 {
5726 - opacity: 1;
5727 -}
5728 -.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 {
4463 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5729 4464 display: none;
5730 4465 }
5731 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5732 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5733 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5734 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5735 - display: initial;
5736 -}
5737 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4466 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5738 4467 opacity: 0;
5739 4468 }
5740 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5741 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4469 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4470 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5742 4471 display: none;
5743 4472 }
5744 4473 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5745 4474 content: var(--elementor-template-library-subscription-plan-label);
@@ -5747,10 +4476,10 @@
5747 4476 color: var(--e-a-color-white);
5748 4477 position: absolute;
5749 4478 text-transform: uppercase;
5750 4479 line-height: 1;
5751 - inset-block-start: 5px;
5752 - inset-inline-end: 5px;
4480 + top: 5px;
4481 + left: 5px;
5753 4482 padding: 3px 5px;
5754 4483 font-size: 8px;
5755 4484 border-radius: 2px;
5756 4485 }
@@ -5765,10 +4494,10 @@
5765 4494 }
5766 4495 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5767 4496 position: absolute;
5768 4497 width: 100%;
5769 - inset-block-end: 0;
5770 - inset-inline-start: 0;
4498 + bottom: 0;
4499 + right: 0;
5771 4500 padding: 10px;
5772 4501 background-color: var(--e-a-bg-default);
5773 4502 transition: transform 0.5s;
5774 4503 }
@@ -5774,9 +4503,9 @@
5774 4503 }
5775 4504 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5776 4505 display: none;
5777 4506 }
5778 -.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 {
4507 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5779 4508 transform: translateY(100%);
5780 4509 }
5781 4510 .elementor-template-library-template-remote .elementor-template-library-template-body {
5782 4511 position: relative;
@@ -5793,9 +4522,12 @@
5793 4522 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5794 4523 }
5795 4524 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5796 4525 position: absolute;
5797 - inset: 0;
4526 + top: 0;
4527 + left: 0;
4528 + width: 100%;
4529 + height: 100%;
5798 4530 background-color: rgba(0, 0, 0, 0.5);
5799 4531 transition: opacity 0.5s;
5800 4532 cursor: pointer;
5801 4533 }
@@ -5801,11 +4533,11 @@
5801 4533 }
5802 4534 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5803 4535 font-size: 20px;
5804 4536 position: absolute;
5805 - inset-block-start: 50%;
5806 - inset-inline-start: 50%;
5807 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4537 + top: 50%;
4538 + left: 50%;
4539 + transform: translate(-50%, -50%);
5808 4540 }
5809 4541 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5810 4542 display: flex;
5811 4543 justify-content: space-between;
@@ -5821,26 +4553,11 @@
5821 4553 text-overflow: ellipsis;
5822 4554 overflow: hidden;
5823 4555 padding-inline-end: 5px;
5824 4556 }
5825 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5826 - margin-inline-start: auto;
5827 -}
5828 4557 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5829 - position: absolute;
5830 - width: 1px;
5831 - height: 1px;
5832 - padding: 0;
5833 - margin: -1px;
5834 - overflow: hidden;
5835 - clip: rect(0, 0, 0, 0);
5836 - white-space: nowrap;
5837 - border: 0;
4558 + display: none;
5838 4559 }
5839 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5840 - outline: 2px solid var(--e-a-border-color-focus);
5841 - outline-offset: 2px;
5842 -}
5843 4560 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5844 4561 content: "\e93f";
5845 4562 color: var(--e-a-color-primary-bold);
5846 4563 }
@@ -5875,231 +4592,112 @@
5875 4592 height: 200px;
5876 4593 }
5877 4594
5878 4595 #elementor-template-library-order-toolbar-local,
5879 -.elementor-template-library-template-local,
5880 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4596 +.elementor-template-library-template-local {
5881 4597 display: flex;
5882 4598 align-items: center;
5883 4599 padding: 0 25px;
5884 4600 text-align: start;
5885 4601 }
5886 -@media (max-width: 1439px) {
5887 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5888 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5889 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5890 - width: 33%;
5891 - }
5892 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5893 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5894 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5895 - width: 10%;
5896 - }
5897 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5898 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5899 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5900 - width: 15%;
5901 - }
5902 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5903 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5904 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5905 - width: 15%;
5906 - }
5907 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5908 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5909 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5910 - width: 27%;
5911 - }
5912 -}
5913 -@media (min-width: 1440px) {
5914 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5915 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5916 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5917 - width: 25%;
5918 - }
5919 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5920 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5921 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5922 - width: 17%;
5923 - }
5924 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5925 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5926 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5927 - width: 17%;
5928 - }
5929 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5930 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5931 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5932 - width: 17%;
5933 - }
5934 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5935 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5936 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5937 - width: 24%;
5938 - }
5939 -}
5940 -@media (max-width: 1024px) {
5941 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5942 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5943 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5944 - display: none;
5945 - }
5946 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5947 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5948 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5949 - width: 41%;
5950 - }
5951 -}
5952 4602
5953 -.elementor-template-library-template-local .elementor-template-library-template-more,
5954 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
5955 - display: none;
5956 - position: absolute;
5957 - background-color: var(--e-a-bg-default);
5958 - border-radius: var(--e-a-border-radius);
5959 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5960 - inset-block-start: 100%;
5961 - inset-inline-end: 0;
5962 - z-index: 1;
5963 - list-style: none;
5964 - margin: 0;
5965 - padding: 0;
4603 +#elementor-template-library-order-toolbar-local {
4604 + margin-block-start: 30px;
5966 4605 }
5967 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
5968 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5969 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
5970 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5971 - background: transparent;
5972 - margin: 0;
5973 - font-size: inherit;
5974 - font-family: inherit;
5975 - color: inherit;
5976 - border: none;
5977 - padding: 10px 20px;
5978 - font-size: 11px;
5979 - cursor: pointer;
5980 - display: flex;
5981 - align-items: center;
5982 - gap: 8px;
5983 - width: 100%;
4606 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4607 + line-height: 1;
4608 + font-size: 10px;
4609 + font-weight: 500;
5984 4610 }
5985 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
5986 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
5987 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
5988 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5989 - cursor: not-allowed;
5990 - color: var(--e-a-color-txt-disabled);
5991 -}
5992 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5993 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5994 - color: var(--e-a-color-txt);
5995 - text-decoration: none;
5996 -}
5997 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
5998 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
5999 - color: var(--e-a-color-danger);
6000 -}
6001 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6002 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6003 - font-size: 16px;
6004 -}
6005 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6006 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6007 - margin-inline-start: auto;
6008 - cursor: pointer;
6009 - background: none;
6010 - border: none;
6011 - padding: 0;
6012 - display: flex;
6013 - align-items: center;
6014 - justify-content: center;
6015 -}
6016 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6017 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6018 - font-size: 20px;
6019 -}
6020 4611
6021 -.elementor-template-library-template-local,
6022 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4612 +.elementor-template-library-template-local {
6023 4613 height: 50px;
6024 4614 width: 100%;
6025 4615 margin-block-start: 1px;
6026 4616 transition: background-color 0.3s linear;
6027 4617 }
6028 -.elementor-template-library-template-local:hover,
6029 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4618 +.elementor-template-library-template-local:hover {
6030 4619 background-color: var(--e-a-bg-hover);
6031 4620 }
6032 -.elementor-template-library-template-local:first-child,
6033 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4621 +.elementor-template-library-template-local:first-child {
6034 4622 border-start-start-radius: 3px;
6035 4623 border-start-end-radius: 3px;
6036 4624 border-end-start-radius: 0;
6037 4625 border-end-end-radius: 0;
6038 4626 }
6039 -.elementor-template-library-template-local:last-child,
6040 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4627 +.elementor-template-library-template-local:last-child {
6041 4628 border-start-start-radius: 0;
6042 4629 border-start-end-radius: 0;
6043 4630 border-end-start-radius: 3px;
6044 4631 border-end-end-radius: 3px;
6045 4632 }
6046 -.elementor-template-library-template-local .elementor-template-library-template-name,
6047 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4633 +.elementor-template-library-template-local .elementor-template-library-template-name {
6048 4634 font-weight: 500;
6049 4635 }
6050 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6051 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6052 - font-size: 16px;
6053 -}
6054 4636 .elementor-template-library-template-local .elementor-template-library-template-name,
6055 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6056 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6057 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
4637 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6058 4638 padding-inline-end: 20px;
6059 4639 }
6060 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6061 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6062 - padding-inline-end: 10px;
6063 -}
6064 4640 .elementor-template-library-template-local .elementor-template-library-template-name,
6065 4641 .elementor-template-library-template-local .elementor-template-library-template-meta,
6066 4642 .elementor-template-library-template-local .elementor-template-library-template-preview,
6067 -.elementor-template-library-template-local .elementor-template-library-template-action,
6068 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6069 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6070 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6071 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4643 +.elementor-template-library-template-local .elementor-template-library-template-action {
6072 4644 white-space: nowrap;
6073 4645 text-overflow: ellipsis;
6074 4646 overflow: hidden;
6075 4647 }
6076 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6077 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4648 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6078 4649 position: relative;
6079 4650 display: flex;
6080 4651 align-items: center;
6081 4652 }
6082 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6083 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6085 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4653 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6086 4654 cursor: pointer;
6087 4655 transition: color 0.5s;
6088 4656 }
6089 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6090 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6091 - color: #F5D0FE;
4657 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4658 + margin-inline-end: 3px;
6092 4659 }
6093 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6094 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6095 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6096 - cursor: not-allowed;
4660 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4661 + margin-inline-start: 6px;
6097 4662 }
6098 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6099 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6100 - margin-inline-end: 3px;
4663 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4664 + color: var(--e-a-color-danger);
6101 4665 }
4666 +.elementor-template-library-template-local .elementor-template-library-template-more {
4667 + display: none;
4668 + position: absolute;
4669 + background-color: var(--e-a-bg-default);
4670 + padding: 3px 20px;
4671 + border-radius: var(--e-a-border-radius);
4672 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4673 + top: 100%;
4674 + left: 0;
4675 + transform: translateX(-65%) translateY(-7px);
4676 + z-index: 1;
4677 +}
4678 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4679 + content: "";
4680 + position: absolute;
4681 + border: solid transparent;
4682 + border-width: 8px 4px;
4683 + border-block-end-color: var(--e-a-color-white);
4684 + transform: translateY(-100%);
4685 +}
4686 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4687 + margin: 10px 0;
4688 + font-size: 11px;
4689 +}
4690 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4691 + color: var(--e-a-color-txt);
4692 +}
4693 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4694 + flex-grow: 1;
4695 + text-align: end;
4696 +}
4697 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4698 + font-size: 16px;
4699 +}
6102 4700
6103 4701 #elementor-template-library-preview {
6104 4702 height: 100%;
6105 4703 overflow: hidden;
@@ -6105,9 +4703,9 @@
6105 4703 overflow: hidden;
6106 4704 }
6107 4705 #elementor-template-library-preview iframe {
6108 4706 height: 150%;
6109 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4707 + transform: scale(0.666) translateX(25%) translateY(-25%);
6110 4708 }
6111 4709 @media (max-width: 1439px) {
6112 4710 #elementor-template-library-preview iframe {
6113 4711 width: 1440px;
@@ -6123,14 +4721,8 @@
6123 4721 font-size: 64px;
6124 4722 margin-block-start: 45px;
6125 4723 line-height: 1;
6126 4724 }
6127 -.elementor-template-library-blank-icon i {
6128 - font-size: 85px;
6129 -}
6130 -.elementor-template-library-blank-icon i.eicon-library-upload {
6131 - font-size: 65px;
6132 -}
6133 4725 .elementor-template-library-blank-icon img {
6134 4726 width: 70px;
6135 4727 }
6136 4728 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6168,499 +4760,8 @@
6168 4760 #elementor-template-library-save-template-form > * {
6169 4761 height: 55px;
6170 4762 font-size: 16px;
6171 4763 }
6172 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6173 - height: 55px;
6174 - font-size: 16px;
6175 - margin-block-end: 15px;
6176 -}
6177 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6178 - display: block;
6179 - width: 500px;
6180 - margin: 0 auto;
6181 -}
6182 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6183 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6184 - display: none;
6185 -}
6186 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6187 - margin-inline: 5px;
6188 -}
6189 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6190 - display: none;
6191 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6192 - padding: 3px 5px;
6193 - border-radius: 100px;
6194 - margin-inline: 5px;
6195 -}
6196 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6197 - color: var(--e-a-btn-bg-accent);
6198 -}
6199 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6200 - margin-inline-end: 5px;
6201 -}
6202 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6203 - display: inline;
6204 -}
6205 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6206 - display: inline;
6207 - background: var(--e-a-bg-hover);
6208 - padding: 0 2px 1px;
6209 - border: none;
6210 - border-radius: 2px;
6211 - vertical-align: bottom;
6212 - cursor: pointer;
6213 - font-family: inherit;
6214 - font-size: inherit;
6215 - color: inherit;
6216 - line-height: inherit;
6217 -}
6218 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6219 - background: var(--e-a-bg-active);
6220 -}
6221 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6222 - outline: 2px solid var(--e-a-border-color-focus);
6223 - outline-offset: 2px;
6224 -}
6225 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6226 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6227 -#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,
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6229 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6230 - display: inline;
6231 -}
6232 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6233 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6234 -#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,
6235 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6236 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6237 - pointer-events: none;
6238 -}
6239 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6240 -#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,
6241 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6242 - display: none;
6243 -}
6244 -#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 {
6245 - color: var(--e-a-color-txt-muted);
6246 - margin-inline: 5px;
6247 -}
6248 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6249 - display: none;
6250 - float: inline-start;
6251 -}
6252 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6253 - font-size: 13px;
6254 - color: var(--e-a-btn-bg-accent);
6255 - text-align: start;
6256 -}
6257 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6258 - color: var(--e-a-btn-bg-accent);
6259 - text-decoration: underline;
6260 -}
6261 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6262 - float: inline-end;
6263 -}
6264 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6265 - cursor: not-allowed;
6266 -}
6267 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6268 - display: flex;
6269 - flex-direction: column;
6270 - text-align: start;
6271 - border: var(--e-a-border-bold);
6272 - padding: 15px;
6273 - height: auto;
6274 - gap: 10px;
6275 - position: relative;
6276 -}
6277 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6278 - background: #69727D;
6279 - inset-block-start: -3px;
6280 - position: relative;
6281 -}
6282 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6283 - position: relative;
6284 - display: inline-block;
6285 -}
6286 -#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 {
6287 - white-space: nowrap;
6288 - text-overflow: ellipsis;
6289 - overflow: hidden;
6290 - overflow: visible;
6291 - display: inline-flex;
6292 - align-items: baseline;
6293 - line-height: 27px;
6294 -}
6295 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6296 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6297 - flex-shrink: 0;
6298 - position: relative;
6299 - inset-block-start: 2px;
6300 -}
6301 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6302 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6303 - inset-block-start: -2px;
6304 -}
6305 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6306 - vertical-align: bottom;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6309 - margin-inline: 5px;
6310 - color: var(--e-a-color-txt-muted);
6311 - cursor: pointer;
6312 -}
6313 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6314 - display: none;
6315 - margin-inline-end: 5px;
6316 - align-items: baseline;
6317 - white-space: nowrap;
6318 - text-overflow: ellipsis;
6319 - overflow: hidden;
6320 -}
6321 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6322 - display: inline-flex !important;
6323 -}
6324 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6325 - text-decoration: underline;
6326 - cursor: pointer;
6327 - white-space: nowrap;
6328 - text-overflow: ellipsis;
6329 - overflow: hidden;
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6332 - cursor: pointer;
6333 - flex-shrink: 0;
6334 -}
6335 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6336 - color: var(--e-a-color-primary-bold);
6337 - font-size: 14px;
6338 -}
6339 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6340 - text-decoration: underline;
6341 -}
6342 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6343 - display: none;
6344 - position: absolute;
6345 - inset-block-start: 40px;
6346 - background-color: var(--e-a-bg-default);
6347 - min-width: 187px;
6348 - overflow: auto;
6349 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6350 - z-index: 1;
6351 - border-radius: 2px;
6352 - max-width: 450px;
6353 -}
6354 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6355 - white-space: nowrap;
6356 - text-overflow: ellipsis;
6357 - overflow: hidden;
6358 -}
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6360 - margin: 15px;
6361 -}
6362 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6363 - margin-inline-end: 10px;
6364 -}
6365 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6366 - max-height: 170px;
6367 -}
6368 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6369 - padding: 5px 15px;
6370 - cursor: pointer;
6371 - list-style: none;
6372 -}
6373 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6374 - display: none;
6375 -}
6376 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6377 - margin: 0px;
6378 -}
6379 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6380 - text-decoration: underline;
6381 -}
6382 -#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 {
6383 - background: var(--e-a-border-color);
6384 -}
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6386 - outline: 2px solid var(--e-a-border-color-focus);
6387 - outline-offset: -2px;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6390 - pointer-events: none;
6391 - opacity: 0.3;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6394 - text-align: center;
6395 - font-size: 13px;
6396 - margin: 0 20px;
6397 - padding-block: 15px;
6398 - pointer-events: none;
6399 -}
6400 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6401 - font-size: 24px;
6402 - padding-block-end: 10px;
6403 -}
6404 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6405 - border-block-start: none;
6406 - border-inline: none;
6407 -}
6408 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6409 - pointer-events: none;
6410 - opacity: 0.3;
6411 -}
6412 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6413 - display: flex;
6414 - flex-direction: column;
6415 - width: 600px;
6416 - text-align: start;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6420 - font-size: 12px;
6421 - font-weight: 400;
6422 - color: var(--e-a-color-txt);
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6425 - width: 100%;
6426 - padding: 12px 15px;
6427 - border: var(--e-a-border-bold);
6428 - border-radius: 3px;
6429 - margin-block-end: 0;
6430 -}
6431 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6432 - border: none;
6433 - padding: 0;
6434 - gap: 12px;
6435 - margin-block-start: 20px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6438 - display: flex;
6439 - align-items: center;
6440 - padding: 12px 15px;
6441 - border: var(--e-a-border-bold);
6442 - border-radius: 3px;
6443 - width: 100%;
6444 - line-height: normal;
6445 - gap: 8px;
6446 -}
6447 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6448 - border-color: var(--e-a-color-txt);
6449 -}
6450 -#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 {
6451 - display: flex;
6452 -}
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6454 - margin-inline-end: 0;
6455 - flex-shrink: 0;
6456 - position: relative;
6457 -}
6458 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6459 - inset-block-start: 0;
6460 -}
6461 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6462 - content: "";
6463 - position: absolute;
6464 - inset-inline-end: -8px;
6465 - width: 1px;
6466 - height: 18px;
6467 - background-color: var(--e-a-border-color);
6468 -}
6469 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6470 - margin-inline-start: 12px;
6471 - margin-inline-end: 4px;
6472 - font-size: 24px;
6473 - color: var(--e-a-color-txt);
6474 -}
6475 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6476 - margin-inline-start: 8px;
6477 - margin-inline-end: 0;
6478 - font-size: 24px;
6479 - color: var(--e-a-color-txt);
6480 -}
6481 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6482 - flex: 0 0 auto;
6483 - margin: 0;
6484 - cursor: pointer;
6485 -}
6486 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6487 - margin-inline: 0;
6488 -}
6489 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6490 - display: inline;
6491 - background: transparent;
6492 - padding: 0;
6493 - border-radius: 0;
6494 - vertical-align: baseline;
6495 - text-decoration: underline;
6496 - cursor: pointer;
6497 - margin-inline-start: 0;
6498 -}
6499 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6500 - background: transparent;
6501 -}
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6503 - color: var(--e-a-color-primary-bold);
6504 - text-decoration: underline;
6505 - cursor: pointer;
6506 - margin-inline-start: 4px;
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6509 - text-decoration: none;
6510 -}
6511 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6512 - display: none;
6513 - border: none;
6514 - padding: 0;
6515 - border-radius: 0;
6516 - margin-inline-start: 0;
6517 - background: transparent;
6518 - transition: background-color 0.2s;
6519 - padding: 3px 8px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6522 - background-color: var(--e-a-btn-bg-primary-hover);
6523 - border-radius: 3px;
6524 -}
6525 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6526 - color: var(--e-a-btn-bg-accent);
6527 - text-decoration: none;
6528 - display: flex;
6529 - align-items: center;
6530 - gap: 4px;
6531 - font-size: 14px;
6532 - font-weight: 500;
6533 -}
6534 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6535 - margin: 0;
6536 - font-size: 14px;
6537 -}
6538 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6539 - display: none;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6542 - color: var(--e-a-color-txt-muted);
6543 - margin-inline: 5px;
6544 -}
6545 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6546 - color: var(--e-a-color-info);
6547 - text-decoration: underline;
6548 -}
6549 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6550 - text-decoration: none;
6551 -}
6552 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6553 - display: flex;
6554 - align-items: center;
6555 - gap: 6px;
6556 - padding: 6px 12px;
6557 - border: none;
6558 - border-radius: 20px;
6559 - font-size: 14px;
6560 - font-weight: 500;
6561 - cursor: pointer;
6562 - transition: opacity 0.2s;
6563 - margin-inline-start: auto;
6564 -}
6565 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6566 - opacity: 0.8;
6567 -}
6568 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6569 - margin: 0;
6570 - font-size: 14px;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6573 - background-color: var(--e-a-bg-info);
6574 - color: var(--e-a-color-info);
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6577 - color: var(--e-a-color-info);
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6580 - background-color: var(--e-a-bg-warning);
6581 - color: var(--e-a-btn-bg-warning-hover);
6582 -}
6583 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6584 - color: var(--e-a-btn-bg-warning-hover);
6585 -}
6586 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6587 - display: none;
6588 - margin-inline-start: 8px;
6589 - align-items: center;
6590 - gap: 6px;
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6593 - display: inline-flex !important;
6594 -}
6595 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6596 - text-decoration: underline;
6597 - cursor: pointer;
6598 -}
6599 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6600 - cursor: pointer;
6601 - font-size: 14px;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6604 - inset-block-start: 75px;
6605 - inset-inline-start: 230px;
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6608 - display: none;
6609 -}
6610 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6611 - display: inline;
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6614 - display: none;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6617 - border-color: var(--e-a-border-color);
6618 -}
6619 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6622 - color: var(--e-a-color-txt-disabled);
6623 -}
6624 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6625 - background-color: var(--e-a-color-txt-disabled);
6626 -}
6627 -#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 {
6628 - border-color: var(--e-a-border-color);
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6632 -#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,
6633 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6635 - color: var(--e-a-color-txt-disabled);
6636 -}
6637 -#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 {
6638 - background-color: var(--e-a-color-txt-disabled);
6639 -}
6640 -#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 {
6641 - display: inline-flex;
6642 -}
6643 -#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 {
6644 - display: none;
6645 -}
6646 -#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 {
6647 - display: block;
6648 -}
6649 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6650 -#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],
6651 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6652 - pointer-events: none;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6655 - display: block;
6656 - margin-block-start: 15px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6659 - align-self: center;
6660 - margin-block-start: 20px;
6661 - float: none;
6662 -}
6663 4764
6664 4765 #elementor-template-library-save-template-name {
6665 4766 width: 500px;
6666 4767 padding-inline-start: 25px;
@@ -6712,12 +4813,8 @@
6712 4813 padding: 100px 0 0;
6713 4814 min-height: 550px;
6714 4815 }
6715 4816
6716 -.elementor-template-library-cloud-empty__button {
6717 - margin-block-start: 45px;
6718 -}
6719 -
6720 4817 #elementor-template-library-connect-logo {
6721 4818 font-size: 20px;
6722 4819 }
6723 4820 #elementor-template-library-connect__button {
@@ -6754,11 +4851,11 @@
6754 4851 }
6755 4852
6756 4853 .elementor-template-library-blank-footer {
6757 4854 position: absolute;
6758 - inset-block-end: 70px;
6759 - inset-inline-start: 50%;
6760 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4855 + bottom: 70px;
4856 + left: 50%;
4857 + transform: translateX(-50%);
6761 4858 font-style: italic;
6762 4859 color: var(--e-a-color-txt-muted);
6763 4860 }
6764 4861 @media (max-height: 700px) {
@@ -6790,287 +4887,50 @@
6790 4887 #elementor-template-library-error-info {
6791 4888 margin-block-start: 10px;
6792 4889 }
6793 4890
6794 -#elementor-library--infotip__dialog,
6795 -#elementor-library--connect_infotip__dialog,
6796 -#elementor-library--cloud-upgrade__dialog,
6797 -#elementor-library--site-info__dialog {
6798 - position: absolute;
6799 - z-index: 10000;
6800 - background-color: var(--e-a-bg-default);
6801 - box-shadow: var(--e-a-popover-shadow);
6802 - border-radius: var(--e-a-border-radius);
4891 +@media (max-width: 1439px) {
4892 + .elementor-template-library-local-column-1 {
4893 + width: 33%;
4894 + }
4895 + .elementor-template-library-local-column-2 {
4896 + width: 10%;
4897 + }
4898 + .elementor-template-library-local-column-3 {
4899 + width: 15%;
4900 + }
4901 + .elementor-template-library-local-column-4 {
4902 + width: 15%;
4903 + }
4904 + .elementor-template-library-local-column-5 {
4905 + width: 27%;
4906 + }
6803 4907 }
6804 -#elementor-library--infotip__dialog.variant-b,
6805 -#elementor-library--connect_infotip__dialog.variant-b,
6806 -#elementor-library--cloud-upgrade__dialog.variant-b,
6807 -#elementor-library--site-info__dialog.variant-b {
6808 - width: 200px;
6809 - color: var(--e-a-color-txt-invert);
6810 - background-color: var(--e-a-bg-secondary);
4908 +@media (min-width: 1440px) {
4909 + .elementor-template-library-local-column-1 {
4910 + width: 25%;
4911 + }
4912 + .elementor-template-library-local-column-2 {
4913 + width: 17%;
4914 + }
4915 + .elementor-template-library-local-column-3 {
4916 + width: 17%;
4917 + }
4918 + .elementor-template-library-local-column-4 {
4919 + width: 17%;
4920 + }
4921 + .elementor-template-library-local-column-5 {
4922 + width: 24%;
4923 + }
6811 4924 }
6812 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6813 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6814 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6815 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6816 - padding: 4px 8px 4px 8px;
4925 +@media (max-width: 1024px) {
4926 + .elementor-template-library-local-column-3 {
4927 + display: none;
4928 + }
4929 + .elementor-template-library-local-column-5 {
4930 + width: 41%;
4931 + }
6817 4932 }
6818 -#elementor-library--infotip__dialog__title,
6819 -#elementor-library--connect_infotip__dialog__title,
6820 -#elementor-library--cloud-upgrade__dialog__title,
6821 -#elementor-library--site-info__dialog__title {
6822 - font-size: 14px;
6823 -}
6824 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6825 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6826 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6827 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6828 - padding: 10px 0 10px 10px;
6829 - float: inline-end;
6830 -}
6831 -#elementor-library--infotip__dialog .dialog-button,
6832 -#elementor-library--connect_infotip__dialog .dialog-button,
6833 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6834 -#elementor-library--site-info__dialog .dialog-button {
6835 - padding: 7px 25px;
6836 - font-size: 13px;
6837 - background: none;
6838 - color: var(--e-a-btn-bg-accent);
6839 - border: none;
6840 - font-weight: 500;
6841 - cursor: pointer;
6842 -}
6843 -#elementor-library--infotip__dialog:after,
6844 -#elementor-library--connect_infotip__dialog:after,
6845 -#elementor-library--cloud-upgrade__dialog:after,
6846 -#elementor-library--site-info__dialog:after {
6847 - content: "";
6848 - position: absolute;
6849 - inset-inline-end: 46%;
6850 - transform: scaleX(0.7);
6851 - border: 10px solid transparent;
6852 -}
6853 -
6854 -#elementor-library--infotip__dialog {
6855 - width: 265px;
6856 -}
6857 -#elementor-library--infotip__dialog .dialog-message {
6858 - padding: 20px 20px 0px 20px;
6859 -}
6860 -#elementor-library--infotip__dialog:after {
6861 - inset-block-start: 100%;
6862 - border-block-start-color: var(--e-a-bg-default);
6863 -}
6864 -#elementor-library--infotip__dialog.variant-b:after {
6865 - border-block-start-color: var(--e-a-bg-secondary);
6866 -}
6867 -
6868 -#elementor-library--connect_infotip__dialog {
6869 - width: 265px;
6870 -}
6871 -#elementor-library--connect_infotip__dialog .dialog-message {
6872 - padding: 20px;
6873 -}
6874 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6875 - inset-block-end: 100%;
6876 - border-block-end-color: var(--e-a-bg-default);
6877 -}
6878 -#elementor-library--connect_infotip__dialog.variant-b:after {
6879 - border-block-start-color: var(--e-a-bg-secondary);
6880 - inset-block-start: 100%;
6881 -}
6882 -#elementor-library--connect_infotip__dialog.variant-b {
6883 - width: 265px;
6884 -}
6885 -
6886 -#elementor-library--cloud-upgrade__dialog {
6887 - width: 265px;
6888 -}
6889 -#elementor-library--cloud-upgrade__dialog:after {
6890 - inset-block-start: 100%;
6891 - border-block-start-color: var(--e-a-bg-default);
6892 -}
6893 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6894 - border-block-start-color: var(--e-a-bg-secondary);
6895 -}
6896 -
6897 -#elementor-library--site-info__dialog {
6898 - width: 265px;
6899 -}
6900 -#elementor-library--site-info__dialog:after {
6901 - inset-block-start: 100%;
6902 - border-block-start-color: var(--e-a-bg-default);
6903 -}
6904 -#elementor-library--site-info__dialog.variant-b:after {
6905 - border-block-start-color: var(--e-a-bg-secondary);
6906 -}
6907 -
6908 -.elementor-global-styles-dialog {
6909 - --gsd-color-text-primary: #0c0d0e;
6910 - --gsd-color-text-secondary: #3f444b;
6911 - --gsd-color-text-tertiary: #69727D;
6912 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6913 - --gsd-color-primary-main: #f0abfc;
6914 - --gsd-color-primary-hover: #e879f9;
6915 - --gsd-color-secondary-main: #515962;
6916 - --gsd-border-radius: 4px;
6917 - --gsd-spacing-horizontal: 24px;
6918 - --gsd-font-family: 'Roboto', sans-serif;
6919 - padding: 16px 0 0;
6920 - min-width: 444px;
6921 -}
6922 -.elementor-global-styles-dialog__header {
6923 - padding: 10px var(--gsd-spacing-horizontal) 0;
6924 - margin-block-end: 16px;
6925 -}
6926 -.elementor-global-styles-dialog__header h2 {
6927 - margin: 0 0 4px;
6928 - font-family: var(--gsd-font-family);
6929 - font-size: 16px;
6930 - font-weight: 500;
6931 - line-height: 1.3;
6932 - color: var(--gsd-color-text-primary);
6933 - letter-spacing: 0.15px;
6934 -}
6935 -.elementor-global-styles-dialog__header p {
6936 - margin: 0;
6937 - font-family: var(--gsd-font-family);
6938 - font-size: 14px;
6939 - font-weight: 400;
6940 - line-height: 20px;
6941 - color: var(--gsd-color-text-secondary);
6942 - letter-spacing: 0.15px;
6943 -}
6944 -.elementor-global-styles-dialog__options {
6945 - display: flex;
6946 - flex-direction: column;
6947 - gap: 12px;
6948 - padding: 0 var(--gsd-spacing-horizontal);
6949 -}
6950 -.elementor-global-styles-dialog__radio-card {
6951 - display: flex;
6952 - gap: 0;
6953 - padding: 12px 8px;
6954 - border: 1px solid var(--gsd-color-divider);
6955 - border-radius: var(--gsd-border-radius);
6956 - cursor: pointer;
6957 - transition: border-color 0.2s ease;
6958 -}
6959 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
6960 - border: 2px solid var(--gsd-color-text-primary);
6961 - padding: 11px 7px;
6962 -}
6963 -.elementor-global-styles-dialog__radio-card input[type=radio] {
6964 - flex-shrink: 0;
6965 - width: 20px;
6966 - height: 20px;
6967 - margin: 9px;
6968 - cursor: pointer;
6969 - color: var(--gsd-color-text-tertiary);
6970 - accent-color: var(--gsd-color-text-primary);
6971 -}
6972 -.elementor-global-styles-dialog__radio-card-content {
6973 - display: flex;
6974 - align-items: flex-start;
6975 - flex-direction: column;
6976 - flex: 1;
6977 -}
6978 -.elementor-global-styles-dialog__radio-label {
6979 - font-family: var(--gsd-font-family);
6980 - font-size: 14px;
6981 - font-weight: 500;
6982 - line-height: 18px;
6983 - color: var(--gsd-color-text-primary);
6984 - letter-spacing: 0.15px;
6985 -}
6986 -.elementor-global-styles-dialog__radio-description {
6987 - font-family: var(--gsd-font-family);
6988 - font-size: 12px;
6989 - font-weight: 400;
6990 - line-height: 20px;
6991 - color: var(--gsd-color-text-secondary);
6992 - letter-spacing: 0.4px;
6993 -}
6994 -.elementor-global-styles-dialog__checkbox-container {
6995 - display: flex;
6996 - align-items: flex-start;
6997 - gap: 4px;
6998 - padding: 0;
6999 - margin-block-start: 0;
7000 -}
7001 -.elementor-global-styles-dialog__checkbox-option {
7002 - display: flex;
7003 - align-items: flex-start;
7004 - gap: 4px;
7005 - cursor: pointer;
7006 -}
7007 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7008 - width: 18px;
7009 - height: 18px;
7010 - margin: 4px;
7011 - cursor: pointer;
7012 -}
7013 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7014 - background-color: var(--gsd-color-text-tertiary);
7015 -}
7016 -.elementor-global-styles-dialog__checkbox-label {
7017 - font-family: var(--gsd-font-family);
7018 - font-size: 12px;
7019 - font-weight: 400;
7020 - line-height: 1.43;
7021 - color: var(--gsd-color-text-primary);
7022 - letter-spacing: 0.15px;
7023 - padding-block-start: 4px;
7024 - margin-inline-start: 4px;
7025 -}
7026 -.elementor-global-styles-dialog__checkbox-label a {
7027 - color: #2563eb;
7028 - text-decoration: underline;
7029 -}
7030 -.elementor-global-styles-dialog__checkbox-label a:hover {
7031 - color: #2563eb;
7032 -}
7033 -.elementor-global-styles-dialog__footer {
7034 - display: flex;
7035 - justify-content: flex-end;
7036 - align-items: center;
7037 - gap: 8px;
7038 - padding: 16px var(--gsd-spacing-horizontal);
7039 -}
7040 -.elementor-global-styles-dialog__button-cancel {
7041 - padding: 6px 8px;
7042 - font-family: var(--gsd-font-family);
7043 - font-size: 15px;
7044 - font-weight: 500;
7045 - line-height: 24px;
7046 - letter-spacing: 0.4px;
7047 - color: var(--gsd-color-secondary-main);
7048 - background: transparent;
7049 - border: none;
7050 - border-radius: var(--gsd-border-radius);
7051 - cursor: pointer;
7052 -}
7053 -.elementor-global-styles-dialog__button-cancel:hover {
7054 - background: rgba(0, 0, 0, 0.04);
7055 -}
7056 -.elementor-global-styles-dialog__button-insert {
7057 - padding: 6px 16px;
7058 - font-family: var(--gsd-font-family);
7059 - font-size: 15px;
7060 - font-weight: 500;
7061 - line-height: 24px;
7062 - letter-spacing: 0.4px;
7063 - color: var(--gsd-color-text-primary);
7064 - background: var(--gsd-color-primary-main);
7065 - border: none;
7066 - border-radius: var(--gsd-border-radius);
7067 - cursor: pointer;
7068 -}
7069 -.elementor-global-styles-dialog__button-insert:hover {
7070 - background: var(--gsd-color-primary-hover);
7071 -}
7072 -
7073 4933 .elementor-tags-list {
7074 4934 display: none;
7075 4935 position: absolute;
7076 4936 width: 260px;
@@ -7160,10 +5020,10 @@
7160 5020 }
7161 5021 .elementor-tag-settings-popup:before {
7162 5022 content: "";
7163 5023 position: absolute;
7164 - inset-block-start: -20px;
7165 - inset-inline-start: 5px;
5024 + top: -20px;
5025 + right: 5px;
7166 5026 border: 10px solid transparent;
7167 5027 border-block-end-color: var(--e-a-border-color);
7168 5028 }
7169 5029 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7220,54 +5080,40 @@
7220 5080 }
7221 5081
7222 5082 .elementor-context-menu {
7223 5083 position: absolute;
7224 - width: 250px;
7225 - padding: 5px 0px;
5084 + width: 200px;
7226 5085 background-color: var(--e-a-bg-default);
7227 - border-radius: var(--e-a-border-radius);
7228 - box-shadow: var(--e-a-popover-shadow);
5086 + border: var(--e-a-border);
5087 + border-radius: 3px;
5088 + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7229 5089 -webkit-user-select: none;
7230 5090 -moz-user-select: none;
7231 5091 user-select: none;
7232 5092 z-index: 101;
7233 5093 }
7234 -.elementor-context-menu-list {
7235 - display: flex;
7236 - flex-direction: column;
7237 -}
7238 5094 .elementor-context-menu-list__group {
7239 - display: flex;
7240 - flex-direction: column;
5095 + padding: 5px 0;
7241 5096 }
7242 5097 .elementor-context-menu-list__group:not(:last-child) {
7243 5098 border-block-end: var(--e-a-border);
7244 5099 }
7245 5100 .elementor-context-menu-list__item {
7246 - padding: 12px 20px;
5101 + padding: 5px 10px;
5102 + padding-inline-end: 20px;
7247 5103 display: flex;
7248 - gap: 16px;
7249 5104 cursor: pointer;
7250 5105 transition: var(--e-a-transition-hover);
7251 - align-items: center;
7252 5106 }
7253 5107 .elementor-context-menu-list__item--disabled {
7254 5108 cursor: default;
7255 - opacity: 0.5;
7256 5109 color: var(--e-a-color-disabled);
7257 5110 }
7258 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7259 - opacity: 1;
7260 -}
7261 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7262 - opacity: 0.5;
7263 -}
7264 -.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 {
5111 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7265 5112 background-color: var(--e-a-bg-hover);
7266 5113 color: var(--e-a-color-hover);
7267 5114 }
7268 5115 .elementor-context-menu-list__item__icon {
7269 - display: none;
7270 5116 width: 20px;
7271 5117 }
7272 5118 .elementor-context-menu-list__item__title {
7273 5119 flex-grow: 1;
@@ -7277,46 +5123,11 @@
7277 5123 }
7278 5124 .elementor-context-menu-list__item__shortcut {
7279 5125 color: var(--e-a-color-txt-muted);
7280 5126 }
7281 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7282 - position: absolute;
7283 - inset: 0;
7284 - z-index: 2;
7285 - cursor: pointer;
7286 -}
7287 -.elementor-context-menu-list__item__shortcut__new-badge {
7288 - border: 1px solid var(--e-a-color-primary-bold);
7289 - padding: 2px 8px;
7290 - color: var(--e-a-color-primary-bold);
7291 - border-radius: 10px;
7292 - font-size: 10px;
7293 -}
7294 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7295 - display: flex;
7296 - align-items: center;
7297 - justify-content: center;
7298 - width: 24px;
7299 - height: 24px;
7300 - border-radius: 50%;
7301 - background-color: rgba(214, 16, 124, 0.12);
7302 - color: var(--e-a-color-accent-promotion, #D6107C);
7303 - font-size: 16px;
7304 - cursor: pointer;
7305 -}
7306 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7307 - font-size: 14px;
7308 - font-style: normal;
7309 - font-weight: 400;
7310 - line-height: 1;
7311 - position: relative;
7312 -}
7313 -.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 > * {
5127 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7314 5128 color: var(--e-global-color-danger);
7315 5129 }
7316 -.elementor-context-menu-list__item.elementor-hidden {
7317 - display: none;
7318 -}
7319 5130 .elementor-context-menu .eicon-pro-icon {
7320 5131 color: var(--e-global-color-accent);
7321 5132 }
7322 5133
@@ -7327,11 +5138,10 @@
7327 5138 display: none;
7328 5139 }
7329 5140 #elementor-hotkeys__content {
7330 5141 display: flex;
7331 - justify-content: space-between;
7332 5142 gap: 70px;
7333 - padding: 20px 30px;
5143 + padding: 10px 30px;
7334 5144 width: 100%;
7335 5145 overflow: hidden;
7336 5146 }
7337 5147 @media (max-width: 1024px) {
@@ -7342,16 +5152,37 @@
7342 5152 }
7343 5153 }
7344 5154
7345 5155 .elementor-hotkeys__col {
7346 - display: flex;
7347 - flex-direction: column;
7348 - gap: 20px;
5156 + width: 50%;
5157 +}
5158 +@media (max-width: 1024px) {
5159 + .elementor-hotkeys__col {
5160 + width: 100%;
5161 + }
5162 +}
5163 +.elementor-hotkeys__header, .elementor-hotkeys__list {
7349 5164 width: 100%;
7350 5165 }
7351 5166 .elementor-hotkeys__header {
5167 + padding: 10px 0;
7352 5168 font-weight: 500;
7353 5169 }
5170 +.elementor-hotkeys__list {
5171 + background-color: var(--e-a-bg-default);
5172 + height: calc(100% - 42px);
5173 + padding: 10px 0;
5174 +}
5175 +@media (max-width: 479px) {
5176 + .elementor-hotkeys__list {
5177 + padding: 0;
5178 + }
5179 +}
5180 +@media (max-width: 1024px) {
5181 + .elementor-hotkeys__list {
5182 + height: auto;
5183 + }
5184 +}
7354 5185 .elementor-hotkeys__item {
7355 5186 display: flex;
7356 5187 align-items: center;
7357 5188 padding: 20px 10px;
@@ -7366,45 +5197,41 @@
7366 5197 }
7367 5198 .elementor-hotkeys__item--shortcut {
7368 5199 flex-grow: 0;
7369 5200 display: flex;
7370 - gap: 27px;
5201 + flex-direction: row-reverse;
7371 5202 }
7372 -@media (max-width: 1024px) {
7373 - .elementor-hotkeys__item--shortcut {
7374 - gap: 23px;
7375 - }
7376 -}
7377 -.elementor-hotkeys__item--shortcut kbd {
5203 +.elementor-hotkeys__item--shortcut span {
7378 5204 position: relative;
7379 - font-family: unset;
7380 5205 background-color: var(--e-a-bg-active);
7381 5206 padding: 5px 12px;
7382 - border-radius: var(--e-a-border-radius);
5207 + margin-inline-end: 27px;
5208 + border-radius: 3px;
7383 5209 }
7384 -@media (max-width: 1024px) {
7385 - .elementor-hotkeys__item--shortcut kbd {
5210 +@media (max-width: 479px) {
5211 + .elementor-hotkeys__item--shortcut span {
7386 5212 padding: 4px 9px;
5213 + margin-inline-end: 23px;
7387 5214 }
7388 5215 }
7389 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7390 - content: "+";
5216 +.elementor-hotkeys__item--shortcut span:after {
5217 + content: " + ";
7391 5218 position: absolute;
7392 - inset-inline-end: 0;
5219 + right: -18px;
7393 5220 width: 9px;
7394 5221 text-align: center;
7395 - margin-inline-end: -18px;
7396 5222 }
7397 -@media (max-width: 1024px) {
7398 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7399 - margin-inline-end: -16px;
5223 +@media (max-width: 479px) {
5224 + .elementor-hotkeys__item--shortcut span:after {
5225 + right: -16px;
7400 5226 }
7401 5227 }
7402 -
7403 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7404 - margin-top: 0 !important;
7405 - width: calc(25% - 30px);
5228 +.elementor-hotkeys__item--shortcut span:last-child {
5229 + margin-inline-end: 0;
7406 5230 }
5231 +.elementor-hotkeys__item--shortcut span:last-child:after {
5232 + display: none;
5233 +}
7407 5234
7408 5235 .ui-resizable-n {
7409 5236 top: -5px;
7410 5237 }
@@ -7463,18 +5290,16 @@
7463 5290 }
7464 5291
7465 5292 body {
7466 5293 --e-editor-navigator-width: 240px;
7467 - --e-editor-navigator-indicator-width: 3px;
7468 - --e-editor-navigator-promotion-height: 30px;
7469 5294 }
7470 5295
7471 5296 #elementor-navigator {
7472 5297 position: fixed;
7473 - inset-block-start: 100px;
7474 - inset-inline-end: 30px;
5298 + top: 100px;
7475 5299 width: var(--e-editor-navigator-width);
7476 5300 height: 50vh;
5301 + left: 30px;
7477 5302 background-color: var(--e-a-bg-default);
7478 5303 border: var(--e-a-border);
7479 5304 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7480 5305 -webkit-user-select: none;
@@ -7484,10 +5309,10 @@
7484 5309 z-index: 100;
7485 5310 display: none;
7486 5311 }
7487 5312 body.elementor-navigator-docked #elementor-navigator {
7488 - inset: 0;
7489 - inset-inline-start: auto;
5313 + top: 0;
5314 + left: 0;
7490 5315 height: 100%;
7491 5316 }
7492 5317 body:not(.elementor-navigator-docked) #elementor-navigator {
7493 5318 border-radius: 5px;
@@ -7493,10 +5318,8 @@
7493 5318 border-radius: 5px;
7494 5319 }
7495 5320 #elementor-navigator__inner {
7496 5321 height: 100%;
7497 - display: flex;
7498 - flex-direction: column;
7499 5322 }
7500 5323 #elementor-navigator__header {
7501 5324 display: flex;
7502 5325 align-items: stretch;
@@ -7510,22 +5333,8 @@
7510 5333 font-weight: 400;
7511 5334 padding: 10px 0;
7512 5335 cursor: move;
7513 5336 }
7514 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7515 - padding-inline-end: 17.5px;
7516 -}
7517 -#elementor-navigator__ai-titles {
7518 - width: 35px;
7519 - text-align: center;
7520 - cursor: pointer;
7521 - background-color: transparent;
7522 - border: none;
7523 - outline: none;
7524 -}
7525 -#elementor-navigator__ai-titles:hover {
7526 - color: #E73CF6;
7527 -}
7528 5337 #elementor-navigator__close, #elementor-navigator__toggle-all {
7529 5338 color: var(--e-a-color-txt);
7530 5339 background-color: transparent;
7531 5340 border: none;
@@ -7546,9 +5355,9 @@
7546 5355 #elementor-navigator__close {
7547 5356 font-size: 11px;
7548 5357 }
7549 5358 #elementor-navigator__elements {
7550 - flex-grow: 1;
5359 + height: calc(100% - 49px);
7551 5360 overflow: auto;
7552 5361 position: relative;
7553 5362 }
7554 5363 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7556,35 +5365,22 @@
7556 5365 }
7557 5366 #elementor-navigator__elements .elementor-nerd-box {
7558 5367 padding: 25px;
7559 5368 }
7560 -#elementor-navigator__elements > .elementor-navigator__element-section {
5369 +> #elementor-navigator__elements-section {
7561 5370 border-block-end: var(--e-a-border);
7562 5371 }
7563 5372 #elementor-navigator__footer {
5373 + position: absolute;
7564 5374 width: 100%;
5375 + left: 0;
5376 + bottom: 0;
7565 5377 text-align: center;
7566 -}
7567 -#elementor-navigator__footer__resize-bar {
7568 5378 border-block-start: var(--e-a-border);
7569 5379 }
7570 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5380 +.elementor-navigator-docked #elementor-navigator__footer {
7571 5381 display: none;
7572 5382 }
7573 -#elementor-navigator__footer__promotion {
7574 - font-size: 12px;
7575 - padding: 4px 17px;
7576 - font-family: "Roboto", sans-serif;
7577 - color: var(--e-a-bg-logo);
7578 - min-height: var(--e-editor-navigator-promotion-height);
7579 - display: flex;
7580 - justify-content: center;
7581 - align-items: center;
7582 -}
7583 -#elementor-navigator__footer__promotion a {
7584 - color: var(--e-a-color-accent-promotion);
7585 - margin-inline-start: 1px;
7586 -}
7587 5383
7588 5384 .elementor-navigator__item {
7589 5385 position: relative;
7590 5386 display: flex;
@@ -7603,9 +5399,9 @@
7603 5399 .elementor-navigator__item[data-locked=true] {
7604 5400 cursor: not-allowed;
7605 5401 }
7606 5402 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7607 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5403 + transform: rotate(90deg);
7608 5404 }
7609 5405 .elementor-navigator__item > * {
7610 5406 display: flex;
7611 5407 align-items: center;
@@ -7620,9 +5416,9 @@
7620 5416 .elementor-navigator__elements .elementor-empty-view {
7621 5417 padding: 10px;
7622 5418 }
7623 5419 .elementor-navigator__elements .elementor-empty-view__title {
7624 - margin-inline-start: 34px;
5420 + margin-inline-start: 23px;
7625 5421 font-size: 10px;
7626 5422 font-style: italic;
7627 5423 }
7628 5424 .elementor-navigator__elements .ui-sortable-helper {
@@ -7690,9 +5486,9 @@
7690 5486 overflow: hidden;
7691 5487 }
7692 5488 .elementor-navigator__element__toggle {
7693 5489 position: absolute;
7694 - inset-inline-end: 15px;
5490 + left: 15px;
7695 5491 height: 100%;
7696 5492 z-index: 0;
7697 5493 font-size: 13px;
7698 5494 }
@@ -7698,12 +5494,13 @@
7698 5494 }
7699 5495 .elementor-navigator__element__indicators {
7700 5496 position: relative;
7701 5497 transition: transform 0.5s;
5498 + padding-inline-start: 5px;
7702 5499 z-index: 91;
7703 5500 }
7704 5501 .elementor-navigator__element__indicators:not(:hover) {
7705 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5502 + transform: translateX(calc(-100% + 8px));
7706 5503 }
7707 5504 .elementor-navigator__element__indicator {
7708 5505 height: 100%;
7709 5506 width: 31px;
@@ -7709,15 +5506,18 @@
7709 5506 width: 31px;
7710 5507 display: inline-flex;
7711 5508 align-items: center;
7712 5509 justify-content: center;
7713 - color: var(--e-a-color-txt);
7714 - background-color: var(--e-a-bg-default);
7715 - border-inline-end: var(--e-a-border);
5510 + color: var(--e-a-color-txt-invert);
5511 + background-color: var(--e-a-color-white);
5512 + border-inline-start: var(--e-a-border);
7716 5513 }
7717 5514 .elementor-navigator__element__indicator:first-child {
7718 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5515 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7719 5516 }
5517 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5518 + border-color: #242729;
5519 +}
7720 5520 .elementor-navigator__element__indicator:hover {
7721 5521 color: var(--e-a-color-txt-hover);
7722 5522 }
7723 5523 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7723,16 +5523,13 @@
7723 5523 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7724 5524 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7725 5525 opacity: 0.5;
7726 5526 }
7727 -.elementor-navigator__promotion-text {
7728 - line-height: 18px;
7729 -}
7730 5527
7731 5528 .e-notice-bar {
7732 5529 position: absolute;
7733 5530 width: 100%;
7734 - inset-block-end: 0;
5531 + bottom: 0;
7735 5532 display: flex;
7736 5533 align-items: center;
7737 5534 height: 40px;
7738 5535 color: #fff;
@@ -7756,9 +5553,9 @@
7756 5553 padding: 4px 10px;
7757 5554 font-size: 11px;
7758 5555 }
7759 5556 .e-notice-bar__primary_action a:hover {
7760 - color: rgb(70.5, 0, 30.2142857143);
5557 + color: #47001e;
7761 5558 background: #F1F2F3;
7762 5559 }
7763 5560 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7764 5561 font-size: 11px;
@@ -7858,11 +5655,11 @@
7858 5655 background-color: transparent;
7859 5656 }
7860 5657 #elementor-icons-manager__search i {
7861 5658 position: absolute;
7862 - inset-block-start: 50%;
7863 - inset-inline-end: 15px;
5659 + top: 50%;
7864 5660 transform: translateY(-50%);
5661 + left: 15px;
7865 5662 }
7866 5663 #elementor-icons-manager__tab__wrapper {
7867 5664 overflow: auto;
7868 5665 margin: 25px -15px 0;
@@ -7951,10 +5748,10 @@
7951 5748 content: "";
7952 5749 position: absolute;
7953 5750 height: 100%;
7954 5751 width: 3px;
7955 - inset-block-start: 0;
7956 - inset-inline-start: 0;
5752 + top: 0;
5753 + right: 0;
7957 5754 background-color: var(--e-a-border-color-accent);
7958 5755 }
7959 5756 .elementor-icons-manager__tab__item {
7960 5757 position: relative;
@@ -7979,11 +5776,11 @@
7979 5776 flex-direction: column;
7980 5777 align-items: center;
7981 5778 width: 100%;
7982 5779 position: absolute;
7983 - inset-block-start: 50%;
7984 - inset-inline-start: 50%;
7985 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5780 + top: 50%;
5781 + left: 50%;
5782 + transform: translate(-50%, -50%);
7986 5783 padding: 1px;
7987 5784 }
7988 5785 .elementor-icons-manager__tab__item__icon {
7989 5786 font-size: 25px;
@@ -8027,12 +5824,11 @@
8027 5824 }
8028 5825 .pickr .pcr-button:before, .pickr .pcr-button:after {
8029 5826 height: 12px;
8030 5827 width: 12px;
8031 - position: absolute;
8032 - inset-block-start: 50%;
8033 - inset-inline-start: 50%;
8034 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5828 + top: 50%;
5829 + left: 50%;
5830 + transform: translate(-50%, -50%);
8035 5831 }
8036 5832
8037 5833 .pcr-app {
8038 5834 background-color: var(--e-a-bg-default);
@@ -8050,11 +5846,8 @@
8050 5846 }
8051 5847 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8052 5848 height: 150px;
8053 5849 }
8054 -.pcr-app .pcr-selection .pcr-picker {
8055 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8056 -}
8057 5850 .pcr-app .pcr-interaction {
8058 5851 padding-block-end: 20px;
8059 5852 }
8060 5853 .pcr-app .pcr-interaction input.pcr-result {
@@ -8139,9 +5932,12 @@
8139 5932 font-family: "eicons";
8140 5933 color: var(--e-a-btn-color-invert);
8141 5934 text-indent: 0;
8142 5935 position: absolute;
8143 - inset: 0;
5936 + left: 0;
5937 + top: 0;
5938 + width: 100%;
5939 + height: 100%;
8144 5940 display: flex;
8145 5941 justify-content: center;
8146 5942 align-items: center;
8147 5943 }
@@ -8172,9 +5968,9 @@
8172 5968 }
8173 5969
8174 5970 .select2-selection__arrow {
8175 5971 height: 27px;
8176 - inset-block-start: 0;
5972 + top: 0;
8177 5973 }
8178 5974
8179 5975 .select2-results__option[aria-selected=true] {
8180 5976 background-color: var(--e-a-bg-active);
@@ -8197,12 +5993,12 @@
8197 5993 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8198 5994 cursor: ew-resize;
8199 5995 }
8200 5996 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8201 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
5997 + box-shadow: 0 0 0 1px #0e3b9c inset;
8202 5998 }
8203 5999 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8204 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6000 + color: #0e3b9c;
8205 6001 -webkit-user-select: none;
8206 6002 -moz-user-select: none;
8207 6003 user-select: none;
8208 6004 }
@@ -8233,10 +6029,11 @@
8233 6029 padding: 0;
8234 6030 margin: 0;
8235 6031 height: 100px;
8236 6032 position: absolute;
8237 - inset-block-start: -60px;
8238 - inset-inline: 0;
6033 + top: -60px;
6034 + left: 0;
6035 + right: 0;
8239 6036 }
8240 6037 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8241 6038 border-color: transparent;
8242 6039 outline: none;
@@ -8261,54 +6058,23 @@
8261 6058 display: block;
8262 6059 margin: 10px -15px;
8263 6060 }
8264 6061
8265 -.elementor-app-backdrop {
8266 - position: fixed;
8267 - z-index: 99998;
8268 - inset: 0;
8269 - background: rgba(0, 0, 0, 0.5);
8270 - opacity: 0;
8271 - transition: opacity 0.25s ease;
8272 -}
8273 -.elementor-app-backdrop--visible {
8274 - opacity: 1;
8275 -}
8276 -
8277 -.elementor-app-iframe {
8278 - position: fixed;
8279 - top: 30px;
8280 - left: 40px;
8281 - width: calc(100% - 80px);
8282 - height: calc(100% - 60px);
8283 - z-index: 100000;
8284 - border-radius: 12px;
8285 - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
8286 - background-color: transparent;
8287 - opacity: 0;
8288 - transition: opacity 0.25s ease;
8289 -}
8290 -.elementor-app-iframe--visible {
8291 - opacity: 1;
8292 -}
8293 -
8294 6062 [class^=eicon-flex], [class*=" eicon-flex"] {
8295 6063 transition: 0.3s all;
6064 + --is-ltr: 1;
6065 + --is-rtl: 0;
6066 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6067 + --is-ltr: 0;
6068 + --is-rtl: 1;
8296 6069 }
8297 6070 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8298 6071 max-height: 1em;
8299 6072 max-width: 1em;
8300 6073 }
8301 -[class^=eicon-flex], [class*=" eicon-flex"] {
8302 - --is-ltr: 0;
8303 - --is-rtl: 1;
8304 -}
8305 6074 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8306 6075 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8307 6076 }
8308 -[class^=eicon-flex], [class*=" eicon-flex"] {
8309 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8310 -}
8311 6077 :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) {
8312 6078 transform: rotate(calc(var(--rotation-direction) * 90deg));
8313 6079 }
8314 6080 :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(.eicon-align-start-v, .eicon-align-end-v), :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(.eicon-align-start-v, .eicon-align-end-v) {
@@ -8321,16 +6087,6 @@
8321 6087 transform: rotate(calc(var(--is-rtl) * 180deg));
8322 6088 }
8323 6089 .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) {
8324 6090 transform: rotate(calc(var(--is-ltr) * 180deg));
8325 -}
8326 -
8327 -.elementor-editor-active .embed-media-settings .setting.caption {
8328 - display: none;
8329 -}
8330 -.elementor-editor-active .embed-media-settings .setting.align {
8331 - display: none;
8332 -}
8333 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8334 - display: none;
8335 6091 }
8336 6092 /*# sourceMappingURL=editor-rtl.css.map */