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