PluginProbe
Elementor Website Builder – more than just a page builder / 3.13.3
Elementor Website Builder – more than just a page builder v3.13.3
4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 All 453 releases
← All changes | assets/css/editor-rtl.css +1037 -3199 4.0.73.13.3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.13.3 - 22-05-2023 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + left: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89e";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89f";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -123,33 +130,26 @@
123 130 text-align: center;
124 131 }
125 132 .elementor-nerd-box-icon {
126 133 width: 100px;
134 + margin-right: 10px;
127 135 }
128 136 .elementor-nerd-box-title {
129 - margin-block-start: 20px;
137 + margin-top: 20px;
130 138 font-size: 16px;
131 139 font-weight: bold;
132 140 line-height: 1.4;
133 141 }
134 142 .elementor-nerd-box-message {
135 - margin-block-start: 5px;
143 + margin-top: 5px;
136 144 line-height: 1.8;
137 145 font-size: 11px;
138 146 }
139 -.elementor-nerd-box .elementor-button {
140 - margin-block-start: 20px;
147 +.elementor-nerd-box .elementor-button, .elementor-nerd-box .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-nerd-box .dialog-button,
148 +.elementor-nerd-box .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
149 +.dialog-type-alert .dialog-buttons-wrapper .elementor-nerd-box .dialog-button {
150 + margin-top: 20px;
141 151 }
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 152
153 153 .eicon-nerd:hover:before {
154 154 content: "\e8b7";
155 155 }
@@ -164,9 +164,9 @@
164 164 font-weight: bold;
165 165 font-size: 12px;
166 166 padding: 10px;
167 167 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
168 - margin-block-end: 15px;
168 + margin-bottom: 15px;
169 169 }
170 170
171 171 .e-control-tools {
172 172 display: flex;
@@ -194,12 +194,11 @@
194 194 color: var(--e-a-color-txt-disabled);
195 195 }
196 196 .e-control-tool i {
197 197 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
198 + top: 50%;
199 + left: 50%;
200 + transform: translateX(-50%) translateY(-50%);
202 201 color: var(--e-a-color-txt-default);
203 202 font-size: 13px;
204 203 }
205 204
@@ -208,16 +207,15 @@
208 207 }
209 208
210 209 .elementor-loader-wrapper {
211 210 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
211 + top: 50%;
212 + left: 50%;
213 + transform: translate(-50%, -50%);
215 214 width: 300px;
216 215 display: flex;
217 - flex-direction: column;
218 - align-items: center;
219 - gap: 30px;
216 + flex-wrap: wrap;
217 + justify-content: center;
220 218 }
221 219
222 220 .elementor-loader {
223 221 border-radius: 50%;
@@ -252,17 +250,17 @@
252 250 width: 60%;
253 251 }
254 252 .elementor-loader-box:nth-of-type(2) {
255 253 top: 0;
256 - animation-delay: calc(1.8s / 4 * -1);
254 + animation-delay: calc( 1.8s / 4 * -1 );
257 255 }
258 256 .elementor-loader-box:nth-of-type(3) {
259 257 top: 40%;
260 - animation-delay: calc(1.8s / 4 * -2);
258 + animation-delay: calc( 1.8s / 4 * -2 );
261 259 }
262 260 .elementor-loader-box:nth-of-type(4) {
263 261 bottom: 0;
264 - animation-delay: calc(1.8s / 4 * -3);
262 + animation-delay: calc( 1.8s / 4 * -3 );
265 263 }
266 264
267 265 .elementor-loading-title {
268 266 color: var(--e-a-color-txt);
@@ -267,8 +265,9 @@
267 265 .elementor-loading-title {
268 266 color: var(--e-a-color-txt);
269 267 text-align: center;
270 268 text-transform: uppercase;
269 + margin-top: 30px;
271 270 letter-spacing: 7px;
272 271 text-indent: 7px;
273 272 font-size: 10px;
274 273 width: 100%;
@@ -282,9 +281,8 @@
282 281 border-radius: var(--e-a-border-radius);
283 282 font-size: 12px;
284 283 width: 100%;
285 284 background: none;
286 - background-color: var(--e-a-bg-default);
287 285 box-shadow: none;
288 286 border: var(--e-a-border-bold);
289 287 outline: none;
290 288 }
@@ -331,9 +329,9 @@
331 329 outline: none;
332 330 content: none;
333 331 height: 15px;
334 332 border-radius: var(--e-a-border-radius);
335 - margin-inline-end: 5px;
333 + margin-left: 5px;
336 334 width: 15px;
337 335 border: var(--e-a-border-bold);
338 336 display: inline-flex;
339 337 align-items: center;
@@ -363,287 +361,8 @@
363 361 outline: none;
364 362 height: 27px;
365 363 }
366 364
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 365 /*
647 366 * Container style
648 367 */
649 368 .ps {
@@ -742,10 +461,10 @@
742 461 width: 18px;
743 462 height: 18px;
744 463 box-sizing: border-box;
745 464 border: solid 2px transparent;
746 - border-block-start-color: #D004D4;
747 - border-inline-start-color: #D004D4;
465 + border-top-color: #D004D4;
466 + border-left-color: #D004D4;
748 467 border-radius: 50%;
749 468 animation: nprogress-spinner 400ms linear infinite;
750 469 }
751 470
@@ -785,92 +504,68 @@
785 504 --e-editor-panel-width: 300px;
786 505 }
787 506 }
788 507
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
508 +.elementor-panel {
509 + position: relative;
510 + height: 100%;
511 + -webkit-margin-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
512 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
513 + width: var(--e-editor-panel-width);
514 + overflow: visible;
515 + background-color: var(--e-a-bg-default);
516 + z-index: 1;
517 + font-family: var(--e-a-font-family);
518 + font-size: 13px;
519 + right: 0;
520 +}
521 +.elementor-panel h1,
522 +.elementor-panel h2,
523 +.elementor-panel h3,
524 +.elementor-panel h4,
525 +.elementor-panel h5,
526 +.elementor-panel h6 {
813 527 font-size: 100%;
814 528 font-weight: normal;
815 529 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
530 +.elementor-panel abbr,
531 +.elementor-panel acronym {
824 532 border: 0;
825 533 font-variant: normal;
826 534 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
535 +.elementor-panel sup {
831 536 vertical-align: text-top;
832 537 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
538 +.elementor-panel sub {
837 539 vertical-align: text-bottom;
838 540 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
541 +.elementor-panel img {
843 542 max-width: 100%;
844 543 height: auto;
845 544 border: 0;
846 545 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
546 +.elementor-panel :focus {
851 547 outline: 0;
852 548 }
853 549 .elementor-panel .elementor-panel-box-content {
854 550 padding: 20px 20px 10px;
855 551 }
856 -.elementor-panel .elementor-button {
552 +.elementor-panel .elementor-button, .elementor-panel .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-panel .dialog-button,
553 +.elementor-panel .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
554 +.dialog-type-alert .dialog-buttons-wrapper .elementor-panel .dialog-button {
857 555 display: inline-block;
858 556 }
859 557 .elementor-panel .elementor-panel-alert {
860 558 background-color: var(--e-a-bg-primary);
861 559 padding: 15px;
862 - border-inline-start: 3px solid var(--e-a-color-primary);
560 + border-right: 3px solid var(--e-a-color-primary);
863 561 position: relative;
864 562 font-size: 12px;
865 563 font-weight: 300;
866 564 font-style: italic;
867 565 line-height: 1.5;
868 - text-align: start;
869 - border-start-start-radius: 0;
870 - border-start-end-radius: 3px;
871 - border-end-start-radius: 0;
872 - border-end-end-radius: 3px;
566 + text-align: right;
567 + border-radius: 3px 0 0 3px;
873 568 }
874 569 .elementor-panel .elementor-panel-alert a {
875 570 color: inherit;
876 571 }
@@ -882,9 +577,9 @@
882 577 border-color: var(--e-a-color-success);
883 578 background: var(--e-a-bg-success);
884 579 }
885 580 .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning {
886 - border-inline-start: 3px solid var(--e-a-color-warning);
581 + border-right: 3px solid var(--e-a-color-warning);
887 582 background: var(--e-a-bg-warning);
888 583 }
889 584 .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger {
890 585 border-color: var(--e-a-color-danger);
@@ -900,11 +595,12 @@
900 595 display: none;
901 596 position: absolute;
902 597 box-shadow: var(--e-a-popover-shadow);
903 598 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
599 + left: 0;
600 + right: 0;
905 601 margin: -4px auto 5px;
906 - padding-block-start: 15px;
602 + padding-top: 15px;
907 603 width: 90%;
908 604 z-index: 10000;
909 605 background-color: var(--e-a-bg-default);
910 606 }
@@ -910,12 +606,12 @@
910 606 }
911 607 .elementor-panel .elementor-controls-popover:before {
912 608 content: "";
913 609 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
610 + top: -16px;
611 + left: 22px;
916 612 border: 8px solid transparent;
917 - border-block-end-color: var(--e-a-bg-default);
613 + border-bottom-color: var(--e-a-bg-default);
918 614 }
919 615 .elementor-panel .elementor-controls-popover div.elementor-control {
920 616 background-color: transparent;
921 617 }
@@ -922,22 +618,10 @@
922 618 .elementor-panel .elementor-controls-popover div.elementor-control:before {
923 619 content: none;
924 620 }
925 621 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 - margin-block-start: 20px;
622 + margin-top: 20px;
927 623 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 624 .elementor-editor-preview .elementor-panel {
941 625 --e-is-preview-mode: 1;
942 626 }
943 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -943,12 +627,8 @@
943 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 628 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 629 display: none;
946 630 }
947 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 - display: flex;
949 - flex-direction: column;
950 -}
951 631 .elementor-panel .ps__rail-y {
952 632 z-index: 2;
953 633 }
954 634 .elementor-panel .elementor-responsive-panel {
@@ -990,9 +670,9 @@
990 670 }
991 671 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 672 font-size: 18px;
993 673 }
994 -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
674 +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus {
995 675 color: var(--e-a-dark-color-txt-hover);
996 676 }
997 677 .elementor-panel #elementor-panel-header-title {
998 678 flex: 1;
@@ -1002,14 +682,13 @@
1002 682 .elementor-panel #elementor-panel-header-title img {
1003 683 width: 90px;
1004 684 }
1005 685 .elementor-panel #elementor-panel-elements-categories {
1006 - padding-block-end: 10px;
1007 - position: relative;
686 + padding-bottom: 10px;
1008 687 }
1009 688 .elementor-panel .elementor-panel-category {
1010 689 position: relative;
1011 - border-block-end: var(--e-a-border);
690 + border-bottom: var(--e-a-border);
1012 691 }
1013 692 .elementor-panel .elementor-panel-category .elementor-panel-heading {
1014 693 padding: 0 15px;
1015 694 border: none;
@@ -1017,13 +696,10 @@
1017 696 }
1018 697 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 698 border: none;
1020 699 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 700 .elementor-panel .elementor-panel-category-items {
1025 - padding-block-end: 20px;
701 + padding-bottom: 20px;
1026 702 }
1027 703 .elementor-panel .elementor-panel-category-items-empty {
1028 704 grid-column-start: 1;
1029 705 grid-column-end: 3;
@@ -1046,16 +722,14 @@
1046 722 align-items: center;
1047 723 width: 100%;
1048 724 height: 40px;
1049 725 transition: var(--e-a-transition-hover);
1050 - border: 0;
1051 - background-color: transparent;
1052 726 cursor: pointer;
1053 727 }
1054 728 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 - border-block-end: var(--e-a-border);
729 + border-bottom: var(--e-a-border);
1056 730 }
1057 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
731 +.elementor-panel .elementor-panel-menu-item:hover {
1058 732 background-color: var(--e-a-bg-hover);
1059 733 }
1060 734 .elementor-panel .elementor-panel-menu-item:active {
1061 735 background-color: var(--e-a-bg-active);
@@ -1077,9 +751,9 @@
1077 751 }
1078 752 .elementor-panel .elementor-panel-menu-item-title-badge {
1079 753 margin: 0 10px;
1080 754 background: var(--e-a-color-white);
1081 - border-radius: var(--e-a-border-radius);
755 + border-radius: 3px;
1082 756 }
1083 757 .elementor-panel .elementor-panel-menu-item-title > span {
1084 758 color: var(--e-a-color-accent);
1085 759 }
@@ -1088,9 +762,10 @@
1088 762 align-items: center;
1089 763 color: inherit;
1090 764 width: 100%;
1091 765 height: 100%;
1092 - padding-inline-start: 10px;
766 + -webkit-padding-start: 10px;
767 + padding-inline-start: 10px;
1093 768 padding: 10px 0;
1094 769 }
1095 770 .elementor-panel .elementor-control.elementor-control-clear_page {
1096 771 background-color: transparent;
@@ -1102,15 +777,15 @@
1102 777 }
1103 778 .elementor-panel .elementor-panel-navigation {
1104 779 display: flex;
1105 780 width: 100%;
1106 - border-block-end: var(--e-a-border);
781 + border-bottom: var(--e-a-border);
1107 782 }
1108 783 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab {
1109 784 all: unset;
1110 785 flex: auto;
1111 786 transition: var(--e-a-transition-hover);
1112 - border-block-end: 3px solid transparent;
787 + border-bottom: 3px solid transparent;
1113 788 cursor: pointer;
1114 789 }
1115 790 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus {
1116 791 background-color: var(--e-a-bg-hover);
@@ -1121,11 +796,13 @@
1121 796 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 797 border-color: var(--e-a-border-color-accent);
1123 798 color: var(--e-a-color-txt-accent);
1124 799 }
800 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1125 801 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 802 color: var(--e-a-color-txt-accent);
1127 803 }
804 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1128 805 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 806 color: inherit;
1130 807 display: block;
1131 808 text-align: center;
@@ -1131,37 +808,42 @@
1131 808 text-align: center;
1132 809 padding: 12px 0 8px;
1133 810 font-size: 10px;
1134 811 }
812 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1135 813 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 814 font-family: eicons;
1137 815 font-size: 16px;
1138 816 display: block;
1139 - margin-block-end: 8px;
817 + margin-bottom: 8px;
1140 818 }
819 +.elementor-panel .elementor-tab-control-content a:before,
1141 820 .elementor-panel .elementor-tab-control-content span:before {
1142 821 content: "\e92c";
1143 822 }
823 +.elementor-panel .elementor-tab-control-style a:before,
1144 824 .elementor-panel .elementor-tab-control-style span:before {
1145 825 content: "\e921";
1146 826 }
1147 -.elementor-panel .elementor-tab-control-settings span:before {
1148 - content: "\e940";
1149 -}
1150 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1151 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1152 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
827 +.elementor-panel .elementor-tab-control-advanced a:before,
1153 828 .elementor-panel .elementor-tab-control-advanced span:before,
829 +.elementor-panel .elementor-tab-control-settings a:before,
830 +.elementor-panel .elementor-tab-control-settings span:before,
831 +.elementor-panel .elementor-tab-control-general_style a:before,
1154 832 .elementor-panel .elementor-tab-control-general_style span:before {
1155 833 content: "\e916";
1156 834 }
835 +.elementor-panel .elementor-tab-control-responsive a:before,
1157 836 .elementor-panel .elementor-tab-control-responsive span:before {
1158 837 content: "\e885";
1159 838 }
839 +.elementor-panel .elementor-tab-control-lightbox a:before,
1160 840 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 841 content: "\e922";
1162 842 }
843 +.elementor-panel .elementor-tab-control-layout a:before,
1163 844 .elementor-panel .elementor-tab-control-layout span:before,
845 +.elementor-panel .elementor-tab-control-column a:before,
1164 846 .elementor-panel .elementor-tab-control-column span:before {
1165 847 content: "\e899";
1166 848 }
1167 849 .elementor-panel #elementor-panel__editor__help {
@@ -1175,9 +857,10 @@
1175 857 align-items: center;
1176 858 justify-content: center;
1177 859 font-size: 85%;
1178 860 line-height: 2;
1179 - padding-inline-start: 5px;
861 + -webkit-padding-start: 5px;
862 + padding-inline-start: 5px;
1180 863 color: inherit;
1181 864 font-weight: 500;
1182 865 transition: var(--e-a-transition-hover);
1183 866 }
@@ -1193,12 +876,12 @@
1193 876 content: "";
1194 877 position: absolute;
1195 878 height: 13px;
1196 879 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
880 + top: 3px;
881 + bottom: 0;
882 + right: 8px;
883 + left: 0;
1201 884 border-radius: 50%;
1202 885 z-index: -1;
1203 886 }
1204 887 .elementor-panel #elementor-panel-footer {
@@ -1240,12 +923,12 @@
1240 923 display: none;
1241 924 }
1242 925 .elementor-panel #elementor-panel-footer-saver-publish {
1243 926 width: 30%;
1244 - margin-inline-start: auto;
927 + margin-right: auto;
1245 928 }
1246 929 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1247 - margin-inline-end: 0;
930 + margin-left: 0;
1248 931 }
1249 932 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1250 933 display: none;
1251 934 }
@@ -1260,14 +943,14 @@
1260 943 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1261 944 display: none;
1262 945 }
1263 946 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1264 - border-block-end: 1px dotted transparent;
947 + border-bottom: 1px dotted transparent;
1265 948 transition: all ease-in-out 0.3s;
1266 949 cursor: pointer;
1267 950 }
1268 951 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1269 - border-block-end-color: inherit;
952 + border-bottom-color: inherit;
1270 953 }
1271 954 .elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
1272 955 transform: rotate(90deg);
1273 956 }
@@ -1282,17 +965,19 @@
1282 965 background-color: #1f2124;
1283 966 color: #9DA5AE;
1284 967 }
1285 968 .elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
1286 - border-inline-end: 1px solid #F0ABFC;
969 + -webkit-border-end: 1px solid #F0ABFC;
970 + border-inline-end: 1px solid #F0ABFC;
1287 971 }
1288 972 .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
1289 - border-inline-end: 1px solid #3f444b;
973 + -webkit-border-end: 1px solid #3f444b;
974 + border-inline-end: 1px solid #3f444b;
1290 975 }
1291 976 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 977 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
978 + bottom: 100%;
979 + left: 0;
1295 980 width: 100%;
1296 981 background-color: #1f2124;
1297 982 padding: 10px;
1298 983 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1319,9 +1004,9 @@
1319 1004 cursor: default;
1320 1005 color: #69727D;
1321 1006 }
1322 1007 .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1323 - border-block-end: 1px solid #3f444b;
1008 + border-bottom: 1px solid #3f444b;
1324 1009 }
1325 1010 .elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1326 1011 background-color: rgba(255, 255, 255, 0.1);
1327 1012 }
@@ -1344,9 +1029,12 @@
1344 1029 display: none;
1345 1030 }
1346 1031 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1032 position: absolute;
1348 - inset: 0;
1033 + top: 0;
1034 + left: 0;
1035 + height: 100%;
1036 + width: 100%;
1349 1037 display: flex;
1350 1038 align-items: center;
1351 1039 justify-content: center;
1352 1040 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1047,13 @@
1359 1047
1360 1048 #elementor-panel-elements-search-area {
1361 1049 background-color: var(--e-a-bg-default);
1362 1050 position: sticky;
1363 - inset-block-start: 0;
1051 + top: 0;
1364 1052 padding: 15px;
1365 1053 z-index: 1;
1366 1054 }
1367 1055
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1056 #elementor-panel-elements-search-wrapper {
1373 1057 position: relative;
1374 1058 }
1375 1059
@@ -1374,10 +1058,9 @@
1374 1058 }
1375 1059
1376 1060 #elementor-panel-elements-search-input {
1377 1061 font-size: 11px;
1378 - padding-block: 10px;
1379 - padding-inline: 29px 10px;
1062 + padding: 10px 29px 10px 10px;
1380 1063 font-style: italic;
1381 1064 border: var(--e-a-border-bold);
1382 1065 border-radius: 0;
1383 1066 transition: all 1s;
@@ -1386,34 +1069,19 @@
1386 1069 appearance: none;
1387 1070 }
1388 1071 #elementor-panel-elements-search-input + i {
1389 1072 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1073 + right: 10px;
1074 + top: 50%;
1075 + color: var(--e-a-color-txt-disabled);
1392 1076 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1077 }
1395 1078 #elementor-panel-elements-search-input:focus {
1396 1079 border-color: var(--e-a-border-color-focus);
1397 - padding-inline-end: 15px;
1080 + padding-left: 15px;
1398 1081 }
1399 1082
1400 -.e-free-badge-container {
1401 - flex-grow: 1;
1402 - margin-inline-start: 10px;
1403 - margin-inline-end: 10px;
1404 -}
1405 -.e-free-badge-container .e-free-badge {
1406 - border-radius: var(--e-a-border-radius);
1407 - background-color: var(--e-a-btn-bg);
1408 - color: var(--e-a-btn-color-invert);
1409 - padding: 3px 5px;
1410 -}
1411 -
1412 1083 .elementor-panel .elementor-element {
1413 - font-family: var(--e-a-font-family);
1414 - color: var(--e-a-color-txt);
1415 - line-height: 1;
1416 1084 text-align: center;
1417 1085 border: var(--e-a-border-bold);
1418 1086 border-radius: 3px;
1419 1087 cursor: move;
@@ -1418,10 +1086,8 @@
1418 1086 border-radius: 3px;
1419 1087 cursor: move;
1420 1088 position: relative;
1421 1089 transition: var(--e-a-transition-hover);
1422 - width: 100%;
1423 - background-color: transparent;
1424 1090 }
1425 1091 .elementor-panel .elementor-element--promotion .elementor-element {
1426 1092 cursor: pointer;
1427 1093 -webkit-user-select: none;
@@ -1427,27 +1093,18 @@
1427 1093 -webkit-user-select: none;
1428 1094 -moz-user-select: none;
1429 1095 user-select: none;
1430 1096 }
1431 -.elementor-panel .elementor-element .eicon-atomic {
1432 - position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1435 - color: var(--e-a-color-txt);
1436 -}
1437 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1097 +.elementor-panel .elementor-element:hover {
1438 1098 background-color: var(--e-a-bg-hover);
1439 1099 border-color: var(--e-a-border-color-bold);
1440 1100 }
1441 -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1101 +.elementor-panel .elementor-element:hover > .eicon-lock {
1442 1102 color: var(--e-a-color-accent);
1443 1103 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1104 .elementor-panel .elementor-element .icon {
1448 1105 font-size: 28px;
1449 - padding-block-start: 15px;
1106 + padding-top: 15px;
1450 1107 }
1451 1108 .elementor-panel .elementor-element .title-wrapper {
1452 1109 display: flex;
1453 1110 height: 40px;
@@ -1456,12 +1113,12 @@
1456 1113 }
1457 1114 .elementor-panel .elementor-element .title {
1458 1115 font-size: 12px;
1459 1116 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1117 +.elementor-panel .elementor-element > .eicon-lock {
1461 1118 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1119 + top: 5px;
1120 + left: 5px;
1464 1121 color: var(--e-a-color-txt-disabled);
1465 1122 }
1466 1123 .elementor-panel .elementor-element:active {
1467 1124 background-color: var(--e-a-bg-hover);
@@ -1479,13 +1136,13 @@
1479 1136 }
1480 1137 #elementor-element--promotion__dialog:after {
1481 1138 content: "";
1482 1139 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1140 + top: 15px;
1141 + left: 100%;
1485 1142 transform: scaleY(0.7);
1486 1143 border: 10px solid transparent;
1487 - border-inline-end-color: var(--e-a-bg-default);
1144 + border-left-color: var(--e-a-bg-default);
1488 1145 }
1489 1146 #elementor-element--promotion__dialog__title {
1490 1147 font-size: 14px;
1491 1148 }
@@ -1491,14 +1148,14 @@
1491 1148 }
1492 1149 #elementor-element--promotion__dialog .dialog-header {
1493 1150 display: flex;
1494 1151 padding: 20px;
1495 - border-block-end: var(--e-a-border);
1152 + border-bottom: var(--e-a-border);
1496 1153 font-weight: 500;
1497 1154 }
1498 1155 #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon {
1499 1156 flex-grow: 1;
1500 - margin-inline-start: 10px;
1157 + margin-right: 10px;
1501 1158 font-size: 14px;
1502 1159 color: var(--e-a-color-accent);
1503 1160 }
1504 1161 #elementor-element--promotion__dialog .dialog-header .eicon-close {
@@ -1522,9 +1179,9 @@
1522 1179 .dialog-tooltip-widget {
1523 1180 position: absolute;
1524 1181 width: 300px;
1525 1182 z-index: 1;
1526 - background-color: var(--e-a-bg-default);
1183 + background-color: #ffffff;
1527 1184 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1528 1185 border-radius: 3px;
1529 1186 }
1530 1187 .dialog-tooltip-widget:after {
@@ -1529,13 +1186,13 @@
1529 1186 }
1530 1187 .dialog-tooltip-widget:after {
1531 1188 content: "";
1532 1189 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1190 + top: 15px;
1191 + left: 100%;
1535 1192 transform: scaleY(0.7);
1536 1193 border: 10px solid transparent;
1537 - border-inline-end-color: var(--e-a-bg-default);
1194 + border-left-color: #ffffff;
1538 1195 }
1539 1196 .dialog-tooltip-widget__title {
1540 1197 font-size: 14px;
1541 1198 }
@@ -1541,22 +1198,23 @@
1541 1198 }
1542 1199 .dialog-tooltip-widget .dialog-tooltip-header {
1543 1200 display: flex;
1544 1201 padding: 20px 20px 0;
1545 - color: var(--e-a-color-txt);
1546 - border-block-end: 1px solid var(--e-a-bg-default);
1202 + color: #0C0D0E;
1203 + border-bottom: 1px solid #ffffff;
1547 1204 font-weight: 500;
1548 1205 }
1549 1206 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1550 1207 flex-grow: 1;
1551 - margin-inline-start: 10px;
1208 + margin-right: 10px;
1552 1209 font-size: 14px;
1553 - color: #93003f;
1210 + color: #524CFF;
1554 1211 }
1555 1212 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1556 1213 cursor: pointer;
1557 - margin-inline-start: auto;
1558 - color: var(--e-a-color-txt);
1214 + -webkit-margin-start: auto;
1215 + margin-inline-start: auto;
1216 + color: #9DA5AE;
1559 1217 }
1560 1218 .dialog-tooltip-widget .dialog-tooltip-message {
1561 1219 padding: 20px;
1562 1220 }
@@ -1571,52 +1229,8 @@
1571 1229 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1230 border: 0;
1573 1231 }
1574 1232
1575 -#elementor-panel-elements-widget-creation-area:empty {
1576 - display: none;
1577 -}
1578 -
1579 -.elementor-panel-elements-widget-creation {
1580 - text-align: center;
1581 - padding: 30px 20px;
1582 -}
1583 -.elementor-panel-elements-widget-creation__title {
1584 - font-size: 14px;
1585 - font-weight: bold;
1586 - line-height: 1.4;
1587 - color: var(--e-a-color-txt);
1588 -}
1589 -.elementor-panel-elements-widget-creation__message {
1590 - margin-block-start: 8px;
1591 - font-size: 13px;
1592 - line-height: 1.6;
1593 - color: var(--e-a-color-txt-muted);
1594 -}
1595 -.elementor-panel-elements-widget-creation__cta {
1596 - display: inline-flex;
1597 - align-items: center;
1598 - gap: 6px;
1599 - margin-block-start: 16px;
1600 - padding: 0;
1601 - border: none;
1602 - background: none;
1603 - color: var(--e-a-color-accent-promotion, #D6107C);
1604 - font-size: 14px;
1605 - font-weight: 500;
1606 - cursor: pointer;
1607 - font-family: var(--e-a-font-family);
1608 -}
1609 -.elementor-panel-elements-widget-creation__cta i {
1610 - font-size: 16px;
1611 -}
1612 -.elementor-panel-elements-widget-creation__cta:hover {
1613 - opacity: 0.8;
1614 -}
1615 -.elementor-panel-elements-widget-creation--search-footer {
1616 - border-block-start: var(--e-a-border);
1617 -}
1618 -
1619 1233 #elementor-panel-inner {
1620 1234 position: relative;
1621 1235 height: 100%;
1622 1236 display: flex;
@@ -1631,78 +1245,32 @@
1631 1245 }
1632 1246
1633 1247 .elementor-panel-container {
1634 1248 clear: both;
1635 - padding-inline-start: 15px;
1636 - padding-inline-end: 15px;
1249 + padding-left: 15px;
1250 + padding-right: 15px;
1637 1251 }
1638 1252
1639 1253 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1640 - margin-block-start: 10px;
1254 + margin-top: 10px;
1641 1255 }
1642 1256 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1643 - margin-block-start: 20px;
1257 + margin-top: 20px;
1644 1258 }
1645 1259
1646 -#elementor-panel-get-pro-elements-sticky {
1647 - position: sticky;
1648 - inset-block-end: 0;
1649 - font-size: 14px;
1650 - font-weight: 400;
1651 - line-height: 1.6;
1652 - margin-block-end: -10px;
1653 -}
1654 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1655 - margin-block-start: -14px;
1656 - min-height: 40px;
1657 - display: block;
1658 - padding: 9px min(35px, 5%);
1659 - gap: 10px;
1660 - background-color: var(--e-a-color-white);
1661 - color: var(--e-a-color-black);
1662 - text-align: center;
1663 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1664 -}
1665 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1666 - display: inline-block;
1667 - font-size: 13px;
1668 - font-weight: 500;
1669 - color: var(--e-a-btn-bg-accent);
1670 -}
1671 -#elementor-panel-get-pro-elements-sticky img {
1672 - margin-inline-start: 17px;
1673 -}
1674 -
1675 1260 #elementor-panel-notice-wrapper .elementor-panel-notice {
1676 1261 width: 90%;
1677 1262 margin: 0 auto;
1678 1263 font-style: unset;
1679 - margin-block-end: 15px;
1264 + margin-bottom: 15px;
1680 1265 }
1681 1266 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1682 1267 font-weight: bold;
1683 1268 font-style: italic;
1684 - border-block-end: 2px dotted var(--e-a-color-info);
1269 + border-bottom: 2px dotted var(--e-a-color-info);
1685 1270 display: inline-block;
1686 1271 }
1687 1272
1688 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1689 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1690 - position: relative;
1691 -}
1692 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1693 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1694 - position: absolute;
1695 - content: "";
1696 - display: block;
1697 - background: var(--e-a-color-primary);
1698 - border-radius: 50%;
1699 - width: 8px;
1700 - height: 8px;
1701 - inset-block-start: 5px;
1702 - inset-inline-end: 5px;
1703 -}
1704 -
1705 1273 .media-modal.wp-core-ui {
1706 1274 color-scheme: light;
1707 1275 color: #515962;
1708 1276 }
@@ -1722,13 +1290,13 @@
1722 1290 }
1723 1291 .elementor-control a {
1724 1292 font-weight: 500;
1725 1293 text-decoration: none;
1726 - border-block-end: 1px dotted transparent;
1294 + border-bottom: 1px dotted transparent;
1727 1295 transition: all ease-in-out 0.3s;
1728 1296 }
1729 1297 .elementor-control a:hover {
1730 - border-block-end-color: inherit;
1298 + border-bottom-color: inherit;
1731 1299 }
1732 1300 .elementor-control .elementor-control-content {
1733 1301 display: flex;
1734 1302 flex-direction: column;
@@ -1735,13 +1303,10 @@
1735 1303 }
1736 1304 .elementor-control .elementor-control-title {
1737 1305 font-size: var(--control-title-size);
1738 1306 line-height: 1;
1739 - margin-inline-end: 5px;
1307 + margin-left: 5px;
1740 1308 }
1741 -.elementor-control .elementor-control-title:empty {
1742 - display: none;
1743 -}
1744 1309 .elementor-control .elementor-control-spinner {
1745 1310 display: flex;
1746 1311 align-items: center;
1747 1312 }
@@ -1748,42 +1313,42 @@
1748 1313 .elementor-control.elementor-control-type-divider {
1749 1314 padding: 0;
1750 1315 }
1751 1316 .elementor-control.elementor-control-type-divider .elementor-control-content {
1752 - margin-inline: 20px;
1753 1317 border-width: 0;
1754 - border-block-start: var(--e-a-border);
1318 + border-top: var(--e-a-border);
1755 1319 background-color: var(--e-a-bg-default);
1756 1320 height: 15px;
1757 1321 }
1758 1322 .elementor-control.elementor-control-separator-before {
1759 - padding-block-start: 15px;
1323 + padding-top: 15px;
1760 1324 }
1761 1325 .elementor-control.elementor-control-separator-before:before {
1762 1326 content: "";
1763 1327 position: absolute;
1764 - inset: 0 20px auto;
1765 1328 height: 1px;
1329 + width: calc(100% - 40px);
1330 + top: 0;
1331 + right: 20px;
1766 1332 background-color: var(--e-a-border-color);
1767 1333 }
1768 -.elementor-control.elementor-control-separator-after {
1769 - padding-block-end: 15px;
1770 -}
1771 1334 .elementor-control.elementor-control-separator-after:after {
1772 1335 content: "";
1773 1336 position: absolute;
1774 - inset: auto 20px 0;
1775 1337 height: 1px;
1338 + width: calc(100% - 40px);
1339 + bottom: 0;
1340 + right: 20px;
1776 1341 background-color: var(--e-a-border-color);
1777 1342 }
1778 1343 .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 {
1779 - padding-block-start: 15px;
1344 + padding-top: 15px;
1780 1345 }
1781 1346 .elementor-control.elementor-control-deprecated {
1782 - color: var(--e-a-color-warning);
1347 + color: #F59E0B;
1783 1348 }
1784 1349 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1785 - color: var(--e-a-color-warning);
1350 + color: #F59E0B;
1786 1351 }
1787 1352 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1788 1353 display: none;
1789 1354 }
@@ -1814,36 +1379,26 @@
1814 1379 }
1815 1380 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1816 1381 display: none;
1817 1382 }
1818 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1819 - padding: 4px;
1383 +.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1384 + margin-top: 5px;
1820 1385 }
1821 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1822 - aspect-ratio: 4/1;
1823 - -o-object-fit: cover;
1824 - object-fit: cover;
1825 - -o-object-position: center;
1826 - object-position: center;
1386 +.elementor-control.elementor-control-custom_css_title {
1387 + font-size: 12px;
1827 1388 }
1828 -.elementor-control-shape_divider_bottom img {
1829 - rotate: X 180deg;
1830 -}
1831 -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1832 - margin-block-start: 5px;
1833 -}
1834 1389
1835 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1836 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1837 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1838 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1839 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1840 - transform: rotate(90deg);
1390 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1391 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1392 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1393 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1394 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1395 + content: "\e92a";
1841 1396 }
1842 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1843 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1844 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1845 - scale: calc(1 * var(--direction-multiplier)) 1;
1397 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1398 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1399 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1400 + content: "\e909";
1846 1401 }
1847 1402
1848 1403 .elementor-panel-heading {
1849 1404 display: flex;
@@ -1851,12 +1406,10 @@
1851 1406 gap: 5px;
1852 1407 height: 48px;
1853 1408 padding-inline: 20px;
1854 1409 width: 100%;
1855 - border: 0;
1856 - border-block-start: var(--e-a-border);
1857 - border-block-start-width: 2px;
1858 - background-color: transparent;
1410 + border-top: var(--e-a-border);
1411 + border-top-width: 2px;
1859 1412 color: var(--e-a-color-txt-accent);
1860 1413 cursor: pointer;
1861 1414 }
1862 1415 .elementor-panel-heading-toggle {
@@ -1867,41 +1420,11 @@
1867 1420 }
1868 1421 .elementor-panel-heading-title {
1869 1422 font-weight: bold;
1870 1423 }
1871 -.elementor-panel-heading-category-chip {
1872 - margin-inline-start: auto;
1873 - background-color: var(--e-a-bg-chip);
1874 - border-radius: 100px;
1875 - padding: 5px 8px;
1876 -}
1877 -.elementor-panel-heading-category-chip i {
1878 - margin-inline-start: 4px;
1879 -}
1880 -.elementor-panel-heading-promotion {
1881 - margin-inline-start: auto;
1882 -}
1883 -.elementor-panel-heading-promotion a {
1884 - color: var(--e-a-color-accent-promotion);
1885 - font-family: "Roboto", sans-serif;
1886 - font-weight: 500;
1887 - font-size: 13px;
1888 -}
1889 -.elementor-panel-heading-promotion a i {
1890 - margin-inline-end: 4px;
1891 - font-size: 14px;
1892 -}
1893 -.elementor-panel-heading-promotion a:hover {
1894 - color: var(--e-a-color-accent-promotion);
1895 -}
1896 -.elementor-panel-heading:focus-visible {
1897 - color: var(--e-a-color-txt-hover);
1898 -}
1899 1424
1900 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1901 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1902 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1903 - border-block-start: none;
1425 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1426 + border-top: none;
1904 1427 }
1905 1428
1906 1429 .elementor-control-field {
1907 1430 display: flex;
@@ -1913,9 +1436,9 @@
1913 1436 }
1914 1437 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1915 1438 width: 100%;
1916 1439 max-width: 100%;
1917 - margin-block-start: 10px;
1440 + margin-top: 10px;
1918 1441 }
1919 1442 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label {
1920 1443 width: auto;
1921 1444 flex: 1 1 27px;
@@ -1923,12 +1446,12 @@
1923 1446 align-items: center;
1924 1447 justify-content: center;
1925 1448 }
1926 1449 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1927 - margin-block-start: 0;
1450 + margin-top: 0;
1928 1451 }
1929 1452 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1930 - margin-block-start: 0;
1453 + margin-top: 0;
1931 1454 }
1932 1455
1933 1456 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
1934 1457 flex-shrink: 0;
@@ -1934,24 +1457,22 @@
1934 1457 flex-shrink: 0;
1935 1458 max-width: 60%;
1936 1459 }
1937 1460 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1938 - margin-inline-start: auto;
1461 + margin-right: auto;
1939 1462 }
1940 1463
1941 1464 .elementor-control-field-description {
1942 - margin-block-start: 10px;
1465 + margin-top: 10px;
1943 1466 }
1944 1467
1945 1468 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 - margin-block-start: 0;
1469 + margin-top: 0;
1947 1470 }
1948 1471
1949 -.elementor-control-start-end .eicon-text-align-left,
1950 -.elementor-control-start-end .eicon-text-align-right,
1951 1472 .elementor-control-start-end .eicon-h-align-left,
1952 1473 .elementor-control-start-end .eicon-h-align-right {
1953 - scale: calc(1 * var(--direction-multiplier)) 1;
1474 + transform: rotate(180deg);
1954 1475 }
1955 1476
1956 1477 .elementor-update-preview {
1957 1478 margin: 15px 15px 0;
@@ -1960,13 +1481,14 @@
1960 1481 }
1961 1482
1962 1483 .elementor-update-preview-button-wrapper {
1963 1484 flex-grow: 1;
1964 - text-align: end;
1485 + text-align: left;
1965 1486 }
1966 1487
1967 1488 .elementor-update-preview-button {
1968 1489 padding: 8px 15px;
1490 + text-transform: uppercase;
1969 1491 }
1970 1492
1971 1493 .elementor-control-direction-ltr input,
1972 1494 .elementor-control-direction-ltr textarea {
@@ -1982,15 +1504,15 @@
1982 1504 --pointer-position: var(--selected-option);
1983 1505 position: relative;
1984 1506 width: 2.5em;
1985 1507 height: 2.5em;
1986 - margin: calc(-2.5em + 12px) 0;
1987 - margin-inline-end: 5px;
1508 + margin: calc( -2.5em + 12px) 0;
1509 + margin-left: 5px;
1988 1510 }
1989 1511 .elementor-control-responsive-switchers__holder {
1990 1512 position: absolute;
1991 1513 width: 100%;
1992 - inset-block-start: 0;
1514 + top: 0;
1993 1515 background-color: var(--e-a-bg-default);
1994 1516 border-radius: var(--e-a-border-radius);
1995 1517 transition: 0.15s;
1996 1518 border: 1px solid transparent;
@@ -2094,9 +1616,9 @@
2094 1616 }
2095 1617
2096 1618 .e-units-wrapper {
2097 1619 position: relative;
2098 - margin-inline-start: auto;
1620 + margin-right: auto;
2099 1621 }
2100 1622 .e-units-wrapper .e-units-switcher {
2101 1623 cursor: pointer;
2102 1624 font-size: 10px;
@@ -2133,10 +1655,10 @@
2133 1655 display: none;
2134 1656 overflow: hidden;
2135 1657 max-height: 0;
2136 1658 position: absolute;
2137 - inset-block-start: -0.8em;
2138 - inset-inline-start: -0.5em;
1659 + top: -0.8em;
1660 + right: -0.5em;
2139 1661 width: 2.5em;
2140 1662 text-align: center;
2141 1663 background-color: var(--e-a-bg-default);
2142 1664 border-radius: var(--e-a-border-radius);
@@ -2156,8 +1678,14 @@
2156 1678 }
2157 1679 .e-units-choices .elementor-units-choices-label:hover {
2158 1680 color: var(--e-a-color-primary-bold);
2159 1681 }
1682 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1683 + display: none;
1684 +}
1685 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
1686 + display: none;
1687 +}
2160 1688 .e-units-choices.e-units-choices-open {
2161 1689 display: block;
2162 1690 animation-duration: 1s;
2163 1691 animation-name: e-units-choices-open;
@@ -2175,26 +1703,19 @@
2175 1703 to {
2176 1704 max-height: 100vh;
2177 1705 }
2178 1706 }
2179 -.elementor-control-alert {
2180 - display: flex;
2181 - flex-direction: column;
2182 - justify-content: flex-start;
2183 - align-items: flex-start;
2184 - gap: 8px;
2185 -}
2186 -.elementor-control-alert-heading {
2187 - font-weight: bold;
2188 -}
2189 -
2190 1707 .elementor-control-type-button .elementor-control-input-wrapper {
2191 - text-align: end;
1708 + text-align: left;
2192 1709 }
2193 -.elementor-control-type-button .elementor-button {
1710 +.elementor-control-type-button .elementor-button, .elementor-control-type-button .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-control-type-button .dialog-button,
1711 +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
1712 +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .dialog-button {
2194 1713 width: auto;
2195 1714 }
2196 -.elementor-control-type-button .elementor-button.elementor-button-center {
1715 +.elementor-control-type-button .elementor-button.elementor-button-center, .elementor-control-type-button .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-center.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-control-type-button .elementor-button-center.dialog-button,
1716 +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .elementor-button-center.dialog-button,
1717 +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .elementor-button-center.dialog-button {
2197 1718 display: block;
2198 1719 margin: 0 auto;
2199 1720 }
2200 1721
@@ -2211,12 +1732,12 @@
2211 1732 border-radius: var(--e-a-border-radius);
2212 1733 overflow: hidden;
2213 1734 }
2214 1735 .elementor-choices .elementor-choices-label {
2215 - border-block-start: var(--e-a-border-bold);
2216 - border-block-end: var(--e-a-border-bold);
2217 - border-inline-start: var(--e-a-border-bold);
2218 - border-inline-end: none;
1736 + border-top: var(--e-a-border-bold);
1737 + border-bottom: var(--e-a-border-bold);
1738 + border-right: var(--e-a-border-bold);
1739 + border-left: none;
2219 1740 font-size: 12px;
2220 1741 transition: var(--e-a-transition-hover);
2221 1742 cursor: pointer;
2222 1743 overflow: hidden;
@@ -2221,15 +1742,15 @@
2221 1742 cursor: pointer;
2222 1743 overflow: hidden;
2223 1744 }
2224 1745 .elementor-choices .elementor-choices-label:nth-child(2) {
2225 - border-start-start-radius: var(--e-a-border-radius);
2226 - border-end-start-radius: var(--e-a-border-radius);
1746 + border-top-right-radius: var(--e-a-border-radius);
1747 + border-bottom-right-radius: var(--e-a-border-radius);
2227 1748 }
2228 1749 .elementor-choices .elementor-choices-label:last-child {
2229 - border-inline-end: var(--e-a-border-bold);
2230 - border-start-end-radius: var(--e-a-border-radius);
2231 - border-end-end-radius: var(--e-a-border-radius);
1750 + border-left: var(--e-a-border-bold);
1751 + border-top-left-radius: var(--e-a-border-radius);
1752 + border-bottom-left-radius: var(--e-a-border-radius);
2232 1753 }
2233 1754 .elementor-choices input {
2234 1755 display: none;
2235 1756 }
@@ -2245,12 +1766,9 @@
2245 1766 justify-content: flex-end;
2246 1767 }
2247 1768
2248 1769 .elementor-control-type-color.e-control-global .pickr {
2249 - border-start-start-radius: 0;
2250 - border-start-end-radius: var(--e-a-border-radius);
2251 - border-end-start-radius: 0;
2252 - border-end-end-radius: var(--e-a-border-radius);
1770 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
2253 1771 flex-shrink: 0;
2254 1772 border-color: var(--e-a-border-color-bold);
2255 1773 transition: var(--e-a-transition-hover);
2256 1774 }
@@ -2272,10 +1790,10 @@
2272 1790 height: 6px;
2273 1791 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2274 1792 }
2275 1793 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2276 - margin-block-start: 0;
2277 - margin-block-end: 5px;
1794 + margin-top: 0;
1795 + margin-bottom: 5px;
2278 1796 }
2279 1797
2280 1798 .elementor-group-control-blur .elementor-slider {
2281 1799 background: url("../images/blur.png");
@@ -2305,15 +1823,15 @@
2305 1823 --pointer-position: var(--selected-option);
2306 1824 position: relative;
2307 1825 width: 2.5em;
2308 1826 height: 2.5em;
2309 - margin: calc(-2.5em + 12px) 0;
2310 - margin-inline-end: 5px;
1827 + margin: calc( -2.5em + 12px) 0;
1828 + margin-left: 5px;
2311 1829 }
2312 1830 .elementor-control-responsive-switchers__holder {
2313 1831 position: absolute;
2314 1832 width: 100%;
2315 - inset-block-start: 0;
1833 + top: 0;
2316 1834 background-color: var(--e-a-bg-default);
2317 1835 border-radius: var(--e-a-border-radius);
2318 1836 transition: 0.15s;
2319 1837 border: 1px solid transparent;
@@ -2417,9 +1935,9 @@
2417 1935 }
2418 1936
2419 1937 .e-units-wrapper {
2420 1938 position: relative;
2421 - margin-inline-start: auto;
1939 + margin-right: auto;
2422 1940 }
2423 1941 .e-units-wrapper .e-units-switcher {
2424 1942 cursor: pointer;
2425 1943 font-size: 10px;
@@ -2456,10 +1974,10 @@
2456 1974 display: none;
2457 1975 overflow: hidden;
2458 1976 max-height: 0;
2459 1977 position: absolute;
2460 - inset-block-start: -0.8em;
2461 - inset-inline-start: -0.5em;
1978 + top: -0.8em;
1979 + right: -0.5em;
2462 1980 width: 2.5em;
2463 1981 text-align: center;
2464 1982 background-color: var(--e-a-bg-default);
2465 1983 border-radius: var(--e-a-border-radius);
@@ -2479,8 +1997,14 @@
2479 1997 }
2480 1998 .e-units-choices .elementor-units-choices-label:hover {
2481 1999 color: var(--e-a-color-primary-bold);
2482 2000 }
2001 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2002 + display: none;
2003 +}
2004 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2005 + display: none;
2006 +}
2483 2007 .e-units-choices.e-units-choices-open {
2484 2008 display: block;
2485 2009 animation-duration: 1s;
2486 2010 animation-name: e-units-choices-open;
@@ -2513,15 +2037,15 @@
2513 2037 width: 100%;
2514 2038 height: 27px;
2515 2039 }
2516 2040 .elementor-control-type-dimensions li input {
2517 - border-inline-start: none;
2041 + border-right: none;
2518 2042 border-radius: 0;
2519 2043 padding: var(--e-a-border-radius);
2520 2044 }
2521 2045 .elementor-control-type-dimensions li input:focus {
2522 - border-inline-start: var(--e-a-border-bold);
2523 - margin-inline-start: -1px;
2046 + border-right: var(--e-a-border-bold);
2047 + margin-right: -1px;
2524 2048 width: calc(100% + 1px);
2525 2049 }
2526 2050 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2527 2051 color: var(--e-a-color-txt);
@@ -2527,28 +2051,22 @@
2527 2051 color: var(--e-a-color-txt);
2528 2052 }
2529 2053 .elementor-control-type-dimensions li .elementor-link-dimensions {
2530 2054 border: var(--e-a-border-bold);
2531 - border-inline-start: none;
2055 + border-right: none;
2532 2056 background-color: var(--e-a-bg-default);
2533 2057 padding: 0;
2534 2058 outline: none;
2535 - border-start-start-radius: 0;
2536 - border-start-end-radius: var(--e-a-border-radius);
2537 - border-end-start-radius: 0;
2538 - border-end-end-radius: var(--e-a-border-radius);
2059 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
2539 2060 cursor: pointer;
2540 2061 }
2541 2062 .elementor-control-type-dimensions li:first-child input {
2542 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2543 - border-start-start-radius: var(--e-a-border-radius);
2544 - border-start-end-radius: 0;
2545 - border-end-start-radius: var(--e-a-border-radius);
2546 - border-end-end-radius: 0;
2063 + border-right: 1px solid var(--e-a-border-color-bold);
2064 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2547 2065 }
2548 2066 .elementor-control-type-dimensions li:first-child input:focus {
2549 2067 border-color: var(--e-a-border-color-focus);
2550 - margin-inline-start: 0;
2068 + margin-right: 0;
2551 2069 width: 100%;
2552 2070 }
2553 2071 .elementor-control-type-dimensions li:last-child {
2554 2072 max-width: 27px;
@@ -2560,9 +2078,9 @@
2560 2078 color: var(--e-a-color-txt-muted);
2561 2079 display: block;
2562 2080 text-align: center;
2563 2081 font-size: 9px;
2564 - padding-block-start: 5px;
2082 + padding-top: 5px;
2565 2083 }
2566 2084 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2567 2085 background-color: var(--e-a-bg-default);
2568 2086 }
@@ -2583,15 +2101,15 @@
2583 2101 --pointer-position: var(--selected-option);
2584 2102 position: relative;
2585 2103 width: 2.5em;
2586 2104 height: 2.5em;
2587 - margin: calc(-2.5em + 12px) 0;
2588 - margin-inline-end: 5px;
2105 + margin: calc( -2.5em + 12px) 0;
2106 + margin-left: 5px;
2589 2107 }
2590 2108 .elementor-control-responsive-switchers__holder {
2591 2109 position: absolute;
2592 2110 width: 100%;
2593 - inset-block-start: 0;
2111 + top: 0;
2594 2112 background-color: var(--e-a-bg-default);
2595 2113 border-radius: var(--e-a-border-radius);
2596 2114 transition: 0.15s;
2597 2115 border: 1px solid transparent;
@@ -2695,9 +2213,9 @@
2695 2213 }
2696 2214
2697 2215 .e-units-wrapper {
2698 2216 position: relative;
2699 - margin-inline-start: auto;
2217 + margin-right: auto;
2700 2218 }
2701 2219 .e-units-wrapper .e-units-switcher {
2702 2220 cursor: pointer;
2703 2221 font-size: 10px;
@@ -2734,10 +2252,10 @@
2734 2252 display: none;
2735 2253 overflow: hidden;
2736 2254 max-height: 0;
2737 2255 position: absolute;
2738 - inset-block-start: -0.8em;
2739 - inset-inline-start: -0.5em;
2256 + top: -0.8em;
2257 + right: -0.5em;
2740 2258 width: 2.5em;
2741 2259 text-align: center;
2742 2260 background-color: var(--e-a-bg-default);
2743 2261 border-radius: var(--e-a-border-radius);
@@ -2757,8 +2275,14 @@
2757 2275 }
2758 2276 .e-units-choices .elementor-units-choices-label:hover {
2759 2277 color: var(--e-a-color-primary-bold);
2760 2278 }
2279 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2280 + display: none;
2281 +}
2282 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2283 + display: none;
2284 +}
2761 2285 .e-units-choices.e-units-choices-open {
2762 2286 display: block;
2763 2287 animation-duration: 1s;
2764 2288 animation-name: e-units-choices-open;
@@ -2791,15 +2315,15 @@
2791 2315 width: 100%;
2792 2316 height: 27px;
2793 2317 }
2794 2318 .elementor-control-type-gaps li input {
2795 - border-inline-start: none;
2319 + border-right: none;
2796 2320 border-radius: 0;
2797 2321 padding: var(--e-a-border-radius);
2798 2322 }
2799 2323 .elementor-control-type-gaps li input:focus {
2800 - border-inline-start: var(--e-a-border-bold);
2801 - margin-inline-start: -1px;
2324 + border-right: var(--e-a-border-bold);
2325 + margin-right: -1px;
2802 2326 width: calc(100% + 1px);
2803 2327 }
2804 2328 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2805 2329 color: var(--e-a-color-txt);
@@ -2805,28 +2329,22 @@
2805 2329 color: var(--e-a-color-txt);
2806 2330 }
2807 2331 .elementor-control-type-gaps li .elementor-link-gaps {
2808 2332 border: var(--e-a-border-bold);
2809 - border-inline-start: none;
2333 + border-right: none;
2810 2334 background-color: var(--e-a-bg-default);
2811 2335 padding: 0;
2812 2336 outline: none;
2813 - border-start-start-radius: 0;
2814 - border-start-end-radius: var(--e-a-border-radius);
2815 - border-end-start-radius: 0;
2816 - border-end-end-radius: var(--e-a-border-radius);
2337 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
2817 2338 cursor: pointer;
2818 2339 }
2819 2340 .elementor-control-type-gaps li:first-child input {
2820 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2821 - border-start-start-radius: var(--e-a-border-radius);
2822 - border-start-end-radius: 0;
2823 - border-end-start-radius: var(--e-a-border-radius);
2824 - border-end-end-radius: 0;
2341 + border-right: 1px solid var(--e-a-border-color-bold);
2342 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2825 2343 }
2826 2344 .elementor-control-type-gaps li:first-child input:focus {
2827 2345 border-color: var(--e-a-border-color-focus);
2828 - margin-inline-start: 0;
2346 + margin-right: 0;
2829 2347 width: 100%;
2830 2348 }
2831 2349 .elementor-control-type-gaps li:last-child {
2832 2350 max-width: 27px;
@@ -2838,9 +2356,9 @@
2838 2356 color: var(--e-a-color-txt-muted);
2839 2357 display: block;
2840 2358 text-align: center;
2841 2359 font-size: 9px;
2842 - padding-block-start: 5px;
2360 + padding-top: 5px;
2843 2361 }
2844 2362 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2845 2363 background-color: var(--e-a-bg-default);
2846 2364 }
@@ -2857,11 +2375,11 @@
2857 2375 }
2858 2376
2859 2377 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2378 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2379 + top: 50%;
2380 + left: 50%;
2381 + transform: translate(-50%, -50%);
2864 2382 }
2865 2383 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2384 font-size: 70px;
2867 2385 }
@@ -2878,10 +2396,10 @@
2878 2396 }
2879 2397 .elementor-control-type-gallery .elementor-control-gallery-status {
2880 2398 font-size: 12px;
2881 2399 height: 27px;
2882 - padding-inline-start: 10px;
2883 - border-block-end: var(--e-a-border-bold);
2400 + padding-right: 10px;
2401 + border-bottom: var(--e-a-border-bold);
2884 2402 display: flex;
2885 2403 }
2886 2404 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2887 2405 display: flex;
@@ -2893,8 +2411,11 @@
2893 2411 .elementor-control-type-gallery .elementor-control-gallery-content {
2894 2412 position: relative;
2895 2413 overflow: hidden;
2896 2414 }
2415 +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
2416 + opacity: 0;
2417 +}
2897 2418 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2898 2419 display: grid;
2899 2420 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2900 2421 grid-gap: 10px;
@@ -2900,25 +2421,21 @@
2900 2421 grid-gap: 10px;
2901 2422 cursor: pointer;
2902 2423 padding: 10px;
2903 2424 }
2904 -.elementor-control-type-gallery .elementor-control-gallery-thumbnails:hover + .elementor-control-gallery-edit, .elementor-control-type-gallery .elementor-control-gallery-thumbnails:focus + .elementor-control-gallery-edit {
2905 - opacity: 1;
2906 -}
2907 2425 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2908 2426 width: 48px;
2909 2427 height: 48px;
2910 - -o-object-fit: cover;
2911 - object-fit: cover;
2428 + background-size: cover;
2429 + background-position: 50% 50%;
2912 2430 border: var(--e-a-border);
2913 2431 }
2914 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2915 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2916 - opacity: 0.6;
2917 -}
2918 2432 .elementor-control-type-gallery .elementor-control-gallery-edit {
2919 2433 position: absolute;
2920 - inset: 0;
2434 + top: 0;
2435 + bottom: 0;
2436 + left: 0;
2437 + right: 0;
2921 2438 background-color: rgba(0, 0, 0, 0.2);
2922 2439 padding: 10px;
2923 2440 font-size: 11px;
2924 2441 transition: all 0.3s ease-in-out;
@@ -2923,14 +2440,14 @@
2923 2440 font-size: 11px;
2924 2441 transition: all 0.3s ease-in-out;
2925 2442 pointer-events: none;
2926 2443 cursor: pointer;
2927 - opacity: 0;
2444 + opacity: 1;
2928 2445 }
2929 2446 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 2447 position: absolute;
2931 - inset-block-start: 10px;
2932 - inset-inline-end: 10px;
2448 + top: 10px;
2449 + left: 10px;
2933 2450 width: 21px;
2934 2451 height: 21px;
2935 2452 color: var(--e-a-color-white);
2936 2453 background-color: rgba(0, 0, 0, 0.5);
@@ -2963,24 +2480,21 @@
2963 2480 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2964 2481 display: none;
2965 2482 }
2966 2483 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2967 - border-inline-start: var(--e-a-border);
2484 + border-right: var(--e-a-border);
2968 2485 }
2969 2486 .elementor-control-type-gallery .elementor-control-gallery-clear {
2970 - color: currentColor;
2971 - background-color: transparent;
2972 - border: none;
2973 2487 cursor: pointer;
2974 2488 justify-content: center;
2975 2489 }
2976 -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus {
2490 +.elementor-control-type-gallery .elementor-control-gallery-clear:hover {
2977 2491 color: var(--e-a-color-danger);
2978 2492 }
2979 2493 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2980 2494 border-width: 0;
2981 2495 border-inline-start-width: 1px;
2982 - border-block-end-width: 1px;
2496 + border-bottom-width: 1px;
2983 2497 border-radius: 0;
2984 2498 }
2985 2499
2986 2500 .e-global__popover {
@@ -2986,17 +2500,14 @@
2986 2500 .e-global__popover {
2987 2501 width: 288px;
2988 2502 z-index: 1;
2989 2503 font-size: 12px;
2990 - padding-inline-start: 10px;
2504 + padding-right: 10px;
2991 2505 }
2992 2506 .e-global__popover-toggle {
2993 2507 border: var(--e-a-border-bold);
2994 - border-inline-end: 0;
2995 - border-start-start-radius: 3px;
2996 - border-start-end-radius: 0;
2997 - border-end-start-radius: 3px;
2998 - border-end-end-radius: 0;
2508 + border-left: 0;
2509 + border-radius: 0 3px 3px 0;
2999 2510 display: flex;
3000 2511 align-items: center;
3001 2512 justify-content: center;
3002 2513 cursor: pointer;
@@ -3012,23 +2523,24 @@
3012 2523 .e-global__popover-container {
3013 2524 box-shadow: var(--e-a-popover-shadow);
3014 2525 border-radius: var(--e-a-border-radius);
3015 2526 background-color: var(--e-a-bg-default);
2527 + padding-bottom: 5px;
3016 2528 }
3017 2529 .e-global__popover-title {
3018 2530 padding: 15px 20px;
3019 2531 font-weight: 500;
3020 - border-block-end: var(--e-a-border);
2532 + border-bottom: var(--e-a-border);
3021 2533 display: flex;
3022 2534 }
3023 2535 .e-global__popover-title > i {
3024 - margin-inline-end: 5px;
2536 + margin-left: 5px;
3025 2537 }
3026 2538 .e-global__popover-title-text {
3027 2539 flex-grow: 1;
3028 2540 }
3029 2541 .e-global__popover-info {
3030 - margin-inline-end: 10px;
2542 + margin-left: 5px;
3031 2543 display: inline-block;
3032 2544 }
3033 2545 .e-global__popover-info-tooltip {
3034 2546 width: 270px;
@@ -3040,20 +2552,20 @@
3040 2552 }
3041 2553 .e-global__popover-info-tooltip:after {
3042 2554 content: "";
3043 2555 position: absolute;
3044 - inset-block-end: -17px;
3045 - inset-inline-start: 16px;
2556 + bottom: -17px;
2557 + right: 16px;
3046 2558 border: 10px solid transparent;
3047 - border-block-start-color: rgba(0, 0, 0, 0.9);
2559 + border-top-color: rgba(0, 0, 0, 0.9);
3048 2560 }
3049 2561 .e-global__popover-info i {
3050 2562 font-size: 13px;
3051 2563 }
3052 2564 .e-global__preview-items-container {
3053 - max-height: 400px;
2565 + max-height: 260px;
3054 2566 overflow-y: auto;
3055 - padding: 5px 0;
2567 + margin-top: 5px;
3056 2568 }
3057 2569 .e-global__preview-items-container::-webkit-scrollbar {
3058 2570 width: 7px;
3059 2571 }
@@ -3060,26 +2572,14 @@
3060 2572 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2573 background-color: #BABFC5;
3062 2574 border-radius: 10px;
3063 2575 }
3064 -.e-global__group-header {
3065 - padding: 12px 20px 5px;
3066 - font-weight: 500;
3067 - font-size: 11px;
3068 - color: var(--e-a-color-txt-muted);
3069 -}
3070 -.e-global__group-divider {
3071 - height: 1px;
3072 - background-color: var(--e-a-border-color);
3073 - margin: 10px 20px;
3074 -}
3075 2576 .e-global__manage-button {
3076 2577 font-weight: 500;
3077 2578 cursor: pointer;
3078 2579 }
3079 2580 .e-global__typography {
3080 - padding-block: 10px;
3081 - padding-inline: 35px 20px;
2581 + padding: 5px 35px 5px 10px;
3082 2582 white-space: nowrap;
3083 2583 text-overflow: ellipsis;
3084 2584 overflow: hidden;
3085 2585 }
@@ -3088,34 +2588,44 @@
3088 2588 font-size: 13px;
3089 2589 content: "\e90e";
3090 2590 position: absolute;
3091 2591 transform: translateY(-50%);
3092 - inset-block-start: 50%;
3093 - inset-inline-start: 13px;
2592 + top: 50%;
2593 + left: 12px;
3094 2594 }
3095 2595 .e-global__color {
3096 - padding: 10px 20px;
2596 + margin: 5px auto;
2597 + padding: 5px 20px;
3097 2598 display: flex;
3098 2599 align-items: center;
3099 2600 }
2601 +.e-global__color:first-child {
2602 + margin-top: 5px;
2603 +}
2604 +.e-global__color:last-child {
2605 + margin-bottom: 10px;
2606 +}
3100 2607 .e-global__color-preview-container {
3101 2608 height: 20px;
3102 2609 width: 20px;
3103 2610 border-radius: 3px;
3104 2611 border: 1px solid rgba(0, 0, 0, 0.1);
3105 - margin-inline-end: 10px;
2612 + margin-left: 10px;
3106 2613 flex-shrink: 0;
3107 2614 position: relative;
3108 2615 }
3109 2616 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3110 2617 border-radius: 3px;
2618 + height: 100%;
2619 + width: 100%;
3111 2620 position: absolute;
3112 - inset: 0;
2621 + top: 0;
2622 + left: 0;
3113 2623 }
3114 2624 .e-global__color-preview-transparent-bg {
3115 2625 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));
3116 2626 background-size: 12px 12px;
3117 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2627 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3118 2628 }
3119 2629 .e-global__color-title {
3120 2630 flex-grow: 1;
3121 2631 white-space: nowrap;
@@ -3120,9 +2630,9 @@
3120 2630 flex-grow: 1;
3121 2631 white-space: nowrap;
3122 2632 text-overflow: ellipsis;
3123 2633 overflow: hidden;
3124 - padding-inline-end: 10px;
2634 + padding-left: 10px;
3125 2635 }
3126 2636 .e-global__color-hex {
3127 2637 font-size: 10px;
3128 2638 color: var(--e-a-color-txt-muted);
@@ -3174,14 +2684,12 @@
3174 2684 max-width: 135px;
3175 2685 width: 100%;
3176 2686 }
3177 2687 .e-control-global.elementor-control .elementor-control-input-wrapper {
3178 - display: flex;
3179 - flex-direction: row;
3180 - align-items: stretch;
2688 + direction: rtl;
3181 2689 }
3182 2690 .e-control-global .elementor-control-spinner {
3183 - margin-inline-end: 4px;
2691 + margin-left: 4px;
3184 2692 }
3185 2693
3186 2694 .elementor-control-type-hidden {
3187 2695 display: none !important;
@@ -3187,9 +2695,9 @@
3187 2695 display: none !important;
3188 2696 }
3189 2697
3190 2698 .elementor-control-type-icon .select2-selection__rendered .eicon {
3191 - margin-inline-end: 3px;
2699 + margin-right: 3px;
3192 2700 }
3193 2701
3194 2702 .elementor-control-type-image_dimensions .elementor-control-field-description {
3195 2703 margin: 0 0 15px;
@@ -3207,19 +2715,19 @@
3207 2715 }
3208 2716 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3209 2717 width: 20px;
3210 2718 text-align: center;
3211 - padding-block-start: 4px;
2719 + padding-top: 4px;
3212 2720 }
3213 2721 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3214 2722 display: block;
3215 - margin-block-start: 5px;
2723 + margin-top: 5px;
3216 2724 color: var(--e-a-color-txt-disabled);
3217 2725 font-size: 10px;
3218 2726 text-align: center;
3219 2727 }
3220 2728 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3221 - margin-inline-start: auto;
2729 + margin-right: auto;
3222 2730 }
3223 2731
3224 2732 .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__content__remove {
3225 2733 display: none;
@@ -3231,11 +2739,11 @@
3231 2739 display: none;
3232 2740 }
3233 2741 .elementor-control-media .eicon-plus-circle {
3234 2742 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2743 + top: 50%;
2744 + left: 50%;
2745 + transform: translate(-50%, -50%);
3238 2746 color: var(--e-a-color-white);
3239 2747 font-size: 20px;
3240 2748 }
3241 2749 .elementor-control-media__content__upload-button {
@@ -3244,13 +2752,14 @@
3244 2752 .elementor-control-media__preview {
3245 2753 height: 100%;
3246 2754 background-size: cover;
3247 2755 background-position: center;
2756 + padding-bottom: 42.8571%;
3248 2757 }
3249 2758 .elementor-control-media-area {
3250 2759 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));
3251 2760 background-size: 16px 16px;
3252 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2761 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3253 2762 background-color: var(--e-a-bg-default);
3254 2763 border: var(--e-a-border-bold);
3255 2764 aspect-ratio: 21/9;
3256 2765 }
@@ -3258,11 +2767,11 @@
3258 2767 display: none;
3259 2768 }
3260 2769 .elementor-control-media-area .eicon-video-camera {
3261 2770 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2771 + top: 50%;
2772 + left: 50%;
2773 + transform: translate(-50%, -50%);
3265 2774 color: rgba(255, 255, 255, 0.7);
3266 2775 font-size: 21px;
3267 2776 }
3268 2777 .elementor-control-media .elementor-control-media__content {
@@ -3273,14 +2782,17 @@
3273 2782 }
3274 2783 .elementor-control-media .elementor-control-media__content:hover:after {
3275 2784 content: "";
3276 2785 position: absolute;
3277 - inset: 0;
2786 + top: 0;
2787 + bottom: 0;
2788 + left: 0;
2789 + right: 0;
3278 2790 background-color: rgba(0, 0, 0, 0.2);
3279 2791 pointer-events: none;
3280 2792 }
3281 2793 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
2794 + bottom: -30px;
3283 2795 }
3284 2796 .elementor-control-media__content {
3285 2797 transition: all 0.2s ease-in-out;
3286 2798 }
@@ -3285,15 +2797,16 @@
3285 2797 transition: all 0.2s ease-in-out;
3286 2798 }
3287 2799 .elementor-control-media__tools {
3288 2800 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
2801 + bottom: 0;
2802 + left: 0;
2803 + right: 0;
3291 2804 height: 27px;
3292 2805 transition: all 0.2s ease-in-out;
3293 2806 }
3294 2807 .elementor-control-media__tools > *:not(:first-child) {
3295 - margin-inline-start: 1px;
2808 + margin-right: 1px;
3296 2809 }
3297 2810 .elementor-control-media__tool {
3298 2811 display: flex;
3299 2812 align-items: center;
@@ -3315,10 +2828,10 @@
3315 2828 }
3316 2829 .elementor-control-media__content__remove {
3317 2830 position: absolute;
3318 2831 z-index: 1;
3319 - inset-block-start: 10px;
3320 - inset-inline-end: 10px;
2832 + top: 10px;
2833 + left: 10px;
3321 2834 width: 20px;
3322 2835 height: 20px;
3323 2836 font-size: 11px;
3324 2837 color: var(--e-a-color-white);
@@ -3332,24 +2845,18 @@
3332 2845 }
3333 2846 .elementor-control-media.e-media-empty .elementor-control-file-area {
3334 2847 display: none;
3335 2848 }
3336 -.elementor-control-media__warnings:empty {
3337 - display: none;
3338 -}
3339 -.elementor-control-media__warnings:not(:empty) {
3340 - margin-block-start: 10px;
3341 -}
3342 2849 .elementor-control-media__file {
3343 2850 display: flex;
3344 2851 justify-content: space-between;
3345 2852 align-items: center;
3346 2853 width: 100%;
3347 - margin-block-start: 10px;
2854 + margin-top: 10px;
3348 2855 border: var(--e-a-border);
3349 2856 }
3350 2857 .elementor-control-media__file__content {
3351 - padding-inline-start: 5px;
2858 + padding-right: 5px;
3352 2859 font-size: 12px;
3353 2860 }
3354 2861 .elementor-control-media__file__content__label {
3355 2862 color: #9DA5AE;
@@ -3359,13 +2866,13 @@
3359 2866 align-items: center;
3360 2867 font-weight: 500;
3361 2868 }
3362 2869 .elementor-control-media__file__content__info__icon {
3363 - margin-inline-end: 5px;
2870 + margin-left: 5px;
3364 2871 }
3365 2872 .elementor-control-media__file__controls {
3366 2873 display: flex;
3367 - border-inline-start: var(--e-a-border);
2874 + border-right: var(--e-a-border);
3368 2875 }
3369 2876 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3370 2877 width: 27px;
3371 2878 height: 27px;
@@ -3376,9 +2883,9 @@
3376 2883 display: flex;
3377 2884 justify-content: center;
3378 2885 }
3379 2886 .elementor-control-media__file__controls__remove {
3380 - border-inline-end: var(--e-a-border);
2887 + border-left: var(--e-a-border);
3381 2888 }
3382 2889 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3383 2890 display: none;
3384 2891 }
@@ -3401,12 +2908,12 @@
3401 2908 .elementor-control-media .e-control-image-size {
3402 2909 display: flex;
3403 2910 flex-direction: column;
3404 2911 width: 100%;
3405 - padding-block-start: 20px;
2912 + padding-top: 20px;
3406 2913 }
3407 2914 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3408 - margin-inline-start: auto;
2915 + margin-right: auto;
3409 2916 }
3410 2917
3411 2918 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3412 2919 border: none;
@@ -3415,79 +2922,8 @@
3415 2922 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3416 2923 background-color: var(--e-a-bg-active-bold);
3417 2924 }
3418 2925
3419 -.elementor-control-notice {
3420 - display: flex;
3421 - justify-content: flex-start;
3422 - align-items: flex-start;
3423 - gap: 8px;
3424 - padding: 16px;
3425 - border-radius: 3px;
3426 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3427 - color: var(--e-a-color-txt);
3428 - font-size: 12px;
3429 - font-weight: 400;
3430 - line-height: 1.5;
3431 - text-align: start;
3432 - margin-block-start: 10px;
3433 -}
3434 -.elementor-control-notice-type-info {
3435 - --notice-control-color: var(--e-a-color-info);
3436 -}
3437 -.elementor-control-notice-type-success {
3438 - --notice-control-color: var(--e-a-color-success);
3439 -}
3440 -.elementor-control-notice-type-warning {
3441 - --notice-control-color: var(--e-a-color-warning);
3442 -}
3443 -.elementor-control-notice-type-danger {
3444 - --notice-control-color: var(--e-a-color-danger);
3445 -}
3446 -.elementor-control-notice-icon {
3447 - flex-basis: 18px;
3448 - color: var(--notice-control-color);
3449 -}
3450 -.elementor-control-notice-main {
3451 - display: flex;
3452 - flex-direction: column;
3453 - justify-content: flex-start;
3454 - align-items: flex-start;
3455 - gap: 6px;
3456 - flex: 1;
3457 -}
3458 -.elementor-control-notice-main-heading {
3459 - font-weight: 700;
3460 - font-style: italic;
3461 -}
3462 -.elementor-control-notice-main-content {
3463 - font-style: italic;
3464 - line-height: 1.5;
3465 -}
3466 -.elementor-control-notice-main-actions {
3467 - display: flex;
3468 - gap: 10px;
3469 - padding-block-start: 8px;
3470 -}
3471 -.elementor-control-notice-main a {
3472 - color: inherit;
3473 - font-weight: 700;
3474 - cursor: pointer;
3475 -}
3476 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3477 - color: inherit;
3478 -}
3479 -.elementor-control-notice-dismiss {
3480 - -webkit-appearance: none;
3481 - -moz-appearance: none;
3482 - appearance: none;
3483 - background-color: transparent;
3484 - border: 0;
3485 - padding: 0;
3486 - margin: 0;
3487 - cursor: pointer;
3488 -}
3489 -
3490 2926 .elementor-control-type-popover_toggle input {
3491 2927 display: none;
3492 2928 }
3493 2929 .elementor-control-type-popover_toggle label {
@@ -3493,11 +2929,9 @@
3493 2929 .elementor-control-type-popover_toggle label {
3494 2930 cursor: pointer;
3495 2931 }
3496 2932 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3497 - display: flex;
3498 - flex-direction: row-reverse;
3499 - align-items: center;
2933 + direction: ltr;
3500 2934 }
3501 2935 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3502 2936 color: var(--e-a-color-txt-active);
3503 2937 background-color: var(--e-a-bg-active-bold);
@@ -3518,9 +2952,10 @@
3518 2952 background-color: var(--e-a-bg-hover);
3519 2953 }
3520 2954 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3521 2955 color: var(--e-a-color-txt-muted);
3522 - margin-inline-end: 5px;
2956 + -webkit-margin-start: 5px;
2957 + margin-inline-start: 5px;
3523 2958 }
3524 2959 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3525 2960 color: var(--e-a-color-txt);
3526 2961 }
@@ -3525,65 +2960,61 @@
3525 2960 color: var(--e-a-color-txt);
3526 2961 }
3527 2962
3528 2963 .elementor-controls-popover.e-controls-popover--typography {
3529 - padding-block-start: 0;
2964 + padding-top: 0;
3530 2965 }
3531 2966
3532 2967 .e-control-global .elementor-control-popover-toggle-toggle-label {
3533 - border-start-start-radius: 0;
3534 - border-start-end-radius: var(--e-a-border-radius);
3535 - border-end-start-radius: 0;
3536 - border-end-end-radius: var(--e-a-border-radius);
2968 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3537 2969 flex-shrink: 0;
3538 2970 }
3539 2971
3540 2972 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
3541 - padding-inline-start: 10px;
3542 - padding-inline-end: 10px;
3543 - padding-block-end: 10px;
2973 + padding-right: 10px;
2974 + padding-left: 10px;
2975 + padding-bottom: 10px;
3544 2976 }
3545 2977 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3546 2978 display: none;
3547 2979 }
3548 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3549 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3550 - display: none;
3551 -}
3552 2980 .elementor-control-type-repeater .elementor-repeater-fields {
3553 2981 margin: 10px 0;
3554 2982 }
3555 2983 .elementor-control-type-repeater .elementor-repeater-row-controls {
3556 2984 border: var(--e-a-border-bold);
3557 - border-block-start-width: 0;
3558 - padding-block-start: 15px;
2985 + border-top-width: 0;
2986 + padding-top: 15px;
3559 2987 }
3560 2988 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3561 2989 display: none;
3562 2990 }
3563 2991 .elementor-control-type-repeater .elementor-repeater-row-tools {
3564 - display: flex;
3565 - align-items: center;
2992 + display: table;
2993 + table-layout: fixed;
3566 2994 width: 100%;
3567 - border: 1px solid var(--e-a-border-color-bold);
3568 - transition: var(--e-a-transition-hover);
2995 + background-color: var(--e-a-border-color-bold);
2996 + height: 40px;
2997 + border-spacing: 1px;
2998 + transition: all 0.5s;
3569 2999 }
3570 -.elementor-control-type-repeater .elementor-repeater-row-tools > button {
3571 - display: flex;
3572 - align-items: center;
3573 - justify-content: center;
3574 - height: 40px;
3575 - border: none;
3576 - background-color: transparent;
3577 - color: currentColor;
3000 +.elementor-control-type-repeater .elementor-repeater-row-tools:hover {
3001 + background-color: var(--e-a-border-color-focus);
3002 +}
3003 +.elementor-control-type-repeater .elementor-repeater-row-tools > div {
3004 + display: table-cell;
3005 + text-align: center;
3006 + vertical-align: middle;
3578 3007 cursor: pointer;
3579 3008 }
3580 -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus {
3009 +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) {
3010 + background-color: var(--e-a-bg-default);
3011 +}
3012 +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover {
3581 3013 background-color: var(--e-a-bg-hover);
3582 3014 }
3583 3015 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3584 - flex: 1;
3585 - justify-content: flex-start;
3016 + text-align: right;
3586 3017 padding: 0 10px;
3587 3018 font-size: var(--control-title-size);
3588 3019 white-space: nowrap;
3589 3020 text-overflow: ellipsis;
@@ -3591,9 +3022,9 @@
3591 3022 }
3592 3023 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3593 3024 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3594 3025 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3595 - margin-inline-end: 5px;
3026 + margin-left: 5px;
3596 3027 }
3597 3028 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3598 3029 width: 1em;
3599 3030 }
@@ -3598,24 +3029,21 @@
3598 3029 width: 1em;
3599 3030 }
3600 3031 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3601 3032 width: 40px;
3602 - border-inline-start: 1px solid var(--e-a-border-color-bold);
3603 3033 }
3604 3034 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3035 + cursor: move;
3605 3036 width: 10px;
3606 - border-inline-end: 1px solid var(--e-a-border-color-bold);
3607 - cursor: move;
3037 + color: #fff;
3608 3038 }
3609 3039 .elementor-control-type-repeater .elementor-button-wrapper {
3610 3040 text-align: center;
3611 - padding-block-start: 5px;
3041 + padding-top: 5px;
3612 3042 }
3613 3043
3614 -#elementor-controls,
3615 -#elementor-panel-page-settings-controls,
3616 -#elementor-panel-editorPreferences-settings-controls {
3617 - padding-block-start: 15px;
3044 +#elementor-controls {
3045 + padding-top: 15px;
3618 3046 }
3619 3047
3620 3048 .elementor-control-type-section {
3621 3049 padding: 0;
@@ -3620,15 +3048,15 @@
3620 3048 .elementor-control-type-section {
3621 3049 padding: 0;
3622 3050 }
3623 3051 .elementor-control-type-section.e-open {
3624 - padding-block-end: 10px;
3052 + padding-bottom: 10px;
3625 3053 }
3626 3054 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3627 3055 display: none;
3628 3056 }
3629 3057 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3630 - margin-block-start: 25px;
3058 + margin-top: 25px;
3631 3059 }
3632 3060
3633 3061 .elementor-control-type-select .elementor-control-input-wrapper {
3634 3062 position: relative;
@@ -3644,10 +3072,10 @@
3644 3072 text-transform: inherit;
3645 3073 letter-spacing: inherit;
3646 3074 line-height: inherit;
3647 3075 flex-basis: 100%;
3648 - padding-inline-start: 5px;
3649 - padding-inline-end: 20px;
3076 + padding-right: 5px;
3077 + padding-left: 20px;
3650 3078 cursor: pointer;
3651 3079 }
3652 3080 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3653 3081 color: var(--e-a-color-txt-disabled);
@@ -3659,19 +3087,16 @@
3659 3087 font-family: eicons;
3660 3088 content: "\e8ad";
3661 3089 font-size: 12px;
3662 3090 position: absolute;
3663 - inset-block-start: 50%;
3664 - inset-inline-end: 5px;
3091 + top: 50%;
3665 3092 transform: translateY(-50%);
3093 + left: 5px;
3666 3094 pointer-events: none;
3667 3095 }
3668 -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 - max-width: 80px;
3670 -}
3671 3096
3672 3097 .elementor-shadow-box .elementor-shadow-slider {
3673 - margin-block-start: 10px;
3098 + margin-top: 10px;
3674 3099 }
3675 3100 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3676 3101 flex-grow: 1;
3677 3102 }
@@ -3676,12 +3101,9 @@
3676 3101 flex-grow: 1;
3677 3102 }
3678 3103
3679 3104 .elementor-control-type-slider.elementor-control-dynamic input {
3680 - border-start-start-radius: var(--e-a-border-radius);
3681 - border-start-end-radius: 0;
3682 - border-end-start-radius: var(--e-a-border-radius);
3683 - border-end-end-radius: 0;
3105 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3684 3106 }
3685 3107 .elementor-control-type-slider .elementor-control-unit-2 {
3686 3108 width: 21%;
3687 3109 }
@@ -3688,23 +3110,23 @@
3688 3110 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3689 3111 display: block;
3690 3112 }
3691 3113 .elementor-control-type-slider--multiple {
3692 - padding-block-end: 40px;
3114 + padding-bottom: 40px;
3693 3115 }
3694 3116 .elementor-control-type-slider--multiple .elementor-slider {
3695 - margin-block-start: 12px;
3117 + margin-top: 12px;
3696 3118 width: 98%;
3697 3119 }
3698 3120 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 3121 border-radius: 0;
3700 3122 width: 10px;
3701 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3123 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3702 3124 }
3703 3125 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3126 content: "";
3705 3127 position: absolute;
3706 - inset-block-start: 2px;
3128 + top: 2px;
3707 3129 height: 12px;
3708 3130 width: 11px;
3709 3131 transform: rotate(45deg);
3710 3132 background-color: var(--e-a-color-white);
@@ -3718,13 +3140,10 @@
3718 3140 right: 5px;
3719 3141 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3720 3142 }
3721 3143 .elementor-control-type-slider .elementor-control-dynamic-switcher {
3722 - border-inline-start-width: 0;
3723 - border-start-start-radius: 0;
3724 - border-start-end-radius: var(--e-a-border-radius);
3725 - border-end-start-radius: 0;
3726 - border-end-end-radius: var(--e-a-border-radius);
3144 + border-right-width: 0;
3145 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3727 3146 }
3728 3147 .elementor-control-type-slider .elementor-control-input-wrapper {
3729 3148 display: flex;
3730 3149 align-items: center;
@@ -3729,9 +3148,9 @@
3729 3148 display: flex;
3730 3149 align-items: center;
3731 3150 }
3732 3151 .elementor-control-type-slider .elementor-dynamic-cover {
3733 - margin-block-start: 10px;
3152 + margin-top: 10px;
3734 3153 }
3735 3154 .elementor-control-type-slider.e-units-custom .elementor-slider {
3736 3155 display: none;
3737 3156 }
@@ -3751,9 +3170,9 @@
3751 3170 }
3752 3171 .elementor-slider-input {
3753 3172 width: 21%;
3754 3173 min-width: 54px;
3755 - margin-inline-start: 12px;
3174 + margin-right: 12px;
3756 3175 transition: width 0.3s ease-in-out;
3757 3176 }
3758 3177 .elementor-slider__extra {
3759 3178 position: relative;
@@ -3770,9 +3189,9 @@
3770 3189 position: absolute;
3771 3190 display: flex;
3772 3191 justify-content: space-evenly;
3773 3192 width: 100%;
3774 - margin-block-start: 4px;
3193 + margin-top: 4px;
3775 3194 }
3776 3195 .elementor-slider__scale {
3777 3196 width: 1px;
3778 3197 height: 21px;
@@ -3781,11 +3200,11 @@
3781 3200 .elementor-slider .noUi-handle {
3782 3201 height: 16px;
3783 3202 width: 16px;
3784 3203 background-color: var(--e-a-color-white);
3204 + left: 0;
3205 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3785 3206 position: absolute;
3786 - inset-inline-end: 0;
3787 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 3207 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 3208 border-radius: 50%;
3790 3209 }
3791 3210 .elementor-slider .noUi-connects {
@@ -3795,9 +3214,12 @@
3795 3214 }
3796 3215 .elementor-slider .noUi-connect {
3797 3216 position: absolute;
3798 3217 z-index: 0;
3799 - inset: 0;
3218 + top: 0;
3219 + left: 0;
3220 + height: 100%;
3221 + width: 100%;
3800 3222 will-change: transform;
3801 3223 transform-origin: 0 0;
3802 3224 background-color: var(--e-a-border-color-focus);
3803 3225 }
@@ -3802,9 +3224,9 @@
3802 3224 background-color: var(--e-a-border-color-focus);
3803 3225 }
3804 3226 .elementor-slider .noUi-tooltip {
3805 3227 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3228 + top: calc(100% + 5px);
3807 3229 left: calc(50% - 4px);
3808 3230 transform: translateX(-50%);
3809 3231 font-size: 10px;
3810 3232 }
@@ -3829,9 +3251,9 @@
3829 3251 padding: 15px 20px 0;
3830 3252 font-size: 11px;
3831 3253 cursor: pointer;
3832 3254 color: var(--e-a-color-txt-muted);
3833 - border-block-start: var(--e-a-border);
3255 + border-top: var(--e-a-border);
3834 3256 margin: 0 -20px;
3835 3257 }
3836 3258 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3837 3259 color: var(--e-a-color-txt);
@@ -3854,13 +3276,13 @@
3854 3276 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3855 3277 fill: var(--e-a-border-color-focus);
3856 3278 }
3857 3279 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3858 - margin-block-end: 15px;
3280 + margin-bottom: 15px;
3859 3281 }
3860 3282 .elementor-control-type-structure .elementor-control-structure-preset-title {
3861 3283 text-align: center;
3862 - padding-block-start: 5px;
3284 + padding-top: 5px;
3863 3285 font-style: italic;
3864 3286 font-size: 11px;
3865 3287 color: #9DA5AE;
3866 3288 }
@@ -3865,9 +3287,9 @@
3865 3287 color: #9DA5AE;
3866 3288 }
3867 3289
3868 3290 .elementor-control-type-switcher .elementor-control-input-wrapper {
3869 - text-align: end;
3291 + text-align: left;
3870 3292 }
3871 3293 .elementor-control-type-switcher .elementor-switch {
3872 3294 position: relative;
3873 3295 display: inline-block;
@@ -3891,9 +3313,9 @@
3891 3313 transition-property: opacity, background;
3892 3314 }
3893 3315 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3316 position: absolute;
3895 - inset-block-start: 0;
3317 + top: 0;
3896 3318 width: 50%;
3897 3319 text-align: center;
3898 3320 line-height: 20px;
3899 3321 transition: inherit;
@@ -3899,14 +3321,14 @@
3899 3321 transition: inherit;
3900 3322 }
3901 3323 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3324 content: attr(data-off);
3903 - inset-inline-end: 5px;
3325 + right: 5px;
3904 3326 color: var(--e-a-color-txt-muted);
3905 3327 }
3906 3328 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3329 content: attr(data-on);
3908 - inset-inline-start: 5px;
3330 + left: 5px;
3909 3331 color: var(--e-a-btn-color);
3910 3332 opacity: 0;
3911 3333 }
3912 3334 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,28 +3341,25 @@
3919 3341 opacity: 1;
3920 3342 }
3921 3343 .elementor-control-type-switcher .elementor-switch-handle {
3922 3344 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3345 + top: 1px;
3346 + left: 1px;
3925 3347 width: 18px;
3926 3348 height: 18px;
3927 3349 background: white;
3928 3350 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3351 + transition: left 0.15s ease-out;
3930 3352 }
3931 3353 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3354 + left: initial;
3355 + right: 1px;
3934 3356 }
3935 3357
3936 3358 .elementor-control-type-tabs {
3937 - display: none;
3359 + display: flex;
3938 3360 font-size: var(--control-title-size);
3939 3361 }
3940 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3941 - display: flex;
3942 -}
3943 3362
3944 3363 .elementor-control-type-tab {
3945 3364 text-align: center;
3946 3365 width: 100%;
@@ -3945,22 +3364,22 @@
3945 3364 text-align: center;
3946 3365 width: 100%;
3947 3366 padding: 0;
3948 3367 line-height: 25px;
3949 - border-block-start: var(--e-a-border-bold);
3950 - border-block-end: var(--e-a-border-bold);
3951 - border-inline-end: var(--e-a-border-bold);
3368 + border-top: var(--e-a-border-bold);
3369 + border-bottom: var(--e-a-border-bold);
3370 + border-left: var(--e-a-border-bold);
3952 3371 transition: var(--e-a-transition-hover);
3953 3372 cursor: pointer;
3954 3373 }
3955 3374 .elementor-control-type-tab:first-child {
3956 - border-inline-start: var(--e-a-border-bold);
3957 - border-start-start-radius: var(--e-a-border-radius);
3958 - border-end-start-radius: var(--e-a-border-radius);
3375 + border-right: var(--e-a-border-bold);
3376 + border-top-right-radius: var(--e-a-border-radius);
3377 + border-bottom-right-radius: var(--e-a-border-radius);
3959 3378 }
3960 3379 .elementor-control-type-tab:last-child {
3961 - border-start-end-radius: var(--e-a-border-radius);
3962 - border-end-end-radius: var(--e-a-border-radius);
3380 + border-top-left-radius: var(--e-a-border-radius);
3381 + border-bottom-left-radius: var(--e-a-border-radius);
3963 3382 }
3964 3383 .elementor-control-type-tab:hover {
3965 3384 background-color: var(--e-a-bg-hover);
3966 3385 }
@@ -3983,11 +3402,11 @@
3983 3402 }
3984 3403 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 3404 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 3405 position: absolute;
3987 - inset-block-start: 0;
3988 - inset-inline-end: 0;
3406 + top: 0;
3989 3407 z-index: 1;
3408 + left: 0;
3990 3409 }
3991 3410 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 3411 .elementor-control-type-code .elementor-control-input-wrapper {
3993 3412 position: relative;
@@ -4038,12 +3457,12 @@
4038 3457 font-size: 12px;
4039 3458 }
4040 3459 .elementor-control-type-url .elementor-control-url-more-options {
4041 3460 display: none;
4042 - padding-block-start: 10px;
3461 + padding-top: 10px;
4043 3462 }
4044 3463 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
4045 - margin-block-start: 10px;
3464 + margin-top: 10px;
4046 3465 }
4047 3466 .elementor-control-type-url .elementor-control-url-more:hover {
4048 3467 color: var(--e-a-color-txt-hover);
4049 3468 }
@@ -4055,9 +3474,9 @@
4055 3474 display: flex;
4056 3475 align-items: center;
4057 3476 }
4058 3477 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4059 - padding-block-end: 10px;
3478 + padding-bottom: 10px;
4060 3479 }
4061 3480 .elementor-control-type-url .elementor-control-url-option input,
4062 3481 .elementor-control-type-url .elementor-control-url-option label {
4063 3482 cursor: pointer;
@@ -4064,10 +3483,10 @@
4064 3483 }
4065 3484 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3485 display: none;
4067 3486 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3487 + top: 5px;
3488 + right: 0;
4070 3489 width: 10px;
4071 3490 height: 10px;
4072 3491 font-size: 10px;
4073 3492 color: var(--e-a-color-txt-disabled);
@@ -4076,9 +3495,9 @@
4076 3495 font-size: var(--control-title-size);
4077 3496 }
4078 3497 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4079 3498 width: 100%;
4080 - margin-block-start: 10px;
3499 + margin-top: 10px;
4081 3500 }
4082 3501 .elementor-control-type-url .elementor-input:focus ~ div {
4083 3502 border-color: var(--e-a-border-color-focus);
4084 3503 }
@@ -4115,79 +3534,11 @@
4115 3534 background: var(--e-a-bg-hover);
4116 3535 }
4117 3536 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4118 3537 font-size: 10px;
4119 - padding-block-start: 2px;
3538 + padding-top: 2px;
4120 3539 }
4121 3540
4122 -.elementor-control-type-visual_choice {
4123 - width: 100%;
4124 -}
4125 -
4126 -.elementor-visual-choice-choices {
4127 - display: grid;
4128 - gap: 8px;
4129 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4130 - text-align: center;
4131 - border-radius: var(--e-a-border-radius);
4132 - overflow: hidden;
4133 -}
4134 -
4135 -.elementor-visual-choice-element {
4136 - display: flex;
4137 - flex-direction: column;
4138 - align-items: center;
4139 - justify-content: center;
4140 - gap: 8px;
4141 - width: auto;
4142 -}
4143 -.elementor-visual-choice-element-image label {
4144 - border: var(--e-a-border-bold);
4145 - border-radius: var(--e-a-border-radius);
4146 - font-size: 12px;
4147 - transition: var(--e-a-transition-hover);
4148 - cursor: pointer;
4149 - overflow: hidden;
4150 - width: 100%;
4151 - padding: 8px;
4152 -}
4153 -.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 {
4154 - background-color: var(--e-a-bg-active-bold);
4155 - opacity: 1;
4156 -}
4157 -.elementor-visual-choice-element-image input:checked + label {
4158 - border-color: var(--e-a-color-primary-bold);
4159 -}
4160 -.elementor-visual-choice-element-image input:not(:checked) + label {
4161 - background-color: var(--e-a-color-white);
4162 - opacity: 0.5;
4163 -}
4164 -.elementor-visual-choice-element-image img {
4165 - width: 100%;
4166 - height: auto;
4167 -}
4168 -.elementor-visual-choice-element-button {
4169 - grid-column: span var(--elementor-visual-choice-columns);
4170 -}
4171 -.elementor-visual-choice-element-button label {
4172 - width: -moz-fit-content;
4173 - width: fit-content;
4174 -}
4175 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4176 - background-color: var(--e-a-bg-active-bold);
4177 -}
4178 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4179 - border-color: var(--e-a-color-primary-bold);
4180 -}
4181 -
4182 -.elementor-label-inline .elementor-visual-choice-choices {
4183 - justify-content: flex-end;
4184 -}
4185 -
4186 -.tipsy-inner {
4187 - white-space: pre-line;
4188 -}
4189 -
4190 3541 .elementor-control-type-wp_widget .widget-inside {
4191 3542 line-height: 2;
4192 3543 background-color: inherit;
4193 3544 display: block;
@@ -4203,9 +3554,9 @@
4203 3554 border: var(--e-a-border);
4204 3555 }
4205 3556 .elementor-control-type-wysiwyg .wp-editor-tabs {
4206 3557 border: var(--e-a-border-bold);
4207 - border-block-end: none;
3558 + border-bottom: none;
4208 3559 border-start-start-radius: var(--e-a-border-radius);
4209 3560 border-start-end-radius: var(--e-a-border-radius);
4210 3561 border-end-end-radius: 0;
4211 3562 border-end-start-radius: 0;
@@ -4278,11 +3629,8 @@
4278 3629 font-size: 16px;
4279 3630 }
4280 3631 .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 {
4281 3632 color: var(--e-a-color-txt-active);
4282 - background: var(--e-a-bg-hover);
4283 - border-color: var(--e-a-border-color);
4284 - box-shadow: none;
4285 3633 }
4286 3634 .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 {
4287 3635 color: var(--e-a-color-txt-active);
4288 3636 }
@@ -4299,46 +3647,18 @@
4299 3647 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4300 3648 border: none;
4301 3649 }
4302 3650
4303 -@media screen and (prefers-color-scheme: dark) {
4304 - #wp-link-wrap {
4305 - color-scheme: light;
4306 - --e-a-color-txt: #515962;
4307 - --e-a-bg-default: #ffffff;
4308 - --e-a-border-color-bold: #D5D8DC;
4309 - --e-a-color-primary-bold: #D004D4;
4310 - }
4311 - #wp-link {
4312 - color: var(--e-a-color-txt);
4313 - }
4314 - #wp-link input {
4315 - background-color: var(--e-a-bg-default);
4316 - border-color: var(--e-a-border-color-bold);
4317 - }
4318 - #wp-link input[type=checkbox] {
4319 - border-color: var(--e-a-border-color-bold);
4320 - }
4321 - #wp-link input[type=checkbox]:checked {
4322 - background: var(--e-a-color-primary-bold);
4323 - }
4324 - #wp-link input.button-primary {
4325 - background: #2271b1;
4326 - border-color: #2271b1;
4327 - color: #fff;
4328 - }
4329 -}
4330 3651 #elementor-mode-switcher {
4331 3652 --e-a-mode-switcher-width: 15px;
4332 3653 --e-a-mode-switcher-height: 50px;
4333 3654 --e-a-mode-switcher-icon-size: 15px;
4334 3655 position: absolute;
4335 - inset-block-start: 50%;
4336 - inset-inline-start: 100%;
3656 + right: 100%;
3657 + top: 50%;
4337 3658 transform: translateY(-50%);
4338 3659 background-color: var(--e-a-bg-default);
4339 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4340 - transition: 0.3s opacity;
3660 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4341 3661 }
4342 3662 #elementor-mode-switcher:hover {
4343 3663 background-color: var(--e-a-bg-hover);
4344 3664 }
@@ -4344,12 +3664,8 @@
4344 3664 }
4345 3665 #elementor-mode-switcher:focus-within {
4346 3666 background-color: var(--e-a-bg-active);
4347 3667 }
4348 -.e-panel-block-interactions #elementor-mode-switcher {
4349 - opacity: 0;
4350 - pointer-events: none;
4351 -}
4352 3668 #elementor-mode-switcher-preview i {
4353 3669 display: flex;
4354 3670 flex-direction: column;
4355 3671 justify-content: center;
@@ -4364,19 +3680,16 @@
4364 3680
4365 3681 .elementor-revision-item__wrapper {
4366 3682 display: flex;
4367 3683 align-items: center;
4368 - text-align: start;
4369 - width: 100%;
4370 3684 border: var(--e-a-border);
4371 3685 border-radius: var(--e-a-border-radius);
4372 3686 padding: 10px 15px;
4373 - margin-block-end: 10px;
3687 + margin-bottom: 10px;
4374 3688 font-size: 11px;
4375 3689 transition: var(--e-a-transition-hover);
4376 - background-color: transparent;
4377 3690 }
4378 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3691 +.elementor-revision-item__wrapper:hover {
4379 3692 background-color: var(--e-a-bg-hover);
4380 3693 }
4381 3694 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4382 3695 display: none;
@@ -4391,14 +3704,14 @@
4391 3704 .elementor-revision-item__gravatar img {
4392 3705 display: block;
4393 3706 }
4394 3707 .elementor-revision-item__details {
4395 - padding-inline-start: 15px;
3708 + padding-right: 15px;
4396 3709 flex-grow: 1;
4397 3710 cursor: pointer;
4398 3711 }
4399 3712 .elementor-revision-meta {
4400 - padding-block-start: 5px;
3713 + padding-top: 5px;
4401 3714 font-size: 10px;
4402 3715 font-weight: bold;
4403 3716 }
4404 3717 .elementor-revision-current-preview .elementor-revision-item__wrapper {
@@ -4407,11 +3720,11 @@
4407 3720 }
4408 3721
4409 3722 #elementor-panel-revisions-loading {
4410 3723 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3724 + top: 50%;
3725 + left: 50%;
3726 + transform: translate(-50%, -50%);
4414 3727 }
4415 3728 #elementor-panel-revisions-loading .eicon-loading {
4416 3729 font-size: 50px;
4417 3730 }
@@ -4419,31 +3732,28 @@
4419 3732 .elementor-panel-revisions-buttons {
4420 3733 display: flex;
4421 3734 justify-content: space-between;
4422 3735 padding: 15px 20px;
4423 - border-block-end: var(--e-a-border);
3736 + border-bottom: var(--e-a-border);
4424 3737 }
4425 3738
4426 3739 .elementor-history-item {
4427 3740 display: flex;
4428 3741 align-items: center;
4429 - text-align: start;
4430 3742 border: var(--e-a-border);
4431 3743 border-radius: var(--e-a-border-radius);
4432 3744 padding: 10px 15px;
4433 - margin-block-end: 10px;
4434 - width: 100%;
3745 + margin-bottom: 10px;
4435 3746 font-size: 11px;
4436 3747 line-height: 1.4;
4437 - background-color: transparent;
4438 3748 cursor: pointer;
4439 3749 transition: var(--e-a-transition-hover);
4440 3750 }
4441 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3751 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4442 3752 background-color: var(--e-a-bg-hover);
4443 3753 color: var(--e-a-txt-color-hover);
4444 3754 }
4445 -.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 {
3755 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4446 3756 content: "\e924";
4447 3757 }
4448 3758 .elementor-history-item-current {
4449 3759 border-color: var(--e-a-border-color-accent);
@@ -4449,9 +3759,9 @@
4449 3759 border-color: var(--e-a-border-color-accent);
4450 3760 background-color: var(--e-a-bg-active);
4451 3761 color: var(--e-a-txt-color-active);
4452 3762 }
4453 -.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 {
3763 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4454 3764 content: "\e90e";
4455 3765 }
4456 3766 .elementor-history-item__details {
4457 3767 width: 95%;
@@ -4465,23 +3775,25 @@
4465 3775 .elementor-history-item__action {
4466 3776 font-style: italic;
4467 3777 text-decoration: underline;
4468 3778 }
3779 +.elementor-history-item .__icon {
3780 + float: left;
3781 +}
4469 3782 .elementor-history-revisions-message {
4470 3783 font-size: 11px;
4471 3784 text-align: center;
4472 - padding-block-start: 5px;
3785 + padding-top: 5px;
4473 3786 }
4474 3787
4475 3788 #elementor-panel-history {
4476 - padding: 20px;
4477 - padding-block-end: 15px;
3789 + padding: 20px 20px 15px;
4478 3790 }
4479 3791 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4480 - padding-block-start: 20px;
3792 + padding-top: 20px;
4481 3793 }
4482 3794 #elementor-panel-history:not(.elementor-empty) {
4483 - margin-block-start: 10px;
3795 + margin-top: 10px;
4484 3796 }
4485 3797
4486 3798 #elementor-panel-history-no-items,
4487 3799 #elementor-panel-revisions-no-revisions {
@@ -4488,81 +3800,11 @@
4488 3800 text-align: center;
4489 3801 }
4490 3802 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4491 3803 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4492 - margin-block-start: 20px;
3804 + margin-top: 20px;
4493 3805 }
4494 3806
4495 -.e-control-display-conditions-promotion__wrapper {
4496 - display: flex;
4497 - justify-content: space-between;
4498 -}
4499 -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4500 - color: var(--e-a-color-accent);
4501 -}
4502 -.e-control-display-conditions-promotion__description {
4503 - display: flex;
4504 - align-self: center;
4505 -}
4506 -.e-control-display-conditions-promotion__text {
4507 - display: inline-block;
4508 -}
4509 -.e-control-display-conditions-promotion__lock-wrapper {
4510 - width: 2.5rem;
4511 - display: flex;
4512 - justify-content: center;
4513 - align-items: center;
4514 -}
4515 -.e-control-display-conditions-promotion.eicon-flow {
4516 - align-self: flex-end;
4517 - cursor: pointer;
4518 - border: var(--e-a-border-bold);
4519 - border-radius: var(--e-a-border-radius);
4520 - padding: 5px;
4521 -}
4522 -.e-control-display-conditions-promotion.eicon-flow.filled {
4523 - background-color: var(--e-a-bg-active);
4524 - color: #E73CF6;
4525 -}
4526 -
4527 -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4528 - color: var(--e-a-color-accent);
4529 -}
4530 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4531 - margin-inline-end: 0;
4532 -}
4533 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4534 - display: flex;
4535 - flex-direction: column;
4536 - justify-content: center;
4537 - padding-inline-start: 5px;
4538 - padding-inline-end: 20px;
4539 - cursor: pointer;
4540 - height: 27px;
4541 - width: 100%;
4542 - color: var(--e-a-color-txt);
4543 - border-radius: var(--e-a-border-radius);
4544 - background-color: var(--e-a-bg-default);
4545 - box-shadow: none;
4546 - border: var(--e-a-border-bold);
4547 - font-size: var(--control-title-size);
4548 -}
4549 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4550 - width: 2.5rem;
4551 - display: flex;
4552 - justify-content: center;
4553 - align-items: center;
4554 -}
4555 -
4556 -.e-link-promotion {
4557 - font-family: "Roboto", sans-serif;
4558 - font-weight: 500;
4559 - color: #93003f;
4560 -}
4561 -.e-link-promotion:hover {
4562 - color: #93003f;
4563 -}
4564 -
4565 3807 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4566 3808 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4567 3809 display: none;
4568 3810 }
@@ -4572,10 +3814,14 @@
4572 3814 display: flex;
4573 3815 }
4574 3816 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4575 3817 pointer-events: none;
4576 - visibility: hidden;
3818 + opacity: 0.4;
4577 3819 }
3820 +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3821 + cursor: inherit;
3822 + color: inherit;
3823 +}
4578 3824
4579 3825 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4580 3826 display: none;
4581 3827 }
@@ -4589,9 +3835,9 @@
4589 3835 display: none;
4590 3836 }
4591 3837
4592 3838 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4593 - margin-block-end: 15px;
3839 + margin-bottom: 15px;
4594 3840 position: relative;
4595 3841 }
4596 3842 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4597 3843 background-color: var(--e-a-bg-default);
@@ -4602,13 +3848,11 @@
4602 3848 }
4603 3849 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4604 3850 cursor: pointer;
4605 3851 color: var(--e-a-color-txt);
4606 - background-color: transparent;
4607 - border: none;
4608 3852 padding: 5px;
4609 3853 }
4610 -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover {
3854 +.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover {
4611 3855 color: var(--e-a-color-txt-hover);
4612 3856 }
4613 3857 .elementor-control-type-global-style-repeater .elementor-control {
4614 3858 padding: 0;
@@ -4634,18 +3878,18 @@
4634 3878 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-sort {
4635 3879 display: none;
4636 3880 }
4637 3881 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
4638 - margin-block-start: 0;
3882 + margin-top: 0;
4639 3883 }
4640 3884 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 3885 align-self: end;
4642 - margin-block-start: 35px;
4643 - inset-block-start: 0;
3886 + margin-top: 35px;
3887 + top: 0;
4644 3888 width: 100%;
4645 3889 }
4646 3890 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 - inset-inline-end: 5px;
3891 + left: 5px;
4648 3892 }
4649 3893 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 3894 padding: 0 20px 15px;
4651 3895 }
@@ -4653,14 +3897,14 @@
4653 3897 flex-grow: initial;
4654 3898 }
4655 3899 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4656 3900 text-align: center;
4657 - border-block-start: var(--e-a-border);
4658 - padding-block-start: 15px;
3901 + border-top: var(--e-a-border);
3902 + padding-top: 15px;
4659 3903 }
4660 3904 .elementor-control-type-global-style-repeater .pickr,
4661 3905 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4662 - margin-inline-start: 5px;
3906 + margin-right: 5px;
4663 3907 }
4664 3908 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4665 3909 background-color: var(--e-a-color-info);
4666 3910 opacity: 0.9;
@@ -4668,15 +3912,15 @@
4668 3912 margin: 8px 0;
4669 3913 height: 2px;
4670 3914 }
4671 3915 .elementor-control-system_colors, .elementor-control-system_typography {
4672 - padding-block-end: 0;
3916 + padding-bottom: 0;
4673 3917 }
4674 3918
4675 3919 .e-global-colors__color-value {
4676 3920 font-size: 10px;
4677 3921 padding: 0 5px;
4678 - text-align: end;
3922 + text-align: left;
4679 3923 white-space: nowrap;
4680 3924 text-overflow: ellipsis;
4681 3925 overflow: hidden;
4682 3926 }
@@ -4715,239 +3959,8 @@
4715 3959 100% {
4716 3960 transform: translateY(0);
4717 3961 }
4718 3962 }
4719 -.elementor-button,
4720 -.e-btn {
4721 - font-size: 12px;
4722 - font-weight: 500;
4723 - line-height: 1.2;
4724 - padding: 8px 16px;
4725 - outline: none;
4726 - border: none;
4727 - border-radius: var(--e-a-border-radius);
4728 - background-color: var(--e-a-btn-bg);
4729 - color: var(--e-a-btn-color-invert);
4730 - transition: var(--e-a-transition-hover);
4731 -}
4732 -.elementor-button:hover,
4733 -.e-btn:hover {
4734 - border: none;
4735 -}
4736 -.elementor-button:hover, .elementor-button:focus,
4737 -.e-btn:hover,
4738 -.e-btn:focus {
4739 - background-color: var(--e-a-btn-bg-hover);
4740 - color: var(--e-a-btn-color-invert);
4741 -}
4742 -.elementor-button:active,
4743 -.e-btn:active {
4744 - background-color: var(--e-a-btn-bg-active);
4745 -}
4746 -.elementor-button:not([disabled]),
4747 -.e-btn:not([disabled]) {
4748 - cursor: pointer;
4749 -}
4750 -.elementor-button:disabled,
4751 -.e-btn:disabled {
4752 - background-color: var(--e-a-btn-bg-disabled);
4753 - color: var(--e-a-btn-color-disabled);
4754 -}
4755 -.elementor-button:not(.elementor-button-state) .elementor-state-icon,
4756 -.e-btn:not(.elementor-button-state) .elementor-state-icon {
4757 - display: none;
4758 -}
4759 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4760 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4761 -.e-btn.e-btn-txt,
4762 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4763 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4764 - background: transparent;
4765 - color: var(--e-a-color-txt);
4766 -}
4767 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4768 -.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,
4769 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4770 -.e-btn.e-btn-txt:hover,
4771 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4772 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4773 -.e-btn.e-btn-txt:focus,
4774 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4775 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4776 - background: var(--e-a-bg-hover);
4777 - color: var(--e-a-color-txt-hover);
4778 -}
4779 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4780 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4781 -.e-btn.e-btn-txt:disabled,
4782 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4783 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4784 - background: transparent;
4785 - color: var(--e-a-color-txt-disabled);
4786 -}
4787 -.elementor-button.e-btn-txt-border,
4788 -.e-btn.e-btn-txt-border {
4789 - border: 1px solid var(--e-a-color-txt-muted);
4790 -}
4791 -.elementor-button.elementor-button-success, .elementor-button.e-success,
4792 -.e-btn.elementor-button-success,
4793 -.e-btn.e-success {
4794 - background-color: var(--e-a-btn-bg-success);
4795 -}
4796 -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus,
4797 -.e-btn.elementor-button-success:hover,
4798 -.e-btn.elementor-button-success:focus,
4799 -.e-btn.e-success:hover,
4800 -.e-btn.e-success:focus {
4801 - background-color: var(--e-a-btn-bg-success-hover);
4802 -}
4803 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4804 -.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,
4805 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4806 -.e-btn.e-primary,
4807 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4808 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4809 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4810 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4811 - background-color: var(--e-a-btn-bg-primary);
4812 - color: var(--e-a-btn-color);
4813 -}
4814 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4815 -.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,
4816 -.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,
4817 -.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,
4818 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4819 -.e-btn.e-primary:hover,
4820 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4821 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4822 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4823 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4824 -.e-btn.e-primary:focus,
4825 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4826 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4827 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4828 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4829 - background-color: var(--e-a-btn-bg-primary-hover);
4830 - color: var(--e-a-btn-color);
4831 -}
4832 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4833 -.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,
4834 -.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,
4835 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4836 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4837 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4838 -.e-btn.e-primary.e-btn-txt,
4839 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4840 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4841 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4842 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4843 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4844 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4845 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4846 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4847 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4848 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4849 - background: transparent;
4850 - color: var(--e-a-color-primary-bold);
4851 -}
4852 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4853 -.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,
4854 -.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,
4855 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4856 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4857 -.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,
4858 -.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,
4859 -.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,
4860 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4861 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4862 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4863 -.e-btn.e-primary.e-btn-txt:hover,
4864 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4865 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4866 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4867 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4868 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4869 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4870 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4871 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4872 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4873 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4874 -.e-btn.e-primary.e-btn-txt:focus,
4875 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4876 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4877 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4878 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4879 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4880 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4881 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4882 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4883 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4884 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4885 - background: var(--e-a-bg-primary);
4886 -}
4887 -.elementor-button.go-pro, .elementor-button.e-accent,
4888 -.e-btn.go-pro,
4889 -.e-btn.e-accent {
4890 - background-color: var(--e-a-btn-bg-accent);
4891 -}
4892 -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus,
4893 -.e-btn.go-pro:hover,
4894 -.e-btn.go-pro:focus,
4895 -.e-btn.e-accent:hover,
4896 -.e-btn.e-accent:focus {
4897 - background-color: var(--e-a-btn-bg-accent-hover);
4898 -}
4899 -.elementor-button.go-pro:active, .elementor-button.e-accent:active,
4900 -.e-btn.go-pro:active,
4901 -.e-btn.e-accent:active {
4902 - background-color: var(--e-a-btn-bg-accent-active);
4903 -}
4904 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4905 -.e-btn.elementor-button-info,
4906 -.e-btn.e-info {
4907 - background-color: var(--e-a-btn-bg-info);
4908 -}
4909 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4910 -.e-btn.elementor-button-info:hover,
4911 -.e-btn.elementor-button-info:focus,
4912 -.e-btn.e-info:hover,
4913 -.e-btn.e-info:focus {
4914 - background-color: var(--e-a-btn-bg-info-hover);
4915 -}
4916 -.elementor-button.elementor-button-warning, .elementor-button.e-warning,
4917 -.e-btn.elementor-button-warning,
4918 -.e-btn.e-warning {
4919 - background-color: var(--e-a-btn-bg-warning);
4920 -}
4921 -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus,
4922 -.e-btn.elementor-button-warning:hover,
4923 -.e-btn.elementor-button-warning:focus,
4924 -.e-btn.e-warning:hover,
4925 -.e-btn.e-warning:focus {
4926 - background-color: var(--e-a-btn-bg-warning-hover);
4927 -}
4928 -.elementor-button.elementor-button-danger, .elementor-button.e-danger,
4929 -.e-btn.elementor-button-danger,
4930 -.e-btn.e-danger {
4931 - background-color: var(--e-a-btn-bg-danger);
4932 -}
4933 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4934 -.e-btn.elementor-button-danger.color-white,
4935 -.e-btn.e-danger.color-white {
4936 - color: var(--e-a-color-white);
4937 -}
4938 -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4939 -.e-btn.elementor-button-danger:hover,
4940 -.e-btn.elementor-button-danger:focus,
4941 -.e-btn.e-danger:hover,
4942 -.e-btn.e-danger:focus {
4943 - background-color: var(--e-a-btn-bg-danger-hover);
4944 -}
4945 -.elementor-button i,
4946 -.e-btn i {
4947 - margin-inline-end: 5px;
4948 -}
4949 -
4950 3963 body {
4951 3964 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
4952 3965 }
4953 3966 body.elementor-navigator-docked {
@@ -4978,23 +3991,22 @@
4978 3991 }
4979 3992
4980 3993 #elementor-preview-responsive-wrapper {
4981 3994 transform-origin: top center;
4982 - margin: 20px;
3995 + padding: 20px;
4983 3996 transform: scale(var(--e-preview-scale, 1));
4984 - overflow: hidden;
4985 3997 }
4986 3998 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4987 3999 min-width: 1025px;
4988 4000 width: 100%;
4989 4001 height: 100%;
4990 - margin: 0;
4002 + padding: 0;
4991 4003 position: relative;
4992 4004 }
4993 4005 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4994 4006 width: var(--e-editor-preview-width);
4995 4007 height: var(--e-editor-preview-height);
4996 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4008 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4997 4009 box-sizing: content-box;
4998 4010 position: relative;
4999 4011 max-height: calc(100vh - 80px);
5000 4012 }
@@ -5056,10 +4068,9 @@
5056 4068 #elementor-preview-responsive-wrapper .ui-resizable-s {
5057 4069 bottom: 0;
5058 4070 }
5059 4071 #elementor-preview-responsive-wrapper .ui-resizable-e {
5060 - width: 10px;
5061 - right: -5px;
4072 + right: 0;
5062 4073 }
5063 4074 #elementor-preview-responsive-wrapper .ui-resizable-w {
5064 4075 left: 0;
5065 4076 }
@@ -5070,20 +4081,8 @@
5070 4081 background-color: #fff;
5071 4082 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5072 4083 }
5073 4084
5074 -#elementor-template-library-modal button:focus-visible,
5075 -#elementor-template-library-modal a:focus-visible,
5076 -#elementor-template-library-modal input:focus-visible,
5077 -#elementor-template-library-modal select:focus-visible,
5078 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5079 -#elementor-template-library-modal [role=tab]:focus-visible,
5080 -#elementor-template-library-modal [role=radio]:focus-visible,
5081 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5082 - outline: 2px solid var(--e-a-border-color-focus);
5083 - outline-offset: 2px;
5084 - border-radius: 2px;
5085 -}
5086 4085 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5087 4086 font-style: normal;
5088 4087 text-decoration: underline;
5089 4088 }
@@ -5095,17 +4094,8 @@
5095 4094 }
5096 4095 #elementor-template-library-modal .dialog-message {
5097 4096 overflow-y: scroll;
5098 4097 }
5099 -#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 {
5100 - overflow-y: hidden;
5101 -}
5102 -#elementor-template-library-modal .e-back-to-editor {
5103 - color: var(--e-a-color-txt);
5104 - text-decoration: underline;
5105 - font-size: 17px;
5106 - cursor: pointer;
5107 -}
5108 4098
5109 4099 #elementor-template-library-header-menu {
5110 4100 text-align: center;
5111 4101 }
@@ -5112,23 +4102,16 @@
5112 4102
5113 4103 .elementor-template-library-menu-item {
5114 4104 display: inline-block;
5115 4105 padding: 17px 20px;
5116 - border-block-end: 3px solid transparent;
4106 + border-bottom: 3px solid transparent;
5117 4107 cursor: pointer;
5118 - background: transparent;
5119 - margin: 0;
5120 - font-size: inherit;
5121 - font-family: inherit;
5122 - color: inherit;
5123 - border: none;
5124 4108 }
5125 4109 .elementor-template-library-menu-item:hover {
5126 4110 background-color: var(--e-a-bg-hover);
5127 4111 border-color: var(--e-a-bg-hover);
5128 4112 }
5129 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5130 - border-block-end: 3px solid;
4113 +.elementor-template-library-menu-item.elementor-active {
5131 4114 border-color: var(--e-a-border-color-accent);
5132 4115 color: var(--e-a-color-txt-accent);
5133 4116 }
5134 4117
@@ -5134,178 +4117,42 @@
5134 4117
5135 4118 #elementor-template-library-header-actions {
5136 4119 display: flex;
5137 4120 }
5138 -#elementor-template-library-header-actions > div,
5139 -#elementor-template-library-header-actions > button {
5140 - background: transparent;
5141 - margin: 0;
5142 - font-size: inherit;
5143 - font-family: inherit;
5144 - color: inherit;
5145 - border: none;
5146 - padding-inline-end: 16px;
5147 - cursor: pointer;
4121 +#elementor-template-library-header-actions > div {
4122 + padding-left: 16px;
5148 4123 }
5149 -#elementor-template-library-header-actions > div:focus-visible,
5150 -#elementor-template-library-header-actions > button:focus-visible {
5151 - outline: 2px solid var(--e-a-border-color-focus);
5152 - outline-offset: -2px;
5153 - border-radius: 2px;
5154 -}
5155 4124
5156 -#elementor-template-library-header-tools.e-hidden-disabled {
5157 - opacity: 0;
5158 - visibility: hidden;
5159 -}
5160 -
5161 4125 #elementor-template-library-header-preview-insert-wrapper {
5162 4126 cursor: default;
5163 4127 padding: 0 10px;
5164 4128 }
5165 4129
5166 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5167 - margin-inline-start: 4px;
5168 -}
5169 -
5170 4130 #elementor-template-library-header-preview-back {
5171 - gap: 10px;
5172 - padding-block: 16.5px 15px;
5173 - padding-inline: 0 16.5px;
5174 - border-inline-end: var(--e-a-border);
4131 + padding: 16.5px 0 15px 16.5px;
4132 + border-left: var(--e-a-border);
5175 4133 cursor: pointer;
5176 4134 transition: color 0.5s;
5177 4135 }
5178 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5179 - background: transparent;
5180 - margin: 0;
5181 - font-size: inherit;
5182 - font-family: inherit;
5183 - color: inherit;
5184 - border: none;
5185 - display: flex;
5186 - align-items: center;
5187 - gap: 10px;
5188 - cursor: pointer;
5189 -}
5190 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5191 - outline: 2px solid var(--e-a-border-color-focus);
5192 - outline-offset: 2px;
5193 - border-radius: 2px;
5194 -}
5195 4136 #elementor-template-library-header-preview-back:hover {
5196 4137 color: var(--e-a-color-txt-hover);
5197 4138 }
5198 4139 #elementor-template-library-header-preview-back i {
4140 + padding-left: 10px;
5199 4141 font-size: 18px;
5200 - scale: calc(1 * var(--direction-multiplier)) 1;
5201 4142 }
4143 +#elementor-template-library-header-preview-back i:before {
4144 + content: "\e87d";
4145 +}
5202 4146
5203 -#elementor-template-library-templates {
5204 - display: flex;
5205 - flex-direction: column;
5206 - gap: 20px;
4147 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4148 + margin-top: 10px;
4149 + margin-bottom: 45px;
4150 + border-top: var(--e-a-border);
5207 4151 }
5208 -#elementor-template-library-templates .toolbar-container {
5209 - display: flex;
5210 - justify-content: space-between;
5211 - align-items: center;
5212 - gap: 2%;
5213 - height: 45px;
5214 -}
5215 -#elementor-template-library-templates #elementor-template-library-templates-container {
5216 - display: flex;
5217 - flex-wrap: wrap;
5218 - align-items: flex-start;
5219 -}
5220 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5221 - display: none;
5222 -}
5223 -#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"])) {
5224 - justify-content: flex-end;
5225 -}
5226 -#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 {
5227 - display: flex;
5228 - align-items: baseline;
5229 - border-radius: 3px;
5230 -}
5231 -#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 {
5232 - outline: 2px solid var(--e-a-border-color-focus);
5233 - outline-offset: 2px;
5234 -}
5235 -#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 {
5236 - align-items: center;
5237 -}
5238 -#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 {
5239 - font-size: 14px;
5240 - margin-inline-start: 5px;
5241 -}
5242 -#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 {
5243 - width: 200px;
5244 - margin: 0px 10px;
5245 - align-self: center;
5246 - text-align: start;
5247 -}
5248 -#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 {
5249 - font-size: 10px;
5250 -}
5251 -#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 {
5252 - color: var(--e-a-btn-bg-accent);
5253 -}
5254 -#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 {
5255 - height: 4px;
5256 - background-color: var(--e-a-color-primary-bold);
5257 - position: relative;
5258 - display: flex;
5259 - align-items: center;
5260 - padding: 0;
5261 -}
5262 -#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 {
5263 - height: 100%;
5264 - transition: width 0.3s ease;
5265 -}
5266 -#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 {
5267 - background-color: #D004D4;
5268 -}
5269 -#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 {
5270 - background-color: #F59E0B;
5271 -}
5272 -#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 {
5273 - background-color: #93003f;
5274 -}
5275 -#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 {
5276 - background-color: #F0ABFC;
5277 -}
5278 -#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 {
5279 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5280 -}
5281 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5282 - font-size: 12px;
5283 - color: var(--e-a-color-txt);
5284 -}
5285 -#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 {
5286 - border-block-start: var(--e-a-border);
5287 -}
5288 -#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 {
4152 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5289 4153 color: var(--e-a-color-txt-active);
5290 4154 }
5291 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5292 - border-block-start: none;
5293 -}
5294 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5295 - padding: 0;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5298 - max-width: -moz-fit-content;
5299 - max-width: fit-content;
5300 -}
5301 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5302 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5303 - display: none;
5304 -}
5305 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5306 - pointer-events: none;
5307 -}
5308 4155 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5309 4156 margin: 10px -15px 0;
5310 4157 }
5311 4158 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5321,253 +4168,24 @@
5321 4168 #elementor-template-library-templates .elementor-template-library-order-input {
5322 4169 display: none;
5323 4170 }
5324 4171 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5325 - padding-inline-end: 8px;
4172 + padding-left: 8px;
5326 4173 }
5327 4174 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5328 4175 font-family: eicons;
5329 4176 content: "\e8ae";
5330 - margin-inline-start: 3px;
4177 + margin-right: 3px;
5331 4178 }
5332 4179 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5333 4180 content: "\e8ad";
5334 4181 }
5335 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4182 +
4183 +#elementor-template-library-templates-container {
5336 4184 display: flex;
5337 - align-items: center;
5338 - gap: 8px;
4185 + flex-wrap: wrap;
4186 + align-items: flex-start;
5339 4187 }
5340 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5341 - background: transparent;
5342 - margin: 0;
5343 - font-size: inherit;
5344 - font-family: inherit;
5345 - color: inherit;
5346 - border: none;
5347 - cursor: pointer;
5348 - font-size: 20px;
5349 - padding: 0 5px;
5350 - border-radius: 2px;
5351 - color: var(--e-a-color-txt);
5352 -}
5353 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5354 - background-color: var(--e-a-bg-hover);
5355 -}
5356 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5357 - width: 1px;
5358 - height: 20px;
5359 - background-color: var(--e-a-border-color);
5360 -}
5361 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5362 - background-color: var(--e-a-bg-hover);
5363 -}
5364 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5365 - background-color: var(--e-a-bg-hover);
5366 -}
5367 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5368 - display: grid;
5369 - grid-template-columns: repeat(auto-fill, 208px);
5370 - grid-gap: 20px;
5371 - padding: 20px 0;
5372 -}
5373 -#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 {
5374 - grid-column: 1;
5375 -}
5376 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5377 - grid-column: 1/-1;
5378 -}
5379 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5380 - display: flex;
5381 - position: relative;
5382 - flex-direction: column;
5383 - height: 158px;
5384 - padding: 8px;
5385 - border: var(--e-a-border);
5386 - border-radius: 3px;
5387 -}
5388 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5389 - outline: 2px solid var(--e-a-border-color-focus);
5390 - outline-offset: 2px;
5391 -}
5392 -#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 {
5393 - display: flex;
5394 -}
5395 -#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 {
5396 - display: none;
5397 -}
5398 -#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 {
5399 - display: flex !important;
5400 -}
5401 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5402 - width: 190px;
5403 - height: 100px;
5404 - position: relative;
5405 - border-radius: 3px;
5406 - margin-block-end: 4px;
5407 - overflow: hidden;
5408 -}
5409 -#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 {
5410 - -o-object-fit: contain;
5411 - object-fit: contain;
5412 - width: 100%;
5413 - height: 100%;
5414 -}
5415 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5416 - display: none;
5417 - justify-content: center;
5418 - align-items: center;
5419 - position: absolute;
5420 - inset: 0;
5421 - background-color: rgba(0, 0, 0, 0.5);
5422 - cursor: default;
5423 -}
5424 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5425 - font-size: 11px;
5426 - white-space: nowrap;
5427 - text-overflow: ellipsis;
5428 - overflow: hidden;
5429 -}
5430 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5431 - display: flex;
5432 - position: relative;
5433 - justify-content: space-between;
5434 - align-items: center;
5435 - font-size: 11px;
5436 - min-height: 38px;
5437 -}
5438 -#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 {
5439 - display: none;
5440 - width: 90%;
5441 - gap: 8px;
5442 - height: 38px;
5443 - padding: 4px 0;
5444 -}
5445 -#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 {
5446 - display: flex;
5447 -}
5448 -#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 {
5449 - display: flex;
5450 - align-items: center;
5451 -}
5452 -#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 {
5453 - display: flex;
5454 - flex-direction: column;
5455 - justify-content: center;
5456 - width: 65%;
5457 - align-items: start;
5458 - white-space: nowrap;
5459 - text-overflow: ellipsis;
5460 - overflow: hidden;
5461 -}
5462 -#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 {
5463 - flex-direction: row;
5464 - align-items: center;
5465 - justify-content: start;
5466 - height: 56px;
5467 - padding: 13px 10px;
5468 -}
5469 -#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 {
5470 - font-size: 25px;
5471 - margin-inline-end: 8px;
5472 -}
5473 -#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 {
5474 - margin-inline-start: auto;
5475 -}
5476 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5477 - display: none;
5478 -}
5479 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5480 - visibility: hidden;
5481 -}
5482 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5483 - visibility: visible;
5484 -}
5485 -#elementor-template-library-templates .bulk-selection-action-bar {
5486 - display: none;
5487 - background: var(--e-a-bg-active);
5488 - padding: 10px 25px;
5489 - border-radius: 5px;
5490 - color: var(--e-a-bg-invert);
5491 - gap: 20px;
5492 - align-items: center;
5493 - flex: 1;
5494 -}
5495 -#elementor-template-library-templates .bulk-selection-action-bar button {
5496 - background: transparent;
5497 - margin: 0;
5498 - font-size: inherit;
5499 - font-family: inherit;
5500 - color: inherit;
5501 - border: none;
5502 - cursor: pointer;
5503 - display: flex;
5504 - align-items: center;
5505 - justify-content: center;
5506 -}
5507 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5508 - pointer-events: none;
5509 - opacity: 0.3;
5510 - cursor: not-allowed;
5511 -}
5512 -#elementor-template-library-templates .bulk-selection-action-bar i {
5513 - cursor: pointer;
5514 - font-size: 18px;
5515 -}
5516 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5517 - font-size: 20px;
5518 -}
5519 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5520 - display: flex;
5521 - flex: 1;
5522 - white-space: nowrap;
5523 - text-overflow: ellipsis;
5524 - overflow: hidden;
5525 -}
5526 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5527 - display: flex;
5528 - flex-direction: row;
5529 - align-items: center;
5530 - gap: 15px;
5531 - white-space: nowrap;
5532 - text-overflow: ellipsis;
5533 - overflow: hidden;
5534 -}
5535 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5536 - white-space: nowrap;
5537 - text-overflow: ellipsis;
5538 - overflow: hidden;
5539 -}
5540 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5541 - padding-inline-start: 8px;
5542 - background-color: var(--e-a-bg-hover);
5543 - color: var(--e-a-color-txt);
5544 -}
5545 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5546 - visibility: visible;
5547 -}
5548 -#elementor-template-library-templates .bulk-selected-item {
5549 - background: var(--e-a-bg-active);
5550 -}
5551 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5552 - position: relative;
5553 - inset-block-start: 3px;
5554 -}
5555 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5556 - inset-block-start: 0px;
5557 -}
5558 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5559 -#elementor-template-library-templates #bulk-select-all:checked {
5560 - background: #69727D;
5561 -}
5562 -#elementor-template-library-templates .checkbox-minus:before {
5563 - display: block;
5564 - content: "";
5565 - width: 10px;
5566 - height: 2px;
5567 - background-color: white;
5568 - transform: none;
5569 -}
5570 4188
5571 4189 #elementor-template-library-toolbar {
5572 4190 display: flex;
5573 4191 justify-content: space-between;
@@ -5578,80 +4196,8 @@
5578 4196 display: flex;
5579 4197 align-items: center;
5580 4198 }
5581 4199
5582 -.elementor-template-library-filter-select-source {
5583 - width: 350px;
5584 - display: flex;
5585 - gap: 10px;
5586 -}
5587 -.elementor-template-library-filter-select-source .source-option {
5588 - flex: 1;
5589 - border: 0.5px solid #BABFC5;
5590 - padding: 5px;
5591 - border-radius: 3px;
5592 - cursor: pointer;
5593 - font-size: 12px;
5594 -}
5595 -.elementor-template-library-filter-select-source .source-option i {
5596 - margin-inline-end: 5px;
5597 -}
5598 -.elementor-template-library-filter-select-source .source-option .new-badge {
5599 - border: 1px solid var(--e-a-color-primary-bold-dark);
5600 - padding: 2px 4px;
5601 - color: var(--e-a-color-primary-bold-dark);
5602 - border-radius: 10px;
5603 - font-size: 10px;
5604 - margin-inline-start: 5px;
5605 -}
5606 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5607 - background-color: var(--e-a-bg-hover);
5608 -}
5609 -
5610 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5611 - display: flex;
5612 - align-items: center;
5613 - justify-content: space-between;
5614 -}
5615 -
5616 -#elementor-template-library-toolbar .source-option-badge,
5617 -.elementor-template-library-connect-states-badge .source-option-badge {
5618 - display: flex;
5619 - align-items: center;
5620 - gap: 6px;
5621 - padding: 6px 12px;
5622 - border: none;
5623 - border-radius: 20px;
5624 - font-size: 14px;
5625 - font-weight: 500;
5626 - white-space: nowrap;
5627 - margin-inline-start: auto;
5628 - margin-inline-end: 15px;
5629 -}
5630 -#elementor-template-library-toolbar .source-option-badge i,
5631 -.elementor-template-library-connect-states-badge .source-option-badge i {
5632 - margin: 0;
5633 - font-size: 14px;
5634 -}
5635 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5636 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5637 - background-color: var(--e-a-bg-info);
5638 - color: var(--e-a-color-info);
5639 -}
5640 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5641 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5642 - color: var(--e-a-color-info);
5643 -}
5644 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5645 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5646 - background-color: var(--e-a-bg-warning);
5647 - color: var(--e-a-btn-bg-warning-hover);
5648 -}
5649 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5650 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5651 - color: var(--e-a-btn-bg-warning-hover);
5652 -}
5653 -
5654 4200 #elementor-template-library-filter-toolbar-remote {
5655 4201 font-size: 11px;
5656 4202 }
5657 4203
@@ -5656,20 +4202,17 @@
5656 4202 }
5657 4203
5658 4204 #elementor-template-library-order {
5659 4205 display: flex;
5660 - border-inline-end: var(--e-a-border);
4206 + border-left: var(--e-a-border);
5661 4207 }
5662 4208
5663 4209 .elementor-template-library-order-label {
5664 4210 text-transform: uppercase;
5665 - padding-inline-end: 22px;
4211 + padding-left: 22px;
5666 4212 -webkit-user-select: none;
5667 4213 -moz-user-select: none;
5668 4214 user-select: none;
5669 - line-height: 1;
5670 - font-size: 10px;
5671 - font-weight: 500;
5672 4215 }
5673 4216
5674 4217 label.elementor-template-library-order-label {
5675 4218 cursor: pointer;
@@ -5678,9 +4221,9 @@
5678 4221 color: var(--e-a-color-txt-hover);
5679 4222 }
5680 4223
5681 4224 #elementor-template-library-filter .select2 {
5682 - text-align: start;
4225 + text-align: right;
5683 4226 width: calc(27px * 5) !important;
5684 4227 }
5685 4228 #elementor-template-library-filter .select2-selection__rendered {
5686 4229 text-transform: capitalize;
@@ -5687,16 +4230,16 @@
5687 4230 }
5688 4231
5689 4232 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5690 4233 text-transform: capitalize;
5691 - text-align: start;
5692 - padding-inline-start: 5px;
4234 + text-align: right;
4235 + padding-right: 5px;
5693 4236 }
5694 4237
5695 4238 #elementor-template-library-my-favorites {
5696 4239 flex-grow: 1;
5697 - text-align: start;
5698 - padding-inline-start: 20px;
4240 + text-align: right;
4241 + padding-right: 20px;
5699 4242 }
5700 4243
5701 4244 #elementor-template-library-filter-my-favorites {
5702 4245 display: none;
@@ -5719,18 +4262,14 @@
5719 4262 #elementor-template-library-filter-my-favorites-label:hover i:after {
5720 4263 color: var(--e-a-color-primary-bold);
5721 4264 }
5722 4265 #elementor-template-library-filter-my-favorites-label i {
5723 - padding-inline-end: 5px;
4266 + padding-left: 5px;
5724 4267 }
5725 4268 #elementor-template-library-filter-my-favorites-label i:after {
5726 4269 content: "\e923";
5727 4270 }
5728 4271
5729 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5730 - margin-block-end: 10px;
5731 -}
5732 -
5733 4272 #elementor-template-library-filter-text-wrapper {
5734 4273 width: 200px;
5735 4274 position: relative;
5736 4275 }
@@ -5735,19 +4274,16 @@
5735 4274 position: relative;
5736 4275 }
5737 4276 #elementor-template-library-filter-text-wrapper i {
5738 4277 position: absolute;
5739 - inset-block-start: 50%;
5740 - inset-inline-end: 0;
4278 + top: 50%;
4279 + left: 0;
5741 4280 transform: translateY(-50%);
5742 4281 }
5743 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5744 - inset-block-start: 25%;
5745 -}
5746 4282
5747 4283 #elementor-template-library-filter-text {
5748 4284 border: none;
5749 - border-block-end: var(--e-a-border-bold);
4285 + border-bottom: var(--e-a-border-bold);
5750 4286 border-radius: 0;
5751 4287 font-size: 11px;
5752 4288 padding: 8px 15px 8px 0;
5753 4289 transition: border 0.5s;
@@ -5764,37 +4300,24 @@
5764 4300 text-transform: uppercase;
5765 4301 }
5766 4302
5767 4303 .elementor-template-library-template-remote {
5768 - margin: calc(30px / 2);
4304 + margin: calc( 30px / 2 );
5769 4305 padding: 8px;
5770 4306 border: var(--e-a-border);
5771 4307 border-radius: 3px;
5772 4308 }
5773 -.elementor-template-library-template-remote:focus-visible {
5774 - outline: 2px solid var(--e-a-border-color-focus);
5775 - outline-offset: 2px;
5776 -}
5777 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4309 +.elementor-template-library-template-remote:hover {
5778 4310 background-color: var(--e-a-bg-hover);
5779 4311 }
5780 -.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 {
5781 - opacity: 1;
5782 -}
5783 -.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 {
4312 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5784 4313 display: none;
5785 4314 }
5786 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5787 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5788 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5789 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5790 - display: initial;
5791 -}
5792 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4315 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5793 4316 opacity: 0;
5794 4317 }
5795 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5796 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4318 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4319 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5797 4320 display: none;
5798 4321 }
5799 4322 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5800 4323 content: var(--elementor-template-library-subscription-plan-label);
@@ -5802,10 +4325,10 @@
5802 4325 color: var(--e-a-color-white);
5803 4326 position: absolute;
5804 4327 text-transform: uppercase;
5805 4328 line-height: 1;
5806 - inset-block-start: 5px;
5807 - inset-inline-end: 5px;
4329 + top: 5px;
4330 + left: 5px;
5808 4331 padding: 3px 5px;
5809 4332 font-size: 8px;
5810 4333 border-radius: 2px;
5811 4334 }
@@ -5820,10 +4343,10 @@
5820 4343 }
5821 4344 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5822 4345 position: absolute;
5823 4346 width: 100%;
5824 - inset-block-end: 0;
5825 - inset-inline-start: 0;
4347 + bottom: 0;
4348 + right: 0;
5826 4349 padding: 10px;
5827 4350 background-color: var(--e-a-bg-default);
5828 4351 transition: transform 0.5s;
5829 4352 }
@@ -5829,9 +4352,9 @@
5829 4352 }
5830 4353 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5831 4354 display: none;
5832 4355 }
5833 -.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 {
4356 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5834 4357 transform: translateY(100%);
5835 4358 }
5836 4359 .elementor-template-library-template-remote .elementor-template-library-template-body {
5837 4360 position: relative;
@@ -5848,9 +4371,12 @@
5848 4371 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5849 4372 }
5850 4373 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5851 4374 position: absolute;
5852 - inset: 0;
4375 + top: 0;
4376 + left: 0;
4377 + width: 100%;
4378 + height: 100%;
5853 4379 background-color: rgba(0, 0, 0, 0.5);
5854 4380 transition: opacity 0.5s;
5855 4381 cursor: pointer;
5856 4382 }
@@ -5856,11 +4382,11 @@
5856 4382 }
5857 4383 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5858 4384 font-size: 20px;
5859 4385 position: absolute;
5860 - inset-block-start: 50%;
5861 - inset-inline-start: 50%;
5862 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4386 + top: 50%;
4387 + left: 50%;
4388 + transform: translate(-50%, -50%);
5863 4389 }
5864 4390 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5865 4391 display: flex;
5866 4392 justify-content: space-between;
@@ -5869,33 +4395,18 @@
5869 4395 height: 40px;
5870 4396 align-items: center;
5871 4397 }
5872 4398 .elementor-template-library-template-remote .elementor-template-library-template-name {
5873 - text-align: start;
4399 + text-align: right;
5874 4400 flex-grow: 1;
5875 4401 white-space: nowrap;
5876 4402 text-overflow: ellipsis;
5877 4403 overflow: hidden;
5878 - padding-inline-end: 5px;
4404 + padding-left: 5px;
5879 4405 }
5880 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5881 - margin-inline-start: auto;
5882 -}
5883 4406 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5884 - position: absolute;
5885 - width: 1px;
5886 - height: 1px;
5887 - padding: 0;
5888 - margin: -1px;
5889 - overflow: hidden;
5890 - clip: rect(0, 0, 0, 0);
5891 - white-space: nowrap;
5892 - border: 0;
4407 + display: none;
5893 4408 }
5894 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5895 - outline: 2px solid var(--e-a-border-color-focus);
5896 - outline-offset: 2px;
5897 -}
5898 4409 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5899 4410 content: "\e93f";
5900 4411 color: var(--e-a-color-primary-bold);
5901 4412 }
@@ -5930,231 +4441,106 @@
5930 4441 height: 200px;
5931 4442 }
5932 4443
5933 4444 #elementor-template-library-order-toolbar-local,
5934 -.elementor-template-library-template-local,
5935 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4445 +.elementor-template-library-template-local {
5936 4446 display: flex;
5937 4447 align-items: center;
5938 4448 padding: 0 25px;
5939 - text-align: start;
4449 + text-align: right;
5940 4450 }
5941 -@media (max-width: 1439px) {
5942 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5943 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5944 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5945 - width: 33%;
5946 - }
5947 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5948 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5949 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5950 - width: 10%;
5951 - }
5952 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5953 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5954 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5955 - width: 15%;
5956 - }
5957 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5958 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5959 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5960 - width: 15%;
5961 - }
5962 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5963 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5964 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5965 - width: 27%;
5966 - }
5967 -}
5968 -@media (min-width: 1440px) {
5969 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5970 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5971 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5972 - width: 25%;
5973 - }
5974 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5975 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5976 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5977 - width: 17%;
5978 - }
5979 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5980 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5981 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5982 - width: 17%;
5983 - }
5984 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5985 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5986 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5987 - width: 17%;
5988 - }
5989 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5990 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5991 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5992 - width: 24%;
5993 - }
5994 -}
5995 -@media (max-width: 1024px) {
5996 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5997 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5998 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5999 - display: none;
6000 - }
6001 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6002 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6003 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6004 - width: 41%;
6005 - }
6006 -}
6007 4451
6008 -.elementor-template-library-template-local .elementor-template-library-template-more,
6009 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6010 - display: none;
6011 - position: absolute;
6012 - background-color: var(--e-a-bg-default);
6013 - border-radius: var(--e-a-border-radius);
6014 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6015 - inset-block-start: 100%;
6016 - inset-inline-end: 0;
6017 - z-index: 1;
6018 - list-style: none;
6019 - margin: 0;
6020 - padding: 0;
4452 +#elementor-template-library-order-toolbar-local {
4453 + margin-top: 30px;
6021 4454 }
6022 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6023 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6024 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6025 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6026 - background: transparent;
6027 - margin: 0;
6028 - font-size: inherit;
6029 - font-family: inherit;
6030 - color: inherit;
6031 - border: none;
6032 - padding: 10px 20px;
6033 - font-size: 11px;
6034 - cursor: pointer;
6035 - display: flex;
6036 - align-items: center;
6037 - gap: 8px;
6038 - width: 100%;
4455 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4456 + line-height: 1;
4457 + font-size: 10px;
4458 + font-weight: 500;
6039 4459 }
6040 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6041 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6042 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6043 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6044 - cursor: not-allowed;
6045 - color: var(--e-a-color-txt-disabled);
6046 -}
6047 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6048 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6049 - color: var(--e-a-color-txt);
6050 - text-decoration: none;
6051 -}
6052 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6054 - color: var(--e-a-color-danger);
6055 -}
6056 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6057 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6058 - font-size: 16px;
6059 -}
6060 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6061 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6062 - margin-inline-start: auto;
6063 - cursor: pointer;
6064 - background: none;
6065 - border: none;
6066 - padding: 0;
6067 - display: flex;
6068 - align-items: center;
6069 - justify-content: center;
6070 -}
6071 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6072 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6073 - font-size: 20px;
6074 -}
6075 4460
6076 -.elementor-template-library-template-local,
6077 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4461 +.elementor-template-library-template-local {
6078 4462 height: 50px;
6079 4463 width: 100%;
6080 - margin-block-start: 1px;
4464 + margin-top: 1px;
6081 4465 transition: background-color 0.3s linear;
6082 4466 }
6083 -.elementor-template-library-template-local:hover,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4467 +.elementor-template-library-template-local:hover {
6085 4468 background-color: var(--e-a-bg-hover);
6086 4469 }
6087 -.elementor-template-library-template-local:first-child,
6088 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6089 - border-start-start-radius: 3px;
6090 - border-start-end-radius: 3px;
6091 - border-end-start-radius: 0;
6092 - border-end-end-radius: 0;
4470 +.elementor-template-library-template-local:first-child {
4471 + border-radius: 3px 3px 0 0;
6093 4472 }
6094 -.elementor-template-library-template-local:last-child,
6095 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6096 - border-start-start-radius: 0;
6097 - border-start-end-radius: 0;
6098 - border-end-start-radius: 3px;
6099 - border-end-end-radius: 3px;
4473 +.elementor-template-library-template-local:last-child {
4474 + border-radius: 0 0 3px 3px;
6100 4475 }
6101 -.elementor-template-library-template-local .elementor-template-library-template-name,
6102 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4476 +.elementor-template-library-template-local .elementor-template-library-template-name {
6103 4477 font-weight: 500;
6104 4478 }
6105 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6106 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6107 - font-size: 16px;
6108 -}
6109 4479 .elementor-template-library-template-local .elementor-template-library-template-name,
6110 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6111 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6113 - padding-inline-end: 20px;
4480 +.elementor-template-library-template-local .elementor-template-library-template-meta {
4481 + padding-left: 20px;
6114 4482 }
6115 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6116 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6117 - padding-inline-end: 10px;
6118 -}
6119 4483 .elementor-template-library-template-local .elementor-template-library-template-name,
6120 4484 .elementor-template-library-template-local .elementor-template-library-template-meta,
6121 4485 .elementor-template-library-template-local .elementor-template-library-template-preview,
6122 -.elementor-template-library-template-local .elementor-template-library-template-action,
6123 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6124 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6125 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6126 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4486 +.elementor-template-library-template-local .elementor-template-library-template-action {
6127 4487 white-space: nowrap;
6128 4488 text-overflow: ellipsis;
6129 4489 overflow: hidden;
6130 4490 }
6131 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6132 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4491 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6133 4492 position: relative;
6134 4493 display: flex;
6135 4494 align-items: center;
6136 4495 }
6137 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6138 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6139 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6140 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4496 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6141 4497 cursor: pointer;
6142 4498 transition: color 0.5s;
6143 4499 }
6144 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6145 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6146 - color: #F5D0FE;
4500 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4501 + margin-left: 3px;
6147 4502 }
6148 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6149 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6150 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6151 - cursor: not-allowed;
4503 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4504 + margin-right: 6px;
6152 4505 }
6153 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6154 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6155 - margin-inline-end: 3px;
4506 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4507 + color: var(--e-a-color-danger);
6156 4508 }
4509 +.elementor-template-library-template-local .elementor-template-library-template-more {
4510 + display: none;
4511 + position: absolute;
4512 + background-color: var(--e-a-bg-default);
4513 + padding: 3px 20px;
4514 + border-radius: var(--e-a-border-radius);
4515 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4516 + top: 100%;
4517 + left: 0;
4518 + transform: translateX(-65%) translateY(-7px);
4519 + z-index: 1;
4520 +}
4521 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4522 + content: "";
4523 + position: absolute;
4524 + border: solid transparent;
4525 + border-width: 8px 4px;
4526 + border-bottom-color: var(--e-a-color-white);
4527 + transform: translateY(-100%);
4528 +}
4529 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4530 + margin: 10px 0;
4531 + font-size: 11px;
4532 +}
4533 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4534 + color: var(--e-a-color-txt);
4535 +}
4536 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4537 + flex-grow: 1;
4538 + text-align: left;
4539 +}
4540 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4541 + font-size: 16px;
4542 +}
6157 4543
6158 4544 #elementor-template-library-preview {
6159 4545 height: 100%;
6160 4546 overflow: hidden;
@@ -6160,9 +4546,9 @@
6160 4546 overflow: hidden;
6161 4547 }
6162 4548 #elementor-template-library-preview iframe {
6163 4549 height: 150%;
6164 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4550 + transform: scale(0.666) translateX(25%) translateY(-25%);
6165 4551 }
6166 4552 @media (max-width: 1439px) {
6167 4553 #elementor-template-library-preview iframe {
6168 4554 width: 1440px;
@@ -6175,17 +4561,11 @@
6175 4561 }
6176 4562
6177 4563 .elementor-template-library-blank-icon {
6178 4564 font-size: 64px;
6179 - margin-block-start: 45px;
4565 + margin-top: 45px;
6180 4566 line-height: 1;
6181 4567 }
6182 -.elementor-template-library-blank-icon i {
6183 - font-size: 85px;
6184 -}
6185 -.elementor-template-library-blank-icon i.eicon-library-upload {
6186 - font-size: 65px;
6187 -}
6188 4568 .elementor-template-library-blank-icon img {
6189 4569 width: 70px;
6190 4570 }
6191 4571 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6193,9 +4573,9 @@
6193 4573 }
6194 4574
6195 4575 .elementor-template-library-blank-title {
6196 4576 font-size: 30px;
6197 - margin-block-start: 20px;
4577 + margin-top: 20px;
6198 4578 }
6199 4579 @media (max-width: 1439px) {
6200 4580 .elementor-template-library-blank-title {
6201 4581 font-size: 25px;
@@ -6203,20 +4583,20 @@
6203 4583 }
6204 4584
6205 4585 .elementor-template-library-blank-message {
6206 4586 font-size: 18px;
6207 - margin-block-start: 15px;
4587 + margin-top: 15px;
6208 4588 font-weight: 300;
6209 4589 }
6210 4590 @media (max-width: 1439px) {
6211 4591 .elementor-template-library-blank-message {
6212 4592 font-size: 16px;
6213 - margin-block-start: 10px;
4593 + margin-top: 10px;
6214 4594 }
6215 4595 }
6216 4596
6217 4597 #elementor-template-library-save-template-form {
6218 - margin-block-start: 40px;
4598 + margin-top: 40px;
6219 4599 display: flex;
6220 4600 align-items: center;
6221 4601 justify-content: center;
6222 4602 }
@@ -6223,515 +4603,18 @@
6223 4603 #elementor-template-library-save-template-form > * {
6224 4604 height: 55px;
6225 4605 font-size: 16px;
6226 4606 }
6227 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6228 - height: 55px;
6229 - font-size: 16px;
6230 - margin-block-end: 15px;
6231 -}
6232 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6233 - display: block;
6234 - width: 500px;
6235 - margin: 0 auto;
6236 -}
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6238 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6239 - display: none;
6240 -}
6241 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6242 - margin-inline: 5px;
6243 -}
6244 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6245 - display: none;
6246 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6247 - padding: 3px 5px;
6248 - border-radius: 100px;
6249 - margin-inline: 5px;
6250 -}
6251 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6252 - color: var(--e-a-btn-bg-accent);
6253 -}
6254 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6255 - margin-inline-end: 5px;
6256 -}
6257 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6258 - display: inline;
6259 -}
6260 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6261 - display: inline;
6262 - background: var(--e-a-bg-hover);
6263 - padding: 0 2px 1px;
6264 - border: none;
6265 - border-radius: 2px;
6266 - vertical-align: bottom;
6267 - cursor: pointer;
6268 - font-family: inherit;
6269 - font-size: inherit;
6270 - color: inherit;
6271 - line-height: inherit;
6272 -}
6273 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6274 - background: var(--e-a-bg-active);
6275 -}
6276 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6277 - outline: 2px solid var(--e-a-border-color-focus);
6278 - outline-offset: 2px;
6279 -}
6280 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6281 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6282 -#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,
6283 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6284 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6285 - display: inline;
6286 -}
6287 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6288 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6289 -#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,
6290 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6291 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6292 - pointer-events: none;
6293 -}
6294 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6295 -#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,
6296 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6297 - display: none;
6298 -}
6299 -#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 {
6300 - color: var(--e-a-color-txt-muted);
6301 - margin-inline: 5px;
6302 -}
6303 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6304 - display: none;
6305 - float: inline-start;
6306 -}
6307 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6308 - font-size: 13px;
6309 - color: var(--e-a-btn-bg-accent);
6310 - text-align: start;
6311 -}
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6313 - color: var(--e-a-btn-bg-accent);
6314 - text-decoration: underline;
6315 -}
6316 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6317 - float: inline-end;
6318 -}
6319 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6320 - cursor: not-allowed;
6321 -}
6322 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6323 - display: flex;
6324 - flex-direction: column;
6325 - text-align: start;
6326 - border: var(--e-a-border-bold);
6327 - padding: 15px;
6328 - height: auto;
6329 - gap: 10px;
6330 - position: relative;
6331 -}
6332 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6333 - background: #69727D;
6334 - inset-block-start: -3px;
6335 - position: relative;
6336 -}
6337 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6338 - position: relative;
6339 - display: inline-block;
6340 -}
6341 -#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 {
6342 - white-space: nowrap;
6343 - text-overflow: ellipsis;
6344 - overflow: hidden;
6345 - overflow: visible;
6346 - display: inline-flex;
6347 - align-items: baseline;
6348 - line-height: 27px;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6351 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6352 - flex-shrink: 0;
6353 - position: relative;
6354 - inset-block-start: 2px;
6355 -}
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6357 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6358 - inset-block-start: -2px;
6359 -}
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6361 - vertical-align: bottom;
6362 -}
6363 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6364 - margin-inline: 5px;
6365 - color: var(--e-a-color-txt-muted);
6366 - cursor: pointer;
6367 -}
6368 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6369 - display: none;
6370 - margin-inline-end: 5px;
6371 - align-items: baseline;
6372 - white-space: nowrap;
6373 - text-overflow: ellipsis;
6374 - overflow: hidden;
6375 -}
6376 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6377 - display: inline-flex !important;
6378 -}
6379 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6380 - text-decoration: underline;
6381 - cursor: pointer;
6382 - white-space: nowrap;
6383 - text-overflow: ellipsis;
6384 - overflow: hidden;
6385 -}
6386 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6387 - cursor: pointer;
6388 - flex-shrink: 0;
6389 -}
6390 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6391 - color: var(--e-a-color-primary-bold);
6392 - font-size: 14px;
6393 -}
6394 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6395 - text-decoration: underline;
6396 -}
6397 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6398 - display: none;
6399 - position: absolute;
6400 - inset-block-start: 40px;
6401 - background-color: var(--e-a-bg-default);
6402 - min-width: 187px;
6403 - overflow: auto;
6404 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6405 - z-index: 1;
6406 - border-radius: 2px;
6407 - max-width: 450px;
6408 -}
6409 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6410 - white-space: nowrap;
6411 - text-overflow: ellipsis;
6412 - overflow: hidden;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6415 - margin: 15px;
6416 -}
6417 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6418 - margin-inline-end: 10px;
6419 -}
6420 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6421 - max-height: 170px;
6422 -}
6423 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6424 - padding: 5px 15px;
6425 - cursor: pointer;
6426 - list-style: none;
6427 -}
6428 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6429 - display: none;
6430 -}
6431 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6432 - margin: 0px;
6433 -}
6434 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6435 - text-decoration: underline;
6436 -}
6437 -#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 {
6438 - background: var(--e-a-border-color);
6439 -}
6440 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6441 - outline: 2px solid var(--e-a-border-color-focus);
6442 - outline-offset: -2px;
6443 -}
6444 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6445 - pointer-events: none;
6446 - opacity: 0.3;
6447 -}
6448 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6449 - text-align: center;
6450 - font-size: 13px;
6451 - margin: 0 20px;
6452 - padding-block: 15px;
6453 - pointer-events: none;
6454 -}
6455 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6456 - font-size: 24px;
6457 - padding-block-end: 10px;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6460 - border-block-start: none;
6461 - border-inline: none;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6464 - pointer-events: none;
6465 - opacity: 0.3;
6466 -}
6467 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6468 - display: flex;
6469 - flex-direction: column;
6470 - width: 600px;
6471 - text-align: start;
6472 -}
6473 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6474 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6475 - font-size: 12px;
6476 - font-weight: 400;
6477 - color: var(--e-a-color-txt);
6478 -}
6479 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6480 - width: 100%;
6481 - padding: 12px 15px;
6482 - border: var(--e-a-border-bold);
6483 - border-radius: 3px;
6484 - margin-block-end: 0;
6485 -}
6486 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6487 - border: none;
6488 - padding: 0;
6489 - gap: 12px;
6490 - margin-block-start: 20px;
6491 -}
6492 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6493 - display: flex;
6494 - align-items: center;
6495 - padding: 12px 15px;
6496 - border: var(--e-a-border-bold);
6497 - border-radius: 3px;
6498 - width: 100%;
6499 - line-height: normal;
6500 - gap: 8px;
6501 -}
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6503 - border-color: var(--e-a-color-txt);
6504 -}
6505 -#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 {
6506 - display: flex;
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6509 - margin-inline-end: 0;
6510 - flex-shrink: 0;
6511 - position: relative;
6512 -}
6513 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6514 - inset-block-start: 0;
6515 -}
6516 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6517 - content: "";
6518 - position: absolute;
6519 - inset-inline-end: -8px;
6520 - width: 1px;
6521 - height: 18px;
6522 - background-color: var(--e-a-border-color);
6523 -}
6524 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6525 - margin-inline-start: 12px;
6526 - margin-inline-end: 4px;
6527 - font-size: 24px;
6528 - color: var(--e-a-color-txt);
6529 -}
6530 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6531 - margin-inline-start: 8px;
6532 - margin-inline-end: 0;
6533 - font-size: 24px;
6534 - color: var(--e-a-color-txt);
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6537 - flex: 0 0 auto;
6538 - margin: 0;
6539 - cursor: pointer;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6542 - margin-inline: 0;
6543 -}
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6545 - display: inline;
6546 - background: transparent;
6547 - padding: 0;
6548 - border-radius: 0;
6549 - vertical-align: baseline;
6550 - text-decoration: underline;
6551 - cursor: pointer;
6552 - margin-inline-start: 0;
6553 -}
6554 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6555 - background: transparent;
6556 -}
6557 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6558 - color: var(--e-a-color-primary-bold);
6559 - text-decoration: underline;
6560 - cursor: pointer;
6561 - margin-inline-start: 4px;
6562 -}
6563 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6564 - text-decoration: none;
6565 -}
6566 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6567 - display: none;
6568 - border: none;
6569 - padding: 0;
6570 - border-radius: 0;
6571 - margin-inline-start: 0;
6572 - background: transparent;
6573 - transition: background-color 0.2s;
6574 - padding: 3px 8px;
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6577 - background-color: var(--e-a-btn-bg-primary-hover);
6578 - border-radius: 3px;
6579 -}
6580 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6581 - color: var(--e-a-btn-bg-accent);
6582 - text-decoration: none;
6583 - display: flex;
6584 - align-items: center;
6585 - gap: 4px;
6586 - font-size: 14px;
6587 - font-weight: 500;
6588 -}
6589 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6590 - margin: 0;
6591 - font-size: 14px;
6592 -}
6593 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6594 - display: none;
6595 -}
6596 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6597 - color: var(--e-a-color-txt-muted);
6598 - margin-inline: 5px;
6599 -}
6600 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6601 - color: var(--e-a-color-info);
6602 - text-decoration: underline;
6603 -}
6604 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6605 - text-decoration: none;
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6608 - display: flex;
6609 - align-items: center;
6610 - gap: 6px;
6611 - padding: 6px 12px;
6612 - border: none;
6613 - border-radius: 20px;
6614 - font-size: 14px;
6615 - font-weight: 500;
6616 - cursor: pointer;
6617 - transition: opacity 0.2s;
6618 - margin-inline-start: auto;
6619 -}
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6621 - opacity: 0.8;
6622 -}
6623 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6624 - margin: 0;
6625 - font-size: 14px;
6626 -}
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6628 - background-color: var(--e-a-bg-info);
6629 - color: var(--e-a-color-info);
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6632 - color: var(--e-a-color-info);
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6635 - background-color: var(--e-a-bg-warning);
6636 - color: var(--e-a-btn-bg-warning-hover);
6637 -}
6638 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6639 - color: var(--e-a-btn-bg-warning-hover);
6640 -}
6641 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6642 - display: none;
6643 - margin-inline-start: 8px;
6644 - align-items: center;
6645 - gap: 6px;
6646 -}
6647 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6648 - display: inline-flex !important;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6651 - text-decoration: underline;
6652 - cursor: pointer;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6655 - cursor: pointer;
6656 - font-size: 14px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6659 - inset-block-start: 75px;
6660 - inset-inline-start: 230px;
6661 -}
6662 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6663 - display: none;
6664 -}
6665 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6666 - display: inline;
6667 -}
6668 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6669 - display: none;
6670 -}
6671 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6672 - border-color: var(--e-a-border-color);
6673 -}
6674 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6676 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6677 - color: var(--e-a-color-txt-disabled);
6678 -}
6679 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6680 - background-color: var(--e-a-color-txt-disabled);
6681 -}
6682 -#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 {
6683 - border-color: var(--e-a-border-color);
6684 -}
6685 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6686 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6687 -#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,
6688 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6689 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6690 - color: var(--e-a-color-txt-disabled);
6691 -}
6692 -#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 {
6693 - background-color: var(--e-a-color-txt-disabled);
6694 -}
6695 -#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 {
6696 - display: inline-flex;
6697 -}
6698 -#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 {
6699 - display: none;
6700 -}
6701 -#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 {
6702 - display: block;
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6705 -#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],
6706 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6707 - pointer-events: none;
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6710 - display: block;
6711 - margin-block-start: 15px;
6712 -}
6713 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6714 - align-self: center;
6715 - margin-block-start: 20px;
6716 - float: none;
6717 -}
6718 4607
6719 4608 #elementor-template-library-save-template-name {
6720 4609 width: 500px;
6721 - padding-inline-start: 25px;
6722 - border-start-start-radius: 3px;
6723 - border-start-end-radius: 0;
6724 - border-end-start-radius: 3px;
6725 - border-end-end-radius: 0;
4610 + padding-right: 25px;
4611 + border-radius: 0 3px 3px 0;
6726 4612 }
6727 4613
6728 4614 #elementor-template-library-save-template-submit {
6729 4615 width: 150px;
6730 - border-start-start-radius: 0;
6731 - border-start-end-radius: 3px;
6732 - border-end-start-radius: 0;
6733 - border-end-end-radius: 3px;
4616 + border-radius: 3px 0 0 3px;
6734 4617 }
6735 4618
6736 4619 #elementor-template-library-import-form {
6737 4620 width: 95%;
@@ -6740,13 +4623,13 @@
6740 4623 margin: 35px auto;
6741 4624 transition: var(--e-a-transition-hover);
6742 4625 }
6743 4626 #elementor-template-library-import-form-or {
6744 - margin-block-start: 15px;
4627 + margin-top: 15px;
6745 4628 font-size: 18px;
6746 4629 }
6747 4630 #elementor-template-library-import-form-label {
6748 - margin-block-start: 20px;
4631 + margin-top: 20px;
6749 4632 padding: 15px 35px;
6750 4633 display: inline-block;
6751 4634 }
6752 4635 #elementor-template-library-import-form-input {
@@ -6755,12 +4638,12 @@
6755 4638 #elementor-template-library-import-form.elementor-drag-over {
6756 4639 border-color: var(--e-a-color-primary);
6757 4640 }
6758 4641 #elementor-template-library-import .elementor-template-library-blank-icon {
6759 - margin-block-start: 0;
4642 + margin-top: 0;
6760 4643 }
6761 4644 #elementor-template-library-import .elementor-template-library-blank-message {
6762 - margin-block-start: 20px;
4645 + margin-top: 20px;
6763 4646 }
6764 4647
6765 4648 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6766 4649 max-height: 95vh;
@@ -6767,12 +4650,8 @@
6767 4650 padding: 100px 0 0;
6768 4651 min-height: 550px;
6769 4652 }
6770 4653
6771 -.elementor-template-library-cloud-empty__button {
6772 - margin-block-start: 45px;
6773 -}
6774 -
6775 4654 #elementor-template-library-connect-logo {
6776 4655 font-size: 20px;
6777 4656 }
6778 4657 #elementor-template-library-connect__button {
@@ -6778,9 +4657,9 @@
6778 4657 #elementor-template-library-connect__button {
6779 4658 display: inline-block;
6780 4659 position: relative;
6781 4660 z-index: 1;
6782 - margin-block-start: 25px;
4661 + margin-top: 25px;
6783 4662 padding: 12px 24px;
6784 4663 font-size: 14px;
6785 4664 }
6786 4665 #elementor-template-library-connect__background-image-left-1 {
@@ -6809,11 +4688,11 @@
6809 4688 }
6810 4689
6811 4690 .elementor-template-library-blank-footer {
6812 4691 position: absolute;
6813 - inset-block-end: 70px;
6814 - inset-inline-start: 50%;
6815 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4692 + bottom: 70px;
4693 + left: 50%;
4694 + transform: translateX(-50%);
6816 4695 font-style: italic;
6817 4696 color: var(--e-a-color-txt-muted);
6818 4697 }
6819 4698 @media (max-height: 700px) {
@@ -6822,21 +4701,21 @@
6822 4701 }
6823 4702 }
6824 4703
6825 4704 #elementor-template-library-footer-banner {
6826 - padding-block-end: 45px;
4705 + padding-bottom: 45px;
6827 4706 }
6828 4707 #elementor-template-library-footer-banner i {
6829 4708 font-size: 56px;
6830 - margin-block-start: 40px;
4709 + margin-top: 40px;
6831 4710 }
6832 4711 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6833 - margin-block-start: 70px;
4712 + margin-top: 70px;
6834 4713 }
6835 4714
6836 4715 #elementor-template-library-templates-empty {
6837 4716 width: 100%;
6838 - margin-block-start: 40px;
4717 + margin-top: 40px;
6839 4718 }
6840 4719
6841 4720 #elementor-template-library-error-dialog .dialog-message {
6842 4721 text-align: start;
@@ -6842,290 +4721,255 @@
6842 4721 text-align: start;
6843 4722 }
6844 4723
6845 4724 #elementor-template-library-error-info {
6846 - margin-block-start: 10px;
4725 + margin-top: 10px;
6847 4726 }
6848 4727
6849 -#elementor-library--infotip__dialog,
6850 -#elementor-library--connect_infotip__dialog,
6851 -#elementor-library--cloud-upgrade__dialog,
6852 -#elementor-library--site-info__dialog {
6853 - position: absolute;
6854 - z-index: 10000;
6855 - background-color: var(--e-a-bg-default);
6856 - box-shadow: var(--e-a-popover-shadow);
6857 - border-radius: var(--e-a-border-radius);
4728 +@media (max-width: 1439px) {
4729 + .elementor-template-library-local-column-1 {
4730 + width: 33%;
4731 + }
4732 + .elementor-template-library-local-column-2 {
4733 + width: 10%;
4734 + }
4735 + .elementor-template-library-local-column-3 {
4736 + width: 15%;
4737 + }
4738 + .elementor-template-library-local-column-4 {
4739 + width: 15%;
4740 + }
4741 + .elementor-template-library-local-column-5 {
4742 + width: 27%;
4743 + }
6858 4744 }
6859 -#elementor-library--infotip__dialog.variant-b,
6860 -#elementor-library--connect_infotip__dialog.variant-b,
6861 -#elementor-library--cloud-upgrade__dialog.variant-b,
6862 -#elementor-library--site-info__dialog.variant-b {
6863 - width: 200px;
6864 - color: var(--e-a-color-txt-invert);
6865 - background-color: var(--e-a-bg-secondary);
4745 +@media (min-width: 1440px) {
4746 + .elementor-template-library-local-column-1 {
4747 + width: 25%;
4748 + }
4749 + .elementor-template-library-local-column-2 {
4750 + width: 17%;
4751 + }
4752 + .elementor-template-library-local-column-3 {
4753 + width: 17%;
4754 + }
4755 + .elementor-template-library-local-column-4 {
4756 + width: 17%;
4757 + }
4758 + .elementor-template-library-local-column-5 {
4759 + width: 24%;
4760 + }
6866 4761 }
6867 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6868 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6869 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6870 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6871 - padding: 4px 8px 4px 8px;
4762 +@media (max-width: 1024px) {
4763 + .elementor-template-library-local-column-3 {
4764 + display: none;
4765 + }
4766 + .elementor-template-library-local-column-5 {
4767 + width: 41%;
4768 + }
6872 4769 }
6873 -#elementor-library--infotip__dialog__title,
6874 -#elementor-library--connect_infotip__dialog__title,
6875 -#elementor-library--cloud-upgrade__dialog__title,
6876 -#elementor-library--site-info__dialog__title {
6877 - font-size: 14px;
4770 +.elementor-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
4771 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
4772 +.e-btn {
4773 + font-size: 12px;
4774 + font-weight: 500;
4775 + line-height: 1.2;
4776 + text-transform: uppercase;
4777 + padding: 8px 16px;
4778 + outline: none;
4779 + border: none;
4780 + border-radius: var(--e-a-border-radius);
4781 + background-color: var(--e-a-btn-bg);
4782 + color: var(--e-a-btn-color-invert);
4783 + transition: var(--e-a-transition-hover);
6878 4784 }
6879 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6880 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6881 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6882 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6883 - padding: 10px 0 10px 10px;
6884 - float: inline-end;
6885 -}
6886 -#elementor-library--infotip__dialog .dialog-button,
6887 -#elementor-library--connect_infotip__dialog .dialog-button,
6888 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6889 -#elementor-library--site-info__dialog .dialog-button {
6890 - padding: 7px 25px;
6891 - font-size: 13px;
6892 - background: none;
6893 - color: var(--e-a-btn-bg-accent);
4785 +.elementor-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
4786 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
4787 +.e-btn:hover {
6894 4788 border: none;
6895 - font-weight: 500;
6896 - cursor: pointer;
4789 + background-color: var(--e-a-btn-bg-hover);
4790 + color: var(--e-a-btn-color-invert);
6897 4791 }
6898 -#elementor-library--infotip__dialog:after,
6899 -#elementor-library--connect_infotip__dialog:after,
6900 -#elementor-library--cloud-upgrade__dialog:after,
6901 -#elementor-library--site-info__dialog:after {
6902 - content: "";
6903 - position: absolute;
6904 - inset-inline-end: 46%;
6905 - transform: scaleX(0.7);
6906 - border: 10px solid transparent;
4792 +.elementor-button:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
4793 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
4794 +.e-btn:active {
4795 + background-color: var(--e-a-btn-bg-active);
6907 4796 }
6908 -
6909 -#elementor-library--infotip__dialog {
6910 - width: 265px;
4797 +.elementor-button:not([disabled]), .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
4798 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
4799 +.e-btn:not([disabled]) {
4800 + cursor: pointer;
6911 4801 }
6912 -#elementor-library--infotip__dialog .dialog-message {
6913 - padding: 20px 20px 0px 20px;
4802 +.elementor-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
4803 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
4804 +.e-btn:disabled {
4805 + background-color: var(--e-a-btn-bg-disabled);
4806 + color: var(--e-a-btn-color-disabled);
6914 4807 }
6915 -#elementor-library--infotip__dialog:after {
6916 - inset-block-start: 100%;
6917 - border-block-start-color: var(--e-a-bg-default);
4808 +.elementor-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
4809 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
4810 +.e-btn:not(.elementor-button-state) .elementor-state-icon {
4811 + display: none;
6918 4812 }
6919 -#elementor-library--infotip__dialog.variant-b:after {
6920 - border-block-start-color: var(--e-a-bg-secondary);
4813 +.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
4814 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button,
4815 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
4816 +.e-btn.e-btn-txt {
4817 + background: transparent;
4818 + color: var(--e-a-color-txt);
6921 4819 }
6922 -
6923 -#elementor-library--connect_infotip__dialog {
6924 - width: 265px;
4820 +.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
4821 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:hover,
4822 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
4823 +.e-btn.e-btn-txt:hover {
4824 + background: var(--e-a-bg-hover);
4825 + color: var(--e-a-color-txt-hover);
6925 4826 }
6926 -#elementor-library--connect_infotip__dialog .dialog-message {
6927 - padding: 20px;
4827 +.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
4828 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:disabled,
4829 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
4830 +.e-btn.e-btn-txt:disabled {
4831 + background: transparent;
4832 + color: var(--e-a-color-txt-disabled);
6928 4833 }
6929 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6930 - inset-block-end: 100%;
6931 - border-block-end-color: var(--e-a-bg-default);
4834 +.elementor-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button,
4835 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-success.dialog-button, .elementor-button.e-success, .dialog-type-confirm .dialog-buttons-wrapper .e-success.dialog-button,
4836 +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button,
4837 +.e-btn.elementor-button-success,
4838 +.e-btn.e-success {
4839 + background-color: var(--e-a-btn-bg-success);
6932 4840 }
6933 -#elementor-library--connect_infotip__dialog.variant-b:after {
6934 - border-block-start-color: var(--e-a-bg-secondary);
6935 - inset-block-start: 100%;
4841 +.elementor-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button:hover,
4842 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-success.dialog-button:hover, .elementor-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-success.dialog-button:hover,
4843 +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button:hover,
4844 +.e-btn.elementor-button-success:hover,
4845 +.e-btn.e-success:hover {
4846 + background-color: var(--e-a-btn-bg-success-hover);
6936 4847 }
6937 -#elementor-library--connect_infotip__dialog.variant-b {
6938 - width: 265px;
4848 +.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
4849 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button,
4850 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
4851 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
4852 +.e-btn.e-primary {
4853 + background-color: var(--e-a-btn-bg-primary);
4854 + color: var(--e-a-btn-color);
6939 4855 }
6940 -
6941 -#elementor-library--cloud-upgrade__dialog {
6942 - width: 265px;
4856 +.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
4857 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button:hover,
4858 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
4859 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
4860 +.e-btn.e-primary:hover {
4861 + background-color: var(--e-a-btn-bg-primary-hover);
4862 + color: var(--e-a-btn-color);
6943 4863 }
6944 -#elementor-library--cloud-upgrade__dialog:after {
6945 - inset-block-start: 100%;
6946 - border-block-start-color: var(--e-a-bg-default);
4864 +.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
4865 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button,
4866 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over,
4867 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel,
4868 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
4869 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok,
4870 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
4871 +.e-btn.e-primary.e-btn-txt {
4872 + background: transparent;
4873 + color: var(--e-a-color-primary-bold);
6947 4874 }
6948 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6949 - border-block-start-color: var(--e-a-bg-secondary);
4875 +.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
4876 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button:hover,
4877 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over:hover,
4878 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel:hover,
4879 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
4880 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok:hover,
4881 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
4882 +.e-btn.e-primary.e-btn-txt:hover {
4883 + background: var(--e-a-bg-primary);
6950 4884 }
6951 -
6952 -#elementor-library--site-info__dialog {
6953 - width: 265px;
4885 +.elementor-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button,
4886 +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button, .elementor-button.e-accent, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button,
4887 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button,
4888 +.e-btn.go-pro,
4889 +.e-btn.e-accent {
4890 + background-color: var(--e-a-btn-bg-accent);
6954 4891 }
6955 -#elementor-library--site-info__dialog:after {
6956 - inset-block-start: 100%;
6957 - border-block-start-color: var(--e-a-bg-default);
4892 +.elementor-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:hover,
4893 +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button:hover, .elementor-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button:hover,
4894 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:hover,
4895 +.e-btn.go-pro:hover,
4896 +.e-btn.e-accent:hover {
4897 + background-color: var(--e-a-btn-bg-accent-hover);
6958 4898 }
6959 -#elementor-library--site-info__dialog.variant-b:after {
6960 - border-block-start-color: var(--e-a-bg-secondary);
4899 +.elementor-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:active,
4900 +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button:active, .elementor-button.e-accent:active, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button:active,
4901 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:active,
4902 +.e-btn.go-pro:active,
4903 +.e-btn.e-accent:active {
4904 + background-color: var(--e-a-btn-bg-accent-active);
6961 4905 }
6962 -
6963 -.elementor-global-styles-dialog {
6964 - --gsd-color-text-primary: #0c0d0e;
6965 - --gsd-color-text-secondary: #3f444b;
6966 - --gsd-color-text-tertiary: #69727D;
6967 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6968 - --gsd-color-primary-main: #f0abfc;
6969 - --gsd-color-primary-hover: #e879f9;
6970 - --gsd-color-secondary-main: #515962;
6971 - --gsd-border-radius: 4px;
6972 - --gsd-spacing-horizontal: 24px;
6973 - --gsd-font-family: 'Roboto', sans-serif;
6974 - padding: 16px 0 0;
6975 - min-width: 444px;
4906 +.elementor-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button,
4907 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-warning.dialog-button, .elementor-button.e-warning, .dialog-type-confirm .dialog-buttons-wrapper .e-warning.dialog-button,
4908 +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button,
4909 +.e-btn.elementor-button-warning,
4910 +.e-btn.e-warning {
4911 + background-color: var(--e-a-btn-bg-warning);
6976 4912 }
6977 -.elementor-global-styles-dialog__header {
6978 - padding: 10px var(--gsd-spacing-horizontal) 0;
6979 - margin-block-end: 16px;
4913 +.elementor-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button:hover,
4914 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-warning.dialog-button:hover, .elementor-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-warning.dialog-button:hover,
4915 +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button:hover,
4916 +.e-btn.elementor-button-warning:hover,
4917 +.e-btn.e-warning:hover {
4918 + background-color: var(--e-a-btn-bg-warning-hover);
6980 4919 }
6981 -.elementor-global-styles-dialog__header h2 {
6982 - margin: 0 0 4px;
6983 - font-family: var(--gsd-font-family);
6984 - font-size: 16px;
6985 - font-weight: 500;
6986 - line-height: 1.3;
6987 - color: var(--gsd-color-text-primary);
6988 - letter-spacing: 0.15px;
4920 +.elementor-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button,
4921 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-danger.dialog-button, .elementor-button.e-danger, .dialog-type-confirm .dialog-buttons-wrapper .e-danger.dialog-button,
4922 +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button,
4923 +.e-btn.elementor-button-danger,
4924 +.e-btn.e-danger {
4925 + background-color: var(--e-a-btn-bg-danger);
6989 4926 }
6990 -.elementor-global-styles-dialog__header p {
6991 - margin: 0;
6992 - font-family: var(--gsd-font-family);
6993 - font-size: 14px;
6994 - font-weight: 400;
6995 - line-height: 20px;
6996 - color: var(--gsd-color-text-secondary);
6997 - letter-spacing: 0.15px;
4927 +.elementor-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button:hover,
4928 +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-danger.dialog-button:hover, .elementor-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-danger.dialog-button:hover,
4929 +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button:hover,
4930 +.e-btn.elementor-button-danger:hover,
4931 +.e-btn.e-danger:hover {
4932 + background-color: var(--e-a-btn-bg-danger-hover);
6998 4933 }
6999 -.elementor-global-styles-dialog__options {
7000 - display: flex;
7001 - flex-direction: column;
7002 - gap: 12px;
7003 - padding: 0 var(--gsd-spacing-horizontal);
4934 +.elementor-button i, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
4935 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
4936 +.e-btn i {
4937 + margin-left: 5px;
7004 4938 }
7005 -.elementor-global-styles-dialog__radio-card {
7006 - display: flex;
7007 - gap: 0;
7008 - padding: 12px 8px;
7009 - border: 1px solid var(--gsd-color-divider);
7010 - border-radius: var(--gsd-border-radius);
7011 - cursor: pointer;
7012 - transition: border-color 0.2s ease;
4939 +
4940 +.dialog-type-confirm .dialog-widget-content,
4941 +.dialog-type-alert .dialog-widget-content {
4942 + margin: auto;
4943 + width: 400px;
4944 + padding: 20px;
7013 4945 }
7014 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7015 - border: 2px solid var(--gsd-color-text-primary);
7016 - padding: 11px 7px;
7017 -}
7018 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7019 - flex-shrink: 0;
7020 - width: 20px;
7021 - height: 20px;
7022 - margin: 9px;
7023 - cursor: pointer;
7024 - color: var(--gsd-color-text-tertiary);
7025 - accent-color: var(--gsd-color-text-primary);
7026 -}
7027 -.elementor-global-styles-dialog__radio-card-content {
7028 - display: flex;
7029 - align-items: flex-start;
7030 - flex-direction: column;
7031 - flex: 1;
7032 -}
7033 -.elementor-global-styles-dialog__radio-label {
7034 - font-family: var(--gsd-font-family);
7035 - font-size: 14px;
4946 +.dialog-type-confirm .dialog-header,
4947 +.dialog-type-alert .dialog-header {
4948 + font-size: 15px;
7036 4949 font-weight: 500;
7037 - line-height: 18px;
7038 - color: var(--gsd-color-text-primary);
7039 - letter-spacing: 0.15px;
7040 4950 }
7041 -.elementor-global-styles-dialog__radio-description {
7042 - font-family: var(--gsd-font-family);
7043 - font-size: 12px;
7044 - font-weight: 400;
7045 - line-height: 20px;
7046 - color: var(--gsd-color-text-secondary);
7047 - letter-spacing: 0.4px;
4951 +.dialog-type-confirm .dialog-header:after,
4952 +.dialog-type-alert .dialog-header:after {
4953 + content: "";
4954 + display: block;
4955 + border-bottom: var(--e-a-border);
4956 + padding-bottom: 10px;
4957 + margin-bottom: 10px;
4958 + margin-right: -20px;
4959 + margin-left: -20px;
7048 4960 }
7049 -.elementor-global-styles-dialog__checkbox-container {
7050 - display: flex;
7051 - align-items: flex-start;
7052 - gap: 4px;
7053 - padding: 0;
7054 - margin-block-start: 0;
4961 +.dialog-type-confirm .dialog-message,
4962 +.dialog-type-alert .dialog-message {
4963 + min-height: 50px;
7055 4964 }
7056 -.elementor-global-styles-dialog__checkbox-option {
4965 +.dialog-type-confirm .dialog-buttons-wrapper,
4966 +.dialog-type-alert .dialog-buttons-wrapper {
4967 + padding-top: 10px;
7057 4968 display: flex;
7058 - align-items: flex-start;
7059 - gap: 4px;
7060 - cursor: pointer;
7061 -}
7062 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7063 - width: 18px;
7064 - height: 18px;
7065 - margin: 4px;
7066 - cursor: pointer;
7067 -}
7068 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7069 - background-color: var(--gsd-color-text-tertiary);
7070 -}
7071 -.elementor-global-styles-dialog__checkbox-label {
7072 - font-family: var(--gsd-font-family);
7073 - font-size: 12px;
7074 - font-weight: 400;
7075 - line-height: 1.43;
7076 - color: var(--gsd-color-text-primary);
7077 - letter-spacing: 0.15px;
7078 - padding-block-start: 4px;
7079 - margin-inline-start: 4px;
7080 -}
7081 -.elementor-global-styles-dialog__checkbox-label a {
7082 - color: #2563eb;
7083 - text-decoration: underline;
7084 -}
7085 -.elementor-global-styles-dialog__checkbox-label a:hover {
7086 - color: #2563eb;
7087 -}
7088 -.elementor-global-styles-dialog__footer {
7089 - display: flex;
7090 4969 justify-content: flex-end;
7091 - align-items: center;
7092 - gap: 8px;
7093 - padding: 16px var(--gsd-spacing-horizontal);
4970 + gap: 15px;
7094 4971 }
7095 -.elementor-global-styles-dialog__button-cancel {
7096 - padding: 6px 8px;
7097 - font-family: var(--gsd-font-family);
7098 - font-size: 15px;
7099 - font-weight: 500;
7100 - line-height: 24px;
7101 - letter-spacing: 0.4px;
7102 - color: var(--gsd-color-secondary-main);
7103 - background: transparent;
7104 - border: none;
7105 - border-radius: var(--gsd-border-radius);
7106 - cursor: pointer;
7107 -}
7108 -.elementor-global-styles-dialog__button-cancel:hover {
7109 - background: rgba(0, 0, 0, 0.04);
7110 -}
7111 -.elementor-global-styles-dialog__button-insert {
7112 - padding: 6px 16px;
7113 - font-family: var(--gsd-font-family);
7114 - font-size: 15px;
7115 - font-weight: 500;
7116 - line-height: 24px;
7117 - letter-spacing: 0.4px;
7118 - color: var(--gsd-color-text-primary);
7119 - background: var(--gsd-color-primary-main);
7120 - border: none;
7121 - border-radius: var(--gsd-border-radius);
7122 - cursor: pointer;
7123 -}
7124 -.elementor-global-styles-dialog__button-insert:hover {
7125 - background: var(--gsd-color-primary-hover);
7126 -}
7127 -
7128 4972 .elementor-tags-list {
7129 4973 display: none;
7130 4974 position: absolute;
7131 4975 width: 260px;
@@ -7130,9 +4974,9 @@
7130 4974 position: absolute;
7131 4975 width: 260px;
7132 4976 max-height: 300px;
7133 4977 overflow: auto;
7134 - padding-block-end: 5px;
4978 + padding-bottom: 5px;
7135 4979 background-color: var(--e-a-bg-default);
7136 4980 box-shadow: var(--e-a-popover-shadow);
7137 4981 border: var(--e-a-border);
7138 4982 border-radius: 3px;
@@ -7145,9 +4989,9 @@
7145 4989 display: flex;
7146 4990 align-items: center;
7147 4991 }
7148 4992 .elementor-tags-list__group-title .eicon-info-circle {
7149 - padding-inline-end: 5px;
4993 + padding-left: 5px;
7150 4994 color: var(--e-a-color-primary-bold);
7151 4995 font-size: 14px;
7152 4996 }
7153 4997 .elementor-tags-list__item {
@@ -7157,17 +5001,17 @@
7157 5001 }
7158 5002 .elementor-tags-list__item:before {
7159 5003 content: ">";
7160 5004 font-size: 8px;
7161 - padding-inline-end: 5px;
5005 + padding-left: 5px;
7162 5006 }
7163 5007 .elementor-tags-list__item:hover {
7164 5008 background-color: var(--e-a-bg-hover);
7165 5009 }
7166 5010 .elementor-tags-list__teaser {
7167 - border-block-start: 2px solid var(--e-a-border-color);
7168 - padding-block-start: 4px;
7169 - margin-block-start: 4px;
5011 + border-top: 2px solid var(--e-a-border-color);
5012 + padding-top: 4px;
5013 + margin-top: 4px;
7170 5014 }
7171 5015 .elementor-tags-list__teaser-text {
7172 5016 padding: 2px 15px 8px;
7173 5017 line-height: 1.5;
@@ -7201,9 +5045,9 @@
7201 5045 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7202 5046 color: var(--e-a-color-txt-hover);
7203 5047 }
7204 5048 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7205 - margin-block-start: 10px;
5049 + margin-top: 10px;
7206 5050 }
7207 5051
7208 5052 .elementor-tag-settings-popup {
7209 5053 position: absolute;
@@ -7215,12 +5059,12 @@
7215 5059 }
7216 5060 .elementor-tag-settings-popup:before {
7217 5061 content: "";
7218 5062 position: absolute;
7219 - inset-block-start: -20px;
7220 - inset-inline-start: 5px;
5063 + top: -20px;
5064 + right: 5px;
7221 5065 border: 10px solid transparent;
7222 - border-block-end-color: var(--e-a-border-color);
5066 + border-bottom-color: var(--e-a-border-color);
7223 5067 }
7224 5068 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7225 5069 margin: 0;
7226 5070 }
@@ -7275,54 +5119,40 @@
7275 5119 }
7276 5120
7277 5121 .elementor-context-menu {
7278 5122 position: absolute;
7279 - width: 250px;
7280 - padding: 5px 0px;
5123 + width: 200px;
7281 5124 background-color: var(--e-a-bg-default);
7282 - border-radius: var(--e-a-border-radius);
7283 - box-shadow: var(--e-a-popover-shadow);
5125 + border: var(--e-a-border);
5126 + border-radius: 3px;
5127 + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7284 5128 -webkit-user-select: none;
7285 5129 -moz-user-select: none;
7286 5130 user-select: none;
7287 5131 z-index: 101;
7288 5132 }
7289 -.elementor-context-menu-list {
7290 - display: flex;
7291 - flex-direction: column;
7292 -}
7293 5133 .elementor-context-menu-list__group {
7294 - display: flex;
7295 - flex-direction: column;
5134 + padding: 5px 0;
7296 5135 }
7297 5136 .elementor-context-menu-list__group:not(:last-child) {
7298 - border-block-end: var(--e-a-border);
5137 + border-bottom: var(--e-a-border);
7299 5138 }
7300 5139 .elementor-context-menu-list__item {
7301 - padding: 12px 20px;
5140 + padding: 5px 10px;
5141 + padding-left: 20px;
7302 5142 display: flex;
7303 - gap: 16px;
7304 5143 cursor: pointer;
7305 5144 transition: var(--e-a-transition-hover);
7306 - align-items: center;
7307 5145 }
7308 5146 .elementor-context-menu-list__item--disabled {
7309 5147 cursor: default;
7310 - opacity: 0.5;
7311 5148 color: var(--e-a-color-disabled);
7312 5149 }
7313 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7314 - opacity: 1;
7315 -}
7316 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7317 - opacity: 0.5;
7318 -}
7319 -.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 {
5150 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7320 5151 background-color: var(--e-a-bg-hover);
7321 5152 color: var(--e-a-color-hover);
7322 5153 }
7323 5154 .elementor-context-menu-list__item__icon {
7324 - display: none;
7325 5155 width: 20px;
7326 5156 }
7327 5157 .elementor-context-menu-list__item__title {
7328 5158 flex-grow: 1;
@@ -7332,52 +5162,17 @@
7332 5162 }
7333 5163 .elementor-context-menu-list__item__shortcut {
7334 5164 color: var(--e-a-color-txt-muted);
7335 5165 }
7336 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7337 - position: absolute;
7338 - inset: 0;
7339 - z-index: 2;
7340 - cursor: pointer;
7341 -}
7342 -.elementor-context-menu-list__item__shortcut__new-badge {
7343 - border: 1px solid var(--e-a-color-primary-bold);
7344 - padding: 2px 8px;
7345 - color: var(--e-a-color-primary-bold);
7346 - border-radius: 10px;
7347 - font-size: 10px;
7348 -}
7349 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7350 - display: flex;
7351 - align-items: center;
7352 - justify-content: center;
7353 - width: 24px;
7354 - height: 24px;
7355 - border-radius: 50%;
7356 - background-color: rgba(214, 16, 124, 0.12);
7357 - color: var(--e-a-color-accent-promotion, #D6107C);
7358 - font-size: 16px;
7359 - cursor: pointer;
7360 -}
7361 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7362 - font-size: 14px;
7363 - font-style: normal;
7364 - font-weight: 400;
7365 - line-height: 1;
7366 - position: relative;
7367 -}
7368 -.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 > * {
5166 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7369 5167 color: var(--e-global-color-danger);
7370 5168 }
7371 -.elementor-context-menu-list__item.elementor-hidden {
7372 - display: none;
7373 -}
7374 5169 .elementor-context-menu .eicon-pro-icon {
7375 5170 color: var(--e-global-color-accent);
7376 5171 }
7377 5172
7378 5173 #elementor-hotkeys {
7379 - text-align: start;
5174 + text-align: right;
7380 5175 }
7381 5176 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7382 5177 display: none;
7383 5178 }
@@ -7382,11 +5177,8 @@
7382 5177 display: none;
7383 5178 }
7384 5179 #elementor-hotkeys__content {
7385 5180 display: flex;
7386 - justify-content: space-between;
7387 - gap: 70px;
7388 - padding: 20px 30px;
7389 5181 width: 100%;
7390 5182 overflow: hidden;
7391 5183 }
7392 5184 @media (max-width: 1024px) {
@@ -7391,29 +5183,108 @@
7391 5183 }
7392 5184 @media (max-width: 1024px) {
7393 5185 #elementor-hotkeys__content {
7394 5186 flex-direction: column;
7395 - gap: 20px;
7396 - padding: 20px;
7397 5187 }
7398 5188 }
5189 +#elementor-hotkeys__actions .elementor-hotkeys__list {
5190 + border-radius: 0 3px 3px 0;
5191 +}
5192 +@media (max-width: 1024px) {
5193 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5194 + border-radius: var(--e-global-radius);
5195 + }
5196 +}
5197 +@media (min-width: 1025px) {
5198 + #elementor-hotkeys__actions .elementor-hotkeys__header,
5199 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5200 + padding-left: 25px;
5201 + }
5202 +}
5203 +@media (min-width: 1440px) {
5204 + #elementor-hotkeys__actions .elementor-hotkeys__header,
5205 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5206 + padding-left: 50px;
5207 + }
5208 +}
5209 +#elementor-hotkeys__navigation .elementor-hotkeys__list {
5210 + border-radius: 3px 0 0 3px;
5211 +}
5212 +@media (max-width: 1024px) {
5213 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5214 + border-radius: var(--e-global-radius);
5215 + }
5216 +}
5217 +@media (min-width: 1025px) {
5218 + #elementor-hotkeys__navigation .elementor-hotkeys__header {
5219 + padding-right: 25px;
5220 + }
5221 +}
5222 +@media (min-width: 1440px) {
5223 + #elementor-hotkeys__navigation .elementor-hotkeys__header {
5224 + padding-right: 50px;
5225 + }
5226 +}
5227 +@media (min-width: 1025px) {
5228 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5229 + padding-right: 15px;
5230 + }
5231 +}
5232 +@media (min-width: 1440px) {
5233 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5234 + padding-right: 40px;
5235 + }
5236 +}
7399 5237
7400 5238 .elementor-hotkeys__col {
7401 - display: flex;
7402 - flex-direction: column;
7403 - gap: 20px;
5239 + width: 50%;
5240 +}
5241 +@media (max-width: 1024px) {
5242 + .elementor-hotkeys__col {
5243 + width: 100%;
5244 + }
5245 +}
5246 +.elementor-hotkeys__header, .elementor-hotkeys__list {
7404 5247 width: 100%;
7405 5248 }
7406 5249 .elementor-hotkeys__header {
5250 + padding: 10px 30px;
7407 5251 font-weight: 500;
7408 5252 }
5253 +@media (max-width: 479px) {
5254 + .elementor-hotkeys__header {
5255 + padding-right: 10px;
5256 + padding-left: 10px;
5257 + }
5258 +}
5259 +.elementor-hotkeys__list {
5260 + background-color: var(--e-a-bg-default);
5261 + height: calc(100% - 42px);
5262 + padding: 10px 20px;
5263 +}
5264 +@media (max-width: 479px) {
5265 + .elementor-hotkeys__list {
5266 + padding: 0;
5267 + }
5268 +}
5269 +@media (max-width: 1024px) {
5270 + .elementor-hotkeys__list {
5271 + margin-bottom: 30px;
5272 + }
5273 +}
5274 +@media (max-width: 1024px) {
5275 + .elementor-hotkeys__list {
5276 + height: auto;
5277 + }
5278 +}
7409 5279 .elementor-hotkeys__item {
7410 5280 display: flex;
7411 5281 align-items: center;
7412 5282 padding: 20px 10px;
5283 + border-bottom: var(--e-a-border);
7413 5284 }
7414 -.elementor-hotkeys__item:not(:last-child) {
7415 - border-block-end: var(--e-a-border);
5285 +.elementor-hotkeys__item:last-child {
5286 + border-bottom: none;
7416 5287 }
7417 5288 .elementor-hotkeys__item--label {
7418 5289 font-size: 13px;
7419 5290 font-weight: 400;
@@ -7421,45 +5292,41 @@
7421 5292 }
7422 5293 .elementor-hotkeys__item--shortcut {
7423 5294 flex-grow: 0;
7424 5295 display: flex;
7425 - gap: 27px;
5296 + flex-direction: row-reverse;
7426 5297 }
7427 -@media (max-width: 1024px) {
7428 - .elementor-hotkeys__item--shortcut {
7429 - gap: 23px;
7430 - }
7431 -}
7432 -.elementor-hotkeys__item--shortcut kbd {
5298 +.elementor-hotkeys__item--shortcut span {
7433 5299 position: relative;
7434 - font-family: unset;
7435 5300 background-color: var(--e-a-bg-active);
7436 5301 padding: 5px 12px;
7437 - border-radius: var(--e-a-border-radius);
5302 + margin-right: 27px;
5303 + border-radius: 3px;
7438 5304 }
7439 -@media (max-width: 1024px) {
7440 - .elementor-hotkeys__item--shortcut kbd {
5305 +@media (max-width: 479px) {
5306 + .elementor-hotkeys__item--shortcut span {
7441 5307 padding: 4px 9px;
5308 + margin-right: 23px;
7442 5309 }
7443 5310 }
7444 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
5311 +.elementor-hotkeys__item--shortcut span:after {
7445 5312 content: "+";
7446 5313 position: absolute;
7447 - inset-inline-end: 0;
5314 + right: -18px;
7448 5315 width: 9px;
7449 5316 text-align: center;
7450 - margin-inline-end: -18px;
7451 5317 }
7452 -@media (max-width: 1024px) {
7453 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7454 - margin-inline-end: -16px;
5318 +@media (max-width: 479px) {
5319 + .elementor-hotkeys__item--shortcut span:after {
5320 + right: -16px;
7455 5321 }
7456 5322 }
7457 -
7458 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7459 - margin-top: 0 !important;
7460 - width: calc(25% - 30px);
5323 +.elementor-hotkeys__item--shortcut span:last-child {
5324 + margin-right: 0;
7461 5325 }
5326 +.elementor-hotkeys__item--shortcut span:last-child:after {
5327 + display: none;
5328 +}
7462 5329
7463 5330 .ui-resizable-n {
7464 5331 top: -5px;
7465 5332 }
@@ -7518,18 +5385,16 @@
7518 5385 }
7519 5386
7520 5387 body {
7521 5388 --e-editor-navigator-width: 240px;
7522 - --e-editor-navigator-indicator-width: 3px;
7523 - --e-editor-navigator-promotion-height: 30px;
7524 5389 }
7525 5390
7526 5391 #elementor-navigator {
7527 5392 position: fixed;
7528 - inset-block-start: 100px;
7529 - inset-inline-end: 30px;
5393 + top: 100px;
7530 5394 width: var(--e-editor-navigator-width);
7531 5395 height: 50vh;
5396 + left: 30px;
7532 5397 background-color: var(--e-a-bg-default);
7533 5398 border: var(--e-a-border);
7534 5399 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7535 5400 -webkit-user-select: none;
@@ -7539,10 +5404,10 @@
7539 5404 z-index: 100;
7540 5405 display: none;
7541 5406 }
7542 5407 body.elementor-navigator-docked #elementor-navigator {
7543 - inset: 0;
7544 - inset-inline-start: auto;
5408 + top: 0;
5409 + left: 0;
7545 5410 height: 100%;
7546 5411 }
7547 5412 body:not(.elementor-navigator-docked) #elementor-navigator {
7548 5413 border-radius: 5px;
@@ -7548,15 +5413,13 @@
7548 5413 border-radius: 5px;
7549 5414 }
7550 5415 #elementor-navigator__inner {
7551 5416 height: 100%;
7552 - display: flex;
7553 - flex-direction: column;
7554 5417 }
7555 5418 #elementor-navigator__header {
7556 5419 display: flex;
7557 5420 align-items: stretch;
7558 - border-block-end: var(--e-a-border);
5421 + border-bottom: var(--e-a-border);
7559 5422 color: var(--e-a-color-txt-accent);
7560 5423 }
7561 5424 #elementor-navigator__header__title {
7562 5425 flex: 1;
@@ -7565,22 +5428,8 @@
7565 5428 font-weight: 400;
7566 5429 padding: 10px 0;
7567 5430 cursor: move;
7568 5431 }
7569 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7570 - padding-inline-end: 17.5px;
7571 -}
7572 -#elementor-navigator__ai-titles {
7573 - width: 35px;
7574 - text-align: center;
7575 - cursor: pointer;
7576 - background-color: transparent;
7577 - border: none;
7578 - outline: none;
7579 -}
7580 -#elementor-navigator__ai-titles:hover {
7581 - color: #E73CF6;
7582 -}
7583 5432 #elementor-navigator__close, #elementor-navigator__toggle-all {
7584 5433 color: var(--e-a-color-txt);
7585 5434 background-color: transparent;
7586 5435 border: none;
@@ -7601,9 +5450,9 @@
7601 5450 #elementor-navigator__close {
7602 5451 font-size: 11px;
7603 5452 }
7604 5453 #elementor-navigator__elements {
7605 - flex-grow: 1;
5454 + height: calc(100% - 49px);
7606 5455 overflow: auto;
7607 5456 position: relative;
7608 5457 }
7609 5458 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7611,35 +5460,22 @@
7611 5460 }
7612 5461 #elementor-navigator__elements .elementor-nerd-box {
7613 5462 padding: 25px;
7614 5463 }
7615 -#elementor-navigator__elements > .elementor-navigator__element-section {
7616 - border-block-end: var(--e-a-border);
5464 +#elementor-navigator__elements-section {
5465 + border-bottom: var(--e-a-border);
7617 5466 }
7618 5467 #elementor-navigator__footer {
5468 + position: absolute;
7619 5469 width: 100%;
5470 + left: 0;
5471 + bottom: 0;
7620 5472 text-align: center;
5473 + border-top: var(--e-a-border);
7621 5474 }
7622 -#elementor-navigator__footer__resize-bar {
7623 - border-block-start: var(--e-a-border);
7624 -}
7625 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5475 +.elementor-navigator-docked #elementor-navigator__footer {
7626 5476 display: none;
7627 5477 }
7628 -#elementor-navigator__footer__promotion {
7629 - font-size: 12px;
7630 - padding: 4px 17px;
7631 - font-family: "Roboto", sans-serif;
7632 - color: var(--e-a-bg-logo);
7633 - min-height: var(--e-editor-navigator-promotion-height);
7634 - display: flex;
7635 - justify-content: center;
7636 - align-items: center;
7637 -}
7638 -#elementor-navigator__footer__promotion a {
7639 - color: var(--e-a-color-accent-promotion);
7640 - margin-inline-start: 1px;
7641 -}
7642 5478
7643 5479 .elementor-navigator__item {
7644 5480 position: relative;
7645 5481 display: flex;
@@ -7647,9 +5483,9 @@
7647 5483 cursor: pointer;
7648 5484 transition: padding 0.5s linear;
7649 5485 overflow: hidden;
7650 5486 }
7651 -.elementor-navigator__item:hover, .elementor-navigator__item:focus {
5487 +.elementor-navigator__item:hover {
7652 5488 background-color: var(--e-a-bg-hover);
7653 5489 }
7654 5490 .elementor-navigator__item:active {
7655 5491 background-color: var(--e-a-bg-active);
@@ -7658,9 +5494,9 @@
7658 5494 .elementor-navigator__item[data-locked=true] {
7659 5495 cursor: not-allowed;
7660 5496 }
7661 5497 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7662 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5498 + transform: rotate(90deg);
7663 5499 }
7664 5500 .elementor-navigator__item > * {
7665 5501 display: flex;
7666 5502 align-items: center;
@@ -7669,15 +5505,15 @@
7669 5505 display: none;
7670 5506 }
7671 5507 .elementor-navigator__elements > .elementor-navigator__element-section,
7672 5508 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7673 - border-block-end: var(--e-a-border);
5509 + border-bottom: var(--e-a-border);
7674 5510 }
7675 5511 .elementor-navigator__elements .elementor-empty-view {
7676 5512 padding: 10px;
7677 5513 }
7678 5514 .elementor-navigator__elements .elementor-empty-view__title {
7679 - margin-inline-start: 34px;
5515 + margin-right: 23px;
7680 5516 font-size: 10px;
7681 5517 font-style: italic;
7682 5518 }
7683 5519 .elementor-navigator__elements .ui-sortable-helper {
@@ -7690,9 +5526,9 @@
7690 5526 .elementor-navigator__elements .ui-sortable-placeholder {
7691 5527 background-color: var(--e-a-bg-hover);
7692 5528 }
7693 5529 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7694 - border-block-start: var(--e-a-border);
5530 + border-top: var(--e-a-border);
7695 5531 }
7696 5532 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7697 5533 display: none;
7698 5534 }
@@ -7714,13 +5550,13 @@
7714 5550 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7715 5551 background-color: var(--e-a-bg-active);
7716 5552 }
7717 5553 .elementor-navigator__element__list-toggle {
7718 - margin-inline-end: 7px;
5554 + margin-left: 7px;
7719 5555 transition: transform 0.3s;
7720 5556 }
7721 5557 .elementor-navigator__element__element-type {
7722 - margin-inline-end: 8px;
5558 + margin-left: 8px;
7723 5559 font-size: 14px;
7724 5560 }
7725 5561 .elementor-navigator__element__title {
7726 5562 flex-grow: 1;
@@ -7745,9 +5581,9 @@
7745 5581 overflow: hidden;
7746 5582 }
7747 5583 .elementor-navigator__element__toggle {
7748 5584 position: absolute;
7749 - inset-inline-end: 15px;
5585 + left: 15px;
7750 5586 height: 100%;
7751 5587 z-index: 0;
7752 5588 font-size: 13px;
7753 5589 }
@@ -7753,12 +5589,13 @@
7753 5589 }
7754 5590 .elementor-navigator__element__indicators {
7755 5591 position: relative;
7756 5592 transition: transform 0.5s;
5593 + padding-right: 5px;
7757 5594 z-index: 91;
7758 5595 }
7759 5596 .elementor-navigator__element__indicators:not(:hover) {
7760 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5597 + transform: translateX(calc(-100% + 8px));
7761 5598 }
7762 5599 .elementor-navigator__element__indicator {
7763 5600 height: 100%;
7764 5601 width: 31px;
@@ -7764,15 +5601,18 @@
7764 5601 width: 31px;
7765 5602 display: inline-flex;
7766 5603 align-items: center;
7767 5604 justify-content: center;
7768 - color: var(--e-a-color-txt);
7769 - background-color: var(--e-a-bg-default);
7770 - border-inline-end: var(--e-a-border);
5605 + color: var(--e-a-color-txt-invert);
5606 + background-color: var(--e-a-color-white);
5607 + border-right: --e-a-border;
7771 5608 }
7772 5609 .elementor-navigator__element__indicator:first-child {
7773 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5610 + border-right: 3px solid var(--e-a-border-color-accent);
7774 5611 }
5612 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5613 + border-color: #242729;
5614 +}
7775 5615 .elementor-navigator__element__indicator:hover {
7776 5616 color: var(--e-a-color-txt-hover);
7777 5617 }
7778 5618 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7778,16 +5618,13 @@
7778 5618 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7779 5619 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7780 5620 opacity: 0.5;
7781 5621 }
7782 -.elementor-navigator__promotion-text {
7783 - line-height: 18px;
7784 -}
7785 5622
7786 5623 .e-notice-bar {
7787 5624 position: absolute;
7788 5625 width: 100%;
7789 - inset-block-end: 0;
5626 + bottom: 0;
7790 5627 display: flex;
7791 5628 align-items: center;
7792 5629 height: 40px;
7793 5630 color: #fff;
@@ -7802,18 +5639,19 @@
7802 5639 color: #D5D8DC;
7803 5640 }
7804 5641 .e-notice-bar__primary_action {
7805 5642 margin-inline: 12px;
5643 + text-transform: uppercase;
7806 5644 }
7807 5645 .e-notice-bar__primary_action a {
7808 5646 background: #ffffff;
7809 5647 border-radius: 3px;
7810 - color: #93003f;
5648 + color: #524CFF;
7811 5649 padding: 4px 10px;
7812 5650 font-size: 11px;
7813 5651 }
7814 5652 .e-notice-bar__primary_action a:hover {
7815 - color: rgb(70.5, 0, 30.2142857143);
5653 + color: #0900ff;
7816 5654 background: #F1F2F3;
7817 5655 }
7818 5656 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7819 5657 font-size: 11px;
@@ -7829,12 +5667,14 @@
7829 5667 color: #F1F2F3;
7830 5668 }
7831 5669 .e-notice-bar__close {
7832 5670 cursor: pointer;
7833 - margin-inline-start: auto;
5671 + -webkit-margin-start: auto;
5672 + margin-inline-start: auto;
7834 5673 }
7835 5674 .e-notice-bar__icon {
7836 - margin-inline-end: 8px;
5675 + -webkit-margin-end: 8px;
5676 + margin-inline-end: 8px;
7837 5677 }
7838 5678 .e-notice-bar i {
7839 5679 font-size: 16px;
7840 5680 opacity: 0.9;
@@ -7874,14 +5714,14 @@
7874 5714 display: none;
7875 5715 }
7876 5716 }
7877 5717 #elementor-icons-manager__tab-links {
7878 - margin-block-start: 30px;
5718 + margin-top: 30px;
7879 5719 }
7880 5720 #elementor-icons-manager__upload {
7881 5721 margin: 20px 45px;
7882 - padding-block-start: 35px;
7883 - border-block-start: var(--e-a-border);
5722 + padding-top: 35px;
5723 + border-top: var(--e-a-border);
7884 5724 display: flex;
7885 5725 align-items: center;
7886 5726 justify-content: space-between;
7887 5727 }
@@ -7913,11 +5753,11 @@
7913 5753 background-color: transparent;
7914 5754 }
7915 5755 #elementor-icons-manager__search i {
7916 5756 position: absolute;
7917 - inset-block-start: 50%;
7918 - inset-inline-end: 15px;
5757 + top: 50%;
7919 5758 transform: translateY(-50%);
5759 + left: 15px;
7920 5760 }
7921 5761 #elementor-icons-manager__tab__wrapper {
7922 5762 overflow: auto;
7923 5763 margin: 25px -15px 0;
@@ -7926,9 +5766,9 @@
7926 5766 #elementor-icons-manager__tab__title {
7927 5767 color: var(--e-a-color-txt);
7928 5768 font-size: 16px;
7929 5769 font-weight: 500;
7930 - text-align: start;
5770 + text-align: right;
7931 5771 }
7932 5772 @media (max-width: 479px) {
7933 5773 #elementor-icons-manager__tab__title {
7934 5774 display: none;
@@ -7963,9 +5803,9 @@
7963 5803 #elementor-icons-manager__promotion {
7964 5804 display: flex;
7965 5805 align-items: center;
7966 5806 flex-direction: column;
7967 - padding-block-start: 70px;
5807 + padding-top: 70px;
7968 5808 }
7969 5809 #elementor-icons-manager__promotion__icon {
7970 5810 font-size: 60px;
7971 5811 }
@@ -7971,25 +5811,24 @@
7971 5811 }
7972 5812 #elementor-icons-manager__promotion__text {
7973 5813 width: 300px;
7974 5814 font-size: 16px;
7975 - padding-block-start: 25px;
5815 + padding-top: 25px;
7976 5816 }
7977 5817 #elementor-icons-manager__promotion__link {
7978 - margin-block-start: 20px;
5818 + margin-top: 20px;
7979 5819 }
7980 5820
7981 5821 .elementor-icons-manager__tab-link {
7982 - padding-block: 15px;
7983 - padding-inline: 45px 0;
5822 + padding: 15px 45px 15px 0;
7984 5823 font-size: 12px;
7985 - text-align: start;
5824 + text-align: right;
7986 5825 cursor: pointer;
7987 5826 position: relative;
7988 5827 }
7989 5828 .elementor-icons-manager__tab-link i {
7990 5829 font-size: 20px;
7991 - padding-inline-end: 15px;
5830 + padding-left: 15px;
7992 5831 }
7993 5832 @media (max-width: 1024px) {
7994 5833 .elementor-icons-manager__tab-link i {
7995 5834 display: none;
@@ -8006,16 +5845,16 @@
8006 5845 content: "";
8007 5846 position: absolute;
8008 5847 height: 100%;
8009 5848 width: 3px;
8010 - inset-block-start: 0;
8011 - inset-inline-start: 0;
5849 + top: 0;
5850 + right: 0;
8012 5851 background-color: var(--e-a-border-color-accent);
8013 5852 }
8014 5853 .elementor-icons-manager__tab__item {
8015 5854 position: relative;
8016 5855 height: 0;
8017 - padding-block-end: 100%;
5856 + padding-bottom: 100%;
8018 5857 border: var(--e-a-border);
8019 5858 border-radius: 3px;
8020 5859 cursor: pointer;
8021 5860 transition: var(--e-a-transition-hover);
@@ -8034,11 +5873,11 @@
8034 5873 flex-direction: column;
8035 5874 align-items: center;
8036 5875 width: 100%;
8037 5876 position: absolute;
8038 - inset-block-start: 50%;
8039 - inset-inline-start: 50%;
8040 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5877 + top: 50%;
5878 + left: 50%;
5879 + transform: translate(-50%, -50%);
8041 5880 padding: 1px;
8042 5881 }
8043 5882 .elementor-icons-manager__tab__item__icon {
8044 5883 font-size: 25px;
@@ -8082,12 +5921,11 @@
8082 5921 }
8083 5922 .pickr .pcr-button:before, .pickr .pcr-button:after {
8084 5923 height: 12px;
8085 5924 width: 12px;
8086 - position: absolute;
8087 - inset-block-start: 50%;
8088 - inset-inline-start: 50%;
8089 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5925 + top: 50%;
5926 + left: 50%;
5927 + transform: translate(-50%, -50%);
8090 5928 }
8091 5929
8092 5930 .pcr-app {
8093 5931 background-color: var(--e-a-bg-default);
@@ -8105,13 +5943,10 @@
8105 5943 }
8106 5944 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8107 5945 height: 150px;
8108 5946 }
8109 -.pcr-app .pcr-selection .pcr-picker {
8110 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8111 -}
8112 5947 .pcr-app .pcr-interaction {
8113 - padding-block-end: 20px;
5948 + padding-bottom: 20px;
8114 5949 }
8115 5950 .pcr-app .pcr-interaction input.pcr-result {
8116 5951 border: var(--e-a-border);
8117 5952 color: var(--e-a-color-txt);
@@ -8126,9 +5961,10 @@
8126 5961 .pcr-app .pcr-interaction input.pcr-type {
8127 5962 all: unset;
8128 5963 font-size: 10px;
8129 5964 color: var(--e-a-color-txt-muted);
8130 - padding-inline-start: 5px;
5965 + -webkit-padding-start: 5px;
5966 + padding-inline-start: 5px;
8131 5967 cursor: pointer;
8132 5968 }
8133 5969 .pcr-app .pcr-interaction input.pcr-type.active {
8134 5970 background-color: transparent;
@@ -8137,9 +5973,9 @@
8137 5973 .pcr-selection, .pcr-interaction {
8138 5974 padding: 0 20px;
8139 5975 }
8140 5976 .pcr-selection {
8141 - padding-block-start: 20px;
5977 + padding-top: 20px;
8142 5978 }
8143 5979 .pcr .elementor-control-dynamic-switcher {
8144 5980 height: 20px;
8145 5981 border: 0;
@@ -8194,19 +6030,22 @@
8194 6030 font-family: "eicons";
8195 6031 color: var(--e-a-btn-color-invert);
8196 6032 text-indent: 0;
8197 6033 position: absolute;
8198 - inset: 0;
6034 + left: 0;
6035 + top: 0;
6036 + width: 100%;
6037 + height: 100%;
8199 6038 display: flex;
8200 6039 justify-content: center;
8201 6040 align-items: center;
8202 6041 }
8203 6042 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8204 - padding-block-end: 5px;
6043 + padding-bottom: 5px;
8205 6044 }
8206 6045 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8207 6046 color: var(--e-a-btn-color-invert);
8208 - margin-inline-end: 3px;
6047 + margin-left: 3px;
8209 6048 }
8210 6049 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8211 6050 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8212 6051 background-color: var(--e-a-bg-default);
@@ -8227,9 +6066,9 @@
8227 6066 }
8228 6067
8229 6068 .select2-selection__arrow {
8230 6069 height: 27px;
8231 - inset-block-start: 0;
6070 + top: 0;
8232 6071 }
8233 6072
8234 6073 .select2-results__option[aria-selected=true] {
8235 6074 background-color: var(--e-a-bg-active);
@@ -8252,12 +6091,12 @@
8252 6091 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8253 6092 cursor: ew-resize;
8254 6093 }
8255 6094 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8256 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6095 + box-shadow: 0 0 0 1px #0e3b9c inset;
8257 6096 }
8258 6097 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8259 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6098 + color: #0e3b9c;
8260 6099 -webkit-user-select: none;
8261 6100 -moz-user-select: none;
8262 6101 user-select: none;
8263 6102 }
@@ -8272,9 +6111,9 @@
8272 6111 #elementor-paste-area-dialog {
8273 6112 text-align: center;
8274 6113 }
8275 6114 #elementor-paste-area-dialog .dialog-header {
8276 - padding-block-start: 60px;
6115 + padding-top: 60px;
8277 6116 font-size: 30px;
8278 6117 }
8279 6118 #elementor-paste-area-dialog .dialog-message {
8280 6119 padding: 0 15px 15px;
@@ -8288,10 +6127,11 @@
8288 6127 padding: 0;
8289 6128 margin: 0;
8290 6129 height: 100px;
8291 6130 position: absolute;
8292 - inset-block-start: -60px;
8293 - inset-inline: 0;
6131 + top: -60px;
6132 + left: 0;
6133 + right: 0;
8294 6134 }
8295 6135 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8296 6136 border-color: transparent;
8297 6137 outline: none;
@@ -8303,9 +6143,9 @@
8303 6143 display: none;
8304 6144 }
8305 6145 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8306 6146 display: block;
8307 - margin-block-start: 15px;
6147 + margin-top: 15px;
8308 6148 }
8309 6149 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8310 6150 color: var(--e-a-color-danger);
8311 6151 font-size: 12px;
@@ -8311,9 +6151,9 @@
8311 6151 font-size: 12px;
8312 6152 }
8313 6153 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8314 6154 content: "";
8315 - border-block-start: var(--e-a-border);
6155 + border-top: var(--e-a-border);
8316 6156 display: block;
8317 6157 margin: 10px -15px;
8318 6158 }
8319 6159
@@ -8318,22 +6158,20 @@
8318 6158 }
8319 6159
8320 6160 [class^=eicon-flex], [class*=" eicon-flex"] {
8321 6161 transition: 0.3s all;
6162 + --is-ltr: 1;
6163 + --is-rtl: 0;
6164 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6165 + --is-ltr: 0;
6166 + --is-rtl: 1;
8322 6167 }
8323 6168 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8324 6169 max-height: 1em;
8325 6170 max-width: 1em;
8326 6171 }
8327 -[class^=eicon-flex], [class*=" eicon-flex"] {
8328 - --is-ltr: 0;
8329 - --is-rtl: 1;
8330 -}
8331 6172 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8332 6173 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8333 -}
8334 -[class^=eicon-flex], [class*=" eicon-flex"] {
8335 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8336 6174 }
8337 6175 :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) {
8338 6176 transform: rotate(calc(var(--rotation-direction) * 90deg));
8339 6177 }