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-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 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/editor.css +1033 -3203 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 + right: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89f";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89e";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -123,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-right: 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 + left: 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-left: 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: left;
567 + border-radius: 0 3px 3px 0;
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-left: 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 + right: 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 + left: 8px;
883 + right: 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-left: auto;
1245 928 }
1246 929 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1247 - margin-inline-end: 0;
930 + margin-right: 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 10px 10px 29px;
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 + left: 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-right: 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 + right: 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 + right: 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-right-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-left: 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 + right: 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-right-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-left: 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-right: 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 + left: 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 + left: 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: "\e90a";
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,26 +1457,19 @@
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-left: 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 -.elementor-control-start-end .eicon-h-align-left,
1952 -.elementor-control-start-end .eicon-h-align-right {
1953 - scale: calc(1 * var(--direction-multiplier)) 1;
1954 -}
1955 -
1956 1472 .elementor-update-preview {
1957 1473 margin: 15px 15px 0;
1958 1474 display: flex;
1959 1475 align-items: center;
@@ -1960,13 +1476,14 @@
1960 1476 }
1961 1477
1962 1478 .elementor-update-preview-button-wrapper {
1963 1479 flex-grow: 1;
1964 - text-align: end;
1480 + text-align: right;
1965 1481 }
1966 1482
1967 1483 .elementor-update-preview-button {
1968 1484 padding: 8px 15px;
1485 + text-transform: uppercase;
1969 1486 }
1970 1487
1971 1488 .elementor-control-direction-ltr input,
1972 1489 .elementor-control-direction-ltr textarea {
@@ -1982,15 +1499,15 @@
1982 1499 --pointer-position: var(--selected-option);
1983 1500 position: relative;
1984 1501 width: 2.5em;
1985 1502 height: 2.5em;
1986 - margin: calc(-2.5em + 12px) 0;
1987 - margin-inline-end: 5px;
1503 + margin: calc( -2.5em + 12px) 0;
1504 + margin-right: 5px;
1988 1505 }
1989 1506 .elementor-control-responsive-switchers__holder {
1990 1507 position: absolute;
1991 1508 width: 100%;
1992 - inset-block-start: 0;
1509 + top: 0;
1993 1510 background-color: var(--e-a-bg-default);
1994 1511 border-radius: var(--e-a-border-radius);
1995 1512 transition: 0.15s;
1996 1513 border: 1px solid transparent;
@@ -2094,9 +1611,9 @@
2094 1611 }
2095 1612
2096 1613 .e-units-wrapper {
2097 1614 position: relative;
2098 - margin-inline-start: auto;
1615 + margin-left: auto;
2099 1616 }
2100 1617 .e-units-wrapper .e-units-switcher {
2101 1618 cursor: pointer;
2102 1619 font-size: 10px;
@@ -2133,10 +1650,10 @@
2133 1650 display: none;
2134 1651 overflow: hidden;
2135 1652 max-height: 0;
2136 1653 position: absolute;
2137 - inset-block-start: -0.8em;
2138 - inset-inline-start: -0.5em;
1654 + top: -0.8em;
1655 + left: -0.5em;
2139 1656 width: 2.5em;
2140 1657 text-align: center;
2141 1658 background-color: var(--e-a-bg-default);
2142 1659 border-radius: var(--e-a-border-radius);
@@ -2156,8 +1673,14 @@
2156 1673 }
2157 1674 .e-units-choices .elementor-units-choices-label:hover {
2158 1675 color: var(--e-a-color-primary-bold);
2159 1676 }
1677 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1678 + display: none;
1679 +}
1680 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
1681 + display: none;
1682 +}
2160 1683 .e-units-choices.e-units-choices-open {
2161 1684 display: block;
2162 1685 animation-duration: 1s;
2163 1686 animation-name: e-units-choices-open;
@@ -2175,26 +1698,19 @@
2175 1698 to {
2176 1699 max-height: 100vh;
2177 1700 }
2178 1701 }
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 1702 .elementor-control-type-button .elementor-control-input-wrapper {
2191 - text-align: end;
1703 + text-align: right;
2192 1704 }
2193 -.elementor-control-type-button .elementor-button {
1705 +.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,
1706 +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
1707 +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .dialog-button {
2194 1708 width: auto;
2195 1709 }
2196 -.elementor-control-type-button .elementor-button.elementor-button-center {
1710 +.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,
1711 +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .elementor-button-center.dialog-button,
1712 +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .elementor-button-center.dialog-button {
2197 1713 display: block;
2198 1714 margin: 0 auto;
2199 1715 }
2200 1716
@@ -2211,12 +1727,12 @@
2211 1727 border-radius: var(--e-a-border-radius);
2212 1728 overflow: hidden;
2213 1729 }
2214 1730 .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;
1731 + border-top: var(--e-a-border-bold);
1732 + border-bottom: var(--e-a-border-bold);
1733 + border-left: var(--e-a-border-bold);
1734 + border-right: none;
2219 1735 font-size: 12px;
2220 1736 transition: var(--e-a-transition-hover);
2221 1737 cursor: pointer;
2222 1738 overflow: hidden;
@@ -2221,15 +1737,15 @@
2221 1737 cursor: pointer;
2222 1738 overflow: hidden;
2223 1739 }
2224 1740 .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);
1741 + border-top-left-radius: var(--e-a-border-radius);
1742 + border-bottom-left-radius: var(--e-a-border-radius);
2227 1743 }
2228 1744 .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);
1745 + border-right: var(--e-a-border-bold);
1746 + border-top-right-radius: var(--e-a-border-radius);
1747 + border-bottom-right-radius: var(--e-a-border-radius);
2232 1748 }
2233 1749 .elementor-choices input {
2234 1750 display: none;
2235 1751 }
@@ -2245,12 +1761,9 @@
2245 1761 justify-content: flex-end;
2246 1762 }
2247 1763
2248 1764 .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);
1765 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2253 1766 flex-shrink: 0;
2254 1767 border-color: var(--e-a-border-color-bold);
2255 1768 transition: var(--e-a-transition-hover);
2256 1769 }
@@ -2272,10 +1785,10 @@
2272 1785 height: 6px;
2273 1786 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2274 1787 }
2275 1788 .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;
1789 + margin-top: 0;
1790 + margin-bottom: 5px;
2278 1791 }
2279 1792
2280 1793 .elementor-group-control-blur .elementor-slider {
2281 1794 background: url("../images/blur.png");
@@ -2305,15 +1818,15 @@
2305 1818 --pointer-position: var(--selected-option);
2306 1819 position: relative;
2307 1820 width: 2.5em;
2308 1821 height: 2.5em;
2309 - margin: calc(-2.5em + 12px) 0;
2310 - margin-inline-end: 5px;
1822 + margin: calc( -2.5em + 12px) 0;
1823 + margin-right: 5px;
2311 1824 }
2312 1825 .elementor-control-responsive-switchers__holder {
2313 1826 position: absolute;
2314 1827 width: 100%;
2315 - inset-block-start: 0;
1828 + top: 0;
2316 1829 background-color: var(--e-a-bg-default);
2317 1830 border-radius: var(--e-a-border-radius);
2318 1831 transition: 0.15s;
2319 1832 border: 1px solid transparent;
@@ -2417,9 +1930,9 @@
2417 1930 }
2418 1931
2419 1932 .e-units-wrapper {
2420 1933 position: relative;
2421 - margin-inline-start: auto;
1934 + margin-left: auto;
2422 1935 }
2423 1936 .e-units-wrapper .e-units-switcher {
2424 1937 cursor: pointer;
2425 1938 font-size: 10px;
@@ -2456,10 +1969,10 @@
2456 1969 display: none;
2457 1970 overflow: hidden;
2458 1971 max-height: 0;
2459 1972 position: absolute;
2460 - inset-block-start: -0.8em;
2461 - inset-inline-start: -0.5em;
1973 + top: -0.8em;
1974 + left: -0.5em;
2462 1975 width: 2.5em;
2463 1976 text-align: center;
2464 1977 background-color: var(--e-a-bg-default);
2465 1978 border-radius: var(--e-a-border-radius);
@@ -2479,8 +1992,14 @@
2479 1992 }
2480 1993 .e-units-choices .elementor-units-choices-label:hover {
2481 1994 color: var(--e-a-color-primary-bold);
2482 1995 }
1996 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
1997 + display: none;
1998 +}
1999 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2000 + display: none;
2001 +}
2483 2002 .e-units-choices.e-units-choices-open {
2484 2003 display: block;
2485 2004 animation-duration: 1s;
2486 2005 animation-name: e-units-choices-open;
@@ -2513,15 +2032,15 @@
2513 2032 width: 100%;
2514 2033 height: 27px;
2515 2034 }
2516 2035 .elementor-control-type-dimensions li input {
2517 - border-inline-start: none;
2036 + border-left: none;
2518 2037 border-radius: 0;
2519 2038 padding: var(--e-a-border-radius);
2520 2039 }
2521 2040 .elementor-control-type-dimensions li input:focus {
2522 - border-inline-start: var(--e-a-border-bold);
2523 - margin-inline-start: -1px;
2041 + border-left: var(--e-a-border-bold);
2042 + margin-left: -1px;
2524 2043 width: calc(100% + 1px);
2525 2044 }
2526 2045 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2527 2046 color: var(--e-a-color-txt);
@@ -2527,28 +2046,22 @@
2527 2046 color: var(--e-a-color-txt);
2528 2047 }
2529 2048 .elementor-control-type-dimensions li .elementor-link-dimensions {
2530 2049 border: var(--e-a-border-bold);
2531 - border-inline-start: none;
2050 + border-left: none;
2532 2051 background-color: var(--e-a-bg-default);
2533 2052 padding: 0;
2534 2053 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);
2054 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2539 2055 cursor: pointer;
2540 2056 }
2541 2057 .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;
2058 + border-left: 1px solid var(--e-a-border-color-bold);
2059 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
2547 2060 }
2548 2061 .elementor-control-type-dimensions li:first-child input:focus {
2549 2062 border-color: var(--e-a-border-color-focus);
2550 - margin-inline-start: 0;
2063 + margin-left: 0;
2551 2064 width: 100%;
2552 2065 }
2553 2066 .elementor-control-type-dimensions li:last-child {
2554 2067 max-width: 27px;
@@ -2560,9 +2073,9 @@
2560 2073 color: var(--e-a-color-txt-muted);
2561 2074 display: block;
2562 2075 text-align: center;
2563 2076 font-size: 9px;
2564 - padding-block-start: 5px;
2077 + padding-top: 5px;
2565 2078 }
2566 2079 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2567 2080 background-color: var(--e-a-bg-default);
2568 2081 }
@@ -2583,15 +2096,15 @@
2583 2096 --pointer-position: var(--selected-option);
2584 2097 position: relative;
2585 2098 width: 2.5em;
2586 2099 height: 2.5em;
2587 - margin: calc(-2.5em + 12px) 0;
2588 - margin-inline-end: 5px;
2100 + margin: calc( -2.5em + 12px) 0;
2101 + margin-right: 5px;
2589 2102 }
2590 2103 .elementor-control-responsive-switchers__holder {
2591 2104 position: absolute;
2592 2105 width: 100%;
2593 - inset-block-start: 0;
2106 + top: 0;
2594 2107 background-color: var(--e-a-bg-default);
2595 2108 border-radius: var(--e-a-border-radius);
2596 2109 transition: 0.15s;
2597 2110 border: 1px solid transparent;
@@ -2695,9 +2208,9 @@
2695 2208 }
2696 2209
2697 2210 .e-units-wrapper {
2698 2211 position: relative;
2699 - margin-inline-start: auto;
2212 + margin-left: auto;
2700 2213 }
2701 2214 .e-units-wrapper .e-units-switcher {
2702 2215 cursor: pointer;
2703 2216 font-size: 10px;
@@ -2734,10 +2247,10 @@
2734 2247 display: none;
2735 2248 overflow: hidden;
2736 2249 max-height: 0;
2737 2250 position: absolute;
2738 - inset-block-start: -0.8em;
2739 - inset-inline-start: -0.5em;
2251 + top: -0.8em;
2252 + left: -0.5em;
2740 2253 width: 2.5em;
2741 2254 text-align: center;
2742 2255 background-color: var(--e-a-bg-default);
2743 2256 border-radius: var(--e-a-border-radius);
@@ -2757,8 +2270,14 @@
2757 2270 }
2758 2271 .e-units-choices .elementor-units-choices-label:hover {
2759 2272 color: var(--e-a-color-primary-bold);
2760 2273 }
2274 +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i {
2275 + display: none;
2276 +}
2277 +.e-units-choices .elementor-units-choices-label[data-choose=custom] span {
2278 + display: none;
2279 +}
2761 2280 .e-units-choices.e-units-choices-open {
2762 2281 display: block;
2763 2282 animation-duration: 1s;
2764 2283 animation-name: e-units-choices-open;
@@ -2791,15 +2310,15 @@
2791 2310 width: 100%;
2792 2311 height: 27px;
2793 2312 }
2794 2313 .elementor-control-type-gaps li input {
2795 - border-inline-start: none;
2314 + border-left: none;
2796 2315 border-radius: 0;
2797 2316 padding: var(--e-a-border-radius);
2798 2317 }
2799 2318 .elementor-control-type-gaps li input:focus {
2800 - border-inline-start: var(--e-a-border-bold);
2801 - margin-inline-start: -1px;
2319 + border-left: var(--e-a-border-bold);
2320 + margin-left: -1px;
2802 2321 width: calc(100% + 1px);
2803 2322 }
2804 2323 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2805 2324 color: var(--e-a-color-txt);
@@ -2805,28 +2324,22 @@
2805 2324 color: var(--e-a-color-txt);
2806 2325 }
2807 2326 .elementor-control-type-gaps li .elementor-link-gaps {
2808 2327 border: var(--e-a-border-bold);
2809 - border-inline-start: none;
2328 + border-left: none;
2810 2329 background-color: var(--e-a-bg-default);
2811 2330 padding: 0;
2812 2331 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);
2332 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2817 2333 cursor: pointer;
2818 2334 }
2819 2335 .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;
2336 + border-left: 1px solid var(--e-a-border-color-bold);
2337 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
2825 2338 }
2826 2339 .elementor-control-type-gaps li:first-child input:focus {
2827 2340 border-color: var(--e-a-border-color-focus);
2828 - margin-inline-start: 0;
2341 + margin-left: 0;
2829 2342 width: 100%;
2830 2343 }
2831 2344 .elementor-control-type-gaps li:last-child {
2832 2345 max-width: 27px;
@@ -2838,9 +2351,9 @@
2838 2351 color: var(--e-a-color-txt-muted);
2839 2352 display: block;
2840 2353 text-align: center;
2841 2354 font-size: 9px;
2842 - padding-block-start: 5px;
2355 + padding-top: 5px;
2843 2356 }
2844 2357 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2845 2358 background-color: var(--e-a-bg-default);
2846 2359 }
@@ -2857,11 +2370,11 @@
2857 2370 }
2858 2371
2859 2372 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2373 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2374 + top: 50%;
2375 + left: 50%;
2376 + transform: translate(-50%, -50%);
2864 2377 }
2865 2378 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2379 font-size: 70px;
2867 2380 }
@@ -2878,10 +2391,10 @@
2878 2391 }
2879 2392 .elementor-control-type-gallery .elementor-control-gallery-status {
2880 2393 font-size: 12px;
2881 2394 height: 27px;
2882 - padding-inline-start: 10px;
2883 - border-block-end: var(--e-a-border-bold);
2395 + padding-left: 10px;
2396 + border-bottom: var(--e-a-border-bold);
2884 2397 display: flex;
2885 2398 }
2886 2399 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2887 2400 display: flex;
@@ -2893,8 +2406,11 @@
2893 2406 .elementor-control-type-gallery .elementor-control-gallery-content {
2894 2407 position: relative;
2895 2408 overflow: hidden;
2896 2409 }
2410 +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
2411 + opacity: 0;
2412 +}
2897 2413 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2898 2414 display: grid;
2899 2415 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2900 2416 grid-gap: 10px;
@@ -2900,25 +2416,21 @@
2900 2416 grid-gap: 10px;
2901 2417 cursor: pointer;
2902 2418 padding: 10px;
2903 2419 }
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 2420 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2908 2421 width: 48px;
2909 2422 height: 48px;
2910 - -o-object-fit: cover;
2911 - object-fit: cover;
2423 + background-size: cover;
2424 + background-position: 50% 50%;
2912 2425 border: var(--e-a-border);
2913 2426 }
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 2427 .elementor-control-type-gallery .elementor-control-gallery-edit {
2919 2428 position: absolute;
2920 - inset: 0;
2429 + top: 0;
2430 + bottom: 0;
2431 + left: 0;
2432 + right: 0;
2921 2433 background-color: rgba(0, 0, 0, 0.2);
2922 2434 padding: 10px;
2923 2435 font-size: 11px;
2924 2436 transition: all 0.3s ease-in-out;
@@ -2923,14 +2435,14 @@
2923 2435 font-size: 11px;
2924 2436 transition: all 0.3s ease-in-out;
2925 2437 pointer-events: none;
2926 2438 cursor: pointer;
2927 - opacity: 0;
2439 + opacity: 1;
2928 2440 }
2929 2441 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 2442 position: absolute;
2931 - inset-block-start: 10px;
2932 - inset-inline-end: 10px;
2443 + top: 10px;
2444 + right: 10px;
2933 2445 width: 21px;
2934 2446 height: 21px;
2935 2447 color: var(--e-a-color-white);
2936 2448 background-color: rgba(0, 0, 0, 0.5);
@@ -2963,24 +2475,21 @@
2963 2475 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2964 2476 display: none;
2965 2477 }
2966 2478 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2967 - border-inline-start: var(--e-a-border);
2479 + border-left: var(--e-a-border);
2968 2480 }
2969 2481 .elementor-control-type-gallery .elementor-control-gallery-clear {
2970 - color: currentColor;
2971 - background-color: transparent;
2972 - border: none;
2973 2482 cursor: pointer;
2974 2483 justify-content: center;
2975 2484 }
2976 -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus {
2485 +.elementor-control-type-gallery .elementor-control-gallery-clear:hover {
2977 2486 color: var(--e-a-color-danger);
2978 2487 }
2979 2488 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2980 2489 border-width: 0;
2981 2490 border-inline-start-width: 1px;
2982 - border-block-end-width: 1px;
2491 + border-bottom-width: 1px;
2983 2492 border-radius: 0;
2984 2493 }
2985 2494
2986 2495 .e-global__popover {
@@ -2986,17 +2495,14 @@
2986 2495 .e-global__popover {
2987 2496 width: 288px;
2988 2497 z-index: 1;
2989 2498 font-size: 12px;
2990 - padding-inline-start: 10px;
2499 + padding-left: 10px;
2991 2500 }
2992 2501 .e-global__popover-toggle {
2993 2502 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;
2503 + border-right: 0;
2504 + border-radius: 3px 0 0 3px;
2999 2505 display: flex;
3000 2506 align-items: center;
3001 2507 justify-content: center;
3002 2508 cursor: pointer;
@@ -3012,23 +2518,24 @@
3012 2518 .e-global__popover-container {
3013 2519 box-shadow: var(--e-a-popover-shadow);
3014 2520 border-radius: var(--e-a-border-radius);
3015 2521 background-color: var(--e-a-bg-default);
2522 + padding-bottom: 5px;
3016 2523 }
3017 2524 .e-global__popover-title {
3018 2525 padding: 15px 20px;
3019 2526 font-weight: 500;
3020 - border-block-end: var(--e-a-border);
2527 + border-bottom: var(--e-a-border);
3021 2528 display: flex;
3022 2529 }
3023 2530 .e-global__popover-title > i {
3024 - margin-inline-end: 5px;
2531 + margin-right: 5px;
3025 2532 }
3026 2533 .e-global__popover-title-text {
3027 2534 flex-grow: 1;
3028 2535 }
3029 2536 .e-global__popover-info {
3030 - margin-inline-end: 10px;
2537 + margin-right: 5px;
3031 2538 display: inline-block;
3032 2539 }
3033 2540 .e-global__popover-info-tooltip {
3034 2541 width: 270px;
@@ -3040,20 +2547,20 @@
3040 2547 }
3041 2548 .e-global__popover-info-tooltip:after {
3042 2549 content: "";
3043 2550 position: absolute;
3044 - inset-block-end: -17px;
3045 - inset-inline-start: 16px;
2551 + bottom: -17px;
2552 + left: 16px;
3046 2553 border: 10px solid transparent;
3047 - border-block-start-color: rgba(0, 0, 0, 0.9);
2554 + border-top-color: rgba(0, 0, 0, 0.9);
3048 2555 }
3049 2556 .e-global__popover-info i {
3050 2557 font-size: 13px;
3051 2558 }
3052 2559 .e-global__preview-items-container {
3053 - max-height: 400px;
2560 + max-height: 260px;
3054 2561 overflow-y: auto;
3055 - padding: 5px 0;
2562 + margin-top: 5px;
3056 2563 }
3057 2564 .e-global__preview-items-container::-webkit-scrollbar {
3058 2565 width: 7px;
3059 2566 }
@@ -3060,26 +2567,14 @@
3060 2567 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2568 background-color: #BABFC5;
3062 2569 border-radius: 10px;
3063 2570 }
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 2571 .e-global__manage-button {
3076 2572 font-weight: 500;
3077 2573 cursor: pointer;
3078 2574 }
3079 2575 .e-global__typography {
3080 - padding-block: 10px;
3081 - padding-inline: 35px 20px;
2576 + padding: 5px 10px 5px 35px;
3082 2577 white-space: nowrap;
3083 2578 text-overflow: ellipsis;
3084 2579 overflow: hidden;
3085 2580 }
@@ -3088,34 +2583,44 @@
3088 2583 font-size: 13px;
3089 2584 content: "\e90e";
3090 2585 position: absolute;
3091 2586 transform: translateY(-50%);
3092 - inset-block-start: 50%;
3093 - inset-inline-start: 13px;
2587 + top: 50%;
2588 + left: 12px;
3094 2589 }
3095 2590 .e-global__color {
3096 - padding: 10px 20px;
2591 + margin: 5px auto;
2592 + padding: 5px 20px;
3097 2593 display: flex;
3098 2594 align-items: center;
3099 2595 }
2596 +.e-global__color:first-child {
2597 + margin-top: 5px;
2598 +}
2599 +.e-global__color:last-child {
2600 + margin-bottom: 10px;
2601 +}
3100 2602 .e-global__color-preview-container {
3101 2603 height: 20px;
3102 2604 width: 20px;
3103 2605 border-radius: 3px;
3104 2606 border: 1px solid rgba(0, 0, 0, 0.1);
3105 - margin-inline-end: 10px;
2607 + margin-right: 10px;
3106 2608 flex-shrink: 0;
3107 2609 position: relative;
3108 2610 }
3109 2611 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3110 2612 border-radius: 3px;
2613 + height: 100%;
2614 + width: 100%;
3111 2615 position: absolute;
3112 - inset: 0;
2616 + top: 0;
2617 + left: 0;
3113 2618 }
3114 2619 .e-global__color-preview-transparent-bg {
3115 2620 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 2621 background-size: 12px 12px;
3117 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2622 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3118 2623 }
3119 2624 .e-global__color-title {
3120 2625 flex-grow: 1;
3121 2626 white-space: nowrap;
@@ -3120,9 +2625,9 @@
3120 2625 flex-grow: 1;
3121 2626 white-space: nowrap;
3122 2627 text-overflow: ellipsis;
3123 2628 overflow: hidden;
3124 - padding-inline-end: 10px;
2629 + padding-right: 10px;
3125 2630 }
3126 2631 .e-global__color-hex {
3127 2632 font-size: 10px;
3128 2633 color: var(--e-a-color-txt-muted);
@@ -3174,14 +2679,12 @@
3174 2679 max-width: 135px;
3175 2680 width: 100%;
3176 2681 }
3177 2682 .e-control-global.elementor-control .elementor-control-input-wrapper {
3178 - display: flex;
3179 - flex-direction: row;
3180 - align-items: stretch;
2683 + direction: ltr;
3181 2684 }
3182 2685 .e-control-global .elementor-control-spinner {
3183 - margin-inline-end: 4px;
2686 + margin-right: 4px;
3184 2687 }
3185 2688
3186 2689 .elementor-control-type-hidden {
3187 2690 display: none !important;
@@ -3187,9 +2690,9 @@
3187 2690 display: none !important;
3188 2691 }
3189 2692
3190 2693 .elementor-control-type-icon .select2-selection__rendered .eicon {
3191 - margin-inline-end: 3px;
2694 + margin-right: 3px;
3192 2695 }
3193 2696
3194 2697 .elementor-control-type-image_dimensions .elementor-control-field-description {
3195 2698 margin: 0 0 15px;
@@ -3207,19 +2710,19 @@
3207 2710 }
3208 2711 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3209 2712 width: 20px;
3210 2713 text-align: center;
3211 - padding-block-start: 4px;
2714 + padding-top: 4px;
3212 2715 }
3213 2716 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3214 2717 display: block;
3215 - margin-block-start: 5px;
2718 + margin-top: 5px;
3216 2719 color: var(--e-a-color-txt-disabled);
3217 2720 font-size: 10px;
3218 2721 text-align: center;
3219 2722 }
3220 2723 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3221 - margin-inline-start: auto;
2724 + margin-left: auto;
3222 2725 }
3223 2726
3224 2727 .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 2728 display: none;
@@ -3231,11 +2734,11 @@
3231 2734 display: none;
3232 2735 }
3233 2736 .elementor-control-media .eicon-plus-circle {
3234 2737 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2738 + top: 50%;
2739 + left: 50%;
2740 + transform: translate(-50%, -50%);
3238 2741 color: var(--e-a-color-white);
3239 2742 font-size: 20px;
3240 2743 }
3241 2744 .elementor-control-media__content__upload-button {
@@ -3244,13 +2747,14 @@
3244 2747 .elementor-control-media__preview {
3245 2748 height: 100%;
3246 2749 background-size: cover;
3247 2750 background-position: center;
2751 + padding-bottom: 42.8571%;
3248 2752 }
3249 2753 .elementor-control-media-area {
3250 2754 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 2755 background-size: 16px 16px;
3252 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2756 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3253 2757 background-color: var(--e-a-bg-default);
3254 2758 border: var(--e-a-border-bold);
3255 2759 aspect-ratio: 21/9;
3256 2760 }
@@ -3258,11 +2762,11 @@
3258 2762 display: none;
3259 2763 }
3260 2764 .elementor-control-media-area .eicon-video-camera {
3261 2765 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2766 + top: 50%;
2767 + left: 50%;
2768 + transform: translate(-50%, -50%);
3265 2769 color: rgba(255, 255, 255, 0.7);
3266 2770 font-size: 21px;
3267 2771 }
3268 2772 .elementor-control-media .elementor-control-media__content {
@@ -3273,14 +2777,17 @@
3273 2777 }
3274 2778 .elementor-control-media .elementor-control-media__content:hover:after {
3275 2779 content: "";
3276 2780 position: absolute;
3277 - inset: 0;
2781 + top: 0;
2782 + bottom: 0;
2783 + left: 0;
2784 + right: 0;
3278 2785 background-color: rgba(0, 0, 0, 0.2);
3279 2786 pointer-events: none;
3280 2787 }
3281 2788 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
2789 + bottom: -30px;
3283 2790 }
3284 2791 .elementor-control-media__content {
3285 2792 transition: all 0.2s ease-in-out;
3286 2793 }
@@ -3285,15 +2792,16 @@
3285 2792 transition: all 0.2s ease-in-out;
3286 2793 }
3287 2794 .elementor-control-media__tools {
3288 2795 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
2796 + bottom: 0;
2797 + left: 0;
2798 + right: 0;
3291 2799 height: 27px;
3292 2800 transition: all 0.2s ease-in-out;
3293 2801 }
3294 2802 .elementor-control-media__tools > *:not(:first-child) {
3295 - margin-inline-start: 1px;
2803 + margin-left: 1px;
3296 2804 }
3297 2805 .elementor-control-media__tool {
3298 2806 display: flex;
3299 2807 align-items: center;
@@ -3315,10 +2823,10 @@
3315 2823 }
3316 2824 .elementor-control-media__content__remove {
3317 2825 position: absolute;
3318 2826 z-index: 1;
3319 - inset-block-start: 10px;
3320 - inset-inline-end: 10px;
2827 + top: 10px;
2828 + right: 10px;
3321 2829 width: 20px;
3322 2830 height: 20px;
3323 2831 font-size: 11px;
3324 2832 color: var(--e-a-color-white);
@@ -3332,24 +2840,18 @@
3332 2840 }
3333 2841 .elementor-control-media.e-media-empty .elementor-control-file-area {
3334 2842 display: none;
3335 2843 }
3336 -.elementor-control-media__warnings:empty {
3337 - display: none;
3338 -}
3339 -.elementor-control-media__warnings:not(:empty) {
3340 - margin-block-start: 10px;
3341 -}
3342 2844 .elementor-control-media__file {
3343 2845 display: flex;
3344 2846 justify-content: space-between;
3345 2847 align-items: center;
3346 2848 width: 100%;
3347 - margin-block-start: 10px;
2849 + margin-top: 10px;
3348 2850 border: var(--e-a-border);
3349 2851 }
3350 2852 .elementor-control-media__file__content {
3351 - padding-inline-start: 5px;
2853 + padding-left: 5px;
3352 2854 font-size: 12px;
3353 2855 }
3354 2856 .elementor-control-media__file__content__label {
3355 2857 color: #9DA5AE;
@@ -3359,13 +2861,13 @@
3359 2861 align-items: center;
3360 2862 font-weight: 500;
3361 2863 }
3362 2864 .elementor-control-media__file__content__info__icon {
3363 - margin-inline-end: 5px;
2865 + margin-right: 5px;
3364 2866 }
3365 2867 .elementor-control-media__file__controls {
3366 2868 display: flex;
3367 - border-inline-start: var(--e-a-border);
2869 + border-left: var(--e-a-border);
3368 2870 }
3369 2871 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3370 2872 width: 27px;
3371 2873 height: 27px;
@@ -3376,9 +2878,9 @@
3376 2878 display: flex;
3377 2879 justify-content: center;
3378 2880 }
3379 2881 .elementor-control-media__file__controls__remove {
3380 - border-inline-end: var(--e-a-border);
2882 + border-right: var(--e-a-border);
3381 2883 }
3382 2884 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3383 2885 display: none;
3384 2886 }
@@ -3401,12 +2903,12 @@
3401 2903 .elementor-control-media .e-control-image-size {
3402 2904 display: flex;
3403 2905 flex-direction: column;
3404 2906 width: 100%;
3405 - padding-block-start: 20px;
2907 + padding-top: 20px;
3406 2908 }
3407 2909 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3408 - margin-inline-start: auto;
2910 + margin-left: auto;
3409 2911 }
3410 2912
3411 2913 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3412 2914 border: none;
@@ -3415,79 +2917,8 @@
3415 2917 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3416 2918 background-color: var(--e-a-bg-active-bold);
3417 2919 }
3418 2920
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 2921 .elementor-control-type-popover_toggle input {
3491 2922 display: none;
3492 2923 }
3493 2924 .elementor-control-type-popover_toggle label {
@@ -3493,11 +2924,9 @@
3493 2924 .elementor-control-type-popover_toggle label {
3494 2925 cursor: pointer;
3495 2926 }
3496 2927 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3497 - display: flex;
3498 - flex-direction: row-reverse;
3499 - align-items: center;
2928 + direction: rtl;
3500 2929 }
3501 2930 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3502 2931 color: var(--e-a-color-txt-active);
3503 2932 background-color: var(--e-a-bg-active-bold);
@@ -3518,9 +2947,10 @@
3518 2947 background-color: var(--e-a-bg-hover);
3519 2948 }
3520 2949 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3521 2950 color: var(--e-a-color-txt-muted);
3522 - margin-inline-end: 5px;
2951 + -webkit-margin-start: 5px;
2952 + margin-inline-start: 5px;
3523 2953 }
3524 2954 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3525 2955 color: var(--e-a-color-txt);
3526 2956 }
@@ -3525,65 +2955,61 @@
3525 2955 color: var(--e-a-color-txt);
3526 2956 }
3527 2957
3528 2958 .elementor-controls-popover.e-controls-popover--typography {
3529 - padding-block-start: 0;
2959 + padding-top: 0;
3530 2960 }
3531 2961
3532 2962 .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);
2963 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3537 2964 flex-shrink: 0;
3538 2965 }
3539 2966
3540 2967 .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;
2968 + padding-right: 10px;
2969 + padding-left: 10px;
2970 + padding-bottom: 10px;
3544 2971 }
3545 2972 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3546 2973 display: none;
3547 2974 }
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 2975 .elementor-control-type-repeater .elementor-repeater-fields {
3553 2976 margin: 10px 0;
3554 2977 }
3555 2978 .elementor-control-type-repeater .elementor-repeater-row-controls {
3556 2979 border: var(--e-a-border-bold);
3557 - border-block-start-width: 0;
3558 - padding-block-start: 15px;
2980 + border-top-width: 0;
2981 + padding-top: 15px;
3559 2982 }
3560 2983 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3561 2984 display: none;
3562 2985 }
3563 2986 .elementor-control-type-repeater .elementor-repeater-row-tools {
3564 - display: flex;
3565 - align-items: center;
2987 + display: table;
2988 + table-layout: fixed;
3566 2989 width: 100%;
3567 - border: 1px solid var(--e-a-border-color-bold);
3568 - transition: var(--e-a-transition-hover);
2990 + background-color: var(--e-a-border-color-bold);
2991 + height: 40px;
2992 + border-spacing: 1px;
2993 + transition: all 0.5s;
3569 2994 }
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;
2995 +.elementor-control-type-repeater .elementor-repeater-row-tools:hover {
2996 + background-color: var(--e-a-border-color-focus);
2997 +}
2998 +.elementor-control-type-repeater .elementor-repeater-row-tools > div {
2999 + display: table-cell;
3000 + text-align: center;
3001 + vertical-align: middle;
3578 3002 cursor: pointer;
3579 3003 }
3580 -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus {
3004 +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) {
3005 + background-color: var(--e-a-bg-default);
3006 +}
3007 +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover {
3581 3008 background-color: var(--e-a-bg-hover);
3582 3009 }
3583 3010 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3584 - flex: 1;
3585 - justify-content: flex-start;
3011 + text-align: left;
3586 3012 padding: 0 10px;
3587 3013 font-size: var(--control-title-size);
3588 3014 white-space: nowrap;
3589 3015 text-overflow: ellipsis;
@@ -3591,9 +3017,9 @@
3591 3017 }
3592 3018 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3593 3019 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3594 3020 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3595 - margin-inline-end: 5px;
3021 + margin-right: 5px;
3596 3022 }
3597 3023 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3598 3024 width: 1em;
3599 3025 }
@@ -3598,24 +3024,21 @@
3598 3024 width: 1em;
3599 3025 }
3600 3026 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3601 3027 width: 40px;
3602 - border-inline-start: 1px solid var(--e-a-border-color-bold);
3603 3028 }
3604 3029 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3030 + cursor: move;
3605 3031 width: 10px;
3606 - border-inline-end: 1px solid var(--e-a-border-color-bold);
3607 - cursor: move;
3032 + color: #fff;
3608 3033 }
3609 3034 .elementor-control-type-repeater .elementor-button-wrapper {
3610 3035 text-align: center;
3611 - padding-block-start: 5px;
3036 + padding-top: 5px;
3612 3037 }
3613 3038
3614 -#elementor-controls,
3615 -#elementor-panel-page-settings-controls,
3616 -#elementor-panel-editorPreferences-settings-controls {
3617 - padding-block-start: 15px;
3039 +#elementor-controls {
3040 + padding-top: 15px;
3618 3041 }
3619 3042
3620 3043 .elementor-control-type-section {
3621 3044 padding: 0;
@@ -3620,15 +3043,15 @@
3620 3043 .elementor-control-type-section {
3621 3044 padding: 0;
3622 3045 }
3623 3046 .elementor-control-type-section.e-open {
3624 - padding-block-end: 10px;
3047 + padding-bottom: 10px;
3625 3048 }
3626 3049 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3627 3050 display: none;
3628 3051 }
3629 3052 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3630 - margin-block-start: 25px;
3053 + margin-top: 25px;
3631 3054 }
3632 3055
3633 3056 .elementor-control-type-select .elementor-control-input-wrapper {
3634 3057 position: relative;
@@ -3644,10 +3067,10 @@
3644 3067 text-transform: inherit;
3645 3068 letter-spacing: inherit;
3646 3069 line-height: inherit;
3647 3070 flex-basis: 100%;
3648 - padding-inline-start: 5px;
3649 - padding-inline-end: 20px;
3071 + padding-left: 5px;
3072 + padding-right: 20px;
3650 3073 cursor: pointer;
3651 3074 }
3652 3075 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3653 3076 color: var(--e-a-color-txt-disabled);
@@ -3659,19 +3082,16 @@
3659 3082 font-family: eicons;
3660 3083 content: "\e8ad";
3661 3084 font-size: 12px;
3662 3085 position: absolute;
3663 - inset-block-start: 50%;
3664 - inset-inline-end: 5px;
3086 + top: 50%;
3665 3087 transform: translateY(-50%);
3088 + right: 5px;
3666 3089 pointer-events: none;
3667 3090 }
3668 -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 - max-width: 80px;
3670 -}
3671 3091
3672 3092 .elementor-shadow-box .elementor-shadow-slider {
3673 - margin-block-start: 10px;
3093 + margin-top: 10px;
3674 3094 }
3675 3095 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3676 3096 flex-grow: 1;
3677 3097 }
@@ -3676,12 +3096,9 @@
3676 3096 flex-grow: 1;
3677 3097 }
3678 3098
3679 3099 .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;
3100 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3684 3101 }
3685 3102 .elementor-control-type-slider .elementor-control-unit-2 {
3686 3103 width: 21%;
3687 3104 }
@@ -3688,23 +3105,23 @@
3688 3105 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3689 3106 display: block;
3690 3107 }
3691 3108 .elementor-control-type-slider--multiple {
3692 - padding-block-end: 40px;
3109 + padding-bottom: 40px;
3693 3110 }
3694 3111 .elementor-control-type-slider--multiple .elementor-slider {
3695 - margin-block-start: 12px;
3112 + margin-top: 12px;
3696 3113 width: 98%;
3697 3114 }
3698 3115 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 3116 border-radius: 0;
3700 3117 width: 10px;
3701 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3118 + transform: translateY(calc(50% - 14px)) translateX(4px);
3702 3119 }
3703 3120 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3121 content: "";
3705 3122 position: absolute;
3706 - inset-block-start: 2px;
3123 + top: 2px;
3707 3124 height: 12px;
3708 3125 width: 11px;
3709 3126 transform: rotate(45deg);
3710 3127 background-color: var(--e-a-color-white);
@@ -3718,13 +3135,10 @@
3718 3135 right: 5px;
3719 3136 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3720 3137 }
3721 3138 .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);
3139 + border-left-width: 0;
3140 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3727 3141 }
3728 3142 .elementor-control-type-slider .elementor-control-input-wrapper {
3729 3143 display: flex;
3730 3144 align-items: center;
@@ -3729,9 +3143,9 @@
3729 3143 display: flex;
3730 3144 align-items: center;
3731 3145 }
3732 3146 .elementor-control-type-slider .elementor-dynamic-cover {
3733 - margin-block-start: 10px;
3147 + margin-top: 10px;
3734 3148 }
3735 3149 .elementor-control-type-slider.e-units-custom .elementor-slider {
3736 3150 display: none;
3737 3151 }
@@ -3751,9 +3165,9 @@
3751 3165 }
3752 3166 .elementor-slider-input {
3753 3167 width: 21%;
3754 3168 min-width: 54px;
3755 - margin-inline-start: 12px;
3169 + margin-left: 12px;
3756 3170 transition: width 0.3s ease-in-out;
3757 3171 }
3758 3172 .elementor-slider__extra {
3759 3173 position: relative;
@@ -3770,9 +3184,9 @@
3770 3184 position: absolute;
3771 3185 display: flex;
3772 3186 justify-content: space-evenly;
3773 3187 width: 100%;
3774 - margin-block-start: 4px;
3188 + margin-top: 4px;
3775 3189 }
3776 3190 .elementor-slider__scale {
3777 3191 width: 1px;
3778 3192 height: 21px;
@@ -3781,11 +3195,11 @@
3781 3195 .elementor-slider .noUi-handle {
3782 3196 height: 16px;
3783 3197 width: 16px;
3784 3198 background-color: var(--e-a-color-white);
3199 + right: 0;
3200 + transform: translateY(calc(50% - 14px)) translateX(8px);
3785 3201 position: absolute;
3786 - inset-inline-end: 0;
3787 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 3202 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 3203 border-radius: 50%;
3790 3204 }
3791 3205 .elementor-slider .noUi-connects {
@@ -3795,9 +3209,12 @@
3795 3209 }
3796 3210 .elementor-slider .noUi-connect {
3797 3211 position: absolute;
3798 3212 z-index: 0;
3799 - inset: 0;
3213 + top: 0;
3214 + left: 0;
3215 + height: 100%;
3216 + width: 100%;
3800 3217 will-change: transform;
3801 3218 transform-origin: 0 0;
3802 3219 background-color: var(--e-a-border-color-focus);
3803 3220 }
@@ -3802,9 +3219,9 @@
3802 3219 background-color: var(--e-a-border-color-focus);
3803 3220 }
3804 3221 .elementor-slider .noUi-tooltip {
3805 3222 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3223 + top: calc(100% + 5px);
3807 3224 left: calc(50% - 4px);
3808 3225 transform: translateX(-50%);
3809 3226 font-size: 10px;
3810 3227 }
@@ -3829,9 +3246,9 @@
3829 3246 padding: 15px 20px 0;
3830 3247 font-size: 11px;
3831 3248 cursor: pointer;
3832 3249 color: var(--e-a-color-txt-muted);
3833 - border-block-start: var(--e-a-border);
3250 + border-top: var(--e-a-border);
3834 3251 margin: 0 -20px;
3835 3252 }
3836 3253 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3837 3254 color: var(--e-a-color-txt);
@@ -3854,13 +3271,13 @@
3854 3271 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3855 3272 fill: var(--e-a-border-color-focus);
3856 3273 }
3857 3274 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3858 - margin-block-end: 15px;
3275 + margin-bottom: 15px;
3859 3276 }
3860 3277 .elementor-control-type-structure .elementor-control-structure-preset-title {
3861 3278 text-align: center;
3862 - padding-block-start: 5px;
3279 + padding-top: 5px;
3863 3280 font-style: italic;
3864 3281 font-size: 11px;
3865 3282 color: #9DA5AE;
3866 3283 }
@@ -3865,9 +3282,9 @@
3865 3282 color: #9DA5AE;
3866 3283 }
3867 3284
3868 3285 .elementor-control-type-switcher .elementor-control-input-wrapper {
3869 - text-align: end;
3286 + text-align: right;
3870 3287 }
3871 3288 .elementor-control-type-switcher .elementor-switch {
3872 3289 position: relative;
3873 3290 display: inline-block;
@@ -3891,9 +3308,9 @@
3891 3308 transition-property: opacity, background;
3892 3309 }
3893 3310 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3311 position: absolute;
3895 - inset-block-start: 0;
3312 + top: 0;
3896 3313 width: 50%;
3897 3314 text-align: center;
3898 3315 line-height: 20px;
3899 3316 transition: inherit;
@@ -3899,14 +3316,14 @@
3899 3316 transition: inherit;
3900 3317 }
3901 3318 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3319 content: attr(data-off);
3903 - inset-inline-end: 5px;
3320 + right: 5px;
3904 3321 color: var(--e-a-color-txt-muted);
3905 3322 }
3906 3323 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3324 content: attr(data-on);
3908 - inset-inline-start: 5px;
3325 + left: 5px;
3909 3326 color: var(--e-a-btn-color);
3910 3327 opacity: 0;
3911 3328 }
3912 3329 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,28 +3336,25 @@
3919 3336 opacity: 1;
3920 3337 }
3921 3338 .elementor-control-type-switcher .elementor-switch-handle {
3922 3339 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3340 + top: 1px;
3341 + left: 1px;
3925 3342 width: 18px;
3926 3343 height: 18px;
3927 3344 background: white;
3928 3345 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3346 + transition: left 0.15s ease-out;
3930 3347 }
3931 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3349 + left: initial;
3350 + right: 1px;
3934 3351 }
3935 3352
3936 3353 .elementor-control-type-tabs {
3937 - display: none;
3354 + display: flex;
3938 3355 font-size: var(--control-title-size);
3939 3356 }
3940 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3941 - display: flex;
3942 -}
3943 3357
3944 3358 .elementor-control-type-tab {
3945 3359 text-align: center;
3946 3360 width: 100%;
@@ -3945,22 +3359,22 @@
3945 3359 text-align: center;
3946 3360 width: 100%;
3947 3361 padding: 0;
3948 3362 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);
3363 + border-top: var(--e-a-border-bold);
3364 + border-bottom: var(--e-a-border-bold);
3365 + border-right: var(--e-a-border-bold);
3952 3366 transition: var(--e-a-transition-hover);
3953 3367 cursor: pointer;
3954 3368 }
3955 3369 .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);
3370 + border-left: var(--e-a-border-bold);
3371 + border-top-left-radius: var(--e-a-border-radius);
3372 + border-bottom-left-radius: var(--e-a-border-radius);
3959 3373 }
3960 3374 .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);
3375 + border-top-right-radius: var(--e-a-border-radius);
3376 + border-bottom-right-radius: var(--e-a-border-radius);
3963 3377 }
3964 3378 .elementor-control-type-tab:hover {
3965 3379 background-color: var(--e-a-bg-hover);
3966 3380 }
@@ -3983,11 +3397,11 @@
3983 3397 }
3984 3398 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 3399 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 3400 position: absolute;
3987 - inset-block-start: 0;
3988 - inset-inline-end: 0;
3401 + top: 0;
3989 3402 z-index: 1;
3403 + right: 0;
3990 3404 }
3991 3405 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 3406 .elementor-control-type-code .elementor-control-input-wrapper {
3993 3407 position: relative;
@@ -4038,12 +3452,12 @@
4038 3452 font-size: 12px;
4039 3453 }
4040 3454 .elementor-control-type-url .elementor-control-url-more-options {
4041 3455 display: none;
4042 - padding-block-start: 10px;
3456 + padding-top: 10px;
4043 3457 }
4044 3458 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
4045 - margin-block-start: 10px;
3459 + margin-top: 10px;
4046 3460 }
4047 3461 .elementor-control-type-url .elementor-control-url-more:hover {
4048 3462 color: var(--e-a-color-txt-hover);
4049 3463 }
@@ -4055,9 +3469,9 @@
4055 3469 display: flex;
4056 3470 align-items: center;
4057 3471 }
4058 3472 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4059 - padding-block-end: 10px;
3473 + padding-bottom: 10px;
4060 3474 }
4061 3475 .elementor-control-type-url .elementor-control-url-option input,
4062 3476 .elementor-control-type-url .elementor-control-url-option label {
4063 3477 cursor: pointer;
@@ -4064,10 +3478,10 @@
4064 3478 }
4065 3479 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3480 display: none;
4067 3481 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3482 + top: 5px;
3483 + right: 0;
4070 3484 width: 10px;
4071 3485 height: 10px;
4072 3486 font-size: 10px;
4073 3487 color: var(--e-a-color-txt-disabled);
@@ -4076,9 +3490,9 @@
4076 3490 font-size: var(--control-title-size);
4077 3491 }
4078 3492 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4079 3493 width: 100%;
4080 - margin-block-start: 10px;
3494 + margin-top: 10px;
4081 3495 }
4082 3496 .elementor-control-type-url .elementor-input:focus ~ div {
4083 3497 border-color: var(--e-a-border-color-focus);
4084 3498 }
@@ -4115,79 +3529,11 @@
4115 3529 background: var(--e-a-bg-hover);
4116 3530 }
4117 3531 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4118 3532 font-size: 10px;
4119 - padding-block-start: 2px;
3533 + padding-top: 2px;
4120 3534 }
4121 3535
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 3536 .elementor-control-type-wp_widget .widget-inside {
4191 3537 line-height: 2;
4192 3538 background-color: inherit;
4193 3539 display: block;
@@ -4203,9 +3549,9 @@
4203 3549 border: var(--e-a-border);
4204 3550 }
4205 3551 .elementor-control-type-wysiwyg .wp-editor-tabs {
4206 3552 border: var(--e-a-border-bold);
4207 - border-block-end: none;
3553 + border-bottom: none;
4208 3554 border-start-start-radius: var(--e-a-border-radius);
4209 3555 border-start-end-radius: var(--e-a-border-radius);
4210 3556 border-end-end-radius: 0;
4211 3557 border-end-start-radius: 0;
@@ -4278,11 +3624,8 @@
4278 3624 font-size: 16px;
4279 3625 }
4280 3626 .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 3627 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 3628 }
4286 3629 .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 3630 color: var(--e-a-color-txt-active);
4288 3631 }
@@ -4299,46 +3642,18 @@
4299 3642 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4300 3643 border: none;
4301 3644 }
4302 3645
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 3646 #elementor-mode-switcher {
4331 3647 --e-a-mode-switcher-width: 15px;
4332 3648 --e-a-mode-switcher-height: 50px;
4333 3649 --e-a-mode-switcher-icon-size: 15px;
4334 3650 position: absolute;
4335 - inset-block-start: 50%;
4336 - inset-inline-start: 100%;
3651 + left: 100%;
3652 + top: 50%;
4337 3653 transform: translateY(-50%);
4338 3654 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;
3655 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4341 3656 }
4342 3657 #elementor-mode-switcher:hover {
4343 3658 background-color: var(--e-a-bg-hover);
4344 3659 }
@@ -4344,12 +3659,8 @@
4344 3659 }
4345 3660 #elementor-mode-switcher:focus-within {
4346 3661 background-color: var(--e-a-bg-active);
4347 3662 }
4348 -.e-panel-block-interactions #elementor-mode-switcher {
4349 - opacity: 0;
4350 - pointer-events: none;
4351 -}
4352 3663 #elementor-mode-switcher-preview i {
4353 3664 display: flex;
4354 3665 flex-direction: column;
4355 3666 justify-content: center;
@@ -4364,19 +3675,16 @@
4364 3675
4365 3676 .elementor-revision-item__wrapper {
4366 3677 display: flex;
4367 3678 align-items: center;
4368 - text-align: start;
4369 - width: 100%;
4370 3679 border: var(--e-a-border);
4371 3680 border-radius: var(--e-a-border-radius);
4372 3681 padding: 10px 15px;
4373 - margin-block-end: 10px;
3682 + margin-bottom: 10px;
4374 3683 font-size: 11px;
4375 3684 transition: var(--e-a-transition-hover);
4376 - background-color: transparent;
4377 3685 }
4378 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3686 +.elementor-revision-item__wrapper:hover {
4379 3687 background-color: var(--e-a-bg-hover);
4380 3688 }
4381 3689 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4382 3690 display: none;
@@ -4391,14 +3699,14 @@
4391 3699 .elementor-revision-item__gravatar img {
4392 3700 display: block;
4393 3701 }
4394 3702 .elementor-revision-item__details {
4395 - padding-inline-start: 15px;
3703 + padding-left: 15px;
4396 3704 flex-grow: 1;
4397 3705 cursor: pointer;
4398 3706 }
4399 3707 .elementor-revision-meta {
4400 - padding-block-start: 5px;
3708 + padding-top: 5px;
4401 3709 font-size: 10px;
4402 3710 font-weight: bold;
4403 3711 }
4404 3712 .elementor-revision-current-preview .elementor-revision-item__wrapper {
@@ -4407,11 +3715,11 @@
4407 3715 }
4408 3716
4409 3717 #elementor-panel-revisions-loading {
4410 3718 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3719 + top: 50%;
3720 + left: 50%;
3721 + transform: translate(-50%, -50%);
4414 3722 }
4415 3723 #elementor-panel-revisions-loading .eicon-loading {
4416 3724 font-size: 50px;
4417 3725 }
@@ -4419,31 +3727,28 @@
4419 3727 .elementor-panel-revisions-buttons {
4420 3728 display: flex;
4421 3729 justify-content: space-between;
4422 3730 padding: 15px 20px;
4423 - border-block-end: var(--e-a-border);
3731 + border-bottom: var(--e-a-border);
4424 3732 }
4425 3733
4426 3734 .elementor-history-item {
4427 3735 display: flex;
4428 3736 align-items: center;
4429 - text-align: start;
4430 3737 border: var(--e-a-border);
4431 3738 border-radius: var(--e-a-border-radius);
4432 3739 padding: 10px 15px;
4433 - margin-block-end: 10px;
4434 - width: 100%;
3740 + margin-bottom: 10px;
4435 3741 font-size: 11px;
4436 3742 line-height: 1.4;
4437 - background-color: transparent;
4438 3743 cursor: pointer;
4439 3744 transition: var(--e-a-transition-hover);
4440 3745 }
4441 -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
3746 +.elementor-history-item:hover:not(.elementor-history-item-current) {
4442 3747 background-color: var(--e-a-bg-hover);
4443 3748 color: var(--e-a-txt-color-hover);
4444 3749 }
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 {
3750 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4446 3751 content: "\e924";
4447 3752 }
4448 3753 .elementor-history-item-current {
4449 3754 border-color: var(--e-a-border-color-accent);
@@ -4449,9 +3754,9 @@
4449 3754 border-color: var(--e-a-border-color-accent);
4450 3755 background-color: var(--e-a-bg-active);
4451 3756 color: var(--e-a-txt-color-active);
4452 3757 }
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 {
3758 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4454 3759 content: "\e90e";
4455 3760 }
4456 3761 .elementor-history-item__details {
4457 3762 width: 95%;
@@ -4465,23 +3770,25 @@
4465 3770 .elementor-history-item__action {
4466 3771 font-style: italic;
4467 3772 text-decoration: underline;
4468 3773 }
3774 +.elementor-history-item .__icon {
3775 + float: right;
3776 +}
4469 3777 .elementor-history-revisions-message {
4470 3778 font-size: 11px;
4471 3779 text-align: center;
4472 - padding-block-start: 5px;
3780 + padding-top: 5px;
4473 3781 }
4474 3782
4475 3783 #elementor-panel-history {
4476 - padding: 20px;
4477 - padding-block-end: 15px;
3784 + padding: 20px 20px 15px;
4478 3785 }
4479 3786 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4480 - padding-block-start: 20px;
3787 + padding-top: 20px;
4481 3788 }
4482 3789 #elementor-panel-history:not(.elementor-empty) {
4483 - margin-block-start: 10px;
3790 + margin-top: 10px;
4484 3791 }
4485 3792
4486 3793 #elementor-panel-history-no-items,
4487 3794 #elementor-panel-revisions-no-revisions {
@@ -4488,81 +3795,11 @@
4488 3795 text-align: center;
4489 3796 }
4490 3797 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4491 3798 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4492 - margin-block-start: 20px;
3799 + margin-top: 20px;
4493 3800 }
4494 3801
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 3802 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4566 3803 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4567 3804 display: none;
4568 3805 }
@@ -4572,10 +3809,14 @@
4572 3809 display: flex;
4573 3810 }
4574 3811 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4575 3812 pointer-events: none;
4576 - visibility: hidden;
3813 + opacity: 0.4;
4577 3814 }
3815 +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3816 + cursor: inherit;
3817 + color: inherit;
3818 +}
4578 3819
4579 3820 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4580 3821 display: none;
4581 3822 }
@@ -4589,9 +3830,9 @@
4589 3830 display: none;
4590 3831 }
4591 3832
4592 3833 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4593 - margin-block-end: 15px;
3834 + margin-bottom: 15px;
4594 3835 position: relative;
4595 3836 }
4596 3837 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4597 3838 background-color: var(--e-a-bg-default);
@@ -4602,13 +3843,11 @@
4602 3843 }
4603 3844 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4604 3845 cursor: pointer;
4605 3846 color: var(--e-a-color-txt);
4606 - background-color: transparent;
4607 - border: none;
4608 3847 padding: 5px;
4609 3848 }
4610 -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover {
3849 +.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover {
4611 3850 color: var(--e-a-color-txt-hover);
4612 3851 }
4613 3852 .elementor-control-type-global-style-repeater .elementor-control {
4614 3853 padding: 0;
@@ -4634,18 +3873,18 @@
4634 3873 .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 3874 display: none;
4636 3875 }
4637 3876 .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;
3877 + margin-top: 0;
4639 3878 }
4640 3879 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 3880 align-self: end;
4642 - margin-block-start: 35px;
4643 - inset-block-start: 0;
3881 + margin-top: 35px;
3882 + top: 0;
4644 3883 width: 100%;
4645 3884 }
4646 3885 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 - inset-inline-end: 5px;
3886 + right: 5px;
4648 3887 }
4649 3888 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 3889 padding: 0 20px 15px;
4651 3890 }
@@ -4653,14 +3892,14 @@
4653 3892 flex-grow: initial;
4654 3893 }
4655 3894 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4656 3895 text-align: center;
4657 - border-block-start: var(--e-a-border);
4658 - padding-block-start: 15px;
3896 + border-top: var(--e-a-border);
3897 + padding-top: 15px;
4659 3898 }
4660 3899 .elementor-control-type-global-style-repeater .pickr,
4661 3900 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4662 - margin-inline-start: 5px;
3901 + margin-left: 5px;
4663 3902 }
4664 3903 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4665 3904 background-color: var(--e-a-color-info);
4666 3905 opacity: 0.9;
@@ -4668,15 +3907,15 @@
4668 3907 margin: 8px 0;
4669 3908 height: 2px;
4670 3909 }
4671 3910 .elementor-control-system_colors, .elementor-control-system_typography {
4672 - padding-block-end: 0;
3911 + padding-bottom: 0;
4673 3912 }
4674 3913
4675 3914 .e-global-colors__color-value {
4676 3915 font-size: 10px;
4677 3916 padding: 0 5px;
4678 - text-align: end;
3917 + text-align: right;
4679 3918 white-space: nowrap;
4680 3919 text-overflow: ellipsis;
4681 3920 overflow: hidden;
4682 3921 }
@@ -4715,239 +3954,8 @@
4715 3954 100% {
4716 3955 transform: translateY(0);
4717 3956 }
4718 3957 }
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 3958 body {
4951 3959 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
4952 3960 }
4953 3961 body.elementor-navigator-docked {
@@ -4974,23 +3982,22 @@
4974 3982 }
4975 3983
4976 3984 #elementor-preview-responsive-wrapper {
4977 3985 transform-origin: top center;
4978 - margin: 20px;
3986 + padding: 20px;
4979 3987 transform: scale(var(--e-preview-scale, 1));
4980 - overflow: hidden;
4981 3988 }
4982 3989 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4983 3990 min-width: 1025px;
4984 3991 width: 100%;
4985 3992 height: 100%;
4986 - margin: 0;
3993 + padding: 0;
4987 3994 position: relative;
4988 3995 }
4989 3996 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4990 3997 width: var(--e-editor-preview-width);
4991 3998 height: var(--e-editor-preview-height);
4992 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
3999 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4993 4000 box-sizing: content-box;
4994 4001 position: relative;
4995 4002 max-height: calc(100vh - 80px);
4996 4003 }
@@ -5052,10 +4059,9 @@
5052 4059 #elementor-preview-responsive-wrapper .ui-resizable-s {
5053 4060 bottom: 0;
5054 4061 }
5055 4062 #elementor-preview-responsive-wrapper .ui-resizable-e {
5056 - width: 10px;
5057 - right: -5px;
4063 + right: 0;
5058 4064 }
5059 4065 #elementor-preview-responsive-wrapper .ui-resizable-w {
5060 4066 left: 0;
5061 4067 }
@@ -5066,20 +4072,8 @@
5066 4072 background-color: #fff;
5067 4073 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5068 4074 }
5069 4075
5070 -#elementor-template-library-modal button:focus-visible,
5071 -#elementor-template-library-modal a:focus-visible,
5072 -#elementor-template-library-modal input:focus-visible,
5073 -#elementor-template-library-modal select:focus-visible,
5074 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5075 -#elementor-template-library-modal [role=tab]:focus-visible,
5076 -#elementor-template-library-modal [role=radio]:focus-visible,
5077 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5078 - outline: 2px solid var(--e-a-border-color-focus);
5079 - outline-offset: 2px;
5080 - border-radius: 2px;
5081 -}
5082 4076 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5083 4077 font-style: normal;
5084 4078 text-decoration: underline;
5085 4079 }
@@ -5091,17 +4085,8 @@
5091 4085 }
5092 4086 #elementor-template-library-modal .dialog-message {
5093 4087 overflow-y: scroll;
5094 4088 }
5095 -#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 {
5096 - overflow-y: hidden;
5097 -}
5098 -#elementor-template-library-modal .e-back-to-editor {
5099 - color: var(--e-a-color-txt);
5100 - text-decoration: underline;
5101 - font-size: 17px;
5102 - cursor: pointer;
5103 -}
5104 4089
5105 4090 #elementor-template-library-header-menu {
5106 4091 text-align: center;
5107 4092 }
@@ -5108,23 +4093,16 @@
5108 4093
5109 4094 .elementor-template-library-menu-item {
5110 4095 display: inline-block;
5111 4096 padding: 17px 20px;
5112 - border-block-end: 3px solid transparent;
4097 + border-bottom: 3px solid transparent;
5113 4098 cursor: pointer;
5114 - background: transparent;
5115 - margin: 0;
5116 - font-size: inherit;
5117 - font-family: inherit;
5118 - color: inherit;
5119 - border: none;
5120 4099 }
5121 4100 .elementor-template-library-menu-item:hover {
5122 4101 background-color: var(--e-a-bg-hover);
5123 4102 border-color: var(--e-a-bg-hover);
5124 4103 }
5125 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5126 - border-block-end: 3px solid;
4104 +.elementor-template-library-menu-item.elementor-active {
5127 4105 border-color: var(--e-a-border-color-accent);
5128 4106 color: var(--e-a-color-txt-accent);
5129 4107 }
5130 4108
@@ -5130,178 +4108,42 @@
5130 4108
5131 4109 #elementor-template-library-header-actions {
5132 4110 display: flex;
5133 4111 }
5134 -#elementor-template-library-header-actions > div,
5135 -#elementor-template-library-header-actions > button {
5136 - background: transparent;
5137 - margin: 0;
5138 - font-size: inherit;
5139 - font-family: inherit;
5140 - color: inherit;
5141 - border: none;
5142 - padding-inline-end: 16px;
5143 - cursor: pointer;
4112 +#elementor-template-library-header-actions > div {
4113 + padding-right: 16px;
5144 4114 }
5145 -#elementor-template-library-header-actions > div:focus-visible,
5146 -#elementor-template-library-header-actions > button:focus-visible {
5147 - outline: 2px solid var(--e-a-border-color-focus);
5148 - outline-offset: -2px;
5149 - border-radius: 2px;
5150 -}
5151 4115
5152 -#elementor-template-library-header-tools.e-hidden-disabled {
5153 - opacity: 0;
5154 - visibility: hidden;
5155 -}
5156 -
5157 4116 #elementor-template-library-header-preview-insert-wrapper {
5158 4117 cursor: default;
5159 4118 padding: 0 10px;
5160 4119 }
5161 4120
5162 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5163 - margin-inline-start: 4px;
5164 -}
5165 -
5166 4121 #elementor-template-library-header-preview-back {
5167 - gap: 10px;
5168 - padding-block: 16.5px 15px;
5169 - padding-inline: 0 16.5px;
5170 - border-inline-end: var(--e-a-border);
4122 + padding: 16.5px 16.5px 15px 0;
4123 + border-right: var(--e-a-border);
5171 4124 cursor: pointer;
5172 4125 transition: color 0.5s;
5173 4126 }
5174 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5175 - background: transparent;
5176 - margin: 0;
5177 - font-size: inherit;
5178 - font-family: inherit;
5179 - color: inherit;
5180 - border: none;
5181 - display: flex;
5182 - align-items: center;
5183 - gap: 10px;
5184 - cursor: pointer;
5185 -}
5186 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5187 - outline: 2px solid var(--e-a-border-color-focus);
5188 - outline-offset: 2px;
5189 - border-radius: 2px;
5190 -}
5191 4127 #elementor-template-library-header-preview-back:hover {
5192 4128 color: var(--e-a-color-txt-hover);
5193 4129 }
5194 4130 #elementor-template-library-header-preview-back i {
4131 + padding-right: 10px;
5195 4132 font-size: 18px;
5196 - scale: calc(1 * var(--direction-multiplier)) 1;
5197 4133 }
4134 +#elementor-template-library-header-preview-back i:before {
4135 + content: "\e87e";
4136 +}
5198 4137
5199 -#elementor-template-library-templates {
5200 - display: flex;
5201 - flex-direction: column;
5202 - gap: 20px;
4138 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4139 + margin-top: 10px;
4140 + margin-bottom: 45px;
4141 + border-top: var(--e-a-border);
5203 4142 }
5204 -#elementor-template-library-templates .toolbar-container {
5205 - display: flex;
5206 - justify-content: space-between;
5207 - align-items: center;
5208 - gap: 2%;
5209 - height: 45px;
5210 -}
5211 -#elementor-template-library-templates #elementor-template-library-templates-container {
5212 - display: flex;
5213 - flex-wrap: wrap;
5214 - align-items: flex-start;
5215 -}
5216 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5217 - display: none;
5218 -}
5219 -#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"])) {
5220 - justify-content: flex-end;
5221 -}
5222 -#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 {
5223 - display: flex;
5224 - align-items: baseline;
5225 - border-radius: 3px;
5226 -}
5227 -#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 {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: 2px;
5230 -}
5231 -#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 {
5232 - align-items: center;
5233 -}
5234 -#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 {
5235 - font-size: 14px;
5236 - margin-inline-start: 5px;
5237 -}
5238 -#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 {
5239 - width: 200px;
5240 - margin: 0px 10px;
5241 - align-self: center;
5242 - text-align: start;
5243 -}
5244 -#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 {
5245 - font-size: 10px;
5246 -}
5247 -#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 {
5248 - color: var(--e-a-btn-bg-accent);
5249 -}
5250 -#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 {
5251 - height: 4px;
5252 - background-color: var(--e-a-color-primary-bold);
5253 - position: relative;
5254 - display: flex;
5255 - align-items: center;
5256 - padding: 0;
5257 -}
5258 -#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 {
5259 - height: 100%;
5260 - transition: width 0.3s ease;
5261 -}
5262 -#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 {
5263 - background-color: #D004D4;
5264 -}
5265 -#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 {
5266 - background-color: #F59E0B;
5267 -}
5268 -#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 {
5269 - background-color: #93003f;
5270 -}
5271 -#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 {
5272 - background-color: #F0ABFC;
5273 -}
5274 -#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 {
5275 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5276 -}
5277 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5278 - font-size: 12px;
5279 - color: var(--e-a-color-txt);
5280 -}
5281 -#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 {
5282 - border-block-start: var(--e-a-border);
5283 -}
5284 -#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 {
4143 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5285 4144 color: var(--e-a-color-txt-active);
5286 4145 }
5287 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5288 - border-block-start: none;
5289 -}
5290 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5291 - padding: 0;
5292 -}
5293 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5294 - max-width: -moz-fit-content;
5295 - max-width: fit-content;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5298 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5299 - display: none;
5300 -}
5301 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5302 - pointer-events: none;
5303 -}
5304 4146 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5305 4147 margin: 10px -15px 0;
5306 4148 }
5307 4149 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5317,253 +4159,24 @@
5317 4159 #elementor-template-library-templates .elementor-template-library-order-input {
5318 4160 display: none;
5319 4161 }
5320 4162 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5321 - padding-inline-end: 8px;
4163 + padding-right: 8px;
5322 4164 }
5323 4165 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5324 4166 font-family: eicons;
5325 4167 content: "\e8ae";
5326 - margin-inline-start: 3px;
4168 + margin-left: 3px;
5327 4169 }
5328 4170 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5329 4171 content: "\e8ad";
5330 4172 }
5331 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4173 +
4174 +#elementor-template-library-templates-container {
5332 4175 display: flex;
5333 - align-items: center;
5334 - gap: 8px;
4176 + flex-wrap: wrap;
4177 + align-items: flex-start;
5335 4178 }
5336 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5337 - background: transparent;
5338 - margin: 0;
5339 - font-size: inherit;
5340 - font-family: inherit;
5341 - color: inherit;
5342 - border: none;
5343 - cursor: pointer;
5344 - font-size: 20px;
5345 - padding: 0 5px;
5346 - border-radius: 2px;
5347 - color: var(--e-a-color-txt);
5348 -}
5349 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5350 - background-color: var(--e-a-bg-hover);
5351 -}
5352 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5353 - width: 1px;
5354 - height: 20px;
5355 - background-color: var(--e-a-border-color);
5356 -}
5357 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5358 - background-color: var(--e-a-bg-hover);
5359 -}
5360 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5361 - background-color: var(--e-a-bg-hover);
5362 -}
5363 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5364 - display: grid;
5365 - grid-template-columns: repeat(auto-fill, 208px);
5366 - grid-gap: 20px;
5367 - padding: 20px 0;
5368 -}
5369 -#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 {
5370 - grid-column: 1;
5371 -}
5372 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5373 - grid-column: 1/-1;
5374 -}
5375 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5376 - display: flex;
5377 - position: relative;
5378 - flex-direction: column;
5379 - height: 158px;
5380 - padding: 8px;
5381 - border: var(--e-a-border);
5382 - border-radius: 3px;
5383 -}
5384 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5385 - outline: 2px solid var(--e-a-border-color-focus);
5386 - outline-offset: 2px;
5387 -}
5388 -#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 {
5389 - display: flex;
5390 -}
5391 -#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 {
5392 - display: none;
5393 -}
5394 -#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 {
5395 - display: flex !important;
5396 -}
5397 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5398 - width: 190px;
5399 - height: 100px;
5400 - position: relative;
5401 - border-radius: 3px;
5402 - margin-block-end: 4px;
5403 - overflow: hidden;
5404 -}
5405 -#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 {
5406 - -o-object-fit: contain;
5407 - object-fit: contain;
5408 - width: 100%;
5409 - height: 100%;
5410 -}
5411 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5412 - display: none;
5413 - justify-content: center;
5414 - align-items: center;
5415 - position: absolute;
5416 - inset: 0;
5417 - background-color: rgba(0, 0, 0, 0.5);
5418 - cursor: default;
5419 -}
5420 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5421 - font-size: 11px;
5422 - white-space: nowrap;
5423 - text-overflow: ellipsis;
5424 - overflow: hidden;
5425 -}
5426 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5427 - display: flex;
5428 - position: relative;
5429 - justify-content: space-between;
5430 - align-items: center;
5431 - font-size: 11px;
5432 - min-height: 38px;
5433 -}
5434 -#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 {
5435 - display: none;
5436 - width: 90%;
5437 - gap: 8px;
5438 - height: 38px;
5439 - padding: 4px 0;
5440 -}
5441 -#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 {
5442 - display: flex;
5443 -}
5444 -#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 {
5445 - display: flex;
5446 - align-items: center;
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-card-footer-overlay-info {
5449 - display: flex;
5450 - flex-direction: column;
5451 - justify-content: center;
5452 - width: 65%;
5453 - align-items: start;
5454 - white-space: nowrap;
5455 - text-overflow: ellipsis;
5456 - overflow: hidden;
5457 -}
5458 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder {
5459 - flex-direction: row;
5460 - align-items: center;
5461 - justify-content: start;
5462 - height: 56px;
5463 - padding: 13px 10px;
5464 -}
5465 -#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 {
5466 - font-size: 25px;
5467 - margin-inline-end: 8px;
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-more-toggle {
5470 - margin-inline-start: auto;
5471 -}
5472 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5473 - display: none;
5474 -}
5475 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5476 - visibility: hidden;
5477 -}
5478 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5479 - visibility: visible;
5480 -}
5481 -#elementor-template-library-templates .bulk-selection-action-bar {
5482 - display: none;
5483 - background: var(--e-a-bg-active);
5484 - padding: 10px 25px;
5485 - border-radius: 5px;
5486 - color: var(--e-a-bg-invert);
5487 - gap: 20px;
5488 - align-items: center;
5489 - flex: 1;
5490 -}
5491 -#elementor-template-library-templates .bulk-selection-action-bar button {
5492 - background: transparent;
5493 - margin: 0;
5494 - font-size: inherit;
5495 - font-family: inherit;
5496 - color: inherit;
5497 - border: none;
5498 - cursor: pointer;
5499 - display: flex;
5500 - align-items: center;
5501 - justify-content: center;
5502 -}
5503 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5504 - pointer-events: none;
5505 - opacity: 0.3;
5506 - cursor: not-allowed;
5507 -}
5508 -#elementor-template-library-templates .bulk-selection-action-bar i {
5509 - cursor: pointer;
5510 - font-size: 18px;
5511 -}
5512 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5513 - font-size: 20px;
5514 -}
5515 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5516 - display: flex;
5517 - flex: 1;
5518 - white-space: nowrap;
5519 - text-overflow: ellipsis;
5520 - overflow: hidden;
5521 -}
5522 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5523 - display: flex;
5524 - flex-direction: row;
5525 - align-items: center;
5526 - gap: 15px;
5527 - white-space: nowrap;
5528 - text-overflow: ellipsis;
5529 - overflow: hidden;
5530 -}
5531 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5532 - white-space: nowrap;
5533 - text-overflow: ellipsis;
5534 - overflow: hidden;
5535 -}
5536 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5537 - padding-inline-start: 8px;
5538 - background-color: var(--e-a-bg-hover);
5539 - color: var(--e-a-color-txt);
5540 -}
5541 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5542 - visibility: visible;
5543 -}
5544 -#elementor-template-library-templates .bulk-selected-item {
5545 - background: var(--e-a-bg-active);
5546 -}
5547 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5548 - position: relative;
5549 - inset-block-start: 3px;
5550 -}
5551 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5552 - inset-block-start: 0px;
5553 -}
5554 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5555 -#elementor-template-library-templates #bulk-select-all:checked {
5556 - background: #69727D;
5557 -}
5558 -#elementor-template-library-templates .checkbox-minus:before {
5559 - display: block;
5560 - content: "";
5561 - width: 10px;
5562 - height: 2px;
5563 - background-color: white;
5564 - transform: none;
5565 -}
5566 4179
5567 4180 #elementor-template-library-toolbar {
5568 4181 display: flex;
5569 4182 justify-content: space-between;
@@ -5574,80 +4187,8 @@
5574 4187 display: flex;
5575 4188 align-items: center;
5576 4189 }
5577 4190
5578 -.elementor-template-library-filter-select-source {
5579 - width: 350px;
5580 - display: flex;
5581 - gap: 10px;
5582 -}
5583 -.elementor-template-library-filter-select-source .source-option {
5584 - flex: 1;
5585 - border: 0.5px solid #BABFC5;
5586 - padding: 5px;
5587 - border-radius: 3px;
5588 - cursor: pointer;
5589 - font-size: 12px;
5590 -}
5591 -.elementor-template-library-filter-select-source .source-option i {
5592 - margin-inline-end: 5px;
5593 -}
5594 -.elementor-template-library-filter-select-source .source-option .new-badge {
5595 - border: 1px solid var(--e-a-color-primary-bold-dark);
5596 - padding: 2px 4px;
5597 - color: var(--e-a-color-primary-bold-dark);
5598 - border-radius: 10px;
5599 - font-size: 10px;
5600 - margin-inline-start: 5px;
5601 -}
5602 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5603 - background-color: var(--e-a-bg-hover);
5604 -}
5605 -
5606 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5607 - display: flex;
5608 - align-items: center;
5609 - justify-content: space-between;
5610 -}
5611 -
5612 -#elementor-template-library-toolbar .source-option-badge,
5613 -.elementor-template-library-connect-states-badge .source-option-badge {
5614 - display: flex;
5615 - align-items: center;
5616 - gap: 6px;
5617 - padding: 6px 12px;
5618 - border: none;
5619 - border-radius: 20px;
5620 - font-size: 14px;
5621 - font-weight: 500;
5622 - white-space: nowrap;
5623 - margin-inline-start: auto;
5624 - margin-inline-end: 15px;
5625 -}
5626 -#elementor-template-library-toolbar .source-option-badge i,
5627 -.elementor-template-library-connect-states-badge .source-option-badge i {
5628 - margin: 0;
5629 - font-size: 14px;
5630 -}
5631 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5632 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5633 - background-color: var(--e-a-bg-info);
5634 - color: var(--e-a-color-info);
5635 -}
5636 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5637 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5638 - color: var(--e-a-color-info);
5639 -}
5640 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5641 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5642 - background-color: var(--e-a-bg-warning);
5643 - color: var(--e-a-btn-bg-warning-hover);
5644 -}
5645 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5646 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5647 - color: var(--e-a-btn-bg-warning-hover);
5648 -}
5649 -
5650 4191 #elementor-template-library-filter-toolbar-remote {
5651 4192 font-size: 11px;
5652 4193 }
5653 4194
@@ -5652,20 +4193,17 @@
5652 4193 }
5653 4194
5654 4195 #elementor-template-library-order {
5655 4196 display: flex;
5656 - border-inline-end: var(--e-a-border);
4197 + border-right: var(--e-a-border);
5657 4198 }
5658 4199
5659 4200 .elementor-template-library-order-label {
5660 4201 text-transform: uppercase;
5661 - padding-inline-end: 22px;
4202 + padding-right: 22px;
5662 4203 -webkit-user-select: none;
5663 4204 -moz-user-select: none;
5664 4205 user-select: none;
5665 - line-height: 1;
5666 - font-size: 10px;
5667 - font-weight: 500;
5668 4206 }
5669 4207
5670 4208 label.elementor-template-library-order-label {
5671 4209 cursor: pointer;
@@ -5674,9 +4212,9 @@
5674 4212 color: var(--e-a-color-txt-hover);
5675 4213 }
5676 4214
5677 4215 #elementor-template-library-filter .select2 {
5678 - text-align: start;
4216 + text-align: left;
5679 4217 width: calc(27px * 5) !important;
5680 4218 }
5681 4219 #elementor-template-library-filter .select2-selection__rendered {
5682 4220 text-transform: capitalize;
@@ -5683,16 +4221,16 @@
5683 4221 }
5684 4222
5685 4223 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5686 4224 text-transform: capitalize;
5687 - text-align: start;
5688 - padding-inline-start: 5px;
4225 + text-align: left;
4226 + padding-left: 5px;
5689 4227 }
5690 4228
5691 4229 #elementor-template-library-my-favorites {
5692 4230 flex-grow: 1;
5693 - text-align: start;
5694 - padding-inline-start: 20px;
4231 + text-align: left;
4232 + padding-left: 20px;
5695 4233 }
5696 4234
5697 4235 #elementor-template-library-filter-my-favorites {
5698 4236 display: none;
@@ -5715,18 +4253,14 @@
5715 4253 #elementor-template-library-filter-my-favorites-label:hover i:after {
5716 4254 color: var(--e-a-color-primary-bold);
5717 4255 }
5718 4256 #elementor-template-library-filter-my-favorites-label i {
5719 - padding-inline-end: 5px;
4257 + padding-right: 5px;
5720 4258 }
5721 4259 #elementor-template-library-filter-my-favorites-label i:after {
5722 4260 content: "\e923";
5723 4261 }
5724 4262
5725 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5726 - margin-block-end: 10px;
5727 -}
5728 -
5729 4263 #elementor-template-library-filter-text-wrapper {
5730 4264 width: 200px;
5731 4265 position: relative;
5732 4266 }
@@ -5731,19 +4265,16 @@
5731 4265 position: relative;
5732 4266 }
5733 4267 #elementor-template-library-filter-text-wrapper i {
5734 4268 position: absolute;
5735 - inset-block-start: 50%;
5736 - inset-inline-end: 0;
4269 + top: 50%;
4270 + right: 0;
5737 4271 transform: translateY(-50%);
5738 4272 }
5739 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5740 - inset-block-start: 25%;
5741 -}
5742 4273
5743 4274 #elementor-template-library-filter-text {
5744 4275 border: none;
5745 - border-block-end: var(--e-a-border-bold);
4276 + border-bottom: var(--e-a-border-bold);
5746 4277 border-radius: 0;
5747 4278 font-size: 11px;
5748 4279 padding: 8px 15px 8px 0;
5749 4280 transition: border 0.5s;
@@ -5760,37 +4291,24 @@
5760 4291 text-transform: uppercase;
5761 4292 }
5762 4293
5763 4294 .elementor-template-library-template-remote {
5764 - margin: calc(30px / 2);
4295 + margin: calc( 30px / 2 );
5765 4296 padding: 8px;
5766 4297 border: var(--e-a-border);
5767 4298 border-radius: 3px;
5768 4299 }
5769 -.elementor-template-library-template-remote:focus-visible {
5770 - outline: 2px solid var(--e-a-border-color-focus);
5771 - outline-offset: 2px;
5772 -}
5773 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4300 +.elementor-template-library-template-remote:hover {
5774 4301 background-color: var(--e-a-bg-hover);
5775 4302 }
5776 -.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 {
5777 - opacity: 1;
5778 -}
5779 -.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 {
4303 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5780 4304 display: none;
5781 4305 }
5782 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5783 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5784 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5785 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5786 - display: initial;
5787 -}
5788 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4306 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5789 4307 opacity: 0;
5790 4308 }
5791 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5792 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
4309 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
4310 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5793 4311 display: none;
5794 4312 }
5795 4313 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5796 4314 content: var(--elementor-template-library-subscription-plan-label);
@@ -5798,10 +4316,10 @@
5798 4316 color: var(--e-a-color-white);
5799 4317 position: absolute;
5800 4318 text-transform: uppercase;
5801 4319 line-height: 1;
5802 - inset-block-start: 5px;
5803 - inset-inline-end: 5px;
4320 + top: 5px;
4321 + right: 5px;
5804 4322 padding: 3px 5px;
5805 4323 font-size: 8px;
5806 4324 border-radius: 2px;
5807 4325 }
@@ -5816,10 +4334,10 @@
5816 4334 }
5817 4335 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5818 4336 position: absolute;
5819 4337 width: 100%;
5820 - inset-block-end: 0;
5821 - inset-inline-start: 0;
4338 + bottom: 0;
4339 + left: 0;
5822 4340 padding: 10px;
5823 4341 background-color: var(--e-a-bg-default);
5824 4342 transition: transform 0.5s;
5825 4343 }
@@ -5825,9 +4343,9 @@
5825 4343 }
5826 4344 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5827 4345 display: none;
5828 4346 }
5829 -.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 {
4347 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5830 4348 transform: translateY(100%);
5831 4349 }
5832 4350 .elementor-template-library-template-remote .elementor-template-library-template-body {
5833 4351 position: relative;
@@ -5844,9 +4362,12 @@
5844 4362 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5845 4363 }
5846 4364 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5847 4365 position: absolute;
5848 - inset: 0;
4366 + top: 0;
4367 + left: 0;
4368 + width: 100%;
4369 + height: 100%;
5849 4370 background-color: rgba(0, 0, 0, 0.5);
5850 4371 transition: opacity 0.5s;
5851 4372 cursor: pointer;
5852 4373 }
@@ -5852,11 +4373,11 @@
5852 4373 }
5853 4374 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5854 4375 font-size: 20px;
5855 4376 position: absolute;
5856 - inset-block-start: 50%;
5857 - inset-inline-start: 50%;
5858 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4377 + top: 50%;
4378 + left: 50%;
4379 + transform: translate(-50%, -50%);
5859 4380 }
5860 4381 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5861 4382 display: flex;
5862 4383 justify-content: space-between;
@@ -5865,33 +4386,18 @@
5865 4386 height: 40px;
5866 4387 align-items: center;
5867 4388 }
5868 4389 .elementor-template-library-template-remote .elementor-template-library-template-name {
5869 - text-align: start;
4390 + text-align: left;
5870 4391 flex-grow: 1;
5871 4392 white-space: nowrap;
5872 4393 text-overflow: ellipsis;
5873 4394 overflow: hidden;
5874 - padding-inline-end: 5px;
4395 + padding-right: 5px;
5875 4396 }
5876 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5877 - margin-inline-start: auto;
5878 -}
5879 4397 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5880 - position: absolute;
5881 - width: 1px;
5882 - height: 1px;
5883 - padding: 0;
5884 - margin: -1px;
5885 - overflow: hidden;
5886 - clip: rect(0, 0, 0, 0);
5887 - white-space: nowrap;
5888 - border: 0;
4398 + display: none;
5889 4399 }
5890 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5891 - outline: 2px solid var(--e-a-border-color-focus);
5892 - outline-offset: 2px;
5893 -}
5894 4400 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5895 4401 content: "\e93f";
5896 4402 color: var(--e-a-color-primary-bold);
5897 4403 }
@@ -5926,231 +4432,106 @@
5926 4432 height: 200px;
5927 4433 }
5928 4434
5929 4435 #elementor-template-library-order-toolbar-local,
5930 -.elementor-template-library-template-local,
5931 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4436 +.elementor-template-library-template-local {
5932 4437 display: flex;
5933 4438 align-items: center;
5934 4439 padding: 0 25px;
5935 - text-align: start;
4440 + text-align: left;
5936 4441 }
5937 -@media (max-width: 1439px) {
5938 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5939 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5940 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5941 - width: 33%;
5942 - }
5943 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5944 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5945 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5946 - width: 10%;
5947 - }
5948 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5949 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5950 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5951 - width: 15%;
5952 - }
5953 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5954 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5955 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5956 - width: 15%;
5957 - }
5958 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5959 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5960 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5961 - width: 27%;
5962 - }
5963 -}
5964 -@media (min-width: 1440px) {
5965 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5966 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5967 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5968 - width: 25%;
5969 - }
5970 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5971 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5972 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5973 - width: 17%;
5974 - }
5975 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5976 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5977 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5978 - width: 17%;
5979 - }
5980 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5981 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5982 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5983 - width: 17%;
5984 - }
5985 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5986 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5987 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5988 - width: 24%;
5989 - }
5990 -}
5991 -@media (max-width: 1024px) {
5992 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5993 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5994 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5995 - display: none;
5996 - }
5997 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5998 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5999 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6000 - width: 41%;
6001 - }
6002 -}
6003 4442
6004 -.elementor-template-library-template-local .elementor-template-library-template-more,
6005 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6006 - display: none;
6007 - position: absolute;
6008 - background-color: var(--e-a-bg-default);
6009 - border-radius: var(--e-a-border-radius);
6010 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6011 - inset-block-start: 100%;
6012 - inset-inline-end: 0;
6013 - z-index: 1;
6014 - list-style: none;
6015 - margin: 0;
6016 - padding: 0;
4443 +#elementor-template-library-order-toolbar-local {
4444 + margin-top: 30px;
6017 4445 }
6018 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6019 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6020 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6021 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6022 - background: transparent;
6023 - margin: 0;
6024 - font-size: inherit;
6025 - font-family: inherit;
6026 - color: inherit;
6027 - border: none;
6028 - padding: 10px 20px;
6029 - font-size: 11px;
6030 - cursor: pointer;
6031 - display: flex;
6032 - align-items: center;
6033 - gap: 8px;
6034 - width: 100%;
4446 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4447 + line-height: 1;
4448 + font-size: 10px;
4449 + font-weight: 500;
6035 4450 }
6036 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6037 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6038 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6039 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6040 - cursor: not-allowed;
6041 - color: var(--e-a-color-txt-disabled);
6042 -}
6043 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6044 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6045 - color: var(--e-a-color-txt);
6046 - text-decoration: none;
6047 -}
6048 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6049 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6050 - color: var(--e-a-color-danger);
6051 -}
6052 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6054 - font-size: 16px;
6055 -}
6056 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6057 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6058 - margin-inline-start: auto;
6059 - cursor: pointer;
6060 - background: none;
6061 - border: none;
6062 - padding: 0;
6063 - display: flex;
6064 - align-items: center;
6065 - justify-content: center;
6066 -}
6067 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6068 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6069 - font-size: 20px;
6070 -}
6071 4451
6072 -.elementor-template-library-template-local,
6073 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4452 +.elementor-template-library-template-local {
6074 4453 height: 50px;
6075 4454 width: 100%;
6076 - margin-block-start: 1px;
4455 + margin-top: 1px;
6077 4456 transition: background-color 0.3s linear;
6078 4457 }
6079 -.elementor-template-library-template-local:hover,
6080 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4458 +.elementor-template-library-template-local:hover {
6081 4459 background-color: var(--e-a-bg-hover);
6082 4460 }
6083 -.elementor-template-library-template-local:first-child,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6085 - border-start-start-radius: 3px;
6086 - border-start-end-radius: 3px;
6087 - border-end-start-radius: 0;
6088 - border-end-end-radius: 0;
4461 +.elementor-template-library-template-local:first-child {
4462 + border-radius: 3px 3px 0 0;
6089 4463 }
6090 -.elementor-template-library-template-local:last-child,
6091 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6092 - border-start-start-radius: 0;
6093 - border-start-end-radius: 0;
6094 - border-end-start-radius: 3px;
6095 - border-end-end-radius: 3px;
4464 +.elementor-template-library-template-local:last-child {
4465 + border-radius: 0 0 3px 3px;
6096 4466 }
6097 -.elementor-template-library-template-local .elementor-template-library-template-name,
6098 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4467 +.elementor-template-library-template-local .elementor-template-library-template-name {
6099 4468 font-weight: 500;
6100 4469 }
6101 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6102 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6103 - font-size: 16px;
6104 -}
6105 4470 .elementor-template-library-template-local .elementor-template-library-template-name,
6106 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6107 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6108 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6109 - padding-inline-end: 20px;
4471 +.elementor-template-library-template-local .elementor-template-library-template-meta {
4472 + padding-right: 20px;
6110 4473 }
6111 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6113 - padding-inline-end: 10px;
6114 -}
6115 4474 .elementor-template-library-template-local .elementor-template-library-template-name,
6116 4475 .elementor-template-library-template-local .elementor-template-library-template-meta,
6117 4476 .elementor-template-library-template-local .elementor-template-library-template-preview,
6118 -.elementor-template-library-template-local .elementor-template-library-template-action,
6119 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6120 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6121 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6122 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4477 +.elementor-template-library-template-local .elementor-template-library-template-action {
6123 4478 white-space: nowrap;
6124 4479 text-overflow: ellipsis;
6125 4480 overflow: hidden;
6126 4481 }
6127 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6128 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4482 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6129 4483 position: relative;
6130 4484 display: flex;
6131 4485 align-items: center;
6132 4486 }
6133 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6134 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6135 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6136 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4487 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6137 4488 cursor: pointer;
6138 4489 transition: color 0.5s;
6139 4490 }
6140 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6141 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6142 - color: #F5D0FE;
4491 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4492 + margin-right: 3px;
6143 4493 }
6144 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6145 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6146 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6147 - cursor: not-allowed;
4494 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4495 + margin-left: 6px;
6148 4496 }
6149 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6150 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6151 - margin-inline-end: 3px;
4497 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4498 + color: var(--e-a-color-danger);
6152 4499 }
4500 +.elementor-template-library-template-local .elementor-template-library-template-more {
4501 + display: none;
4502 + position: absolute;
4503 + background-color: var(--e-a-bg-default);
4504 + padding: 3px 20px;
4505 + border-radius: var(--e-a-border-radius);
4506 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
4507 + top: 100%;
4508 + right: 0;
4509 + transform: translateX(65%) translateY(-7px);
4510 + z-index: 1;
4511 +}
4512 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
4513 + content: "";
4514 + position: absolute;
4515 + border: solid transparent;
4516 + border-width: 8px 4px;
4517 + border-bottom-color: var(--e-a-color-white);
4518 + transform: translateY(-100%);
4519 +}
4520 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
4521 + margin: 10px 0;
4522 + font-size: 11px;
4523 +}
4524 +.elementor-template-library-template-local .elementor-template-library-template-more a {
4525 + color: var(--e-a-color-txt);
4526 +}
4527 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
4528 + flex-grow: 1;
4529 + text-align: right;
4530 +}
4531 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
4532 + font-size: 16px;
4533 +}
6153 4534
6154 4535 #elementor-template-library-preview {
6155 4536 height: 100%;
6156 4537 overflow: hidden;
@@ -6156,9 +4537,9 @@
6156 4537 overflow: hidden;
6157 4538 }
6158 4539 #elementor-template-library-preview iframe {
6159 4540 height: 150%;
6160 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4541 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6161 4542 }
6162 4543 @media (max-width: 1439px) {
6163 4544 #elementor-template-library-preview iframe {
6164 4545 width: 1440px;
@@ -6171,17 +4552,11 @@
6171 4552 }
6172 4553
6173 4554 .elementor-template-library-blank-icon {
6174 4555 font-size: 64px;
6175 - margin-block-start: 45px;
4556 + margin-top: 45px;
6176 4557 line-height: 1;
6177 4558 }
6178 -.elementor-template-library-blank-icon i {
6179 - font-size: 85px;
6180 -}
6181 -.elementor-template-library-blank-icon i.eicon-library-upload {
6182 - font-size: 65px;
6183 -}
6184 4559 .elementor-template-library-blank-icon img {
6185 4560 width: 70px;
6186 4561 }
6187 4562 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6189,9 +4564,9 @@
6189 4564 }
6190 4565
6191 4566 .elementor-template-library-blank-title {
6192 4567 font-size: 30px;
6193 - margin-block-start: 20px;
4568 + margin-top: 20px;
6194 4569 }
6195 4570 @media (max-width: 1439px) {
6196 4571 .elementor-template-library-blank-title {
6197 4572 font-size: 25px;
@@ -6199,20 +4574,20 @@
6199 4574 }
6200 4575
6201 4576 .elementor-template-library-blank-message {
6202 4577 font-size: 18px;
6203 - margin-block-start: 15px;
4578 + margin-top: 15px;
6204 4579 font-weight: 300;
6205 4580 }
6206 4581 @media (max-width: 1439px) {
6207 4582 .elementor-template-library-blank-message {
6208 4583 font-size: 16px;
6209 - margin-block-start: 10px;
4584 + margin-top: 10px;
6210 4585 }
6211 4586 }
6212 4587
6213 4588 #elementor-template-library-save-template-form {
6214 - margin-block-start: 40px;
4589 + margin-top: 40px;
6215 4590 display: flex;
6216 4591 align-items: center;
6217 4592 justify-content: center;
6218 4593 }
@@ -6219,515 +4594,18 @@
6219 4594 #elementor-template-library-save-template-form > * {
6220 4595 height: 55px;
6221 4596 font-size: 16px;
6222 4597 }
6223 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6224 - height: 55px;
6225 - font-size: 16px;
6226 - margin-block-end: 15px;
6227 -}
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6229 - display: block;
6230 - width: 500px;
6231 - margin: 0 auto;
6232 -}
6233 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6234 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6235 - display: none;
6236 -}
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6238 - margin-inline: 5px;
6239 -}
6240 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6241 - display: none;
6242 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6243 - padding: 3px 5px;
6244 - border-radius: 100px;
6245 - margin-inline: 5px;
6246 -}
6247 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6248 - color: var(--e-a-btn-bg-accent);
6249 -}
6250 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6251 - margin-inline-end: 5px;
6252 -}
6253 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6254 - display: inline;
6255 -}
6256 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6257 - display: inline;
6258 - background: var(--e-a-bg-hover);
6259 - padding: 0 2px 1px;
6260 - border: none;
6261 - border-radius: 2px;
6262 - vertical-align: bottom;
6263 - cursor: pointer;
6264 - font-family: inherit;
6265 - font-size: inherit;
6266 - color: inherit;
6267 - line-height: inherit;
6268 -}
6269 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6270 - background: var(--e-a-bg-active);
6271 -}
6272 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6273 - outline: 2px solid var(--e-a-border-color-focus);
6274 - outline-offset: 2px;
6275 -}
6276 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6277 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6278 -#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,
6279 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6280 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6281 - display: inline;
6282 -}
6283 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6284 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6285 -#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,
6286 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6287 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6288 - pointer-events: none;
6289 -}
6290 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6291 -#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,
6292 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6293 - display: none;
6294 -}
6295 -#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 {
6296 - color: var(--e-a-color-txt-muted);
6297 - margin-inline: 5px;
6298 -}
6299 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6300 - display: none;
6301 - float: inline-start;
6302 -}
6303 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6304 - font-size: 13px;
6305 - color: var(--e-a-btn-bg-accent);
6306 - text-align: start;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6309 - color: var(--e-a-btn-bg-accent);
6310 - text-decoration: underline;
6311 -}
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6313 - float: inline-end;
6314 -}
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6316 - cursor: not-allowed;
6317 -}
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6319 - display: flex;
6320 - flex-direction: column;
6321 - text-align: start;
6322 - border: var(--e-a-border-bold);
6323 - padding: 15px;
6324 - height: auto;
6325 - gap: 10px;
6326 - position: relative;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6329 - background: #69727D;
6330 - inset-block-start: -3px;
6331 - position: relative;
6332 -}
6333 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6334 - position: relative;
6335 - display: inline-block;
6336 -}
6337 -#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 {
6338 - white-space: nowrap;
6339 - text-overflow: ellipsis;
6340 - overflow: hidden;
6341 - overflow: visible;
6342 - display: inline-flex;
6343 - align-items: baseline;
6344 - line-height: 27px;
6345 -}
6346 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6347 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6348 - flex-shrink: 0;
6349 - position: relative;
6350 - inset-block-start: 2px;
6351 -}
6352 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6354 - inset-block-start: -2px;
6355 -}
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6357 - vertical-align: bottom;
6358 -}
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6360 - margin-inline: 5px;
6361 - color: var(--e-a-color-txt-muted);
6362 - cursor: pointer;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6365 - display: none;
6366 - margin-inline-end: 5px;
6367 - align-items: baseline;
6368 - white-space: nowrap;
6369 - text-overflow: ellipsis;
6370 - overflow: hidden;
6371 -}
6372 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6373 - display: inline-flex !important;
6374 -}
6375 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6376 - text-decoration: underline;
6377 - cursor: pointer;
6378 - white-space: nowrap;
6379 - text-overflow: ellipsis;
6380 - overflow: hidden;
6381 -}
6382 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6383 - cursor: pointer;
6384 - flex-shrink: 0;
6385 -}
6386 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6387 - color: var(--e-a-color-primary-bold);
6388 - font-size: 14px;
6389 -}
6390 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6391 - text-decoration: underline;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6394 - display: none;
6395 - position: absolute;
6396 - inset-block-start: 40px;
6397 - background-color: var(--e-a-bg-default);
6398 - min-width: 187px;
6399 - overflow: auto;
6400 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6401 - z-index: 1;
6402 - border-radius: 2px;
6403 - max-width: 450px;
6404 -}
6405 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6406 - white-space: nowrap;
6407 - text-overflow: ellipsis;
6408 - overflow: hidden;
6409 -}
6410 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6411 - margin: 15px;
6412 -}
6413 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6414 - margin-inline-end: 10px;
6415 -}
6416 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6417 - max-height: 170px;
6418 -}
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6420 - padding: 5px 15px;
6421 - cursor: pointer;
6422 - list-style: none;
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6425 - display: none;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6428 - margin: 0px;
6429 -}
6430 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6431 - text-decoration: underline;
6432 -}
6433 -#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 {
6434 - background: var(--e-a-border-color);
6435 -}
6436 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6437 - outline: 2px solid var(--e-a-border-color-focus);
6438 - outline-offset: -2px;
6439 -}
6440 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6441 - pointer-events: none;
6442 - opacity: 0.3;
6443 -}
6444 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6445 - text-align: center;
6446 - font-size: 13px;
6447 - margin: 0 20px;
6448 - padding-block: 15px;
6449 - pointer-events: none;
6450 -}
6451 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6452 - font-size: 24px;
6453 - padding-block-end: 10px;
6454 -}
6455 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6456 - border-block-start: none;
6457 - border-inline: none;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6460 - pointer-events: none;
6461 - opacity: 0.3;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6464 - display: flex;
6465 - flex-direction: column;
6466 - width: 600px;
6467 - text-align: start;
6468 -}
6469 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6470 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6471 - font-size: 12px;
6472 - font-weight: 400;
6473 - color: var(--e-a-color-txt);
6474 -}
6475 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6476 - width: 100%;
6477 - padding: 12px 15px;
6478 - border: var(--e-a-border-bold);
6479 - border-radius: 3px;
6480 - margin-block-end: 0;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6483 - border: none;
6484 - padding: 0;
6485 - gap: 12px;
6486 - margin-block-start: 20px;
6487 -}
6488 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6489 - display: flex;
6490 - align-items: center;
6491 - padding: 12px 15px;
6492 - border: var(--e-a-border-bold);
6493 - border-radius: 3px;
6494 - width: 100%;
6495 - line-height: normal;
6496 - gap: 8px;
6497 -}
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6499 - border-color: var(--e-a-color-txt);
6500 -}
6501 -#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 {
6502 - display: flex;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6505 - margin-inline-end: 0;
6506 - flex-shrink: 0;
6507 - position: relative;
6508 -}
6509 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6510 - inset-block-start: 0;
6511 -}
6512 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6513 - content: "";
6514 - position: absolute;
6515 - inset-inline-end: -8px;
6516 - width: 1px;
6517 - height: 18px;
6518 - background-color: var(--e-a-border-color);
6519 -}
6520 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6521 - margin-inline-start: 12px;
6522 - margin-inline-end: 4px;
6523 - font-size: 24px;
6524 - color: var(--e-a-color-txt);
6525 -}
6526 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6527 - margin-inline-start: 8px;
6528 - margin-inline-end: 0;
6529 - font-size: 24px;
6530 - color: var(--e-a-color-txt);
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6533 - flex: 0 0 auto;
6534 - margin: 0;
6535 - cursor: pointer;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6538 - margin-inline: 0;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6541 - display: inline;
6542 - background: transparent;
6543 - padding: 0;
6544 - border-radius: 0;
6545 - vertical-align: baseline;
6546 - text-decoration: underline;
6547 - cursor: pointer;
6548 - margin-inline-start: 0;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6551 - background: transparent;
6552 -}
6553 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6554 - color: var(--e-a-color-primary-bold);
6555 - text-decoration: underline;
6556 - cursor: pointer;
6557 - margin-inline-start: 4px;
6558 -}
6559 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6560 - text-decoration: none;
6561 -}
6562 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6563 - display: none;
6564 - border: none;
6565 - padding: 0;
6566 - border-radius: 0;
6567 - margin-inline-start: 0;
6568 - background: transparent;
6569 - transition: background-color 0.2s;
6570 - padding: 3px 8px;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6573 - background-color: var(--e-a-btn-bg-primary-hover);
6574 - border-radius: 3px;
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6577 - color: var(--e-a-btn-bg-accent);
6578 - text-decoration: none;
6579 - display: flex;
6580 - align-items: center;
6581 - gap: 4px;
6582 - font-size: 14px;
6583 - font-weight: 500;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6586 - margin: 0;
6587 - font-size: 14px;
6588 -}
6589 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6590 - display: none;
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6593 - color: var(--e-a-color-txt-muted);
6594 - margin-inline: 5px;
6595 -}
6596 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6597 - color: var(--e-a-color-info);
6598 - text-decoration: underline;
6599 -}
6600 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6601 - text-decoration: none;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6604 - display: flex;
6605 - align-items: center;
6606 - gap: 6px;
6607 - padding: 6px 12px;
6608 - border: none;
6609 - border-radius: 20px;
6610 - font-size: 14px;
6611 - font-weight: 500;
6612 - cursor: pointer;
6613 - transition: opacity 0.2s;
6614 - margin-inline-start: auto;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6617 - opacity: 0.8;
6618 -}
6619 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6620 - margin: 0;
6621 - font-size: 14px;
6622 -}
6623 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6624 - background-color: var(--e-a-bg-info);
6625 - color: var(--e-a-color-info);
6626 -}
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6628 - color: var(--e-a-color-info);
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6631 - background-color: var(--e-a-bg-warning);
6632 - color: var(--e-a-btn-bg-warning-hover);
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6635 - color: var(--e-a-btn-bg-warning-hover);
6636 -}
6637 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6638 - display: none;
6639 - margin-inline-start: 8px;
6640 - align-items: center;
6641 - gap: 6px;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6644 - display: inline-flex !important;
6645 -}
6646 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6647 - text-decoration: underline;
6648 - cursor: pointer;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6651 - cursor: pointer;
6652 - font-size: 14px;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6655 - inset-block-start: 75px;
6656 - inset-inline-start: 230px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6659 - display: none;
6660 -}
6661 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6662 - display: inline;
6663 -}
6664 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6665 - display: none;
6666 -}
6667 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6668 - border-color: var(--e-a-border-color);
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6671 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6672 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6673 - color: var(--e-a-color-txt-disabled);
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6676 - background-color: var(--e-a-color-txt-disabled);
6677 -}
6678 -#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 {
6679 - border-color: var(--e-a-border-color);
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6683 -#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,
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6685 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6686 - color: var(--e-a-color-txt-disabled);
6687 -}
6688 -#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 {
6689 - background-color: var(--e-a-color-txt-disabled);
6690 -}
6691 -#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 {
6692 - display: inline-flex;
6693 -}
6694 -#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 {
6695 - display: none;
6696 -}
6697 -#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 {
6698 - display: block;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6701 -#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],
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6703 - pointer-events: none;
6704 -}
6705 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6706 - display: block;
6707 - margin-block-start: 15px;
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6710 - align-self: center;
6711 - margin-block-start: 20px;
6712 - float: none;
6713 -}
6714 4598
6715 4599 #elementor-template-library-save-template-name {
6716 4600 width: 500px;
6717 - padding-inline-start: 25px;
6718 - border-start-start-radius: 3px;
6719 - border-start-end-radius: 0;
6720 - border-end-start-radius: 3px;
6721 - border-end-end-radius: 0;
4601 + padding-left: 25px;
4602 + border-radius: 3px 0 0 3px;
6722 4603 }
6723 4604
6724 4605 #elementor-template-library-save-template-submit {
6725 4606 width: 150px;
6726 - border-start-start-radius: 0;
6727 - border-start-end-radius: 3px;
6728 - border-end-start-radius: 0;
6729 - border-end-end-radius: 3px;
4607 + border-radius: 0 3px 3px 0;
6730 4608 }
6731 4609
6732 4610 #elementor-template-library-import-form {
6733 4611 width: 95%;
@@ -6736,13 +4614,13 @@
6736 4614 margin: 35px auto;
6737 4615 transition: var(--e-a-transition-hover);
6738 4616 }
6739 4617 #elementor-template-library-import-form-or {
6740 - margin-block-start: 15px;
4618 + margin-top: 15px;
6741 4619 font-size: 18px;
6742 4620 }
6743 4621 #elementor-template-library-import-form-label {
6744 - margin-block-start: 20px;
4622 + margin-top: 20px;
6745 4623 padding: 15px 35px;
6746 4624 display: inline-block;
6747 4625 }
6748 4626 #elementor-template-library-import-form-input {
@@ -6751,12 +4629,12 @@
6751 4629 #elementor-template-library-import-form.elementor-drag-over {
6752 4630 border-color: var(--e-a-color-primary);
6753 4631 }
6754 4632 #elementor-template-library-import .elementor-template-library-blank-icon {
6755 - margin-block-start: 0;
4633 + margin-top: 0;
6756 4634 }
6757 4635 #elementor-template-library-import .elementor-template-library-blank-message {
6758 - margin-block-start: 20px;
4636 + margin-top: 20px;
6759 4637 }
6760 4638
6761 4639 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6762 4640 max-height: 95vh;
@@ -6763,12 +4641,8 @@
6763 4641 padding: 100px 0 0;
6764 4642 min-height: 550px;
6765 4643 }
6766 4644
6767 -.elementor-template-library-cloud-empty__button {
6768 - margin-block-start: 45px;
6769 -}
6770 -
6771 4645 #elementor-template-library-connect-logo {
6772 4646 font-size: 20px;
6773 4647 }
6774 4648 #elementor-template-library-connect__button {
@@ -6774,9 +4648,9 @@
6774 4648 #elementor-template-library-connect__button {
6775 4649 display: inline-block;
6776 4650 position: relative;
6777 4651 z-index: 1;
6778 - margin-block-start: 25px;
4652 + margin-top: 25px;
6779 4653 padding: 12px 24px;
6780 4654 font-size: 14px;
6781 4655 }
6782 4656 #elementor-template-library-connect__background-image-left-1 {
@@ -6805,11 +4679,11 @@
6805 4679 }
6806 4680
6807 4681 .elementor-template-library-blank-footer {
6808 4682 position: absolute;
6809 - inset-block-end: 70px;
6810 - inset-inline-start: 50%;
6811 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4683 + bottom: 70px;
4684 + left: 50%;
4685 + transform: translateX(-50%);
6812 4686 font-style: italic;
6813 4687 color: var(--e-a-color-txt-muted);
6814 4688 }
6815 4689 @media (max-height: 700px) {
@@ -6818,21 +4692,21 @@
6818 4692 }
6819 4693 }
6820 4694
6821 4695 #elementor-template-library-footer-banner {
6822 - padding-block-end: 45px;
4696 + padding-bottom: 45px;
6823 4697 }
6824 4698 #elementor-template-library-footer-banner i {
6825 4699 font-size: 56px;
6826 - margin-block-start: 40px;
4700 + margin-top: 40px;
6827 4701 }
6828 4702 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6829 - margin-block-start: 70px;
4703 + margin-top: 70px;
6830 4704 }
6831 4705
6832 4706 #elementor-template-library-templates-empty {
6833 4707 width: 100%;
6834 - margin-block-start: 40px;
4708 + margin-top: 40px;
6835 4709 }
6836 4710
6837 4711 #elementor-template-library-error-dialog .dialog-message {
6838 4712 text-align: start;
@@ -6838,290 +4712,255 @@
6838 4712 text-align: start;
6839 4713 }
6840 4714
6841 4715 #elementor-template-library-error-info {
6842 - margin-block-start: 10px;
4716 + margin-top: 10px;
6843 4717 }
6844 4718
6845 -#elementor-library--infotip__dialog,
6846 -#elementor-library--connect_infotip__dialog,
6847 -#elementor-library--cloud-upgrade__dialog,
6848 -#elementor-library--site-info__dialog {
6849 - position: absolute;
6850 - z-index: 10000;
6851 - background-color: var(--e-a-bg-default);
6852 - box-shadow: var(--e-a-popover-shadow);
6853 - border-radius: var(--e-a-border-radius);
4719 +@media (max-width: 1439px) {
4720 + .elementor-template-library-local-column-1 {
4721 + width: 33%;
4722 + }
4723 + .elementor-template-library-local-column-2 {
4724 + width: 10%;
4725 + }
4726 + .elementor-template-library-local-column-3 {
4727 + width: 15%;
4728 + }
4729 + .elementor-template-library-local-column-4 {
4730 + width: 15%;
4731 + }
4732 + .elementor-template-library-local-column-5 {
4733 + width: 27%;
4734 + }
6854 4735 }
6855 -#elementor-library--infotip__dialog.variant-b,
6856 -#elementor-library--connect_infotip__dialog.variant-b,
6857 -#elementor-library--cloud-upgrade__dialog.variant-b,
6858 -#elementor-library--site-info__dialog.variant-b {
6859 - width: 200px;
6860 - color: var(--e-a-color-txt-invert);
6861 - background-color: var(--e-a-bg-secondary);
4736 +@media (min-width: 1440px) {
4737 + .elementor-template-library-local-column-1 {
4738 + width: 25%;
4739 + }
4740 + .elementor-template-library-local-column-2 {
4741 + width: 17%;
4742 + }
4743 + .elementor-template-library-local-column-3 {
4744 + width: 17%;
4745 + }
4746 + .elementor-template-library-local-column-4 {
4747 + width: 17%;
4748 + }
4749 + .elementor-template-library-local-column-5 {
4750 + width: 24%;
4751 + }
6862 4752 }
6863 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6864 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6865 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6866 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6867 - padding: 4px 8px 4px 8px;
4753 +@media (max-width: 1024px) {
4754 + .elementor-template-library-local-column-3 {
4755 + display: none;
4756 + }
4757 + .elementor-template-library-local-column-5 {
4758 + width: 41%;
4759 + }
6868 4760 }
6869 -#elementor-library--infotip__dialog__title,
6870 -#elementor-library--connect_infotip__dialog__title,
6871 -#elementor-library--cloud-upgrade__dialog__title,
6872 -#elementor-library--site-info__dialog__title {
6873 - font-size: 14px;
4761 +.elementor-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
4762 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
4763 +.e-btn {
4764 + font-size: 12px;
4765 + font-weight: 500;
4766 + line-height: 1.2;
4767 + text-transform: uppercase;
4768 + padding: 8px 16px;
4769 + outline: none;
4770 + border: none;
4771 + border-radius: var(--e-a-border-radius);
4772 + background-color: var(--e-a-btn-bg);
4773 + color: var(--e-a-btn-color-invert);
4774 + transition: var(--e-a-transition-hover);
6874 4775 }
6875 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6876 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6877 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6878 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6879 - padding: 10px 0 10px 10px;
6880 - float: inline-end;
6881 -}
6882 -#elementor-library--infotip__dialog .dialog-button,
6883 -#elementor-library--connect_infotip__dialog .dialog-button,
6884 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6885 -#elementor-library--site-info__dialog .dialog-button {
6886 - padding: 7px 25px;
6887 - font-size: 13px;
6888 - background: none;
6889 - color: var(--e-a-btn-bg-accent);
4776 +.elementor-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
4777 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
4778 +.e-btn:hover {
6890 4779 border: none;
6891 - font-weight: 500;
6892 - cursor: pointer;
4780 + background-color: var(--e-a-btn-bg-hover);
4781 + color: var(--e-a-btn-color-invert);
6893 4782 }
6894 -#elementor-library--infotip__dialog:after,
6895 -#elementor-library--connect_infotip__dialog:after,
6896 -#elementor-library--cloud-upgrade__dialog:after,
6897 -#elementor-library--site-info__dialog:after {
6898 - content: "";
6899 - position: absolute;
6900 - inset-inline-end: 46%;
6901 - transform: scaleX(0.7);
6902 - border: 10px solid transparent;
4783 +.elementor-button:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
4784 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
4785 +.e-btn:active {
4786 + background-color: var(--e-a-btn-bg-active);
6903 4787 }
6904 -
6905 -#elementor-library--infotip__dialog {
6906 - width: 265px;
4788 +.elementor-button:not([disabled]), .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
4789 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
4790 +.e-btn:not([disabled]) {
4791 + cursor: pointer;
6907 4792 }
6908 -#elementor-library--infotip__dialog .dialog-message {
6909 - padding: 20px 20px 0px 20px;
4793 +.elementor-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
4794 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
4795 +.e-btn:disabled {
4796 + background-color: var(--e-a-btn-bg-disabled);
4797 + color: var(--e-a-btn-color-disabled);
6910 4798 }
6911 -#elementor-library--infotip__dialog:after {
6912 - inset-block-start: 100%;
6913 - border-block-start-color: var(--e-a-bg-default);
4799 +.elementor-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
4800 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
4801 +.e-btn:not(.elementor-button-state) .elementor-state-icon {
4802 + display: none;
6914 4803 }
6915 -#elementor-library--infotip__dialog.variant-b:after {
6916 - border-block-start-color: var(--e-a-bg-secondary);
4804 +.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,
4805 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button,
4806 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
4807 +.e-btn.e-btn-txt {
4808 + background: transparent;
4809 + color: var(--e-a-color-txt);
6917 4810 }
6918 -
6919 -#elementor-library--connect_infotip__dialog {
6920 - width: 265px;
4811 +.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,
4812 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:hover,
4813 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
4814 +.e-btn.e-btn-txt:hover {
4815 + background: var(--e-a-bg-hover);
4816 + color: var(--e-a-color-txt-hover);
6921 4817 }
6922 -#elementor-library--connect_infotip__dialog .dialog-message {
6923 - padding: 20px;
4818 +.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,
4819 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:disabled,
4820 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
4821 +.e-btn.e-btn-txt:disabled {
4822 + background: transparent;
4823 + color: var(--e-a-color-txt-disabled);
6924 4824 }
6925 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6926 - inset-block-end: 100%;
6927 - border-block-end-color: var(--e-a-bg-default);
4825 +.elementor-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button,
4826 +.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,
4827 +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button,
4828 +.e-btn.elementor-button-success,
4829 +.e-btn.e-success {
4830 + background-color: var(--e-a-btn-bg-success);
6928 4831 }
6929 -#elementor-library--connect_infotip__dialog.variant-b:after {
6930 - border-block-start-color: var(--e-a-bg-secondary);
6931 - inset-block-start: 100%;
4832 +.elementor-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button:hover,
4833 +.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,
4834 +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button:hover,
4835 +.e-btn.elementor-button-success:hover,
4836 +.e-btn.e-success:hover {
4837 + background-color: var(--e-a-btn-bg-success-hover);
6932 4838 }
6933 -#elementor-library--connect_infotip__dialog.variant-b {
6934 - width: 265px;
4839 +.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,
4840 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button,
4841 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
4842 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
4843 +.e-btn.e-primary {
4844 + background-color: var(--e-a-btn-bg-primary);
4845 + color: var(--e-a-btn-color);
6935 4846 }
6936 -
6937 -#elementor-library--cloud-upgrade__dialog {
6938 - width: 265px;
4847 +.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,
4848 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button:hover,
4849 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
4850 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
4851 +.e-btn.e-primary:hover {
4852 + background-color: var(--e-a-btn-bg-primary-hover);
4853 + color: var(--e-a-btn-color);
6939 4854 }
6940 -#elementor-library--cloud-upgrade__dialog:after {
6941 - inset-block-start: 100%;
6942 - border-block-start-color: var(--e-a-bg-default);
4855 +.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,
4856 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button,
4857 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over,
4858 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel,
4859 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
4860 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok,
4861 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
4862 +.e-btn.e-primary.e-btn-txt {
4863 + background: transparent;
4864 + color: var(--e-a-color-primary-bold);
6943 4865 }
6944 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6945 - border-block-start-color: var(--e-a-bg-secondary);
4866 +.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,
4867 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button:hover,
4868 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over:hover,
4869 +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel:hover,
4870 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
4871 +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok:hover,
4872 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
4873 +.e-btn.e-primary.e-btn-txt:hover {
4874 + background: var(--e-a-bg-primary);
6946 4875 }
6947 -
6948 -#elementor-library--site-info__dialog {
6949 - width: 265px;
4876 +.elementor-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button,
4877 +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button, .elementor-button.e-accent, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button,
4878 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button,
4879 +.e-btn.go-pro,
4880 +.e-btn.e-accent {
4881 + background-color: var(--e-a-btn-bg-accent);
6950 4882 }
6951 -#elementor-library--site-info__dialog:after {
6952 - inset-block-start: 100%;
6953 - border-block-start-color: var(--e-a-bg-default);
4883 +.elementor-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:hover,
4884 +.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,
4885 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:hover,
4886 +.e-btn.go-pro:hover,
4887 +.e-btn.e-accent:hover {
4888 + background-color: var(--e-a-btn-bg-accent-hover);
6954 4889 }
6955 -#elementor-library--site-info__dialog.variant-b:after {
6956 - border-block-start-color: var(--e-a-bg-secondary);
4890 +.elementor-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:active,
4891 +.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,
4892 +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:active,
4893 +.e-btn.go-pro:active,
4894 +.e-btn.e-accent:active {
4895 + background-color: var(--e-a-btn-bg-accent-active);
6957 4896 }
6958 -
6959 -.elementor-global-styles-dialog {
6960 - --gsd-color-text-primary: #0c0d0e;
6961 - --gsd-color-text-secondary: #3f444b;
6962 - --gsd-color-text-tertiary: #69727D;
6963 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6964 - --gsd-color-primary-main: #f0abfc;
6965 - --gsd-color-primary-hover: #e879f9;
6966 - --gsd-color-secondary-main: #515962;
6967 - --gsd-border-radius: 4px;
6968 - --gsd-spacing-horizontal: 24px;
6969 - --gsd-font-family: 'Roboto', sans-serif;
6970 - padding: 16px 0 0;
6971 - min-width: 444px;
4897 +.elementor-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button,
4898 +.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,
4899 +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button,
4900 +.e-btn.elementor-button-warning,
4901 +.e-btn.e-warning {
4902 + background-color: var(--e-a-btn-bg-warning);
6972 4903 }
6973 -.elementor-global-styles-dialog__header {
6974 - padding: 10px var(--gsd-spacing-horizontal) 0;
6975 - margin-block-end: 16px;
4904 +.elementor-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button:hover,
4905 +.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,
4906 +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button:hover,
4907 +.e-btn.elementor-button-warning:hover,
4908 +.e-btn.e-warning:hover {
4909 + background-color: var(--e-a-btn-bg-warning-hover);
6976 4910 }
6977 -.elementor-global-styles-dialog__header h2 {
6978 - margin: 0 0 4px;
6979 - font-family: var(--gsd-font-family);
6980 - font-size: 16px;
6981 - font-weight: 500;
6982 - line-height: 1.3;
6983 - color: var(--gsd-color-text-primary);
6984 - letter-spacing: 0.15px;
4911 +.elementor-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button,
4912 +.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,
4913 +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button,
4914 +.e-btn.elementor-button-danger,
4915 +.e-btn.e-danger {
4916 + background-color: var(--e-a-btn-bg-danger);
6985 4917 }
6986 -.elementor-global-styles-dialog__header p {
6987 - margin: 0;
6988 - font-family: var(--gsd-font-family);
6989 - font-size: 14px;
6990 - font-weight: 400;
6991 - line-height: 20px;
6992 - color: var(--gsd-color-text-secondary);
6993 - letter-spacing: 0.15px;
4918 +.elementor-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button:hover,
4919 +.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,
4920 +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button:hover,
4921 +.e-btn.elementor-button-danger:hover,
4922 +.e-btn.e-danger:hover {
4923 + background-color: var(--e-a-btn-bg-danger-hover);
6994 4924 }
6995 -.elementor-global-styles-dialog__options {
6996 - display: flex;
6997 - flex-direction: column;
6998 - gap: 12px;
6999 - padding: 0 var(--gsd-spacing-horizontal);
4925 +.elementor-button i, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
4926 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
4927 +.e-btn i {
4928 + margin-right: 5px;
7000 4929 }
7001 -.elementor-global-styles-dialog__radio-card {
7002 - display: flex;
7003 - gap: 0;
7004 - padding: 12px 8px;
7005 - border: 1px solid var(--gsd-color-divider);
7006 - border-radius: var(--gsd-border-radius);
7007 - cursor: pointer;
7008 - transition: border-color 0.2s ease;
4930 +
4931 +.dialog-type-confirm .dialog-widget-content,
4932 +.dialog-type-alert .dialog-widget-content {
4933 + margin: auto;
4934 + width: 400px;
4935 + padding: 20px;
7009 4936 }
7010 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7011 - border: 2px solid var(--gsd-color-text-primary);
7012 - padding: 11px 7px;
7013 -}
7014 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7015 - flex-shrink: 0;
7016 - width: 20px;
7017 - height: 20px;
7018 - margin: 9px;
7019 - cursor: pointer;
7020 - color: var(--gsd-color-text-tertiary);
7021 - accent-color: var(--gsd-color-text-primary);
7022 -}
7023 -.elementor-global-styles-dialog__radio-card-content {
7024 - display: flex;
7025 - align-items: flex-start;
7026 - flex-direction: column;
7027 - flex: 1;
7028 -}
7029 -.elementor-global-styles-dialog__radio-label {
7030 - font-family: var(--gsd-font-family);
7031 - font-size: 14px;
4937 +.dialog-type-confirm .dialog-header,
4938 +.dialog-type-alert .dialog-header {
4939 + font-size: 15px;
7032 4940 font-weight: 500;
7033 - line-height: 18px;
7034 - color: var(--gsd-color-text-primary);
7035 - letter-spacing: 0.15px;
7036 4941 }
7037 -.elementor-global-styles-dialog__radio-description {
7038 - font-family: var(--gsd-font-family);
7039 - font-size: 12px;
7040 - font-weight: 400;
7041 - line-height: 20px;
7042 - color: var(--gsd-color-text-secondary);
7043 - letter-spacing: 0.4px;
4942 +.dialog-type-confirm .dialog-header:after,
4943 +.dialog-type-alert .dialog-header:after {
4944 + content: "";
4945 + display: block;
4946 + border-bottom: var(--e-a-border);
4947 + padding-bottom: 10px;
4948 + margin-bottom: 10px;
4949 + margin-right: -20px;
4950 + margin-left: -20px;
7044 4951 }
7045 -.elementor-global-styles-dialog__checkbox-container {
7046 - display: flex;
7047 - align-items: flex-start;
7048 - gap: 4px;
7049 - padding: 0;
7050 - margin-block-start: 0;
4952 +.dialog-type-confirm .dialog-message,
4953 +.dialog-type-alert .dialog-message {
4954 + min-height: 50px;
7051 4955 }
7052 -.elementor-global-styles-dialog__checkbox-option {
4956 +.dialog-type-confirm .dialog-buttons-wrapper,
4957 +.dialog-type-alert .dialog-buttons-wrapper {
4958 + padding-top: 10px;
7053 4959 display: flex;
7054 - align-items: flex-start;
7055 - gap: 4px;
7056 - cursor: pointer;
7057 -}
7058 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7059 - width: 18px;
7060 - height: 18px;
7061 - margin: 4px;
7062 - cursor: pointer;
7063 -}
7064 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7065 - background-color: var(--gsd-color-text-tertiary);
7066 -}
7067 -.elementor-global-styles-dialog__checkbox-label {
7068 - font-family: var(--gsd-font-family);
7069 - font-size: 12px;
7070 - font-weight: 400;
7071 - line-height: 1.43;
7072 - color: var(--gsd-color-text-primary);
7073 - letter-spacing: 0.15px;
7074 - padding-block-start: 4px;
7075 - margin-inline-start: 4px;
7076 -}
7077 -.elementor-global-styles-dialog__checkbox-label a {
7078 - color: #2563eb;
7079 - text-decoration: underline;
7080 -}
7081 -.elementor-global-styles-dialog__checkbox-label a:hover {
7082 - color: #2563eb;
7083 -}
7084 -.elementor-global-styles-dialog__footer {
7085 - display: flex;
7086 4960 justify-content: flex-end;
7087 - align-items: center;
7088 - gap: 8px;
7089 - padding: 16px var(--gsd-spacing-horizontal);
4961 + gap: 15px;
7090 4962 }
7091 -.elementor-global-styles-dialog__button-cancel {
7092 - padding: 6px 8px;
7093 - font-family: var(--gsd-font-family);
7094 - font-size: 15px;
7095 - font-weight: 500;
7096 - line-height: 24px;
7097 - letter-spacing: 0.4px;
7098 - color: var(--gsd-color-secondary-main);
7099 - background: transparent;
7100 - border: none;
7101 - border-radius: var(--gsd-border-radius);
7102 - cursor: pointer;
7103 -}
7104 -.elementor-global-styles-dialog__button-cancel:hover {
7105 - background: rgba(0, 0, 0, 0.04);
7106 -}
7107 -.elementor-global-styles-dialog__button-insert {
7108 - padding: 6px 16px;
7109 - font-family: var(--gsd-font-family);
7110 - font-size: 15px;
7111 - font-weight: 500;
7112 - line-height: 24px;
7113 - letter-spacing: 0.4px;
7114 - color: var(--gsd-color-text-primary);
7115 - background: var(--gsd-color-primary-main);
7116 - border: none;
7117 - border-radius: var(--gsd-border-radius);
7118 - cursor: pointer;
7119 -}
7120 -.elementor-global-styles-dialog__button-insert:hover {
7121 - background: var(--gsd-color-primary-hover);
7122 -}
7123 -
7124 4963 .elementor-tags-list {
7125 4964 display: none;
7126 4965 position: absolute;
7127 4966 width: 260px;
@@ -7126,9 +4965,9 @@
7126 4965 position: absolute;
7127 4966 width: 260px;
7128 4967 max-height: 300px;
7129 4968 overflow: auto;
7130 - padding-block-end: 5px;
4969 + padding-bottom: 5px;
7131 4970 background-color: var(--e-a-bg-default);
7132 4971 box-shadow: var(--e-a-popover-shadow);
7133 4972 border: var(--e-a-border);
7134 4973 border-radius: 3px;
@@ -7141,9 +4980,9 @@
7141 4980 display: flex;
7142 4981 align-items: center;
7143 4982 }
7144 4983 .elementor-tags-list__group-title .eicon-info-circle {
7145 - padding-inline-end: 5px;
4984 + padding-right: 5px;
7146 4985 color: var(--e-a-color-primary-bold);
7147 4986 font-size: 14px;
7148 4987 }
7149 4988 .elementor-tags-list__item {
@@ -7153,17 +4992,17 @@
7153 4992 }
7154 4993 .elementor-tags-list__item:before {
7155 4994 content: ">";
7156 4995 font-size: 8px;
7157 - padding-inline-end: 5px;
4996 + padding-right: 5px;
7158 4997 }
7159 4998 .elementor-tags-list__item:hover {
7160 4999 background-color: var(--e-a-bg-hover);
7161 5000 }
7162 5001 .elementor-tags-list__teaser {
7163 - border-block-start: 2px solid var(--e-a-border-color);
7164 - padding-block-start: 4px;
7165 - margin-block-start: 4px;
5002 + border-top: 2px solid var(--e-a-border-color);
5003 + padding-top: 4px;
5004 + margin-top: 4px;
7166 5005 }
7167 5006 .elementor-tags-list__teaser-text {
7168 5007 padding: 2px 15px 8px;
7169 5008 line-height: 1.5;
@@ -7197,9 +5036,9 @@
7197 5036 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7198 5037 color: var(--e-a-color-txt-hover);
7199 5038 }
7200 5039 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7201 - margin-block-start: 10px;
5040 + margin-top: 10px;
7202 5041 }
7203 5042
7204 5043 .elementor-tag-settings-popup {
7205 5044 position: absolute;
@@ -7211,12 +5050,12 @@
7211 5050 }
7212 5051 .elementor-tag-settings-popup:before {
7213 5052 content: "";
7214 5053 position: absolute;
7215 - inset-block-start: -20px;
7216 - inset-inline-start: 5px;
5054 + top: -20px;
5055 + left: 5px;
7217 5056 border: 10px solid transparent;
7218 - border-block-end-color: var(--e-a-border-color);
5057 + border-bottom-color: var(--e-a-border-color);
7219 5058 }
7220 5059 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7221 5060 margin: 0;
7222 5061 }
@@ -7271,54 +5110,40 @@
7271 5110 }
7272 5111
7273 5112 .elementor-context-menu {
7274 5113 position: absolute;
7275 - width: 250px;
7276 - padding: 5px 0px;
5114 + width: 200px;
7277 5115 background-color: var(--e-a-bg-default);
7278 - border-radius: var(--e-a-border-radius);
7279 - box-shadow: var(--e-a-popover-shadow);
5116 + border: var(--e-a-border);
5117 + border-radius: 3px;
5118 + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7280 5119 -webkit-user-select: none;
7281 5120 -moz-user-select: none;
7282 5121 user-select: none;
7283 5122 z-index: 101;
7284 5123 }
7285 -.elementor-context-menu-list {
7286 - display: flex;
7287 - flex-direction: column;
7288 -}
7289 5124 .elementor-context-menu-list__group {
7290 - display: flex;
7291 - flex-direction: column;
5125 + padding: 5px 0;
7292 5126 }
7293 5127 .elementor-context-menu-list__group:not(:last-child) {
7294 - border-block-end: var(--e-a-border);
5128 + border-bottom: var(--e-a-border);
7295 5129 }
7296 5130 .elementor-context-menu-list__item {
7297 - padding: 12px 20px;
5131 + padding: 5px 10px;
5132 + padding-right: 20px;
7298 5133 display: flex;
7299 - gap: 16px;
7300 5134 cursor: pointer;
7301 5135 transition: var(--e-a-transition-hover);
7302 - align-items: center;
7303 5136 }
7304 5137 .elementor-context-menu-list__item--disabled {
7305 5138 cursor: default;
7306 - opacity: 0.5;
7307 5139 color: var(--e-a-color-disabled);
7308 5140 }
7309 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7310 - opacity: 1;
7311 -}
7312 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7313 - opacity: 0.5;
7314 -}
7315 -.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 {
5141 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7316 5142 background-color: var(--e-a-bg-hover);
7317 5143 color: var(--e-a-color-hover);
7318 5144 }
7319 5145 .elementor-context-menu-list__item__icon {
7320 - display: none;
7321 5146 width: 20px;
7322 5147 }
7323 5148 .elementor-context-menu-list__item__title {
7324 5149 flex-grow: 1;
@@ -7328,52 +5153,17 @@
7328 5153 }
7329 5154 .elementor-context-menu-list__item__shortcut {
7330 5155 color: var(--e-a-color-txt-muted);
7331 5156 }
7332 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7333 - position: absolute;
7334 - inset: 0;
7335 - z-index: 2;
7336 - cursor: pointer;
7337 -}
7338 -.elementor-context-menu-list__item__shortcut__new-badge {
7339 - border: 1px solid var(--e-a-color-primary-bold);
7340 - padding: 2px 8px;
7341 - color: var(--e-a-color-primary-bold);
7342 - border-radius: 10px;
7343 - font-size: 10px;
7344 -}
7345 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7346 - display: flex;
7347 - align-items: center;
7348 - justify-content: center;
7349 - width: 24px;
7350 - height: 24px;
7351 - border-radius: 50%;
7352 - background-color: rgba(214, 16, 124, 0.12);
7353 - color: var(--e-a-color-accent-promotion, #D6107C);
7354 - font-size: 16px;
7355 - cursor: pointer;
7356 -}
7357 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7358 - font-size: 14px;
7359 - font-style: normal;
7360 - font-weight: 400;
7361 - line-height: 1;
7362 - position: relative;
7363 -}
7364 -.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 > * {
5157 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7365 5158 color: var(--e-global-color-danger);
7366 5159 }
7367 -.elementor-context-menu-list__item.elementor-hidden {
7368 - display: none;
7369 -}
7370 5160 .elementor-context-menu .eicon-pro-icon {
7371 5161 color: var(--e-global-color-accent);
7372 5162 }
7373 5163
7374 5164 #elementor-hotkeys {
7375 - text-align: start;
5165 + text-align: left;
7376 5166 }
7377 5167 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7378 5168 display: none;
7379 5169 }
@@ -7378,11 +5168,8 @@
7378 5168 display: none;
7379 5169 }
7380 5170 #elementor-hotkeys__content {
7381 5171 display: flex;
7382 - justify-content: space-between;
7383 - gap: 70px;
7384 - padding: 20px 30px;
7385 5172 width: 100%;
7386 5173 overflow: hidden;
7387 5174 }
7388 5175 @media (max-width: 1024px) {
@@ -7387,29 +5174,108 @@
7387 5174 }
7388 5175 @media (max-width: 1024px) {
7389 5176 #elementor-hotkeys__content {
7390 5177 flex-direction: column;
7391 - gap: 20px;
7392 - padding: 20px;
7393 5178 }
7394 5179 }
5180 +#elementor-hotkeys__actions .elementor-hotkeys__list {
5181 + border-radius: 3px 0 0 3px;
5182 +}
5183 +@media (max-width: 1024px) {
5184 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5185 + border-radius: var(--e-global-radius);
5186 + }
5187 +}
5188 +@media (min-width: 1025px) {
5189 + #elementor-hotkeys__actions .elementor-hotkeys__header,
5190 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5191 + padding-right: 25px;
5192 + }
5193 +}
5194 +@media (min-width: 1440px) {
5195 + #elementor-hotkeys__actions .elementor-hotkeys__header,
5196 + #elementor-hotkeys__actions .elementor-hotkeys__list {
5197 + padding-right: 50px;
5198 + }
5199 +}
5200 +#elementor-hotkeys__navigation .elementor-hotkeys__list {
5201 + border-radius: 0 3px 3px 0;
5202 +}
5203 +@media (max-width: 1024px) {
5204 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5205 + border-radius: var(--e-global-radius);
5206 + }
5207 +}
5208 +@media (min-width: 1025px) {
5209 + #elementor-hotkeys__navigation .elementor-hotkeys__header {
5210 + padding-left: 25px;
5211 + }
5212 +}
5213 +@media (min-width: 1440px) {
5214 + #elementor-hotkeys__navigation .elementor-hotkeys__header {
5215 + padding-left: 50px;
5216 + }
5217 +}
5218 +@media (min-width: 1025px) {
5219 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5220 + padding-left: 15px;
5221 + }
5222 +}
5223 +@media (min-width: 1440px) {
5224 + #elementor-hotkeys__navigation .elementor-hotkeys__list {
5225 + padding-left: 40px;
5226 + }
5227 +}
7395 5228
7396 5229 .elementor-hotkeys__col {
7397 - display: flex;
7398 - flex-direction: column;
7399 - gap: 20px;
5230 + width: 50%;
5231 +}
5232 +@media (max-width: 1024px) {
5233 + .elementor-hotkeys__col {
5234 + width: 100%;
5235 + }
5236 +}
5237 +.elementor-hotkeys__header, .elementor-hotkeys__list {
7400 5238 width: 100%;
7401 5239 }
7402 5240 .elementor-hotkeys__header {
5241 + padding: 10px 30px;
7403 5242 font-weight: 500;
7404 5243 }
5244 +@media (max-width: 479px) {
5245 + .elementor-hotkeys__header {
5246 + padding-right: 10px;
5247 + padding-left: 10px;
5248 + }
5249 +}
5250 +.elementor-hotkeys__list {
5251 + background-color: var(--e-a-bg-default);
5252 + height: calc(100% - 42px);
5253 + padding: 10px 20px;
5254 +}
5255 +@media (max-width: 479px) {
5256 + .elementor-hotkeys__list {
5257 + padding: 0;
5258 + }
5259 +}
5260 +@media (max-width: 1024px) {
5261 + .elementor-hotkeys__list {
5262 + margin-bottom: 30px;
5263 + }
5264 +}
5265 +@media (max-width: 1024px) {
5266 + .elementor-hotkeys__list {
5267 + height: auto;
5268 + }
5269 +}
7405 5270 .elementor-hotkeys__item {
7406 5271 display: flex;
7407 5272 align-items: center;
7408 5273 padding: 20px 10px;
5274 + border-bottom: var(--e-a-border);
7409 5275 }
7410 -.elementor-hotkeys__item:not(:last-child) {
7411 - border-block-end: var(--e-a-border);
5276 +.elementor-hotkeys__item:last-child {
5277 + border-bottom: none;
7412 5278 }
7413 5279 .elementor-hotkeys__item--label {
7414 5280 font-size: 13px;
7415 5281 font-weight: 400;
@@ -7417,45 +5283,40 @@
7417 5283 }
7418 5284 .elementor-hotkeys__item--shortcut {
7419 5285 flex-grow: 0;
7420 5286 display: flex;
7421 - gap: 27px;
7422 5287 }
7423 -@media (max-width: 1024px) {
7424 - .elementor-hotkeys__item--shortcut {
7425 - gap: 23px;
7426 - }
7427 -}
7428 -.elementor-hotkeys__item--shortcut kbd {
5288 +.elementor-hotkeys__item--shortcut span {
7429 5289 position: relative;
7430 - font-family: unset;
7431 5290 background-color: var(--e-a-bg-active);
7432 5291 padding: 5px 12px;
7433 - border-radius: var(--e-a-border-radius);
5292 + margin-right: 27px;
5293 + border-radius: 3px;
7434 5294 }
7435 -@media (max-width: 1024px) {
7436 - .elementor-hotkeys__item--shortcut kbd {
5295 +@media (max-width: 479px) {
5296 + .elementor-hotkeys__item--shortcut span {
7437 5297 padding: 4px 9px;
5298 + margin-right: 23px;
7438 5299 }
7439 5300 }
7440 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
5301 +.elementor-hotkeys__item--shortcut span:after {
7441 5302 content: "+";
7442 5303 position: absolute;
7443 - inset-inline-end: 0;
5304 + right: -18px;
7444 5305 width: 9px;
7445 5306 text-align: center;
7446 - margin-inline-end: -18px;
7447 5307 }
7448 -@media (max-width: 1024px) {
7449 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7450 - margin-inline-end: -16px;
5308 +@media (max-width: 479px) {
5309 + .elementor-hotkeys__item--shortcut span:after {
5310 + right: -16px;
7451 5311 }
7452 5312 }
7453 -
7454 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7455 - margin-top: 0 !important;
7456 - width: calc(25% - 30px);
5313 +.elementor-hotkeys__item--shortcut span:last-child {
5314 + margin-right: 0;
7457 5315 }
5316 +.elementor-hotkeys__item--shortcut span:last-child:after {
5317 + display: none;
5318 +}
7458 5319
7459 5320 .ui-resizable-n {
7460 5321 top: -5px;
7461 5322 }
@@ -7514,18 +5375,16 @@
7514 5375 }
7515 5376
7516 5377 body {
7517 5378 --e-editor-navigator-width: 240px;
7518 - --e-editor-navigator-indicator-width: 3px;
7519 - --e-editor-navigator-promotion-height: 30px;
7520 5379 }
7521 5380
7522 5381 #elementor-navigator {
7523 5382 position: fixed;
7524 - inset-block-start: 100px;
7525 - inset-inline-end: 30px;
5383 + top: 100px;
7526 5384 width: var(--e-editor-navigator-width);
7527 5385 height: 50vh;
5386 + right: 30px;
7528 5387 background-color: var(--e-a-bg-default);
7529 5388 border: var(--e-a-border);
7530 5389 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7531 5390 -webkit-user-select: none;
@@ -7535,10 +5394,10 @@
7535 5394 z-index: 100;
7536 5395 display: none;
7537 5396 }
7538 5397 body.elementor-navigator-docked #elementor-navigator {
7539 - inset: 0;
7540 - inset-inline-start: auto;
5398 + top: 0;
5399 + right: 0;
7541 5400 height: 100%;
7542 5401 }
7543 5402 body:not(.elementor-navigator-docked) #elementor-navigator {
7544 5403 border-radius: 5px;
@@ -7544,15 +5403,13 @@
7544 5403 border-radius: 5px;
7545 5404 }
7546 5405 #elementor-navigator__inner {
7547 5406 height: 100%;
7548 - display: flex;
7549 - flex-direction: column;
7550 5407 }
7551 5408 #elementor-navigator__header {
7552 5409 display: flex;
7553 5410 align-items: stretch;
7554 - border-block-end: var(--e-a-border);
5411 + border-bottom: var(--e-a-border);
7555 5412 color: var(--e-a-color-txt-accent);
7556 5413 }
7557 5414 #elementor-navigator__header__title {
7558 5415 flex: 1;
@@ -7561,22 +5418,8 @@
7561 5418 font-weight: 400;
7562 5419 padding: 10px 0;
7563 5420 cursor: move;
7564 5421 }
7565 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7566 - padding-inline-end: 17.5px;
7567 -}
7568 -#elementor-navigator__ai-titles {
7569 - width: 35px;
7570 - text-align: center;
7571 - cursor: pointer;
7572 - background-color: transparent;
7573 - border: none;
7574 - outline: none;
7575 -}
7576 -#elementor-navigator__ai-titles:hover {
7577 - color: #E73CF6;
7578 -}
7579 5422 #elementor-navigator__close, #elementor-navigator__toggle-all {
7580 5423 color: var(--e-a-color-txt);
7581 5424 background-color: transparent;
7582 5425 border: none;
@@ -7597,9 +5440,9 @@
7597 5440 #elementor-navigator__close {
7598 5441 font-size: 11px;
7599 5442 }
7600 5443 #elementor-navigator__elements {
7601 - flex-grow: 1;
5444 + height: calc(100% - 49px);
7602 5445 overflow: auto;
7603 5446 position: relative;
7604 5447 }
7605 5448 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7607,35 +5450,22 @@
7607 5450 }
7608 5451 #elementor-navigator__elements .elementor-nerd-box {
7609 5452 padding: 25px;
7610 5453 }
7611 -#elementor-navigator__elements > .elementor-navigator__element-section {
7612 - border-block-end: var(--e-a-border);
5454 +#elementor-navigator__elements-section {
5455 + border-bottom: var(--e-a-border);
7613 5456 }
7614 5457 #elementor-navigator__footer {
5458 + position: absolute;
7615 5459 width: 100%;
5460 + left: 0;
5461 + bottom: 0;
7616 5462 text-align: center;
5463 + border-top: var(--e-a-border);
7617 5464 }
7618 -#elementor-navigator__footer__resize-bar {
7619 - border-block-start: var(--e-a-border);
7620 -}
7621 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5465 +.elementor-navigator-docked #elementor-navigator__footer {
7622 5466 display: none;
7623 5467 }
7624 -#elementor-navigator__footer__promotion {
7625 - font-size: 12px;
7626 - padding: 4px 17px;
7627 - font-family: "Roboto", sans-serif;
7628 - color: var(--e-a-bg-logo);
7629 - min-height: var(--e-editor-navigator-promotion-height);
7630 - display: flex;
7631 - justify-content: center;
7632 - align-items: center;
7633 -}
7634 -#elementor-navigator__footer__promotion a {
7635 - color: var(--e-a-color-accent-promotion);
7636 - margin-inline-start: 1px;
7637 -}
7638 5468
7639 5469 .elementor-navigator__item {
7640 5470 position: relative;
7641 5471 display: flex;
@@ -7643,9 +5473,9 @@
7643 5473 cursor: pointer;
7644 5474 transition: padding 0.5s linear;
7645 5475 overflow: hidden;
7646 5476 }
7647 -.elementor-navigator__item:hover, .elementor-navigator__item:focus {
5477 +.elementor-navigator__item:hover {
7648 5478 background-color: var(--e-a-bg-hover);
7649 5479 }
7650 5480 .elementor-navigator__item:active {
7651 5481 background-color: var(--e-a-bg-active);
@@ -7654,9 +5484,9 @@
7654 5484 .elementor-navigator__item[data-locked=true] {
7655 5485 cursor: not-allowed;
7656 5486 }
7657 5487 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7658 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5488 + transform: rotate(-90deg);
7659 5489 }
7660 5490 .elementor-navigator__item > * {
7661 5491 display: flex;
7662 5492 align-items: center;
@@ -7665,15 +5495,15 @@
7665 5495 display: none;
7666 5496 }
7667 5497 .elementor-navigator__elements > .elementor-navigator__element-section,
7668 5498 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7669 - border-block-end: var(--e-a-border);
5499 + border-bottom: var(--e-a-border);
7670 5500 }
7671 5501 .elementor-navigator__elements .elementor-empty-view {
7672 5502 padding: 10px;
7673 5503 }
7674 5504 .elementor-navigator__elements .elementor-empty-view__title {
7675 - margin-inline-start: 34px;
5505 + margin-left: 23px;
7676 5506 font-size: 10px;
7677 5507 font-style: italic;
7678 5508 }
7679 5509 .elementor-navigator__elements .ui-sortable-helper {
@@ -7686,9 +5516,9 @@
7686 5516 .elementor-navigator__elements .ui-sortable-placeholder {
7687 5517 background-color: var(--e-a-bg-hover);
7688 5518 }
7689 5519 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7690 - border-block-start: var(--e-a-border);
5520 + border-top: var(--e-a-border);
7691 5521 }
7692 5522 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7693 5523 display: none;
7694 5524 }
@@ -7710,13 +5540,13 @@
7710 5540 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7711 5541 background-color: var(--e-a-bg-active);
7712 5542 }
7713 5543 .elementor-navigator__element__list-toggle {
7714 - margin-inline-end: 7px;
5544 + margin-right: 7px;
7715 5545 transition: transform 0.3s;
7716 5546 }
7717 5547 .elementor-navigator__element__element-type {
7718 - margin-inline-end: 8px;
5548 + margin-right: 8px;
7719 5549 font-size: 14px;
7720 5550 }
7721 5551 .elementor-navigator__element__title {
7722 5552 flex-grow: 1;
@@ -7741,9 +5571,9 @@
7741 5571 overflow: hidden;
7742 5572 }
7743 5573 .elementor-navigator__element__toggle {
7744 5574 position: absolute;
7745 - inset-inline-end: 15px;
5575 + right: 15px;
7746 5576 height: 100%;
7747 5577 z-index: 0;
7748 5578 font-size: 13px;
7749 5579 }
@@ -7749,12 +5579,13 @@
7749 5579 }
7750 5580 .elementor-navigator__element__indicators {
7751 5581 position: relative;
7752 5582 transition: transform 0.5s;
5583 + padding-left: 5px;
7753 5584 z-index: 91;
7754 5585 }
7755 5586 .elementor-navigator__element__indicators:not(:hover) {
7756 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5587 + transform: translateX(calc(100% - 8px));
7757 5588 }
7758 5589 .elementor-navigator__element__indicator {
7759 5590 height: 100%;
7760 5591 width: 31px;
@@ -7760,15 +5591,18 @@
7760 5591 width: 31px;
7761 5592 display: inline-flex;
7762 5593 align-items: center;
7763 5594 justify-content: center;
7764 - color: var(--e-a-color-txt);
7765 - background-color: var(--e-a-bg-default);
7766 - border-inline-end: var(--e-a-border);
5595 + color: var(--e-a-color-txt-invert);
5596 + background-color: var(--e-a-color-white);
5597 + border-left: --e-a-border;
7767 5598 }
7768 5599 .elementor-navigator__element__indicator:first-child {
7769 - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
5600 + border-left: 3px solid var(--e-a-border-color-accent);
7770 5601 }
5602 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5603 + border-color: #242729;
5604 +}
7771 5605 .elementor-navigator__element__indicator:hover {
7772 5606 color: var(--e-a-color-txt-hover);
7773 5607 }
7774 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7774,16 +5608,13 @@
7774 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7775 5609 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7776 5610 opacity: 0.5;
7777 5611 }
7778 -.elementor-navigator__promotion-text {
7779 - line-height: 18px;
7780 -}
7781 5612
7782 5613 .e-notice-bar {
7783 5614 position: absolute;
7784 5615 width: 100%;
7785 - inset-block-end: 0;
5616 + bottom: 0;
7786 5617 display: flex;
7787 5618 align-items: center;
7788 5619 height: 40px;
7789 5620 color: #fff;
@@ -7798,18 +5629,19 @@
7798 5629 color: #D5D8DC;
7799 5630 }
7800 5631 .e-notice-bar__primary_action {
7801 5632 margin-inline: 12px;
5633 + text-transform: uppercase;
7802 5634 }
7803 5635 .e-notice-bar__primary_action a {
7804 5636 background: #ffffff;
7805 5637 border-radius: 3px;
7806 - color: #93003f;
5638 + color: #524CFF;
7807 5639 padding: 4px 10px;
7808 5640 font-size: 11px;
7809 5641 }
7810 5642 .e-notice-bar__primary_action a:hover {
7811 - color: rgb(70.5, 0, 30.2142857143);
5643 + color: #0900ff;
7812 5644 background: #F1F2F3;
7813 5645 }
7814 5646 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7815 5647 font-size: 11px;
@@ -7825,12 +5657,14 @@
7825 5657 color: #F1F2F3;
7826 5658 }
7827 5659 .e-notice-bar__close {
7828 5660 cursor: pointer;
7829 - margin-inline-start: auto;
5661 + -webkit-margin-start: auto;
5662 + margin-inline-start: auto;
7830 5663 }
7831 5664 .e-notice-bar__icon {
7832 - margin-inline-end: 8px;
5665 + -webkit-margin-end: 8px;
5666 + margin-inline-end: 8px;
7833 5667 }
7834 5668 .e-notice-bar i {
7835 5669 font-size: 16px;
7836 5670 opacity: 0.9;
@@ -7870,14 +5704,14 @@
7870 5704 display: none;
7871 5705 }
7872 5706 }
7873 5707 #elementor-icons-manager__tab-links {
7874 - margin-block-start: 30px;
5708 + margin-top: 30px;
7875 5709 }
7876 5710 #elementor-icons-manager__upload {
7877 5711 margin: 20px 45px;
7878 - padding-block-start: 35px;
7879 - border-block-start: var(--e-a-border);
5712 + padding-top: 35px;
5713 + border-top: var(--e-a-border);
7880 5714 display: flex;
7881 5715 align-items: center;
7882 5716 justify-content: space-between;
7883 5717 }
@@ -7909,11 +5743,11 @@
7909 5743 background-color: transparent;
7910 5744 }
7911 5745 #elementor-icons-manager__search i {
7912 5746 position: absolute;
7913 - inset-block-start: 50%;
7914 - inset-inline-end: 15px;
5747 + top: 50%;
7915 5748 transform: translateY(-50%);
5749 + right: 15px;
7916 5750 }
7917 5751 #elementor-icons-manager__tab__wrapper {
7918 5752 overflow: auto;
7919 5753 margin: 25px -15px 0;
@@ -7922,9 +5756,9 @@
7922 5756 #elementor-icons-manager__tab__title {
7923 5757 color: var(--e-a-color-txt);
7924 5758 font-size: 16px;
7925 5759 font-weight: 500;
7926 - text-align: start;
5760 + text-align: left;
7927 5761 }
7928 5762 @media (max-width: 479px) {
7929 5763 #elementor-icons-manager__tab__title {
7930 5764 display: none;
@@ -7959,9 +5793,9 @@
7959 5793 #elementor-icons-manager__promotion {
7960 5794 display: flex;
7961 5795 align-items: center;
7962 5796 flex-direction: column;
7963 - padding-block-start: 70px;
5797 + padding-top: 70px;
7964 5798 }
7965 5799 #elementor-icons-manager__promotion__icon {
7966 5800 font-size: 60px;
7967 5801 }
@@ -7967,25 +5801,24 @@
7967 5801 }
7968 5802 #elementor-icons-manager__promotion__text {
7969 5803 width: 300px;
7970 5804 font-size: 16px;
7971 - padding-block-start: 25px;
5805 + padding-top: 25px;
7972 5806 }
7973 5807 #elementor-icons-manager__promotion__link {
7974 - margin-block-start: 20px;
5808 + margin-top: 20px;
7975 5809 }
7976 5810
7977 5811 .elementor-icons-manager__tab-link {
7978 - padding-block: 15px;
7979 - padding-inline: 45px 0;
5812 + padding: 15px 0 15px 45px;
7980 5813 font-size: 12px;
7981 - text-align: start;
5814 + text-align: left;
7982 5815 cursor: pointer;
7983 5816 position: relative;
7984 5817 }
7985 5818 .elementor-icons-manager__tab-link i {
7986 5819 font-size: 20px;
7987 - padding-inline-end: 15px;
5820 + padding-right: 15px;
7988 5821 }
7989 5822 @media (max-width: 1024px) {
7990 5823 .elementor-icons-manager__tab-link i {
7991 5824 display: none;
@@ -8002,16 +5835,16 @@
8002 5835 content: "";
8003 5836 position: absolute;
8004 5837 height: 100%;
8005 5838 width: 3px;
8006 - inset-block-start: 0;
8007 - inset-inline-start: 0;
5839 + top: 0;
5840 + left: 0;
8008 5841 background-color: var(--e-a-border-color-accent);
8009 5842 }
8010 5843 .elementor-icons-manager__tab__item {
8011 5844 position: relative;
8012 5845 height: 0;
8013 - padding-block-end: 100%;
5846 + padding-bottom: 100%;
8014 5847 border: var(--e-a-border);
8015 5848 border-radius: 3px;
8016 5849 cursor: pointer;
8017 5850 transition: var(--e-a-transition-hover);
@@ -8030,11 +5863,11 @@
8030 5863 flex-direction: column;
8031 5864 align-items: center;
8032 5865 width: 100%;
8033 5866 position: absolute;
8034 - inset-block-start: 50%;
8035 - inset-inline-start: 50%;
8036 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5867 + top: 50%;
5868 + left: 50%;
5869 + transform: translate(-50%, -50%);
8037 5870 padding: 1px;
8038 5871 }
8039 5872 .elementor-icons-manager__tab__item__icon {
8040 5873 font-size: 25px;
@@ -8078,12 +5911,11 @@
8078 5911 }
8079 5912 .pickr .pcr-button:before, .pickr .pcr-button:after {
8080 5913 height: 12px;
8081 5914 width: 12px;
8082 - position: absolute;
8083 - inset-block-start: 50%;
8084 - inset-inline-start: 50%;
8085 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5915 + top: 50%;
5916 + left: 50%;
5917 + transform: translate(-50%, -50%);
8086 5918 }
8087 5919
8088 5920 .pcr-app {
8089 5921 background-color: var(--e-a-bg-default);
@@ -8101,13 +5933,10 @@
8101 5933 }
8102 5934 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8103 5935 height: 150px;
8104 5936 }
8105 -.pcr-app .pcr-selection .pcr-picker {
8106 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8107 -}
8108 5937 .pcr-app .pcr-interaction {
8109 - padding-block-end: 20px;
5938 + padding-bottom: 20px;
8110 5939 }
8111 5940 .pcr-app .pcr-interaction input.pcr-result {
8112 5941 border: var(--e-a-border);
8113 5942 color: var(--e-a-color-txt);
@@ -8122,9 +5951,10 @@
8122 5951 .pcr-app .pcr-interaction input.pcr-type {
8123 5952 all: unset;
8124 5953 font-size: 10px;
8125 5954 color: var(--e-a-color-txt-muted);
8126 - padding-inline-start: 5px;
5955 + -webkit-padding-start: 5px;
5956 + padding-inline-start: 5px;
8127 5957 cursor: pointer;
8128 5958 }
8129 5959 .pcr-app .pcr-interaction input.pcr-type.active {
8130 5960 background-color: transparent;
@@ -8133,9 +5963,9 @@
8133 5963 .pcr-selection, .pcr-interaction {
8134 5964 padding: 0 20px;
8135 5965 }
8136 5966 .pcr-selection {
8137 - padding-block-start: 20px;
5967 + padding-top: 20px;
8138 5968 }
8139 5969 .pcr .elementor-control-dynamic-switcher {
8140 5970 height: 20px;
8141 5971 border: 0;
@@ -8190,19 +6020,22 @@
8190 6020 font-family: "eicons";
8191 6021 color: var(--e-a-btn-color-invert);
8192 6022 text-indent: 0;
8193 6023 position: absolute;
8194 - inset: 0;
6024 + left: 0;
6025 + top: 0;
6026 + width: 100%;
6027 + height: 100%;
8195 6028 display: flex;
8196 6029 justify-content: center;
8197 6030 align-items: center;
8198 6031 }
8199 6032 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8200 - padding-block-end: 5px;
6033 + padding-bottom: 5px;
8201 6034 }
8202 6035 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8203 6036 color: var(--e-a-btn-color-invert);
8204 - margin-inline-end: 3px;
6037 + margin-right: 3px;
8205 6038 }
8206 6039 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8207 6040 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8208 6041 background-color: var(--e-a-bg-default);
@@ -8223,9 +6056,9 @@
8223 6056 }
8224 6057
8225 6058 .select2-selection__arrow {
8226 6059 height: 27px;
8227 - inset-block-start: 0;
6060 + top: 0;
8228 6061 }
8229 6062
8230 6063 .select2-results__option[aria-selected=true] {
8231 6064 background-color: var(--e-a-bg-active);
@@ -8248,12 +6081,12 @@
8248 6081 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8249 6082 cursor: ew-resize;
8250 6083 }
8251 6084 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8252 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6085 + box-shadow: 0 0 0 1px #0e3b9c inset;
8253 6086 }
8254 6087 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8255 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6088 + color: #0e3b9c;
8256 6089 -webkit-user-select: none;
8257 6090 -moz-user-select: none;
8258 6091 user-select: none;
8259 6092 }
@@ -8268,9 +6101,9 @@
8268 6101 #elementor-paste-area-dialog {
8269 6102 text-align: center;
8270 6103 }
8271 6104 #elementor-paste-area-dialog .dialog-header {
8272 - padding-block-start: 60px;
6105 + padding-top: 60px;
8273 6106 font-size: 30px;
8274 6107 }
8275 6108 #elementor-paste-area-dialog .dialog-message {
8276 6109 padding: 0 15px 15px;
@@ -8284,10 +6117,11 @@
8284 6117 padding: 0;
8285 6118 margin: 0;
8286 6119 height: 100px;
8287 6120 position: absolute;
8288 - inset-block-start: -60px;
8289 - inset-inline: 0;
6121 + top: -60px;
6122 + left: 0;
6123 + right: 0;
8290 6124 }
8291 6125 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8292 6126 border-color: transparent;
8293 6127 outline: none;
@@ -8299,9 +6133,9 @@
8299 6133 display: none;
8300 6134 }
8301 6135 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8302 6136 display: block;
8303 - margin-block-start: 15px;
6137 + margin-top: 15px;
8304 6138 }
8305 6139 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8306 6140 color: var(--e-a-color-danger);
8307 6141 font-size: 12px;
@@ -8307,9 +6141,9 @@
8307 6141 font-size: 12px;
8308 6142 }
8309 6143 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8310 6144 content: "";
8311 - border-block-start: var(--e-a-border);
6145 + border-top: var(--e-a-border);
8312 6146 display: block;
8313 6147 margin: 10px -15px;
8314 6148 }
8315 6149
@@ -8314,22 +6148,18 @@
8314 6148 }
8315 6149
8316 6150 [class^=eicon-flex], [class*=" eicon-flex"] {
8317 6151 transition: 0.3s all;
6152 + --is-ltr: 1;
6153 + --is-rtl: 0;
6154 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8318 6155 }
8319 6156 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8320 6157 max-height: 1em;
8321 6158 max-width: 1em;
8322 6159 }
8323 -[class^=eicon-flex], [class*=" eicon-flex"] {
8324 - --is-ltr: 1;
8325 - --is-rtl: 0;
8326 -}
8327 6160 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8328 6161 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8329 -}
8330 -[class^=eicon-flex], [class*=" eicon-flex"] {
8331 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8332 6162 }
8333 6163 :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) {
8334 6164 transform: rotate(calc(var(--rotation-direction) * 90deg));
8335 6165 }