PluginProbe
Elementor Website Builder – more than just a page builder / 3.13.3
Elementor Website Builder – more than just a page builder v3.13.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/editor.css +1034 -3291 4.2.23.13.3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.13.3 - 22-05-2023 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + right: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89f";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89e";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -123,33 +130,26 @@
123 130 text-align: center;
124 131 }
125 132 .elementor-nerd-box-icon {
126 133 width: 100px;
134 + margin-right: 10px;
127 135 }
128 136 .elementor-nerd-box-title {
129 - margin-block-start: 20px;
137 + margin-top: 20px;
130 138 font-size: 16px;
131 139 font-weight: bold;
132 140 line-height: 1.4;
133 141 }
134 142 .elementor-nerd-box-message {
135 - margin-block-start: 5px;
143 + margin-top: 5px;
136 144 line-height: 1.8;
137 145 font-size: 11px;
138 146 }
139 -.elementor-nerd-box .elementor-button {
140 - margin-block-start: 20px;
147 +.elementor-nerd-box .elementor-button, .elementor-nerd-box .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-nerd-box .dialog-button,
148 +.elementor-nerd-box .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
149 +.dialog-type-alert .dialog-buttons-wrapper .elementor-nerd-box .dialog-button {
150 + margin-top: 20px;
141 151 }
142 -.elementor-nerd-box--upsale {
143 - padding: 15px 30px 30px;
144 -}
145 -.elementor-nerd-box--upsale .elementor-nerd-box-title {
146 - font-weight: 500;
147 - line-height: 1.2;
148 -}
149 -.elementor-nerd-box--upsale .elementor-nerd-box-message {
150 - line-height: 1.5;
151 -}
152 152
153 153 .eicon-nerd:hover:before {
154 154 content: "\e8b7";
155 155 }
@@ -164,9 +164,9 @@
164 164 font-weight: bold;
165 165 font-size: 12px;
166 166 padding: 10px;
167 167 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
168 - margin-block-end: 15px;
168 + margin-bottom: 15px;
169 169 }
170 170
171 171 .e-control-tools {
172 172 display: flex;
@@ -194,12 +194,11 @@
194 194 color: var(--e-a-color-txt-disabled);
195 195 }
196 196 .e-control-tool i {
197 197 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
198 + top: 50%;
199 + left: 50%;
200 + transform: translateX(-50%) translateY(-50%);
202 201 color: var(--e-a-color-txt-default);
203 202 font-size: 13px;
204 203 }
205 204
@@ -208,16 +207,15 @@
208 207 }
209 208
210 209 .elementor-loader-wrapper {
211 210 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
211 + top: 50%;
212 + left: 50%;
213 + transform: translate(-50%, -50%);
215 214 width: 300px;
216 215 display: flex;
217 - flex-direction: column;
218 - align-items: center;
219 - gap: 30px;
216 + flex-wrap: wrap;
217 + justify-content: center;
220 218 }
221 219
222 220 .elementor-loader {
223 221 border-radius: 50%;
@@ -252,17 +250,17 @@
252 250 width: 60%;
253 251 }
254 252 .elementor-loader-box:nth-of-type(2) {
255 253 top: 0;
256 - animation-delay: calc(1.8s / 4 * -1);
254 + animation-delay: calc( 1.8s / 4 * -1 );
257 255 }
258 256 .elementor-loader-box:nth-of-type(3) {
259 257 top: 40%;
260 - animation-delay: calc(1.8s / 4 * -2);
258 + animation-delay: calc( 1.8s / 4 * -2 );
261 259 }
262 260 .elementor-loader-box:nth-of-type(4) {
263 261 bottom: 0;
264 - animation-delay: calc(1.8s / 4 * -3);
262 + animation-delay: calc( 1.8s / 4 * -3 );
265 263 }
266 264
267 265 .elementor-loading-title {
268 266 color: var(--e-a-color-txt);
@@ -267,8 +265,9 @@
267 265 .elementor-loading-title {
268 266 color: var(--e-a-color-txt);
269 267 text-align: center;
270 268 text-transform: uppercase;
269 + margin-top: 30px;
271 270 letter-spacing: 7px;
272 271 text-indent: 7px;
273 272 font-size: 10px;
274 273 width: 100%;
@@ -282,9 +281,8 @@
282 281 border-radius: var(--e-a-border-radius);
283 282 font-size: 12px;
284 283 width: 100%;
285 284 background: none;
286 - background-color: var(--e-a-bg-default);
287 285 box-shadow: none;
288 286 border: var(--e-a-border-bold);
289 287 outline: none;
290 288 }
@@ -331,9 +329,9 @@
331 329 outline: none;
332 330 content: none;
333 331 height: 15px;
334 332 border-radius: var(--e-a-border-radius);
335 - margin-inline-end: 5px;
333 + margin-right: 5px;
336 334 width: 15px;
337 335 border: var(--e-a-border-bold);
338 336 display: inline-flex;
339 337 align-items: center;
@@ -363,287 +361,8 @@
363 361 outline: none;
364 362 height: 27px;
365 363 }
366 364
367 -.dialog-widget-content {
368 - background-color: var(--e-a-bg-default);
369 - position: absolute;
370 - border-radius: 3px;
371 - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
372 - overflow: hidden;
373 -}
374 -
375 -.dialog-message {
376 - line-height: 1.5;
377 - box-sizing: border-box;
378 -}
379 -
380 -.dialog-close-button {
381 - cursor: pointer;
382 - position: absolute;
383 - margin-block-start: 15px;
384 - inset-inline-end: 15px;
385 - color: var(--e-a-color-txt);
386 - font-size: 15px;
387 - line-height: 1;
388 - transition: var(--e-a-transition-hover);
389 -}
390 -.dialog-close-button:hover {
391 - color: var(--e-a-color-txt-hover);
392 -}
393 -
394 -.dialog-prevent-scroll {
395 - overflow: hidden;
396 - max-height: 100vh;
397 -}
398 -
399 -.dialog-type-lightbox {
400 - position: fixed;
401 - height: 100%;
402 - width: 100%;
403 - bottom: 0;
404 - left: 0;
405 - background-color: rgba(0, 0, 0, 0.8);
406 - z-index: 9999;
407 - -webkit-user-select: none;
408 - -moz-user-select: none;
409 - user-select: none;
410 -}
411 -
412 -.elementor-editor-active .elementor-popup-modal {
413 - background-color: initial;
414 -}
415 -
416 -.dialog-type-confirm .dialog-widget-content,
417 -.dialog-type-alert .dialog-widget-content {
418 - margin: auto;
419 - width: 400px;
420 - padding: 20px;
421 -}
422 -.dialog-type-confirm .dialog-header,
423 -.dialog-type-alert .dialog-header {
424 - font-size: 15px;
425 - font-weight: 500;
426 -}
427 -.dialog-type-confirm .dialog-header:after,
428 -.dialog-type-alert .dialog-header:after {
429 - content: "";
430 - display: block;
431 - border-block-end: var(--e-a-border);
432 - padding-block-end: 10px;
433 - margin-block-end: 10px;
434 - margin-inline-start: -20px;
435 - margin-inline-end: -20px;
436 -}
437 -.dialog-type-confirm .dialog-message,
438 -.dialog-type-alert .dialog-message {
439 - min-height: 50px;
440 -}
441 -.dialog-type-confirm .dialog-buttons-wrapper,
442 -.dialog-type-alert .dialog-buttons-wrapper {
443 - padding-block-start: 10px;
444 - display: flex;
445 - justify-content: flex-end;
446 - gap: 15px;
447 -}
448 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
449 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
450 - font-size: 12px;
451 - font-weight: 500;
452 - line-height: 1.2;
453 - padding: 8px 16px;
454 - outline: none;
455 - border: none;
456 - border-radius: var(--e-a-border-radius);
457 - background-color: var(--e-a-btn-bg);
458 - color: var(--e-a-btn-color-invert);
459 - transition: var(--e-a-transition-hover);
460 -}
461 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
462 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
463 - border: none;
464 -}
465 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
466 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
467 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
468 - background-color: var(--e-a-btn-bg-hover);
469 - color: var(--e-a-btn-color-invert);
470 -}
471 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
472 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
473 - background-color: var(--e-a-btn-bg-active);
474 -}
475 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
476 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
477 - cursor: pointer;
478 -}
479 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
480 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
481 - background-color: var(--e-a-btn-bg-disabled);
482 - color: var(--e-a-btn-color-disabled);
483 -}
484 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
485 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
486 - display: none;
487 -}
488 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
489 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
490 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
491 - background: transparent;
492 - color: var(--e-a-color-txt);
493 -}
494 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
495 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
496 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
497 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
498 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
499 - background: var(--e-a-bg-hover);
500 - color: var(--e-a-color-txt-hover);
501 -}
502 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
503 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
504 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
505 - background: transparent;
506 - color: var(--e-a-color-txt-disabled);
507 -}
508 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
509 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
510 - border: 1px solid var(--e-a-color-txt-muted);
511 -}
512 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
513 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
514 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
515 - background-color: var(--e-a-btn-bg-success);
516 -}
517 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
518 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
519 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
520 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
521 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
522 - background-color: var(--e-a-btn-bg-success-hover);
523 -}
524 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
525 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
526 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
527 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
528 - background-color: var(--e-a-btn-bg-primary);
529 - color: var(--e-a-btn-color);
530 -}
531 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
532 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
533 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
534 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
535 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
536 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
537 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
538 - background-color: var(--e-a-btn-bg-primary-hover);
539 - color: var(--e-a-btn-color);
540 -}
541 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
542 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
543 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
544 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
545 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
546 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
547 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
548 - background: transparent;
549 - color: var(--e-a-color-primary-bold);
550 -}
551 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
552 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
553 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
554 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
555 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
556 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
557 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
558 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
559 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
560 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
561 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
562 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
563 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
564 - background: var(--e-a-bg-primary);
565 -}
566 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
567 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
568 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
569 - background-color: var(--e-a-btn-bg-accent);
570 -}
571 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
572 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
573 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
574 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
575 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
576 - background-color: var(--e-a-btn-bg-accent-hover);
577 -}
578 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
579 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
580 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
581 - background-color: var(--e-a-btn-bg-accent-active);
582 -}
583 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
584 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
585 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
586 - background-color: var(--e-a-btn-bg-info);
587 -}
588 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
589 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
590 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
591 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
592 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
593 - background-color: var(--e-a-btn-bg-info-hover);
594 -}
595 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
596 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
597 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
598 - background-color: var(--e-a-btn-bg-warning);
599 -}
600 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
601 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
602 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
603 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
604 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
605 - background-color: var(--e-a-btn-bg-warning-hover);
606 -}
607 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
608 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 - background-color: var(--e-a-btn-bg-danger);
611 -}
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
621 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
622 - background-color: var(--e-a-btn-bg-danger-hover);
623 -}
624 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
625 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
626 - margin-inline-end: 5px;
627 -}
628 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
629 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
630 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 - color: initial;
633 -}
634 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 -
646 365 /*
647 366 * Container style
648 367 */
649 368 .ps {
@@ -742,10 +461,10 @@
742 461 width: 18px;
743 462 height: 18px;
744 463 box-sizing: border-box;
745 464 border: solid 2px transparent;
746 - border-block-start-color: #D004D4;
747 - border-inline-start-color: #D004D4;
465 + border-top-color: #D004D4;
466 + border-left-color: #D004D4;
748 467 border-radius: 50%;
749 468 animation: nprogress-spinner 400ms linear infinite;
750 469 }
751 470
@@ -785,92 +504,68 @@
785 504 --e-editor-panel-width: 300px;
786 505 }
787 506 }
788 507
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
508 +.elementor-panel {
509 + position: relative;
510 + height: 100%;
511 + -webkit-margin-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
512 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
513 + width: var(--e-editor-panel-width);
514 + overflow: visible;
515 + background-color: var(--e-a-bg-default);
516 + z-index: 1;
517 + font-family: var(--e-a-font-family);
518 + font-size: 13px;
519 + left: 0;
520 +}
521 +.elementor-panel h1,
522 +.elementor-panel h2,
523 +.elementor-panel h3,
524 +.elementor-panel h4,
525 +.elementor-panel h5,
526 +.elementor-panel h6 {
813 527 font-size: 100%;
814 528 font-weight: normal;
815 529 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
530 +.elementor-panel abbr,
531 +.elementor-panel acronym {
824 532 border: 0;
825 533 font-variant: normal;
826 534 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
535 +.elementor-panel sup {
831 536 vertical-align: text-top;
832 537 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
538 +.elementor-panel sub {
837 539 vertical-align: text-bottom;
838 540 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
541 +.elementor-panel img {
843 542 max-width: 100%;
844 543 height: auto;
845 544 border: 0;
846 545 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
546 +.elementor-panel :focus {
851 547 outline: 0;
852 548 }
853 549 .elementor-panel .elementor-panel-box-content {
854 550 padding: 20px 20px 10px;
855 551 }
856 -.elementor-panel .elementor-button {
552 +.elementor-panel .elementor-button, .elementor-panel .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-panel .dialog-button,
553 +.elementor-panel .dialog-type-alert .dialog-buttons-wrapper .dialog-button,
554 +.dialog-type-alert .dialog-buttons-wrapper .elementor-panel .dialog-button {
857 555 display: inline-block;
858 556 }
859 557 .elementor-panel .elementor-panel-alert {
860 558 background-color: var(--e-a-bg-primary);
861 559 padding: 15px;
862 - border-inline-start: 3px solid var(--e-a-color-primary);
560 + border-left: 3px solid var(--e-a-color-primary);
863 561 position: relative;
864 562 font-size: 12px;
865 563 font-weight: 300;
866 564 font-style: italic;
867 565 line-height: 1.5;
868 - text-align: start;
869 - border-start-start-radius: 0;
870 - border-start-end-radius: 3px;
871 - border-end-start-radius: 0;
872 - border-end-end-radius: 3px;
566 + text-align: left;
567 + border-radius: 0 3px 3px 0;
873 568 }
874 569 .elementor-panel .elementor-panel-alert a {
875 570 color: inherit;
876 571 }
@@ -882,9 +577,9 @@
882 577 border-color: var(--e-a-color-success);
883 578 background: var(--e-a-bg-success);
884 579 }
885 580 .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning {
886 - border-inline-start: 3px solid var(--e-a-color-warning);
581 + border-left: 3px solid var(--e-a-color-warning);
887 582 background: var(--e-a-bg-warning);
888 583 }
889 584 .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger {
890 585 border-color: var(--e-a-color-danger);
@@ -900,11 +595,12 @@
900 595 display: none;
901 596 position: absolute;
902 597 box-shadow: var(--e-a-popover-shadow);
903 598 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
599 + left: 0;
600 + right: 0;
905 601 margin: -4px auto 5px;
906 - padding-block-start: 15px;
602 + padding-top: 15px;
907 603 width: 90%;
908 604 z-index: 10000;
909 605 background-color: var(--e-a-bg-default);
910 606 }
@@ -910,12 +606,12 @@
910 606 }
911 607 .elementor-panel .elementor-controls-popover:before {
912 608 content: "";
913 609 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
610 + top: -16px;
611 + right: 22px;
916 612 border: 8px solid transparent;
917 - border-block-end-color: var(--e-a-bg-default);
613 + border-bottom-color: var(--e-a-bg-default);
918 614 }
919 615 .elementor-panel .elementor-controls-popover div.elementor-control {
920 616 background-color: transparent;
921 617 }
@@ -922,22 +618,10 @@
922 618 .elementor-panel .elementor-controls-popover div.elementor-control:before {
923 619 content: none;
924 620 }
925 621 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 - margin-block-start: 20px;
622 + margin-top: 20px;
927 623 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 624 .elementor-editor-preview .elementor-panel {
941 625 --e-is-preview-mode: 1;
942 626 }
943 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -943,12 +627,8 @@
943 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 628 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 629 display: none;
946 630 }
947 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 - display: flex;
949 - flex-direction: column;
950 -}
951 631 .elementor-panel .ps__rail-y {
952 632 z-index: 2;
953 633 }
954 634 .elementor-panel .elementor-responsive-panel {
@@ -990,9 +670,9 @@
990 670 }
991 671 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 672 font-size: 18px;
993 673 }
994 -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
674 +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus {
995 675 color: var(--e-a-dark-color-txt-hover);
996 676 }
997 677 .elementor-panel #elementor-panel-header-title {
998 678 flex: 1;
@@ -1002,14 +682,13 @@
1002 682 .elementor-panel #elementor-panel-header-title img {
1003 683 width: 90px;
1004 684 }
1005 685 .elementor-panel #elementor-panel-elements-categories {
1006 - padding-block-end: 10px;
1007 - position: relative;
686 + padding-bottom: 10px;
1008 687 }
1009 688 .elementor-panel .elementor-panel-category {
1010 689 position: relative;
1011 - border-block-end: var(--e-a-border);
690 + border-bottom: var(--e-a-border);
1012 691 }
1013 692 .elementor-panel .elementor-panel-category .elementor-panel-heading {
1014 693 padding: 0 15px;
1015 694 border: none;
@@ -1017,13 +696,10 @@
1017 696 }
1018 697 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 698 border: none;
1020 699 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 700 .elementor-panel .elementor-panel-category-items {
1025 - padding-block-end: 20px;
701 + padding-bottom: 20px;
1026 702 }
1027 703 .elementor-panel .elementor-panel-category-items-empty {
1028 704 grid-column-start: 1;
1029 705 grid-column-end: 3;
@@ -1046,16 +722,14 @@
1046 722 align-items: center;
1047 723 width: 100%;
1048 724 height: 40px;
1049 725 transition: var(--e-a-transition-hover);
1050 - border: 0;
1051 - background-color: transparent;
1052 726 cursor: pointer;
1053 727 }
1054 728 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 - border-block-end: var(--e-a-border);
729 + border-bottom: var(--e-a-border);
1056 730 }
1057 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
731 +.elementor-panel .elementor-panel-menu-item:hover {
1058 732 background-color: var(--e-a-bg-hover);
1059 733 }
1060 734 .elementor-panel .elementor-panel-menu-item:active {
1061 735 background-color: var(--e-a-bg-active);
@@ -1077,9 +751,9 @@
1077 751 }
1078 752 .elementor-panel .elementor-panel-menu-item-title-badge {
1079 753 margin: 0 10px;
1080 754 background: var(--e-a-color-white);
1081 - border-radius: var(--e-a-border-radius);
755 + border-radius: 3px;
1082 756 }
1083 757 .elementor-panel .elementor-panel-menu-item-title > span {
1084 758 color: var(--e-a-color-accent);
1085 759 }
@@ -1088,9 +762,10 @@
1088 762 align-items: center;
1089 763 color: inherit;
1090 764 width: 100%;
1091 765 height: 100%;
1092 - padding-inline-start: 10px;
766 + -webkit-padding-start: 10px;
767 + padding-inline-start: 10px;
1093 768 padding: 10px 0;
1094 769 }
1095 770 .elementor-panel .elementor-control.elementor-control-clear_page {
1096 771 background-color: transparent;
@@ -1102,15 +777,15 @@
1102 777 }
1103 778 .elementor-panel .elementor-panel-navigation {
1104 779 display: flex;
1105 780 width: 100%;
1106 - border-block-end: var(--e-a-border);
781 + border-bottom: var(--e-a-border);
1107 782 }
1108 783 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab {
1109 784 all: unset;
1110 785 flex: auto;
1111 786 transition: var(--e-a-transition-hover);
1112 - border-block-end: 3px solid transparent;
787 + border-bottom: 3px solid transparent;
1113 788 cursor: pointer;
1114 789 }
1115 790 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus {
1116 791 background-color: var(--e-a-bg-hover);
@@ -1121,11 +796,13 @@
1121 796 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 797 border-color: var(--e-a-border-color-accent);
1123 798 color: var(--e-a-color-txt-accent);
1124 799 }
800 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1125 801 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 802 color: var(--e-a-color-txt-accent);
1127 803 }
804 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1128 805 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 806 color: inherit;
1130 807 display: block;
1131 808 text-align: center;
@@ -1131,37 +808,42 @@
1131 808 text-align: center;
1132 809 padding: 12px 0 8px;
1133 810 font-size: 10px;
1134 811 }
812 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1135 813 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 814 font-family: eicons;
1137 815 font-size: 16px;
1138 816 display: block;
1139 - margin-block-end: 8px;
817 + margin-bottom: 8px;
1140 818 }
819 +.elementor-panel .elementor-tab-control-content a:before,
1141 820 .elementor-panel .elementor-tab-control-content span:before {
1142 821 content: "\e92c";
1143 822 }
823 +.elementor-panel .elementor-tab-control-style a:before,
1144 824 .elementor-panel .elementor-tab-control-style span:before {
1145 825 content: "\e921";
1146 826 }
1147 -.elementor-panel .elementor-tab-control-settings span:before {
1148 - content: "\e940";
1149 -}
1150 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1151 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1152 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
827 +.elementor-panel .elementor-tab-control-advanced a:before,
1153 828 .elementor-panel .elementor-tab-control-advanced span:before,
829 +.elementor-panel .elementor-tab-control-settings a:before,
830 +.elementor-panel .elementor-tab-control-settings span:before,
831 +.elementor-panel .elementor-tab-control-general_style a:before,
1154 832 .elementor-panel .elementor-tab-control-general_style span:before {
1155 833 content: "\e916";
1156 834 }
835 +.elementor-panel .elementor-tab-control-responsive a:before,
1157 836 .elementor-panel .elementor-tab-control-responsive span:before {
1158 837 content: "\e885";
1159 838 }
839 +.elementor-panel .elementor-tab-control-lightbox a:before,
1160 840 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 841 content: "\e922";
1162 842 }
843 +.elementor-panel .elementor-tab-control-layout a:before,
1163 844 .elementor-panel .elementor-tab-control-layout span:before,
845 +.elementor-panel .elementor-tab-control-column a:before,
1164 846 .elementor-panel .elementor-tab-control-column span:before {
1165 847 content: "\e899";
1166 848 }
1167 849 .elementor-panel #elementor-panel__editor__help {
@@ -1175,9 +857,10 @@
1175 857 align-items: center;
1176 858 justify-content: center;
1177 859 font-size: 85%;
1178 860 line-height: 2;
1179 - padding-inline-start: 5px;
861 + -webkit-padding-start: 5px;
862 + padding-inline-start: 5px;
1180 863 color: inherit;
1181 864 font-weight: 500;
1182 865 transition: var(--e-a-transition-hover);
1183 866 }
@@ -1193,12 +876,12 @@
1193 876 content: "";
1194 877 position: absolute;
1195 878 height: 13px;
1196 879 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
880 + top: 3px;
881 + bottom: 0;
882 + left: 8px;
883 + right: 0;
1201 884 border-radius: 50%;
1202 885 z-index: -1;
1203 886 }
1204 887 .elementor-panel #elementor-panel-footer {
@@ -1240,12 +923,12 @@
1240 923 display: none;
1241 924 }
1242 925 .elementor-panel #elementor-panel-footer-saver-publish {
1243 926 width: 30%;
1244 - margin-inline-start: auto;
927 + margin-left: auto;
1245 928 }
1246 929 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1247 - margin-inline-end: 0;
930 + margin-right: 0;
1248 931 }
1249 932 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1250 933 display: none;
1251 934 }
@@ -1260,14 +943,14 @@
1260 943 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1261 944 display: none;
1262 945 }
1263 946 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1264 - border-block-end: 1px dotted transparent;
947 + border-bottom: 1px dotted transparent;
1265 948 transition: all ease-in-out 0.3s;
1266 949 cursor: pointer;
1267 950 }
1268 951 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1269 - border-block-end-color: inherit;
952 + border-bottom-color: inherit;
1270 953 }
1271 954 .elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
1272 955 transform: rotate(90deg);
1273 956 }
@@ -1282,17 +965,19 @@
1282 965 background-color: #1f2124;
1283 966 color: #9DA5AE;
1284 967 }
1285 968 .elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
1286 - border-inline-end: 1px solid #F0ABFC;
969 + -webkit-border-end: 1px solid #F0ABFC;
970 + border-inline-end: 1px solid #F0ABFC;
1287 971 }
1288 972 .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
1289 - border-inline-end: 1px solid #3f444b;
973 + -webkit-border-end: 1px solid #3f444b;
974 + border-inline-end: 1px solid #3f444b;
1290 975 }
1291 976 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 977 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
978 + bottom: 100%;
979 + left: 0;
1295 980 width: 100%;
1296 981 background-color: #1f2124;
1297 982 padding: 10px;
1298 983 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1319,9 +1004,9 @@
1319 1004 cursor: default;
1320 1005 color: #69727D;
1321 1006 }
1322 1007 .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1323 - border-block-end: 1px solid #3f444b;
1008 + border-bottom: 1px solid #3f444b;
1324 1009 }
1325 1010 .elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1326 1011 background-color: rgba(255, 255, 255, 0.1);
1327 1012 }
@@ -1344,9 +1029,12 @@
1344 1029 display: none;
1345 1030 }
1346 1031 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1032 position: absolute;
1348 - inset: 0;
1033 + top: 0;
1034 + left: 0;
1035 + height: 100%;
1036 + width: 100%;
1349 1037 display: flex;
1350 1038 align-items: center;
1351 1039 justify-content: center;
1352 1040 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1047,13 @@
1359 1047
1360 1048 #elementor-panel-elements-search-area {
1361 1049 background-color: var(--e-a-bg-default);
1362 1050 position: sticky;
1363 - inset-block-start: 0;
1051 + top: 0;
1364 1052 padding: 15px;
1365 1053 z-index: 1;
1366 1054 }
1367 1055
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1056 #elementor-panel-elements-search-wrapper {
1373 1057 position: relative;
1374 1058 }
1375 1059
@@ -1374,10 +1058,9 @@
1374 1058 }
1375 1059
1376 1060 #elementor-panel-elements-search-input {
1377 1061 font-size: 11px;
1378 - padding-block: 10px;
1379 - padding-inline: 29px 10px;
1062 + padding: 10px 10px 10px 29px;
1380 1063 font-style: italic;
1381 1064 border: var(--e-a-border-bold);
1382 1065 border-radius: 0;
1383 1066 transition: all 1s;
@@ -1386,34 +1069,19 @@
1386 1069 appearance: none;
1387 1070 }
1388 1071 #elementor-panel-elements-search-input + i {
1389 1072 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1073 + left: 10px;
1074 + top: 50%;
1075 + color: var(--e-a-color-txt-disabled);
1392 1076 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1077 }
1395 1078 #elementor-panel-elements-search-input:focus {
1396 1079 border-color: var(--e-a-border-color-focus);
1397 - padding-inline-end: 15px;
1080 + padding-right: 15px;
1398 1081 }
1399 1082
1400 -.e-free-badge-container {
1401 - flex-grow: 1;
1402 - margin-inline-start: 10px;
1403 - margin-inline-end: 10px;
1404 -}
1405 -.e-free-badge-container .e-free-badge {
1406 - border-radius: var(--e-a-border-radius);
1407 - background-color: var(--e-a-btn-bg);
1408 - color: var(--e-a-btn-color-invert);
1409 - padding: 3px 5px;
1410 -}
1411 -
1412 1083 .elementor-panel .elementor-element {
1413 - font-family: var(--e-a-font-family);
1414 - color: var(--e-a-color-txt);
1415 - line-height: 1;
1416 1084 text-align: center;
1417 1085 border: var(--e-a-border-bold);
1418 1086 border-radius: 3px;
1419 1087 cursor: move;
@@ -1418,10 +1086,8 @@
1418 1086 border-radius: 3px;
1419 1087 cursor: move;
1420 1088 position: relative;
1421 1089 transition: var(--e-a-transition-hover);
1422 - width: 100%;
1423 - background-color: transparent;
1424 1090 }
1425 1091 .elementor-panel .elementor-element--promotion .elementor-element {
1426 1092 cursor: pointer;
1427 1093 -webkit-user-select: none;
@@ -1427,27 +1093,18 @@
1427 1093 -webkit-user-select: none;
1428 1094 -moz-user-select: none;
1429 1095 user-select: none;
1430 1096 }
1431 -.elementor-panel .elementor-element .eicon-atomic {
1432 - position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1435 - color: var(--e-a-color-txt);
1436 -}
1437 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1097 +.elementor-panel .elementor-element:hover {
1438 1098 background-color: var(--e-a-bg-hover);
1439 1099 border-color: var(--e-a-border-color-bold);
1440 1100 }
1441 -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full {
1442 - color: var(--e-a-color-accent-promotion);
1101 +.elementor-panel .elementor-element:hover > .eicon-lock {
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,17 +1113,12 @@
1456 1113 }
1457 1114 .elementor-panel .elementor-element .title {
1458 1115 font-size: 12px;
1459 1116 }
1460 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .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;
1464 -}
1465 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full {
1466 - color: var(--e-a-color-accent-promotion-disabled);
1467 -}
1468 -.elementor-panel .elementor-element > .eicon-plug {
1119 + top: 5px;
1120 + right: 5px;
1469 1121 color: var(--e-a-color-txt-disabled);
1470 1122 }
1471 1123 .elementor-panel .elementor-element:active {
1472 1124 background-color: var(--e-a-bg-hover);
@@ -1484,13 +1136,13 @@
1484 1136 }
1485 1137 #elementor-element--promotion__dialog:after {
1486 1138 content: "";
1487 1139 position: absolute;
1488 - inset-block-start: 15px;
1489 - inset-inline-end: 100%;
1140 + top: 15px;
1141 + right: 100%;
1490 1142 transform: scaleY(0.7);
1491 1143 border: 10px solid transparent;
1492 - border-inline-end-color: var(--e-a-bg-default);
1144 + border-right-color: var(--e-a-bg-default);
1493 1145 }
1494 1146 #elementor-element--promotion__dialog__title {
1495 1147 font-size: 14px;
1496 1148 }
@@ -1496,14 +1148,14 @@
1496 1148 }
1497 1149 #elementor-element--promotion__dialog .dialog-header {
1498 1150 display: flex;
1499 1151 padding: 20px;
1500 - border-block-end: var(--e-a-border);
1152 + border-bottom: var(--e-a-border);
1501 1153 font-weight: 500;
1502 1154 }
1503 1155 #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon {
1504 1156 flex-grow: 1;
1505 - margin-inline-start: 10px;
1157 + margin-left: 10px;
1506 1158 font-size: 14px;
1507 1159 color: var(--e-a-color-accent);
1508 1160 }
1509 1161 #elementor-element--promotion__dialog .dialog-header .eicon-close {
@@ -1527,9 +1179,9 @@
1527 1179 .dialog-tooltip-widget {
1528 1180 position: absolute;
1529 1181 width: 300px;
1530 1182 z-index: 1;
1531 - background-color: var(--e-a-bg-default);
1183 + background-color: #ffffff;
1532 1184 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1533 1185 border-radius: 3px;
1534 1186 }
1535 1187 .dialog-tooltip-widget:after {
@@ -1534,13 +1186,13 @@
1534 1186 }
1535 1187 .dialog-tooltip-widget:after {
1536 1188 content: "";
1537 1189 position: absolute;
1538 - inset-block-start: 15px;
1539 - inset-inline-end: 100%;
1190 + top: 15px;
1191 + right: 100%;
1540 1192 transform: scaleY(0.7);
1541 1193 border: 10px solid transparent;
1542 - border-inline-end-color: var(--e-a-bg-default);
1194 + border-right-color: #ffffff;
1543 1195 }
1544 1196 .dialog-tooltip-widget__title {
1545 1197 font-size: 14px;
1546 1198 }
@@ -1546,22 +1198,23 @@
1546 1198 }
1547 1199 .dialog-tooltip-widget .dialog-tooltip-header {
1548 1200 display: flex;
1549 1201 padding: 20px 20px 0;
1550 - color: var(--e-a-color-txt);
1551 - border-block-end: 1px solid var(--e-a-bg-default);
1202 + color: #0C0D0E;
1203 + border-bottom: 1px solid #ffffff;
1552 1204 font-weight: 500;
1553 1205 }
1554 1206 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1555 1207 flex-grow: 1;
1556 - margin-inline-start: 10px;
1208 + margin-left: 10px;
1557 1209 font-size: 14px;
1558 - color: #93003f;
1210 + color: #524CFF;
1559 1211 }
1560 1212 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1561 1213 cursor: pointer;
1562 - margin-inline-start: auto;
1563 - color: var(--e-a-color-txt);
1214 + -webkit-margin-start: auto;
1215 + margin-inline-start: auto;
1216 + color: #9DA5AE;
1564 1217 }
1565 1218 .dialog-tooltip-widget .dialog-tooltip-message {
1566 1219 padding: 20px;
1567 1220 }
@@ -1576,80 +1229,8 @@
1576 1229 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1577 1230 border: 0;
1578 1231 }
1579 1232
1580 -#elementor-panel-elements-widget-creation-area:empty {
1581 - display: none;
1582 -}
1583 -
1584 -.elementor-panel-elements-widget-creation {
1585 - text-align: center;
1586 - padding: 30px 20px;
1587 -}
1588 -.elementor-panel-elements-widget-creation__title {
1589 - font-size: 14px;
1590 - font-weight: bold;
1591 - line-height: 1.4;
1592 - color: var(--e-a-color-txt);
1593 -}
1594 -.elementor-panel-elements-widget-creation__message {
1595 - margin-block-start: 8px;
1596 - font-size: 13px;
1597 - line-height: 1.6;
1598 - color: var(--e-a-color-txt-muted);
1599 -}
1600 -.elementor-panel-elements-widget-creation__cta {
1601 - display: inline-flex;
1602 - align-items: center;
1603 - gap: 6px;
1604 - margin-block-start: 16px;
1605 - padding: 0;
1606 - border: none;
1607 - background: none;
1608 - color: #C00BB9;
1609 - font-size: 14px;
1610 - font-weight: 500;
1611 - cursor: pointer;
1612 - font-family: var(--e-a-font-family);
1613 -}
1614 -.elementor-panel-elements-widget-creation__cta i {
1615 - font-size: 16px;
1616 -}
1617 -.elementor-panel-elements-widget-creation__cta:hover {
1618 - opacity: 0.8;
1619 -}
1620 -.elementor-panel-elements-widget-creation--search-footer {
1621 - border-block-start: var(--e-a-border);
1622 -}
1623 -
1624 -.elementor-panel-category-custom-widgets-empty {
1625 - grid-column: 1/-1;
1626 - width: 100%;
1627 - padding: 0 16px 16px;
1628 -}
1629 -.elementor-panel-category-custom-widgets-empty__message {
1630 - margin: 0;
1631 - font-size: 12px;
1632 - line-height: 1.6;
1633 - color: var(--e-a-color-txt-muted);
1634 -}
1635 -
1636 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1637 - margin-inline-start: auto;
1638 - padding: 4px 10px;
1639 - border: none;
1640 - background: none;
1641 - color: #C00BB9;
1642 - font-size: 12px;
1643 - font-weight: 500;
1644 - cursor: pointer;
1645 - font-family: var(--e-a-font-family);
1646 - flex-shrink: 0;
1647 -}
1648 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1649 - opacity: 0.8;
1650 -}
1651 -
1652 1233 #elementor-panel-inner {
1653 1234 position: relative;
1654 1235 height: 100%;
1655 1236 display: flex;
@@ -1664,116 +1245,32 @@
1664 1245 }
1665 1246
1666 1247 .elementor-panel-container {
1667 1248 clear: both;
1668 - padding-inline-start: 15px;
1669 - padding-inline-end: 15px;
1249 + padding-left: 15px;
1250 + padding-right: 15px;
1670 1251 }
1671 1252
1672 1253 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1673 - margin-block-start: 10px;
1254 + margin-top: 10px;
1674 1255 }
1675 1256 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1676 - margin-block-start: 20px;
1257 + margin-top: 20px;
1677 1258 }
1678 1259
1679 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1680 - display: flex;
1681 - flex-direction: column;
1682 -}
1683 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1684 - display: flex;
1685 - flex-direction: column;
1686 - flex: 1;
1687 - min-height: 0;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1690 - position: sticky;
1691 - inset-block-end: 0;
1692 - margin-block-start: auto;
1693 -}
1694 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1695 - margin-block-start: 0;
1696 -}
1697 -
1698 -#elementor-panel-get-pro-elements-sticky {
1699 - position: sticky;
1700 - inset-block-end: 0;
1701 - margin-block-end: -10px;
1702 -}
1703 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1704 - margin-block-start: -14px;
1705 -}
1706 -
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1708 - display: flex;
1709 - flex-direction: column;
1710 - min-height: 100%;
1711 -}
1712 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1713 - margin-block-start: auto;
1714 -}
1715 -
1716 -#elementor-panel-get-pro-elements-sticky,
1717 -.elementor-panel-editor-sticky-promotion {
1718 - font-size: 14px;
1719 - font-weight: 400;
1720 - line-height: 1.6;
1721 - background-color: var(--e-a-color-white);
1722 -}
1723 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1724 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1725 - min-height: 40px;
1726 - display: block;
1727 - padding: 9px min(35px, 5%);
1728 - gap: 10px;
1729 - background-color: var(--e-a-color-white);
1730 - color: var(--e-a-color-black);
1731 - text-align: center;
1732 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1733 -}
1734 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1735 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1736 - display: inline-block;
1737 - font-size: 13px;
1738 - font-weight: 500;
1739 - color: var(--e-a-btn-bg-accent);
1740 -}
1741 -#elementor-panel-get-pro-elements-sticky img,
1742 -.elementor-panel-editor-sticky-promotion img {
1743 - margin-inline-start: 17px;
1744 -}
1745 -
1746 1260 #elementor-panel-notice-wrapper .elementor-panel-notice {
1747 1261 width: 90%;
1748 1262 margin: 0 auto;
1749 1263 font-style: unset;
1750 - margin-block-end: 15px;
1264 + margin-bottom: 15px;
1751 1265 }
1752 1266 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1753 1267 font-weight: bold;
1754 1268 font-style: italic;
1755 - border-block-end: 2px dotted var(--e-a-color-info);
1269 + border-bottom: 2px dotted var(--e-a-color-info);
1756 1270 display: inline-block;
1757 1271 }
1758 1272
1759 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1760 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1761 - position: relative;
1762 -}
1763 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1764 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1765 - position: absolute;
1766 - content: "";
1767 - display: block;
1768 - background: var(--e-a-color-primary);
1769 - border-radius: 50%;
1770 - width: 8px;
1771 - height: 8px;
1772 - inset-block-start: 5px;
1773 - inset-inline-end: 5px;
1774 -}
1775 -
1776 1273 .media-modal.wp-core-ui {
1777 1274 color-scheme: light;
1778 1275 color: #515962;
1779 1276 }
@@ -1793,13 +1290,13 @@
1793 1290 }
1794 1291 .elementor-control a {
1795 1292 font-weight: 500;
1796 1293 text-decoration: none;
1797 - border-block-end: 1px dotted transparent;
1294 + border-bottom: 1px dotted transparent;
1798 1295 transition: all ease-in-out 0.3s;
1799 1296 }
1800 1297 .elementor-control a:hover {
1801 - border-block-end-color: inherit;
1298 + border-bottom-color: inherit;
1802 1299 }
1803 1300 .elementor-control .elementor-control-content {
1804 1301 display: flex;
1805 1302 flex-direction: column;
@@ -1806,13 +1303,10 @@
1806 1303 }
1807 1304 .elementor-control .elementor-control-title {
1808 1305 font-size: var(--control-title-size);
1809 1306 line-height: 1;
1810 - margin-inline-end: 5px;
1307 + margin-right: 5px;
1811 1308 }
1812 -.elementor-control .elementor-control-title:empty {
1813 - display: none;
1814 -}
1815 1309 .elementor-control .elementor-control-spinner {
1816 1310 display: flex;
1817 1311 align-items: center;
1818 1312 }
@@ -1819,42 +1313,42 @@
1819 1313 .elementor-control.elementor-control-type-divider {
1820 1314 padding: 0;
1821 1315 }
1822 1316 .elementor-control.elementor-control-type-divider .elementor-control-content {
1823 - margin-inline: 20px;
1824 1317 border-width: 0;
1825 - border-block-start: var(--e-a-border);
1318 + border-top: var(--e-a-border);
1826 1319 background-color: var(--e-a-bg-default);
1827 1320 height: 15px;
1828 1321 }
1829 1322 .elementor-control.elementor-control-separator-before {
1830 - padding-block-start: 15px;
1323 + padding-top: 15px;
1831 1324 }
1832 1325 .elementor-control.elementor-control-separator-before:before {
1833 1326 content: "";
1834 1327 position: absolute;
1835 - inset: 0 20px auto;
1836 1328 height: 1px;
1329 + width: calc(100% - 40px);
1330 + top: 0;
1331 + left: 20px;
1837 1332 background-color: var(--e-a-border-color);
1838 1333 }
1839 -.elementor-control.elementor-control-separator-after {
1840 - padding-block-end: 15px;
1841 -}
1842 1334 .elementor-control.elementor-control-separator-after:after {
1843 1335 content: "";
1844 1336 position: absolute;
1845 - inset: auto 20px 0;
1846 1337 height: 1px;
1338 + width: calc(100% - 40px);
1339 + bottom: 0;
1340 + left: 20px;
1847 1341 background-color: var(--e-a-border-color);
1848 1342 }
1849 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 {
1850 - padding-block-start: 15px;
1344 + padding-top: 15px;
1851 1345 }
1852 1346 .elementor-control.elementor-control-deprecated {
1853 - color: var(--e-a-color-warning);
1347 + color: #F59E0B;
1854 1348 }
1855 1349 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1856 - color: var(--e-a-color-warning);
1350 + color: #F59E0B;
1857 1351 }
1858 1352 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1859 1353 display: none;
1860 1354 }
@@ -1885,36 +1379,26 @@
1885 1379 }
1886 1380 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1887 1381 display: none;
1888 1382 }
1889 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1890 - padding: 4px;
1383 +.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1384 + margin-top: 5px;
1891 1385 }
1892 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1893 - aspect-ratio: 4/1;
1894 - -o-object-fit: cover;
1895 - object-fit: cover;
1896 - -o-object-position: center;
1897 - object-position: center;
1386 +.elementor-control.elementor-control-custom_css_title {
1387 + font-size: 12px;
1898 1388 }
1899 -.elementor-control-shape_divider_bottom img {
1900 - rotate: X 180deg;
1901 -}
1902 -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1903 - margin-block-start: 5px;
1904 -}
1905 1389
1906 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1907 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1908 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1909 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1910 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1911 - transform: rotate(90deg);
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";
1912 1396 }
1913 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1914 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1915 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1916 - scale: calc(1 * var(--direction-multiplier)) 1;
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";
1917 1401 }
1918 1402
1919 1403 .elementor-panel-heading {
1920 1404 display: flex;
@@ -1922,12 +1406,10 @@
1922 1406 gap: 5px;
1923 1407 height: 48px;
1924 1408 padding-inline: 20px;
1925 1409 width: 100%;
1926 - border: 0;
1927 - border-block-start: var(--e-a-border);
1928 - border-block-start-width: 2px;
1929 - background-color: transparent;
1410 + border-top: var(--e-a-border);
1411 + border-top-width: 2px;
1930 1412 color: var(--e-a-color-txt-accent);
1931 1413 cursor: pointer;
1932 1414 }
1933 1415 .elementor-panel-heading-toggle {
@@ -1938,41 +1420,11 @@
1938 1420 }
1939 1421 .elementor-panel-heading-title {
1940 1422 font-weight: bold;
1941 1423 }
1942 -.elementor-panel-heading-category-chip {
1943 - margin-inline-start: auto;
1944 - background-color: var(--e-a-bg-chip);
1945 - border-radius: 100px;
1946 - padding: 5px 8px;
1947 -}
1948 -.elementor-panel-heading-category-chip i {
1949 - margin-inline-start: 4px;
1950 -}
1951 -.elementor-panel-heading-promotion {
1952 - margin-inline-start: auto;
1953 -}
1954 -.elementor-panel-heading-promotion a {
1955 - color: var(--e-a-color-accent-promotion);
1956 - font-family: "Roboto", sans-serif;
1957 - font-weight: 500;
1958 - font-size: 13px;
1959 -}
1960 -.elementor-panel-heading-promotion a i {
1961 - margin-inline-end: 4px;
1962 - font-size: 14px;
1963 -}
1964 -.elementor-panel-heading-promotion a:hover {
1965 - color: var(--e-a-color-accent-promotion);
1966 -}
1967 -.elementor-panel-heading:focus-visible {
1968 - color: var(--e-a-color-txt-hover);
1969 -}
1970 1424
1971 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1972 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1973 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1974 - border-block-start: none;
1425 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1426 + border-top: none;
1975 1427 }
1976 1428
1977 1429 .elementor-control-field {
1978 1430 display: flex;
@@ -1984,9 +1436,9 @@
1984 1436 }
1985 1437 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1986 1438 width: 100%;
1987 1439 max-width: 100%;
1988 - margin-block-start: 10px;
1440 + margin-top: 10px;
1989 1441 }
1990 1442 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label {
1991 1443 width: auto;
1992 1444 flex: 1 1 27px;
@@ -1994,12 +1446,12 @@
1994 1446 align-items: center;
1995 1447 justify-content: center;
1996 1448 }
1997 1449 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1998 - margin-block-start: 0;
1450 + margin-top: 0;
1999 1451 }
2000 1452 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2001 - margin-block-start: 0;
1453 + margin-top: 0;
2002 1454 }
2003 1455
2004 1456 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
2005 1457 flex-shrink: 0;
@@ -2005,26 +1457,19 @@
2005 1457 flex-shrink: 0;
2006 1458 max-width: 60%;
2007 1459 }
2008 1460 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2009 - margin-inline-start: auto;
1461 + margin-left: auto;
2010 1462 }
2011 1463
2012 1464 .elementor-control-field-description {
2013 - margin-block-start: 10px;
1465 + margin-top: 10px;
2014 1466 }
2015 1467
2016 1468 .elementor-group-control-attachment_alert .elementor-control-field-description {
2017 - margin-block-start: 0;
1469 + margin-top: 0;
2018 1470 }
2019 1471
2020 -.elementor-control-start-end .eicon-text-align-left,
2021 -.elementor-control-start-end .eicon-text-align-right,
2022 -.elementor-control-start-end .eicon-h-align-left,
2023 -.elementor-control-start-end .eicon-h-align-right {
2024 - scale: calc(1 * var(--direction-multiplier)) 1;
2025 -}
2026 -
2027 1472 .elementor-update-preview {
2028 1473 margin: 15px 15px 0;
2029 1474 display: flex;
2030 1475 align-items: center;
@@ -2031,13 +1476,14 @@
2031 1476 }
2032 1477
2033 1478 .elementor-update-preview-button-wrapper {
2034 1479 flex-grow: 1;
2035 - text-align: end;
1480 + text-align: right;
2036 1481 }
2037 1482
2038 1483 .elementor-update-preview-button {
2039 1484 padding: 8px 15px;
1485 + text-transform: uppercase;
2040 1486 }
2041 1487
2042 1488 .elementor-control-direction-ltr input,
2043 1489 .elementor-control-direction-ltr textarea {
@@ -2053,15 +1499,15 @@
2053 1499 --pointer-position: var(--selected-option);
2054 1500 position: relative;
2055 1501 width: 2.5em;
2056 1502 height: 2.5em;
2057 - margin: calc(-2.5em + 12px) 0;
2058 - margin-inline-end: 5px;
1503 + margin: calc( -2.5em + 12px) 0;
1504 + margin-right: 5px;
2059 1505 }
2060 1506 .elementor-control-responsive-switchers__holder {
2061 1507 position: absolute;
2062 1508 width: 100%;
2063 - inset-block-start: 0;
1509 + top: 0;
2064 1510 background-color: var(--e-a-bg-default);
2065 1511 border-radius: var(--e-a-border-radius);
2066 1512 transition: 0.15s;
2067 1513 border: 1px solid transparent;
@@ -2165,9 +1611,9 @@
2165 1611 }
2166 1612
2167 1613 .e-units-wrapper {
2168 1614 position: relative;
2169 - margin-inline-start: auto;
1615 + margin-left: auto;
2170 1616 }
2171 1617 .e-units-wrapper .e-units-switcher {
2172 1618 cursor: pointer;
2173 1619 font-size: 10px;
@@ -2204,10 +1650,10 @@
2204 1650 display: none;
2205 1651 overflow: hidden;
2206 1652 max-height: 0;
2207 1653 position: absolute;
2208 - inset-block-start: -0.8em;
2209 - inset-inline-start: -0.5em;
1654 + top: -0.8em;
1655 + left: -0.5em;
2210 1656 width: 2.5em;
2211 1657 text-align: center;
2212 1658 background-color: var(--e-a-bg-default);
2213 1659 border-radius: var(--e-a-border-radius);
@@ -2227,8 +1673,14 @@
2227 1673 }
2228 1674 .e-units-choices .elementor-units-choices-label:hover {
2229 1675 color: var(--e-a-color-primary-bold);
2230 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 +}
2231 1683 .e-units-choices.e-units-choices-open {
2232 1684 display: block;
2233 1685 animation-duration: 1s;
2234 1686 animation-name: e-units-choices-open;
@@ -2246,26 +1698,19 @@
2246 1698 to {
2247 1699 max-height: 100vh;
2248 1700 }
2249 1701 }
2250 -.elementor-control-alert {
2251 - display: flex;
2252 - flex-direction: column;
2253 - justify-content: flex-start;
2254 - align-items: flex-start;
2255 - gap: 8px;
2256 -}
2257 -.elementor-control-alert-heading {
2258 - font-weight: bold;
2259 -}
2260 -
2261 1702 .elementor-control-type-button .elementor-control-input-wrapper {
2262 - text-align: end;
1703 + text-align: right;
2263 1704 }
2264 -.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 {
2265 1708 width: auto;
2266 1709 }
2267 -.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 {
2268 1713 display: block;
2269 1714 margin: 0 auto;
2270 1715 }
2271 1716
@@ -2282,12 +1727,12 @@
2282 1727 border-radius: var(--e-a-border-radius);
2283 1728 overflow: hidden;
2284 1729 }
2285 1730 .elementor-choices .elementor-choices-label {
2286 - border-block-start: var(--e-a-border-bold);
2287 - border-block-end: var(--e-a-border-bold);
2288 - border-inline-start: var(--e-a-border-bold);
2289 - 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;
2290 1735 font-size: 12px;
2291 1736 transition: var(--e-a-transition-hover);
2292 1737 cursor: pointer;
2293 1738 overflow: hidden;
@@ -2292,15 +1737,15 @@
2292 1737 cursor: pointer;
2293 1738 overflow: hidden;
2294 1739 }
2295 1740 .elementor-choices .elementor-choices-label:nth-child(2) {
2296 - border-start-start-radius: var(--e-a-border-radius);
2297 - 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);
2298 1743 }
2299 1744 .elementor-choices .elementor-choices-label:last-child {
2300 - border-inline-end: var(--e-a-border-bold);
2301 - border-start-end-radius: var(--e-a-border-radius);
2302 - 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);
2303 1748 }
2304 1749 .elementor-choices input {
2305 1750 display: none;
2306 1751 }
@@ -2316,12 +1761,9 @@
2316 1761 justify-content: flex-end;
2317 1762 }
2318 1763
2319 1764 .elementor-control-type-color.e-control-global .pickr {
2320 - border-start-start-radius: 0;
2321 - border-start-end-radius: var(--e-a-border-radius);
2322 - border-end-start-radius: 0;
2323 - border-end-end-radius: var(--e-a-border-radius);
1765 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2324 1766 flex-shrink: 0;
2325 1767 border-color: var(--e-a-border-color-bold);
2326 1768 transition: var(--e-a-transition-hover);
2327 1769 }
@@ -2343,10 +1785,10 @@
2343 1785 height: 6px;
2344 1786 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2345 1787 }
2346 1788 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2347 - margin-block-start: 0;
2348 - margin-block-end: 5px;
1789 + margin-top: 0;
1790 + margin-bottom: 5px;
2349 1791 }
2350 1792
2351 1793 .elementor-group-control-blur .elementor-slider {
2352 1794 background: url("../images/blur.png");
@@ -2376,15 +1818,15 @@
2376 1818 --pointer-position: var(--selected-option);
2377 1819 position: relative;
2378 1820 width: 2.5em;
2379 1821 height: 2.5em;
2380 - margin: calc(-2.5em + 12px) 0;
2381 - margin-inline-end: 5px;
1822 + margin: calc( -2.5em + 12px) 0;
1823 + margin-right: 5px;
2382 1824 }
2383 1825 .elementor-control-responsive-switchers__holder {
2384 1826 position: absolute;
2385 1827 width: 100%;
2386 - inset-block-start: 0;
1828 + top: 0;
2387 1829 background-color: var(--e-a-bg-default);
2388 1830 border-radius: var(--e-a-border-radius);
2389 1831 transition: 0.15s;
2390 1832 border: 1px solid transparent;
@@ -2488,9 +1930,9 @@
2488 1930 }
2489 1931
2490 1932 .e-units-wrapper {
2491 1933 position: relative;
2492 - margin-inline-start: auto;
1934 + margin-left: auto;
2493 1935 }
2494 1936 .e-units-wrapper .e-units-switcher {
2495 1937 cursor: pointer;
2496 1938 font-size: 10px;
@@ -2527,10 +1969,10 @@
2527 1969 display: none;
2528 1970 overflow: hidden;
2529 1971 max-height: 0;
2530 1972 position: absolute;
2531 - inset-block-start: -0.8em;
2532 - inset-inline-start: -0.5em;
1973 + top: -0.8em;
1974 + left: -0.5em;
2533 1975 width: 2.5em;
2534 1976 text-align: center;
2535 1977 background-color: var(--e-a-bg-default);
2536 1978 border-radius: var(--e-a-border-radius);
@@ -2550,8 +1992,14 @@
2550 1992 }
2551 1993 .e-units-choices .elementor-units-choices-label:hover {
2552 1994 color: var(--e-a-color-primary-bold);
2553 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 +}
2554 2002 .e-units-choices.e-units-choices-open {
2555 2003 display: block;
2556 2004 animation-duration: 1s;
2557 2005 animation-name: e-units-choices-open;
@@ -2584,15 +2032,15 @@
2584 2032 width: 100%;
2585 2033 height: 27px;
2586 2034 }
2587 2035 .elementor-control-type-dimensions li input {
2588 - border-inline-start: none;
2036 + border-left: none;
2589 2037 border-radius: 0;
2590 2038 padding: var(--e-a-border-radius);
2591 2039 }
2592 2040 .elementor-control-type-dimensions li input:focus {
2593 - border-inline-start: var(--e-a-border-bold);
2594 - margin-inline-start: -1px;
2041 + border-left: var(--e-a-border-bold);
2042 + margin-left: -1px;
2595 2043 width: calc(100% + 1px);
2596 2044 }
2597 2045 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2598 2046 color: var(--e-a-color-txt);
@@ -2598,28 +2046,22 @@
2598 2046 color: var(--e-a-color-txt);
2599 2047 }
2600 2048 .elementor-control-type-dimensions li .elementor-link-dimensions {
2601 2049 border: var(--e-a-border-bold);
2602 - border-inline-start: none;
2050 + border-left: none;
2603 2051 background-color: var(--e-a-bg-default);
2604 2052 padding: 0;
2605 2053 outline: none;
2606 - border-start-start-radius: 0;
2607 - border-start-end-radius: var(--e-a-border-radius);
2608 - border-end-start-radius: 0;
2609 - border-end-end-radius: var(--e-a-border-radius);
2054 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2610 2055 cursor: pointer;
2611 2056 }
2612 2057 .elementor-control-type-dimensions li:first-child input {
2613 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2614 - border-start-start-radius: var(--e-a-border-radius);
2615 - border-start-end-radius: 0;
2616 - border-end-start-radius: var(--e-a-border-radius);
2617 - 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);
2618 2060 }
2619 2061 .elementor-control-type-dimensions li:first-child input:focus {
2620 2062 border-color: var(--e-a-border-color-focus);
2621 - margin-inline-start: 0;
2063 + margin-left: 0;
2622 2064 width: 100%;
2623 2065 }
2624 2066 .elementor-control-type-dimensions li:last-child {
2625 2067 max-width: 27px;
@@ -2631,9 +2073,9 @@
2631 2073 color: var(--e-a-color-txt-muted);
2632 2074 display: block;
2633 2075 text-align: center;
2634 2076 font-size: 9px;
2635 - padding-block-start: 5px;
2077 + padding-top: 5px;
2636 2078 }
2637 2079 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2638 2080 background-color: var(--e-a-bg-default);
2639 2081 }
@@ -2654,15 +2096,15 @@
2654 2096 --pointer-position: var(--selected-option);
2655 2097 position: relative;
2656 2098 width: 2.5em;
2657 2099 height: 2.5em;
2658 - margin: calc(-2.5em + 12px) 0;
2659 - margin-inline-end: 5px;
2100 + margin: calc( -2.5em + 12px) 0;
2101 + margin-right: 5px;
2660 2102 }
2661 2103 .elementor-control-responsive-switchers__holder {
2662 2104 position: absolute;
2663 2105 width: 100%;
2664 - inset-block-start: 0;
2106 + top: 0;
2665 2107 background-color: var(--e-a-bg-default);
2666 2108 border-radius: var(--e-a-border-radius);
2667 2109 transition: 0.15s;
2668 2110 border: 1px solid transparent;
@@ -2766,9 +2208,9 @@
2766 2208 }
2767 2209
2768 2210 .e-units-wrapper {
2769 2211 position: relative;
2770 - margin-inline-start: auto;
2212 + margin-left: auto;
2771 2213 }
2772 2214 .e-units-wrapper .e-units-switcher {
2773 2215 cursor: pointer;
2774 2216 font-size: 10px;
@@ -2805,10 +2247,10 @@
2805 2247 display: none;
2806 2248 overflow: hidden;
2807 2249 max-height: 0;
2808 2250 position: absolute;
2809 - inset-block-start: -0.8em;
2810 - inset-inline-start: -0.5em;
2251 + top: -0.8em;
2252 + left: -0.5em;
2811 2253 width: 2.5em;
2812 2254 text-align: center;
2813 2255 background-color: var(--e-a-bg-default);
2814 2256 border-radius: var(--e-a-border-radius);
@@ -2828,8 +2270,14 @@
2828 2270 }
2829 2271 .e-units-choices .elementor-units-choices-label:hover {
2830 2272 color: var(--e-a-color-primary-bold);
2831 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 +}
2832 2280 .e-units-choices.e-units-choices-open {
2833 2281 display: block;
2834 2282 animation-duration: 1s;
2835 2283 animation-name: e-units-choices-open;
@@ -2862,15 +2310,15 @@
2862 2310 width: 100%;
2863 2311 height: 27px;
2864 2312 }
2865 2313 .elementor-control-type-gaps li input {
2866 - border-inline-start: none;
2314 + border-left: none;
2867 2315 border-radius: 0;
2868 2316 padding: var(--e-a-border-radius);
2869 2317 }
2870 2318 .elementor-control-type-gaps li input:focus {
2871 - border-inline-start: var(--e-a-border-bold);
2872 - margin-inline-start: -1px;
2319 + border-left: var(--e-a-border-bold);
2320 + margin-left: -1px;
2873 2321 width: calc(100% + 1px);
2874 2322 }
2875 2323 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2876 2324 color: var(--e-a-color-txt);
@@ -2876,28 +2324,22 @@
2876 2324 color: var(--e-a-color-txt);
2877 2325 }
2878 2326 .elementor-control-type-gaps li .elementor-link-gaps {
2879 2327 border: var(--e-a-border-bold);
2880 - border-inline-start: none;
2328 + border-left: none;
2881 2329 background-color: var(--e-a-bg-default);
2882 2330 padding: 0;
2883 2331 outline: none;
2884 - border-start-start-radius: 0;
2885 - border-start-end-radius: var(--e-a-border-radius);
2886 - border-end-start-radius: 0;
2887 - border-end-end-radius: var(--e-a-border-radius);
2332 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2888 2333 cursor: pointer;
2889 2334 }
2890 2335 .elementor-control-type-gaps li:first-child input {
2891 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2892 - border-start-start-radius: var(--e-a-border-radius);
2893 - border-start-end-radius: 0;
2894 - border-end-start-radius: var(--e-a-border-radius);
2895 - 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);
2896 2338 }
2897 2339 .elementor-control-type-gaps li:first-child input:focus {
2898 2340 border-color: var(--e-a-border-color-focus);
2899 - margin-inline-start: 0;
2341 + margin-left: 0;
2900 2342 width: 100%;
2901 2343 }
2902 2344 .elementor-control-type-gaps li:last-child {
2903 2345 max-width: 27px;
@@ -2909,9 +2351,9 @@
2909 2351 color: var(--e-a-color-txt-muted);
2910 2352 display: block;
2911 2353 text-align: center;
2912 2354 font-size: 9px;
2913 - padding-block-start: 5px;
2355 + padding-top: 5px;
2914 2356 }
2915 2357 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2916 2358 background-color: var(--e-a-bg-default);
2917 2359 }
@@ -2928,11 +2370,11 @@
2928 2370 }
2929 2371
2930 2372 .elementor-control-type-icons .elementor-control-media__preview > * {
2931 2373 position: absolute;
2932 - inset-block-start: 50%;
2933 - inset-inline-start: 50%;
2934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2374 + top: 50%;
2375 + left: 50%;
2376 + transform: translate(-50%, -50%);
2935 2377 }
2936 2378 .elementor-control-type-icons .elementor-control-media__preview i {
2937 2379 font-size: 70px;
2938 2380 }
@@ -2949,10 +2391,10 @@
2949 2391 }
2950 2392 .elementor-control-type-gallery .elementor-control-gallery-status {
2951 2393 font-size: 12px;
2952 2394 height: 27px;
2953 - padding-inline-start: 10px;
2954 - border-block-end: var(--e-a-border-bold);
2395 + padding-left: 10px;
2396 + border-bottom: var(--e-a-border-bold);
2955 2397 display: flex;
2956 2398 }
2957 2399 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2958 2400 display: flex;
@@ -2964,8 +2406,11 @@
2964 2406 .elementor-control-type-gallery .elementor-control-gallery-content {
2965 2407 position: relative;
2966 2408 overflow: hidden;
2967 2409 }
2410 +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
2411 + opacity: 0;
2412 +}
2968 2413 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2969 2414 display: grid;
2970 2415 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2971 2416 grid-gap: 10px;
@@ -2971,25 +2416,21 @@
2971 2416 grid-gap: 10px;
2972 2417 cursor: pointer;
2973 2418 padding: 10px;
2974 2419 }
2975 -.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 {
2976 - opacity: 1;
2977 -}
2978 2420 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2979 2421 width: 48px;
2980 2422 height: 48px;
2981 - -o-object-fit: cover;
2982 - object-fit: cover;
2423 + background-size: cover;
2424 + background-position: 50% 50%;
2983 2425 border: var(--e-a-border);
2984 2426 }
2985 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2986 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2987 - opacity: 0.6;
2988 -}
2989 2427 .elementor-control-type-gallery .elementor-control-gallery-edit {
2990 2428 position: absolute;
2991 - inset: 0;
2429 + top: 0;
2430 + bottom: 0;
2431 + left: 0;
2432 + right: 0;
2992 2433 background-color: rgba(0, 0, 0, 0.2);
2993 2434 padding: 10px;
2994 2435 font-size: 11px;
2995 2436 transition: all 0.3s ease-in-out;
@@ -2994,14 +2435,14 @@
2994 2435 font-size: 11px;
2995 2436 transition: all 0.3s ease-in-out;
2996 2437 pointer-events: none;
2997 2438 cursor: pointer;
2998 - opacity: 0;
2439 + opacity: 1;
2999 2440 }
3000 2441 .elementor-control-type-gallery .elementor-control-gallery-edit span {
3001 2442 position: absolute;
3002 - inset-block-start: 10px;
3003 - inset-inline-end: 10px;
2443 + top: 10px;
2444 + right: 10px;
3004 2445 width: 21px;
3005 2446 height: 21px;
3006 2447 color: var(--e-a-color-white);
3007 2448 background-color: rgba(0, 0, 0, 0.5);
@@ -3034,24 +2475,21 @@
3034 2475 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
3035 2476 display: none;
3036 2477 }
3037 2478 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
3038 - border-inline-start: var(--e-a-border);
2479 + border-left: var(--e-a-border);
3039 2480 }
3040 2481 .elementor-control-type-gallery .elementor-control-gallery-clear {
3041 - color: currentColor;
3042 - background-color: transparent;
3043 - border: none;
3044 2482 cursor: pointer;
3045 2483 justify-content: center;
3046 2484 }
3047 -.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 {
3048 2486 color: var(--e-a-color-danger);
3049 2487 }
3050 2488 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
3051 2489 border-width: 0;
3052 2490 border-inline-start-width: 1px;
3053 - border-block-end-width: 1px;
2491 + border-bottom-width: 1px;
3054 2492 border-radius: 0;
3055 2493 }
3056 2494
3057 2495 .e-global__popover {
@@ -3057,17 +2495,14 @@
3057 2495 .e-global__popover {
3058 2496 width: 288px;
3059 2497 z-index: 1;
3060 2498 font-size: 12px;
3061 - padding-inline-start: 10px;
2499 + padding-left: 10px;
3062 2500 }
3063 2501 .e-global__popover-toggle {
3064 2502 border: var(--e-a-border-bold);
3065 - border-inline-end: 0;
3066 - border-start-start-radius: 3px;
3067 - border-start-end-radius: 0;
3068 - border-end-start-radius: 3px;
3069 - border-end-end-radius: 0;
2503 + border-right: 0;
2504 + border-radius: 3px 0 0 3px;
3070 2505 display: flex;
3071 2506 align-items: center;
3072 2507 justify-content: center;
3073 2508 cursor: pointer;
@@ -3083,23 +2518,24 @@
3083 2518 .e-global__popover-container {
3084 2519 box-shadow: var(--e-a-popover-shadow);
3085 2520 border-radius: var(--e-a-border-radius);
3086 2521 background-color: var(--e-a-bg-default);
2522 + padding-bottom: 5px;
3087 2523 }
3088 2524 .e-global__popover-title {
3089 2525 padding: 15px 20px;
3090 2526 font-weight: 500;
3091 - border-block-end: var(--e-a-border);
2527 + border-bottom: var(--e-a-border);
3092 2528 display: flex;
3093 2529 }
3094 2530 .e-global__popover-title > i {
3095 - margin-inline-end: 5px;
2531 + margin-right: 5px;
3096 2532 }
3097 2533 .e-global__popover-title-text {
3098 2534 flex-grow: 1;
3099 2535 }
3100 2536 .e-global__popover-info {
3101 - margin-inline-end: 10px;
2537 + margin-right: 5px;
3102 2538 display: inline-block;
3103 2539 }
3104 2540 .e-global__popover-info-tooltip {
3105 2541 width: 270px;
@@ -3111,20 +2547,20 @@
3111 2547 }
3112 2548 .e-global__popover-info-tooltip:after {
3113 2549 content: "";
3114 2550 position: absolute;
3115 - inset-block-end: -17px;
3116 - inset-inline-start: 16px;
2551 + bottom: -17px;
2552 + left: 16px;
3117 2553 border: 10px solid transparent;
3118 - border-block-start-color: rgba(0, 0, 0, 0.9);
2554 + border-top-color: rgba(0, 0, 0, 0.9);
3119 2555 }
3120 2556 .e-global__popover-info i {
3121 2557 font-size: 13px;
3122 2558 }
3123 2559 .e-global__preview-items-container {
3124 - max-height: 400px;
2560 + max-height: 260px;
3125 2561 overflow-y: auto;
3126 - padding: 5px 0;
2562 + margin-top: 5px;
3127 2563 }
3128 2564 .e-global__preview-items-container::-webkit-scrollbar {
3129 2565 width: 7px;
3130 2566 }
@@ -3131,26 +2567,14 @@
3131 2567 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3132 2568 background-color: #BABFC5;
3133 2569 border-radius: 10px;
3134 2570 }
3135 -.e-global__group-header {
3136 - padding: 12px 20px 5px;
3137 - font-weight: 500;
3138 - font-size: 11px;
3139 - color: var(--e-a-color-txt-muted);
3140 -}
3141 -.e-global__group-divider {
3142 - height: 1px;
3143 - background-color: var(--e-a-border-color);
3144 - margin: 10px 20px;
3145 -}
3146 2571 .e-global__manage-button {
3147 2572 font-weight: 500;
3148 2573 cursor: pointer;
3149 2574 }
3150 2575 .e-global__typography {
3151 - padding-block: 10px;
3152 - padding-inline: 35px 20px;
2576 + padding: 5px 10px 5px 35px;
3153 2577 white-space: nowrap;
3154 2578 text-overflow: ellipsis;
3155 2579 overflow: hidden;
3156 2580 }
@@ -3159,34 +2583,44 @@
3159 2583 font-size: 13px;
3160 2584 content: "\e90e";
3161 2585 position: absolute;
3162 2586 transform: translateY(-50%);
3163 - inset-block-start: 50%;
3164 - inset-inline-start: 13px;
2587 + top: 50%;
2588 + left: 12px;
3165 2589 }
3166 2590 .e-global__color {
3167 - padding: 10px 20px;
2591 + margin: 5px auto;
2592 + padding: 5px 20px;
3168 2593 display: flex;
3169 2594 align-items: center;
3170 2595 }
2596 +.e-global__color:first-child {
2597 + margin-top: 5px;
2598 +}
2599 +.e-global__color:last-child {
2600 + margin-bottom: 10px;
2601 +}
3171 2602 .e-global__color-preview-container {
3172 2603 height: 20px;
3173 2604 width: 20px;
3174 2605 border-radius: 3px;
3175 2606 border: 1px solid rgba(0, 0, 0, 0.1);
3176 - margin-inline-end: 10px;
2607 + margin-right: 10px;
3177 2608 flex-shrink: 0;
3178 2609 position: relative;
3179 2610 }
3180 2611 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3181 2612 border-radius: 3px;
2613 + height: 100%;
2614 + width: 100%;
3182 2615 position: absolute;
3183 - inset: 0;
2616 + top: 0;
2617 + left: 0;
3184 2618 }
3185 2619 .e-global__color-preview-transparent-bg {
3186 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));
3187 2621 background-size: 12px 12px;
3188 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2622 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3189 2623 }
3190 2624 .e-global__color-title {
3191 2625 flex-grow: 1;
3192 2626 white-space: nowrap;
@@ -3191,9 +2625,9 @@
3191 2625 flex-grow: 1;
3192 2626 white-space: nowrap;
3193 2627 text-overflow: ellipsis;
3194 2628 overflow: hidden;
3195 - padding-inline-end: 10px;
2629 + padding-right: 10px;
3196 2630 }
3197 2631 .e-global__color-hex {
3198 2632 font-size: 10px;
3199 2633 color: var(--e-a-color-txt-muted);
@@ -3245,14 +2679,12 @@
3245 2679 max-width: 135px;
3246 2680 width: 100%;
3247 2681 }
3248 2682 .e-control-global.elementor-control .elementor-control-input-wrapper {
3249 - display: flex;
3250 - flex-direction: row;
3251 - align-items: stretch;
2683 + direction: ltr;
3252 2684 }
3253 2685 .e-control-global .elementor-control-spinner {
3254 - margin-inline-end: 4px;
2686 + margin-right: 4px;
3255 2687 }
3256 2688
3257 2689 .elementor-control-type-hidden {
3258 2690 display: none !important;
@@ -3258,9 +2690,9 @@
3258 2690 display: none !important;
3259 2691 }
3260 2692
3261 2693 .elementor-control-type-icon .select2-selection__rendered .eicon {
3262 - margin-inline-end: 3px;
2694 + margin-right: 3px;
3263 2695 }
3264 2696
3265 2697 .elementor-control-type-image_dimensions .elementor-control-field-description {
3266 2698 margin: 0 0 15px;
@@ -3278,19 +2710,19 @@
3278 2710 }
3279 2711 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3280 2712 width: 20px;
3281 2713 text-align: center;
3282 - padding-block-start: 4px;
2714 + padding-top: 4px;
3283 2715 }
3284 2716 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3285 2717 display: block;
3286 - margin-block-start: 5px;
2718 + margin-top: 5px;
3287 2719 color: var(--e-a-color-txt-disabled);
3288 2720 font-size: 10px;
3289 2721 text-align: center;
3290 2722 }
3291 2723 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3292 - margin-inline-start: auto;
2724 + margin-left: auto;
3293 2725 }
3294 2726
3295 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 {
3296 2728 display: none;
@@ -3302,11 +2734,11 @@
3302 2734 display: none;
3303 2735 }
3304 2736 .elementor-control-media .eicon-plus-circle {
3305 2737 position: absolute;
3306 - inset-block-start: 50%;
3307 - inset-inline-start: 50%;
3308 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2738 + top: 50%;
2739 + left: 50%;
2740 + transform: translate(-50%, -50%);
3309 2741 color: var(--e-a-color-white);
3310 2742 font-size: 20px;
3311 2743 }
3312 2744 .elementor-control-media__content__upload-button {
@@ -3315,13 +2747,14 @@
3315 2747 .elementor-control-media__preview {
3316 2748 height: 100%;
3317 2749 background-size: cover;
3318 2750 background-position: center;
2751 + padding-bottom: 42.8571%;
3319 2752 }
3320 2753 .elementor-control-media-area {
3321 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));
3322 2755 background-size: 16px 16px;
3323 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2756 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3324 2757 background-color: var(--e-a-bg-default);
3325 2758 border: var(--e-a-border-bold);
3326 2759 aspect-ratio: 21/9;
3327 2760 }
@@ -3329,11 +2762,11 @@
3329 2762 display: none;
3330 2763 }
3331 2764 .elementor-control-media-area .eicon-video-camera {
3332 2765 position: absolute;
3333 - inset-block-start: 50%;
3334 - inset-inline-start: 50%;
3335 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2766 + top: 50%;
2767 + left: 50%;
2768 + transform: translate(-50%, -50%);
3336 2769 color: rgba(255, 255, 255, 0.7);
3337 2770 font-size: 21px;
3338 2771 }
3339 2772 .elementor-control-media .elementor-control-media__content {
@@ -3344,14 +2777,17 @@
3344 2777 }
3345 2778 .elementor-control-media .elementor-control-media__content:hover:after {
3346 2779 content: "";
3347 2780 position: absolute;
3348 - inset: 0;
2781 + top: 0;
2782 + bottom: 0;
2783 + left: 0;
2784 + right: 0;
3349 2785 background-color: rgba(0, 0, 0, 0.2);
3350 2786 pointer-events: none;
3351 2787 }
3352 2788 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3353 - inset-block-end: -30px;
2789 + bottom: -30px;
3354 2790 }
3355 2791 .elementor-control-media__content {
3356 2792 transition: all 0.2s ease-in-out;
3357 2793 }
@@ -3356,15 +2792,16 @@
3356 2792 transition: all 0.2s ease-in-out;
3357 2793 }
3358 2794 .elementor-control-media__tools {
3359 2795 position: absolute;
3360 - inset-block-end: 0;
3361 - inset-inline: 0;
2796 + bottom: 0;
2797 + left: 0;
2798 + right: 0;
3362 2799 height: 27px;
3363 2800 transition: all 0.2s ease-in-out;
3364 2801 }
3365 2802 .elementor-control-media__tools > *:not(:first-child) {
3366 - margin-inline-start: 1px;
2803 + margin-left: 1px;
3367 2804 }
3368 2805 .elementor-control-media__tool {
3369 2806 display: flex;
3370 2807 align-items: center;
@@ -3386,10 +2823,10 @@
3386 2823 }
3387 2824 .elementor-control-media__content__remove {
3388 2825 position: absolute;
3389 2826 z-index: 1;
3390 - inset-block-start: 10px;
3391 - inset-inline-end: 10px;
2827 + top: 10px;
2828 + right: 10px;
3392 2829 width: 20px;
3393 2830 height: 20px;
3394 2831 font-size: 11px;
3395 2832 color: var(--e-a-color-white);
@@ -3403,24 +2840,18 @@
3403 2840 }
3404 2841 .elementor-control-media.e-media-empty .elementor-control-file-area {
3405 2842 display: none;
3406 2843 }
3407 -.elementor-control-media__warnings:empty {
3408 - display: none;
3409 -}
3410 -.elementor-control-media__warnings:not(:empty) {
3411 - margin-block-start: 10px;
3412 -}
3413 2844 .elementor-control-media__file {
3414 2845 display: flex;
3415 2846 justify-content: space-between;
3416 2847 align-items: center;
3417 2848 width: 100%;
3418 - margin-block-start: 10px;
2849 + margin-top: 10px;
3419 2850 border: var(--e-a-border);
3420 2851 }
3421 2852 .elementor-control-media__file__content {
3422 - padding-inline-start: 5px;
2853 + padding-left: 5px;
3423 2854 font-size: 12px;
3424 2855 }
3425 2856 .elementor-control-media__file__content__label {
3426 2857 color: #9DA5AE;
@@ -3430,13 +2861,13 @@
3430 2861 align-items: center;
3431 2862 font-weight: 500;
3432 2863 }
3433 2864 .elementor-control-media__file__content__info__icon {
3434 - margin-inline-end: 5px;
2865 + margin-right: 5px;
3435 2866 }
3436 2867 .elementor-control-media__file__controls {
3437 2868 display: flex;
3438 - border-inline-start: var(--e-a-border);
2869 + border-left: var(--e-a-border);
3439 2870 }
3440 2871 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3441 2872 width: 27px;
3442 2873 height: 27px;
@@ -3447,9 +2878,9 @@
3447 2878 display: flex;
3448 2879 justify-content: center;
3449 2880 }
3450 2881 .elementor-control-media__file__controls__remove {
3451 - border-inline-end: var(--e-a-border);
2882 + border-right: var(--e-a-border);
3452 2883 }
3453 2884 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3454 2885 display: none;
3455 2886 }
@@ -3472,12 +2903,12 @@
3472 2903 .elementor-control-media .e-control-image-size {
3473 2904 display: flex;
3474 2905 flex-direction: column;
3475 2906 width: 100%;
3476 - padding-block-start: 20px;
2907 + padding-top: 20px;
3477 2908 }
3478 2909 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3479 - margin-inline-start: auto;
2910 + margin-left: auto;
3480 2911 }
3481 2912
3482 2913 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3483 2914 border: none;
@@ -3486,79 +2917,8 @@
3486 2917 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3487 2918 background-color: var(--e-a-bg-active-bold);
3488 2919 }
3489 2920
3490 -.elementor-control-notice {
3491 - display: flex;
3492 - justify-content: flex-start;
3493 - align-items: flex-start;
3494 - gap: 8px;
3495 - padding: 16px;
3496 - border-radius: 3px;
3497 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3498 - color: var(--e-a-color-txt);
3499 - font-size: 12px;
3500 - font-weight: 400;
3501 - line-height: 1.5;
3502 - text-align: start;
3503 - margin-block-start: 10px;
3504 -}
3505 -.elementor-control-notice-type-info {
3506 - --notice-control-color: var(--e-a-color-info);
3507 -}
3508 -.elementor-control-notice-type-success {
3509 - --notice-control-color: var(--e-a-color-success);
3510 -}
3511 -.elementor-control-notice-type-warning {
3512 - --notice-control-color: var(--e-a-color-warning);
3513 -}
3514 -.elementor-control-notice-type-danger {
3515 - --notice-control-color: var(--e-a-color-danger);
3516 -}
3517 -.elementor-control-notice-icon {
3518 - flex-basis: 18px;
3519 - color: var(--notice-control-color);
3520 -}
3521 -.elementor-control-notice-main {
3522 - display: flex;
3523 - flex-direction: column;
3524 - justify-content: flex-start;
3525 - align-items: flex-start;
3526 - gap: 6px;
3527 - flex: 1;
3528 -}
3529 -.elementor-control-notice-main-heading {
3530 - font-weight: 700;
3531 - font-style: italic;
3532 -}
3533 -.elementor-control-notice-main-content {
3534 - font-style: italic;
3535 - line-height: 1.5;
3536 -}
3537 -.elementor-control-notice-main-actions {
3538 - display: flex;
3539 - gap: 10px;
3540 - padding-block-start: 8px;
3541 -}
3542 -.elementor-control-notice-main a {
3543 - color: inherit;
3544 - font-weight: 700;
3545 - cursor: pointer;
3546 -}
3547 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3548 - color: inherit;
3549 -}
3550 -.elementor-control-notice-dismiss {
3551 - -webkit-appearance: none;
3552 - -moz-appearance: none;
3553 - appearance: none;
3554 - background-color: transparent;
3555 - border: 0;
3556 - padding: 0;
3557 - margin: 0;
3558 - cursor: pointer;
3559 -}
3560 -
3561 2921 .elementor-control-type-popover_toggle input {
3562 2922 display: none;
3563 2923 }
3564 2924 .elementor-control-type-popover_toggle label {
@@ -3564,11 +2924,9 @@
3564 2924 .elementor-control-type-popover_toggle label {
3565 2925 cursor: pointer;
3566 2926 }
3567 2927 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3568 - display: flex;
3569 - flex-direction: row-reverse;
3570 - align-items: center;
2928 + direction: rtl;
3571 2929 }
3572 2930 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3573 2931 color: var(--e-a-color-txt-active);
3574 2932 background-color: var(--e-a-bg-active-bold);
@@ -3589,9 +2947,10 @@
3589 2947 background-color: var(--e-a-bg-hover);
3590 2948 }
3591 2949 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3592 2950 color: var(--e-a-color-txt-muted);
3593 - margin-inline-end: 5px;
2951 + -webkit-margin-start: 5px;
2952 + margin-inline-start: 5px;
3594 2953 }
3595 2954 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3596 2955 color: var(--e-a-color-txt);
3597 2956 }
@@ -3596,65 +2955,61 @@
3596 2955 color: var(--e-a-color-txt);
3597 2956 }
3598 2957
3599 2958 .elementor-controls-popover.e-controls-popover--typography {
3600 - padding-block-start: 0;
2959 + padding-top: 0;
3601 2960 }
3602 2961
3603 2962 .e-control-global .elementor-control-popover-toggle-toggle-label {
3604 - border-start-start-radius: 0;
3605 - border-start-end-radius: var(--e-a-border-radius);
3606 - border-end-start-radius: 0;
3607 - border-end-end-radius: var(--e-a-border-radius);
2963 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3608 2964 flex-shrink: 0;
3609 2965 }
3610 2966
3611 2967 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
3612 - padding-inline-start: 10px;
3613 - padding-inline-end: 10px;
3614 - padding-block-end: 10px;
2968 + padding-right: 10px;
2969 + padding-left: 10px;
2970 + padding-bottom: 10px;
3615 2971 }
3616 2972 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3617 2973 display: none;
3618 2974 }
3619 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3620 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3621 - display: none;
3622 -}
3623 2975 .elementor-control-type-repeater .elementor-repeater-fields {
3624 2976 margin: 10px 0;
3625 2977 }
3626 2978 .elementor-control-type-repeater .elementor-repeater-row-controls {
3627 2979 border: var(--e-a-border-bold);
3628 - border-block-start-width: 0;
3629 - padding-block-start: 15px;
2980 + border-top-width: 0;
2981 + padding-top: 15px;
3630 2982 }
3631 2983 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3632 2984 display: none;
3633 2985 }
3634 2986 .elementor-control-type-repeater .elementor-repeater-row-tools {
3635 - display: flex;
3636 - align-items: center;
2987 + display: table;
2988 + table-layout: fixed;
3637 2989 width: 100%;
3638 - border: 1px solid var(--e-a-border-color-bold);
3639 - 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;
3640 2994 }
3641 -.elementor-control-type-repeater .elementor-repeater-row-tools > button {
3642 - display: flex;
3643 - align-items: center;
3644 - justify-content: center;
3645 - height: 40px;
3646 - border: none;
3647 - background-color: transparent;
3648 - 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;
3649 3002 cursor: pointer;
3650 3003 }
3651 -.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 {
3652 3008 background-color: var(--e-a-bg-hover);
3653 3009 }
3654 3010 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3655 - flex: 1;
3656 - justify-content: flex-start;
3011 + text-align: left;
3657 3012 padding: 0 10px;
3658 3013 font-size: var(--control-title-size);
3659 3014 white-space: nowrap;
3660 3015 text-overflow: ellipsis;
@@ -3662,9 +3017,9 @@
3662 3017 }
3663 3018 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3664 3019 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3665 3020 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3666 - margin-inline-end: 5px;
3021 + margin-right: 5px;
3667 3022 }
3668 3023 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3669 3024 width: 1em;
3670 3025 }
@@ -3669,24 +3024,21 @@
3669 3024 width: 1em;
3670 3025 }
3671 3026 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3672 3027 width: 40px;
3673 - border-inline-start: 1px solid var(--e-a-border-color-bold);
3674 3028 }
3675 3029 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3030 + cursor: move;
3676 3031 width: 10px;
3677 - border-inline-end: 1px solid var(--e-a-border-color-bold);
3678 - cursor: move;
3032 + color: #fff;
3679 3033 }
3680 3034 .elementor-control-type-repeater .elementor-button-wrapper {
3681 3035 text-align: center;
3682 - padding-block-start: 5px;
3036 + padding-top: 5px;
3683 3037 }
3684 3038
3685 -#elementor-controls,
3686 -#elementor-panel-page-settings-controls,
3687 -#elementor-panel-editorPreferences-settings-controls {
3688 - padding-block-start: 15px;
3039 +#elementor-controls {
3040 + padding-top: 15px;
3689 3041 }
3690 3042
3691 3043 .elementor-control-type-section {
3692 3044 padding: 0;
@@ -3691,15 +3043,15 @@
3691 3043 .elementor-control-type-section {
3692 3044 padding: 0;
3693 3045 }
3694 3046 .elementor-control-type-section.e-open {
3695 - padding-block-end: 10px;
3047 + padding-bottom: 10px;
3696 3048 }
3697 3049 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3698 3050 display: none;
3699 3051 }
3700 3052 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3701 - margin-block-start: 25px;
3053 + margin-top: 25px;
3702 3054 }
3703 3055
3704 3056 .elementor-control-type-select .elementor-control-input-wrapper {
3705 3057 position: relative;
@@ -3715,10 +3067,10 @@
3715 3067 text-transform: inherit;
3716 3068 letter-spacing: inherit;
3717 3069 line-height: inherit;
3718 3070 flex-basis: 100%;
3719 - padding-inline-start: 5px;
3720 - padding-inline-end: 20px;
3071 + padding-left: 5px;
3072 + padding-right: 20px;
3721 3073 cursor: pointer;
3722 3074 }
3723 3075 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3724 3076 color: var(--e-a-color-txt-disabled);
@@ -3730,19 +3082,16 @@
3730 3082 font-family: eicons;
3731 3083 content: "\e8ad";
3732 3084 font-size: 12px;
3733 3085 position: absolute;
3734 - inset-block-start: 50%;
3735 - inset-inline-end: 5px;
3086 + top: 50%;
3736 3087 transform: translateY(-50%);
3088 + right: 5px;
3737 3089 pointer-events: none;
3738 3090 }
3739 -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3740 - max-width: 80px;
3741 -}
3742 3091
3743 3092 .elementor-shadow-box .elementor-shadow-slider {
3744 - margin-block-start: 10px;
3093 + margin-top: 10px;
3745 3094 }
3746 3095 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3747 3096 flex-grow: 1;
3748 3097 }
@@ -3747,12 +3096,9 @@
3747 3096 flex-grow: 1;
3748 3097 }
3749 3098
3750 3099 .elementor-control-type-slider.elementor-control-dynamic input {
3751 - border-start-start-radius: var(--e-a-border-radius);
3752 - border-start-end-radius: 0;
3753 - border-end-start-radius: var(--e-a-border-radius);
3754 - border-end-end-radius: 0;
3100 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3755 3101 }
3756 3102 .elementor-control-type-slider .elementor-control-unit-2 {
3757 3103 width: 21%;
3758 3104 }
@@ -3759,23 +3105,23 @@
3759 3105 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3760 3106 display: block;
3761 3107 }
3762 3108 .elementor-control-type-slider--multiple {
3763 - padding-block-end: 40px;
3109 + padding-bottom: 40px;
3764 3110 }
3765 3111 .elementor-control-type-slider--multiple .elementor-slider {
3766 - margin-block-start: 12px;
3112 + margin-top: 12px;
3767 3113 width: 98%;
3768 3114 }
3769 3115 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3770 3116 border-radius: 0;
3771 3117 width: 10px;
3772 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3118 + transform: translateY(calc(50% - 14px)) translateX(4px);
3773 3119 }
3774 3120 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3775 3121 content: "";
3776 3122 position: absolute;
3777 - inset-block-start: 2px;
3123 + top: 2px;
3778 3124 height: 12px;
3779 3125 width: 11px;
3780 3126 transform: rotate(45deg);
3781 3127 background-color: var(--e-a-color-white);
@@ -3789,13 +3135,10 @@
3789 3135 right: 5px;
3790 3136 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3791 3137 }
3792 3138 .elementor-control-type-slider .elementor-control-dynamic-switcher {
3793 - border-inline-start-width: 0;
3794 - border-start-start-radius: 0;
3795 - border-start-end-radius: var(--e-a-border-radius);
3796 - border-end-start-radius: 0;
3797 - 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;
3798 3141 }
3799 3142 .elementor-control-type-slider .elementor-control-input-wrapper {
3800 3143 display: flex;
3801 3144 align-items: center;
@@ -3800,9 +3143,9 @@
3800 3143 display: flex;
3801 3144 align-items: center;
3802 3145 }
3803 3146 .elementor-control-type-slider .elementor-dynamic-cover {
3804 - margin-block-start: 10px;
3147 + margin-top: 10px;
3805 3148 }
3806 3149 .elementor-control-type-slider.e-units-custom .elementor-slider {
3807 3150 display: none;
3808 3151 }
@@ -3822,9 +3165,9 @@
3822 3165 }
3823 3166 .elementor-slider-input {
3824 3167 width: 21%;
3825 3168 min-width: 54px;
3826 - margin-inline-start: 12px;
3169 + margin-left: 12px;
3827 3170 transition: width 0.3s ease-in-out;
3828 3171 }
3829 3172 .elementor-slider__extra {
3830 3173 position: relative;
@@ -3841,9 +3184,9 @@
3841 3184 position: absolute;
3842 3185 display: flex;
3843 3186 justify-content: space-evenly;
3844 3187 width: 100%;
3845 - margin-block-start: 4px;
3188 + margin-top: 4px;
3846 3189 }
3847 3190 .elementor-slider__scale {
3848 3191 width: 1px;
3849 3192 height: 21px;
@@ -3852,11 +3195,11 @@
3852 3195 .elementor-slider .noUi-handle {
3853 3196 height: 16px;
3854 3197 width: 16px;
3855 3198 background-color: var(--e-a-color-white);
3199 + right: 0;
3200 + transform: translateY(calc(50% - 14px)) translateX(8px);
3856 3201 position: absolute;
3857 - inset-inline-end: 0;
3858 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3859 3202 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3860 3203 border-radius: 50%;
3861 3204 }
3862 3205 .elementor-slider .noUi-connects {
@@ -3866,9 +3209,12 @@
3866 3209 }
3867 3210 .elementor-slider .noUi-connect {
3868 3211 position: absolute;
3869 3212 z-index: 0;
3870 - inset: 0;
3213 + top: 0;
3214 + left: 0;
3215 + height: 100%;
3216 + width: 100%;
3871 3217 will-change: transform;
3872 3218 transform-origin: 0 0;
3873 3219 background-color: var(--e-a-border-color-focus);
3874 3220 }
@@ -3873,9 +3219,9 @@
3873 3219 background-color: var(--e-a-border-color-focus);
3874 3220 }
3875 3221 .elementor-slider .noUi-tooltip {
3876 3222 position: absolute;
3877 - inset-block-start: calc(100% + 5px);
3223 + top: calc(100% + 5px);
3878 3224 left: calc(50% - 4px);
3879 3225 transform: translateX(-50%);
3880 3226 font-size: 10px;
3881 3227 }
@@ -3900,9 +3246,9 @@
3900 3246 padding: 15px 20px 0;
3901 3247 font-size: 11px;
3902 3248 cursor: pointer;
3903 3249 color: var(--e-a-color-txt-muted);
3904 - border-block-start: var(--e-a-border);
3250 + border-top: var(--e-a-border);
3905 3251 margin: 0 -20px;
3906 3252 }
3907 3253 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3908 3254 color: var(--e-a-color-txt);
@@ -3925,13 +3271,13 @@
3925 3271 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3926 3272 fill: var(--e-a-border-color-focus);
3927 3273 }
3928 3274 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3929 - margin-block-end: 15px;
3275 + margin-bottom: 15px;
3930 3276 }
3931 3277 .elementor-control-type-structure .elementor-control-structure-preset-title {
3932 3278 text-align: center;
3933 - padding-block-start: 5px;
3279 + padding-top: 5px;
3934 3280 font-style: italic;
3935 3281 font-size: 11px;
3936 3282 color: #9DA5AE;
3937 3283 }
@@ -3936,9 +3282,9 @@
3936 3282 color: #9DA5AE;
3937 3283 }
3938 3284
3939 3285 .elementor-control-type-switcher .elementor-control-input-wrapper {
3940 - text-align: end;
3286 + text-align: right;
3941 3287 }
3942 3288 .elementor-control-type-switcher .elementor-switch {
3943 3289 position: relative;
3944 3290 display: inline-block;
@@ -3962,9 +3308,9 @@
3962 3308 transition-property: opacity, background;
3963 3309 }
3964 3310 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3965 3311 position: absolute;
3966 - inset-block-start: 0;
3312 + top: 0;
3967 3313 width: 50%;
3968 3314 text-align: center;
3969 3315 line-height: 20px;
3970 3316 transition: inherit;
@@ -3970,14 +3316,14 @@
3970 3316 transition: inherit;
3971 3317 }
3972 3318 .elementor-control-type-switcher .elementor-switch-label:before {
3973 3319 content: attr(data-off);
3974 - inset-inline-end: 5px;
3320 + right: 5px;
3975 3321 color: var(--e-a-color-txt-muted);
3976 3322 }
3977 3323 .elementor-control-type-switcher .elementor-switch-label:after {
3978 3324 content: attr(data-on);
3979 - inset-inline-start: 5px;
3325 + left: 5px;
3980 3326 color: var(--e-a-btn-color);
3981 3327 opacity: 0;
3982 3328 }
3983 3329 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3990,28 +3336,25 @@
3990 3336 opacity: 1;
3991 3337 }
3992 3338 .elementor-control-type-switcher .elementor-switch-handle {
3993 3339 position: absolute;
3994 - inset-block-start: 1px;
3995 - inset-inline-start: 1px;
3340 + top: 1px;
3341 + left: 1px;
3996 3342 width: 18px;
3997 3343 height: 18px;
3998 3344 background: white;
3999 3345 border-radius: 10px;
4000 - transition: inset-inline-start 0.15s ease-out;
3346 + transition: left 0.15s ease-out;
4001 3347 }
4002 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
4003 - inset-inline-start: initial;
4004 - inset-inline-end: 1px;
3349 + left: initial;
3350 + right: 1px;
4005 3351 }
4006 3352
4007 3353 .elementor-control-type-tabs {
4008 - display: none;
3354 + display: flex;
4009 3355 font-size: var(--control-title-size);
4010 3356 }
4011 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
4012 - display: flex;
4013 -}
4014 3357
4015 3358 .elementor-control-type-tab {
4016 3359 text-align: center;
4017 3360 width: 100%;
@@ -4016,22 +3359,22 @@
4016 3359 text-align: center;
4017 3360 width: 100%;
4018 3361 padding: 0;
4019 3362 line-height: 25px;
4020 - border-block-start: var(--e-a-border-bold);
4021 - border-block-end: var(--e-a-border-bold);
4022 - 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);
4023 3366 transition: var(--e-a-transition-hover);
4024 3367 cursor: pointer;
4025 3368 }
4026 3369 .elementor-control-type-tab:first-child {
4027 - border-inline-start: var(--e-a-border-bold);
4028 - border-start-start-radius: var(--e-a-border-radius);
4029 - 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);
4030 3373 }
4031 3374 .elementor-control-type-tab:last-child {
4032 - border-start-end-radius: var(--e-a-border-radius);
4033 - 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);
4034 3377 }
4035 3378 .elementor-control-type-tab:hover {
4036 3379 background-color: var(--e-a-bg-hover);
4037 3380 }
@@ -4054,11 +3397,11 @@
4054 3397 }
4055 3398 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4056 3399 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4057 3400 position: absolute;
4058 - inset-block-start: 0;
4059 - inset-inline-end: 0;
3401 + top: 0;
4060 3402 z-index: 1;
3403 + right: 0;
4061 3404 }
4062 3405 .elementor-control-type-textarea .elementor-control-input-wrapper,
4063 3406 .elementor-control-type-code .elementor-control-input-wrapper {
4064 3407 position: relative;
@@ -4109,12 +3452,12 @@
4109 3452 font-size: 12px;
4110 3453 }
4111 3454 .elementor-control-type-url .elementor-control-url-more-options {
4112 3455 display: none;
4113 - padding-block-start: 10px;
3456 + padding-top: 10px;
4114 3457 }
4115 3458 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
4116 - margin-block-start: 10px;
3459 + margin-top: 10px;
4117 3460 }
4118 3461 .elementor-control-type-url .elementor-control-url-more:hover {
4119 3462 color: var(--e-a-color-txt-hover);
4120 3463 }
@@ -4126,9 +3469,9 @@
4126 3469 display: flex;
4127 3470 align-items: center;
4128 3471 }
4129 3472 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4130 - padding-block-end: 10px;
3473 + padding-bottom: 10px;
4131 3474 }
4132 3475 .elementor-control-type-url .elementor-control-url-option input,
4133 3476 .elementor-control-type-url .elementor-control-url-option label {
4134 3477 cursor: pointer;
@@ -4135,10 +3478,10 @@
4135 3478 }
4136 3479 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4137 3480 display: none;
4138 3481 position: absolute;
4139 - inset-block-start: 5px;
4140 - inset-inline-end: 0;
3482 + top: 5px;
3483 + right: 0;
4141 3484 width: 10px;
4142 3485 height: 10px;
4143 3486 font-size: 10px;
4144 3487 color: var(--e-a-color-txt-disabled);
@@ -4147,9 +3490,9 @@
4147 3490 font-size: var(--control-title-size);
4148 3491 }
4149 3492 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4150 3493 width: 100%;
4151 - margin-block-start: 10px;
3494 + margin-top: 10px;
4152 3495 }
4153 3496 .elementor-control-type-url .elementor-input:focus ~ div {
4154 3497 border-color: var(--e-a-border-color-focus);
4155 3498 }
@@ -4186,79 +3529,11 @@
4186 3529 background: var(--e-a-bg-hover);
4187 3530 }
4188 3531 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4189 3532 font-size: 10px;
4190 - padding-block-start: 2px;
3533 + padding-top: 2px;
4191 3534 }
4192 3535
4193 -.elementor-control-type-visual_choice {
4194 - width: 100%;
4195 -}
4196 -
4197 -.elementor-visual-choice-choices {
4198 - display: grid;
4199 - gap: 8px;
4200 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4201 - text-align: center;
4202 - border-radius: var(--e-a-border-radius);
4203 - overflow: hidden;
4204 -}
4205 -
4206 -.elementor-visual-choice-element {
4207 - display: flex;
4208 - flex-direction: column;
4209 - align-items: center;
4210 - justify-content: center;
4211 - gap: 8px;
4212 - width: auto;
4213 -}
4214 -.elementor-visual-choice-element-image label {
4215 - border: var(--e-a-border-bold);
4216 - border-radius: var(--e-a-border-radius);
4217 - font-size: 12px;
4218 - transition: var(--e-a-transition-hover);
4219 - cursor: pointer;
4220 - overflow: hidden;
4221 - width: 100%;
4222 - padding: 8px;
4223 -}
4224 -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label {
4225 - background-color: var(--e-a-bg-active-bold);
4226 - opacity: 1;
4227 -}
4228 -.elementor-visual-choice-element-image input:checked + label {
4229 - border-color: var(--e-a-color-primary-bold);
4230 -}
4231 -.elementor-visual-choice-element-image input:not(:checked) + label {
4232 - background-color: var(--e-a-color-white);
4233 - opacity: 0.5;
4234 -}
4235 -.elementor-visual-choice-element-image img {
4236 - width: 100%;
4237 - height: auto;
4238 -}
4239 -.elementor-visual-choice-element-button {
4240 - grid-column: span var(--elementor-visual-choice-columns);
4241 -}
4242 -.elementor-visual-choice-element-button label {
4243 - width: -moz-fit-content;
4244 - width: fit-content;
4245 -}
4246 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4247 - background-color: var(--e-a-bg-active-bold);
4248 -}
4249 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4250 - border-color: var(--e-a-color-primary-bold);
4251 -}
4252 -
4253 -.elementor-label-inline .elementor-visual-choice-choices {
4254 - justify-content: flex-end;
4255 -}
4256 -
4257 -.tipsy-inner {
4258 - white-space: pre-line;
4259 -}
4260 -
4261 3536 .elementor-control-type-wp_widget .widget-inside {
4262 3537 line-height: 2;
4263 3538 background-color: inherit;
4264 3539 display: block;
@@ -4274,9 +3549,9 @@
4274 3549 border: var(--e-a-border);
4275 3550 }
4276 3551 .elementor-control-type-wysiwyg .wp-editor-tabs {
4277 3552 border: var(--e-a-border-bold);
4278 - border-block-end: none;
3553 + border-bottom: none;
4279 3554 border-start-start-radius: var(--e-a-border-radius);
4280 3555 border-start-end-radius: var(--e-a-border-radius);
4281 3556 border-end-end-radius: 0;
4282 3557 border-end-start-radius: 0;
@@ -4349,11 +3624,8 @@
4349 3624 font-size: 16px;
4350 3625 }
4351 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 {
4352 3627 color: var(--e-a-color-txt-active);
4353 - background: var(--e-a-bg-hover);
4354 - border-color: var(--e-a-border-color);
4355 - box-shadow: none;
4356 3628 }
4357 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 {
4358 3630 color: var(--e-a-color-txt-active);
4359 3631 }
@@ -4370,46 +3642,18 @@
4370 3642 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4371 3643 border: none;
4372 3644 }
4373 3645
4374 -@media screen and (prefers-color-scheme: dark) {
4375 - #wp-link-wrap {
4376 - color-scheme: light;
4377 - --e-a-color-txt: #515962;
4378 - --e-a-bg-default: #ffffff;
4379 - --e-a-border-color-bold: #D5D8DC;
4380 - --e-a-color-primary-bold: #D004D4;
4381 - }
4382 - #wp-link {
4383 - color: var(--e-a-color-txt);
4384 - }
4385 - #wp-link input {
4386 - background-color: var(--e-a-bg-default);
4387 - border-color: var(--e-a-border-color-bold);
4388 - }
4389 - #wp-link input[type=checkbox] {
4390 - border-color: var(--e-a-border-color-bold);
4391 - }
4392 - #wp-link input[type=checkbox]:checked {
4393 - background: var(--e-a-color-primary-bold);
4394 - }
4395 - #wp-link input.button-primary {
4396 - background: #2271b1;
4397 - border-color: #2271b1;
4398 - color: #fff;
4399 - }
4400 -}
4401 3646 #elementor-mode-switcher {
4402 3647 --e-a-mode-switcher-width: 15px;
4403 3648 --e-a-mode-switcher-height: 50px;
4404 3649 --e-a-mode-switcher-icon-size: 15px;
4405 3650 position: absolute;
4406 - inset-block-start: 50%;
4407 - inset-inline-start: 100%;
3651 + left: 100%;
3652 + top: 50%;
4408 3653 transform: translateY(-50%);
4409 3654 background-color: var(--e-a-bg-default);
4410 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4411 - transition: 0.3s opacity;
3655 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4412 3656 }
4413 3657 #elementor-mode-switcher:hover {
4414 3658 background-color: var(--e-a-bg-hover);
4415 3659 }
@@ -4415,12 +3659,8 @@
4415 3659 }
4416 3660 #elementor-mode-switcher:focus-within {
4417 3661 background-color: var(--e-a-bg-active);
4418 3662 }
4419 -.e-panel-block-interactions #elementor-mode-switcher {
4420 - opacity: 0;
4421 - pointer-events: none;
4422 -}
4423 3663 #elementor-mode-switcher-preview i {
4424 3664 display: flex;
4425 3665 flex-direction: column;
4426 3666 justify-content: center;
@@ -4435,19 +3675,16 @@
4435 3675
4436 3676 .elementor-revision-item__wrapper {
4437 3677 display: flex;
4438 3678 align-items: center;
4439 - text-align: start;
4440 - width: 100%;
4441 3679 border: var(--e-a-border);
4442 3680 border-radius: var(--e-a-border-radius);
4443 3681 padding: 10px 15px;
4444 - margin-block-end: 10px;
3682 + margin-bottom: 10px;
4445 3683 font-size: 11px;
4446 3684 transition: var(--e-a-transition-hover);
4447 - background-color: transparent;
4448 3685 }
4449 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3686 +.elementor-revision-item__wrapper:hover {
4450 3687 background-color: var(--e-a-bg-hover);
4451 3688 }
4452 3689 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4453 3690 display: none;
@@ -4462,14 +3699,14 @@
4462 3699 .elementor-revision-item__gravatar img {
4463 3700 display: block;
4464 3701 }
4465 3702 .elementor-revision-item__details {
4466 - padding-inline-start: 15px;
3703 + padding-left: 15px;
4467 3704 flex-grow: 1;
4468 3705 cursor: pointer;
4469 3706 }
4470 3707 .elementor-revision-meta {
4471 - padding-block-start: 5px;
3708 + padding-top: 5px;
4472 3709 font-size: 10px;
4473 3710 font-weight: bold;
4474 3711 }
4475 3712 .elementor-revision-current-preview .elementor-revision-item__wrapper {
@@ -4478,11 +3715,11 @@
4478 3715 }
4479 3716
4480 3717 #elementor-panel-revisions-loading {
4481 3718 position: absolute;
4482 - inset-block-start: 50%;
4483 - inset-inline-start: 50%;
4484 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3719 + top: 50%;
3720 + left: 50%;
3721 + transform: translate(-50%, -50%);
4485 3722 }
4486 3723 #elementor-panel-revisions-loading .eicon-loading {
4487 3724 font-size: 50px;
4488 3725 }
@@ -4490,31 +3727,28 @@
4490 3727 .elementor-panel-revisions-buttons {
4491 3728 display: flex;
4492 3729 justify-content: space-between;
4493 3730 padding: 15px 20px;
4494 - border-block-end: var(--e-a-border);
3731 + border-bottom: var(--e-a-border);
4495 3732 }
4496 3733
4497 3734 .elementor-history-item {
4498 3735 display: flex;
4499 3736 align-items: center;
4500 - text-align: start;
4501 3737 border: var(--e-a-border);
4502 3738 border-radius: var(--e-a-border-radius);
4503 3739 padding: 10px 15px;
4504 - margin-block-end: 10px;
4505 - width: 100%;
3740 + margin-bottom: 10px;
4506 3741 font-size: 11px;
4507 3742 line-height: 1.4;
4508 - background-color: transparent;
4509 3743 cursor: pointer;
4510 3744 transition: var(--e-a-transition-hover);
4511 3745 }
4512 -.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) {
4513 3747 background-color: var(--e-a-bg-hover);
4514 3748 color: var(--e-a-txt-color-hover);
4515 3749 }
4516 -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
3750 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4517 3751 content: "\e924";
4518 3752 }
4519 3753 .elementor-history-item-current {
4520 3754 border-color: var(--e-a-border-color-accent);
@@ -4520,9 +3754,9 @@
4520 3754 border-color: var(--e-a-border-color-accent);
4521 3755 background-color: var(--e-a-bg-active);
4522 3756 color: var(--e-a-txt-color-active);
4523 3757 }
4524 -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before {
3758 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4525 3759 content: "\e90e";
4526 3760 }
4527 3761 .elementor-history-item__details {
4528 3762 width: 95%;
@@ -4536,23 +3770,25 @@
4536 3770 .elementor-history-item__action {
4537 3771 font-style: italic;
4538 3772 text-decoration: underline;
4539 3773 }
3774 +.elementor-history-item .__icon {
3775 + float: right;
3776 +}
4540 3777 .elementor-history-revisions-message {
4541 3778 font-size: 11px;
4542 3779 text-align: center;
4543 - padding-block-start: 5px;
3780 + padding-top: 5px;
4544 3781 }
4545 3782
4546 3783 #elementor-panel-history {
4547 - padding: 20px;
4548 - padding-block-end: 15px;
3784 + padding: 20px 20px 15px;
4549 3785 }
4550 3786 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4551 - padding-block-start: 20px;
3787 + padding-top: 20px;
4552 3788 }
4553 3789 #elementor-panel-history:not(.elementor-empty) {
4554 - margin-block-start: 10px;
3790 + margin-top: 10px;
4555 3791 }
4556 3792
4557 3793 #elementor-panel-history-no-items,
4558 3794 #elementor-panel-revisions-no-revisions {
@@ -4559,87 +3795,11 @@
4559 3795 text-align: center;
4560 3796 }
4561 3797 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4562 3798 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4563 - margin-block-start: 20px;
3799 + margin-top: 20px;
4564 3800 }
4565 3801
4566 -.e-control-display-conditions-promotion__wrapper {
4567 - display: flex;
4568 - justify-content: space-between;
4569 -}
4570 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4571 - color: var(--e-a-color-accent-promotion);
4572 -}
4573 -.e-control-display-conditions-promotion__description {
4574 - display: flex;
4575 - align-self: center;
4576 -}
4577 -.e-control-display-conditions-promotion__text {
4578 - display: inline-block;
4579 -}
4580 -.e-control-display-conditions-promotion__lock-wrapper {
4581 - width: 2.5rem;
4582 - display: flex;
4583 - justify-content: center;
4584 - align-items: center;
4585 -}
4586 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4587 - color: var(--e-a-color-accent-promotion-disabled);
4588 -}
4589 -.e-control-display-conditions-promotion.eicon-flow {
4590 - align-self: flex-end;
4591 - cursor: pointer;
4592 - border: var(--e-a-border-bold);
4593 - border-radius: var(--e-a-border-radius);
4594 - padding: 5px;
4595 -}
4596 -.e-control-display-conditions-promotion.eicon-flow.filled {
4597 - background-color: var(--e-a-bg-active);
4598 - color: #E73CF6;
4599 -}
4600 -
4601 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4602 - color: var(--e-a-color-accent-promotion);
4603 -}
4604 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4605 - margin-inline-end: 0;
4606 -}
4607 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4608 - display: flex;
4609 - flex-direction: column;
4610 - justify-content: center;
4611 - padding-inline-start: 5px;
4612 - padding-inline-end: 20px;
4613 - cursor: pointer;
4614 - height: 27px;
4615 - width: 100%;
4616 - color: var(--e-a-color-txt);
4617 - border-radius: var(--e-a-border-radius);
4618 - background-color: var(--e-a-bg-default);
4619 - box-shadow: none;
4620 - border: var(--e-a-border-bold);
4621 - font-size: var(--control-title-size);
4622 -}
4623 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4624 - width: 2.5rem;
4625 - display: flex;
4626 - justify-content: center;
4627 - align-items: center;
4628 -}
4629 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4630 - color: var(--e-a-color-accent-promotion-disabled);
4631 -}
4632 -
4633 -.e-link-promotion {
4634 - font-family: "Roboto", sans-serif;
4635 - font-weight: 500;
4636 - color: #93003f;
4637 -}
4638 -.e-link-promotion:hover {
4639 - color: #93003f;
4640 -}
4641 -
4642 3802 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4643 3803 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4644 3804 display: none;
4645 3805 }
@@ -4649,10 +3809,14 @@
4649 3809 display: flex;
4650 3810 }
4651 3811 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4652 3812 pointer-events: none;
4653 - visibility: hidden;
3813 + opacity: 0.4;
4654 3814 }
3815 +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3816 + cursor: inherit;
3817 + color: inherit;
3818 +}
4655 3819
4656 3820 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4657 3821 display: none;
4658 3822 }
@@ -4666,9 +3830,9 @@
4666 3830 display: none;
4667 3831 }
4668 3832
4669 3833 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4670 - margin-block-end: 15px;
3834 + margin-bottom: 15px;
4671 3835 position: relative;
4672 3836 }
4673 3837 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4674 3838 background-color: var(--e-a-bg-default);
@@ -4679,13 +3843,11 @@
4679 3843 }
4680 3844 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4681 3845 cursor: pointer;
4682 3846 color: var(--e-a-color-txt);
4683 - background-color: transparent;
4684 - border: none;
4685 3847 padding: 5px;
4686 3848 }
4687 -.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 {
4688 3850 color: var(--e-a-color-txt-hover);
4689 3851 }
4690 3852 .elementor-control-type-global-style-repeater .elementor-control {
4691 3853 padding: 0;
@@ -4711,18 +3873,18 @@
4711 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 {
4712 3874 display: none;
4713 3875 }
4714 3876 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
4715 - margin-block-start: 0;
3877 + margin-top: 0;
4716 3878 }
4717 3879 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4718 3880 align-self: end;
4719 - margin-block-start: 35px;
4720 - inset-block-start: 0;
3881 + margin-top: 35px;
3882 + top: 0;
4721 3883 width: 100%;
4722 3884 }
4723 3885 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4724 - inset-inline-end: 5px;
3886 + right: 5px;
4725 3887 }
4726 3888 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4727 3889 padding: 0 20px 15px;
4728 3890 }
@@ -4730,14 +3892,14 @@
4730 3892 flex-grow: initial;
4731 3893 }
4732 3894 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4733 3895 text-align: center;
4734 - border-block-start: var(--e-a-border);
4735 - padding-block-start: 15px;
3896 + border-top: var(--e-a-border);
3897 + padding-top: 15px;
4736 3898 }
4737 3899 .elementor-control-type-global-style-repeater .pickr,
4738 3900 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4739 - margin-inline-start: 5px;
3901 + margin-left: 5px;
4740 3902 }
4741 3903 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4742 3904 background-color: var(--e-a-color-info);
4743 3905 opacity: 0.9;
@@ -4745,15 +3907,15 @@
4745 3907 margin: 8px 0;
4746 3908 height: 2px;
4747 3909 }
4748 3910 .elementor-control-system_colors, .elementor-control-system_typography {
4749 - padding-block-end: 0;
3911 + padding-bottom: 0;
4750 3912 }
4751 3913
4752 3914 .e-global-colors__color-value {
4753 3915 font-size: 10px;
4754 3916 padding: 0 5px;
4755 - text-align: end;
3917 + text-align: right;
4756 3918 white-space: nowrap;
4757 3919 text-overflow: ellipsis;
4758 3920 overflow: hidden;
4759 3921 }
@@ -4792,239 +3954,8 @@
4792 3954 100% {
4793 3955 transform: translateY(0);
4794 3956 }
4795 3957 }
4796 -.elementor-button,
4797 -.e-btn {
4798 - font-size: 12px;
4799 - font-weight: 500;
4800 - line-height: 1.2;
4801 - padding: 8px 16px;
4802 - outline: none;
4803 - border: none;
4804 - border-radius: var(--e-a-border-radius);
4805 - background-color: var(--e-a-btn-bg);
4806 - color: var(--e-a-btn-color-invert);
4807 - transition: var(--e-a-transition-hover);
4808 -}
4809 -.elementor-button:hover,
4810 -.e-btn:hover {
4811 - border: none;
4812 -}
4813 -.elementor-button:hover, .elementor-button:focus,
4814 -.e-btn:hover,
4815 -.e-btn:focus {
4816 - background-color: var(--e-a-btn-bg-hover);
4817 - color: var(--e-a-btn-color-invert);
4818 -}
4819 -.elementor-button:active,
4820 -.e-btn:active {
4821 - background-color: var(--e-a-btn-bg-active);
4822 -}
4823 -.elementor-button:not([disabled]),
4824 -.e-btn:not([disabled]) {
4825 - cursor: pointer;
4826 -}
4827 -.elementor-button:disabled,
4828 -.e-btn:disabled {
4829 - background-color: var(--e-a-btn-bg-disabled);
4830 - color: var(--e-a-btn-color-disabled);
4831 -}
4832 -.elementor-button:not(.elementor-button-state) .elementor-state-icon,
4833 -.e-btn:not(.elementor-button-state) .elementor-state-icon {
4834 - display: none;
4835 -}
4836 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4837 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4838 -.e-btn.e-btn-txt,
4839 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4840 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4841 - background: transparent;
4842 - color: var(--e-a-color-txt);
4843 -}
4844 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4845 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4846 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4847 -.e-btn.e-btn-txt:hover,
4848 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4849 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4850 -.e-btn.e-btn-txt:focus,
4851 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4852 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4853 - background: var(--e-a-bg-hover);
4854 - color: var(--e-a-color-txt-hover);
4855 -}
4856 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4857 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4858 -.e-btn.e-btn-txt:disabled,
4859 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4860 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4861 - background: transparent;
4862 - color: var(--e-a-color-txt-disabled);
4863 -}
4864 -.elementor-button.e-btn-txt-border,
4865 -.e-btn.e-btn-txt-border {
4866 - border: 1px solid var(--e-a-color-txt-muted);
4867 -}
4868 -.elementor-button.elementor-button-success, .elementor-button.e-success,
4869 -.e-btn.elementor-button-success,
4870 -.e-btn.e-success {
4871 - background-color: var(--e-a-btn-bg-success);
4872 -}
4873 -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus,
4874 -.e-btn.elementor-button-success:hover,
4875 -.e-btn.elementor-button-success:focus,
4876 -.e-btn.e-success:hover,
4877 -.e-btn.e-success:focus {
4878 - background-color: var(--e-a-btn-bg-success-hover);
4879 -}
4880 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4881 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4882 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4883 -.e-btn.e-primary,
4884 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4885 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4886 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4887 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4888 - background-color: var(--e-a-btn-bg-primary);
4889 - color: var(--e-a-btn-color);
4890 -}
4891 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4892 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover,
4893 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus,
4894 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4895 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4896 -.e-btn.e-primary:hover,
4897 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4898 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4899 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4900 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4901 -.e-btn.e-primary:focus,
4902 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4903 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4904 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4905 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4906 - background-color: var(--e-a-btn-bg-primary-hover);
4907 - color: var(--e-a-btn-color);
4908 -}
4909 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4910 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over,
4911 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4912 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4913 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4914 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4915 -.e-btn.e-primary.e-btn-txt,
4916 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4917 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4918 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4919 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4920 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4921 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4922 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4923 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4924 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4925 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4926 - background: transparent;
4927 - color: var(--e-a-color-primary-bold);
4928 -}
4929 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4930 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover,
4931 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover,
4932 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4933 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4934 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus,
4935 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus,
4936 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4937 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4938 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4939 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4940 -.e-btn.e-primary.e-btn-txt:hover,
4941 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4942 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4943 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4944 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4945 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4946 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4947 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4948 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4949 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4950 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4951 -.e-btn.e-primary.e-btn-txt:focus,
4952 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4953 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4954 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4955 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4956 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4957 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4958 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4959 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4960 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4961 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4962 - background: var(--e-a-bg-primary);
4963 -}
4964 -.elementor-button.go-pro, .elementor-button.e-accent,
4965 -.e-btn.go-pro,
4966 -.e-btn.e-accent {
4967 - background-color: var(--e-a-btn-bg-accent);
4968 -}
4969 -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus,
4970 -.e-btn.go-pro:hover,
4971 -.e-btn.go-pro:focus,
4972 -.e-btn.e-accent:hover,
4973 -.e-btn.e-accent:focus {
4974 - background-color: var(--e-a-btn-bg-accent-hover);
4975 -}
4976 -.elementor-button.go-pro:active, .elementor-button.e-accent:active,
4977 -.e-btn.go-pro:active,
4978 -.e-btn.e-accent:active {
4979 - background-color: var(--e-a-btn-bg-accent-active);
4980 -}
4981 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4982 -.e-btn.elementor-button-info,
4983 -.e-btn.e-info {
4984 - background-color: var(--e-a-btn-bg-info);
4985 -}
4986 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4987 -.e-btn.elementor-button-info:hover,
4988 -.e-btn.elementor-button-info:focus,
4989 -.e-btn.e-info:hover,
4990 -.e-btn.e-info:focus {
4991 - background-color: var(--e-a-btn-bg-info-hover);
4992 -}
4993 -.elementor-button.elementor-button-warning, .elementor-button.e-warning,
4994 -.e-btn.elementor-button-warning,
4995 -.e-btn.e-warning {
4996 - background-color: var(--e-a-btn-bg-warning);
4997 -}
4998 -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus,
4999 -.e-btn.elementor-button-warning:hover,
5000 -.e-btn.elementor-button-warning:focus,
5001 -.e-btn.e-warning:hover,
5002 -.e-btn.e-warning:focus {
5003 - background-color: var(--e-a-btn-bg-warning-hover);
5004 -}
5005 -.elementor-button.elementor-button-danger, .elementor-button.e-danger,
5006 -.e-btn.elementor-button-danger,
5007 -.e-btn.e-danger {
5008 - background-color: var(--e-a-btn-bg-danger);
5009 -}
5010 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
5011 -.e-btn.elementor-button-danger.color-white,
5012 -.e-btn.e-danger.color-white {
5013 - color: var(--e-a-color-white);
5014 -}
5015 -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
5016 -.e-btn.elementor-button-danger:hover,
5017 -.e-btn.elementor-button-danger:focus,
5018 -.e-btn.e-danger:hover,
5019 -.e-btn.e-danger:focus {
5020 - background-color: var(--e-a-btn-bg-danger-hover);
5021 -}
5022 -.elementor-button i,
5023 -.e-btn i {
5024 - margin-inline-end: 5px;
5025 -}
5026 -
5027 3958 body {
5028 3959 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
5029 3960 }
5030 3961 body.elementor-navigator-docked {
@@ -5051,23 +3982,22 @@
5051 3982 }
5052 3983
5053 3984 #elementor-preview-responsive-wrapper {
5054 3985 transform-origin: top center;
5055 - margin: 20px;
3986 + padding: 20px;
5056 3987 transform: scale(var(--e-preview-scale, 1));
5057 - overflow: hidden;
5058 3988 }
5059 3989 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5060 3990 min-width: 1025px;
5061 3991 width: 100%;
5062 3992 height: 100%;
5063 - margin: 0;
3993 + padding: 0;
5064 3994 position: relative;
5065 3995 }
5066 3996 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5067 3997 width: var(--e-editor-preview-width);
5068 3998 height: var(--e-editor-preview-height);
5069 - 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);
5070 4000 box-sizing: content-box;
5071 4001 position: relative;
5072 4002 max-height: calc(100vh - 80px);
5073 4003 }
@@ -5129,10 +4059,9 @@
5129 4059 #elementor-preview-responsive-wrapper .ui-resizable-s {
5130 4060 bottom: 0;
5131 4061 }
5132 4062 #elementor-preview-responsive-wrapper .ui-resizable-e {
5133 - width: 10px;
5134 - right: -5px;
4063 + right: 0;
5135 4064 }
5136 4065 #elementor-preview-responsive-wrapper .ui-resizable-w {
5137 4066 left: 0;
5138 4067 }
@@ -5143,20 +4072,8 @@
5143 4072 background-color: #fff;
5144 4073 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5145 4074 }
5146 4075
5147 -#elementor-template-library-modal button:focus-visible,
5148 -#elementor-template-library-modal a:focus-visible,
5149 -#elementor-template-library-modal input:focus-visible,
5150 -#elementor-template-library-modal select:focus-visible,
5151 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5152 -#elementor-template-library-modal [role=tab]:focus-visible,
5153 -#elementor-template-library-modal [role=radio]:focus-visible,
5154 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5155 - outline: 2px solid var(--e-a-border-color-focus);
5156 - outline-offset: 2px;
5157 - border-radius: 2px;
5158 -}
5159 4076 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5160 4077 font-style: normal;
5161 4078 text-decoration: underline;
5162 4079 }
@@ -5168,17 +4085,8 @@
5168 4085 }
5169 4086 #elementor-template-library-modal .dialog-message {
5170 4087 overflow-y: scroll;
5171 4088 }
5172 -#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 {
5173 - overflow-y: auto;
5174 -}
5175 -#elementor-template-library-modal .e-back-to-editor {
5176 - color: var(--e-a-color-txt);
5177 - text-decoration: underline;
5178 - font-size: 17px;
5179 - cursor: pointer;
5180 -}
5181 4089
5182 4090 #elementor-template-library-header-menu {
5183 4091 text-align: center;
5184 4092 }
@@ -5185,23 +4093,16 @@
5185 4093
5186 4094 .elementor-template-library-menu-item {
5187 4095 display: inline-block;
5188 4096 padding: 17px 20px;
5189 - border-block-end: 3px solid transparent;
4097 + border-bottom: 3px solid transparent;
5190 4098 cursor: pointer;
5191 - background: transparent;
5192 - margin: 0;
5193 - font-size: inherit;
5194 - font-family: inherit;
5195 - color: inherit;
5196 - border: none;
5197 4099 }
5198 4100 .elementor-template-library-menu-item:hover {
5199 4101 background-color: var(--e-a-bg-hover);
5200 4102 border-color: var(--e-a-bg-hover);
5201 4103 }
5202 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5203 - border-block-end: 3px solid;
4104 +.elementor-template-library-menu-item.elementor-active {
5204 4105 border-color: var(--e-a-border-color-accent);
5205 4106 color: var(--e-a-color-txt-accent);
5206 4107 }
5207 4108
@@ -5207,178 +4108,42 @@
5207 4108
5208 4109 #elementor-template-library-header-actions {
5209 4110 display: flex;
5210 4111 }
5211 -#elementor-template-library-header-actions > div,
5212 -#elementor-template-library-header-actions > button {
5213 - background: transparent;
5214 - margin: 0;
5215 - font-size: inherit;
5216 - font-family: inherit;
5217 - color: inherit;
5218 - border: none;
5219 - padding-inline-end: 16px;
5220 - cursor: pointer;
4112 +#elementor-template-library-header-actions > div {
4113 + padding-right: 16px;
5221 4114 }
5222 -#elementor-template-library-header-actions > div:focus-visible,
5223 -#elementor-template-library-header-actions > button:focus-visible {
5224 - outline: 2px solid var(--e-a-border-color-focus);
5225 - outline-offset: -2px;
5226 - border-radius: 2px;
5227 -}
5228 4115
5229 -#elementor-template-library-header-tools.e-hidden-disabled {
5230 - opacity: 0;
5231 - visibility: hidden;
5232 -}
5233 -
5234 4116 #elementor-template-library-header-preview-insert-wrapper {
5235 4117 cursor: default;
5236 4118 padding: 0 10px;
5237 4119 }
5238 4120
5239 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5240 - margin-inline-start: 4px;
5241 -}
5242 -
5243 4121 #elementor-template-library-header-preview-back {
5244 - gap: 10px;
5245 - padding-block: 16.5px 15px;
5246 - padding-inline: 0 16.5px;
5247 - border-inline-end: var(--e-a-border);
4122 + padding: 16.5px 16.5px 15px 0;
4123 + border-right: var(--e-a-border);
5248 4124 cursor: pointer;
5249 4125 transition: color 0.5s;
5250 4126 }
5251 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5252 - background: transparent;
5253 - margin: 0;
5254 - font-size: inherit;
5255 - font-family: inherit;
5256 - color: inherit;
5257 - border: none;
5258 - display: flex;
5259 - align-items: center;
5260 - gap: 10px;
5261 - cursor: pointer;
5262 -}
5263 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5264 - outline: 2px solid var(--e-a-border-color-focus);
5265 - outline-offset: 2px;
5266 - border-radius: 2px;
5267 -}
5268 4127 #elementor-template-library-header-preview-back:hover {
5269 4128 color: var(--e-a-color-txt-hover);
5270 4129 }
5271 4130 #elementor-template-library-header-preview-back i {
4131 + padding-right: 10px;
5272 4132 font-size: 18px;
5273 - scale: calc(1 * var(--direction-multiplier)) 1;
5274 4133 }
4134 +#elementor-template-library-header-preview-back i:before {
4135 + content: "\e87e";
4136 +}
5275 4137
5276 -#elementor-template-library-templates {
5277 - display: flex;
5278 - flex-direction: column;
5279 - 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);
5280 4142 }
5281 -#elementor-template-library-templates .toolbar-container {
5282 - display: flex;
5283 - justify-content: space-between;
5284 - align-items: center;
5285 - gap: 2%;
5286 - height: 45px;
5287 -}
5288 -#elementor-template-library-templates #elementor-template-library-templates-container {
5289 - display: flex;
5290 - flex-wrap: wrap;
5291 - align-items: flex-start;
5292 -}
5293 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5294 - display: none;
5295 -}
5296 -#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"])) {
5297 - justify-content: flex-end;
5298 -}
5299 -#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 {
5300 - display: flex;
5301 - align-items: baseline;
5302 - border-radius: 3px;
5303 -}
5304 -#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 {
5305 - outline: 2px solid var(--e-a-border-color-focus);
5306 - outline-offset: 2px;
5307 -}
5308 -#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 {
5309 - align-items: center;
5310 -}
5311 -#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 {
5312 - font-size: 14px;
5313 - margin-inline-start: 5px;
5314 -}
5315 -#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 {
5316 - width: 200px;
5317 - margin: 0px 10px;
5318 - align-self: center;
5319 - text-align: start;
5320 -}
5321 -#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 {
5322 - font-size: 10px;
5323 -}
5324 -#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 {
5325 - color: var(--e-a-btn-bg-accent);
5326 -}
5327 -#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 {
5328 - height: 4px;
5329 - background-color: var(--e-a-color-primary-bold);
5330 - position: relative;
5331 - display: flex;
5332 - align-items: center;
5333 - padding: 0;
5334 -}
5335 -#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 {
5336 - height: 100%;
5337 - transition: width 0.3s ease;
5338 -}
5339 -#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 {
5340 - background-color: #D004D4;
5341 -}
5342 -#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 {
5343 - background-color: #F59E0B;
5344 -}
5345 -#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 {
5346 - background-color: #93003f;
5347 -}
5348 -#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 {
5349 - background-color: #F0ABFC;
5350 -}
5351 -#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 {
5352 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5353 -}
5354 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5355 - font-size: 12px;
5356 - color: var(--e-a-color-txt);
5357 -}
5358 -#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 {
5359 - border-block-start: var(--e-a-border);
5360 -}
5361 -#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 {
5362 4144 color: var(--e-a-color-txt-active);
5363 4145 }
5364 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5365 - border-block-start: none;
5366 -}
5367 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5368 - padding: 0;
5369 -}
5370 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5371 - max-width: -moz-fit-content;
5372 - max-width: fit-content;
5373 -}
5374 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5375 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5376 - display: none;
5377 -}
5378 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5379 - pointer-events: none;
5380 -}
5381 4146 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5382 4147 margin: 10px -15px 0;
5383 4148 }
5384 4149 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5394,253 +4159,24 @@
5394 4159 #elementor-template-library-templates .elementor-template-library-order-input {
5395 4160 display: none;
5396 4161 }
5397 4162 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5398 - padding-inline-end: 8px;
4163 + padding-right: 8px;
5399 4164 }
5400 4165 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5401 4166 font-family: eicons;
5402 4167 content: "\e8ae";
5403 - margin-inline-start: 3px;
4168 + margin-left: 3px;
5404 4169 }
5405 4170 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5406 4171 content: "\e8ad";
5407 4172 }
5408 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4173 +
4174 +#elementor-template-library-templates-container {
5409 4175 display: flex;
5410 - align-items: center;
5411 - gap: 8px;
4176 + flex-wrap: wrap;
4177 + align-items: flex-start;
5412 4178 }
5413 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5414 - background: transparent;
5415 - margin: 0;
5416 - font-size: inherit;
5417 - font-family: inherit;
5418 - color: inherit;
5419 - border: none;
5420 - cursor: pointer;
5421 - font-size: 20px;
5422 - padding: 0 5px;
5423 - border-radius: 2px;
5424 - color: var(--e-a-color-txt);
5425 -}
5426 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5427 - background-color: var(--e-a-bg-hover);
5428 -}
5429 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5430 - width: 1px;
5431 - height: 20px;
5432 - background-color: var(--e-a-border-color);
5433 -}
5434 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5435 - background-color: var(--e-a-bg-hover);
5436 -}
5437 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5438 - background-color: var(--e-a-bg-hover);
5439 -}
5440 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5441 - display: grid;
5442 - grid-template-columns: repeat(auto-fill, 208px);
5443 - grid-gap: 20px;
5444 - padding: 20px 0;
5445 -}
5446 -#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 {
5447 - grid-column: 1;
5448 -}
5449 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5450 - grid-column: 1/-1;
5451 -}
5452 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5453 - display: flex;
5454 - position: relative;
5455 - flex-direction: column;
5456 - height: 158px;
5457 - padding: 8px;
5458 - border: var(--e-a-border);
5459 - border-radius: 3px;
5460 -}
5461 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5462 - outline: 2px solid var(--e-a-border-color-focus);
5463 - outline-offset: 2px;
5464 -}
5465 -#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 {
5466 - display: flex;
5467 -}
5468 -#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 {
5469 - display: none;
5470 -}
5471 -#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 {
5472 - display: flex !important;
5473 -}
5474 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5475 - width: 190px;
5476 - height: 100px;
5477 - position: relative;
5478 - border-radius: 3px;
5479 - margin-block-end: 4px;
5480 - overflow: hidden;
5481 -}
5482 -#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 {
5483 - -o-object-fit: contain;
5484 - object-fit: contain;
5485 - width: 100%;
5486 - height: 100%;
5487 -}
5488 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5489 - display: none;
5490 - justify-content: center;
5491 - align-items: center;
5492 - position: absolute;
5493 - inset: 0;
5494 - background-color: rgba(0, 0, 0, 0.5);
5495 - cursor: default;
5496 -}
5497 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5498 - font-size: 11px;
5499 - white-space: nowrap;
5500 - text-overflow: ellipsis;
5501 - overflow: hidden;
5502 -}
5503 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5504 - display: flex;
5505 - position: relative;
5506 - justify-content: space-between;
5507 - align-items: center;
5508 - font-size: 11px;
5509 - min-height: 38px;
5510 -}
5511 -#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 {
5512 - display: none;
5513 - width: 90%;
5514 - gap: 8px;
5515 - height: 38px;
5516 - padding: 4px 0;
5517 -}
5518 -#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 {
5519 - display: flex;
5520 -}
5521 -#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 {
5522 - display: flex;
5523 - align-items: center;
5524 -}
5525 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info {
5526 - display: flex;
5527 - flex-direction: column;
5528 - justify-content: center;
5529 - width: 65%;
5530 - align-items: start;
5531 - white-space: nowrap;
5532 - text-overflow: ellipsis;
5533 - overflow: hidden;
5534 -}
5535 -#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 {
5536 - flex-direction: row;
5537 - align-items: center;
5538 - justify-content: start;
5539 - height: 56px;
5540 - padding: 13px 10px;
5541 -}
5542 -#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 {
5543 - font-size: 25px;
5544 - margin-inline-end: 8px;
5545 -}
5546 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle {
5547 - margin-inline-start: auto;
5548 -}
5549 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5550 - display: none;
5551 -}
5552 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5553 - visibility: hidden;
5554 -}
5555 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5556 - visibility: visible;
5557 -}
5558 -#elementor-template-library-templates .bulk-selection-action-bar {
5559 - display: none;
5560 - background: var(--e-a-bg-active);
5561 - padding: 10px 25px;
5562 - border-radius: 5px;
5563 - color: var(--e-a-bg-invert);
5564 - gap: 20px;
5565 - align-items: center;
5566 - flex: 1;
5567 -}
5568 -#elementor-template-library-templates .bulk-selection-action-bar button {
5569 - background: transparent;
5570 - margin: 0;
5571 - font-size: inherit;
5572 - font-family: inherit;
5573 - color: inherit;
5574 - border: none;
5575 - cursor: pointer;
5576 - display: flex;
5577 - align-items: center;
5578 - justify-content: center;
5579 -}
5580 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5581 - pointer-events: none;
5582 - opacity: 0.3;
5583 - cursor: not-allowed;
5584 -}
5585 -#elementor-template-library-templates .bulk-selection-action-bar i {
5586 - cursor: pointer;
5587 - font-size: 18px;
5588 -}
5589 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5590 - font-size: 20px;
5591 -}
5592 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5593 - display: flex;
5594 - flex: 1;
5595 - white-space: nowrap;
5596 - text-overflow: ellipsis;
5597 - overflow: hidden;
5598 -}
5599 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5600 - display: flex;
5601 - flex-direction: row;
5602 - align-items: center;
5603 - gap: 15px;
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 > span {
5609 - white-space: nowrap;
5610 - text-overflow: ellipsis;
5611 - overflow: hidden;
5612 -}
5613 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5614 - padding-inline-start: 8px;
5615 - background-color: var(--e-a-bg-hover);
5616 - color: var(--e-a-color-txt);
5617 -}
5618 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5619 - visibility: visible;
5620 -}
5621 -#elementor-template-library-templates .bulk-selected-item {
5622 - background: var(--e-a-bg-active);
5623 -}
5624 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5625 - position: relative;
5626 - inset-block-start: 3px;
5627 -}
5628 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5629 - inset-block-start: 0px;
5630 -}
5631 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5632 -#elementor-template-library-templates #bulk-select-all:checked {
5633 - background: #69727D;
5634 -}
5635 -#elementor-template-library-templates .checkbox-minus:before {
5636 - display: block;
5637 - content: "";
5638 - width: 10px;
5639 - height: 2px;
5640 - background-color: white;
5641 - transform: none;
5642 -}
5643 4179
5644 4180 #elementor-template-library-toolbar {
5645 4181 display: flex;
5646 4182 justify-content: space-between;
@@ -5651,80 +4187,8 @@
5651 4187 display: flex;
5652 4188 align-items: center;
5653 4189 }
5654 4190
5655 -.elementor-template-library-filter-select-source {
5656 - width: 350px;
5657 - display: flex;
5658 - gap: 10px;
5659 -}
5660 -.elementor-template-library-filter-select-source .source-option {
5661 - flex: 1;
5662 - border: 0.5px solid #BABFC5;
5663 - padding: 5px;
5664 - border-radius: 3px;
5665 - cursor: pointer;
5666 - font-size: 12px;
5667 -}
5668 -.elementor-template-library-filter-select-source .source-option i {
5669 - margin-inline-end: 5px;
5670 -}
5671 -.elementor-template-library-filter-select-source .source-option .new-badge {
5672 - border: 1px solid var(--e-a-color-primary-bold-dark);
5673 - padding: 2px 4px;
5674 - color: var(--e-a-color-primary-bold-dark);
5675 - border-radius: 10px;
5676 - font-size: 10px;
5677 - margin-inline-start: 5px;
5678 -}
5679 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5680 - background-color: var(--e-a-bg-hover);
5681 -}
5682 -
5683 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5684 - display: flex;
5685 - align-items: center;
5686 - justify-content: space-between;
5687 -}
5688 -
5689 -#elementor-template-library-toolbar .source-option-badge,
5690 -.elementor-template-library-connect-states-badge .source-option-badge {
5691 - display: flex;
5692 - align-items: center;
5693 - gap: 6px;
5694 - padding: 6px 12px;
5695 - border: none;
5696 - border-radius: 20px;
5697 - font-size: 14px;
5698 - font-weight: 500;
5699 - white-space: nowrap;
5700 - margin-inline-start: auto;
5701 - margin-inline-end: 15px;
5702 -}
5703 -#elementor-template-library-toolbar .source-option-badge i,
5704 -.elementor-template-library-connect-states-badge .source-option-badge i {
5705 - margin: 0;
5706 - font-size: 14px;
5707 -}
5708 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5709 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5710 - background-color: var(--e-a-bg-info);
5711 - color: var(--e-a-color-info);
5712 -}
5713 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5714 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5715 - color: var(--e-a-color-info);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5719 - background-color: var(--e-a-bg-warning);
5720 - color: var(--e-a-btn-bg-warning-hover);
5721 -}
5722 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5723 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5724 - color: var(--e-a-btn-bg-warning-hover);
5725 -}
5726 -
5727 4191 #elementor-template-library-filter-toolbar-remote {
5728 4192 font-size: 11px;
5729 4193 }
5730 4194
@@ -5729,20 +4193,17 @@
5729 4193 }
5730 4194
5731 4195 #elementor-template-library-order {
5732 4196 display: flex;
5733 - border-inline-end: var(--e-a-border);
4197 + border-right: var(--e-a-border);
5734 4198 }
5735 4199
5736 4200 .elementor-template-library-order-label {
5737 4201 text-transform: uppercase;
5738 - padding-inline-end: 22px;
4202 + padding-right: 22px;
5739 4203 -webkit-user-select: none;
5740 4204 -moz-user-select: none;
5741 4205 user-select: none;
5742 - line-height: 1;
5743 - font-size: 10px;
5744 - font-weight: 500;
5745 4206 }
5746 4207
5747 4208 label.elementor-template-library-order-label {
5748 4209 cursor: pointer;
@@ -5751,9 +4212,9 @@
5751 4212 color: var(--e-a-color-txt-hover);
5752 4213 }
5753 4214
5754 4215 #elementor-template-library-filter .select2 {
5755 - text-align: start;
4216 + text-align: left;
5756 4217 width: calc(27px * 5) !important;
5757 4218 }
5758 4219 #elementor-template-library-filter .select2-selection__rendered {
5759 4220 text-transform: capitalize;
@@ -5760,16 +4221,16 @@
5760 4221 }
5761 4222
5762 4223 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5763 4224 text-transform: capitalize;
5764 - text-align: start;
5765 - padding-inline-start: 5px;
4225 + text-align: left;
4226 + padding-left: 5px;
5766 4227 }
5767 4228
5768 4229 #elementor-template-library-my-favorites {
5769 4230 flex-grow: 1;
5770 - text-align: start;
5771 - padding-inline-start: 20px;
4231 + text-align: left;
4232 + padding-left: 20px;
5772 4233 }
5773 4234
5774 4235 #elementor-template-library-filter-my-favorites {
5775 4236 display: none;
@@ -5792,18 +4253,14 @@
5792 4253 #elementor-template-library-filter-my-favorites-label:hover i:after {
5793 4254 color: var(--e-a-color-primary-bold);
5794 4255 }
5795 4256 #elementor-template-library-filter-my-favorites-label i {
5796 - padding-inline-end: 5px;
4257 + padding-right: 5px;
5797 4258 }
5798 4259 #elementor-template-library-filter-my-favorites-label i:after {
5799 4260 content: "\e923";
5800 4261 }
5801 4262
5802 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5803 - margin-block-end: 10px;
5804 -}
5805 -
5806 4263 #elementor-template-library-filter-text-wrapper {
5807 4264 width: 200px;
5808 4265 position: relative;
5809 4266 }
@@ -5808,19 +4265,16 @@
5808 4265 position: relative;
5809 4266 }
5810 4267 #elementor-template-library-filter-text-wrapper i {
5811 4268 position: absolute;
5812 - inset-block-start: 50%;
5813 - inset-inline-end: 0;
4269 + top: 50%;
4270 + right: 0;
5814 4271 transform: translateY(-50%);
5815 4272 }
5816 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5817 - inset-block-start: 25%;
5818 -}
5819 4273
5820 4274 #elementor-template-library-filter-text {
5821 4275 border: none;
5822 - border-block-end: var(--e-a-border-bold);
4276 + border-bottom: var(--e-a-border-bold);
5823 4277 border-radius: 0;
5824 4278 font-size: 11px;
5825 4279 padding: 8px 15px 8px 0;
5826 4280 transition: border 0.5s;
@@ -5837,37 +4291,24 @@
5837 4291 text-transform: uppercase;
5838 4292 }
5839 4293
5840 4294 .elementor-template-library-template-remote {
5841 - margin: calc(30px / 2);
4295 + margin: calc( 30px / 2 );
5842 4296 padding: 8px;
5843 4297 border: var(--e-a-border);
5844 4298 border-radius: 3px;
5845 4299 }
5846 -.elementor-template-library-template-remote:focus-visible {
5847 - outline: 2px solid var(--e-a-border-color-focus);
5848 - outline-offset: 2px;
5849 -}
5850 -.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 {
5851 4301 background-color: var(--e-a-bg-hover);
5852 4302 }
5853 -.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 {
5854 - opacity: 1;
5855 -}
5856 -.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 {
5857 4304 display: none;
5858 4305 }
5859 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5860 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5861 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5862 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5863 - display: initial;
5864 -}
5865 -.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 {
5866 4307 opacity: 0;
5867 4308 }
5868 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5869 -.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 {
5870 4311 display: none;
5871 4312 }
5872 4313 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5873 4314 content: var(--elementor-template-library-subscription-plan-label);
@@ -5875,10 +4316,10 @@
5875 4316 color: var(--e-a-color-white);
5876 4317 position: absolute;
5877 4318 text-transform: uppercase;
5878 4319 line-height: 1;
5879 - inset-block-start: 5px;
5880 - inset-inline-end: 5px;
4320 + top: 5px;
4321 + right: 5px;
5881 4322 padding: 3px 5px;
5882 4323 font-size: 8px;
5883 4324 border-radius: 2px;
5884 4325 }
@@ -5893,10 +4334,10 @@
5893 4334 }
5894 4335 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5895 4336 position: absolute;
5896 4337 width: 100%;
5897 - inset-block-end: 0;
5898 - inset-inline-start: 0;
4338 + bottom: 0;
4339 + left: 0;
5899 4340 padding: 10px;
5900 4341 background-color: var(--e-a-bg-default);
5901 4342 transition: transform 0.5s;
5902 4343 }
@@ -5902,9 +4343,9 @@
5902 4343 }
5903 4344 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5904 4345 display: none;
5905 4346 }
5906 -.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 {
5907 4348 transform: translateY(100%);
5908 4349 }
5909 4350 .elementor-template-library-template-remote .elementor-template-library-template-body {
5910 4351 position: relative;
@@ -5921,9 +4362,12 @@
5921 4362 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5922 4363 }
5923 4364 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5924 4365 position: absolute;
5925 - inset: 0;
4366 + top: 0;
4367 + left: 0;
4368 + width: 100%;
4369 + height: 100%;
5926 4370 background-color: rgba(0, 0, 0, 0.5);
5927 4371 transition: opacity 0.5s;
5928 4372 cursor: pointer;
5929 4373 }
@@ -5929,11 +4373,11 @@
5929 4373 }
5930 4374 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5931 4375 font-size: 20px;
5932 4376 position: absolute;
5933 - inset-block-start: 50%;
5934 - inset-inline-start: 50%;
5935 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4377 + top: 50%;
4378 + left: 50%;
4379 + transform: translate(-50%, -50%);
5936 4380 }
5937 4381 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5938 4382 display: flex;
5939 4383 justify-content: space-between;
@@ -5942,33 +4386,18 @@
5942 4386 height: 40px;
5943 4387 align-items: center;
5944 4388 }
5945 4389 .elementor-template-library-template-remote .elementor-template-library-template-name {
5946 - text-align: start;
4390 + text-align: left;
5947 4391 flex-grow: 1;
5948 4392 white-space: nowrap;
5949 4393 text-overflow: ellipsis;
5950 4394 overflow: hidden;
5951 - padding-inline-end: 5px;
4395 + padding-right: 5px;
5952 4396 }
5953 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5954 - margin-inline-start: auto;
5955 -}
5956 4397 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5957 - position: absolute;
5958 - width: 1px;
5959 - height: 1px;
5960 - padding: 0;
5961 - margin: -1px;
5962 - overflow: hidden;
5963 - clip: rect(0, 0, 0, 0);
5964 - white-space: nowrap;
5965 - border: 0;
4398 + display: none;
5966 4399 }
5967 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5968 - outline: 2px solid var(--e-a-border-color-focus);
5969 - outline-offset: 2px;
5970 -}
5971 4400 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5972 4401 content: "\e93f";
5973 4402 color: var(--e-a-color-primary-bold);
5974 4403 }
@@ -6003,231 +4432,106 @@
6003 4432 height: 200px;
6004 4433 }
6005 4434
6006 4435 #elementor-template-library-order-toolbar-local,
6007 -.elementor-template-library-template-local,
6008 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4436 +.elementor-template-library-template-local {
6009 4437 display: flex;
6010 4438 align-items: center;
6011 4439 padding: 0 25px;
6012 - text-align: start;
4440 + text-align: left;
6013 4441 }
6014 -@media (max-width: 1439px) {
6015 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6016 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6017 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6018 - width: 33%;
6019 - }
6020 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6021 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6022 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6023 - width: 10%;
6024 - }
6025 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6026 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6027 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6028 - width: 15%;
6029 - }
6030 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6031 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6032 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6033 - width: 15%;
6034 - }
6035 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6036 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6037 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6038 - width: 27%;
6039 - }
6040 -}
6041 -@media (min-width: 1440px) {
6042 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6043 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6044 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6045 - width: 25%;
6046 - }
6047 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6048 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6049 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6050 - width: 17%;
6051 - }
6052 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6053 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6054 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6055 - width: 17%;
6056 - }
6057 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6058 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6059 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6060 - width: 17%;
6061 - }
6062 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6063 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6064 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6065 - width: 24%;
6066 - }
6067 -}
6068 -@media (max-width: 1024px) {
6069 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6070 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6071 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6072 - display: none;
6073 - }
6074 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6075 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6076 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6077 - width: 41%;
6078 - }
6079 -}
6080 4442
6081 -.elementor-template-library-template-local .elementor-template-library-template-more,
6082 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6083 - display: none;
6084 - position: absolute;
6085 - background-color: var(--e-a-bg-default);
6086 - border-radius: var(--e-a-border-radius);
6087 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6088 - inset-block-start: 100%;
6089 - inset-inline-end: 0;
6090 - z-index: 1;
6091 - list-style: none;
6092 - margin: 0;
6093 - padding: 0;
4443 +#elementor-template-library-order-toolbar-local {
4444 + margin-top: 30px;
6094 4445 }
6095 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6096 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6097 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6098 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6099 - background: transparent;
6100 - margin: 0;
6101 - font-size: inherit;
6102 - font-family: inherit;
6103 - color: inherit;
6104 - border: none;
6105 - padding: 10px 20px;
6106 - font-size: 11px;
6107 - cursor: pointer;
6108 - display: flex;
6109 - align-items: center;
6110 - gap: 8px;
6111 - 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;
6112 4450 }
6113 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6114 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6115 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6116 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6117 - cursor: not-allowed;
6118 - color: var(--e-a-color-txt-disabled);
6119 -}
6120 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6121 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6122 - color: var(--e-a-color-txt);
6123 - text-decoration: none;
6124 -}
6125 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6126 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6127 - color: var(--e-a-color-danger);
6128 -}
6129 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6130 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6131 - font-size: 16px;
6132 -}
6133 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6134 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6135 - margin-inline-start: auto;
6136 - cursor: pointer;
6137 - background: none;
6138 - border: none;
6139 - padding: 0;
6140 - display: flex;
6141 - align-items: center;
6142 - justify-content: center;
6143 -}
6144 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6145 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6146 - font-size: 20px;
6147 -}
6148 4451
6149 -.elementor-template-library-template-local,
6150 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4452 +.elementor-template-library-template-local {
6151 4453 height: 50px;
6152 4454 width: 100%;
6153 - margin-block-start: 1px;
4455 + margin-top: 1px;
6154 4456 transition: background-color 0.3s linear;
6155 4457 }
6156 -.elementor-template-library-template-local:hover,
6157 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4458 +.elementor-template-library-template-local:hover {
6158 4459 background-color: var(--e-a-bg-hover);
6159 4460 }
6160 -.elementor-template-library-template-local:first-child,
6161 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6162 - border-start-start-radius: 3px;
6163 - border-start-end-radius: 3px;
6164 - border-end-start-radius: 0;
6165 - border-end-end-radius: 0;
4461 +.elementor-template-library-template-local:first-child {
4462 + border-radius: 3px 3px 0 0;
6166 4463 }
6167 -.elementor-template-library-template-local:last-child,
6168 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6169 - border-start-start-radius: 0;
6170 - border-start-end-radius: 0;
6171 - border-end-start-radius: 3px;
6172 - border-end-end-radius: 3px;
4464 +.elementor-template-library-template-local:last-child {
4465 + border-radius: 0 0 3px 3px;
6173 4466 }
6174 -.elementor-template-library-template-local .elementor-template-library-template-name,
6175 -.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 {
6176 4468 font-weight: 500;
6177 4469 }
6178 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6179 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6180 - font-size: 16px;
6181 -}
6182 4470 .elementor-template-library-template-local .elementor-template-library-template-name,
6183 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6184 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6185 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6186 - padding-inline-end: 20px;
4471 +.elementor-template-library-template-local .elementor-template-library-template-meta {
4472 + padding-right: 20px;
6187 4473 }
6188 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6189 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6190 - padding-inline-end: 10px;
6191 -}
6192 4474 .elementor-template-library-template-local .elementor-template-library-template-name,
6193 4475 .elementor-template-library-template-local .elementor-template-library-template-meta,
6194 4476 .elementor-template-library-template-local .elementor-template-library-template-preview,
6195 -.elementor-template-library-template-local .elementor-template-library-template-action,
6196 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6197 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6198 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6199 -.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 {
6200 4478 white-space: nowrap;
6201 4479 text-overflow: ellipsis;
6202 4480 overflow: hidden;
6203 4481 }
6204 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6205 -.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 {
6206 4483 position: relative;
6207 4484 display: flex;
6208 4485 align-items: center;
6209 4486 }
6210 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6211 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6212 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6213 -.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 {
6214 4488 cursor: pointer;
6215 4489 transition: color 0.5s;
6216 4490 }
6217 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6218 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6219 - color: #F5D0FE;
4491 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4492 + margin-right: 3px;
6220 4493 }
6221 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6222 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6223 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6224 - cursor: not-allowed;
4494 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4495 + margin-left: 6px;
6225 4496 }
6226 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6227 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6228 - 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);
6229 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 +}
6230 4534
6231 4535 #elementor-template-library-preview {
6232 4536 height: 100%;
6233 4537 overflow: hidden;
@@ -6233,9 +4537,9 @@
6233 4537 overflow: hidden;
6234 4538 }
6235 4539 #elementor-template-library-preview iframe {
6236 4540 height: 150%;
6237 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4541 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6238 4542 }
6239 4543 @media (max-width: 1439px) {
6240 4544 #elementor-template-library-preview iframe {
6241 4545 width: 1440px;
@@ -6248,17 +4552,11 @@
6248 4552 }
6249 4553
6250 4554 .elementor-template-library-blank-icon {
6251 4555 font-size: 64px;
6252 - margin-block-start: 45px;
4556 + margin-top: 45px;
6253 4557 line-height: 1;
6254 4558 }
6255 -.elementor-template-library-blank-icon i {
6256 - font-size: 85px;
6257 -}
6258 -.elementor-template-library-blank-icon i.eicon-library-upload {
6259 - font-size: 65px;
6260 -}
6261 4559 .elementor-template-library-blank-icon img {
6262 4560 width: 70px;
6263 4561 }
6264 4562 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6266,9 +4564,9 @@
6266 4564 }
6267 4565
6268 4566 .elementor-template-library-blank-title {
6269 4567 font-size: 30px;
6270 - margin-block-start: 20px;
4568 + margin-top: 20px;
6271 4569 }
6272 4570 @media (max-width: 1439px) {
6273 4571 .elementor-template-library-blank-title {
6274 4572 font-size: 25px;
@@ -6276,20 +4574,20 @@
6276 4574 }
6277 4575
6278 4576 .elementor-template-library-blank-message {
6279 4577 font-size: 18px;
6280 - margin-block-start: 15px;
4578 + margin-top: 15px;
6281 4579 font-weight: 300;
6282 4580 }
6283 4581 @media (max-width: 1439px) {
6284 4582 .elementor-template-library-blank-message {
6285 4583 font-size: 16px;
6286 - margin-block-start: 10px;
4584 + margin-top: 10px;
6287 4585 }
6288 4586 }
6289 4587
6290 4588 #elementor-template-library-save-template-form {
6291 - margin-block-start: 40px;
4589 + margin-top: 40px;
6292 4590 display: flex;
6293 4591 align-items: center;
6294 4592 justify-content: center;
6295 4593 }
@@ -6296,515 +4594,18 @@
6296 4594 #elementor-template-library-save-template-form > * {
6297 4595 height: 55px;
6298 4596 font-size: 16px;
6299 4597 }
6300 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6301 - height: 55px;
6302 - font-size: 16px;
6303 - margin-block-end: 15px;
6304 -}
6305 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6306 - display: block;
6307 - width: 500px;
6308 - margin: 0 auto;
6309 -}
6310 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6311 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6312 - display: none;
6313 -}
6314 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6315 - margin-inline: 5px;
6316 -}
6317 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6318 - display: none;
6319 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6320 - padding: 3px 5px;
6321 - border-radius: 100px;
6322 - margin-inline: 5px;
6323 -}
6324 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6325 - color: var(--e-a-btn-bg-accent);
6326 -}
6327 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6328 - margin-inline-end: 5px;
6329 -}
6330 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6331 - display: inline;
6332 -}
6333 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6334 - display: inline;
6335 - background: var(--e-a-bg-hover);
6336 - padding: 0 2px 1px;
6337 - border: none;
6338 - border-radius: 2px;
6339 - vertical-align: bottom;
6340 - cursor: pointer;
6341 - font-family: inherit;
6342 - font-size: inherit;
6343 - color: inherit;
6344 - line-height: inherit;
6345 -}
6346 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6347 - background: var(--e-a-bg-active);
6348 -}
6349 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6350 - outline: 2px solid var(--e-a-border-color-focus);
6351 - outline-offset: 2px;
6352 -}
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6354 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6355 -#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,
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6357 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6358 - display: inline;
6359 -}
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6361 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6362 -#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,
6363 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6365 - pointer-events: none;
6366 -}
6367 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6368 -#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,
6369 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6370 - display: none;
6371 -}
6372 -#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 {
6373 - color: var(--e-a-color-txt-muted);
6374 - margin-inline: 5px;
6375 -}
6376 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6377 - display: none;
6378 - float: inline-start;
6379 -}
6380 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6381 - font-size: 13px;
6382 - color: var(--e-a-btn-bg-accent);
6383 - text-align: start;
6384 -}
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6386 - color: var(--e-a-btn-bg-accent);
6387 - text-decoration: underline;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6390 - float: inline-end;
6391 -}
6392 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6393 - cursor: not-allowed;
6394 -}
6395 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6396 - display: flex;
6397 - flex-direction: column;
6398 - text-align: start;
6399 - border: var(--e-a-border-bold);
6400 - padding: 15px;
6401 - height: auto;
6402 - gap: 10px;
6403 - position: relative;
6404 -}
6405 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6406 - background: #69727D;
6407 - inset-block-start: -3px;
6408 - position: relative;
6409 -}
6410 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6411 - position: relative;
6412 - display: inline-block;
6413 -}
6414 -#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 {
6415 - white-space: nowrap;
6416 - text-overflow: ellipsis;
6417 - overflow: hidden;
6418 - overflow: visible;
6419 - display: inline-flex;
6420 - align-items: baseline;
6421 - line-height: 27px;
6422 -}
6423 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6425 - flex-shrink: 0;
6426 - position: relative;
6427 - inset-block-start: 2px;
6428 -}
6429 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6430 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6431 - inset-block-start: -2px;
6432 -}
6433 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6434 - vertical-align: bottom;
6435 -}
6436 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6437 - margin-inline: 5px;
6438 - color: var(--e-a-color-txt-muted);
6439 - cursor: pointer;
6440 -}
6441 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6442 - display: none;
6443 - margin-inline-end: 5px;
6444 - align-items: baseline;
6445 - white-space: nowrap;
6446 - text-overflow: ellipsis;
6447 - overflow: hidden;
6448 -}
6449 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6450 - display: inline-flex !important;
6451 -}
6452 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6453 - text-decoration: underline;
6454 - cursor: pointer;
6455 - white-space: nowrap;
6456 - text-overflow: ellipsis;
6457 - overflow: hidden;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6460 - cursor: pointer;
6461 - flex-shrink: 0;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6464 - color: var(--e-a-color-primary-bold);
6465 - font-size: 14px;
6466 -}
6467 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6468 - text-decoration: underline;
6469 -}
6470 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6471 - display: none;
6472 - position: absolute;
6473 - inset-block-start: 40px;
6474 - background-color: var(--e-a-bg-default);
6475 - min-width: 187px;
6476 - overflow: auto;
6477 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6478 - z-index: 1;
6479 - border-radius: 2px;
6480 - max-width: 450px;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6483 - white-space: nowrap;
6484 - text-overflow: ellipsis;
6485 - overflow: hidden;
6486 -}
6487 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6488 - margin: 15px;
6489 -}
6490 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6491 - margin-inline-end: 10px;
6492 -}
6493 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6494 - max-height: 170px;
6495 -}
6496 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6497 - padding: 5px 15px;
6498 - cursor: pointer;
6499 - list-style: none;
6500 -}
6501 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6502 - display: none;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6505 - margin: 0px;
6506 -}
6507 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6508 - text-decoration: underline;
6509 -}
6510 -#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 {
6511 - background: var(--e-a-border-color);
6512 -}
6513 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6514 - outline: 2px solid var(--e-a-border-color-focus);
6515 - outline-offset: -2px;
6516 -}
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6518 - pointer-events: none;
6519 - opacity: 0.3;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6522 - text-align: center;
6523 - font-size: 13px;
6524 - margin: 0 20px;
6525 - padding-block: 15px;
6526 - pointer-events: none;
6527 -}
6528 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6529 - font-size: 24px;
6530 - padding-block-end: 10px;
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6533 - border-block-start: none;
6534 - border-inline: none;
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6537 - pointer-events: none;
6538 - opacity: 0.3;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6541 - display: flex;
6542 - flex-direction: column;
6543 - width: 600px;
6544 - text-align: start;
6545 -}
6546 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6547 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6548 - font-size: 12px;
6549 - font-weight: 400;
6550 - color: var(--e-a-color-txt);
6551 -}
6552 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6553 - width: 100%;
6554 - padding: 12px 15px;
6555 - border: var(--e-a-border-bold);
6556 - border-radius: 3px;
6557 - margin-block-end: 0;
6558 -}
6559 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6560 - border: none;
6561 - padding: 0;
6562 - gap: 12px;
6563 - margin-block-start: 20px;
6564 -}
6565 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6566 - display: flex;
6567 - align-items: center;
6568 - padding: 12px 15px;
6569 - border: var(--e-a-border-bold);
6570 - border-radius: 3px;
6571 - width: 100%;
6572 - line-height: normal;
6573 - gap: 8px;
6574 -}
6575 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6576 - border-color: var(--e-a-color-txt);
6577 -}
6578 -#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 {
6579 - display: flex;
6580 -}
6581 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6582 - margin-inline-end: 0;
6583 - flex-shrink: 0;
6584 - position: relative;
6585 -}
6586 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6587 - inset-block-start: 0;
6588 -}
6589 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6590 - content: "";
6591 - position: absolute;
6592 - inset-inline-end: -8px;
6593 - width: 1px;
6594 - height: 18px;
6595 - background-color: var(--e-a-border-color);
6596 -}
6597 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6598 - margin-inline-start: 12px;
6599 - margin-inline-end: 4px;
6600 - font-size: 24px;
6601 - color: var(--e-a-color-txt);
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6604 - margin-inline-start: 8px;
6605 - margin-inline-end: 0;
6606 - font-size: 24px;
6607 - color: var(--e-a-color-txt);
6608 -}
6609 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6610 - flex: 0 0 auto;
6611 - margin: 0;
6612 - cursor: pointer;
6613 -}
6614 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6615 - margin-inline: 0;
6616 -}
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6618 - display: inline;
6619 - background: transparent;
6620 - padding: 0;
6621 - border-radius: 0;
6622 - vertical-align: baseline;
6623 - text-decoration: underline;
6624 - cursor: pointer;
6625 - margin-inline-start: 0;
6626 -}
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6628 - background: transparent;
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6631 - color: var(--e-a-color-primary-bold);
6632 - text-decoration: underline;
6633 - cursor: pointer;
6634 - margin-inline-start: 4px;
6635 -}
6636 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6637 - text-decoration: none;
6638 -}
6639 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6640 - display: none;
6641 - border: none;
6642 - padding: 0;
6643 - border-radius: 0;
6644 - margin-inline-start: 0;
6645 - background: transparent;
6646 - transition: background-color 0.2s;
6647 - padding: 3px 8px;
6648 -}
6649 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6650 - background-color: var(--e-a-btn-bg-primary-hover);
6651 - border-radius: 3px;
6652 -}
6653 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6654 - color: var(--e-a-btn-bg-accent);
6655 - text-decoration: none;
6656 - display: flex;
6657 - align-items: center;
6658 - gap: 4px;
6659 - font-size: 14px;
6660 - font-weight: 500;
6661 -}
6662 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6663 - margin: 0;
6664 - font-size: 14px;
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6667 - display: none;
6668 -}
6669 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6670 - color: var(--e-a-color-txt-muted);
6671 - margin-inline: 5px;
6672 -}
6673 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6674 - color: var(--e-a-color-info);
6675 - text-decoration: underline;
6676 -}
6677 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6678 - text-decoration: none;
6679 -}
6680 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6681 - display: flex;
6682 - align-items: center;
6683 - gap: 6px;
6684 - padding: 6px 12px;
6685 - border: none;
6686 - border-radius: 20px;
6687 - font-size: 14px;
6688 - font-weight: 500;
6689 - cursor: pointer;
6690 - transition: opacity 0.2s;
6691 - margin-inline-start: auto;
6692 -}
6693 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6694 - opacity: 0.8;
6695 -}
6696 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6697 - margin: 0;
6698 - font-size: 14px;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6701 - background-color: var(--e-a-bg-info);
6702 - color: var(--e-a-color-info);
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6705 - color: var(--e-a-color-info);
6706 -}
6707 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6708 - background-color: var(--e-a-bg-warning);
6709 - color: var(--e-a-btn-bg-warning-hover);
6710 -}
6711 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6712 - color: var(--e-a-btn-bg-warning-hover);
6713 -}
6714 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6715 - display: none;
6716 - margin-inline-start: 8px;
6717 - align-items: center;
6718 - gap: 6px;
6719 -}
6720 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6721 - display: inline-flex !important;
6722 -}
6723 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6724 - text-decoration: underline;
6725 - cursor: pointer;
6726 -}
6727 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6728 - cursor: pointer;
6729 - font-size: 14px;
6730 -}
6731 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6732 - inset-block-start: 75px;
6733 - inset-inline-start: 230px;
6734 -}
6735 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6736 - display: none;
6737 -}
6738 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6739 - display: inline;
6740 -}
6741 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6742 - display: none;
6743 -}
6744 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6745 - border-color: var(--e-a-border-color);
6746 -}
6747 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6749 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6750 - color: var(--e-a-color-txt-disabled);
6751 -}
6752 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6753 - background-color: var(--e-a-color-txt-disabled);
6754 -}
6755 -#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 {
6756 - border-color: var(--e-a-border-color);
6757 -}
6758 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6759 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6760 -#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,
6761 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6762 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6763 - color: var(--e-a-color-txt-disabled);
6764 -}
6765 -#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 {
6766 - background-color: var(--e-a-color-txt-disabled);
6767 -}
6768 -#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 {
6769 - display: inline-flex;
6770 -}
6771 -#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 {
6772 - display: none;
6773 -}
6774 -#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 {
6775 - display: block;
6776 -}
6777 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6778 -#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],
6779 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6780 - pointer-events: none;
6781 -}
6782 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6783 - display: block;
6784 - margin-block-start: 15px;
6785 -}
6786 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6787 - align-self: center;
6788 - margin-block-start: 20px;
6789 - float: none;
6790 -}
6791 4598
6792 4599 #elementor-template-library-save-template-name {
6793 4600 width: 500px;
6794 - padding-inline-start: 25px;
6795 - border-start-start-radius: 3px;
6796 - border-start-end-radius: 0;
6797 - border-end-start-radius: 3px;
6798 - border-end-end-radius: 0;
4601 + padding-left: 25px;
4602 + border-radius: 3px 0 0 3px;
6799 4603 }
6800 4604
6801 4605 #elementor-template-library-save-template-submit {
6802 4606 width: 150px;
6803 - border-start-start-radius: 0;
6804 - border-start-end-radius: 3px;
6805 - border-end-start-radius: 0;
6806 - border-end-end-radius: 3px;
4607 + border-radius: 0 3px 3px 0;
6807 4608 }
6808 4609
6809 4610 #elementor-template-library-import-form {
6810 4611 width: 95%;
@@ -6813,13 +4614,13 @@
6813 4614 margin: 35px auto;
6814 4615 transition: var(--e-a-transition-hover);
6815 4616 }
6816 4617 #elementor-template-library-import-form-or {
6817 - margin-block-start: 15px;
4618 + margin-top: 15px;
6818 4619 font-size: 18px;
6819 4620 }
6820 4621 #elementor-template-library-import-form-label {
6821 - margin-block-start: 20px;
4622 + margin-top: 20px;
6822 4623 padding: 15px 35px;
6823 4624 display: inline-block;
6824 4625 }
6825 4626 #elementor-template-library-import-form-input {
@@ -6828,12 +4629,12 @@
6828 4629 #elementor-template-library-import-form.elementor-drag-over {
6829 4630 border-color: var(--e-a-color-primary);
6830 4631 }
6831 4632 #elementor-template-library-import .elementor-template-library-blank-icon {
6832 - margin-block-start: 0;
4633 + margin-top: 0;
6833 4634 }
6834 4635 #elementor-template-library-import .elementor-template-library-blank-message {
6835 - margin-block-start: 20px;
4636 + margin-top: 20px;
6836 4637 }
6837 4638
6838 4639 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6839 4640 max-height: 95vh;
@@ -6840,12 +4641,8 @@
6840 4641 padding: 100px 0 0;
6841 4642 min-height: 550px;
6842 4643 }
6843 4644
6844 -.elementor-template-library-cloud-empty__button {
6845 - margin-block-start: 45px;
6846 -}
6847 -
6848 4645 #elementor-template-library-connect-logo {
6849 4646 font-size: 20px;
6850 4647 }
6851 4648 #elementor-template-library-connect__button {
@@ -6851,9 +4648,9 @@
6851 4648 #elementor-template-library-connect__button {
6852 4649 display: inline-block;
6853 4650 position: relative;
6854 4651 z-index: 1;
6855 - margin-block-start: 25px;
4652 + margin-top: 25px;
6856 4653 padding: 12px 24px;
6857 4654 font-size: 14px;
6858 4655 }
6859 4656 #elementor-template-library-connect__background-image-left-1 {
@@ -6882,11 +4679,11 @@
6882 4679 }
6883 4680
6884 4681 .elementor-template-library-blank-footer {
6885 4682 position: absolute;
6886 - inset-block-end: 70px;
6887 - inset-inline-start: 50%;
6888 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4683 + bottom: 70px;
4684 + left: 50%;
4685 + transform: translateX(-50%);
6889 4686 font-style: italic;
6890 4687 color: var(--e-a-color-txt-muted);
6891 4688 }
6892 4689 @media (max-height: 700px) {
@@ -6895,21 +4692,21 @@
6895 4692 }
6896 4693 }
6897 4694
6898 4695 #elementor-template-library-footer-banner {
6899 - padding-block-end: 45px;
4696 + padding-bottom: 45px;
6900 4697 }
6901 4698 #elementor-template-library-footer-banner i {
6902 4699 font-size: 56px;
6903 - margin-block-start: 40px;
4700 + margin-top: 40px;
6904 4701 }
6905 4702 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6906 - margin-block-start: 70px;
4703 + margin-top: 70px;
6907 4704 }
6908 4705
6909 4706 #elementor-template-library-templates-empty {
6910 4707 width: 100%;
6911 - margin-block-start: 40px;
4708 + margin-top: 40px;
6912 4709 }
6913 4710
6914 4711 #elementor-template-library-error-dialog .dialog-message {
6915 4712 text-align: start;
@@ -6915,290 +4712,255 @@
6915 4712 text-align: start;
6916 4713 }
6917 4714
6918 4715 #elementor-template-library-error-info {
6919 - margin-block-start: 10px;
4716 + margin-top: 10px;
6920 4717 }
6921 4718
6922 -#elementor-library--infotip__dialog,
6923 -#elementor-library--connect_infotip__dialog,
6924 -#elementor-library--cloud-upgrade__dialog,
6925 -#elementor-library--site-info__dialog {
6926 - position: absolute;
6927 - z-index: 10000;
6928 - background-color: var(--e-a-bg-default);
6929 - box-shadow: var(--e-a-popover-shadow);
6930 - 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 + }
6931 4735 }
6932 -#elementor-library--infotip__dialog.variant-b,
6933 -#elementor-library--connect_infotip__dialog.variant-b,
6934 -#elementor-library--cloud-upgrade__dialog.variant-b,
6935 -#elementor-library--site-info__dialog.variant-b {
6936 - width: 200px;
6937 - color: var(--e-a-color-txt-invert);
6938 - 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 + }
6939 4752 }
6940 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6941 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6942 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6943 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6944 - 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 + }
6945 4760 }
6946 -#elementor-library--infotip__dialog__title,
6947 -#elementor-library--connect_infotip__dialog__title,
6948 -#elementor-library--cloud-upgrade__dialog__title,
6949 -#elementor-library--site-info__dialog__title {
6950 - 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);
6951 4775 }
6952 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6953 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6954 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6955 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6956 - padding: 10px 0 10px 10px;
6957 - float: inline-end;
6958 -}
6959 -#elementor-library--infotip__dialog .dialog-button,
6960 -#elementor-library--connect_infotip__dialog .dialog-button,
6961 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6962 -#elementor-library--site-info__dialog .dialog-button {
6963 - padding: 7px 25px;
6964 - font-size: 13px;
6965 - background: none;
6966 - 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 {
6967 4779 border: none;
6968 - font-weight: 500;
6969 - cursor: pointer;
4780 + background-color: var(--e-a-btn-bg-hover);
4781 + color: var(--e-a-btn-color-invert);
6970 4782 }
6971 -#elementor-library--infotip__dialog:after,
6972 -#elementor-library--connect_infotip__dialog:after,
6973 -#elementor-library--cloud-upgrade__dialog:after,
6974 -#elementor-library--site-info__dialog:after {
6975 - content: "";
6976 - position: absolute;
6977 - inset-inline-end: 46%;
6978 - transform: scaleX(0.7);
6979 - 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);
6980 4787 }
6981 -
6982 -#elementor-library--infotip__dialog {
6983 - 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;
6984 4792 }
6985 -#elementor-library--infotip__dialog .dialog-message {
6986 - 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);
6987 4798 }
6988 -#elementor-library--infotip__dialog:after {
6989 - inset-block-start: 100%;
6990 - 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;
6991 4803 }
6992 -#elementor-library--infotip__dialog.variant-b:after {
6993 - 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);
6994 4810 }
6995 -
6996 -#elementor-library--connect_infotip__dialog {
6997 - 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);
6998 4817 }
6999 -#elementor-library--connect_infotip__dialog .dialog-message {
7000 - 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);
7001 4824 }
7002 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
7003 - inset-block-end: 100%;
7004 - 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);
7005 4831 }
7006 -#elementor-library--connect_infotip__dialog.variant-b:after {
7007 - border-block-start-color: var(--e-a-bg-secondary);
7008 - 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);
7009 4838 }
7010 -#elementor-library--connect_infotip__dialog.variant-b {
7011 - 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);
7012 4846 }
7013 -
7014 -#elementor-library--cloud-upgrade__dialog {
7015 - 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);
7016 4854 }
7017 -#elementor-library--cloud-upgrade__dialog:after {
7018 - inset-block-start: 100%;
7019 - 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);
7020 4865 }
7021 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7022 - 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);
7023 4875 }
7024 -
7025 -#elementor-library--site-info__dialog {
7026 - 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);
7027 4882 }
7028 -#elementor-library--site-info__dialog:after {
7029 - inset-block-start: 100%;
7030 - 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);
7031 4889 }
7032 -#elementor-library--site-info__dialog.variant-b:after {
7033 - 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);
7034 4896 }
7035 -
7036 -.elementor-global-styles-dialog {
7037 - --gsd-color-text-primary: #0c0d0e;
7038 - --gsd-color-text-secondary: #3f444b;
7039 - --gsd-color-text-tertiary: #69727D;
7040 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7041 - --gsd-color-primary-main: #f0abfc;
7042 - --gsd-color-primary-hover: #e879f9;
7043 - --gsd-color-secondary-main: #515962;
7044 - --gsd-border-radius: 4px;
7045 - --gsd-spacing-horizontal: 24px;
7046 - --gsd-font-family: 'Roboto', sans-serif;
7047 - padding: 16px 0 0;
7048 - 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);
7049 4903 }
7050 -.elementor-global-styles-dialog__header {
7051 - padding: 10px var(--gsd-spacing-horizontal) 0;
7052 - 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);
7053 4910 }
7054 -.elementor-global-styles-dialog__header h2 {
7055 - margin: 0 0 4px;
7056 - font-family: var(--gsd-font-family);
7057 - font-size: 16px;
7058 - font-weight: 500;
7059 - line-height: 1.3;
7060 - color: var(--gsd-color-text-primary);
7061 - 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);
7062 4917 }
7063 -.elementor-global-styles-dialog__header p {
7064 - margin: 0;
7065 - font-family: var(--gsd-font-family);
7066 - font-size: 14px;
7067 - font-weight: 400;
7068 - line-height: 20px;
7069 - color: var(--gsd-color-text-secondary);
7070 - 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);
7071 4924 }
7072 -.elementor-global-styles-dialog__options {
7073 - display: flex;
7074 - flex-direction: column;
7075 - gap: 12px;
7076 - 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;
7077 4929 }
7078 -.elementor-global-styles-dialog__radio-card {
7079 - display: flex;
7080 - gap: 0;
7081 - padding: 12px 8px;
7082 - border: 1px solid var(--gsd-color-divider);
7083 - border-radius: var(--gsd-border-radius);
7084 - cursor: pointer;
7085 - 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;
7086 4936 }
7087 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7088 - border: 2px solid var(--gsd-color-text-primary);
7089 - padding: 11px 7px;
7090 -}
7091 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7092 - flex-shrink: 0;
7093 - width: 20px;
7094 - height: 20px;
7095 - margin: 9px;
7096 - cursor: pointer;
7097 - color: var(--gsd-color-text-tertiary);
7098 - accent-color: var(--gsd-color-text-primary);
7099 -}
7100 -.elementor-global-styles-dialog__radio-card-content {
7101 - display: flex;
7102 - align-items: flex-start;
7103 - flex-direction: column;
7104 - flex: 1;
7105 -}
7106 -.elementor-global-styles-dialog__radio-label {
7107 - font-family: var(--gsd-font-family);
7108 - font-size: 14px;
4937 +.dialog-type-confirm .dialog-header,
4938 +.dialog-type-alert .dialog-header {
4939 + font-size: 15px;
7109 4940 font-weight: 500;
7110 - line-height: 18px;
7111 - color: var(--gsd-color-text-primary);
7112 - letter-spacing: 0.15px;
7113 4941 }
7114 -.elementor-global-styles-dialog__radio-description {
7115 - font-family: var(--gsd-font-family);
7116 - font-size: 12px;
7117 - font-weight: 400;
7118 - line-height: 20px;
7119 - color: var(--gsd-color-text-secondary);
7120 - 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;
7121 4951 }
7122 -.elementor-global-styles-dialog__checkbox-container {
7123 - display: flex;
7124 - align-items: flex-start;
7125 - gap: 4px;
7126 - padding: 0;
7127 - margin-block-start: 0;
4952 +.dialog-type-confirm .dialog-message,
4953 +.dialog-type-alert .dialog-message {
4954 + min-height: 50px;
7128 4955 }
7129 -.elementor-global-styles-dialog__checkbox-option {
4956 +.dialog-type-confirm .dialog-buttons-wrapper,
4957 +.dialog-type-alert .dialog-buttons-wrapper {
4958 + padding-top: 10px;
7130 4959 display: flex;
7131 - align-items: flex-start;
7132 - gap: 4px;
7133 - cursor: pointer;
7134 -}
7135 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7136 - width: 18px;
7137 - height: 18px;
7138 - margin: 4px;
7139 - cursor: pointer;
7140 -}
7141 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7142 - background-color: var(--gsd-color-text-tertiary);
7143 -}
7144 -.elementor-global-styles-dialog__checkbox-label {
7145 - font-family: var(--gsd-font-family);
7146 - font-size: 12px;
7147 - font-weight: 400;
7148 - line-height: 1.43;
7149 - color: var(--gsd-color-text-primary);
7150 - letter-spacing: 0.15px;
7151 - padding-block-start: 4px;
7152 - margin-inline-start: 4px;
7153 -}
7154 -.elementor-global-styles-dialog__checkbox-label a {
7155 - color: #2563eb;
7156 - text-decoration: underline;
7157 -}
7158 -.elementor-global-styles-dialog__checkbox-label a:hover {
7159 - color: #2563eb;
7160 -}
7161 -.elementor-global-styles-dialog__footer {
7162 - display: flex;
7163 4960 justify-content: flex-end;
7164 - align-items: center;
7165 - gap: 8px;
7166 - padding: 16px var(--gsd-spacing-horizontal);
4961 + gap: 15px;
7167 4962 }
7168 -.elementor-global-styles-dialog__button-cancel {
7169 - padding: 6px 8px;
7170 - font-family: var(--gsd-font-family);
7171 - font-size: 15px;
7172 - font-weight: 500;
7173 - line-height: 24px;
7174 - letter-spacing: 0.4px;
7175 - color: var(--gsd-color-secondary-main);
7176 - background: transparent;
7177 - border: none;
7178 - border-radius: var(--gsd-border-radius);
7179 - cursor: pointer;
7180 -}
7181 -.elementor-global-styles-dialog__button-cancel:hover {
7182 - background: rgba(0, 0, 0, 0.04);
7183 -}
7184 -.elementor-global-styles-dialog__button-insert {
7185 - padding: 6px 16px;
7186 - font-family: var(--gsd-font-family);
7187 - font-size: 15px;
7188 - font-weight: 500;
7189 - line-height: 24px;
7190 - letter-spacing: 0.4px;
7191 - color: var(--gsd-color-text-primary);
7192 - background: var(--gsd-color-primary-main);
7193 - border: none;
7194 - border-radius: var(--gsd-border-radius);
7195 - cursor: pointer;
7196 -}
7197 -.elementor-global-styles-dialog__button-insert:hover {
7198 - background: var(--gsd-color-primary-hover);
7199 -}
7200 -
7201 4963 .elementor-tags-list {
7202 4964 display: none;
7203 4965 position: absolute;
7204 4966 width: 260px;
@@ -7203,9 +4965,9 @@
7203 4965 position: absolute;
7204 4966 width: 260px;
7205 4967 max-height: 300px;
7206 4968 overflow: auto;
7207 - padding-block-end: 5px;
4969 + padding-bottom: 5px;
7208 4970 background-color: var(--e-a-bg-default);
7209 4971 box-shadow: var(--e-a-popover-shadow);
7210 4972 border: var(--e-a-border);
7211 4973 border-radius: 3px;
@@ -7218,9 +4980,9 @@
7218 4980 display: flex;
7219 4981 align-items: center;
7220 4982 }
7221 4983 .elementor-tags-list__group-title .eicon-info-circle {
7222 - padding-inline-end: 5px;
4984 + padding-right: 5px;
7223 4985 color: var(--e-a-color-primary-bold);
7224 4986 font-size: 14px;
7225 4987 }
7226 4988 .elementor-tags-list__item {
@@ -7230,17 +4992,17 @@
7230 4992 }
7231 4993 .elementor-tags-list__item:before {
7232 4994 content: ">";
7233 4995 font-size: 8px;
7234 - padding-inline-end: 5px;
4996 + padding-right: 5px;
7235 4997 }
7236 4998 .elementor-tags-list__item:hover {
7237 4999 background-color: var(--e-a-bg-hover);
7238 5000 }
7239 5001 .elementor-tags-list__teaser {
7240 - border-block-start: 2px solid var(--e-a-border-color);
7241 - padding-block-start: 4px;
7242 - margin-block-start: 4px;
5002 + border-top: 2px solid var(--e-a-border-color);
5003 + padding-top: 4px;
5004 + margin-top: 4px;
7243 5005 }
7244 5006 .elementor-tags-list__teaser-text {
7245 5007 padding: 2px 15px 8px;
7246 5008 line-height: 1.5;
@@ -7274,9 +5036,9 @@
7274 5036 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7275 5037 color: var(--e-a-color-txt-hover);
7276 5038 }
7277 5039 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7278 - margin-block-start: 10px;
5040 + margin-top: 10px;
7279 5041 }
7280 5042
7281 5043 .elementor-tag-settings-popup {
7282 5044 position: absolute;
@@ -7288,12 +5050,12 @@
7288 5050 }
7289 5051 .elementor-tag-settings-popup:before {
7290 5052 content: "";
7291 5053 position: absolute;
7292 - inset-block-start: -20px;
7293 - inset-inline-start: 5px;
5054 + top: -20px;
5055 + left: 5px;
7294 5056 border: 10px solid transparent;
7295 - border-block-end-color: var(--e-a-border-color);
5057 + border-bottom-color: var(--e-a-border-color);
7296 5058 }
7297 5059 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7298 5060 margin: 0;
7299 5061 }
@@ -7348,54 +5110,40 @@
7348 5110 }
7349 5111
7350 5112 .elementor-context-menu {
7351 5113 position: absolute;
7352 - width: 250px;
7353 - padding: 5px 0px;
5114 + width: 200px;
7354 5115 background-color: var(--e-a-bg-default);
7355 - border-radius: var(--e-a-border-radius);
7356 - 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);
7357 5119 -webkit-user-select: none;
7358 5120 -moz-user-select: none;
7359 5121 user-select: none;
7360 5122 z-index: 101;
7361 5123 }
7362 -.elementor-context-menu-list {
7363 - display: flex;
7364 - flex-direction: column;
7365 -}
7366 5124 .elementor-context-menu-list__group {
7367 - display: flex;
7368 - flex-direction: column;
5125 + padding: 5px 0;
7369 5126 }
7370 5127 .elementor-context-menu-list__group:not(:last-child) {
7371 - border-block-end: var(--e-a-border);
5128 + border-bottom: var(--e-a-border);
7372 5129 }
7373 5130 .elementor-context-menu-list__item {
7374 - padding: 12px 20px;
5131 + padding: 5px 10px;
5132 + padding-right: 20px;
7375 5133 display: flex;
7376 - gap: 16px;
7377 5134 cursor: pointer;
7378 5135 transition: var(--e-a-transition-hover);
7379 - align-items: center;
7380 5136 }
7381 5137 .elementor-context-menu-list__item--disabled {
7382 5138 cursor: default;
7383 - opacity: 0.5;
7384 5139 color: var(--e-a-color-disabled);
7385 5140 }
7386 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7387 - opacity: 1;
7388 -}
7389 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7390 - opacity: 0.5;
7391 -}
7392 -.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 {
7393 5142 background-color: var(--e-a-bg-hover);
7394 5143 color: var(--e-a-color-hover);
7395 5144 }
7396 5145 .elementor-context-menu-list__item__icon {
7397 - display: none;
7398 5146 width: 20px;
7399 5147 }
7400 5148 .elementor-context-menu-list__item__title {
7401 5149 flex-grow: 1;
@@ -7405,52 +5153,17 @@
7405 5153 }
7406 5154 .elementor-context-menu-list__item__shortcut {
7407 5155 color: var(--e-a-color-txt-muted);
7408 5156 }
7409 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7410 - position: absolute;
7411 - inset: 0;
7412 - z-index: 2;
7413 - cursor: pointer;
7414 -}
7415 -.elementor-context-menu-list__item__shortcut__new-badge {
7416 - border: 1px solid var(--e-a-color-primary-bold);
7417 - padding: 2px 8px;
7418 - color: var(--e-a-color-primary-bold);
7419 - border-radius: 10px;
7420 - font-size: 10px;
7421 -}
7422 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7423 - display: flex;
7424 - align-items: center;
7425 - justify-content: center;
7426 - width: 24px;
7427 - height: 24px;
7428 - border-radius: 50%;
7429 - background-color: rgba(214, 16, 124, 0.12);
7430 - color: var(--e-a-color-accent-promotion, #D6107C);
7431 - font-size: 16px;
7432 - cursor: pointer;
7433 -}
7434 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7435 - font-size: 14px;
7436 - font-style: normal;
7437 - font-weight: 400;
7438 - line-height: 1;
7439 - position: relative;
7440 -}
7441 -.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 > * {
7442 5158 color: var(--e-global-color-danger);
7443 5159 }
7444 -.elementor-context-menu-list__item.elementor-hidden {
7445 - display: none;
7446 -}
7447 5160 .elementor-context-menu .eicon-pro-icon {
7448 5161 color: var(--e-global-color-accent);
7449 5162 }
7450 5163
7451 5164 #elementor-hotkeys {
7452 - text-align: start;
5165 + text-align: left;
7453 5166 }
7454 5167 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7455 5168 display: none;
7456 5169 }
@@ -7455,11 +5168,8 @@
7455 5168 display: none;
7456 5169 }
7457 5170 #elementor-hotkeys__content {
7458 5171 display: flex;
7459 - justify-content: space-between;
7460 - gap: 70px;
7461 - padding: 20px 30px;
7462 5172 width: 100%;
7463 5173 overflow: hidden;
7464 5174 }
7465 5175 @media (max-width: 1024px) {
@@ -7464,29 +5174,108 @@
7464 5174 }
7465 5175 @media (max-width: 1024px) {
7466 5176 #elementor-hotkeys__content {
7467 5177 flex-direction: column;
7468 - gap: 20px;
7469 - padding: 20px;
7470 5178 }
7471 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 +}
7472 5228
7473 5229 .elementor-hotkeys__col {
7474 - display: flex;
7475 - flex-direction: column;
7476 - 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 {
7477 5238 width: 100%;
7478 5239 }
7479 5240 .elementor-hotkeys__header {
5241 + padding: 10px 30px;
7480 5242 font-weight: 500;
7481 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 +}
7482 5270 .elementor-hotkeys__item {
7483 5271 display: flex;
7484 5272 align-items: center;
7485 5273 padding: 20px 10px;
5274 + border-bottom: var(--e-a-border);
7486 5275 }
7487 -.elementor-hotkeys__item:not(:last-child) {
7488 - border-block-end: var(--e-a-border);
5276 +.elementor-hotkeys__item:last-child {
5277 + border-bottom: none;
7489 5278 }
7490 5279 .elementor-hotkeys__item--label {
7491 5280 font-size: 13px;
7492 5281 font-weight: 400;
@@ -7494,45 +5283,40 @@
7494 5283 }
7495 5284 .elementor-hotkeys__item--shortcut {
7496 5285 flex-grow: 0;
7497 5286 display: flex;
7498 - gap: 27px;
7499 5287 }
7500 -@media (max-width: 1024px) {
7501 - .elementor-hotkeys__item--shortcut {
7502 - gap: 23px;
7503 - }
7504 -}
7505 -.elementor-hotkeys__item--shortcut kbd {
5288 +.elementor-hotkeys__item--shortcut span {
7506 5289 position: relative;
7507 - font-family: unset;
7508 5290 background-color: var(--e-a-bg-active);
7509 5291 padding: 5px 12px;
7510 - border-radius: var(--e-a-border-radius);
5292 + margin-right: 27px;
5293 + border-radius: 3px;
7511 5294 }
7512 -@media (max-width: 1024px) {
7513 - .elementor-hotkeys__item--shortcut kbd {
5295 +@media (max-width: 479px) {
5296 + .elementor-hotkeys__item--shortcut span {
7514 5297 padding: 4px 9px;
5298 + margin-right: 23px;
7515 5299 }
7516 5300 }
7517 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
5301 +.elementor-hotkeys__item--shortcut span:after {
7518 5302 content: "+";
7519 5303 position: absolute;
7520 - inset-inline-end: 0;
5304 + right: -18px;
7521 5305 width: 9px;
7522 5306 text-align: center;
7523 - margin-inline-end: -18px;
7524 5307 }
7525 -@media (max-width: 1024px) {
7526 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7527 - margin-inline-end: -16px;
5308 +@media (max-width: 479px) {
5309 + .elementor-hotkeys__item--shortcut span:after {
5310 + right: -16px;
7528 5311 }
7529 5312 }
7530 -
7531 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7532 - margin-top: 0 !important;
7533 - width: calc(25% - 30px);
5313 +.elementor-hotkeys__item--shortcut span:last-child {
5314 + margin-right: 0;
7534 5315 }
5316 +.elementor-hotkeys__item--shortcut span:last-child:after {
5317 + display: none;
5318 +}
7535 5319
7536 5320 .ui-resizable-n {
7537 5321 top: -5px;
7538 5322 }
@@ -7591,18 +5375,16 @@
7591 5375 }
7592 5376
7593 5377 body {
7594 5378 --e-editor-navigator-width: 240px;
7595 - --e-editor-navigator-indicator-width: 3px;
7596 - --e-editor-navigator-promotion-height: 30px;
7597 5379 }
7598 5380
7599 5381 #elementor-navigator {
7600 5382 position: fixed;
7601 - inset-block-start: 100px;
7602 - inset-inline-end: 30px;
5383 + top: 100px;
7603 5384 width: var(--e-editor-navigator-width);
7604 5385 height: 50vh;
5386 + right: 30px;
7605 5387 background-color: var(--e-a-bg-default);
7606 5388 border: var(--e-a-border);
7607 5389 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7608 5390 -webkit-user-select: none;
@@ -7612,10 +5394,10 @@
7612 5394 z-index: 100;
7613 5395 display: none;
7614 5396 }
7615 5397 body.elementor-navigator-docked #elementor-navigator {
7616 - inset: 0;
7617 - inset-inline-start: auto;
5398 + top: 0;
5399 + right: 0;
7618 5400 height: 100%;
7619 5401 }
7620 5402 body:not(.elementor-navigator-docked) #elementor-navigator {
7621 5403 border-radius: 5px;
@@ -7621,15 +5403,13 @@
7621 5403 border-radius: 5px;
7622 5404 }
7623 5405 #elementor-navigator__inner {
7624 5406 height: 100%;
7625 - display: flex;
7626 - flex-direction: column;
7627 5407 }
7628 5408 #elementor-navigator__header {
7629 5409 display: flex;
7630 5410 align-items: stretch;
7631 - border-block-end: var(--e-a-border);
5411 + border-bottom: var(--e-a-border);
7632 5412 color: var(--e-a-color-txt-accent);
7633 5413 }
7634 5414 #elementor-navigator__header__title {
7635 5415 flex: 1;
@@ -7638,22 +5418,8 @@
7638 5418 font-weight: 400;
7639 5419 padding: 10px 0;
7640 5420 cursor: move;
7641 5421 }
7642 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7643 - padding-inline-end: 17.5px;
7644 -}
7645 -#elementor-navigator__ai-titles {
7646 - width: 35px;
7647 - text-align: center;
7648 - cursor: pointer;
7649 - background-color: transparent;
7650 - border: none;
7651 - outline: none;
7652 -}
7653 -#elementor-navigator__ai-titles:hover {
7654 - color: #E73CF6;
7655 -}
7656 5422 #elementor-navigator__close, #elementor-navigator__toggle-all {
7657 5423 color: var(--e-a-color-txt);
7658 5424 background-color: transparent;
7659 5425 border: none;
@@ -7674,9 +5440,9 @@
7674 5440 #elementor-navigator__close {
7675 5441 font-size: 11px;
7676 5442 }
7677 5443 #elementor-navigator__elements {
7678 - flex-grow: 1;
5444 + height: calc(100% - 49px);
7679 5445 overflow: auto;
7680 5446 position: relative;
7681 5447 }
7682 5448 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7684,35 +5450,22 @@
7684 5450 }
7685 5451 #elementor-navigator__elements .elementor-nerd-box {
7686 5452 padding: 25px;
7687 5453 }
7688 -#elementor-navigator__elements > .elementor-navigator__element-section {
7689 - border-block-end: var(--e-a-border);
5454 +#elementor-navigator__elements-section {
5455 + border-bottom: var(--e-a-border);
7690 5456 }
7691 5457 #elementor-navigator__footer {
5458 + position: absolute;
7692 5459 width: 100%;
5460 + left: 0;
5461 + bottom: 0;
7693 5462 text-align: center;
5463 + border-top: var(--e-a-border);
7694 5464 }
7695 -#elementor-navigator__footer__resize-bar {
7696 - border-block-start: var(--e-a-border);
7697 -}
7698 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5465 +.elementor-navigator-docked #elementor-navigator__footer {
7699 5466 display: none;
7700 5467 }
7701 -#elementor-navigator__footer__promotion {
7702 - font-size: 12px;
7703 - padding: 4px 17px;
7704 - font-family: "Roboto", sans-serif;
7705 - color: var(--e-a-bg-logo);
7706 - min-height: var(--e-editor-navigator-promotion-height);
7707 - display: flex;
7708 - justify-content: center;
7709 - align-items: center;
7710 -}
7711 -#elementor-navigator__footer__promotion a {
7712 - color: var(--e-a-color-accent-promotion);
7713 - margin-inline-start: 1px;
7714 -}
7715 5468
7716 5469 .elementor-navigator__item {
7717 5470 position: relative;
7718 5471 display: flex;
@@ -7720,9 +5473,9 @@
7720 5473 cursor: pointer;
7721 5474 transition: padding 0.5s linear;
7722 5475 overflow: hidden;
7723 5476 }
7724 -.elementor-navigator__item:hover, .elementor-navigator__item:focus {
5477 +.elementor-navigator__item:hover {
7725 5478 background-color: var(--e-a-bg-hover);
7726 5479 }
7727 5480 .elementor-navigator__item:active {
7728 5481 background-color: var(--e-a-bg-active);
@@ -7731,9 +5484,9 @@
7731 5484 .elementor-navigator__item[data-locked=true] {
7732 5485 cursor: not-allowed;
7733 5486 }
7734 5487 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7735 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5488 + transform: rotate(-90deg);
7736 5489 }
7737 5490 .elementor-navigator__item > * {
7738 5491 display: flex;
7739 5492 align-items: center;
@@ -7742,15 +5495,15 @@
7742 5495 display: none;
7743 5496 }
7744 5497 .elementor-navigator__elements > .elementor-navigator__element-section,
7745 5498 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7746 - border-block-end: var(--e-a-border);
5499 + border-bottom: var(--e-a-border);
7747 5500 }
7748 5501 .elementor-navigator__elements .elementor-empty-view {
7749 5502 padding: 10px;
7750 5503 }
7751 5504 .elementor-navigator__elements .elementor-empty-view__title {
7752 - margin-inline-start: 34px;
5505 + margin-left: 23px;
7753 5506 font-size: 10px;
7754 5507 font-style: italic;
7755 5508 }
7756 5509 .elementor-navigator__elements .ui-sortable-helper {
@@ -7763,9 +5516,9 @@
7763 5516 .elementor-navigator__elements .ui-sortable-placeholder {
7764 5517 background-color: var(--e-a-bg-hover);
7765 5518 }
7766 5519 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7767 - border-block-start: var(--e-a-border);
5520 + border-top: var(--e-a-border);
7768 5521 }
7769 5522 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7770 5523 display: none;
7771 5524 }
@@ -7787,13 +5540,13 @@
7787 5540 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7788 5541 background-color: var(--e-a-bg-active);
7789 5542 }
7790 5543 .elementor-navigator__element__list-toggle {
7791 - margin-inline-end: 7px;
5544 + margin-right: 7px;
7792 5545 transition: transform 0.3s;
7793 5546 }
7794 5547 .elementor-navigator__element__element-type {
7795 - margin-inline-end: 8px;
5548 + margin-right: 8px;
7796 5549 font-size: 14px;
7797 5550 }
7798 5551 .elementor-navigator__element__title {
7799 5552 flex-grow: 1;
@@ -7818,9 +5571,9 @@
7818 5571 overflow: hidden;
7819 5572 }
7820 5573 .elementor-navigator__element__toggle {
7821 5574 position: absolute;
7822 - inset-inline-end: 15px;
5575 + right: 15px;
7823 5576 height: 100%;
7824 5577 z-index: 0;
7825 5578 font-size: 13px;
7826 5579 }
@@ -7826,12 +5579,13 @@
7826 5579 }
7827 5580 .elementor-navigator__element__indicators {
7828 5581 position: relative;
7829 5582 transition: transform 0.5s;
5583 + padding-left: 5px;
7830 5584 z-index: 91;
7831 5585 }
7832 5586 .elementor-navigator__element__indicators:not(:hover) {
7833 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5587 + transform: translateX(calc(100% - 8px));
7834 5588 }
7835 5589 .elementor-navigator__element__indicator {
7836 5590 height: 100%;
7837 5591 width: 31px;
@@ -7837,15 +5591,18 @@
7837 5591 width: 31px;
7838 5592 display: inline-flex;
7839 5593 align-items: center;
7840 5594 justify-content: center;
7841 - color: var(--e-a-color-txt);
7842 - background-color: var(--e-a-bg-default);
7843 - 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;
7844 5598 }
7845 5599 .elementor-navigator__element__indicator:first-child {
7846 - 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);
7847 5601 }
5602 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5603 + border-color: #242729;
5604 +}
7848 5605 .elementor-navigator__element__indicator:hover {
7849 5606 color: var(--e-a-color-txt-hover);
7850 5607 }
7851 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7851,16 +5608,13 @@
7851 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7852 5609 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7853 5610 opacity: 0.5;
7854 5611 }
7855 -.elementor-navigator__promotion-text {
7856 - line-height: 18px;
7857 -}
7858 5612
7859 5613 .e-notice-bar {
7860 5614 position: absolute;
7861 5615 width: 100%;
7862 - inset-block-end: 0;
5616 + bottom: 0;
7863 5617 display: flex;
7864 5618 align-items: center;
7865 5619 height: 40px;
7866 5620 color: #fff;
@@ -7875,18 +5629,19 @@
7875 5629 color: #D5D8DC;
7876 5630 }
7877 5631 .e-notice-bar__primary_action {
7878 5632 margin-inline: 12px;
5633 + text-transform: uppercase;
7879 5634 }
7880 5635 .e-notice-bar__primary_action a {
7881 5636 background: #ffffff;
7882 5637 border-radius: 3px;
7883 - color: #93003f;
5638 + color: #524CFF;
7884 5639 padding: 4px 10px;
7885 5640 font-size: 11px;
7886 5641 }
7887 5642 .e-notice-bar__primary_action a:hover {
7888 - color: rgb(70.5, 0, 30.2142857143);
5643 + color: #0900ff;
7889 5644 background: #F1F2F3;
7890 5645 }
7891 5646 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7892 5647 font-size: 11px;
@@ -7902,12 +5657,14 @@
7902 5657 color: #F1F2F3;
7903 5658 }
7904 5659 .e-notice-bar__close {
7905 5660 cursor: pointer;
7906 - margin-inline-start: auto;
5661 + -webkit-margin-start: auto;
5662 + margin-inline-start: auto;
7907 5663 }
7908 5664 .e-notice-bar__icon {
7909 - margin-inline-end: 8px;
5665 + -webkit-margin-end: 8px;
5666 + margin-inline-end: 8px;
7910 5667 }
7911 5668 .e-notice-bar i {
7912 5669 font-size: 16px;
7913 5670 opacity: 0.9;
@@ -7947,14 +5704,14 @@
7947 5704 display: none;
7948 5705 }
7949 5706 }
7950 5707 #elementor-icons-manager__tab-links {
7951 - margin-block-start: 30px;
5708 + margin-top: 30px;
7952 5709 }
7953 5710 #elementor-icons-manager__upload {
7954 5711 margin: 20px 45px;
7955 - padding-block-start: 35px;
7956 - border-block-start: var(--e-a-border);
5712 + padding-top: 35px;
5713 + border-top: var(--e-a-border);
7957 5714 display: flex;
7958 5715 align-items: center;
7959 5716 justify-content: space-between;
7960 5717 }
@@ -7986,11 +5743,11 @@
7986 5743 background-color: transparent;
7987 5744 }
7988 5745 #elementor-icons-manager__search i {
7989 5746 position: absolute;
7990 - inset-block-start: 50%;
7991 - inset-inline-end: 15px;
5747 + top: 50%;
7992 5748 transform: translateY(-50%);
5749 + right: 15px;
7993 5750 }
7994 5751 #elementor-icons-manager__tab__wrapper {
7995 5752 overflow: auto;
7996 5753 margin: 25px -15px 0;
@@ -7999,9 +5756,9 @@
7999 5756 #elementor-icons-manager__tab__title {
8000 5757 color: var(--e-a-color-txt);
8001 5758 font-size: 16px;
8002 5759 font-weight: 500;
8003 - text-align: start;
5760 + text-align: left;
8004 5761 }
8005 5762 @media (max-width: 479px) {
8006 5763 #elementor-icons-manager__tab__title {
8007 5764 display: none;
@@ -8036,9 +5793,9 @@
8036 5793 #elementor-icons-manager__promotion {
8037 5794 display: flex;
8038 5795 align-items: center;
8039 5796 flex-direction: column;
8040 - padding-block-start: 70px;
5797 + padding-top: 70px;
8041 5798 }
8042 5799 #elementor-icons-manager__promotion__icon {
8043 5800 font-size: 60px;
8044 5801 }
@@ -8044,25 +5801,24 @@
8044 5801 }
8045 5802 #elementor-icons-manager__promotion__text {
8046 5803 width: 300px;
8047 5804 font-size: 16px;
8048 - padding-block-start: 25px;
5805 + padding-top: 25px;
8049 5806 }
8050 5807 #elementor-icons-manager__promotion__link {
8051 - margin-block-start: 20px;
5808 + margin-top: 20px;
8052 5809 }
8053 5810
8054 5811 .elementor-icons-manager__tab-link {
8055 - padding-block: 15px;
8056 - padding-inline: 45px 0;
5812 + padding: 15px 0 15px 45px;
8057 5813 font-size: 12px;
8058 - text-align: start;
5814 + text-align: left;
8059 5815 cursor: pointer;
8060 5816 position: relative;
8061 5817 }
8062 5818 .elementor-icons-manager__tab-link i {
8063 5819 font-size: 20px;
8064 - padding-inline-end: 15px;
5820 + padding-right: 15px;
8065 5821 }
8066 5822 @media (max-width: 1024px) {
8067 5823 .elementor-icons-manager__tab-link i {
8068 5824 display: none;
@@ -8079,16 +5835,16 @@
8079 5835 content: "";
8080 5836 position: absolute;
8081 5837 height: 100%;
8082 5838 width: 3px;
8083 - inset-block-start: 0;
8084 - inset-inline-start: 0;
5839 + top: 0;
5840 + left: 0;
8085 5841 background-color: var(--e-a-border-color-accent);
8086 5842 }
8087 5843 .elementor-icons-manager__tab__item {
8088 5844 position: relative;
8089 5845 height: 0;
8090 - padding-block-end: 100%;
5846 + padding-bottom: 100%;
8091 5847 border: var(--e-a-border);
8092 5848 border-radius: 3px;
8093 5849 cursor: pointer;
8094 5850 transition: var(--e-a-transition-hover);
@@ -8107,11 +5863,11 @@
8107 5863 flex-direction: column;
8108 5864 align-items: center;
8109 5865 width: 100%;
8110 5866 position: absolute;
8111 - inset-block-start: 50%;
8112 - inset-inline-start: 50%;
8113 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5867 + top: 50%;
5868 + left: 50%;
5869 + transform: translate(-50%, -50%);
8114 5870 padding: 1px;
8115 5871 }
8116 5872 .elementor-icons-manager__tab__item__icon {
8117 5873 font-size: 25px;
@@ -8155,12 +5911,11 @@
8155 5911 }
8156 5912 .pickr .pcr-button:before, .pickr .pcr-button:after {
8157 5913 height: 12px;
8158 5914 width: 12px;
8159 - position: absolute;
8160 - inset-block-start: 50%;
8161 - inset-inline-start: 50%;
8162 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5915 + top: 50%;
5916 + left: 50%;
5917 + transform: translate(-50%, -50%);
8163 5918 }
8164 5919
8165 5920 .pcr-app {
8166 5921 background-color: var(--e-a-bg-default);
@@ -8178,13 +5933,10 @@
8178 5933 }
8179 5934 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8180 5935 height: 150px;
8181 5936 }
8182 -.pcr-app .pcr-selection .pcr-picker {
8183 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8184 -}
8185 5937 .pcr-app .pcr-interaction {
8186 - padding-block-end: 20px;
5938 + padding-bottom: 20px;
8187 5939 }
8188 5940 .pcr-app .pcr-interaction input.pcr-result {
8189 5941 border: var(--e-a-border);
8190 5942 color: var(--e-a-color-txt);
@@ -8199,9 +5951,10 @@
8199 5951 .pcr-app .pcr-interaction input.pcr-type {
8200 5952 all: unset;
8201 5953 font-size: 10px;
8202 5954 color: var(--e-a-color-txt-muted);
8203 - padding-inline-start: 5px;
5955 + -webkit-padding-start: 5px;
5956 + padding-inline-start: 5px;
8204 5957 cursor: pointer;
8205 5958 }
8206 5959 .pcr-app .pcr-interaction input.pcr-type.active {
8207 5960 background-color: transparent;
@@ -8210,9 +5963,9 @@
8210 5963 .pcr-selection, .pcr-interaction {
8211 5964 padding: 0 20px;
8212 5965 }
8213 5966 .pcr-selection {
8214 - padding-block-start: 20px;
5967 + padding-top: 20px;
8215 5968 }
8216 5969 .pcr .elementor-control-dynamic-switcher {
8217 5970 height: 20px;
8218 5971 border: 0;
@@ -8267,19 +6020,22 @@
8267 6020 font-family: "eicons";
8268 6021 color: var(--e-a-btn-color-invert);
8269 6022 text-indent: 0;
8270 6023 position: absolute;
8271 - inset: 0;
6024 + left: 0;
6025 + top: 0;
6026 + width: 100%;
6027 + height: 100%;
8272 6028 display: flex;
8273 6029 justify-content: center;
8274 6030 align-items: center;
8275 6031 }
8276 6032 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8277 - padding-block-end: 5px;
6033 + padding-bottom: 5px;
8278 6034 }
8279 6035 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8280 6036 color: var(--e-a-btn-color-invert);
8281 - margin-inline-end: 3px;
6037 + margin-right: 3px;
8282 6038 }
8283 6039 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8284 6040 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8285 6041 background-color: var(--e-a-bg-default);
@@ -8300,9 +6056,9 @@
8300 6056 }
8301 6057
8302 6058 .select2-selection__arrow {
8303 6059 height: 27px;
8304 - inset-block-start: 0;
6060 + top: 0;
8305 6061 }
8306 6062
8307 6063 .select2-results__option[aria-selected=true] {
8308 6064 background-color: var(--e-a-bg-active);
@@ -8325,12 +6081,12 @@
8325 6081 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8326 6082 cursor: ew-resize;
8327 6083 }
8328 6084 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8329 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6085 + box-shadow: 0 0 0 1px #0e3b9c inset;
8330 6086 }
8331 6087 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8332 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6088 + color: #0e3b9c;
8333 6089 -webkit-user-select: none;
8334 6090 -moz-user-select: none;
8335 6091 user-select: none;
8336 6092 }
@@ -8345,9 +6101,9 @@
8345 6101 #elementor-paste-area-dialog {
8346 6102 text-align: center;
8347 6103 }
8348 6104 #elementor-paste-area-dialog .dialog-header {
8349 - padding-block-start: 60px;
6105 + padding-top: 60px;
8350 6106 font-size: 30px;
8351 6107 }
8352 6108 #elementor-paste-area-dialog .dialog-message {
8353 6109 padding: 0 15px 15px;
@@ -8361,10 +6117,11 @@
8361 6117 padding: 0;
8362 6118 margin: 0;
8363 6119 height: 100px;
8364 6120 position: absolute;
8365 - inset-block-start: -60px;
8366 - inset-inline: 0;
6121 + top: -60px;
6122 + left: 0;
6123 + right: 0;
8367 6124 }
8368 6125 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8369 6126 border-color: transparent;
8370 6127 outline: none;
@@ -8376,9 +6133,9 @@
8376 6133 display: none;
8377 6134 }
8378 6135 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8379 6136 display: block;
8380 - margin-block-start: 15px;
6137 + margin-top: 15px;
8381 6138 }
8382 6139 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8383 6140 color: var(--e-a-color-danger);
8384 6141 font-size: 12px;
@@ -8384,9 +6141,9 @@
8384 6141 font-size: 12px;
8385 6142 }
8386 6143 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8387 6144 content: "";
8388 - border-block-start: var(--e-a-border);
6145 + border-top: var(--e-a-border);
8389 6146 display: block;
8390 6147 margin: 10px -15px;
8391 6148 }
8392 6149
@@ -8391,23 +6148,19 @@
8391 6148 }
8392 6149
8393 6150 [class^=eicon-flex], [class*=" eicon-flex"] {
8394 6151 transition: 0.3s all;
6152 + --is-ltr: 1;
6153 + --is-rtl: 0;
6154 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8395 6155 }
8396 6156 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8397 6157 max-height: 1em;
8398 6158 max-width: 1em;
8399 6159 }
8400 -[class^=eicon-flex], [class*=" eicon-flex"] {
8401 - --is-ltr: 1;
8402 - --is-rtl: 0;
8403 -}
8404 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) {
8405 6161 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8406 6162 }
8407 -[class^=eicon-flex], [class*=" eicon-flex"] {
8408 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8409 -}
8410 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) {
8411 6164 transform: rotate(calc(var(--rotation-direction) * 90deg));
8412 6165 }
8413 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) {
@@ -8420,16 +6173,6 @@
8420 6173 transform: rotate(calc(var(--is-rtl) * 180deg));
8421 6174 }
8422 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) {
8423 6176 transform: rotate(calc(var(--is-ltr) * 180deg));
8424 -}
8425 -
8426 -.elementor-editor-active .embed-media-settings .setting.caption {
8427 - display: none;
8428 -}
8429 -.elementor-editor-active .embed-media-settings .setting.align {
8430 - display: none;
8431 -}
8432 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8433 - display: none;
8434 6177 }
8435 6178 /*# sourceMappingURL=editor.css.map */