| @@ -1,13 +1,5 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 1 | +/*! elementor - v3.30.0 - 09-07-2025 */ | |
| 10 | 2 | .elementor-hidden { |
| 11 | 3 | display: none; |
| 12 | 4 | } |
| 13 | 5 | |
| @@ -38,14 +30,17 @@ | ||
| 38 | 30 | height: 0; |
| 39 | 31 | } |
| 40 | 32 | |
| 41 | 33 | .e-logo-wrapper { |
| 34 | + background: var(--e-a-bg-logo); | |
| 42 | 35 | display: inline-block; |
| 36 | + padding: 0.75em; | |
| 37 | + border-radius: 50%; | |
| 43 | 38 | line-height: 1; |
| 44 | 39 | } |
| 45 | 40 | .e-logo-wrapper i { |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 41 | + color: var(--e-a-color-logo); | |
| 42 | + font-size: 1em; | |
| 48 | 43 | } |
| 49 | 44 | |
| 50 | 45 | .dialog-widget-content { |
| 51 | 46 | background-color: var(--e-a-bg-default); |
| @@ -313,8 +308,13 @@ | ||
| 313 | 308 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 314 | 309 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 315 | 310 | color: initial; |
| 316 | 311 | } |
| 312 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 313 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 314 | + background-color: var(--e-a-btn-bg-disabled); | |
| 315 | + cursor: not-allowed; | |
| 316 | +} | |
| 317 | 317 | .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, |
| 318 | 318 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 319 | 319 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 320 | 320 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -319,13 +319,8 @@ | ||
| 319 | 319 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 320 | 320 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 321 | 321 | background-color: var(--e-a-btn-bg-disabled); |
| 322 | 322 | } |
| 323 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 324 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 325 | - background-color: var(--e-a-btn-bg-disabled); | |
| 326 | - cursor: not-allowed; | |
| 327 | -} | |
| 328 | 323 | |
| 329 | 324 | #elementor-change-exit-preference-dialog .dialog-message a { |
| 330 | 325 | cursor: pointer; |
| 331 | 326 | } |
| @@ -426,9 +421,8 @@ | ||
| 426 | 421 | } |
| 427 | 422 | .elementor-templates-modal__header__items-area { |
| 428 | 423 | display: flex; |
| 429 | 424 | flex-direction: row-reverse; |
| 430 | - align-items: center; | |
| 431 | 425 | } |
| 432 | 426 | .elementor-templates-modal__header__item { |
| 433 | 427 | position: relative; |
| 434 | 428 | display: flex; |
| @@ -443,17 +437,8 @@ | ||
| 443 | 437 | } |
| 444 | 438 | .elementor-templates-modal__header__item > i:hover { |
| 445 | 439 | color: var(--e-a-color-txt-hover); |
| 446 | 440 | } |
| 447 | -.elementor-templates-modal__header__close:is(button) { | |
| 448 | - background: transparent; | |
| 449 | - margin: 0; | |
| 450 | - font-size: inherit; | |
| 451 | - font-family: inherit; | |
| 452 | - color: inherit; | |
| 453 | - border: none; | |
| 454 | - cursor: pointer; | |
| 455 | -} | |
| 456 | 441 | .elementor-templates-modal__header__close--normal { |
| 457 | 442 | width: 47px; |
| 458 | 443 | border-inline-start: var(--e-a-border); |
| 459 | 444 | } |
| @@ -507,9 +492,9 @@ | ||
| 507 | 492 | display: flex; |
| 508 | 493 | justify-content: flex-end; |
| 509 | 494 | } |
| 510 | 495 | #elementor-toast .dialog-buttons-wrapper:not(:empty) { |
| 511 | - margin-block-start: 15px; | |
| 496 | + margin-top: 15px; | |
| 512 | 497 | } |
| 513 | 498 | #elementor-toast .dialog-button { |
| 514 | 499 | font-size: 12px; |
| 515 | 500 | font-weight: 500; |
| @@ -519,20 +504,13 @@ | ||
| 519 | 504 | color: var(--e-a-dark-color-txt); |
| 520 | 505 | border-radius: var(--e-a-border-radius); |
| 521 | 506 | transition: var(--e-a-transition-hover); |
| 522 | 507 | cursor: pointer; |
| 523 | - background: none; | |
| 524 | - border: none; | |
| 525 | - font-family: inherit; | |
| 526 | 508 | } |
| 527 | 509 | #elementor-toast .dialog-button:hover { |
| 528 | 510 | background: var(--e-a-bg-hover); |
| 529 | 511 | color: var(--e-a-color-txt-hover); |
| 530 | 512 | } |
| 531 | -#elementor-toast .dialog-button:focus-visible { | |
| 532 | - outline: 2px solid var(--e-a-border-color-focus, #4F46E5); | |
| 533 | - outline-offset: 2px; | |
| 534 | -} | |
| 535 | 513 | #elementor-toast .dialog-button:last-child { |
| 536 | 514 | margin-inline-end: 0; |
| 537 | 515 | } |
| 538 | 516 | |
| @@ -542,14 +520,17 @@ | ||
| 542 | 520 | margin-block-start: 6px; |
| 543 | 521 | } |
| 544 | 522 | |
| 545 | 523 | .e-logo-wrapper { |
| 524 | + background: var(--e-a-bg-logo); | |
| 546 | 525 | display: inline-block; |
| 526 | + padding: 0.75em; | |
| 527 | + border-radius: 50%; | |
| 547 | 528 | line-height: 1; |
| 548 | 529 | } |
| 549 | 530 | .e-logo-wrapper i { |
| 550 | - color: var(--e-a-color-circle-logo); | |
| 551 | - font-size: 2.5em; | |
| 531 | + color: var(--e-a-color-logo); | |
| 532 | + font-size: 1em; | |
| 552 | 533 | } |
| 553 | 534 | |
| 554 | 535 | #elementor-finder__modal { |
| 555 | 536 | background: none; |
| @@ -621,10 +602,10 @@ | ||
| 621 | 602 | } |
| 622 | 603 | .elementor-finder__results__category .eicon-loading { |
| 623 | 604 | display: none; |
| 624 | 605 | position: absolute; |
| 625 | - inset-block-start: 30px; | |
| 626 | - inset-inline-end: 10px; | |
| 606 | + right: 10px; | |
| 607 | + top: 30px; | |
| 627 | 608 | color: var(--e-a-color-info); |
| 628 | 609 | font-size: 14px; |
| 629 | 610 | } |
| 630 | 611 | .elementor-finder__results__item { |