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-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | assets/css/editor.css +1154 -3308 4.3.0-beta13.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,80 +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) h1,
792 -.elementor-panel :where(#elementor-panel-state-loading,
793 -#elementor-panel-header-wrapper,
794 -#elementor-panel-content-wrapper) h2,
795 -.elementor-panel :where(#elementor-panel-state-loading,
796 -#elementor-panel-header-wrapper,
797 -#elementor-panel-content-wrapper) h3,
798 -.elementor-panel :where(#elementor-panel-state-loading,
799 -#elementor-panel-header-wrapper,
800 -#elementor-panel-content-wrapper) h4,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper) h5,
804 -.elementor-panel :where(#elementor-panel-state-loading,
805 -#elementor-panel-header-wrapper,
806 -#elementor-panel-content-wrapper) h6 {
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 {
807 527 font-size: 100%;
808 528 font-weight: normal;
809 529 }
810 -.elementor-panel :where(#elementor-panel-state-loading,
811 -#elementor-panel-header-wrapper,
812 -#elementor-panel-content-wrapper) abbr,
813 -.elementor-panel :where(#elementor-panel-state-loading,
814 -#elementor-panel-header-wrapper,
815 -#elementor-panel-content-wrapper) acronym {
530 +.elementor-panel abbr,
531 +.elementor-panel acronym {
816 532 border: 0;
817 533 font-variant: normal;
818 534 }
819 -.elementor-panel :where(#elementor-panel-state-loading,
820 -#elementor-panel-header-wrapper,
821 -#elementor-panel-content-wrapper) sup {
535 +.elementor-panel sup {
822 536 vertical-align: text-top;
823 537 }
824 -.elementor-panel :where(#elementor-panel-state-loading,
825 -#elementor-panel-header-wrapper,
826 -#elementor-panel-content-wrapper) sub {
538 +.elementor-panel sub {
827 539 vertical-align: text-bottom;
828 540 }
829 -.elementor-panel :where(#elementor-panel-state-loading,
830 -#elementor-panel-header-wrapper,
831 -#elementor-panel-content-wrapper) img {
541 +.elementor-panel img {
832 542 max-width: 100%;
833 543 height: auto;
834 544 border: 0;
835 545 }
836 -.elementor-panel :where(#elementor-panel-state-loading,
837 -#elementor-panel-header-wrapper,
838 -#elementor-panel-content-wrapper) :focus {
546 +.elementor-panel :focus {
839 547 outline: 0;
840 548 }
841 549 .elementor-panel .elementor-panel-box-content {
842 550 padding: 20px 20px 10px;
843 551 }
844 -.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 {
845 555 display: inline-block;
846 556 }
847 557 .elementor-panel .elementor-panel-alert {
848 558 background-color: var(--e-a-bg-primary);
849 559 padding: 15px;
850 - border-inline-start: 3px solid var(--e-a-color-primary);
560 + border-left: 3px solid var(--e-a-color-primary);
851 561 position: relative;
852 562 font-size: 12px;
853 563 font-weight: 300;
854 564 font-style: italic;
855 565 line-height: 1.5;
856 - text-align: start;
857 - border-start-start-radius: 0;
858 - border-start-end-radius: 3px;
859 - border-end-start-radius: 0;
860 - border-end-end-radius: 3px;
566 + text-align: left;
567 + border-radius: 0 3px 3px 0;
861 568 }
862 569 .elementor-panel .elementor-panel-alert a {
863 570 color: inherit;
864 571 }
@@ -870,9 +577,9 @@
870 577 border-color: var(--e-a-color-success);
871 578 background: var(--e-a-bg-success);
872 579 }
873 580 .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning {
874 - border-inline-start: 3px solid var(--e-a-color-warning);
581 + border-left: 3px solid var(--e-a-color-warning);
875 582 background: var(--e-a-bg-warning);
876 583 }
877 584 .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger {
878 585 border-color: var(--e-a-color-danger);
@@ -888,11 +595,12 @@
888 595 display: none;
889 596 position: absolute;
890 597 box-shadow: var(--e-a-popover-shadow);
891 598 border-radius: var(--e-a-border-radius);
892 - inset-inline: 0;
599 + left: 0;
600 + right: 0;
893 601 margin: -4px auto 5px;
894 - padding-block-start: 15px;
602 + padding-top: 15px;
895 603 width: 90%;
896 604 z-index: 10000;
897 605 background-color: var(--e-a-bg-default);
898 606 }
@@ -898,12 +606,12 @@
898 606 }
899 607 .elementor-panel .elementor-controls-popover:before {
900 608 content: "";
901 609 position: absolute;
902 - inset-block-start: -16px;
903 - inset-inline-end: 22px;
610 + top: -16px;
611 + right: 22px;
904 612 border: 8px solid transparent;
905 - border-block-end-color: var(--e-a-bg-default);
613 + border-bottom-color: var(--e-a-bg-default);
906 614 }
907 615 .elementor-panel .elementor-controls-popover div.elementor-control {
908 616 background-color: transparent;
909 617 }
@@ -910,22 +618,10 @@
910 618 .elementor-panel .elementor-controls-popover div.elementor-control:before {
911 619 content: none;
912 620 }
913 621 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
914 - margin-block-start: 20px;
622 + margin-top: 20px;
915 623 }
916 -.elementor-panel {
917 - position: relative;
918 - height: 100%;
919 - inset-inline-start: 0;
920 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
921 - width: var(--e-editor-panel-width);
922 - overflow: visible;
923 - background-color: var(--e-a-bg-default);
924 - z-index: 1;
925 - font-family: var(--e-a-font-family);
926 - font-size: 13px;
927 -}
928 624 .elementor-editor-preview .elementor-panel {
929 625 --e-is-preview-mode: 1;
930 626 }
931 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -931,12 +627,8 @@
931 627 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
932 628 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
933 629 display: none;
934 630 }
935 -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
936 - display: flex;
937 - flex-direction: column;
938 -}
939 631 .elementor-panel .ps__rail-y {
940 632 z-index: 2;
941 633 }
942 634 .elementor-panel .elementor-responsive-panel {
@@ -978,9 +670,9 @@
978 670 }
979 671 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
980 672 font-size: 18px;
981 673 }
982 -.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 {
983 675 color: var(--e-a-dark-color-txt-hover);
984 676 }
985 677 .elementor-panel #elementor-panel-header-title {
986 678 flex: 1;
@@ -990,14 +682,13 @@
990 682 .elementor-panel #elementor-panel-header-title img {
991 683 width: 90px;
992 684 }
993 685 .elementor-panel #elementor-panel-elements-categories {
994 - padding-block-end: 10px;
995 - position: relative;
686 + padding-bottom: 10px;
996 687 }
997 688 .elementor-panel .elementor-panel-category {
998 689 position: relative;
999 - border-block-end: var(--e-a-border);
690 + border-bottom: var(--e-a-border);
1000 691 }
1001 692 .elementor-panel .elementor-panel-category .elementor-panel-heading {
1002 693 padding: 0 15px;
1003 694 border: none;
@@ -1005,13 +696,10 @@
1005 696 }
1006 697 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1007 698 border: none;
1008 699 }
1009 -.elementor-panel .elementor-panel-category.elementor-active-title {
1010 - display: flex;
1011 -}
1012 700 .elementor-panel .elementor-panel-category-items {
1013 - padding-block-end: 20px;
701 + padding-bottom: 20px;
1014 702 }
1015 703 .elementor-panel .elementor-panel-category-items-empty {
1016 704 grid-column-start: 1;
1017 705 grid-column-end: 3;
@@ -1034,16 +722,14 @@
1034 722 align-items: center;
1035 723 width: 100%;
1036 724 height: 40px;
1037 725 transition: var(--e-a-transition-hover);
1038 - border: 0;
1039 - background-color: transparent;
1040 726 cursor: pointer;
1041 727 }
1042 728 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1043 - border-block-end: var(--e-a-border);
729 + border-bottom: var(--e-a-border);
1044 730 }
1045 -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
731 +.elementor-panel .elementor-panel-menu-item:hover {
1046 732 background-color: var(--e-a-bg-hover);
1047 733 }
1048 734 .elementor-panel .elementor-panel-menu-item:active {
1049 735 background-color: var(--e-a-bg-active);
@@ -1065,9 +751,9 @@
1065 751 }
1066 752 .elementor-panel .elementor-panel-menu-item-title-badge {
1067 753 margin: 0 10px;
1068 754 background: var(--e-a-color-white);
1069 - border-radius: var(--e-a-border-radius);
755 + border-radius: 3px;
1070 756 }
1071 757 .elementor-panel .elementor-panel-menu-item-title > span {
1072 758 color: var(--e-a-color-accent);
1073 759 }
@@ -1076,9 +762,10 @@
1076 762 align-items: center;
1077 763 color: inherit;
1078 764 width: 100%;
1079 765 height: 100%;
1080 - padding-inline-start: 10px;
766 + -webkit-padding-start: 10px;
767 + padding-inline-start: 10px;
1081 768 padding: 10px 0;
1082 769 }
1083 770 .elementor-panel .elementor-control.elementor-control-clear_page {
1084 771 background-color: transparent;
@@ -1090,15 +777,15 @@
1090 777 }
1091 778 .elementor-panel .elementor-panel-navigation {
1092 779 display: flex;
1093 780 width: 100%;
1094 - border-block-end: var(--e-a-border);
781 + border-bottom: var(--e-a-border);
1095 782 }
1096 783 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab {
1097 784 all: unset;
1098 785 flex: auto;
1099 786 transition: var(--e-a-transition-hover);
1100 - border-block-end: 3px solid transparent;
787 + border-bottom: 3px solid transparent;
1101 788 cursor: pointer;
1102 789 }
1103 790 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus {
1104 791 background-color: var(--e-a-bg-hover);
@@ -1109,11 +796,13 @@
1109 796 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1110 797 border-color: var(--e-a-border-color-accent);
1111 798 color: var(--e-a-color-txt-accent);
1112 799 }
800 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a,
1113 801 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1114 802 color: var(--e-a-color-txt-accent);
1115 803 }
804 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a,
1116 805 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1117 806 color: inherit;
1118 807 display: block;
1119 808 text-align: center;
@@ -1119,37 +808,42 @@
1119 808 text-align: center;
1120 809 padding: 12px 0 8px;
1121 810 font-size: 10px;
1122 811 }
812 +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before,
1123 813 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1124 814 font-family: eicons;
1125 815 font-size: 16px;
1126 816 display: block;
1127 - margin-block-end: 8px;
817 + margin-bottom: 8px;
1128 818 }
819 +.elementor-panel .elementor-tab-control-content a:before,
1129 820 .elementor-panel .elementor-tab-control-content span:before {
1130 821 content: "\e92c";
1131 822 }
823 +.elementor-panel .elementor-tab-control-style a:before,
1132 824 .elementor-panel .elementor-tab-control-style span:before {
1133 825 content: "\e921";
1134 826 }
1135 -.elementor-panel .elementor-tab-control-settings span:before {
1136 - content: "\e940";
1137 -}
1138 -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before,
1139 -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before,
1140 -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before,
827 +.elementor-panel .elementor-tab-control-advanced a:before,
1141 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,
1142 832 .elementor-panel .elementor-tab-control-general_style span:before {
1143 833 content: "\e916";
1144 834 }
835 +.elementor-panel .elementor-tab-control-responsive a:before,
1145 836 .elementor-panel .elementor-tab-control-responsive span:before {
1146 837 content: "\e885";
1147 838 }
839 +.elementor-panel .elementor-tab-control-lightbox a:before,
1148 840 .elementor-panel .elementor-tab-control-lightbox span:before {
1149 841 content: "\e922";
1150 842 }
843 +.elementor-panel .elementor-tab-control-layout a:before,
1151 844 .elementor-panel .elementor-tab-control-layout span:before,
845 +.elementor-panel .elementor-tab-control-column a:before,
1152 846 .elementor-panel .elementor-tab-control-column span:before {
1153 847 content: "\e899";
1154 848 }
1155 849 .elementor-panel #elementor-panel__editor__help {
@@ -1163,9 +857,10 @@
1163 857 align-items: center;
1164 858 justify-content: center;
1165 859 font-size: 85%;
1166 860 line-height: 2;
1167 - padding-inline-start: 5px;
861 + -webkit-padding-start: 5px;
862 + padding-inline-start: 5px;
1168 863 color: inherit;
1169 864 font-weight: 500;
1170 865 transition: var(--e-a-transition-hover);
1171 866 }
@@ -1181,15 +876,144 @@
1181 876 content: "";
1182 877 position: absolute;
1183 878 height: 13px;
1184 879 width: 13px;
1185 - inset-block-start: 3px;
1186 - inset-block-end: 0;
1187 - inset-inline-start: 8px;
1188 - inset-inline-end: 0;
880 + top: 3px;
881 + bottom: 0;
882 + left: 8px;
883 + right: 0;
1189 884 border-radius: 50%;
1190 885 z-index: -1;
1191 886 }
887 +.elementor-panel #elementor-panel-footer {
888 + position: relative;
889 + height: 40px;
890 + background-color: var(--e-a-dark-bg);
891 + color: var(--e-a-dark-color-txt);
892 +}
893 +.elementor-panel #elementor-panel-footer-tools {
894 + display: flex;
895 + justify-content: space-between;
896 + height: 100%;
897 +}
898 +.elementor-panel .elementor-panel-footer-tool {
899 + display: flex;
900 + align-items: center;
901 + justify-content: center;
902 + width: 15%;
903 + cursor: pointer;
904 + transition: var(--e-a-transition-hover);
905 + border: 0;
906 + color: currentColor;
907 + background-color: transparent;
908 +}
909 +.elementor-panel .elementor-panel-footer-tool i {
910 + font-size: 15px;
911 +}
912 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right {
913 + margin: auto;
914 + transform: rotate(270deg);
915 +}
916 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled {
917 + cursor: inherit;
918 +}
919 +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus {
920 + color: var(--e-a-dark-color-txt-hover);
921 +}
922 +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper {
923 + display: none;
924 +}
925 +.elementor-panel #elementor-panel-footer-saver-publish {
926 + width: 30%;
927 + margin-left: auto;
928 +}
929 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
930 + margin-right: 0;
931 +}
932 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
933 + display: none;
934 +}
935 +.elementor-panel #elementor-panel-footer-saver-options {
936 + width: 10%;
937 +}
938 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
939 + font-size: 11px;
940 + font-style: italic;
941 + padding: 5px 0 15px;
942 +}
943 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
944 + display: none;
945 +}
946 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
947 + border-bottom: 1px dotted transparent;
948 + transition: all ease-in-out 0.3s;
949 + cursor: pointer;
950 +}
951 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
952 + border-bottom-color: inherit;
953 +}
954 +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
955 + transform: rotate(90deg);
956 +}
957 +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
958 + padding: 0;
959 + font-size: 11px;
960 + height: 100%;
961 + width: 100%;
962 + border-radius: 0;
963 +}
964 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
965 + background-color: #1f2124;
966 + color: #9DA5AE;
967 +}
968 +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
969 + -webkit-border-end: 1px solid #F0ABFC;
970 + border-inline-end: 1px solid #F0ABFC;
971 +}
972 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
973 + -webkit-border-end: 1px solid #3f444b;
974 + border-inline-end: 1px solid #3f444b;
975 +}
976 +.elementor-panel .elementor-panel-footer-sub-menu-wrapper {
977 + position: absolute;
978 + bottom: 100%;
979 + left: 0;
980 + width: 100%;
981 + background-color: #1f2124;
982 + padding: 10px;
983 + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
984 + cursor: default;
985 + z-index: 10000;
986 +}
987 +.elementor-panel .elementor-panel-footer-sub-menu {
988 + border-radius: var(--e-border-radius);
989 + overflow: hidden;
990 + border: 1px solid #3f444b;
991 +}
992 +.elementor-panel .elementor-panel-footer-sub-menu-item {
993 + display: flex;
994 + height: 40px;
995 + color: #D5D8DC;
996 + align-items: center;
997 + -moz-column-gap: 10px;
998 + column-gap: 10px;
999 + padding: 0 20px;
1000 + transition: var(--e-a-transition-hover);
1001 + cursor: pointer;
1002 +}
1003 +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled {
1004 + cursor: default;
1005 + color: #69727D;
1006 +}
1007 +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1008 + border-bottom: 1px solid #3f444b;
1009 +}
1010 +.elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1011 + background-color: rgba(255, 255, 255, 0.1);
1012 +}
1013 +.elementor-panel .elementor-panel-footer-sub-menu-item.active {
1014 + background-color: rgba(255, 255, 255, 0.2);
1015 +}
1192 1016
1193 1017 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1194 1018 text-align: center;
1195 1019 padding: 10px 0;
@@ -1205,9 +1029,12 @@
1205 1029 display: none;
1206 1030 }
1207 1031 body.elementor-panel-loading #elementor-panel-state-loading {
1208 1032 position: absolute;
1209 - inset: 0;
1033 + top: 0;
1034 + left: 0;
1035 + height: 100%;
1036 + width: 100%;
1210 1037 display: flex;
1211 1038 align-items: center;
1212 1039 justify-content: center;
1213 1040 background-color: rgba(255, 255, 255, 0.5);
@@ -1220,17 +1047,13 @@
1220 1047
1221 1048 #elementor-panel-elements-search-area {
1222 1049 background-color: var(--e-a-bg-default);
1223 1050 position: sticky;
1224 - inset-block-start: 0;
1051 + top: 0;
1225 1052 padding: 15px;
1226 1053 z-index: 1;
1227 1054 }
1228 1055
1229 -#elementor-panel-elements-search-area:empty {
1230 - display: none;
1231 -}
1232 -
1233 1056 #elementor-panel-elements-search-wrapper {
1234 1057 position: relative;
1235 1058 }
1236 1059
@@ -1235,10 +1058,9 @@
1235 1058 }
1236 1059
1237 1060 #elementor-panel-elements-search-input {
1238 1061 font-size: 11px;
1239 - padding-block: 10px;
1240 - padding-inline: 29px 10px;
1062 + padding: 10px 10px 10px 29px;
1241 1063 font-style: italic;
1242 1064 border: var(--e-a-border-bold);
1243 1065 border-radius: 0;
1244 1066 transition: all 1s;
@@ -1247,34 +1069,19 @@
1247 1069 appearance: none;
1248 1070 }
1249 1071 #elementor-panel-elements-search-input + i {
1250 1072 position: absolute;
1251 - inset-block-start: 50%;
1252 - inset-inline-start: 10px;
1073 + left: 10px;
1074 + top: 50%;
1075 + color: var(--e-a-color-txt-disabled);
1253 1076 transform: translateY(-50%);
1254 - color: var(--e-a-color-txt-disabled);
1255 1077 }
1256 1078 #elementor-panel-elements-search-input:focus {
1257 1079 border-color: var(--e-a-border-color-focus);
1258 - padding-inline-end: 15px;
1080 + padding-right: 15px;
1259 1081 }
1260 1082
1261 -.e-free-badge-container {
1262 - flex-grow: 1;
1263 - margin-inline-start: 10px;
1264 - margin-inline-end: 10px;
1265 -}
1266 -.e-free-badge-container .e-free-badge {
1267 - border-radius: var(--e-a-border-radius);
1268 - background-color: var(--e-a-btn-bg);
1269 - color: var(--e-a-btn-color-invert);
1270 - padding: 3px 5px;
1271 -}
1272 -
1273 1083 .elementor-panel .elementor-element {
1274 - font-family: var(--e-a-font-family);
1275 - color: var(--e-a-color-txt);
1276 - line-height: 1;
1277 1084 text-align: center;
1278 1085 border: var(--e-a-border-bold);
1279 1086 border-radius: 3px;
1280 1087 cursor: move;
@@ -1279,10 +1086,8 @@
1279 1086 border-radius: 3px;
1280 1087 cursor: move;
1281 1088 position: relative;
1282 1089 transition: var(--e-a-transition-hover);
1283 - width: 100%;
1284 - background-color: transparent;
1285 1090 }
1286 1091 .elementor-panel .elementor-element--promotion .elementor-element {
1287 1092 cursor: pointer;
1288 1093 -webkit-user-select: none;
@@ -1288,40 +1093,18 @@
1288 1093 -webkit-user-select: none;
1289 1094 -moz-user-select: none;
1290 1095 user-select: none;
1291 1096 }
1292 -.elementor-panel .elementor-element .eicon-atomic,
1293 -.elementor-panel .elementor-element .e-widget-new-badge {
1294 - position: absolute;
1295 - inset-block-start: 4px;
1296 - inset-inline-end: 6px;
1297 -}
1298 -.elementor-panel .elementor-element .eicon-atomic {
1299 - color: var(--e-a-color-txt);
1300 -}
1301 -.elementor-panel .elementor-element .e-widget-new-badge {
1302 - border-radius: 4px;
1303 - background-color: #EBF2FE;
1304 - color: var(--e-a-color-info);
1305 - padding: 2px 4px;
1306 - font-size: 10px;
1307 - font-weight: 500;
1308 - line-height: 1.4;
1309 - pointer-events: none;
1310 -}
1311 -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1097 +.elementor-panel .elementor-element:hover {
1312 1098 background-color: var(--e-a-bg-hover);
1313 1099 border-color: var(--e-a-border-color-bold);
1314 1100 }
1315 -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1101 +.elementor-panel .elementor-element:hover > .eicon-lock {
1316 1102 color: var(--e-a-color-accent);
1317 1103 }
1318 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1319 - color: var(--e-a-color-info);
1320 -}
1321 1104 .elementor-panel .elementor-element .icon {
1322 1105 font-size: 28px;
1323 - padding-block-start: 15px;
1106 + padding-top: 15px;
1324 1107 }
1325 1108 .elementor-panel .elementor-element .title-wrapper {
1326 1109 display: flex;
1327 1110 height: 40px;
@@ -1330,12 +1113,12 @@
1330 1113 }
1331 1114 .elementor-panel .elementor-element .title {
1332 1115 font-size: 12px;
1333 1116 }
1334 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1117 +.elementor-panel .elementor-element > .eicon-lock {
1335 1118 position: absolute;
1336 - inset-block-start: 5px;
1337 - inset-inline-end: 5px;
1119 + top: 5px;
1120 + right: 5px;
1338 1121 color: var(--e-a-color-txt-disabled);
1339 1122 }
1340 1123 .elementor-panel .elementor-element:active {
1341 1124 background-color: var(--e-a-bg-hover);
@@ -1353,13 +1136,13 @@
1353 1136 }
1354 1137 #elementor-element--promotion__dialog:after {
1355 1138 content: "";
1356 1139 position: absolute;
1357 - inset-block-start: 15px;
1358 - inset-inline-end: 100%;
1140 + top: 15px;
1141 + right: 100%;
1359 1142 transform: scaleY(0.7);
1360 1143 border: 10px solid transparent;
1361 - border-inline-end-color: var(--e-a-bg-default);
1144 + border-right-color: var(--e-a-bg-default);
1362 1145 }
1363 1146 #elementor-element--promotion__dialog__title {
1364 1147 font-size: 14px;
1365 1148 }
@@ -1365,14 +1148,14 @@
1365 1148 }
1366 1149 #elementor-element--promotion__dialog .dialog-header {
1367 1150 display: flex;
1368 1151 padding: 20px;
1369 - border-block-end: var(--e-a-border);
1152 + border-bottom: var(--e-a-border);
1370 1153 font-weight: 500;
1371 1154 }
1372 1155 #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon {
1373 1156 flex-grow: 1;
1374 - margin-inline-start: 10px;
1157 + margin-left: 10px;
1375 1158 font-size: 14px;
1376 1159 color: var(--e-a-color-accent);
1377 1160 }
1378 1161 #elementor-element--promotion__dialog .dialog-header .eicon-close {
@@ -1396,9 +1179,9 @@
1396 1179 .dialog-tooltip-widget {
1397 1180 position: absolute;
1398 1181 width: 300px;
1399 1182 z-index: 1;
1400 - background-color: var(--e-a-bg-default);
1183 + background-color: #ffffff;
1401 1184 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1402 1185 border-radius: 3px;
1403 1186 }
1404 1187 .dialog-tooltip-widget:after {
@@ -1403,13 +1186,13 @@
1403 1186 }
1404 1187 .dialog-tooltip-widget:after {
1405 1188 content: "";
1406 1189 position: absolute;
1407 - inset-block-start: 15px;
1408 - inset-inline-end: 100%;
1190 + top: 15px;
1191 + right: 100%;
1409 1192 transform: scaleY(0.7);
1410 1193 border: 10px solid transparent;
1411 - border-inline-end-color: var(--e-a-bg-default);
1194 + border-right-color: #ffffff;
1412 1195 }
1413 1196 .dialog-tooltip-widget__title {
1414 1197 font-size: 14px;
1415 1198 }
@@ -1415,22 +1198,23 @@
1415 1198 }
1416 1199 .dialog-tooltip-widget .dialog-tooltip-header {
1417 1200 display: flex;
1418 1201 padding: 20px 20px 0;
1419 - color: var(--e-a-color-txt);
1420 - border-block-end: 1px solid var(--e-a-bg-default);
1202 + color: #0C0D0E;
1203 + border-bottom: 1px solid #ffffff;
1421 1204 font-weight: 500;
1422 1205 }
1423 1206 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1424 1207 flex-grow: 1;
1425 - margin-inline-start: 10px;
1208 + margin-left: 10px;
1426 1209 font-size: 14px;
1427 - color: #93003f;
1210 + color: #524CFF;
1428 1211 }
1429 1212 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1430 1213 cursor: pointer;
1431 - margin-inline-start: auto;
1432 - color: var(--e-a-color-txt);
1214 + -webkit-margin-start: auto;
1215 + margin-inline-start: auto;
1216 + color: #9DA5AE;
1433 1217 }
1434 1218 .dialog-tooltip-widget .dialog-tooltip-message {
1435 1219 padding: 20px;
1436 1220 }
@@ -1445,80 +1229,8 @@
1445 1229 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1446 1230 border: 0;
1447 1231 }
1448 1232
1449 -#elementor-panel-elements-widget-creation-area:empty {
1450 - display: none;
1451 -}
1452 -
1453 -.elementor-panel-elements-widget-creation {
1454 - text-align: center;
1455 - padding: 30px 20px;
1456 -}
1457 -.elementor-panel-elements-widget-creation__title {
1458 - font-size: 14px;
1459 - font-weight: bold;
1460 - line-height: 1.4;
1461 - color: var(--e-a-color-txt);
1462 -}
1463 -.elementor-panel-elements-widget-creation__message {
1464 - margin-block-start: 8px;
1465 - font-size: 13px;
1466 - line-height: 1.6;
1467 - color: var(--e-a-color-txt-muted);
1468 -}
1469 -.elementor-panel-elements-widget-creation__cta {
1470 - display: inline-flex;
1471 - align-items: center;
1472 - gap: 6px;
1473 - margin-block-start: 16px;
1474 - padding: 0;
1475 - border: none;
1476 - background: none;
1477 - color: #C00BB9;
1478 - font-size: 14px;
1479 - font-weight: 500;
1480 - cursor: pointer;
1481 - font-family: var(--e-a-font-family);
1482 -}
1483 -.elementor-panel-elements-widget-creation__cta i {
1484 - font-size: 16px;
1485 -}
1486 -.elementor-panel-elements-widget-creation__cta:hover {
1487 - opacity: 0.8;
1488 -}
1489 -.elementor-panel-elements-widget-creation--search-footer {
1490 - border-block-start: var(--e-a-border);
1491 -}
1492 -
1493 -.elementor-panel-category-custom-widgets-empty {
1494 - grid-column: 1/-1;
1495 - width: 100%;
1496 - padding: 0 16px 16px;
1497 -}
1498 -.elementor-panel-category-custom-widgets-empty__message {
1499 - margin: 0;
1500 - font-size: 12px;
1501 - line-height: 1.6;
1502 - color: var(--e-a-color-txt-muted);
1503 -}
1504 -
1505 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1506 - margin-inline-start: auto;
1507 - padding: 4px 10px;
1508 - border: none;
1509 - background: none;
1510 - color: #C00BB9;
1511 - font-size: 12px;
1512 - font-weight: 500;
1513 - cursor: pointer;
1514 - font-family: var(--e-a-font-family);
1515 - flex-shrink: 0;
1516 -}
1517 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1518 - opacity: 0.8;
1519 -}
1520 -
1521 1233 #elementor-panel-inner {
1522 1234 position: relative;
1523 1235 height: 100%;
1524 1236 display: flex;
@@ -1533,120 +1245,32 @@
1533 1245 }
1534 1246
1535 1247 .elementor-panel-container {
1536 1248 clear: both;
1537 - padding-inline-start: 15px;
1538 - padding-inline-end: 15px;
1249 + padding-left: 15px;
1250 + padding-right: 15px;
1539 1251 }
1540 1252
1541 1253 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1542 - margin-block-start: 10px;
1254 + margin-top: 10px;
1543 1255 }
1544 1256 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1545 - margin-block-start: 20px;
1257 + margin-top: 20px;
1546 1258 }
1547 1259
1548 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1549 - display: flex;
1550 - flex-direction: column;
1551 -}
1552 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1553 - display: flex;
1554 - flex-direction: column;
1555 - flex: 1;
1556 - min-height: 0;
1557 -}
1558 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1559 - position: sticky;
1560 - inset-block-end: 0;
1561 - margin-block-start: auto;
1562 -}
1563 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1564 - margin-block-start: 0;
1565 -}
1566 -
1567 -#elementor-panel-get-pro-elements-sticky {
1568 - position: sticky;
1569 - inset-block-end: 0;
1570 - margin-block-end: -10px;
1571 -}
1572 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1573 - margin-block-start: -14px;
1574 -}
1575 -
1576 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1577 - display: flex;
1578 - flex-direction: column;
1579 - min-height: 100%;
1580 -}
1581 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1582 - margin-block-start: auto;
1583 -}
1584 -
1585 -#elementor-panel-get-pro-elements-sticky,
1586 -.elementor-panel-editor-sticky-promotion {
1587 - font-size: 14px;
1588 - font-weight: 400;
1589 - line-height: 1.6;
1590 - background-color: var(--e-a-color-white);
1591 -}
1592 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1593 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1594 - min-height: 40px;
1595 - display: block;
1596 - padding: 9px min(35px, 5%);
1597 - gap: 10px;
1598 - background-color: var(--e-a-color-white);
1599 - color: var(--e-a-color-black);
1600 - text-align: center;
1601 - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1602 -}
1603 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1604 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1605 - display: inline-block;
1606 - font-size: 13px;
1607 - font-weight: 500;
1608 - color: var(--e-a-btn-bg-accent);
1609 -}
1610 -#elementor-panel-get-pro-elements-sticky img,
1611 -.elementor-panel-editor-sticky-promotion img {
1612 - margin-inline-start: 17px;
1613 -}
1614 -
1615 1260 #elementor-panel-notice-wrapper .elementor-panel-notice {
1616 1261 width: 90%;
1617 1262 margin: 0 auto;
1618 1263 font-style: unset;
1619 - margin-block-end: 15px;
1264 + margin-bottom: 15px;
1620 1265 }
1621 1266 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1622 1267 font-weight: bold;
1623 1268 font-style: italic;
1624 - border-block-end: 2px dotted var(--e-a-color-info);
1269 + border-bottom: 2px dotted var(--e-a-color-info);
1625 1270 display: inline-block;
1626 1271 }
1627 1272
1628 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1629 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1630 - position: relative;
1631 -}
1632 -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1633 -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1634 - position: absolute;
1635 - content: "";
1636 - display: block;
1637 - background: var(--e-a-color-primary);
1638 - border-radius: 50%;
1639 - width: 8px;
1640 - height: 8px;
1641 - inset-block-start: 5px;
1642 - inset-inline-end: 5px;
1643 -}
1644 -
1645 -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper {
1646 - display: none !important;
1647 -}
1648 -
1649 1273 .media-modal.wp-core-ui {
1650 1274 color-scheme: light;
1651 1275 color: #515962;
1652 1276 }
@@ -1666,13 +1290,13 @@
1666 1290 }
1667 1291 .elementor-control a {
1668 1292 font-weight: 500;
1669 1293 text-decoration: none;
1670 - border-block-end: 1px dotted transparent;
1294 + border-bottom: 1px dotted transparent;
1671 1295 transition: all ease-in-out 0.3s;
1672 1296 }
1673 1297 .elementor-control a:hover {
1674 - border-block-end-color: inherit;
1298 + border-bottom-color: inherit;
1675 1299 }
1676 1300 .elementor-control .elementor-control-content {
1677 1301 display: flex;
1678 1302 flex-direction: column;
@@ -1679,13 +1303,10 @@
1679 1303 }
1680 1304 .elementor-control .elementor-control-title {
1681 1305 font-size: var(--control-title-size);
1682 1306 line-height: 1;
1683 - margin-inline-end: 5px;
1307 + margin-right: 5px;
1684 1308 }
1685 -.elementor-control .elementor-control-title:empty {
1686 - display: none;
1687 -}
1688 1309 .elementor-control .elementor-control-spinner {
1689 1310 display: flex;
1690 1311 align-items: center;
1691 1312 }
@@ -1692,42 +1313,42 @@
1692 1313 .elementor-control.elementor-control-type-divider {
1693 1314 padding: 0;
1694 1315 }
1695 1316 .elementor-control.elementor-control-type-divider .elementor-control-content {
1696 - margin-inline: 20px;
1697 1317 border-width: 0;
1698 - border-block-start: var(--e-a-border);
1318 + border-top: var(--e-a-border);
1699 1319 background-color: var(--e-a-bg-default);
1700 1320 height: 15px;
1701 1321 }
1702 1322 .elementor-control.elementor-control-separator-before {
1703 - padding-block-start: 15px;
1323 + padding-top: 15px;
1704 1324 }
1705 1325 .elementor-control.elementor-control-separator-before:before {
1706 1326 content: "";
1707 1327 position: absolute;
1708 - inset: 0 20px auto;
1709 1328 height: 1px;
1329 + width: calc(100% - 40px);
1330 + top: 0;
1331 + left: 20px;
1710 1332 background-color: var(--e-a-border-color);
1711 1333 }
1712 -.elementor-control.elementor-control-separator-after {
1713 - padding-block-end: 15px;
1714 -}
1715 1334 .elementor-control.elementor-control-separator-after:after {
1716 1335 content: "";
1717 1336 position: absolute;
1718 - inset: auto 20px 0;
1719 1337 height: 1px;
1338 + width: calc(100% - 40px);
1339 + bottom: 0;
1340 + left: 20px;
1720 1341 background-color: var(--e-a-border-color);
1721 1342 }
1722 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 {
1723 - padding-block-start: 15px;
1344 + padding-top: 15px;
1724 1345 }
1725 1346 .elementor-control.elementor-control-deprecated {
1726 - color: var(--e-a-color-warning);
1347 + color: #F59E0B;
1727 1348 }
1728 1349 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1729 - color: var(--e-a-color-warning);
1350 + color: #F59E0B;
1730 1351 }
1731 1352 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1732 1353 display: none;
1733 1354 }
@@ -1758,36 +1379,26 @@
1758 1379 }
1759 1380 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1760 1381 display: none;
1761 1382 }
1762 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1763 - padding: 4px;
1383 +.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1384 + margin-top: 5px;
1764 1385 }
1765 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1766 - aspect-ratio: 4/1;
1767 - -o-object-fit: cover;
1768 - object-fit: cover;
1769 - -o-object-position: center;
1770 - object-position: center;
1386 +.elementor-control.elementor-control-custom_css_title {
1387 + font-size: 12px;
1771 1388 }
1772 -.elementor-control-shape_divider_bottom img {
1773 - rotate: X 180deg;
1774 -}
1775 -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1776 - margin-block-start: 5px;
1777 -}
1778 1389
1779 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1780 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1781 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1782 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1783 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1784 - transform: rotate(90deg);
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";
1785 1396 }
1786 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1787 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1788 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1789 - scale: calc(1 * var(--direction-multiplier)) 1;
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";
1790 1401 }
1791 1402
1792 1403 .elementor-panel-heading {
1793 1404 display: flex;
@@ -1795,12 +1406,10 @@
1795 1406 gap: 5px;
1796 1407 height: 48px;
1797 1408 padding-inline: 20px;
1798 1409 width: 100%;
1799 - border: 0;
1800 - border-block-start: var(--e-a-border);
1801 - border-block-start-width: 2px;
1802 - background-color: transparent;
1410 + border-top: var(--e-a-border);
1411 + border-top-width: 2px;
1803 1412 color: var(--e-a-color-txt-accent);
1804 1413 cursor: pointer;
1805 1414 }
1806 1415 .elementor-panel-heading-toggle {
@@ -1811,38 +1420,11 @@
1811 1420 }
1812 1421 .elementor-panel-heading-title {
1813 1422 font-weight: bold;
1814 1423 }
1815 -.elementor-panel-heading-category-chip {
1816 - margin-inline-start: auto;
1817 - background-color: var(--e-a-bg-chip);
1818 - border-radius: 100px;
1819 - padding: 5px 8px;
1820 -}
1821 -.elementor-panel-heading-promotion {
1822 - margin-inline-start: auto;
1823 -}
1824 -.elementor-panel-heading-promotion a {
1825 - color: var(--e-a-color-accent-promotion);
1826 - font-family: "Roboto", sans-serif;
1827 - font-weight: 500;
1828 - font-size: 13px;
1829 -}
1830 -.elementor-panel-heading-promotion a i {
1831 - margin-inline-end: 4px;
1832 - font-size: 14px;
1833 -}
1834 -.elementor-panel-heading-promotion a:hover {
1835 - color: var(--e-a-color-accent-promotion);
1836 -}
1837 -.elementor-panel-heading:focus-visible {
1838 - color: var(--e-a-color-txt-hover);
1839 -}
1840 1424
1841 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1842 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1843 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1844 - border-block-start: none;
1425 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1426 + border-top: none;
1845 1427 }
1846 1428
1847 1429 .elementor-control-field {
1848 1430 display: flex;
@@ -1854,9 +1436,9 @@
1854 1436 }
1855 1437 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1856 1438 width: 100%;
1857 1439 max-width: 100%;
1858 - margin-block-start: 10px;
1440 + margin-top: 10px;
1859 1441 }
1860 1442 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label {
1861 1443 width: auto;
1862 1444 flex: 1 1 27px;
@@ -1864,12 +1446,12 @@
1864 1446 align-items: center;
1865 1447 justify-content: center;
1866 1448 }
1867 1449 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1868 - margin-block-start: 0;
1450 + margin-top: 0;
1869 1451 }
1870 1452 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1871 - margin-block-start: 0;
1453 + margin-top: 0;
1872 1454 }
1873 1455
1874 1456 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
1875 1457 flex-shrink: 0;
@@ -1875,26 +1457,19 @@
1875 1457 flex-shrink: 0;
1876 1458 max-width: 60%;
1877 1459 }
1878 1460 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1879 - margin-inline-start: auto;
1461 + margin-left: auto;
1880 1462 }
1881 1463
1882 1464 .elementor-control-field-description {
1883 - margin-block-start: 10px;
1465 + margin-top: 10px;
1884 1466 }
1885 1467
1886 1468 .elementor-group-control-attachment_alert .elementor-control-field-description {
1887 - margin-block-start: 0;
1469 + margin-top: 0;
1888 1470 }
1889 1471
1890 -.elementor-control-start-end .eicon-text-align-left,
1891 -.elementor-control-start-end .eicon-text-align-right,
1892 -.elementor-control-start-end .eicon-h-align-left,
1893 -.elementor-control-start-end .eicon-h-align-right {
1894 - scale: calc(1 * var(--direction-multiplier)) 1;
1895 -}
1896 -
1897 1472 .elementor-update-preview {
1898 1473 margin: 15px 15px 0;
1899 1474 display: flex;
1900 1475 align-items: center;
@@ -1901,13 +1476,14 @@
1901 1476 }
1902 1477
1903 1478 .elementor-update-preview-button-wrapper {
1904 1479 flex-grow: 1;
1905 - text-align: end;
1480 + text-align: right;
1906 1481 }
1907 1482
1908 1483 .elementor-update-preview-button {
1909 1484 padding: 8px 15px;
1485 + text-transform: uppercase;
1910 1486 }
1911 1487
1912 1488 .elementor-control-direction-ltr input,
1913 1489 .elementor-control-direction-ltr textarea {
@@ -1923,15 +1499,15 @@
1923 1499 --pointer-position: var(--selected-option);
1924 1500 position: relative;
1925 1501 width: 2.5em;
1926 1502 height: 2.5em;
1927 - margin: calc(-2.5em + 12px) 0;
1928 - margin-inline-end: 5px;
1503 + margin: calc( -2.5em + 12px) 0;
1504 + margin-right: 5px;
1929 1505 }
1930 1506 .elementor-control-responsive-switchers__holder {
1931 1507 position: absolute;
1932 1508 width: 100%;
1933 - inset-block-start: 0;
1509 + top: 0;
1934 1510 background-color: var(--e-a-bg-default);
1935 1511 border-radius: var(--e-a-border-radius);
1936 1512 transition: 0.15s;
1937 1513 border: 1px solid transparent;
@@ -2035,9 +1611,9 @@
2035 1611 }
2036 1612
2037 1613 .e-units-wrapper {
2038 1614 position: relative;
2039 - margin-inline-start: auto;
1615 + margin-left: auto;
2040 1616 }
2041 1617 .e-units-wrapper .e-units-switcher {
2042 1618 cursor: pointer;
2043 1619 font-size: 10px;
@@ -2074,10 +1650,10 @@
2074 1650 display: none;
2075 1651 overflow: hidden;
2076 1652 max-height: 0;
2077 1653 position: absolute;
2078 - inset-block-start: -0.8em;
2079 - inset-inline-start: -0.5em;
1654 + top: -0.8em;
1655 + left: -0.5em;
2080 1656 width: 2.5em;
2081 1657 text-align: center;
2082 1658 background-color: var(--e-a-bg-default);
2083 1659 border-radius: var(--e-a-border-radius);
@@ -2097,8 +1673,14 @@
2097 1673 }
2098 1674 .e-units-choices .elementor-units-choices-label:hover {
2099 1675 color: var(--e-a-color-primary-bold);
2100 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 +}
2101 1683 .e-units-choices.e-units-choices-open {
2102 1684 display: block;
2103 1685 animation-duration: 1s;
2104 1686 animation-name: e-units-choices-open;
@@ -2116,26 +1698,19 @@
2116 1698 to {
2117 1699 max-height: 100vh;
2118 1700 }
2119 1701 }
2120 -.elementor-control-alert {
2121 - display: flex;
2122 - flex-direction: column;
2123 - justify-content: flex-start;
2124 - align-items: flex-start;
2125 - gap: 8px;
2126 -}
2127 -.elementor-control-alert-heading {
2128 - font-weight: bold;
2129 -}
2130 -
2131 1702 .elementor-control-type-button .elementor-control-input-wrapper {
2132 - text-align: end;
1703 + text-align: right;
2133 1704 }
2134 -.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 {
2135 1708 width: auto;
2136 1709 }
2137 -.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 {
2138 1713 display: block;
2139 1714 margin: 0 auto;
2140 1715 }
2141 1716
@@ -2152,12 +1727,12 @@
2152 1727 border-radius: var(--e-a-border-radius);
2153 1728 overflow: hidden;
2154 1729 }
2155 1730 .elementor-choices .elementor-choices-label {
2156 - border-block-start: var(--e-a-border-bold);
2157 - border-block-end: var(--e-a-border-bold);
2158 - border-inline-start: var(--e-a-border-bold);
2159 - 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;
2160 1735 font-size: 12px;
2161 1736 transition: var(--e-a-transition-hover);
2162 1737 cursor: pointer;
2163 1738 overflow: hidden;
@@ -2162,15 +1737,15 @@
2162 1737 cursor: pointer;
2163 1738 overflow: hidden;
2164 1739 }
2165 1740 .elementor-choices .elementor-choices-label:nth-child(2) {
2166 - border-start-start-radius: var(--e-a-border-radius);
2167 - 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);
2168 1743 }
2169 1744 .elementor-choices .elementor-choices-label:last-child {
2170 - border-inline-end: var(--e-a-border-bold);
2171 - border-start-end-radius: var(--e-a-border-radius);
2172 - 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);
2173 1748 }
2174 1749 .elementor-choices input {
2175 1750 display: none;
2176 1751 }
@@ -2186,12 +1761,9 @@
2186 1761 justify-content: flex-end;
2187 1762 }
2188 1763
2189 1764 .elementor-control-type-color.e-control-global .pickr {
2190 - border-start-start-radius: 0;
2191 - border-start-end-radius: var(--e-a-border-radius);
2192 - border-end-start-radius: 0;
2193 - border-end-end-radius: var(--e-a-border-radius);
1765 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2194 1766 flex-shrink: 0;
2195 1767 border-color: var(--e-a-border-color-bold);
2196 1768 transition: var(--e-a-transition-hover);
2197 1769 }
@@ -2213,10 +1785,10 @@
2213 1785 height: 6px;
2214 1786 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2215 1787 }
2216 1788 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2217 - margin-block-start: 0;
2218 - margin-block-end: 5px;
1789 + margin-top: 0;
1790 + margin-bottom: 5px;
2219 1791 }
2220 1792
2221 1793 .elementor-group-control-blur .elementor-slider {
2222 1794 background: url("../images/blur.png");
@@ -2246,15 +1818,15 @@
2246 1818 --pointer-position: var(--selected-option);
2247 1819 position: relative;
2248 1820 width: 2.5em;
2249 1821 height: 2.5em;
2250 - margin: calc(-2.5em + 12px) 0;
2251 - margin-inline-end: 5px;
1822 + margin: calc( -2.5em + 12px) 0;
1823 + margin-right: 5px;
2252 1824 }
2253 1825 .elementor-control-responsive-switchers__holder {
2254 1826 position: absolute;
2255 1827 width: 100%;
2256 - inset-block-start: 0;
1828 + top: 0;
2257 1829 background-color: var(--e-a-bg-default);
2258 1830 border-radius: var(--e-a-border-radius);
2259 1831 transition: 0.15s;
2260 1832 border: 1px solid transparent;
@@ -2358,9 +1930,9 @@
2358 1930 }
2359 1931
2360 1932 .e-units-wrapper {
2361 1933 position: relative;
2362 - margin-inline-start: auto;
1934 + margin-left: auto;
2363 1935 }
2364 1936 .e-units-wrapper .e-units-switcher {
2365 1937 cursor: pointer;
2366 1938 font-size: 10px;
@@ -2397,10 +1969,10 @@
2397 1969 display: none;
2398 1970 overflow: hidden;
2399 1971 max-height: 0;
2400 1972 position: absolute;
2401 - inset-block-start: -0.8em;
2402 - inset-inline-start: -0.5em;
1973 + top: -0.8em;
1974 + left: -0.5em;
2403 1975 width: 2.5em;
2404 1976 text-align: center;
2405 1977 background-color: var(--e-a-bg-default);
2406 1978 border-radius: var(--e-a-border-radius);
@@ -2420,8 +1992,14 @@
2420 1992 }
2421 1993 .e-units-choices .elementor-units-choices-label:hover {
2422 1994 color: var(--e-a-color-primary-bold);
2423 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 +}
2424 2002 .e-units-choices.e-units-choices-open {
2425 2003 display: block;
2426 2004 animation-duration: 1s;
2427 2005 animation-name: e-units-choices-open;
@@ -2454,15 +2032,15 @@
2454 2032 width: 100%;
2455 2033 height: 27px;
2456 2034 }
2457 2035 .elementor-control-type-dimensions li input {
2458 - border-inline-start: none;
2036 + border-left: none;
2459 2037 border-radius: 0;
2460 2038 padding: var(--e-a-border-radius);
2461 2039 }
2462 2040 .elementor-control-type-dimensions li input:focus {
2463 - border-inline-start: var(--e-a-border-bold);
2464 - margin-inline-start: -1px;
2041 + border-left: var(--e-a-border-bold);
2042 + margin-left: -1px;
2465 2043 width: calc(100% + 1px);
2466 2044 }
2467 2045 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2468 2046 color: var(--e-a-color-txt);
@@ -2468,28 +2046,22 @@
2468 2046 color: var(--e-a-color-txt);
2469 2047 }
2470 2048 .elementor-control-type-dimensions li .elementor-link-dimensions {
2471 2049 border: var(--e-a-border-bold);
2472 - border-inline-start: none;
2050 + border-left: none;
2473 2051 background-color: var(--e-a-bg-default);
2474 2052 padding: 0;
2475 2053 outline: none;
2476 - border-start-start-radius: 0;
2477 - border-start-end-radius: var(--e-a-border-radius);
2478 - border-end-start-radius: 0;
2479 - border-end-end-radius: var(--e-a-border-radius);
2054 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2480 2055 cursor: pointer;
2481 2056 }
2482 2057 .elementor-control-type-dimensions li:first-child input {
2483 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2484 - border-start-start-radius: var(--e-a-border-radius);
2485 - border-start-end-radius: 0;
2486 - border-end-start-radius: var(--e-a-border-radius);
2487 - 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);
2488 2060 }
2489 2061 .elementor-control-type-dimensions li:first-child input:focus {
2490 2062 border-color: var(--e-a-border-color-focus);
2491 - margin-inline-start: 0;
2063 + margin-left: 0;
2492 2064 width: 100%;
2493 2065 }
2494 2066 .elementor-control-type-dimensions li:last-child {
2495 2067 max-width: 27px;
@@ -2501,9 +2073,9 @@
2501 2073 color: var(--e-a-color-txt-muted);
2502 2074 display: block;
2503 2075 text-align: center;
2504 2076 font-size: 9px;
2505 - padding-block-start: 5px;
2077 + padding-top: 5px;
2506 2078 }
2507 2079 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2508 2080 background-color: var(--e-a-bg-default);
2509 2081 }
@@ -2524,15 +2096,15 @@
2524 2096 --pointer-position: var(--selected-option);
2525 2097 position: relative;
2526 2098 width: 2.5em;
2527 2099 height: 2.5em;
2528 - margin: calc(-2.5em + 12px) 0;
2529 - margin-inline-end: 5px;
2100 + margin: calc( -2.5em + 12px) 0;
2101 + margin-right: 5px;
2530 2102 }
2531 2103 .elementor-control-responsive-switchers__holder {
2532 2104 position: absolute;
2533 2105 width: 100%;
2534 - inset-block-start: 0;
2106 + top: 0;
2535 2107 background-color: var(--e-a-bg-default);
2536 2108 border-radius: var(--e-a-border-radius);
2537 2109 transition: 0.15s;
2538 2110 border: 1px solid transparent;
@@ -2636,9 +2208,9 @@
2636 2208 }
2637 2209
2638 2210 .e-units-wrapper {
2639 2211 position: relative;
2640 - margin-inline-start: auto;
2212 + margin-left: auto;
2641 2213 }
2642 2214 .e-units-wrapper .e-units-switcher {
2643 2215 cursor: pointer;
2644 2216 font-size: 10px;
@@ -2675,10 +2247,10 @@
2675 2247 display: none;
2676 2248 overflow: hidden;
2677 2249 max-height: 0;
2678 2250 position: absolute;
2679 - inset-block-start: -0.8em;
2680 - inset-inline-start: -0.5em;
2251 + top: -0.8em;
2252 + left: -0.5em;
2681 2253 width: 2.5em;
2682 2254 text-align: center;
2683 2255 background-color: var(--e-a-bg-default);
2684 2256 border-radius: var(--e-a-border-radius);
@@ -2698,8 +2270,14 @@
2698 2270 }
2699 2271 .e-units-choices .elementor-units-choices-label:hover {
2700 2272 color: var(--e-a-color-primary-bold);
2701 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 +}
2702 2280 .e-units-choices.e-units-choices-open {
2703 2281 display: block;
2704 2282 animation-duration: 1s;
2705 2283 animation-name: e-units-choices-open;
@@ -2732,15 +2310,15 @@
2732 2310 width: 100%;
2733 2311 height: 27px;
2734 2312 }
2735 2313 .elementor-control-type-gaps li input {
2736 - border-inline-start: none;
2314 + border-left: none;
2737 2315 border-radius: 0;
2738 2316 padding: var(--e-a-border-radius);
2739 2317 }
2740 2318 .elementor-control-type-gaps li input:focus {
2741 - border-inline-start: var(--e-a-border-bold);
2742 - margin-inline-start: -1px;
2319 + border-left: var(--e-a-border-bold);
2320 + margin-left: -1px;
2743 2321 width: calc(100% + 1px);
2744 2322 }
2745 2323 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2746 2324 color: var(--e-a-color-txt);
@@ -2746,28 +2324,22 @@
2746 2324 color: var(--e-a-color-txt);
2747 2325 }
2748 2326 .elementor-control-type-gaps li .elementor-link-gaps {
2749 2327 border: var(--e-a-border-bold);
2750 - border-inline-start: none;
2328 + border-left: none;
2751 2329 background-color: var(--e-a-bg-default);
2752 2330 padding: 0;
2753 2331 outline: none;
2754 - border-start-start-radius: 0;
2755 - border-start-end-radius: var(--e-a-border-radius);
2756 - border-end-start-radius: 0;
2757 - border-end-end-radius: var(--e-a-border-radius);
2332 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
2758 2333 cursor: pointer;
2759 2334 }
2760 2335 .elementor-control-type-gaps li:first-child input {
2761 - border-inline-start: 1px solid var(--e-a-border-color-bold);
2762 - border-start-start-radius: var(--e-a-border-radius);
2763 - border-start-end-radius: 0;
2764 - border-end-start-radius: var(--e-a-border-radius);
2765 - 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);
2766 2338 }
2767 2339 .elementor-control-type-gaps li:first-child input:focus {
2768 2340 border-color: var(--e-a-border-color-focus);
2769 - margin-inline-start: 0;
2341 + margin-left: 0;
2770 2342 width: 100%;
2771 2343 }
2772 2344 .elementor-control-type-gaps li:last-child {
2773 2345 max-width: 27px;
@@ -2779,9 +2351,9 @@
2779 2351 color: var(--e-a-color-txt-muted);
2780 2352 display: block;
2781 2353 text-align: center;
2782 2354 font-size: 9px;
2783 - padding-block-start: 5px;
2355 + padding-top: 5px;
2784 2356 }
2785 2357 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2786 2358 background-color: var(--e-a-bg-default);
2787 2359 }
@@ -2798,11 +2370,11 @@
2798 2370 }
2799 2371
2800 2372 .elementor-control-type-icons .elementor-control-media__preview > * {
2801 2373 position: absolute;
2802 - inset-block-start: 50%;
2803 - inset-inline-start: 50%;
2804 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2374 + top: 50%;
2375 + left: 50%;
2376 + transform: translate(-50%, -50%);
2805 2377 }
2806 2378 .elementor-control-type-icons .elementor-control-media__preview i {
2807 2379 font-size: 70px;
2808 2380 }
@@ -2819,10 +2391,10 @@
2819 2391 }
2820 2392 .elementor-control-type-gallery .elementor-control-gallery-status {
2821 2393 font-size: 12px;
2822 2394 height: 27px;
2823 - padding-inline-start: 10px;
2824 - border-block-end: var(--e-a-border-bold);
2395 + padding-left: 10px;
2396 + border-bottom: var(--e-a-border-bold);
2825 2397 display: flex;
2826 2398 }
2827 2399 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2828 2400 display: flex;
@@ -2834,8 +2406,11 @@
2834 2406 .elementor-control-type-gallery .elementor-control-gallery-content {
2835 2407 position: relative;
2836 2408 overflow: hidden;
2837 2409 }
2410 +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit {
2411 + opacity: 0;
2412 +}
2838 2413 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2839 2414 display: grid;
2840 2415 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2841 2416 grid-gap: 10px;
@@ -2841,25 +2416,21 @@
2841 2416 grid-gap: 10px;
2842 2417 cursor: pointer;
2843 2418 padding: 10px;
2844 2419 }
2845 -.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 {
2846 - opacity: 1;
2847 -}
2848 2420 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2849 2421 width: 48px;
2850 2422 height: 48px;
2851 - -o-object-fit: cover;
2852 - object-fit: cover;
2423 + background-size: cover;
2424 + background-position: 50% 50%;
2853 2425 border: var(--e-a-border);
2854 2426 }
2855 -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2856 - outline: 2px solid var(--e-a-btn-bg-danger-active);
2857 - opacity: 0.6;
2858 -}
2859 2427 .elementor-control-type-gallery .elementor-control-gallery-edit {
2860 2428 position: absolute;
2861 - inset: 0;
2429 + top: 0;
2430 + bottom: 0;
2431 + left: 0;
2432 + right: 0;
2862 2433 background-color: rgba(0, 0, 0, 0.2);
2863 2434 padding: 10px;
2864 2435 font-size: 11px;
2865 2436 transition: all 0.3s ease-in-out;
@@ -2864,14 +2435,14 @@
2864 2435 font-size: 11px;
2865 2436 transition: all 0.3s ease-in-out;
2866 2437 pointer-events: none;
2867 2438 cursor: pointer;
2868 - opacity: 0;
2439 + opacity: 1;
2869 2440 }
2870 2441 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2871 2442 position: absolute;
2872 - inset-block-start: 10px;
2873 - inset-inline-end: 10px;
2443 + top: 10px;
2444 + right: 10px;
2874 2445 width: 21px;
2875 2446 height: 21px;
2876 2447 color: var(--e-a-color-white);
2877 2448 background-color: rgba(0, 0, 0, 0.5);
@@ -2904,24 +2475,21 @@
2904 2475 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2905 2476 display: none;
2906 2477 }
2907 2478 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2908 - border-inline-start: var(--e-a-border);
2479 + border-left: var(--e-a-border);
2909 2480 }
2910 2481 .elementor-control-type-gallery .elementor-control-gallery-clear {
2911 - color: currentColor;
2912 - background-color: transparent;
2913 - border: none;
2914 2482 cursor: pointer;
2915 2483 justify-content: center;
2916 2484 }
2917 -.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 {
2918 2486 color: var(--e-a-color-danger);
2919 2487 }
2920 2488 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2921 2489 border-width: 0;
2922 2490 border-inline-start-width: 1px;
2923 - border-block-end-width: 1px;
2491 + border-bottom-width: 1px;
2924 2492 border-radius: 0;
2925 2493 }
2926 2494
2927 2495 .e-global__popover {
@@ -2927,17 +2495,14 @@
2927 2495 .e-global__popover {
2928 2496 width: 288px;
2929 2497 z-index: 1;
2930 2498 font-size: 12px;
2931 - padding-inline-start: 10px;
2499 + padding-left: 10px;
2932 2500 }
2933 2501 .e-global__popover-toggle {
2934 2502 border: var(--e-a-border-bold);
2935 - border-inline-end: 0;
2936 - border-start-start-radius: 3px;
2937 - border-start-end-radius: 0;
2938 - border-end-start-radius: 3px;
2939 - border-end-end-radius: 0;
2503 + border-right: 0;
2504 + border-radius: 3px 0 0 3px;
2940 2505 display: flex;
2941 2506 align-items: center;
2942 2507 justify-content: center;
2943 2508 cursor: pointer;
@@ -2953,23 +2518,24 @@
2953 2518 .e-global__popover-container {
2954 2519 box-shadow: var(--e-a-popover-shadow);
2955 2520 border-radius: var(--e-a-border-radius);
2956 2521 background-color: var(--e-a-bg-default);
2522 + padding-bottom: 5px;
2957 2523 }
2958 2524 .e-global__popover-title {
2959 2525 padding: 15px 20px;
2960 2526 font-weight: 500;
2961 - border-block-end: var(--e-a-border);
2527 + border-bottom: var(--e-a-border);
2962 2528 display: flex;
2963 2529 }
2964 2530 .e-global__popover-title > i {
2965 - margin-inline-end: 5px;
2531 + margin-right: 5px;
2966 2532 }
2967 2533 .e-global__popover-title-text {
2968 2534 flex-grow: 1;
2969 2535 }
2970 2536 .e-global__popover-info {
2971 - margin-inline-end: 10px;
2537 + margin-right: 5px;
2972 2538 display: inline-block;
2973 2539 }
2974 2540 .e-global__popover-info-tooltip {
2975 2541 width: 270px;
@@ -2981,20 +2547,20 @@
2981 2547 }
2982 2548 .e-global__popover-info-tooltip:after {
2983 2549 content: "";
2984 2550 position: absolute;
2985 - inset-block-end: -17px;
2986 - inset-inline-start: 16px;
2551 + bottom: -17px;
2552 + left: 16px;
2987 2553 border: 10px solid transparent;
2988 - border-block-start-color: rgba(0, 0, 0, 0.9);
2554 + border-top-color: rgba(0, 0, 0, 0.9);
2989 2555 }
2990 2556 .e-global__popover-info i {
2991 2557 font-size: 13px;
2992 2558 }
2993 2559 .e-global__preview-items-container {
2994 - max-height: 400px;
2560 + max-height: 260px;
2995 2561 overflow-y: auto;
2996 - padding: 5px 0;
2562 + margin-top: 5px;
2997 2563 }
2998 2564 .e-global__preview-items-container::-webkit-scrollbar {
2999 2565 width: 7px;
3000 2566 }
@@ -3001,26 +2567,14 @@
3001 2567 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3002 2568 background-color: #BABFC5;
3003 2569 border-radius: 10px;
3004 2570 }
3005 -.e-global__group-header {
3006 - padding: 12px 20px 5px;
3007 - font-weight: 500;
3008 - font-size: 11px;
3009 - color: var(--e-a-color-txt-muted);
3010 -}
3011 -.e-global__group-divider {
3012 - height: 1px;
3013 - background-color: var(--e-a-border-color);
3014 - margin: 10px 20px;
3015 -}
3016 2571 .e-global__manage-button {
3017 2572 font-weight: 500;
3018 2573 cursor: pointer;
3019 2574 }
3020 2575 .e-global__typography {
3021 - padding-block: 10px;
3022 - padding-inline: 35px 20px;
2576 + padding: 5px 10px 5px 35px;
3023 2577 white-space: nowrap;
3024 2578 text-overflow: ellipsis;
3025 2579 overflow: hidden;
3026 2580 }
@@ -3029,34 +2583,44 @@
3029 2583 font-size: 13px;
3030 2584 content: "\e90e";
3031 2585 position: absolute;
3032 2586 transform: translateY(-50%);
3033 - inset-block-start: 50%;
3034 - inset-inline-start: 13px;
2587 + top: 50%;
2588 + left: 12px;
3035 2589 }
3036 2590 .e-global__color {
3037 - padding: 10px 20px;
2591 + margin: 5px auto;
2592 + padding: 5px 20px;
3038 2593 display: flex;
3039 2594 align-items: center;
3040 2595 }
2596 +.e-global__color:first-child {
2597 + margin-top: 5px;
2598 +}
2599 +.e-global__color:last-child {
2600 + margin-bottom: 10px;
2601 +}
3041 2602 .e-global__color-preview-container {
3042 2603 height: 20px;
3043 2604 width: 20px;
3044 2605 border-radius: 3px;
3045 2606 border: 1px solid rgba(0, 0, 0, 0.1);
3046 - margin-inline-end: 10px;
2607 + margin-right: 10px;
3047 2608 flex-shrink: 0;
3048 2609 position: relative;
3049 2610 }
3050 2611 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3051 2612 border-radius: 3px;
2613 + height: 100%;
2614 + width: 100%;
3052 2615 position: absolute;
3053 - inset: 0;
2616 + top: 0;
2617 + left: 0;
3054 2618 }
3055 2619 .e-global__color-preview-transparent-bg {
3056 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));
3057 2621 background-size: 12px 12px;
3058 - background-position: 0 0, calc(12px / 2) calc(12px / 2);
2622 + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 );
3059 2623 }
3060 2624 .e-global__color-title {
3061 2625 flex-grow: 1;
3062 2626 white-space: nowrap;
@@ -3061,9 +2625,9 @@
3061 2625 flex-grow: 1;
3062 2626 white-space: nowrap;
3063 2627 text-overflow: ellipsis;
3064 2628 overflow: hidden;
3065 - padding-inline-end: 10px;
2629 + padding-right: 10px;
3066 2630 }
3067 2631 .e-global__color-hex {
3068 2632 font-size: 10px;
3069 2633 color: var(--e-a-color-txt-muted);
@@ -3115,14 +2679,12 @@
3115 2679 max-width: 135px;
3116 2680 width: 100%;
3117 2681 }
3118 2682 .e-control-global.elementor-control .elementor-control-input-wrapper {
3119 - display: flex;
3120 - flex-direction: row;
3121 - align-items: stretch;
2683 + direction: ltr;
3122 2684 }
3123 2685 .e-control-global .elementor-control-spinner {
3124 - margin-inline-end: 4px;
2686 + margin-right: 4px;
3125 2687 }
3126 2688
3127 2689 .elementor-control-type-hidden {
3128 2690 display: none !important;
@@ -3128,9 +2690,9 @@
3128 2690 display: none !important;
3129 2691 }
3130 2692
3131 2693 .elementor-control-type-icon .select2-selection__rendered .eicon {
3132 - margin-inline-end: 3px;
2694 + margin-right: 3px;
3133 2695 }
3134 2696
3135 2697 .elementor-control-type-image_dimensions .elementor-control-field-description {
3136 2698 margin: 0 0 15px;
@@ -3148,19 +2710,19 @@
3148 2710 }
3149 2711 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3150 2712 width: 20px;
3151 2713 text-align: center;
3152 - padding-block-start: 4px;
2714 + padding-top: 4px;
3153 2715 }
3154 2716 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3155 2717 display: block;
3156 - margin-block-start: 5px;
2718 + margin-top: 5px;
3157 2719 color: var(--e-a-color-txt-disabled);
3158 2720 font-size: 10px;
3159 2721 text-align: center;
3160 2722 }
3161 2723 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3162 - margin-inline-start: auto;
2724 + margin-left: auto;
3163 2725 }
3164 2726
3165 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 {
3166 2728 display: none;
@@ -3172,11 +2734,11 @@
3172 2734 display: none;
3173 2735 }
3174 2736 .elementor-control-media .eicon-plus-circle {
3175 2737 position: absolute;
3176 - inset-block-start: 50%;
3177 - inset-inline-start: 50%;
3178 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2738 + top: 50%;
2739 + left: 50%;
2740 + transform: translate(-50%, -50%);
3179 2741 color: var(--e-a-color-white);
3180 2742 font-size: 20px;
3181 2743 }
3182 2744 .elementor-control-media__content__upload-button {
@@ -3185,13 +2747,14 @@
3185 2747 .elementor-control-media__preview {
3186 2748 height: 100%;
3187 2749 background-size: cover;
3188 2750 background-position: center;
2751 + padding-bottom: 42.8571%;
3189 2752 }
3190 2753 .elementor-control-media-area {
3191 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));
3192 2755 background-size: 16px 16px;
3193 - background-position: 0 0, calc(16px / 2) calc(16px / 2);
2756 + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 );
3194 2757 background-color: var(--e-a-bg-default);
3195 2758 border: var(--e-a-border-bold);
3196 2759 aspect-ratio: 21/9;
3197 2760 }
@@ -3199,11 +2762,11 @@
3199 2762 display: none;
3200 2763 }
3201 2764 .elementor-control-media-area .eicon-video-camera {
3202 2765 position: absolute;
3203 - inset-block-start: 50%;
3204 - inset-inline-start: 50%;
3205 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2766 + top: 50%;
2767 + left: 50%;
2768 + transform: translate(-50%, -50%);
3206 2769 color: rgba(255, 255, 255, 0.7);
3207 2770 font-size: 21px;
3208 2771 }
3209 2772 .elementor-control-media .elementor-control-media__content {
@@ -3214,14 +2777,17 @@
3214 2777 }
3215 2778 .elementor-control-media .elementor-control-media__content:hover:after {
3216 2779 content: "";
3217 2780 position: absolute;
3218 - inset: 0;
2781 + top: 0;
2782 + bottom: 0;
2783 + left: 0;
2784 + right: 0;
3219 2785 background-color: rgba(0, 0, 0, 0.2);
3220 2786 pointer-events: none;
3221 2787 }
3222 2788 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3223 - inset-block-end: -30px;
2789 + bottom: -30px;
3224 2790 }
3225 2791 .elementor-control-media__content {
3226 2792 transition: all 0.2s ease-in-out;
3227 2793 }
@@ -3226,15 +2792,16 @@
3226 2792 transition: all 0.2s ease-in-out;
3227 2793 }
3228 2794 .elementor-control-media__tools {
3229 2795 position: absolute;
3230 - inset-block-end: 0;
3231 - inset-inline: 0;
2796 + bottom: 0;
2797 + left: 0;
2798 + right: 0;
3232 2799 height: 27px;
3233 2800 transition: all 0.2s ease-in-out;
3234 2801 }
3235 2802 .elementor-control-media__tools > *:not(:first-child) {
3236 - margin-inline-start: 1px;
2803 + margin-left: 1px;
3237 2804 }
3238 2805 .elementor-control-media__tool {
3239 2806 display: flex;
3240 2807 align-items: center;
@@ -3256,10 +2823,10 @@
3256 2823 }
3257 2824 .elementor-control-media__content__remove {
3258 2825 position: absolute;
3259 2826 z-index: 1;
3260 - inset-block-start: 10px;
3261 - inset-inline-end: 10px;
2827 + top: 10px;
2828 + right: 10px;
3262 2829 width: 20px;
3263 2830 height: 20px;
3264 2831 font-size: 11px;
3265 2832 color: var(--e-a-color-white);
@@ -3273,24 +2840,18 @@
3273 2840 }
3274 2841 .elementor-control-media.e-media-empty .elementor-control-file-area {
3275 2842 display: none;
3276 2843 }
3277 -.elementor-control-media__warnings:empty {
3278 - display: none;
3279 -}
3280 -.elementor-control-media__warnings:not(:empty) {
3281 - margin-block-start: 10px;
3282 -}
3283 2844 .elementor-control-media__file {
3284 2845 display: flex;
3285 2846 justify-content: space-between;
3286 2847 align-items: center;
3287 2848 width: 100%;
3288 - margin-block-start: 10px;
2849 + margin-top: 10px;
3289 2850 border: var(--e-a-border);
3290 2851 }
3291 2852 .elementor-control-media__file__content {
3292 - padding-inline-start: 5px;
2853 + padding-left: 5px;
3293 2854 font-size: 12px;
3294 2855 }
3295 2856 .elementor-control-media__file__content__label {
3296 2857 color: #9DA5AE;
@@ -3300,13 +2861,13 @@
3300 2861 align-items: center;
3301 2862 font-weight: 500;
3302 2863 }
3303 2864 .elementor-control-media__file__content__info__icon {
3304 - margin-inline-end: 5px;
2865 + margin-right: 5px;
3305 2866 }
3306 2867 .elementor-control-media__file__controls {
3307 2868 display: flex;
3308 - border-inline-start: var(--e-a-border);
2869 + border-left: var(--e-a-border);
3309 2870 }
3310 2871 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3311 2872 width: 27px;
3312 2873 height: 27px;
@@ -3317,9 +2878,9 @@
3317 2878 display: flex;
3318 2879 justify-content: center;
3319 2880 }
3320 2881 .elementor-control-media__file__controls__remove {
3321 - border-inline-end: var(--e-a-border);
2882 + border-right: var(--e-a-border);
3322 2883 }
3323 2884 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3324 2885 display: none;
3325 2886 }
@@ -3342,12 +2903,12 @@
3342 2903 .elementor-control-media .e-control-image-size {
3343 2904 display: flex;
3344 2905 flex-direction: column;
3345 2906 width: 100%;
3346 - padding-block-start: 20px;
2907 + padding-top: 20px;
3347 2908 }
3348 2909 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3349 - margin-inline-start: auto;
2910 + margin-left: auto;
3350 2911 }
3351 2912
3352 2913 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3353 2914 border: none;
@@ -3356,79 +2917,8 @@
3356 2917 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3357 2918 background-color: var(--e-a-bg-active-bold);
3358 2919 }
3359 2920
3360 -.elementor-control-notice {
3361 - display: flex;
3362 - justify-content: flex-start;
3363 - align-items: flex-start;
3364 - gap: 8px;
3365 - padding: 16px;
3366 - border-radius: 3px;
3367 - border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3368 - color: var(--e-a-color-txt);
3369 - font-size: 12px;
3370 - font-weight: 400;
3371 - line-height: 1.5;
3372 - text-align: start;
3373 - margin-block-start: 10px;
3374 -}
3375 -.elementor-control-notice-type-info {
3376 - --notice-control-color: var(--e-a-color-info);
3377 -}
3378 -.elementor-control-notice-type-success {
3379 - --notice-control-color: var(--e-a-color-success);
3380 -}
3381 -.elementor-control-notice-type-warning {
3382 - --notice-control-color: var(--e-a-color-warning);
3383 -}
3384 -.elementor-control-notice-type-danger {
3385 - --notice-control-color: var(--e-a-color-danger);
3386 -}
3387 -.elementor-control-notice-icon {
3388 - flex-basis: 18px;
3389 - color: var(--notice-control-color);
3390 -}
3391 -.elementor-control-notice-main {
3392 - display: flex;
3393 - flex-direction: column;
3394 - justify-content: flex-start;
3395 - align-items: flex-start;
3396 - gap: 6px;
3397 - flex: 1;
3398 -}
3399 -.elementor-control-notice-main-heading {
3400 - font-weight: 700;
3401 - font-style: italic;
3402 -}
3403 -.elementor-control-notice-main-content {
3404 - font-style: italic;
3405 - line-height: 1.5;
3406 -}
3407 -.elementor-control-notice-main-actions {
3408 - display: flex;
3409 - gap: 10px;
3410 - padding-block-start: 8px;
3411 -}
3412 -.elementor-control-notice-main a {
3413 - color: inherit;
3414 - font-weight: 700;
3415 - cursor: pointer;
3416 -}
3417 -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3418 - color: inherit;
3419 -}
3420 -.elementor-control-notice-dismiss {
3421 - -webkit-appearance: none;
3422 - -moz-appearance: none;
3423 - appearance: none;
3424 - background-color: transparent;
3425 - border: 0;
3426 - padding: 0;
3427 - margin: 0;
3428 - cursor: pointer;
3429 -}
3430 -
3431 2921 .elementor-control-type-popover_toggle input {
3432 2922 display: none;
3433 2923 }
3434 2924 .elementor-control-type-popover_toggle label {
@@ -3434,11 +2924,9 @@
3434 2924 .elementor-control-type-popover_toggle label {
3435 2925 cursor: pointer;
3436 2926 }
3437 2927 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3438 - display: flex;
3439 - flex-direction: row-reverse;
3440 - align-items: center;
2928 + direction: rtl;
3441 2929 }
3442 2930 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3443 2931 color: var(--e-a-color-txt-active);
3444 2932 background-color: var(--e-a-bg-active-bold);
@@ -3459,9 +2947,10 @@
3459 2947 background-color: var(--e-a-bg-hover);
3460 2948 }
3461 2949 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3462 2950 color: var(--e-a-color-txt-muted);
3463 - margin-inline-end: 5px;
2951 + -webkit-margin-start: 5px;
2952 + margin-inline-start: 5px;
3464 2953 }
3465 2954 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3466 2955 color: var(--e-a-color-txt);
3467 2956 }
@@ -3466,65 +2955,61 @@
3466 2955 color: var(--e-a-color-txt);
3467 2956 }
3468 2957
3469 2958 .elementor-controls-popover.e-controls-popover--typography {
3470 - padding-block-start: 0;
2959 + padding-top: 0;
3471 2960 }
3472 2961
3473 2962 .e-control-global .elementor-control-popover-toggle-toggle-label {
3474 - border-start-start-radius: 0;
3475 - border-start-end-radius: var(--e-a-border-radius);
3476 - border-end-start-radius: 0;
3477 - border-end-end-radius: var(--e-a-border-radius);
2963 + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0;
3478 2964 flex-shrink: 0;
3479 2965 }
3480 2966
3481 2967 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
3482 - padding-inline-start: 10px;
3483 - padding-inline-end: 10px;
3484 - padding-block-end: 10px;
2968 + padding-right: 10px;
2969 + padding-left: 10px;
2970 + padding-bottom: 10px;
3485 2971 }
3486 2972 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3487 2973 display: none;
3488 2974 }
3489 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3490 -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3491 - display: none;
3492 -}
3493 2975 .elementor-control-type-repeater .elementor-repeater-fields {
3494 2976 margin: 10px 0;
3495 2977 }
3496 2978 .elementor-control-type-repeater .elementor-repeater-row-controls {
3497 2979 border: var(--e-a-border-bold);
3498 - border-block-start-width: 0;
3499 - padding-block-start: 15px;
2980 + border-top-width: 0;
2981 + padding-top: 15px;
3500 2982 }
3501 2983 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3502 2984 display: none;
3503 2985 }
3504 2986 .elementor-control-type-repeater .elementor-repeater-row-tools {
3505 - display: flex;
3506 - align-items: center;
2987 + display: table;
2988 + table-layout: fixed;
3507 2989 width: 100%;
3508 - border: 1px solid var(--e-a-border-color-bold);
3509 - 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;
3510 2994 }
3511 -.elementor-control-type-repeater .elementor-repeater-row-tools > button {
3512 - display: flex;
3513 - align-items: center;
3514 - justify-content: center;
3515 - height: 40px;
3516 - border: none;
3517 - background-color: transparent;
3518 - 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;
3519 3002 cursor: pointer;
3520 3003 }
3521 -.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 {
3522 3008 background-color: var(--e-a-bg-hover);
3523 3009 }
3524 3010 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3525 - flex: 1;
3526 - justify-content: flex-start;
3011 + text-align: left;
3527 3012 padding: 0 10px;
3528 3013 font-size: var(--control-title-size);
3529 3014 white-space: nowrap;
3530 3015 text-overflow: ellipsis;
@@ -3532,9 +3017,9 @@
3532 3017 }
3533 3018 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3534 3019 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3535 3020 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3536 - margin-inline-end: 5px;
3021 + margin-right: 5px;
3537 3022 }
3538 3023 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3539 3024 width: 1em;
3540 3025 }
@@ -3539,24 +3024,21 @@
3539 3024 width: 1em;
3540 3025 }
3541 3026 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3542 3027 width: 40px;
3543 - border-inline-start: 1px solid var(--e-a-border-color-bold);
3544 3028 }
3545 3029 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3030 + cursor: move;
3546 3031 width: 10px;
3547 - border-inline-end: 1px solid var(--e-a-border-color-bold);
3548 - cursor: move;
3032 + color: #fff;
3549 3033 }
3550 3034 .elementor-control-type-repeater .elementor-button-wrapper {
3551 3035 text-align: center;
3552 - padding-block-start: 5px;
3036 + padding-top: 5px;
3553 3037 }
3554 3038
3555 -#elementor-controls,
3556 -#elementor-panel-page-settings-controls,
3557 -#elementor-panel-editorPreferences-settings-controls {
3558 - padding-block-start: 15px;
3039 +#elementor-controls {
3040 + padding-top: 15px;
3559 3041 }
3560 3042
3561 3043 .elementor-control-type-section {
3562 3044 padding: 0;
@@ -3561,15 +3043,15 @@
3561 3043 .elementor-control-type-section {
3562 3044 padding: 0;
3563 3045 }
3564 3046 .elementor-control-type-section.e-open {
3565 - padding-block-end: 10px;
3047 + padding-bottom: 10px;
3566 3048 }
3567 3049 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3568 3050 display: none;
3569 3051 }
3570 3052 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3571 - margin-block-start: 25px;
3053 + margin-top: 25px;
3572 3054 }
3573 3055
3574 3056 .elementor-control-type-select .elementor-control-input-wrapper {
3575 3057 position: relative;
@@ -3585,10 +3067,10 @@
3585 3067 text-transform: inherit;
3586 3068 letter-spacing: inherit;
3587 3069 line-height: inherit;
3588 3070 flex-basis: 100%;
3589 - padding-inline-start: 5px;
3590 - padding-inline-end: 20px;
3071 + padding-left: 5px;
3072 + padding-right: 20px;
3591 3073 cursor: pointer;
3592 3074 }
3593 3075 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3594 3076 color: var(--e-a-color-txt-disabled);
@@ -3600,19 +3082,16 @@
3600 3082 font-family: eicons;
3601 3083 content: "\e8ad";
3602 3084 font-size: 12px;
3603 3085 position: absolute;
3604 - inset-block-start: 50%;
3605 - inset-inline-end: 5px;
3086 + top: 50%;
3606 3087 transform: translateY(-50%);
3088 + right: 5px;
3607 3089 pointer-events: none;
3608 3090 }
3609 -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3610 - max-width: 80px;
3611 -}
3612 3091
3613 3092 .elementor-shadow-box .elementor-shadow-slider {
3614 - margin-block-start: 10px;
3093 + margin-top: 10px;
3615 3094 }
3616 3095 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3617 3096 flex-grow: 1;
3618 3097 }
@@ -3617,12 +3096,9 @@
3617 3096 flex-grow: 1;
3618 3097 }
3619 3098
3620 3099 .elementor-control-type-slider.elementor-control-dynamic input {
3621 - border-start-start-radius: var(--e-a-border-radius);
3622 - border-start-end-radius: 0;
3623 - border-end-start-radius: var(--e-a-border-radius);
3624 - border-end-end-radius: 0;
3100 + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius);
3625 3101 }
3626 3102 .elementor-control-type-slider .elementor-control-unit-2 {
3627 3103 width: 21%;
3628 3104 }
@@ -3629,23 +3105,23 @@
3629 3105 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3630 3106 display: block;
3631 3107 }
3632 3108 .elementor-control-type-slider--multiple {
3633 - padding-block-end: 40px;
3109 + padding-bottom: 40px;
3634 3110 }
3635 3111 .elementor-control-type-slider--multiple .elementor-slider {
3636 - margin-block-start: 12px;
3112 + margin-top: 12px;
3637 3113 width: 98%;
3638 3114 }
3639 3115 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3640 3116 border-radius: 0;
3641 3117 width: 10px;
3642 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3118 + transform: translateY(calc(50% - 14px)) translateX(4px);
3643 3119 }
3644 3120 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3645 3121 content: "";
3646 3122 position: absolute;
3647 - inset-block-start: 2px;
3123 + top: 2px;
3648 3124 height: 12px;
3649 3125 width: 11px;
3650 3126 transform: rotate(45deg);
3651 3127 background-color: var(--e-a-color-white);
@@ -3659,13 +3135,10 @@
3659 3135 right: 5px;
3660 3136 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3661 3137 }
3662 3138 .elementor-control-type-slider .elementor-control-dynamic-switcher {
3663 - border-inline-start-width: 0;
3664 - border-start-start-radius: 0;
3665 - border-start-end-radius: var(--e-a-border-radius);
3666 - border-end-start-radius: 0;
3667 - 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;
3668 3141 }
3669 3142 .elementor-control-type-slider .elementor-control-input-wrapper {
3670 3143 display: flex;
3671 3144 align-items: center;
@@ -3670,9 +3143,9 @@
3670 3143 display: flex;
3671 3144 align-items: center;
3672 3145 }
3673 3146 .elementor-control-type-slider .elementor-dynamic-cover {
3674 - margin-block-start: 10px;
3147 + margin-top: 10px;
3675 3148 }
3676 3149 .elementor-control-type-slider.e-units-custom .elementor-slider {
3677 3150 display: none;
3678 3151 }
@@ -3692,9 +3165,9 @@
3692 3165 }
3693 3166 .elementor-slider-input {
3694 3167 width: 21%;
3695 3168 min-width: 54px;
3696 - margin-inline-start: 12px;
3169 + margin-left: 12px;
3697 3170 transition: width 0.3s ease-in-out;
3698 3171 }
3699 3172 .elementor-slider__extra {
3700 3173 position: relative;
@@ -3711,9 +3184,9 @@
3711 3184 position: absolute;
3712 3185 display: flex;
3713 3186 justify-content: space-evenly;
3714 3187 width: 100%;
3715 - margin-block-start: 4px;
3188 + margin-top: 4px;
3716 3189 }
3717 3190 .elementor-slider__scale {
3718 3191 width: 1px;
3719 3192 height: 21px;
@@ -3722,11 +3195,11 @@
3722 3195 .elementor-slider .noUi-handle {
3723 3196 height: 16px;
3724 3197 width: 16px;
3725 3198 background-color: var(--e-a-color-white);
3199 + right: 0;
3200 + transform: translateY(calc(50% - 14px)) translateX(8px);
3726 3201 position: absolute;
3727 - inset-inline-end: 0;
3728 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3729 3202 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3730 3203 border-radius: 50%;
3731 3204 }
3732 3205 .elementor-slider .noUi-connects {
@@ -3736,9 +3209,12 @@
3736 3209 }
3737 3210 .elementor-slider .noUi-connect {
3738 3211 position: absolute;
3739 3212 z-index: 0;
3740 - inset: 0;
3213 + top: 0;
3214 + left: 0;
3215 + height: 100%;
3216 + width: 100%;
3741 3217 will-change: transform;
3742 3218 transform-origin: 0 0;
3743 3219 background-color: var(--e-a-border-color-focus);
3744 3220 }
@@ -3743,9 +3219,9 @@
3743 3219 background-color: var(--e-a-border-color-focus);
3744 3220 }
3745 3221 .elementor-slider .noUi-tooltip {
3746 3222 position: absolute;
3747 - inset-block-start: calc(100% + 5px);
3223 + top: calc(100% + 5px);
3748 3224 left: calc(50% - 4px);
3749 3225 transform: translateX(-50%);
3750 3226 font-size: 10px;
3751 3227 }
@@ -3770,9 +3246,9 @@
3770 3246 padding: 15px 20px 0;
3771 3247 font-size: 11px;
3772 3248 cursor: pointer;
3773 3249 color: var(--e-a-color-txt-muted);
3774 - border-block-start: var(--e-a-border);
3250 + border-top: var(--e-a-border);
3775 3251 margin: 0 -20px;
3776 3252 }
3777 3253 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3778 3254 color: var(--e-a-color-txt);
@@ -3795,13 +3271,13 @@
3795 3271 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3796 3272 fill: var(--e-a-border-color-focus);
3797 3273 }
3798 3274 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3799 - margin-block-end: 15px;
3275 + margin-bottom: 15px;
3800 3276 }
3801 3277 .elementor-control-type-structure .elementor-control-structure-preset-title {
3802 3278 text-align: center;
3803 - padding-block-start: 5px;
3279 + padding-top: 5px;
3804 3280 font-style: italic;
3805 3281 font-size: 11px;
3806 3282 color: #9DA5AE;
3807 3283 }
@@ -3806,9 +3282,9 @@
3806 3282 color: #9DA5AE;
3807 3283 }
3808 3284
3809 3285 .elementor-control-type-switcher .elementor-control-input-wrapper {
3810 - text-align: end;
3286 + text-align: right;
3811 3287 }
3812 3288 .elementor-control-type-switcher .elementor-switch {
3813 3289 position: relative;
3814 3290 display: inline-block;
@@ -3832,9 +3308,9 @@
3832 3308 transition-property: opacity, background;
3833 3309 }
3834 3310 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3835 3311 position: absolute;
3836 - inset-block-start: 0;
3312 + top: 0;
3837 3313 width: 50%;
3838 3314 text-align: center;
3839 3315 line-height: 20px;
3840 3316 transition: inherit;
@@ -3840,14 +3316,14 @@
3840 3316 transition: inherit;
3841 3317 }
3842 3318 .elementor-control-type-switcher .elementor-switch-label:before {
3843 3319 content: attr(data-off);
3844 - inset-inline-end: 5px;
3320 + right: 5px;
3845 3321 color: var(--e-a-color-txt-muted);
3846 3322 }
3847 3323 .elementor-control-type-switcher .elementor-switch-label:after {
3848 3324 content: attr(data-on);
3849 - inset-inline-start: 5px;
3325 + left: 5px;
3850 3326 color: var(--e-a-btn-color);
3851 3327 opacity: 0;
3852 3328 }
3853 3329 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3860,28 +3336,25 @@
3860 3336 opacity: 1;
3861 3337 }
3862 3338 .elementor-control-type-switcher .elementor-switch-handle {
3863 3339 position: absolute;
3864 - inset-block-start: 1px;
3865 - inset-inline-start: 1px;
3340 + top: 1px;
3341 + left: 1px;
3866 3342 width: 18px;
3867 3343 height: 18px;
3868 3344 background: white;
3869 3345 border-radius: 10px;
3870 - transition: inset-inline-start 0.15s ease-out;
3346 + transition: left 0.15s ease-out;
3871 3347 }
3872 3348 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3873 - inset-inline-start: initial;
3874 - inset-inline-end: 1px;
3349 + left: initial;
3350 + right: 1px;
3875 3351 }
3876 3352
3877 3353 .elementor-control-type-tabs {
3878 - display: none;
3354 + display: flex;
3879 3355 font-size: var(--control-title-size);
3880 3356 }
3881 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3882 - display: flex;
3883 -}
3884 3357
3885 3358 .elementor-control-type-tab {
3886 3359 text-align: center;
3887 3360 width: 100%;
@@ -3886,22 +3359,22 @@
3886 3359 text-align: center;
3887 3360 width: 100%;
3888 3361 padding: 0;
3889 3362 line-height: 25px;
3890 - border-block-start: var(--e-a-border-bold);
3891 - border-block-end: var(--e-a-border-bold);
3892 - 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);
3893 3366 transition: var(--e-a-transition-hover);
3894 3367 cursor: pointer;
3895 3368 }
3896 3369 .elementor-control-type-tab:first-child {
3897 - border-inline-start: var(--e-a-border-bold);
3898 - border-start-start-radius: var(--e-a-border-radius);
3899 - 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);
3900 3373 }
3901 3374 .elementor-control-type-tab:last-child {
3902 - border-start-end-radius: var(--e-a-border-radius);
3903 - 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);
3904 3377 }
3905 3378 .elementor-control-type-tab:hover {
3906 3379 background-color: var(--e-a-bg-hover);
3907 3380 }
@@ -3924,11 +3397,11 @@
3924 3397 }
3925 3398 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3926 3399 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3927 3400 position: absolute;
3928 - inset-block-start: 0;
3929 - inset-inline-end: 0;
3401 + top: 0;
3930 3402 z-index: 1;
3403 + right: 0;
3931 3404 }
3932 3405 .elementor-control-type-textarea .elementor-control-input-wrapper,
3933 3406 .elementor-control-type-code .elementor-control-input-wrapper {
3934 3407 position: relative;
@@ -3979,12 +3452,12 @@
3979 3452 font-size: 12px;
3980 3453 }
3981 3454 .elementor-control-type-url .elementor-control-url-more-options {
3982 3455 display: none;
3983 - padding-block-start: 10px;
3456 + padding-top: 10px;
3984 3457 }
3985 3458 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
3986 - margin-block-start: 10px;
3459 + margin-top: 10px;
3987 3460 }
3988 3461 .elementor-control-type-url .elementor-control-url-more:hover {
3989 3462 color: var(--e-a-color-txt-hover);
3990 3463 }
@@ -3996,9 +3469,9 @@
3996 3469 display: flex;
3997 3470 align-items: center;
3998 3471 }
3999 3472 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4000 - padding-block-end: 10px;
3473 + padding-bottom: 10px;
4001 3474 }
4002 3475 .elementor-control-type-url .elementor-control-url-option input,
4003 3476 .elementor-control-type-url .elementor-control-url-option label {
4004 3477 cursor: pointer;
@@ -4005,10 +3478,10 @@
4005 3478 }
4006 3479 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4007 3480 display: none;
4008 3481 position: absolute;
4009 - inset-block-start: 5px;
4010 - inset-inline-end: 0;
3482 + top: 5px;
3483 + right: 0;
4011 3484 width: 10px;
4012 3485 height: 10px;
4013 3486 font-size: 10px;
4014 3487 color: var(--e-a-color-txt-disabled);
@@ -4017,9 +3490,9 @@
4017 3490 font-size: var(--control-title-size);
4018 3491 }
4019 3492 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4020 3493 width: 100%;
4021 - margin-block-start: 10px;
3494 + margin-top: 10px;
4022 3495 }
4023 3496 .elementor-control-type-url .elementor-input:focus ~ div {
4024 3497 border-color: var(--e-a-border-color-focus);
4025 3498 }
@@ -4056,79 +3529,11 @@
4056 3529 background: var(--e-a-bg-hover);
4057 3530 }
4058 3531 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4059 3532 font-size: 10px;
4060 - padding-block-start: 2px;
3533 + padding-top: 2px;
4061 3534 }
4062 3535
4063 -.elementor-control-type-visual_choice {
4064 - width: 100%;
4065 -}
4066 -
4067 -.elementor-visual-choice-choices {
4068 - display: grid;
4069 - gap: 8px;
4070 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4071 - text-align: center;
4072 - border-radius: var(--e-a-border-radius);
4073 - overflow: hidden;
4074 -}
4075 -
4076 -.elementor-visual-choice-element {
4077 - display: flex;
4078 - flex-direction: column;
4079 - align-items: center;
4080 - justify-content: center;
4081 - gap: 8px;
4082 - width: auto;
4083 -}
4084 -.elementor-visual-choice-element-image label {
4085 - border: var(--e-a-border-bold);
4086 - border-radius: var(--e-a-border-radius);
4087 - font-size: 12px;
4088 - transition: var(--e-a-transition-hover);
4089 - cursor: pointer;
4090 - overflow: hidden;
4091 - width: 100%;
4092 - padding: 8px;
4093 -}
4094 -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label {
4095 - background-color: var(--e-a-bg-active-bold);
4096 - opacity: 1;
4097 -}
4098 -.elementor-visual-choice-element-image input:checked + label {
4099 - border-color: var(--e-a-color-primary-bold);
4100 -}
4101 -.elementor-visual-choice-element-image input:not(:checked) + label {
4102 - background-color: var(--e-a-color-white);
4103 - opacity: 0.5;
4104 -}
4105 -.elementor-visual-choice-element-image img {
4106 - width: 100%;
4107 - height: auto;
4108 -}
4109 -.elementor-visual-choice-element-button {
4110 - grid-column: span var(--elementor-visual-choice-columns);
4111 -}
4112 -.elementor-visual-choice-element-button label {
4113 - width: -moz-fit-content;
4114 - width: fit-content;
4115 -}
4116 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4117 - background-color: var(--e-a-bg-active-bold);
4118 -}
4119 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4120 - border-color: var(--e-a-color-primary-bold);
4121 -}
4122 -
4123 -.elementor-label-inline .elementor-visual-choice-choices {
4124 - justify-content: flex-end;
4125 -}
4126 -
4127 -.tipsy-inner {
4128 - white-space: pre-line;
4129 -}
4130 -
4131 3536 .elementor-control-type-wp_widget .widget-inside {
4132 3537 line-height: 2;
4133 3538 background-color: inherit;
4134 3539 display: block;
@@ -4144,9 +3549,9 @@
4144 3549 border: var(--e-a-border);
4145 3550 }
4146 3551 .elementor-control-type-wysiwyg .wp-editor-tabs {
4147 3552 border: var(--e-a-border-bold);
4148 - border-block-end: none;
3553 + border-bottom: none;
4149 3554 border-start-start-radius: var(--e-a-border-radius);
4150 3555 border-start-end-radius: var(--e-a-border-radius);
4151 3556 border-end-end-radius: 0;
4152 3557 border-end-start-radius: 0;
@@ -4219,11 +3624,8 @@
4219 3624 font-size: 16px;
4220 3625 }
4221 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 {
4222 3627 color: var(--e-a-color-txt-active);
4223 - background: var(--e-a-bg-hover);
4224 - border-color: var(--e-a-border-color);
4225 - box-shadow: none;
4226 3628 }
4227 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 {
4228 3630 color: var(--e-a-color-txt-active);
4229 3631 }
@@ -4240,46 +3642,18 @@
4240 3642 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4241 3643 border: none;
4242 3644 }
4243 3645
4244 -@media screen and (prefers-color-scheme: dark) {
4245 - #wp-link-wrap {
4246 - color-scheme: light;
4247 - --e-a-color-txt: #515962;
4248 - --e-a-bg-default: #ffffff;
4249 - --e-a-border-color-bold: #D5D8DC;
4250 - --e-a-color-primary-bold: #D004D4;
4251 - }
4252 - #wp-link {
4253 - color: var(--e-a-color-txt);
4254 - }
4255 - #wp-link input {
4256 - background-color: var(--e-a-bg-default);
4257 - border-color: var(--e-a-border-color-bold);
4258 - }
4259 - #wp-link input[type=checkbox] {
4260 - border-color: var(--e-a-border-color-bold);
4261 - }
4262 - #wp-link input[type=checkbox]:checked {
4263 - background: var(--e-a-color-primary-bold);
4264 - }
4265 - #wp-link input.button-primary {
4266 - background: #2271b1;
4267 - border-color: #2271b1;
4268 - color: #fff;
4269 - }
4270 -}
4271 3646 #elementor-mode-switcher {
4272 3647 --e-a-mode-switcher-width: 15px;
4273 3648 --e-a-mode-switcher-height: 50px;
4274 3649 --e-a-mode-switcher-icon-size: 15px;
4275 3650 position: absolute;
4276 - inset-block-start: 50%;
4277 - inset-inline-start: 100%;
3651 + left: 100%;
3652 + top: 50%;
4278 3653 transform: translateY(-50%);
4279 3654 background-color: var(--e-a-bg-default);
4280 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4281 - transition: 0.3s opacity;
3655 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4282 3656 }
4283 3657 #elementor-mode-switcher:hover {
4284 3658 background-color: var(--e-a-bg-hover);
4285 3659 }
@@ -4285,12 +3659,8 @@
4285 3659 }
4286 3660 #elementor-mode-switcher:focus-within {
4287 3661 background-color: var(--e-a-bg-active);
4288 3662 }
4289 -.e-panel-block-interactions #elementor-mode-switcher {
4290 - opacity: 0;
4291 - pointer-events: none;
4292 -}
4293 3663 #elementor-mode-switcher-preview i {
4294 3664 display: flex;
4295 3665 flex-direction: column;
4296 3666 justify-content: center;
@@ -4305,19 +3675,16 @@
4305 3675
4306 3676 .elementor-revision-item__wrapper {
4307 3677 display: flex;
4308 3678 align-items: center;
4309 - text-align: start;
4310 - width: 100%;
4311 3679 border: var(--e-a-border);
4312 3680 border-radius: var(--e-a-border-radius);
4313 3681 padding: 10px 15px;
4314 - margin-block-end: 10px;
3682 + margin-bottom: 10px;
4315 3683 font-size: 11px;
4316 3684 transition: var(--e-a-transition-hover);
4317 - background-color: transparent;
4318 3685 }
4319 -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
3686 +.elementor-revision-item__wrapper:hover {
4320 3687 background-color: var(--e-a-bg-hover);
4321 3688 }
4322 3689 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4323 3690 display: none;
@@ -4332,14 +3699,14 @@
4332 3699 .elementor-revision-item__gravatar img {
4333 3700 display: block;
4334 3701 }
4335 3702 .elementor-revision-item__details {
4336 - padding-inline-start: 15px;
3703 + padding-left: 15px;
4337 3704 flex-grow: 1;
4338 3705 cursor: pointer;
4339 3706 }
4340 3707 .elementor-revision-meta {
4341 - padding-block-start: 5px;
3708 + padding-top: 5px;
4342 3709 font-size: 10px;
4343 3710 font-weight: bold;
4344 3711 }
4345 3712 .elementor-revision-current-preview .elementor-revision-item__wrapper {
@@ -4348,11 +3715,11 @@
4348 3715 }
4349 3716
4350 3717 #elementor-panel-revisions-loading {
4351 3718 position: absolute;
4352 - inset-block-start: 50%;
4353 - inset-inline-start: 50%;
4354 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3719 + top: 50%;
3720 + left: 50%;
3721 + transform: translate(-50%, -50%);
4355 3722 }
4356 3723 #elementor-panel-revisions-loading .eicon-loading {
4357 3724 font-size: 50px;
4358 3725 }
@@ -4360,31 +3727,28 @@
4360 3727 .elementor-panel-revisions-buttons {
4361 3728 display: flex;
4362 3729 justify-content: space-between;
4363 3730 padding: 15px 20px;
4364 - border-block-end: var(--e-a-border);
3731 + border-bottom: var(--e-a-border);
4365 3732 }
4366 3733
4367 3734 .elementor-history-item {
4368 3735 display: flex;
4369 3736 align-items: center;
4370 - text-align: start;
4371 3737 border: var(--e-a-border);
4372 3738 border-radius: var(--e-a-border-radius);
4373 3739 padding: 10px 15px;
4374 - margin-block-end: 10px;
4375 - width: 100%;
3740 + margin-bottom: 10px;
4376 3741 font-size: 11px;
4377 3742 line-height: 1.4;
4378 - background-color: transparent;
4379 3743 cursor: pointer;
4380 3744 transition: var(--e-a-transition-hover);
4381 3745 }
4382 -.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) {
4383 3747 background-color: var(--e-a-bg-hover);
4384 3748 color: var(--e-a-txt-color-hover);
4385 3749 }
4386 -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
3750 +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before {
4387 3751 content: "\e924";
4388 3752 }
4389 3753 .elementor-history-item-current {
4390 3754 border-color: var(--e-a-border-color-accent);
@@ -4390,9 +3754,9 @@
4390 3754 border-color: var(--e-a-border-color-accent);
4391 3755 background-color: var(--e-a-bg-active);
4392 3756 color: var(--e-a-txt-color-active);
4393 3757 }
4394 -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before {
3758 +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before {
4395 3759 content: "\e90e";
4396 3760 }
4397 3761 .elementor-history-item__details {
4398 3762 width: 95%;
@@ -4406,23 +3770,25 @@
4406 3770 .elementor-history-item__action {
4407 3771 font-style: italic;
4408 3772 text-decoration: underline;
4409 3773 }
3774 +.elementor-history-item .__icon {
3775 + float: right;
3776 +}
4410 3777 .elementor-history-revisions-message {
4411 3778 font-size: 11px;
4412 3779 text-align: center;
4413 - padding-block-start: 5px;
3780 + padding-top: 5px;
4414 3781 }
4415 3782
4416 3783 #elementor-panel-history {
4417 - padding: 20px;
4418 - padding-block-end: 15px;
3784 + padding: 20px 20px 15px;
4419 3785 }
4420 3786 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4421 - padding-block-start: 20px;
3787 + padding-top: 20px;
4422 3788 }
4423 3789 #elementor-panel-history:not(.elementor-empty) {
4424 - margin-block-start: 10px;
3790 + margin-top: 10px;
4425 3791 }
4426 3792
4427 3793 #elementor-panel-history-no-items,
4428 3794 #elementor-panel-revisions-no-revisions {
@@ -4429,87 +3795,11 @@
4429 3795 text-align: center;
4430 3796 }
4431 3797 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4432 3798 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4433 - margin-block-start: 20px;
3799 + margin-top: 20px;
4434 3800 }
4435 3801
4436 -.e-control-display-conditions-promotion__wrapper {
4437 - display: flex;
4438 - justify-content: space-between;
4439 -}
4440 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4441 - color: var(--e-a-color-accent-promotion);
4442 -}
4443 -.e-control-display-conditions-promotion__description {
4444 - display: flex;
4445 - align-self: center;
4446 -}
4447 -.e-control-display-conditions-promotion__text {
4448 - display: inline-block;
4449 -}
4450 -.e-control-display-conditions-promotion__lock-wrapper {
4451 - width: 2.5rem;
4452 - display: flex;
4453 - justify-content: center;
4454 - align-items: center;
4455 -}
4456 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4457 - color: var(--e-a-color-accent-promotion-disabled);
4458 -}
4459 -.e-control-display-conditions-promotion.eicon-flow {
4460 - align-self: flex-end;
4461 - cursor: pointer;
4462 - border: var(--e-a-border-bold);
4463 - border-radius: var(--e-a-border-radius);
4464 - padding: 5px;
4465 -}
4466 -.e-control-display-conditions-promotion.eicon-flow.filled {
4467 - background-color: var(--e-a-bg-active);
4468 - color: #E73CF6;
4469 -}
4470 -
4471 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4472 - color: var(--e-a-color-accent-promotion);
4473 -}
4474 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4475 - margin-inline-end: 0;
4476 -}
4477 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4478 - display: flex;
4479 - flex-direction: column;
4480 - justify-content: center;
4481 - padding-inline-start: 5px;
4482 - padding-inline-end: 20px;
4483 - cursor: pointer;
4484 - height: 27px;
4485 - width: 100%;
4486 - color: var(--e-a-color-txt);
4487 - border-radius: var(--e-a-border-radius);
4488 - background-color: var(--e-a-bg-default);
4489 - box-shadow: none;
4490 - border: var(--e-a-border-bold);
4491 - font-size: var(--control-title-size);
4492 -}
4493 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4494 - width: 2.5rem;
4495 - display: flex;
4496 - justify-content: center;
4497 - align-items: center;
4498 -}
4499 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4500 - color: var(--e-a-color-accent-promotion-disabled);
4501 -}
4502 -
4503 -.e-link-promotion {
4504 - font-family: "Roboto", sans-serif;
4505 - font-weight: 500;
4506 - color: #93003f;
4507 -}
4508 -.e-link-promotion:hover {
4509 - color: #93003f;
4510 -}
4511 -
4512 3802 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4513 3803 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4514 3804 display: none;
4515 3805 }
@@ -4519,10 +3809,14 @@
4519 3809 display: flex;
4520 3810 }
4521 3811 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4522 3812 pointer-events: none;
4523 - visibility: hidden;
3813 + opacity: 0.4;
4524 3814 }
3815 +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon {
3816 + cursor: inherit;
3817 + color: inherit;
3818 +}
4525 3819
4526 3820 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4527 3821 display: none;
4528 3822 }
@@ -4529,14 +3823,16 @@
4529 3823 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
4530 3824 padding: 25px 15px 0;
4531 3825 }
4532 3826 .elementor-editor-kit #elementor-panel-header-add-button,
4533 -.elementor-editor-kit #elementor-panel-header-menu-button {
3827 +.elementor-editor-kit #elementor-panel-header-menu-button,
3828 +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
3829 +.elementor-editor-kit #elementor-panel-footer-navigator {
4534 3830 display: none;
4535 3831 }
4536 3832
4537 3833 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4538 - margin-block-end: 15px;
3834 + margin-bottom: 15px;
4539 3835 position: relative;
4540 3836 }
4541 3837 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4542 3838 background-color: var(--e-a-bg-default);
@@ -4547,13 +3843,11 @@
4547 3843 }
4548 3844 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4549 3845 cursor: pointer;
4550 3846 color: var(--e-a-color-txt);
4551 - background-color: transparent;
4552 - border: none;
4553 3847 padding: 5px;
4554 3848 }
4555 -.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 {
4556 3850 color: var(--e-a-color-txt-hover);
4557 3851 }
4558 3852 .elementor-control-type-global-style-repeater .elementor-control {
4559 3853 padding: 0;
@@ -4579,18 +3873,18 @@
4579 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 {
4580 3874 display: none;
4581 3875 }
4582 3876 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
4583 - margin-block-start: 0;
3877 + margin-top: 0;
4584 3878 }
4585 3879 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4586 3880 align-self: end;
4587 - margin-block-start: 35px;
4588 - inset-block-start: 0;
3881 + margin-top: 35px;
3882 + top: 0;
4589 3883 width: 100%;
4590 3884 }
4591 3885 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4592 - inset-inline-end: 5px;
3886 + right: 5px;
4593 3887 }
4594 3888 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4595 3889 padding: 0 20px 15px;
4596 3890 }
@@ -4598,14 +3892,14 @@
4598 3892 flex-grow: initial;
4599 3893 }
4600 3894 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4601 3895 text-align: center;
4602 - border-block-start: var(--e-a-border);
4603 - padding-block-start: 15px;
3896 + border-top: var(--e-a-border);
3897 + padding-top: 15px;
4604 3898 }
4605 3899 .elementor-control-type-global-style-repeater .pickr,
4606 3900 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4607 - margin-inline-start: 5px;
3901 + margin-left: 5px;
4608 3902 }
4609 3903 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4610 3904 background-color: var(--e-a-color-info);
4611 3905 opacity: 0.9;
@@ -4613,15 +3907,15 @@
4613 3907 margin: 8px 0;
4614 3908 height: 2px;
4615 3909 }
4616 3910 .elementor-control-system_colors, .elementor-control-system_typography {
4617 - padding-block-end: 0;
3911 + padding-bottom: 0;
4618 3912 }
4619 3913
4620 3914 .e-global-colors__color-value {
4621 3915 font-size: 10px;
4622 3916 padding: 0 5px;
4623 - text-align: end;
3917 + text-align: right;
4624 3918 white-space: nowrap;
4625 3919 text-overflow: ellipsis;
4626 3920 overflow: hidden;
4627 3921 }
@@ -4660,239 +3954,8 @@
4660 3954 100% {
4661 3955 transform: translateY(0);
4662 3956 }
4663 3957 }
4664 -.elementor-button,
4665 -.e-btn {
4666 - font-size: 12px;
4667 - font-weight: 500;
4668 - line-height: 1.2;
4669 - padding: 8px 16px;
4670 - outline: none;
4671 - border: none;
4672 - border-radius: var(--e-a-border-radius);
4673 - background-color: var(--e-a-btn-bg);
4674 - color: var(--e-a-btn-color-invert);
4675 - transition: var(--e-a-transition-hover);
4676 -}
4677 -.elementor-button:hover,
4678 -.e-btn:hover {
4679 - border: none;
4680 -}
4681 -.elementor-button:hover, .elementor-button:focus,
4682 -.e-btn:hover,
4683 -.e-btn:focus {
4684 - background-color: var(--e-a-btn-bg-hover);
4685 - color: var(--e-a-btn-color-invert);
4686 -}
4687 -.elementor-button:active,
4688 -.e-btn:active {
4689 - background-color: var(--e-a-btn-bg-active);
4690 -}
4691 -.elementor-button:not([disabled]),
4692 -.e-btn:not([disabled]) {
4693 - cursor: pointer;
4694 -}
4695 -.elementor-button:disabled,
4696 -.e-btn:disabled {
4697 - background-color: var(--e-a-btn-bg-disabled);
4698 - color: var(--e-a-btn-color-disabled);
4699 -}
4700 -.elementor-button:not(.elementor-button-state) .elementor-state-icon,
4701 -.e-btn:not(.elementor-button-state) .elementor-state-icon {
4702 - display: none;
4703 -}
4704 -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4705 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4706 -.e-btn.e-btn-txt,
4707 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4708 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4709 - background: transparent;
4710 - color: var(--e-a-color-txt);
4711 -}
4712 -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4713 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4714 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4715 -.e-btn.e-btn-txt:hover,
4716 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4717 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4718 -.e-btn.e-btn-txt:focus,
4719 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4720 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4721 - background: var(--e-a-bg-hover);
4722 - color: var(--e-a-color-txt-hover);
4723 -}
4724 -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4725 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4726 -.e-btn.e-btn-txt:disabled,
4727 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4728 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4729 - background: transparent;
4730 - color: var(--e-a-color-txt-disabled);
4731 -}
4732 -.elementor-button.e-btn-txt-border,
4733 -.e-btn.e-btn-txt-border {
4734 - border: 1px solid var(--e-a-color-txt-muted);
4735 -}
4736 -.elementor-button.elementor-button-success, .elementor-button.e-success,
4737 -.e-btn.elementor-button-success,
4738 -.e-btn.e-success {
4739 - background-color: var(--e-a-btn-bg-success);
4740 -}
4741 -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus,
4742 -.e-btn.elementor-button-success:hover,
4743 -.e-btn.elementor-button-success:focus,
4744 -.e-btn.e-success:hover,
4745 -.e-btn.e-success:focus {
4746 - background-color: var(--e-a-btn-bg-success-hover);
4747 -}
4748 -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4749 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4750 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4751 -.e-btn.e-primary,
4752 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4753 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4754 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4755 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4756 - background-color: var(--e-a-btn-bg-primary);
4757 - color: var(--e-a-btn-color);
4758 -}
4759 -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4760 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover,
4761 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus,
4762 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4763 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4764 -.e-btn.e-primary:hover,
4765 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4766 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4767 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4768 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4769 -.e-btn.e-primary:focus,
4770 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4771 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4772 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4773 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4774 - background-color: var(--e-a-btn-bg-primary-hover);
4775 - color: var(--e-a-btn-color);
4776 -}
4777 -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4778 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over,
4779 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4780 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4781 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4782 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4783 -.e-btn.e-primary.e-btn-txt,
4784 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4785 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4786 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4787 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4788 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4789 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4790 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4791 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4792 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4793 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4794 - background: transparent;
4795 - color: var(--e-a-color-primary-bold);
4796 -}
4797 -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4798 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover,
4799 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover,
4800 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4801 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4802 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus,
4803 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus,
4804 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4805 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4806 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4807 -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4808 -.e-btn.e-primary.e-btn-txt:hover,
4809 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4810 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4811 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4812 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4813 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4814 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4815 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4816 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4817 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4818 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4819 -.e-btn.e-primary.e-btn-txt:focus,
4820 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4821 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4822 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4823 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4824 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4825 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4826 -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4827 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4828 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4829 -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4830 - background: var(--e-a-bg-primary);
4831 -}
4832 -.elementor-button.go-pro, .elementor-button.e-accent,
4833 -.e-btn.go-pro,
4834 -.e-btn.e-accent {
4835 - background-color: var(--e-a-btn-bg-accent);
4836 -}
4837 -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus,
4838 -.e-btn.go-pro:hover,
4839 -.e-btn.go-pro:focus,
4840 -.e-btn.e-accent:hover,
4841 -.e-btn.e-accent:focus {
4842 - background-color: var(--e-a-btn-bg-accent-hover);
4843 -}
4844 -.elementor-button.go-pro:active, .elementor-button.e-accent:active,
4845 -.e-btn.go-pro:active,
4846 -.e-btn.e-accent:active {
4847 - background-color: var(--e-a-btn-bg-accent-active);
4848 -}
4849 -.elementor-button.elementor-button-info, .elementor-button.e-info,
4850 -.e-btn.elementor-button-info,
4851 -.e-btn.e-info {
4852 - background-color: var(--e-a-btn-bg-info);
4853 -}
4854 -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4855 -.e-btn.elementor-button-info:hover,
4856 -.e-btn.elementor-button-info:focus,
4857 -.e-btn.e-info:hover,
4858 -.e-btn.e-info:focus {
4859 - background-color: var(--e-a-btn-bg-info-hover);
4860 -}
4861 -.elementor-button.elementor-button-warning, .elementor-button.e-warning,
4862 -.e-btn.elementor-button-warning,
4863 -.e-btn.e-warning {
4864 - background-color: var(--e-a-btn-bg-warning);
4865 -}
4866 -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus,
4867 -.e-btn.elementor-button-warning:hover,
4868 -.e-btn.elementor-button-warning:focus,
4869 -.e-btn.e-warning:hover,
4870 -.e-btn.e-warning:focus {
4871 - background-color: var(--e-a-btn-bg-warning-hover);
4872 -}
4873 -.elementor-button.elementor-button-danger, .elementor-button.e-danger,
4874 -.e-btn.elementor-button-danger,
4875 -.e-btn.e-danger {
4876 - background-color: var(--e-a-btn-bg-danger);
4877 -}
4878 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4879 -.e-btn.elementor-button-danger.color-white,
4880 -.e-btn.e-danger.color-white {
4881 - color: var(--e-a-color-white);
4882 -}
4883 -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4884 -.e-btn.elementor-button-danger:hover,
4885 -.e-btn.elementor-button-danger:focus,
4886 -.e-btn.e-danger:hover,
4887 -.e-btn.e-danger:focus {
4888 - background-color: var(--e-a-btn-bg-danger-hover);
4889 -}
4890 -.elementor-button i,
4891 -.e-btn i {
4892 - margin-inline-end: 5px;
4893 -}
4894 -
4895 3958 body {
4896 3959 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
4897 3960 }
4898 3961 body.elementor-navigator-docked {
@@ -4919,23 +3982,22 @@
4919 3982 }
4920 3983
4921 3984 #elementor-preview-responsive-wrapper {
4922 3985 transform-origin: top center;
4923 - margin: 20px;
3986 + padding: 20px;
4924 3987 transform: scale(var(--e-preview-scale, 1));
4925 - overflow: hidden;
4926 3988 }
4927 3989 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4928 3990 min-width: 1025px;
4929 3991 width: 100%;
4930 3992 height: 100%;
4931 - margin: 0;
3993 + padding: 0;
4932 3994 position: relative;
4933 3995 }
4934 3996 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4935 3997 width: var(--e-editor-preview-width);
4936 3998 height: var(--e-editor-preview-height);
4937 - 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);
4938 4000 box-sizing: content-box;
4939 4001 position: relative;
4940 4002 max-height: calc(100vh - 80px);
4941 4003 }
@@ -4997,10 +4059,9 @@
4997 4059 #elementor-preview-responsive-wrapper .ui-resizable-s {
4998 4060 bottom: 0;
4999 4061 }
5000 4062 #elementor-preview-responsive-wrapper .ui-resizable-e {
5001 - width: 10px;
5002 - right: -5px;
4063 + right: 0;
5003 4064 }
5004 4065 #elementor-preview-responsive-wrapper .ui-resizable-w {
5005 4066 left: 0;
5006 4067 }
@@ -5011,20 +4072,8 @@
5011 4072 background-color: #fff;
5012 4073 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5013 4074 }
5014 4075
5015 -#elementor-template-library-modal button:focus-visible,
5016 -#elementor-template-library-modal a:focus-visible,
5017 -#elementor-template-library-modal input:focus-visible,
5018 -#elementor-template-library-modal select:focus-visible,
5019 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5020 -#elementor-template-library-modal [role=tab]:focus-visible,
5021 -#elementor-template-library-modal [role=radio]:focus-visible,
5022 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5023 - outline: 2px solid var(--e-a-border-color-focus);
5024 - outline-offset: 2px;
5025 - border-radius: 2px;
5026 -}
5027 4076 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5028 4077 font-style: normal;
5029 4078 text-decoration: underline;
5030 4079 }
@@ -5036,17 +4085,8 @@
5036 4085 }
5037 4086 #elementor-template-library-modal .dialog-message {
5038 4087 overflow-y: scroll;
5039 4088 }
5040 -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message {
5041 - overflow-y: auto;
5042 -}
5043 -#elementor-template-library-modal .e-back-to-editor {
5044 - color: var(--e-a-color-txt);
5045 - text-decoration: underline;
5046 - font-size: 17px;
5047 - cursor: pointer;
5048 -}
5049 4089
5050 4090 #elementor-template-library-header-menu {
5051 4091 text-align: center;
5052 4092 }
@@ -5053,23 +4093,16 @@
5053 4093
5054 4094 .elementor-template-library-menu-item {
5055 4095 display: inline-block;
5056 4096 padding: 17px 20px;
5057 - border-block-end: 3px solid transparent;
4097 + border-bottom: 3px solid transparent;
5058 4098 cursor: pointer;
5059 - background: transparent;
5060 - margin: 0;
5061 - font-size: inherit;
5062 - font-family: inherit;
5063 - color: inherit;
5064 - border: none;
5065 4099 }
5066 4100 .elementor-template-library-menu-item:hover {
5067 4101 background-color: var(--e-a-bg-hover);
5068 4102 border-color: var(--e-a-bg-hover);
5069 4103 }
5070 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5071 - border-block-end: 3px solid;
4104 +.elementor-template-library-menu-item.elementor-active {
5072 4105 border-color: var(--e-a-border-color-accent);
5073 4106 color: var(--e-a-color-txt-accent);
5074 4107 }
5075 4108
@@ -5075,178 +4108,42 @@
5075 4108
5076 4109 #elementor-template-library-header-actions {
5077 4110 display: flex;
5078 4111 }
5079 -#elementor-template-library-header-actions > div,
5080 -#elementor-template-library-header-actions > button {
5081 - background: transparent;
5082 - margin: 0;
5083 - font-size: inherit;
5084 - font-family: inherit;
5085 - color: inherit;
5086 - border: none;
5087 - padding-inline-end: 16px;
5088 - cursor: pointer;
4112 +#elementor-template-library-header-actions > div {
4113 + padding-right: 16px;
5089 4114 }
5090 -#elementor-template-library-header-actions > div:focus-visible,
5091 -#elementor-template-library-header-actions > button:focus-visible {
5092 - outline: 2px solid var(--e-a-border-color-focus);
5093 - outline-offset: -2px;
5094 - border-radius: 2px;
5095 -}
5096 4115
5097 -#elementor-template-library-header-tools.e-hidden-disabled {
5098 - opacity: 0;
5099 - visibility: hidden;
5100 -}
5101 -
5102 4116 #elementor-template-library-header-preview-insert-wrapper {
5103 4117 cursor: default;
5104 4118 padding: 0 10px;
5105 4119 }
5106 4120
5107 -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5108 - margin-inline-start: 4px;
5109 -}
5110 -
5111 4121 #elementor-template-library-header-preview-back {
5112 - gap: 10px;
5113 - padding-block: 16.5px 15px;
5114 - padding-inline: 0 16.5px;
5115 - border-inline-end: var(--e-a-border);
4122 + padding: 16.5px 16.5px 15px 0;
4123 + border-right: var(--e-a-border);
5116 4124 cursor: pointer;
5117 4125 transition: color 0.5s;
5118 4126 }
5119 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5120 - background: transparent;
5121 - margin: 0;
5122 - font-size: inherit;
5123 - font-family: inherit;
5124 - color: inherit;
5125 - border: none;
5126 - display: flex;
5127 - align-items: center;
5128 - gap: 10px;
5129 - cursor: pointer;
5130 -}
5131 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5132 - outline: 2px solid var(--e-a-border-color-focus);
5133 - outline-offset: 2px;
5134 - border-radius: 2px;
5135 -}
5136 4127 #elementor-template-library-header-preview-back:hover {
5137 4128 color: var(--e-a-color-txt-hover);
5138 4129 }
5139 4130 #elementor-template-library-header-preview-back i {
4131 + padding-right: 10px;
5140 4132 font-size: 18px;
5141 - scale: calc(1 * var(--direction-multiplier)) 1;
5142 4133 }
4134 +#elementor-template-library-header-preview-back i:before {
4135 + content: "\e87e";
4136 +}
5143 4137
5144 -#elementor-template-library-templates {
5145 - display: flex;
5146 - flex-direction: column;
5147 - 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);
5148 4142 }
5149 -#elementor-template-library-templates .toolbar-container {
5150 - display: flex;
5151 - justify-content: space-between;
5152 - align-items: center;
5153 - gap: 2%;
5154 - height: 45px;
5155 -}
5156 -#elementor-template-library-templates #elementor-template-library-templates-container {
5157 - display: flex;
5158 - flex-wrap: wrap;
5159 - align-items: flex-start;
5160 -}
5161 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5162 - display: none;
5163 -}
5164 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) {
5165 - justify-content: flex-end;
5166 -}
5167 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container {
5168 - display: flex;
5169 - align-items: baseline;
5170 - border-radius: 3px;
5171 -}
5172 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible {
5173 - outline: 2px solid var(--e-a-border-color-focus);
5174 - outline-offset: 2px;
5175 -}
5176 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info {
5177 - align-items: center;
5178 -}
5179 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i {
5180 - font-size: 14px;
5181 - margin-inline-start: 5px;
5182 -}
5183 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container {
5184 - width: 200px;
5185 - margin: 0px 10px;
5186 - align-self: center;
5187 - text-align: start;
5188 -}
5189 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning {
5190 - font-size: 10px;
5191 -}
5192 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a {
5193 - color: var(--e-a-btn-bg-accent);
5194 -}
5195 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar {
5196 - height: 4px;
5197 - background-color: var(--e-a-color-primary-bold);
5198 - position: relative;
5199 - display: flex;
5200 - align-items: center;
5201 - padding: 0;
5202 -}
5203 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill {
5204 - height: 100%;
5205 - transition: width 0.3s ease;
5206 -}
5207 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal {
5208 - background-color: #D004D4;
5209 -}
5210 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning {
5211 - background-color: #F59E0B;
5212 -}
5213 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert {
5214 - background-color: #93003f;
5215 -}
5216 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal {
5217 - background-color: #F0ABFC;
5218 -}
5219 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning {
5220 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5221 -}
5222 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5223 - font-size: 12px;
5224 - color: var(--e-a-color-txt);
5225 -}
5226 -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container {
5227 - border-block-start: var(--e-a-border);
5228 -}
5229 -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
4143 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5230 4144 color: var(--e-a-color-txt-active);
5231 4145 }
5232 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5233 - border-block-start: none;
5234 -}
5235 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5236 - padding: 0;
5237 -}
5238 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5239 - max-width: -moz-fit-content;
5240 - max-width: fit-content;
5241 -}
5242 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5243 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5244 - display: none;
5245 -}
5246 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5247 - pointer-events: none;
5248 -}
5249 4146 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5250 4147 margin: 10px -15px 0;
5251 4148 }
5252 4149 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5262,253 +4159,24 @@
5262 4159 #elementor-template-library-templates .elementor-template-library-order-input {
5263 4160 display: none;
5264 4161 }
5265 4162 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5266 - padding-inline-end: 8px;
4163 + padding-right: 8px;
5267 4164 }
5268 4165 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5269 4166 font-family: eicons;
5270 4167 content: "\e8ae";
5271 - margin-inline-start: 3px;
4168 + margin-left: 3px;
5272 4169 }
5273 4170 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5274 4171 content: "\e8ad";
5275 4172 }
5276 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4173 +
4174 +#elementor-template-library-templates-container {
5277 4175 display: flex;
5278 - align-items: center;
5279 - gap: 8px;
4176 + flex-wrap: wrap;
4177 + align-items: flex-start;
5280 4178 }
5281 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5282 - background: transparent;
5283 - margin: 0;
5284 - font-size: inherit;
5285 - font-family: inherit;
5286 - color: inherit;
5287 - border: none;
5288 - cursor: pointer;
5289 - font-size: 20px;
5290 - padding: 0 5px;
5291 - border-radius: 2px;
5292 - color: var(--e-a-color-txt);
5293 -}
5294 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5295 - background-color: var(--e-a-bg-hover);
5296 -}
5297 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5298 - width: 1px;
5299 - height: 20px;
5300 - background-color: var(--e-a-border-color);
5301 -}
5302 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5303 - background-color: var(--e-a-bg-hover);
5304 -}
5305 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5306 - background-color: var(--e-a-bg-hover);
5307 -}
5308 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5309 - display: grid;
5310 - grid-template-columns: repeat(auto-fill, 208px);
5311 - grid-gap: 20px;
5312 - padding: 20px 0;
5313 -}
5314 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template {
5315 - grid-column: 1;
5316 -}
5317 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5318 - grid-column: 1/-1;
5319 -}
5320 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5321 - display: flex;
5322 - position: relative;
5323 - flex-direction: column;
5324 - height: 158px;
5325 - padding: 8px;
5326 - border: var(--e-a-border);
5327 - border-radius: 3px;
5328 -}
5329 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5330 - outline: 2px solid var(--e-a-border-color-focus);
5331 - outline-offset: 2px;
5332 -}
5333 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview {
5334 - display: flex;
5335 -}
5336 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name {
5337 - display: none;
5338 -}
5339 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5340 - display: flex !important;
5341 -}
5342 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5343 - width: 190px;
5344 - height: 100px;
5345 - position: relative;
5346 - border-radius: 3px;
5347 - margin-block-end: 4px;
5348 - overflow: hidden;
5349 -}
5350 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5351 - -o-object-fit: contain;
5352 - object-fit: contain;
5353 - width: 100%;
5354 - height: 100%;
5355 -}
5356 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5357 - display: none;
5358 - justify-content: center;
5359 - align-items: center;
5360 - position: absolute;
5361 - inset: 0;
5362 - background-color: rgba(0, 0, 0, 0.5);
5363 - cursor: default;
5364 -}
5365 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5366 - font-size: 11px;
5367 - white-space: nowrap;
5368 - text-overflow: ellipsis;
5369 - overflow: hidden;
5370 -}
5371 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5372 - display: flex;
5373 - position: relative;
5374 - justify-content: space-between;
5375 - align-items: center;
5376 - font-size: 11px;
5377 - min-height: 38px;
5378 -}
5379 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5380 - display: none;
5381 - width: 90%;
5382 - gap: 8px;
5383 - height: 38px;
5384 - padding: 4px 0;
5385 -}
5386 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert {
5387 - display: flex;
5388 -}
5389 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i {
5390 - display: flex;
5391 - align-items: center;
5392 -}
5393 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info {
5394 - display: flex;
5395 - flex-direction: column;
5396 - justify-content: center;
5397 - width: 65%;
5398 - align-items: start;
5399 - white-space: nowrap;
5400 - text-overflow: ellipsis;
5401 - overflow: hidden;
5402 -}
5403 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder {
5404 - flex-direction: row;
5405 - align-items: center;
5406 - justify-content: start;
5407 - height: 56px;
5408 - padding: 13px 10px;
5409 -}
5410 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon {
5411 - font-size: 25px;
5412 - margin-inline-end: 8px;
5413 -}
5414 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle {
5415 - margin-inline-start: auto;
5416 -}
5417 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5418 - display: none;
5419 -}
5420 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5421 - visibility: hidden;
5422 -}
5423 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5424 - visibility: visible;
5425 -}
5426 -#elementor-template-library-templates .bulk-selection-action-bar {
5427 - display: none;
5428 - background: var(--e-a-bg-active);
5429 - padding: 10px 25px;
5430 - border-radius: 5px;
5431 - color: var(--e-a-bg-invert);
5432 - gap: 20px;
5433 - align-items: center;
5434 - flex: 1;
5435 -}
5436 -#elementor-template-library-templates .bulk-selection-action-bar button {
5437 - background: transparent;
5438 - margin: 0;
5439 - font-size: inherit;
5440 - font-family: inherit;
5441 - color: inherit;
5442 - border: none;
5443 - cursor: pointer;
5444 - display: flex;
5445 - align-items: center;
5446 - justify-content: center;
5447 -}
5448 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5449 - pointer-events: none;
5450 - opacity: 0.3;
5451 - cursor: not-allowed;
5452 -}
5453 -#elementor-template-library-templates .bulk-selection-action-bar i {
5454 - cursor: pointer;
5455 - font-size: 18px;
5456 -}
5457 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5458 - font-size: 20px;
5459 -}
5460 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5461 - display: flex;
5462 - flex: 1;
5463 - white-space: nowrap;
5464 - text-overflow: ellipsis;
5465 - overflow: hidden;
5466 -}
5467 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5468 - display: flex;
5469 - flex-direction: row;
5470 - align-items: center;
5471 - gap: 15px;
5472 - white-space: nowrap;
5473 - text-overflow: ellipsis;
5474 - overflow: hidden;
5475 -}
5476 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5477 - white-space: nowrap;
5478 - text-overflow: ellipsis;
5479 - overflow: hidden;
5480 -}
5481 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5482 - padding-inline-start: 8px;
5483 - background-color: var(--e-a-bg-hover);
5484 - color: var(--e-a-color-txt);
5485 -}
5486 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5487 - visibility: visible;
5488 -}
5489 -#elementor-template-library-templates .bulk-selected-item {
5490 - background: var(--e-a-bg-active);
5491 -}
5492 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5493 - position: relative;
5494 - inset-block-start: 3px;
5495 -}
5496 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5497 - inset-block-start: 0px;
5498 -}
5499 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5500 -#elementor-template-library-templates #bulk-select-all:checked {
5501 - background: #69727D;
5502 -}
5503 -#elementor-template-library-templates .checkbox-minus:before {
5504 - display: block;
5505 - content: "";
5506 - width: 10px;
5507 - height: 2px;
5508 - background-color: white;
5509 - transform: none;
5510 -}
5511 4179
5512 4180 #elementor-template-library-toolbar {
5513 4181 display: flex;
5514 4182 justify-content: space-between;
@@ -5519,80 +4187,8 @@
5519 4187 display: flex;
5520 4188 align-items: center;
5521 4189 }
5522 4190
5523 -.elementor-template-library-filter-select-source {
5524 - width: 350px;
5525 - display: flex;
5526 - gap: 10px;
5527 -}
5528 -.elementor-template-library-filter-select-source .source-option {
5529 - flex: 1;
5530 - border: 0.5px solid #BABFC5;
5531 - padding: 5px;
5532 - border-radius: 3px;
5533 - cursor: pointer;
5534 - font-size: 12px;
5535 -}
5536 -.elementor-template-library-filter-select-source .source-option i {
5537 - margin-inline-end: 5px;
5538 -}
5539 -.elementor-template-library-filter-select-source .source-option .new-badge {
5540 - border: 1px solid var(--e-a-color-primary-bold-dark);
5541 - padding: 2px 4px;
5542 - color: var(--e-a-color-primary-bold-dark);
5543 - border-radius: 10px;
5544 - font-size: 10px;
5545 - margin-inline-start: 5px;
5546 -}
5547 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5548 - background-color: var(--e-a-bg-hover);
5549 -}
5550 -
5551 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5552 - display: flex;
5553 - align-items: center;
5554 - justify-content: space-between;
5555 -}
5556 -
5557 -#elementor-template-library-toolbar .source-option-badge,
5558 -.elementor-template-library-connect-states-badge .source-option-badge {
5559 - display: flex;
5560 - align-items: center;
5561 - gap: 6px;
5562 - padding: 6px 12px;
5563 - border: none;
5564 - border-radius: 20px;
5565 - font-size: 14px;
5566 - font-weight: 500;
5567 - white-space: nowrap;
5568 - margin-inline-start: auto;
5569 - margin-inline-end: 15px;
5570 -}
5571 -#elementor-template-library-toolbar .source-option-badge i,
5572 -.elementor-template-library-connect-states-badge .source-option-badge i {
5573 - margin: 0;
5574 - font-size: 14px;
5575 -}
5576 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5577 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5578 - background-color: var(--e-a-bg-info);
5579 - color: var(--e-a-color-info);
5580 -}
5581 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5582 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5583 - color: var(--e-a-color-info);
5584 -}
5585 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5586 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5587 - background-color: var(--e-a-bg-warning);
5588 - color: var(--e-a-btn-bg-warning-hover);
5589 -}
5590 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5591 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5592 - color: var(--e-a-btn-bg-warning-hover);
5593 -}
5594 -
5595 4191 #elementor-template-library-filter-toolbar-remote {
5596 4192 font-size: 11px;
5597 4193 }
5598 4194
@@ -5597,20 +4193,17 @@
5597 4193 }
5598 4194
5599 4195 #elementor-template-library-order {
5600 4196 display: flex;
5601 - border-inline-end: var(--e-a-border);
4197 + border-right: var(--e-a-border);
5602 4198 }
5603 4199
5604 4200 .elementor-template-library-order-label {
5605 4201 text-transform: uppercase;
5606 - padding-inline-end: 22px;
4202 + padding-right: 22px;
5607 4203 -webkit-user-select: none;
5608 4204 -moz-user-select: none;
5609 4205 user-select: none;
5610 - line-height: 1;
5611 - font-size: 10px;
5612 - font-weight: 500;
5613 4206 }
5614 4207
5615 4208 label.elementor-template-library-order-label {
5616 4209 cursor: pointer;
@@ -5619,9 +4212,9 @@
5619 4212 color: var(--e-a-color-txt-hover);
5620 4213 }
5621 4214
5622 4215 #elementor-template-library-filter .select2 {
5623 - text-align: start;
4216 + text-align: left;
5624 4217 width: calc(27px * 5) !important;
5625 4218 }
5626 4219 #elementor-template-library-filter .select2-selection__rendered {
5627 4220 text-transform: capitalize;
@@ -5628,16 +4221,16 @@
5628 4221 }
5629 4222
5630 4223 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5631 4224 text-transform: capitalize;
5632 - text-align: start;
5633 - padding-inline-start: 5px;
4225 + text-align: left;
4226 + padding-left: 5px;
5634 4227 }
5635 4228
5636 4229 #elementor-template-library-my-favorites {
5637 4230 flex-grow: 1;
5638 - text-align: start;
5639 - padding-inline-start: 20px;
4231 + text-align: left;
4232 + padding-left: 20px;
5640 4233 }
5641 4234
5642 4235 #elementor-template-library-filter-my-favorites {
5643 4236 display: none;
@@ -5660,18 +4253,14 @@
5660 4253 #elementor-template-library-filter-my-favorites-label:hover i:after {
5661 4254 color: var(--e-a-color-primary-bold);
5662 4255 }
5663 4256 #elementor-template-library-filter-my-favorites-label i {
5664 - padding-inline-end: 5px;
4257 + padding-right: 5px;
5665 4258 }
5666 4259 #elementor-template-library-filter-my-favorites-label i:after {
5667 4260 content: "\e923";
5668 4261 }
5669 4262
5670 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5671 - margin-block-end: 10px;
5672 -}
5673 -
5674 4263 #elementor-template-library-filter-text-wrapper {
5675 4264 width: 200px;
5676 4265 position: relative;
5677 4266 }
@@ -5676,19 +4265,16 @@
5676 4265 position: relative;
5677 4266 }
5678 4267 #elementor-template-library-filter-text-wrapper i {
5679 4268 position: absolute;
5680 - inset-block-start: 50%;
5681 - inset-inline-end: 0;
4269 + top: 50%;
4270 + right: 0;
5682 4271 transform: translateY(-50%);
5683 4272 }
5684 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5685 - inset-block-start: 25%;
5686 -}
5687 4273
5688 4274 #elementor-template-library-filter-text {
5689 4275 border: none;
5690 - border-block-end: var(--e-a-border-bold);
4276 + border-bottom: var(--e-a-border-bold);
5691 4277 border-radius: 0;
5692 4278 font-size: 11px;
5693 4279 padding: 8px 15px 8px 0;
5694 4280 transition: border 0.5s;
@@ -5705,37 +4291,24 @@
5705 4291 text-transform: uppercase;
5706 4292 }
5707 4293
5708 4294 .elementor-template-library-template-remote {
5709 - margin: calc(30px / 2);
4295 + margin: calc( 30px / 2 );
5710 4296 padding: 8px;
5711 4297 border: var(--e-a-border);
5712 4298 border-radius: 3px;
5713 4299 }
5714 -.elementor-template-library-template-remote:focus-visible {
5715 - outline: 2px solid var(--e-a-border-color-focus);
5716 - outline-offset: 2px;
5717 -}
5718 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
4300 +.elementor-template-library-template-remote:hover {
5719 4301 background-color: var(--e-a-bg-hover);
5720 4302 }
5721 -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview {
5722 - opacity: 1;
5723 -}
5724 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
4303 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5725 4304 display: none;
5726 4305 }
5727 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5728 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5729 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5730 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5731 - display: initial;
5732 -}
5733 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
4306 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5734 4307 opacity: 0;
5735 4308 }
5736 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5737 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
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 {
5738 4311 display: none;
5739 4312 }
5740 4313 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5741 4314 content: var(--elementor-template-library-subscription-plan-label);
@@ -5743,10 +4316,10 @@
5743 4316 color: var(--e-a-color-white);
5744 4317 position: absolute;
5745 4318 text-transform: uppercase;
5746 4319 line-height: 1;
5747 - inset-block-start: 5px;
5748 - inset-inline-end: 5px;
4320 + top: 5px;
4321 + right: 5px;
5749 4322 padding: 3px 5px;
5750 4323 font-size: 8px;
5751 4324 border-radius: 2px;
5752 4325 }
@@ -5761,10 +4334,10 @@
5761 4334 }
5762 4335 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5763 4336 position: absolute;
5764 4337 width: 100%;
5765 - inset-block-end: 0;
5766 - inset-inline-start: 0;
4338 + bottom: 0;
4339 + left: 0;
5767 4340 padding: 10px;
5768 4341 background-color: var(--e-a-bg-default);
5769 4342 transition: transform 0.5s;
5770 4343 }
@@ -5770,9 +4343,9 @@
5770 4343 }
5771 4344 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5772 4345 display: none;
5773 4346 }
5774 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
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 {
5775 4348 transform: translateY(100%);
5776 4349 }
5777 4350 .elementor-template-library-template-remote .elementor-template-library-template-body {
5778 4351 position: relative;
@@ -5789,9 +4362,12 @@
5789 4362 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5790 4363 }
5791 4364 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5792 4365 position: absolute;
5793 - inset: 0;
4366 + top: 0;
4367 + left: 0;
4368 + width: 100%;
4369 + height: 100%;
5794 4370 background-color: rgba(0, 0, 0, 0.5);
5795 4371 transition: opacity 0.5s;
5796 4372 cursor: pointer;
5797 4373 }
@@ -5797,11 +4373,11 @@
5797 4373 }
5798 4374 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5799 4375 font-size: 20px;
5800 4376 position: absolute;
5801 - inset-block-start: 50%;
5802 - inset-inline-start: 50%;
5803 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4377 + top: 50%;
4378 + left: 50%;
4379 + transform: translate(-50%, -50%);
5804 4380 }
5805 4381 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5806 4382 display: flex;
5807 4383 justify-content: space-between;
@@ -5810,33 +4386,18 @@
5810 4386 height: 40px;
5811 4387 align-items: center;
5812 4388 }
5813 4389 .elementor-template-library-template-remote .elementor-template-library-template-name {
5814 - text-align: start;
4390 + text-align: left;
5815 4391 flex-grow: 1;
5816 4392 white-space: nowrap;
5817 4393 text-overflow: ellipsis;
5818 4394 overflow: hidden;
5819 - padding-inline-end: 5px;
4395 + padding-right: 5px;
5820 4396 }
5821 -.elementor-template-library-template-remote .elementor-template-library-favorite {
5822 - margin-inline-start: auto;
5823 -}
5824 4397 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5825 - position: absolute;
5826 - width: 1px;
5827 - height: 1px;
5828 - padding: 0;
5829 - margin: -1px;
5830 - overflow: hidden;
5831 - clip: rect(0, 0, 0, 0);
5832 - white-space: nowrap;
5833 - border: 0;
4398 + display: none;
5834 4399 }
5835 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5836 - outline: 2px solid var(--e-a-border-color-focus);
5837 - outline-offset: 2px;
5838 -}
5839 4400 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5840 4401 content: "\e93f";
5841 4402 color: var(--e-a-color-primary-bold);
5842 4403 }
@@ -5871,231 +4432,106 @@
5871 4432 height: 200px;
5872 4433 }
5873 4434
5874 4435 #elementor-template-library-order-toolbar-local,
5875 -.elementor-template-library-template-local,
5876 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4436 +.elementor-template-library-template-local {
5877 4437 display: flex;
5878 4438 align-items: center;
5879 4439 padding: 0 25px;
5880 - text-align: start;
4440 + text-align: left;
5881 4441 }
5882 -@media (max-width: 1439px) {
5883 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5884 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5885 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5886 - width: 33%;
5887 - }
5888 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5889 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5890 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5891 - width: 10%;
5892 - }
5893 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5894 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5895 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5896 - width: 15%;
5897 - }
5898 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5899 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5900 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5901 - width: 15%;
5902 - }
5903 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5904 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5905 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5906 - width: 27%;
5907 - }
5908 -}
5909 -@media (min-width: 1440px) {
5910 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5911 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5912 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5913 - width: 25%;
5914 - }
5915 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5916 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5917 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5918 - width: 17%;
5919 - }
5920 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5921 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5922 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5923 - width: 17%;
5924 - }
5925 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5926 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5927 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5928 - width: 17%;
5929 - }
5930 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5931 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5932 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5933 - width: 24%;
5934 - }
5935 -}
5936 -@media (max-width: 1024px) {
5937 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5938 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5939 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5940 - display: none;
5941 - }
5942 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5943 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5944 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5945 - width: 41%;
5946 - }
5947 -}
5948 4442
5949 -.elementor-template-library-template-local .elementor-template-library-template-more,
5950 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
5951 - display: none;
5952 - position: absolute;
5953 - background-color: var(--e-a-bg-default);
5954 - border-radius: var(--e-a-border-radius);
5955 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5956 - inset-block-start: 100%;
5957 - inset-inline-end: 0;
5958 - z-index: 1;
5959 - list-style: none;
5960 - margin: 0;
5961 - padding: 0;
4443 +#elementor-template-library-order-toolbar-local {
4444 + margin-top: 30px;
5962 4445 }
5963 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
5964 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5965 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
5966 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5967 - background: transparent;
5968 - margin: 0;
5969 - font-size: inherit;
5970 - font-family: inherit;
5971 - color: inherit;
5972 - border: none;
5973 - padding: 10px 20px;
5974 - font-size: 11px;
5975 - cursor: pointer;
5976 - display: flex;
5977 - align-items: center;
5978 - gap: 8px;
5979 - width: 100%;
4446 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
4447 + line-height: 1;
4448 + font-size: 10px;
4449 + font-weight: 500;
5980 4450 }
5981 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
5982 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
5983 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
5984 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5985 - cursor: not-allowed;
5986 - color: var(--e-a-color-txt-disabled);
5987 -}
5988 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5989 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5990 - color: var(--e-a-color-txt);
5991 - text-decoration: none;
5992 -}
5993 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
5994 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
5995 - color: var(--e-a-color-danger);
5996 -}
5997 -.elementor-template-library-template-local .elementor-template-library-template-more i,
5998 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
5999 - font-size: 16px;
6000 -}
6001 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6002 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6003 - margin-inline-start: auto;
6004 - cursor: pointer;
6005 - background: none;
6006 - border: none;
6007 - padding: 0;
6008 - display: flex;
6009 - align-items: center;
6010 - justify-content: center;
6011 -}
6012 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6013 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6014 - font-size: 20px;
6015 -}
6016 4451
6017 -.elementor-template-library-template-local,
6018 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
4452 +.elementor-template-library-template-local {
6019 4453 height: 50px;
6020 4454 width: 100%;
6021 - margin-block-start: 1px;
4455 + margin-top: 1px;
6022 4456 transition: background-color 0.3s linear;
6023 4457 }
6024 -.elementor-template-library-template-local:hover,
6025 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
4458 +.elementor-template-library-template-local:hover {
6026 4459 background-color: var(--e-a-bg-hover);
6027 4460 }
6028 -.elementor-template-library-template-local:first-child,
6029 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6030 - border-start-start-radius: 3px;
6031 - border-start-end-radius: 3px;
6032 - border-end-start-radius: 0;
6033 - border-end-end-radius: 0;
4461 +.elementor-template-library-template-local:first-child {
4462 + border-radius: 3px 3px 0 0;
6034 4463 }
6035 -.elementor-template-library-template-local:last-child,
6036 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6037 - border-start-start-radius: 0;
6038 - border-start-end-radius: 0;
6039 - border-end-start-radius: 3px;
6040 - border-end-end-radius: 3px;
4464 +.elementor-template-library-template-local:last-child {
4465 + border-radius: 0 0 3px 3px;
6041 4466 }
6042 -.elementor-template-library-template-local .elementor-template-library-template-name,
6043 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
4467 +.elementor-template-library-template-local .elementor-template-library-template-name {
6044 4468 font-weight: 500;
6045 4469 }
6046 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6047 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6048 - font-size: 16px;
6049 -}
6050 4470 .elementor-template-library-template-local .elementor-template-library-template-name,
6051 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6052 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6053 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6054 - padding-inline-end: 20px;
4471 +.elementor-template-library-template-local .elementor-template-library-template-meta {
4472 + padding-right: 20px;
6055 4473 }
6056 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6057 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6058 - padding-inline-end: 10px;
6059 -}
6060 4474 .elementor-template-library-template-local .elementor-template-library-template-name,
6061 4475 .elementor-template-library-template-local .elementor-template-library-template-meta,
6062 4476 .elementor-template-library-template-local .elementor-template-library-template-preview,
6063 -.elementor-template-library-template-local .elementor-template-library-template-action,
6064 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6065 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6066 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6067 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
4477 +.elementor-template-library-template-local .elementor-template-library-template-action {
6068 4478 white-space: nowrap;
6069 4479 text-overflow: ellipsis;
6070 4480 overflow: hidden;
6071 4481 }
6072 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6073 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
4482 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6074 4483 position: relative;
6075 4484 display: flex;
6076 4485 align-items: center;
6077 4486 }
6078 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6079 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6080 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6081 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
4487 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6082 4488 cursor: pointer;
6083 4489 transition: color 0.5s;
6084 4490 }
6085 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6086 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6087 - color: #F5D0FE;
4491 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
4492 + margin-right: 3px;
6088 4493 }
6089 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6090 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6091 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6092 - cursor: not-allowed;
4494 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
4495 + margin-left: 6px;
6093 4496 }
6094 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6095 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6096 - margin-inline-end: 3px;
4497 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
4498 + color: var(--e-a-color-danger);
6097 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 +}
6098 4534
6099 4535 #elementor-template-library-preview {
6100 4536 height: 100%;
6101 4537 overflow: hidden;
@@ -6101,9 +4537,9 @@
6101 4537 overflow: hidden;
6102 4538 }
6103 4539 #elementor-template-library-preview iframe {
6104 4540 height: 150%;
6105 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
4541 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6106 4542 }
6107 4543 @media (max-width: 1439px) {
6108 4544 #elementor-template-library-preview iframe {
6109 4545 width: 1440px;
@@ -6116,17 +4552,11 @@
6116 4552 }
6117 4553
6118 4554 .elementor-template-library-blank-icon {
6119 4555 font-size: 64px;
6120 - margin-block-start: 45px;
4556 + margin-top: 45px;
6121 4557 line-height: 1;
6122 4558 }
6123 -.elementor-template-library-blank-icon i {
6124 - font-size: 85px;
6125 -}
6126 -.elementor-template-library-blank-icon i.eicon-library-upload {
6127 - font-size: 65px;
6128 -}
6129 4559 .elementor-template-library-blank-icon img {
6130 4560 width: 70px;
6131 4561 }
6132 4562 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6134,9 +4564,9 @@
6134 4564 }
6135 4565
6136 4566 .elementor-template-library-blank-title {
6137 4567 font-size: 30px;
6138 - margin-block-start: 20px;
4568 + margin-top: 20px;
6139 4569 }
6140 4570 @media (max-width: 1439px) {
6141 4571 .elementor-template-library-blank-title {
6142 4572 font-size: 25px;
@@ -6144,20 +4574,20 @@
6144 4574 }
6145 4575
6146 4576 .elementor-template-library-blank-message {
6147 4577 font-size: 18px;
6148 - margin-block-start: 15px;
4578 + margin-top: 15px;
6149 4579 font-weight: 300;
6150 4580 }
6151 4581 @media (max-width: 1439px) {
6152 4582 .elementor-template-library-blank-message {
6153 4583 font-size: 16px;
6154 - margin-block-start: 10px;
4584 + margin-top: 10px;
6155 4585 }
6156 4586 }
6157 4587
6158 4588 #elementor-template-library-save-template-form {
6159 - margin-block-start: 40px;
4589 + margin-top: 40px;
6160 4590 display: flex;
6161 4591 align-items: center;
6162 4592 justify-content: center;
6163 4593 }
@@ -6164,515 +4594,18 @@
6164 4594 #elementor-template-library-save-template-form > * {
6165 4595 height: 55px;
6166 4596 font-size: 16px;
6167 4597 }
6168 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6169 - height: 55px;
6170 - font-size: 16px;
6171 - margin-block-end: 15px;
6172 -}
6173 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6174 - display: block;
6175 - width: 500px;
6176 - margin: 0 auto;
6177 -}
6178 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6179 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6180 - display: none;
6181 -}
6182 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6183 - margin-inline: 5px;
6184 -}
6185 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6186 - display: none;
6187 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6188 - padding: 3px 5px;
6189 - border-radius: 100px;
6190 - margin-inline: 5px;
6191 -}
6192 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6193 - color: var(--e-a-btn-bg-accent);
6194 -}
6195 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6196 - margin-inline-end: 5px;
6197 -}
6198 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6199 - display: inline;
6200 -}
6201 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6202 - display: inline;
6203 - background: var(--e-a-bg-hover);
6204 - padding: 0 2px 1px;
6205 - border: none;
6206 - border-radius: 2px;
6207 - vertical-align: bottom;
6208 - cursor: pointer;
6209 - font-family: inherit;
6210 - font-size: inherit;
6211 - color: inherit;
6212 - line-height: inherit;
6213 -}
6214 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6215 - background: var(--e-a-bg-active);
6216 -}
6217 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6218 - outline: 2px solid var(--e-a-border-color-focus);
6219 - outline-offset: 2px;
6220 -}
6221 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6222 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6223 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip,
6224 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6225 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6226 - display: inline;
6227 -}
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6229 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6230 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6231 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6232 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6233 - pointer-events: none;
6234 -}
6235 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6236 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6238 - display: none;
6239 -}
6240 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider {
6241 - color: var(--e-a-color-txt-muted);
6242 - margin-inline: 5px;
6243 -}
6244 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6245 - display: none;
6246 - float: inline-start;
6247 -}
6248 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6249 - font-size: 13px;
6250 - color: var(--e-a-btn-bg-accent);
6251 - text-align: start;
6252 -}
6253 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6254 - color: var(--e-a-btn-bg-accent);
6255 - text-decoration: underline;
6256 -}
6257 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6258 - float: inline-end;
6259 -}
6260 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6261 - cursor: not-allowed;
6262 -}
6263 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6264 - display: flex;
6265 - flex-direction: column;
6266 - text-align: start;
6267 - border: var(--e-a-border-bold);
6268 - padding: 15px;
6269 - height: auto;
6270 - gap: 10px;
6271 - position: relative;
6272 -}
6273 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6274 - background: #69727D;
6275 - inset-block-start: -3px;
6276 - position: relative;
6277 -}
6278 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6279 - position: relative;
6280 - display: inline-block;
6281 -}
6282 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local {
6283 - white-space: nowrap;
6284 - text-overflow: ellipsis;
6285 - overflow: hidden;
6286 - overflow: visible;
6287 - display: inline-flex;
6288 - align-items: baseline;
6289 - line-height: 27px;
6290 -}
6291 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6292 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6293 - flex-shrink: 0;
6294 - position: relative;
6295 - inset-block-start: 2px;
6296 -}
6297 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6298 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6299 - inset-block-start: -2px;
6300 -}
6301 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6302 - vertical-align: bottom;
6303 -}
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6305 - margin-inline: 5px;
6306 - color: var(--e-a-color-txt-muted);
6307 - cursor: pointer;
6308 -}
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6310 - display: none;
6311 - margin-inline-end: 5px;
6312 - align-items: baseline;
6313 - white-space: nowrap;
6314 - text-overflow: ellipsis;
6315 - overflow: hidden;
6316 -}
6317 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6318 - display: inline-flex !important;
6319 -}
6320 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6321 - text-decoration: underline;
6322 - cursor: pointer;
6323 - white-space: nowrap;
6324 - text-overflow: ellipsis;
6325 - overflow: hidden;
6326 -}
6327 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6328 - cursor: pointer;
6329 - flex-shrink: 0;
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6332 - color: var(--e-a-color-primary-bold);
6333 - font-size: 14px;
6334 -}
6335 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6336 - text-decoration: underline;
6337 -}
6338 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6339 - display: none;
6340 - position: absolute;
6341 - inset-block-start: 40px;
6342 - background-color: var(--e-a-bg-default);
6343 - min-width: 187px;
6344 - overflow: auto;
6345 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6346 - z-index: 1;
6347 - border-radius: 2px;
6348 - max-width: 450px;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6351 - white-space: nowrap;
6352 - text-overflow: ellipsis;
6353 - overflow: hidden;
6354 -}
6355 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6356 - margin: 15px;
6357 -}
6358 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6359 - margin-inline-end: 10px;
6360 -}
6361 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6362 - max-height: 170px;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6365 - padding: 5px 15px;
6366 - cursor: pointer;
6367 - list-style: none;
6368 -}
6369 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6370 - display: none;
6371 -}
6372 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6373 - margin: 0px;
6374 -}
6375 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6376 - text-decoration: underline;
6377 -}
6378 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus {
6379 - background: var(--e-a-border-color);
6380 -}
6381 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6382 - outline: 2px solid var(--e-a-border-color-focus);
6383 - outline-offset: -2px;
6384 -}
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6386 - pointer-events: none;
6387 - opacity: 0.3;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6390 - text-align: center;
6391 - font-size: 13px;
6392 - margin: 0 20px;
6393 - padding-block: 15px;
6394 - pointer-events: none;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6397 - font-size: 24px;
6398 - padding-block-end: 10px;
6399 -}
6400 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6401 - border-block-start: none;
6402 - border-inline: none;
6403 -}
6404 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6405 - pointer-events: none;
6406 - opacity: 0.3;
6407 -}
6408 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6409 - display: flex;
6410 - flex-direction: column;
6411 - width: 600px;
6412 - text-align: start;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6415 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6416 - font-size: 12px;
6417 - font-weight: 400;
6418 - color: var(--e-a-color-txt);
6419 -}
6420 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6421 - width: 100%;
6422 - padding: 12px 15px;
6423 - border: var(--e-a-border-bold);
6424 - border-radius: 3px;
6425 - margin-block-end: 0;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6428 - border: none;
6429 - padding: 0;
6430 - gap: 12px;
6431 - margin-block-start: 20px;
6432 -}
6433 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6434 - display: flex;
6435 - align-items: center;
6436 - padding: 12px 15px;
6437 - border: var(--e-a-border-bold);
6438 - border-radius: 3px;
6439 - width: 100%;
6440 - line-height: normal;
6441 - gap: 8px;
6442 -}
6443 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6444 - border-color: var(--e-a-color-txt);
6445 -}
6446 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6447 - display: flex;
6448 -}
6449 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6450 - margin-inline-end: 0;
6451 - flex-shrink: 0;
6452 - position: relative;
6453 -}
6454 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6455 - inset-block-start: 0;
6456 -}
6457 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6458 - content: "";
6459 - position: absolute;
6460 - inset-inline-end: -8px;
6461 - width: 1px;
6462 - height: 18px;
6463 - background-color: var(--e-a-border-color);
6464 -}
6465 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6466 - margin-inline-start: 12px;
6467 - margin-inline-end: 4px;
6468 - font-size: 24px;
6469 - color: var(--e-a-color-txt);
6470 -}
6471 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6472 - margin-inline-start: 8px;
6473 - margin-inline-end: 0;
6474 - font-size: 24px;
6475 - color: var(--e-a-color-txt);
6476 -}
6477 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6478 - flex: 0 0 auto;
6479 - margin: 0;
6480 - cursor: pointer;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6483 - margin-inline: 0;
6484 -}
6485 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6486 - display: inline;
6487 - background: transparent;
6488 - padding: 0;
6489 - border-radius: 0;
6490 - vertical-align: baseline;
6491 - text-decoration: underline;
6492 - cursor: pointer;
6493 - margin-inline-start: 0;
6494 -}
6495 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6496 - background: transparent;
6497 -}
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6499 - color: var(--e-a-color-primary-bold);
6500 - text-decoration: underline;
6501 - cursor: pointer;
6502 - margin-inline-start: 4px;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6505 - text-decoration: none;
6506 -}
6507 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6508 - display: none;
6509 - border: none;
6510 - padding: 0;
6511 - border-radius: 0;
6512 - margin-inline-start: 0;
6513 - background: transparent;
6514 - transition: background-color 0.2s;
6515 - padding: 3px 8px;
6516 -}
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6518 - background-color: var(--e-a-btn-bg-primary-hover);
6519 - border-radius: 3px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6522 - color: var(--e-a-btn-bg-accent);
6523 - text-decoration: none;
6524 - display: flex;
6525 - align-items: center;
6526 - gap: 4px;
6527 - font-size: 14px;
6528 - font-weight: 500;
6529 -}
6530 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6531 - margin: 0;
6532 - font-size: 14px;
6533 -}
6534 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6535 - display: none;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6538 - color: var(--e-a-color-txt-muted);
6539 - margin-inline: 5px;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6542 - color: var(--e-a-color-info);
6543 - text-decoration: underline;
6544 -}
6545 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6546 - text-decoration: none;
6547 -}
6548 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6549 - display: flex;
6550 - align-items: center;
6551 - gap: 6px;
6552 - padding: 6px 12px;
6553 - border: none;
6554 - border-radius: 20px;
6555 - font-size: 14px;
6556 - font-weight: 500;
6557 - cursor: pointer;
6558 - transition: opacity 0.2s;
6559 - margin-inline-start: auto;
6560 -}
6561 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6562 - opacity: 0.8;
6563 -}
6564 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6565 - margin: 0;
6566 - font-size: 14px;
6567 -}
6568 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6569 - background-color: var(--e-a-bg-info);
6570 - color: var(--e-a-color-info);
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6573 - color: var(--e-a-color-info);
6574 -}
6575 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6576 - background-color: var(--e-a-bg-warning);
6577 - color: var(--e-a-btn-bg-warning-hover);
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6580 - color: var(--e-a-btn-bg-warning-hover);
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6583 - display: none;
6584 - margin-inline-start: 8px;
6585 - align-items: center;
6586 - gap: 6px;
6587 -}
6588 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6589 - display: inline-flex !important;
6590 -}
6591 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6592 - text-decoration: underline;
6593 - cursor: pointer;
6594 -}
6595 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6596 - cursor: pointer;
6597 - font-size: 14px;
6598 -}
6599 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6600 - inset-block-start: 75px;
6601 - inset-inline-start: 230px;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6604 - display: none;
6605 -}
6606 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6607 - display: inline;
6608 -}
6609 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6610 - display: none;
6611 -}
6612 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6613 - border-color: var(--e-a-border-color);
6614 -}
6615 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6618 - color: var(--e-a-color-txt-disabled);
6619 -}
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6621 - background-color: var(--e-a-color-txt-disabled);
6622 -}
6623 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6624 - border-color: var(--e-a-border-color);
6625 -}
6626 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6628 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6629 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6631 - color: var(--e-a-color-txt-disabled);
6632 -}
6633 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6634 - background-color: var(--e-a-color-txt-disabled);
6635 -}
6636 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6637 - display: inline-flex;
6638 -}
6639 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6640 - display: none;
6641 -}
6642 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6643 - display: block;
6644 -}
6645 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6646 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6647 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6648 - pointer-events: none;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6651 - display: block;
6652 - margin-block-start: 15px;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6655 - align-self: center;
6656 - margin-block-start: 20px;
6657 - float: none;
6658 -}
6659 4598
6660 4599 #elementor-template-library-save-template-name {
6661 4600 width: 500px;
6662 - padding-inline-start: 25px;
6663 - border-start-start-radius: 3px;
6664 - border-start-end-radius: 0;
6665 - border-end-start-radius: 3px;
6666 - border-end-end-radius: 0;
4601 + padding-left: 25px;
4602 + border-radius: 3px 0 0 3px;
6667 4603 }
6668 4604
6669 4605 #elementor-template-library-save-template-submit {
6670 4606 width: 150px;
6671 - border-start-start-radius: 0;
6672 - border-start-end-radius: 3px;
6673 - border-end-start-radius: 0;
6674 - border-end-end-radius: 3px;
4607 + border-radius: 0 3px 3px 0;
6675 4608 }
6676 4609
6677 4610 #elementor-template-library-import-form {
6678 4611 width: 95%;
@@ -6681,13 +4614,13 @@
6681 4614 margin: 35px auto;
6682 4615 transition: var(--e-a-transition-hover);
6683 4616 }
6684 4617 #elementor-template-library-import-form-or {
6685 - margin-block-start: 15px;
4618 + margin-top: 15px;
6686 4619 font-size: 18px;
6687 4620 }
6688 4621 #elementor-template-library-import-form-label {
6689 - margin-block-start: 20px;
4622 + margin-top: 20px;
6690 4623 padding: 15px 35px;
6691 4624 display: inline-block;
6692 4625 }
6693 4626 #elementor-template-library-import-form-input {
@@ -6696,12 +4629,12 @@
6696 4629 #elementor-template-library-import-form.elementor-drag-over {
6697 4630 border-color: var(--e-a-color-primary);
6698 4631 }
6699 4632 #elementor-template-library-import .elementor-template-library-blank-icon {
6700 - margin-block-start: 0;
4633 + margin-top: 0;
6701 4634 }
6702 4635 #elementor-template-library-import .elementor-template-library-blank-message {
6703 - margin-block-start: 20px;
4636 + margin-top: 20px;
6704 4637 }
6705 4638
6706 4639 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6707 4640 max-height: 95vh;
@@ -6708,12 +4641,8 @@
6708 4641 padding: 100px 0 0;
6709 4642 min-height: 550px;
6710 4643 }
6711 4644
6712 -.elementor-template-library-cloud-empty__button {
6713 - margin-block-start: 45px;
6714 -}
6715 -
6716 4645 #elementor-template-library-connect-logo {
6717 4646 font-size: 20px;
6718 4647 }
6719 4648 #elementor-template-library-connect__button {
@@ -6719,9 +4648,9 @@
6719 4648 #elementor-template-library-connect__button {
6720 4649 display: inline-block;
6721 4650 position: relative;
6722 4651 z-index: 1;
6723 - margin-block-start: 25px;
4652 + margin-top: 25px;
6724 4653 padding: 12px 24px;
6725 4654 font-size: 14px;
6726 4655 }
6727 4656 #elementor-template-library-connect__background-image-left-1 {
@@ -6750,11 +4679,11 @@
6750 4679 }
6751 4680
6752 4681 .elementor-template-library-blank-footer {
6753 4682 position: absolute;
6754 - inset-block-end: 70px;
6755 - inset-inline-start: 50%;
6756 - transform: translateX(calc(-50% * var(--direction-multiplier)));
4683 + bottom: 70px;
4684 + left: 50%;
4685 + transform: translateX(-50%);
6757 4686 font-style: italic;
6758 4687 color: var(--e-a-color-txt-muted);
6759 4688 }
6760 4689 @media (max-height: 700px) {
@@ -6763,21 +4692,21 @@
6763 4692 }
6764 4693 }
6765 4694
6766 4695 #elementor-template-library-footer-banner {
6767 - padding-block-end: 45px;
4696 + padding-bottom: 45px;
6768 4697 }
6769 4698 #elementor-template-library-footer-banner i {
6770 4699 font-size: 56px;
6771 - margin-block-start: 40px;
4700 + margin-top: 40px;
6772 4701 }
6773 4702 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6774 - margin-block-start: 70px;
4703 + margin-top: 70px;
6775 4704 }
6776 4705
6777 4706 #elementor-template-library-templates-empty {
6778 4707 width: 100%;
6779 - margin-block-start: 40px;
4708 + margin-top: 40px;
6780 4709 }
6781 4710
6782 4711 #elementor-template-library-error-dialog .dialog-message {
6783 4712 text-align: start;
@@ -6783,290 +4712,255 @@
6783 4712 text-align: start;
6784 4713 }
6785 4714
6786 4715 #elementor-template-library-error-info {
6787 - margin-block-start: 10px;
4716 + margin-top: 10px;
6788 4717 }
6789 4718
6790 -#elementor-library--infotip__dialog,
6791 -#elementor-library--connect_infotip__dialog,
6792 -#elementor-library--cloud-upgrade__dialog,
6793 -#elementor-library--site-info__dialog {
6794 - position: absolute;
6795 - z-index: 10000;
6796 - background-color: var(--e-a-bg-default);
6797 - box-shadow: var(--e-a-popover-shadow);
6798 - border-radius: var(--e-a-border-radius);
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 + }
6799 4735 }
6800 -#elementor-library--infotip__dialog.variant-b,
6801 -#elementor-library--connect_infotip__dialog.variant-b,
6802 -#elementor-library--cloud-upgrade__dialog.variant-b,
6803 -#elementor-library--site-info__dialog.variant-b {
6804 - width: 200px;
6805 - color: var(--e-a-color-txt-invert);
6806 - background-color: var(--e-a-bg-secondary);
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 + }
6807 4752 }
6808 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6809 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6810 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6811 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6812 - padding: 4px 8px 4px 8px;
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 + }
6813 4760 }
6814 -#elementor-library--infotip__dialog__title,
6815 -#elementor-library--connect_infotip__dialog__title,
6816 -#elementor-library--cloud-upgrade__dialog__title,
6817 -#elementor-library--site-info__dialog__title {
6818 - font-size: 14px;
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);
6819 4775 }
6820 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6821 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6822 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6823 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6824 - padding: 10px 0 10px 10px;
6825 - float: inline-end;
6826 -}
6827 -#elementor-library--infotip__dialog .dialog-button,
6828 -#elementor-library--connect_infotip__dialog .dialog-button,
6829 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6830 -#elementor-library--site-info__dialog .dialog-button {
6831 - padding: 7px 25px;
6832 - font-size: 13px;
6833 - background: none;
6834 - color: var(--e-a-btn-bg-accent);
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 {
6835 4779 border: none;
6836 - font-weight: 500;
6837 - cursor: pointer;
4780 + background-color: var(--e-a-btn-bg-hover);
4781 + color: var(--e-a-btn-color-invert);
6838 4782 }
6839 -#elementor-library--infotip__dialog:after,
6840 -#elementor-library--connect_infotip__dialog:after,
6841 -#elementor-library--cloud-upgrade__dialog:after,
6842 -#elementor-library--site-info__dialog:after {
6843 - content: "";
6844 - position: absolute;
6845 - inset-inline-end: 46%;
6846 - transform: scaleX(0.7);
6847 - border: 10px solid transparent;
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);
6848 4787 }
6849 -
6850 -#elementor-library--infotip__dialog {
6851 - 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;
6852 4792 }
6853 -#elementor-library--infotip__dialog .dialog-message {
6854 - 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);
6855 4798 }
6856 -#elementor-library--infotip__dialog:after {
6857 - inset-block-start: 100%;
6858 - 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;
6859 4803 }
6860 -#elementor-library--infotip__dialog.variant-b:after {
6861 - 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);
6862 4810 }
6863 -
6864 -#elementor-library--connect_infotip__dialog {
6865 - 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);
6866 4817 }
6867 -#elementor-library--connect_infotip__dialog .dialog-message {
6868 - 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);
6869 4824 }
6870 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6871 - inset-block-end: 100%;
6872 - border-block-end-color: var(--e-a-bg-default);
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);
6873 4831 }
6874 -#elementor-library--connect_infotip__dialog.variant-b:after {
6875 - border-block-start-color: var(--e-a-bg-secondary);
6876 - 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);
6877 4838 }
6878 -#elementor-library--connect_infotip__dialog.variant-b {
6879 - 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);
6880 4846 }
6881 -
6882 -#elementor-library--cloud-upgrade__dialog {
6883 - 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);
6884 4854 }
6885 -#elementor-library--cloud-upgrade__dialog:after {
6886 - inset-block-start: 100%;
6887 - 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);
6888 4865 }
6889 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6890 - 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);
6891 4875 }
6892 -
6893 -#elementor-library--site-info__dialog {
6894 - 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);
6895 4882 }
6896 -#elementor-library--site-info__dialog:after {
6897 - inset-block-start: 100%;
6898 - 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);
6899 4889 }
6900 -#elementor-library--site-info__dialog.variant-b:after {
6901 - 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);
6902 4896 }
6903 -
6904 -.elementor-global-styles-dialog {
6905 - --gsd-color-text-primary: #0c0d0e;
6906 - --gsd-color-text-secondary: #3f444b;
6907 - --gsd-color-text-tertiary: #69727D;
6908 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6909 - --gsd-color-primary-main: #f0abfc;
6910 - --gsd-color-primary-hover: #e879f9;
6911 - --gsd-color-secondary-main: #515962;
6912 - --gsd-border-radius: 4px;
6913 - --gsd-spacing-horizontal: 24px;
6914 - --gsd-font-family: 'Roboto', sans-serif;
6915 - padding: 16px 0 0;
6916 - min-width: 444px;
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);
6917 4903 }
6918 -.elementor-global-styles-dialog__header {
6919 - padding: 10px var(--gsd-spacing-horizontal) 0;
6920 - 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);
6921 4910 }
6922 -.elementor-global-styles-dialog__header h2 {
6923 - margin: 0 0 4px;
6924 - font-family: var(--gsd-font-family);
6925 - font-size: 16px;
6926 - font-weight: 500;
6927 - line-height: 1.3;
6928 - color: var(--gsd-color-text-primary);
6929 - letter-spacing: 0.15px;
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);
6930 4917 }
6931 -.elementor-global-styles-dialog__header p {
6932 - margin: 0;
6933 - font-family: var(--gsd-font-family);
6934 - font-size: 14px;
6935 - font-weight: 400;
6936 - line-height: 20px;
6937 - color: var(--gsd-color-text-secondary);
6938 - letter-spacing: 0.15px;
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);
6939 4924 }
6940 -.elementor-global-styles-dialog__options {
6941 - display: flex;
6942 - flex-direction: column;
6943 - gap: 12px;
6944 - 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;
6945 4929 }
6946 -.elementor-global-styles-dialog__radio-card {
6947 - display: flex;
6948 - gap: 0;
6949 - padding: 12px 8px;
6950 - border: 1px solid var(--gsd-color-divider);
6951 - border-radius: var(--gsd-border-radius);
6952 - cursor: pointer;
6953 - transition: border-color 0.2s ease;
4930 +
4931 +.dialog-type-confirm .dialog-widget-content,
4932 +.dialog-type-alert .dialog-widget-content {
4933 + margin: auto;
4934 + width: 400px;
4935 + padding: 20px;
6954 4936 }
6955 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
6956 - border: 2px solid var(--gsd-color-text-primary);
6957 - padding: 11px 7px;
6958 -}
6959 -.elementor-global-styles-dialog__radio-card input[type=radio] {
6960 - flex-shrink: 0;
6961 - width: 20px;
6962 - height: 20px;
6963 - margin: 9px;
6964 - cursor: pointer;
6965 - color: var(--gsd-color-text-tertiary);
6966 - accent-color: var(--gsd-color-text-primary);
6967 -}
6968 -.elementor-global-styles-dialog__radio-card-content {
6969 - display: flex;
6970 - align-items: flex-start;
6971 - flex-direction: column;
6972 - flex: 1;
6973 -}
6974 -.elementor-global-styles-dialog__radio-label {
6975 - font-family: var(--gsd-font-family);
6976 - font-size: 14px;
4937 +.dialog-type-confirm .dialog-header,
4938 +.dialog-type-alert .dialog-header {
4939 + font-size: 15px;
6977 4940 font-weight: 500;
6978 - line-height: 18px;
6979 - color: var(--gsd-color-text-primary);
6980 - letter-spacing: 0.15px;
6981 4941 }
6982 -.elementor-global-styles-dialog__radio-description {
6983 - font-family: var(--gsd-font-family);
6984 - font-size: 12px;
6985 - font-weight: 400;
6986 - line-height: 20px;
6987 - color: var(--gsd-color-text-secondary);
6988 - letter-spacing: 0.4px;
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;
6989 4951 }
6990 -.elementor-global-styles-dialog__checkbox-container {
6991 - display: flex;
6992 - align-items: flex-start;
6993 - gap: 4px;
6994 - padding: 0;
6995 - margin-block-start: 0;
4952 +.dialog-type-confirm .dialog-message,
4953 +.dialog-type-alert .dialog-message {
4954 + min-height: 50px;
6996 4955 }
6997 -.elementor-global-styles-dialog__checkbox-option {
4956 +.dialog-type-confirm .dialog-buttons-wrapper,
4957 +.dialog-type-alert .dialog-buttons-wrapper {
4958 + padding-top: 10px;
6998 4959 display: flex;
6999 - align-items: flex-start;
7000 - gap: 4px;
7001 - cursor: pointer;
7002 -}
7003 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7004 - width: 18px;
7005 - height: 18px;
7006 - margin: 4px;
7007 - cursor: pointer;
7008 -}
7009 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7010 - background-color: var(--gsd-color-text-tertiary);
7011 -}
7012 -.elementor-global-styles-dialog__checkbox-label {
7013 - font-family: var(--gsd-font-family);
7014 - font-size: 12px;
7015 - font-weight: 400;
7016 - line-height: 1.43;
7017 - color: var(--gsd-color-text-primary);
7018 - letter-spacing: 0.15px;
7019 - padding-block-start: 4px;
7020 - margin-inline-start: 4px;
7021 -}
7022 -.elementor-global-styles-dialog__checkbox-label a {
7023 - color: #2563eb;
7024 - text-decoration: underline;
7025 -}
7026 -.elementor-global-styles-dialog__checkbox-label a:hover {
7027 - color: #2563eb;
7028 -}
7029 -.elementor-global-styles-dialog__footer {
7030 - display: flex;
7031 4960 justify-content: flex-end;
7032 - align-items: center;
7033 - gap: 8px;
7034 - padding: 16px var(--gsd-spacing-horizontal);
4961 + gap: 15px;
7035 4962 }
7036 -.elementor-global-styles-dialog__button-cancel {
7037 - padding: 6px 8px;
7038 - font-family: var(--gsd-font-family);
7039 - font-size: 15px;
7040 - font-weight: 500;
7041 - line-height: 24px;
7042 - letter-spacing: 0.4px;
7043 - color: var(--gsd-color-secondary-main);
7044 - background: transparent;
7045 - border: none;
7046 - border-radius: var(--gsd-border-radius);
7047 - cursor: pointer;
7048 -}
7049 -.elementor-global-styles-dialog__button-cancel:hover {
7050 - background: rgba(0, 0, 0, 0.04);
7051 -}
7052 -.elementor-global-styles-dialog__button-insert {
7053 - padding: 6px 16px;
7054 - font-family: var(--gsd-font-family);
7055 - font-size: 15px;
7056 - font-weight: 500;
7057 - line-height: 24px;
7058 - letter-spacing: 0.4px;
7059 - color: var(--gsd-color-text-primary);
7060 - background: var(--gsd-color-primary-main);
7061 - border: none;
7062 - border-radius: var(--gsd-border-radius);
7063 - cursor: pointer;
7064 -}
7065 -.elementor-global-styles-dialog__button-insert:hover {
7066 - background: var(--gsd-color-primary-hover);
7067 -}
7068 -
7069 4963 .elementor-tags-list {
7070 4964 display: none;
7071 4965 position: absolute;
7072 4966 width: 260px;
@@ -7071,9 +4965,9 @@
7071 4965 position: absolute;
7072 4966 width: 260px;
7073 4967 max-height: 300px;
7074 4968 overflow: auto;
7075 - padding-block-end: 5px;
4969 + padding-bottom: 5px;
7076 4970 background-color: var(--e-a-bg-default);
7077 4971 box-shadow: var(--e-a-popover-shadow);
7078 4972 border: var(--e-a-border);
7079 4973 border-radius: 3px;
@@ -7086,9 +4980,9 @@
7086 4980 display: flex;
7087 4981 align-items: center;
7088 4982 }
7089 4983 .elementor-tags-list__group-title .eicon-info-circle {
7090 - padding-inline-end: 5px;
4984 + padding-right: 5px;
7091 4985 color: var(--e-a-color-primary-bold);
7092 4986 font-size: 14px;
7093 4987 }
7094 4988 .elementor-tags-list__item {
@@ -7098,17 +4992,17 @@
7098 4992 }
7099 4993 .elementor-tags-list__item:before {
7100 4994 content: ">";
7101 4995 font-size: 8px;
7102 - padding-inline-end: 5px;
4996 + padding-right: 5px;
7103 4997 }
7104 4998 .elementor-tags-list__item:hover {
7105 4999 background-color: var(--e-a-bg-hover);
7106 5000 }
7107 5001 .elementor-tags-list__teaser {
7108 - border-block-start: 2px solid var(--e-a-border-color);
7109 - padding-block-start: 4px;
7110 - margin-block-start: 4px;
5002 + border-top: 2px solid var(--e-a-border-color);
5003 + padding-top: 4px;
5004 + margin-top: 4px;
7111 5005 }
7112 5006 .elementor-tags-list__teaser-text {
7113 5007 padding: 2px 15px 8px;
7114 5008 line-height: 1.5;
@@ -7142,9 +5036,9 @@
7142 5036 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7143 5037 color: var(--e-a-color-txt-hover);
7144 5038 }
7145 5039 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7146 - margin-block-start: 10px;
5040 + margin-top: 10px;
7147 5041 }
7148 5042
7149 5043 .elementor-tag-settings-popup {
7150 5044 position: absolute;
@@ -7156,12 +5050,12 @@
7156 5050 }
7157 5051 .elementor-tag-settings-popup:before {
7158 5052 content: "";
7159 5053 position: absolute;
7160 - inset-block-start: -20px;
7161 - inset-inline-start: 5px;
5054 + top: -20px;
5055 + left: 5px;
7162 5056 border: 10px solid transparent;
7163 - border-block-end-color: var(--e-a-border-color);
5057 + border-bottom-color: var(--e-a-border-color);
7164 5058 }
7165 5059 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7166 5060 margin: 0;
7167 5061 }
@@ -7216,54 +5110,40 @@
7216 5110 }
7217 5111
7218 5112 .elementor-context-menu {
7219 5113 position: absolute;
7220 - width: 250px;
7221 - padding: 5px 0px;
5114 + width: 200px;
7222 5115 background-color: var(--e-a-bg-default);
7223 - border-radius: var(--e-a-border-radius);
7224 - 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);
7225 5119 -webkit-user-select: none;
7226 5120 -moz-user-select: none;
7227 5121 user-select: none;
7228 5122 z-index: 101;
7229 5123 }
7230 -.elementor-context-menu-list {
7231 - display: flex;
7232 - flex-direction: column;
7233 -}
7234 5124 .elementor-context-menu-list__group {
7235 - display: flex;
7236 - flex-direction: column;
5125 + padding: 5px 0;
7237 5126 }
7238 5127 .elementor-context-menu-list__group:not(:last-child) {
7239 - border-block-end: var(--e-a-border);
5128 + border-bottom: var(--e-a-border);
7240 5129 }
7241 5130 .elementor-context-menu-list__item {
7242 - padding: 12px 20px;
5131 + padding: 5px 10px;
5132 + padding-right: 20px;
7243 5133 display: flex;
7244 - gap: 16px;
7245 5134 cursor: pointer;
7246 5135 transition: var(--e-a-transition-hover);
7247 - align-items: center;
7248 5136 }
7249 5137 .elementor-context-menu-list__item--disabled {
7250 5138 cursor: default;
7251 - opacity: 0.5;
7252 5139 color: var(--e-a-color-disabled);
7253 5140 }
7254 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7255 - opacity: 1;
7256 -}
7257 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7258 - opacity: 0.5;
7259 -}
7260 -.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
5141 +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover {
7261 5142 background-color: var(--e-a-bg-hover);
7262 5143 color: var(--e-a-color-hover);
7263 5144 }
7264 5145 .elementor-context-menu-list__item__icon {
7265 - display: none;
7266 5146 width: 20px;
7267 5147 }
7268 5148 .elementor-context-menu-list__item__title {
7269 5149 flex-grow: 1;
@@ -7273,52 +5153,17 @@
7273 5153 }
7274 5154 .elementor-context-menu-list__item__shortcut {
7275 5155 color: var(--e-a-color-txt-muted);
7276 5156 }
7277 -.elementor-context-menu-list__item__shortcut--link-fullwidth {
7278 - position: absolute;
7279 - inset: 0;
7280 - z-index: 2;
7281 - cursor: pointer;
7282 -}
7283 -.elementor-context-menu-list__item__shortcut__new-badge {
7284 - border: 1px solid var(--e-a-color-primary-bold);
7285 - padding: 2px 8px;
7286 - color: var(--e-a-color-primary-bold);
7287 - border-radius: 10px;
7288 - font-size: 10px;
7289 -}
7290 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7291 - display: flex;
7292 - align-items: center;
7293 - justify-content: center;
7294 - width: 24px;
7295 - height: 24px;
7296 - border-radius: 50%;
7297 - background-color: rgba(214, 16, 124, 0.12);
7298 - color: var(--e-a-color-accent-promotion, #D6107C);
7299 - font-size: 16px;
7300 - cursor: pointer;
7301 -}
7302 -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7303 - font-size: 14px;
7304 - font-style: normal;
7305 - font-weight: 400;
7306 - line-height: 1;
7307 - position: relative;
7308 -}
7309 -.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * {
5157 +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * {
7310 5158 color: var(--e-global-color-danger);
7311 5159 }
7312 -.elementor-context-menu-list__item.elementor-hidden {
7313 - display: none;
7314 -}
7315 5160 .elementor-context-menu .eicon-pro-icon {
7316 5161 color: var(--e-global-color-accent);
7317 5162 }
7318 5163
7319 5164 #elementor-hotkeys {
7320 - text-align: start;
5165 + text-align: left;
7321 5166 }
7322 5167 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7323 5168 display: none;
7324 5169 }
@@ -7323,11 +5168,8 @@
7323 5168 display: none;
7324 5169 }
7325 5170 #elementor-hotkeys__content {
7326 5171 display: flex;
7327 - justify-content: space-between;
7328 - gap: 70px;
7329 - padding: 20px 30px;
7330 5172 width: 100%;
7331 5173 overflow: hidden;
7332 5174 }
7333 5175 @media (max-width: 1024px) {
@@ -7332,29 +5174,108 @@
7332 5174 }
7333 5175 @media (max-width: 1024px) {
7334 5176 #elementor-hotkeys__content {
7335 5177 flex-direction: column;
7336 - gap: 20px;
7337 - padding: 20px;
7338 5178 }
7339 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 +}
7340 5228
7341 5229 .elementor-hotkeys__col {
7342 - display: flex;
7343 - flex-direction: column;
7344 - 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 {
7345 5238 width: 100%;
7346 5239 }
7347 5240 .elementor-hotkeys__header {
5241 + padding: 10px 30px;
7348 5242 font-weight: 500;
7349 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 +}
7350 5270 .elementor-hotkeys__item {
7351 5271 display: flex;
7352 5272 align-items: center;
7353 5273 padding: 20px 10px;
5274 + border-bottom: var(--e-a-border);
7354 5275 }
7355 -.elementor-hotkeys__item:not(:last-child) {
7356 - border-block-end: var(--e-a-border);
5276 +.elementor-hotkeys__item:last-child {
5277 + border-bottom: none;
7357 5278 }
7358 5279 .elementor-hotkeys__item--label {
7359 5280 font-size: 13px;
7360 5281 font-weight: 400;
@@ -7362,45 +5283,40 @@
7362 5283 }
7363 5284 .elementor-hotkeys__item--shortcut {
7364 5285 flex-grow: 0;
7365 5286 display: flex;
7366 - gap: 27px;
7367 5287 }
7368 -@media (max-width: 1024px) {
7369 - .elementor-hotkeys__item--shortcut {
7370 - gap: 23px;
7371 - }
7372 -}
7373 -.elementor-hotkeys__item--shortcut kbd {
5288 +.elementor-hotkeys__item--shortcut span {
7374 5289 position: relative;
7375 - font-family: unset;
7376 5290 background-color: var(--e-a-bg-active);
7377 5291 padding: 5px 12px;
7378 - border-radius: var(--e-a-border-radius);
5292 + margin-right: 27px;
5293 + border-radius: 3px;
7379 5294 }
7380 -@media (max-width: 1024px) {
7381 - .elementor-hotkeys__item--shortcut kbd {
5295 +@media (max-width: 479px) {
5296 + .elementor-hotkeys__item--shortcut span {
7382 5297 padding: 4px 9px;
5298 + margin-right: 23px;
7383 5299 }
7384 5300 }
7385 -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
5301 +.elementor-hotkeys__item--shortcut span:after {
7386 5302 content: "+";
7387 5303 position: absolute;
7388 - inset-inline-end: 0;
5304 + right: -18px;
7389 5305 width: 9px;
7390 5306 text-align: center;
7391 - margin-inline-end: -18px;
7392 5307 }
7393 -@media (max-width: 1024px) {
7394 - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7395 - margin-inline-end: -16px;
5308 +@media (max-width: 479px) {
5309 + .elementor-hotkeys__item--shortcut span:after {
5310 + right: -16px;
7396 5311 }
7397 5312 }
7398 -
7399 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7400 - margin-top: 0 !important;
7401 - width: calc(25% - 30px);
5313 +.elementor-hotkeys__item--shortcut span:last-child {
5314 + margin-right: 0;
7402 5315 }
5316 +.elementor-hotkeys__item--shortcut span:last-child:after {
5317 + display: none;
5318 +}
7403 5319
7404 5320 .ui-resizable-n {
7405 5321 top: -5px;
7406 5322 }
@@ -7459,18 +5375,16 @@
7459 5375 }
7460 5376
7461 5377 body {
7462 5378 --e-editor-navigator-width: 240px;
7463 - --e-editor-navigator-indicator-width: 3px;
7464 - --e-editor-navigator-promotion-height: 30px;
7465 5379 }
7466 5380
7467 5381 #elementor-navigator {
7468 5382 position: fixed;
7469 - inset-block-start: 100px;
7470 - inset-inline-end: 30px;
5383 + top: 100px;
7471 5384 width: var(--e-editor-navigator-width);
7472 5385 height: 50vh;
5386 + right: 30px;
7473 5387 background-color: var(--e-a-bg-default);
7474 5388 border: var(--e-a-border);
7475 5389 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7476 5390 -webkit-user-select: none;
@@ -7480,10 +5394,10 @@
7480 5394 z-index: 100;
7481 5395 display: none;
7482 5396 }
7483 5397 body.elementor-navigator-docked #elementor-navigator {
7484 - inset: 0;
7485 - inset-inline-start: auto;
5398 + top: 0;
5399 + right: 0;
7486 5400 height: 100%;
7487 5401 }
7488 5402 body:not(.elementor-navigator-docked) #elementor-navigator {
7489 5403 border-radius: 5px;
@@ -7489,15 +5403,13 @@
7489 5403 border-radius: 5px;
7490 5404 }
7491 5405 #elementor-navigator__inner {
7492 5406 height: 100%;
7493 - display: flex;
7494 - flex-direction: column;
7495 5407 }
7496 5408 #elementor-navigator__header {
7497 5409 display: flex;
7498 5410 align-items: stretch;
7499 - border-block-end: var(--e-a-border);
5411 + border-bottom: var(--e-a-border);
7500 5412 color: var(--e-a-color-txt-accent);
7501 5413 }
7502 5414 #elementor-navigator__header__title {
7503 5415 flex: 1;
@@ -7506,22 +5418,8 @@
7506 5418 font-weight: 400;
7507 5419 padding: 10px 0;
7508 5420 cursor: move;
7509 5421 }
7510 -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7511 - padding-inline-end: 17.5px;
7512 -}
7513 -#elementor-navigator__ai-titles {
7514 - width: 35px;
7515 - text-align: center;
7516 - cursor: pointer;
7517 - background-color: transparent;
7518 - border: none;
7519 - outline: none;
7520 -}
7521 -#elementor-navigator__ai-titles:hover {
7522 - color: #E73CF6;
7523 -}
7524 5422 #elementor-navigator__close, #elementor-navigator__toggle-all {
7525 5423 color: var(--e-a-color-txt);
7526 5424 background-color: transparent;
7527 5425 border: none;
@@ -7542,9 +5440,9 @@
7542 5440 #elementor-navigator__close {
7543 5441 font-size: 11px;
7544 5442 }
7545 5443 #elementor-navigator__elements {
7546 - flex-grow: 1;
5444 + height: calc(100% - 49px);
7547 5445 overflow: auto;
7548 5446 position: relative;
7549 5447 }
7550 5448 .elementor-navigator-docked #elementor-navigator__elements {
@@ -7552,35 +5450,22 @@
7552 5450 }
7553 5451 #elementor-navigator__elements .elementor-nerd-box {
7554 5452 padding: 25px;
7555 5453 }
7556 -#elementor-navigator__elements > .elementor-navigator__element-section {
7557 - border-block-end: var(--e-a-border);
5454 +#elementor-navigator__elements-section {
5455 + border-bottom: var(--e-a-border);
7558 5456 }
7559 5457 #elementor-navigator__footer {
5458 + position: absolute;
7560 5459 width: 100%;
5460 + left: 0;
5461 + bottom: 0;
7561 5462 text-align: center;
5463 + border-top: var(--e-a-border);
7562 5464 }
7563 -#elementor-navigator__footer__resize-bar {
7564 - border-block-start: var(--e-a-border);
7565 -}
7566 -.elementor-navigator-docked #elementor-navigator__footer__resize-bar {
5465 +.elementor-navigator-docked #elementor-navigator__footer {
7567 5466 display: none;
7568 5467 }
7569 -#elementor-navigator__footer__promotion {
7570 - font-size: 12px;
7571 - padding: 4px 17px;
7572 - font-family: "Roboto", sans-serif;
7573 - color: var(--e-a-bg-logo);
7574 - min-height: var(--e-editor-navigator-promotion-height);
7575 - display: flex;
7576 - justify-content: center;
7577 - align-items: center;
7578 -}
7579 -#elementor-navigator__footer__promotion a {
7580 - color: var(--e-a-color-accent-promotion);
7581 - margin-inline-start: 1px;
7582 -}
7583 5468
7584 5469 .elementor-navigator__item {
7585 5470 position: relative;
7586 5471 display: flex;
@@ -7588,9 +5473,9 @@
7588 5473 cursor: pointer;
7589 5474 transition: padding 0.5s linear;
7590 5475 overflow: hidden;
7591 5476 }
7592 -.elementor-navigator__item:hover, .elementor-navigator__item:focus {
5477 +.elementor-navigator__item:hover {
7593 5478 background-color: var(--e-a-bg-hover);
7594 5479 }
7595 5480 .elementor-navigator__item:active {
7596 5481 background-color: var(--e-a-bg-active);
@@ -7599,9 +5484,9 @@
7599 5484 .elementor-navigator__item[data-locked=true] {
7600 5485 cursor: not-allowed;
7601 5486 }
7602 5487 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7603 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
5488 + transform: rotate(-90deg);
7604 5489 }
7605 5490 .elementor-navigator__item > * {
7606 5491 display: flex;
7607 5492 align-items: center;
@@ -7610,15 +5495,15 @@
7610 5495 display: none;
7611 5496 }
7612 5497 .elementor-navigator__elements > .elementor-navigator__element-section,
7613 5498 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7614 - border-block-end: var(--e-a-border);
5499 + border-bottom: var(--e-a-border);
7615 5500 }
7616 5501 .elementor-navigator__elements .elementor-empty-view {
7617 5502 padding: 10px;
7618 5503 }
7619 5504 .elementor-navigator__elements .elementor-empty-view__title {
7620 - margin-inline-start: 34px;
5505 + margin-left: 23px;
7621 5506 font-size: 10px;
7622 5507 font-style: italic;
7623 5508 }
7624 5509 .elementor-navigator__elements .ui-sortable-helper {
@@ -7631,9 +5516,9 @@
7631 5516 .elementor-navigator__elements .ui-sortable-placeholder {
7632 5517 background-color: var(--e-a-bg-hover);
7633 5518 }
7634 5519 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7635 - border-block-start: var(--e-a-border);
5520 + border-top: var(--e-a-border);
7636 5521 }
7637 5522 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7638 5523 display: none;
7639 5524 }
@@ -7655,13 +5540,13 @@
7655 5540 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7656 5541 background-color: var(--e-a-bg-active);
7657 5542 }
7658 5543 .elementor-navigator__element__list-toggle {
7659 - margin-inline-end: 7px;
5544 + margin-right: 7px;
7660 5545 transition: transform 0.3s;
7661 5546 }
7662 5547 .elementor-navigator__element__element-type {
7663 - margin-inline-end: 8px;
5548 + margin-right: 8px;
7664 5549 font-size: 14px;
7665 5550 }
7666 5551 .elementor-navigator__element__title {
7667 5552 flex-grow: 1;
@@ -7686,9 +5571,9 @@
7686 5571 overflow: hidden;
7687 5572 }
7688 5573 .elementor-navigator__element__toggle {
7689 5574 position: absolute;
7690 - inset-inline-end: 15px;
5575 + right: 15px;
7691 5576 height: 100%;
7692 5577 z-index: 0;
7693 5578 font-size: 13px;
7694 5579 }
@@ -7694,12 +5579,13 @@
7694 5579 }
7695 5580 .elementor-navigator__element__indicators {
7696 5581 position: relative;
7697 5582 transition: transform 0.5s;
5583 + padding-left: 5px;
7698 5584 z-index: 91;
7699 5585 }
7700 5586 .elementor-navigator__element__indicators:not(:hover) {
7701 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
5587 + transform: translateX(calc(100% - 8px));
7702 5588 }
7703 5589 .elementor-navigator__element__indicator {
7704 5590 height: 100%;
7705 5591 width: 31px;
@@ -7705,15 +5591,18 @@
7705 5591 width: 31px;
7706 5592 display: inline-flex;
7707 5593 align-items: center;
7708 5594 justify-content: center;
7709 - color: var(--e-a-color-txt);
7710 - background-color: var(--e-a-bg-default);
7711 - border-inline-end: var(--e-a-border);
5595 + color: var(--e-a-color-txt-invert);
5596 + background-color: var(--e-a-color-white);
5597 + border-left: --e-a-border;
7712 5598 }
7713 5599 .elementor-navigator__element__indicator:first-child {
7714 - 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);
7715 5601 }
5602 +.elementor-editing .elementor-navigator__element__indicator:first-child {
5603 + border-color: #242729;
5604 +}
7716 5605 .elementor-navigator__element__indicator:hover {
7717 5606 color: var(--e-a-color-txt-hover);
7718 5607 }
7719 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
@@ -7719,16 +5608,13 @@
7719 5608 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7720 5609 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7721 5610 opacity: 0.5;
7722 5611 }
7723 -.elementor-navigator__promotion-text {
7724 - line-height: 18px;
7725 -}
7726 5612
7727 5613 .e-notice-bar {
7728 5614 position: absolute;
7729 5615 width: 100%;
7730 - inset-block-end: 0;
5616 + bottom: 0;
7731 5617 display: flex;
7732 5618 align-items: center;
7733 5619 height: 40px;
7734 5620 color: #fff;
@@ -7743,18 +5629,19 @@
7743 5629 color: #D5D8DC;
7744 5630 }
7745 5631 .e-notice-bar__primary_action {
7746 5632 margin-inline: 12px;
5633 + text-transform: uppercase;
7747 5634 }
7748 5635 .e-notice-bar__primary_action a {
7749 5636 background: #ffffff;
7750 5637 border-radius: 3px;
7751 - color: #93003f;
5638 + color: #524CFF;
7752 5639 padding: 4px 10px;
7753 5640 font-size: 11px;
7754 5641 }
7755 5642 .e-notice-bar__primary_action a:hover {
7756 - color: rgb(70.5, 0, 30.2142857143);
5643 + color: #0900ff;
7757 5644 background: #F1F2F3;
7758 5645 }
7759 5646 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7760 5647 font-size: 11px;
@@ -7770,12 +5657,14 @@
7770 5657 color: #F1F2F3;
7771 5658 }
7772 5659 .e-notice-bar__close {
7773 5660 cursor: pointer;
7774 - margin-inline-start: auto;
5661 + -webkit-margin-start: auto;
5662 + margin-inline-start: auto;
7775 5663 }
7776 5664 .e-notice-bar__icon {
7777 - margin-inline-end: 8px;
5665 + -webkit-margin-end: 8px;
5666 + margin-inline-end: 8px;
7778 5667 }
7779 5668 .e-notice-bar i {
7780 5669 font-size: 16px;
7781 5670 opacity: 0.9;
@@ -7815,14 +5704,14 @@
7815 5704 display: none;
7816 5705 }
7817 5706 }
7818 5707 #elementor-icons-manager__tab-links {
7819 - margin-block-start: 30px;
5708 + margin-top: 30px;
7820 5709 }
7821 5710 #elementor-icons-manager__upload {
7822 5711 margin: 20px 45px;
7823 - padding-block-start: 35px;
7824 - border-block-start: var(--e-a-border);
5712 + padding-top: 35px;
5713 + border-top: var(--e-a-border);
7825 5714 display: flex;
7826 5715 align-items: center;
7827 5716 justify-content: space-between;
7828 5717 }
@@ -7854,11 +5743,11 @@
7854 5743 background-color: transparent;
7855 5744 }
7856 5745 #elementor-icons-manager__search i {
7857 5746 position: absolute;
7858 - inset-block-start: 50%;
7859 - inset-inline-end: 15px;
5747 + top: 50%;
7860 5748 transform: translateY(-50%);
5749 + right: 15px;
7861 5750 }
7862 5751 #elementor-icons-manager__tab__wrapper {
7863 5752 overflow: auto;
7864 5753 margin: 25px -15px 0;
@@ -7867,9 +5756,9 @@
7867 5756 #elementor-icons-manager__tab__title {
7868 5757 color: var(--e-a-color-txt);
7869 5758 font-size: 16px;
7870 5759 font-weight: 500;
7871 - text-align: start;
5760 + text-align: left;
7872 5761 }
7873 5762 @media (max-width: 479px) {
7874 5763 #elementor-icons-manager__tab__title {
7875 5764 display: none;
@@ -7904,9 +5793,9 @@
7904 5793 #elementor-icons-manager__promotion {
7905 5794 display: flex;
7906 5795 align-items: center;
7907 5796 flex-direction: column;
7908 - padding-block-start: 70px;
5797 + padding-top: 70px;
7909 5798 }
7910 5799 #elementor-icons-manager__promotion__icon {
7911 5800 font-size: 60px;
7912 5801 }
@@ -7912,25 +5801,24 @@
7912 5801 }
7913 5802 #elementor-icons-manager__promotion__text {
7914 5803 width: 300px;
7915 5804 font-size: 16px;
7916 - padding-block-start: 25px;
5805 + padding-top: 25px;
7917 5806 }
7918 5807 #elementor-icons-manager__promotion__link {
7919 - margin-block-start: 20px;
5808 + margin-top: 20px;
7920 5809 }
7921 5810
7922 5811 .elementor-icons-manager__tab-link {
7923 - padding-block: 15px;
7924 - padding-inline: 45px 0;
5812 + padding: 15px 0 15px 45px;
7925 5813 font-size: 12px;
7926 - text-align: start;
5814 + text-align: left;
7927 5815 cursor: pointer;
7928 5816 position: relative;
7929 5817 }
7930 5818 .elementor-icons-manager__tab-link i {
7931 5819 font-size: 20px;
7932 - padding-inline-end: 15px;
5820 + padding-right: 15px;
7933 5821 }
7934 5822 @media (max-width: 1024px) {
7935 5823 .elementor-icons-manager__tab-link i {
7936 5824 display: none;
@@ -7947,16 +5835,16 @@
7947 5835 content: "";
7948 5836 position: absolute;
7949 5837 height: 100%;
7950 5838 width: 3px;
7951 - inset-block-start: 0;
7952 - inset-inline-start: 0;
5839 + top: 0;
5840 + left: 0;
7953 5841 background-color: var(--e-a-border-color-accent);
7954 5842 }
7955 5843 .elementor-icons-manager__tab__item {
7956 5844 position: relative;
7957 5845 height: 0;
7958 - padding-block-end: 100%;
5846 + padding-bottom: 100%;
7959 5847 border: var(--e-a-border);
7960 5848 border-radius: 3px;
7961 5849 cursor: pointer;
7962 5850 transition: var(--e-a-transition-hover);
@@ -7975,11 +5863,11 @@
7975 5863 flex-direction: column;
7976 5864 align-items: center;
7977 5865 width: 100%;
7978 5866 position: absolute;
7979 - inset-block-start: 50%;
7980 - inset-inline-start: 50%;
7981 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5867 + top: 50%;
5868 + left: 50%;
5869 + transform: translate(-50%, -50%);
7982 5870 padding: 1px;
7983 5871 }
7984 5872 .elementor-icons-manager__tab__item__icon {
7985 5873 font-size: 25px;
@@ -8023,12 +5911,11 @@
8023 5911 }
8024 5912 .pickr .pcr-button:before, .pickr .pcr-button:after {
8025 5913 height: 12px;
8026 5914 width: 12px;
8027 - position: absolute;
8028 - inset-block-start: 50%;
8029 - inset-inline-start: 50%;
8030 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5915 + top: 50%;
5916 + left: 50%;
5917 + transform: translate(-50%, -50%);
8031 5918 }
8032 5919
8033 5920 .pcr-app {
8034 5921 background-color: var(--e-a-bg-default);
@@ -8046,13 +5933,10 @@
8046 5933 }
8047 5934 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8048 5935 height: 150px;
8049 5936 }
8050 -.pcr-app .pcr-selection .pcr-picker {
8051 - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8052 -}
8053 5937 .pcr-app .pcr-interaction {
8054 - padding-block-end: 20px;
5938 + padding-bottom: 20px;
8055 5939 }
8056 5940 .pcr-app .pcr-interaction input.pcr-result {
8057 5941 border: var(--e-a-border);
8058 5942 color: var(--e-a-color-txt);
@@ -8067,9 +5951,10 @@
8067 5951 .pcr-app .pcr-interaction input.pcr-type {
8068 5952 all: unset;
8069 5953 font-size: 10px;
8070 5954 color: var(--e-a-color-txt-muted);
8071 - padding-inline-start: 5px;
5955 + -webkit-padding-start: 5px;
5956 + padding-inline-start: 5px;
8072 5957 cursor: pointer;
8073 5958 }
8074 5959 .pcr-app .pcr-interaction input.pcr-type.active {
8075 5960 background-color: transparent;
@@ -8078,9 +5963,9 @@
8078 5963 .pcr-selection, .pcr-interaction {
8079 5964 padding: 0 20px;
8080 5965 }
8081 5966 .pcr-selection {
8082 - padding-block-start: 20px;
5967 + padding-top: 20px;
8083 5968 }
8084 5969 .pcr .elementor-control-dynamic-switcher {
8085 5970 height: 20px;
8086 5971 border: 0;
@@ -8135,19 +6020,22 @@
8135 6020 font-family: "eicons";
8136 6021 color: var(--e-a-btn-color-invert);
8137 6022 text-indent: 0;
8138 6023 position: absolute;
8139 - inset: 0;
6024 + left: 0;
6025 + top: 0;
6026 + width: 100%;
6027 + height: 100%;
8140 6028 display: flex;
8141 6029 justify-content: center;
8142 6030 align-items: center;
8143 6031 }
8144 6032 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8145 - padding-block-end: 5px;
6033 + padding-bottom: 5px;
8146 6034 }
8147 6035 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8148 6036 color: var(--e-a-btn-color-invert);
8149 - margin-inline-end: 3px;
6037 + margin-right: 3px;
8150 6038 }
8151 6039 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8152 6040 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8153 6041 background-color: var(--e-a-bg-default);
@@ -8168,9 +6056,9 @@
8168 6056 }
8169 6057
8170 6058 .select2-selection__arrow {
8171 6059 height: 27px;
8172 - inset-block-start: 0;
6060 + top: 0;
8173 6061 }
8174 6062
8175 6063 .select2-results__option[aria-selected=true] {
8176 6064 background-color: var(--e-a-bg-active);
@@ -8193,12 +6081,12 @@
8193 6081 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8194 6082 cursor: ew-resize;
8195 6083 }
8196 6084 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8197 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6085 + box-shadow: 0 0 0 1px #0e3b9c inset;
8198 6086 }
8199 6087 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8200 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6088 + color: #0e3b9c;
8201 6089 -webkit-user-select: none;
8202 6090 -moz-user-select: none;
8203 6091 user-select: none;
8204 6092 }
@@ -8213,9 +6101,9 @@
8213 6101 #elementor-paste-area-dialog {
8214 6102 text-align: center;
8215 6103 }
8216 6104 #elementor-paste-area-dialog .dialog-header {
8217 - padding-block-start: 60px;
6105 + padding-top: 60px;
8218 6106 font-size: 30px;
8219 6107 }
8220 6108 #elementor-paste-area-dialog .dialog-message {
8221 6109 padding: 0 15px 15px;
@@ -8229,10 +6117,11 @@
8229 6117 padding: 0;
8230 6118 margin: 0;
8231 6119 height: 100px;
8232 6120 position: absolute;
8233 - inset-block-start: -60px;
8234 - inset-inline: 0;
6121 + top: -60px;
6122 + left: 0;
6123 + right: 0;
8235 6124 }
8236 6125 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8237 6126 border-color: transparent;
8238 6127 outline: none;
@@ -8244,9 +6133,9 @@
8244 6133 display: none;
8245 6134 }
8246 6135 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8247 6136 display: block;
8248 - margin-block-start: 15px;
6137 + margin-top: 15px;
8249 6138 }
8250 6139 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8251 6140 color: var(--e-a-color-danger);
8252 6141 font-size: 12px;
@@ -8252,59 +6141,26 @@
8252 6141 font-size: 12px;
8253 6142 }
8254 6143 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8255 6144 content: "";
8256 - border-block-start: var(--e-a-border);
6145 + border-top: var(--e-a-border);
8257 6146 display: block;
8258 6147 margin: 10px -15px;
8259 6148 }
8260 6149
8261 -.elementor-app-backdrop {
8262 - position: fixed;
8263 - z-index: 99998;
8264 - inset: 0;
8265 - background: rgba(0, 0, 0, 0.5);
8266 - opacity: 0;
8267 - transition: opacity 0.25s ease;
8268 -}
8269 -.elementor-app-backdrop--visible {
8270 - opacity: 1;
8271 -}
8272 -
8273 -.elementor-app-iframe {
8274 - position: fixed;
8275 - top: 30px;
8276 - left: 40px;
8277 - width: calc(100% - 80px);
8278 - height: calc(100% - 60px);
8279 - z-index: 100000;
8280 - border-radius: 12px;
8281 - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
8282 - background-color: transparent;
8283 - opacity: 0;
8284 - transition: opacity 0.25s ease;
8285 -}
8286 -.elementor-app-iframe--visible {
8287 - opacity: 1;
8288 -}
8289 -
8290 6150 [class^=eicon-flex], [class*=" eicon-flex"] {
8291 6151 transition: 0.3s all;
6152 + --is-ltr: 1;
6153 + --is-rtl: 0;
6154 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8292 6155 }
8293 6156 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8294 6157 max-height: 1em;
8295 6158 max-width: 1em;
8296 6159 }
8297 -[class^=eicon-flex], [class*=" eicon-flex"] {
8298 - --is-ltr: 1;
8299 - --is-rtl: 0;
8300 -}
8301 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) {
8302 6161 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8303 6162 }
8304 -[class^=eicon-flex], [class*=" eicon-flex"] {
8305 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8306 -}
8307 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) {
8308 6164 transform: rotate(calc(var(--rotation-direction) * 90deg));
8309 6165 }
8310 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) {
@@ -8317,16 +6173,6 @@
8317 6173 transform: rotate(calc(var(--is-rtl) * 180deg));
8318 6174 }
8319 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) {
8320 6176 transform: rotate(calc(var(--is-ltr) * 180deg));
8321 -}
8322 -
8323 -.elementor-editor-active .embed-media-settings .setting.caption {
8324 - display: none;
8325 -}
8326 -.elementor-editor-active .embed-media-settings .setting.align {
8327 - display: none;
8328 -}
8329 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8330 - display: none;
8331 6177 }
8332 6178 /*# sourceMappingURL=editor.css.map */