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