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