PluginProbe
Elementor Website Builder – more than just a page builder / 3.13.2
Elementor Website Builder – more than just a page builder v3.13.2
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 -3285 4.2.43.13.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.13.2 - 11-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,80 +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: #C00BB9;
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 -.elementor-panel-category-custom-widgets-empty {
1620 - grid-column: 1/-1;
1621 - width: 100%;
1622 - padding: 0 16px 16px;
1623 -}
1624 -.elementor-panel-category-custom-widgets-empty__message {
1625 - margin: 0;
1626 - font-size: 12px;
1627 - line-height: 1.6;
1628 - color: var(--e-a-color-txt-muted);
1629 -}
1630 -
1631 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1632 - margin-inline-start: auto;
1633 - padding: 4px 10px;
1634 - border: none;
1635 - background: none;
1636 - color: #C00BB9;
1637 - font-size: 12px;
1638 - font-weight: 500;
1639 - cursor: pointer;
1640 - font-family: var(--e-a-font-family);
1641 - flex-shrink: 0;
1642 -}
1643 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1644 - opacity: 0.8;
1645 -}
1646 -
1647 1233 #elementor-panel-inner {
1648 1234 position: relative;
1649 1235 height: 100%;
1650 1236 display: flex;
@@ -1659,116 +1245,32 @@
1659 1245 }
1660 1246
1661 1247 .elementor-panel-container {
1662 1248 clear: both;
1663 - padding-inline-start: 15px;
1664 - padding-inline-end: 15px;
1249 + padding-left: 15px;
1250 + padding-right: 15px;
1665 1251 }
1666 1252
1667 1253 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1668 - margin-block-start: 10px;
1254 + margin-top: 10px;
1669 1255 }
1670 1256 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1671 - margin-block-start: 20px;
1257 + margin-top: 20px;
1672 1258 }
1673 1259
1674 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1675 - display: flex;
1676 - flex-direction: column;
1677 -}
1678 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1679 - display: flex;
1680 - flex-direction: column;
1681 - flex: 1;
1682 - min-height: 0;
1683 -}
1684 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1685 - position: sticky;
1686 - inset-block-end: 0;
1687 - margin-block-start: auto;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1690 - margin-block-start: 0;
1691 -}
1692 -
1693 -#elementor-panel-get-pro-elements-sticky {
1694 - position: sticky;
1695 - inset-block-end: 0;
1696 - margin-block-end: -10px;
1697 -}
1698 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1699 - margin-block-start: -14px;
1700 -}
1701 -
1702 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1703 - display: flex;
1704 - flex-direction: column;
1705 - min-height: 100%;
1706 -}
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1708 - margin-block-start: auto;
1709 -}
1710 -
1711 -#elementor-panel-get-pro-elements-sticky,
1712 -.elementor-panel-editor-sticky-promotion {
1713 - font-size: 14px;
1714 - font-weight: 400;
1715 - line-height: 1.6;
1716 - background-color: var(--e-a-color-white);
1717 -}
1718 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1719 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1720 - min-height: 40px;
1721 - display: block;
1722 - padding: 9px min(35px, 5%);
1723 - gap: 10px;
1724 - background-color: var(--e-a-color-white);
1725 - color: var(--e-a-color-black);
1726 - text-align: center;
1727 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1728 -}
1729 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1730 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1731 - display: inline-block;
1732 - font-size: 13px;
1733 - font-weight: 500;
1734 - color: var(--e-a-btn-bg-accent);
1735 -}
1736 -#elementor-panel-get-pro-elements-sticky img,
1737 -.elementor-panel-editor-sticky-promotion img {
1738 - margin-inline-start: 17px;
1739 -}
1740 -
1741 1260 #elementor-panel-notice-wrapper .elementor-panel-notice {
1742 1261 width: 90%;
1743 1262 margin: 0 auto;
1744 1263 font-style: unset;
1745 - margin-block-end: 15px;
1264 + margin-bottom: 15px;
1746 1265 }
1747 1266 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1748 1267 font-weight: bold;
1749 1268 font-style: italic;
1750 - border-block-end: 2px dotted var(--e-a-color-info);
1269 + border-bottom: 2px dotted var(--e-a-color-info);
1751 1270 display: inline-block;
1752 1271 }
1753 1272
1754 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1755 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1756 - position: relative;
1757 -}
1758 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1759 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1760 - position: absolute;
1761 - content: "";
1762 - display: block;
1763 - background: var(--e-a-color-primary);
1764 - border-radius: 50%;
1765 - width: 8px;
1766 - height: 8px;
1767 - inset-block-start: 5px;
1768 - inset-inline-end: 5px;
1769 -}
1770 -
1771 1273 .media-modal.wp-core-ui {
1772 1274 color-scheme: light;
1773 1275 color: #515962;
1774 1276 }
@@ -1788,13 +1290,13 @@
1788 1290 }
1789 1291 .elementor-control a {
1790 1292 font-weight: 500;
1791 1293 text-decoration: none;
1792 - border-block-end: 1px dotted transparent;
1294 + border-bottom: 1px dotted transparent;
1793 1295 transition: all ease-in-out 0.3s;
1794 1296 }
1795 1297 .elementor-control a:hover {
1796 - border-block-end-color: inherit;
1298 + border-bottom-color: inherit;
1797 1299 }
1798 1300 .elementor-control .elementor-control-content {
1799 1301 display: flex;
1800 1302 flex-direction: column;
@@ -1801,13 +1303,10 @@
1801 1303 }
1802 1304 .elementor-control .elementor-control-title {
1803 1305 font-size: var(--control-title-size);
1804 1306 line-height: 1;
1805 - margin-inline-end: 5px;
1307 + margin-right: 5px;
1806 1308 }
1807 -.elementor-control .elementor-control-title:empty {
1808 - display: none;
1809 -}
1810 1309 .elementor-control .elementor-control-spinner {
1811 1310 display: flex;
1812 1311 align-items: center;
1813 1312 }
@@ -1814,42 +1313,42 @@
1814 1313 .elementor-control.elementor-control-type-divider {
1815 1314 padding: 0;
1816 1315 }
1817 1316 .elementor-control.elementor-control-type-divider .elementor-control-content {
1818 - margin-inline: 20px;
1819 1317 border-width: 0;
1820 - border-block-start: var(--e-a-border);
1318 + border-top: var(--e-a-border);
1821 1319 background-color: var(--e-a-bg-default);
1822 1320 height: 15px;
1823 1321 }
1824 1322 .elementor-control.elementor-control-separator-before {
1825 - padding-block-start: 15px;
1323 + padding-top: 15px;
1826 1324 }
1827 1325 .elementor-control.elementor-control-separator-before:before {
1828 1326 content: "";
1829 1327 position: absolute;
1830 - inset: 0 20px auto;
1831 1328 height: 1px;
1329 + width: calc(100% - 40px);
1330 + top: 0;
1331 + left: 20px;
1832 1332 background-color: var(--e-a-border-color);
1833 1333 }
1834 -.elementor-control.elementor-control-separator-after {
1835 - padding-block-end: 15px;
1836 -}
1837 1334 .elementor-control.elementor-control-separator-after:after {
1838 1335 content: "";
1839 1336 position: absolute;
1840 - inset: auto 20px 0;
1841 1337 height: 1px;
1338 + width: calc(100% - 40px);
1339 + bottom: 0;
1340 + left: 20px;
1842 1341 background-color: var(--e-a-border-color);
1843 1342 }
1844 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 {
1845 - padding-block-start: 15px;
1344 + padding-top: 15px;
1846 1345 }
1847 1346 .elementor-control.elementor-control-deprecated {
1848 - color: var(--e-a-color-warning);
1347 + color: #F59E0B;
1849 1348 }
1850 1349 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1851 - color: var(--e-a-color-warning);
1350 + color: #F59E0B;
1852 1351 }
1853 1352 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1854 1353 display: none;
1855 1354 }
@@ -1880,36 +1379,26 @@
1880 1379 }
1881 1380 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1882 1381 display: none;
1883 1382 }
1884 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1885 - 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;
1886 1385 }
1887 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1888 - aspect-ratio: 4/1;
1889 - -o-object-fit: cover;
1890 - object-fit: cover;
1891 - -o-object-position: center;
1892 - object-position: center;
1386 +.elementor-control.elementor-control-custom_css_title {
1387 + font-size: 12px;
1893 1388 }
1894 -.elementor-control-shape_divider_bottom img {
1895 - rotate: X 180deg;
1896 -}
1897 -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1898 - margin-block-start: 5px;
1899 -}
1900 1389
1901 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1902 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1903 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1904 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1905 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1906 - 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";
1907 1396 }
1908 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1909 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1910 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1911 - 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";
1912 1401 }
1913 1402
1914 1403 .elementor-panel-heading {
1915 1404 display: flex;
@@ -1917,12 +1406,10 @@
1917 1406 gap: 5px;
1918 1407 height: 48px;
1919 1408 padding-inline: 20px;
1920 1409 width: 100%;
1921 - border: 0;
1922 - border-block-start: var(--e-a-border);
1923 - border-block-start-width: 2px;
1924 - background-color: transparent;
1410 + border-top: var(--e-a-border);
1411 + border-top-width: 2px;
1925 1412 color: var(--e-a-color-txt-accent);
1926 1413 cursor: pointer;
1927 1414 }
1928 1415 .elementor-panel-heading-toggle {
@@ -1933,41 +1420,11 @@
1933 1420 }
1934 1421 .elementor-panel-heading-title {
1935 1422 font-weight: bold;
1936 1423 }
1937 -.elementor-panel-heading-category-chip {
1938 - margin-inline-start: auto;
1939 - background-color: var(--e-a-bg-chip);
1940 - border-radius: 100px;
1941 - padding: 5px 8px;
1942 -}
1943 -.elementor-panel-heading-category-chip i {
1944 - margin-inline-start: 4px;
1945 -}
1946 -.elementor-panel-heading-promotion {
1947 - margin-inline-start: auto;
1948 -}
1949 -.elementor-panel-heading-promotion a {
1950 - color: var(--e-a-color-accent-promotion);
1951 - font-family: "Roboto", sans-serif;
1952 - font-weight: 500;
1953 - font-size: 13px;
1954 -}
1955 -.elementor-panel-heading-promotion a i {
1956 - margin-inline-end: 4px;
1957 - font-size: 14px;
1958 -}
1959 -.elementor-panel-heading-promotion a:hover {
1960 - color: var(--e-a-color-accent-promotion);
1961 -}
1962 -.elementor-panel-heading:focus-visible {
1963 - color: var(--e-a-color-txt-hover);
1964 -}
1965 1424
1966 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1967 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1968 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1969 - border-block-start: none;
1425 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1426 + border-top: none;
1970 1427 }
1971 1428
1972 1429 .elementor-control-field {
1973 1430 display: flex;
@@ -1979,9 +1436,9 @@
1979 1436 }
1980 1437 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1981 1438 width: 100%;
1982 1439 max-width: 100%;
1983 - margin-block-start: 10px;
1440 + margin-top: 10px;
1984 1441 }
1985 1442 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label {
1986 1443 width: auto;
1987 1444 flex: 1 1 27px;
@@ -1989,12 +1446,12 @@
1989 1446 align-items: center;
1990 1447 justify-content: center;
1991 1448 }
1992 1449 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1993 - margin-block-start: 0;
1450 + margin-top: 0;
1994 1451 }
1995 1452 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1996 - margin-block-start: 0;
1453 + margin-top: 0;
1997 1454 }
1998 1455
1999 1456 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
2000 1457 flex-shrink: 0;
@@ -2000,26 +1457,19 @@
2000 1457 flex-shrink: 0;
2001 1458 max-width: 60%;
2002 1459 }
2003 1460 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2004 - margin-inline-start: auto;
1461 + margin-left: auto;
2005 1462 }
2006 1463
2007 1464 .elementor-control-field-description {
2008 - margin-block-start: 10px;
1465 + margin-top: 10px;
2009 1466 }
2010 1467
2011 1468 .elementor-group-control-attachment_alert .elementor-control-field-description {
2012 - margin-block-start: 0;
1469 + margin-top: 0;
2013 1470 }
2014 1471
2015 -.elementor-control-start-end .eicon-text-align-left,
2016 -.elementor-control-start-end .eicon-text-align-right,
2017 -.elementor-control-start-end .eicon-h-align-left,
2018 -.elementor-control-start-end .eicon-h-align-right {
2019 - scale: calc(1 * var(--direction-multiplier)) 1;
2020 -}
2021 -
2022 1472 .elementor-update-preview {
2023 1473 margin: 15px 15px 0;
2024 1474 display: flex;
2025 1475 align-items: center;
@@ -2026,13 +1476,14 @@
2026 1476 }
2027 1477
2028 1478 .elementor-update-preview-button-wrapper {
2029 1479 flex-grow: 1;
2030 - text-align: end;
1480 + text-align: right;
2031 1481 }
2032 1482
2033 1483 .elementor-update-preview-button {
2034 1484 padding: 8px 15px;
1485 + text-transform: uppercase;
2035 1486 }
2036 1487
2037 1488 .elementor-control-direction-ltr input,
2038 1489 .elementor-control-direction-ltr textarea {
@@ -2048,15 +1499,15 @@
2048 1499 --pointer-position: var(--selected-option);
2049 1500 position: relative;
2050 1501 width: 2.5em;
2051 1502 height: 2.5em;
2052 - margin: calc(-2.5em + 12px) 0;
2053 - margin-inline-end: 5px;
1503 + margin: calc( -2.5em + 12px) 0;
1504 + margin-right: 5px;
2054 1505 }
2055 1506 .elementor-control-responsive-switchers__holder {
2056 1507 position: absolute;
2057 1508 width: 100%;
2058 - inset-block-start: 0;
1509 + top: 0;
2059 1510 background-color: var(--e-a-bg-default);
2060 1511 border-radius: var(--e-a-border-radius);
2061 1512 transition: 0.15s;
2062 1513 border: 1px solid transparent;
@@ -2160,9 +1611,9 @@
2160 1611 }
2161 1612
2162 1613 .e-units-wrapper {
2163 1614 position: relative;
2164 - margin-inline-start: auto;
1615 + margin-left: auto;
2165 1616 }
2166 1617 .e-units-wrapper .e-units-switcher {
2167 1618 cursor: pointer;
2168 1619 font-size: 10px;
@@ -2199,10 +1650,10 @@
2199 1650 display: none;
2200 1651 overflow: hidden;
2201 1652 max-height: 0;
2202 1653 position: absolute;
2203 - inset-block-start: -0.8em;
2204 - inset-inline-start: -0.5em;
1654 + top: -0.8em;
1655 + left: -0.5em;
2205 1656 width: 2.5em;
2206 1657 text-align: center;
2207 1658 background-color: var(--e-a-bg-default);
2208 1659 border-radius: var(--e-a-border-radius);
@@ -2222,8 +1673,14 @@
2222 1673 }
2223 1674 .e-units-choices .elementor-units-choices-label:hover {
2224 1675 color: var(--e-a-color-primary-bold);
2225 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 +}
2226 1683 .e-units-choices.e-units-choices-open {
2227 1684 display: block;
2228 1685 animation-duration: 1s;
2229 1686 animation-name: e-units-choices-open;
@@ -2241,26 +1698,19 @@
2241 1698 to {
2242 1699 max-height: 100vh;
2243 1700 }
2244 1701 }
2245 -.elementor-control-alert {
2246 - display: flex;
2247 - flex-direction: column;
2248 - justify-content: flex-start;
2249 - align-items: flex-start;
2250 - gap: 8px;
2251 -}
2252 -.elementor-control-alert-heading {
2253 - font-weight: bold;
2254 -}
2255 -
2256 1702 .elementor-control-type-button .elementor-control-input-wrapper {
2257 - text-align: end;
1703 + text-align: right;
2258 1704 }
2259 -.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 {
2260 1708 width: auto;
2261 1709 }
2262 -.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 {
2263 1713 display: block;
2264 1714 margin: 0 auto;
2265 1715 }
2266 1716
@@ -2277,12 +1727,12 @@
2277 1727 border-radius: var(--e-a-border-radius);
2278 1728 overflow: hidden;
2279 1729 }
2280 1730 .elementor-choices .elementor-choices-label {
2281 - border-block-start: var(--e-a-border-bold);
2282 - border-block-end: var(--e-a-border-bold);
2283 - border-inline-start: var(--e-a-border-bold);
2284 - 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;
2285 1735 font-size: 12px;
2286 1736 transition: var(--e-a-transition-hover);
2287 1737 cursor: pointer;
2288 1738 overflow: hidden;
@@ -2287,15 +1737,15 @@
2287 1737 cursor: pointer;
2288 1738 overflow: hidden;
2289 1739 }
2290 1740 .elementor-choices .elementor-choices-label:nth-child(2) {
2291 - border-start-start-radius: var(--e-a-border-radius);
2292 - 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);
2293 1743 }
2294 1744 .elementor-choices .elementor-choices-label:last-child {
2295 - border-inline-end: var(--e-a-border-bold);
2296 - border-start-end-radius: var(--e-a-border-radius);
2297 - 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);
2298 1748 }
2299 1749 .elementor-choices input {
2300 1750 display: none;
2301 1751 }
@@ -2311,12 +1761,9 @@
2311 1761 justify-content: flex-end;
2312 1762 }
2313 1763
2314 1764 .elementor-control-type-color.e-control-global .pickr {
2315 - border-start-start-radius: 0;
2316 - border-start-end-radius: var(--e-a-border-radius);
2317 - border-end-start-radius: 0;
2318 - border-end-end-radius: var(--e-a-border-radius);
1765 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2319 1766 flex-shrink: 0;
2320 1767 border-color: var(--e-a-border-color-bold);
2321 1768 transition: var(--e-a-transition-hover);
2322 1769 }
@@ -2338,10 +1785,10 @@
2338 1785 height: 6px;
2339 1786 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2340 1787 }
2341 1788 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2342 - margin-block-start: 0;
2343 - margin-block-end: 5px;
1789 + margin-top: 0;
1790 + margin-bottom: 5px;
2344 1791 }
2345 1792
2346 1793 .elementor-group-control-blur .elementor-slider {
2347 1794 background: url("../images/blur.png");
@@ -2371,15 +1818,15 @@
2371 1818 --pointer-position: var(--selected-option);
2372 1819 position: relative;
2373 1820 width: 2.5em;
2374 1821 height: 2.5em;
2375 - margin: calc(-2.5em + 12px) 0;
2376 - margin-inline-end: 5px;
1822 + margin: calc( -2.5em + 12px) 0;
1823 + margin-right: 5px;
2377 1824 }
2378 1825 .elementor-control-responsive-switchers__holder {
2379 1826 position: absolute;
2380 1827 width: 100%;
2381 - inset-block-start: 0;
1828 + top: 0;
2382 1829 background-color: var(--e-a-bg-default);
2383 1830 border-radius: var(--e-a-border-radius);
2384 1831 transition: 0.15s;
2385 1832 border: 1px solid transparent;
@@ -2483,9 +1930,9 @@
2483 1930 }
2484 1931
2485 1932 .e-units-wrapper {
2486 1933 position: relative;
2487 - margin-inline-start: auto;
1934 + margin-left: auto;
2488 1935 }
2489 1936 .e-units-wrapper .e-units-switcher {
2490 1937 cursor: pointer;
2491 1938 font-size: 10px;
@@ -2522,10 +1969,10 @@
2522 1969 display: none;
2523 1970 overflow: hidden;
2524 1971 max-height: 0;
2525 1972 position: absolute;
2526 - inset-block-start: -0.8em;
2527 - inset-inline-start: -0.5em;
1973 + top: -0.8em;
1974 + left: -0.5em;
2528 1975 width: 2.5em;
2529 1976 text-align: center;
2530 1977 background-color: var(--e-a-bg-default);
2531 1978 border-radius: var(--e-a-border-radius);
@@ -2545,8 +1992,14 @@
2545 1992 }
2546 1993 .e-units-choices .elementor-units-choices-label:hover {
2547 1994 color: var(--e-a-color-primary-bold);
2548 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 +}
2549 2002 .e-units-choices.e-units-choices-open {
2550 2003 display: block;
2551 2004 animation-duration: 1s;
2552 2005 animation-name: e-units-choices-open;
@@ -2579,15 +2032,15 @@
2579 2032 width: 100%;
2580 2033 height: 27px;
2581 2034 }
2582 2035 .elementor-control-type-dimensions li input {
2583 - border-inline-start: none;
2036 + border-left: none;
2584 2037 border-radius: 0;
2585 2038 padding: var(--e-a-border-radius);
2586 2039 }
2587 2040 .elementor-control-type-dimensions li input:focus {
2588 - border-inline-start: var(--e-a-border-bold);
2589 - margin-inline-start: -1px;
2041 + border-left: var(--e-a-border-bold);
2042 + margin-left: -1px;
2590 2043 width: calc(100% + 1px);
2591 2044 }
2592 2045 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2593 2046 color: var(--e-a-color-txt);
@@ -2593,28 +2046,22 @@
2593 2046 color: var(--e-a-color-txt);
2594 2047 }
2595 2048 .elementor-control-type-dimensions li .elementor-link-dimensions {
2596 2049 border: var(--e-a-border-bold);
2597 - border-inline-start: none;
2050 + border-left: none;
2598 2051 background-color: var(--e-a-bg-default);
2599 2052 padding: 0;
2600 2053 outline: none;
2601 - border-start-start-radius: 0;
2602 - border-start-end-radius: var(--e-a-border-radius);
2603 - border-end-start-radius: 0;
2604 - border-end-end-radius: var(--e-a-border-radius);
2054 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2605 2055 cursor: pointer;
2606 2056 }
2607 2057 .elementor-control-type-dimensions li:first-child input {
2608 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2609 - border-start-start-radius: var(--e-a-border-radius);
2610 - border-start-end-radius: 0;
2611 - border-end-start-radius: var(--e-a-border-radius);
2612 - 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);
2613 2060 }
2614 2061 .elementor-control-type-dimensions li:first-child input:focus {
2615 2062 border-color: var(--e-a-border-color-focus);
2616 - margin-inline-start: 0;
2063 + margin-left: 0;
2617 2064 width: 100%;
2618 2065 }
2619 2066 .elementor-control-type-dimensions li:last-child {
2620 2067 max-width: 27px;
@@ -2626,9 +2073,9 @@
2626 2073 color: var(--e-a-color-txt-muted);
2627 2074 display: block;
2628 2075 text-align: center;
2629 2076 font-size: 9px;
2630 - padding-block-start: 5px;
2077 + padding-top: 5px;
2631 2078 }
2632 2079 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2633 2080 background-color: var(--e-a-bg-default);
2634 2081 }
@@ -2649,15 +2096,15 @@
2649 2096 --pointer-position: var(--selected-option);
2650 2097 position: relative;
2651 2098 width: 2.5em;
2652 2099 height: 2.5em;
2653 - margin: calc(-2.5em + 12px) 0;
2654 - margin-inline-end: 5px;
2100 + margin: calc( -2.5em + 12px) 0;
2101 + margin-right: 5px;
2655 2102 }
2656 2103 .elementor-control-responsive-switchers__holder {
2657 2104 position: absolute;
2658 2105 width: 100%;
2659 - inset-block-start: 0;
2106 + top: 0;
2660 2107 background-color: var(--e-a-bg-default);
2661 2108 border-radius: var(--e-a-border-radius);
2662 2109 transition: 0.15s;
2663 2110 border: 1px solid transparent;
@@ -2761,9 +2208,9 @@
2761 2208 }
2762 2209
2763 2210 .e-units-wrapper {
2764 2211 position: relative;
2765 - margin-inline-start: auto;
2212 + margin-left: auto;
2766 2213 }
2767 2214 .e-units-wrapper .e-units-switcher {
2768 2215 cursor: pointer;
2769 2216 font-size: 10px;
@@ -2800,10 +2247,10 @@
2800 2247 display: none;
2801 2248 overflow: hidden;
2802 2249 max-height: 0;
2803 2250 position: absolute;
2804 - inset-block-start: -0.8em;
2805 - inset-inline-start: -0.5em;
2251 + top: -0.8em;
2252 + left: -0.5em;
2806 2253 width: 2.5em;
2807 2254 text-align: center;
2808 2255 background-color: var(--e-a-bg-default);
2809 2256 border-radius: var(--e-a-border-radius);
@@ -2823,8 +2270,14 @@
2823 2270 }
2824 2271 .e-units-choices .elementor-units-choices-label:hover {
2825 2272 color: var(--e-a-color-primary-bold);
2826 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 +}
2827 2280 .e-units-choices.e-units-choices-open {
2828 2281 display: block;
2829 2282 animation-duration: 1s;
2830 2283 animation-name: e-units-choices-open;
@@ -2857,15 +2310,15 @@
2857 2310 width: 100%;
2858 2311 height: 27px;
2859 2312 }
2860 2313 .elementor-control-type-gaps li input {
2861 - border-inline-start: none;
2314 + border-left: none;
2862 2315 border-radius: 0;
2863 2316 padding: var(--e-a-border-radius);
2864 2317 }
2865 2318 .elementor-control-type-gaps li input:focus {
2866 - border-inline-start: var(--e-a-border-bold);
2867 - margin-inline-start: -1px;
2319 + border-left: var(--e-a-border-bold);
2320 + margin-left: -1px;
2868 2321 width: calc(100% + 1px);
2869 2322 }
2870 2323 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2871 2324 color: var(--e-a-color-txt);
@@ -2871,28 +2324,22 @@
2871 2324 color: var(--e-a-color-txt);
2872 2325 }
2873 2326 .elementor-control-type-gaps li .elementor-link-gaps {
2874 2327 border: var(--e-a-border-bold);
2875 - border-inline-start: none;
2328 + border-left: none;
2876 2329 background-color: var(--e-a-bg-default);
2877 2330 padding: 0;
2878 2331 outline: none;
2879 - border-start-start-radius: 0;
2880 - border-start-end-radius: var(--e-a-border-radius);
2881 - border-end-start-radius: 0;
2882 - border-end-end-radius: var(--e-a-border-radius);
2332 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2883 2333 cursor: pointer;
2884 2334 }
2885 2335 .elementor-control-type-gaps li:first-child input {
2886 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2887 - border-start-start-radius: var(--e-a-border-radius);
2888 - border-start-end-radius: 0;
2889 - border-end-start-radius: var(--e-a-border-radius);
2890 - 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);
2891 2338 }
2892 2339 .elementor-control-type-gaps li:first-child input:focus {
2893 2340 border-color: var(--e-a-border-color-focus);
2894 - margin-inline-start: 0;
2341 + margin-left: 0;
2895 2342 width: 100%;
2896 2343 }
2897 2344 .elementor-control-type-gaps li:last-child {
2898 2345 max-width: 27px;
@@ -2904,9 +2351,9 @@
2904 2351 color: var(--e-a-color-txt-muted);
2905 2352 display: block;
2906 2353 text-align: center;
2907 2354 font-size: 9px;
2908 - padding-block-start: 5px;
2355 + padding-top: 5px;
2909 2356 }
2910 2357 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2911 2358 background-color: var(--e-a-bg-default);
2912 2359 }
@@ -2923,11 +2370,11 @@
2923 2370 }
2924 2371
2925 2372 .elementor-control-type-icons .elementor-control-media__preview > * {
2926 2373 position: absolute;
2927 - inset-block-start: 50%;
2928 - inset-inline-start: 50%;
2929 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2374 + top: 50%;
2375 + left: 50%;
2376 + transform: translate(-50%, -50%);
2930 2377 }
2931 2378 .elementor-control-type-icons .elementor-control-media__preview i {
2932 2379 font-size: 70px;
2933 2380 }
@@ -2944,10 +2391,10 @@
2944 2391 }
2945 2392 .elementor-control-type-gallery .elementor-control-gallery-status {
2946 2393 font-size: 12px;
2947 2394 height: 27px;
2948 - padding-inline-start: 10px;
2949 - border-block-end: var(--e-a-border-bold);
2395 + padding-left: 10px;
2396 + border-bottom: var(--e-a-border-bold);
2950 2397 display: flex;
2951 2398 }
2952 2399 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2953 2400 display: flex;
@@ -2959,8 +2406,11 @@
2959 2406 .elementor-control-type-gallery .elementor-control-gallery-content {
2960 2407 position: relative;
2961 2408 overflow: hidden;
2962 2409 }
2410 +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
2411 + opacity: 0;
2412 +}
2963 2413 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2964 2414 display: grid;
2965 2415 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2966 2416 grid-gap: 10px;
@@ -2966,25 +2416,21 @@
2966 2416 grid-gap: 10px;
2967 2417 cursor: pointer;
2968 2418 padding: 10px;
2969 2419 }
2970 -.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 {
2971 - opacity: 1;
2972 -}
2973 2420 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2974 2421 width: 48px;
2975 2422 height: 48px;
2976 - -o-object-fit: cover;
2977 - object-fit: cover;
2423 + background-size: cover;
2424 + background-position: 50% 50%;
2978 2425 border: var(--e-a-border);
2979 2426 }
2980 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2981 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2982 - opacity: 0.6;
2983 -}
2984 2427 .elementor-control-type-gallery .elementor-control-gallery-edit {
2985 2428 position: absolute;
2986 - inset: 0;
2429 + top: 0;
2430 + bottom: 0;
2431 + left: 0;
2432 + right: 0;
2987 2433 background-color: rgba(0, 0, 0, 0.2);
2988 2434 padding: 10px;
2989 2435 font-size: 11px;
2990 2436 transition: all 0.3s ease-in-out;
@@ -2989,14 +2435,14 @@
2989 2435 font-size: 11px;
2990 2436 transition: all 0.3s ease-in-out;
2991 2437 pointer-events: none;
2992 2438 cursor: pointer;
2993 - opacity: 0;
2439 + opacity: 1;
2994 2440 }
2995 2441 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2996 2442 position: absolute;
2997 - inset-block-start: 10px;
2998 - inset-inline-end: 10px;
2443 + top: 10px;
2444 + right: 10px;
2999 2445 width: 21px;
3000 2446 height: 21px;
3001 2447 color: var(--e-a-color-white);
3002 2448 background-color: rgba(0, 0, 0, 0.5);
@@ -3029,24 +2475,21 @@
3029 2475 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
3030 2476 display: none;
3031 2477 }
3032 2478 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
3033 - border-inline-start: var(--e-a-border);
2479 + border-left: var(--e-a-border);
3034 2480 }
3035 2481 .elementor-control-type-gallery .elementor-control-gallery-clear {
3036 - color: currentColor;
3037 - background-color: transparent;
3038 - border: none;
3039 2482 cursor: pointer;
3040 2483 justify-content: center;
3041 2484 }
3042 -.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 {
3043 2486 color: var(--e-a-color-danger);
3044 2487 }
3045 2488 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
3046 2489 border-width: 0;
3047 2490 border-inline-start-width: 1px;
3048 - border-block-end-width: 1px;
2491 + border-bottom-width: 1px;
3049 2492 border-radius: 0;
3050 2493 }
3051 2494
3052 2495 .e-global__popover {
@@ -3052,17 +2495,14 @@
3052 2495 .e-global__popover {
3053 2496 width: 288px;
3054 2497 z-index: 1;
3055 2498 font-size: 12px;
3056 - padding-inline-start: 10px;
2499 + padding-left: 10px;
3057 2500 }
3058 2501 .e-global__popover-toggle {
3059 2502 border: var(--e-a-border-bold);
3060 - border-inline-end: 0;
3061 - border-start-start-radius: 3px;
3062 - border-start-end-radius: 0;
3063 - border-end-start-radius: 3px;
3064 - border-end-end-radius: 0;
2503 + border-right: 0;
2504 + border-radius: 3px 0 0 3px;
3065 2505 display: flex;
3066 2506 align-items: center;
3067 2507 justify-content: center;
3068 2508 cursor: pointer;
@@ -3078,23 +2518,24 @@
3078 2518 .e-global__popover-container {
3079 2519 box-shadow: var(--e-a-popover-shadow);
3080 2520 border-radius: var(--e-a-border-radius);
3081 2521 background-color: var(--e-a-bg-default);
2522 + padding-bottom: 5px;
3082 2523 }
3083 2524 .e-global__popover-title {
3084 2525 padding: 15px 20px;
3085 2526 font-weight: 500;
3086 - border-block-end: var(--e-a-border);
2527 + border-bottom: var(--e-a-border);
3087 2528 display: flex;
3088 2529 }
3089 2530 .e-global__popover-title > i {
3090 - margin-inline-end: 5px;
2531 + margin-right: 5px;
3091 2532 }
3092 2533 .e-global__popover-title-text {
3093 2534 flex-grow: 1;
3094 2535 }
3095 2536 .e-global__popover-info {
3096 - margin-inline-end: 10px;
2537 + margin-right: 5px;
3097 2538 display: inline-block;
3098 2539 }
3099 2540 .e-global__popover-info-tooltip {
3100 2541 width: 270px;
@@ -3106,20 +2547,20 @@
3106 2547 }
3107 2548 .e-global__popover-info-tooltip:after {
3108 2549 content: "";
3109 2550 position: absolute;
3110 - inset-block-end: -17px;
3111 - inset-inline-start: 16px;
2551 + bottom: -17px;
2552 + left: 16px;
3112 2553 border: 10px solid transparent;
3113 - border-block-start-color: rgba(0, 0, 0, 0.9);
2554 + border-top-color: rgba(0, 0, 0, 0.9);
3114 2555 }
3115 2556 .e-global__popover-info i {
3116 2557 font-size: 13px;
3117 2558 }
3118 2559 .e-global__preview-items-container {
3119 - max-height: 400px;
2560 + max-height: 260px;
3120 2561 overflow-y: auto;
3121 - padding: 5px 0;
2562 + margin-top: 5px;
3122 2563 }
3123 2564 .e-global__preview-items-container::-webkit-scrollbar {
3124 2565 width: 7px;
3125 2566 }
@@ -3126,26 +2567,14 @@
3126 2567 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3127 2568 background-color: #BABFC5;
3128 2569 border-radius: 10px;
3129 2570 }
3130 -.e-global__group-header {
3131 - padding: 12px 20px 5px;
3132 - font-weight: 500;
3133 - font-size: 11px;
3134 - color: var(--e-a-color-txt-muted);
3135 -}
3136 -.e-global__group-divider {
3137 - height: 1px;
3138 - background-color: var(--e-a-border-color);
3139 - margin: 10px 20px;
3140 -}
3141 2571 .e-global__manage-button {
3142 2572 font-weight: 500;
3143 2573 cursor: pointer;
3144 2574 }
3145 2575 .e-global__typography {
3146 - padding-block: 10px;
3147 - padding-inline: 35px 20px;
2576 + padding: 5px 10px 5px 35px;
3148 2577 white-space: nowrap;
3149 2578 text-overflow: ellipsis;
3150 2579 overflow: hidden;
3151 2580 }
@@ -3154,34 +2583,44 @@
3154 2583 font-size: 13px;
3155 2584 content: "\e90e";
3156 2585 position: absolute;
3157 2586 transform: translateY(-50%);
3158 - inset-block-start: 50%;
3159 - inset-inline-start: 13px;
2587 + top: 50%;
2588 + left: 12px;
3160 2589 }
3161 2590 .e-global__color {
3162 - padding: 10px 20px;
2591 + margin: 5px auto;
2592 + padding: 5px 20px;
3163 2593 display: flex;
3164 2594 align-items: center;
3165 2595 }
2596 +.e-global__color:first-child {
2597 + margin-top: 5px;
2598 +}
2599 +.e-global__color:last-child {
2600 + margin-bottom: 10px;
2601 +}
3166 2602 .e-global__color-preview-container {
3167 2603 height: 20px;
3168 2604 width: 20px;
3169 2605 border-radius: 3px;
3170 2606 border: 1px solid rgba(0, 0, 0, 0.1);
3171 - margin-inline-end: 10px;
2607 + margin-right: 10px;
3172 2608 flex-shrink: 0;
3173 2609 position: relative;
3174 2610 }
3175 2611 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3176 2612 border-radius: 3px;
2613 + height: 100%;
2614 + width: 100%;
3177 2615 position: absolute;
3178 - inset: 0;
2616 + top: 0;
2617 + left: 0;
3179 2618 }
3180 2619 .e-global__color-preview-transparent-bg {
3181 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));
3182 2621 background-size: 12px 12px;
3183 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2622 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3184 2623 }
3185 2624 .e-global__color-title {
3186 2625 flex-grow: 1;
3187 2626 white-space: nowrap;
@@ -3186,9 +2625,9 @@
3186 2625 flex-grow: 1;
3187 2626 white-space: nowrap;
3188 2627 text-overflow: ellipsis;
3189 2628 overflow: hidden;
3190 - padding-inline-end: 10px;
2629 + padding-right: 10px;
3191 2630 }
3192 2631 .e-global__color-hex {
3193 2632 font-size: 10px;
3194 2633 color: var(--e-a-color-txt-muted);
@@ -3240,14 +2679,12 @@
3240 2679 max-width: 135px;
3241 2680 width: 100%;
3242 2681 }
3243 2682 .e-control-global.elementor-control .elementor-control-input-wrapper {
3244 - display: flex;
3245 - flex-direction: row;
3246 - align-items: stretch;
2683 + direction: ltr;
3247 2684 }
3248 2685 .e-control-global .elementor-control-spinner {
3249 - margin-inline-end: 4px;
2686 + margin-right: 4px;
3250 2687 }
3251 2688
3252 2689 .elementor-control-type-hidden {
3253 2690 display: none !important;
@@ -3253,9 +2690,9 @@
3253 2690 display: none !important;
3254 2691 }
3255 2692
3256 2693 .elementor-control-type-icon .select2-selection__rendered .eicon {
3257 - margin-inline-end: 3px;
2694 + margin-right: 3px;
3258 2695 }
3259 2696
3260 2697 .elementor-control-type-image_dimensions .elementor-control-field-description {
3261 2698 margin: 0 0 15px;
@@ -3273,19 +2710,19 @@
3273 2710 }
3274 2711 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3275 2712 width: 20px;
3276 2713 text-align: center;
3277 - padding-block-start: 4px;
2714 + padding-top: 4px;
3278 2715 }
3279 2716 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3280 2717 display: block;
3281 - margin-block-start: 5px;
2718 + margin-top: 5px;
3282 2719 color: var(--e-a-color-txt-disabled);
3283 2720 font-size: 10px;
3284 2721 text-align: center;
3285 2722 }
3286 2723 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3287 - margin-inline-start: auto;
2724 + margin-left: auto;
3288 2725 }
3289 2726
3290 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 {
3291 2728 display: none;
@@ -3297,11 +2734,11 @@
3297 2734 display: none;
3298 2735 }
3299 2736 .elementor-control-media .eicon-plus-circle {
3300 2737 position: absolute;
3301 - inset-block-start: 50%;
3302 - inset-inline-start: 50%;
3303 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2738 + top: 50%;
2739 + left: 50%;
2740 + transform: translate(-50%, -50%);
3304 2741 color: var(--e-a-color-white);
3305 2742 font-size: 20px;
3306 2743 }
3307 2744 .elementor-control-media__content__upload-button {
@@ -3310,13 +2747,14 @@
3310 2747 .elementor-control-media__preview {
3311 2748 height: 100%;
3312 2749 background-size: cover;
3313 2750 background-position: center;
2751 + padding-bottom: 42.8571%;
3314 2752 }
3315 2753 .elementor-control-media-area {
3316 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));
3317 2755 background-size: 16px 16px;
3318 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2756 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3319 2757 background-color: var(--e-a-bg-default);
3320 2758 border: var(--e-a-border-bold);
3321 2759 aspect-ratio: 21/9;
3322 2760 }
@@ -3324,11 +2762,11 @@
3324 2762 display: none;
3325 2763 }
3326 2764 .elementor-control-media-area .eicon-video-camera {
3327 2765 position: absolute;
3328 - inset-block-start: 50%;
3329 - inset-inline-start: 50%;
3330 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2766 + top: 50%;
2767 + left: 50%;
2768 + transform: translate(-50%, -50%);
3331 2769 color: rgba(255, 255, 255, 0.7);
3332 2770 font-size: 21px;
3333 2771 }
3334 2772 .elementor-control-media .elementor-control-media__content {
@@ -3339,14 +2777,17 @@
3339 2777 }
3340 2778 .elementor-control-media .elementor-control-media__content:hover:after {
3341 2779 content: "";
3342 2780 position: absolute;
3343 - inset: 0;
2781 + top: 0;
2782 + bottom: 0;
2783 + left: 0;
2784 + right: 0;
3344 2785 background-color: rgba(0, 0, 0, 0.2);
3345 2786 pointer-events: none;
3346 2787 }
3347 2788 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3348 - inset-block-end: -30px;
2789 + bottom: -30px;
3349 2790 }
3350 2791 .elementor-control-media__content {
3351 2792 transition: all 0.2s ease-in-out;
3352 2793 }
@@ -3351,15 +2792,16 @@
3351 2792 transition: all 0.2s ease-in-out;
3352 2793 }
3353 2794 .elementor-control-media__tools {
3354 2795 position: absolute;
3355 - inset-block-end: 0;
3356 - inset-inline: 0;
2796 + bottom: 0;
2797 + left: 0;
2798 + right: 0;
3357 2799 height: 27px;
3358 2800 transition: all 0.2s ease-in-out;
3359 2801 }
3360 2802 .elementor-control-media__tools > *:not(:first-child) {
3361 - margin-inline-start: 1px;
2803 + margin-left: 1px;
3362 2804 }
3363 2805 .elementor-control-media__tool {
3364 2806 display: flex;
3365 2807 align-items: center;
@@ -3381,10 +2823,10 @@
3381 2823 }
3382 2824 .elementor-control-media__content__remove {
3383 2825 position: absolute;
3384 2826 z-index: 1;
3385 - inset-block-start: 10px;
3386 - inset-inline-end: 10px;
2827 + top: 10px;
2828 + right: 10px;
3387 2829 width: 20px;
3388 2830 height: 20px;
3389 2831 font-size: 11px;
3390 2832 color: var(--e-a-color-white);
@@ -3398,24 +2840,18 @@
3398 2840 }
3399 2841 .elementor-control-media.e-media-empty .elementor-control-file-area {
3400 2842 display: none;
3401 2843 }
3402 -.elementor-control-media__warnings:empty {
3403 - display: none;
3404 -}
3405 -.elementor-control-media__warnings:not(:empty) {
3406 - margin-block-start: 10px;
3407 -}
3408 2844 .elementor-control-media__file {
3409 2845 display: flex;
3410 2846 justify-content: space-between;
3411 2847 align-items: center;
3412 2848 width: 100%;
3413 - margin-block-start: 10px;
2849 + margin-top: 10px;
3414 2850 border: var(--e-a-border);
3415 2851 }
3416 2852 .elementor-control-media__file__content {
3417 - padding-inline-start: 5px;
2853 + padding-left: 5px;
3418 2854 font-size: 12px;
3419 2855 }
3420 2856 .elementor-control-media__file__content__label {
3421 2857 color: #9DA5AE;
@@ -3425,13 +2861,13 @@
3425 2861 align-items: center;
3426 2862 font-weight: 500;
3427 2863 }
3428 2864 .elementor-control-media__file__content__info__icon {
3429 - margin-inline-end: 5px;
2865 + margin-right: 5px;
3430 2866 }
3431 2867 .elementor-control-media__file__controls {
3432 2868 display: flex;
3433 - border-inline-start: var(--e-a-border);
2869 + border-left: var(--e-a-border);
3434 2870 }
3435 2871 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3436 2872 width: 27px;
3437 2873 height: 27px;
@@ -3442,9 +2878,9 @@
3442 2878 display: flex;
3443 2879 justify-content: center;
3444 2880 }
3445 2881 .elementor-control-media__file__controls__remove {
3446 - border-inline-end: var(--e-a-border);
2882 + border-right: var(--e-a-border);
3447 2883 }
3448 2884 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3449 2885 display: none;
3450 2886 }
@@ -3467,12 +2903,12 @@
3467 2903 .elementor-control-media .e-control-image-size {
3468 2904 display: flex;
3469 2905 flex-direction: column;
3470 2906 width: 100%;
3471 - padding-block-start: 20px;
2907 + padding-top: 20px;
3472 2908 }
3473 2909 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3474 - margin-inline-start: auto;
2910 + margin-left: auto;
3475 2911 }
3476 2912
3477 2913 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3478 2914 border: none;
@@ -3481,79 +2917,8 @@
3481 2917 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3482 2918 background-color: var(--e-a-bg-active-bold);
3483 2919 }
3484 2920
3485 -.elementor-control-notice {
3486 - display: flex;
3487 - justify-content: flex-start;
3488 - align-items: flex-start;
3489 - gap: 8px;
3490 - padding: 16px;
3491 - border-radius: 3px;
3492 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3493 - color: var(--e-a-color-txt);
3494 - font-size: 12px;
3495 - font-weight: 400;
3496 - line-height: 1.5;
3497 - text-align: start;
3498 - margin-block-start: 10px;
3499 -}
3500 -.elementor-control-notice-type-info {
3501 - --notice-control-color: var(--e-a-color-info);
3502 -}
3503 -.elementor-control-notice-type-success {
3504 - --notice-control-color: var(--e-a-color-success);
3505 -}
3506 -.elementor-control-notice-type-warning {
3507 - --notice-control-color: var(--e-a-color-warning);
3508 -}
3509 -.elementor-control-notice-type-danger {
3510 - --notice-control-color: var(--e-a-color-danger);
3511 -}
3512 -.elementor-control-notice-icon {
3513 - flex-basis: 18px;
3514 - color: var(--notice-control-color);
3515 -}
3516 -.elementor-control-notice-main {
3517 - display: flex;
3518 - flex-direction: column;
3519 - justify-content: flex-start;
3520 - align-items: flex-start;
3521 - gap: 6px;
3522 - flex: 1;
3523 -}
3524 -.elementor-control-notice-main-heading {
3525 - font-weight: 700;
3526 - font-style: italic;
3527 -}
3528 -.elementor-control-notice-main-content {
3529 - font-style: italic;
3530 - line-height: 1.5;
3531 -}
3532 -.elementor-control-notice-main-actions {
3533 - display: flex;
3534 - gap: 10px;
3535 - padding-block-start: 8px;
3536 -}
3537 -.elementor-control-notice-main a {
3538 - color: inherit;
3539 - font-weight: 700;
3540 - cursor: pointer;
3541 -}
3542 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3543 - color: inherit;
3544 -}
3545 -.elementor-control-notice-dismiss {
3546 - -webkit-appearance: none;
3547 - -moz-appearance: none;
3548 - appearance: none;
3549 - background-color: transparent;
3550 - border: 0;
3551 - padding: 0;
3552 - margin: 0;
3553 - cursor: pointer;
3554 -}
3555 -
3556 2921 .elementor-control-type-popover_toggle input {
3557 2922 display: none;
3558 2923 }
3559 2924 .elementor-control-type-popover_toggle label {
@@ -3559,11 +2924,9 @@
3559 2924 .elementor-control-type-popover_toggle label {
3560 2925 cursor: pointer;
3561 2926 }
3562 2927 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3563 - display: flex;
3564 - flex-direction: row-reverse;
3565 - align-items: center;
2928 + direction: rtl;
3566 2929 }
3567 2930 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3568 2931 color: var(--e-a-color-txt-active);
3569 2932 background-color: var(--e-a-bg-active-bold);
@@ -3584,9 +2947,10 @@
3584 2947 background-color: var(--e-a-bg-hover);
3585 2948 }
3586 2949 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3587 2950 color: var(--e-a-color-txt-muted);
3588 - margin-inline-end: 5px;
2951 + -webkit-margin-start: 5px;
2952 + margin-inline-start: 5px;
3589 2953 }
3590 2954 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3591 2955 color: var(--e-a-color-txt);
3592 2956 }
@@ -3591,65 +2955,61 @@
3591 2955 color: var(--e-a-color-txt);
3592 2956 }
3593 2957
3594 2958 .elementor-controls-popover.e-controls-popover--typography {
3595 - padding-block-start: 0;
2959 + padding-top: 0;
3596 2960 }
3597 2961
3598 2962 .e-control-global .elementor-control-popover-toggle-toggle-label {
3599 - border-start-start-radius: 0;
3600 - border-start-end-radius: var(--e-a-border-radius);
3601 - border-end-start-radius: 0;
3602 - border-end-end-radius: var(--e-a-border-radius);
2963 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3603 2964 flex-shrink: 0;
3604 2965 }
3605 2966
3606 2967 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
3607 - padding-inline-start: 10px;
3608 - padding-inline-end: 10px;
3609 - padding-block-end: 10px;
2968 + padding-right: 10px;
2969 + padding-left: 10px;
2970 + padding-bottom: 10px;
3610 2971 }
3611 2972 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3612 2973 display: none;
3613 2974 }
3614 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3615 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3616 - display: none;
3617 -}
3618 2975 .elementor-control-type-repeater .elementor-repeater-fields {
3619 2976 margin: 10px 0;
3620 2977 }
3621 2978 .elementor-control-type-repeater .elementor-repeater-row-controls {
3622 2979 border: var(--e-a-border-bold);
3623 - border-block-start-width: 0;
3624 - padding-block-start: 15px;
2980 + border-top-width: 0;
2981 + padding-top: 15px;
3625 2982 }
3626 2983 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3627 2984 display: none;
3628 2985 }
3629 2986 .elementor-control-type-repeater .elementor-repeater-row-tools {
3630 - display: flex;
3631 - align-items: center;
2987 + display: table;
2988 + table-layout: fixed;
3632 2989 width: 100%;
3633 - border: 1px solid var(--e-a-border-color-bold);
3634 - 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;
3635 2994 }
3636 -.elementor-control-type-repeater .elementor-repeater-row-tools > button {
3637 - display: flex;
3638 - align-items: center;
3639 - justify-content: center;
3640 - height: 40px;
3641 - border: none;
3642 - background-color: transparent;
3643 - 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;
3644 3002 cursor: pointer;
3645 3003 }
3646 -.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 {
3647 3008 background-color: var(--e-a-bg-hover);
3648 3009 }
3649 3010 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3650 - flex: 1;
3651 - justify-content: flex-start;
3011 + text-align: left;
3652 3012 padding: 0 10px;
3653 3013 font-size: var(--control-title-size);
3654 3014 white-space: nowrap;
3655 3015 text-overflow: ellipsis;
@@ -3657,9 +3017,9 @@
3657 3017 }
3658 3018 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3659 3019 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3660 3020 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3661 - margin-inline-end: 5px;
3021 + margin-right: 5px;
3662 3022 }
3663 3023 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3664 3024 width: 1em;
3665 3025 }
@@ -3664,24 +3024,21 @@
3664 3024 width: 1em;
3665 3025 }
3666 3026 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3667 3027 width: 40px;
3668 - border-inline-start: 1px solid var(--e-a-border-color-bold);
3669 3028 }
3670 3029 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3030 + cursor: move;
3671 3031 width: 10px;
3672 - border-inline-end: 1px solid var(--e-a-border-color-bold);
3673 - cursor: move;
3032 + color: #fff;
3674 3033 }
3675 3034 .elementor-control-type-repeater .elementor-button-wrapper {
3676 3035 text-align: center;
3677 - padding-block-start: 5px;
3036 + padding-top: 5px;
3678 3037 }
3679 3038
3680 -#elementor-controls,
3681 -#elementor-panel-page-settings-controls,
3682 -#elementor-panel-editorPreferences-settings-controls {
3683 - padding-block-start: 15px;
3039 +#elementor-controls {
3040 + padding-top: 15px;
3684 3041 }
3685 3042
3686 3043 .elementor-control-type-section {
3687 3044 padding: 0;
@@ -3686,15 +3043,15 @@
3686 3043 .elementor-control-type-section {
3687 3044 padding: 0;
3688 3045 }
3689 3046 .elementor-control-type-section.e-open {
3690 - padding-block-end: 10px;
3047 + padding-bottom: 10px;
3691 3048 }
3692 3049 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3693 3050 display: none;
3694 3051 }
3695 3052 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3696 - margin-block-start: 25px;
3053 + margin-top: 25px;
3697 3054 }
3698 3055
3699 3056 .elementor-control-type-select .elementor-control-input-wrapper {
3700 3057 position: relative;
@@ -3710,10 +3067,10 @@
3710 3067 text-transform: inherit;
3711 3068 letter-spacing: inherit;
3712 3069 line-height: inherit;
3713 3070 flex-basis: 100%;
3714 - padding-inline-start: 5px;
3715 - padding-inline-end: 20px;
3071 + padding-left: 5px;
3072 + padding-right: 20px;
3716 3073 cursor: pointer;
3717 3074 }
3718 3075 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3719 3076 color: var(--e-a-color-txt-disabled);
@@ -3725,19 +3082,16 @@
3725 3082 font-family: eicons;
3726 3083 content: "\e8ad";
3727 3084 font-size: 12px;
3728 3085 position: absolute;
3729 - inset-block-start: 50%;
3730 - inset-inline-end: 5px;
3086 + top: 50%;
3731 3087 transform: translateY(-50%);
3088 + right: 5px;
3732 3089 pointer-events: none;
3733 3090 }
3734 -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3735 - max-width: 80px;
3736 -}
3737 3091
3738 3092 .elementor-shadow-box .elementor-shadow-slider {
3739 - margin-block-start: 10px;
3093 + margin-top: 10px;
3740 3094 }
3741 3095 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3742 3096 flex-grow: 1;
3743 3097 }
@@ -3742,12 +3096,9 @@
3742 3096 flex-grow: 1;
3743 3097 }
3744 3098
3745 3099 .elementor-control-type-slider.elementor-control-dynamic input {
3746 - border-start-start-radius: var(--e-a-border-radius);
3747 - border-start-end-radius: 0;
3748 - border-end-start-radius: var(--e-a-border-radius);
3749 - border-end-end-radius: 0;
3100 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3750 3101 }
3751 3102 .elementor-control-type-slider .elementor-control-unit-2 {
3752 3103 width: 21%;
3753 3104 }
@@ -3754,23 +3105,23 @@
3754 3105 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3755 3106 display: block;
3756 3107 }
3757 3108 .elementor-control-type-slider--multiple {
3758 - padding-block-end: 40px;
3109 + padding-bottom: 40px;
3759 3110 }
3760 3111 .elementor-control-type-slider--multiple .elementor-slider {
3761 - margin-block-start: 12px;
3112 + margin-top: 12px;
3762 3113 width: 98%;
3763 3114 }
3764 3115 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3765 3116 border-radius: 0;
3766 3117 width: 10px;
3767 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3118 + transform: translateY(calc(50% - 14px)) translateX(4px);
3768 3119 }
3769 3120 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3770 3121 content: "";
3771 3122 position: absolute;
3772 - inset-block-start: 2px;
3123 + top: 2px;
3773 3124 height: 12px;
3774 3125 width: 11px;
3775 3126 transform: rotate(45deg);
3776 3127 background-color: var(--e-a-color-white);
@@ -3784,13 +3135,10 @@
3784 3135 right: 5px;
3785 3136 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3786 3137 }
3787 3138 .elementor-control-type-slider .elementor-control-dynamic-switcher {
3788 - border-inline-start-width: 0;
3789 - border-start-start-radius: 0;
3790 - border-start-end-radius: var(--e-a-border-radius);
3791 - border-end-start-radius: 0;
3792 - 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;
3793 3141 }
3794 3142 .elementor-control-type-slider .elementor-control-input-wrapper {
3795 3143 display: flex;
3796 3144 align-items: center;
@@ -3795,9 +3143,9 @@
3795 3143 display: flex;
3796 3144 align-items: center;
3797 3145 }
3798 3146 .elementor-control-type-slider .elementor-dynamic-cover {
3799 - margin-block-start: 10px;
3147 + margin-top: 10px;
3800 3148 }
3801 3149 .elementor-control-type-slider.e-units-custom .elementor-slider {
3802 3150 display: none;
3803 3151 }
@@ -3817,9 +3165,9 @@
3817 3165 }
3818 3166 .elementor-slider-input {
3819 3167 width: 21%;
3820 3168 min-width: 54px;
3821 - margin-inline-start: 12px;
3169 + margin-left: 12px;
3822 3170 transition: width 0.3s ease-in-out;
3823 3171 }
3824 3172 .elementor-slider__extra {
3825 3173 position: relative;
@@ -3836,9 +3184,9 @@
3836 3184 position: absolute;
3837 3185 display: flex;
3838 3186 justify-content: space-evenly;
3839 3187 width: 100%;
3840 - margin-block-start: 4px;
3188 + margin-top: 4px;
3841 3189 }
3842 3190 .elementor-slider__scale {
3843 3191 width: 1px;
3844 3192 height: 21px;
@@ -3847,11 +3195,11 @@
3847 3195 .elementor-slider .noUi-handle {
3848 3196 height: 16px;
3849 3197 width: 16px;
3850 3198 background-color: var(--e-a-color-white);
3199 + right: 0;
3200 + transform: translateY(calc(50% - 14px)) translateX(8px);
3851 3201 position: absolute;
3852 - inset-inline-end: 0;
3853 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3854 3202 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3855 3203 border-radius: 50%;
3856 3204 }
3857 3205 .elementor-slider .noUi-connects {
@@ -3861,9 +3209,12 @@
3861 3209 }
3862 3210 .elementor-slider .noUi-connect {
3863 3211 position: absolute;
3864 3212 z-index: 0;
3865 - inset: 0;
3213 + top: 0;
3214 + left: 0;
3215 + height: 100%;
3216 + width: 100%;
3866 3217 will-change: transform;
3867 3218 transform-origin: 0 0;
3868 3219 background-color: var(--e-a-border-color-focus);
3869 3220 }
@@ -3868,9 +3219,9 @@
3868 3219 background-color: var(--e-a-border-color-focus);
3869 3220 }
3870 3221 .elementor-slider .noUi-tooltip {
3871 3222 position: absolute;
3872 - inset-block-start: calc(100% + 5px);
3223 + top: calc(100% + 5px);
3873 3224 left: calc(50% - 4px);
3874 3225 transform: translateX(-50%);
3875 3226 font-size: 10px;
3876 3227 }
@@ -3895,9 +3246,9 @@
3895 3246 padding: 15px 20px 0;
3896 3247 font-size: 11px;
3897 3248 cursor: pointer;
3898 3249 color: var(--e-a-color-txt-muted);
3899 - border-block-start: var(--e-a-border);
3250 + border-top: var(--e-a-border);
3900 3251 margin: 0 -20px;
3901 3252 }
3902 3253 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3903 3254 color: var(--e-a-color-txt);
@@ -3920,13 +3271,13 @@
3920 3271 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3921 3272 fill: var(--e-a-border-color-focus);
3922 3273 }
3923 3274 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3924 - margin-block-end: 15px;
3275 + margin-bottom: 15px;
3925 3276 }
3926 3277 .elementor-control-type-structure .elementor-control-structure-preset-title {
3927 3278 text-align: center;
3928 - padding-block-start: 5px;
3279 + padding-top: 5px;
3929 3280 font-style: italic;
3930 3281 font-size: 11px;
3931 3282 color: #9DA5AE;
3932 3283 }
@@ -3931,9 +3282,9 @@
3931 3282 color: #9DA5AE;
3932 3283 }
3933 3284
3934 3285 .elementor-control-type-switcher .elementor-control-input-wrapper {
3935 - text-align: end;
3286 + text-align: right;
3936 3287 }
3937 3288 .elementor-control-type-switcher .elementor-switch {
3938 3289 position: relative;
3939 3290 display: inline-block;
@@ -3957,9 +3308,9 @@
3957 3308 transition-property: opacity, background;
3958 3309 }
3959 3310 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3960 3311 position: absolute;
3961 - inset-block-start: 0;
3312 + top: 0;
3962 3313 width: 50%;
3963 3314 text-align: center;
3964 3315 line-height: 20px;
3965 3316 transition: inherit;
@@ -3965,14 +3316,14 @@
3965 3316 transition: inherit;
3966 3317 }
3967 3318 .elementor-control-type-switcher .elementor-switch-label:before {
3968 3319 content: attr(data-off);
3969 - inset-inline-end: 5px;
3320 + right: 5px;
3970 3321 color: var(--e-a-color-txt-muted);
3971 3322 }
3972 3323 .elementor-control-type-switcher .elementor-switch-label:after {
3973 3324 content: attr(data-on);
3974 - inset-inline-start: 5px;
3325 + left: 5px;
3975 3326 color: var(--e-a-btn-color);
3976 3327 opacity: 0;
3977 3328 }
3978 3329 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3985,28 +3336,25 @@
3985 3336 opacity: 1;
3986 3337 }
3987 3338 .elementor-control-type-switcher .elementor-switch-handle {
3988 3339 position: absolute;
3989 - inset-block-start: 1px;
3990 - inset-inline-start: 1px;
3340 + top: 1px;
3341 + left: 1px;
3991 3342 width: 18px;
3992 3343 height: 18px;
3993 3344 background: white;
3994 3345 border-radius: 10px;
3995 - transition: inset-inline-start 0.15s ease-out;
3346 + transition: left 0.15s ease-out;
3996 3347 }
3997 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3998 - inset-inline-start: initial;
3999 - inset-inline-end: 1px;
3349 + left: initial;
3350 + right: 1px;
4000 3351 }
4001 3352
4002 3353 .elementor-control-type-tabs {
4003 - display: none;
3354 + display: flex;
4004 3355 font-size: var(--control-title-size);
4005 3356 }
4006 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
4007 - display: flex;
4008 -}
4009 3357
4010 3358 .elementor-control-type-tab {
4011 3359 text-align: center;
4012 3360 width: 100%;
@@ -4011,22 +3359,22 @@
4011 3359 text-align: center;
4012 3360 width: 100%;
4013 3361 padding: 0;
4014 3362 line-height: 25px;
4015 - border-block-start: var(--e-a-border-bold);
4016 - border-block-end: var(--e-a-border-bold);
4017 - 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);
4018 3366 transition: var(--e-a-transition-hover);
4019 3367 cursor: pointer;
4020 3368 }
4021 3369 .elementor-control-type-tab:first-child {
4022 - border-inline-start: var(--e-a-border-bold);
4023 - border-start-start-radius: var(--e-a-border-radius);
4024 - 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);
4025 3373 }
4026 3374 .elementor-control-type-tab:last-child {
4027 - border-start-end-radius: var(--e-a-border-radius);
4028 - 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);
4029 3377 }
4030 3378 .elementor-control-type-tab:hover {
4031 3379 background-color: var(--e-a-bg-hover);
4032 3380 }
@@ -4049,11 +3397,11 @@
4049 3397 }
4050 3398 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4051 3399 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4052 3400 position: absolute;
4053 - inset-block-start: 0;
4054 - inset-inline-end: 0;
3401 + top: 0;
4055 3402 z-index: 1;
3403 + right: 0;
4056 3404 }
4057 3405 .elementor-control-type-textarea .elementor-control-input-wrapper,
4058 3406 .elementor-control-type-code .elementor-control-input-wrapper {
4059 3407 position: relative;
@@ -4104,12 +3452,12 @@
4104 3452 font-size: 12px;
4105 3453 }
4106 3454 .elementor-control-type-url .elementor-control-url-more-options {
4107 3455 display: none;
4108 - padding-block-start: 10px;
3456 + padding-top: 10px;
4109 3457 }
4110 3458 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
4111 - margin-block-start: 10px;
3459 + margin-top: 10px;
4112 3460 }
4113 3461 .elementor-control-type-url .elementor-control-url-more:hover {
4114 3462 color: var(--e-a-color-txt-hover);
4115 3463 }
@@ -4121,9 +3469,9 @@
4121 3469 display: flex;
4122 3470 align-items: center;
4123 3471 }
4124 3472 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4125 - padding-block-end: 10px;
3473 + padding-bottom: 10px;
4126 3474 }
4127 3475 .elementor-control-type-url .elementor-control-url-option input,
4128 3476 .elementor-control-type-url .elementor-control-url-option label {
4129 3477 cursor: pointer;
@@ -4130,10 +3478,10 @@
4130 3478 }
4131 3479 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4132 3480 display: none;
4133 3481 position: absolute;
4134 - inset-block-start: 5px;
4135 - inset-inline-end: 0;
3482 + top: 5px;
3483 + right: 0;
4136 3484 width: 10px;
4137 3485 height: 10px;
4138 3486 font-size: 10px;
4139 3487 color: var(--e-a-color-txt-disabled);
@@ -4142,9 +3490,9 @@
4142 3490 font-size: var(--control-title-size);
4143 3491 }
4144 3492 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4145 3493 width: 100%;
4146 - margin-block-start: 10px;
3494 + margin-top: 10px;
4147 3495 }
4148 3496 .elementor-control-type-url .elementor-input:focus ~ div {
4149 3497 border-color: var(--e-a-border-color-focus);
4150 3498 }
@@ -4181,79 +3529,11 @@
4181 3529 background: var(--e-a-bg-hover);
4182 3530 }
4183 3531 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4184 3532 font-size: 10px;
4185 - padding-block-start: 2px;
3533 + padding-top: 2px;
4186 3534 }
4187 3535
4188 -.elementor-control-type-visual_choice {
4189 - width: 100%;
4190 -}
4191 -
4192 -.elementor-visual-choice-choices {
4193 - display: grid;
4194 - gap: 8px;
4195 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4196 - text-align: center;
4197 - border-radius: var(--e-a-border-radius);
4198 - overflow: hidden;
4199 -}
4200 -
4201 -.elementor-visual-choice-element {
4202 - display: flex;
4203 - flex-direction: column;
4204 - align-items: center;
4205 - justify-content: center;
4206 - gap: 8px;
4207 - width: auto;
4208 -}
4209 -.elementor-visual-choice-element-image label {
4210 - border: var(--e-a-border-bold);
4211 - border-radius: var(--e-a-border-radius);
4212 - font-size: 12px;
4213 - transition: var(--e-a-transition-hover);
4214 - cursor: pointer;
4215 - overflow: hidden;
4216 - width: 100%;
4217 - padding: 8px;
4218 -}
4219 -.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 {
4220 - background-color: var(--e-a-bg-active-bold);
4221 - opacity: 1;
4222 -}
4223 -.elementor-visual-choice-element-image input:checked + label {
4224 - border-color: var(--e-a-color-primary-bold);
4225 -}
4226 -.elementor-visual-choice-element-image input:not(:checked) + label {
4227 - background-color: var(--e-a-color-white);
4228 - opacity: 0.5;
4229 -}
4230 -.elementor-visual-choice-element-image img {
4231 - width: 100%;
4232 - height: auto;
4233 -}
4234 -.elementor-visual-choice-element-button {
4235 - grid-column: span var(--elementor-visual-choice-columns);
4236 -}
4237 -.elementor-visual-choice-element-button label {
4238 - width: -moz-fit-content;
4239 - width: fit-content;
4240 -}
4241 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4242 - background-color: var(--e-a-bg-active-bold);
4243 -}
4244 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4245 - border-color: var(--e-a-color-primary-bold);
4246 -}
4247 -
4248 -.elementor-label-inline .elementor-visual-choice-choices {
4249 - justify-content: flex-end;
4250 -}
4251 -
4252 -.tipsy-inner {
4253 - white-space: pre-line;
4254 -}
4255 -
4256 3536 .elementor-control-type-wp_widget .widget-inside {
4257 3537 line-height: 2;
4258 3538 background-color: inherit;
4259 3539 display: block;
@@ -4269,9 +3549,9 @@
4269 3549 border: var(--e-a-border);
4270 3550 }
4271 3551 .elementor-control-type-wysiwyg .wp-editor-tabs {
4272 3552 border: var(--e-a-border-bold);
4273 - border-block-end: none;
3553 + border-bottom: none;
4274 3554 border-start-start-radius: var(--e-a-border-radius);
4275 3555 border-start-end-radius: var(--e-a-border-radius);
4276 3556 border-end-end-radius: 0;
4277 3557 border-end-start-radius: 0;
@@ -4344,11 +3624,8 @@
4344 3624 font-size: 16px;
4345 3625 }
4346 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 {
4347 3627 color: var(--e-a-color-txt-active);
4348 - background: var(--e-a-bg-hover);
4349 - border-color: var(--e-a-border-color);
4350 - box-shadow: none;
4351 3628 }
4352 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 {
4353 3630 color: var(--e-a-color-txt-active);
4354 3631 }
@@ -4365,46 +3642,18 @@
4365 3642 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4366 3643 border: none;
4367 3644 }
4368 3645
4369 -@media screen and (prefers-color-scheme: dark) {
4370 - #wp-link-wrap {
4371 - color-scheme: light;
4372 - --e-a-color-txt: #515962;
4373 - --e-a-bg-default: #ffffff;
4374 - --e-a-border-color-bold: #D5D8DC;
4375 - --e-a-color-primary-bold: #D004D4;
4376 - }
4377 - #wp-link {
4378 - color: var(--e-a-color-txt);
4379 - }
4380 - #wp-link input {
4381 - background-color: var(--e-a-bg-default);
4382 - border-color: var(--e-a-border-color-bold);
4383 - }
4384 - #wp-link input[type=checkbox] {
4385 - border-color: var(--e-a-border-color-bold);
4386 - }
4387 - #wp-link input[type=checkbox]:checked {
4388 - background: var(--e-a-color-primary-bold);
4389 - }
4390 - #wp-link input.button-primary {
4391 - background: #2271b1;
4392 - border-color: #2271b1;
4393 - color: #fff;
4394 - }
4395 -}
4396 3646 #elementor-mode-switcher {
4397 3647 --e-a-mode-switcher-width: 15px;
4398 3648 --e-a-mode-switcher-height: 50px;
4399 3649 --e-a-mode-switcher-icon-size: 15px;
4400 3650 position: absolute;
4401 - inset-block-start: 50%;
4402 - inset-inline-start: 100%;
3651 + left: 100%;
3652 + top: 50%;
4403 3653 transform: translateY(-50%);
4404 3654 background-color: var(--e-a-bg-default);
4405 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4406 - transition: 0.3s opacity;
3655 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4407 3656 }
4408 3657 #elementor-mode-switcher:hover {
4409 3658 background-color: var(--e-a-bg-hover);
4410 3659 }
@@ -4410,12 +3659,8 @@
4410 3659 }
4411 3660 #elementor-mode-switcher:focus-within {
4412 3661 background-color: var(--e-a-bg-active);
4413 3662 }
4414 -.e-panel-block-interactions #elementor-mode-switcher {
4415 - opacity: 0;
4416 - pointer-events: none;
4417 -}
4418 3663 #elementor-mode-switcher-preview i {
4419 3664 display: flex;
4420 3665 flex-direction: column;
4421 3666 justify-content: center;
@@ -4430,19 +3675,16 @@
4430 3675
4431 3676 .elementor-revision-item__wrapper {
4432 3677 display: flex;
4433 3678 align-items: center;
4434 - text-align: start;
4435 - width: 100%;
4436 3679 border: var(--e-a-border);
4437 3680 border-radius: var(--e-a-border-radius);
4438 3681 padding: 10px 15px;
4439 - margin-block-end: 10px;
3682 + margin-bottom: 10px;
4440 3683 font-size: 11px;
4441 3684 transition: var(--e-a-transition-hover);
4442 - background-color: transparent;
4443 3685 }
4444 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3686 +.elementor-revision-item__wrapper:hover {
4445 3687 background-color: var(--e-a-bg-hover);
4446 3688 }
4447 3689 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4448 3690 display: none;
@@ -4457,14 +3699,14 @@
4457 3699 .elementor-revision-item__gravatar img {
4458 3700 display: block;
4459 3701 }
4460 3702 .elementor-revision-item__details {
4461 - padding-inline-start: 15px;
3703 + padding-left: 15px;
4462 3704 flex-grow: 1;
4463 3705 cursor: pointer;
4464 3706 }
4465 3707 .elementor-revision-meta {
4466 - padding-block-start: 5px;
3708 + padding-top: 5px;
4467 3709 font-size: 10px;
4468 3710 font-weight: bold;
4469 3711 }
4470 3712 .elementor-revision-current-preview .elementor-revision-item__wrapper {
@@ -4473,11 +3715,11 @@
4473 3715 }
4474 3716
4475 3717 #elementor-panel-revisions-loading {
4476 3718 position: absolute;
4477 - inset-block-start: 50%;
4478 - inset-inline-start: 50%;
4479 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3719 + top: 50%;
3720 + left: 50%;
3721 + transform: translate(-50%, -50%);
4480 3722 }
4481 3723 #elementor-panel-revisions-loading .eicon-loading {
4482 3724 font-size: 50px;
4483 3725 }
@@ -4485,31 +3727,28 @@
4485 3727 .elementor-panel-revisions-buttons {
4486 3728 display: flex;
4487 3729 justify-content: space-between;
4488 3730 padding: 15px 20px;
4489 - border-block-end: var(--e-a-border);
3731 + border-bottom: var(--e-a-border);
4490 3732 }
4491 3733
4492 3734 .elementor-history-item {
4493 3735 display: flex;
4494 3736 align-items: center;
4495 - text-align: start;
4496 3737 border: var(--e-a-border);
4497 3738 border-radius: var(--e-a-border-radius);
4498 3739 padding: 10px 15px;
4499 - margin-block-end: 10px;
4500 - width: 100%;
3740 + margin-bottom: 10px;
4501 3741 font-size: 11px;
4502 3742 line-height: 1.4;
4503 - background-color: transparent;
4504 3743 cursor: pointer;
4505 3744 transition: var(--e-a-transition-hover);
4506 3745 }
4507 -.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) {
4508 3747 background-color: var(--e-a-bg-hover);
4509 3748 color: var(--e-a-txt-color-hover);
4510 3749 }
4511 -.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 {
4512 3751 content: "\e924";
4513 3752 }
4514 3753 .elementor-history-item-current {
4515 3754 border-color: var(--e-a-border-color-accent);
@@ -4515,9 +3754,9 @@
4515 3754 border-color: var(--e-a-border-color-accent);
4516 3755 background-color: var(--e-a-bg-active);
4517 3756 color: var(--e-a-txt-color-active);
4518 3757 }
4519 -.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 {
4520 3759 content: "\e90e";
4521 3760 }
4522 3761 .elementor-history-item__details {
4523 3762 width: 95%;
@@ -4531,23 +3770,25 @@
4531 3770 .elementor-history-item__action {
4532 3771 font-style: italic;
4533 3772 text-decoration: underline;
4534 3773 }
3774 +.elementor-history-item .__icon {
3775 + float: right;
3776 +}
4535 3777 .elementor-history-revisions-message {
4536 3778 font-size: 11px;
4537 3779 text-align: center;
4538 - padding-block-start: 5px;
3780 + padding-top: 5px;
4539 3781 }
4540 3782
4541 3783 #elementor-panel-history {
4542 - padding: 20px;
4543 - padding-block-end: 15px;
3784 + padding: 20px 20px 15px;
4544 3785 }
4545 3786 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4546 - padding-block-start: 20px;
3787 + padding-top: 20px;
4547 3788 }
4548 3789 #elementor-panel-history:not(.elementor-empty) {
4549 - margin-block-start: 10px;
3790 + margin-top: 10px;
4550 3791 }
4551 3792
4552 3793 #elementor-panel-history-no-items,
4553 3794 #elementor-panel-revisions-no-revisions {
@@ -4554,87 +3795,11 @@
4554 3795 text-align: center;
4555 3796 }
4556 3797 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4557 3798 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4558 - margin-block-start: 20px;
3799 + margin-top: 20px;
4559 3800 }
4560 3801
4561 -.e-control-display-conditions-promotion__wrapper {
4562 - display: flex;
4563 - justify-content: space-between;
4564 -}
4565 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4566 - color: var(--e-a-color-accent-promotion);
4567 -}
4568 -.e-control-display-conditions-promotion__description {
4569 - display: flex;
4570 - align-self: center;
4571 -}
4572 -.e-control-display-conditions-promotion__text {
4573 - display: inline-block;
4574 -}
4575 -.e-control-display-conditions-promotion__lock-wrapper {
4576 - width: 2.5rem;
4577 - display: flex;
4578 - justify-content: center;
4579 - align-items: center;
4580 -}
4581 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4582 - color: var(--e-a-color-accent-promotion-disabled);
4583 -}
4584 -.e-control-display-conditions-promotion.eicon-flow {
4585 - align-self: flex-end;
4586 - cursor: pointer;
4587 - border: var(--e-a-border-bold);
4588 - border-radius: var(--e-a-border-radius);
4589 - padding: 5px;
4590 -}
4591 -.e-control-display-conditions-promotion.eicon-flow.filled {
4592 - background-color: var(--e-a-bg-active);
4593 - color: #E73CF6;
4594 -}
4595 -
4596 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4597 - color: var(--e-a-color-accent-promotion);
4598 -}
4599 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4600 - margin-inline-end: 0;
4601 -}
4602 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4603 - display: flex;
4604 - flex-direction: column;
4605 - justify-content: center;
4606 - padding-inline-start: 5px;
4607 - padding-inline-end: 20px;
4608 - cursor: pointer;
4609 - height: 27px;
4610 - width: 100%;
4611 - color: var(--e-a-color-txt);
4612 - border-radius: var(--e-a-border-radius);
4613 - background-color: var(--e-a-bg-default);
4614 - box-shadow: none;
4615 - border: var(--e-a-border-bold);
4616 - font-size: var(--control-title-size);
4617 -}
4618 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4619 - width: 2.5rem;
4620 - display: flex;
4621 - justify-content: center;
4622 - align-items: center;
4623 -}
4624 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4625 - color: var(--e-a-color-accent-promotion-disabled);
4626 -}
4627 -
4628 -.e-link-promotion {
4629 - font-family: "Roboto", sans-serif;
4630 - font-weight: 500;
4631 - color: #93003f;
4632 -}
4633 -.e-link-promotion:hover {
4634 - color: #93003f;
4635 -}
4636 -
4637 3802 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4638 3803 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4639 3804 display: none;
4640 3805 }
@@ -4644,10 +3809,14 @@
4644 3809 display: flex;
4645 3810 }
4646 3811 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4647 3812 pointer-events: none;
4648 - visibility: hidden;
3813 + opacity: 0.4;
4649 3814 }
3815 +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3816 + cursor: inherit;
3817 + color: inherit;
3818 +}
4650 3819
4651 3820 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4652 3821 display: none;
4653 3822 }
@@ -4661,9 +3830,9 @@
4661 3830 display: none;
4662 3831 }
4663 3832
4664 3833 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4665 - margin-block-end: 15px;
3834 + margin-bottom: 15px;
4666 3835 position: relative;
4667 3836 }
4668 3837 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4669 3838 background-color: var(--e-a-bg-default);
@@ -4674,13 +3843,11 @@
4674 3843 }
4675 3844 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4676 3845 cursor: pointer;
4677 3846 color: var(--e-a-color-txt);
4678 - background-color: transparent;
4679 - border: none;
4680 3847 padding: 5px;
4681 3848 }
4682 -.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 {
4683 3850 color: var(--e-a-color-txt-hover);
4684 3851 }
4685 3852 .elementor-control-type-global-style-repeater .elementor-control {
4686 3853 padding: 0;
@@ -4706,18 +3873,18 @@
4706 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 {
4707 3874 display: none;
4708 3875 }
4709 3876 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
4710 - margin-block-start: 0;
3877 + margin-top: 0;
4711 3878 }
4712 3879 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4713 3880 align-self: end;
4714 - margin-block-start: 35px;
4715 - inset-block-start: 0;
3881 + margin-top: 35px;
3882 + top: 0;
4716 3883 width: 100%;
4717 3884 }
4718 3885 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4719 - inset-inline-end: 5px;
3886 + right: 5px;
4720 3887 }
4721 3888 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4722 3889 padding: 0 20px 15px;
4723 3890 }
@@ -4725,14 +3892,14 @@
4725 3892 flex-grow: initial;
4726 3893 }
4727 3894 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4728 3895 text-align: center;
4729 - border-block-start: var(--e-a-border);
4730 - padding-block-start: 15px;
3896 + border-top: var(--e-a-border);
3897 + padding-top: 15px;
4731 3898 }
4732 3899 .elementor-control-type-global-style-repeater .pickr,
4733 3900 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4734 - margin-inline-start: 5px;
3901 + margin-left: 5px;
4735 3902 }
4736 3903 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4737 3904 background-color: var(--e-a-color-info);
4738 3905 opacity: 0.9;
@@ -4740,15 +3907,15 @@
4740 3907 margin: 8px 0;
4741 3908 height: 2px;
4742 3909 }
4743 3910 .elementor-control-system_colors, .elementor-control-system_typography {
4744 - padding-block-end: 0;
3911 + padding-bottom: 0;
4745 3912 }
4746 3913
4747 3914 .e-global-colors__color-value {
4748 3915 font-size: 10px;
4749 3916 padding: 0 5px;
4750 - text-align: end;
3917 + text-align: right;
4751 3918 white-space: nowrap;
4752 3919 text-overflow: ellipsis;
4753 3920 overflow: hidden;
4754 3921 }
@@ -4787,239 +3954,8 @@
4787 3954 100% {
4788 3955 transform: translateY(0);
4789 3956 }
4790 3957 }
4791 -.elementor-button,
4792 -.e-btn {
4793 - font-size: 12px;
4794 - font-weight: 500;
4795 - line-height: 1.2;
4796 - padding: 8px 16px;
4797 - outline: none;
4798 - border: none;
4799 - border-radius: var(--e-a-border-radius);
4800 - background-color: var(--e-a-btn-bg);
4801 - color: var(--e-a-btn-color-invert);
4802 - transition: var(--e-a-transition-hover);
4803 -}
4804 -.elementor-button:hover,
4805 -.e-btn:hover {
4806 - border: none;
4807 -}
4808 -.elementor-button:hover, .elementor-button:focus,
4809 -.e-btn:hover,
4810 -.e-btn:focus {
4811 - background-color: var(--e-a-btn-bg-hover);
4812 - color: var(--e-a-btn-color-invert);
4813 -}
4814 -.elementor-button:active,
4815 -.e-btn:active {
4816 - background-color: var(--e-a-btn-bg-active);
4817 -}
4818 -.elementor-button:not([disabled]),
4819 -.e-btn:not([disabled]) {
4820 - cursor: pointer;
4821 -}
4822 -.elementor-button:disabled,
4823 -.e-btn:disabled {
4824 - background-color: var(--e-a-btn-bg-disabled);
4825 - color: var(--e-a-btn-color-disabled);
4826 -}
4827 -.elementor-button:not(.elementor-button-state) .elementor-state-icon,
4828 -.e-btn:not(.elementor-button-state) .elementor-state-icon {
4829 - display: none;
4830 -}
4831 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4832 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4833 -.e-btn.e-btn-txt,
4834 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4835 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4836 - background: transparent;
4837 - color: var(--e-a-color-txt);
4838 -}
4839 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4840 -.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,
4841 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4842 -.e-btn.e-btn-txt:hover,
4843 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4844 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4845 -.e-btn.e-btn-txt:focus,
4846 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4847 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4848 - background: var(--e-a-bg-hover);
4849 - color: var(--e-a-color-txt-hover);
4850 -}
4851 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4852 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4853 -.e-btn.e-btn-txt:disabled,
4854 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4855 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4856 - background: transparent;
4857 - color: var(--e-a-color-txt-disabled);
4858 -}
4859 -.elementor-button.e-btn-txt-border,
4860 -.e-btn.e-btn-txt-border {
4861 - border: 1px solid var(--e-a-color-txt-muted);
4862 -}
4863 -.elementor-button.elementor-button-success, .elementor-button.e-success,
4864 -.e-btn.elementor-button-success,
4865 -.e-btn.e-success {
4866 - background-color: var(--e-a-btn-bg-success);
4867 -}
4868 -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus,
4869 -.e-btn.elementor-button-success:hover,
4870 -.e-btn.elementor-button-success:focus,
4871 -.e-btn.e-success:hover,
4872 -.e-btn.e-success:focus {
4873 - background-color: var(--e-a-btn-bg-success-hover);
4874 -}
4875 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4876 -.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,
4877 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4878 -.e-btn.e-primary,
4879 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4880 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4881 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4882 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4883 - background-color: var(--e-a-btn-bg-primary);
4884 - color: var(--e-a-btn-color);
4885 -}
4886 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4887 -.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,
4888 -.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,
4889 -.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,
4890 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4891 -.e-btn.e-primary:hover,
4892 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4893 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4894 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4895 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4896 -.e-btn.e-primary:focus,
4897 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4898 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4899 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4900 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4901 - background-color: var(--e-a-btn-bg-primary-hover);
4902 - color: var(--e-a-btn-color);
4903 -}
4904 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4905 -.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,
4906 -.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,
4907 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4908 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4909 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4910 -.e-btn.e-primary.e-btn-txt,
4911 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4912 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4913 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4914 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4915 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4916 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4917 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4918 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4919 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4920 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4921 - background: transparent;
4922 - color: var(--e-a-color-primary-bold);
4923 -}
4924 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4925 -.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,
4926 -.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,
4927 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4928 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4929 -.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,
4930 -.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,
4931 -.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,
4932 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4933 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4934 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4935 -.e-btn.e-primary.e-btn-txt:hover,
4936 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4937 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4938 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4939 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4940 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4941 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4942 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4943 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4944 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4945 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4946 -.e-btn.e-primary.e-btn-txt:focus,
4947 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4948 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4949 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4950 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4951 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4952 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4953 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4954 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4955 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4956 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4957 - background: var(--e-a-bg-primary);
4958 -}
4959 -.elementor-button.go-pro, .elementor-button.e-accent,
4960 -.e-btn.go-pro,
4961 -.e-btn.e-accent {
4962 - background-color: var(--e-a-btn-bg-accent);
4963 -}
4964 -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus,
4965 -.e-btn.go-pro:hover,
4966 -.e-btn.go-pro:focus,
4967 -.e-btn.e-accent:hover,
4968 -.e-btn.e-accent:focus {
4969 - background-color: var(--e-a-btn-bg-accent-hover);
4970 -}
4971 -.elementor-button.go-pro:active, .elementor-button.e-accent:active,
4972 -.e-btn.go-pro:active,
4973 -.e-btn.e-accent:active {
4974 - background-color: var(--e-a-btn-bg-accent-active);
4975 -}
4976 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4977 -.e-btn.elementor-button-info,
4978 -.e-btn.e-info {
4979 - background-color: var(--e-a-btn-bg-info);
4980 -}
4981 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4982 -.e-btn.elementor-button-info:hover,
4983 -.e-btn.elementor-button-info:focus,
4984 -.e-btn.e-info:hover,
4985 -.e-btn.e-info:focus {
4986 - background-color: var(--e-a-btn-bg-info-hover);
4987 -}
4988 -.elementor-button.elementor-button-warning, .elementor-button.e-warning,
4989 -.e-btn.elementor-button-warning,
4990 -.e-btn.e-warning {
4991 - background-color: var(--e-a-btn-bg-warning);
4992 -}
4993 -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus,
4994 -.e-btn.elementor-button-warning:hover,
4995 -.e-btn.elementor-button-warning:focus,
4996 -.e-btn.e-warning:hover,
4997 -.e-btn.e-warning:focus {
4998 - background-color: var(--e-a-btn-bg-warning-hover);
4999 -}
5000 -.elementor-button.elementor-button-danger, .elementor-button.e-danger,
5001 -.e-btn.elementor-button-danger,
5002 -.e-btn.e-danger {
5003 - background-color: var(--e-a-btn-bg-danger);
5004 -}
5005 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
5006 -.e-btn.elementor-button-danger.color-white,
5007 -.e-btn.e-danger.color-white {
5008 - color: var(--e-a-color-white);
5009 -}
5010 -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
5011 -.e-btn.elementor-button-danger:hover,
5012 -.e-btn.elementor-button-danger:focus,
5013 -.e-btn.e-danger:hover,
5014 -.e-btn.e-danger:focus {
5015 - background-color: var(--e-a-btn-bg-danger-hover);
5016 -}
5017 -.elementor-button i,
5018 -.e-btn i {
5019 - margin-inline-end: 5px;
5020 -}
5021 -
5022 3958 body {
5023 3959 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
5024 3960 }
5025 3961 body.elementor-navigator-docked {
@@ -5046,23 +3982,22 @@
5046 3982 }
5047 3983
5048 3984 #elementor-preview-responsive-wrapper {
5049 3985 transform-origin: top center;
5050 - margin: 20px;
3986 + padding: 20px;
5051 3987 transform: scale(var(--e-preview-scale, 1));
5052 - overflow: hidden;
5053 3988 }
5054 3989 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5055 3990 min-width: 1025px;
5056 3991 width: 100%;
5057 3992 height: 100%;
5058 - margin: 0;
3993 + padding: 0;
5059 3994 position: relative;
5060 3995 }
5061 3996 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5062 3997 width: var(--e-editor-preview-width);
5063 3998 height: var(--e-editor-preview-height);
5064 - 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);
5065 4000 box-sizing: content-box;
5066 4001 position: relative;
5067 4002 max-height: calc(100vh - 80px);
5068 4003 }
@@ -5124,10 +4059,9 @@
5124 4059 #elementor-preview-responsive-wrapper .ui-resizable-s {
5125 4060 bottom: 0;
5126 4061 }
5127 4062 #elementor-preview-responsive-wrapper .ui-resizable-e {
5128 - width: 10px;
5129 - right: -5px;
4063 + right: 0;
5130 4064 }
5131 4065 #elementor-preview-responsive-wrapper .ui-resizable-w {
5132 4066 left: 0;
5133 4067 }
@@ -5138,20 +4072,8 @@
5138 4072 background-color: #fff;
5139 4073 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5140 4074 }
5141 4075
5142 -#elementor-template-library-modal button:focus-visible,
5143 -#elementor-template-library-modal a:focus-visible,
5144 -#elementor-template-library-modal input:focus-visible,
5145 -#elementor-template-library-modal select:focus-visible,
5146 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5147 -#elementor-template-library-modal [role=tab]:focus-visible,
5148 -#elementor-template-library-modal [role=radio]:focus-visible,
5149 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5150 - outline: 2px solid var(--e-a-border-color-focus);
5151 - outline-offset: 2px;
5152 - border-radius: 2px;
5153 -}
5154 4076 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5155 4077 font-style: normal;
5156 4078 text-decoration: underline;
5157 4079 }
@@ -5163,17 +4085,8 @@
5163 4085 }
5164 4086 #elementor-template-library-modal .dialog-message {
5165 4087 overflow-y: scroll;
5166 4088 }
5167 -#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 {
5168 - overflow-y: auto;
5169 -}
5170 -#elementor-template-library-modal .e-back-to-editor {
5171 - color: var(--e-a-color-txt);
5172 - text-decoration: underline;
5173 - font-size: 17px;
5174 - cursor: pointer;
5175 -}
5176 4089
5177 4090 #elementor-template-library-header-menu {
5178 4091 text-align: center;
5179 4092 }
@@ -5180,23 +4093,16 @@
5180 4093
5181 4094 .elementor-template-library-menu-item {
5182 4095 display: inline-block;
5183 4096 padding: 17px 20px;
5184 - border-block-end: 3px solid transparent;
4097 + border-bottom: 3px solid transparent;
5185 4098 cursor: pointer;
5186 - background: transparent;
5187 - margin: 0;
5188 - font-size: inherit;
5189 - font-family: inherit;
5190 - color: inherit;
5191 - border: none;
5192 4099 }
5193 4100 .elementor-template-library-menu-item:hover {
5194 4101 background-color: var(--e-a-bg-hover);
5195 4102 border-color: var(--e-a-bg-hover);
5196 4103 }
5197 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5198 - border-block-end: 3px solid;
4104 +.elementor-template-library-menu-item.elementor-active {
5199 4105 border-color: var(--e-a-border-color-accent);
5200 4106 color: var(--e-a-color-txt-accent);
5201 4107 }
5202 4108
@@ -5202,178 +4108,42 @@
5202 4108
5203 4109 #elementor-template-library-header-actions {
5204 4110 display: flex;
5205 4111 }
5206 -#elementor-template-library-header-actions > div,
5207 -#elementor-template-library-header-actions > button {
5208 - background: transparent;
5209 - margin: 0;
5210 - font-size: inherit;
5211 - font-family: inherit;
5212 - color: inherit;
5213 - border: none;
5214 - padding-inline-end: 16px;
5215 - cursor: pointer;
4112 +#elementor-template-library-header-actions > div {
4113 + padding-right: 16px;
5216 4114 }
5217 -#elementor-template-library-header-actions > div:focus-visible,
5218 -#elementor-template-library-header-actions > button:focus-visible {
5219 - outline: 2px solid var(--e-a-border-color-focus);
5220 - outline-offset: -2px;
5221 - border-radius: 2px;
5222 -}
5223 4115
5224 -#elementor-template-library-header-tools.e-hidden-disabled {
5225 - opacity: 0;
5226 - visibility: hidden;
5227 -}
5228 -
5229 4116 #elementor-template-library-header-preview-insert-wrapper {
5230 4117 cursor: default;
5231 4118 padding: 0 10px;
5232 4119 }
5233 4120
5234 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5235 - margin-inline-start: 4px;
5236 -}
5237 -
5238 4121 #elementor-template-library-header-preview-back {
5239 - gap: 10px;
5240 - padding-block: 16.5px 15px;
5241 - padding-inline: 0 16.5px;
5242 - border-inline-end: var(--e-a-border);
4122 + padding: 16.5px 16.5px 15px 0;
4123 + border-right: var(--e-a-border);
5243 4124 cursor: pointer;
5244 4125 transition: color 0.5s;
5245 4126 }
5246 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5247 - background: transparent;
5248 - margin: 0;
5249 - font-size: inherit;
5250 - font-family: inherit;
5251 - color: inherit;
5252 - border: none;
5253 - display: flex;
5254 - align-items: center;
5255 - gap: 10px;
5256 - cursor: pointer;
5257 -}
5258 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5259 - outline: 2px solid var(--e-a-border-color-focus);
5260 - outline-offset: 2px;
5261 - border-radius: 2px;
5262 -}
5263 4127 #elementor-template-library-header-preview-back:hover {
5264 4128 color: var(--e-a-color-txt-hover);
5265 4129 }
5266 4130 #elementor-template-library-header-preview-back i {
4131 + padding-right: 10px;
5267 4132 font-size: 18px;
5268 - scale: calc(1 * var(--direction-multiplier)) 1;
5269 4133 }
4134 +#elementor-template-library-header-preview-back i:before {
4135 + content: "\e87e";
4136 +}
5270 4137
5271 -#elementor-template-library-templates {
5272 - display: flex;
5273 - flex-direction: column;
5274 - 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);
5275 4142 }
5276 -#elementor-template-library-templates .toolbar-container {
5277 - display: flex;
5278 - justify-content: space-between;
5279 - align-items: center;
5280 - gap: 2%;
5281 - height: 45px;
5282 -}
5283 -#elementor-template-library-templates #elementor-template-library-templates-container {
5284 - display: flex;
5285 - flex-wrap: wrap;
5286 - align-items: flex-start;
5287 -}
5288 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5289 - display: none;
5290 -}
5291 -#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"])) {
5292 - justify-content: flex-end;
5293 -}
5294 -#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 {
5295 - display: flex;
5296 - align-items: baseline;
5297 - border-radius: 3px;
5298 -}
5299 -#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 {
5300 - outline: 2px solid var(--e-a-border-color-focus);
5301 - outline-offset: 2px;
5302 -}
5303 -#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 {
5304 - align-items: center;
5305 -}
5306 -#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 {
5307 - font-size: 14px;
5308 - margin-inline-start: 5px;
5309 -}
5310 -#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 {
5311 - width: 200px;
5312 - margin: 0px 10px;
5313 - align-self: center;
5314 - text-align: start;
5315 -}
5316 -#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 {
5317 - font-size: 10px;
5318 -}
5319 -#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 {
5320 - color: var(--e-a-btn-bg-accent);
5321 -}
5322 -#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 {
5323 - height: 4px;
5324 - background-color: var(--e-a-color-primary-bold);
5325 - position: relative;
5326 - display: flex;
5327 - align-items: center;
5328 - padding: 0;
5329 -}
5330 -#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 {
5331 - height: 100%;
5332 - transition: width 0.3s ease;
5333 -}
5334 -#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 {
5335 - background-color: #D004D4;
5336 -}
5337 -#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 {
5338 - background-color: #F59E0B;
5339 -}
5340 -#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 {
5341 - background-color: #93003f;
5342 -}
5343 -#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 {
5344 - background-color: #F0ABFC;
5345 -}
5346 -#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 {
5347 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5348 -}
5349 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5350 - font-size: 12px;
5351 - color: var(--e-a-color-txt);
5352 -}
5353 -#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 {
5354 - border-block-start: var(--e-a-border);
5355 -}
5356 -#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 {
5357 4144 color: var(--e-a-color-txt-active);
5358 4145 }
5359 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5360 - border-block-start: none;
5361 -}
5362 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5363 - padding: 0;
5364 -}
5365 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5366 - max-width: -moz-fit-content;
5367 - max-width: fit-content;
5368 -}
5369 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5370 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5371 - display: none;
5372 -}
5373 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5374 - pointer-events: none;
5375 -}
5376 4146 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5377 4147 margin: 10px -15px 0;
5378 4148 }
5379 4149 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5389,253 +4159,24 @@
5389 4159 #elementor-template-library-templates .elementor-template-library-order-input {
5390 4160 display: none;
5391 4161 }
5392 4162 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5393 - padding-inline-end: 8px;
4163 + padding-right: 8px;
5394 4164 }
5395 4165 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5396 4166 font-family: eicons;
5397 4167 content: "\e8ae";
5398 - margin-inline-start: 3px;
4168 + margin-left: 3px;
5399 4169 }
5400 4170 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5401 4171 content: "\e8ad";
5402 4172 }
5403 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4173 +
4174 +#elementor-template-library-templates-container {
5404 4175 display: flex;
5405 - align-items: center;
5406 - gap: 8px;
4176 + flex-wrap: wrap;
4177 + align-items: flex-start;
5407 4178 }
5408 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5409 - background: transparent;
5410 - margin: 0;
5411 - font-size: inherit;
5412 - font-family: inherit;
5413 - color: inherit;
5414 - border: none;
5415 - cursor: pointer;
5416 - font-size: 20px;
5417 - padding: 0 5px;
5418 - border-radius: 2px;
5419 - color: var(--e-a-color-txt);
5420 -}
5421 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5422 - background-color: var(--e-a-bg-hover);
5423 -}
5424 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5425 - width: 1px;
5426 - height: 20px;
5427 - background-color: var(--e-a-border-color);
5428 -}
5429 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5430 - background-color: var(--e-a-bg-hover);
5431 -}
5432 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5433 - background-color: var(--e-a-bg-hover);
5434 -}
5435 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5436 - display: grid;
5437 - grid-template-columns: repeat(auto-fill, 208px);
5438 - grid-gap: 20px;
5439 - padding: 20px 0;
5440 -}
5441 -#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 {
5442 - grid-column: 1;
5443 -}
5444 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5445 - grid-column: 1/-1;
5446 -}
5447 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5448 - display: flex;
5449 - position: relative;
5450 - flex-direction: column;
5451 - height: 158px;
5452 - padding: 8px;
5453 - border: var(--e-a-border);
5454 - border-radius: 3px;
5455 -}
5456 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5457 - outline: 2px solid var(--e-a-border-color-focus);
5458 - outline-offset: 2px;
5459 -}
5460 -#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 {
5461 - display: flex;
5462 -}
5463 -#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 {
5464 - display: none;
5465 -}
5466 -#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 {
5467 - display: flex !important;
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-thumbnail {
5470 - width: 190px;
5471 - height: 100px;
5472 - position: relative;
5473 - border-radius: 3px;
5474 - margin-block-end: 4px;
5475 - overflow: hidden;
5476 -}
5477 -#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 {
5478 - -o-object-fit: contain;
5479 - object-fit: contain;
5480 - width: 100%;
5481 - height: 100%;
5482 -}
5483 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5484 - display: none;
5485 - justify-content: center;
5486 - align-items: center;
5487 - position: absolute;
5488 - inset: 0;
5489 - background-color: rgba(0, 0, 0, 0.5);
5490 - cursor: default;
5491 -}
5492 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5493 - font-size: 11px;
5494 - white-space: nowrap;
5495 - text-overflow: ellipsis;
5496 - overflow: hidden;
5497 -}
5498 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5499 - display: flex;
5500 - position: relative;
5501 - justify-content: space-between;
5502 - align-items: center;
5503 - font-size: 11px;
5504 - min-height: 38px;
5505 -}
5506 -#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 {
5507 - display: none;
5508 - width: 90%;
5509 - gap: 8px;
5510 - height: 38px;
5511 - padding: 4px 0;
5512 -}
5513 -#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 {
5514 - display: flex;
5515 -}
5516 -#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 {
5517 - display: flex;
5518 - align-items: center;
5519 -}
5520 -#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 {
5521 - display: flex;
5522 - flex-direction: column;
5523 - justify-content: center;
5524 - width: 65%;
5525 - align-items: start;
5526 - white-space: nowrap;
5527 - text-overflow: ellipsis;
5528 - overflow: hidden;
5529 -}
5530 -#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 {
5531 - flex-direction: row;
5532 - align-items: center;
5533 - justify-content: start;
5534 - height: 56px;
5535 - padding: 13px 10px;
5536 -}
5537 -#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 {
5538 - font-size: 25px;
5539 - margin-inline-end: 8px;
5540 -}
5541 -#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 {
5542 - margin-inline-start: auto;
5543 -}
5544 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5545 - display: none;
5546 -}
5547 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5548 - visibility: hidden;
5549 -}
5550 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5551 - visibility: visible;
5552 -}
5553 -#elementor-template-library-templates .bulk-selection-action-bar {
5554 - display: none;
5555 - background: var(--e-a-bg-active);
5556 - padding: 10px 25px;
5557 - border-radius: 5px;
5558 - color: var(--e-a-bg-invert);
5559 - gap: 20px;
5560 - align-items: center;
5561 - flex: 1;
5562 -}
5563 -#elementor-template-library-templates .bulk-selection-action-bar button {
5564 - background: transparent;
5565 - margin: 0;
5566 - font-size: inherit;
5567 - font-family: inherit;
5568 - color: inherit;
5569 - border: none;
5570 - cursor: pointer;
5571 - display: flex;
5572 - align-items: center;
5573 - justify-content: center;
5574 -}
5575 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5576 - pointer-events: none;
5577 - opacity: 0.3;
5578 - cursor: not-allowed;
5579 -}
5580 -#elementor-template-library-templates .bulk-selection-action-bar i {
5581 - cursor: pointer;
5582 - font-size: 18px;
5583 -}
5584 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5585 - font-size: 20px;
5586 -}
5587 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5588 - display: flex;
5589 - flex: 1;
5590 - white-space: nowrap;
5591 - text-overflow: ellipsis;
5592 - overflow: hidden;
5593 -}
5594 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5595 - display: flex;
5596 - flex-direction: row;
5597 - align-items: center;
5598 - gap: 15px;
5599 - white-space: nowrap;
5600 - text-overflow: ellipsis;
5601 - overflow: hidden;
5602 -}
5603 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5604 - white-space: nowrap;
5605 - text-overflow: ellipsis;
5606 - overflow: hidden;
5607 -}
5608 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5609 - padding-inline-start: 8px;
5610 - background-color: var(--e-a-bg-hover);
5611 - color: var(--e-a-color-txt);
5612 -}
5613 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5614 - visibility: visible;
5615 -}
5616 -#elementor-template-library-templates .bulk-selected-item {
5617 - background: var(--e-a-bg-active);
5618 -}
5619 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5620 - position: relative;
5621 - inset-block-start: 3px;
5622 -}
5623 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5624 - inset-block-start: 0px;
5625 -}
5626 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5627 -#elementor-template-library-templates #bulk-select-all:checked {
5628 - background: #69727D;
5629 -}
5630 -#elementor-template-library-templates .checkbox-minus:before {
5631 - display: block;
5632 - content: "";
5633 - width: 10px;
5634 - height: 2px;
5635 - background-color: white;
5636 - transform: none;
5637 -}
5638 4179
5639 4180 #elementor-template-library-toolbar {
5640 4181 display: flex;
5641 4182 justify-content: space-between;
@@ -5646,80 +4187,8 @@
5646 4187 display: flex;
5647 4188 align-items: center;
5648 4189 }
5649 4190
5650 -.elementor-template-library-filter-select-source {
5651 - width: 350px;
5652 - display: flex;
5653 - gap: 10px;
5654 -}
5655 -.elementor-template-library-filter-select-source .source-option {
5656 - flex: 1;
5657 - border: 0.5px solid #BABFC5;
5658 - padding: 5px;
5659 - border-radius: 3px;
5660 - cursor: pointer;
5661 - font-size: 12px;
5662 -}
5663 -.elementor-template-library-filter-select-source .source-option i {
5664 - margin-inline-end: 5px;
5665 -}
5666 -.elementor-template-library-filter-select-source .source-option .new-badge {
5667 - border: 1px solid var(--e-a-color-primary-bold-dark);
5668 - padding: 2px 4px;
5669 - color: var(--e-a-color-primary-bold-dark);
5670 - border-radius: 10px;
5671 - font-size: 10px;
5672 - margin-inline-start: 5px;
5673 -}
5674 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5675 - background-color: var(--e-a-bg-hover);
5676 -}
5677 -
5678 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5679 - display: flex;
5680 - align-items: center;
5681 - justify-content: space-between;
5682 -}
5683 -
5684 -#elementor-template-library-toolbar .source-option-badge,
5685 -.elementor-template-library-connect-states-badge .source-option-badge {
5686 - display: flex;
5687 - align-items: center;
5688 - gap: 6px;
5689 - padding: 6px 12px;
5690 - border: none;
5691 - border-radius: 20px;
5692 - font-size: 14px;
5693 - font-weight: 500;
5694 - white-space: nowrap;
5695 - margin-inline-start: auto;
5696 - margin-inline-end: 15px;
5697 -}
5698 -#elementor-template-library-toolbar .source-option-badge i,
5699 -.elementor-template-library-connect-states-badge .source-option-badge i {
5700 - margin: 0;
5701 - font-size: 14px;
5702 -}
5703 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5704 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5705 - background-color: var(--e-a-bg-info);
5706 - color: var(--e-a-color-info);
5707 -}
5708 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5709 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5710 - color: var(--e-a-color-info);
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5714 - background-color: var(--e-a-bg-warning);
5715 - color: var(--e-a-btn-bg-warning-hover);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5719 - color: var(--e-a-btn-bg-warning-hover);
5720 -}
5721 -
5722 4191 #elementor-template-library-filter-toolbar-remote {
5723 4192 font-size: 11px;
5724 4193 }
5725 4194
@@ -5724,20 +4193,17 @@
5724 4193 }
5725 4194
5726 4195 #elementor-template-library-order {
5727 4196 display: flex;
5728 - border-inline-end: var(--e-a-border);
4197 + border-right: var(--e-a-border);
5729 4198 }
5730 4199
5731 4200 .elementor-template-library-order-label {
5732 4201 text-transform: uppercase;
5733 - padding-inline-end: 22px;
4202 + padding-right: 22px;
5734 4203 -webkit-user-select: none;
5735 4204 -moz-user-select: none;
5736 4205 user-select: none;
5737 - line-height: 1;
5738 - font-size: 10px;
5739 - font-weight: 500;
5740 4206 }
5741 4207
5742 4208 label.elementor-template-library-order-label {
5743 4209 cursor: pointer;
@@ -5746,9 +4212,9 @@
5746 4212 color: var(--e-a-color-txt-hover);
5747 4213 }
5748 4214
5749 4215 #elementor-template-library-filter .select2 {
5750 - text-align: start;
4216 + text-align: left;
5751 4217 width: calc(27px * 5) !important;
5752 4218 }
5753 4219 #elementor-template-library-filter .select2-selection__rendered {
5754 4220 text-transform: capitalize;
@@ -5755,16 +4221,16 @@
5755 4221 }
5756 4222
5757 4223 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5758 4224 text-transform: capitalize;
5759 - text-align: start;
5760 - padding-inline-start: 5px;
4225 + text-align: left;
4226 + padding-left: 5px;
5761 4227 }
5762 4228
5763 4229 #elementor-template-library-my-favorites {
5764 4230 flex-grow: 1;
5765 - text-align: start;
5766 - padding-inline-start: 20px;
4231 + text-align: left;
4232 + padding-left: 20px;
5767 4233 }
5768 4234
5769 4235 #elementor-template-library-filter-my-favorites {
5770 4236 display: none;
@@ -5787,18 +4253,14 @@
5787 4253 #elementor-template-library-filter-my-favorites-label:hover i:after {
5788 4254 color: var(--e-a-color-primary-bold);
5789 4255 }
5790 4256 #elementor-template-library-filter-my-favorites-label i {
5791 - padding-inline-end: 5px;
4257 + padding-right: 5px;
5792 4258 }
5793 4259 #elementor-template-library-filter-my-favorites-label i:after {
5794 4260 content: "\e923";
5795 4261 }
5796 4262
5797 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5798 - margin-block-end: 10px;
5799 -}
5800 -
5801 4263 #elementor-template-library-filter-text-wrapper {
5802 4264 width: 200px;
5803 4265 position: relative;
5804 4266 }
@@ -5803,19 +4265,16 @@
5803 4265 position: relative;
5804 4266 }
5805 4267 #elementor-template-library-filter-text-wrapper i {
5806 4268 position: absolute;
5807 - inset-block-start: 50%;
5808 - inset-inline-end: 0;
4269 + top: 50%;
4270 + right: 0;
5809 4271 transform: translateY(-50%);
5810 4272 }
5811 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5812 - inset-block-start: 25%;
5813 -}
5814 4273
5815 4274 #elementor-template-library-filter-text {
5816 4275 border: none;
5817 - border-block-end: var(--e-a-border-bold);
4276 + border-bottom: var(--e-a-border-bold);
5818 4277 border-radius: 0;
5819 4278 font-size: 11px;
5820 4279 padding: 8px 15px 8px 0;
5821 4280 transition: border 0.5s;
@@ -5832,37 +4291,24 @@
5832 4291 text-transform: uppercase;
5833 4292 }
5834 4293
5835 4294 .elementor-template-library-template-remote {
5836 - margin: calc(30px / 2);
4295 + margin: calc( 30px / 2 );
5837 4296 padding: 8px;
5838 4297 border: var(--e-a-border);
5839 4298 border-radius: 3px;
5840 4299 }
5841 -.elementor-template-library-template-remote:focus-visible {
5842 - outline: 2px solid var(--e-a-border-color-focus);
5843 - outline-offset: 2px;
5844 -}
5845 -.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 {
5846 4301 background-color: var(--e-a-bg-hover);
5847 4302 }
5848 -.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 {
5849 - opacity: 1;
5850 -}
5851 -.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 {
5852 4304 display: none;
5853 4305 }
5854 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5855 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5856 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5857 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5858 - display: initial;
5859 -}
5860 -.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 {
5861 4307 opacity: 0;
5862 4308 }
5863 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5864 -.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 {
5865 4311 display: none;
5866 4312 }
5867 4313 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5868 4314 content: var(--elementor-template-library-subscription-plan-label);
@@ -5870,10 +4316,10 @@
5870 4316 color: var(--e-a-color-white);
5871 4317 position: absolute;
5872 4318 text-transform: uppercase;
5873 4319 line-height: 1;
5874 - inset-block-start: 5px;
5875 - inset-inline-end: 5px;
4320 + top: 5px;
4321 + right: 5px;
5876 4322 padding: 3px 5px;
5877 4323 font-size: 8px;
5878 4324 border-radius: 2px;
5879 4325 }
@@ -5888,10 +4334,10 @@
5888 4334 }
5889 4335 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5890 4336 position: absolute;
5891 4337 width: 100%;
5892 - inset-block-end: 0;
5893 - inset-inline-start: 0;
4338 + bottom: 0;
4339 + left: 0;
5894 4340 padding: 10px;
5895 4341 background-color: var(--e-a-bg-default);
5896 4342 transition: transform 0.5s;
5897 4343 }
@@ -5897,9 +4343,9 @@
5897 4343 }
5898 4344 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5899 4345 display: none;
5900 4346 }
5901 -.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 {
5902 4348 transform: translateY(100%);
5903 4349 }
5904 4350 .elementor-template-library-template-remote .elementor-template-library-template-body {
5905 4351 position: relative;
@@ -5916,9 +4362,12 @@
5916 4362 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5917 4363 }
5918 4364 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5919 4365 position: absolute;
5920 - inset: 0;
4366 + top: 0;
4367 + left: 0;
4368 + width: 100%;
4369 + height: 100%;
5921 4370 background-color: rgba(0, 0, 0, 0.5);
5922 4371 transition: opacity 0.5s;
5923 4372 cursor: pointer;
5924 4373 }
@@ -5924,11 +4373,11 @@
5924 4373 }
5925 4374 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5926 4375 font-size: 20px;
5927 4376 position: absolute;
5928 - inset-block-start: 50%;
5929 - inset-inline-start: 50%;
5930 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4377 + top: 50%;
4378 + left: 50%;
4379 + transform: translate(-50%, -50%);
5931 4380 }
5932 4381 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5933 4382 display: flex;
5934 4383 justify-content: space-between;
@@ -5937,33 +4386,18 @@
5937 4386 height: 40px;
5938 4387 align-items: center;
5939 4388 }
5940 4389 .elementor-template-library-template-remote .elementor-template-library-template-name {
5941 - text-align: start;
4390 + text-align: left;
5942 4391 flex-grow: 1;
5943 4392 white-space: nowrap;
5944 4393 text-overflow: ellipsis;
5945 4394 overflow: hidden;
5946 - padding-inline-end: 5px;
4395 + padding-right: 5px;
5947 4396 }
5948 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5949 - margin-inline-start: auto;
5950 -}
5951 4397 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5952 - position: absolute;
5953 - width: 1px;
5954 - height: 1px;
5955 - padding: 0;
5956 - margin: -1px;
5957 - overflow: hidden;
5958 - clip: rect(0, 0, 0, 0);
5959 - white-space: nowrap;
5960 - border: 0;
4398 + display: none;
5961 4399 }
5962 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5963 - outline: 2px solid var(--e-a-border-color-focus);
5964 - outline-offset: 2px;
5965 -}
5966 4400 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5967 4401 content: "\e93f";
5968 4402 color: var(--e-a-color-primary-bold);
5969 4403 }
@@ -5998,231 +4432,106 @@
5998 4432 height: 200px;
5999 4433 }
6000 4434
6001 4435 #elementor-template-library-order-toolbar-local,
6002 -.elementor-template-library-template-local,
6003 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4436 +.elementor-template-library-template-local {
6004 4437 display: flex;
6005 4438 align-items: center;
6006 4439 padding: 0 25px;
6007 - text-align: start;
4440 + text-align: left;
6008 4441 }
6009 -@media (max-width: 1439px) {
6010 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6011 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6012 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6013 - width: 33%;
6014 - }
6015 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6016 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6017 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6018 - width: 10%;
6019 - }
6020 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6021 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6022 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6023 - width: 15%;
6024 - }
6025 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6026 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6027 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6028 - width: 15%;
6029 - }
6030 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6031 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6032 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6033 - width: 27%;
6034 - }
6035 -}
6036 -@media (min-width: 1440px) {
6037 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6038 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6039 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6040 - width: 25%;
6041 - }
6042 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6043 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6044 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6045 - width: 17%;
6046 - }
6047 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6048 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6049 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6050 - width: 17%;
6051 - }
6052 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6053 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6054 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6055 - width: 17%;
6056 - }
6057 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6058 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6059 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6060 - width: 24%;
6061 - }
6062 -}
6063 -@media (max-width: 1024px) {
6064 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6065 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6066 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6067 - display: none;
6068 - }
6069 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6070 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6071 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6072 - width: 41%;
6073 - }
6074 -}
6075 4442
6076 -.elementor-template-library-template-local .elementor-template-library-template-more,
6077 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6078 - display: none;
6079 - position: absolute;
6080 - background-color: var(--e-a-bg-default);
6081 - border-radius: var(--e-a-border-radius);
6082 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6083 - inset-block-start: 100%;
6084 - inset-inline-end: 0;
6085 - z-index: 1;
6086 - list-style: none;
6087 - margin: 0;
6088 - padding: 0;
4443 +#elementor-template-library-order-toolbar-local {
4444 + margin-top: 30px;
6089 4445 }
6090 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6091 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6092 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6093 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6094 - background: transparent;
6095 - margin: 0;
6096 - font-size: inherit;
6097 - font-family: inherit;
6098 - color: inherit;
6099 - border: none;
6100 - padding: 10px 20px;
6101 - font-size: 11px;
6102 - cursor: pointer;
6103 - display: flex;
6104 - align-items: center;
6105 - gap: 8px;
6106 - 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;
6107 4450 }
6108 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6109 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6110 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6111 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6112 - cursor: not-allowed;
6113 - color: var(--e-a-color-txt-disabled);
6114 -}
6115 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6116 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6117 - color: var(--e-a-color-txt);
6118 - text-decoration: none;
6119 -}
6120 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6121 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6122 - color: var(--e-a-color-danger);
6123 -}
6124 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6125 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6126 - font-size: 16px;
6127 -}
6128 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6129 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6130 - margin-inline-start: auto;
6131 - cursor: pointer;
6132 - background: none;
6133 - border: none;
6134 - padding: 0;
6135 - display: flex;
6136 - align-items: center;
6137 - justify-content: center;
6138 -}
6139 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6140 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6141 - font-size: 20px;
6142 -}
6143 4451
6144 -.elementor-template-library-template-local,
6145 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4452 +.elementor-template-library-template-local {
6146 4453 height: 50px;
6147 4454 width: 100%;
6148 - margin-block-start: 1px;
4455 + margin-top: 1px;
6149 4456 transition: background-color 0.3s linear;
6150 4457 }
6151 -.elementor-template-library-template-local:hover,
6152 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4458 +.elementor-template-library-template-local:hover {
6153 4459 background-color: var(--e-a-bg-hover);
6154 4460 }
6155 -.elementor-template-library-template-local:first-child,
6156 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6157 - border-start-start-radius: 3px;
6158 - border-start-end-radius: 3px;
6159 - border-end-start-radius: 0;
6160 - border-end-end-radius: 0;
4461 +.elementor-template-library-template-local:first-child {
4462 + border-radius: 3px 3px 0 0;
6161 4463 }
6162 -.elementor-template-library-template-local:last-child,
6163 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6164 - border-start-start-radius: 0;
6165 - border-start-end-radius: 0;
6166 - border-end-start-radius: 3px;
6167 - border-end-end-radius: 3px;
4464 +.elementor-template-library-template-local:last-child {
4465 + border-radius: 0 0 3px 3px;
6168 4466 }
6169 -.elementor-template-library-template-local .elementor-template-library-template-name,
6170 -.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 {
6171 4468 font-weight: 500;
6172 4469 }
6173 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6174 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6175 - font-size: 16px;
6176 -}
6177 4470 .elementor-template-library-template-local .elementor-template-library-template-name,
6178 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6179 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6180 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6181 - padding-inline-end: 20px;
4471 +.elementor-template-library-template-local .elementor-template-library-template-meta {
4472 + padding-right: 20px;
6182 4473 }
6183 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6184 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6185 - padding-inline-end: 10px;
6186 -}
6187 4474 .elementor-template-library-template-local .elementor-template-library-template-name,
6188 4475 .elementor-template-library-template-local .elementor-template-library-template-meta,
6189 4476 .elementor-template-library-template-local .elementor-template-library-template-preview,
6190 -.elementor-template-library-template-local .elementor-template-library-template-action,
6191 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6192 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6193 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6194 -.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 {
6195 4478 white-space: nowrap;
6196 4479 text-overflow: ellipsis;
6197 4480 overflow: hidden;
6198 4481 }
6199 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6200 -.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 {
6201 4483 position: relative;
6202 4484 display: flex;
6203 4485 align-items: center;
6204 4486 }
6205 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6206 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6207 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6208 -.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 {
6209 4488 cursor: pointer;
6210 4489 transition: color 0.5s;
6211 4490 }
6212 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6213 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6214 - color: #F5D0FE;
4491 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4492 + margin-right: 3px;
6215 4493 }
6216 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6217 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6218 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6219 - cursor: not-allowed;
4494 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4495 + margin-left: 6px;
6220 4496 }
6221 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6222 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6223 - 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);
6224 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 +}
6225 4534
6226 4535 #elementor-template-library-preview {
6227 4536 height: 100%;
6228 4537 overflow: hidden;
@@ -6228,9 +4537,9 @@
6228 4537 overflow: hidden;
6229 4538 }
6230 4539 #elementor-template-library-preview iframe {
6231 4540 height: 150%;
6232 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4541 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6233 4542 }
6234 4543 @media (max-width: 1439px) {
6235 4544 #elementor-template-library-preview iframe {
6236 4545 width: 1440px;
@@ -6243,17 +4552,11 @@
6243 4552 }
6244 4553
6245 4554 .elementor-template-library-blank-icon {
6246 4555 font-size: 64px;
6247 - margin-block-start: 45px;
4556 + margin-top: 45px;
6248 4557 line-height: 1;
6249 4558 }
6250 -.elementor-template-library-blank-icon i {
6251 - font-size: 85px;
6252 -}
6253 -.elementor-template-library-blank-icon i.eicon-library-upload {
6254 - font-size: 65px;
6255 -}
6256 4559 .elementor-template-library-blank-icon img {
6257 4560 width: 70px;
6258 4561 }
6259 4562 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6261,9 +4564,9 @@
6261 4564 }
6262 4565
6263 4566 .elementor-template-library-blank-title {
6264 4567 font-size: 30px;
6265 - margin-block-start: 20px;
4568 + margin-top: 20px;
6266 4569 }
6267 4570 @media (max-width: 1439px) {
6268 4571 .elementor-template-library-blank-title {
6269 4572 font-size: 25px;
@@ -6271,20 +4574,20 @@
6271 4574 }
6272 4575
6273 4576 .elementor-template-library-blank-message {
6274 4577 font-size: 18px;
6275 - margin-block-start: 15px;
4578 + margin-top: 15px;
6276 4579 font-weight: 300;
6277 4580 }
6278 4581 @media (max-width: 1439px) {
6279 4582 .elementor-template-library-blank-message {
6280 4583 font-size: 16px;
6281 - margin-block-start: 10px;
4584 + margin-top: 10px;
6282 4585 }
6283 4586 }
6284 4587
6285 4588 #elementor-template-library-save-template-form {
6286 - margin-block-start: 40px;
4589 + margin-top: 40px;
6287 4590 display: flex;
6288 4591 align-items: center;
6289 4592 justify-content: center;
6290 4593 }
@@ -6291,515 +4594,18 @@
6291 4594 #elementor-template-library-save-template-form > * {
6292 4595 height: 55px;
6293 4596 font-size: 16px;
6294 4597 }
6295 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6296 - height: 55px;
6297 - font-size: 16px;
6298 - margin-block-end: 15px;
6299 -}
6300 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6301 - display: block;
6302 - width: 500px;
6303 - margin: 0 auto;
6304 -}
6305 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6306 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6307 - display: none;
6308 -}
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6310 - margin-inline: 5px;
6311 -}
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6313 - display: none;
6314 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6315 - padding: 3px 5px;
6316 - border-radius: 100px;
6317 - margin-inline: 5px;
6318 -}
6319 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6320 - color: var(--e-a-btn-bg-accent);
6321 -}
6322 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6323 - margin-inline-end: 5px;
6324 -}
6325 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6326 - display: inline;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6329 - display: inline;
6330 - background: var(--e-a-bg-hover);
6331 - padding: 0 2px 1px;
6332 - border: none;
6333 - border-radius: 2px;
6334 - vertical-align: bottom;
6335 - cursor: pointer;
6336 - font-family: inherit;
6337 - font-size: inherit;
6338 - color: inherit;
6339 - line-height: inherit;
6340 -}
6341 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6342 - background: var(--e-a-bg-active);
6343 -}
6344 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6345 - outline: 2px solid var(--e-a-border-color-focus);
6346 - outline-offset: 2px;
6347 -}
6348 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6349 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6350 -#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,
6351 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6352 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6353 - display: inline;
6354 -}
6355 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6357 -#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,
6358 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6360 - pointer-events: none;
6361 -}
6362 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6363 -#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,
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6365 - display: none;
6366 -}
6367 -#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 {
6368 - color: var(--e-a-color-txt-muted);
6369 - margin-inline: 5px;
6370 -}
6371 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6372 - display: none;
6373 - float: inline-start;
6374 -}
6375 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6376 - font-size: 13px;
6377 - color: var(--e-a-btn-bg-accent);
6378 - text-align: start;
6379 -}
6380 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6381 - color: var(--e-a-btn-bg-accent);
6382 - text-decoration: underline;
6383 -}
6384 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6385 - float: inline-end;
6386 -}
6387 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6388 - cursor: not-allowed;
6389 -}
6390 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6391 - display: flex;
6392 - flex-direction: column;
6393 - text-align: start;
6394 - border: var(--e-a-border-bold);
6395 - padding: 15px;
6396 - height: auto;
6397 - gap: 10px;
6398 - position: relative;
6399 -}
6400 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6401 - background: #69727D;
6402 - inset-block-start: -3px;
6403 - position: relative;
6404 -}
6405 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6406 - position: relative;
6407 - display: inline-block;
6408 -}
6409 -#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 {
6410 - white-space: nowrap;
6411 - text-overflow: ellipsis;
6412 - overflow: hidden;
6413 - overflow: visible;
6414 - display: inline-flex;
6415 - align-items: baseline;
6416 - line-height: 27px;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6420 - flex-shrink: 0;
6421 - position: relative;
6422 - inset-block-start: 2px;
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6425 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6426 - inset-block-start: -2px;
6427 -}
6428 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6429 - vertical-align: bottom;
6430 -}
6431 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6432 - margin-inline: 5px;
6433 - color: var(--e-a-color-txt-muted);
6434 - cursor: pointer;
6435 -}
6436 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6437 - display: none;
6438 - margin-inline-end: 5px;
6439 - align-items: baseline;
6440 - white-space: nowrap;
6441 - text-overflow: ellipsis;
6442 - overflow: hidden;
6443 -}
6444 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6445 - display: inline-flex !important;
6446 -}
6447 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6448 - text-decoration: underline;
6449 - cursor: pointer;
6450 - white-space: nowrap;
6451 - text-overflow: ellipsis;
6452 - overflow: hidden;
6453 -}
6454 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6455 - cursor: pointer;
6456 - flex-shrink: 0;
6457 -}
6458 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6459 - color: var(--e-a-color-primary-bold);
6460 - font-size: 14px;
6461 -}
6462 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6463 - text-decoration: underline;
6464 -}
6465 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6466 - display: none;
6467 - position: absolute;
6468 - inset-block-start: 40px;
6469 - background-color: var(--e-a-bg-default);
6470 - min-width: 187px;
6471 - overflow: auto;
6472 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6473 - z-index: 1;
6474 - border-radius: 2px;
6475 - max-width: 450px;
6476 -}
6477 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6478 - white-space: nowrap;
6479 - text-overflow: ellipsis;
6480 - overflow: hidden;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6483 - margin: 15px;
6484 -}
6485 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6486 - margin-inline-end: 10px;
6487 -}
6488 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6489 - max-height: 170px;
6490 -}
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6492 - padding: 5px 15px;
6493 - cursor: pointer;
6494 - list-style: none;
6495 -}
6496 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6497 - display: none;
6498 -}
6499 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6500 - margin: 0px;
6501 -}
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6503 - text-decoration: underline;
6504 -}
6505 -#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 {
6506 - background: var(--e-a-border-color);
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6509 - outline: 2px solid var(--e-a-border-color-focus);
6510 - outline-offset: -2px;
6511 -}
6512 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6513 - pointer-events: none;
6514 - opacity: 0.3;
6515 -}
6516 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6517 - text-align: center;
6518 - font-size: 13px;
6519 - margin: 0 20px;
6520 - padding-block: 15px;
6521 - pointer-events: none;
6522 -}
6523 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6524 - font-size: 24px;
6525 - padding-block-end: 10px;
6526 -}
6527 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6528 - border-block-start: none;
6529 - border-inline: none;
6530 -}
6531 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6532 - pointer-events: none;
6533 - opacity: 0.3;
6534 -}
6535 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6536 - display: flex;
6537 - flex-direction: column;
6538 - width: 600px;
6539 - text-align: start;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6542 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6543 - font-size: 12px;
6544 - font-weight: 400;
6545 - color: var(--e-a-color-txt);
6546 -}
6547 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6548 - width: 100%;
6549 - padding: 12px 15px;
6550 - border: var(--e-a-border-bold);
6551 - border-radius: 3px;
6552 - margin-block-end: 0;
6553 -}
6554 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6555 - border: none;
6556 - padding: 0;
6557 - gap: 12px;
6558 - margin-block-start: 20px;
6559 -}
6560 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6561 - display: flex;
6562 - align-items: center;
6563 - padding: 12px 15px;
6564 - border: var(--e-a-border-bold);
6565 - border-radius: 3px;
6566 - width: 100%;
6567 - line-height: normal;
6568 - gap: 8px;
6569 -}
6570 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6571 - border-color: var(--e-a-color-txt);
6572 -}
6573 -#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 {
6574 - display: flex;
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6577 - margin-inline-end: 0;
6578 - flex-shrink: 0;
6579 - position: relative;
6580 -}
6581 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6582 - inset-block-start: 0;
6583 -}
6584 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6585 - content: "";
6586 - position: absolute;
6587 - inset-inline-end: -8px;
6588 - width: 1px;
6589 - height: 18px;
6590 - background-color: var(--e-a-border-color);
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6593 - margin-inline-start: 12px;
6594 - margin-inline-end: 4px;
6595 - font-size: 24px;
6596 - color: var(--e-a-color-txt);
6597 -}
6598 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6599 - margin-inline-start: 8px;
6600 - margin-inline-end: 0;
6601 - font-size: 24px;
6602 - color: var(--e-a-color-txt);
6603 -}
6604 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6605 - flex: 0 0 auto;
6606 - margin: 0;
6607 - cursor: pointer;
6608 -}
6609 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6610 - margin-inline: 0;
6611 -}
6612 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6613 - display: inline;
6614 - background: transparent;
6615 - padding: 0;
6616 - border-radius: 0;
6617 - vertical-align: baseline;
6618 - text-decoration: underline;
6619 - cursor: pointer;
6620 - margin-inline-start: 0;
6621 -}
6622 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6623 - background: transparent;
6624 -}
6625 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6626 - color: var(--e-a-color-primary-bold);
6627 - text-decoration: underline;
6628 - cursor: pointer;
6629 - margin-inline-start: 4px;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6632 - text-decoration: none;
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6635 - display: none;
6636 - border: none;
6637 - padding: 0;
6638 - border-radius: 0;
6639 - margin-inline-start: 0;
6640 - background: transparent;
6641 - transition: background-color 0.2s;
6642 - padding: 3px 8px;
6643 -}
6644 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6645 - background-color: var(--e-a-btn-bg-primary-hover);
6646 - border-radius: 3px;
6647 -}
6648 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6649 - color: var(--e-a-btn-bg-accent);
6650 - text-decoration: none;
6651 - display: flex;
6652 - align-items: center;
6653 - gap: 4px;
6654 - font-size: 14px;
6655 - font-weight: 500;
6656 -}
6657 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6658 - margin: 0;
6659 - font-size: 14px;
6660 -}
6661 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6662 - display: none;
6663 -}
6664 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6665 - color: var(--e-a-color-txt-muted);
6666 - margin-inline: 5px;
6667 -}
6668 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6669 - color: var(--e-a-color-info);
6670 - text-decoration: underline;
6671 -}
6672 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6673 - text-decoration: none;
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6676 - display: flex;
6677 - align-items: center;
6678 - gap: 6px;
6679 - padding: 6px 12px;
6680 - border: none;
6681 - border-radius: 20px;
6682 - font-size: 14px;
6683 - font-weight: 500;
6684 - cursor: pointer;
6685 - transition: opacity 0.2s;
6686 - margin-inline-start: auto;
6687 -}
6688 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6689 - opacity: 0.8;
6690 -}
6691 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6692 - margin: 0;
6693 - font-size: 14px;
6694 -}
6695 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6696 - background-color: var(--e-a-bg-info);
6697 - color: var(--e-a-color-info);
6698 -}
6699 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6700 - color: var(--e-a-color-info);
6701 -}
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6703 - background-color: var(--e-a-bg-warning);
6704 - color: var(--e-a-btn-bg-warning-hover);
6705 -}
6706 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6707 - color: var(--e-a-btn-bg-warning-hover);
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6710 - display: none;
6711 - margin-inline-start: 8px;
6712 - align-items: center;
6713 - gap: 6px;
6714 -}
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6716 - display: inline-flex !important;
6717 -}
6718 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6719 - text-decoration: underline;
6720 - cursor: pointer;
6721 -}
6722 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6723 - cursor: pointer;
6724 - font-size: 14px;
6725 -}
6726 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6727 - inset-block-start: 75px;
6728 - inset-inline-start: 230px;
6729 -}
6730 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6731 - display: none;
6732 -}
6733 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6734 - display: inline;
6735 -}
6736 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6737 - display: none;
6738 -}
6739 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6740 - border-color: var(--e-a-border-color);
6741 -}
6742 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6743 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6744 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6745 - color: var(--e-a-color-txt-disabled);
6746 -}
6747 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6748 - background-color: var(--e-a-color-txt-disabled);
6749 -}
6750 -#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 {
6751 - border-color: var(--e-a-border-color);
6752 -}
6753 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6754 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6755 -#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,
6756 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6757 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6758 - color: var(--e-a-color-txt-disabled);
6759 -}
6760 -#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 {
6761 - background-color: var(--e-a-color-txt-disabled);
6762 -}
6763 -#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 {
6764 - display: inline-flex;
6765 -}
6766 -#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 {
6767 - display: none;
6768 -}
6769 -#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 {
6770 - display: block;
6771 -}
6772 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6773 -#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],
6774 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6775 - pointer-events: none;
6776 -}
6777 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6778 - display: block;
6779 - margin-block-start: 15px;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6782 - align-self: center;
6783 - margin-block-start: 20px;
6784 - float: none;
6785 -}
6786 4598
6787 4599 #elementor-template-library-save-template-name {
6788 4600 width: 500px;
6789 - padding-inline-start: 25px;
6790 - border-start-start-radius: 3px;
6791 - border-start-end-radius: 0;
6792 - border-end-start-radius: 3px;
6793 - border-end-end-radius: 0;
4601 + padding-left: 25px;
4602 + border-radius: 3px 0 0 3px;
6794 4603 }
6795 4604
6796 4605 #elementor-template-library-save-template-submit {
6797 4606 width: 150px;
6798 - border-start-start-radius: 0;
6799 - border-start-end-radius: 3px;
6800 - border-end-start-radius: 0;
6801 - border-end-end-radius: 3px;
4607 + border-radius: 0 3px 3px 0;
6802 4608 }
6803 4609
6804 4610 #elementor-template-library-import-form {
6805 4611 width: 95%;
@@ -6808,13 +4614,13 @@
6808 4614 margin: 35px auto;
6809 4615 transition: var(--e-a-transition-hover);
6810 4616 }
6811 4617 #elementor-template-library-import-form-or {
6812 - margin-block-start: 15px;
4618 + margin-top: 15px;
6813 4619 font-size: 18px;
6814 4620 }
6815 4621 #elementor-template-library-import-form-label {
6816 - margin-block-start: 20px;
4622 + margin-top: 20px;
6817 4623 padding: 15px 35px;
6818 4624 display: inline-block;
6819 4625 }
6820 4626 #elementor-template-library-import-form-input {
@@ -6823,12 +4629,12 @@
6823 4629 #elementor-template-library-import-form.elementor-drag-over {
6824 4630 border-color: var(--e-a-color-primary);
6825 4631 }
6826 4632 #elementor-template-library-import .elementor-template-library-blank-icon {
6827 - margin-block-start: 0;
4633 + margin-top: 0;
6828 4634 }
6829 4635 #elementor-template-library-import .elementor-template-library-blank-message {
6830 - margin-block-start: 20px;
4636 + margin-top: 20px;
6831 4637 }
6832 4638
6833 4639 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6834 4640 max-height: 95vh;
@@ -6835,12 +4641,8 @@
6835 4641 padding: 100px 0 0;
6836 4642 min-height: 550px;
6837 4643 }
6838 4644
6839 -.elementor-template-library-cloud-empty__button {
6840 - margin-block-start: 45px;
6841 -}
6842 -
6843 4645 #elementor-template-library-connect-logo {
6844 4646 font-size: 20px;
6845 4647 }
6846 4648 #elementor-template-library-connect__button {
@@ -6846,9 +4648,9 @@
6846 4648 #elementor-template-library-connect__button {
6847 4649 display: inline-block;
6848 4650 position: relative;
6849 4651 z-index: 1;
6850 - margin-block-start: 25px;
4652 + margin-top: 25px;
6851 4653 padding: 12px 24px;
6852 4654 font-size: 14px;
6853 4655 }
6854 4656 #elementor-template-library-connect__background-image-left-1 {
@@ -6877,11 +4679,11 @@
6877 4679 }
6878 4680
6879 4681 .elementor-template-library-blank-footer {
6880 4682 position: absolute;
6881 - inset-block-end: 70px;
6882 - inset-inline-start: 50%;
6883 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4683 + bottom: 70px;
4684 + left: 50%;
4685 + transform: translateX(-50%);
6884 4686 font-style: italic;
6885 4687 color: var(--e-a-color-txt-muted);
6886 4688 }
6887 4689 @media (max-height: 700px) {
@@ -6890,21 +4692,21 @@
6890 4692 }
6891 4693 }
6892 4694
6893 4695 #elementor-template-library-footer-banner {
6894 - padding-block-end: 45px;
4696 + padding-bottom: 45px;
6895 4697 }
6896 4698 #elementor-template-library-footer-banner i {
6897 4699 font-size: 56px;
6898 - margin-block-start: 40px;
4700 + margin-top: 40px;
6899 4701 }
6900 4702 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6901 - margin-block-start: 70px;
4703 + margin-top: 70px;
6902 4704 }
6903 4705
6904 4706 #elementor-template-library-templates-empty {
6905 4707 width: 100%;
6906 - margin-block-start: 40px;
4708 + margin-top: 40px;
6907 4709 }
6908 4710
6909 4711 #elementor-template-library-error-dialog .dialog-message {
6910 4712 text-align: start;
@@ -6910,290 +4712,255 @@
6910 4712 text-align: start;
6911 4713 }
6912 4714
6913 4715 #elementor-template-library-error-info {
6914 - margin-block-start: 10px;
4716 + margin-top: 10px;
6915 4717 }
6916 4718
6917 -#elementor-library--infotip__dialog,
6918 -#elementor-library--connect_infotip__dialog,
6919 -#elementor-library--cloud-upgrade__dialog,
6920 -#elementor-library--site-info__dialog {
6921 - position: absolute;
6922 - z-index: 10000;
6923 - background-color: var(--e-a-bg-default);
6924 - box-shadow: var(--e-a-popover-shadow);
6925 - 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 + }
6926 4735 }
6927 -#elementor-library--infotip__dialog.variant-b,
6928 -#elementor-library--connect_infotip__dialog.variant-b,
6929 -#elementor-library--cloud-upgrade__dialog.variant-b,
6930 -#elementor-library--site-info__dialog.variant-b {
6931 - width: 200px;
6932 - color: var(--e-a-color-txt-invert);
6933 - 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 + }
6934 4752 }
6935 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6936 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6937 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6938 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6939 - 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 + }
6940 4760 }
6941 -#elementor-library--infotip__dialog__title,
6942 -#elementor-library--connect_infotip__dialog__title,
6943 -#elementor-library--cloud-upgrade__dialog__title,
6944 -#elementor-library--site-info__dialog__title {
6945 - 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);
6946 4775 }
6947 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6948 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6949 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6950 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6951 - padding: 10px 0 10px 10px;
6952 - float: inline-end;
6953 -}
6954 -#elementor-library--infotip__dialog .dialog-button,
6955 -#elementor-library--connect_infotip__dialog .dialog-button,
6956 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6957 -#elementor-library--site-info__dialog .dialog-button {
6958 - padding: 7px 25px;
6959 - font-size: 13px;
6960 - background: none;
6961 - 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 {
6962 4779 border: none;
6963 - font-weight: 500;
6964 - cursor: pointer;
4780 + background-color: var(--e-a-btn-bg-hover);
4781 + color: var(--e-a-btn-color-invert);
6965 4782 }
6966 -#elementor-library--infotip__dialog:after,
6967 -#elementor-library--connect_infotip__dialog:after,
6968 -#elementor-library--cloud-upgrade__dialog:after,
6969 -#elementor-library--site-info__dialog:after {
6970 - content: "";
6971 - position: absolute;
6972 - inset-inline-end: 46%;
6973 - transform: scaleX(0.7);
6974 - 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);
6975 4787 }
6976 -
6977 -#elementor-library--infotip__dialog {
6978 - 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;
6979 4792 }
6980 -#elementor-library--infotip__dialog .dialog-message {
6981 - 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);
6982 4798 }
6983 -#elementor-library--infotip__dialog:after {
6984 - inset-block-start: 100%;
6985 - 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;
6986 4803 }
6987 -#elementor-library--infotip__dialog.variant-b:after {
6988 - 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);
6989 4810 }
6990 -
6991 -#elementor-library--connect_infotip__dialog {
6992 - 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);
6993 4817 }
6994 -#elementor-library--connect_infotip__dialog .dialog-message {
6995 - 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);
6996 4824 }
6997 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6998 - inset-block-end: 100%;
6999 - 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);
7000 4831 }
7001 -#elementor-library--connect_infotip__dialog.variant-b:after {
7002 - border-block-start-color: var(--e-a-bg-secondary);
7003 - 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);
7004 4838 }
7005 -#elementor-library--connect_infotip__dialog.variant-b {
7006 - 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);
7007 4846 }
7008 -
7009 -#elementor-library--cloud-upgrade__dialog {
7010 - 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);
7011 4854 }
7012 -#elementor-library--cloud-upgrade__dialog:after {
7013 - inset-block-start: 100%;
7014 - 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);
7015 4865 }
7016 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7017 - 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);
7018 4875 }
7019 -
7020 -#elementor-library--site-info__dialog {
7021 - 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);
7022 4882 }
7023 -#elementor-library--site-info__dialog:after {
7024 - inset-block-start: 100%;
7025 - 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);
7026 4889 }
7027 -#elementor-library--site-info__dialog.variant-b:after {
7028 - 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);
7029 4896 }
7030 -
7031 -.elementor-global-styles-dialog {
7032 - --gsd-color-text-primary: #0c0d0e;
7033 - --gsd-color-text-secondary: #3f444b;
7034 - --gsd-color-text-tertiary: #69727D;
7035 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7036 - --gsd-color-primary-main: #f0abfc;
7037 - --gsd-color-primary-hover: #e879f9;
7038 - --gsd-color-secondary-main: #515962;
7039 - --gsd-border-radius: 4px;
7040 - --gsd-spacing-horizontal: 24px;
7041 - --gsd-font-family: 'Roboto', sans-serif;
7042 - padding: 16px 0 0;
7043 - 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);
7044 4903 }
7045 -.elementor-global-styles-dialog__header {
7046 - padding: 10px var(--gsd-spacing-horizontal) 0;
7047 - 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);
7048 4910 }
7049 -.elementor-global-styles-dialog__header h2 {
7050 - margin: 0 0 4px;
7051 - font-family: var(--gsd-font-family);
7052 - font-size: 16px;
7053 - font-weight: 500;
7054 - line-height: 1.3;
7055 - color: var(--gsd-color-text-primary);
7056 - 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);
7057 4917 }
7058 -.elementor-global-styles-dialog__header p {
7059 - margin: 0;
7060 - font-family: var(--gsd-font-family);
7061 - font-size: 14px;
7062 - font-weight: 400;
7063 - line-height: 20px;
7064 - color: var(--gsd-color-text-secondary);
7065 - 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);
7066 4924 }
7067 -.elementor-global-styles-dialog__options {
7068 - display: flex;
7069 - flex-direction: column;
7070 - gap: 12px;
7071 - 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;
7072 4929 }
7073 -.elementor-global-styles-dialog__radio-card {
7074 - display: flex;
7075 - gap: 0;
7076 - padding: 12px 8px;
7077 - border: 1px solid var(--gsd-color-divider);
7078 - border-radius: var(--gsd-border-radius);
7079 - cursor: pointer;
7080 - 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;
7081 4936 }
7082 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7083 - border: 2px solid var(--gsd-color-text-primary);
7084 - padding: 11px 7px;
7085 -}
7086 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7087 - flex-shrink: 0;
7088 - width: 20px;
7089 - height: 20px;
7090 - margin: 9px;
7091 - cursor: pointer;
7092 - color: var(--gsd-color-text-tertiary);
7093 - accent-color: var(--gsd-color-text-primary);
7094 -}
7095 -.elementor-global-styles-dialog__radio-card-content {
7096 - display: flex;
7097 - align-items: flex-start;
7098 - flex-direction: column;
7099 - flex: 1;
7100 -}
7101 -.elementor-global-styles-dialog__radio-label {
7102 - font-family: var(--gsd-font-family);
7103 - font-size: 14px;
4937 +.dialog-type-confirm .dialog-header,
4938 +.dialog-type-alert .dialog-header {
4939 + font-size: 15px;
7104 4940 font-weight: 500;
7105 - line-height: 18px;
7106 - color: var(--gsd-color-text-primary);
7107 - letter-spacing: 0.15px;
7108 4941 }
7109 -.elementor-global-styles-dialog__radio-description {
7110 - font-family: var(--gsd-font-family);
7111 - font-size: 12px;
7112 - font-weight: 400;
7113 - line-height: 20px;
7114 - color: var(--gsd-color-text-secondary);
7115 - 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;
7116 4951 }
7117 -.elementor-global-styles-dialog__checkbox-container {
7118 - display: flex;
7119 - align-items: flex-start;
7120 - gap: 4px;
7121 - padding: 0;
7122 - margin-block-start: 0;
4952 +.dialog-type-confirm .dialog-message,
4953 +.dialog-type-alert .dialog-message {
4954 + min-height: 50px;
7123 4955 }
7124 -.elementor-global-styles-dialog__checkbox-option {
4956 +.dialog-type-confirm .dialog-buttons-wrapper,
4957 +.dialog-type-alert .dialog-buttons-wrapper {
4958 + padding-top: 10px;
7125 4959 display: flex;
7126 - align-items: flex-start;
7127 - gap: 4px;
7128 - cursor: pointer;
7129 -}
7130 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7131 - width: 18px;
7132 - height: 18px;
7133 - margin: 4px;
7134 - cursor: pointer;
7135 -}
7136 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7137 - background-color: var(--gsd-color-text-tertiary);
7138 -}
7139 -.elementor-global-styles-dialog__checkbox-label {
7140 - font-family: var(--gsd-font-family);
7141 - font-size: 12px;
7142 - font-weight: 400;
7143 - line-height: 1.43;
7144 - color: var(--gsd-color-text-primary);
7145 - letter-spacing: 0.15px;
7146 - padding-block-start: 4px;
7147 - margin-inline-start: 4px;
7148 -}
7149 -.elementor-global-styles-dialog__checkbox-label a {
7150 - color: #2563eb;
7151 - text-decoration: underline;
7152 -}
7153 -.elementor-global-styles-dialog__checkbox-label a:hover {
7154 - color: #2563eb;
7155 -}
7156 -.elementor-global-styles-dialog__footer {
7157 - display: flex;
7158 4960 justify-content: flex-end;
7159 - align-items: center;
7160 - gap: 8px;
7161 - padding: 16px var(--gsd-spacing-horizontal);
4961 + gap: 15px;
7162 4962 }
7163 -.elementor-global-styles-dialog__button-cancel {
7164 - padding: 6px 8px;
7165 - font-family: var(--gsd-font-family);
7166 - font-size: 15px;
7167 - font-weight: 500;
7168 - line-height: 24px;
7169 - letter-spacing: 0.4px;
7170 - color: var(--gsd-color-secondary-main);
7171 - background: transparent;
7172 - border: none;
7173 - border-radius: var(--gsd-border-radius);
7174 - cursor: pointer;
7175 -}
7176 -.elementor-global-styles-dialog__button-cancel:hover {
7177 - background: rgba(0, 0, 0, 0.04);
7178 -}
7179 -.elementor-global-styles-dialog__button-insert {
7180 - padding: 6px 16px;
7181 - font-family: var(--gsd-font-family);
7182 - font-size: 15px;
7183 - font-weight: 500;
7184 - line-height: 24px;
7185 - letter-spacing: 0.4px;
7186 - color: var(--gsd-color-text-primary);
7187 - background: var(--gsd-color-primary-main);
7188 - border: none;
7189 - border-radius: var(--gsd-border-radius);
7190 - cursor: pointer;
7191 -}
7192 -.elementor-global-styles-dialog__button-insert:hover {
7193 - background: var(--gsd-color-primary-hover);
7194 -}
7195 -
7196 4963 .elementor-tags-list {
7197 4964 display: none;
7198 4965 position: absolute;
7199 4966 width: 260px;
@@ -7198,9 +4965,9 @@
7198 4965 position: absolute;
7199 4966 width: 260px;
7200 4967 max-height: 300px;
7201 4968 overflow: auto;
7202 - padding-block-end: 5px;
4969 + padding-bottom: 5px;
7203 4970 background-color: var(--e-a-bg-default);
7204 4971 box-shadow: var(--e-a-popover-shadow);
7205 4972 border: var(--e-a-border);
7206 4973 border-radius: 3px;
@@ -7213,9 +4980,9 @@
7213 4980 display: flex;
7214 4981 align-items: center;
7215 4982 }
7216 4983 .elementor-tags-list__group-title .eicon-info-circle {
7217 - padding-inline-end: 5px;
4984 + padding-right: 5px;
7218 4985 color: var(--e-a-color-primary-bold);
7219 4986 font-size: 14px;
7220 4987 }
7221 4988 .elementor-tags-list__item {
@@ -7225,17 +4992,17 @@
7225 4992 }
7226 4993 .elementor-tags-list__item:before {
7227 4994 content: ">";
7228 4995 font-size: 8px;
7229 - padding-inline-end: 5px;
4996 + padding-right: 5px;
7230 4997 }
7231 4998 .elementor-tags-list__item:hover {
7232 4999 background-color: var(--e-a-bg-hover);
7233 5000 }
7234 5001 .elementor-tags-list__teaser {
7235 - border-block-start: 2px solid var(--e-a-border-color);
7236 - padding-block-start: 4px;
7237 - margin-block-start: 4px;
5002 + border-top: 2px solid var(--e-a-border-color);
5003 + padding-top: 4px;
5004 + margin-top: 4px;
7238 5005 }
7239 5006 .elementor-tags-list__teaser-text {
7240 5007 padding: 2px 15px 8px;
7241 5008 line-height: 1.5;
@@ -7269,9 +5036,9 @@
7269 5036 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7270 5037 color: var(--e-a-color-txt-hover);
7271 5038 }
7272 5039 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7273 - margin-block-start: 10px;
5040 + margin-top: 10px;
7274 5041 }
7275 5042
7276 5043 .elementor-tag-settings-popup {
7277 5044 position: absolute;
@@ -7283,12 +5050,12 @@
7283 5050 }
7284 5051 .elementor-tag-settings-popup:before {
7285 5052 content: "";
7286 5053 position: absolute;
7287 - inset-block-start: -20px;
7288 - inset-inline-start: 5px;
5054 + top: -20px;
5055 + left: 5px;
7289 5056 border: 10px solid transparent;
7290 - border-block-end-color: var(--e-a-border-color);
5057 + border-bottom-color: var(--e-a-border-color);
7291 5058 }
7292 5059 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7293 5060 margin: 0;
7294 5061 }
@@ -7343,54 +5110,40 @@
7343 5110 }
7344 5111
7345 5112 .elementor-context-menu {
7346 5113 position: absolute;
7347 - width: 250px;
7348 - padding: 5px 0px;
5114 + width: 200px;
7349 5115 background-color: var(--e-a-bg-default);
7350 - border-radius: var(--e-a-border-radius);
7351 - 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);
7352 5119 -webkit-user-select: none;
7353 5120 -moz-user-select: none;
7354 5121 user-select: none;
7355 5122 z-index: 101;
7356 5123 }
7357 -.elementor-context-menu-list {
7358 - display: flex;
7359 - flex-direction: column;
7360 -}
7361 5124 .elementor-context-menu-list__group {
7362 - display: flex;
7363 - flex-direction: column;
5125 + padding: 5px 0;
7364 5126 }
7365 5127 .elementor-context-menu-list__group:not(:last-child) {
7366 - border-block-end: var(--e-a-border);
5128 + border-bottom: var(--e-a-border);
7367 5129 }
7368 5130 .elementor-context-menu-list__item {
7369 - padding: 12px 20px;
5131 + padding: 5px 10px;
5132 + padding-right: 20px;
7370 5133 display: flex;
7371 - gap: 16px;
7372 5134 cursor: pointer;
7373 5135 transition: var(--e-a-transition-hover);
7374 - align-items: center;
7375 5136 }
7376 5137 .elementor-context-menu-list__item--disabled {
7377 5138 cursor: default;
7378 - opacity: 0.5;
7379 5139 color: var(--e-a-color-disabled);
7380 5140 }
7381 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7382 - opacity: 1;
7383 -}
7384 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7385 - opacity: 0.5;
7386 -}
7387 -.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 {
7388 5142 background-color: var(--e-a-bg-hover);
7389 5143 color: var(--e-a-color-hover);
7390 5144 }
7391 5145 .elementor-context-menu-list__item__icon {
7392 - display: none;
7393 5146 width: 20px;
7394 5147 }
7395 5148 .elementor-context-menu-list__item__title {
7396 5149 flex-grow: 1;
@@ -7400,52 +5153,17 @@
7400 5153 }
7401 5154 .elementor-context-menu-list__item__shortcut {
7402 5155 color: var(--e-a-color-txt-muted);
7403 5156 }
7404 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7405 - position: absolute;
7406 - inset: 0;
7407 - z-index: 2;
7408 - cursor: pointer;
7409 -}
7410 -.elementor-context-menu-list__item__shortcut__new-badge {
7411 - border: 1px solid var(--e-a-color-primary-bold);
7412 - padding: 2px 8px;
7413 - color: var(--e-a-color-primary-bold);
7414 - border-radius: 10px;
7415 - font-size: 10px;
7416 -}
7417 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7418 - display: flex;
7419 - align-items: center;
7420 - justify-content: center;
7421 - width: 24px;
7422 - height: 24px;
7423 - border-radius: 50%;
7424 - background-color: rgba(214, 16, 124, 0.12);
7425 - color: var(--e-a-color-accent-promotion, #D6107C);
7426 - font-size: 16px;
7427 - cursor: pointer;
7428 -}
7429 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7430 - font-size: 14px;
7431 - font-style: normal;
7432 - font-weight: 400;
7433 - line-height: 1;
7434 - position: relative;
7435 -}
7436 -.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 > * {
7437 5158 color: var(--e-global-color-danger);
7438 5159 }
7439 -.elementor-context-menu-list__item.elementor-hidden {
7440 - display: none;
7441 -}
7442 5160 .elementor-context-menu .eicon-pro-icon {
7443 5161 color: var(--e-global-color-accent);
7444 5162 }
7445 5163
7446 5164 #elementor-hotkeys {
7447 - text-align: start;
5165 + text-align: left;
7448 5166 }
7449 5167 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7450 5168 display: none;
7451 5169 }
@@ -7450,11 +5168,8 @@
7450 5168 display: none;
7451 5169 }
7452 5170 #elementor-hotkeys__content {
7453 5171 display: flex;
7454 - justify-content: space-between;
7455 - gap: 70px;
7456 - padding: 20px 30px;
7457 5172 width: 100%;
7458 5173 overflow: hidden;
7459 5174 }
7460 5175 @media (max-width: 1024px) {
@@ -7459,29 +5174,108 @@
7459 5174 }
7460 5175 @media (max-width: 1024px) {
7461 5176 #elementor-hotkeys__content {
7462 5177 flex-direction: column;
7463 - gap: 20px;
7464 - padding: 20px;
7465 5178 }
7466 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 +}
7467 5228
7468 5229 .elementor-hotkeys__col {
7469 - display: flex;
7470 - flex-direction: column;
7471 - 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 {
7472 5238 width: 100%;
7473 5239 }
7474 5240 .elementor-hotkeys__header {
5241 + padding: 10px 30px;
7475 5242 font-weight: 500;
7476 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 +}
7477 5270 .elementor-hotkeys__item {
7478 5271 display: flex;
7479 5272 align-items: center;
7480 5273 padding: 20px 10px;
5274 + border-bottom: var(--e-a-border);
7481 5275 }
7482 -.elementor-hotkeys__item:not(:last-child) {
7483 - border-block-end: var(--e-a-border);
5276 +.elementor-hotkeys__item:last-child {
5277 + border-bottom: none;
7484 5278 }
7485 5279 .elementor-hotkeys__item--label {
7486 5280 font-size: 13px;
7487 5281 font-weight: 400;
@@ -7489,45 +5283,40 @@
7489 5283 }
7490 5284 .elementor-hotkeys__item--shortcut {
7491 5285 flex-grow: 0;
7492 5286 display: flex;
7493 - gap: 27px;
7494 5287 }
7495 -@media (max-width: 1024px) {
7496 - .elementor-hotkeys__item--shortcut {
7497 - gap: 23px;
7498 - }
7499 -}
7500 -.elementor-hotkeys__item--shortcut kbd {
5288 +.elementor-hotkeys__item--shortcut span {
7501 5289 position: relative;
7502 - font-family: unset;
7503 5290 background-color: var(--e-a-bg-active);
7504 5291 padding: 5px 12px;
7505 - border-radius: var(--e-a-border-radius);
5292 + margin-right: 27px;
5293 + border-radius: 3px;
7506 5294 }
7507 -@media (max-width: 1024px) {
7508 - .elementor-hotkeys__item--shortcut kbd {
5295 +@media (max-width: 479px) {
5296 + .elementor-hotkeys__item--shortcut span {
7509 5297 padding: 4px 9px;
5298 + margin-right: 23px;
7510 5299 }
7511 5300 }
7512 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
5301 +.elementor-hotkeys__item--shortcut span:after {
7513 5302 content: "+";
7514 5303 position: absolute;
7515 - inset-inline-end: 0;
5304 + right: -18px;
7516 5305 width: 9px;
7517 5306 text-align: center;
7518 - margin-inline-end: -18px;
7519 5307 }
7520 -@media (max-width: 1024px) {
7521 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7522 - margin-inline-end: -16px;
5308 +@media (max-width: 479px) {
5309 + .elementor-hotkeys__item--shortcut span:after {
5310 + right: -16px;
7523 5311 }
7524 5312 }
7525 -
7526 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7527 - margin-top: 0 !important;
7528 - width: calc(25% - 30px);
5313 +.elementor-hotkeys__item--shortcut span:last-child {
5314 + margin-right: 0;
7529 5315 }
5316 +.elementor-hotkeys__item--shortcut span:last-child:after {
5317 + display: none;
5318 +}
7530 5319
7531 5320 .ui-resizable-n {
7532 5321 top: -5px;
7533 5322 }
@@ -7586,18 +5375,16 @@
7586 5375 }
7587 5376
7588 5377 body {
7589 5378 --e-editor-navigator-width: 240px;
7590 - --e-editor-navigator-indicator-width: 3px;
7591 - --e-editor-navigator-promotion-height: 30px;
7592 5379 }
7593 5380
7594 5381 #elementor-navigator {
7595 5382 position: fixed;
7596 - inset-block-start: 100px;
7597 - inset-inline-end: 30px;
5383 + top: 100px;
7598 5384 width: var(--e-editor-navigator-width);
7599 5385 height: 50vh;
5386 + right: 30px;
7600 5387 background-color: var(--e-a-bg-default);
7601 5388 border: var(--e-a-border);
7602 5389 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7603 5390 -webkit-user-select: none;
@@ -7607,10 +5394,10 @@
7607 5394 z-index: 100;
7608 5395 display: none;
7609 5396 }
7610 5397 body.elementor-navigator-docked #elementor-navigator {
7611 - inset: 0;
7612 - inset-inline-start: auto;
5398 + top: 0;
5399 + right: 0;
7613 5400 height: 100%;
7614 5401 }
7615 5402 body:not(.elementor-navigator-docked) #elementor-navigator {
7616 5403 border-radius: 5px;
@@ -7616,15 +5403,13 @@
7616 5403 border-radius: 5px;
7617 5404 }
7618 5405 #elementor-navigator__inner {
7619 5406 height: 100%;
7620 - display: flex;
7621 - flex-direction: column;
7622 5407 }
7623 5408 #elementor-navigator__header {
7624 5409 display: flex;
7625 5410 align-items: stretch;
7626 - border-block-end: var(--e-a-border);
5411 + border-bottom: var(--e-a-border);
7627 5412 color: var(--e-a-color-txt-accent);
7628 5413 }
7629 5414 #elementor-navigator__header__title {
7630 5415 flex: 1;
@@ -7633,22 +5418,8 @@
7633 5418 font-weight: 400;
7634 5419 padding: 10px 0;
7635 5420 cursor: move;
7636 5421 }
7637 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7638 - padding-inline-end: 17.5px;
7639 -}
7640 -#elementor-navigator__ai-titles {
7641 - width: 35px;
7642 - text-align: center;
7643 - cursor: pointer;
7644 - background-color: transparent;
7645 - border: none;
7646 - outline: none;
7647 -}
7648 -#elementor-navigator__ai-titles:hover {
7649 - color: #E73CF6;
7650 -}
7651 5422 #elementor-navigator__close, #elementor-navigator__toggle-all {
7652 5423 color: var(--e-a-color-txt);
7653 5424 background-color: transparent;
7654 5425 border: none;
@@ -7669,9 +5440,9 @@
7669 5440 #elementor-navigator__close {
7670 5441 font-size: 11px;
7671 5442 }
7672 5443 #elementor-navigator__elements {
7673 - flex-grow: 1;
5444 + height: calc(100% - 49px);
7674 5445 overflow: auto;
7675 5446 position: relative;
7676 5447 }
7677 5448 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7679,35 +5450,22 @@
7679 5450 }
7680 5451 #elementor-navigator__elements .elementor-nerd-box {
7681 5452 padding: 25px;
7682 5453 }
7683 -#elementor-navigator__elements > .elementor-navigator__element-section {
7684 - border-block-end: var(--e-a-border);
5454 +#elementor-navigator__elements-section {
5455 + border-bottom: var(--e-a-border);
7685 5456 }
7686 5457 #elementor-navigator__footer {
5458 + position: absolute;
7687 5459 width: 100%;
5460 + left: 0;
5461 + bottom: 0;
7688 5462 text-align: center;
5463 + border-top: var(--e-a-border);
7689 5464 }
7690 -#elementor-navigator__footer__resize-bar {
7691 - border-block-start: var(--e-a-border);
7692 -}
7693 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5465 +.elementor-navigator-docked #elementor-navigator__footer {
7694 5466 display: none;
7695 5467 }
7696 -#elementor-navigator__footer__promotion {
7697 - font-size: 12px;
7698 - padding: 4px 17px;
7699 - font-family: "Roboto", sans-serif;
7700 - color: var(--e-a-bg-logo);
7701 - min-height: var(--e-editor-navigator-promotion-height);
7702 - display: flex;
7703 - justify-content: center;
7704 - align-items: center;
7705 -}
7706 -#elementor-navigator__footer__promotion a {
7707 - color: var(--e-a-color-accent-promotion);
7708 - margin-inline-start: 1px;
7709 -}
7710 5468
7711 5469 .elementor-navigator__item {
7712 5470 position: relative;
7713 5471 display: flex;
@@ -7715,9 +5473,9 @@
7715 5473 cursor: pointer;
7716 5474 transition: padding 0.5s linear;
7717 5475 overflow: hidden;
7718 5476 }
7719 -.elementor-navigator__item:hover, .elementor-navigator__item:focus {
5477 +.elementor-navigator__item:hover {
7720 5478 background-color: var(--e-a-bg-hover);
7721 5479 }
7722 5480 .elementor-navigator__item:active {
7723 5481 background-color: var(--e-a-bg-active);
@@ -7726,9 +5484,9 @@
7726 5484 .elementor-navigator__item[data-locked=true] {
7727 5485 cursor: not-allowed;
7728 5486 }
7729 5487 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7730 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5488 + transform: rotate(-90deg);
7731 5489 }
7732 5490 .elementor-navigator__item > * {
7733 5491 display: flex;
7734 5492 align-items: center;
@@ -7737,15 +5495,15 @@
7737 5495 display: none;
7738 5496 }
7739 5497 .elementor-navigator__elements > .elementor-navigator__element-section,
7740 5498 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7741 - border-block-end: var(--e-a-border);
5499 + border-bottom: var(--e-a-border);
7742 5500 }
7743 5501 .elementor-navigator__elements .elementor-empty-view {
7744 5502 padding: 10px;
7745 5503 }
7746 5504 .elementor-navigator__elements .elementor-empty-view__title {
7747 - margin-inline-start: 34px;
5505 + margin-left: 23px;
7748 5506 font-size: 10px;
7749 5507 font-style: italic;
7750 5508 }
7751 5509 .elementor-navigator__elements .ui-sortable-helper {
@@ -7758,9 +5516,9 @@
7758 5516 .elementor-navigator__elements .ui-sortable-placeholder {
7759 5517 background-color: var(--e-a-bg-hover);
7760 5518 }
7761 5519 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7762 - border-block-start: var(--e-a-border);
5520 + border-top: var(--e-a-border);
7763 5521 }
7764 5522 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7765 5523 display: none;
7766 5524 }
@@ -7782,13 +5540,13 @@
7782 5540 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7783 5541 background-color: var(--e-a-bg-active);
7784 5542 }
7785 5543 .elementor-navigator__element__list-toggle {
7786 - margin-inline-end: 7px;
5544 + margin-right: 7px;
7787 5545 transition: transform 0.3s;
7788 5546 }
7789 5547 .elementor-navigator__element__element-type {
7790 - margin-inline-end: 8px;
5548 + margin-right: 8px;
7791 5549 font-size: 14px;
7792 5550 }
7793 5551 .elementor-navigator__element__title {
7794 5552 flex-grow: 1;
@@ -7813,9 +5571,9 @@
7813 5571 overflow: hidden;
7814 5572 }
7815 5573 .elementor-navigator__element__toggle {
7816 5574 position: absolute;
7817 - inset-inline-end: 15px;
5575 + right: 15px;
7818 5576 height: 100%;
7819 5577 z-index: 0;
7820 5578 font-size: 13px;
7821 5579 }
@@ -7821,12 +5579,13 @@
7821 5579 }
7822 5580 .elementor-navigator__element__indicators {
7823 5581 position: relative;
7824 5582 transition: transform 0.5s;
5583 + padding-left: 5px;
7825 5584 z-index: 91;
7826 5585 }
7827 5586 .elementor-navigator__element__indicators:not(:hover) {
7828 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5587 + transform: translateX(calc(100% - 8px));
7829 5588 }
7830 5589 .elementor-navigator__element__indicator {
7831 5590 height: 100%;
7832 5591 width: 31px;
@@ -7832,15 +5591,18 @@
7832 5591 width: 31px;
7833 5592 display: inline-flex;
7834 5593 align-items: center;
7835 5594 justify-content: center;
7836 - color: var(--e-a-color-txt);
7837 - background-color: var(--e-a-bg-default);
7838 - 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;
7839 5598 }
7840 5599 .elementor-navigator__element__indicator:first-child {
7841 - 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);
7842 5601 }
5602 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5603 + border-color: #242729;
5604 +}
7843 5605 .elementor-navigator__element__indicator:hover {
7844 5606 color: var(--e-a-color-txt-hover);
7845 5607 }
7846 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7846,16 +5608,13 @@
7846 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7847 5609 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7848 5610 opacity: 0.5;
7849 5611 }
7850 -.elementor-navigator__promotion-text {
7851 - line-height: 18px;
7852 -}
7853 5612
7854 5613 .e-notice-bar {
7855 5614 position: absolute;
7856 5615 width: 100%;
7857 - inset-block-end: 0;
5616 + bottom: 0;
7858 5617 display: flex;
7859 5618 align-items: center;
7860 5619 height: 40px;
7861 5620 color: #fff;
@@ -7870,18 +5629,19 @@
7870 5629 color: #D5D8DC;
7871 5630 }
7872 5631 .e-notice-bar__primary_action {
7873 5632 margin-inline: 12px;
5633 + text-transform: uppercase;
7874 5634 }
7875 5635 .e-notice-bar__primary_action a {
7876 5636 background: #ffffff;
7877 5637 border-radius: 3px;
7878 - color: #93003f;
5638 + color: #524CFF;
7879 5639 padding: 4px 10px;
7880 5640 font-size: 11px;
7881 5641 }
7882 5642 .e-notice-bar__primary_action a:hover {
7883 - color: rgb(70.5, 0, 30.2142857143);
5643 + color: #0900ff;
7884 5644 background: #F1F2F3;
7885 5645 }
7886 5646 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7887 5647 font-size: 11px;
@@ -7897,12 +5657,14 @@
7897 5657 color: #F1F2F3;
7898 5658 }
7899 5659 .e-notice-bar__close {
7900 5660 cursor: pointer;
7901 - margin-inline-start: auto;
5661 + -webkit-margin-start: auto;
5662 + margin-inline-start: auto;
7902 5663 }
7903 5664 .e-notice-bar__icon {
7904 - margin-inline-end: 8px;
5665 + -webkit-margin-end: 8px;
5666 + margin-inline-end: 8px;
7905 5667 }
7906 5668 .e-notice-bar i {
7907 5669 font-size: 16px;
7908 5670 opacity: 0.9;
@@ -7942,14 +5704,14 @@
7942 5704 display: none;
7943 5705 }
7944 5706 }
7945 5707 #elementor-icons-manager__tab-links {
7946 - margin-block-start: 30px;
5708 + margin-top: 30px;
7947 5709 }
7948 5710 #elementor-icons-manager__upload {
7949 5711 margin: 20px 45px;
7950 - padding-block-start: 35px;
7951 - border-block-start: var(--e-a-border);
5712 + padding-top: 35px;
5713 + border-top: var(--e-a-border);
7952 5714 display: flex;
7953 5715 align-items: center;
7954 5716 justify-content: space-between;
7955 5717 }
@@ -7981,11 +5743,11 @@
7981 5743 background-color: transparent;
7982 5744 }
7983 5745 #elementor-icons-manager__search i {
7984 5746 position: absolute;
7985 - inset-block-start: 50%;
7986 - inset-inline-end: 15px;
5747 + top: 50%;
7987 5748 transform: translateY(-50%);
5749 + right: 15px;
7988 5750 }
7989 5751 #elementor-icons-manager__tab__wrapper {
7990 5752 overflow: auto;
7991 5753 margin: 25px -15px 0;
@@ -7994,9 +5756,9 @@
7994 5756 #elementor-icons-manager__tab__title {
7995 5757 color: var(--e-a-color-txt);
7996 5758 font-size: 16px;
7997 5759 font-weight: 500;
7998 - text-align: start;
5760 + text-align: left;
7999 5761 }
8000 5762 @media (max-width: 479px) {
8001 5763 #elementor-icons-manager__tab__title {
8002 5764 display: none;
@@ -8031,9 +5793,9 @@
8031 5793 #elementor-icons-manager__promotion {
8032 5794 display: flex;
8033 5795 align-items: center;
8034 5796 flex-direction: column;
8035 - padding-block-start: 70px;
5797 + padding-top: 70px;
8036 5798 }
8037 5799 #elementor-icons-manager__promotion__icon {
8038 5800 font-size: 60px;
8039 5801 }
@@ -8039,25 +5801,24 @@
8039 5801 }
8040 5802 #elementor-icons-manager__promotion__text {
8041 5803 width: 300px;
8042 5804 font-size: 16px;
8043 - padding-block-start: 25px;
5805 + padding-top: 25px;
8044 5806 }
8045 5807 #elementor-icons-manager__promotion__link {
8046 - margin-block-start: 20px;
5808 + margin-top: 20px;
8047 5809 }
8048 5810
8049 5811 .elementor-icons-manager__tab-link {
8050 - padding-block: 15px;
8051 - padding-inline: 45px 0;
5812 + padding: 15px 0 15px 45px;
8052 5813 font-size: 12px;
8053 - text-align: start;
5814 + text-align: left;
8054 5815 cursor: pointer;
8055 5816 position: relative;
8056 5817 }
8057 5818 .elementor-icons-manager__tab-link i {
8058 5819 font-size: 20px;
8059 - padding-inline-end: 15px;
5820 + padding-right: 15px;
8060 5821 }
8061 5822 @media (max-width: 1024px) {
8062 5823 .elementor-icons-manager__tab-link i {
8063 5824 display: none;
@@ -8074,16 +5835,16 @@
8074 5835 content: "";
8075 5836 position: absolute;
8076 5837 height: 100%;
8077 5838 width: 3px;
8078 - inset-block-start: 0;
8079 - inset-inline-start: 0;
5839 + top: 0;
5840 + left: 0;
8080 5841 background-color: var(--e-a-border-color-accent);
8081 5842 }
8082 5843 .elementor-icons-manager__tab__item {
8083 5844 position: relative;
8084 5845 height: 0;
8085 - padding-block-end: 100%;
5846 + padding-bottom: 100%;
8086 5847 border: var(--e-a-border);
8087 5848 border-radius: 3px;
8088 5849 cursor: pointer;
8089 5850 transition: var(--e-a-transition-hover);
@@ -8102,11 +5863,11 @@
8102 5863 flex-direction: column;
8103 5864 align-items: center;
8104 5865 width: 100%;
8105 5866 position: absolute;
8106 - inset-block-start: 50%;
8107 - inset-inline-start: 50%;
8108 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5867 + top: 50%;
5868 + left: 50%;
5869 + transform: translate(-50%, -50%);
8109 5870 padding: 1px;
8110 5871 }
8111 5872 .elementor-icons-manager__tab__item__icon {
8112 5873 font-size: 25px;
@@ -8150,12 +5911,11 @@
8150 5911 }
8151 5912 .pickr .pcr-button:before, .pickr .pcr-button:after {
8152 5913 height: 12px;
8153 5914 width: 12px;
8154 - position: absolute;
8155 - inset-block-start: 50%;
8156 - inset-inline-start: 50%;
8157 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5915 + top: 50%;
5916 + left: 50%;
5917 + transform: translate(-50%, -50%);
8158 5918 }
8159 5919
8160 5920 .pcr-app {
8161 5921 background-color: var(--e-a-bg-default);
@@ -8173,13 +5933,10 @@
8173 5933 }
8174 5934 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8175 5935 height: 150px;
8176 5936 }
8177 -.pcr-app .pcr-selection .pcr-picker {
8178 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8179 -}
8180 5937 .pcr-app .pcr-interaction {
8181 - padding-block-end: 20px;
5938 + padding-bottom: 20px;
8182 5939 }
8183 5940 .pcr-app .pcr-interaction input.pcr-result {
8184 5941 border: var(--e-a-border);
8185 5942 color: var(--e-a-color-txt);
@@ -8194,9 +5951,10 @@
8194 5951 .pcr-app .pcr-interaction input.pcr-type {
8195 5952 all: unset;
8196 5953 font-size: 10px;
8197 5954 color: var(--e-a-color-txt-muted);
8198 - padding-inline-start: 5px;
5955 + -webkit-padding-start: 5px;
5956 + padding-inline-start: 5px;
8199 5957 cursor: pointer;
8200 5958 }
8201 5959 .pcr-app .pcr-interaction input.pcr-type.active {
8202 5960 background-color: transparent;
@@ -8205,9 +5963,9 @@
8205 5963 .pcr-selection, .pcr-interaction {
8206 5964 padding: 0 20px;
8207 5965 }
8208 5966 .pcr-selection {
8209 - padding-block-start: 20px;
5967 + padding-top: 20px;
8210 5968 }
8211 5969 .pcr .elementor-control-dynamic-switcher {
8212 5970 height: 20px;
8213 5971 border: 0;
@@ -8262,19 +6020,22 @@
8262 6020 font-family: "eicons";
8263 6021 color: var(--e-a-btn-color-invert);
8264 6022 text-indent: 0;
8265 6023 position: absolute;
8266 - inset: 0;
6024 + left: 0;
6025 + top: 0;
6026 + width: 100%;
6027 + height: 100%;
8267 6028 display: flex;
8268 6029 justify-content: center;
8269 6030 align-items: center;
8270 6031 }
8271 6032 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8272 - padding-block-end: 5px;
6033 + padding-bottom: 5px;
8273 6034 }
8274 6035 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8275 6036 color: var(--e-a-btn-color-invert);
8276 - margin-inline-end: 3px;
6037 + margin-right: 3px;
8277 6038 }
8278 6039 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8279 6040 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8280 6041 background-color: var(--e-a-bg-default);
@@ -8295,9 +6056,9 @@
8295 6056 }
8296 6057
8297 6058 .select2-selection__arrow {
8298 6059 height: 27px;
8299 - inset-block-start: 0;
6060 + top: 0;
8300 6061 }
8301 6062
8302 6063 .select2-results__option[aria-selected=true] {
8303 6064 background-color: var(--e-a-bg-active);
@@ -8320,12 +6081,12 @@
8320 6081 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8321 6082 cursor: ew-resize;
8322 6083 }
8323 6084 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8324 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6085 + box-shadow: 0 0 0 1px #0e3b9c inset;
8325 6086 }
8326 6087 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8327 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6088 + color: #0e3b9c;
8328 6089 -webkit-user-select: none;
8329 6090 -moz-user-select: none;
8330 6091 user-select: none;
8331 6092 }
@@ -8340,9 +6101,9 @@
8340 6101 #elementor-paste-area-dialog {
8341 6102 text-align: center;
8342 6103 }
8343 6104 #elementor-paste-area-dialog .dialog-header {
8344 - padding-block-start: 60px;
6105 + padding-top: 60px;
8345 6106 font-size: 30px;
8346 6107 }
8347 6108 #elementor-paste-area-dialog .dialog-message {
8348 6109 padding: 0 15px 15px;
@@ -8356,10 +6117,11 @@
8356 6117 padding: 0;
8357 6118 margin: 0;
8358 6119 height: 100px;
8359 6120 position: absolute;
8360 - inset-block-start: -60px;
8361 - inset-inline: 0;
6121 + top: -60px;
6122 + left: 0;
6123 + right: 0;
8362 6124 }
8363 6125 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8364 6126 border-color: transparent;
8365 6127 outline: none;
@@ -8371,9 +6133,9 @@
8371 6133 display: none;
8372 6134 }
8373 6135 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8374 6136 display: block;
8375 - margin-block-start: 15px;
6137 + margin-top: 15px;
8376 6138 }
8377 6139 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8378 6140 color: var(--e-a-color-danger);
8379 6141 font-size: 12px;
@@ -8379,9 +6141,9 @@
8379 6141 font-size: 12px;
8380 6142 }
8381 6143 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8382 6144 content: "";
8383 - border-block-start: var(--e-a-border);
6145 + border-top: var(--e-a-border);
8384 6146 display: block;
8385 6147 margin: 10px -15px;
8386 6148 }
8387 6149
@@ -8386,23 +6148,19 @@
8386 6148 }
8387 6149
8388 6150 [class^=eicon-flex], [class*=" eicon-flex"] {
8389 6151 transition: 0.3s all;
6152 + --is-ltr: 1;
6153 + --is-rtl: 0;
6154 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8390 6155 }
8391 6156 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8392 6157 max-height: 1em;
8393 6158 max-width: 1em;
8394 6159 }
8395 -[class^=eicon-flex], [class*=" eicon-flex"] {
8396 - --is-ltr: 1;
8397 - --is-rtl: 0;
8398 -}
8399 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) {
8400 6161 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8401 6162 }
8402 -[class^=eicon-flex], [class*=" eicon-flex"] {
8403 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8404 -}
8405 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) {
8406 6164 transform: rotate(calc(var(--rotation-direction) * 90deg));
8407 6165 }
8408 6166 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) {
@@ -8415,16 +6173,6 @@
8415 6173 transform: rotate(calc(var(--is-rtl) * 180deg));
8416 6174 }
8417 6175 .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) {
8418 6176 transform: rotate(calc(var(--is-ltr) * 180deg));
8419 -}
8420 -
8421 -.elementor-editor-active .embed-media-settings .setting.caption {
8422 - display: none;
8423 -}
8424 -.elementor-editor-active .embed-media-settings .setting.align {
8425 - display: none;
8426 -}
8427 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8428 - display: none;
8429 6177 }
8430 6178 /*# sourceMappingURL=editor.css.map */