PluginProbe
Elementor Website Builder – more than just a page builder / 3.16.2
Elementor Website Builder – more than just a page builder v3.16.2
4.3.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 4.1.0-beta1 All 453 releases
← All changes | assets/css/editor-rtl.css +481 -2833 4.2.0-dev23.16.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.16.0 - 13-09-2023 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + left: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89e";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89f";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -123,8 +130,9 @@
123 130 text-align: center;
124 131 }
125 132 .elementor-nerd-box-icon {
126 133 width: 100px;
134 + margin-inline-end: 10px;
127 135 }
128 136 .elementor-nerd-box-title {
129 137 margin-block-start: 20px;
130 138 font-size: 16px;
@@ -138,18 +146,8 @@
138 146 }
139 147 .elementor-nerd-box .elementor-button {
140 148 margin-block-start: 20px;
141 149 }
142 -.elementor-nerd-box--upsale {
143 - padding: 15px 30px 30px;
144 -}
145 -.elementor-nerd-box--upsale .elementor-nerd-box-title {
146 - font-weight: 500;
147 - line-height: 1.2;
148 -}
149 -.elementor-nerd-box--upsale .elementor-nerd-box-message {
150 - line-height: 1.5;
151 -}
152 150
153 151 .eicon-nerd:hover:before {
154 152 content: "\e8b7";
155 153 }
@@ -194,12 +192,11 @@
194 192 color: var(--e-a-color-txt-disabled);
195 193 }
196 194 .e-control-tool i {
197 195 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
196 + top: 50%;
197 + left: 50%;
198 + transform: translateX(-50%) translateY(-50%);
202 199 color: var(--e-a-color-txt-default);
203 200 font-size: 13px;
204 201 }
205 202
@@ -208,11 +205,11 @@
208 205 }
209 206
210 207 .elementor-loader-wrapper {
211 208 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
209 + top: 50%;
210 + left: 50%;
211 + transform: translate(-50%, -50%);
215 212 width: 300px;
216 213 display: flex;
217 214 flex-direction: column;
218 215 align-items: center;
@@ -252,17 +249,17 @@
252 249 width: 60%;
253 250 }
254 251 .elementor-loader-box:nth-of-type(2) {
255 252 top: 0;
256 - animation-delay: calc(1.8s / 4 * -1);
253 + animation-delay: calc( 1.8s / 4 * -1 );
257 254 }
258 255 .elementor-loader-box:nth-of-type(3) {
259 256 top: 40%;
260 - animation-delay: calc(1.8s / 4 * -2);
257 + animation-delay: calc( 1.8s / 4 * -2 );
261 258 }
262 259 .elementor-loader-box:nth-of-type(4) {
263 260 bottom: 0;
264 - animation-delay: calc(1.8s / 4 * -3);
261 + animation-delay: calc( 1.8s / 4 * -3 );
265 262 }
266 263
267 264 .elementor-loading-title {
268 265 color: var(--e-a-color-txt);
@@ -363,287 +360,8 @@
363 360 outline: none;
364 361 height: 27px;
365 362 }
366 363
367 -.dialog-widget-content {
368 - background-color: var(--e-a-bg-default);
369 - position: absolute;
370 - border-radius: 3px;
371 - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
372 - overflow: hidden;
373 -}
374 -
375 -.dialog-message {
376 - line-height: 1.5;
377 - box-sizing: border-box;
378 -}
379 -
380 -.dialog-close-button {
381 - cursor: pointer;
382 - position: absolute;
383 - margin-block-start: 15px;
384 - inset-inline-end: 15px;
385 - color: var(--e-a-color-txt);
386 - font-size: 15px;
387 - line-height: 1;
388 - transition: var(--e-a-transition-hover);
389 -}
390 -.dialog-close-button:hover {
391 - color: var(--e-a-color-txt-hover);
392 -}
393 -
394 -.dialog-prevent-scroll {
395 - overflow: hidden;
396 - max-height: 100vh;
397 -}
398 -
399 -.dialog-type-lightbox {
400 - position: fixed;
401 - height: 100%;
402 - width: 100%;
403 - bottom: 0;
404 - left: 0;
405 - background-color: rgba(0, 0, 0, 0.8);
406 - z-index: 9999;
407 - -webkit-user-select: none;
408 - -moz-user-select: none;
409 - user-select: none;
410 -}
411 -
412 -.elementor-editor-active .elementor-popup-modal {
413 - background-color: initial;
414 -}
415 -
416 -.dialog-type-confirm .dialog-widget-content,
417 -.dialog-type-alert .dialog-widget-content {
418 - margin: auto;
419 - width: 400px;
420 - padding: 20px;
421 -}
422 -.dialog-type-confirm .dialog-header,
423 -.dialog-type-alert .dialog-header {
424 - font-size: 15px;
425 - font-weight: 500;
426 -}
427 -.dialog-type-confirm .dialog-header:after,
428 -.dialog-type-alert .dialog-header:after {
429 - content: "";
430 - display: block;
431 - border-block-end: var(--e-a-border);
432 - padding-block-end: 10px;
433 - margin-block-end: 10px;
434 - margin-inline-start: -20px;
435 - margin-inline-end: -20px;
436 -}
437 -.dialog-type-confirm .dialog-message,
438 -.dialog-type-alert .dialog-message {
439 - min-height: 50px;
440 -}
441 -.dialog-type-confirm .dialog-buttons-wrapper,
442 -.dialog-type-alert .dialog-buttons-wrapper {
443 - padding-block-start: 10px;
444 - display: flex;
445 - justify-content: flex-end;
446 - gap: 15px;
447 -}
448 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
449 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
450 - font-size: 12px;
451 - font-weight: 500;
452 - line-height: 1.2;
453 - padding: 8px 16px;
454 - outline: none;
455 - border: none;
456 - border-radius: var(--e-a-border-radius);
457 - background-color: var(--e-a-btn-bg);
458 - color: var(--e-a-btn-color-invert);
459 - transition: var(--e-a-transition-hover);
460 -}
461 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
462 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
463 - border: none;
464 -}
465 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
466 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
467 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
468 - background-color: var(--e-a-btn-bg-hover);
469 - color: var(--e-a-btn-color-invert);
470 -}
471 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
472 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
473 - background-color: var(--e-a-btn-bg-active);
474 -}
475 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
476 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
477 - cursor: pointer;
478 -}
479 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
480 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
481 - background-color: var(--e-a-btn-bg-disabled);
482 - color: var(--e-a-btn-color-disabled);
483 -}
484 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
485 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
486 - display: none;
487 -}
488 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
489 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
490 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
491 - background: transparent;
492 - color: var(--e-a-color-txt);
493 -}
494 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
495 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
496 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
497 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
498 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
499 - background: var(--e-a-bg-hover);
500 - color: var(--e-a-color-txt-hover);
501 -}
502 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
503 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
504 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
505 - background: transparent;
506 - color: var(--e-a-color-txt-disabled);
507 -}
508 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
509 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
510 - border: 1px solid var(--e-a-color-txt-muted);
511 -}
512 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
513 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
514 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
515 - background-color: var(--e-a-btn-bg-success);
516 -}
517 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
518 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
519 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
520 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
521 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
522 - background-color: var(--e-a-btn-bg-success-hover);
523 -}
524 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
525 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
526 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
527 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
528 - background-color: var(--e-a-btn-bg-primary);
529 - color: var(--e-a-btn-color);
530 -}
531 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
532 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
533 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
534 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
535 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
536 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
537 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
538 - background-color: var(--e-a-btn-bg-primary-hover);
539 - color: var(--e-a-btn-color);
540 -}
541 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
542 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
543 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
544 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
545 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
546 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
547 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
548 - background: transparent;
549 - color: var(--e-a-color-primary-bold);
550 -}
551 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
552 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
553 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
554 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
555 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
556 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
557 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
558 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
559 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
560 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
561 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
562 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
563 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
564 - background: var(--e-a-bg-primary);
565 -}
566 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
567 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
568 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
569 - background-color: var(--e-a-btn-bg-accent);
570 -}
571 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
572 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
573 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
574 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
575 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
576 - background-color: var(--e-a-btn-bg-accent-hover);
577 -}
578 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
579 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
580 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
581 - background-color: var(--e-a-btn-bg-accent-active);
582 -}
583 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
584 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
585 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
586 - background-color: var(--e-a-btn-bg-info);
587 -}
588 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
589 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
590 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
591 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
592 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
593 - background-color: var(--e-a-btn-bg-info-hover);
594 -}
595 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
596 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
597 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
598 - background-color: var(--e-a-btn-bg-warning);
599 -}
600 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
601 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
602 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
603 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
604 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
605 - background-color: var(--e-a-btn-bg-warning-hover);
606 -}
607 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
608 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 - background-color: var(--e-a-btn-bg-danger);
611 -}
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
621 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
622 - background-color: var(--e-a-btn-bg-danger-hover);
623 -}
624 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
625 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
626 - margin-inline-end: 5px;
627 -}
628 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
629 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
630 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 - color: initial;
633 -}
634 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 -
646 364 /*
647 365 * Container style
648 366 */
649 367 .ps {
@@ -785,70 +503,46 @@
785 503 --e-editor-panel-width: 300px;
786 504 }
787 505 }
788 506
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
507 +.elementor-panel {
508 + position: relative;
509 + height: 100%;
510 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
511 + width: var(--e-editor-panel-width);
512 + overflow: visible;
513 + background-color: var(--e-a-bg-default);
514 + z-index: 1;
515 + font-family: var(--e-a-font-family);
516 + font-size: 13px;
517 + right: 0;
518 +}
519 +.elementor-panel h1,
520 +.elementor-panel h2,
521 +.elementor-panel h3,
522 +.elementor-panel h4,
523 +.elementor-panel h5,
524 +.elementor-panel h6 {
813 525 font-size: 100%;
814 526 font-weight: normal;
815 527 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
528 +.elementor-panel abbr,
529 +.elementor-panel acronym {
824 530 border: 0;
825 531 font-variant: normal;
826 532 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
533 +.elementor-panel sup {
831 534 vertical-align: text-top;
832 535 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
536 +.elementor-panel sub {
837 537 vertical-align: text-bottom;
838 538 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
539 +.elementor-panel img {
843 540 max-width: 100%;
844 541 height: auto;
845 542 border: 0;
846 543 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
544 +.elementor-panel :focus {
851 545 outline: 0;
852 546 }
853 547 .elementor-panel .elementor-panel-box-content {
854 548 padding: 20px 20px 10px;
@@ -900,9 +594,10 @@
900 594 display: none;
901 595 position: absolute;
902 596 box-shadow: var(--e-a-popover-shadow);
903 597 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
598 + left: 0;
599 + right: 0;
905 600 margin: -4px auto 5px;
906 601 padding-block-start: 15px;
907 602 width: 90%;
908 603 z-index: 10000;
@@ -910,10 +605,10 @@
910 605 }
911 606 .elementor-panel .elementor-controls-popover:before {
912 607 content: "";
913 608 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
609 + top: -16px;
610 + left: 22px;
916 611 border: 8px solid transparent;
917 612 border-block-end-color: var(--e-a-bg-default);
918 613 }
919 614 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +619,8 @@
924 619 }
925 620 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 621 margin-block-start: 20px;
927 622 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 623 .elementor-editor-preview .elementor-panel {
941 624 --e-is-preview-mode: 1;
942 625 }
943 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -943,12 +626,8 @@
943 626 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 627 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 628 display: none;
946 629 }
947 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 - display: flex;
949 - flex-direction: column;
950 -}
951 630 .elementor-panel .ps__rail-y {
952 631 z-index: 2;
953 632 }
954 633 .elementor-panel .elementor-responsive-panel {
@@ -990,9 +669,9 @@
990 669 }
991 670 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 671 font-size: 18px;
993 672 }
994 -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
673 +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus {
995 674 color: var(--e-a-dark-color-txt-hover);
996 675 }
997 676 .elementor-panel #elementor-panel-header-title {
998 677 flex: 1;
@@ -1003,9 +682,8 @@
1003 682 width: 90px;
1004 683 }
1005 684 .elementor-panel #elementor-panel-elements-categories {
1006 685 padding-block-end: 10px;
1007 - position: relative;
1008 686 }
1009 687 .elementor-panel .elementor-panel-category {
1010 688 position: relative;
1011 689 border-block-end: var(--e-a-border);
@@ -1017,11 +695,8 @@
1017 695 }
1018 696 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 697 border: none;
1020 698 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 699 .elementor-panel .elementor-panel-category-items {
1025 700 padding-block-end: 20px;
1026 701 }
1027 702 .elementor-panel .elementor-panel-category-items-empty {
@@ -1046,16 +721,14 @@
1046 721 align-items: center;
1047 722 width: 100%;
1048 723 height: 40px;
1049 724 transition: var(--e-a-transition-hover);
1050 - border: 0;
1051 - background-color: transparent;
1052 725 cursor: pointer;
1053 726 }
1054 727 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 728 border-block-end: var(--e-a-border);
1056 729 }
1057 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
730 +.elementor-panel .elementor-panel-menu-item:hover {
1058 731 background-color: var(--e-a-bg-hover);
1059 732 }
1060 733 .elementor-panel .elementor-panel-menu-item:active {
1061 734 background-color: var(--e-a-bg-active);
@@ -1121,11 +794,13 @@
1121 794 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 795 border-color: var(--e-a-border-color-accent);
1123 796 color: var(--e-a-color-txt-accent);
1124 797 }
798 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1125 799 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 800 color: var(--e-a-color-txt-accent);
1127 801 }
802 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1128 803 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 804 color: inherit;
1130 805 display: block;
1131 806 text-align: center;
@@ -1131,8 +806,9 @@
1131 806 text-align: center;
1132 807 padding: 12px 0 8px;
1133 808 font-size: 10px;
1134 809 }
810 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1135 811 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 812 font-family: eicons;
1137 813 font-size: 16px;
1138 814 display: block;
@@ -1137,31 +813,35 @@
1137 813 font-size: 16px;
1138 814 display: block;
1139 815 margin-block-end: 8px;
1140 816 }
817 +.elementor-panel .elementor-tab-control-content a:before,
1141 818 .elementor-panel .elementor-tab-control-content span:before {
1142 819 content: "\e92c";
1143 820 }
821 +.elementor-panel .elementor-tab-control-style a:before,
1144 822 .elementor-panel .elementor-tab-control-style span:before {
1145 823 content: "\e921";
1146 824 }
1147 -.elementor-panel .elementor-tab-control-settings span:before {
1148 - content: "\e940";
1149 -}
1150 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1151 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1152 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
825 +.elementor-panel .elementor-tab-control-advanced a:before,
1153 826 .elementor-panel .elementor-tab-control-advanced span:before,
827 +.elementor-panel .elementor-tab-control-settings a:before,
828 +.elementor-panel .elementor-tab-control-settings span:before,
829 +.elementor-panel .elementor-tab-control-general_style a:before,
1154 830 .elementor-panel .elementor-tab-control-general_style span:before {
1155 831 content: "\e916";
1156 832 }
833 +.elementor-panel .elementor-tab-control-responsive a:before,
1157 834 .elementor-panel .elementor-tab-control-responsive span:before {
1158 835 content: "\e885";
1159 836 }
837 +.elementor-panel .elementor-tab-control-lightbox a:before,
1160 838 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 839 content: "\e922";
1162 840 }
841 +.elementor-panel .elementor-tab-control-layout a:before,
1163 842 .elementor-panel .elementor-tab-control-layout span:before,
843 +.elementor-panel .elementor-tab-control-column a:before,
1164 844 .elementor-panel .elementor-tab-control-column span:before {
1165 845 content: "\e899";
1166 846 }
1167 847 .elementor-panel #elementor-panel__editor__help {
@@ -1193,12 +873,12 @@
1193 873 content: "";
1194 874 position: absolute;
1195 875 height: 13px;
1196 876 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
877 + top: 3px;
878 + bottom: 0;
879 + right: 8px;
880 + left: 0;
1201 881 border-radius: 50%;
1202 882 z-index: -1;
1203 883 }
1204 884 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +969,10 @@
1289 969 border-inline-end: 1px solid #3f444b;
1290 970 }
1291 971 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 972 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
973 + bottom: 100%;
974 + left: 0;
1295 975 width: 100%;
1296 976 background-color: #1f2124;
1297 977 padding: 10px;
1298 978 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1344,9 +1024,12 @@
1344 1024 display: none;
1345 1025 }
1346 1026 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1027 position: absolute;
1348 - inset: 0;
1028 + top: 0;
1029 + left: 0;
1030 + height: 100%;
1031 + width: 100%;
1349 1032 display: flex;
1350 1033 align-items: center;
1351 1034 justify-content: center;
1352 1035 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1042,13 @@
1359 1042
1360 1043 #elementor-panel-elements-search-area {
1361 1044 background-color: var(--e-a-bg-default);
1362 1045 position: sticky;
1363 - inset-block-start: 0;
1046 + top: 0;
1364 1047 padding: 15px;
1365 1048 z-index: 1;
1366 1049 }
1367 1050
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1051 #elementor-panel-elements-search-wrapper {
1373 1052 position: relative;
1374 1053 }
1375 1054
@@ -1386,12 +1065,12 @@
1386 1065 appearance: none;
1387 1066 }
1388 1067 #elementor-panel-elements-search-input + i {
1389 1068 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1069 + right: 10px;
1070 + top: 50%;
1071 + color: var(--e-a-color-txt-disabled);
1392 1072 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1073 }
1395 1074 #elementor-panel-elements-search-input:focus {
1396 1075 border-color: var(--e-a-border-color-focus);
1397 1076 padding-inline-end: 15px;
@@ -1396,24 +1075,9 @@
1396 1075 border-color: var(--e-a-border-color-focus);
1397 1076 padding-inline-end: 15px;
1398 1077 }
1399 1078
1400 -.e-free-badge-container {
1401 - flex-grow: 1;
1402 - margin-inline-start: 10px;
1403 - margin-inline-end: 10px;
1404 -}
1405 -.e-free-badge-container .e-free-badge {
1406 - border-radius: var(--e-a-border-radius);
1407 - background-color: var(--e-a-btn-bg);
1408 - color: var(--e-a-btn-color-invert);
1409 - padding: 3px 5px;
1410 -}
1411 -
1412 1079 .elementor-panel .elementor-element {
1413 - font-family: var(--e-a-font-family);
1414 - color: var(--e-a-color-txt);
1415 - line-height: 1;
1416 1080 text-align: center;
1417 1081 border: var(--e-a-border-bold);
1418 1082 border-radius: 3px;
1419 1083 cursor: move;
@@ -1418,10 +1082,8 @@
1418 1082 border-radius: 3px;
1419 1083 cursor: move;
1420 1084 position: relative;
1421 1085 transition: var(--e-a-transition-hover);
1422 - width: 100%;
1423 - background-color: transparent;
1424 1086 }
1425 1087 .elementor-panel .elementor-element--promotion .elementor-element {
1426 1088 cursor: pointer;
1427 1089 -webkit-user-select: none;
@@ -1427,24 +1089,15 @@
1427 1089 -webkit-user-select: none;
1428 1090 -moz-user-select: none;
1429 1091 user-select: none;
1430 1092 }
1431 -.elementor-panel .elementor-element .eicon-atomic {
1432 - position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1435 - color: var(--e-a-color-txt);
1436 -}
1437 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1093 +.elementor-panel .elementor-element:hover {
1438 1094 background-color: var(--e-a-bg-hover);
1439 1095 border-color: var(--e-a-border-color-bold);
1440 1096 }
1441 -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full {
1442 - color: var(--e-a-color-accent-promotion);
1097 +.elementor-panel .elementor-element:hover > .eicon-lock {
1098 + color: var(--e-a-color-accent);
1443 1099 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1100 .elementor-panel .elementor-element .icon {
1448 1101 font-size: 28px;
1449 1102 padding-block-start: 15px;
1450 1103 }
@@ -1456,17 +1109,12 @@
1456 1109 }
1457 1110 .elementor-panel .elementor-element .title {
1458 1111 font-size: 12px;
1459 1112 }
1460 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug {
1113 +.elementor-panel .elementor-element > .eicon-lock {
1461 1114 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1464 -}
1465 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full {
1466 - color: var(--e-a-color-accent-promotion-disabled);
1467 -}
1468 -.elementor-panel .elementor-element > .eicon-plug {
1115 + top: 5px;
1116 + left: 5px;
1469 1117 color: var(--e-a-color-txt-disabled);
1470 1118 }
1471 1119 .elementor-panel .elementor-element:active {
1472 1120 background-color: var(--e-a-bg-hover);
@@ -1484,10 +1132,10 @@
1484 1132 }
1485 1133 #elementor-element--promotion__dialog:after {
1486 1134 content: "";
1487 1135 position: absolute;
1488 - inset-block-start: 15px;
1489 - inset-inline-end: 100%;
1136 + top: 15px;
1137 + left: 100%;
1490 1138 transform: scaleY(0.7);
1491 1139 border: 10px solid transparent;
1492 1140 border-inline-end-color: var(--e-a-bg-default);
1493 1141 }
@@ -1527,9 +1175,9 @@
1527 1175 .dialog-tooltip-widget {
1528 1176 position: absolute;
1529 1177 width: 300px;
1530 1178 z-index: 1;
1531 - background-color: var(--e-a-bg-default);
1179 + background-color: #ffffff;
1532 1180 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1533 1181 border-radius: 3px;
1534 1182 }
1535 1183 .dialog-tooltip-widget:after {
@@ -1534,13 +1182,13 @@
1534 1182 }
1535 1183 .dialog-tooltip-widget:after {
1536 1184 content: "";
1537 1185 position: absolute;
1538 - inset-block-start: 15px;
1539 - inset-inline-end: 100%;
1186 + top: 15px;
1187 + left: 100%;
1540 1188 transform: scaleY(0.7);
1541 1189 border: 10px solid transparent;
1542 - border-inline-end-color: var(--e-a-bg-default);
1190 + border-inline-end-color: #ffffff;
1543 1191 }
1544 1192 .dialog-tooltip-widget__title {
1545 1193 font-size: 14px;
1546 1194 }
@@ -1546,10 +1194,10 @@
1546 1194 }
1547 1195 .dialog-tooltip-widget .dialog-tooltip-header {
1548 1196 display: flex;
1549 1197 padding: 20px 20px 0;
1550 - color: var(--e-a-color-txt);
1551 - border-block-end: 1px solid var(--e-a-bg-default);
1198 + color: #0C0D0E;
1199 + border-block-end: 1px solid #ffffff;
1552 1200 font-weight: 500;
1553 1201 }
1554 1202 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1555 1203 flex-grow: 1;
@@ -1559,9 +1207,9 @@
1559 1207 }
1560 1208 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1561 1209 cursor: pointer;
1562 1210 margin-inline-start: auto;
1563 - color: var(--e-a-color-txt);
1211 + color: #9DA5AE;
1564 1212 }
1565 1213 .dialog-tooltip-widget .dialog-tooltip-message {
1566 1214 padding: 20px;
1567 1215 }
@@ -1576,80 +1224,8 @@
1576 1224 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1577 1225 border: 0;
1578 1226 }
1579 1227
1580 -#elementor-panel-elements-widget-creation-area:empty {
1581 - display: none;
1582 -}
1583 -
1584 -.elementor-panel-elements-widget-creation {
1585 - text-align: center;
1586 - padding: 30px 20px;
1587 -}
1588 -.elementor-panel-elements-widget-creation__title {
1589 - font-size: 14px;
1590 - font-weight: bold;
1591 - line-height: 1.4;
1592 - color: var(--e-a-color-txt);
1593 -}
1594 -.elementor-panel-elements-widget-creation__message {
1595 - margin-block-start: 8px;
1596 - font-size: 13px;
1597 - line-height: 1.6;
1598 - color: var(--e-a-color-txt-muted);
1599 -}
1600 -.elementor-panel-elements-widget-creation__cta {
1601 - display: inline-flex;
1602 - align-items: center;
1603 - gap: 6px;
1604 - margin-block-start: 16px;
1605 - padding: 0;
1606 - border: none;
1607 - background: none;
1608 - color: #C00BB9;
1609 - font-size: 14px;
1610 - font-weight: 500;
1611 - cursor: pointer;
1612 - font-family: var(--e-a-font-family);
1613 -}
1614 -.elementor-panel-elements-widget-creation__cta i {
1615 - font-size: 16px;
1616 -}
1617 -.elementor-panel-elements-widget-creation__cta:hover {
1618 - opacity: 0.8;
1619 -}
1620 -.elementor-panel-elements-widget-creation--search-footer {
1621 - border-block-start: var(--e-a-border);
1622 -}
1623 -
1624 -.elementor-panel-category-custom-widgets-empty {
1625 - grid-column: 1/-1;
1626 - width: 100%;
1627 - padding: 0 16px 16px;
1628 -}
1629 -.elementor-panel-category-custom-widgets-empty__message {
1630 - margin: 0;
1631 - font-size: 12px;
1632 - line-height: 1.6;
1633 - color: var(--e-a-color-txt-muted);
1634 -}
1635 -
1636 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1637 - margin-inline-start: auto;
1638 - padding: 4px 10px;
1639 - border: none;
1640 - background: none;
1641 - color: #C00BB9;
1642 - font-size: 12px;
1643 - font-weight: 500;
1644 - cursor: pointer;
1645 - font-family: var(--e-a-font-family);
1646 - flex-shrink: 0;
1647 -}
1648 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1649 - opacity: 0.8;
1650 -}
1651 -
1652 1228 #elementor-panel-inner {
1653 1229 position: relative;
1654 1230 height: 100%;
1655 1231 display: flex;
@@ -1675,105 +1251,21 @@
1675 1251 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1676 1252 margin-block-start: 20px;
1677 1253 }
1678 1254
1679 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1680 - display: flex;
1681 - flex-direction: column;
1682 -}
1683 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1684 - display: flex;
1685 - flex-direction: column;
1686 - flex: 1;
1687 - min-height: 0;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1690 - position: sticky;
1691 - inset-block-end: 0;
1692 - margin-block-start: auto;
1693 -}
1694 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1695 - margin-block-start: 0;
1696 -}
1697 -
1698 -#elementor-panel-get-pro-elements-sticky {
1699 - position: sticky;
1700 - inset-block-end: 0;
1701 - margin-block-end: -10px;
1702 -}
1703 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1704 - margin-block-start: -14px;
1705 -}
1706 -
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1708 - display: flex;
1709 - flex-direction: column;
1710 - min-height: 100%;
1711 -}
1712 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1713 - margin-block-start: auto;
1714 -}
1715 -
1716 -#elementor-panel-get-pro-elements-sticky,
1717 -.elementor-panel-editor-sticky-promotion {
1718 - font-size: 14px;
1719 - font-weight: 400;
1720 - line-height: 1.6;
1721 - background-color: var(--e-a-color-white);
1722 -}
1723 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1724 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1725 - min-height: 40px;
1726 - display: block;
1727 - padding: 9px min(35px, 5%);
1728 - gap: 10px;
1729 - background-color: var(--e-a-color-white);
1730 - color: var(--e-a-color-black);
1731 - text-align: center;
1732 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1733 -}
1734 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1735 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1736 - display: inline-block;
1737 - font-size: 13px;
1738 - font-weight: 500;
1739 - color: var(--e-a-btn-bg-accent);
1740 -}
1741 -#elementor-panel-get-pro-elements-sticky img,
1742 -.elementor-panel-editor-sticky-promotion img {
1743 - margin-inline-start: 17px;
1744 -}
1745 -
1746 1255 #elementor-panel-notice-wrapper .elementor-panel-notice {
1747 1256 width: 90%;
1748 1257 margin: 0 auto;
1749 1258 font-style: unset;
1750 - margin-block-end: 15px;
1259 + margin-bottom: 15px;
1751 1260 }
1752 1261 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1753 1262 font-weight: bold;
1754 1263 font-style: italic;
1755 - border-block-end: 2px dotted var(--e-a-color-info);
1264 + border-bottom: 2px dotted var(--e-a-color-info);
1756 1265 display: inline-block;
1757 1266 }
1758 1267
1759 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1760 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1761 - position: relative;
1762 -}
1763 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1764 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1765 - position: absolute;
1766 - content: "";
1767 - display: block;
1768 - background: var(--e-a-color-primary);
1769 - border-radius: 50%;
1770 - width: 8px;
1771 - height: 8px;
1772 - inset-block-start: 5px;
1773 - inset-inline-end: 5px;
1774 -}
1775 -
1776 1268 .media-modal.wp-core-ui {
1777 1269 color-scheme: light;
1778 1270 color: #515962;
1779 1271 }
@@ -1808,11 +1300,8 @@
1808 1300 font-size: var(--control-title-size);
1809 1301 line-height: 1;
1810 1302 margin-inline-end: 5px;
1811 1303 }
1812 -.elementor-control .elementor-control-title:empty {
1813 - display: none;
1814 -}
1815 1304 .elementor-control .elementor-control-spinner {
1816 1305 display: flex;
1817 1306 align-items: center;
1818 1307 }
@@ -1819,9 +1308,8 @@
1819 1308 .elementor-control.elementor-control-type-divider {
1820 1309 padding: 0;
1821 1310 }
1822 1311 .elementor-control.elementor-control-type-divider .elementor-control-content {
1823 - margin-inline: 20px;
1824 1312 border-width: 0;
1825 1313 border-block-start: var(--e-a-border);
1826 1314 background-color: var(--e-a-bg-default);
1827 1315 height: 15px;
@@ -1831,23 +1319,24 @@
1831 1319 }
1832 1320 .elementor-control.elementor-control-separator-before:before {
1833 1321 content: "";
1834 1322 position: absolute;
1835 - inset: 0 20px auto;
1836 1323 height: 1px;
1324 + width: calc(100% - 40px);
1325 + top: 0;
1326 + right: 20px;
1837 1327 background-color: var(--e-a-border-color);
1838 1328 }
1839 -.elementor-control.elementor-control-separator-after {
1840 - padding-block-end: 15px;
1841 -}
1842 1329 .elementor-control.elementor-control-separator-after:after {
1843 1330 content: "";
1844 1331 position: absolute;
1845 - inset: auto 20px 0;
1846 1332 height: 1px;
1333 + width: calc(100% - 40px);
1334 + bottom: 0;
1335 + right: 20px;
1847 1336 background-color: var(--e-a-border-color);
1848 1337 }
1849 -.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 {
1850 1339 padding-block-start: 15px;
1851 1340 }
1852 1341 .elementor-control.elementor-control-deprecated {
1853 1342 color: var(--e-a-color-warning);
@@ -1885,36 +1374,23 @@
1885 1374 }
1886 1375 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1887 1376 display: none;
1888 1377 }
1889 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1890 - padding: 4px;
1891 -}
1892 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1893 - aspect-ratio: 4/1;
1894 - -o-object-fit: cover;
1895 - object-fit: cover;
1896 - -o-object-position: center;
1897 - object-position: center;
1898 -}
1899 -.elementor-control-shape_divider_bottom img {
1900 - rotate: X 180deg;
1901 -}
1902 1378 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1903 1379 margin-block-start: 5px;
1904 1380 }
1905 1381
1906 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1907 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1908 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1909 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1910 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1911 - 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";
1912 1388 }
1913 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1914 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1915 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1916 - 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";
1917 1393 }
1918 1394
1919 1395 .elementor-panel-heading {
1920 1396 display: flex;
@@ -1922,12 +1398,10 @@
1922 1398 gap: 5px;
1923 1399 height: 48px;
1924 1400 padding-inline: 20px;
1925 1401 width: 100%;
1926 - border: 0;
1927 1402 border-block-start: var(--e-a-border);
1928 1403 border-block-start-width: 2px;
1929 - background-color: transparent;
1930 1404 color: var(--e-a-color-txt-accent);
1931 1405 cursor: pointer;
1932 1406 }
1933 1407 .elementor-panel-heading-toggle {
@@ -1938,40 +1412,10 @@
1938 1412 }
1939 1413 .elementor-panel-heading-title {
1940 1414 font-weight: bold;
1941 1415 }
1942 -.elementor-panel-heading-category-chip {
1943 - margin-inline-start: auto;
1944 - background-color: var(--e-a-bg-chip);
1945 - border-radius: 100px;
1946 - padding: 5px 8px;
1947 -}
1948 -.elementor-panel-heading-category-chip i {
1949 - margin-inline-start: 4px;
1950 -}
1951 -.elementor-panel-heading-promotion {
1952 - margin-inline-start: auto;
1953 -}
1954 -.elementor-panel-heading-promotion a {
1955 - color: var(--e-a-color-accent-promotion);
1956 - font-family: "Roboto", sans-serif;
1957 - font-weight: 500;
1958 - font-size: 13px;
1959 -}
1960 -.elementor-panel-heading-promotion a i {
1961 - margin-inline-end: 4px;
1962 - font-size: 14px;
1963 -}
1964 -.elementor-panel-heading-promotion a:hover {
1965 - color: var(--e-a-color-accent-promotion);
1966 -}
1967 -.elementor-panel-heading:focus-visible {
1968 - color: var(--e-a-color-txt-hover);
1969 -}
1970 1416
1971 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1972 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1973 -#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 {
1974 1418 border-block-start: none;
1975 1419 }
1976 1420
1977 1421 .elementor-control-field {
@@ -2016,13 +1460,11 @@
2016 1460 .elementor-group-control-attachment_alert .elementor-control-field-description {
2017 1461 margin-block-start: 0;
2018 1462 }
2019 1463
2020 -.elementor-control-start-end .eicon-text-align-left,
2021 -.elementor-control-start-end .eicon-text-align-right,
2022 1464 .elementor-control-start-end .eicon-h-align-left,
2023 1465 .elementor-control-start-end .eicon-h-align-right {
2024 - scale: calc(1 * var(--direction-multiplier)) 1;
1466 + transform: rotate(180deg);
2025 1467 }
2026 1468
2027 1469 .elementor-update-preview {
2028 1470 margin: 15px 15px 0;
@@ -2053,15 +1495,15 @@
2053 1495 --pointer-position: var(--selected-option);
2054 1496 position: relative;
2055 1497 width: 2.5em;
2056 1498 height: 2.5em;
2057 - margin: calc(-2.5em + 12px) 0;
1499 + margin: calc( -2.5em + 12px) 0;
2058 1500 margin-inline-end: 5px;
2059 1501 }
2060 1502 .elementor-control-responsive-switchers__holder {
2061 1503 position: absolute;
2062 1504 width: 100%;
2063 - inset-block-start: 0;
1505 + top: 0;
2064 1506 background-color: var(--e-a-bg-default);
2065 1507 border-radius: var(--e-a-border-radius);
2066 1508 transition: 0.15s;
2067 1509 border: 1px solid transparent;
@@ -2204,10 +1646,10 @@
2204 1646 display: none;
2205 1647 overflow: hidden;
2206 1648 max-height: 0;
2207 1649 position: absolute;
2208 - inset-block-start: -0.8em;
2209 - inset-inline-start: -0.5em;
1650 + top: -0.8em;
1651 + right: -0.5em;
2210 1652 width: 2.5em;
2211 1653 text-align: center;
2212 1654 background-color: var(--e-a-bg-default);
2213 1655 border-radius: var(--e-a-border-radius);
@@ -2227,8 +1669,14 @@
2227 1669 }
2228 1670 .e-units-choices .elementor-units-choices-label:hover {
2229 1671 color: var(--e-a-color-primary-bold);
2230 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 +}
2231 1679 .e-units-choices.e-units-choices-open {
2232 1680 display: block;
2233 1681 animation-duration: 1s;
2234 1682 animation-name: e-units-choices-open;
@@ -2246,19 +1694,8 @@
2246 1694 to {
2247 1695 max-height: 100vh;
2248 1696 }
2249 1697 }
2250 -.elementor-control-alert {
2251 - display: flex;
2252 - flex-direction: column;
2253 - justify-content: flex-start;
2254 - align-items: flex-start;
2255 - gap: 8px;
2256 -}
2257 -.elementor-control-alert-heading {
2258 - font-weight: bold;
2259 -}
2260 -
2261 1698 .elementor-control-type-button .elementor-control-input-wrapper {
2262 1699 text-align: end;
2263 1700 }
2264 1701 .elementor-control-type-button .elementor-button {
@@ -2376,15 +1813,15 @@
2376 1813 --pointer-position: var(--selected-option);
2377 1814 position: relative;
2378 1815 width: 2.5em;
2379 1816 height: 2.5em;
2380 - margin: calc(-2.5em + 12px) 0;
1817 + margin: calc( -2.5em + 12px) 0;
2381 1818 margin-inline-end: 5px;
2382 1819 }
2383 1820 .elementor-control-responsive-switchers__holder {
2384 1821 position: absolute;
2385 1822 width: 100%;
2386 - inset-block-start: 0;
1823 + top: 0;
2387 1824 background-color: var(--e-a-bg-default);
2388 1825 border-radius: var(--e-a-border-radius);
2389 1826 transition: 0.15s;
2390 1827 border: 1px solid transparent;
@@ -2527,10 +1964,10 @@
2527 1964 display: none;
2528 1965 overflow: hidden;
2529 1966 max-height: 0;
2530 1967 position: absolute;
2531 - inset-block-start: -0.8em;
2532 - inset-inline-start: -0.5em;
1968 + top: -0.8em;
1969 + right: -0.5em;
2533 1970 width: 2.5em;
2534 1971 text-align: center;
2535 1972 background-color: var(--e-a-bg-default);
2536 1973 border-radius: var(--e-a-border-radius);
@@ -2550,8 +1987,14 @@
2550 1987 }
2551 1988 .e-units-choices .elementor-units-choices-label:hover {
2552 1989 color: var(--e-a-color-primary-bold);
2553 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 +}
2554 1997 .e-units-choices.e-units-choices-open {
2555 1998 display: block;
2556 1999 animation-duration: 1s;
2557 2000 animation-name: e-units-choices-open;
@@ -2654,15 +2097,15 @@
2654 2097 --pointer-position: var(--selected-option);
2655 2098 position: relative;
2656 2099 width: 2.5em;
2657 2100 height: 2.5em;
2658 - margin: calc(-2.5em + 12px) 0;
2101 + margin: calc( -2.5em + 12px) 0;
2659 2102 margin-inline-end: 5px;
2660 2103 }
2661 2104 .elementor-control-responsive-switchers__holder {
2662 2105 position: absolute;
2663 2106 width: 100%;
2664 - inset-block-start: 0;
2107 + top: 0;
2665 2108 background-color: var(--e-a-bg-default);
2666 2109 border-radius: var(--e-a-border-radius);
2667 2110 transition: 0.15s;
2668 2111 border: 1px solid transparent;
@@ -2805,10 +2248,10 @@
2805 2248 display: none;
2806 2249 overflow: hidden;
2807 2250 max-height: 0;
2808 2251 position: absolute;
2809 - inset-block-start: -0.8em;
2810 - inset-inline-start: -0.5em;
2252 + top: -0.8em;
2253 + right: -0.5em;
2811 2254 width: 2.5em;
2812 2255 text-align: center;
2813 2256 background-color: var(--e-a-bg-default);
2814 2257 border-radius: var(--e-a-border-radius);
@@ -2828,8 +2271,14 @@
2828 2271 }
2829 2272 .e-units-choices .elementor-units-choices-label:hover {
2830 2273 color: var(--e-a-color-primary-bold);
2831 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 +}
2832 2281 .e-units-choices.e-units-choices-open {
2833 2282 display: block;
2834 2283 animation-duration: 1s;
2835 2284 animation-name: e-units-choices-open;
@@ -2928,11 +2377,11 @@
2928 2377 }
2929 2378
2930 2379 .elementor-control-type-icons .elementor-control-media__preview > * {
2931 2380 position: absolute;
2932 - inset-block-start: 50%;
2933 - inset-inline-start: 50%;
2934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2381 + top: 50%;
2382 + left: 50%;
2383 + transform: translate(-50%, -50%);
2935 2384 }
2936 2385 .elementor-control-type-icons .elementor-control-media__preview i {
2937 2386 font-size: 70px;
2938 2387 }
@@ -2977,19 +2426,18 @@
2977 2426 }
2978 2427 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2979 2428 width: 48px;
2980 2429 height: 48px;
2981 - -o-object-fit: cover;
2982 - object-fit: cover;
2430 + background-size: cover;
2431 + background-position: 50% 50%;
2983 2432 border: var(--e-a-border);
2984 2433 }
2985 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2986 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2987 - opacity: 0.6;
2988 -}
2989 2434 .elementor-control-type-gallery .elementor-control-gallery-edit {
2990 2435 position: absolute;
2991 - inset: 0;
2436 + top: 0;
2437 + bottom: 0;
2438 + left: 0;
2439 + right: 0;
2992 2440 background-color: rgba(0, 0, 0, 0.2);
2993 2441 padding: 10px;
2994 2442 font-size: 11px;
2995 2443 transition: all 0.3s ease-in-out;
@@ -2998,10 +2446,10 @@
2998 2446 opacity: 0;
2999 2447 }
3000 2448 .elementor-control-type-gallery .elementor-control-gallery-edit span {
3001 2449 position: absolute;
3002 - inset-block-start: 10px;
3003 - inset-inline-end: 10px;
2450 + top: 10px;
2451 + left: 10px;
3004 2452 width: 21px;
3005 2453 height: 21px;
3006 2454 color: var(--e-a-color-white);
3007 2455 background-color: rgba(0, 0, 0, 0.5);
@@ -3111,10 +2559,10 @@
3111 2559 }
3112 2560 .e-global__popover-info-tooltip:after {
3113 2561 content: "";
3114 2562 position: absolute;
3115 - inset-block-end: -17px;
3116 - inset-inline-start: 16px;
2563 + bottom: -17px;
2564 + right: 16px;
3117 2565 border: 10px solid transparent;
3118 2566 border-block-start-color: rgba(0, 0, 0, 0.9);
3119 2567 }
3120 2568 .e-global__popover-info i {
@@ -3120,9 +2568,9 @@
3120 2568 .e-global__popover-info i {
3121 2569 font-size: 13px;
3122 2570 }
3123 2571 .e-global__preview-items-container {
3124 - max-height: 400px;
2572 + max-height: 260px;
3125 2573 overflow-y: auto;
3126 2574 padding: 5px 0;
3127 2575 }
3128 2576 .e-global__preview-items-container::-webkit-scrollbar {
@@ -3131,19 +2579,8 @@
3131 2579 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3132 2580 background-color: #BABFC5;
3133 2581 border-radius: 10px;
3134 2582 }
3135 -.e-global__group-header {
3136 - padding: 12px 20px 5px;
3137 - font-weight: 500;
3138 - font-size: 11px;
3139 - color: var(--e-a-color-txt-muted);
3140 -}
3141 -.e-global__group-divider {
3142 - height: 1px;
3143 - background-color: var(--e-a-border-color);
3144 - margin: 10px 20px;
3145 -}
3146 2583 .e-global__manage-button {
3147 2584 font-weight: 500;
3148 2585 cursor: pointer;
3149 2586 }
@@ -3159,9 +2596,9 @@
3159 2596 font-size: 13px;
3160 2597 content: "\e90e";
3161 2598 position: absolute;
3162 2599 transform: translateY(-50%);
3163 - inset-block-start: 50%;
2600 + top: 50%;
3164 2601 inset-inline-start: 13px;
3165 2602 }
3166 2603 .e-global__color {
3167 2604 padding: 10px 20px;
@@ -3178,15 +2615,18 @@
3178 2615 position: relative;
3179 2616 }
3180 2617 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3181 2618 border-radius: 3px;
2619 + height: 100%;
2620 + width: 100%;
3182 2621 position: absolute;
3183 - inset: 0;
2622 + top: 0;
2623 + left: 0;
3184 2624 }
3185 2625 .e-global__color-preview-transparent-bg {
3186 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));
3187 2627 background-size: 12px 12px;
3188 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2628 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3189 2629 }
3190 2630 .e-global__color-title {
3191 2631 flex-grow: 1;
3192 2632 white-space: nowrap;
@@ -3302,11 +2742,11 @@
3302 2742 display: none;
3303 2743 }
3304 2744 .elementor-control-media .eicon-plus-circle {
3305 2745 position: absolute;
3306 - inset-block-start: 50%;
3307 - inset-inline-start: 50%;
3308 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2746 + top: 50%;
2747 + left: 50%;
2748 + transform: translate(-50%, -50%);
3309 2749 color: var(--e-a-color-white);
3310 2750 font-size: 20px;
3311 2751 }
3312 2752 .elementor-control-media__content__upload-button {
@@ -3315,13 +2755,14 @@
3315 2755 .elementor-control-media__preview {
3316 2756 height: 100%;
3317 2757 background-size: cover;
3318 2758 background-position: center;
2759 + padding-block-end: 42.8571%;
3319 2760 }
3320 2761 .elementor-control-media-area {
3321 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));
3322 2763 background-size: 16px 16px;
3323 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2764 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3324 2765 background-color: var(--e-a-bg-default);
3325 2766 border: var(--e-a-border-bold);
3326 2767 aspect-ratio: 21/9;
3327 2768 }
@@ -3329,11 +2770,11 @@
3329 2770 display: none;
3330 2771 }
3331 2772 .elementor-control-media-area .eicon-video-camera {
3332 2773 position: absolute;
3333 - inset-block-start: 50%;
3334 - inset-inline-start: 50%;
3335 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2774 + top: 50%;
2775 + left: 50%;
2776 + transform: translate(-50%, -50%);
3336 2777 color: rgba(255, 255, 255, 0.7);
3337 2778 font-size: 21px;
3338 2779 }
3339 2780 .elementor-control-media .elementor-control-media__content {
@@ -3344,14 +2785,17 @@
3344 2785 }
3345 2786 .elementor-control-media .elementor-control-media__content:hover:after {
3346 2787 content: "";
3347 2788 position: absolute;
3348 - inset: 0;
2789 + top: 0;
2790 + bottom: 0;
2791 + left: 0;
2792 + right: 0;
3349 2793 background-color: rgba(0, 0, 0, 0.2);
3350 2794 pointer-events: none;
3351 2795 }
3352 2796 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3353 - inset-block-end: -30px;
2797 + bottom: -30px;
3354 2798 }
3355 2799 .elementor-control-media__content {
3356 2800 transition: all 0.2s ease-in-out;
3357 2801 }
@@ -3356,10 +2800,11 @@
3356 2800 transition: all 0.2s ease-in-out;
3357 2801 }
3358 2802 .elementor-control-media__tools {
3359 2803 position: absolute;
3360 - inset-block-end: 0;
3361 - inset-inline: 0;
2804 + bottom: 0;
2805 + left: 0;
2806 + right: 0;
3362 2807 height: 27px;
3363 2808 transition: all 0.2s ease-in-out;
3364 2809 }
3365 2810 .elementor-control-media__tools > *:not(:first-child) {
@@ -3386,10 +2831,10 @@
3386 2831 }
3387 2832 .elementor-control-media__content__remove {
3388 2833 position: absolute;
3389 2834 z-index: 1;
3390 - inset-block-start: 10px;
3391 - inset-inline-end: 10px;
2835 + top: 10px;
2836 + left: 10px;
3392 2837 width: 20px;
3393 2838 height: 20px;
3394 2839 font-size: 11px;
3395 2840 color: var(--e-a-color-white);
@@ -3403,14 +2848,8 @@
3403 2848 }
3404 2849 .elementor-control-media.e-media-empty .elementor-control-file-area {
3405 2850 display: none;
3406 2851 }
3407 -.elementor-control-media__warnings:empty {
3408 - display: none;
3409 -}
3410 -.elementor-control-media__warnings:not(:empty) {
3411 - margin-block-start: 10px;
3412 -}
3413 2852 .elementor-control-media__file {
3414 2853 display: flex;
3415 2854 justify-content: space-between;
3416 2855 align-items: center;
@@ -3486,79 +2925,8 @@
3486 2925 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3487 2926 background-color: var(--e-a-bg-active-bold);
3488 2927 }
3489 2928
3490 -.elementor-control-notice {
3491 - display: flex;
3492 - justify-content: flex-start;
3493 - align-items: flex-start;
3494 - gap: 8px;
3495 - padding: 16px;
3496 - border-radius: 3px;
3497 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3498 - color: var(--e-a-color-txt);
3499 - font-size: 12px;
3500 - font-weight: 400;
3501 - line-height: 1.5;
3502 - text-align: start;
3503 - margin-block-start: 10px;
3504 -}
3505 -.elementor-control-notice-type-info {
3506 - --notice-control-color: var(--e-a-color-info);
3507 -}
3508 -.elementor-control-notice-type-success {
3509 - --notice-control-color: var(--e-a-color-success);
3510 -}
3511 -.elementor-control-notice-type-warning {
3512 - --notice-control-color: var(--e-a-color-warning);
3513 -}
3514 -.elementor-control-notice-type-danger {
3515 - --notice-control-color: var(--e-a-color-danger);
3516 -}
3517 -.elementor-control-notice-icon {
3518 - flex-basis: 18px;
3519 - color: var(--notice-control-color);
3520 -}
3521 -.elementor-control-notice-main {
3522 - display: flex;
3523 - flex-direction: column;
3524 - justify-content: flex-start;
3525 - align-items: flex-start;
3526 - gap: 6px;
3527 - flex: 1;
3528 -}
3529 -.elementor-control-notice-main-heading {
3530 - font-weight: 700;
3531 - font-style: italic;
3532 -}
3533 -.elementor-control-notice-main-content {
3534 - font-style: italic;
3535 - line-height: 1.5;
3536 -}
3537 -.elementor-control-notice-main-actions {
3538 - display: flex;
3539 - gap: 10px;
3540 - padding-block-start: 8px;
3541 -}
3542 -.elementor-control-notice-main a {
3543 - color: inherit;
3544 - font-weight: 700;
3545 - cursor: pointer;
3546 -}
3547 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3548 - color: inherit;
3549 -}
3550 -.elementor-control-notice-dismiss {
3551 - -webkit-appearance: none;
3552 - -moz-appearance: none;
3553 - appearance: none;
3554 - background-color: transparent;
3555 - border: 0;
3556 - padding: 0;
3557 - margin: 0;
3558 - cursor: pointer;
3559 -}
3560 -
3561 2929 .elementor-control-type-popover_toggle input {
3562 2930 display: none;
3563 2931 }
3564 2932 .elementor-control-type-popover_toggle label {
@@ -3615,12 +2983,8 @@
3615 2983 }
3616 2984 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3617 2985 display: none;
3618 2986 }
3619 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3620 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3621 - display: none;
3622 -}
3623 2987 .elementor-control-type-repeater .elementor-repeater-fields {
3624 2988 margin: 10px 0;
3625 2989 }
3626 2990 .elementor-control-type-repeater .elementor-repeater-row-controls {
@@ -3681,11 +3045,9 @@
3681 3045 text-align: center;
3682 3046 padding-block-start: 5px;
3683 3047 }
3684 3048
3685 -#elementor-controls,
3686 -#elementor-panel-page-settings-controls,
3687 -#elementor-panel-editorPreferences-settings-controls {
3049 +#elementor-controls {
3688 3050 padding-block-start: 15px;
3689 3051 }
3690 3052
3691 3053 .elementor-control-type-section {
@@ -3697,9 +3059,9 @@
3697 3059 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3698 3060 display: none;
3699 3061 }
3700 3062 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3701 - margin-block-start: 25px;
3063 + margin-top: 25px;
3702 3064 }
3703 3065
3704 3066 .elementor-control-type-select .elementor-control-input-wrapper {
3705 3067 position: relative;
@@ -3730,11 +3092,11 @@
3730 3092 font-family: eicons;
3731 3093 content: "\e8ad";
3732 3094 font-size: 12px;
3733 3095 position: absolute;
3734 - inset-block-start: 50%;
3735 - inset-inline-end: 5px;
3096 + top: 50%;
3736 3097 transform: translateY(-50%);
3098 + left: 5px;
3737 3099 pointer-events: none;
3738 3100 }
3739 3101 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3740 3102 max-width: 80px;
@@ -3768,14 +3130,14 @@
3768 3130 }
3769 3131 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3770 3132 border-radius: 0;
3771 3133 width: 10px;
3772 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3134 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3773 3135 }
3774 3136 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3775 3137 content: "";
3776 3138 position: absolute;
3777 - inset-block-start: 2px;
3139 + top: 2px;
3778 3140 height: 12px;
3779 3141 width: 11px;
3780 3142 transform: rotate(45deg);
3781 3143 background-color: var(--e-a-color-white);
@@ -3852,11 +3214,11 @@
3852 3214 .elementor-slider .noUi-handle {
3853 3215 height: 16px;
3854 3216 width: 16px;
3855 3217 background-color: var(--e-a-color-white);
3218 + left: 0;
3219 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3856 3220 position: absolute;
3857 - inset-inline-end: 0;
3858 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3859 3221 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3860 3222 border-radius: 50%;
3861 3223 }
3862 3224 .elementor-slider .noUi-connects {
@@ -3866,9 +3228,12 @@
3866 3228 }
3867 3229 .elementor-slider .noUi-connect {
3868 3230 position: absolute;
3869 3231 z-index: 0;
3870 - inset: 0;
3232 + top: 0;
3233 + left: 0;
3234 + height: 100%;
3235 + width: 100%;
3871 3236 will-change: transform;
3872 3237 transform-origin: 0 0;
3873 3238 background-color: var(--e-a-border-color-focus);
3874 3239 }
@@ -3873,9 +3238,9 @@
3873 3238 background-color: var(--e-a-border-color-focus);
3874 3239 }
3875 3240 .elementor-slider .noUi-tooltip {
3876 3241 position: absolute;
3877 - inset-block-start: calc(100% + 5px);
3242 + top: calc(100% + 5px);
3878 3243 left: calc(50% - 4px);
3879 3244 transform: translateX(-50%);
3880 3245 font-size: 10px;
3881 3246 }
@@ -3962,9 +3327,9 @@
3962 3327 transition-property: opacity, background;
3963 3328 }
3964 3329 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3965 3330 position: absolute;
3966 - inset-block-start: 0;
3331 + top: 0;
3967 3332 width: 50%;
3968 3333 text-align: center;
3969 3334 line-height: 20px;
3970 3335 transition: inherit;
@@ -3970,14 +3335,14 @@
3970 3335 transition: inherit;
3971 3336 }
3972 3337 .elementor-control-type-switcher .elementor-switch-label:before {
3973 3338 content: attr(data-off);
3974 - inset-inline-end: 5px;
3339 + right: 5px;
3975 3340 color: var(--e-a-color-txt-muted);
3976 3341 }
3977 3342 .elementor-control-type-switcher .elementor-switch-label:after {
3978 3343 content: attr(data-on);
3979 - inset-inline-start: 5px;
3344 + left: 5px;
3980 3345 color: var(--e-a-btn-color);
3981 3346 opacity: 0;
3982 3347 }
3983 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3990,28 +3355,25 @@
3990 3355 opacity: 1;
3991 3356 }
3992 3357 .elementor-control-type-switcher .elementor-switch-handle {
3993 3358 position: absolute;
3994 - inset-block-start: 1px;
3995 - inset-inline-start: 1px;
3359 + top: 1px;
3360 + left: 1px;
3996 3361 width: 18px;
3997 3362 height: 18px;
3998 3363 background: white;
3999 3364 border-radius: 10px;
4000 - transition: inset-inline-start 0.15s ease-out;
3365 + transition: left 0.15s ease-out;
4001 3366 }
4002 3367 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
4003 - inset-inline-start: initial;
4004 - inset-inline-end: 1px;
3368 + left: initial;
3369 + right: 1px;
4005 3370 }
4006 3371
4007 3372 .elementor-control-type-tabs {
4008 - display: none;
3373 + display: flex;
4009 3374 font-size: var(--control-title-size);
4010 3375 }
4011 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
4012 - display: flex;
4013 -}
4014 3376
4015 3377 .elementor-control-type-tab {
4016 3378 text-align: center;
4017 3379 width: 100%;
@@ -4016,10 +3378,10 @@
4016 3378 text-align: center;
4017 3379 width: 100%;
4018 3380 padding: 0;
4019 3381 line-height: 25px;
4020 - border-block-start: var(--e-a-border-bold);
4021 - border-block-end: var(--e-a-border-bold);
3382 + border-top: var(--e-a-border-bold);
3383 + border-bottom: var(--e-a-border-bold);
4022 3384 border-inline-end: var(--e-a-border-bold);
4023 3385 transition: var(--e-a-transition-hover);
4024 3386 cursor: pointer;
4025 3387 }
@@ -4054,11 +3416,11 @@
4054 3416 }
4055 3417 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4056 3418 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4057 3419 position: absolute;
4058 - inset-block-start: 0;
4059 - inset-inline-end: 0;
3420 + top: 0;
4060 3421 z-index: 1;
3422 + left: 0;
4061 3423 }
4062 3424 .elementor-control-type-textarea .elementor-control-input-wrapper,
4063 3425 .elementor-control-type-code .elementor-control-input-wrapper {
4064 3426 position: relative;
@@ -4135,10 +3497,10 @@
4135 3497 }
4136 3498 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4137 3499 display: none;
4138 3500 position: absolute;
4139 - inset-block-start: 5px;
4140 - inset-inline-end: 0;
3501 + top: 5px;
3502 + right: 0;
4141 3503 width: 10px;
4142 3504 height: 10px;
4143 3505 font-size: 10px;
4144 3506 color: var(--e-a-color-txt-disabled);
@@ -4189,76 +3551,8 @@
4189 3551 font-size: 10px;
4190 3552 padding-block-start: 2px;
4191 3553 }
4192 3554
4193 -.elementor-control-type-visual_choice {
4194 - width: 100%;
4195 -}
4196 -
4197 -.elementor-visual-choice-choices {
4198 - display: grid;
4199 - gap: 8px;
4200 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4201 - text-align: center;
4202 - border-radius: var(--e-a-border-radius);
4203 - overflow: hidden;
4204 -}
4205 -
4206 -.elementor-visual-choice-element {
4207 - display: flex;
4208 - flex-direction: column;
4209 - align-items: center;
4210 - justify-content: center;
4211 - gap: 8px;
4212 - width: auto;
4213 -}
4214 -.elementor-visual-choice-element-image label {
4215 - border: var(--e-a-border-bold);
4216 - border-radius: var(--e-a-border-radius);
4217 - font-size: 12px;
4218 - transition: var(--e-a-transition-hover);
4219 - cursor: pointer;
4220 - overflow: hidden;
4221 - width: 100%;
4222 - padding: 8px;
4223 -}
4224 -.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 {
4225 - background-color: var(--e-a-bg-active-bold);
4226 - opacity: 1;
4227 -}
4228 -.elementor-visual-choice-element-image input:checked + label {
4229 - border-color: var(--e-a-color-primary-bold);
4230 -}
4231 -.elementor-visual-choice-element-image input:not(:checked) + label {
4232 - background-color: var(--e-a-color-white);
4233 - opacity: 0.5;
4234 -}
4235 -.elementor-visual-choice-element-image img {
4236 - width: 100%;
4237 - height: auto;
4238 -}
4239 -.elementor-visual-choice-element-button {
4240 - grid-column: span var(--elementor-visual-choice-columns);
4241 -}
4242 -.elementor-visual-choice-element-button label {
4243 - width: -moz-fit-content;
4244 - width: fit-content;
4245 -}
4246 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4247 - background-color: var(--e-a-bg-active-bold);
4248 -}
4249 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4250 - border-color: var(--e-a-color-primary-bold);
4251 -}
4252 -
4253 -.elementor-label-inline .elementor-visual-choice-choices {
4254 - justify-content: flex-end;
4255 -}
4256 -
4257 -.tipsy-inner {
4258 - white-space: pre-line;
4259 -}
4260 -
4261 3555 .elementor-control-type-wp_widget .widget-inside {
4262 3556 line-height: 2;
4263 3557 background-color: inherit;
4264 3558 display: block;
@@ -4349,11 +3643,8 @@
4349 3643 font-size: 16px;
4350 3644 }
4351 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 {
4352 3646 color: var(--e-a-color-txt-active);
4353 - background: var(--e-a-bg-hover);
4354 - border-color: var(--e-a-border-color);
4355 - box-shadow: none;
4356 3647 }
4357 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 {
4358 3649 color: var(--e-a-color-txt-active);
4359 3650 }
@@ -4370,46 +3661,18 @@
4370 3661 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4371 3662 border: none;
4372 3663 }
4373 3664
4374 -@media screen and (prefers-color-scheme: dark) {
4375 - #wp-link-wrap {
4376 - color-scheme: light;
4377 - --e-a-color-txt: #515962;
4378 - --e-a-bg-default: #ffffff;
4379 - --e-a-border-color-bold: #D5D8DC;
4380 - --e-a-color-primary-bold: #D004D4;
4381 - }
4382 - #wp-link {
4383 - color: var(--e-a-color-txt);
4384 - }
4385 - #wp-link input {
4386 - background-color: var(--e-a-bg-default);
4387 - border-color: var(--e-a-border-color-bold);
4388 - }
4389 - #wp-link input[type=checkbox] {
4390 - border-color: var(--e-a-border-color-bold);
4391 - }
4392 - #wp-link input[type=checkbox]:checked {
4393 - background: var(--e-a-color-primary-bold);
4394 - }
4395 - #wp-link input.button-primary {
4396 - background: #2271b1;
4397 - border-color: #2271b1;
4398 - color: #fff;
4399 - }
4400 -}
4401 3665 #elementor-mode-switcher {
4402 3666 --e-a-mode-switcher-width: 15px;
4403 3667 --e-a-mode-switcher-height: 50px;
4404 3668 --e-a-mode-switcher-icon-size: 15px;
4405 3669 position: absolute;
4406 - inset-block-start: 50%;
4407 - inset-inline-start: 100%;
3670 + right: 100%;
3671 + top: 50%;
4408 3672 transform: translateY(-50%);
4409 3673 background-color: var(--e-a-bg-default);
4410 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4411 - transition: 0.3s opacity;
3674 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4412 3675 }
4413 3676 #elementor-mode-switcher:hover {
4414 3677 background-color: var(--e-a-bg-hover);
4415 3678 }
@@ -4415,12 +3678,8 @@
4415 3678 }
4416 3679 #elementor-mode-switcher:focus-within {
4417 3680 background-color: var(--e-a-bg-active);
4418 3681 }
4419 -.e-panel-block-interactions #elementor-mode-switcher {
4420 - opacity: 0;
4421 - pointer-events: none;
4422 -}
4423 3682 #elementor-mode-switcher-preview i {
4424 3683 display: flex;
4425 3684 flex-direction: column;
4426 3685 justify-content: center;
@@ -4435,10 +3694,8 @@
4435 3694
4436 3695 .elementor-revision-item__wrapper {
4437 3696 display: flex;
4438 3697 align-items: center;
4439 - text-align: start;
4440 - width: 100%;
4441 3698 border: var(--e-a-border);
4442 3699 border-radius: var(--e-a-border-radius);
4443 3700 padding: 10px 15px;
4444 3701 margin-block-end: 10px;
@@ -4443,11 +3700,10 @@
4443 3700 padding: 10px 15px;
4444 3701 margin-block-end: 10px;
4445 3702 font-size: 11px;
4446 3703 transition: var(--e-a-transition-hover);
4447 - background-color: transparent;
4448 3704 }
4449 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3705 +.elementor-revision-item__wrapper:hover {
4450 3706 background-color: var(--e-a-bg-hover);
4451 3707 }
4452 3708 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4453 3709 display: none;
@@ -4478,11 +3734,11 @@
4478 3734 }
4479 3735
4480 3736 #elementor-panel-revisions-loading {
4481 3737 position: absolute;
4482 - inset-block-start: 50%;
4483 - inset-inline-start: 50%;
4484 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3738 + top: 50%;
3739 + left: 50%;
3740 + transform: translate(-50%, -50%);
4485 3741 }
4486 3742 #elementor-panel-revisions-loading .eicon-loading {
4487 3743 font-size: 50px;
4488 3744 }
@@ -4496,25 +3752,22 @@
4496 3752
4497 3753 .elementor-history-item {
4498 3754 display: flex;
4499 3755 align-items: center;
4500 - text-align: start;
4501 3756 border: var(--e-a-border);
4502 3757 border-radius: var(--e-a-border-radius);
4503 3758 padding: 10px 15px;
4504 3759 margin-block-end: 10px;
4505 - width: 100%;
4506 3760 font-size: 11px;
4507 3761 line-height: 1.4;
4508 - background-color: transparent;
4509 3762 cursor: pointer;
4510 3763 transition: var(--e-a-transition-hover);
4511 3764 }
4512 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3765 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4513 3766 background-color: var(--e-a-bg-hover);
4514 3767 color: var(--e-a-txt-color-hover);
4515 3768 }
4516 -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
3769 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4517 3770 content: "\e924";
4518 3771 }
4519 3772 .elementor-history-item-current {
4520 3773 border-color: var(--e-a-border-color-accent);
@@ -4520,9 +3773,9 @@
4520 3773 border-color: var(--e-a-border-color-accent);
4521 3774 background-color: var(--e-a-bg-active);
4522 3775 color: var(--e-a-txt-color-active);
4523 3776 }
4524 -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before {
3777 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4525 3778 content: "\e90e";
4526 3779 }
4527 3780 .elementor-history-item__details {
4528 3781 width: 95%;
@@ -4562,84 +3815,8 @@
4562 3815 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4563 3816 margin-block-start: 20px;
4564 3817 }
4565 3818
4566 -.e-control-display-conditions-promotion__wrapper {
4567 - display: flex;
4568 - justify-content: space-between;
4569 -}
4570 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4571 - color: var(--e-a-color-accent-promotion);
4572 -}
4573 -.e-control-display-conditions-promotion__description {
4574 - display: flex;
4575 - align-self: center;
4576 -}
4577 -.e-control-display-conditions-promotion__text {
4578 - display: inline-block;
4579 -}
4580 -.e-control-display-conditions-promotion__lock-wrapper {
4581 - width: 2.5rem;
4582 - display: flex;
4583 - justify-content: center;
4584 - align-items: center;
4585 -}
4586 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4587 - color: var(--e-a-color-accent-promotion-disabled);
4588 -}
4589 -.e-control-display-conditions-promotion.eicon-flow {
4590 - align-self: flex-end;
4591 - cursor: pointer;
4592 - border: var(--e-a-border-bold);
4593 - border-radius: var(--e-a-border-radius);
4594 - padding: 5px;
4595 -}
4596 -.e-control-display-conditions-promotion.eicon-flow.filled {
4597 - background-color: var(--e-a-bg-active);
4598 - color: #E73CF6;
4599 -}
4600 -
4601 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4602 - color: var(--e-a-color-accent-promotion);
4603 -}
4604 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4605 - margin-inline-end: 0;
4606 -}
4607 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4608 - display: flex;
4609 - flex-direction: column;
4610 - justify-content: center;
4611 - padding-inline-start: 5px;
4612 - padding-inline-end: 20px;
4613 - cursor: pointer;
4614 - height: 27px;
4615 - width: 100%;
4616 - color: var(--e-a-color-txt);
4617 - border-radius: var(--e-a-border-radius);
4618 - background-color: var(--e-a-bg-default);
4619 - box-shadow: none;
4620 - border: var(--e-a-border-bold);
4621 - font-size: var(--control-title-size);
4622 -}
4623 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4624 - width: 2.5rem;
4625 - display: flex;
4626 - justify-content: center;
4627 - align-items: center;
4628 -}
4629 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4630 - color: var(--e-a-color-accent-promotion-disabled);
4631 -}
4632 -
4633 -.e-link-promotion {
4634 - font-family: "Roboto", sans-serif;
4635 - font-weight: 500;
4636 - color: #93003f;
4637 -}
4638 -.e-link-promotion:hover {
4639 - color: #93003f;
4640 -}
4641 -
4642 3819 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4643 3820 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4644 3821 display: none;
4645 3822 }
@@ -4716,13 +3893,13 @@
4716 3893 }
4717 3894 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4718 3895 align-self: end;
4719 3896 margin-block-start: 35px;
4720 - inset-block-start: 0;
3897 + top: 0;
4721 3898 width: 100%;
4722 3899 }
4723 3900 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4724 - inset-inline-end: 5px;
3901 + left: 5px;
4725 3902 }
4726 3903 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4727 3904 padding: 0 20px 15px;
4728 3905 }
@@ -4832,40 +4009,24 @@
4832 4009 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4833 4010 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4834 4011 display: none;
4835 4012 }
4836 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4837 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4838 -.e-btn.e-btn-txt,
4839 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4840 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4013 +.elementor-button.e-btn-txt,
4014 +.e-btn.e-btn-txt {
4841 4015 background: transparent;
4842 4016 color: var(--e-a-color-txt);
4843 4017 }
4844 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4845 -.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,
4846 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4018 +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus,
4847 4019 .e-btn.e-btn-txt:hover,
4848 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4849 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4850 -.e-btn.e-btn-txt:focus,
4851 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4852 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4020 +.e-btn.e-btn-txt:focus {
4853 4021 background: var(--e-a-bg-hover);
4854 4022 color: var(--e-a-color-txt-hover);
4855 4023 }
4856 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4857 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4858 -.e-btn.e-btn-txt:disabled,
4859 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4860 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4024 +.elementor-button.e-btn-txt:disabled,
4025 +.e-btn.e-btn-txt:disabled {
4861 4026 background: transparent;
4862 4027 color: var(--e-a-color-txt-disabled);
4863 4028 }
4864 -.elementor-button.e-btn-txt-border,
4865 -.e-btn.e-btn-txt-border {
4866 - border: 1px solid var(--e-a-color-txt-muted);
4867 -}
4868 4029 .elementor-button.elementor-button-success, .elementor-button.e-success,
4869 4030 .e-btn.elementor-button-success,
4870 4031 .e-btn.e-success {
4871 4032 background-color: var(--e-a-btn-bg-success);
@@ -4876,90 +4037,27 @@
4876 4037 .e-btn.e-success:hover,
4877 4038 .e-btn.e-success:focus {
4878 4039 background-color: var(--e-a-btn-bg-success-hover);
4879 4040 }
4880 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4881 -.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,
4882 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4883 -.e-btn.e-primary,
4884 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4885 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4886 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4887 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4041 +.elementor-button.e-primary,
4042 +.e-btn.e-primary {
4888 4043 background-color: var(--e-a-btn-bg-primary);
4889 4044 color: var(--e-a-btn-color);
4890 4045 }
4891 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4892 -.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,
4893 -.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,
4894 -.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,
4895 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4046 +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus,
4896 4047 .e-btn.e-primary:hover,
4897 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4898 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4899 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4900 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4901 -.e-btn.e-primary:focus,
4902 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4903 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4904 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4905 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4048 +.e-btn.e-primary:focus {
4906 4049 background-color: var(--e-a-btn-bg-primary-hover);
4907 4050 color: var(--e-a-btn-color);
4908 4051 }
4909 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4910 -.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,
4911 -.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,
4912 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4913 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4914 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4915 -.e-btn.e-primary.e-btn-txt,
4916 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4917 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4918 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4919 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4920 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4921 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4922 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4923 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4924 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4925 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4052 +.elementor-button.e-primary.e-btn-txt,
4053 +.e-btn.e-primary.e-btn-txt {
4926 4054 background: transparent;
4927 4055 color: var(--e-a-color-primary-bold);
4928 4056 }
4929 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4930 -.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,
4931 -.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,
4932 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4933 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4934 -.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,
4935 -.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,
4936 -.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,
4937 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4938 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4939 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4057 +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus,
4940 4058 .e-btn.e-primary.e-btn-txt:hover,
4941 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4942 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4943 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4944 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4945 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4946 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4947 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4948 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4949 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4950 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4951 -.e-btn.e-primary.e-btn-txt:focus,
4952 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4953 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4954 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4955 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4956 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4957 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4958 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4959 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4960 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4961 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4059 +.e-btn.e-primary.e-btn-txt:focus {
4962 4060 background: var(--e-a-bg-primary);
4963 4061 }
4964 4062 .elementor-button.go-pro, .elementor-button.e-accent,
4965 4063 .e-btn.go-pro,
@@ -4977,20 +4075,8 @@
4977 4075 .e-btn.go-pro:active,
4978 4076 .e-btn.e-accent:active {
4979 4077 background-color: var(--e-a-btn-bg-accent-active);
4980 4078 }
4981 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4982 -.e-btn.elementor-button-info,
4983 -.e-btn.e-info {
4984 - background-color: var(--e-a-btn-bg-info);
4985 -}
4986 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4987 -.e-btn.elementor-button-info:hover,
4988 -.e-btn.elementor-button-info:focus,
4989 -.e-btn.e-info:hover,
4990 -.e-btn.e-info:focus {
4991 - background-color: var(--e-a-btn-bg-info-hover);
4992 -}
4993 4079 .elementor-button.elementor-button-warning, .elementor-button.e-warning,
4994 4080 .e-btn.elementor-button-warning,
4995 4081 .e-btn.e-warning {
4996 4082 background-color: var(--e-a-btn-bg-warning);
@@ -5006,13 +4092,8 @@
5006 4092 .e-btn.elementor-button-danger,
5007 4093 .e-btn.e-danger {
5008 4094 background-color: var(--e-a-btn-bg-danger);
5009 4095 }
5010 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
5011 -.e-btn.elementor-button-danger.color-white,
5012 -.e-btn.e-danger.color-white {
5013 - color: var(--e-a-color-white);
5014 -}
5015 4096 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
5016 4097 .e-btn.elementor-button-danger:hover,
5017 4098 .e-btn.elementor-button-danger:focus,
5018 4099 .e-btn.e-danger:hover,
@@ -5055,23 +4136,22 @@
5055 4136 }
5056 4137
5057 4138 #elementor-preview-responsive-wrapper {
5058 4139 transform-origin: top center;
5059 - margin: 20px;
4140 + padding: 20px;
5060 4141 transform: scale(var(--e-preview-scale, 1));
5061 - overflow: hidden;
5062 4142 }
5063 4143 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5064 4144 min-width: 1025px;
5065 4145 width: 100%;
5066 4146 height: 100%;
5067 - margin: 0;
4147 + padding: 0;
5068 4148 position: relative;
5069 4149 }
5070 4150 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5071 4151 width: var(--e-editor-preview-width);
5072 4152 height: var(--e-editor-preview-height);
5073 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4153 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5074 4154 box-sizing: content-box;
5075 4155 position: relative;
5076 4156 max-height: calc(100vh - 80px);
5077 4157 }
@@ -5133,10 +4213,9 @@
5133 4213 #elementor-preview-responsive-wrapper .ui-resizable-s {
5134 4214 bottom: 0;
5135 4215 }
5136 4216 #elementor-preview-responsive-wrapper .ui-resizable-e {
5137 - width: 10px;
5138 - right: -5px;
4217 + right: 0;
5139 4218 }
5140 4219 #elementor-preview-responsive-wrapper .ui-resizable-w {
5141 4220 left: 0;
5142 4221 }
@@ -5147,20 +4226,8 @@
5147 4226 background-color: #fff;
5148 4227 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5149 4228 }
5150 4229
5151 -#elementor-template-library-modal button:focus-visible,
5152 -#elementor-template-library-modal a:focus-visible,
5153 -#elementor-template-library-modal input:focus-visible,
5154 -#elementor-template-library-modal select:focus-visible,
5155 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5156 -#elementor-template-library-modal [role=tab]:focus-visible,
5157 -#elementor-template-library-modal [role=radio]:focus-visible,
5158 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5159 - outline: 2px solid var(--e-a-border-color-focus);
5160 - outline-offset: 2px;
5161 - border-radius: 2px;
5162 -}
5163 4230 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5164 4231 font-style: normal;
5165 4232 text-decoration: underline;
5166 4233 }
@@ -5172,17 +4239,8 @@
5172 4239 }
5173 4240 #elementor-template-library-modal .dialog-message {
5174 4241 overflow-y: scroll;
5175 4242 }
5176 -#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 {
5177 - overflow-y: auto;
5178 -}
5179 -#elementor-template-library-modal .e-back-to-editor {
5180 - color: var(--e-a-color-txt);
5181 - text-decoration: underline;
5182 - font-size: 17px;
5183 - cursor: pointer;
5184 -}
5185 4243
5186 4244 #elementor-template-library-header-menu {
5187 4245 text-align: center;
5188 4246 }
@@ -5191,21 +4249,14 @@
5191 4249 display: inline-block;
5192 4250 padding: 17px 20px;
5193 4251 border-block-end: 3px solid transparent;
5194 4252 cursor: pointer;
5195 - background: transparent;
5196 - margin: 0;
5197 - font-size: inherit;
5198 - font-family: inherit;
5199 - color: inherit;
5200 - border: none;
5201 4253 }
5202 4254 .elementor-template-library-menu-item:hover {
5203 4255 background-color: var(--e-a-bg-hover);
5204 4256 border-color: var(--e-a-bg-hover);
5205 4257 }
5206 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5207 - border-block-end: 3px solid;
4258 +.elementor-template-library-menu-item.elementor-active {
5208 4259 border-color: var(--e-a-border-color-accent);
5209 4260 color: var(--e-a-color-txt-accent);
5210 4261 }
5211 4262
@@ -5211,42 +4262,18 @@
5211 4262
5212 4263 #elementor-template-library-header-actions {
5213 4264 display: flex;
5214 4265 }
5215 -#elementor-template-library-header-actions > div,
5216 -#elementor-template-library-header-actions > button {
5217 - background: transparent;
5218 - margin: 0;
5219 - font-size: inherit;
5220 - font-family: inherit;
5221 - color: inherit;
5222 - border: none;
4266 +#elementor-template-library-header-actions > div {
5223 4267 padding-inline-end: 16px;
5224 - cursor: pointer;
5225 4268 }
5226 -#elementor-template-library-header-actions > div:focus-visible,
5227 -#elementor-template-library-header-actions > button:focus-visible {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: -2px;
5230 - border-radius: 2px;
5231 -}
5232 4269
5233 -#elementor-template-library-header-tools.e-hidden-disabled {
5234 - opacity: 0;
5235 - visibility: hidden;
5236 -}
5237 -
5238 4270 #elementor-template-library-header-preview-insert-wrapper {
5239 4271 cursor: default;
5240 4272 padding: 0 10px;
5241 4273 }
5242 4274
5243 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5244 - margin-inline-start: 4px;
5245 -}
5246 -
5247 4275 #elementor-template-library-header-preview-back {
5248 - gap: 10px;
5249 4276 padding-block: 16.5px 15px;
5250 4277 padding-inline: 0 16.5px;
5251 4278 border-inline-end: var(--e-a-border);
5252 4279 cursor: pointer;
@@ -5251,138 +4278,27 @@
5251 4278 border-inline-end: var(--e-a-border);
5252 4279 cursor: pointer;
5253 4280 transition: color 0.5s;
5254 4281 }
5255 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5256 - background: transparent;
5257 - margin: 0;
5258 - font-size: inherit;
5259 - font-family: inherit;
5260 - color: inherit;
5261 - border: none;
5262 - display: flex;
5263 - align-items: center;
5264 - gap: 10px;
5265 - cursor: pointer;
5266 -}
5267 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5268 - outline: 2px solid var(--e-a-border-color-focus);
5269 - outline-offset: 2px;
5270 - border-radius: 2px;
5271 -}
5272 4282 #elementor-template-library-header-preview-back:hover {
5273 4283 color: var(--e-a-color-txt-hover);
5274 4284 }
5275 4285 #elementor-template-library-header-preview-back i {
4286 + padding-inline-end: 10px;
5276 4287 font-size: 18px;
5277 - scale: calc(1 * var(--direction-multiplier)) 1;
5278 4288 }
4289 +#elementor-template-library-header-preview-back i:before {
4290 + content: "\e87d";
4291 +}
5279 4292
5280 -#elementor-template-library-templates {
5281 - display: flex;
5282 - flex-direction: column;
5283 - gap: 20px;
5284 -}
5285 -#elementor-template-library-templates .toolbar-container {
5286 - display: flex;
5287 - justify-content: space-between;
5288 - align-items: center;
5289 - gap: 2%;
5290 - height: 45px;
5291 -}
5292 -#elementor-template-library-templates #elementor-template-library-templates-container {
5293 - display: flex;
5294 - flex-wrap: wrap;
5295 - align-items: flex-start;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5298 - display: none;
5299 -}
5300 -#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"])) {
5301 - justify-content: flex-end;
5302 -}
5303 -#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 {
5304 - display: flex;
5305 - align-items: baseline;
5306 - border-radius: 3px;
5307 -}
5308 -#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 {
5309 - outline: 2px solid var(--e-a-border-color-focus);
5310 - outline-offset: 2px;
5311 -}
5312 -#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 {
5313 - align-items: center;
5314 -}
5315 -#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 {
5316 - font-size: 14px;
5317 - margin-inline-start: 5px;
5318 -}
5319 -#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 {
5320 - width: 200px;
5321 - margin: 0px 10px;
5322 - align-self: center;
5323 - text-align: start;
5324 -}
5325 -#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 {
5326 - font-size: 10px;
5327 -}
5328 -#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 {
5329 - color: var(--e-a-btn-bg-accent);
5330 -}
5331 -#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 {
5332 - height: 4px;
5333 - background-color: var(--e-a-color-primary-bold);
5334 - position: relative;
5335 - display: flex;
5336 - align-items: center;
5337 - padding: 0;
5338 -}
5339 -#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 {
5340 - height: 100%;
5341 - transition: width 0.3s ease;
5342 -}
5343 -#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 {
5344 - background-color: #D004D4;
5345 -}
5346 -#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 {
5347 - background-color: #F59E0B;
5348 -}
5349 -#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 {
5350 - background-color: #93003f;
5351 -}
5352 -#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 {
5353 - background-color: #F0ABFC;
5354 -}
5355 -#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 {
5356 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5357 -}
5358 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5359 - font-size: 12px;
5360 - color: var(--e-a-color-txt);
5361 -}
5362 -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container {
4293 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4294 + margin-block-start: 10px;
4295 + margin-block-end: 45px;
5363 4296 border-block-start: var(--e-a-border);
5364 4297 }
5365 -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
4298 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5366 4299 color: var(--e-a-color-txt-active);
5367 4300 }
5368 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5369 - border-block-start: none;
5370 -}
5371 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5372 - padding: 0;
5373 -}
5374 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5375 - max-width: -moz-fit-content;
5376 - max-width: fit-content;
5377 -}
5378 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5379 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5380 - display: none;
5381 -}
5382 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5383 - pointer-events: none;
5384 -}
5385 4301 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5386 4302 margin: 10px -15px 0;
5387 4303 }
5388 4304 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5408,243 +4324,14 @@
5408 4324 }
5409 4325 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5410 4326 content: "\e8ad";
5411 4327 }
5412 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4328 +
4329 +#elementor-template-library-templates-container {
5413 4330 display: flex;
5414 - align-items: center;
5415 - gap: 8px;
4331 + flex-wrap: wrap;
4332 + align-items: flex-start;
5416 4333 }
5417 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5418 - background: transparent;
5419 - margin: 0;
5420 - font-size: inherit;
5421 - font-family: inherit;
5422 - color: inherit;
5423 - border: none;
5424 - cursor: pointer;
5425 - font-size: 20px;
5426 - padding: 0 5px;
5427 - border-radius: 2px;
5428 - color: var(--e-a-color-txt);
5429 -}
5430 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5431 - background-color: var(--e-a-bg-hover);
5432 -}
5433 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5434 - width: 1px;
5435 - height: 20px;
5436 - background-color: var(--e-a-border-color);
5437 -}
5438 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5439 - background-color: var(--e-a-bg-hover);
5440 -}
5441 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5442 - background-color: var(--e-a-bg-hover);
5443 -}
5444 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5445 - display: grid;
5446 - grid-template-columns: repeat(auto-fill, 208px);
5447 - grid-gap: 20px;
5448 - padding: 20px 0;
5449 -}
5450 -#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 {
5451 - grid-column: 1;
5452 -}
5453 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5454 - grid-column: 1/-1;
5455 -}
5456 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5457 - display: flex;
5458 - position: relative;
5459 - flex-direction: column;
5460 - height: 158px;
5461 - padding: 8px;
5462 - border: var(--e-a-border);
5463 - border-radius: 3px;
5464 -}
5465 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5466 - outline: 2px solid var(--e-a-border-color-focus);
5467 - outline-offset: 2px;
5468 -}
5469 -#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 {
5470 - display: flex;
5471 -}
5472 -#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 {
5473 - display: none;
5474 -}
5475 -#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 {
5476 - display: flex !important;
5477 -}
5478 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5479 - width: 190px;
5480 - height: 100px;
5481 - position: relative;
5482 - border-radius: 3px;
5483 - margin-block-end: 4px;
5484 - overflow: hidden;
5485 -}
5486 -#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 {
5487 - -o-object-fit: contain;
5488 - object-fit: contain;
5489 - width: 100%;
5490 - height: 100%;
5491 -}
5492 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5493 - display: none;
5494 - justify-content: center;
5495 - align-items: center;
5496 - position: absolute;
5497 - inset: 0;
5498 - background-color: rgba(0, 0, 0, 0.5);
5499 - cursor: default;
5500 -}
5501 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5502 - font-size: 11px;
5503 - white-space: nowrap;
5504 - text-overflow: ellipsis;
5505 - overflow: hidden;
5506 -}
5507 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5508 - display: flex;
5509 - position: relative;
5510 - justify-content: space-between;
5511 - align-items: center;
5512 - font-size: 11px;
5513 - min-height: 38px;
5514 -}
5515 -#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 {
5516 - display: none;
5517 - width: 90%;
5518 - gap: 8px;
5519 - height: 38px;
5520 - padding: 4px 0;
5521 -}
5522 -#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 {
5523 - display: flex;
5524 -}
5525 -#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 {
5526 - display: flex;
5527 - align-items: center;
5528 -}
5529 -#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 {
5530 - display: flex;
5531 - flex-direction: column;
5532 - justify-content: center;
5533 - width: 65%;
5534 - align-items: start;
5535 - white-space: nowrap;
5536 - text-overflow: ellipsis;
5537 - overflow: hidden;
5538 -}
5539 -#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 {
5540 - flex-direction: row;
5541 - align-items: center;
5542 - justify-content: start;
5543 - height: 56px;
5544 - padding: 13px 10px;
5545 -}
5546 -#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 {
5547 - font-size: 25px;
5548 - margin-inline-end: 8px;
5549 -}
5550 -#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 {
5551 - margin-inline-start: auto;
5552 -}
5553 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5554 - display: none;
5555 -}
5556 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5557 - visibility: hidden;
5558 -}
5559 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5560 - visibility: visible;
5561 -}
5562 -#elementor-template-library-templates .bulk-selection-action-bar {
5563 - display: none;
5564 - background: var(--e-a-bg-active);
5565 - padding: 10px 25px;
5566 - border-radius: 5px;
5567 - color: var(--e-a-bg-invert);
5568 - gap: 20px;
5569 - align-items: center;
5570 - flex: 1;
5571 -}
5572 -#elementor-template-library-templates .bulk-selection-action-bar button {
5573 - background: transparent;
5574 - margin: 0;
5575 - font-size: inherit;
5576 - font-family: inherit;
5577 - color: inherit;
5578 - border: none;
5579 - cursor: pointer;
5580 - display: flex;
5581 - align-items: center;
5582 - justify-content: center;
5583 -}
5584 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5585 - pointer-events: none;
5586 - opacity: 0.3;
5587 - cursor: not-allowed;
5588 -}
5589 -#elementor-template-library-templates .bulk-selection-action-bar i {
5590 - cursor: pointer;
5591 - font-size: 18px;
5592 -}
5593 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5594 - font-size: 20px;
5595 -}
5596 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5597 - display: flex;
5598 - flex: 1;
5599 - white-space: nowrap;
5600 - text-overflow: ellipsis;
5601 - overflow: hidden;
5602 -}
5603 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5604 - display: flex;
5605 - flex-direction: row;
5606 - align-items: center;
5607 - gap: 15px;
5608 - white-space: nowrap;
5609 - text-overflow: ellipsis;
5610 - overflow: hidden;
5611 -}
5612 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5613 - white-space: nowrap;
5614 - text-overflow: ellipsis;
5615 - overflow: hidden;
5616 -}
5617 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5618 - padding-inline-start: 8px;
5619 - background-color: var(--e-a-bg-hover);
5620 - color: var(--e-a-color-txt);
5621 -}
5622 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5623 - visibility: visible;
5624 -}
5625 -#elementor-template-library-templates .bulk-selected-item {
5626 - background: var(--e-a-bg-active);
5627 -}
5628 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5629 - position: relative;
5630 - inset-block-start: 3px;
5631 -}
5632 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5633 - inset-block-start: 0px;
5634 -}
5635 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5636 -#elementor-template-library-templates #bulk-select-all:checked {
5637 - background: #69727D;
5638 -}
5639 -#elementor-template-library-templates .checkbox-minus:before {
5640 - display: block;
5641 - content: "";
5642 - width: 10px;
5643 - height: 2px;
5644 - background-color: white;
5645 - transform: none;
5646 -}
5647 4334
5648 4335 #elementor-template-library-toolbar {
5649 4336 display: flex;
5650 4337 justify-content: space-between;
@@ -5655,80 +4342,8 @@
5655 4342 display: flex;
5656 4343 align-items: center;
5657 4344 }
5658 4345
5659 -.elementor-template-library-filter-select-source {
5660 - width: 350px;
5661 - display: flex;
5662 - gap: 10px;
5663 -}
5664 -.elementor-template-library-filter-select-source .source-option {
5665 - flex: 1;
5666 - border: 0.5px solid #BABFC5;
5667 - padding: 5px;
5668 - border-radius: 3px;
5669 - cursor: pointer;
5670 - font-size: 12px;
5671 -}
5672 -.elementor-template-library-filter-select-source .source-option i {
5673 - margin-inline-end: 5px;
5674 -}
5675 -.elementor-template-library-filter-select-source .source-option .new-badge {
5676 - border: 1px solid var(--e-a-color-primary-bold-dark);
5677 - padding: 2px 4px;
5678 - color: var(--e-a-color-primary-bold-dark);
5679 - border-radius: 10px;
5680 - font-size: 10px;
5681 - margin-inline-start: 5px;
5682 -}
5683 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5684 - background-color: var(--e-a-bg-hover);
5685 -}
5686 -
5687 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5688 - display: flex;
5689 - align-items: center;
5690 - justify-content: space-between;
5691 -}
5692 -
5693 -#elementor-template-library-toolbar .source-option-badge,
5694 -.elementor-template-library-connect-states-badge .source-option-badge {
5695 - display: flex;
5696 - align-items: center;
5697 - gap: 6px;
5698 - padding: 6px 12px;
5699 - border: none;
5700 - border-radius: 20px;
5701 - font-size: 14px;
5702 - font-weight: 500;
5703 - white-space: nowrap;
5704 - margin-inline-start: auto;
5705 - margin-inline-end: 15px;
5706 -}
5707 -#elementor-template-library-toolbar .source-option-badge i,
5708 -.elementor-template-library-connect-states-badge .source-option-badge i {
5709 - margin: 0;
5710 - font-size: 14px;
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5714 - background-color: var(--e-a-bg-info);
5715 - color: var(--e-a-color-info);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5719 - color: var(--e-a-color-info);
5720 -}
5721 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5722 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5723 - background-color: var(--e-a-bg-warning);
5724 - color: var(--e-a-btn-bg-warning-hover);
5725 -}
5726 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5727 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5728 - color: var(--e-a-btn-bg-warning-hover);
5729 -}
5730 -
5731 4346 #elementor-template-library-filter-toolbar-remote {
5732 4347 font-size: 11px;
5733 4348 }
5734 4349
@@ -5742,11 +4357,8 @@
5742 4357 padding-inline-end: 22px;
5743 4358 -webkit-user-select: none;
5744 4359 -moz-user-select: none;
5745 4360 user-select: none;
5746 - line-height: 1;
5747 - font-size: 10px;
5748 - font-weight: 500;
5749 4361 }
5750 4362
5751 4363 label.elementor-template-library-order-label {
5752 4364 cursor: pointer;
@@ -5802,12 +4414,8 @@
5802 4414 #elementor-template-library-filter-my-favorites-label i:after {
5803 4415 content: "\e923";
5804 4416 }
5805 4417
5806 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5807 - margin-block-end: 10px;
5808 -}
5809 -
5810 4418 #elementor-template-library-filter-text-wrapper {
5811 4419 width: 200px;
5812 4420 position: relative;
5813 4421 }
@@ -5812,15 +4420,12 @@
5812 4420 position: relative;
5813 4421 }
5814 4422 #elementor-template-library-filter-text-wrapper i {
5815 4423 position: absolute;
5816 - inset-block-start: 50%;
5817 - inset-inline-end: 0;
4424 + top: 50%;
4425 + left: 0;
5818 4426 transform: translateY(-50%);
5819 4427 }
5820 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5821 - inset-block-start: 25%;
5822 -}
5823 4428
5824 4429 #elementor-template-library-filter-text {
5825 4430 border: none;
5826 4431 border-block-end: var(--e-a-border-bold);
@@ -5841,37 +4446,24 @@
5841 4446 text-transform: uppercase;
5842 4447 }
5843 4448
5844 4449 .elementor-template-library-template-remote {
5845 - margin: calc(30px / 2);
4450 + margin: calc( 30px / 2 );
5846 4451 padding: 8px;
5847 4452 border: var(--e-a-border);
5848 4453 border-radius: 3px;
5849 4454 }
5850 -.elementor-template-library-template-remote:focus-visible {
5851 - outline: 2px solid var(--e-a-border-color-focus);
5852 - outline-offset: 2px;
5853 -}
5854 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4455 +.elementor-template-library-template-remote:hover {
5855 4456 background-color: var(--e-a-bg-hover);
5856 4457 }
5857 -.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 {
5858 - opacity: 1;
5859 -}
5860 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
4458 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5861 4459 display: none;
5862 4460 }
5863 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5864 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5865 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5866 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5867 - display: initial;
5868 -}
5869 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4461 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5870 4462 opacity: 0;
5871 4463 }
5872 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5873 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4464 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4465 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5874 4466 display: none;
5875 4467 }
5876 4468 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5877 4469 content: var(--elementor-template-library-subscription-plan-label);
@@ -5879,10 +4471,10 @@
5879 4471 color: var(--e-a-color-white);
5880 4472 position: absolute;
5881 4473 text-transform: uppercase;
5882 4474 line-height: 1;
5883 - inset-block-start: 5px;
5884 - inset-inline-end: 5px;
4475 + top: 5px;
4476 + left: 5px;
5885 4477 padding: 3px 5px;
5886 4478 font-size: 8px;
5887 4479 border-radius: 2px;
5888 4480 }
@@ -5897,10 +4489,10 @@
5897 4489 }
5898 4490 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5899 4491 position: absolute;
5900 4492 width: 100%;
5901 - inset-block-end: 0;
5902 - inset-inline-start: 0;
4493 + bottom: 0;
4494 + right: 0;
5903 4495 padding: 10px;
5904 4496 background-color: var(--e-a-bg-default);
5905 4497 transition: transform 0.5s;
5906 4498 }
@@ -5906,9 +4498,9 @@
5906 4498 }
5907 4499 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5908 4500 display: none;
5909 4501 }
5910 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
4502 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5911 4503 transform: translateY(100%);
5912 4504 }
5913 4505 .elementor-template-library-template-remote .elementor-template-library-template-body {
5914 4506 position: relative;
@@ -5925,9 +4517,12 @@
5925 4517 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5926 4518 }
5927 4519 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5928 4520 position: absolute;
5929 - inset: 0;
4521 + top: 0;
4522 + left: 0;
4523 + width: 100%;
4524 + height: 100%;
5930 4525 background-color: rgba(0, 0, 0, 0.5);
5931 4526 transition: opacity 0.5s;
5932 4527 cursor: pointer;
5933 4528 }
@@ -5933,11 +4528,11 @@
5933 4528 }
5934 4529 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5935 4530 font-size: 20px;
5936 4531 position: absolute;
5937 - inset-block-start: 50%;
5938 - inset-inline-start: 50%;
5939 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4532 + top: 50%;
4533 + left: 50%;
4534 + transform: translate(-50%, -50%);
5940 4535 }
5941 4536 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5942 4537 display: flex;
5943 4538 justify-content: space-between;
@@ -5953,26 +4548,11 @@
5953 4548 text-overflow: ellipsis;
5954 4549 overflow: hidden;
5955 4550 padding-inline-end: 5px;
5956 4551 }
5957 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5958 - margin-inline-start: auto;
5959 -}
5960 4552 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5961 - position: absolute;
5962 - width: 1px;
5963 - height: 1px;
5964 - padding: 0;
5965 - margin: -1px;
5966 - overflow: hidden;
5967 - clip: rect(0, 0, 0, 0);
5968 - white-space: nowrap;
5969 - border: 0;
4553 + display: none;
5970 4554 }
5971 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5972 - outline: 2px solid var(--e-a-border-color-focus);
5973 - outline-offset: 2px;
5974 -}
5975 4555 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5976 4556 content: "\e93f";
5977 4557 color: var(--e-a-color-primary-bold);
5978 4558 }
@@ -6007,231 +4587,112 @@
6007 4587 height: 200px;
6008 4588 }
6009 4589
6010 4590 #elementor-template-library-order-toolbar-local,
6011 -.elementor-template-library-template-local,
6012 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4591 +.elementor-template-library-template-local {
6013 4592 display: flex;
6014 4593 align-items: center;
6015 4594 padding: 0 25px;
6016 4595 text-align: start;
6017 4596 }
6018 -@media (max-width: 1439px) {
6019 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6020 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6021 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6022 - width: 33%;
6023 - }
6024 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6025 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6026 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6027 - width: 10%;
6028 - }
6029 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6030 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6031 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6032 - width: 15%;
6033 - }
6034 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6035 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6036 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6037 - width: 15%;
6038 - }
6039 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6040 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6041 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6042 - width: 27%;
6043 - }
6044 -}
6045 -@media (min-width: 1440px) {
6046 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6047 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6048 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6049 - width: 25%;
6050 - }
6051 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6052 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6053 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6054 - width: 17%;
6055 - }
6056 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6057 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6058 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6059 - width: 17%;
6060 - }
6061 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6062 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6063 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6064 - width: 17%;
6065 - }
6066 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6067 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6068 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6069 - width: 24%;
6070 - }
6071 -}
6072 -@media (max-width: 1024px) {
6073 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6074 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6075 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6076 - display: none;
6077 - }
6078 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6079 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6080 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6081 - width: 41%;
6082 - }
6083 -}
6084 4597
6085 -.elementor-template-library-template-local .elementor-template-library-template-more,
6086 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6087 - display: none;
6088 - position: absolute;
6089 - background-color: var(--e-a-bg-default);
6090 - border-radius: var(--e-a-border-radius);
6091 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6092 - inset-block-start: 100%;
6093 - inset-inline-end: 0;
6094 - z-index: 1;
6095 - list-style: none;
6096 - margin: 0;
6097 - padding: 0;
4598 +#elementor-template-library-order-toolbar-local {
4599 + margin-block-start: 30px;
6098 4600 }
6099 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6100 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6101 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6102 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6103 - background: transparent;
6104 - margin: 0;
6105 - font-size: inherit;
6106 - font-family: inherit;
6107 - color: inherit;
6108 - border: none;
6109 - padding: 10px 20px;
6110 - font-size: 11px;
6111 - cursor: pointer;
6112 - display: flex;
6113 - align-items: center;
6114 - gap: 8px;
6115 - width: 100%;
4601 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4602 + line-height: 1;
4603 + font-size: 10px;
4604 + font-weight: 500;
6116 4605 }
6117 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6118 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6119 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6120 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6121 - cursor: not-allowed;
6122 - color: var(--e-a-color-txt-disabled);
6123 -}
6124 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6125 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6126 - color: var(--e-a-color-txt);
6127 - text-decoration: none;
6128 -}
6129 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6130 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6131 - color: var(--e-a-color-danger);
6132 -}
6133 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6134 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6135 - font-size: 16px;
6136 -}
6137 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6138 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6139 - margin-inline-start: auto;
6140 - cursor: pointer;
6141 - background: none;
6142 - border: none;
6143 - padding: 0;
6144 - display: flex;
6145 - align-items: center;
6146 - justify-content: center;
6147 -}
6148 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6149 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6150 - font-size: 20px;
6151 -}
6152 4606
6153 -.elementor-template-library-template-local,
6154 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4607 +.elementor-template-library-template-local {
6155 4608 height: 50px;
6156 4609 width: 100%;
6157 4610 margin-block-start: 1px;
6158 4611 transition: background-color 0.3s linear;
6159 4612 }
6160 -.elementor-template-library-template-local:hover,
6161 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4613 +.elementor-template-library-template-local:hover {
6162 4614 background-color: var(--e-a-bg-hover);
6163 4615 }
6164 -.elementor-template-library-template-local:first-child,
6165 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
4616 +.elementor-template-library-template-local:first-child {
6166 4617 border-start-start-radius: 3px;
6167 4618 border-start-end-radius: 3px;
6168 4619 border-end-start-radius: 0;
6169 4620 border-end-end-radius: 0;
6170 4621 }
6171 -.elementor-template-library-template-local:last-child,
6172 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
4622 +.elementor-template-library-template-local:last-child {
6173 4623 border-start-start-radius: 0;
6174 4624 border-start-end-radius: 0;
6175 4625 border-end-start-radius: 3px;
6176 4626 border-end-end-radius: 3px;
6177 4627 }
6178 -.elementor-template-library-template-local .elementor-template-library-template-name,
6179 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4628 +.elementor-template-library-template-local .elementor-template-library-template-name {
6180 4629 font-weight: 500;
6181 4630 }
6182 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6183 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6184 - font-size: 16px;
6185 -}
6186 4631 .elementor-template-library-template-local .elementor-template-library-template-name,
6187 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6188 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6189 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
4632 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6190 4633 padding-inline-end: 20px;
6191 4634 }
6192 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6193 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6194 - padding-inline-end: 10px;
6195 -}
6196 4635 .elementor-template-library-template-local .elementor-template-library-template-name,
6197 4636 .elementor-template-library-template-local .elementor-template-library-template-meta,
6198 4637 .elementor-template-library-template-local .elementor-template-library-template-preview,
6199 -.elementor-template-library-template-local .elementor-template-library-template-action,
6200 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6201 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6202 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6203 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4638 +.elementor-template-library-template-local .elementor-template-library-template-action {
6204 4639 white-space: nowrap;
6205 4640 text-overflow: ellipsis;
6206 4641 overflow: hidden;
6207 4642 }
6208 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6209 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4643 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6210 4644 position: relative;
6211 4645 display: flex;
6212 4646 align-items: center;
6213 4647 }
6214 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6215 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6216 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6217 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4648 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6218 4649 cursor: pointer;
6219 4650 transition: color 0.5s;
6220 4651 }
6221 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6222 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6223 - color: #F5D0FE;
4652 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4653 + margin-inline-end: 3px;
6224 4654 }
6225 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6226 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6227 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6228 - cursor: not-allowed;
4655 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4656 + margin-inline-start: 6px;
6229 4657 }
6230 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6231 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6232 - margin-inline-end: 3px;
4658 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4659 + color: var(--e-a-color-danger);
6233 4660 }
4661 +.elementor-template-library-template-local .elementor-template-library-template-more {
4662 + display: none;
4663 + position: absolute;
4664 + background-color: var(--e-a-bg-default);
4665 + padding: 3px 20px;
4666 + border-radius: var(--e-a-border-radius);
4667 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4668 + top: 100%;
4669 + left: 0;
4670 + transform: translateX(-65%) translateY(-7px);
4671 + z-index: 1;
4672 +}
4673 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4674 + content: "";
4675 + position: absolute;
4676 + border: solid transparent;
4677 + border-width: 8px 4px;
4678 + border-block-end-color: var(--e-a-color-white);
4679 + transform: translateY(-100%);
4680 +}
4681 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4682 + margin: 10px 0;
4683 + font-size: 11px;
4684 +}
4685 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4686 + color: var(--e-a-color-txt);
4687 +}
4688 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4689 + flex-grow: 1;
4690 + text-align: end;
4691 +}
4692 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4693 + font-size: 16px;
4694 +}
6234 4695
6235 4696 #elementor-template-library-preview {
6236 4697 height: 100%;
6237 4698 overflow: hidden;
@@ -6237,9 +4698,9 @@
6237 4698 overflow: hidden;
6238 4699 }
6239 4700 #elementor-template-library-preview iframe {
6240 4701 height: 150%;
6241 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4702 + transform: scale(0.666) translateX(25%) translateY(-25%);
6242 4703 }
6243 4704 @media (max-width: 1439px) {
6244 4705 #elementor-template-library-preview iframe {
6245 4706 width: 1440px;
@@ -6255,14 +4716,8 @@
6255 4716 font-size: 64px;
6256 4717 margin-block-start: 45px;
6257 4718 line-height: 1;
6258 4719 }
6259 -.elementor-template-library-blank-icon i {
6260 - font-size: 85px;
6261 -}
6262 -.elementor-template-library-blank-icon i.eicon-library-upload {
6263 - font-size: 65px;
6264 -}
6265 4720 .elementor-template-library-blank-icon img {
6266 4721 width: 70px;
6267 4722 }
6268 4723 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6300,499 +4755,8 @@
6300 4755 #elementor-template-library-save-template-form > * {
6301 4756 height: 55px;
6302 4757 font-size: 16px;
6303 4758 }
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6305 - height: 55px;
6306 - font-size: 16px;
6307 - margin-block-end: 15px;
6308 -}
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6310 - display: block;
6311 - width: 500px;
6312 - margin: 0 auto;
6313 -}
6314 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6316 - display: none;
6317 -}
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6319 - margin-inline: 5px;
6320 -}
6321 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6322 - display: none;
6323 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6324 - padding: 3px 5px;
6325 - border-radius: 100px;
6326 - margin-inline: 5px;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6329 - color: var(--e-a-btn-bg-accent);
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6332 - margin-inline-end: 5px;
6333 -}
6334 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6335 - display: inline;
6336 -}
6337 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6338 - display: inline;
6339 - background: var(--e-a-bg-hover);
6340 - padding: 0 2px 1px;
6341 - border: none;
6342 - border-radius: 2px;
6343 - vertical-align: bottom;
6344 - cursor: pointer;
6345 - font-family: inherit;
6346 - font-size: inherit;
6347 - color: inherit;
6348 - line-height: inherit;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6351 - background: var(--e-a-bg-active);
6352 -}
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6354 - outline: 2px solid var(--e-a-border-color-focus);
6355 - outline-offset: 2px;
6356 -}
6357 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6358 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6359 -#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,
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6361 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6362 - display: inline;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6365 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6366 -#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,
6367 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6368 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6369 - pointer-events: none;
6370 -}
6371 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6372 -#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,
6373 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6374 - display: none;
6375 -}
6376 -#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 {
6377 - color: var(--e-a-color-txt-muted);
6378 - margin-inline: 5px;
6379 -}
6380 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6381 - display: none;
6382 - float: inline-start;
6383 -}
6384 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6385 - font-size: 13px;
6386 - color: var(--e-a-btn-bg-accent);
6387 - text-align: start;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6390 - color: var(--e-a-btn-bg-accent);
6391 - text-decoration: underline;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6394 - float: inline-end;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6397 - cursor: not-allowed;
6398 -}
6399 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6400 - display: flex;
6401 - flex-direction: column;
6402 - text-align: start;
6403 - border: var(--e-a-border-bold);
6404 - padding: 15px;
6405 - height: auto;
6406 - gap: 10px;
6407 - position: relative;
6408 -}
6409 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6410 - background: #69727D;
6411 - inset-block-start: -3px;
6412 - position: relative;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6415 - position: relative;
6416 - display: inline-block;
6417 -}
6418 -#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 {
6419 - white-space: nowrap;
6420 - text-overflow: ellipsis;
6421 - overflow: hidden;
6422 - overflow: visible;
6423 - display: inline-flex;
6424 - align-items: baseline;
6425 - line-height: 27px;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6428 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6429 - flex-shrink: 0;
6430 - position: relative;
6431 - inset-block-start: 2px;
6432 -}
6433 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6434 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6435 - inset-block-start: -2px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6438 - vertical-align: bottom;
6439 -}
6440 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6441 - margin-inline: 5px;
6442 - color: var(--e-a-color-txt-muted);
6443 - cursor: pointer;
6444 -}
6445 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6446 - display: none;
6447 - margin-inline-end: 5px;
6448 - align-items: baseline;
6449 - white-space: nowrap;
6450 - text-overflow: ellipsis;
6451 - overflow: hidden;
6452 -}
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6454 - display: inline-flex !important;
6455 -}
6456 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6457 - text-decoration: underline;
6458 - cursor: pointer;
6459 - white-space: nowrap;
6460 - text-overflow: ellipsis;
6461 - overflow: hidden;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6464 - cursor: pointer;
6465 - flex-shrink: 0;
6466 -}
6467 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6468 - color: var(--e-a-color-primary-bold);
6469 - font-size: 14px;
6470 -}
6471 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6472 - text-decoration: underline;
6473 -}
6474 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6475 - display: none;
6476 - position: absolute;
6477 - inset-block-start: 40px;
6478 - background-color: var(--e-a-bg-default);
6479 - min-width: 187px;
6480 - overflow: auto;
6481 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6482 - z-index: 1;
6483 - border-radius: 2px;
6484 - max-width: 450px;
6485 -}
6486 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6487 - white-space: nowrap;
6488 - text-overflow: ellipsis;
6489 - overflow: hidden;
6490 -}
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6492 - margin: 15px;
6493 -}
6494 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6495 - margin-inline-end: 10px;
6496 -}
6497 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6498 - max-height: 170px;
6499 -}
6500 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6501 - padding: 5px 15px;
6502 - cursor: pointer;
6503 - list-style: none;
6504 -}
6505 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6506 - display: none;
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6509 - margin: 0px;
6510 -}
6511 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6512 - text-decoration: underline;
6513 -}
6514 -#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 {
6515 - background: var(--e-a-border-color);
6516 -}
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6518 - outline: 2px solid var(--e-a-border-color-focus);
6519 - outline-offset: -2px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6522 - pointer-events: none;
6523 - opacity: 0.3;
6524 -}
6525 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6526 - text-align: center;
6527 - font-size: 13px;
6528 - margin: 0 20px;
6529 - padding-block: 15px;
6530 - pointer-events: none;
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6533 - font-size: 24px;
6534 - padding-block-end: 10px;
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6537 - border-block-start: none;
6538 - border-inline: none;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6541 - pointer-events: none;
6542 - opacity: 0.3;
6543 -}
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6545 - display: flex;
6546 - flex-direction: column;
6547 - width: 600px;
6548 - text-align: start;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6551 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6552 - font-size: 12px;
6553 - font-weight: 400;
6554 - color: var(--e-a-color-txt);
6555 -}
6556 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6557 - width: 100%;
6558 - padding: 12px 15px;
6559 - border: var(--e-a-border-bold);
6560 - border-radius: 3px;
6561 - margin-block-end: 0;
6562 -}
6563 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6564 - border: none;
6565 - padding: 0;
6566 - gap: 12px;
6567 - margin-block-start: 20px;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6570 - display: flex;
6571 - align-items: center;
6572 - padding: 12px 15px;
6573 - border: var(--e-a-border-bold);
6574 - border-radius: 3px;
6575 - width: 100%;
6576 - line-height: normal;
6577 - gap: 8px;
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6580 - border-color: var(--e-a-color-txt);
6581 -}
6582 -#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 {
6583 - display: flex;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6586 - margin-inline-end: 0;
6587 - flex-shrink: 0;
6588 - position: relative;
6589 -}
6590 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6591 - inset-block-start: 0;
6592 -}
6593 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6594 - content: "";
6595 - position: absolute;
6596 - inset-inline-end: -8px;
6597 - width: 1px;
6598 - height: 18px;
6599 - background-color: var(--e-a-border-color);
6600 -}
6601 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6602 - margin-inline-start: 12px;
6603 - margin-inline-end: 4px;
6604 - font-size: 24px;
6605 - color: var(--e-a-color-txt);
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6608 - margin-inline-start: 8px;
6609 - margin-inline-end: 0;
6610 - font-size: 24px;
6611 - color: var(--e-a-color-txt);
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6614 - flex: 0 0 auto;
6615 - margin: 0;
6616 - cursor: pointer;
6617 -}
6618 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6619 - margin-inline: 0;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6622 - display: inline;
6623 - background: transparent;
6624 - padding: 0;
6625 - border-radius: 0;
6626 - vertical-align: baseline;
6627 - text-decoration: underline;
6628 - cursor: pointer;
6629 - margin-inline-start: 0;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6632 - background: transparent;
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6635 - color: var(--e-a-color-primary-bold);
6636 - text-decoration: underline;
6637 - cursor: pointer;
6638 - margin-inline-start: 4px;
6639 -}
6640 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6641 - text-decoration: none;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6644 - display: none;
6645 - border: none;
6646 - padding: 0;
6647 - border-radius: 0;
6648 - margin-inline-start: 0;
6649 - background: transparent;
6650 - transition: background-color 0.2s;
6651 - padding: 3px 8px;
6652 -}
6653 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6654 - background-color: var(--e-a-btn-bg-primary-hover);
6655 - border-radius: 3px;
6656 -}
6657 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6658 - color: var(--e-a-btn-bg-accent);
6659 - text-decoration: none;
6660 - display: flex;
6661 - align-items: center;
6662 - gap: 4px;
6663 - font-size: 14px;
6664 - font-weight: 500;
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6667 - margin: 0;
6668 - font-size: 14px;
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6671 - display: none;
6672 -}
6673 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6674 - color: var(--e-a-color-txt-muted);
6675 - margin-inline: 5px;
6676 -}
6677 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6678 - color: var(--e-a-color-info);
6679 - text-decoration: underline;
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6682 - text-decoration: none;
6683 -}
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6685 - display: flex;
6686 - align-items: center;
6687 - gap: 6px;
6688 - padding: 6px 12px;
6689 - border: none;
6690 - border-radius: 20px;
6691 - font-size: 14px;
6692 - font-weight: 500;
6693 - cursor: pointer;
6694 - transition: opacity 0.2s;
6695 - margin-inline-start: auto;
6696 -}
6697 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6698 - opacity: 0.8;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6701 - margin: 0;
6702 - font-size: 14px;
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6705 - background-color: var(--e-a-bg-info);
6706 - color: var(--e-a-color-info);
6707 -}
6708 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6709 - color: var(--e-a-color-info);
6710 -}
6711 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6712 - background-color: var(--e-a-bg-warning);
6713 - color: var(--e-a-btn-bg-warning-hover);
6714 -}
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6716 - color: var(--e-a-btn-bg-warning-hover);
6717 -}
6718 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6719 - display: none;
6720 - margin-inline-start: 8px;
6721 - align-items: center;
6722 - gap: 6px;
6723 -}
6724 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6725 - display: inline-flex !important;
6726 -}
6727 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6728 - text-decoration: underline;
6729 - cursor: pointer;
6730 -}
6731 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6732 - cursor: pointer;
6733 - font-size: 14px;
6734 -}
6735 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6736 - inset-block-start: 75px;
6737 - inset-inline-start: 230px;
6738 -}
6739 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6740 - display: none;
6741 -}
6742 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6743 - display: inline;
6744 -}
6745 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6746 - display: none;
6747 -}
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6749 - border-color: var(--e-a-border-color);
6750 -}
6751 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6752 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6753 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6754 - color: var(--e-a-color-txt-disabled);
6755 -}
6756 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6757 - background-color: var(--e-a-color-txt-disabled);
6758 -}
6759 -#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 {
6760 - border-color: var(--e-a-border-color);
6761 -}
6762 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6763 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6764 -#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,
6765 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6766 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6767 - color: var(--e-a-color-txt-disabled);
6768 -}
6769 -#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 {
6770 - background-color: var(--e-a-color-txt-disabled);
6771 -}
6772 -#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 {
6773 - display: inline-flex;
6774 -}
6775 -#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 {
6776 - display: none;
6777 -}
6778 -#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 {
6779 - display: block;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6782 -#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],
6783 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6784 - pointer-events: none;
6785 -}
6786 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6787 - display: block;
6788 - margin-block-start: 15px;
6789 -}
6790 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6791 - align-self: center;
6792 - margin-block-start: 20px;
6793 - float: none;
6794 -}
6795 4759
6796 4760 #elementor-template-library-save-template-name {
6797 4761 width: 500px;
6798 4762 padding-inline-start: 25px;
@@ -6844,12 +4808,8 @@
6844 4808 padding: 100px 0 0;
6845 4809 min-height: 550px;
6846 4810 }
6847 4811
6848 -.elementor-template-library-cloud-empty__button {
6849 - margin-block-start: 45px;
6850 -}
6851 -
6852 4812 #elementor-template-library-connect-logo {
6853 4813 font-size: 20px;
6854 4814 }
6855 4815 #elementor-template-library-connect__button {
@@ -6886,11 +4846,11 @@
6886 4846 }
6887 4847
6888 4848 .elementor-template-library-blank-footer {
6889 4849 position: absolute;
6890 - inset-block-end: 70px;
6891 - inset-inline-start: 50%;
6892 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4850 + bottom: 70px;
4851 + left: 50%;
4852 + transform: translateX(-50%);
6893 4853 font-style: italic;
6894 4854 color: var(--e-a-color-txt-muted);
6895 4855 }
6896 4856 @media (max-height: 700px) {
@@ -6922,287 +4882,50 @@
6922 4882 #elementor-template-library-error-info {
6923 4883 margin-block-start: 10px;
6924 4884 }
6925 4885
6926 -#elementor-library--infotip__dialog,
6927 -#elementor-library--connect_infotip__dialog,
6928 -#elementor-library--cloud-upgrade__dialog,
6929 -#elementor-library--site-info__dialog {
6930 - position: absolute;
6931 - z-index: 10000;
6932 - background-color: var(--e-a-bg-default);
6933 - box-shadow: var(--e-a-popover-shadow);
6934 - border-radius: var(--e-a-border-radius);
4886 +@media (max-width: 1439px) {
4887 + .elementor-template-library-local-column-1 {
4888 + width: 33%;
4889 + }
4890 + .elementor-template-library-local-column-2 {
4891 + width: 10%;
4892 + }
4893 + .elementor-template-library-local-column-3 {
4894 + width: 15%;
4895 + }
4896 + .elementor-template-library-local-column-4 {
4897 + width: 15%;
4898 + }
4899 + .elementor-template-library-local-column-5 {
4900 + width: 27%;
4901 + }
6935 4902 }
6936 -#elementor-library--infotip__dialog.variant-b,
6937 -#elementor-library--connect_infotip__dialog.variant-b,
6938 -#elementor-library--cloud-upgrade__dialog.variant-b,
6939 -#elementor-library--site-info__dialog.variant-b {
6940 - width: 200px;
6941 - color: var(--e-a-color-txt-invert);
6942 - background-color: var(--e-a-bg-secondary);
4903 +@media (min-width: 1440px) {
4904 + .elementor-template-library-local-column-1 {
4905 + width: 25%;
4906 + }
4907 + .elementor-template-library-local-column-2 {
4908 + width: 17%;
4909 + }
4910 + .elementor-template-library-local-column-3 {
4911 + width: 17%;
4912 + }
4913 + .elementor-template-library-local-column-4 {
4914 + width: 17%;
4915 + }
4916 + .elementor-template-library-local-column-5 {
4917 + width: 24%;
4918 + }
6943 4919 }
6944 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6945 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6946 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6947 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6948 - padding: 4px 8px 4px 8px;
4920 +@media (max-width: 1024px) {
4921 + .elementor-template-library-local-column-3 {
4922 + display: none;
4923 + }
4924 + .elementor-template-library-local-column-5 {
4925 + width: 41%;
4926 + }
6949 4927 }
6950 -#elementor-library--infotip__dialog__title,
6951 -#elementor-library--connect_infotip__dialog__title,
6952 -#elementor-library--cloud-upgrade__dialog__title,
6953 -#elementor-library--site-info__dialog__title {
6954 - font-size: 14px;
6955 -}
6956 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6957 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6958 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6959 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6960 - padding: 10px 0 10px 10px;
6961 - float: inline-end;
6962 -}
6963 -#elementor-library--infotip__dialog .dialog-button,
6964 -#elementor-library--connect_infotip__dialog .dialog-button,
6965 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6966 -#elementor-library--site-info__dialog .dialog-button {
6967 - padding: 7px 25px;
6968 - font-size: 13px;
6969 - background: none;
6970 - color: var(--e-a-btn-bg-accent);
6971 - border: none;
6972 - font-weight: 500;
6973 - cursor: pointer;
6974 -}
6975 -#elementor-library--infotip__dialog:after,
6976 -#elementor-library--connect_infotip__dialog:after,
6977 -#elementor-library--cloud-upgrade__dialog:after,
6978 -#elementor-library--site-info__dialog:after {
6979 - content: "";
6980 - position: absolute;
6981 - inset-inline-end: 46%;
6982 - transform: scaleX(0.7);
6983 - border: 10px solid transparent;
6984 -}
6985 -
6986 -#elementor-library--infotip__dialog {
6987 - width: 265px;
6988 -}
6989 -#elementor-library--infotip__dialog .dialog-message {
6990 - padding: 20px 20px 0px 20px;
6991 -}
6992 -#elementor-library--infotip__dialog:after {
6993 - inset-block-start: 100%;
6994 - border-block-start-color: var(--e-a-bg-default);
6995 -}
6996 -#elementor-library--infotip__dialog.variant-b:after {
6997 - border-block-start-color: var(--e-a-bg-secondary);
6998 -}
6999 -
7000 -#elementor-library--connect_infotip__dialog {
7001 - width: 265px;
7002 -}
7003 -#elementor-library--connect_infotip__dialog .dialog-message {
7004 - padding: 20px;
7005 -}
7006 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
7007 - inset-block-end: 100%;
7008 - border-block-end-color: var(--e-a-bg-default);
7009 -}
7010 -#elementor-library--connect_infotip__dialog.variant-b:after {
7011 - border-block-start-color: var(--e-a-bg-secondary);
7012 - inset-block-start: 100%;
7013 -}
7014 -#elementor-library--connect_infotip__dialog.variant-b {
7015 - width: 265px;
7016 -}
7017 -
7018 -#elementor-library--cloud-upgrade__dialog {
7019 - width: 265px;
7020 -}
7021 -#elementor-library--cloud-upgrade__dialog:after {
7022 - inset-block-start: 100%;
7023 - border-block-start-color: var(--e-a-bg-default);
7024 -}
7025 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7026 - border-block-start-color: var(--e-a-bg-secondary);
7027 -}
7028 -
7029 -#elementor-library--site-info__dialog {
7030 - width: 265px;
7031 -}
7032 -#elementor-library--site-info__dialog:after {
7033 - inset-block-start: 100%;
7034 - border-block-start-color: var(--e-a-bg-default);
7035 -}
7036 -#elementor-library--site-info__dialog.variant-b:after {
7037 - border-block-start-color: var(--e-a-bg-secondary);
7038 -}
7039 -
7040 -.elementor-global-styles-dialog {
7041 - --gsd-color-text-primary: #0c0d0e;
7042 - --gsd-color-text-secondary: #3f444b;
7043 - --gsd-color-text-tertiary: #69727D;
7044 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7045 - --gsd-color-primary-main: #f0abfc;
7046 - --gsd-color-primary-hover: #e879f9;
7047 - --gsd-color-secondary-main: #515962;
7048 - --gsd-border-radius: 4px;
7049 - --gsd-spacing-horizontal: 24px;
7050 - --gsd-font-family: 'Roboto', sans-serif;
7051 - padding: 16px 0 0;
7052 - min-width: 444px;
7053 -}
7054 -.elementor-global-styles-dialog__header {
7055 - padding: 10px var(--gsd-spacing-horizontal) 0;
7056 - margin-block-end: 16px;
7057 -}
7058 -.elementor-global-styles-dialog__header h2 {
7059 - margin: 0 0 4px;
7060 - font-family: var(--gsd-font-family);
7061 - font-size: 16px;
7062 - font-weight: 500;
7063 - line-height: 1.3;
7064 - color: var(--gsd-color-text-primary);
7065 - letter-spacing: 0.15px;
7066 -}
7067 -.elementor-global-styles-dialog__header p {
7068 - margin: 0;
7069 - font-family: var(--gsd-font-family);
7070 - font-size: 14px;
7071 - font-weight: 400;
7072 - line-height: 20px;
7073 - color: var(--gsd-color-text-secondary);
7074 - letter-spacing: 0.15px;
7075 -}
7076 -.elementor-global-styles-dialog__options {
7077 - display: flex;
7078 - flex-direction: column;
7079 - gap: 12px;
7080 - padding: 0 var(--gsd-spacing-horizontal);
7081 -}
7082 -.elementor-global-styles-dialog__radio-card {
7083 - display: flex;
7084 - gap: 0;
7085 - padding: 12px 8px;
7086 - border: 1px solid var(--gsd-color-divider);
7087 - border-radius: var(--gsd-border-radius);
7088 - cursor: pointer;
7089 - transition: border-color 0.2s ease;
7090 -}
7091 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7092 - border: 2px solid var(--gsd-color-text-primary);
7093 - padding: 11px 7px;
7094 -}
7095 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7096 - flex-shrink: 0;
7097 - width: 20px;
7098 - height: 20px;
7099 - margin: 9px;
7100 - cursor: pointer;
7101 - color: var(--gsd-color-text-tertiary);
7102 - accent-color: var(--gsd-color-text-primary);
7103 -}
7104 -.elementor-global-styles-dialog__radio-card-content {
7105 - display: flex;
7106 - align-items: flex-start;
7107 - flex-direction: column;
7108 - flex: 1;
7109 -}
7110 -.elementor-global-styles-dialog__radio-label {
7111 - font-family: var(--gsd-font-family);
7112 - font-size: 14px;
7113 - font-weight: 500;
7114 - line-height: 18px;
7115 - color: var(--gsd-color-text-primary);
7116 - letter-spacing: 0.15px;
7117 -}
7118 -.elementor-global-styles-dialog__radio-description {
7119 - font-family: var(--gsd-font-family);
7120 - font-size: 12px;
7121 - font-weight: 400;
7122 - line-height: 20px;
7123 - color: var(--gsd-color-text-secondary);
7124 - letter-spacing: 0.4px;
7125 -}
7126 -.elementor-global-styles-dialog__checkbox-container {
7127 - display: flex;
7128 - align-items: flex-start;
7129 - gap: 4px;
7130 - padding: 0;
7131 - margin-block-start: 0;
7132 -}
7133 -.elementor-global-styles-dialog__checkbox-option {
7134 - display: flex;
7135 - align-items: flex-start;
7136 - gap: 4px;
7137 - cursor: pointer;
7138 -}
7139 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7140 - width: 18px;
7141 - height: 18px;
7142 - margin: 4px;
7143 - cursor: pointer;
7144 -}
7145 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7146 - background-color: var(--gsd-color-text-tertiary);
7147 -}
7148 -.elementor-global-styles-dialog__checkbox-label {
7149 - font-family: var(--gsd-font-family);
7150 - font-size: 12px;
7151 - font-weight: 400;
7152 - line-height: 1.43;
7153 - color: var(--gsd-color-text-primary);
7154 - letter-spacing: 0.15px;
7155 - padding-block-start: 4px;
7156 - margin-inline-start: 4px;
7157 -}
7158 -.elementor-global-styles-dialog__checkbox-label a {
7159 - color: #2563eb;
7160 - text-decoration: underline;
7161 -}
7162 -.elementor-global-styles-dialog__checkbox-label a:hover {
7163 - color: #2563eb;
7164 -}
7165 -.elementor-global-styles-dialog__footer {
7166 - display: flex;
7167 - justify-content: flex-end;
7168 - align-items: center;
7169 - gap: 8px;
7170 - padding: 16px var(--gsd-spacing-horizontal);
7171 -}
7172 -.elementor-global-styles-dialog__button-cancel {
7173 - padding: 6px 8px;
7174 - font-family: var(--gsd-font-family);
7175 - font-size: 15px;
7176 - font-weight: 500;
7177 - line-height: 24px;
7178 - letter-spacing: 0.4px;
7179 - color: var(--gsd-color-secondary-main);
7180 - background: transparent;
7181 - border: none;
7182 - border-radius: var(--gsd-border-radius);
7183 - cursor: pointer;
7184 -}
7185 -.elementor-global-styles-dialog__button-cancel:hover {
7186 - background: rgba(0, 0, 0, 0.04);
7187 -}
7188 -.elementor-global-styles-dialog__button-insert {
7189 - padding: 6px 16px;
7190 - font-family: var(--gsd-font-family);
7191 - font-size: 15px;
7192 - font-weight: 500;
7193 - line-height: 24px;
7194 - letter-spacing: 0.4px;
7195 - color: var(--gsd-color-text-primary);
7196 - background: var(--gsd-color-primary-main);
7197 - border: none;
7198 - border-radius: var(--gsd-border-radius);
7199 - cursor: pointer;
7200 -}
7201 -.elementor-global-styles-dialog__button-insert:hover {
7202 - background: var(--gsd-color-primary-hover);
7203 -}
7204 -
7205 4928 .elementor-tags-list {
7206 4929 display: none;
7207 4930 position: absolute;
7208 4931 width: 260px;
@@ -7292,10 +5015,10 @@
7292 5015 }
7293 5016 .elementor-tag-settings-popup:before {
7294 5017 content: "";
7295 5018 position: absolute;
7296 - inset-block-start: -20px;
7297 - inset-inline-start: 5px;
5019 + top: -20px;
5020 + right: 5px;
7298 5021 border: 10px solid transparent;
7299 5022 border-block-end-color: var(--e-a-border-color);
7300 5023 }
7301 5024 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7352,54 +5075,40 @@
7352 5075 }
7353 5076
7354 5077 .elementor-context-menu {
7355 5078 position: absolute;
7356 - width: 250px;
7357 - padding: 5px 0px;
5079 + width: 200px;
7358 5080 background-color: var(--e-a-bg-default);
7359 - border-radius: var(--e-a-border-radius);
7360 - box-shadow: var(--e-a-popover-shadow);
5081 + border: var(--e-a-border);
5082 + border-radius: 3px;
5083 + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7361 5084 -webkit-user-select: none;
7362 5085 -moz-user-select: none;
7363 5086 user-select: none;
7364 5087 z-index: 101;
7365 5088 }
7366 -.elementor-context-menu-list {
7367 - display: flex;
7368 - flex-direction: column;
7369 -}
7370 5089 .elementor-context-menu-list__group {
7371 - display: flex;
7372 - flex-direction: column;
5090 + padding: 5px 0;
7373 5091 }
7374 5092 .elementor-context-menu-list__group:not(:last-child) {
7375 5093 border-block-end: var(--e-a-border);
7376 5094 }
7377 5095 .elementor-context-menu-list__item {
7378 - padding: 12px 20px;
5096 + padding: 5px 10px;
5097 + padding-inline-end: 20px;
7379 5098 display: flex;
7380 - gap: 16px;
7381 5099 cursor: pointer;
7382 5100 transition: var(--e-a-transition-hover);
7383 - align-items: center;
7384 5101 }
7385 5102 .elementor-context-menu-list__item--disabled {
7386 5103 cursor: default;
7387 - opacity: 0.5;
7388 5104 color: var(--e-a-color-disabled);
7389 5105 }
7390 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7391 - opacity: 1;
7392 -}
7393 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7394 - opacity: 0.5;
7395 -}
7396 -.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
5106 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7397 5107 background-color: var(--e-a-bg-hover);
7398 5108 color: var(--e-a-color-hover);
7399 5109 }
7400 5110 .elementor-context-menu-list__item__icon {
7401 - display: none;
7402 5111 width: 20px;
7403 5112 }
7404 5113 .elementor-context-menu-list__item__title {
7405 5114 flex-grow: 1;
@@ -7409,46 +5118,11 @@
7409 5118 }
7410 5119 .elementor-context-menu-list__item__shortcut {
7411 5120 color: var(--e-a-color-txt-muted);
7412 5121 }
7413 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7414 - position: absolute;
7415 - inset: 0;
7416 - z-index: 2;
7417 - cursor: pointer;
7418 -}
7419 -.elementor-context-menu-list__item__shortcut__new-badge {
7420 - border: 1px solid var(--e-a-color-primary-bold);
7421 - padding: 2px 8px;
7422 - color: var(--e-a-color-primary-bold);
7423 - border-radius: 10px;
7424 - font-size: 10px;
7425 -}
7426 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7427 - display: flex;
7428 - align-items: center;
7429 - justify-content: center;
7430 - width: 24px;
7431 - height: 24px;
7432 - border-radius: 50%;
7433 - background-color: rgba(214, 16, 124, 0.12);
7434 - color: var(--e-a-color-accent-promotion, #D6107C);
7435 - font-size: 16px;
7436 - cursor: pointer;
7437 -}
7438 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7439 - font-size: 14px;
7440 - font-style: normal;
7441 - font-weight: 400;
7442 - line-height: 1;
7443 - position: relative;
7444 -}
7445 -.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * {
5122 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7446 5123 color: var(--e-global-color-danger);
7447 5124 }
7448 -.elementor-context-menu-list__item.elementor-hidden {
7449 - display: none;
7450 -}
7451 5125 .elementor-context-menu .eicon-pro-icon {
7452 5126 color: var(--e-global-color-accent);
7453 5127 }
7454 5128
@@ -7459,11 +5133,10 @@
7459 5133 display: none;
7460 5134 }
7461 5135 #elementor-hotkeys__content {
7462 5136 display: flex;
7463 - justify-content: space-between;
7464 5137 gap: 70px;
7465 - padding: 20px 30px;
5138 + padding: 10px 30px;
7466 5139 width: 100%;
7467 5140 overflow: hidden;
7468 5141 }
7469 5142 @media (max-width: 1024px) {
@@ -7474,16 +5147,37 @@
7474 5147 }
7475 5148 }
7476 5149
7477 5150 .elementor-hotkeys__col {
7478 - display: flex;
7479 - flex-direction: column;
7480 - gap: 20px;
5151 + width: 50%;
5152 +}
5153 +@media (max-width: 1024px) {
5154 + .elementor-hotkeys__col {
5155 + width: 100%;
5156 + }
5157 +}
5158 +.elementor-hotkeys__header, .elementor-hotkeys__list {
7481 5159 width: 100%;
7482 5160 }
7483 5161 .elementor-hotkeys__header {
5162 + padding: 10px 0;
7484 5163 font-weight: 500;
7485 5164 }
5165 +.elementor-hotkeys__list {
5166 + background-color: var(--e-a-bg-default);
5167 + height: calc(100% - 42px);
5168 + padding: 10px 0;
5169 +}
5170 +@media (max-width: 479px) {
5171 + .elementor-hotkeys__list {
5172 + padding: 0;
5173 + }
5174 +}
5175 +@media (max-width: 1024px) {
5176 + .elementor-hotkeys__list {
5177 + height: auto;
5178 + }
5179 +}
7486 5180 .elementor-hotkeys__item {
7487 5181 display: flex;
7488 5182 align-items: center;
7489 5183 padding: 20px 10px;
@@ -7498,45 +5192,41 @@
7498 5192 }
7499 5193 .elementor-hotkeys__item--shortcut {
7500 5194 flex-grow: 0;
7501 5195 display: flex;
7502 - gap: 27px;
5196 + flex-direction: row-reverse;
7503 5197 }
7504 -@media (max-width: 1024px) {
7505 - .elementor-hotkeys__item--shortcut {
7506 - gap: 23px;
7507 - }
7508 -}
7509 -.elementor-hotkeys__item--shortcut kbd {
5198 +.elementor-hotkeys__item--shortcut span {
7510 5199 position: relative;
7511 - font-family: unset;
7512 5200 background-color: var(--e-a-bg-active);
7513 5201 padding: 5px 12px;
7514 - border-radius: var(--e-a-border-radius);
5202 + margin-inline-end: 27px;
5203 + border-radius: 3px;
7515 5204 }
7516 -@media (max-width: 1024px) {
7517 - .elementor-hotkeys__item--shortcut kbd {
5205 +@media (max-width: 479px) {
5206 + .elementor-hotkeys__item--shortcut span {
7518 5207 padding: 4px 9px;
5208 + margin-inline-end: 23px;
7519 5209 }
7520 5210 }
7521 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7522 - content: "+";
5211 +.elementor-hotkeys__item--shortcut span:after {
5212 + content: " + ";
7523 5213 position: absolute;
7524 - inset-inline-end: 0;
5214 + right: -18px;
7525 5215 width: 9px;
7526 5216 text-align: center;
7527 - margin-inline-end: -18px;
7528 5217 }
7529 -@media (max-width: 1024px) {
7530 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7531 - margin-inline-end: -16px;
5218 +@media (max-width: 479px) {
5219 + .elementor-hotkeys__item--shortcut span:after {
5220 + right: -16px;
7532 5221 }
7533 5222 }
7534 -
7535 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7536 - margin-top: 0 !important;
7537 - width: calc(25% - 30px);
5223 +.elementor-hotkeys__item--shortcut span:last-child {
5224 + margin-inline-end: 0;
7538 5225 }
5226 +.elementor-hotkeys__item--shortcut span:last-child:after {
5227 + display: none;
5228 +}
7539 5229
7540 5230 .ui-resizable-n {
7541 5231 top: -5px;
7542 5232 }
@@ -7595,18 +5285,16 @@
7595 5285 }
7596 5286
7597 5287 body {
7598 5288 --e-editor-navigator-width: 240px;
7599 - --e-editor-navigator-indicator-width: 3px;
7600 - --e-editor-navigator-promotion-height: 30px;
7601 5289 }
7602 5290
7603 5291 #elementor-navigator {
7604 5292 position: fixed;
7605 - inset-block-start: 100px;
7606 - inset-inline-end: 30px;
5293 + top: 100px;
7607 5294 width: var(--e-editor-navigator-width);
7608 5295 height: 50vh;
5296 + left: 30px;
7609 5297 background-color: var(--e-a-bg-default);
7610 5298 border: var(--e-a-border);
7611 5299 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7612 5300 -webkit-user-select: none;
@@ -7616,10 +5304,10 @@
7616 5304 z-index: 100;
7617 5305 display: none;
7618 5306 }
7619 5307 body.elementor-navigator-docked #elementor-navigator {
7620 - inset: 0;
7621 - inset-inline-start: auto;
5308 + top: 0;
5309 + left: 0;
7622 5310 height: 100%;
7623 5311 }
7624 5312 body:not(.elementor-navigator-docked) #elementor-navigator {
7625 5313 border-radius: 5px;
@@ -7625,10 +5313,8 @@
7625 5313 border-radius: 5px;
7626 5314 }
7627 5315 #elementor-navigator__inner {
7628 5316 height: 100%;
7629 - display: flex;
7630 - flex-direction: column;
7631 5317 }
7632 5318 #elementor-navigator__header {
7633 5319 display: flex;
7634 5320 align-items: stretch;
@@ -7642,22 +5328,8 @@
7642 5328 font-weight: 400;
7643 5329 padding: 10px 0;
7644 5330 cursor: move;
7645 5331 }
7646 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7647 - padding-inline-end: 17.5px;
7648 -}
7649 -#elementor-navigator__ai-titles {
7650 - width: 35px;
7651 - text-align: center;
7652 - cursor: pointer;
7653 - background-color: transparent;
7654 - border: none;
7655 - outline: none;
7656 -}
7657 -#elementor-navigator__ai-titles:hover {
7658 - color: #E73CF6;
7659 -}
7660 5332 #elementor-navigator__close, #elementor-navigator__toggle-all {
7661 5333 color: var(--e-a-color-txt);
7662 5334 background-color: transparent;
7663 5335 border: none;
@@ -7678,9 +5350,9 @@
7678 5350 #elementor-navigator__close {
7679 5351 font-size: 11px;
7680 5352 }
7681 5353 #elementor-navigator__elements {
7682 - flex-grow: 1;
5354 + height: calc(100% - 49px);
7683 5355 overflow: auto;
7684 5356 position: relative;
7685 5357 }
7686 5358 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7688,35 +5360,22 @@
7688 5360 }
7689 5361 #elementor-navigator__elements .elementor-nerd-box {
7690 5362 padding: 25px;
7691 5363 }
7692 -#elementor-navigator__elements > .elementor-navigator__element-section {
5364 +> #elementor-navigator__elements-section {
7693 5365 border-block-end: var(--e-a-border);
7694 5366 }
7695 5367 #elementor-navigator__footer {
5368 + position: absolute;
7696 5369 width: 100%;
5370 + left: 0;
5371 + bottom: 0;
7697 5372 text-align: center;
7698 -}
7699 -#elementor-navigator__footer__resize-bar {
7700 5373 border-block-start: var(--e-a-border);
7701 5374 }
7702 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5375 +.elementor-navigator-docked #elementor-navigator__footer {
7703 5376 display: none;
7704 5377 }
7705 -#elementor-navigator__footer__promotion {
7706 - font-size: 12px;
7707 - padding: 4px 17px;
7708 - font-family: "Roboto", sans-serif;
7709 - color: var(--e-a-bg-logo);
7710 - min-height: var(--e-editor-navigator-promotion-height);
7711 - display: flex;
7712 - justify-content: center;
7713 - align-items: center;
7714 -}
7715 -#elementor-navigator__footer__promotion a {
7716 - color: var(--e-a-color-accent-promotion);
7717 - margin-inline-start: 1px;
7718 -}
7719 5378
7720 5379 .elementor-navigator__item {
7721 5380 position: relative;
7722 5381 display: flex;
@@ -7735,9 +5394,9 @@
7735 5394 .elementor-navigator__item[data-locked=true] {
7736 5395 cursor: not-allowed;
7737 5396 }
7738 5397 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7739 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5398 + transform: rotate(90deg);
7740 5399 }
7741 5400 .elementor-navigator__item > * {
7742 5401 display: flex;
7743 5402 align-items: center;
@@ -7752,9 +5411,9 @@
7752 5411 .elementor-navigator__elements .elementor-empty-view {
7753 5412 padding: 10px;
7754 5413 }
7755 5414 .elementor-navigator__elements .elementor-empty-view__title {
7756 - margin-inline-start: 34px;
5415 + margin-inline-start: 23px;
7757 5416 font-size: 10px;
7758 5417 font-style: italic;
7759 5418 }
7760 5419 .elementor-navigator__elements .ui-sortable-helper {
@@ -7822,9 +5481,9 @@
7822 5481 overflow: hidden;
7823 5482 }
7824 5483 .elementor-navigator__element__toggle {
7825 5484 position: absolute;
7826 - inset-inline-end: 15px;
5485 + left: 15px;
7827 5486 height: 100%;
7828 5487 z-index: 0;
7829 5488 font-size: 13px;
7830 5489 }
@@ -7830,12 +5489,13 @@
7830 5489 }
7831 5490 .elementor-navigator__element__indicators {
7832 5491 position: relative;
7833 5492 transition: transform 0.5s;
5493 + padding-inline-start: 5px;
7834 5494 z-index: 91;
7835 5495 }
7836 5496 .elementor-navigator__element__indicators:not(:hover) {
7837 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5497 + transform: translateX(calc(-100% + 8px));
7838 5498 }
7839 5499 .elementor-navigator__element__indicator {
7840 5500 height: 100%;
7841 5501 width: 31px;
@@ -7841,15 +5501,18 @@
7841 5501 width: 31px;
7842 5502 display: inline-flex;
7843 5503 align-items: center;
7844 5504 justify-content: center;
7845 - color: var(--e-a-color-txt);
7846 - background-color: var(--e-a-bg-default);
7847 - border-inline-end: var(--e-a-border);
5505 + color: var(--e-a-color-txt-invert);
5506 + background-color: var(--e-a-color-white);
5507 + border-inline-start: var(--e-a-border);
7848 5508 }
7849 5509 .elementor-navigator__element__indicator:first-child {
7850 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5510 + border-inline-start: 3px solid var(--e-a-border-color-accent);
7851 5511 }
5512 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5513 + border-color: #242729;
5514 +}
7852 5515 .elementor-navigator__element__indicator:hover {
7853 5516 color: var(--e-a-color-txt-hover);
7854 5517 }
7855 5518 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7855,16 +5518,13 @@
7855 5518 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7856 5519 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7857 5520 opacity: 0.5;
7858 5521 }
7859 -.elementor-navigator__promotion-text {
7860 - line-height: 18px;
7861 -}
7862 5522
7863 5523 .e-notice-bar {
7864 5524 position: absolute;
7865 5525 width: 100%;
7866 - inset-block-end: 0;
5526 + bottom: 0;
7867 5527 display: flex;
7868 5528 align-items: center;
7869 5529 height: 40px;
7870 5530 color: #fff;
@@ -7888,9 +5548,9 @@
7888 5548 padding: 4px 10px;
7889 5549 font-size: 11px;
7890 5550 }
7891 5551 .e-notice-bar__primary_action a:hover {
7892 - color: rgb(70.5, 0, 30.2142857143);
5552 + color: #47001e;
7893 5553 background: #F1F2F3;
7894 5554 }
7895 5555 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7896 5556 font-size: 11px;
@@ -7990,11 +5650,11 @@
7990 5650 background-color: transparent;
7991 5651 }
7992 5652 #elementor-icons-manager__search i {
7993 5653 position: absolute;
7994 - inset-block-start: 50%;
7995 - inset-inline-end: 15px;
5654 + top: 50%;
7996 5655 transform: translateY(-50%);
5656 + left: 15px;
7997 5657 }
7998 5658 #elementor-icons-manager__tab__wrapper {
7999 5659 overflow: auto;
8000 5660 margin: 25px -15px 0;
@@ -8083,10 +5743,10 @@
8083 5743 content: "";
8084 5744 position: absolute;
8085 5745 height: 100%;
8086 5746 width: 3px;
8087 - inset-block-start: 0;
8088 - inset-inline-start: 0;
5747 + top: 0;
5748 + right: 0;
8089 5749 background-color: var(--e-a-border-color-accent);
8090 5750 }
8091 5751 .elementor-icons-manager__tab__item {
8092 5752 position: relative;
@@ -8111,11 +5771,11 @@
8111 5771 flex-direction: column;
8112 5772 align-items: center;
8113 5773 width: 100%;
8114 5774 position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5775 + top: 50%;
5776 + left: 50%;
5777 + transform: translate(-50%, -50%);
8118 5778 padding: 1px;
8119 5779 }
8120 5780 .elementor-icons-manager__tab__item__icon {
8121 5781 font-size: 25px;
@@ -8159,12 +5819,11 @@
8159 5819 }
8160 5820 .pickr .pcr-button:before, .pickr .pcr-button:after {
8161 5821 height: 12px;
8162 5822 width: 12px;
8163 - position: absolute;
8164 - inset-block-start: 50%;
8165 - inset-inline-start: 50%;
8166 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5823 + top: 50%;
5824 + left: 50%;
5825 + transform: translate(-50%, -50%);
8167 5826 }
8168 5827
8169 5828 .pcr-app {
8170 5829 background-color: var(--e-a-bg-default);
@@ -8182,11 +5841,8 @@
8182 5841 }
8183 5842 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8184 5843 height: 150px;
8185 5844 }
8186 -.pcr-app .pcr-selection .pcr-picker {
8187 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8188 -}
8189 5845 .pcr-app .pcr-interaction {
8190 5846 padding-block-end: 20px;
8191 5847 }
8192 5848 .pcr-app .pcr-interaction input.pcr-result {
@@ -8271,9 +5927,12 @@
8271 5927 font-family: "eicons";
8272 5928 color: var(--e-a-btn-color-invert);
8273 5929 text-indent: 0;
8274 5930 position: absolute;
8275 - inset: 0;
5931 + left: 0;
5932 + top: 0;
5933 + width: 100%;
5934 + height: 100%;
8276 5935 display: flex;
8277 5936 justify-content: center;
8278 5937 align-items: center;
8279 5938 }
@@ -8304,9 +5963,9 @@
8304 5963 }
8305 5964
8306 5965 .select2-selection__arrow {
8307 5966 height: 27px;
8308 - inset-block-start: 0;
5967 + top: 0;
8309 5968 }
8310 5969
8311 5970 .select2-results__option[aria-selected=true] {
8312 5971 background-color: var(--e-a-bg-active);
@@ -8329,12 +5988,12 @@
8329 5988 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8330 5989 cursor: ew-resize;
8331 5990 }
8332 5991 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8333 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
5992 + box-shadow: 0 0 0 1px #0e3b9c inset;
8334 5993 }
8335 5994 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8336 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
5995 + color: #0e3b9c;
8337 5996 -webkit-user-select: none;
8338 5997 -moz-user-select: none;
8339 5998 user-select: none;
8340 5999 }
@@ -8365,10 +6024,11 @@
8365 6024 padding: 0;
8366 6025 margin: 0;
8367 6026 height: 100px;
8368 6027 position: absolute;
8369 - inset-block-start: -60px;
8370 - inset-inline: 0;
6028 + top: -60px;
6029 + left: 0;
6030 + right: 0;
8371 6031 }
8372 6032 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8373 6033 border-color: transparent;
8374 6034 outline: none;
@@ -8395,23 +6055,21 @@
8395 6055 }
8396 6056
8397 6057 [class^=eicon-flex], [class*=" eicon-flex"] {
8398 6058 transition: 0.3s all;
6059 + --is-ltr: 1;
6060 + --is-rtl: 0;
6061 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6062 + --is-ltr: 0;
6063 + --is-rtl: 1;
8399 6064 }
8400 6065 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8401 6066 max-height: 1em;
8402 6067 max-width: 1em;
8403 6068 }
8404 -[class^=eicon-flex], [class*=" eicon-flex"] {
8405 - --is-ltr: 0;
8406 - --is-rtl: 1;
8407 -}
8408 6069 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8409 6070 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8410 6071 }
8411 -[class^=eicon-flex], [class*=" eicon-flex"] {
8412 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8413 -}
8414 6072 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) {
8415 6073 transform: rotate(calc(var(--rotation-direction) * 90deg));
8416 6074 }
8417 6075 :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) {
@@ -8424,16 +6082,6 @@
8424 6082 transform: rotate(calc(var(--is-rtl) * 180deg));
8425 6083 }
8426 6084 .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) {
8427 6085 transform: rotate(calc(var(--is-ltr) * 180deg));
8428 -}
8429 -
8430 -.elementor-editor-active .embed-media-settings .setting.caption {
8431 - display: none;
8432 -}
8433 -.elementor-editor-active .embed-media-settings .setting.align {
8434 - display: none;
8435 -}
8436 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8437 - display: none;
8438 6086 }
8439 6087 /*# sourceMappingURL=editor-rtl.css.map */