PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0
Elementor Website Builder – more than just a page builder v4.0.0
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / editor-rtl.css

editor-rtl.css in Elementor Website Builder – more than just a page builder 4.0.0, at assets/css/editor-rtl.css

8,352 lines 274.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .elementor-control-unit-1 {
2 width: 27px;
3 }
4
5 .elementor-control-unit-2 {
6 width: 54px;
7 }
8
9 .elementor-control-unit-3 {
10 width: 81px;
11 }
12
13 .elementor-control-unit-4 {
14 width: 108px;
15 }
16
17 .elementor-control-unit-5 {
18 max-width: 400px;
19 width: 52%;
20 }
21
22 *, :before, :after {
23 margin: 0;
24 padding: 0;
25 box-sizing: border-box;
26 }
27
28 body,
29 html {
30 height: 100%;
31 }
32
33 html {
34 background-color: var(--e-a-bg-loading);
35 }
36
37 iframe,
38 img {
39 border: 0 none;
40 }
41
42 li {
43 list-style: none;
44 }
45
46 a {
47 text-decoration: none;
48 }
49
50 body {
51 background-color: var(--e-a-bg-default);
52 color: var(--e-a-color-txt);
53 font-family: var(--e-a-font-family);
54 font-size: 13px;
55 font-weight: normal;
56 line-height: 1;
57 text-decoration: none;
58 text-transform: none;
59 overflow: hidden;
60 }
61 body:after {
62 content: "";
63 position: absolute;
64 inset-block-start: 0;
65 inset-inline-end: 0;
66 height: 100%;
67 width: 0;
68 background-color: var(--e-a-bg-default);
69 transition: width 0.5s;
70 }
71 body a {
72 color: var(--e-a-color-info);
73 }
74 body a:hover {
75 color: var(--e-a-color-primary-bold);
76 }
77 body.elementor-editor-active #elementor-mode-switcher-preview i {
78 scale: calc(1 * var(--direction-multiplier)) 1;
79 }
80 body.elementor-editor-preview {
81 --e-preview-width: 100%;
82 }
83 body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 scale: calc(-1 * var(--direction-multiplier)) 1;
85 }
86 body.elementor-navigator--dock-hint:after {
87 width: 30px;
88 }
89
90 #elementor-editor-wrapper {
91 display: flex;
92 width: 100%;
93 height: 100vh;
94 }
95
96 #elementor-panel:not(.ui-resizable-resizing),
97 #elementor-preview:not(.ui-resizable-resizing) {
98 transition: margin 0.5s ease-in-out, width 0.5s ease-in-out;
99 }
100
101 #elementor-loading {
102 position: fixed;
103 inset: 0;
104 background: var(--e-a-bg-default);
105 z-index: 9999;
106 }
107
108 #elementor-preview-loading {
109 display: flex;
110 align-items: center;
111 justify-content: center;
112 position: absolute;
113 inset: 0;
114 background-color: var(--e-a-bg-default);
115 }
116 #elementor-preview-loading i {
117 color: var(--e-a-color-txt-disabled);
118 font-size: 50px;
119 }
120
121 .elementor-nerd-box {
122 padding: 30px;
123 text-align: center;
124 }
125 .elementor-nerd-box-icon {
126 width: 100px;
127 }
128 .elementor-nerd-box-title {
129 margin-block-start: 20px;
130 font-size: 16px;
131 font-weight: bold;
132 line-height: 1.4;
133 }
134 .elementor-nerd-box-message {
135 margin-block-start: 5px;
136 line-height: 1.8;
137 font-size: 11px;
138 }
139 .elementor-nerd-box .elementor-button {
140 margin-block-start: 20px;
141 }
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
153 .eicon-nerd:hover:before {
154 content: "\e8b7";
155 }
156 .eicon-nerd:active:before {
157 content: "\e8b6";
158 }
159
160 .e-group-control-header {
161 display: flex;
162 justify-content: space-between;
163 align-items: center;
164 font-weight: bold;
165 font-size: 12px;
166 padding: 10px;
167 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
168 margin-block-end: 15px;
169 }
170
171 .e-control-tools {
172 display: flex;
173 }
174
175 .e-control-tool {
176 width: 20px;
177 height: 20px;
178 display: inline-flex;
179 border-radius: 3px;
180 margin: 0 3px 0;
181 border: 0;
182 position: relative;
183 background-color: var(--e-a-bg-default);
184 }
185 .e-control-tool:not(.e-control-tool-disabled) {
186 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
187 cursor: pointer;
188 }
189 .e-control-tool-disabled {
190 background: var(--e-a-bg-default);
191 pointer-events: none;
192 }
193 .e-control-tool-disabled i {
194 color: var(--e-a-color-txt-disabled);
195 }
196 .e-control-tool i {
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%);
202 color: var(--e-a-color-txt-default);
203 font-size: 13px;
204 }
205
206 i.eicon-tilted {
207 transform: rotate(90deg);
208 }
209
210 .elementor-loader-wrapper {
211 position: absolute;
212 inset-block-start: 50%;
213 inset-inline-start: 50%;
214 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
215 width: 300px;
216 display: flex;
217 flex-direction: column;
218 align-items: center;
219 gap: 30px;
220 }
221
222 .elementor-loader {
223 border-radius: 50%;
224 padding: 40px;
225 height: 150px;
226 width: 150px;
227 background-color: var(--e-a-bg-active);
228 box-sizing: border-box;
229 box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
230 }
231
232 .elementor-loader-boxes {
233 height: 100%;
234 width: 100%;
235 position: relative;
236 }
237
238 .elementor-loader-box {
239 position: absolute;
240 background-color: var(--e-a-color-txt-hover);
241 animation: load 1.8s linear infinite;
242 }
243 .elementor-loader-box:nth-of-type(1) {
244 width: 20%;
245 height: 100%;
246 left: 0;
247 top: 0;
248 }
249 .elementor-loader-box:not(:nth-of-type(1)) {
250 right: 0;
251 height: 20%;
252 width: 60%;
253 }
254 .elementor-loader-box:nth-of-type(2) {
255 top: 0;
256 animation-delay: calc(1.8s / 4 * -1);
257 }
258 .elementor-loader-box:nth-of-type(3) {
259 top: 40%;
260 animation-delay: calc(1.8s / 4 * -2);
261 }
262 .elementor-loader-box:nth-of-type(4) {
263 bottom: 0;
264 animation-delay: calc(1.8s / 4 * -3);
265 }
266
267 .elementor-loading-title {
268 color: var(--e-a-color-txt);
269 text-align: center;
270 text-transform: uppercase;
271 letter-spacing: 7px;
272 text-indent: 7px;
273 font-size: 10px;
274 width: 100%;
275 }
276
277 input,
278 select,
279 textarea,
280 .e-input-style {
281 color: var(--e-a-color-txt);
282 border-radius: var(--e-a-border-radius);
283 font-size: 12px;
284 width: 100%;
285 background: none;
286 background-color: var(--e-a-bg-default);
287 box-shadow: none;
288 border: var(--e-a-border-bold);
289 outline: none;
290 }
291 input:focus, input:focus + .elementor-control-dynamic-switcher,
292 select:focus,
293 select:focus + .elementor-control-dynamic-switcher,
294 textarea:focus,
295 textarea:focus + .elementor-control-dynamic-switcher,
296 .e-input-style:focus,
297 .e-input-style:focus + .elementor-control-dynamic-switcher {
298 border-color: var(--e-a-border-color-focus);
299 }
300
301 .elementor-error input,
302 .elementor-error select,
303 .elementor-error textarea {
304 border-color: var(--e-a-color-danger);
305 }
306
307 input {
308 min-width: 0;
309 }
310
311 input, textarea, .e-input-style {
312 padding: 5px;
313 }
314
315 textarea, .e-input-style {
316 resize: vertical;
317 }
318
319 input[type=checkbox],
320 input[type=radio] {
321 height: auto;
322 width: auto;
323 }
324
325 input[type=checkbox] {
326 margin: 0;
327 padding: 0;
328 -webkit-appearance: none;
329 -moz-appearance: none;
330 appearance: none;
331 outline: none;
332 content: none;
333 height: 15px;
334 border-radius: var(--e-a-border-radius);
335 margin-inline-end: 5px;
336 width: 15px;
337 border: var(--e-a-border-bold);
338 display: inline-flex;
339 align-items: center;
340 justify-content: center;
341 }
342 input[type=checkbox]:checked {
343 background: var(--e-a-color-primary-bold);
344 border: none;
345 }
346 input[type=checkbox]:checked:before {
347 display: block;
348 content: "";
349 width: 4px;
350 height: 7px;
351 border: solid white;
352 border-width: 0 2px 2px 0;
353 transform: rotate(45deg);
354 }
355
356 input[disabled] {
357 background-color: var(--e-a-bg-hover);
358 cursor: not-allowed;
359 opacity: 1;
360 }
361
362 select {
363 outline: none;
364 height: 27px;
365 }
366
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 /*
647 * Container style
648 */
649 .ps {
650 overflow: hidden !important;
651 overflow-anchor: none;
652 touch-action: auto;
653 }
654
655 /*
656 * Scrollbar rail styles
657 */
658 .ps__rail-y {
659 display: none;
660 opacity: 0;
661 transition: background-color 0.2s linear, opacity 0.2s linear;
662 width: 15px;
663 /* there must be 'right' or 'left' for ps__rail-y */
664 right: 0;
665 left: initial !important;
666 /* please don't change 'position' */
667 position: absolute;
668 }
669
670 .ps--active-y > .ps__rail-y {
671 display: block;
672 background-color: transparent;
673 }
674
675 .ps:hover > .ps__rail-y,
676 .ps--focus > .ps__rail-y,
677 .ps--scrolling-y > .ps__rail-y {
678 opacity: 0.6;
679 }
680
681 .ps .ps__rail-y:hover,
682 .ps .ps__rail-y:focus,
683 .ps .ps__rail-y.ps--clicking {
684 opacity: 0.9;
685 }
686
687 .ps__thumb-y {
688 background-color: #aaa;
689 border-radius: 6px;
690 transition: background-color 0.2s linear, width 0.2s ease-in-out;
691 width: 6px;
692 /* there must be 'right' for ps__thumb-y */
693 right: 2px;
694 /* please don't change 'position' */
695 position: absolute;
696 }
697
698 .ps__rail-y:hover > .ps__thumb-y,
699 .ps__rail-y:focus > .ps__thumb-y,
700 .ps__rail-y.ps--clicking .ps__thumb-y {
701 background-color: #999;
702 width: 6px;
703 }
704
705 /* Make clicks pass-through */
706 #nprogress {
707 pointer-events: none;
708 }
709
710 #nprogress .bar {
711 background: #D004D4;
712 position: fixed;
713 z-index: 1031;
714 top: 0;
715 left: 0;
716 width: 100%;
717 height: 2px;
718 }
719
720 /* Fancy blur effect */
721 #nprogress .peg {
722 display: block;
723 position: absolute;
724 right: 0;
725 width: 100px;
726 height: 100%;
727 box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4;
728 opacity: 1;
729 transform: rotate(3deg) translate(0px, -4px);
730 }
731
732 /* Remove these to get rid of the spinner */
733 #nprogress .spinner {
734 display: none;
735 position: fixed;
736 z-index: 1031;
737 top: 15px;
738 right: 15px;
739 }
740
741 #nprogress .spinner-icon {
742 width: 18px;
743 height: 18px;
744 box-sizing: border-box;
745 border: solid 2px transparent;
746 border-block-start-color: #D004D4;
747 border-inline-start-color: #D004D4;
748 border-radius: 50%;
749 animation: nprogress-spinner 400ms linear infinite;
750 }
751
752 .nprogress-custom-parent {
753 overflow: hidden;
754 position: relative;
755 }
756
757 .nprogress-custom-parent #nprogress .spinner,
758 .nprogress-custom-parent #nprogress .bar {
759 position: absolute;
760 }
761
762 @keyframes nprogress-spinner {
763 0% {
764 transform: rotate(0deg);
765 }
766 100% {
767 transform: rotate(360deg);
768 }
769 }
770 #nprogress .bar,
771 #nprogress .spinner {
772 z-index: 100000;
773 }
774
775 :root {
776 --e-is-preview-mode: 0;
777 }
778 @media (max-width: 1439px) {
779 :root {
780 --e-editor-panel-width: 280px;
781 }
782 }
783 @media (min-width: 1440px) {
784 :root {
785 --e-editor-panel-width: 300px;
786 }
787 }
788
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 {
813 font-size: 100%;
814 font-weight: normal;
815 }
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 {
824 border: 0;
825 font-variant: normal;
826 }
827 .elementor-panel :where(#elementor-panel-state-loading,
828 #elementor-panel-header-wrapper,
829 #elementor-panel-content-wrapper,
830 #elementor-panel-footer) sup {
831 vertical-align: text-top;
832 }
833 .elementor-panel :where(#elementor-panel-state-loading,
834 #elementor-panel-header-wrapper,
835 #elementor-panel-content-wrapper,
836 #elementor-panel-footer) sub {
837 vertical-align: text-bottom;
838 }
839 .elementor-panel :where(#elementor-panel-state-loading,
840 #elementor-panel-header-wrapper,
841 #elementor-panel-content-wrapper,
842 #elementor-panel-footer) img {
843 max-width: 100%;
844 height: auto;
845 border: 0;
846 }
847 .elementor-panel :where(#elementor-panel-state-loading,
848 #elementor-panel-header-wrapper,
849 #elementor-panel-content-wrapper,
850 #elementor-panel-footer) :focus {
851 outline: 0;
852 }
853 .elementor-panel .elementor-panel-box-content {
854 padding: 20px 20px 10px;
855 }
856 .elementor-panel .elementor-button {
857 display: inline-block;
858 }
859 .elementor-panel .elementor-panel-alert {
860 background-color: var(--e-a-bg-primary);
861 padding: 15px;
862 border-inline-start: 3px solid var(--e-a-color-primary);
863 position: relative;
864 font-size: 12px;
865 font-weight: 300;
866 font-style: italic;
867 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;
873 }
874 .elementor-panel .elementor-panel-alert a {
875 color: inherit;
876 }
877 .elementor-panel .elementor-panel-alert.elementor-panel-alert-info {
878 border-color: var(--e-a-color-info);
879 background: var(--e-a-bg-info);
880 }
881 .elementor-panel .elementor-panel-alert.elementor-panel-alert-success {
882 border-color: var(--e-a-color-success);
883 background: var(--e-a-bg-success);
884 }
885 .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning {
886 border-inline-start: 3px solid var(--e-a-color-warning);
887 background: var(--e-a-bg-warning);
888 }
889 .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger {
890 border-color: var(--e-a-color-danger);
891 background: var(--e-a-bg-danger);
892 }
893 .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description {
894 font-size: 11px;
895 font-style: italic;
896 line-height: 1.4;
897 color: var(--e-a-color-txt-muted);
898 }
899 .elementor-panel .elementor-controls-popover {
900 display: none;
901 position: absolute;
902 box-shadow: var(--e-a-popover-shadow);
903 border-radius: var(--e-a-border-radius);
904 inset-inline: 0;
905 margin: -4px auto 5px;
906 padding-block-start: 15px;
907 width: 90%;
908 z-index: 10000;
909 background-color: var(--e-a-bg-default);
910 }
911 .elementor-panel .elementor-controls-popover:before {
912 content: "";
913 position: absolute;
914 inset-block-start: -16px;
915 inset-inline-end: 22px;
916 border: 8px solid transparent;
917 border-block-end-color: var(--e-a-bg-default);
918 }
919 .elementor-panel .elementor-controls-popover div.elementor-control {
920 background-color: transparent;
921 }
922 .elementor-panel .elementor-controls-popover div.elementor-control:before {
923 content: none;
924 }
925 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 margin-block-start: 20px;
927 }
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 .elementor-editor-preview .elementor-panel {
941 --e-is-preview-mode: 1;
942 }
943 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
944 .elementor-editor-preview .elementor-panel > .ui-resizable-w {
945 display: none;
946 }
947 .elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper {
948 display: flex;
949 flex-direction: column;
950 }
951 .elementor-panel .ps__rail-y {
952 z-index: 2;
953 }
954 .elementor-panel .elementor-responsive-panel {
955 padding: 0 15px;
956 display: grid;
957 gap: 10px;
958 grid-template-columns: repeat(auto-fill, minmax(min(135px, 50% - 5px), 1fr));
959 }
960 .elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch {
961 grid-column: 1/-1;
962 }
963 .elementor-panel #elementor-panel-header {
964 display: flex;
965 align-items: center;
966 justify-content: space-between;
967 height: 40px;
968 width: 100%;
969 background-color: var(--e-a-dark-bg);
970 color: var(--e-a-color-white);
971 }
972 .elementor-panel #elementor-panel-header > * {
973 display: flex;
974 align-items: center;
975 justify-content: center;
976 }
977 .elementor-panel .elementor-header-button {
978 width: 40px;
979 border: 0;
980 color: currentColor;
981 background-color: transparent;
982 }
983 .elementor-panel .elementor-header-button .elementor-icon {
984 cursor: pointer;
985 display: block;
986 font-size: 19px;
987 height: 40px;
988 line-height: 40px;
989 transition: var(--e-a-transition-hover);
990 }
991 .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar {
992 font-size: 18px;
993 }
994 .elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus {
995 color: var(--e-a-dark-color-txt-hover);
996 }
997 .elementor-panel #elementor-panel-header-title {
998 flex: 1;
999 font-size: 15px;
1000 font-weight: 700;
1001 }
1002 .elementor-panel #elementor-panel-header-title img {
1003 width: 90px;
1004 }
1005 .elementor-panel #elementor-panel-elements-categories {
1006 padding-block-end: 10px;
1007 position: relative;
1008 }
1009 .elementor-panel .elementor-panel-category {
1010 position: relative;
1011 border-block-end: var(--e-a-border);
1012 }
1013 .elementor-panel .elementor-panel-category .elementor-panel-heading {
1014 padding: 0 15px;
1015 border: none;
1016 background-color: transparent;
1017 }
1018 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 border: none;
1020 }
1021 .elementor-panel .elementor-panel-category.elementor-active-title {
1022 display: flex;
1023 }
1024 .elementor-panel .elementor-panel-category-items {
1025 padding-block-end: 20px;
1026 }
1027 .elementor-panel .elementor-panel-category-items-empty {
1028 grid-column-start: 1;
1029 grid-column-end: 3;
1030 }
1031 .elementor-panel #elementor-panel-page-menu {
1032 padding: 25px 15px;
1033 }
1034 .elementor-panel .elementor-panel-menu-group-title {
1035 text-transform: uppercase;
1036 font-size: 11px;
1037 }
1038 .elementor-panel .elementor-panel-menu-items {
1039 border: var(--e-a-border);
1040 margin: 15px 0 25px;
1041 border-radius: 5px;
1042 overflow: hidden;
1043 }
1044 .elementor-panel .elementor-panel-menu-item {
1045 display: flex;
1046 align-items: center;
1047 width: 100%;
1048 height: 40px;
1049 transition: var(--e-a-transition-hover);
1050 border: 0;
1051 background-color: transparent;
1052 cursor: pointer;
1053 }
1054 .elementor-panel .elementor-panel-menu-item:not(:last-child) {
1055 border-block-end: var(--e-a-border);
1056 }
1057 .elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus {
1058 background-color: var(--e-a-bg-hover);
1059 }
1060 .elementor-panel .elementor-panel-menu-item:active {
1061 background-color: var(--e-a-bg-active);
1062 color: var(--e-a-color-txt-accent);
1063 }
1064 .elementor-panel .elementor-panel-menu-item-icon {
1065 text-align: center;
1066 width: 30px;
1067 flex-shrink: 0;
1068 padding: 10px 0;
1069 margin: 0 10px;
1070 font-size: 19px;
1071 }
1072 .elementor-panel .elementor-panel-menu-item-title {
1073 display: flex;
1074 flex-grow: 1;
1075 font-weight: 500;
1076 justify-content: space-between;
1077 }
1078 .elementor-panel .elementor-panel-menu-item-title-badge {
1079 margin: 0 10px;
1080 background: var(--e-a-color-white);
1081 border-radius: var(--e-a-border-radius);
1082 }
1083 .elementor-panel .elementor-panel-menu-item-title > span {
1084 color: var(--e-a-color-accent);
1085 }
1086 .elementor-panel .elementor-panel-menu-item a {
1087 display: flex;
1088 align-items: center;
1089 color: inherit;
1090 width: 100%;
1091 height: 100%;
1092 padding-inline-start: 10px;
1093 padding: 10px 0;
1094 }
1095 .elementor-panel .elementor-control.elementor-control-clear_page {
1096 background-color: transparent;
1097 }
1098 .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html {
1099 display: flex;
1100 align-items: center;
1101 justify-content: space-between;
1102 }
1103 .elementor-panel .elementor-panel-navigation {
1104 display: flex;
1105 width: 100%;
1106 border-block-end: var(--e-a-border);
1107 }
1108 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab {
1109 all: unset;
1110 flex: auto;
1111 transition: var(--e-a-transition-hover);
1112 border-block-end: 3px solid transparent;
1113 cursor: pointer;
1114 }
1115 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus {
1116 background-color: var(--e-a-bg-hover);
1117 }
1118 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus {
1119 outline: 0;
1120 }
1121 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
1122 border-color: var(--e-a-border-color-accent);
1123 color: var(--e-a-color-txt-accent);
1124 }
1125 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span {
1126 color: var(--e-a-color-txt-accent);
1127 }
1128 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span {
1129 color: inherit;
1130 display: block;
1131 text-align: center;
1132 padding: 12px 0 8px;
1133 font-size: 10px;
1134 }
1135 .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before {
1136 font-family: eicons;
1137 font-size: 16px;
1138 display: block;
1139 margin-block-end: 8px;
1140 }
1141 .elementor-panel .elementor-tab-control-content span:before {
1142 content: "\e92c";
1143 }
1144 .elementor-panel .elementor-tab-control-style span:before {
1145 content: "\e921";
1146 }
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,
1153 .elementor-panel .elementor-tab-control-advanced span:before,
1154 .elementor-panel .elementor-tab-control-general_style span:before {
1155 content: "\e916";
1156 }
1157 .elementor-panel .elementor-tab-control-responsive span:before {
1158 content: "\e885";
1159 }
1160 .elementor-panel .elementor-tab-control-lightbox span:before {
1161 content: "\e922";
1162 }
1163 .elementor-panel .elementor-tab-control-layout span:before,
1164 .elementor-panel .elementor-tab-control-column span:before {
1165 content: "\e899";
1166 }
1167 .elementor-panel #elementor-panel__editor__help {
1168 padding: 50px 25px;
1169 display: flex;
1170 align-items: center;
1171 justify-content: center;
1172 }
1173 .elementor-panel #elementor-panel__editor__help__link {
1174 display: inline-flex;
1175 align-items: center;
1176 justify-content: center;
1177 font-size: 85%;
1178 line-height: 2;
1179 padding-inline-start: 5px;
1180 color: inherit;
1181 font-weight: 500;
1182 transition: var(--e-a-transition-hover);
1183 }
1184 .elementor-panel #elementor-panel__editor__help__link:hover, .elementor-panel #elementor-panel__editor__help__link:focus {
1185 color: var(--e-a-color-info);
1186 }
1187 .elementor-panel #elementor-panel__editor__help__link i {
1188 padding: 0 5px;
1189 font-size: 125%;
1190 position: relative;
1191 }
1192 .elementor-panel #elementor-panel__editor__help__link i:after {
1193 content: "";
1194 position: absolute;
1195 height: 13px;
1196 width: 13px;
1197 inset-block-start: 3px;
1198 inset-block-end: 0;
1199 inset-inline-start: 8px;
1200 inset-inline-end: 0;
1201 border-radius: 50%;
1202 z-index: -1;
1203 }
1204 .elementor-panel #elementor-panel-footer {
1205 position: relative;
1206 height: 40px;
1207 background-color: var(--e-a-dark-bg);
1208 color: var(--e-a-dark-color-txt);
1209 }
1210 .elementor-panel #elementor-panel-footer-tools {
1211 display: flex;
1212 justify-content: space-between;
1213 height: 100%;
1214 }
1215 .elementor-panel .elementor-panel-footer-tool {
1216 display: flex;
1217 align-items: center;
1218 justify-content: center;
1219 width: 15%;
1220 cursor: pointer;
1221 transition: var(--e-a-transition-hover);
1222 border: 0;
1223 color: currentColor;
1224 background-color: transparent;
1225 }
1226 .elementor-panel .elementor-panel-footer-tool i {
1227 font-size: 15px;
1228 }
1229 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right {
1230 margin: auto;
1231 transform: rotate(270deg);
1232 }
1233 .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled {
1234 cursor: inherit;
1235 }
1236 .elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus {
1237 color: var(--e-a-dark-color-txt-hover);
1238 }
1239 .elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper {
1240 display: none;
1241 }
1242 .elementor-panel #elementor-panel-footer-saver-publish {
1243 width: 30%;
1244 margin-inline-start: auto;
1245 }
1246 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1247 margin-inline-end: 0;
1248 }
1249 .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1250 display: none;
1251 }
1252 .elementor-panel #elementor-panel-footer-saver-options {
1253 width: 10%;
1254 }
1255 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
1256 font-size: 11px;
1257 font-style: italic;
1258 padding: 5px 0 15px;
1259 }
1260 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1261 display: none;
1262 }
1263 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1264 border-block-end: 1px dotted transparent;
1265 transition: all ease-in-out 0.3s;
1266 cursor: pointer;
1267 }
1268 .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1269 border-block-end-color: inherit;
1270 }
1271 .elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
1272 transform: rotate(90deg);
1273 }
1274 .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
1275 padding: 0;
1276 font-size: 11px;
1277 height: 100%;
1278 width: 100%;
1279 border-radius: 0;
1280 }
1281 .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
1282 background-color: #1f2124;
1283 color: #9DA5AE;
1284 }
1285 .elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
1286 border-inline-end: 1px solid #F0ABFC;
1287 }
1288 .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
1289 border-inline-end: 1px solid #3f444b;
1290 }
1291 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 position: absolute;
1293 inset-block-end: 100%;
1294 inset-inline-start: 0;
1295 width: 100%;
1296 background-color: #1f2124;
1297 padding: 10px;
1298 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
1299 cursor: default;
1300 z-index: 10000;
1301 }
1302 .elementor-panel .elementor-panel-footer-sub-menu {
1303 border-radius: var(--e-border-radius);
1304 overflow: hidden;
1305 border: 1px solid #3f444b;
1306 }
1307 .elementor-panel .elementor-panel-footer-sub-menu-item {
1308 display: flex;
1309 height: 40px;
1310 color: #D5D8DC;
1311 align-items: center;
1312 -moz-column-gap: 10px;
1313 column-gap: 10px;
1314 padding: 0 20px;
1315 transition: var(--e-a-transition-hover);
1316 cursor: pointer;
1317 }
1318 .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled {
1319 cursor: default;
1320 color: #69727D;
1321 }
1322 .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1323 border-block-end: 1px solid #3f444b;
1324 }
1325 .elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1326 background-color: rgba(255, 255, 255, 0.1);
1327 }
1328 .elementor-panel .elementor-panel-footer-sub-menu-item.active {
1329 background-color: rgba(255, 255, 255, 0.2);
1330 }
1331
1332 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1333 text-align: center;
1334 padding: 10px 0;
1335 font-size: 12px;
1336 cursor: pointer;
1337 }
1338
1339 #elementor-panel-elements {
1340 overflow: hidden;
1341 }
1342
1343 #elementor-panel-state-loading {
1344 display: none;
1345 }
1346 body.elementor-panel-loading #elementor-panel-state-loading {
1347 position: absolute;
1348 inset: 0;
1349 display: flex;
1350 align-items: center;
1351 justify-content: center;
1352 background-color: rgba(255, 255, 255, 0.5);
1353 z-index: 2;
1354 }
1355 #elementor-panel-state-loading .eicon-loading {
1356 font-size: 25px;
1357 color: var(--e-a-color-txt-accent);
1358 }
1359
1360 #elementor-panel-elements-search-area {
1361 background-color: var(--e-a-bg-default);
1362 position: sticky;
1363 inset-block-start: 0;
1364 padding: 15px;
1365 z-index: 1;
1366 }
1367
1368 #elementor-panel-elements-search-area:empty {
1369 display: none;
1370 }
1371
1372 #elementor-panel-elements-search-wrapper {
1373 position: relative;
1374 }
1375
1376 #elementor-panel-elements-search-input {
1377 font-size: 11px;
1378 padding-block: 10px;
1379 padding-inline: 29px 10px;
1380 font-style: italic;
1381 border: var(--e-a-border-bold);
1382 border-radius: 0;
1383 transition: all 1s;
1384 -webkit-appearance: none;
1385 -moz-appearance: none;
1386 appearance: none;
1387 }
1388 #elementor-panel-elements-search-input + i {
1389 position: absolute;
1390 inset-block-start: 50%;
1391 inset-inline-start: 10px;
1392 transform: translateY(-50%);
1393 color: var(--e-a-color-txt-disabled);
1394 }
1395 #elementor-panel-elements-search-input:focus {
1396 border-color: var(--e-a-border-color-focus);
1397 padding-inline-end: 15px;
1398 }
1399
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 .elementor-panel .elementor-element {
1413 font-family: var(--e-a-font-family);
1414 color: var(--e-a-color-txt);
1415 line-height: 1;
1416 text-align: center;
1417 border: var(--e-a-border-bold);
1418 border-radius: 3px;
1419 cursor: move;
1420 position: relative;
1421 transition: var(--e-a-transition-hover);
1422 width: 100%;
1423 background-color: transparent;
1424 }
1425 .elementor-panel .elementor-element--promotion .elementor-element {
1426 cursor: pointer;
1427 -webkit-user-select: none;
1428 -moz-user-select: none;
1429 user-select: none;
1430 }
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 {
1438 background-color: var(--e-a-bg-hover);
1439 border-color: var(--e-a-border-color-bold);
1440 }
1441 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1442 color: var(--e-a-color-accent);
1443 }
1444 .elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 color: var(--e-a-color-info);
1446 }
1447 .elementor-panel .elementor-element .icon {
1448 font-size: 28px;
1449 padding-block-start: 15px;
1450 }
1451 .elementor-panel .elementor-element .title-wrapper {
1452 display: flex;
1453 height: 40px;
1454 align-items: center;
1455 justify-content: center;
1456 }
1457 .elementor-panel .elementor-element .title {
1458 font-size: 12px;
1459 }
1460 .elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1461 position: absolute;
1462 inset-block-start: 5px;
1463 inset-inline-end: 5px;
1464 color: var(--e-a-color-txt-disabled);
1465 }
1466 .elementor-panel .elementor-element:active {
1467 background-color: var(--e-a-bg-hover);
1468 border-color: var(--e-a-border-color-accent);
1469 color: var(--e-a-color-txt-accent);
1470 }
1471
1472 #elementor-element--promotion__dialog {
1473 position: absolute;
1474 width: 300px;
1475 z-index: 1;
1476 background-color: var(--e-a-bg-default);
1477 box-shadow: var(--e-a-popover-shadow);
1478 border-radius: var(--e-a-border-radius);
1479 }
1480 #elementor-element--promotion__dialog:after {
1481 content: "";
1482 position: absolute;
1483 inset-block-start: 15px;
1484 inset-inline-end: 100%;
1485 transform: scaleY(0.7);
1486 border: 10px solid transparent;
1487 border-inline-end-color: var(--e-a-bg-default);
1488 }
1489 #elementor-element--promotion__dialog__title {
1490 font-size: 14px;
1491 }
1492 #elementor-element--promotion__dialog .dialog-header {
1493 display: flex;
1494 padding: 20px;
1495 border-block-end: var(--e-a-border);
1496 font-weight: 500;
1497 }
1498 #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon {
1499 flex-grow: 1;
1500 margin-inline-start: 10px;
1501 font-size: 14px;
1502 color: var(--e-a-color-accent);
1503 }
1504 #elementor-element--promotion__dialog .dialog-header .eicon-close {
1505 cursor: pointer;
1506 color: var(--e-a-color-txt-disabled);
1507 }
1508 #elementor-element--promotion__dialog .dialog-header .eicon-close:hover {
1509 color: var(--e-a-color-txt-muted);
1510 }
1511 #elementor-element--promotion__dialog .dialog-message {
1512 padding: 20px;
1513 }
1514 #elementor-element--promotion__dialog .dialog-buttons-wrapper {
1515 padding: 0 20px 20px;
1516 }
1517 #elementor-element--promotion__dialog .dialog-button {
1518 padding: 7px 25px;
1519 font-size: 12px;
1520 }
1521
1522 .dialog-tooltip-widget {
1523 position: absolute;
1524 width: 300px;
1525 z-index: 1;
1526 background-color: var(--e-a-bg-default);
1527 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
1528 border-radius: 3px;
1529 }
1530 .dialog-tooltip-widget:after {
1531 content: "";
1532 position: absolute;
1533 inset-block-start: 15px;
1534 inset-inline-end: 100%;
1535 transform: scaleY(0.7);
1536 border: 10px solid transparent;
1537 border-inline-end-color: var(--e-a-bg-default);
1538 }
1539 .dialog-tooltip-widget__title {
1540 font-size: 14px;
1541 }
1542 .dialog-tooltip-widget .dialog-tooltip-header {
1543 display: flex;
1544 padding: 20px 20px 0;
1545 color: var(--e-a-color-txt);
1546 border-block-end: 1px solid var(--e-a-bg-default);
1547 font-weight: 500;
1548 }
1549 .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon {
1550 flex-grow: 1;
1551 margin-inline-start: 10px;
1552 font-size: 14px;
1553 color: #93003f;
1554 }
1555 .dialog-tooltip-widget .dialog-tooltip-header .eicon-close {
1556 cursor: pointer;
1557 margin-inline-start: auto;
1558 color: var(--e-a-color-txt);
1559 }
1560 .dialog-tooltip-widget .dialog-tooltip-message {
1561 padding: 20px;
1562 }
1563 .dialog-tooltip-widget .dialog-tooltip-buttons-wrapper {
1564 padding: 0 20px 20px 20px;
1565 text-align: end;
1566 }
1567 .dialog-tooltip-widget .dialog-tooltip-button {
1568 padding: 7px 25px;
1569 font-size: 12px;
1570 }
1571 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 border: 0;
1573 }
1574
1575 #elementor-panel-elements-widget-creation-area:empty {
1576 display: none;
1577 }
1578
1579 .elementor-panel-elements-widget-creation {
1580 text-align: center;
1581 padding: 30px 20px;
1582 }
1583 .elementor-panel-elements-widget-creation__title {
1584 font-size: 14px;
1585 font-weight: bold;
1586 line-height: 1.4;
1587 color: var(--e-a-color-txt);
1588 }
1589 .elementor-panel-elements-widget-creation__message {
1590 margin-block-start: 8px;
1591 font-size: 13px;
1592 line-height: 1.6;
1593 color: var(--e-a-color-txt-muted);
1594 }
1595 .elementor-panel-elements-widget-creation__cta {
1596 display: inline-flex;
1597 align-items: center;
1598 gap: 6px;
1599 margin-block-start: 16px;
1600 padding: 0;
1601 border: none;
1602 background: none;
1603 color: var(--e-a-color-accent-promotion, #D6107C);
1604 font-size: 14px;
1605 font-weight: 500;
1606 cursor: pointer;
1607 font-family: var(--e-a-font-family);
1608 }
1609 .elementor-panel-elements-widget-creation__cta i {
1610 font-size: 16px;
1611 }
1612 .elementor-panel-elements-widget-creation__cta:hover {
1613 opacity: 0.8;
1614 }
1615 .elementor-panel-elements-widget-creation--search-footer {
1616 border-block-start: var(--e-a-border);
1617 }
1618
1619 #elementor-panel-inner {
1620 position: relative;
1621 height: 100%;
1622 display: flex;
1623 flex-direction: column;
1624 box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
1625 }
1626
1627 #elementor-panel-content-wrapper {
1628 position: relative;
1629 width: 100%;
1630 flex: 1;
1631 }
1632
1633 .elementor-panel-container {
1634 clear: both;
1635 padding-inline-start: 15px;
1636 padding-inline-end: 15px;
1637 }
1638
1639 #elementor-panel-get-pro-elements .elementor-nerd-box-message {
1640 margin-block-start: 10px;
1641 }
1642 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1643 margin-block-start: 20px;
1644 }
1645
1646 #elementor-panel-get-pro-elements-sticky {
1647 position: sticky;
1648 inset-block-end: 0;
1649 font-size: 14px;
1650 font-weight: 400;
1651 line-height: 1.6;
1652 margin-block-end: -10px;
1653 }
1654 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1655 margin-block-start: -14px;
1656 min-height: 40px;
1657 display: block;
1658 padding: 9px min(35px, 5%);
1659 gap: 10px;
1660 background-color: var(--e-a-color-white);
1661 color: var(--e-a-color-black);
1662 text-align: center;
1663 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1664 }
1665 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1666 display: inline-block;
1667 font-size: 13px;
1668 font-weight: 500;
1669 color: var(--e-a-btn-bg-accent);
1670 }
1671 #elementor-panel-get-pro-elements-sticky img {
1672 margin-inline-start: 17px;
1673 }
1674
1675 #elementor-panel-notice-wrapper .elementor-panel-notice {
1676 width: 90%;
1677 margin: 0 auto;
1678 font-style: unset;
1679 margin-block-end: 15px;
1680 }
1681 #elementor-panel-notice-wrapper .elementor-panel-notice a {
1682 font-weight: bold;
1683 font-style: italic;
1684 border-block-end: 2px dotted var(--e-a-color-info);
1685 display: inline-block;
1686 }
1687
1688 body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button,
1689 body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon {
1690 position: relative;
1691 }
1692 body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after,
1693 body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after {
1694 position: absolute;
1695 content: "";
1696 display: block;
1697 background: var(--e-a-color-primary);
1698 border-radius: 50%;
1699 width: 8px;
1700 height: 8px;
1701 inset-block-start: 5px;
1702 inset-inline-end: 5px;
1703 }
1704
1705 .media-modal.wp-core-ui {
1706 color-scheme: light;
1707 color: #515962;
1708 }
1709 .media-modal.wp-core-ui select {
1710 width: initial;
1711 padding-inline: 8px;
1712 }
1713 .media-modal.wp-core-ui fieldset {
1714 padding: 0;
1715 border: 0;
1716 }
1717
1718 .elementor-control {
1719 --control-title-size: 12px;
1720 position: relative;
1721 padding: 0 20px 15px;
1722 }
1723 .elementor-control a {
1724 font-weight: 500;
1725 text-decoration: none;
1726 border-block-end: 1px dotted transparent;
1727 transition: all ease-in-out 0.3s;
1728 }
1729 .elementor-control a:hover {
1730 border-block-end-color: inherit;
1731 }
1732 .elementor-control .elementor-control-content {
1733 display: flex;
1734 flex-direction: column;
1735 }
1736 .elementor-control .elementor-control-title {
1737 font-size: var(--control-title-size);
1738 line-height: 1;
1739 margin-inline-end: 5px;
1740 }
1741 .elementor-control .elementor-control-title:empty {
1742 display: none;
1743 }
1744 .elementor-control .elementor-control-spinner {
1745 display: flex;
1746 align-items: center;
1747 }
1748 .elementor-control.elementor-control-type-divider {
1749 padding: 0;
1750 }
1751 .elementor-control.elementor-control-type-divider .elementor-control-content {
1752 margin-inline: 20px;
1753 border-width: 0;
1754 border-block-start: var(--e-a-border);
1755 background-color: var(--e-a-bg-default);
1756 height: 15px;
1757 }
1758 .elementor-control.elementor-control-separator-before {
1759 padding-block-start: 15px;
1760 }
1761 .elementor-control.elementor-control-separator-before:before {
1762 content: "";
1763 position: absolute;
1764 inset: 0 20px auto;
1765 height: 1px;
1766 background-color: var(--e-a-border-color);
1767 }
1768 .elementor-control.elementor-control-separator-after {
1769 padding-block-end: 15px;
1770 }
1771 .elementor-control.elementor-control-separator-after:after {
1772 content: "";
1773 position: absolute;
1774 inset: auto 20px 0;
1775 height: 1px;
1776 background-color: var(--e-a-border-color);
1777 }
1778 .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 {
1779 padding-block-start: 15px;
1780 }
1781 .elementor-control.elementor-control-deprecated {
1782 color: var(--e-a-color-warning);
1783 }
1784 .elementor-control.elementor-control-deprecated .elementor-control-field-description {
1785 color: var(--e-a-color-warning);
1786 }
1787 .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title {
1788 display: none;
1789 }
1790 .elementor-control.elementor-hidden-control {
1791 display: none;
1792 }
1793 .elementor-control.elementor-control-type-heading .elementor-control-title {
1794 font-weight: bold;
1795 margin: 0;
1796 }
1797 body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen {
1798 display: none;
1799 }
1800 body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop {
1801 display: none;
1802 }
1803 body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop {
1804 display: none;
1805 }
1806 body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra {
1807 display: none;
1808 }
1809 body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet {
1810 display: none;
1811 }
1812 body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra {
1813 display: none;
1814 }
1815 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1816 display: none;
1817 }
1818 .elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1819 padding: 4px;
1820 }
1821 .elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1822 aspect-ratio: 4/1;
1823 -o-object-fit: cover;
1824 object-fit: cover;
1825 -o-object-position: center;
1826 object-position: center;
1827 }
1828 .elementor-control-shape_divider_bottom img {
1829 rotate: X 180deg;
1830 }
1831 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1832 margin-block-start: 5px;
1833 }
1834
1835 .elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1836 .elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1837 .elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1838 .elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1839 .elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1840 transform: rotate(90deg);
1841 }
1842 .elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1843 .elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1844 .elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1845 scale: calc(1 * var(--direction-multiplier)) 1;
1846 }
1847
1848 .elementor-panel-heading {
1849 display: flex;
1850 align-items: center;
1851 gap: 5px;
1852 height: 48px;
1853 padding-inline: 20px;
1854 width: 100%;
1855 border: 0;
1856 border-block-start: var(--e-a-border);
1857 border-block-start-width: 2px;
1858 background-color: transparent;
1859 color: var(--e-a-color-txt-accent);
1860 cursor: pointer;
1861 }
1862 .elementor-panel-heading-toggle {
1863 width: 10px;
1864 display: flex;
1865 flex-direction: column;
1866 align-items: center;
1867 }
1868 .elementor-panel-heading-title {
1869 font-weight: bold;
1870 }
1871 .elementor-panel-heading-category-chip {
1872 margin-inline-start: auto;
1873 background-color: var(--e-a-bg-chip);
1874 border-radius: 100px;
1875 padding: 5px 8px;
1876 }
1877 .elementor-panel-heading-category-chip i {
1878 margin-inline-start: 4px;
1879 }
1880 .elementor-panel-heading-promotion {
1881 margin-inline-start: auto;
1882 }
1883 .elementor-panel-heading-promotion a {
1884 color: var(--e-a-color-accent-promotion);
1885 font-family: "Roboto", sans-serif;
1886 font-weight: 500;
1887 font-size: 13px;
1888 }
1889 .elementor-panel-heading-promotion a i {
1890 margin-inline-end: 4px;
1891 font-size: 14px;
1892 }
1893 .elementor-panel-heading-promotion a:hover {
1894 color: var(--e-a-color-accent-promotion);
1895 }
1896 .elementor-panel-heading:focus-visible {
1897 color: var(--e-a-color-txt-hover);
1898 }
1899
1900 #elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1901 #elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1902 #elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1903 border-block-start: none;
1904 }
1905
1906 .elementor-control-field {
1907 display: flex;
1908 align-items: center;
1909 }
1910
1911 .elementor-label-block > .elementor-control-content > .elementor-control-field {
1912 flex-wrap: wrap;
1913 }
1914 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1915 width: 100%;
1916 max-width: 100%;
1917 margin-block-start: 10px;
1918 }
1919 .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label {
1920 width: auto;
1921 flex: 1 1 27px;
1922 display: flex;
1923 align-items: center;
1924 justify-content: center;
1925 }
1926 .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1927 margin-block-start: 0;
1928 }
1929 .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1930 margin-block-start: 0;
1931 }
1932
1933 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title {
1934 flex-shrink: 0;
1935 max-width: 60%;
1936 }
1937 .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
1938 margin-inline-start: auto;
1939 }
1940
1941 .elementor-control-field-description {
1942 margin-block-start: 10px;
1943 }
1944
1945 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 margin-block-start: 0;
1947 }
1948
1949 .elementor-control-start-end .eicon-text-align-left,
1950 .elementor-control-start-end .eicon-text-align-right,
1951 .elementor-control-start-end .eicon-h-align-left,
1952 .elementor-control-start-end .eicon-h-align-right {
1953 scale: calc(1 * var(--direction-multiplier)) 1;
1954 }
1955
1956 .elementor-update-preview {
1957 margin: 15px 15px 0;
1958 display: flex;
1959 align-items: center;
1960 }
1961
1962 .elementor-update-preview-button-wrapper {
1963 flex-grow: 1;
1964 text-align: end;
1965 }
1966
1967 .elementor-update-preview-button {
1968 padding: 8px 15px;
1969 }
1970
1971 .elementor-control-direction-ltr input,
1972 .elementor-control-direction-ltr textarea {
1973 direction: ltr;
1974 }
1975 .elementor-control-direction-rtl input,
1976 .elementor-control-direction-rtl textarea {
1977 direction: rtl;
1978 }
1979
1980 .elementor-control-responsive-switchers {
1981 --selected-option: 0;
1982 --pointer-position: var(--selected-option);
1983 position: relative;
1984 width: 2.5em;
1985 height: 2.5em;
1986 margin: calc(-2.5em + 12px) 0;
1987 margin-inline-end: 5px;
1988 }
1989 .elementor-control-responsive-switchers__holder {
1990 position: absolute;
1991 width: 100%;
1992 inset-block-start: 0;
1993 background-color: var(--e-a-bg-default);
1994 border-radius: var(--e-a-border-radius);
1995 transition: 0.15s;
1996 border: 1px solid transparent;
1997 }
1998 .elementor-control-responsive-switchers.elementor-responsive-switchers-open {
1999 z-index: 11000;
2000 }
2001 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher {
2002 height: 2.5em;
2003 transform: scale(1);
2004 opacity: 1;
2005 }
2006 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover {
2007 color: var(--e-a-color-primary-bold);
2008 }
2009 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder {
2010 box-shadow: var(--e-a-dropdown-shadow);
2011 }
2012
2013 .elementor-responsive-switcher {
2014 all: unset;
2015 display: flex;
2016 align-items: center;
2017 justify-content: center;
2018 position: relative;
2019 z-index: 2;
2020 cursor: pointer;
2021 height: 0;
2022 width: 100%;
2023 transform: scale(0);
2024 opacity: 0;
2025 transition: 0.15s;
2026 font-size: 12px;
2027 color: inherit;
2028 }
2029 .elementor-responsive-switcher:hover {
2030 color: var(--e-a-color-primary-bold);
2031 }
2032
2033 .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2034 height: 2.5em;
2035 transform: scale(1);
2036 opacity: 1;
2037 }
2038 .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2039 color: var(--e-a-color-primary-bold);
2040 }
2041
2042 .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2043 height: 2.5em;
2044 transform: scale(1);
2045 opacity: 1;
2046 }
2047 .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2048 color: var(--e-a-color-primary-bold);
2049 }
2050
2051 .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2052 height: 2.5em;
2053 transform: scale(1);
2054 opacity: 1;
2055 }
2056 .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2057 color: var(--e-a-color-primary-bold);
2058 }
2059
2060 .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2061 height: 2.5em;
2062 transform: scale(1);
2063 opacity: 1;
2064 }
2065 .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2066 color: var(--e-a-color-primary-bold);
2067 }
2068
2069 .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2070 height: 2.5em;
2071 transform: scale(1);
2072 opacity: 1;
2073 }
2074 .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2075 color: var(--e-a-color-primary-bold);
2076 }
2077
2078 .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2079 height: 2.5em;
2080 transform: scale(1);
2081 opacity: 1;
2082 }
2083 .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2084 color: var(--e-a-color-primary-bold);
2085 }
2086
2087 .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2088 height: 2.5em;
2089 transform: scale(1);
2090 opacity: 1;
2091 }
2092 .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2093 color: var(--e-a-color-primary-bold);
2094 }
2095
2096 .e-units-wrapper {
2097 position: relative;
2098 margin-inline-start: auto;
2099 }
2100 .e-units-wrapper .e-units-switcher {
2101 cursor: pointer;
2102 font-size: 10px;
2103 padding: 0.5em;
2104 margin: -0.5em 0;
2105 transition: all ease-in-out 0.15s;
2106 }
2107 .e-units-wrapper .e-units-switcher:hover {
2108 color: var(--e-a-color-primary-bold);
2109 background-color: var(--e-a-bg-hover);
2110 border-radius: var(--e-a-border-radius);
2111 }
2112 .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit {
2113 display: none;
2114 }
2115 .e-units-wrapper .e-units-switcher[data-selected=custom] span {
2116 display: none;
2117 }
2118 .e-units-wrapper .e-units-switcher i.eicon-angle-right {
2119 transform: rotate(90deg);
2120 }
2121
2122 .e-units-choices input {
2123 display: none;
2124 }
2125 .e-units-choices input:checked + label {
2126 color: var(--e-a-color-primary-bold);
2127 }
2128 .e-units-choices label {
2129 cursor: pointer;
2130 display: block;
2131 }
2132 .e-units-choices {
2133 display: none;
2134 overflow: hidden;
2135 max-height: 0;
2136 position: absolute;
2137 inset-block-start: -0.8em;
2138 inset-inline-start: -0.5em;
2139 width: 2.5em;
2140 text-align: center;
2141 background-color: var(--e-a-bg-default);
2142 border-radius: var(--e-a-border-radius);
2143 box-shadow: var(--e-a-dropdown-shadow);
2144 animation-timing-function: linear;
2145 animation-delay: 0s;
2146 animation-fill-mode: forwards;
2147 z-index: 11000;
2148 }
2149 .e-units-choices .elementor-units-choices-label {
2150 display: flex;
2151 align-items: center;
2152 height: 3em;
2153 justify-content: center;
2154 font-size: 10px;
2155 transition: 0.15s;
2156 }
2157 .e-units-choices .elementor-units-choices-label:hover {
2158 color: var(--e-a-color-primary-bold);
2159 }
2160 .e-units-choices.e-units-choices-open {
2161 display: block;
2162 animation-duration: 1s;
2163 animation-name: e-units-choices-open;
2164 }
2165
2166 .e-units-custom input {
2167 font-family: monospace;
2168 font-size: 0.85em;
2169 }
2170
2171 @keyframes e-units-choices-open {
2172 from {
2173 max-height: 0;
2174 }
2175 to {
2176 max-height: 100vh;
2177 }
2178 }
2179 .elementor-control-alert {
2180 display: flex;
2181 flex-direction: column;
2182 justify-content: flex-start;
2183 align-items: flex-start;
2184 gap: 8px;
2185 }
2186 .elementor-control-alert-heading {
2187 font-weight: bold;
2188 }
2189
2190 .elementor-control-type-button .elementor-control-input-wrapper {
2191 text-align: end;
2192 }
2193 .elementor-control-type-button .elementor-button {
2194 width: auto;
2195 }
2196 .elementor-control-type-button .elementor-button.elementor-button-center {
2197 display: block;
2198 margin: 0 auto;
2199 }
2200
2201 .elementor-control-type-choose.elementor-label-block .elementor-choices {
2202 width: 100%;
2203 }
2204
2205 .elementor-choices {
2206 display: flex;
2207 height: 27px;
2208 line-height: 27px;
2209 text-align: center;
2210 border-spacing: 1px;
2211 border-radius: var(--e-a-border-radius);
2212 overflow: hidden;
2213 }
2214 .elementor-choices .elementor-choices-label {
2215 border-block-start: var(--e-a-border-bold);
2216 border-block-end: var(--e-a-border-bold);
2217 border-inline-start: var(--e-a-border-bold);
2218 border-inline-end: none;
2219 font-size: 12px;
2220 transition: var(--e-a-transition-hover);
2221 cursor: pointer;
2222 overflow: hidden;
2223 }
2224 .elementor-choices .elementor-choices-label:nth-child(2) {
2225 border-start-start-radius: var(--e-a-border-radius);
2226 border-end-start-radius: var(--e-a-border-radius);
2227 }
2228 .elementor-choices .elementor-choices-label:last-child {
2229 border-inline-end: var(--e-a-border-bold);
2230 border-start-end-radius: var(--e-a-border-radius);
2231 border-end-end-radius: var(--e-a-border-radius);
2232 }
2233 .elementor-choices input {
2234 display: none;
2235 }
2236 .elementor-choices input:hover + .elementor-choices-label {
2237 background-color: var(--e-a-bg-hover);
2238 }
2239 .elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label {
2240 background-color: var(--e-a-bg-active-bold);
2241 color: var(--e-a-color-txt-accent);
2242 }
2243
2244 .elementor-label-inline .elementor-choices {
2245 justify-content: flex-end;
2246 }
2247
2248 .elementor-control-type-color.e-control-global .pickr {
2249 border-start-start-radius: 0;
2250 border-start-end-radius: var(--e-a-border-radius);
2251 border-end-start-radius: 0;
2252 border-end-end-radius: var(--e-a-border-radius);
2253 flex-shrink: 0;
2254 border-color: var(--e-a-border-color-bold);
2255 transition: var(--e-a-transition-hover);
2256 }
2257 .elementor-control-type-color.e-control-global .pickr:hover {
2258 background-color: var(--e-a-bg-hover);
2259 }
2260 .elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr {
2261 background-color: var(--e-a-bg-active-bold);
2262 }
2263 .elementor-control-type-color .elementor-control-title {
2264 flex-grow: 1;
2265 }
2266 .elementor-control-type-color .elementor-control-input-wrapper {
2267 display: flex;
2268 justify-content: flex-end;
2269 }
2270
2271 .elementor-group-control-css-filter .elementor-slider {
2272 height: 6px;
2273 box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2);
2274 }
2275 .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
2276 margin-block-start: 0;
2277 margin-block-end: 5px;
2278 }
2279
2280 .elementor-group-control-blur .elementor-slider {
2281 background: url("../images/blur.png");
2282 background-size: cover;
2283 background-position: center;
2284 }
2285
2286 .elementor-group-control-contrast .elementor-slider {
2287 background: url("../images/contrast.png");
2288 background-size: 100% 100%;
2289 }
2290
2291 .elementor-group-control-hue .elementor-slider {
2292 background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%);
2293 }
2294
2295 .elementor-group-control-saturate .elementor-slider {
2296 background-image: linear-gradient(to right, gray, red);
2297 }
2298
2299 .elementor-group-control-brightness .elementor-slider {
2300 background-image: linear-gradient(to right, black, white);
2301 }
2302
2303 .elementor-control-responsive-switchers {
2304 --selected-option: 0;
2305 --pointer-position: var(--selected-option);
2306 position: relative;
2307 width: 2.5em;
2308 height: 2.5em;
2309 margin: calc(-2.5em + 12px) 0;
2310 margin-inline-end: 5px;
2311 }
2312 .elementor-control-responsive-switchers__holder {
2313 position: absolute;
2314 width: 100%;
2315 inset-block-start: 0;
2316 background-color: var(--e-a-bg-default);
2317 border-radius: var(--e-a-border-radius);
2318 transition: 0.15s;
2319 border: 1px solid transparent;
2320 }
2321 .elementor-control-responsive-switchers.elementor-responsive-switchers-open {
2322 z-index: 11000;
2323 }
2324 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher {
2325 height: 2.5em;
2326 transform: scale(1);
2327 opacity: 1;
2328 }
2329 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover {
2330 color: var(--e-a-color-primary-bold);
2331 }
2332 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder {
2333 box-shadow: var(--e-a-dropdown-shadow);
2334 }
2335
2336 .elementor-responsive-switcher {
2337 all: unset;
2338 display: flex;
2339 align-items: center;
2340 justify-content: center;
2341 position: relative;
2342 z-index: 2;
2343 cursor: pointer;
2344 height: 0;
2345 width: 100%;
2346 transform: scale(0);
2347 opacity: 0;
2348 transition: 0.15s;
2349 font-size: 12px;
2350 color: inherit;
2351 }
2352 .elementor-responsive-switcher:hover {
2353 color: var(--e-a-color-primary-bold);
2354 }
2355
2356 .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2357 height: 2.5em;
2358 transform: scale(1);
2359 opacity: 1;
2360 }
2361 .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2362 color: var(--e-a-color-primary-bold);
2363 }
2364
2365 .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2366 height: 2.5em;
2367 transform: scale(1);
2368 opacity: 1;
2369 }
2370 .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2371 color: var(--e-a-color-primary-bold);
2372 }
2373
2374 .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2375 height: 2.5em;
2376 transform: scale(1);
2377 opacity: 1;
2378 }
2379 .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2380 color: var(--e-a-color-primary-bold);
2381 }
2382
2383 .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2384 height: 2.5em;
2385 transform: scale(1);
2386 opacity: 1;
2387 }
2388 .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2389 color: var(--e-a-color-primary-bold);
2390 }
2391
2392 .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2393 height: 2.5em;
2394 transform: scale(1);
2395 opacity: 1;
2396 }
2397 .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2398 color: var(--e-a-color-primary-bold);
2399 }
2400
2401 .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2402 height: 2.5em;
2403 transform: scale(1);
2404 opacity: 1;
2405 }
2406 .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2407 color: var(--e-a-color-primary-bold);
2408 }
2409
2410 .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2411 height: 2.5em;
2412 transform: scale(1);
2413 opacity: 1;
2414 }
2415 .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2416 color: var(--e-a-color-primary-bold);
2417 }
2418
2419 .e-units-wrapper {
2420 position: relative;
2421 margin-inline-start: auto;
2422 }
2423 .e-units-wrapper .e-units-switcher {
2424 cursor: pointer;
2425 font-size: 10px;
2426 padding: 0.5em;
2427 margin: -0.5em 0;
2428 transition: all ease-in-out 0.15s;
2429 }
2430 .e-units-wrapper .e-units-switcher:hover {
2431 color: var(--e-a-color-primary-bold);
2432 background-color: var(--e-a-bg-hover);
2433 border-radius: var(--e-a-border-radius);
2434 }
2435 .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit {
2436 display: none;
2437 }
2438 .e-units-wrapper .e-units-switcher[data-selected=custom] span {
2439 display: none;
2440 }
2441 .e-units-wrapper .e-units-switcher i.eicon-angle-right {
2442 transform: rotate(90deg);
2443 }
2444
2445 .e-units-choices input {
2446 display: none;
2447 }
2448 .e-units-choices input:checked + label {
2449 color: var(--e-a-color-primary-bold);
2450 }
2451 .e-units-choices label {
2452 cursor: pointer;
2453 display: block;
2454 }
2455 .e-units-choices {
2456 display: none;
2457 overflow: hidden;
2458 max-height: 0;
2459 position: absolute;
2460 inset-block-start: -0.8em;
2461 inset-inline-start: -0.5em;
2462 width: 2.5em;
2463 text-align: center;
2464 background-color: var(--e-a-bg-default);
2465 border-radius: var(--e-a-border-radius);
2466 box-shadow: var(--e-a-dropdown-shadow);
2467 animation-timing-function: linear;
2468 animation-delay: 0s;
2469 animation-fill-mode: forwards;
2470 z-index: 11000;
2471 }
2472 .e-units-choices .elementor-units-choices-label {
2473 display: flex;
2474 align-items: center;
2475 height: 3em;
2476 justify-content: center;
2477 font-size: 10px;
2478 transition: 0.15s;
2479 }
2480 .e-units-choices .elementor-units-choices-label:hover {
2481 color: var(--e-a-color-primary-bold);
2482 }
2483 .e-units-choices.e-units-choices-open {
2484 display: block;
2485 animation-duration: 1s;
2486 animation-name: e-units-choices-open;
2487 }
2488
2489 .e-units-custom input {
2490 font-family: monospace;
2491 font-size: 0.85em;
2492 }
2493
2494 @keyframes e-units-choices-open {
2495 from {
2496 max-height: 0;
2497 }
2498 to {
2499 max-height: 100vh;
2500 }
2501 }
2502 .elementor-control-type-dimensions .elementor-control-dimensions {
2503 display: flex;
2504 }
2505 .elementor-control-type-dimensions li {
2506 flex: 1;
2507 transition: flex-grow 0.3s ease-in-out;
2508 }
2509 .elementor-control-type-dimensions li input,
2510 .elementor-control-type-dimensions li .elementor-link-dimensions {
2511 display: block;
2512 text-align: center;
2513 width: 100%;
2514 height: 27px;
2515 }
2516 .elementor-control-type-dimensions li input {
2517 border-inline-start: none;
2518 border-radius: 0;
2519 padding: var(--e-a-border-radius);
2520 }
2521 .elementor-control-type-dimensions li input:focus {
2522 border-inline-start: var(--e-a-border-bold);
2523 margin-inline-start: -1px;
2524 width: calc(100% + 1px);
2525 }
2526 .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label {
2527 color: var(--e-a-color-txt);
2528 }
2529 .elementor-control-type-dimensions li .elementor-link-dimensions {
2530 border: var(--e-a-border-bold);
2531 border-inline-start: none;
2532 background-color: var(--e-a-bg-default);
2533 padding: 0;
2534 outline: none;
2535 border-start-start-radius: 0;
2536 border-start-end-radius: var(--e-a-border-radius);
2537 border-end-start-radius: 0;
2538 border-end-end-radius: var(--e-a-border-radius);
2539 cursor: pointer;
2540 }
2541 .elementor-control-type-dimensions li:first-child input {
2542 border-inline-start: 1px solid var(--e-a-border-color-bold);
2543 border-start-start-radius: var(--e-a-border-radius);
2544 border-start-end-radius: 0;
2545 border-end-start-radius: var(--e-a-border-radius);
2546 border-end-end-radius: 0;
2547 }
2548 .elementor-control-type-dimensions li:first-child input:focus {
2549 border-color: var(--e-a-border-color-focus);
2550 margin-inline-start: 0;
2551 width: 100%;
2552 }
2553 .elementor-control-type-dimensions li:last-child {
2554 max-width: 27px;
2555 }
2556 .elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within {
2557 flex: 2.5;
2558 }
2559 .elementor-control-type-dimensions .elementor-control-dimension-label {
2560 color: var(--e-a-color-txt-muted);
2561 display: block;
2562 text-align: center;
2563 font-size: 9px;
2564 padding-block-start: 5px;
2565 }
2566 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked {
2567 background-color: var(--e-a-bg-default);
2568 }
2569 .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked {
2570 display: none;
2571 }
2572 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) {
2573 background-color: var(--e-a-bg-active-bold);
2574 color: var(--e-a-color-txt-accent);
2575 border-color: var(--e-a-border-color-bold);
2576 }
2577 .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked {
2578 display: none;
2579 }
2580
2581 .elementor-control-responsive-switchers {
2582 --selected-option: 0;
2583 --pointer-position: var(--selected-option);
2584 position: relative;
2585 width: 2.5em;
2586 height: 2.5em;
2587 margin: calc(-2.5em + 12px) 0;
2588 margin-inline-end: 5px;
2589 }
2590 .elementor-control-responsive-switchers__holder {
2591 position: absolute;
2592 width: 100%;
2593 inset-block-start: 0;
2594 background-color: var(--e-a-bg-default);
2595 border-radius: var(--e-a-border-radius);
2596 transition: 0.15s;
2597 border: 1px solid transparent;
2598 }
2599 .elementor-control-responsive-switchers.elementor-responsive-switchers-open {
2600 z-index: 11000;
2601 }
2602 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher {
2603 height: 2.5em;
2604 transform: scale(1);
2605 opacity: 1;
2606 }
2607 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover {
2608 color: var(--e-a-color-primary-bold);
2609 }
2610 .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder {
2611 box-shadow: var(--e-a-dropdown-shadow);
2612 }
2613
2614 .elementor-responsive-switcher {
2615 all: unset;
2616 display: flex;
2617 align-items: center;
2618 justify-content: center;
2619 position: relative;
2620 z-index: 2;
2621 cursor: pointer;
2622 height: 0;
2623 width: 100%;
2624 transform: scale(0);
2625 opacity: 0;
2626 transition: 0.15s;
2627 font-size: 12px;
2628 color: inherit;
2629 }
2630 .elementor-responsive-switcher:hover {
2631 color: var(--e-a-color-primary-bold);
2632 }
2633
2634 .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2635 height: 2.5em;
2636 transform: scale(1);
2637 opacity: 1;
2638 }
2639 .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen {
2640 color: var(--e-a-color-primary-bold);
2641 }
2642
2643 .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2644 height: 2.5em;
2645 transform: scale(1);
2646 opacity: 1;
2647 }
2648 .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop {
2649 color: var(--e-a-color-primary-bold);
2650 }
2651
2652 .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2653 height: 2.5em;
2654 transform: scale(1);
2655 opacity: 1;
2656 }
2657 .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop {
2658 color: var(--e-a-color-primary-bold);
2659 }
2660
2661 .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2662 height: 2.5em;
2663 transform: scale(1);
2664 opacity: 1;
2665 }
2666 .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra {
2667 color: var(--e-a-color-primary-bold);
2668 }
2669
2670 .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2671 height: 2.5em;
2672 transform: scale(1);
2673 opacity: 1;
2674 }
2675 .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet {
2676 color: var(--e-a-color-primary-bold);
2677 }
2678
2679 .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2680 height: 2.5em;
2681 transform: scale(1);
2682 opacity: 1;
2683 }
2684 .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra {
2685 color: var(--e-a-color-primary-bold);
2686 }
2687
2688 .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2689 height: 2.5em;
2690 transform: scale(1);
2691 opacity: 1;
2692 }
2693 .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile {
2694 color: var(--e-a-color-primary-bold);
2695 }
2696
2697 .e-units-wrapper {
2698 position: relative;
2699 margin-inline-start: auto;
2700 }
2701 .e-units-wrapper .e-units-switcher {
2702 cursor: pointer;
2703 font-size: 10px;
2704 padding: 0.5em;
2705 margin: -0.5em 0;
2706 transition: all ease-in-out 0.15s;
2707 }
2708 .e-units-wrapper .e-units-switcher:hover {
2709 color: var(--e-a-color-primary-bold);
2710 background-color: var(--e-a-bg-hover);
2711 border-radius: var(--e-a-border-radius);
2712 }
2713 .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit {
2714 display: none;
2715 }
2716 .e-units-wrapper .e-units-switcher[data-selected=custom] span {
2717 display: none;
2718 }
2719 .e-units-wrapper .e-units-switcher i.eicon-angle-right {
2720 transform: rotate(90deg);
2721 }
2722
2723 .e-units-choices input {
2724 display: none;
2725 }
2726 .e-units-choices input:checked + label {
2727 color: var(--e-a-color-primary-bold);
2728 }
2729 .e-units-choices label {
2730 cursor: pointer;
2731 display: block;
2732 }
2733 .e-units-choices {
2734 display: none;
2735 overflow: hidden;
2736 max-height: 0;
2737 position: absolute;
2738 inset-block-start: -0.8em;
2739 inset-inline-start: -0.5em;
2740 width: 2.5em;
2741 text-align: center;
2742 background-color: var(--e-a-bg-default);
2743 border-radius: var(--e-a-border-radius);
2744 box-shadow: var(--e-a-dropdown-shadow);
2745 animation-timing-function: linear;
2746 animation-delay: 0s;
2747 animation-fill-mode: forwards;
2748 z-index: 11000;
2749 }
2750 .e-units-choices .elementor-units-choices-label {
2751 display: flex;
2752 align-items: center;
2753 height: 3em;
2754 justify-content: center;
2755 font-size: 10px;
2756 transition: 0.15s;
2757 }
2758 .e-units-choices .elementor-units-choices-label:hover {
2759 color: var(--e-a-color-primary-bold);
2760 }
2761 .e-units-choices.e-units-choices-open {
2762 display: block;
2763 animation-duration: 1s;
2764 animation-name: e-units-choices-open;
2765 }
2766
2767 .e-units-custom input {
2768 font-family: monospace;
2769 font-size: 0.85em;
2770 }
2771
2772 @keyframes e-units-choices-open {
2773 from {
2774 max-height: 0;
2775 }
2776 to {
2777 max-height: 100vh;
2778 }
2779 }
2780 .elementor-control-type-gaps .elementor-control-gaps {
2781 display: flex;
2782 }
2783 .elementor-control-type-gaps li {
2784 flex: 1;
2785 transition: flex-grow 0.3s ease-in-out;
2786 }
2787 .elementor-control-type-gaps li input,
2788 .elementor-control-type-gaps li .elementor-link-gaps {
2789 display: block;
2790 text-align: center;
2791 width: 100%;
2792 height: 27px;
2793 }
2794 .elementor-control-type-gaps li input {
2795 border-inline-start: none;
2796 border-radius: 0;
2797 padding: var(--e-a-border-radius);
2798 }
2799 .elementor-control-type-gaps li input:focus {
2800 border-inline-start: var(--e-a-border-bold);
2801 margin-inline-start: -1px;
2802 width: calc(100% + 1px);
2803 }
2804 .elementor-control-type-gaps li input:focus + .elementor-control-gap-label {
2805 color: var(--e-a-color-txt);
2806 }
2807 .elementor-control-type-gaps li .elementor-link-gaps {
2808 border: var(--e-a-border-bold);
2809 border-inline-start: none;
2810 background-color: var(--e-a-bg-default);
2811 padding: 0;
2812 outline: none;
2813 border-start-start-radius: 0;
2814 border-start-end-radius: var(--e-a-border-radius);
2815 border-end-start-radius: 0;
2816 border-end-end-radius: var(--e-a-border-radius);
2817 cursor: pointer;
2818 }
2819 .elementor-control-type-gaps li:first-child input {
2820 border-inline-start: 1px solid var(--e-a-border-color-bold);
2821 border-start-start-radius: var(--e-a-border-radius);
2822 border-start-end-radius: 0;
2823 border-end-start-radius: var(--e-a-border-radius);
2824 border-end-end-radius: 0;
2825 }
2826 .elementor-control-type-gaps li:first-child input:focus {
2827 border-color: var(--e-a-border-color-focus);
2828 margin-inline-start: 0;
2829 width: 100%;
2830 }
2831 .elementor-control-type-gaps li:last-child {
2832 max-width: 27px;
2833 }
2834 .elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within {
2835 flex: 2.5;
2836 }
2837 .elementor-control-type-gaps .elementor-control-gap-label {
2838 color: var(--e-a-color-txt-muted);
2839 display: block;
2840 text-align: center;
2841 font-size: 9px;
2842 padding-block-start: 5px;
2843 }
2844 .elementor-control-type-gaps .elementor-link-gaps.unlinked {
2845 background-color: var(--e-a-bg-default);
2846 }
2847 .elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked {
2848 display: none;
2849 }
2850 .elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) {
2851 background-color: var(--e-a-bg-active-bold);
2852 color: var(--e-a-color-txt-accent);
2853 border-color: var(--e-a-border-color-bold);
2854 }
2855 .elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked {
2856 display: none;
2857 }
2858
2859 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 position: absolute;
2861 inset-block-start: 50%;
2862 inset-inline-start: 50%;
2863 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2864 }
2865 .elementor-control-type-icons .elementor-control-media__preview i {
2866 font-size: 70px;
2867 }
2868 .elementor-control-type-icons .elementor-control-media__preview svg {
2869 height: 75%;
2870 }
2871 .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload {
2872 font-size: 15px;
2873 }
2874
2875 .elementor-control-type-gallery .elementor-control-media__content {
2876 border: var(--e-a-border-bold);
2877 border-radius: 3px;
2878 }
2879 .elementor-control-type-gallery .elementor-control-gallery-status {
2880 font-size: 12px;
2881 height: 27px;
2882 padding-inline-start: 10px;
2883 border-block-end: var(--e-a-border-bold);
2884 display: flex;
2885 }
2886 .elementor-control-type-gallery .elementor-control-gallery-status > * {
2887 display: flex;
2888 align-items: center;
2889 }
2890 .elementor-control-type-gallery .elementor-control-gallery-status-title {
2891 flex-grow: 1;
2892 }
2893 .elementor-control-type-gallery .elementor-control-gallery-content {
2894 position: relative;
2895 overflow: hidden;
2896 }
2897 .elementor-control-type-gallery .elementor-control-gallery-thumbnails {
2898 display: grid;
2899 grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
2900 grid-gap: 10px;
2901 cursor: pointer;
2902 padding: 10px;
2903 }
2904 .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 {
2905 opacity: 1;
2906 }
2907 .elementor-control-type-gallery .elementor-control-gallery-thumbnail {
2908 width: 48px;
2909 height: 48px;
2910 -o-object-fit: cover;
2911 object-fit: cover;
2912 border: var(--e-a-border);
2913 }
2914 .elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image {
2915 outline: 2px solid var(--e-a-btn-bg-danger-active);
2916 opacity: 0.6;
2917 }
2918 .elementor-control-type-gallery .elementor-control-gallery-edit {
2919 position: absolute;
2920 inset: 0;
2921 background-color: rgba(0, 0, 0, 0.2);
2922 padding: 10px;
2923 font-size: 11px;
2924 transition: all 0.3s ease-in-out;
2925 pointer-events: none;
2926 cursor: pointer;
2927 opacity: 0;
2928 }
2929 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 position: absolute;
2931 inset-block-start: 10px;
2932 inset-inline-end: 10px;
2933 width: 21px;
2934 height: 21px;
2935 color: var(--e-a-color-white);
2936 background-color: rgba(0, 0, 0, 0.5);
2937 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
2938 transition: var(--e-a-transition-hover);
2939 }
2940 .elementor-control-type-gallery .elementor-control-gallery-edit span i {
2941 font-size: 11px;
2942 padding: 5px;
2943 }
2944 .elementor-control-type-gallery .elementor-control-gallery-edit span:hover {
2945 background-color: rgba(0, 0, 0, 0.6);
2946 }
2947 .elementor-control-type-gallery .elementor-control-gallery-add {
2948 width: 48px;
2949 height: 48px;
2950 font-size: 14px;
2951 }
2952 .elementor-control-type-gallery .elementor-control-gallery-add i {
2953 margin: 0;
2954 }
2955 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear,
2956 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails,
2957 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit {
2958 display: none;
2959 }
2960 .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content {
2961 padding: 10px;
2962 }
2963 .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add {
2964 display: none;
2965 }
2966 .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear {
2967 border-inline-start: var(--e-a-border);
2968 }
2969 .elementor-control-type-gallery .elementor-control-gallery-clear {
2970 color: currentColor;
2971 background-color: transparent;
2972 border: none;
2973 cursor: pointer;
2974 justify-content: center;
2975 }
2976 .elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus {
2977 color: var(--e-a-color-danger);
2978 }
2979 .elementor-control-type-gallery .elementor-control-dynamic-switcher {
2980 border-width: 0;
2981 border-inline-start-width: 1px;
2982 border-block-end-width: 1px;
2983 border-radius: 0;
2984 }
2985
2986 .e-global__popover {
2987 width: 288px;
2988 z-index: 1;
2989 font-size: 12px;
2990 padding-inline-start: 10px;
2991 }
2992 .e-global__popover-toggle {
2993 border: var(--e-a-border-bold);
2994 border-inline-end: 0;
2995 border-start-start-radius: 3px;
2996 border-start-end-radius: 0;
2997 border-end-start-radius: 3px;
2998 border-end-end-radius: 0;
2999 display: flex;
3000 align-items: center;
3001 justify-content: center;
3002 cursor: pointer;
3003 transition: var(--e-a-transition-hover);
3004 }
3005 .e-global__popover-toggle:hover {
3006 background-color: var(--e-a-bg-hover);
3007 }
3008 .e-global__popover-toggle--active {
3009 color: var(--e-a-color-primary-bold);
3010 background-color: var(--e-a-bg-active-bold);
3011 }
3012 .e-global__popover-container {
3013 box-shadow: var(--e-a-popover-shadow);
3014 border-radius: var(--e-a-border-radius);
3015 background-color: var(--e-a-bg-default);
3016 }
3017 .e-global__popover-title {
3018 padding: 15px 20px;
3019 font-weight: 500;
3020 border-block-end: var(--e-a-border);
3021 display: flex;
3022 }
3023 .e-global__popover-title > i {
3024 margin-inline-end: 5px;
3025 }
3026 .e-global__popover-title-text {
3027 flex-grow: 1;
3028 }
3029 .e-global__popover-info {
3030 margin-inline-end: 10px;
3031 display: inline-block;
3032 }
3033 .e-global__popover-info-tooltip {
3034 width: 270px;
3035 z-index: 1;
3036 background-color: rgba(0, 0, 0, 0.9);
3037 color: var(--e-a-color-white);
3038 padding: 20px;
3039 border-radius: 3px;
3040 }
3041 .e-global__popover-info-tooltip:after {
3042 content: "";
3043 position: absolute;
3044 inset-block-end: -17px;
3045 inset-inline-start: 16px;
3046 border: 10px solid transparent;
3047 border-block-start-color: rgba(0, 0, 0, 0.9);
3048 }
3049 .e-global__popover-info i {
3050 font-size: 13px;
3051 }
3052 .e-global__preview-items-container {
3053 max-height: 400px;
3054 overflow-y: auto;
3055 padding: 5px 0;
3056 }
3057 .e-global__preview-items-container::-webkit-scrollbar {
3058 width: 7px;
3059 }
3060 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 background-color: #BABFC5;
3062 border-radius: 10px;
3063 }
3064 .e-global__group-header {
3065 padding: 12px 20px 5px;
3066 font-weight: 500;
3067 font-size: 11px;
3068 color: var(--e-a-color-txt-muted);
3069 }
3070 .e-global__group-divider {
3071 height: 1px;
3072 background-color: var(--e-a-border-color);
3073 margin: 10px 20px;
3074 }
3075 .e-global__manage-button {
3076 font-weight: 500;
3077 cursor: pointer;
3078 }
3079 .e-global__typography {
3080 padding-block: 10px;
3081 padding-inline: 35px 20px;
3082 white-space: nowrap;
3083 text-overflow: ellipsis;
3084 overflow: hidden;
3085 }
3086 .e-global__typography.e-global__preview-item--selected:before {
3087 font-family: "eicons";
3088 font-size: 13px;
3089 content: "\e90e";
3090 position: absolute;
3091 transform: translateY(-50%);
3092 inset-block-start: 50%;
3093 inset-inline-start: 13px;
3094 }
3095 .e-global__color {
3096 padding: 10px 20px;
3097 display: flex;
3098 align-items: center;
3099 }
3100 .e-global__color-preview-container {
3101 height: 20px;
3102 width: 20px;
3103 border-radius: 3px;
3104 border: 1px solid rgba(0, 0, 0, 0.1);
3105 margin-inline-end: 10px;
3106 flex-shrink: 0;
3107 position: relative;
3108 }
3109 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3110 border-radius: 3px;
3111 position: absolute;
3112 inset: 0;
3113 }
3114 .e-global__color-preview-transparent-bg {
3115 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));
3116 background-size: 12px 12px;
3117 background-position: 0 0, calc(12px / 2) calc(12px / 2);
3118 }
3119 .e-global__color-title {
3120 flex-grow: 1;
3121 white-space: nowrap;
3122 text-overflow: ellipsis;
3123 overflow: hidden;
3124 padding-inline-end: 10px;
3125 }
3126 .e-global__color-hex {
3127 font-size: 10px;
3128 color: var(--e-a-color-txt-muted);
3129 }
3130 .e-global__color .pcr-button {
3131 background-color: var(--e-a-bg-default);
3132 }
3133 .e-global__color.e-global__preview-item--selected .e-global__color-preview-container {
3134 display: flex;
3135 justify-content: center;
3136 align-items: center;
3137 color: var(--e-a-color-white);
3138 }
3139 .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before {
3140 font-family: "eicons";
3141 font-size: 13px;
3142 content: "\e90e";
3143 text-shadow: 0 0 1px #000;
3144 z-index: 1;
3145 }
3146 .e-global__preview-item {
3147 cursor: pointer;
3148 position: relative;
3149 }
3150 .e-global__preview-item:hover {
3151 background-color: var(--e-a-bg-hover);
3152 }
3153 .e-global__confirm-delete i, .e-global__confirm-message-text i {
3154 color: var(--e-a-color-warning);
3155 }
3156 .e-global__confirm-input-wrapper {
3157 display: flex;
3158 align-items: center;
3159 border: var(--e-a-border);
3160 border-radius: var(--e-a-border-radius);
3161 margin: 15px 0;
3162 padding: 2px;
3163 }
3164 .e-global__confirm-input-wrapper input {
3165 font-family: var(--e-a-font-family);
3166 font-size: 12px;
3167 padding: 2px;
3168 border: 0;
3169 }
3170
3171 .e-control-global .elementor-control-input-wrapper {
3172 display: flex;
3173 justify-content: flex-end;
3174 max-width: 135px;
3175 width: 100%;
3176 }
3177 .e-control-global.elementor-control .elementor-control-input-wrapper {
3178 display: flex;
3179 flex-direction: row;
3180 align-items: stretch;
3181 }
3182 .e-control-global .elementor-control-spinner {
3183 margin-inline-end: 4px;
3184 }
3185
3186 .elementor-control-type-hidden {
3187 display: none !important;
3188 }
3189
3190 .elementor-control-type-icon .select2-selection__rendered .eicon {
3191 margin-inline-end: 3px;
3192 }
3193
3194 .elementor-control-type-image_dimensions .elementor-control-field-description {
3195 margin: 0 0 15px;
3196 line-height: 1.4;
3197 }
3198 .elementor-control-type-image_dimensions .elementor-control-input-wrapper {
3199 display: flex;
3200 align-items: flex-start;
3201 }
3202 .elementor-control-type-image_dimensions .elementor-image-dimensions-field {
3203 width: 65px;
3204 }
3205 .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description {
3206 color: var(--e-a-color-txt);
3207 }
3208 .elementor-control-type-image_dimensions .elementor-image-dimensions-separator {
3209 width: 20px;
3210 text-align: center;
3211 padding-block-start: 4px;
3212 }
3213 .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description {
3214 display: block;
3215 margin-block-start: 5px;
3216 color: var(--e-a-color-txt-disabled);
3217 font-size: 10px;
3218 text-align: center;
3219 }
3220 .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button {
3221 margin-inline-start: auto;
3222 }
3223
3224 .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 {
3225 display: none;
3226 }
3227 .elementor-control-media.e-media-empty-placeholder .e-control-image-size {
3228 display: none;
3229 }
3230 .elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button {
3231 display: none;
3232 }
3233 .elementor-control-media .eicon-plus-circle {
3234 position: absolute;
3235 inset-block-start: 50%;
3236 inset-inline-start: 50%;
3237 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3238 color: var(--e-a-color-white);
3239 font-size: 20px;
3240 }
3241 .elementor-control-media__content__upload-button {
3242 background-color: var(--e-a-bg-active-bold);
3243 }
3244 .elementor-control-media__preview {
3245 height: 100%;
3246 background-size: cover;
3247 background-position: center;
3248 }
3249 .elementor-control-media-area {
3250 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));
3251 background-size: 16px 16px;
3252 background-position: 0 0, calc(16px / 2) calc(16px / 2);
3253 background-color: var(--e-a-bg-default);
3254 border: var(--e-a-border-bold);
3255 aspect-ratio: 21/9;
3256 }
3257 .elementor-control-media-area:not(:hover) .elementor-control-media__remove {
3258 display: none;
3259 }
3260 .elementor-control-media-area .eicon-video-camera {
3261 position: absolute;
3262 inset-block-start: 50%;
3263 inset-inline-start: 50%;
3264 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3265 color: rgba(255, 255, 255, 0.7);
3266 font-size: 21px;
3267 }
3268 .elementor-control-media .elementor-control-media__content {
3269 aspect-ratio: 21/9;
3270 position: relative;
3271 cursor: pointer;
3272 overflow: hidden;
3273 }
3274 .elementor-control-media .elementor-control-media__content:hover:after {
3275 content: "";
3276 position: absolute;
3277 inset: 0;
3278 background-color: rgba(0, 0, 0, 0.2);
3279 pointer-events: none;
3280 }
3281 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 inset-block-end: -30px;
3283 }
3284 .elementor-control-media__content {
3285 transition: all 0.2s ease-in-out;
3286 }
3287 .elementor-control-media__tools {
3288 position: absolute;
3289 inset-block-end: 0;
3290 inset-inline: 0;
3291 height: 27px;
3292 transition: all 0.2s ease-in-out;
3293 }
3294 .elementor-control-media__tools > *:not(:first-child) {
3295 margin-inline-start: 1px;
3296 }
3297 .elementor-control-media__tool {
3298 display: flex;
3299 align-items: center;
3300 justify-content: center;
3301 flex-grow: 1;
3302 color: var(--e-a-color-white);
3303 background-color: rgba(0, 0, 0, 0.9);
3304 font-size: 11px;
3305 transition: var(--e-a-transition-hover);
3306 }
3307 .elementor-control-media__tool:hover {
3308 background-color: rgba(0, 0, 0, 0.8);
3309 }
3310 .elementor-control-media__remove {
3311 display: flex;
3312 align-items: center;
3313 justify-content: center;
3314 transition: all 0.3s ease-in-out;
3315 }
3316 .elementor-control-media__content__remove {
3317 position: absolute;
3318 z-index: 1;
3319 inset-block-start: 10px;
3320 inset-inline-end: 10px;
3321 width: 20px;
3322 height: 20px;
3323 font-size: 11px;
3324 color: var(--e-a-color-white);
3325 background-color: rgba(0, 0, 0, 0.5);
3326 border-radius: var(--e-border-radius);
3327 box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
3328 transition: var(--e-a-transition-hover);
3329 }
3330 .elementor-control-media__content__remove:hover {
3331 background-color: rgba(0, 0, 0, 0.6);
3332 }
3333 .elementor-control-media.e-media-empty .elementor-control-file-area {
3334 display: none;
3335 }
3336 .elementor-control-media__warnings:empty {
3337 display: none;
3338 }
3339 .elementor-control-media__warnings:not(:empty) {
3340 margin-block-start: 10px;
3341 }
3342 .elementor-control-media__file {
3343 display: flex;
3344 justify-content: space-between;
3345 align-items: center;
3346 width: 100%;
3347 margin-block-start: 10px;
3348 border: var(--e-a-border);
3349 }
3350 .elementor-control-media__file__content {
3351 padding-inline-start: 5px;
3352 font-size: 12px;
3353 }
3354 .elementor-control-media__file__content__label {
3355 color: #9DA5AE;
3356 }
3357 .elementor-control-media__file__content__info {
3358 display: flex;
3359 align-items: center;
3360 font-weight: 500;
3361 }
3362 .elementor-control-media__file__content__info__icon {
3363 margin-inline-end: 5px;
3364 }
3365 .elementor-control-media__file__controls {
3366 display: flex;
3367 border-inline-start: var(--e-a-border);
3368 }
3369 .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove {
3370 width: 27px;
3371 height: 27px;
3372 cursor: pointer;
3373 align-items: center;
3374 }
3375 .elementor-control-media__file__controls__upload-button {
3376 display: flex;
3377 justify-content: center;
3378 }
3379 .elementor-control-media__file__controls__remove {
3380 border-inline-end: var(--e-a-border);
3381 }
3382 .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label {
3383 display: none;
3384 }
3385 .elementor-control-media.e-media-empty .elementor-control-media__file__content__info {
3386 display: none;
3387 }
3388 .elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove {
3389 display: none;
3390 }
3391 .elementor-control-media .elementor-control-dynamic-switcher {
3392 border: none;
3393 border-radius: 0;
3394 background-color: rgba(0, 0, 0, 0.9);
3395 color: var(--e-a-color-white);
3396 }
3397 .elementor-control-media .elementor-control-dynamic-switcher:hover {
3398 background-color: rgba(0, 0, 0, 0.8);
3399 color: var(--e-a-color-white);
3400 }
3401 .elementor-control-media .e-control-image-size {
3402 display: flex;
3403 flex-direction: column;
3404 width: 100%;
3405 padding-block-start: 20px;
3406 }
3407 .elementor-control-media .e-control-image-size .elementor-control-input-wrapper {
3408 margin-inline-start: auto;
3409 }
3410
3411 .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper {
3412 border: none;
3413 }
3414
3415 .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview {
3416 background-color: var(--e-a-bg-active-bold);
3417 }
3418
3419 .elementor-control-notice {
3420 display: flex;
3421 justify-content: flex-start;
3422 align-items: flex-start;
3423 gap: 8px;
3424 padding: 16px;
3425 border-radius: 3px;
3426 border: 1px solid var(--notice-control-color, var(--e-a-color-txt));
3427 color: var(--e-a-color-txt);
3428 font-size: 12px;
3429 font-weight: 400;
3430 line-height: 1.5;
3431 text-align: start;
3432 margin-block-start: 10px;
3433 }
3434 .elementor-control-notice-type-info {
3435 --notice-control-color: var(--e-a-color-info);
3436 }
3437 .elementor-control-notice-type-success {
3438 --notice-control-color: var(--e-a-color-success);
3439 }
3440 .elementor-control-notice-type-warning {
3441 --notice-control-color: var(--e-a-color-warning);
3442 }
3443 .elementor-control-notice-type-danger {
3444 --notice-control-color: var(--e-a-color-danger);
3445 }
3446 .elementor-control-notice-icon {
3447 flex-basis: 18px;
3448 color: var(--notice-control-color);
3449 }
3450 .elementor-control-notice-main {
3451 display: flex;
3452 flex-direction: column;
3453 justify-content: flex-start;
3454 align-items: flex-start;
3455 gap: 6px;
3456 flex: 1;
3457 }
3458 .elementor-control-notice-main-heading {
3459 font-weight: 700;
3460 font-style: italic;
3461 }
3462 .elementor-control-notice-main-content {
3463 font-style: italic;
3464 line-height: 1.5;
3465 }
3466 .elementor-control-notice-main-actions {
3467 display: flex;
3468 gap: 10px;
3469 padding-block-start: 8px;
3470 }
3471 .elementor-control-notice-main a {
3472 color: inherit;
3473 font-weight: 700;
3474 cursor: pointer;
3475 }
3476 .elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus {
3477 color: inherit;
3478 }
3479 .elementor-control-notice-dismiss {
3480 -webkit-appearance: none;
3481 -moz-appearance: none;
3482 appearance: none;
3483 background-color: transparent;
3484 border: 0;
3485 padding: 0;
3486 margin: 0;
3487 cursor: pointer;
3488 }
3489
3490 .elementor-control-type-popover_toggle input {
3491 display: none;
3492 }
3493 .elementor-control-type-popover_toggle label {
3494 cursor: pointer;
3495 }
3496 .elementor-control-type-popover_toggle .elementor-control-input-wrapper {
3497 display: flex;
3498 flex-direction: row-reverse;
3499 align-items: center;
3500 }
3501 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label {
3502 color: var(--e-a-color-txt-active);
3503 background-color: var(--e-a-bg-active-bold);
3504 }
3505 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label {
3506 display: none;
3507 }
3508 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label {
3509 height: 27px;
3510 display: inline-flex;
3511 align-items: center;
3512 justify-content: center;
3513 border-radius: var(--e-a-border-radius);
3514 border: var(--e-a-border-bold);
3515 transition: var(--e-a-transition-hover);
3516 }
3517 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover {
3518 background-color: var(--e-a-bg-hover);
3519 }
3520 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label {
3521 color: var(--e-a-color-txt-muted);
3522 margin-inline-end: 5px;
3523 }
3524 .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover {
3525 color: var(--e-a-color-txt);
3526 }
3527
3528 .elementor-controls-popover.e-controls-popover--typography {
3529 padding-block-start: 0;
3530 }
3531
3532 .e-control-global .elementor-control-popover-toggle-toggle-label {
3533 border-start-start-radius: 0;
3534 border-start-end-radius: var(--e-a-border-radius);
3535 border-end-start-radius: 0;
3536 border-end-end-radius: var(--e-a-border-radius);
3537 flex-shrink: 0;
3538 }
3539
3540 .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) {
3541 padding-inline-start: 10px;
3542 padding-inline-end: 10px;
3543 padding-block-end: 10px;
3544 }
3545 .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove {
3546 display: none;
3547 }
3548 .elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate,
3549 .elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add {
3550 display: none;
3551 }
3552 .elementor-control-type-repeater .elementor-repeater-fields {
3553 margin: 10px 0;
3554 }
3555 .elementor-control-type-repeater .elementor-repeater-row-controls {
3556 border: var(--e-a-border-bold);
3557 border-block-start-width: 0;
3558 padding-block-start: 15px;
3559 }
3560 .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) {
3561 display: none;
3562 }
3563 .elementor-control-type-repeater .elementor-repeater-row-tools {
3564 display: flex;
3565 align-items: center;
3566 width: 100%;
3567 border: 1px solid var(--e-a-border-color-bold);
3568 transition: var(--e-a-transition-hover);
3569 }
3570 .elementor-control-type-repeater .elementor-repeater-row-tools > button {
3571 display: flex;
3572 align-items: center;
3573 justify-content: center;
3574 height: 40px;
3575 border: none;
3576 background-color: transparent;
3577 color: currentColor;
3578 cursor: pointer;
3579 }
3580 .elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus {
3581 background-color: var(--e-a-bg-hover);
3582 }
3583 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title {
3584 flex: 1;
3585 justify-content: flex-start;
3586 padding: 0 10px;
3587 font-size: var(--control-title-size);
3588 white-space: nowrap;
3589 text-overflow: ellipsis;
3590 overflow: hidden;
3591 }
3592 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon,
3593 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i,
3594 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg {
3595 margin-inline-end: 5px;
3596 }
3597 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] {
3598 width: 1em;
3599 }
3600 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool {
3601 width: 40px;
3602 border-inline-start: 1px solid var(--e-a-border-color-bold);
3603 }
3604 .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable {
3605 width: 10px;
3606 border-inline-end: 1px solid var(--e-a-border-color-bold);
3607 cursor: move;
3608 }
3609 .elementor-control-type-repeater .elementor-button-wrapper {
3610 text-align: center;
3611 padding-block-start: 5px;
3612 }
3613
3614 #elementor-controls,
3615 #elementor-panel-page-settings-controls,
3616 #elementor-panel-editorPreferences-settings-controls {
3617 padding-block-start: 15px;
3618 }
3619
3620 .elementor-control-type-section {
3621 padding: 0;
3622 }
3623 .elementor-control-type-section.e-open {
3624 padding-block-end: 10px;
3625 }
3626 .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before {
3627 display: none;
3628 }
3629 .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) {
3630 margin-block-start: 25px;
3631 }
3632
3633 .elementor-control-type-select .elementor-control-input-wrapper {
3634 position: relative;
3635 }
3636 .elementor-control-type-select .elementor-control-input-wrapper select {
3637 -webkit-appearance: none;
3638 -moz-appearance: none;
3639 appearance: none;
3640 font-size: var(--control-title-size);
3641 font-family: inherit;
3642 font-weight: inherit;
3643 font-style: inherit;
3644 text-transform: inherit;
3645 letter-spacing: inherit;
3646 line-height: inherit;
3647 flex-basis: 100%;
3648 padding-inline-start: 5px;
3649 padding-inline-end: 20px;
3650 cursor: pointer;
3651 }
3652 .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder {
3653 color: var(--e-a-color-txt-disabled);
3654 }
3655 .elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder {
3656 display: none;
3657 }
3658 .elementor-control-type-select .elementor-control-input-wrapper:after {
3659 font-family: eicons;
3660 content: "\e8ad";
3661 font-size: 12px;
3662 position: absolute;
3663 inset-block-start: 50%;
3664 inset-inline-end: 5px;
3665 transform: translateY(-50%);
3666 pointer-events: none;
3667 }
3668 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 max-width: 80px;
3670 }
3671
3672 .elementor-shadow-box .elementor-shadow-slider {
3673 margin-block-start: 10px;
3674 }
3675 .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title {
3676 flex-grow: 1;
3677 }
3678
3679 .elementor-control-type-slider.elementor-control-dynamic input {
3680 border-start-start-radius: var(--e-a-border-radius);
3681 border-start-end-radius: 0;
3682 border-end-start-radius: var(--e-a-border-radius);
3683 border-end-end-radius: 0;
3684 }
3685 .elementor-control-type-slider .elementor-control-unit-2 {
3686 width: 21%;
3687 }
3688 .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper {
3689 display: block;
3690 }
3691 .elementor-control-type-slider--multiple {
3692 padding-block-end: 40px;
3693 }
3694 .elementor-control-type-slider--multiple .elementor-slider {
3695 margin-block-start: 12px;
3696 width: 98%;
3697 }
3698 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 border-radius: 0;
3700 width: 10px;
3701 transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3702 }
3703 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 content: "";
3705 position: absolute;
3706 inset-block-start: 2px;
3707 height: 12px;
3708 width: 11px;
3709 transform: rotate(45deg);
3710 background-color: var(--e-a-color-white);
3711 border-radius: 3px;
3712 }
3713 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after {
3714 left: 5px;
3715 box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1);
3716 }
3717 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after {
3718 right: 5px;
3719 box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
3720 }
3721 .elementor-control-type-slider .elementor-control-dynamic-switcher {
3722 border-inline-start-width: 0;
3723 border-start-start-radius: 0;
3724 border-start-end-radius: var(--e-a-border-radius);
3725 border-end-start-radius: 0;
3726 border-end-end-radius: var(--e-a-border-radius);
3727 }
3728 .elementor-control-type-slider .elementor-control-input-wrapper {
3729 display: flex;
3730 align-items: center;
3731 }
3732 .elementor-control-type-slider .elementor-dynamic-cover {
3733 margin-block-start: 10px;
3734 }
3735 .elementor-control-type-slider.e-units-custom .elementor-slider {
3736 display: none;
3737 }
3738 .elementor-control-type-slider.e-units-custom .elementor-slider-input {
3739 width: 100%;
3740 margin: 0;
3741 transition: none;
3742 }
3743
3744 .elementor-slider {
3745 flex-grow: 1;
3746 height: 4px;
3747 background-color: var(--e-a-border-color-bold);
3748 border-radius: 5px;
3749 position: relative;
3750 cursor: pointer;
3751 }
3752 .elementor-slider-input {
3753 width: 21%;
3754 min-width: 54px;
3755 margin-inline-start: 12px;
3756 transition: width 0.3s ease-in-out;
3757 }
3758 .elementor-slider__extra {
3759 position: relative;
3760 }
3761 .elementor-slider__labels {
3762 display: flex;
3763 justify-content: space-between;
3764 }
3765 .elementor-slider__label {
3766 font-size: 9px;
3767 color: var(--e-a-color-txt-disabled);
3768 }
3769 .elementor-slider__scales {
3770 position: absolute;
3771 display: flex;
3772 justify-content: space-evenly;
3773 width: 100%;
3774 margin-block-start: 4px;
3775 }
3776 .elementor-slider__scale {
3777 width: 1px;
3778 height: 21px;
3779 background-color: var(--e-a-border-color-focus);
3780 }
3781 .elementor-slider .noUi-handle {
3782 height: 16px;
3783 width: 16px;
3784 background-color: var(--e-a-color-white);
3785 position: absolute;
3786 inset-inline-end: 0;
3787 transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 border-radius: 50%;
3790 }
3791 .elementor-slider .noUi-connects {
3792 position: absolute;
3793 width: 100%;
3794 height: 4px;
3795 }
3796 .elementor-slider .noUi-connect {
3797 position: absolute;
3798 z-index: 0;
3799 inset: 0;
3800 will-change: transform;
3801 transform-origin: 0 0;
3802 background-color: var(--e-a-border-color-focus);
3803 }
3804 .elementor-slider .noUi-tooltip {
3805 position: absolute;
3806 inset-block-start: calc(100% + 5px);
3807 left: calc(50% - 4px);
3808 transform: translateX(-50%);
3809 font-size: 10px;
3810 }
3811
3812 .elementor-control-type-structure .elementor-control-field {
3813 display: initial;
3814 }
3815 .elementor-control-type-structure .elementor-control-structure-preset {
3816 padding: 3px;
3817 border-radius: var(--e-border-radius);
3818 display: inline-block;
3819 cursor: pointer;
3820 height: 50px;
3821 }
3822 .elementor-control-type-structure .elementor-control-structure-preset svg {
3823 height: 100%;
3824 }
3825 .elementor-control-type-structure .elementor-control-structure-preset path {
3826 fill: var(--e-a-border-color-bold);
3827 }
3828 .elementor-control-type-structure .elementor-control-structure-reset {
3829 padding: 15px 20px 0;
3830 font-size: 11px;
3831 cursor: pointer;
3832 color: var(--e-a-color-txt-muted);
3833 border-block-start: var(--e-a-border);
3834 margin: 0 -20px;
3835 }
3836 .elementor-control-type-structure .elementor-control-structure-reset:hover {
3837 color: var(--e-a-color-txt);
3838 }
3839 .elementor-control-type-structure .elementor-control-structure-title {
3840 margin: 10px -20px 0;
3841 }
3842 .elementor-control-type-structure .elementor-control-structure-title:before {
3843 height: 10px;
3844 box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1);
3845 }
3846 .elementor-control-type-structure .elementor-control-structure-presets {
3847 display: flex;
3848 flex-wrap: wrap;
3849 justify-content: space-between;
3850 }
3851 .elementor-control-type-structure .elementor-control-structure-presets input {
3852 display: none;
3853 }
3854 .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path {
3855 fill: var(--e-a-border-color-focus);
3856 }
3857 .elementor-control-type-structure .elementor-control-structure-preset-wrapper {
3858 margin-block-end: 15px;
3859 }
3860 .elementor-control-type-structure .elementor-control-structure-preset-title {
3861 text-align: center;
3862 padding-block-start: 5px;
3863 font-style: italic;
3864 font-size: 11px;
3865 color: #9DA5AE;
3866 }
3867
3868 .elementor-control-type-switcher .elementor-control-input-wrapper {
3869 text-align: end;
3870 }
3871 .elementor-control-type-switcher .elementor-switch {
3872 position: relative;
3873 display: inline-block;
3874 vertical-align: top;
3875 height: 20px;
3876 background-color: var(--e-a-bg-default);
3877 border-radius: 18px;
3878 cursor: pointer;
3879 }
3880 .elementor-control-type-switcher .elementor-switch-input {
3881 display: none;
3882 }
3883 .elementor-control-type-switcher .elementor-switch-label {
3884 position: relative;
3885 display: block;
3886 height: inherit;
3887 font-size: 10px;
3888 background: var(--e-a-bg-active-bold);
3889 border-radius: inherit;
3890 transition: 0.15s ease-out;
3891 transition-property: opacity, background;
3892 }
3893 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 position: absolute;
3895 inset-block-start: 0;
3896 width: 50%;
3897 text-align: center;
3898 line-height: 20px;
3899 transition: inherit;
3900 }
3901 .elementor-control-type-switcher .elementor-switch-label:before {
3902 content: attr(data-off);
3903 inset-inline-end: 5px;
3904 color: var(--e-a-color-txt-muted);
3905 }
3906 .elementor-control-type-switcher .elementor-switch-label:after {
3907 content: attr(data-on);
3908 inset-inline-start: 5px;
3909 color: var(--e-a-btn-color);
3910 opacity: 0;
3911 }
3912 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
3913 background: var(--e-a-btn-bg-primary);
3914 }
3915 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before {
3916 opacity: 0;
3917 }
3918 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after {
3919 opacity: 1;
3920 }
3921 .elementor-control-type-switcher .elementor-switch-handle {
3922 position: absolute;
3923 inset-block-start: 1px;
3924 inset-inline-start: 1px;
3925 width: 18px;
3926 height: 18px;
3927 background: white;
3928 border-radius: 10px;
3929 transition: inset-inline-start 0.15s ease-out;
3930 }
3931 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 inset-inline-start: initial;
3933 inset-inline-end: 1px;
3934 }
3935
3936 .elementor-control-type-tabs {
3937 display: none;
3938 font-size: var(--control-title-size);
3939 }
3940 .elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
3941 display: flex;
3942 }
3943
3944 .elementor-control-type-tab {
3945 text-align: center;
3946 width: 100%;
3947 padding: 0;
3948 line-height: 25px;
3949 border-block-start: var(--e-a-border-bold);
3950 border-block-end: var(--e-a-border-bold);
3951 border-inline-end: var(--e-a-border-bold);
3952 transition: var(--e-a-transition-hover);
3953 cursor: pointer;
3954 }
3955 .elementor-control-type-tab:first-child {
3956 border-inline-start: var(--e-a-border-bold);
3957 border-start-start-radius: var(--e-a-border-radius);
3958 border-end-start-radius: var(--e-a-border-radius);
3959 }
3960 .elementor-control-type-tab:last-child {
3961 border-start-end-radius: var(--e-a-border-radius);
3962 border-end-end-radius: var(--e-a-border-radius);
3963 }
3964 .elementor-control-type-tab:hover {
3965 background-color: var(--e-a-bg-hover);
3966 }
3967 .elementor-control-type-tab.e-tab-active {
3968 background-color: var(--e-a-bg-active-bold);
3969 color: var(--e-a-color-txt-accent);
3970 }
3971
3972 .e-tab-close {
3973 display: none !important;
3974 }
3975
3976 .elementor-control-type-textarea .elementor-control-dynamic-switcher,
3977 .elementor-control-type-code .elementor-control-dynamic-switcher {
3978 border-inline-start-width: 1px;
3979 border-start-start-radius: 0;
3980 border-start-end-radius: 0;
3981 border-end-end-radius: 0;
3982 border-end-start-radius: var(--e-a-border-radius);
3983 }
3984 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 position: absolute;
3987 inset-block-start: 0;
3988 inset-inline-end: 0;
3989 z-index: 1;
3990 }
3991 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 .elementor-control-type-code .elementor-control-input-wrapper {
3993 position: relative;
3994 }
3995 .elementor-control-type-textarea textarea,
3996 .elementor-control-type-code textarea {
3997 display: block;
3998 font-family: inherit;
3999 }
4000 .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher,
4001 .elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher {
4002 display: none;
4003 }
4004 .elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher,
4005 .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher {
4006 display: none;
4007 }
4008
4009 .elementor-control-type-url .elementor-control-field {
4010 position: relative;
4011 }
4012 .elementor-control-type-url .elementor-control-input-wrapper {
4013 display: flex;
4014 }
4015 .elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input {
4016 border-radius: var(--e-a-border-radius);
4017 }
4018 .elementor-control-type-url.elementor-control-dynamic-value .e-input-style {
4019 border-start-end-radius: 0;
4020 border-end-end-radius: 0;
4021 }
4022 .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more {
4023 border-start-end-radius: var(--e-a-border-radius);
4024 border-end-end-radius: var(--e-a-border-radius);
4025 }
4026 .elementor-control-type-url .elementor-control-url-more {
4027 display: flex;
4028 align-items: center;
4029 justify-content: center;
4030 flex-shrink: 0;
4031 border: var(--e-a-border-bold);
4032 color: currentColor;
4033 background-color: transparent;
4034 border-inline-start-width: 0;
4035 cursor: pointer;
4036 }
4037 .elementor-control-type-url .elementor-control-url-more i {
4038 font-size: 12px;
4039 }
4040 .elementor-control-type-url .elementor-control-url-more-options {
4041 display: none;
4042 padding-block-start: 10px;
4043 }
4044 .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description {
4045 margin-block-start: 10px;
4046 }
4047 .elementor-control-type-url .elementor-control-url-more:hover {
4048 color: var(--e-a-color-txt-hover);
4049 }
4050 .elementor-control-type-url .elementor-control-url-more:focus {
4051 color: var(--e-a-color-txt-active);
4052 border-color: var(--e-a-border-color-focus);
4053 }
4054 .elementor-control-type-url .elementor-control-url-option {
4055 display: flex;
4056 align-items: center;
4057 }
4058 .elementor-control-type-url .elementor-control-url-option:not(:last-child) {
4059 padding-block-end: 10px;
4060 }
4061 .elementor-control-type-url .elementor-control-url-option input,
4062 .elementor-control-type-url .elementor-control-url-option label {
4063 cursor: pointer;
4064 }
4065 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 display: none;
4067 position: absolute;
4068 inset-block-start: 5px;
4069 inset-inline-end: 0;
4070 width: 10px;
4071 height: 10px;
4072 font-size: 10px;
4073 color: var(--e-a-color-txt-disabled);
4074 }
4075 .elementor-control-type-url .elementor-control-url__custom-attributes label {
4076 font-size: var(--control-title-size);
4077 }
4078 .elementor-control-type-url .elementor-control-url__custom-attributes input {
4079 width: 100%;
4080 margin-block-start: 10px;
4081 }
4082 .elementor-control-type-url .elementor-input:focus ~ div {
4083 border-color: var(--e-a-border-color-focus);
4084 }
4085
4086 .elementor-autocomplete-menu {
4087 position: absolute;
4088 background: var(--e-a-bg-default);
4089 border: var(--e-a-border);
4090 margin: 0;
4091 list-style: none;
4092 padding: 4px 0;
4093 height: auto;
4094 width: 100%;
4095 min-width: 260px;
4096 max-width: 300px;
4097 max-height: 200px;
4098 overflow-y: auto;
4099 border-radius: 3px;
4100 transition: var(--e-a-transition-hover);
4101 cursor: default;
4102 z-index: 1;
4103 }
4104 .elementor-autocomplete-menu .ui-menu-item {
4105 display: flex;
4106 justify-content: space-between;
4107 align-self: baseline;
4108 padding: 5px 8px;
4109 font-size: 12px;
4110 width: 100%;
4111 line-height: 1.2;
4112 cursor: pointer;
4113 }
4114 .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus {
4115 background: var(--e-a-bg-hover);
4116 }
4117 .elementor-autocomplete-menu .elementor-autocomplete-item-info {
4118 font-size: 10px;
4119 padding-block-start: 2px;
4120 }
4121
4122 .elementor-control-type-visual_choice {
4123 width: 100%;
4124 }
4125
4126 .elementor-visual-choice-choices {
4127 display: grid;
4128 gap: 8px;
4129 grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4130 text-align: center;
4131 border-radius: var(--e-a-border-radius);
4132 overflow: hidden;
4133 }
4134
4135 .elementor-visual-choice-element {
4136 display: flex;
4137 flex-direction: column;
4138 align-items: center;
4139 justify-content: center;
4140 gap: 8px;
4141 width: auto;
4142 }
4143 .elementor-visual-choice-element-image label {
4144 border: var(--e-a-border-bold);
4145 border-radius: var(--e-a-border-radius);
4146 font-size: 12px;
4147 transition: var(--e-a-transition-hover);
4148 cursor: pointer;
4149 overflow: hidden;
4150 width: 100%;
4151 padding: 8px;
4152 }
4153 .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 {
4154 background-color: var(--e-a-bg-active-bold);
4155 opacity: 1;
4156 }
4157 .elementor-visual-choice-element-image input:checked + label {
4158 border-color: var(--e-a-color-primary-bold);
4159 }
4160 .elementor-visual-choice-element-image input:not(:checked) + label {
4161 background-color: var(--e-a-color-white);
4162 opacity: 0.5;
4163 }
4164 .elementor-visual-choice-element-image img {
4165 width: 100%;
4166 height: auto;
4167 }
4168 .elementor-visual-choice-element-button {
4169 grid-column: span var(--elementor-visual-choice-columns);
4170 }
4171 .elementor-visual-choice-element-button label {
4172 width: -moz-fit-content;
4173 width: fit-content;
4174 }
4175 .elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4176 background-color: var(--e-a-bg-active-bold);
4177 }
4178 .elementor-visual-choice-element-button input:checked + .elementor-button {
4179 border-color: var(--e-a-color-primary-bold);
4180 }
4181
4182 .elementor-label-inline .elementor-visual-choice-choices {
4183 justify-content: flex-end;
4184 }
4185
4186 .tipsy-inner {
4187 white-space: pre-line;
4188 }
4189
4190 .elementor-control-type-wp_widget .widget-inside {
4191 line-height: 2;
4192 background-color: inherit;
4193 display: block;
4194 }
4195 .elementor-control-type-wp_widget .quicktags-toolbar input {
4196 width: auto;
4197 }
4198
4199 .elementor-control-type-wysiwyg * {
4200 box-sizing: content-box;
4201 }
4202 .elementor-control-type-wysiwyg .wp-editor-container {
4203 border: var(--e-a-border);
4204 }
4205 .elementor-control-type-wysiwyg .wp-editor-tabs {
4206 border: var(--e-a-border-bold);
4207 border-block-end: none;
4208 border-start-start-radius: var(--e-a-border-radius);
4209 border-start-end-radius: var(--e-a-border-radius);
4210 border-end-end-radius: 0;
4211 border-end-start-radius: 0;
4212 }
4213 .elementor-control-type-wysiwyg .wp-editor-tabs button:hover {
4214 background-color: var(--e-a-bg-hover);
4215 }
4216 .elementor-control-type-wysiwyg #insert-media-button {
4217 height: initial;
4218 line-height: 24px;
4219 font-size: 10px;
4220 color: var(--e-a-color-txt);
4221 border-color: var(--e-a-border-color-bold);
4222 background-color: var(--e-a-bg-default);
4223 min-height: initial;
4224 }
4225 .elementor-control-type-wysiwyg .ed_button {
4226 height: 22px;
4227 width: initial;
4228 }
4229 .elementor-control-type-wysiwyg .wp-media-buttons-icon {
4230 height: 14px;
4231 margin: 0;
4232 }
4233 .elementor-control-type-wysiwyg .wp-media-buttons-icon:before {
4234 font-size: 14px;
4235 }
4236 .elementor-control-type-wysiwyg .wp-switch-editor {
4237 position: static;
4238 border: none;
4239 margin: 0;
4240 color: var(--e-a-color-txt);
4241 font-size: 10px;
4242 padding: 3px 9px 4px;
4243 }
4244 .elementor-control-type-wysiwyg .switch-html {
4245 border: solid var(--e-a-border-color-bold);
4246 border-width: 0 1px;
4247 }
4248 .elementor-control-type-wysiwyg .html-active .switch-tmce {
4249 background-color: transparent;
4250 }
4251 .elementor-control-type-wysiwyg .html-active .switch-html {
4252 background-color: var(--e-a-bg-active);
4253 }
4254 .elementor-control-type-wysiwyg .tmce-active .switch-tmce {
4255 background-color: var(--e-a-bg-active);
4256 }
4257 .elementor-control-type-wysiwyg .tmce-active .switch-html {
4258 background-color: transparent;
4259 }
4260 .elementor-control-type-wysiwyg .mce-toolbar-grp,
4261 .elementor-control-type-wysiwyg .quicktags-toolbar {
4262 background-color: var(--e-a-bg-default);
4263 }
4264 .elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
4265 background-color: var(--e-a-bg-default);
4266 }
4267 .elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button {
4268 color: var(--e-a-color-txt);
4269 }
4270 .elementor-control-type-wysiwyg .mce-toolbar-grp > div {
4271 padding: 0 3px;
4272 }
4273 .elementor-control-type-wysiwyg .elementor-wp-editor {
4274 box-sizing: border-box;
4275 }
4276 .elementor-control-type-wysiwyg .mce-ico {
4277 color: var(--e-a-color-txt);
4278 font-size: 16px;
4279 }
4280 .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 {
4281 color: var(--e-a-color-txt-active);
4282 background: var(--e-a-bg-hover);
4283 border-color: var(--e-a-border-color);
4284 box-shadow: none;
4285 }
4286 .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 {
4287 color: var(--e-a-color-txt-active);
4288 }
4289 .elementor-control-type-wysiwyg .mce-path {
4290 padding: 5px 10px;
4291 }
4292 .elementor-control-type-wysiwyg .mce-path-item {
4293 font-size: 12px;
4294 color: var(--e-a-color-txt);
4295 }
4296 .elementor-control-type-wysiwyg .mce-top-part:before {
4297 box-shadow: none;
4298 }
4299 .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher {
4300 border: none;
4301 }
4302
4303 @media screen and (prefers-color-scheme: dark) {
4304 #wp-link-wrap {
4305 color-scheme: light;
4306 --e-a-color-txt: #515962;
4307 --e-a-bg-default: #ffffff;
4308 --e-a-border-color-bold: #D5D8DC;
4309 --e-a-color-primary-bold: #D004D4;
4310 }
4311 #wp-link {
4312 color: var(--e-a-color-txt);
4313 }
4314 #wp-link input {
4315 background-color: var(--e-a-bg-default);
4316 border-color: var(--e-a-border-color-bold);
4317 }
4318 #wp-link input[type=checkbox] {
4319 border-color: var(--e-a-border-color-bold);
4320 }
4321 #wp-link input[type=checkbox]:checked {
4322 background: var(--e-a-color-primary-bold);
4323 }
4324 #wp-link input.button-primary {
4325 background: #2271b1;
4326 border-color: #2271b1;
4327 color: #fff;
4328 }
4329 }
4330 #elementor-mode-switcher {
4331 --e-a-mode-switcher-width: 15px;
4332 --e-a-mode-switcher-height: 50px;
4333 --e-a-mode-switcher-icon-size: 15px;
4334 position: absolute;
4335 inset-block-start: 50%;
4336 inset-inline-start: 100%;
4337 transform: translateY(-50%);
4338 background-color: var(--e-a-bg-default);
4339 box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4340 transition: 0.3s opacity;
4341 }
4342 #elementor-mode-switcher:hover {
4343 background-color: var(--e-a-bg-hover);
4344 }
4345 #elementor-mode-switcher:focus-within {
4346 background-color: var(--e-a-bg-active);
4347 }
4348 .e-panel-block-interactions #elementor-mode-switcher {
4349 opacity: 0;
4350 pointer-events: none;
4351 }
4352 #elementor-mode-switcher-preview i {
4353 display: flex;
4354 flex-direction: column;
4355 justify-content: center;
4356 width: var(--e-a-mode-switcher-width);
4357 height: var(--e-a-mode-switcher-height);
4358 font-size: var(--e-a-mode-switcher-icon-size);
4359 cursor: pointer;
4360 }
4361 #elementor-mode-switcher-preview-input {
4362 display: none;
4363 }
4364
4365 .elementor-revision-item__wrapper {
4366 display: flex;
4367 align-items: center;
4368 text-align: start;
4369 width: 100%;
4370 border: var(--e-a-border);
4371 border-radius: var(--e-a-border-radius);
4372 padding: 10px 15px;
4373 margin-block-end: 10px;
4374 font-size: 11px;
4375 transition: var(--e-a-transition-hover);
4376 background-color: transparent;
4377 }
4378 .elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus {
4379 background-color: var(--e-a-bg-hover);
4380 }
4381 .elementor-revision-item-loading .elementor-revision-item__tools-current {
4382 display: none;
4383 }
4384 .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner {
4385 display: none;
4386 }
4387 .elementor-revision-item__gravatar {
4388 border-radius: 50%;
4389 overflow: hidden;
4390 }
4391 .elementor-revision-item__gravatar img {
4392 display: block;
4393 }
4394 .elementor-revision-item__details {
4395 padding-inline-start: 15px;
4396 flex-grow: 1;
4397 cursor: pointer;
4398 }
4399 .elementor-revision-meta {
4400 padding-block-start: 5px;
4401 font-size: 10px;
4402 font-weight: bold;
4403 }
4404 .elementor-revision-current-preview .elementor-revision-item__wrapper {
4405 border-color: var(--e-a-border-color-accent);
4406 background-color: var(--e-a-bg-active);
4407 }
4408
4409 #elementor-panel-revisions-loading {
4410 position: absolute;
4411 inset-block-start: 50%;
4412 inset-inline-start: 50%;
4413 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4414 }
4415 #elementor-panel-revisions-loading .eicon-loading {
4416 font-size: 50px;
4417 }
4418
4419 .elementor-panel-revisions-buttons {
4420 display: flex;
4421 justify-content: space-between;
4422 padding: 15px 20px;
4423 border-block-end: var(--e-a-border);
4424 }
4425
4426 .elementor-history-item {
4427 display: flex;
4428 align-items: center;
4429 text-align: start;
4430 border: var(--e-a-border);
4431 border-radius: var(--e-a-border-radius);
4432 padding: 10px 15px;
4433 margin-block-end: 10px;
4434 width: 100%;
4435 font-size: 11px;
4436 line-height: 1.4;
4437 background-color: transparent;
4438 cursor: pointer;
4439 transition: var(--e-a-transition-hover);
4440 }
4441 .elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) {
4442 background-color: var(--e-a-bg-hover);
4443 color: var(--e-a-txt-color-hover);
4444 }
4445 .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 {
4446 content: "\e924";
4447 }
4448 .elementor-history-item-current {
4449 border-color: var(--e-a-border-color-accent);
4450 background-color: var(--e-a-bg-active);
4451 color: var(--e-a-txt-color-active);
4452 }
4453 .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 {
4454 content: "\e90e";
4455 }
4456 .elementor-history-item__details {
4457 width: 95%;
4458 }
4459 .elementor-history-item__title {
4460 font-weight: bold;
4461 }
4462 .elementor-history-item__subtitle, .elementor-history-item__action {
4463 font-weight: lighter;
4464 }
4465 .elementor-history-item__action {
4466 font-style: italic;
4467 text-decoration: underline;
4468 }
4469 .elementor-history-revisions-message {
4470 font-size: 11px;
4471 text-align: center;
4472 padding-block-start: 5px;
4473 }
4474
4475 #elementor-panel-history {
4476 padding: 20px;
4477 padding-block-end: 15px;
4478 }
4479 #elementor-panel-history.elementor-empty .elementor-history-revisions-message {
4480 padding-block-start: 20px;
4481 }
4482 #elementor-panel-history:not(.elementor-empty) {
4483 margin-block-start: 10px;
4484 }
4485
4486 #elementor-panel-history-no-items,
4487 #elementor-panel-revisions-no-revisions {
4488 text-align: center;
4489 }
4490 #elementor-panel-history-no-items .elementor-nerd-box-icon,
4491 #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon {
4492 margin-block-start: 20px;
4493 }
4494
4495 .e-control-display-conditions-promotion__wrapper {
4496 display: flex;
4497 justify-content: space-between;
4498 }
4499 .e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4500 color: var(--e-a-color-accent);
4501 }
4502 .e-control-display-conditions-promotion__description {
4503 display: flex;
4504 align-self: center;
4505 }
4506 .e-control-display-conditions-promotion__text {
4507 display: inline-block;
4508 }
4509 .e-control-display-conditions-promotion__lock-wrapper {
4510 width: 2.5rem;
4511 display: flex;
4512 justify-content: center;
4513 align-items: center;
4514 }
4515 .e-control-display-conditions-promotion.eicon-flow {
4516 align-self: flex-end;
4517 cursor: pointer;
4518 border: var(--e-a-border-bold);
4519 border-radius: var(--e-a-border-radius);
4520 padding: 5px;
4521 }
4522 .e-control-display-conditions-promotion.eicon-flow.filled {
4523 background-color: var(--e-a-bg-active);
4524 color: #E73CF6;
4525 }
4526
4527 .e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4528 color: var(--e-a-color-accent);
4529 }
4530 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4531 margin-inline-end: 0;
4532 }
4533 .e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4534 display: flex;
4535 flex-direction: column;
4536 justify-content: center;
4537 padding-inline-start: 5px;
4538 padding-inline-end: 20px;
4539 cursor: pointer;
4540 height: 27px;
4541 width: 100%;
4542 color: var(--e-a-color-txt);
4543 border-radius: var(--e-a-border-radius);
4544 background-color: var(--e-a-bg-default);
4545 box-shadow: none;
4546 border: var(--e-a-border-bold);
4547 font-size: var(--control-title-size);
4548 }
4549 .e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4550 width: 2.5rem;
4551 display: flex;
4552 justify-content: center;
4553 align-items: center;
4554 }
4555
4556 .e-link-promotion {
4557 font-family: "Roboto", sans-serif;
4558 font-weight: 500;
4559 color: #93003f;
4560 }
4561 .e-link-promotion:hover {
4562 color: #93003f;
4563 }
4564
4565 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4566 .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4567 display: none;
4568 }
4569
4570 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close,
4571 .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back {
4572 display: flex;
4573 }
4574 body:not(.e-routes-has-history) #elementor-panel-header-kit-back {
4575 pointer-events: none;
4576 visibility: hidden;
4577 }
4578
4579 .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation {
4580 display: none;
4581 }
4582 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
4583 padding: 25px 15px 0;
4584 }
4585 .elementor-editor-kit #elementor-panel-header-add-button,
4586 .elementor-editor-kit #elementor-panel-header-menu-button,
4587 .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
4588 .elementor-editor-kit #elementor-panel-footer-navigator {
4589 display: none;
4590 }
4591
4592 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
4593 margin-block-end: 15px;
4594 position: relative;
4595 }
4596 .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper {
4597 background-color: var(--e-a-bg-default);
4598 }
4599 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls {
4600 display: flex;
4601 align-items: center;
4602 }
4603 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool {
4604 cursor: pointer;
4605 color: var(--e-a-color-txt);
4606 background-color: transparent;
4607 border: none;
4608 padding: 5px;
4609 }
4610 .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover {
4611 color: var(--e-a-color-txt-hover);
4612 }
4613 .elementor-control-type-global-style-repeater .elementor-control {
4614 padding: 0;
4615 }
4616 .elementor-control-type-global-style-repeater .elementor-control-title {
4617 flex-grow: 1;
4618 }
4619 .elementor-control-type-global-style-repeater .elementor-control-title input {
4620 max-width: 135px;
4621 }
4622 .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) {
4623 background: none;
4624 border: none;
4625 }
4626 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper {
4627 display: flex;
4628 align-items: center;
4629 min-width: 81px;
4630 }
4631 .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value {
4632 display: none;
4633 }
4634 .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 {
4635 display: none;
4636 }
4637 .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
4638 margin-block-start: 0;
4639 }
4640 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 align-self: end;
4642 margin-block-start: 35px;
4643 inset-block-start: 0;
4644 width: 100%;
4645 }
4646 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 inset-inline-end: 5px;
4648 }
4649 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 padding: 0 20px 15px;
4651 }
4652 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title {
4653 flex-grow: initial;
4654 }
4655 .elementor-control-type-global-style-repeater .elementor-button-wrapper {
4656 text-align: center;
4657 border-block-start: var(--e-a-border);
4658 padding-block-start: 15px;
4659 }
4660 .elementor-control-type-global-style-repeater .pickr,
4661 .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label {
4662 margin-inline-start: 5px;
4663 }
4664 .elementor-control-type-global-style-repeater .e-sortable-placeholder {
4665 background-color: var(--e-a-color-info);
4666 opacity: 0.9;
4667 width: 100%;
4668 margin: 8px 0;
4669 height: 2px;
4670 }
4671 .elementor-control-system_colors, .elementor-control-system_typography {
4672 padding-block-end: 0;
4673 }
4674
4675 .e-global-colors__color-value {
4676 font-size: 10px;
4677 padding: 0 5px;
4678 text-align: end;
4679 white-space: nowrap;
4680 text-overflow: ellipsis;
4681 overflow: hidden;
4682 }
4683
4684 @keyframes load {
4685 0% {
4686 opacity: 0.3;
4687 }
4688 50% {
4689 opacity: 1;
4690 }
4691 100% {
4692 opacity: 0.3;
4693 }
4694 }
4695 @keyframes fadeIn {
4696 from {
4697 opacity: 0;
4698 }
4699 to {
4700 opacity: 1;
4701 }
4702 }
4703 @keyframes mover {
4704 0% {
4705 transform: translateY(0);
4706 }
4707 100% {
4708 transform: translateY(-5px);
4709 }
4710 }
4711 @keyframes slideDown {
4712 0% {
4713 transform: translateY(-30px);
4714 }
4715 100% {
4716 transform: translateY(0);
4717 }
4718 }
4719 .elementor-button,
4720 .e-btn {
4721 font-size: 12px;
4722 font-weight: 500;
4723 line-height: 1.2;
4724 padding: 8px 16px;
4725 outline: none;
4726 border: none;
4727 border-radius: var(--e-a-border-radius);
4728 background-color: var(--e-a-btn-bg);
4729 color: var(--e-a-btn-color-invert);
4730 transition: var(--e-a-transition-hover);
4731 }
4732 .elementor-button:hover,
4733 .e-btn:hover {
4734 border: none;
4735 }
4736 .elementor-button:hover, .elementor-button:focus,
4737 .e-btn:hover,
4738 .e-btn:focus {
4739 background-color: var(--e-a-btn-bg-hover);
4740 color: var(--e-a-btn-color-invert);
4741 }
4742 .elementor-button:active,
4743 .e-btn:active {
4744 background-color: var(--e-a-btn-bg-active);
4745 }
4746 .elementor-button:not([disabled]),
4747 .e-btn:not([disabled]) {
4748 cursor: pointer;
4749 }
4750 .elementor-button:disabled,
4751 .e-btn:disabled {
4752 background-color: var(--e-a-btn-bg-disabled);
4753 color: var(--e-a-btn-color-disabled);
4754 }
4755 .elementor-button:not(.elementor-button-state) .elementor-state-icon,
4756 .e-btn:not(.elementor-button-state) .elementor-state-icon {
4757 display: none;
4758 }
4759 .elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4760 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel,
4761 .e-btn.e-btn-txt,
4762 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel,
4763 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel {
4764 background: transparent;
4765 color: var(--e-a-color-txt);
4766 }
4767 .elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover,
4768 .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,
4769 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus,
4770 .e-btn.e-btn-txt:hover,
4771 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4772 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover,
4773 .e-btn.e-btn-txt:focus,
4774 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus,
4775 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus {
4776 background: var(--e-a-bg-hover);
4777 color: var(--e-a-color-txt-hover);
4778 }
4779 .elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4780 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled,
4781 .e-btn.e-btn-txt:disabled,
4782 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled,
4783 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled {
4784 background: transparent;
4785 color: var(--e-a-color-txt-disabled);
4786 }
4787 .elementor-button.e-btn-txt-border,
4788 .e-btn.e-btn-txt-border {
4789 border: 1px solid var(--e-a-color-txt-muted);
4790 }
4791 .elementor-button.elementor-button-success, .elementor-button.e-success,
4792 .e-btn.elementor-button-success,
4793 .e-btn.e-success {
4794 background-color: var(--e-a-btn-bg-success);
4795 }
4796 .elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus,
4797 .e-btn.elementor-button-success:hover,
4798 .e-btn.elementor-button-success:focus,
4799 .e-btn.e-success:hover,
4800 .e-btn.e-success:focus {
4801 background-color: var(--e-a-btn-bg-success-hover);
4802 }
4803 .elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok,
4804 .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,
4805 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over,
4806 .e-btn.e-primary,
4807 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4808 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok,
4809 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over,
4810 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over {
4811 background-color: var(--e-a-btn-bg-primary);
4812 color: var(--e-a-btn-color);
4813 }
4814 .elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover,
4815 .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,
4816 .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,
4817 .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,
4818 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus,
4819 .e-btn.e-primary:hover,
4820 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4821 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover,
4822 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4823 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover,
4824 .e-btn.e-primary:focus,
4825 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4826 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus,
4827 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus,
4828 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus {
4829 background-color: var(--e-a-btn-bg-primary-hover);
4830 color: var(--e-a-btn-color);
4831 }
4832 .elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok,
4833 .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,
4834 .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,
4835 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel,
4836 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel,
4837 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel,
4838 .e-btn.e-primary.e-btn-txt,
4839 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4840 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok,
4841 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4842 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over,
4843 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4844 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4845 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel,
4846 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel,
4847 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel,
4848 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel {
4849 background: transparent;
4850 color: var(--e-a-color-primary-bold);
4851 }
4852 .elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover,
4853 .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,
4854 .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,
4855 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover,
4856 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover,
4857 .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,
4858 .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,
4859 .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,
4860 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus,
4861 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus,
4862 .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus,
4863 .e-btn.e-primary.e-btn-txt:hover,
4864 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4865 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover,
4866 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4867 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover,
4868 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4869 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4870 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4871 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover,
4872 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover,
4873 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover,
4874 .e-btn.e-primary.e-btn-txt:focus,
4875 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4876 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus,
4877 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4878 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus,
4879 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4880 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4881 .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus,
4882 .dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus,
4883 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus,
4884 .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus {
4885 background: var(--e-a-bg-primary);
4886 }
4887 .elementor-button.go-pro, .elementor-button.e-accent,
4888 .e-btn.go-pro,
4889 .e-btn.e-accent {
4890 background-color: var(--e-a-btn-bg-accent);
4891 }
4892 .elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus,
4893 .e-btn.go-pro:hover,
4894 .e-btn.go-pro:focus,
4895 .e-btn.e-accent:hover,
4896 .e-btn.e-accent:focus {
4897 background-color: var(--e-a-btn-bg-accent-hover);
4898 }
4899 .elementor-button.go-pro:active, .elementor-button.e-accent:active,
4900 .e-btn.go-pro:active,
4901 .e-btn.e-accent:active {
4902 background-color: var(--e-a-btn-bg-accent-active);
4903 }
4904 .elementor-button.elementor-button-info, .elementor-button.e-info,
4905 .e-btn.elementor-button-info,
4906 .e-btn.e-info {
4907 background-color: var(--e-a-btn-bg-info);
4908 }
4909 .elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus,
4910 .e-btn.elementor-button-info:hover,
4911 .e-btn.elementor-button-info:focus,
4912 .e-btn.e-info:hover,
4913 .e-btn.e-info:focus {
4914 background-color: var(--e-a-btn-bg-info-hover);
4915 }
4916 .elementor-button.elementor-button-warning, .elementor-button.e-warning,
4917 .e-btn.elementor-button-warning,
4918 .e-btn.e-warning {
4919 background-color: var(--e-a-btn-bg-warning);
4920 }
4921 .elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus,
4922 .e-btn.elementor-button-warning:hover,
4923 .e-btn.elementor-button-warning:focus,
4924 .e-btn.e-warning:hover,
4925 .e-btn.e-warning:focus {
4926 background-color: var(--e-a-btn-bg-warning-hover);
4927 }
4928 .elementor-button.elementor-button-danger, .elementor-button.e-danger,
4929 .e-btn.elementor-button-danger,
4930 .e-btn.e-danger {
4931 background-color: var(--e-a-btn-bg-danger);
4932 }
4933 .elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4934 .e-btn.elementor-button-danger.color-white,
4935 .e-btn.e-danger.color-white {
4936 color: var(--e-a-color-white);
4937 }
4938 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4939 .e-btn.elementor-button-danger:hover,
4940 .e-btn.elementor-button-danger:focus,
4941 .e-btn.e-danger:hover,
4942 .e-btn.e-danger:focus {
4943 background-color: var(--e-a-btn-bg-danger-hover);
4944 }
4945 .elementor-button i,
4946 .e-btn i {
4947 margin-inline-end: 5px;
4948 }
4949
4950 body {
4951 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px));
4952 }
4953 body.elementor-navigator-docked {
4954 --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px));
4955 }
4956 body.elementor-device-desktop #elementor-preview {
4957 overflow-y: hidden;
4958 align-items: flex-start;
4959 }
4960 body:not(.elementor-device-desktop) body {
4961 overflow-y: auto;
4962 }
4963
4964 #elementor-preview {
4965 background-color: #333;
4966 height: 100%;
4967 border: 0;
4968 width: var(--e-preview-width);
4969 display: flex;
4970 flex-direction: column;
4971 justify-content: flex-start;
4972 align-items: center;
4973 position: relative;
4974 direction: ltr;
4975 }
4976 #elementor-preview > div {
4977 direction: rtl;
4978 }
4979
4980 #elementor-preview-responsive-wrapper {
4981 transform-origin: top center;
4982 margin: 20px;
4983 transform: scale(var(--e-preview-scale, 1));
4984 overflow: hidden;
4985 }
4986 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4987 min-width: 1025px;
4988 width: 100%;
4989 height: 100%;
4990 margin: 0;
4991 position: relative;
4992 }
4993 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4994 width: var(--e-editor-preview-width);
4995 height: var(--e-editor-preview-height);
4996 margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4997 box-sizing: content-box;
4998 position: relative;
4999 max-height: calc(100vh - 80px);
5000 }
5001 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle {
5002 display: flex !important;
5003 }
5004 #elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) {
5005 transition: 0.3s ease-in-out;
5006 }
5007 #elementor-preview-responsive-wrapper .ui-resizable-handle {
5008 top: 0;
5009 }
5010 #elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s {
5011 top: auto;
5012 bottom: 0;
5013 }
5014 #elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s {
5015 align-items: center;
5016 justify-content: center;
5017 height: 20px;
5018 }
5019 #elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before {
5020 content: "";
5021 display: block;
5022 background-color: rgba(255, 255, 255, 0.2);
5023 width: 50px;
5024 height: 4px;
5025 border-radius: 3px;
5026 transition: all 0.2s ease-in-out;
5027 }
5028 #elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before {
5029 background-color: rgba(255, 255, 255, 0.6);
5030 width: 100px;
5031 }
5032 #elementor-preview-responsive-wrapper .ui-resizable-e,
5033 #elementor-preview-responsive-wrapper .ui-resizable-w {
5034 align-items: center;
5035 justify-content: center;
5036 width: 20px;
5037 }
5038 #elementor-preview-responsive-wrapper .ui-resizable-e:before,
5039 #elementor-preview-responsive-wrapper .ui-resizable-w:before {
5040 content: "";
5041 display: block;
5042 background-color: rgba(255, 255, 255, 0.2);
5043 width: 4px;
5044 height: 50px;
5045 border-radius: 3px;
5046 transition: all 0.2s ease-in-out;
5047 }
5048 #elementor-preview-responsive-wrapper .ui-resizable-e:hover:before,
5049 #elementor-preview-responsive-wrapper .ui-resizable-w:hover:before {
5050 background-color: rgba(255, 255, 255, 0.6);
5051 height: 100px;
5052 }
5053 #elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before {
5054 background-color: rgba(255, 255, 255, 0.9);
5055 }
5056 #elementor-preview-responsive-wrapper .ui-resizable-s {
5057 bottom: 0;
5058 }
5059 #elementor-preview-responsive-wrapper .ui-resizable-e {
5060 width: 10px;
5061 right: -5px;
5062 }
5063 #elementor-preview-responsive-wrapper .ui-resizable-w {
5064 left: 0;
5065 }
5066
5067 #elementor-preview-iframe {
5068 width: 100%;
5069 height: 100%;
5070 background-color: #fff;
5071 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5072 }
5073
5074 #elementor-template-library-modal button:focus-visible,
5075 #elementor-template-library-modal a:focus-visible,
5076 #elementor-template-library-modal input:focus-visible,
5077 #elementor-template-library-modal select:focus-visible,
5078 #elementor-template-library-modal [tabindex="0"]:focus-visible,
5079 #elementor-template-library-modal [role=tab]:focus-visible,
5080 #elementor-template-library-modal [role=radio]:focus-visible,
5081 #elementor-template-library-modal [role=menuitem]:focus-visible {
5082 outline: 2px solid var(--e-a-border-color-focus);
5083 outline-offset: 2px;
5084 border-radius: 2px;
5085 }
5086 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5087 font-style: normal;
5088 text-decoration: underline;
5089 }
5090 #elementor-template-library-modal .dialog-buttons-wrapper {
5091 display: none;
5092 }
5093 #elementor-template-library-modal .select2-container {
5094 z-index: 0;
5095 }
5096 #elementor-template-library-modal .dialog-message {
5097 overflow-y: scroll;
5098 }
5099 #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 {
5100 overflow-y: hidden;
5101 }
5102 #elementor-template-library-modal .e-back-to-editor {
5103 color: var(--e-a-color-txt);
5104 text-decoration: underline;
5105 font-size: 17px;
5106 cursor: pointer;
5107 }
5108
5109 #elementor-template-library-header-menu {
5110 text-align: center;
5111 }
5112
5113 .elementor-template-library-menu-item {
5114 display: inline-block;
5115 padding: 17px 20px;
5116 border-block-end: 3px solid transparent;
5117 cursor: pointer;
5118 background: transparent;
5119 margin: 0;
5120 font-size: inherit;
5121 font-family: inherit;
5122 color: inherit;
5123 border: none;
5124 }
5125 .elementor-template-library-menu-item:hover {
5126 background-color: var(--e-a-bg-hover);
5127 border-color: var(--e-a-bg-hover);
5128 }
5129 .elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5130 border-block-end: 3px solid;
5131 border-color: var(--e-a-border-color-accent);
5132 color: var(--e-a-color-txt-accent);
5133 }
5134
5135 #elementor-template-library-header-actions {
5136 display: flex;
5137 }
5138 #elementor-template-library-header-actions > div,
5139 #elementor-template-library-header-actions > button {
5140 background: transparent;
5141 margin: 0;
5142 font-size: inherit;
5143 font-family: inherit;
5144 color: inherit;
5145 border: none;
5146 padding-inline-end: 16px;
5147 cursor: pointer;
5148 }
5149 #elementor-template-library-header-actions > div:focus-visible,
5150 #elementor-template-library-header-actions > button:focus-visible {
5151 outline: 2px solid var(--e-a-border-color-focus);
5152 outline-offset: -2px;
5153 border-radius: 2px;
5154 }
5155
5156 #elementor-template-library-header-tools.e-hidden-disabled {
5157 opacity: 0;
5158 visibility: hidden;
5159 }
5160
5161 #elementor-template-library-header-preview-insert-wrapper {
5162 cursor: default;
5163 padding: 0 10px;
5164 }
5165
5166 .elementor-template-library-template-insert + .elementor-template-library-template-generate-variation {
5167 margin-inline-start: 4px;
5168 }
5169
5170 #elementor-template-library-header-preview-back {
5171 gap: 10px;
5172 padding-block: 16.5px 15px;
5173 padding-inline: 0 16.5px;
5174 border-inline-end: var(--e-a-border);
5175 cursor: pointer;
5176 transition: color 0.5s;
5177 }
5178 #elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5179 background: transparent;
5180 margin: 0;
5181 font-size: inherit;
5182 font-family: inherit;
5183 color: inherit;
5184 border: none;
5185 display: flex;
5186 align-items: center;
5187 gap: 10px;
5188 cursor: pointer;
5189 }
5190 #elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5191 outline: 2px solid var(--e-a-border-color-focus);
5192 outline-offset: 2px;
5193 border-radius: 2px;
5194 }
5195 #elementor-template-library-header-preview-back:hover {
5196 color: var(--e-a-color-txt-hover);
5197 }
5198 #elementor-template-library-header-preview-back i {
5199 font-size: 18px;
5200 scale: calc(1 * var(--direction-multiplier)) 1;
5201 }
5202
5203 #elementor-template-library-templates {
5204 display: flex;
5205 flex-direction: column;
5206 gap: 20px;
5207 }
5208 #elementor-template-library-templates .toolbar-container {
5209 display: flex;
5210 justify-content: space-between;
5211 align-items: center;
5212 gap: 2%;
5213 height: 45px;
5214 }
5215 #elementor-template-library-templates #elementor-template-library-templates-container {
5216 display: flex;
5217 flex-wrap: wrap;
5218 align-items: flex-start;
5219 }
5220 #elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5221 display: none;
5222 }
5223 #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"])) {
5224 justify-content: flex-end;
5225 }
5226 #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 {
5227 display: flex;
5228 align-items: baseline;
5229 border-radius: 3px;
5230 }
5231 #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 {
5232 outline: 2px solid var(--e-a-border-color-focus);
5233 outline-offset: 2px;
5234 }
5235 #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 {
5236 align-items: center;
5237 }
5238 #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 {
5239 font-size: 14px;
5240 margin-inline-start: 5px;
5241 }
5242 #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 {
5243 width: 200px;
5244 margin: 0px 10px;
5245 align-self: center;
5246 text-align: start;
5247 }
5248 #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 {
5249 font-size: 10px;
5250 }
5251 #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 {
5252 color: var(--e-a-btn-bg-accent);
5253 }
5254 #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 {
5255 height: 4px;
5256 background-color: var(--e-a-color-primary-bold);
5257 position: relative;
5258 display: flex;
5259 align-items: center;
5260 padding: 0;
5261 }
5262 #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 {
5263 height: 100%;
5264 transition: width 0.3s ease;
5265 }
5266 #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 {
5267 background-color: #D004D4;
5268 }
5269 #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 {
5270 background-color: #F59E0B;
5271 }
5272 #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 {
5273 background-color: #93003f;
5274 }
5275 #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 {
5276 background-color: #F0ABFC;
5277 }
5278 #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 {
5279 background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5280 }
5281 #elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5282 font-size: 12px;
5283 color: var(--e-a-color-txt);
5284 }
5285 #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 {
5286 border-block-start: var(--e-a-border);
5287 }
5288 #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 {
5289 color: var(--e-a-color-txt-active);
5290 }
5291 #elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5292 border-block-start: none;
5293 }
5294 #elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5295 padding: 0;
5296 }
5297 #elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5298 max-width: -moz-fit-content;
5299 max-width: fit-content;
5300 }
5301 #elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5302 #elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5303 display: none;
5304 }
5305 #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5306 pointer-events: none;
5307 }
5308 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5309 margin: 10px -15px 0;
5310 }
5311 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5312 color: var(--e-a-color-txt-active);
5313 }
5314 #elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local,
5315 #elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner {
5316 display: none;
5317 }
5318 #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner {
5319 display: none;
5320 }
5321 #elementor-template-library-templates .elementor-template-library-order-input {
5322 display: none;
5323 }
5324 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5325 padding-inline-end: 8px;
5326 }
5327 #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after {
5328 font-family: eicons;
5329 content: "\e8ae";
5330 margin-inline-start: 3px;
5331 }
5332 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5333 content: "\e8ad";
5334 }
5335 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
5336 display: flex;
5337 align-items: center;
5338 gap: 8px;
5339 }
5340 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5341 background: transparent;
5342 margin: 0;
5343 font-size: inherit;
5344 font-family: inherit;
5345 color: inherit;
5346 border: none;
5347 cursor: pointer;
5348 font-size: 20px;
5349 padding: 0 5px;
5350 border-radius: 2px;
5351 color: var(--e-a-color-txt);
5352 }
5353 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5354 background-color: var(--e-a-bg-hover);
5355 }
5356 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5357 width: 1px;
5358 height: 20px;
5359 background-color: var(--e-a-border-color);
5360 }
5361 #elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5362 background-color: var(--e-a-bg-hover);
5363 }
5364 #elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5365 background-color: var(--e-a-bg-hover);
5366 }
5367 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5368 display: grid;
5369 grid-template-columns: repeat(auto-fill, 208px);
5370 grid-gap: 20px;
5371 padding: 20px 0;
5372 }
5373 #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 {
5374 grid-column: 1;
5375 }
5376 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5377 grid-column: 1/-1;
5378 }
5379 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5380 display: flex;
5381 position: relative;
5382 flex-direction: column;
5383 height: 158px;
5384 padding: 8px;
5385 border: var(--e-a-border);
5386 border-radius: 3px;
5387 }
5388 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5389 outline: 2px solid var(--e-a-border-color-focus);
5390 outline-offset: 2px;
5391 }
5392 #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 {
5393 display: flex;
5394 }
5395 #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 {
5396 display: none;
5397 }
5398 #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 {
5399 display: flex !important;
5400 }
5401 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5402 width: 190px;
5403 height: 100px;
5404 position: relative;
5405 border-radius: 3px;
5406 margin-block-end: 4px;
5407 overflow: hidden;
5408 }
5409 #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 {
5410 -o-object-fit: contain;
5411 object-fit: contain;
5412 width: 100%;
5413 height: 100%;
5414 }
5415 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5416 display: none;
5417 justify-content: center;
5418 align-items: center;
5419 position: absolute;
5420 inset: 0;
5421 background-color: rgba(0, 0, 0, 0.5);
5422 cursor: default;
5423 }
5424 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5425 font-size: 11px;
5426 white-space: nowrap;
5427 text-overflow: ellipsis;
5428 overflow: hidden;
5429 }
5430 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5431 display: flex;
5432 position: relative;
5433 justify-content: space-between;
5434 align-items: center;
5435 font-size: 11px;
5436 min-height: 38px;
5437 }
5438 #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 {
5439 display: none;
5440 width: 90%;
5441 gap: 8px;
5442 height: 38px;
5443 padding: 4px 0;
5444 }
5445 #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 {
5446 display: flex;
5447 }
5448 #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 {
5449 display: flex;
5450 align-items: center;
5451 }
5452 #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 {
5453 display: flex;
5454 flex-direction: column;
5455 justify-content: center;
5456 width: 65%;
5457 align-items: start;
5458 white-space: nowrap;
5459 text-overflow: ellipsis;
5460 overflow: hidden;
5461 }
5462 #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 {
5463 flex-direction: row;
5464 align-items: center;
5465 justify-content: start;
5466 height: 56px;
5467 padding: 13px 10px;
5468 }
5469 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon {
5470 font-size: 25px;
5471 margin-inline-end: 8px;
5472 }
5473 #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 {
5474 margin-inline-start: auto;
5475 }
5476 #elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5477 display: none;
5478 }
5479 #elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5480 visibility: hidden;
5481 }
5482 #elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5483 visibility: visible;
5484 }
5485 #elementor-template-library-templates .bulk-selection-action-bar {
5486 display: none;
5487 background: var(--e-a-bg-active);
5488 padding: 10px 25px;
5489 border-radius: 5px;
5490 color: var(--e-a-bg-invert);
5491 gap: 20px;
5492 align-items: center;
5493 flex: 1;
5494 }
5495 #elementor-template-library-templates .bulk-selection-action-bar button {
5496 background: transparent;
5497 margin: 0;
5498 font-size: inherit;
5499 font-family: inherit;
5500 color: inherit;
5501 border: none;
5502 cursor: pointer;
5503 display: flex;
5504 align-items: center;
5505 justify-content: center;
5506 }
5507 #elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5508 pointer-events: none;
5509 opacity: 0.3;
5510 cursor: not-allowed;
5511 }
5512 #elementor-template-library-templates .bulk-selection-action-bar i {
5513 cursor: pointer;
5514 font-size: 18px;
5515 }
5516 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5517 font-size: 20px;
5518 }
5519 #elementor-template-library-templates #elementor-template-library-navigation-container {
5520 display: flex;
5521 flex: 1;
5522 white-space: nowrap;
5523 text-overflow: ellipsis;
5524 overflow: hidden;
5525 }
5526 #elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5527 display: flex;
5528 flex-direction: row;
5529 align-items: center;
5530 gap: 15px;
5531 white-space: nowrap;
5532 text-overflow: ellipsis;
5533 overflow: hidden;
5534 }
5535 #elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5536 white-space: nowrap;
5537 text-overflow: ellipsis;
5538 overflow: hidden;
5539 }
5540 #elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5541 padding-inline-start: 8px;
5542 background-color: var(--e-a-bg-hover);
5543 color: var(--e-a-color-txt);
5544 }
5545 #elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5546 visibility: visible;
5547 }
5548 #elementor-template-library-templates .bulk-selected-item {
5549 background: var(--e-a-bg-active);
5550 }
5551 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5552 position: relative;
5553 inset-block-start: 3px;
5554 }
5555 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5556 inset-block-start: 0px;
5557 }
5558 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5559 #elementor-template-library-templates #bulk-select-all:checked {
5560 background: #69727D;
5561 }
5562 #elementor-template-library-templates .checkbox-minus:before {
5563 display: block;
5564 content: "";
5565 width: 10px;
5566 height: 2px;
5567 background-color: white;
5568 transform: none;
5569 }
5570
5571 #elementor-template-library-toolbar {
5572 display: flex;
5573 justify-content: space-between;
5574 align-items: center;
5575 }
5576
5577 .elementor-template-library-filter-toolbar {
5578 display: flex;
5579 align-items: center;
5580 }
5581
5582 .elementor-template-library-filter-select-source {
5583 width: 350px;
5584 display: flex;
5585 gap: 10px;
5586 }
5587 .elementor-template-library-filter-select-source .source-option {
5588 flex: 1;
5589 border: 0.5px solid #BABFC5;
5590 padding: 5px;
5591 border-radius: 3px;
5592 cursor: pointer;
5593 font-size: 12px;
5594 }
5595 .elementor-template-library-filter-select-source .source-option i {
5596 margin-inline-end: 5px;
5597 }
5598 .elementor-template-library-filter-select-source .source-option .new-badge {
5599 border: 1px solid var(--e-a-color-primary-bold-dark);
5600 padding: 2px 4px;
5601 color: var(--e-a-color-primary-bold-dark);
5602 border-radius: 10px;
5603 font-size: 10px;
5604 margin-inline-start: 5px;
5605 }
5606 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5607 background-color: var(--e-a-bg-hover);
5608 }
5609
5610 #elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5611 display: flex;
5612 align-items: center;
5613 justify-content: space-between;
5614 }
5615
5616 #elementor-template-library-toolbar .source-option-badge,
5617 .elementor-template-library-connect-states-badge .source-option-badge {
5618 display: flex;
5619 align-items: center;
5620 gap: 6px;
5621 padding: 6px 12px;
5622 border: none;
5623 border-radius: 20px;
5624 font-size: 14px;
5625 font-weight: 500;
5626 white-space: nowrap;
5627 margin-inline-start: auto;
5628 margin-inline-end: 15px;
5629 }
5630 #elementor-template-library-toolbar .source-option-badge i,
5631 .elementor-template-library-connect-states-badge .source-option-badge i {
5632 margin: 0;
5633 font-size: 14px;
5634 }
5635 #elementor-template-library-toolbar .source-option-badge.cloud-badge,
5636 .elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5637 background-color: var(--e-a-bg-info);
5638 color: var(--e-a-color-info);
5639 }
5640 #elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5641 .elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5642 color: var(--e-a-color-info);
5643 }
5644 #elementor-template-library-toolbar .source-option-badge.site-badge,
5645 .elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5646 background-color: var(--e-a-bg-warning);
5647 color: var(--e-a-btn-bg-warning-hover);
5648 }
5649 #elementor-template-library-toolbar .source-option-badge.site-badge i,
5650 .elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5651 color: var(--e-a-btn-bg-warning-hover);
5652 }
5653
5654 #elementor-template-library-filter-toolbar-remote {
5655 font-size: 11px;
5656 }
5657
5658 #elementor-template-library-order {
5659 display: flex;
5660 border-inline-end: var(--e-a-border);
5661 }
5662
5663 .elementor-template-library-order-label {
5664 text-transform: uppercase;
5665 padding-inline-end: 22px;
5666 -webkit-user-select: none;
5667 -moz-user-select: none;
5668 user-select: none;
5669 line-height: 1;
5670 font-size: 10px;
5671 font-weight: 500;
5672 }
5673
5674 label.elementor-template-library-order-label {
5675 cursor: pointer;
5676 }
5677 label.elementor-template-library-order-label:hover {
5678 color: var(--e-a-color-txt-hover);
5679 }
5680
5681 #elementor-template-library-filter .select2 {
5682 text-align: start;
5683 width: calc(27px * 5) !important;
5684 }
5685 #elementor-template-library-filter .select2-selection__rendered {
5686 text-transform: capitalize;
5687 }
5688
5689 #select2-elementor-template-library-filter-subtype-results .select2-results__option {
5690 text-transform: capitalize;
5691 text-align: start;
5692 padding-inline-start: 5px;
5693 }
5694
5695 #elementor-template-library-my-favorites {
5696 flex-grow: 1;
5697 text-align: start;
5698 padding-inline-start: 20px;
5699 }
5700
5701 #elementor-template-library-filter-my-favorites {
5702 display: none;
5703 }
5704 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label {
5705 color: var(--e-a-color-txt-active);
5706 }
5707 #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after {
5708 color: var(--e-a-color-primary-bold);
5709 content: "\e93f";
5710 }
5711
5712 #elementor-template-library-filter-my-favorites-label {
5713 cursor: pointer;
5714 text-transform: uppercase;
5715 }
5716 #elementor-template-library-filter-my-favorites-label:hover {
5717 color: var(--e-a-color-txt-hover);
5718 }
5719 #elementor-template-library-filter-my-favorites-label:hover i:after {
5720 color: var(--e-a-color-primary-bold);
5721 }
5722 #elementor-template-library-filter-my-favorites-label i {
5723 padding-inline-end: 5px;
5724 }
5725 #elementor-template-library-filter-my-favorites-label i:after {
5726 content: "\e923";
5727 }
5728
5729 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5730 margin-block-end: 10px;
5731 }
5732
5733 #elementor-template-library-filter-text-wrapper {
5734 width: 200px;
5735 position: relative;
5736 }
5737 #elementor-template-library-filter-text-wrapper i {
5738 position: absolute;
5739 inset-block-start: 50%;
5740 inset-inline-end: 0;
5741 transform: translateY(-50%);
5742 }
5743 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5744 inset-block-start: 25%;
5745 }
5746
5747 #elementor-template-library-filter-text {
5748 border: none;
5749 border-block-end: var(--e-a-border-bold);
5750 border-radius: 0;
5751 font-size: 11px;
5752 padding: 8px 15px 8px 0;
5753 transition: border 0.5s;
5754 }
5755 #elementor-template-library-filter-text:focus {
5756 border-color: var(--e-a-border-color-focus);
5757 }
5758 #elementor-template-library-filter-text::-moz-placeholder {
5759 font-weight: 300;
5760 text-transform: uppercase;
5761 }
5762 #elementor-template-library-filter-text::placeholder {
5763 font-weight: 300;
5764 text-transform: uppercase;
5765 }
5766
5767 .elementor-template-library-template-remote {
5768 margin: calc(30px / 2);
5769 padding: 8px;
5770 border: var(--e-a-border);
5771 border-radius: 3px;
5772 }
5773 .elementor-template-library-template-remote:focus-visible {
5774 outline: 2px solid var(--e-a-border-color-focus);
5775 outline-offset: 2px;
5776 }
5777 .elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5778 background-color: var(--e-a-bg-hover);
5779 }
5780 .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 {
5781 opacity: 1;
5782 }
5783 .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 {
5784 display: none;
5785 }
5786 .elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5787 .elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5788 .elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5789 .elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5790 display: initial;
5791 }
5792 .elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5793 opacity: 0;
5794 }
5795 .elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5796 .elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5797 display: none;
5798 }
5799 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5800 content: var(--elementor-template-library-subscription-plan-label);
5801 background-color: var(--e-a-color-accent);
5802 color: var(--e-a-color-white);
5803 position: absolute;
5804 text-transform: uppercase;
5805 line-height: 1;
5806 inset-block-start: 5px;
5807 inset-inline-end: 5px;
5808 padding: 3px 5px;
5809 font-size: 8px;
5810 border-radius: 2px;
5811 }
5812 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) {
5813 position: relative;
5814 width: calc(33.333% - 30px);
5815 overflow: hidden;
5816 }
5817 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img {
5818 display: block;
5819 width: 100%;
5820 }
5821 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5822 position: absolute;
5823 width: 100%;
5824 inset-block-end: 0;
5825 inset-inline-start: 0;
5826 padding: 10px;
5827 background-color: var(--e-a-bg-default);
5828 transition: transform 0.5s;
5829 }
5830 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5831 display: none;
5832 }
5833 .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 {
5834 transform: translateY(100%);
5835 }
5836 .elementor-template-library-template-remote .elementor-template-library-template-body {
5837 position: relative;
5838 }
5839 @media (max-width: 1025px) {
5840 .elementor-template-library-template-remote .elementor-template-library-template-body {
5841 height: 300px;
5842 }
5843 }
5844 .elementor-template-library-template-remote .elementor-template-library-template-screenshot {
5845 height: 100%;
5846 background-size: cover;
5847 background-position-x: 50%;
5848 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5849 }
5850 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5851 position: absolute;
5852 inset: 0;
5853 background-color: rgba(0, 0, 0, 0.5);
5854 transition: opacity 0.5s;
5855 cursor: pointer;
5856 }
5857 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5858 font-size: 20px;
5859 position: absolute;
5860 inset-block-start: 50%;
5861 inset-inline-start: 50%;
5862 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5863 }
5864 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5865 display: flex;
5866 justify-content: space-between;
5867 font-size: 11px;
5868 line-height: 1;
5869 height: 40px;
5870 align-items: center;
5871 }
5872 .elementor-template-library-template-remote .elementor-template-library-template-name {
5873 text-align: start;
5874 flex-grow: 1;
5875 white-space: nowrap;
5876 text-overflow: ellipsis;
5877 overflow: hidden;
5878 padding-inline-end: 5px;
5879 }
5880 .elementor-template-library-template-remote .elementor-template-library-favorite {
5881 margin-inline-start: auto;
5882 }
5883 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5884 position: absolute;
5885 width: 1px;
5886 height: 1px;
5887 padding: 0;
5888 margin: -1px;
5889 overflow: hidden;
5890 clip: rect(0, 0, 0, 0);
5891 white-space: nowrap;
5892 border: 0;
5893 }
5894 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5895 outline: 2px solid var(--e-a-border-color-focus);
5896 outline-offset: 2px;
5897 }
5898 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5899 content: "\e93f";
5900 color: var(--e-a-color-primary-bold);
5901 }
5902 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label {
5903 font-size: 15px;
5904 cursor: pointer;
5905 }
5906 .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i {
5907 color: var(--e-a-color-primary-bold);
5908 }
5909
5910 @media (max-width: 1439px) {
5911 .elementor-template-library-template-page,
5912 .elementor-template-library-template-lp {
5913 width: calc(25% - 30px);
5914 }
5915 }
5916 @media (min-width: 1440px) {
5917 .elementor-template-library-template-page,
5918 .elementor-template-library-template-lp {
5919 width: calc(20% - 30px);
5920 }
5921 }
5922 @media (max-width: 1025px) {
5923 .elementor-template-library-template-page,
5924 .elementor-template-library-template-lp {
5925 width: calc(33.333% - 30px);
5926 }
5927 }
5928 .elementor-template-library-template-page .elementor-template-library-template-body,
5929 .elementor-template-library-template-lp .elementor-template-library-template-body {
5930 height: 200px;
5931 }
5932
5933 #elementor-template-library-order-toolbar-local,
5934 .elementor-template-library-template-local,
5935 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5936 display: flex;
5937 align-items: center;
5938 padding: 0 25px;
5939 text-align: start;
5940 }
5941 @media (max-width: 1439px) {
5942 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5943 .elementor-template-library-template-local .elementor-template-library-local-column-1,
5944 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5945 width: 33%;
5946 }
5947 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5948 .elementor-template-library-template-local .elementor-template-library-local-column-2,
5949 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5950 width: 10%;
5951 }
5952 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5953 .elementor-template-library-template-local .elementor-template-library-local-column-3,
5954 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5955 width: 15%;
5956 }
5957 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5958 .elementor-template-library-template-local .elementor-template-library-local-column-4,
5959 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5960 width: 15%;
5961 }
5962 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5963 .elementor-template-library-template-local .elementor-template-library-local-column-5,
5964 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5965 width: 27%;
5966 }
5967 }
5968 @media (min-width: 1440px) {
5969 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5970 .elementor-template-library-template-local .elementor-template-library-local-column-1,
5971 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5972 width: 25%;
5973 }
5974 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5975 .elementor-template-library-template-local .elementor-template-library-local-column-2,
5976 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5977 width: 17%;
5978 }
5979 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5980 .elementor-template-library-template-local .elementor-template-library-local-column-3,
5981 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5982 width: 17%;
5983 }
5984 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5985 .elementor-template-library-template-local .elementor-template-library-local-column-4,
5986 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5987 width: 17%;
5988 }
5989 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5990 .elementor-template-library-template-local .elementor-template-library-local-column-5,
5991 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5992 width: 24%;
5993 }
5994 }
5995 @media (max-width: 1024px) {
5996 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5997 .elementor-template-library-template-local .elementor-template-library-local-column-3,
5998 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5999 display: none;
6000 }
6001 #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6002 .elementor-template-library-template-local .elementor-template-library-local-column-5,
6003 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6004 width: 41%;
6005 }
6006 }
6007
6008 .elementor-template-library-template-local .elementor-template-library-template-more,
6009 .elementor-template-library-template-cloud .elementor-template-library-template-more {
6010 display: none;
6011 position: absolute;
6012 background-color: var(--e-a-bg-default);
6013 border-radius: var(--e-a-border-radius);
6014 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6015 inset-block-start: 100%;
6016 inset-inline-end: 0;
6017 z-index: 1;
6018 list-style: none;
6019 margin: 0;
6020 padding: 0;
6021 }
6022 .elementor-template-library-template-local .elementor-template-library-template-more > li button,
6023 .elementor-template-library-template-local .elementor-template-library-template-more > li a,
6024 .elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6025 .elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6026 background: transparent;
6027 margin: 0;
6028 font-size: inherit;
6029 font-family: inherit;
6030 color: inherit;
6031 border: none;
6032 padding: 10px 20px;
6033 font-size: 11px;
6034 cursor: pointer;
6035 display: flex;
6036 align-items: center;
6037 gap: 8px;
6038 width: 100%;
6039 }
6040 .elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6041 .elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6042 .elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6043 .elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6044 cursor: not-allowed;
6045 color: var(--e-a-color-txt-disabled);
6046 }
6047 .elementor-template-library-template-local .elementor-template-library-template-more > li a,
6048 .elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6049 color: var(--e-a-color-txt);
6050 text-decoration: none;
6051 }
6052 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6053 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6054 color: var(--e-a-color-danger);
6055 }
6056 .elementor-template-library-template-local .elementor-template-library-template-more i,
6057 .elementor-template-library-template-cloud .elementor-template-library-template-more i {
6058 font-size: 16px;
6059 }
6060 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6061 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6062 margin-inline-start: auto;
6063 cursor: pointer;
6064 background: none;
6065 border: none;
6066 padding: 0;
6067 display: flex;
6068 align-items: center;
6069 justify-content: center;
6070 }
6071 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6072 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6073 font-size: 20px;
6074 }
6075
6076 .elementor-template-library-template-local,
6077 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
6078 height: 50px;
6079 width: 100%;
6080 margin-block-start: 1px;
6081 transition: background-color 0.3s linear;
6082 }
6083 .elementor-template-library-template-local:hover,
6084 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
6085 background-color: var(--e-a-bg-hover);
6086 }
6087 .elementor-template-library-template-local:first-child,
6088 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
6089 border-start-start-radius: 3px;
6090 border-start-end-radius: 3px;
6091 border-end-start-radius: 0;
6092 border-end-end-radius: 0;
6093 }
6094 .elementor-template-library-template-local:last-child,
6095 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
6096 border-start-start-radius: 0;
6097 border-start-end-radius: 0;
6098 border-end-start-radius: 3px;
6099 border-end-end-radius: 3px;
6100 }
6101 .elementor-template-library-template-local .elementor-template-library-template-name,
6102 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
6103 font-weight: 500;
6104 }
6105 .elementor-template-library-template-local .elementor-template-library-template-name i,
6106 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6107 font-size: 16px;
6108 }
6109 .elementor-template-library-template-local .elementor-template-library-template-name,
6110 .elementor-template-library-template-local .elementor-template-library-template-meta,
6111 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6112 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
6113 padding-inline-end: 20px;
6114 }
6115 .elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6116 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6117 padding-inline-end: 10px;
6118 }
6119 .elementor-template-library-template-local .elementor-template-library-template-name,
6120 .elementor-template-library-template-local .elementor-template-library-template-meta,
6121 .elementor-template-library-template-local .elementor-template-library-template-preview,
6122 .elementor-template-library-template-local .elementor-template-library-template-action,
6123 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6124 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6125 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6126 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
6127 white-space: nowrap;
6128 text-overflow: ellipsis;
6129 overflow: hidden;
6130 }
6131 .elementor-template-library-template-local .elementor-template-library-template-controls,
6132 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
6133 position: relative;
6134 display: flex;
6135 align-items: center;
6136 }
6137 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6138 .elementor-template-library-template-local .elementor-template-library-template-controls > button,
6139 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6140 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
6141 cursor: pointer;
6142 transition: color 0.5s;
6143 }
6144 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6145 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6146 color: #F5D0FE;
6147 }
6148 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6149 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6150 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6151 cursor: not-allowed;
6152 }
6153 .elementor-template-library-template-local .elementor-template-library-template-insert i,
6154 .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6155 margin-inline-end: 3px;
6156 }
6157
6158 #elementor-template-library-preview {
6159 height: 100%;
6160 overflow: hidden;
6161 }
6162 #elementor-template-library-preview iframe {
6163 height: 150%;
6164 transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
6165 }
6166 @media (max-width: 1439px) {
6167 #elementor-template-library-preview iframe {
6168 width: 1440px;
6169 }
6170 }
6171 @media (min-width: 1440px) {
6172 #elementor-template-library-preview iframe {
6173 width: 1730px;
6174 }
6175 }
6176
6177 .elementor-template-library-blank-icon {
6178 font-size: 64px;
6179 margin-block-start: 45px;
6180 line-height: 1;
6181 }
6182 .elementor-template-library-blank-icon i {
6183 font-size: 85px;
6184 }
6185 .elementor-template-library-blank-icon i.eicon-library-upload {
6186 font-size: 65px;
6187 }
6188 .elementor-template-library-blank-icon img {
6189 width: 70px;
6190 }
6191 .elementor-template-library-blank-icon .elementor-template-library-no-results {
6192 width: 200px;
6193 }
6194
6195 .elementor-template-library-blank-title {
6196 font-size: 30px;
6197 margin-block-start: 20px;
6198 }
6199 @media (max-width: 1439px) {
6200 .elementor-template-library-blank-title {
6201 font-size: 25px;
6202 }
6203 }
6204
6205 .elementor-template-library-blank-message {
6206 font-size: 18px;
6207 margin-block-start: 15px;
6208 font-weight: 300;
6209 }
6210 @media (max-width: 1439px) {
6211 .elementor-template-library-blank-message {
6212 font-size: 16px;
6213 margin-block-start: 10px;
6214 }
6215 }
6216
6217 #elementor-template-library-save-template-form {
6218 margin-block-start: 40px;
6219 display: flex;
6220 align-items: center;
6221 justify-content: center;
6222 }
6223 #elementor-template-library-save-template-form > * {
6224 height: 55px;
6225 font-size: 16px;
6226 }
6227 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6228 height: 55px;
6229 font-size: 16px;
6230 margin-block-end: 15px;
6231 }
6232 #elementor-template-library-save-template-form .cloud-library-form-inputs {
6233 display: block;
6234 width: 500px;
6235 margin: 0 auto;
6236 }
6237 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6238 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6239 display: none;
6240 }
6241 #elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6242 margin-inline: 5px;
6243 }
6244 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6245 display: none;
6246 border: 1px solid rgba(147, 0, 63, 0.5019607843);
6247 padding: 3px 5px;
6248 border-radius: 100px;
6249 margin-inline: 5px;
6250 }
6251 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6252 color: var(--e-a-btn-bg-accent);
6253 }
6254 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6255 margin-inline-end: 5px;
6256 }
6257 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6258 display: inline;
6259 }
6260 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6261 display: inline;
6262 background: var(--e-a-bg-hover);
6263 padding: 0 2px 1px;
6264 border: none;
6265 border-radius: 2px;
6266 vertical-align: bottom;
6267 cursor: pointer;
6268 font-family: inherit;
6269 font-size: inherit;
6270 color: inherit;
6271 line-height: inherit;
6272 }
6273 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6274 background: var(--e-a-bg-active);
6275 }
6276 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6277 outline: 2px solid var(--e-a-border-color-focus);
6278 outline-offset: 2px;
6279 }
6280 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6281 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6282 #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,
6283 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6284 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6285 display: inline;
6286 }
6287 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6288 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6289 #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,
6290 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6291 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6292 pointer-events: none;
6293 }
6294 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6295 #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,
6296 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6297 display: none;
6298 }
6299 #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 {
6300 color: var(--e-a-color-txt-muted);
6301 margin-inline: 5px;
6302 }
6303 #elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6304 display: none;
6305 float: inline-start;
6306 }
6307 #elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6308 font-size: 13px;
6309 color: var(--e-a-btn-bg-accent);
6310 text-align: start;
6311 }
6312 #elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6313 color: var(--e-a-btn-bg-accent);
6314 text-decoration: underline;
6315 }
6316 #elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6317 float: inline-end;
6318 }
6319 #elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6320 cursor: not-allowed;
6321 }
6322 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6323 display: flex;
6324 flex-direction: column;
6325 text-align: start;
6326 border: var(--e-a-border-bold);
6327 padding: 15px;
6328 height: auto;
6329 gap: 10px;
6330 position: relative;
6331 }
6332 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6333 background: #69727D;
6334 inset-block-start: -3px;
6335 position: relative;
6336 }
6337 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6338 position: relative;
6339 display: inline-block;
6340 }
6341 #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 {
6342 white-space: nowrap;
6343 text-overflow: ellipsis;
6344 overflow: hidden;
6345 overflow: visible;
6346 display: inline-flex;
6347 align-items: baseline;
6348 line-height: 27px;
6349 }
6350 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6351 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6352 flex-shrink: 0;
6353 position: relative;
6354 inset-block-start: 2px;
6355 }
6356 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6357 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6358 inset-block-start: -2px;
6359 }
6360 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6361 vertical-align: bottom;
6362 }
6363 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6364 margin-inline: 5px;
6365 color: var(--e-a-color-txt-muted);
6366 cursor: pointer;
6367 }
6368 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6369 display: none;
6370 margin-inline-end: 5px;
6371 align-items: baseline;
6372 white-space: nowrap;
6373 text-overflow: ellipsis;
6374 overflow: hidden;
6375 }
6376 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6377 display: inline-flex !important;
6378 }
6379 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6380 text-decoration: underline;
6381 cursor: pointer;
6382 white-space: nowrap;
6383 text-overflow: ellipsis;
6384 overflow: hidden;
6385 }
6386 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6387 cursor: pointer;
6388 flex-shrink: 0;
6389 }
6390 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6391 color: var(--e-a-color-primary-bold);
6392 font-size: 14px;
6393 }
6394 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6395 text-decoration: underline;
6396 }
6397 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6398 display: none;
6399 position: absolute;
6400 inset-block-start: 40px;
6401 background-color: var(--e-a-bg-default);
6402 min-width: 187px;
6403 overflow: auto;
6404 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6405 z-index: 1;
6406 border-radius: 2px;
6407 max-width: 450px;
6408 }
6409 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6410 white-space: nowrap;
6411 text-overflow: ellipsis;
6412 overflow: hidden;
6413 }
6414 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6415 margin: 15px;
6416 }
6417 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6418 margin-inline-end: 10px;
6419 }
6420 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6421 max-height: 170px;
6422 }
6423 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6424 padding: 5px 15px;
6425 cursor: pointer;
6426 list-style: none;
6427 }
6428 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6429 display: none;
6430 }
6431 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6432 margin: 0px;
6433 }
6434 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6435 text-decoration: underline;
6436 }
6437 #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 {
6438 background: var(--e-a-border-color);
6439 }
6440 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6441 outline: 2px solid var(--e-a-border-color-focus);
6442 outline-offset: -2px;
6443 }
6444 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6445 pointer-events: none;
6446 opacity: 0.3;
6447 }
6448 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6449 text-align: center;
6450 font-size: 13px;
6451 margin: 0 20px;
6452 padding-block: 15px;
6453 pointer-events: none;
6454 }
6455 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6456 font-size: 24px;
6457 padding-block-end: 10px;
6458 }
6459 #elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6460 border-block-start: none;
6461 border-inline: none;
6462 }
6463 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6464 pointer-events: none;
6465 opacity: 0.3;
6466 }
6467 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6468 display: flex;
6469 flex-direction: column;
6470 width: 600px;
6471 text-align: start;
6472 }
6473 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6474 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6475 font-size: 12px;
6476 font-weight: 400;
6477 color: var(--e-a-color-txt);
6478 }
6479 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6480 width: 100%;
6481 padding: 12px 15px;
6482 border: var(--e-a-border-bold);
6483 border-radius: 3px;
6484 margin-block-end: 0;
6485 }
6486 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6487 border: none;
6488 padding: 0;
6489 gap: 12px;
6490 margin-block-start: 20px;
6491 }
6492 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6493 display: flex;
6494 align-items: center;
6495 padding: 12px 15px;
6496 border: var(--e-a-border-bold);
6497 border-radius: 3px;
6498 width: 100%;
6499 line-height: normal;
6500 gap: 8px;
6501 }
6502 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6503 border-color: var(--e-a-color-txt);
6504 }
6505 #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 {
6506 display: flex;
6507 }
6508 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6509 margin-inline-end: 0;
6510 flex-shrink: 0;
6511 position: relative;
6512 }
6513 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6514 inset-block-start: 0;
6515 }
6516 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6517 content: "";
6518 position: absolute;
6519 inset-inline-end: -8px;
6520 width: 1px;
6521 height: 18px;
6522 background-color: var(--e-a-border-color);
6523 }
6524 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6525 margin-inline-start: 12px;
6526 margin-inline-end: 4px;
6527 font-size: 24px;
6528 color: var(--e-a-color-txt);
6529 }
6530 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6531 margin-inline-start: 8px;
6532 margin-inline-end: 0;
6533 font-size: 24px;
6534 color: var(--e-a-color-txt);
6535 }
6536 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6537 flex: 0 0 auto;
6538 margin: 0;
6539 cursor: pointer;
6540 }
6541 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6542 margin-inline: 0;
6543 }
6544 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6545 display: inline;
6546 background: transparent;
6547 padding: 0;
6548 border-radius: 0;
6549 vertical-align: baseline;
6550 text-decoration: underline;
6551 cursor: pointer;
6552 margin-inline-start: 0;
6553 }
6554 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6555 background: transparent;
6556 }
6557 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6558 color: var(--e-a-color-primary-bold);
6559 text-decoration: underline;
6560 cursor: pointer;
6561 margin-inline-start: 4px;
6562 }
6563 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6564 text-decoration: none;
6565 }
6566 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6567 display: none;
6568 border: none;
6569 padding: 0;
6570 border-radius: 0;
6571 margin-inline-start: 0;
6572 background: transparent;
6573 transition: background-color 0.2s;
6574 padding: 3px 8px;
6575 }
6576 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6577 background-color: var(--e-a-btn-bg-primary-hover);
6578 border-radius: 3px;
6579 }
6580 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6581 color: var(--e-a-btn-bg-accent);
6582 text-decoration: none;
6583 display: flex;
6584 align-items: center;
6585 gap: 4px;
6586 font-size: 14px;
6587 font-weight: 500;
6588 }
6589 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6590 margin: 0;
6591 font-size: 14px;
6592 }
6593 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6594 display: none;
6595 }
6596 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6597 color: var(--e-a-color-txt-muted);
6598 margin-inline: 5px;
6599 }
6600 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6601 color: var(--e-a-color-info);
6602 text-decoration: underline;
6603 }
6604 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6605 text-decoration: none;
6606 }
6607 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6608 display: flex;
6609 align-items: center;
6610 gap: 6px;
6611 padding: 6px 12px;
6612 border: none;
6613 border-radius: 20px;
6614 font-size: 14px;
6615 font-weight: 500;
6616 cursor: pointer;
6617 transition: opacity 0.2s;
6618 margin-inline-start: auto;
6619 }
6620 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6621 opacity: 0.8;
6622 }
6623 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6624 margin: 0;
6625 font-size: 14px;
6626 }
6627 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6628 background-color: var(--e-a-bg-info);
6629 color: var(--e-a-color-info);
6630 }
6631 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6632 color: var(--e-a-color-info);
6633 }
6634 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6635 background-color: var(--e-a-bg-warning);
6636 color: var(--e-a-btn-bg-warning-hover);
6637 }
6638 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6639 color: var(--e-a-btn-bg-warning-hover);
6640 }
6641 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6642 display: none;
6643 margin-inline-start: 8px;
6644 align-items: center;
6645 gap: 6px;
6646 }
6647 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6648 display: inline-flex !important;
6649 }
6650 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6651 text-decoration: underline;
6652 cursor: pointer;
6653 }
6654 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6655 cursor: pointer;
6656 font-size: 14px;
6657 }
6658 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6659 inset-block-start: 75px;
6660 inset-inline-start: 230px;
6661 }
6662 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6663 display: none;
6664 }
6665 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6666 display: inline;
6667 }
6668 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6669 display: none;
6670 }
6671 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6672 border-color: var(--e-a-border-color);
6673 }
6674 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6675 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6676 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6677 color: var(--e-a-color-txt-disabled);
6678 }
6679 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6680 background-color: var(--e-a-color-txt-disabled);
6681 }
6682 #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 {
6683 border-color: var(--e-a-border-color);
6684 }
6685 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6686 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6687 #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,
6688 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6689 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6690 color: var(--e-a-color-txt-disabled);
6691 }
6692 #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 {
6693 background-color: var(--e-a-color-txt-disabled);
6694 }
6695 #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 {
6696 display: inline-flex;
6697 }
6698 #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 {
6699 display: none;
6700 }
6701 #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 {
6702 display: block;
6703 }
6704 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6705 #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],
6706 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6707 pointer-events: none;
6708 }
6709 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6710 display: block;
6711 margin-block-start: 15px;
6712 }
6713 #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6714 align-self: center;
6715 margin-block-start: 20px;
6716 float: none;
6717 }
6718
6719 #elementor-template-library-save-template-name {
6720 width: 500px;
6721 padding-inline-start: 25px;
6722 border-start-start-radius: 3px;
6723 border-start-end-radius: 0;
6724 border-end-start-radius: 3px;
6725 border-end-end-radius: 0;
6726 }
6727
6728 #elementor-template-library-save-template-submit {
6729 width: 150px;
6730 border-start-start-radius: 0;
6731 border-start-end-radius: 3px;
6732 border-end-start-radius: 0;
6733 border-end-end-radius: 3px;
6734 }
6735
6736 #elementor-template-library-import-form {
6737 width: 95%;
6738 padding: 60px;
6739 border: 2px dashed var(--e-a-border-color-bold);
6740 margin: 35px auto;
6741 transition: var(--e-a-transition-hover);
6742 }
6743 #elementor-template-library-import-form-or {
6744 margin-block-start: 15px;
6745 font-size: 18px;
6746 }
6747 #elementor-template-library-import-form-label {
6748 margin-block-start: 20px;
6749 padding: 15px 35px;
6750 display: inline-block;
6751 }
6752 #elementor-template-library-import-form-input {
6753 display: none;
6754 }
6755 #elementor-template-library-import-form.elementor-drag-over {
6756 border-color: var(--e-a-color-primary);
6757 }
6758 #elementor-template-library-import .elementor-template-library-blank-icon {
6759 margin-block-start: 0;
6760 }
6761 #elementor-template-library-import .elementor-template-library-blank-message {
6762 margin-block-start: 20px;
6763 }
6764
6765 .e-route-library-connect #elementor-template-library-modal .dialog-message {
6766 max-height: 95vh;
6767 padding: 100px 0 0;
6768 min-height: 550px;
6769 }
6770
6771 .elementor-template-library-cloud-empty__button {
6772 margin-block-start: 45px;
6773 }
6774
6775 #elementor-template-library-connect-logo {
6776 font-size: 20px;
6777 }
6778 #elementor-template-library-connect__button {
6779 display: inline-block;
6780 position: relative;
6781 z-index: 1;
6782 margin-block-start: 25px;
6783 padding: 12px 24px;
6784 font-size: 14px;
6785 }
6786 #elementor-template-library-connect__background-image-left-1 {
6787 right: 22.4%;
6788 bottom: -29%;
6789 animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate;
6790 }
6791 #elementor-template-library-connect__background-image-left-2 {
6792 right: 46.25%;
6793 bottom: -15.5%;
6794 animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate;
6795 }
6796 #elementor-template-library-connect__background-image-right-1 {
6797 left: 37%;
6798 bottom: -41%;
6799 animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate;
6800 }
6801 #elementor-template-library-connect__background-image-right-2 {
6802 left: 48%;
6803 bottom: -12.5%;
6804 animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate;
6805 }
6806
6807 .elementor-template-library-connect__background-image {
6808 position: absolute;
6809 }
6810
6811 .elementor-template-library-blank-footer {
6812 position: absolute;
6813 inset-block-end: 70px;
6814 inset-inline-start: 50%;
6815 transform: translateX(calc(-50% * var(--direction-multiplier)));
6816 font-style: italic;
6817 color: var(--e-a-color-txt-muted);
6818 }
6819 @media (max-height: 700px) {
6820 .elementor-template-library-blank-footer {
6821 display: none;
6822 }
6823 }
6824
6825 #elementor-template-library-footer-banner {
6826 padding-block-end: 45px;
6827 }
6828 #elementor-template-library-footer-banner i {
6829 font-size: 56px;
6830 margin-block-start: 40px;
6831 }
6832 #elementor-template-library-footer-banner .elementor-nerd-box-icon {
6833 margin-block-start: 70px;
6834 }
6835
6836 #elementor-template-library-templates-empty {
6837 width: 100%;
6838 margin-block-start: 40px;
6839 }
6840
6841 #elementor-template-library-error-dialog .dialog-message {
6842 text-align: start;
6843 }
6844
6845 #elementor-template-library-error-info {
6846 margin-block-start: 10px;
6847 }
6848
6849 #elementor-library--infotip__dialog,
6850 #elementor-library--connect_infotip__dialog,
6851 #elementor-library--cloud-upgrade__dialog,
6852 #elementor-library--site-info__dialog {
6853 position: absolute;
6854 z-index: 10000;
6855 background-color: var(--e-a-bg-default);
6856 box-shadow: var(--e-a-popover-shadow);
6857 border-radius: var(--e-a-border-radius);
6858 }
6859 #elementor-library--infotip__dialog.variant-b,
6860 #elementor-library--connect_infotip__dialog.variant-b,
6861 #elementor-library--cloud-upgrade__dialog.variant-b,
6862 #elementor-library--site-info__dialog.variant-b {
6863 width: 200px;
6864 color: var(--e-a-color-txt-invert);
6865 background-color: var(--e-a-bg-secondary);
6866 }
6867 #elementor-library--infotip__dialog.variant-b .dialog-message,
6868 #elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6869 #elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6870 #elementor-library--site-info__dialog.variant-b .dialog-message {
6871 padding: 4px 8px 4px 8px;
6872 }
6873 #elementor-library--infotip__dialog__title,
6874 #elementor-library--connect_infotip__dialog__title,
6875 #elementor-library--cloud-upgrade__dialog__title,
6876 #elementor-library--site-info__dialog__title {
6877 font-size: 14px;
6878 }
6879 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6880 #elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6881 #elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6882 #elementor-library--site-info__dialog .dialog-buttons-wrapper {
6883 padding: 10px 0 10px 10px;
6884 float: inline-end;
6885 }
6886 #elementor-library--infotip__dialog .dialog-button,
6887 #elementor-library--connect_infotip__dialog .dialog-button,
6888 #elementor-library--cloud-upgrade__dialog .dialog-button,
6889 #elementor-library--site-info__dialog .dialog-button {
6890 padding: 7px 25px;
6891 font-size: 13px;
6892 background: none;
6893 color: var(--e-a-btn-bg-accent);
6894 border: none;
6895 font-weight: 500;
6896 cursor: pointer;
6897 }
6898 #elementor-library--infotip__dialog:after,
6899 #elementor-library--connect_infotip__dialog:after,
6900 #elementor-library--cloud-upgrade__dialog:after,
6901 #elementor-library--site-info__dialog:after {
6902 content: "";
6903 position: absolute;
6904 inset-inline-end: 46%;
6905 transform: scaleX(0.7);
6906 border: 10px solid transparent;
6907 }
6908
6909 #elementor-library--infotip__dialog {
6910 width: 265px;
6911 }
6912 #elementor-library--infotip__dialog .dialog-message {
6913 padding: 20px 20px 0px 20px;
6914 }
6915 #elementor-library--infotip__dialog:after {
6916 inset-block-start: 100%;
6917 border-block-start-color: var(--e-a-bg-default);
6918 }
6919 #elementor-library--infotip__dialog.variant-b:after {
6920 border-block-start-color: var(--e-a-bg-secondary);
6921 }
6922
6923 #elementor-library--connect_infotip__dialog {
6924 width: 265px;
6925 }
6926 #elementor-library--connect_infotip__dialog .dialog-message {
6927 padding: 20px;
6928 }
6929 #elementor-library--connect_infotip__dialog:not(.variant-b):after {
6930 inset-block-end: 100%;
6931 border-block-end-color: var(--e-a-bg-default);
6932 }
6933 #elementor-library--connect_infotip__dialog.variant-b:after {
6934 border-block-start-color: var(--e-a-bg-secondary);
6935 inset-block-start: 100%;
6936 }
6937 #elementor-library--connect_infotip__dialog.variant-b {
6938 width: 265px;
6939 }
6940
6941 #elementor-library--cloud-upgrade__dialog {
6942 width: 265px;
6943 }
6944 #elementor-library--cloud-upgrade__dialog:after {
6945 inset-block-start: 100%;
6946 border-block-start-color: var(--e-a-bg-default);
6947 }
6948 #elementor-library--cloud-upgrade__dialog.variant-b:after {
6949 border-block-start-color: var(--e-a-bg-secondary);
6950 }
6951
6952 #elementor-library--site-info__dialog {
6953 width: 265px;
6954 }
6955 #elementor-library--site-info__dialog:after {
6956 inset-block-start: 100%;
6957 border-block-start-color: var(--e-a-bg-default);
6958 }
6959 #elementor-library--site-info__dialog.variant-b:after {
6960 border-block-start-color: var(--e-a-bg-secondary);
6961 }
6962
6963 .elementor-global-styles-dialog {
6964 --gsd-color-text-primary: #0c0d0e;
6965 --gsd-color-text-secondary: #3f444b;
6966 --gsd-color-text-tertiary: #69727D;
6967 --gsd-color-divider: rgba(0, 0, 0, 0.12);
6968 --gsd-color-primary-main: #f0abfc;
6969 --gsd-color-primary-hover: #e879f9;
6970 --gsd-color-secondary-main: #515962;
6971 --gsd-border-radius: 4px;
6972 --gsd-spacing-horizontal: 24px;
6973 --gsd-font-family: 'Roboto', sans-serif;
6974 padding: 16px 0 0;
6975 min-width: 444px;
6976 }
6977 .elementor-global-styles-dialog__header {
6978 padding: 10px var(--gsd-spacing-horizontal) 0;
6979 margin-block-end: 16px;
6980 }
6981 .elementor-global-styles-dialog__header h2 {
6982 margin: 0 0 4px;
6983 font-family: var(--gsd-font-family);
6984 font-size: 16px;
6985 font-weight: 500;
6986 line-height: 1.3;
6987 color: var(--gsd-color-text-primary);
6988 letter-spacing: 0.15px;
6989 }
6990 .elementor-global-styles-dialog__header p {
6991 margin: 0;
6992 font-family: var(--gsd-font-family);
6993 font-size: 14px;
6994 font-weight: 400;
6995 line-height: 20px;
6996 color: var(--gsd-color-text-secondary);
6997 letter-spacing: 0.15px;
6998 }
6999 .elementor-global-styles-dialog__options {
7000 display: flex;
7001 flex-direction: column;
7002 gap: 12px;
7003 padding: 0 var(--gsd-spacing-horizontal);
7004 }
7005 .elementor-global-styles-dialog__radio-card {
7006 display: flex;
7007 gap: 0;
7008 padding: 12px 8px;
7009 border: 1px solid var(--gsd-color-divider);
7010 border-radius: var(--gsd-border-radius);
7011 cursor: pointer;
7012 transition: border-color 0.2s ease;
7013 }
7014 .elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7015 border: 2px solid var(--gsd-color-text-primary);
7016 padding: 11px 7px;
7017 }
7018 .elementor-global-styles-dialog__radio-card input[type=radio] {
7019 flex-shrink: 0;
7020 width: 20px;
7021 height: 20px;
7022 margin: 9px;
7023 cursor: pointer;
7024 color: var(--gsd-color-text-tertiary);
7025 accent-color: var(--gsd-color-text-primary);
7026 }
7027 .elementor-global-styles-dialog__radio-card-content {
7028 display: flex;
7029 align-items: flex-start;
7030 flex-direction: column;
7031 flex: 1;
7032 }
7033 .elementor-global-styles-dialog__radio-label {
7034 font-family: var(--gsd-font-family);
7035 font-size: 14px;
7036 font-weight: 500;
7037 line-height: 18px;
7038 color: var(--gsd-color-text-primary);
7039 letter-spacing: 0.15px;
7040 }
7041 .elementor-global-styles-dialog__radio-description {
7042 font-family: var(--gsd-font-family);
7043 font-size: 12px;
7044 font-weight: 400;
7045 line-height: 20px;
7046 color: var(--gsd-color-text-secondary);
7047 letter-spacing: 0.4px;
7048 }
7049 .elementor-global-styles-dialog__checkbox-container {
7050 display: flex;
7051 align-items: flex-start;
7052 gap: 4px;
7053 padding: 0;
7054 margin-block-start: 0;
7055 }
7056 .elementor-global-styles-dialog__checkbox-option {
7057 display: flex;
7058 align-items: flex-start;
7059 gap: 4px;
7060 cursor: pointer;
7061 }
7062 .elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7063 width: 18px;
7064 height: 18px;
7065 margin: 4px;
7066 cursor: pointer;
7067 }
7068 .elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7069 background-color: var(--gsd-color-text-tertiary);
7070 }
7071 .elementor-global-styles-dialog__checkbox-label {
7072 font-family: var(--gsd-font-family);
7073 font-size: 12px;
7074 font-weight: 400;
7075 line-height: 1.43;
7076 color: var(--gsd-color-text-primary);
7077 letter-spacing: 0.15px;
7078 padding-block-start: 4px;
7079 margin-inline-start: 4px;
7080 }
7081 .elementor-global-styles-dialog__checkbox-label a {
7082 color: #2563eb;
7083 text-decoration: underline;
7084 }
7085 .elementor-global-styles-dialog__checkbox-label a:hover {
7086 color: #2563eb;
7087 }
7088 .elementor-global-styles-dialog__footer {
7089 display: flex;
7090 justify-content: flex-end;
7091 align-items: center;
7092 gap: 8px;
7093 padding: 16px var(--gsd-spacing-horizontal);
7094 }
7095 .elementor-global-styles-dialog__button-cancel {
7096 padding: 6px 8px;
7097 font-family: var(--gsd-font-family);
7098 font-size: 15px;
7099 font-weight: 500;
7100 line-height: 24px;
7101 letter-spacing: 0.4px;
7102 color: var(--gsd-color-secondary-main);
7103 background: transparent;
7104 border: none;
7105 border-radius: var(--gsd-border-radius);
7106 cursor: pointer;
7107 }
7108 .elementor-global-styles-dialog__button-cancel:hover {
7109 background: rgba(0, 0, 0, 0.04);
7110 }
7111 .elementor-global-styles-dialog__button-insert {
7112 padding: 6px 16px;
7113 font-family: var(--gsd-font-family);
7114 font-size: 15px;
7115 font-weight: 500;
7116 line-height: 24px;
7117 letter-spacing: 0.4px;
7118 color: var(--gsd-color-text-primary);
7119 background: var(--gsd-color-primary-main);
7120 border: none;
7121 border-radius: var(--gsd-border-radius);
7122 cursor: pointer;
7123 }
7124 .elementor-global-styles-dialog__button-insert:hover {
7125 background: var(--gsd-color-primary-hover);
7126 }
7127
7128 .elementor-tags-list {
7129 display: none;
7130 position: absolute;
7131 width: 260px;
7132 max-height: 300px;
7133 overflow: auto;
7134 padding-block-end: 5px;
7135 background-color: var(--e-a-bg-default);
7136 box-shadow: var(--e-a-popover-shadow);
7137 border: var(--e-a-border);
7138 border-radius: 3px;
7139 z-index: 10000;
7140 }
7141 .elementor-tags-list__group-title {
7142 font-weight: bold;
7143 font-size: 12px;
7144 padding: 10px 15px;
7145 display: flex;
7146 align-items: center;
7147 }
7148 .elementor-tags-list__group-title .eicon-info-circle {
7149 padding-inline-end: 5px;
7150 color: var(--e-a-color-primary-bold);
7151 font-size: 14px;
7152 }
7153 .elementor-tags-list__item {
7154 font-size: 10px;
7155 padding: 6px 15px;
7156 cursor: pointer;
7157 }
7158 .elementor-tags-list__item:before {
7159 content: ">";
7160 font-size: 8px;
7161 padding-inline-end: 5px;
7162 }
7163 .elementor-tags-list__item:hover {
7164 background-color: var(--e-a-bg-hover);
7165 }
7166 .elementor-tags-list__teaser {
7167 border-block-start: 2px solid var(--e-a-border-color);
7168 padding-block-start: 4px;
7169 margin-block-start: 4px;
7170 }
7171 .elementor-tags-list__teaser-text {
7172 padding: 2px 15px 8px;
7173 line-height: 1.5;
7174 font-size: 12px;
7175 }
7176 .elementor-tags-list__teaser-link {
7177 color: var(--e-a-color-primary-bold);
7178 text-decoration: underline;
7179 font-style: italic;
7180 font-weight: bold;
7181 }
7182
7183 .elementor-dynamic-cover {
7184 display: flex;
7185 align-items: center;
7186 width: 100%;
7187 height: 27px;
7188 box-sizing: border-box;
7189 }
7190 .elementor-dynamic-cover__title {
7191 padding: 0 8px;
7192 flex-grow: 1;
7193 white-space: nowrap;
7194 text-overflow: ellipsis;
7195 overflow: hidden;
7196 }
7197 .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove {
7198 cursor: pointer;
7199 transition: var(--e-a-transition-hover);
7200 }
7201 .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover {
7202 color: var(--e-a-color-txt-hover);
7203 }
7204 .elementor-control-type-wysiwyg .elementor-dynamic-cover {
7205 margin-block-start: 10px;
7206 }
7207
7208 .elementor-tag-settings-popup {
7209 position: absolute;
7210 width: 260px;
7211 background-color: var(--e-a-bg-default);
7212 border: var(--e-a-border);
7213 box-shadow: var(--e-a-popover-shadow);
7214 z-index: 1;
7215 }
7216 .elementor-tag-settings-popup:before {
7217 content: "";
7218 position: absolute;
7219 inset-block-start: -20px;
7220 inset-inline-start: 5px;
7221 border: 10px solid transparent;
7222 border-block-end-color: var(--e-a-border-color);
7223 }
7224 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
7225 margin: 0;
7226 }
7227
7228 .elementor-tag-controls-stack-empty {
7229 background-color: var(--e-a-bg-default);
7230 padding: 10px;
7231 font-size: 13px;
7232 text-align: center;
7233 }
7234
7235 .elementor-control-dynamic input {
7236 border-start-start-radius: var(--e-a-border-radius);
7237 border-start-end-radius: 0;
7238 border-end-end-radius: 0;
7239 border-end-start-radius: var(--e-a-border-radius);
7240 }
7241 .elementor-control-dynamic-switcher {
7242 display: inline-flex;
7243 align-items: center;
7244 justify-content: center;
7245 flex-shrink: 0;
7246 height: 27px;
7247 cursor: pointer;
7248 border: var(--e-a-border-bold);
7249 background: var(--e-a-bg-default);
7250 border-inline-start-width: 0;
7251 border-start-start-radius: 0;
7252 border-start-end-radius: var(--e-a-border-radius);
7253 border-end-end-radius: var(--e-a-border-radius);
7254 border-end-start-radius: 0;
7255 transition: var(--e-a-transition-hover);
7256 }
7257 .elementor-control-dynamic-switcher:hover {
7258 background-color: var(--e-a-bg-hover);
7259 color: var(--e-a-color-txt-hover);
7260 }
7261 .elementor-control-dynamic-switcher.e-control-tool {
7262 height: 20px;
7263 border: 0;
7264 }
7265 .elementor-control-dynamic-switcher-wrapper {
7266 display: flex;
7267 }
7268 .elementor-control-dynamic-switcher .eicon-database {
7269 font-size: 12px;
7270 }
7271 .elementor-control-dynamic-value .elementor-control-tag-area,
7272 .elementor-control-dynamic-value .elementor-control-dynamic-switcher,
7273 .elementor-control-dynamic-value .e-global__popover-toggle {
7274 display: none;
7275 }
7276
7277 .elementor-context-menu {
7278 position: absolute;
7279 width: 250px;
7280 padding: 5px 0px;
7281 background-color: var(--e-a-bg-default);
7282 border-radius: var(--e-a-border-radius);
7283 box-shadow: var(--e-a-popover-shadow);
7284 -webkit-user-select: none;
7285 -moz-user-select: none;
7286 user-select: none;
7287 z-index: 101;
7288 }
7289 .elementor-context-menu-list {
7290 display: flex;
7291 flex-direction: column;
7292 }
7293 .elementor-context-menu-list__group {
7294 display: flex;
7295 flex-direction: column;
7296 }
7297 .elementor-context-menu-list__group:not(:last-child) {
7298 border-block-end: var(--e-a-border);
7299 }
7300 .elementor-context-menu-list__item {
7301 padding: 12px 20px;
7302 display: flex;
7303 gap: 16px;
7304 cursor: pointer;
7305 transition: var(--e-a-transition-hover);
7306 align-items: center;
7307 }
7308 .elementor-context-menu-list__item--disabled {
7309 cursor: default;
7310 opacity: 0.5;
7311 color: var(--e-a-color-disabled);
7312 }
7313 .elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7314 opacity: 1;
7315 }
7316 .elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7317 opacity: 0.5;
7318 }
7319 .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 {
7320 background-color: var(--e-a-bg-hover);
7321 color: var(--e-a-color-hover);
7322 }
7323 .elementor-context-menu-list__item__icon {
7324 display: none;
7325 width: 20px;
7326 }
7327 .elementor-context-menu-list__item__title {
7328 flex-grow: 1;
7329 white-space: nowrap;
7330 text-overflow: ellipsis;
7331 overflow: hidden;
7332 }
7333 .elementor-context-menu-list__item__shortcut {
7334 color: var(--e-a-color-txt-muted);
7335 }
7336 .elementor-context-menu-list__item__shortcut--link-fullwidth {
7337 position: absolute;
7338 inset: 0;
7339 z-index: 2;
7340 cursor: pointer;
7341 }
7342 .elementor-context-menu-list__item__shortcut__new-badge {
7343 border: 1px solid var(--e-a-color-primary-bold);
7344 padding: 2px 8px;
7345 color: var(--e-a-color-primary-bold);
7346 border-radius: 10px;
7347 font-size: 10px;
7348 }
7349 .elementor-context-menu-list__item__shortcut__promotion-badge {
7350 display: flex;
7351 align-items: center;
7352 justify-content: center;
7353 width: 24px;
7354 height: 24px;
7355 border-radius: 50%;
7356 background-color: rgba(214, 16, 124, 0.12);
7357 color: var(--e-a-color-accent-promotion, #D6107C);
7358 font-size: 16px;
7359 cursor: pointer;
7360 }
7361 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7362 font-size: 14px;
7363 font-style: normal;
7364 font-weight: 400;
7365 line-height: 1;
7366 position: relative;
7367 }
7368 .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 > * {
7369 color: var(--e-global-color-danger);
7370 }
7371 .elementor-context-menu-list__item.elementor-hidden {
7372 display: none;
7373 }
7374 .elementor-context-menu .eicon-pro-icon {
7375 color: var(--e-global-color-accent);
7376 }
7377
7378 #elementor-hotkeys {
7379 text-align: start;
7380 }
7381 #elementor-hotkeys__modal .dialog-buttons-wrapper {
7382 display: none;
7383 }
7384 #elementor-hotkeys__content {
7385 display: flex;
7386 justify-content: space-between;
7387 gap: 70px;
7388 padding: 20px 30px;
7389 width: 100%;
7390 overflow: hidden;
7391 }
7392 @media (max-width: 1024px) {
7393 #elementor-hotkeys__content {
7394 flex-direction: column;
7395 gap: 20px;
7396 padding: 20px;
7397 }
7398 }
7399
7400 .elementor-hotkeys__col {
7401 display: flex;
7402 flex-direction: column;
7403 gap: 20px;
7404 width: 100%;
7405 }
7406 .elementor-hotkeys__header {
7407 font-weight: 500;
7408 }
7409 .elementor-hotkeys__item {
7410 display: flex;
7411 align-items: center;
7412 padding: 20px 10px;
7413 }
7414 .elementor-hotkeys__item:not(:last-child) {
7415 border-block-end: var(--e-a-border);
7416 }
7417 .elementor-hotkeys__item--label {
7418 font-size: 13px;
7419 font-weight: 400;
7420 flex-grow: 1;
7421 }
7422 .elementor-hotkeys__item--shortcut {
7423 flex-grow: 0;
7424 display: flex;
7425 gap: 27px;
7426 }
7427 @media (max-width: 1024px) {
7428 .elementor-hotkeys__item--shortcut {
7429 gap: 23px;
7430 }
7431 }
7432 .elementor-hotkeys__item--shortcut kbd {
7433 position: relative;
7434 font-family: unset;
7435 background-color: var(--e-a-bg-active);
7436 padding: 5px 12px;
7437 border-radius: var(--e-a-border-radius);
7438 }
7439 @media (max-width: 1024px) {
7440 .elementor-hotkeys__item--shortcut kbd {
7441 padding: 4px 9px;
7442 }
7443 }
7444 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7445 content: "+";
7446 position: absolute;
7447 inset-inline-end: 0;
7448 width: 9px;
7449 text-align: center;
7450 margin-inline-end: -18px;
7451 }
7452 @media (max-width: 1024px) {
7453 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7454 margin-inline-end: -16px;
7455 }
7456 }
7457
7458 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button {
7459 margin-top: 0 !important;
7460 width: calc(25% - 30px);
7461 }
7462
7463 .ui-resizable-n {
7464 top: -5px;
7465 }
7466 .ui-resizable-e {
7467 right: -5px;
7468 }
7469 .ui-resizable-s {
7470 bottom: -5px;
7471 }
7472 .ui-resizable-w {
7473 left: -5px;
7474 }
7475 .ui-resizable-ne {
7476 top: -5px;
7477 right: -5px;
7478 }
7479 .ui-resizable-nw {
7480 top: -5px;
7481 left: -5px;
7482 }
7483 .ui-resizable-se {
7484 bottom: -5px;
7485 right: -5px;
7486 }
7487 .ui-resizable-sw {
7488 bottom: -5px;
7489 left: -5px;
7490 }
7491 .ui-resizable-n, .ui-resizable-s {
7492 left: 0;
7493 height: 10px;
7494 width: 100%;
7495 cursor: ns-resize;
7496 }
7497 .ui-resizable-e, .ui-resizable-w {
7498 top: 0;
7499 height: 100%;
7500 width: 10px;
7501 cursor: ew-resize;
7502 }
7503 .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw {
7504 height: 15px;
7505 width: 15px;
7506 }
7507 .ui-resizable-nw, .ui-resizable-se {
7508 cursor: nwse-resize;
7509 }
7510 .ui-resizable-ne, .ui-resizable-sw {
7511 cursor: nesw-resize;
7512 }
7513 .ui-resizable-handle {
7514 position: absolute;
7515 }
7516 .ui-resizable-resizing {
7517 pointer-events: none;
7518 }
7519
7520 body {
7521 --e-editor-navigator-width: 240px;
7522 --e-editor-navigator-indicator-width: 3px;
7523 --e-editor-navigator-promotion-height: 30px;
7524 }
7525
7526 #elementor-navigator {
7527 position: fixed;
7528 inset-block-start: 100px;
7529 inset-inline-end: 30px;
7530 width: var(--e-editor-navigator-width);
7531 height: 50vh;
7532 background-color: var(--e-a-bg-default);
7533 border: var(--e-a-border);
7534 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7535 -webkit-user-select: none;
7536 -moz-user-select: none;
7537 user-select: none;
7538 overflow: hidden;
7539 z-index: 100;
7540 display: none;
7541 }
7542 body.elementor-navigator-docked #elementor-navigator {
7543 inset: 0;
7544 inset-inline-start: auto;
7545 height: 100%;
7546 }
7547 body:not(.elementor-navigator-docked) #elementor-navigator {
7548 border-radius: 5px;
7549 }
7550 #elementor-navigator__inner {
7551 height: 100%;
7552 display: flex;
7553 flex-direction: column;
7554 }
7555 #elementor-navigator__header {
7556 display: flex;
7557 align-items: stretch;
7558 border-block-end: var(--e-a-border);
7559 color: var(--e-a-color-txt-accent);
7560 }
7561 #elementor-navigator__header__title {
7562 flex: 1;
7563 text-align: center;
7564 font-size: 13px;
7565 font-weight: 400;
7566 padding: 10px 0;
7567 cursor: move;
7568 }
7569 iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title {
7570 padding-inline-end: 17.5px;
7571 }
7572 #elementor-navigator__ai-titles {
7573 width: 35px;
7574 text-align: center;
7575 cursor: pointer;
7576 background-color: transparent;
7577 border: none;
7578 outline: none;
7579 }
7580 #elementor-navigator__ai-titles:hover {
7581 color: #E73CF6;
7582 }
7583 #elementor-navigator__close, #elementor-navigator__toggle-all {
7584 color: var(--e-a-color-txt);
7585 background-color: transparent;
7586 border: none;
7587 outline: 0;
7588 padding: 10px;
7589 cursor: pointer;
7590 transition: color 0.5s;
7591 }
7592 #elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover {
7593 color: var(--e-a-color-txt-hover);
7594 }
7595 #elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus {
7596 color: var(--e-a-color-txt-active);
7597 }
7598 #elementor-navigator__toggle-all {
7599 font-size: 13px;
7600 }
7601 #elementor-navigator__close {
7602 font-size: 11px;
7603 }
7604 #elementor-navigator__elements {
7605 flex-grow: 1;
7606 overflow: auto;
7607 position: relative;
7608 }
7609 .elementor-navigator-docked #elementor-navigator__elements {
7610 height: calc(100% - 35px);
7611 }
7612 #elementor-navigator__elements .elementor-nerd-box {
7613 padding: 25px;
7614 }
7615 #elementor-navigator__elements > .elementor-navigator__element-section {
7616 border-block-end: var(--e-a-border);
7617 }
7618 #elementor-navigator__footer {
7619 width: 100%;
7620 text-align: center;
7621 }
7622 #elementor-navigator__footer__resize-bar {
7623 border-block-start: var(--e-a-border);
7624 }
7625 .elementor-navigator-docked #elementor-navigator__footer__resize-bar {
7626 display: none;
7627 }
7628 #elementor-navigator__footer__promotion {
7629 font-size: 12px;
7630 padding: 4px 17px;
7631 font-family: "Roboto", sans-serif;
7632 color: var(--e-a-bg-logo);
7633 min-height: var(--e-editor-navigator-promotion-height);
7634 display: flex;
7635 justify-content: center;
7636 align-items: center;
7637 }
7638 #elementor-navigator__footer__promotion a {
7639 color: var(--e-a-color-accent-promotion);
7640 margin-inline-start: 1px;
7641 }
7642
7643 .elementor-navigator__item {
7644 position: relative;
7645 display: flex;
7646 height: 30px;
7647 cursor: pointer;
7648 transition: padding 0.5s linear;
7649 overflow: hidden;
7650 }
7651 .elementor-navigator__item:hover, .elementor-navigator__item:focus {
7652 background-color: var(--e-a-bg-hover);
7653 }
7654 .elementor-navigator__item:active {
7655 background-color: var(--e-a-bg-active);
7656 color: var(--e-a-color-txt-accent);
7657 }
7658 .elementor-navigator__item[data-locked=true] {
7659 cursor: not-allowed;
7660 }
7661 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7662 transform: rotate(calc(-90deg * var(--direction-multiplier)));
7663 }
7664 .elementor-navigator__item > * {
7665 display: flex;
7666 align-items: center;
7667 }
7668 .elementor-navigator__item + .elementor-navigator__elements {
7669 display: none;
7670 }
7671 .elementor-navigator__elements > .elementor-navigator__element-section,
7672 .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) {
7673 border-block-end: var(--e-a-border);
7674 }
7675 .elementor-navigator__elements .elementor-empty-view {
7676 padding: 10px;
7677 }
7678 .elementor-navigator__elements .elementor-empty-view__title {
7679 margin-inline-start: 34px;
7680 font-size: 10px;
7681 font-style: italic;
7682 }
7683 .elementor-navigator__elements .ui-sortable-helper {
7684 box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
7685 transform: rotate(4deg);
7686 background-color: var(--e-a-bg-active);
7687 color: var(--e-a-color-txt-accent);
7688 pointer-events: none;
7689 }
7690 .elementor-navigator__elements .ui-sortable-placeholder {
7691 background-color: var(--e-a-bg-hover);
7692 }
7693 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view {
7694 border-block-start: var(--e-a-border);
7695 }
7696 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title {
7697 display: none;
7698 }
7699 .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder {
7700 display: none;
7701 }
7702 .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle {
7703 visibility: hidden;
7704 }
7705 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle {
7706 color: var(--e-a-color-txt-default);
7707 }
7708 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover {
7709 color: var(--e-a-color-txt-hover);
7710 }
7711 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle {
7712 display: none;
7713 }
7714 .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing {
7715 background-color: var(--e-a-bg-active);
7716 }
7717 .elementor-navigator__element__list-toggle {
7718 margin-inline-end: 7px;
7719 transition: transform 0.3s;
7720 }
7721 .elementor-navigator__element__element-type {
7722 margin-inline-end: 8px;
7723 font-size: 14px;
7724 }
7725 .elementor-navigator__element__title {
7726 flex-grow: 1;
7727 overflow: hidden;
7728 }
7729 .elementor-navigator__element__title__text {
7730 white-space: nowrap;
7731 -webkit-user-select: text;
7732 -moz-user-select: text;
7733 user-select: text;
7734 }
7735 .elementor-navigator__element__title__text[contenteditable=true] {
7736 outline: none;
7737 background-color: var(--e-a-bg-hover);
7738 padding: var(--e-admin-border-radius);
7739 border: var(--e-a-border);
7740 }
7741 .elementor-navigator__element__title__text:not([contenteditable=true]) {
7742 padding: 3px 0;
7743 white-space: nowrap;
7744 text-overflow: ellipsis;
7745 overflow: hidden;
7746 }
7747 .elementor-navigator__element__toggle {
7748 position: absolute;
7749 inset-inline-end: 15px;
7750 height: 100%;
7751 z-index: 0;
7752 font-size: 13px;
7753 }
7754 .elementor-navigator__element__indicators {
7755 position: relative;
7756 transition: transform 0.5s;
7757 z-index: 91;
7758 }
7759 .elementor-navigator__element__indicators:not(:hover) {
7760 transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
7761 }
7762 .elementor-navigator__element__indicator {
7763 height: 100%;
7764 width: 31px;
7765 display: inline-flex;
7766 align-items: center;
7767 justify-content: center;
7768 color: var(--e-a-color-txt);
7769 background-color: var(--e-a-bg-default);
7770 border-inline-end: var(--e-a-border);
7771 }
7772 .elementor-navigator__element__indicator:first-child {
7773 border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent);
7774 }
7775 .elementor-navigator__element__indicator:hover {
7776 color: var(--e-a-color-txt-hover);
7777 }
7778 .elementor-navigator__element--hidden .elementor-navigator__element__title,
7779 .elementor-navigator__element--hidden .elementor-navigator__element__toggle {
7780 opacity: 0.5;
7781 }
7782 .elementor-navigator__promotion-text {
7783 line-height: 18px;
7784 }
7785
7786 .e-notice-bar {
7787 position: absolute;
7788 width: 100%;
7789 inset-block-end: 0;
7790 display: flex;
7791 align-items: center;
7792 height: 40px;
7793 color: #fff;
7794 background-color: var(--e-a-color-accent);
7795 padding: 0 25px;
7796 }
7797 .e-notice-bar__message a {
7798 text-decoration: underline;
7799 color: var(--e-a-color-txt-invert);
7800 }
7801 .e-notice-bar__message a:hover {
7802 color: #D5D8DC;
7803 }
7804 .e-notice-bar__primary_action {
7805 margin-inline: 12px;
7806 }
7807 .e-notice-bar__primary_action a {
7808 background: #ffffff;
7809 border-radius: 3px;
7810 color: #93003f;
7811 padding: 4px 10px;
7812 font-size: 11px;
7813 }
7814 .e-notice-bar__primary_action a:hover {
7815 color: rgb(70.5, 0, 30.2142857143);
7816 background: #F1F2F3;
7817 }
7818 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7819 font-size: 11px;
7820 }
7821 .e-notice-bar__secondary_action {
7822 margin-inline: 4px;
7823 }
7824 .e-notice-bar__secondary_action a {
7825 color: #ffffff;
7826 text-decoration: underline;
7827 }
7828 .e-notice-bar__secondary_action a:hover {
7829 color: #F1F2F3;
7830 }
7831 .e-notice-bar__close {
7832 cursor: pointer;
7833 margin-inline-start: auto;
7834 }
7835 .e-notice-bar__icon {
7836 margin-inline-end: 8px;
7837 }
7838 .e-notice-bar i {
7839 font-size: 16px;
7840 opacity: 0.9;
7841 }
7842 .e-notice-bar i:hover {
7843 color: #D5D8DC;
7844 }
7845 .e-notice-bar a,
7846 .e-notice-bar i {
7847 transition: var(--e-a-transition-hover);
7848 }
7849
7850 body:not(.elementor-device-desktop) #e-notice-bar {
7851 display: none;
7852 }
7853
7854 #elementor-fatal-error-dialog .dialog-message a {
7855 text-decoration: underline;
7856 }
7857
7858 #elementor-preview-debug-link-text {
7859 display: inline-block;
7860 }
7861
7862 #elementor-icons-manager-modal .dialog-message {
7863 padding: 0;
7864 height: 700px;
7865 }
7866 #elementor-icons-manager-modal .dialog-content {
7867 display: flex;
7868 }
7869 #elementor-icons-manager__wrapper {
7870 display: flex;
7871 }
7872 @media (max-width: 479px) {
7873 #elementor-icons-manager__sidebar {
7874 display: none;
7875 }
7876 }
7877 #elementor-icons-manager__tab-links {
7878 margin-block-start: 30px;
7879 }
7880 #elementor-icons-manager__upload {
7881 margin: 20px 45px;
7882 padding-block-start: 35px;
7883 border-block-start: var(--e-a-border);
7884 display: flex;
7885 align-items: center;
7886 justify-content: space-between;
7887 }
7888 @media (max-width: 1439px) {
7889 #elementor-icons-manager__upload {
7890 margin: 20px 25px;
7891 }
7892 }
7893 #elementor-icons-manager__main {
7894 display: flex;
7895 flex-direction: column;
7896 padding: 30px 80px 0;
7897 }
7898 @media (max-width: 1439px) {
7899 #elementor-icons-manager__main {
7900 padding: 30px 50px 0;
7901 }
7902 }
7903 @media (max-width: 479px) {
7904 #elementor-icons-manager__main {
7905 width: 100%;
7906 }
7907 }
7908 #elementor-icons-manager__search {
7909 position: relative;
7910 }
7911 #elementor-icons-manager__search input {
7912 padding: 8px 15px;
7913 background-color: transparent;
7914 }
7915 #elementor-icons-manager__search i {
7916 position: absolute;
7917 inset-block-start: 50%;
7918 inset-inline-end: 15px;
7919 transform: translateY(-50%);
7920 }
7921 #elementor-icons-manager__tab__wrapper {
7922 overflow: auto;
7923 margin: 25px -15px 0;
7924 padding: 0 15px 15px;
7925 }
7926 #elementor-icons-manager__tab__title {
7927 color: var(--e-a-color-txt);
7928 font-size: 16px;
7929 font-weight: 500;
7930 text-align: start;
7931 }
7932 @media (max-width: 479px) {
7933 #elementor-icons-manager__tab__title {
7934 display: none;
7935 }
7936 }
7937 #elementor-icons-manager__tab__content {
7938 display: grid;
7939 grid-template-columns: repeat(7, 1fr);
7940 grid-gap: 20px;
7941 margin: 20px 0;
7942 }
7943 @media (max-width: 1439px) {
7944 #elementor-icons-manager__tab__content {
7945 grid-template-columns: repeat(6, 1fr);
7946 }
7947 }
7948 @media (max-width: 1024px) {
7949 #elementor-icons-manager__tab__content {
7950 grid-template-columns: repeat(5, 1fr);
7951 }
7952 }
7953 @media (max-width: 767px) {
7954 #elementor-icons-manager__tab__content {
7955 grid-template-columns: repeat(4, 1fr);
7956 }
7957 }
7958 @media (max-width: 479px) {
7959 #elementor-icons-manager__tab__content {
7960 grid-template-columns: repeat(3, 1fr);
7961 }
7962 }
7963 #elementor-icons-manager__promotion {
7964 display: flex;
7965 align-items: center;
7966 flex-direction: column;
7967 padding-block-start: 70px;
7968 }
7969 #elementor-icons-manager__promotion__icon {
7970 font-size: 60px;
7971 }
7972 #elementor-icons-manager__promotion__text {
7973 width: 300px;
7974 font-size: 16px;
7975 padding-block-start: 25px;
7976 }
7977 #elementor-icons-manager__promotion__link {
7978 margin-block-start: 20px;
7979 }
7980
7981 .elementor-icons-manager__tab-link {
7982 padding-block: 15px;
7983 padding-inline: 45px 0;
7984 font-size: 12px;
7985 text-align: start;
7986 cursor: pointer;
7987 position: relative;
7988 }
7989 .elementor-icons-manager__tab-link i {
7990 font-size: 20px;
7991 padding-inline-end: 15px;
7992 }
7993 @media (max-width: 1024px) {
7994 .elementor-icons-manager__tab-link i {
7995 display: none;
7996 }
7997 }
7998 .elementor-icons-manager__tab-link:hover {
7999 background-color: var(--e-a-bg-hover);
8000 }
8001 .elementor-icons-manager__tab-link.elementor-active {
8002 background-color: var(--e-a-bg-active);
8003 color: var(--e-a-color-txt-accent);
8004 }
8005 .elementor-icons-manager__tab-link.elementor-active:after {
8006 content: "";
8007 position: absolute;
8008 height: 100%;
8009 width: 3px;
8010 inset-block-start: 0;
8011 inset-inline-start: 0;
8012 background-color: var(--e-a-border-color-accent);
8013 }
8014 .elementor-icons-manager__tab__item {
8015 position: relative;
8016 height: 0;
8017 padding-block-end: 100%;
8018 border: var(--e-a-border);
8019 border-radius: 3px;
8020 cursor: pointer;
8021 transition: var(--e-a-transition-hover);
8022 overflow: hidden;
8023 }
8024 .elementor-icons-manager__tab__item:hover {
8025 background-color: var(--e-a-bg-hover);
8026 }
8027 .elementor-icons-manager__tab__item.elementor-selected {
8028 background-color: var(--e-a-bg-active);
8029 border-color: var(--e-a-border-color-accent);
8030 color: var(--e-a-color-txt-accent);
8031 }
8032 .elementor-icons-manager__tab__item__content {
8033 display: flex;
8034 flex-direction: column;
8035 align-items: center;
8036 width: 100%;
8037 position: absolute;
8038 inset-block-start: 50%;
8039 inset-inline-start: 50%;
8040 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
8041 padding: 1px;
8042 }
8043 .elementor-icons-manager__tab__item__icon {
8044 font-size: 25px;
8045 }
8046 .elementor-icons-manager__tab__item__name {
8047 font-size: 11px;
8048 padding: 13px 20px 0;
8049 max-width: 100%;
8050 white-space: nowrap;
8051 text-overflow: ellipsis;
8052 overflow: hidden;
8053 }
8054
8055 .elementor-color-picker__header {
8056 display: flex;
8057 justify-content: space-between;
8058 align-items: center;
8059 font-weight: bold;
8060 padding: 10px;
8061 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
8062 }
8063
8064 .e-color-picker__tools {
8065 display: flex;
8066 }
8067
8068 .e-control-color--no-value .pcr-button {
8069 background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%);
8070 background-size: cover;
8071 background-color: transparent;
8072 }
8073
8074 .pickr {
8075 border: var(--e-a-border);
8076 height: 27px;
8077 }
8078 .pickr .pcr-button {
8079 height: 100%;
8080 width: 100%;
8081 border-radius: var(--e-a-border-radius);
8082 }
8083 .pickr .pcr-button:before, .pickr .pcr-button:after {
8084 height: 12px;
8085 width: 12px;
8086 position: absolute;
8087 inset-block-start: 50%;
8088 inset-inline-start: 50%;
8089 transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
8090 }
8091
8092 .pcr-app {
8093 background-color: var(--e-a-bg-default);
8094 color: var(--e-a-color-txt);
8095 box-shadow: var(--e-a-popover-shadow);
8096 font-family: var(--e-a-font-family);
8097 }
8098 .pcr-app[data-theme=monolith] {
8099 padding: 0;
8100 width: 270px;
8101 }
8102 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity,
8103 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser {
8104 height: 8px;
8105 }
8106 .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
8107 height: 150px;
8108 }
8109 .pcr-app .pcr-selection .pcr-picker {
8110 box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
8111 }
8112 .pcr-app .pcr-interaction {
8113 padding-block-end: 20px;
8114 }
8115 .pcr-app .pcr-interaction input.pcr-result {
8116 border: var(--e-a-border);
8117 color: var(--e-a-color-txt);
8118 border-radius: var(--e-a-border-radius);
8119 margin: 0;
8120 background-color: transparent;
8121 }
8122 .pcr-app .pcr-interaction input.pcr-result:focus {
8123 box-shadow: none;
8124 border-color: var(--e-a-border-color-bold);
8125 }
8126 .pcr-app .pcr-interaction input.pcr-type {
8127 all: unset;
8128 font-size: 10px;
8129 color: var(--e-a-color-txt-muted);
8130 padding-inline-start: 5px;
8131 cursor: pointer;
8132 }
8133 .pcr-app .pcr-interaction input.pcr-type.active {
8134 background-color: transparent;
8135 color: var(--e-a-color-txt-accent);
8136 }
8137 .pcr-selection, .pcr-interaction {
8138 padding: 0 20px;
8139 }
8140 .pcr-selection {
8141 padding-block-start: 20px;
8142 }
8143 .pcr .elementor-control-dynamic-switcher {
8144 height: 20px;
8145 border: 0;
8146 }
8147
8148 .select2-container {
8149 width: 100% !important;
8150 outline: none;
8151 z-index: 9999;
8152 font-size: 12px;
8153 }
8154 .select2-container .e-select2-placeholder {
8155 color: var(--e-a-color-txt-muted);
8156 }
8157 .select2-container.select2-container--default .select2-selection--single {
8158 height: 27px;
8159 background-color: transparent;
8160 }
8161 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
8162 color: var(--e-a-color-txt);
8163 line-height: 27px;
8164 }
8165 .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
8166 background-color: var(--e-a-bg-hover);
8167 color: var(--e-a-color-txt-hover);
8168 }
8169 .select2-container.select2-container--default .select2-selection--multiple {
8170 background-color: var(--e-a-bg-default);
8171 min-height: 27px;
8172 line-height: 0;
8173 }
8174 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
8175 display: none;
8176 }
8177 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
8178 background-color: var(--e-a-btn-bg);
8179 color: var(--e-a-btn-color-invert);
8180 line-height: 1.2;
8181 font-size: 10px;
8182 border: none;
8183 border-radius: 0;
8184 padding: 2px 3px;
8185 }
8186 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button {
8187 cursor: pointer;
8188 width: 16.67px;
8189 text-indent: -9999px;
8190 position: relative;
8191 }
8192 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after {
8193 content: "\e815";
8194 font-family: "eicons";
8195 color: var(--e-a-btn-color-invert);
8196 text-indent: 0;
8197 position: absolute;
8198 inset: 0;
8199 display: flex;
8200 justify-content: center;
8201 align-items: center;
8202 }
8203 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
8204 padding-block-end: 5px;
8205 }
8206 .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
8207 color: var(--e-a-btn-color-invert);
8208 margin-inline-end: 3px;
8209 }
8210 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
8211 .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
8212 background-color: var(--e-a-bg-default);
8213 color: var(--e-a-color-txt);
8214 border-color: var(--e-a-border-color);
8215 }
8216 .select2-container.select2-container--open .select2-selection--single,
8217 .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single,
8218 .select2-container.select2-container--focus .select2-selection--multiple {
8219 border-color: var(--e-a-border-color-bold);
8220 }
8221
8222 .select2-selection {
8223 outline: none;
8224 }
8225 .select2-selection--single {
8226 height: 27px;
8227 }
8228
8229 .select2-selection__arrow {
8230 height: 27px;
8231 inset-block-start: 0;
8232 }
8233
8234 .select2-results__option[aria-selected=true] {
8235 background-color: var(--e-a-bg-active);
8236 color: var(--e-a-color-txt-active);
8237 }
8238 .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
8239 background-color: var(--e-a-bg-active);
8240 }
8241
8242 .select2-dropdown {
8243 border-color: var(--e-a-border-color);
8244 background-color: var(--e-a-bg-default);
8245 color: var(--e-a-color-txt);
8246 box-shadow: var(--e-a-dropdown-shadow);
8247 }
8248 .select2-dropdown .select2-search__field {
8249 outline: none;
8250 }
8251
8252 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8253 cursor: ew-resize;
8254 }
8255 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8256 box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
8257 }
8258 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8259 color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
8260 -webkit-user-select: none;
8261 -moz-user-select: none;
8262 user-select: none;
8263 }
8264 .e-ui-state--document-scrubbing-mode__on iframe {
8265 pointer-events: none;
8266 }
8267
8268 label.e-scrubbing-over {
8269 cursor: ew-resize;
8270 }
8271
8272 #elementor-paste-area-dialog {
8273 text-align: center;
8274 }
8275 #elementor-paste-area-dialog .dialog-header {
8276 padding-block-start: 60px;
8277 font-size: 30px;
8278 }
8279 #elementor-paste-area-dialog .dialog-message {
8280 padding: 0 15px 15px;
8281 font-size: 15px;
8282 position: relative;
8283 }
8284 #elementor-paste-area-dialog #elementor-paste-area-dialog__input {
8285 background: transparent;
8286 color: transparent;
8287 border-color: transparent;
8288 padding: 0;
8289 margin: 0;
8290 height: 100px;
8291 position: absolute;
8292 inset-block-start: -60px;
8293 inset-inline: 0;
8294 }
8295 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8296 border-color: transparent;
8297 outline: none;
8298 }
8299 #elementor-paste-area-dialog .dialog-widget-content {
8300 width: 400px;
8301 }
8302 #elementor-paste-area-dialog .dialog-widget-content .eicon-loading {
8303 display: none;
8304 }
8305 #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading {
8306 display: block;
8307 margin-block-start: 15px;
8308 }
8309 #elementor-paste-area-dialog #elementor-paste-area-dialog__error {
8310 color: var(--e-a-color-danger);
8311 font-size: 12px;
8312 }
8313 #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before {
8314 content: "";
8315 border-block-start: var(--e-a-border);
8316 display: block;
8317 margin: 10px -15px;
8318 }
8319
8320 [class^=eicon-flex], [class*=" eicon-flex"] {
8321 transition: 0.3s all;
8322 }
8323 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8324 max-height: 1em;
8325 max-width: 1em;
8326 }
8327 [class^=eicon-flex], [class*=" eicon-flex"] {
8328 --is-ltr: 0;
8329 --is-rtl: 1;
8330 }
8331 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8332 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8333 }
8334 [class^=eicon-flex], [class*=" eicon-flex"] {
8335 --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8336 }
8337 :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) {
8338 transform: rotate(calc(var(--rotation-direction) * 90deg));
8339 }
8340 :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) {
8341 transform: rotate(calc(var(--rotation-direction) * -90deg));
8342 }
8343 .e-ui-state--document-direction-mode__column-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__column-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) {
8344 transform: rotate(calc(var(--rotation-direction) * -90deg));
8345 }
8346 .e-ui-state--document-direction-mode__row [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 [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) {
8347 transform: rotate(calc(var(--is-rtl) * 180deg));
8348 }
8349 .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) {
8350 transform: rotate(calc(var(--is-ltr) * 180deg));
8351 }
8352 /*# sourceMappingURL=editor-rtl.css.map */