| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.20.0 - 29-02-2024 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -60,10 +61,10 @@ | ||
| 60 | 61 | } |
| 61 | 62 | body:after { |
| 62 | 63 | content: ""; |
| 63 | 64 | position: absolute; |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 65 | + top: 0; | |
| 66 | + left: 0; | |
| 66 | 67 | height: 100%; |
| 67 | 68 | width: 0; |
| 68 | 69 | background-color: var(--e-a-bg-default); |
| 69 | 70 | transition: width 0.5s; |
| @@ -73,16 +74,16 @@ | ||
| 73 | 74 | } |
| 74 | 75 | body a:hover { |
| 75 | 76 | color: var(--e-a-color-primary-bold); |
| 76 | 77 | } |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 78 | +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: "\e89e"; | |
| 79 | 80 | } |
| 80 | 81 | body.elementor-editor-preview { |
| 81 | 82 | --e-preview-width: 100%; |
| 82 | 83 | } |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 84 | +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 85 | + content: "\e89f"; | |
| 85 | 86 | } |
| 86 | 87 | body.elementor-navigator--dock-hint:after { |
| 87 | 88 | width: 30px; |
| 88 | 89 | } |
| @@ -99,9 +100,12 @@ | ||
| 99 | 100 | } |
| 100 | 101 | |
| 101 | 102 | #elementor-loading { |
| 102 | 103 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | + top: 0; | |
| 105 | + left: 0; | |
| 106 | + bottom: 0; | |
| 107 | + right: 0; | |
| 104 | 108 | background: var(--e-a-bg-default); |
| 105 | 109 | z-index: 9999; |
| 106 | 110 | } |
| 107 | 111 | |
| @@ -109,9 +113,12 @@ | ||
| 109 | 113 | display: flex; |
| 110 | 114 | align-items: center; |
| 111 | 115 | justify-content: center; |
| 112 | 116 | position: absolute; |
| 113 | - inset: 0; | |
| 117 | + top: 0; | |
| 118 | + left: 0; | |
| 119 | + width: 100%; | |
| 120 | + height: 100%; | |
| 114 | 121 | background-color: var(--e-a-bg-default); |
| 115 | 122 | } |
| 116 | 123 | #elementor-preview-loading i { |
| 117 | 124 | color: var(--e-a-color-txt-disabled); |
| @@ -194,12 +201,11 @@ | ||
| 194 | 201 | color: var(--e-a-color-txt-disabled); |
| 195 | 202 | } |
| 196 | 203 | .e-control-tool i { |
| 197 | 204 | position: absolute; |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 205 | + top: 50%; | |
| 206 | + left: 50%; | |
| 207 | + transform: translateX(-50%) translateY(-50%); | |
| 202 | 208 | color: var(--e-a-color-txt-default); |
| 203 | 209 | font-size: 13px; |
| 204 | 210 | } |
| 205 | 211 | |
| @@ -208,11 +214,11 @@ | ||
| 208 | 214 | } |
| 209 | 215 | |
| 210 | 216 | .elementor-loader-wrapper { |
| 211 | 217 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 218 | + top: 50%; | |
| 219 | + left: 50%; | |
| 220 | + transform: translate(-50%, -50%); | |
| 215 | 221 | width: 300px; |
| 216 | 222 | display: flex; |
| 217 | 223 | flex-direction: column; |
| 218 | 224 | align-items: center; |
| @@ -363,287 +369,8 @@ | ||
| 363 | 369 | outline: none; |
| 364 | 370 | height: 27px; |
| 365 | 371 | } |
| 366 | 372 | |
| 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 | 373 | /* |
| 647 | 374 | * Container style |
| 648 | 375 | */ |
| 649 | 376 | .ps { |
| @@ -785,70 +512,46 @@ | ||
| 785 | 512 | --e-editor-panel-width: 300px; |
| 786 | 513 | } |
| 787 | 514 | } |
| 788 | 515 | |
| 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 { | |
| 516 | +.elementor-panel { | |
| 517 | + position: relative; | |
| 518 | + height: 100%; | |
| 519 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 520 | + width: var(--e-editor-panel-width); | |
| 521 | + overflow: visible; | |
| 522 | + background-color: var(--e-a-bg-default); | |
| 523 | + z-index: 1; | |
| 524 | + font-family: var(--e-a-font-family); | |
| 525 | + font-size: 13px; | |
| 526 | + right: 0; | |
| 527 | +} | |
| 528 | +.elementor-panel h1, | |
| 529 | +.elementor-panel h2, | |
| 530 | +.elementor-panel h3, | |
| 531 | +.elementor-panel h4, | |
| 532 | +.elementor-panel h5, | |
| 533 | +.elementor-panel h6 { | |
| 813 | 534 | font-size: 100%; |
| 814 | 535 | font-weight: normal; |
| 815 | 536 | } |
| 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 { | |
| 537 | +.elementor-panel abbr, | |
| 538 | +.elementor-panel acronym { | |
| 824 | 539 | border: 0; |
| 825 | 540 | font-variant: normal; |
| 826 | 541 | } |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 542 | +.elementor-panel sup { | |
| 831 | 543 | vertical-align: text-top; |
| 832 | 544 | } |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 545 | +.elementor-panel sub { | |
| 837 | 546 | vertical-align: text-bottom; |
| 838 | 547 | } |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 548 | +.elementor-panel img { | |
| 843 | 549 | max-width: 100%; |
| 844 | 550 | height: auto; |
| 845 | 551 | border: 0; |
| 846 | 552 | } |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 553 | +.elementor-panel :focus { | |
| 851 | 554 | outline: 0; |
| 852 | 555 | } |
| 853 | 556 | .elementor-panel .elementor-panel-box-content { |
| 854 | 557 | padding: 20px 20px 10px; |
| @@ -900,9 +603,10 @@ | ||
| 900 | 603 | display: none; |
| 901 | 604 | position: absolute; |
| 902 | 605 | box-shadow: var(--e-a-popover-shadow); |
| 903 | 606 | border-radius: var(--e-a-border-radius); |
| 904 | - inset-inline: 0; | |
| 607 | + left: 0; | |
| 608 | + right: 0; | |
| 905 | 609 | margin: -4px auto 5px; |
| 906 | 610 | padding-block-start: 15px; |
| 907 | 611 | width: 90%; |
| 908 | 612 | z-index: 10000; |
| @@ -910,10 +614,10 @@ | ||
| 910 | 614 | } |
| 911 | 615 | .elementor-panel .elementor-controls-popover:before { |
| 912 | 616 | content: ""; |
| 913 | 617 | position: absolute; |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 618 | + top: -16px; | |
| 619 | + left: 22px; | |
| 916 | 620 | border: 8px solid transparent; |
| 917 | 621 | border-block-end-color: var(--e-a-bg-default); |
| 918 | 622 | } |
| 919 | 623 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| @@ -924,20 +628,8 @@ | ||
| 924 | 628 | } |
| 925 | 629 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 926 | 630 | margin-block-start: 20px; |
| 927 | 631 | } |
| 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 | 632 | .elementor-editor-preview .elementor-panel { |
| 941 | 633 | --e-is-preview-mode: 1; |
| 942 | 634 | } |
| 943 | 635 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -1017,11 +709,8 @@ | ||
| 1017 | 709 | } |
| 1018 | 710 | .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { |
| 1019 | 711 | border: none; |
| 1020 | 712 | } |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 1023 | -} | |
| 1024 | 713 | .elementor-panel .elementor-panel-category-items { |
| 1025 | 714 | padding-block-end: 20px; |
| 1026 | 715 | } |
| 1027 | 716 | .elementor-panel .elementor-panel-category-items-empty { |
| @@ -1121,11 +810,13 @@ | ||
| 1121 | 810 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { |
| 1122 | 811 | border-color: var(--e-a-border-color-accent); |
| 1123 | 812 | color: var(--e-a-color-txt-accent); |
| 1124 | 813 | } |
| 814 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a, | |
| 1125 | 815 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span { |
| 1126 | 816 | color: var(--e-a-color-txt-accent); |
| 1127 | 817 | } |
| 818 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a, | |
| 1128 | 819 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span { |
| 1129 | 820 | color: inherit; |
| 1130 | 821 | display: block; |
| 1131 | 822 | text-align: center; |
| @@ -1131,8 +822,9 @@ | ||
| 1131 | 822 | text-align: center; |
| 1132 | 823 | padding: 12px 0 8px; |
| 1133 | 824 | font-size: 10px; |
| 1134 | 825 | } |
| 826 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before, | |
| 1135 | 827 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { |
| 1136 | 828 | font-family: eicons; |
| 1137 | 829 | font-size: 16px; |
| 1138 | 830 | display: block; |
| @@ -1137,31 +829,35 @@ | ||
| 1137 | 829 | font-size: 16px; |
| 1138 | 830 | display: block; |
| 1139 | 831 | margin-block-end: 8px; |
| 1140 | 832 | } |
| 833 | +.elementor-panel .elementor-tab-control-content a:before, | |
| 1141 | 834 | .elementor-panel .elementor-tab-control-content span:before { |
| 1142 | 835 | content: "\e92c"; |
| 1143 | 836 | } |
| 837 | +.elementor-panel .elementor-tab-control-style a:before, | |
| 1144 | 838 | .elementor-panel .elementor-tab-control-style span:before { |
| 1145 | 839 | content: "\e921"; |
| 1146 | 840 | } |
| 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, | |
| 841 | +.elementor-panel .elementor-tab-control-advanced a:before, | |
| 1153 | 842 | .elementor-panel .elementor-tab-control-advanced span:before, |
| 843 | +.elementor-panel .elementor-tab-control-settings a:before, | |
| 844 | +.elementor-panel .elementor-tab-control-settings span:before, | |
| 845 | +.elementor-panel .elementor-tab-control-general_style a:before, | |
| 1154 | 846 | .elementor-panel .elementor-tab-control-general_style span:before { |
| 1155 | 847 | content: "\e916"; |
| 1156 | 848 | } |
| 849 | +.elementor-panel .elementor-tab-control-responsive a:before, | |
| 1157 | 850 | .elementor-panel .elementor-tab-control-responsive span:before { |
| 1158 | 851 | content: "\e885"; |
| 1159 | 852 | } |
| 853 | +.elementor-panel .elementor-tab-control-lightbox a:before, | |
| 1160 | 854 | .elementor-panel .elementor-tab-control-lightbox span:before { |
| 1161 | 855 | content: "\e922"; |
| 1162 | 856 | } |
| 857 | +.elementor-panel .elementor-tab-control-layout a:before, | |
| 1163 | 858 | .elementor-panel .elementor-tab-control-layout span:before, |
| 859 | +.elementor-panel .elementor-tab-control-column a:before, | |
| 1164 | 860 | .elementor-panel .elementor-tab-control-column span:before { |
| 1165 | 861 | content: "\e899"; |
| 1166 | 862 | } |
| 1167 | 863 | .elementor-panel #elementor-panel__editor__help { |
| @@ -1193,12 +889,12 @@ | ||
| 1193 | 889 | content: ""; |
| 1194 | 890 | position: absolute; |
| 1195 | 891 | height: 13px; |
| 1196 | 892 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 893 | + top: 3px; | |
| 894 | + bottom: 0; | |
| 895 | + right: 8px; | |
| 896 | + left: 0; | |
| 1201 | 897 | border-radius: 50%; |
| 1202 | 898 | z-index: -1; |
| 1203 | 899 | } |
| 1204 | 900 | .elementor-panel #elementor-panel-footer { |
| @@ -1289,10 +985,10 @@ | ||
| 1289 | 985 | border-inline-end: 1px solid #3f444b; |
| 1290 | 986 | } |
| 1291 | 987 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 988 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 989 | + bottom: 100%; | |
| 990 | + left: 0; | |
| 1295 | 991 | width: 100%; |
| 1296 | 992 | background-color: #1f2124; |
| 1297 | 993 | padding: 10px; |
| 1298 | 994 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1344,9 +1040,12 @@ | ||
| 1344 | 1040 | display: none; |
| 1345 | 1041 | } |
| 1346 | 1042 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1347 | 1043 | position: absolute; |
| 1348 | - inset: 0; | |
| 1044 | + top: 0; | |
| 1045 | + left: 0; | |
| 1046 | + height: 100%; | |
| 1047 | + width: 100%; | |
| 1349 | 1048 | display: flex; |
| 1350 | 1049 | align-items: center; |
| 1351 | 1050 | justify-content: center; |
| 1352 | 1051 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1359,17 +1058,13 @@ | ||
| 1359 | 1058 | |
| 1360 | 1059 | #elementor-panel-elements-search-area { |
| 1361 | 1060 | background-color: var(--e-a-bg-default); |
| 1362 | 1061 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1062 | + top: 0; | |
| 1364 | 1063 | padding: 15px; |
| 1365 | 1064 | z-index: 1; |
| 1366 | 1065 | } |
| 1367 | 1066 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1067 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1068 | position: relative; |
| 1374 | 1069 | } |
| 1375 | 1070 | |
| @@ -1386,12 +1081,12 @@ | ||
| 1386 | 1081 | appearance: none; |
| 1387 | 1082 | } |
| 1388 | 1083 | #elementor-panel-elements-search-input + i { |
| 1389 | 1084 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1085 | + right: 10px; | |
| 1086 | + top: 50%; | |
| 1087 | + color: var(--e-a-color-txt-disabled); | |
| 1392 | 1088 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1089 | } |
| 1395 | 1090 | #elementor-panel-elements-search-input:focus { |
| 1396 | 1091 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1092 | padding-inline-end: 15px; |
| @@ -1396,20 +1091,8 @@ | ||
| 1396 | 1091 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1092 | padding-inline-end: 15px; |
| 1398 | 1093 | } |
| 1399 | 1094 | |
| 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 | 1095 | .elementor-panel .elementor-element { |
| 1413 | 1096 | font-family: var(--e-a-font-family); |
| 1414 | 1097 | color: var(--e-a-color-txt); |
| 1415 | 1098 | line-height: 1; |
| @@ -1427,24 +1110,15 @@ | ||
| 1427 | 1110 | -webkit-user-select: none; |
| 1428 | 1111 | -moz-user-select: none; |
| 1429 | 1112 | user-select: none; |
| 1430 | 1113 | } |
| 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 | 1114 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1115 | background-color: var(--e-a-bg-hover); |
| 1439 | 1116 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1117 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1118 | +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1119 | + color: var(--e-a-color-accent); | |
| 1443 | 1120 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1121 | .elementor-panel .elementor-element .icon { |
| 1448 | 1122 | font-size: 28px; |
| 1449 | 1123 | padding-block-start: 15px; |
| 1450 | 1124 | } |
| @@ -1456,17 +1130,12 @@ | ||
| 1456 | 1130 | } |
| 1457 | 1131 | .elementor-panel .elementor-element .title { |
| 1458 | 1132 | font-size: 12px; |
| 1459 | 1133 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1134 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1135 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1464 | -} | |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1136 | + top: 5px; | |
| 1137 | + left: 5px; | |
| 1469 | 1138 | color: var(--e-a-color-txt-disabled); |
| 1470 | 1139 | } |
| 1471 | 1140 | .elementor-panel .elementor-element:active { |
| 1472 | 1141 | background-color: var(--e-a-bg-hover); |
| @@ -1484,10 +1153,10 @@ | ||
| 1484 | 1153 | } |
| 1485 | 1154 | #elementor-element--promotion__dialog:after { |
| 1486 | 1155 | content: ""; |
| 1487 | 1156 | position: absolute; |
| 1488 | - inset-block-start: 15px; | |
| 1489 | - inset-inline-end: 100%; | |
| 1157 | + top: 15px; | |
| 1158 | + left: 100%; | |
| 1490 | 1159 | transform: scaleY(0.7); |
| 1491 | 1160 | border: 10px solid transparent; |
| 1492 | 1161 | border-inline-end-color: var(--e-a-bg-default); |
| 1493 | 1162 | } |
| @@ -1527,9 +1196,9 @@ | ||
| 1527 | 1196 | .dialog-tooltip-widget { |
| 1528 | 1197 | position: absolute; |
| 1529 | 1198 | width: 300px; |
| 1530 | 1199 | z-index: 1; |
| 1531 | - background-color: var(--e-a-bg-default); | |
| 1200 | + background-color: #ffffff; | |
| 1532 | 1201 | box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); |
| 1533 | 1202 | border-radius: 3px; |
| 1534 | 1203 | } |
| 1535 | 1204 | .dialog-tooltip-widget:after { |
| @@ -1534,13 +1203,13 @@ | ||
| 1534 | 1203 | } |
| 1535 | 1204 | .dialog-tooltip-widget:after { |
| 1536 | 1205 | content: ""; |
| 1537 | 1206 | position: absolute; |
| 1538 | - inset-block-start: 15px; | |
| 1539 | - inset-inline-end: 100%; | |
| 1207 | + top: 15px; | |
| 1208 | + left: 100%; | |
| 1540 | 1209 | transform: scaleY(0.7); |
| 1541 | 1210 | border: 10px solid transparent; |
| 1542 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1211 | + border-inline-end-color: #ffffff; | |
| 1543 | 1212 | } |
| 1544 | 1213 | .dialog-tooltip-widget__title { |
| 1545 | 1214 | font-size: 14px; |
| 1546 | 1215 | } |
| @@ -1546,10 +1215,10 @@ | ||
| 1546 | 1215 | } |
| 1547 | 1216 | .dialog-tooltip-widget .dialog-tooltip-header { |
| 1548 | 1217 | display: flex; |
| 1549 | 1218 | padding: 20px 20px 0; |
| 1550 | - color: var(--e-a-color-txt); | |
| 1551 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1219 | + color: #0C0D0E; | |
| 1220 | + border-block-end: 1px solid #ffffff; | |
| 1552 | 1221 | font-weight: 500; |
| 1553 | 1222 | } |
| 1554 | 1223 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { |
| 1555 | 1224 | flex-grow: 1; |
| @@ -1559,9 +1228,9 @@ | ||
| 1559 | 1228 | } |
| 1560 | 1229 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-close { |
| 1561 | 1230 | cursor: pointer; |
| 1562 | 1231 | margin-inline-start: auto; |
| 1563 | - color: var(--e-a-color-txt); | |
| 1232 | + color: #9DA5AE; | |
| 1564 | 1233 | } |
| 1565 | 1234 | .dialog-tooltip-widget .dialog-tooltip-message { |
| 1566 | 1235 | padding: 20px; |
| 1567 | 1236 | } |
| @@ -1576,80 +1245,8 @@ | ||
| 1576 | 1245 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1577 | 1246 | border: 0; |
| 1578 | 1247 | } |
| 1579 | 1248 | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 1623 | - | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1249 | #elementor-panel-inner { |
| 1653 | 1250 | position: relative; |
| 1654 | 1251 | height: 100%; |
| 1655 | 1252 | display: flex; |
| @@ -1675,54 +1272,18 @@ | ||
| 1675 | 1272 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1676 | 1273 | margin-block-start: 20px; |
| 1677 | 1274 | } |
| 1678 | 1275 | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1682 | -} | |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1693 | -} | |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1696 | -} | |
| 1697 | - | |
| 1698 | 1276 | #elementor-panel-get-pro-elements-sticky { |
| 1699 | 1277 | position: sticky; |
| 1700 | - inset-block-end: 0; | |
| 1701 | - margin-block-end: -10px; | |
| 1702 | -} | |
| 1703 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | - margin-block-start: -14px; | |
| 1705 | -} | |
| 1706 | - | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1714 | -} | |
| 1715 | - | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1278 | + bottom: 0; | |
| 1718 | 1279 | font-size: 14px; |
| 1719 | 1280 | font-weight: 400; |
| 1720 | 1281 | line-height: 1.6; |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1282 | + margin-block-end: -10px; | |
| 1722 | 1283 | } |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1284 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1285 | + margin-top: -14px; | |
| 1725 | 1286 | min-height: 40px; |
| 1726 | 1287 | display: block; |
| 1727 | 1288 | padding: 9px min(35px, 5%); |
| 1728 | 1289 | gap: 10px; |
| @@ -1730,18 +1291,16 @@ | ||
| 1730 | 1291 | color: var(--e-a-color-black); |
| 1731 | 1292 | text-align: center; |
| 1732 | 1293 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1733 | 1294 | } |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1295 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1736 | 1296 | display: inline-block; |
| 1737 | 1297 | font-size: 13px; |
| 1738 | 1298 | font-weight: 500; |
| 1739 | 1299 | color: var(--e-a-btn-bg-accent); |
| 1740 | 1300 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1743 | - margin-inline-start: 17px; | |
| 1301 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1302 | + margin-left: 17px; | |
| 1744 | 1303 | } |
| 1745 | 1304 | |
| 1746 | 1305 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1747 | 1306 | width: 90%; |
| @@ -1768,10 +1327,10 @@ | ||
| 1768 | 1327 | background: var(--e-a-color-primary); |
| 1769 | 1328 | border-radius: 50%; |
| 1770 | 1329 | width: 8px; |
| 1771 | 1330 | height: 8px; |
| 1772 | - inset-block-start: 5px; | |
| 1773 | - inset-inline-end: 5px; | |
| 1331 | + top: 5px; | |
| 1332 | + right: 5px; | |
| 1774 | 1333 | } |
| 1775 | 1334 | |
| 1776 | 1335 | .media-modal.wp-core-ui { |
| 1777 | 1336 | color-scheme: light; |
| @@ -1819,9 +1378,8 @@ | ||
| 1819 | 1378 | .elementor-control.elementor-control-type-divider { |
| 1820 | 1379 | padding: 0; |
| 1821 | 1380 | } |
| 1822 | 1381 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1823 | - margin-inline: 20px; | |
| 1824 | 1382 | border-width: 0; |
| 1825 | 1383 | border-block-start: var(--e-a-border); |
| 1826 | 1384 | background-color: var(--e-a-bg-default); |
| 1827 | 1385 | height: 15px; |
| @@ -1831,23 +1389,24 @@ | ||
| 1831 | 1389 | } |
| 1832 | 1390 | .elementor-control.elementor-control-separator-before:before { |
| 1833 | 1391 | content: ""; |
| 1834 | 1392 | position: absolute; |
| 1835 | - inset: 0 20px auto; | |
| 1836 | 1393 | height: 1px; |
| 1394 | + width: calc(100% - 40px); | |
| 1395 | + top: 0; | |
| 1396 | + right: 20px; | |
| 1837 | 1397 | background-color: var(--e-a-border-color); |
| 1838 | 1398 | } |
| 1839 | -.elementor-control.elementor-control-separator-after { | |
| 1840 | - padding-block-end: 15px; | |
| 1841 | -} | |
| 1842 | 1399 | .elementor-control.elementor-control-separator-after:after { |
| 1843 | 1400 | content: ""; |
| 1844 | 1401 | position: absolute; |
| 1845 | - inset: auto 20px 0; | |
| 1846 | 1402 | height: 1px; |
| 1403 | + width: calc(100% - 40px); | |
| 1404 | + bottom: 0; | |
| 1405 | + right: 20px; | |
| 1847 | 1406 | background-color: var(--e-a-border-color); |
| 1848 | 1407 | } |
| 1849 | -.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 { | |
| 1408 | +.elementor-control.elementor-control-separator-after + .elementor-control-type-tabs ~ .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) ~ .elementor-control-separator-default { | |
| 1850 | 1409 | padding-block-start: 15px; |
| 1851 | 1410 | } |
| 1852 | 1411 | .elementor-control.elementor-control-deprecated { |
| 1853 | 1412 | color: var(--e-a-color-warning); |
| @@ -1885,36 +1444,23 @@ | ||
| 1885 | 1444 | } |
| 1886 | 1445 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1887 | 1446 | display: none; |
| 1888 | 1447 | } |
| 1889 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1890 | - padding: 4px; | |
| 1891 | -} | |
| 1892 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1893 | - aspect-ratio: 4/1; | |
| 1894 | - -o-object-fit: cover; | |
| 1895 | - object-fit: cover; | |
| 1896 | - -o-object-position: center; | |
| 1897 | - object-position: center; | |
| 1898 | -} | |
| 1899 | -.elementor-control-shape_divider_bottom img { | |
| 1900 | - rotate: X 180deg; | |
| 1901 | -} | |
| 1902 | 1448 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1903 | 1449 | margin-block-start: 5px; |
| 1904 | 1450 | } |
| 1905 | 1451 | |
| 1906 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1907 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1908 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1911 | - transform: rotate(90deg); | |
| 1452 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1453 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1454 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1455 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1456 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1457 | + content: "\e92a"; | |
| 1912 | 1458 | } |
| 1913 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1914 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1915 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1916 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1459 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1460 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1461 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1462 | + content: "\e909"; | |
| 1917 | 1463 | } |
| 1918 | 1464 | |
| 1919 | 1465 | .elementor-panel-heading { |
| 1920 | 1466 | display: flex; |
| @@ -1938,22 +1484,13 @@ | ||
| 1938 | 1484 | } |
| 1939 | 1485 | .elementor-panel-heading-title { |
| 1940 | 1486 | font-weight: bold; |
| 1941 | 1487 | } |
| 1942 | -.elementor-panel-heading-category-chip { | |
| 1943 | - margin-inline-start: auto; | |
| 1944 | - background-color: var(--e-a-bg-chip); | |
| 1945 | - border-radius: 100px; | |
| 1946 | - padding: 5px 8px; | |
| 1947 | -} | |
| 1948 | -.elementor-panel-heading-category-chip i { | |
| 1949 | - margin-inline-start: 4px; | |
| 1950 | -} | |
| 1951 | 1488 | .elementor-panel-heading-promotion { |
| 1952 | 1489 | margin-inline-start: auto; |
| 1953 | 1490 | } |
| 1954 | 1491 | .elementor-panel-heading-promotion a { |
| 1955 | - color: var(--e-a-color-accent-promotion); | |
| 1492 | + color: #93003f; | |
| 1956 | 1493 | font-family: "Roboto", sans-serif; |
| 1957 | 1494 | font-weight: 500; |
| 1958 | 1495 | font-size: 13px; |
| 1959 | 1496 | } |
| @@ -1961,17 +1498,15 @@ | ||
| 1961 | 1498 | margin-inline-end: 4px; |
| 1962 | 1499 | font-size: 14px; |
| 1963 | 1500 | } |
| 1964 | 1501 | .elementor-panel-heading-promotion a:hover { |
| 1965 | - color: var(--e-a-color-accent-promotion); | |
| 1502 | + color: #93003f; | |
| 1966 | 1503 | } |
| 1967 | 1504 | .elementor-panel-heading:focus-visible { |
| 1968 | 1505 | color: var(--e-a-color-txt-hover); |
| 1969 | 1506 | } |
| 1970 | 1507 | |
| 1971 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1972 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1973 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1508 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1974 | 1509 | border-block-start: none; |
| 1975 | 1510 | } |
| 1976 | 1511 | |
| 1977 | 1512 | .elementor-control-field { |
| @@ -2016,13 +1551,11 @@ | ||
| 2016 | 1551 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2017 | 1552 | margin-block-start: 0; |
| 2018 | 1553 | } |
| 2019 | 1554 | |
| 2020 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2021 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2022 | 1555 | .elementor-control-start-end .eicon-h-align-left, |
| 2023 | 1556 | .elementor-control-start-end .eicon-h-align-right { |
| 2024 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1557 | + transform: rotate(180deg); | |
| 2025 | 1558 | } |
| 2026 | 1559 | |
| 2027 | 1560 | .elementor-update-preview { |
| 2028 | 1561 | margin: 15px 15px 0; |
| @@ -2059,9 +1592,9 @@ | ||
| 2059 | 1592 | } |
| 2060 | 1593 | .elementor-control-responsive-switchers__holder { |
| 2061 | 1594 | position: absolute; |
| 2062 | 1595 | width: 100%; |
| 2063 | - inset-block-start: 0; | |
| 1596 | + top: 0; | |
| 2064 | 1597 | background-color: var(--e-a-bg-default); |
| 2065 | 1598 | border-radius: var(--e-a-border-radius); |
| 2066 | 1599 | transition: 0.15s; |
| 2067 | 1600 | border: 1px solid transparent; |
| @@ -2204,10 +1737,10 @@ | ||
| 2204 | 1737 | display: none; |
| 2205 | 1738 | overflow: hidden; |
| 2206 | 1739 | max-height: 0; |
| 2207 | 1740 | position: absolute; |
| 2208 | - inset-block-start: -0.8em; | |
| 2209 | - inset-inline-start: -0.5em; | |
| 1741 | + top: -0.8em; | |
| 1742 | + right: -0.5em; | |
| 2210 | 1743 | width: 2.5em; |
| 2211 | 1744 | text-align: center; |
| 2212 | 1745 | background-color: var(--e-a-bg-default); |
| 2213 | 1746 | border-radius: var(--e-a-border-radius); |
| @@ -2382,9 +1915,9 @@ | ||
| 2382 | 1915 | } |
| 2383 | 1916 | .elementor-control-responsive-switchers__holder { |
| 2384 | 1917 | position: absolute; |
| 2385 | 1918 | width: 100%; |
| 2386 | - inset-block-start: 0; | |
| 1919 | + top: 0; | |
| 2387 | 1920 | background-color: var(--e-a-bg-default); |
| 2388 | 1921 | border-radius: var(--e-a-border-radius); |
| 2389 | 1922 | transition: 0.15s; |
| 2390 | 1923 | border: 1px solid transparent; |
| @@ -2527,10 +2060,10 @@ | ||
| 2527 | 2060 | display: none; |
| 2528 | 2061 | overflow: hidden; |
| 2529 | 2062 | max-height: 0; |
| 2530 | 2063 | position: absolute; |
| 2531 | - inset-block-start: -0.8em; | |
| 2532 | - inset-inline-start: -0.5em; | |
| 2064 | + top: -0.8em; | |
| 2065 | + right: -0.5em; | |
| 2533 | 2066 | width: 2.5em; |
| 2534 | 2067 | text-align: center; |
| 2535 | 2068 | background-color: var(--e-a-bg-default); |
| 2536 | 2069 | border-radius: var(--e-a-border-radius); |
| @@ -2660,9 +2193,9 @@ | ||
| 2660 | 2193 | } |
| 2661 | 2194 | .elementor-control-responsive-switchers__holder { |
| 2662 | 2195 | position: absolute; |
| 2663 | 2196 | width: 100%; |
| 2664 | - inset-block-start: 0; | |
| 2197 | + top: 0; | |
| 2665 | 2198 | background-color: var(--e-a-bg-default); |
| 2666 | 2199 | border-radius: var(--e-a-border-radius); |
| 2667 | 2200 | transition: 0.15s; |
| 2668 | 2201 | border: 1px solid transparent; |
| @@ -2805,10 +2338,10 @@ | ||
| 2805 | 2338 | display: none; |
| 2806 | 2339 | overflow: hidden; |
| 2807 | 2340 | max-height: 0; |
| 2808 | 2341 | position: absolute; |
| 2809 | - inset-block-start: -0.8em; | |
| 2810 | - inset-inline-start: -0.5em; | |
| 2342 | + top: -0.8em; | |
| 2343 | + right: -0.5em; | |
| 2811 | 2344 | width: 2.5em; |
| 2812 | 2345 | text-align: center; |
| 2813 | 2346 | background-color: var(--e-a-bg-default); |
| 2814 | 2347 | border-radius: var(--e-a-border-radius); |
| @@ -2928,11 +2461,11 @@ | ||
| 2928 | 2461 | } |
| 2929 | 2462 | |
| 2930 | 2463 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2931 | 2464 | position: absolute; |
| 2932 | - inset-block-start: 50%; | |
| 2933 | - inset-inline-start: 50%; | |
| 2934 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2465 | + top: 50%; | |
| 2466 | + left: 50%; | |
| 2467 | + transform: translate(-50%, -50%); | |
| 2935 | 2468 | } |
| 2936 | 2469 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2937 | 2470 | font-size: 70px; |
| 2938 | 2471 | } |
| @@ -2987,9 +2520,12 @@ | ||
| 2987 | 2520 | opacity: 0.6; |
| 2988 | 2521 | } |
| 2989 | 2522 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2990 | 2523 | position: absolute; |
| 2991 | - inset: 0; | |
| 2524 | + top: 0; | |
| 2525 | + bottom: 0; | |
| 2526 | + left: 0; | |
| 2527 | + right: 0; | |
| 2992 | 2528 | background-color: rgba(0, 0, 0, 0.2); |
| 2993 | 2529 | padding: 10px; |
| 2994 | 2530 | font-size: 11px; |
| 2995 | 2531 | transition: all 0.3s ease-in-out; |
| @@ -2998,10 +2534,10 @@ | ||
| 2998 | 2534 | opacity: 0; |
| 2999 | 2535 | } |
| 3000 | 2536 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 3001 | 2537 | position: absolute; |
| 3002 | - inset-block-start: 10px; | |
| 3003 | - inset-inline-end: 10px; | |
| 2538 | + top: 10px; | |
| 2539 | + left: 10px; | |
| 3004 | 2540 | width: 21px; |
| 3005 | 2541 | height: 21px; |
| 3006 | 2542 | color: var(--e-a-color-white); |
| 3007 | 2543 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3111,10 +2647,10 @@ | ||
| 3111 | 2647 | } |
| 3112 | 2648 | .e-global__popover-info-tooltip:after { |
| 3113 | 2649 | content: ""; |
| 3114 | 2650 | position: absolute; |
| 3115 | - inset-block-end: -17px; | |
| 3116 | - inset-inline-start: 16px; | |
| 2651 | + bottom: -17px; | |
| 2652 | + right: 16px; | |
| 3117 | 2653 | border: 10px solid transparent; |
| 3118 | 2654 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3119 | 2655 | } |
| 3120 | 2656 | .e-global__popover-info i { |
| @@ -3120,9 +2656,9 @@ | ||
| 3120 | 2656 | .e-global__popover-info i { |
| 3121 | 2657 | font-size: 13px; |
| 3122 | 2658 | } |
| 3123 | 2659 | .e-global__preview-items-container { |
| 3124 | - max-height: 400px; | |
| 2660 | + max-height: 260px; | |
| 3125 | 2661 | overflow-y: auto; |
| 3126 | 2662 | padding: 5px 0; |
| 3127 | 2663 | } |
| 3128 | 2664 | .e-global__preview-items-container::-webkit-scrollbar { |
| @@ -3131,19 +2667,8 @@ | ||
| 3131 | 2667 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3132 | 2668 | background-color: #BABFC5; |
| 3133 | 2669 | border-radius: 10px; |
| 3134 | 2670 | } |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 3137 | - font-weight: 500; | |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 3140 | -} | |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 3145 | -} | |
| 3146 | 2671 | .e-global__manage-button { |
| 3147 | 2672 | font-weight: 500; |
| 3148 | 2673 | cursor: pointer; |
| 3149 | 2674 | } |
| @@ -3159,9 +2684,9 @@ | ||
| 3159 | 2684 | font-size: 13px; |
| 3160 | 2685 | content: "\e90e"; |
| 3161 | 2686 | position: absolute; |
| 3162 | 2687 | transform: translateY(-50%); |
| 3163 | - inset-block-start: 50%; | |
| 2688 | + top: 50%; | |
| 3164 | 2689 | inset-inline-start: 13px; |
| 3165 | 2690 | } |
| 3166 | 2691 | .e-global__color { |
| 3167 | 2692 | padding: 10px 20px; |
| @@ -3178,10 +2703,13 @@ | ||
| 3178 | 2703 | position: relative; |
| 3179 | 2704 | } |
| 3180 | 2705 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3181 | 2706 | border-radius: 3px; |
| 2707 | + height: 100%; | |
| 2708 | + width: 100%; | |
| 3182 | 2709 | position: absolute; |
| 3183 | - inset: 0; | |
| 2710 | + top: 0; | |
| 2711 | + left: 0; | |
| 3184 | 2712 | } |
| 3185 | 2713 | .e-global__color-preview-transparent-bg { |
| 3186 | 2714 | background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); |
| 3187 | 2715 | background-size: 12px 12px; |
| @@ -3302,11 +2830,11 @@ | ||
| 3302 | 2830 | display: none; |
| 3303 | 2831 | } |
| 3304 | 2832 | .elementor-control-media .eicon-plus-circle { |
| 3305 | 2833 | position: absolute; |
| 3306 | - inset-block-start: 50%; | |
| 3307 | - inset-inline-start: 50%; | |
| 3308 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2834 | + top: 50%; | |
| 2835 | + left: 50%; | |
| 2836 | + transform: translate(-50%, -50%); | |
| 3309 | 2837 | color: var(--e-a-color-white); |
| 3310 | 2838 | font-size: 20px; |
| 3311 | 2839 | } |
| 3312 | 2840 | .elementor-control-media__content__upload-button { |
| @@ -3315,8 +2843,9 @@ | ||
| 3315 | 2843 | .elementor-control-media__preview { |
| 3316 | 2844 | height: 100%; |
| 3317 | 2845 | background-size: cover; |
| 3318 | 2846 | background-position: center; |
| 2847 | + padding-block-end: 42.8571%; | |
| 3319 | 2848 | } |
| 3320 | 2849 | .elementor-control-media-area { |
| 3321 | 2850 | background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); |
| 3322 | 2851 | background-size: 16px 16px; |
| @@ -3329,11 +2858,11 @@ | ||
| 3329 | 2858 | display: none; |
| 3330 | 2859 | } |
| 3331 | 2860 | .elementor-control-media-area .eicon-video-camera { |
| 3332 | 2861 | position: absolute; |
| 3333 | - inset-block-start: 50%; | |
| 3334 | - inset-inline-start: 50%; | |
| 3335 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2862 | + top: 50%; | |
| 2863 | + left: 50%; | |
| 2864 | + transform: translate(-50%, -50%); | |
| 3336 | 2865 | color: rgba(255, 255, 255, 0.7); |
| 3337 | 2866 | font-size: 21px; |
| 3338 | 2867 | } |
| 3339 | 2868 | .elementor-control-media .elementor-control-media__content { |
| @@ -3344,14 +2873,17 @@ | ||
| 3344 | 2873 | } |
| 3345 | 2874 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3346 | 2875 | content: ""; |
| 3347 | 2876 | position: absolute; |
| 3348 | - inset: 0; | |
| 2877 | + top: 0; | |
| 2878 | + bottom: 0; | |
| 2879 | + left: 0; | |
| 2880 | + right: 0; | |
| 3349 | 2881 | background-color: rgba(0, 0, 0, 0.2); |
| 3350 | 2882 | pointer-events: none; |
| 3351 | 2883 | } |
| 3352 | 2884 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3353 | - inset-block-end: -30px; | |
| 2885 | + bottom: -30px; | |
| 3354 | 2886 | } |
| 3355 | 2887 | .elementor-control-media__content { |
| 3356 | 2888 | transition: all 0.2s ease-in-out; |
| 3357 | 2889 | } |
| @@ -3356,10 +2888,11 @@ | ||
| 3356 | 2888 | transition: all 0.2s ease-in-out; |
| 3357 | 2889 | } |
| 3358 | 2890 | .elementor-control-media__tools { |
| 3359 | 2891 | position: absolute; |
| 3360 | - inset-block-end: 0; | |
| 3361 | - inset-inline: 0; | |
| 2892 | + bottom: 0; | |
| 2893 | + left: 0; | |
| 2894 | + right: 0; | |
| 3362 | 2895 | height: 27px; |
| 3363 | 2896 | transition: all 0.2s ease-in-out; |
| 3364 | 2897 | } |
| 3365 | 2898 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3386,10 +2919,10 @@ | ||
| 3386 | 2919 | } |
| 3387 | 2920 | .elementor-control-media__content__remove { |
| 3388 | 2921 | position: absolute; |
| 3389 | 2922 | z-index: 1; |
| 3390 | - inset-block-start: 10px; | |
| 3391 | - inset-inline-end: 10px; | |
| 2923 | + top: 10px; | |
| 2924 | + left: 10px; | |
| 3392 | 2925 | width: 20px; |
| 3393 | 2926 | height: 20px; |
| 3394 | 2927 | font-size: 11px; |
| 3395 | 2928 | color: var(--e-a-color-white); |
| @@ -3615,12 +3148,8 @@ | ||
| 3615 | 3148 | } |
| 3616 | 3149 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3617 | 3150 | display: none; |
| 3618 | 3151 | } |
| 3619 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3620 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3621 | - display: none; | |
| 3622 | -} | |
| 3623 | 3152 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3624 | 3153 | margin: 10px 0; |
| 3625 | 3154 | } |
| 3626 | 3155 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| @@ -3681,11 +3210,9 @@ | ||
| 3681 | 3210 | text-align: center; |
| 3682 | 3211 | padding-block-start: 5px; |
| 3683 | 3212 | } |
| 3684 | 3213 | |
| 3685 | -#elementor-controls, | |
| 3686 | -#elementor-panel-page-settings-controls, | |
| 3687 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3214 | +#elementor-controls { | |
| 3688 | 3215 | padding-block-start: 15px; |
| 3689 | 3216 | } |
| 3690 | 3217 | |
| 3691 | 3218 | .elementor-control-type-section { |
| @@ -3730,11 +3257,11 @@ | ||
| 3730 | 3257 | font-family: eicons; |
| 3731 | 3258 | content: "\e8ad"; |
| 3732 | 3259 | font-size: 12px; |
| 3733 | 3260 | position: absolute; |
| 3734 | - inset-block-start: 50%; | |
| 3735 | - inset-inline-end: 5px; | |
| 3261 | + top: 50%; | |
| 3736 | 3262 | transform: translateY(-50%); |
| 3263 | + left: 5px; | |
| 3737 | 3264 | pointer-events: none; |
| 3738 | 3265 | } |
| 3739 | 3266 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3740 | 3267 | max-width: 80px; |
| @@ -3768,14 +3295,14 @@ | ||
| 3768 | 3295 | } |
| 3769 | 3296 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3770 | 3297 | border-radius: 0; |
| 3771 | 3298 | width: 10px; |
| 3772 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3299 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3773 | 3300 | } |
| 3774 | 3301 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3775 | 3302 | content: ""; |
| 3776 | 3303 | position: absolute; |
| 3777 | - inset-block-start: 2px; | |
| 3304 | + top: 2px; | |
| 3778 | 3305 | height: 12px; |
| 3779 | 3306 | width: 11px; |
| 3780 | 3307 | transform: rotate(45deg); |
| 3781 | 3308 | background-color: var(--e-a-color-white); |
| @@ -3852,11 +3379,11 @@ | ||
| 3852 | 3379 | .elementor-slider .noUi-handle { |
| 3853 | 3380 | height: 16px; |
| 3854 | 3381 | width: 16px; |
| 3855 | 3382 | background-color: var(--e-a-color-white); |
| 3383 | + left: 0; | |
| 3384 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3856 | 3385 | position: absolute; |
| 3857 | - inset-inline-end: 0; | |
| 3858 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3859 | 3386 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3860 | 3387 | border-radius: 50%; |
| 3861 | 3388 | } |
| 3862 | 3389 | .elementor-slider .noUi-connects { |
| @@ -3866,9 +3393,12 @@ | ||
| 3866 | 3393 | } |
| 3867 | 3394 | .elementor-slider .noUi-connect { |
| 3868 | 3395 | position: absolute; |
| 3869 | 3396 | z-index: 0; |
| 3870 | - inset: 0; | |
| 3397 | + top: 0; | |
| 3398 | + left: 0; | |
| 3399 | + height: 100%; | |
| 3400 | + width: 100%; | |
| 3871 | 3401 | will-change: transform; |
| 3872 | 3402 | transform-origin: 0 0; |
| 3873 | 3403 | background-color: var(--e-a-border-color-focus); |
| 3874 | 3404 | } |
| @@ -3873,9 +3403,9 @@ | ||
| 3873 | 3403 | background-color: var(--e-a-border-color-focus); |
| 3874 | 3404 | } |
| 3875 | 3405 | .elementor-slider .noUi-tooltip { |
| 3876 | 3406 | position: absolute; |
| 3877 | - inset-block-start: calc(100% + 5px); | |
| 3407 | + top: calc(100% + 5px); | |
| 3878 | 3408 | left: calc(50% - 4px); |
| 3879 | 3409 | transform: translateX(-50%); |
| 3880 | 3410 | font-size: 10px; |
| 3881 | 3411 | } |
| @@ -3962,9 +3492,9 @@ | ||
| 3962 | 3492 | transition-property: opacity, background; |
| 3963 | 3493 | } |
| 3964 | 3494 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3965 | 3495 | position: absolute; |
| 3966 | - inset-block-start: 0; | |
| 3496 | + top: 0; | |
| 3967 | 3497 | width: 50%; |
| 3968 | 3498 | text-align: center; |
| 3969 | 3499 | line-height: 20px; |
| 3970 | 3500 | transition: inherit; |
| @@ -3970,14 +3500,14 @@ | ||
| 3970 | 3500 | transition: inherit; |
| 3971 | 3501 | } |
| 3972 | 3502 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3973 | 3503 | content: attr(data-off); |
| 3974 | - inset-inline-end: 5px; | |
| 3504 | + right: 5px; | |
| 3975 | 3505 | color: var(--e-a-color-txt-muted); |
| 3976 | 3506 | } |
| 3977 | 3507 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3978 | 3508 | content: attr(data-on); |
| 3979 | - inset-inline-start: 5px; | |
| 3509 | + left: 5px; | |
| 3980 | 3510 | color: var(--e-a-btn-color); |
| 3981 | 3511 | opacity: 0; |
| 3982 | 3512 | } |
| 3983 | 3513 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3990,28 +3520,25 @@ | ||
| 3990 | 3520 | opacity: 1; |
| 3991 | 3521 | } |
| 3992 | 3522 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3993 | 3523 | position: absolute; |
| 3994 | - inset-block-start: 1px; | |
| 3995 | - inset-inline-start: 1px; | |
| 3524 | + top: 1px; | |
| 3525 | + left: 1px; | |
| 3996 | 3526 | width: 18px; |
| 3997 | 3527 | height: 18px; |
| 3998 | 3528 | background: white; |
| 3999 | 3529 | border-radius: 10px; |
| 4000 | - transition: inset-inline-start 0.15s ease-out; | |
| 3530 | + transition: left 0.15s ease-out; | |
| 4001 | 3531 | } |
| 4002 | 3532 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 4003 | - inset-inline-start: initial; | |
| 4004 | - inset-inline-end: 1px; | |
| 3533 | + left: initial; | |
| 3534 | + right: 1px; | |
| 4005 | 3535 | } |
| 4006 | 3536 | |
| 4007 | 3537 | .elementor-control-type-tabs { |
| 4008 | - display: none; | |
| 3538 | + display: flex; | |
| 4009 | 3539 | font-size: var(--control-title-size); |
| 4010 | 3540 | } |
| 4011 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 4012 | - display: flex; | |
| 4013 | -} | |
| 4014 | 3541 | |
| 4015 | 3542 | .elementor-control-type-tab { |
| 4016 | 3543 | text-align: center; |
| 4017 | 3544 | width: 100%; |
| @@ -4054,10 +3581,10 @@ | ||
| 4054 | 3581 | } |
| 4055 | 3582 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4056 | 3583 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4057 | 3584 | position: absolute; |
| 4058 | - inset-block-start: 0; | |
| 4059 | - inset-inline-end: 0; | |
| 3585 | + top: 0; | |
| 3586 | + left: 0; | |
| 4060 | 3587 | z-index: 1; |
| 4061 | 3588 | } |
| 4062 | 3589 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4063 | 3590 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4135,10 +3662,10 @@ | ||
| 4135 | 3662 | } |
| 4136 | 3663 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4137 | 3664 | display: none; |
| 4138 | 3665 | position: absolute; |
| 4139 | - inset-block-start: 5px; | |
| 4140 | - inset-inline-end: 0; | |
| 3666 | + top: 5px; | |
| 3667 | + right: 0; | |
| 4141 | 3668 | width: 10px; |
| 4142 | 3669 | height: 10px; |
| 4143 | 3670 | font-size: 10px; |
| 4144 | 3671 | color: var(--e-a-color-txt-disabled); |
| @@ -4189,76 +3716,8 @@ | ||
| 4189 | 3716 | font-size: 10px; |
| 4190 | 3717 | padding-block-start: 2px; |
| 4191 | 3718 | } |
| 4192 | 3719 | |
| 4193 | -.elementor-control-type-visual_choice { | |
| 4194 | - width: 100%; | |
| 4195 | -} | |
| 4196 | - | |
| 4197 | -.elementor-visual-choice-choices { | |
| 4198 | - display: grid; | |
| 4199 | - gap: 8px; | |
| 4200 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4201 | - text-align: center; | |
| 4202 | - border-radius: var(--e-a-border-radius); | |
| 4203 | - overflow: hidden; | |
| 4204 | -} | |
| 4205 | - | |
| 4206 | -.elementor-visual-choice-element { | |
| 4207 | - display: flex; | |
| 4208 | - flex-direction: column; | |
| 4209 | - align-items: center; | |
| 4210 | - justify-content: center; | |
| 4211 | - gap: 8px; | |
| 4212 | - width: auto; | |
| 4213 | -} | |
| 4214 | -.elementor-visual-choice-element-image label { | |
| 4215 | - border: var(--e-a-border-bold); | |
| 4216 | - border-radius: var(--e-a-border-radius); | |
| 4217 | - font-size: 12px; | |
| 4218 | - transition: var(--e-a-transition-hover); | |
| 4219 | - cursor: pointer; | |
| 4220 | - overflow: hidden; | |
| 4221 | - width: 100%; | |
| 4222 | - padding: 8px; | |
| 4223 | -} | |
| 4224 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4225 | - background-color: var(--e-a-bg-active-bold); | |
| 4226 | - opacity: 1; | |
| 4227 | -} | |
| 4228 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4229 | - border-color: var(--e-a-color-primary-bold); | |
| 4230 | -} | |
| 4231 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4232 | - background-color: var(--e-a-color-white); | |
| 4233 | - opacity: 0.5; | |
| 4234 | -} | |
| 4235 | -.elementor-visual-choice-element-image img { | |
| 4236 | - width: 100%; | |
| 4237 | - height: auto; | |
| 4238 | -} | |
| 4239 | -.elementor-visual-choice-element-button { | |
| 4240 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4241 | -} | |
| 4242 | -.elementor-visual-choice-element-button label { | |
| 4243 | - width: -moz-fit-content; | |
| 4244 | - width: fit-content; | |
| 4245 | -} | |
| 4246 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4247 | - background-color: var(--e-a-bg-active-bold); | |
| 4248 | -} | |
| 4249 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4250 | - border-color: var(--e-a-color-primary-bold); | |
| 4251 | -} | |
| 4252 | - | |
| 4253 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4254 | - justify-content: flex-end; | |
| 4255 | -} | |
| 4256 | - | |
| 4257 | -.tipsy-inner { | |
| 4258 | - white-space: pre-line; | |
| 4259 | -} | |
| 4260 | - | |
| 4261 | 3720 | .elementor-control-type-wp_widget .widget-inside { |
| 4262 | 3721 | line-height: 2; |
| 4263 | 3722 | background-color: inherit; |
| 4264 | 3723 | display: block; |
| @@ -4402,13 +3861,13 @@ | ||
| 4402 | 3861 | --e-a-mode-switcher-width: 15px; |
| 4403 | 3862 | --e-a-mode-switcher-height: 50px; |
| 4404 | 3863 | --e-a-mode-switcher-icon-size: 15px; |
| 4405 | 3864 | position: absolute; |
| 4406 | - inset-block-start: 50%; | |
| 4407 | - inset-inline-start: 100%; | |
| 3865 | + right: 100%; | |
| 3866 | + top: 50%; | |
| 4408 | 3867 | transform: translateY(-50%); |
| 4409 | 3868 | background-color: var(--e-a-bg-default); |
| 4410 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 3869 | + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4411 | 3870 | transition: 0.3s opacity; |
| 4412 | 3871 | } |
| 4413 | 3872 | #elementor-mode-switcher:hover { |
| 4414 | 3873 | background-color: var(--e-a-bg-hover); |
| @@ -4478,11 +3937,11 @@ | ||
| 4478 | 3937 | } |
| 4479 | 3938 | |
| 4480 | 3939 | #elementor-panel-revisions-loading { |
| 4481 | 3940 | position: absolute; |
| 4482 | - inset-block-start: 50%; | |
| 4483 | - inset-inline-start: 50%; | |
| 4484 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3941 | + top: 50%; | |
| 3942 | + left: 50%; | |
| 3943 | + transform: translate(-50%, -50%); | |
| 4485 | 3944 | } |
| 4486 | 3945 | #elementor-panel-revisions-loading .eicon-loading { |
| 4487 | 3946 | font-size: 50px; |
| 4488 | 3947 | } |
| @@ -4566,10 +4025,10 @@ | ||
| 4566 | 4025 | .e-control-display-conditions-promotion__wrapper { |
| 4567 | 4026 | display: flex; |
| 4568 | 4027 | justify-content: space-between; |
| 4569 | 4028 | } |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4029 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4030 | + color: var(--e-a-color-accent); | |
| 4572 | 4031 | } |
| 4573 | 4032 | .e-control-display-conditions-promotion__description { |
| 4574 | 4033 | display: flex; |
| 4575 | 4034 | align-self: center; |
| @@ -4582,11 +4041,8 @@ | ||
| 4582 | 4041 | display: flex; |
| 4583 | 4042 | justify-content: center; |
| 4584 | 4043 | align-items: center; |
| 4585 | 4044 | } |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | 4045 | .e-control-display-conditions-promotion.eicon-flow { |
| 4590 | 4046 | align-self: flex-end; |
| 4591 | 4047 | cursor: pointer; |
| 4592 | 4048 | border: var(--e-a-border-bold); |
| @@ -4597,15 +4053,12 @@ | ||
| 4597 | 4053 | background-color: var(--e-a-bg-active); |
| 4598 | 4054 | color: #E73CF6; |
| 4599 | 4055 | } |
| 4600 | 4056 | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4057 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock { | |
| 4058 | + color: var(--e-a-color-accent); | |
| 4603 | 4059 | } |
| 4604 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4605 | - margin-inline-end: 0; | |
| 4606 | -} | |
| 4607 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4060 | +.e-control-motion-effects-promotion__wrapper .select-promotion { | |
| 4608 | 4061 | display: flex; |
| 4609 | 4062 | flex-direction: column; |
| 4610 | 4063 | justify-content: center; |
| 4611 | 4064 | padding-inline-start: 5px; |
| @@ -4619,17 +4072,14 @@ | ||
| 4619 | 4072 | box-shadow: none; |
| 4620 | 4073 | border: var(--e-a-border-bold); |
| 4621 | 4074 | font-size: var(--control-title-size); |
| 4622 | 4075 | } |
| 4623 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4076 | +.e-control-motion-effects-promotion__lock-wrapper { | |
| 4624 | 4077 | width: 2.5rem; |
| 4625 | 4078 | display: flex; |
| 4626 | 4079 | justify-content: center; |
| 4627 | 4080 | align-items: center; |
| 4628 | 4081 | } |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 4632 | 4082 | |
| 4633 | 4083 | .e-link-promotion { |
| 4634 | 4084 | font-family: "Roboto", sans-serif; |
| 4635 | 4085 | font-weight: 500; |
| @@ -4716,13 +4166,13 @@ | ||
| 4716 | 4166 | } |
| 4717 | 4167 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4718 | 4168 | align-self: end; |
| 4719 | 4169 | margin-block-start: 35px; |
| 4720 | - inset-block-start: 0; | |
| 4170 | + top: 0; | |
| 4721 | 4171 | width: 100%; |
| 4722 | 4172 | } |
| 4723 | 4173 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4724 | - inset-inline-end: 5px; | |
| 4174 | + left: 5px; | |
| 4725 | 4175 | } |
| 4726 | 4176 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4727 | 4177 | padding: 0 20px 15px; |
| 4728 | 4178 | } |
| @@ -4832,33 +4282,21 @@ | ||
| 4832 | 4282 | .elementor-button:not(.elementor-button-state) .elementor-state-icon, |
| 4833 | 4283 | .e-btn:not(.elementor-button-state) .elementor-state-icon { |
| 4834 | 4284 | display: none; |
| 4835 | 4285 | } |
| 4836 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4837 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4838 | -.e-btn.e-btn-txt, | |
| 4839 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4840 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4286 | +.elementor-button.e-btn-txt, | |
| 4287 | +.e-btn.e-btn-txt { | |
| 4841 | 4288 | background: transparent; |
| 4842 | 4289 | color: var(--e-a-color-txt); |
| 4843 | 4290 | } |
| 4844 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4845 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4291 | +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus, | |
| 4847 | 4292 | .e-btn.e-btn-txt:hover, |
| 4848 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4849 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4850 | -.e-btn.e-btn-txt:focus, | |
| 4851 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4852 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4293 | +.e-btn.e-btn-txt:focus { | |
| 4853 | 4294 | background: var(--e-a-bg-hover); |
| 4854 | 4295 | color: var(--e-a-color-txt-hover); |
| 4855 | 4296 | } |
| 4856 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4858 | -.e-btn.e-btn-txt:disabled, | |
| 4859 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4860 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4297 | +.elementor-button.e-btn-txt:disabled, | |
| 4298 | +.e-btn.e-btn-txt:disabled { | |
| 4861 | 4299 | background: transparent; |
| 4862 | 4300 | color: var(--e-a-color-txt-disabled); |
| 4863 | 4301 | } |
| 4864 | 4302 | .elementor-button.e-btn-txt-border, |
| @@ -4876,90 +4314,27 @@ | ||
| 4876 | 4314 | .e-btn.e-success:hover, |
| 4877 | 4315 | .e-btn.e-success:focus { |
| 4878 | 4316 | background-color: var(--e-a-btn-bg-success-hover); |
| 4879 | 4317 | } |
| 4880 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4881 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4883 | -.e-btn.e-primary, | |
| 4884 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4885 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4886 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4887 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4318 | +.elementor-button.e-primary, | |
| 4319 | +.e-btn.e-primary { | |
| 4888 | 4320 | background-color: var(--e-a-btn-bg-primary); |
| 4889 | 4321 | color: var(--e-a-btn-color); |
| 4890 | 4322 | } |
| 4891 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4892 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, | |
| 4893 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 4894 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4895 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4323 | +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus, | |
| 4896 | 4324 | .e-btn.e-primary:hover, |
| 4897 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4898 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4899 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4900 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4901 | -.e-btn.e-primary:focus, | |
| 4902 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4903 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4904 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4905 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4325 | +.e-btn.e-primary:focus { | |
| 4906 | 4326 | background-color: var(--e-a-btn-bg-primary-hover); |
| 4907 | 4327 | color: var(--e-a-btn-color); |
| 4908 | 4328 | } |
| 4909 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4910 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, | |
| 4911 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4912 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4913 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4914 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4915 | -.e-btn.e-primary.e-btn-txt, | |
| 4916 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4917 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4918 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4919 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4920 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4921 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4922 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4923 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4924 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4925 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4329 | +.elementor-button.e-primary.e-btn-txt, | |
| 4330 | +.e-btn.e-primary.e-btn-txt { | |
| 4926 | 4331 | background: transparent; |
| 4927 | 4332 | color: var(--e-a-color-primary-bold); |
| 4928 | 4333 | } |
| 4929 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4930 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4931 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4932 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4933 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4934 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4935 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4936 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4937 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4938 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4939 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4334 | +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus, | |
| 4940 | 4335 | .e-btn.e-primary.e-btn-txt:hover, |
| 4941 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4942 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4943 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4944 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4945 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4946 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4947 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4948 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4949 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4950 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4951 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4952 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4953 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4954 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4955 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4956 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4957 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4958 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4959 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4960 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4961 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4336 | +.e-btn.e-primary.e-btn-txt:focus { | |
| 4962 | 4337 | background: var(--e-a-bg-primary); |
| 4963 | 4338 | } |
| 4964 | 4339 | .elementor-button.go-pro, .elementor-button.e-accent, |
| 4965 | 4340 | .e-btn.go-pro, |
| @@ -5006,13 +4381,8 @@ | ||
| 5006 | 4381 | .e-btn.elementor-button-danger, |
| 5007 | 4382 | .e-btn.e-danger { |
| 5008 | 4383 | background-color: var(--e-a-btn-bg-danger); |
| 5009 | 4384 | } |
| 5010 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 5011 | -.e-btn.elementor-button-danger.color-white, | |
| 5012 | -.e-btn.e-danger.color-white { | |
| 5013 | - color: var(--e-a-color-white); | |
| 5014 | -} | |
| 5015 | 4385 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 5016 | 4386 | .e-btn.elementor-button-danger:hover, |
| 5017 | 4387 | .e-btn.elementor-button-danger:focus, |
| 5018 | 4388 | .e-btn.e-danger:hover, |
| @@ -5055,23 +4425,22 @@ | ||
| 5055 | 4425 | } |
| 5056 | 4426 | |
| 5057 | 4427 | #elementor-preview-responsive-wrapper { |
| 5058 | 4428 | transform-origin: top center; |
| 5059 | - margin: 20px; | |
| 4429 | + padding: 20px; | |
| 5060 | 4430 | transform: scale(var(--e-preview-scale, 1)); |
| 5061 | - overflow: hidden; | |
| 5062 | 4431 | } |
| 5063 | 4432 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 5064 | 4433 | min-width: 1025px; |
| 5065 | 4434 | width: 100%; |
| 5066 | 4435 | height: 100%; |
| 5067 | - margin: 0; | |
| 4436 | + padding: 0; | |
| 5068 | 4437 | position: relative; |
| 5069 | 4438 | } |
| 5070 | 4439 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 5071 | 4440 | width: var(--e-editor-preview-width); |
| 5072 | 4441 | height: var(--e-editor-preview-height); |
| 5073 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4442 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5074 | 4443 | box-sizing: content-box; |
| 5075 | 4444 | position: relative; |
| 5076 | 4445 | max-height: calc(100vh - 80px); |
| 5077 | 4446 | } |
| @@ -5133,10 +4502,9 @@ | ||
| 5133 | 4502 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5134 | 4503 | bottom: 0; |
| 5135 | 4504 | } |
| 5136 | 4505 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5137 | - width: 10px; | |
| 5138 | - right: -5px; | |
| 4506 | + right: 0; | |
| 5139 | 4507 | } |
| 5140 | 4508 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5141 | 4509 | left: 0; |
| 5142 | 4510 | } |
| @@ -5147,20 +4515,8 @@ | ||
| 5147 | 4515 | background-color: #fff; |
| 5148 | 4516 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5149 | 4517 | } |
| 5150 | 4518 | |
| 5151 | -#elementor-template-library-modal button:focus-visible, | |
| 5152 | -#elementor-template-library-modal a:focus-visible, | |
| 5153 | -#elementor-template-library-modal input:focus-visible, | |
| 5154 | -#elementor-template-library-modal select:focus-visible, | |
| 5155 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5156 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5157 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5158 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5159 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5160 | - outline-offset: 2px; | |
| 5161 | - border-radius: 2px; | |
| 5162 | -} | |
| 5163 | 4519 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5164 | 4520 | font-style: normal; |
| 5165 | 4521 | text-decoration: underline; |
| 5166 | 4522 | } |
| @@ -5172,17 +4528,8 @@ | ||
| 5172 | 4528 | } |
| 5173 | 4529 | #elementor-template-library-modal .dialog-message { |
| 5174 | 4530 | overflow-y: scroll; |
| 5175 | 4531 | } |
| 5176 | -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message { | |
| 5177 | - overflow-y: auto; | |
| 5178 | -} | |
| 5179 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5180 | - color: var(--e-a-color-txt); | |
| 5181 | - text-decoration: underline; | |
| 5182 | - font-size: 17px; | |
| 5183 | - cursor: pointer; | |
| 5184 | -} | |
| 5185 | 4532 | |
| 5186 | 4533 | #elementor-template-library-header-menu { |
| 5187 | 4534 | text-align: center; |
| 5188 | 4535 | } |
| @@ -5191,21 +4538,14 @@ | ||
| 5191 | 4538 | display: inline-block; |
| 5192 | 4539 | padding: 17px 20px; |
| 5193 | 4540 | border-block-end: 3px solid transparent; |
| 5194 | 4541 | cursor: pointer; |
| 5195 | - background: transparent; | |
| 5196 | - margin: 0; | |
| 5197 | - font-size: inherit; | |
| 5198 | - font-family: inherit; | |
| 5199 | - color: inherit; | |
| 5200 | - border: none; | |
| 5201 | 4542 | } |
| 5202 | 4543 | .elementor-template-library-menu-item:hover { |
| 5203 | 4544 | background-color: var(--e-a-bg-hover); |
| 5204 | 4545 | border-color: var(--e-a-bg-hover); |
| 5205 | 4546 | } |
| 5206 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5207 | - border-block-end: 3px solid; | |
| 4547 | +.elementor-template-library-menu-item.elementor-active { | |
| 5208 | 4548 | border-color: var(--e-a-border-color-accent); |
| 5209 | 4549 | color: var(--e-a-color-txt-accent); |
| 5210 | 4550 | } |
| 5211 | 4551 | |
| @@ -5211,31 +4551,12 @@ | ||
| 5211 | 4551 | |
| 5212 | 4552 | #elementor-template-library-header-actions { |
| 5213 | 4553 | display: flex; |
| 5214 | 4554 | } |
| 5215 | -#elementor-template-library-header-actions > div, | |
| 5216 | -#elementor-template-library-header-actions > button { | |
| 5217 | - background: transparent; | |
| 5218 | - margin: 0; | |
| 5219 | - font-size: inherit; | |
| 5220 | - font-family: inherit; | |
| 5221 | - color: inherit; | |
| 5222 | - border: none; | |
| 4555 | +#elementor-template-library-header-actions > div { | |
| 5223 | 4556 | padding-inline-end: 16px; |
| 5224 | - cursor: pointer; | |
| 5225 | 4557 | } |
| 5226 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5227 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: -2px; | |
| 5230 | - border-radius: 2px; | |
| 5231 | -} | |
| 5232 | 4558 | |
| 5233 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5234 | - opacity: 0; | |
| 5235 | - visibility: hidden; | |
| 5236 | -} | |
| 5237 | - | |
| 5238 | 4559 | #elementor-template-library-header-preview-insert-wrapper { |
| 5239 | 4560 | cursor: default; |
| 5240 | 4561 | padding: 0 10px; |
| 5241 | 4562 | } |
| @@ -5244,9 +4565,8 @@ | ||
| 5244 | 4565 | margin-inline-start: 4px; |
| 5245 | 4566 | } |
| 5246 | 4567 | |
| 5247 | 4568 | #elementor-template-library-header-preview-back { |
| 5248 | - gap: 10px; | |
| 5249 | 4569 | padding-block: 16.5px 15px; |
| 5250 | 4570 | padding-inline: 0 16.5px; |
| 5251 | 4571 | border-inline-end: var(--e-a-border); |
| 5252 | 4572 | cursor: pointer; |
| @@ -5251,138 +4571,27 @@ | ||
| 5251 | 4571 | border-inline-end: var(--e-a-border); |
| 5252 | 4572 | cursor: pointer; |
| 5253 | 4573 | transition: color 0.5s; |
| 5254 | 4574 | } |
| 5255 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5256 | - background: transparent; | |
| 5257 | - margin: 0; | |
| 5258 | - font-size: inherit; | |
| 5259 | - font-family: inherit; | |
| 5260 | - color: inherit; | |
| 5261 | - border: none; | |
| 5262 | - display: flex; | |
| 5263 | - align-items: center; | |
| 5264 | - gap: 10px; | |
| 5265 | - cursor: pointer; | |
| 5266 | -} | |
| 5267 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5268 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5269 | - outline-offset: 2px; | |
| 5270 | - border-radius: 2px; | |
| 5271 | -} | |
| 5272 | 4575 | #elementor-template-library-header-preview-back:hover { |
| 5273 | 4576 | color: var(--e-a-color-txt-hover); |
| 5274 | 4577 | } |
| 5275 | 4578 | #elementor-template-library-header-preview-back i { |
| 4579 | + padding-inline-end: 10px; | |
| 5276 | 4580 | font-size: 18px; |
| 5277 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5278 | 4581 | } |
| 4582 | +#elementor-template-library-header-preview-back i:before { | |
| 4583 | + content: "\e87d"; | |
| 4584 | +} | |
| 5279 | 4585 | |
| 5280 | -#elementor-template-library-templates { | |
| 5281 | - display: flex; | |
| 5282 | - flex-direction: column; | |
| 5283 | - gap: 20px; | |
| 5284 | -} | |
| 5285 | -#elementor-template-library-templates .toolbar-container { | |
| 5286 | - display: flex; | |
| 5287 | - justify-content: space-between; | |
| 5288 | - align-items: center; | |
| 5289 | - gap: 2%; | |
| 5290 | - height: 45px; | |
| 5291 | -} | |
| 5292 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5293 | - display: flex; | |
| 5294 | - flex-wrap: wrap; | |
| 5295 | - align-items: flex-start; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5298 | - display: none; | |
| 5299 | -} | |
| 5300 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) { | |
| 5301 | - justify-content: flex-end; | |
| 5302 | -} | |
| 5303 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { | |
| 5304 | - display: flex; | |
| 5305 | - align-items: baseline; | |
| 5306 | - border-radius: 3px; | |
| 5307 | -} | |
| 5308 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5309 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5310 | - outline-offset: 2px; | |
| 5311 | -} | |
| 5312 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { | |
| 5313 | - align-items: center; | |
| 5314 | -} | |
| 5315 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i { | |
| 5316 | - font-size: 14px; | |
| 5317 | - margin-inline-start: 5px; | |
| 5318 | -} | |
| 5319 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container { | |
| 5320 | - width: 200px; | |
| 5321 | - margin: 0px 10px; | |
| 5322 | - align-self: center; | |
| 5323 | - text-align: start; | |
| 5324 | -} | |
| 5325 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning { | |
| 5326 | - font-size: 10px; | |
| 5327 | -} | |
| 5328 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a { | |
| 5329 | - color: var(--e-a-btn-bg-accent); | |
| 5330 | -} | |
| 5331 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar { | |
| 5332 | - height: 4px; | |
| 5333 | - background-color: var(--e-a-color-primary-bold); | |
| 5334 | - position: relative; | |
| 5335 | - display: flex; | |
| 5336 | - align-items: center; | |
| 5337 | - padding: 0; | |
| 5338 | -} | |
| 5339 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill { | |
| 5340 | - height: 100%; | |
| 5341 | - transition: width 0.3s ease; | |
| 5342 | -} | |
| 5343 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal { | |
| 5344 | - background-color: #D004D4; | |
| 5345 | -} | |
| 5346 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning { | |
| 5347 | - background-color: #F59E0B; | |
| 5348 | -} | |
| 5349 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert { | |
| 5350 | - background-color: #93003f; | |
| 5351 | -} | |
| 5352 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal { | |
| 5353 | - background-color: #F0ABFC; | |
| 5354 | -} | |
| 5355 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning { | |
| 5356 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5357 | -} | |
| 5358 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5359 | - font-size: 12px; | |
| 5360 | - color: var(--e-a-color-txt); | |
| 5361 | -} | |
| 5362 | -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container { | |
| 4586 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4587 | + margin-block-start: 10px; | |
| 4588 | + margin-block-end: 45px; | |
| 5363 | 4589 | border-block-start: var(--e-a-border); |
| 5364 | 4590 | } |
| 5365 | -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4591 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5366 | 4592 | color: var(--e-a-color-txt-active); |
| 5367 | 4593 | } |
| 5368 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5369 | - border-block-start: none; | |
| 5370 | -} | |
| 5371 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5372 | - padding: 0; | |
| 5373 | -} | |
| 5374 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5375 | - max-width: -moz-fit-content; | |
| 5376 | - max-width: fit-content; | |
| 5377 | -} | |
| 5378 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5379 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5380 | - display: none; | |
| 5381 | -} | |
| 5382 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5383 | - pointer-events: none; | |
| 5384 | -} | |
| 5385 | 4594 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5386 | 4595 | margin: 10px -15px 0; |
| 5387 | 4596 | } |
| 5388 | 4597 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5408,243 +4617,14 @@ | ||
| 5408 | 4617 | } |
| 5409 | 4618 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5410 | 4619 | content: "\e8ad"; |
| 5411 | 4620 | } |
| 5412 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4621 | + | |
| 4622 | +#elementor-template-library-templates-container { | |
| 5413 | 4623 | display: flex; |
| 5414 | - align-items: center; | |
| 5415 | - gap: 8px; | |
| 4624 | + flex-wrap: wrap; | |
| 4625 | + align-items: flex-start; | |
| 5416 | 4626 | } |
| 5417 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5418 | - background: transparent; | |
| 5419 | - margin: 0; | |
| 5420 | - font-size: inherit; | |
| 5421 | - font-family: inherit; | |
| 5422 | - color: inherit; | |
| 5423 | - border: none; | |
| 5424 | - cursor: pointer; | |
| 5425 | - font-size: 20px; | |
| 5426 | - padding: 0 5px; | |
| 5427 | - border-radius: 2px; | |
| 5428 | - color: var(--e-a-color-txt); | |
| 5429 | -} | |
| 5430 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5431 | - background-color: var(--e-a-bg-hover); | |
| 5432 | -} | |
| 5433 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5434 | - width: 1px; | |
| 5435 | - height: 20px; | |
| 5436 | - background-color: var(--e-a-border-color); | |
| 5437 | -} | |
| 5438 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5439 | - background-color: var(--e-a-bg-hover); | |
| 5440 | -} | |
| 5441 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5442 | - background-color: var(--e-a-bg-hover); | |
| 5443 | -} | |
| 5444 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5445 | - display: grid; | |
| 5446 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5447 | - grid-gap: 20px; | |
| 5448 | - padding: 20px 0; | |
| 5449 | -} | |
| 5450 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template { | |
| 5451 | - grid-column: 1; | |
| 5452 | -} | |
| 5453 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5454 | - grid-column: 1/-1; | |
| 5455 | -} | |
| 5456 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5457 | - display: flex; | |
| 5458 | - position: relative; | |
| 5459 | - flex-direction: column; | |
| 5460 | - height: 158px; | |
| 5461 | - padding: 8px; | |
| 5462 | - border: var(--e-a-border); | |
| 5463 | - border-radius: 3px; | |
| 5464 | -} | |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5466 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5467 | - outline-offset: 2px; | |
| 5468 | -} | |
| 5469 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5470 | - display: flex; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5473 | - display: none; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5476 | - display: flex !important; | |
| 5477 | -} | |
| 5478 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5479 | - width: 190px; | |
| 5480 | - height: 100px; | |
| 5481 | - position: relative; | |
| 5482 | - border-radius: 3px; | |
| 5483 | - margin-block-end: 4px; | |
| 5484 | - overflow: hidden; | |
| 5485 | -} | |
| 5486 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img { | |
| 5487 | - -o-object-fit: contain; | |
| 5488 | - object-fit: contain; | |
| 5489 | - width: 100%; | |
| 5490 | - height: 100%; | |
| 5491 | -} | |
| 5492 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5493 | - display: none; | |
| 5494 | - justify-content: center; | |
| 5495 | - align-items: center; | |
| 5496 | - position: absolute; | |
| 5497 | - inset: 0; | |
| 5498 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5499 | - cursor: default; | |
| 5500 | -} | |
| 5501 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5502 | - font-size: 11px; | |
| 5503 | - white-space: nowrap; | |
| 5504 | - text-overflow: ellipsis; | |
| 5505 | - overflow: hidden; | |
| 5506 | -} | |
| 5507 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5508 | - display: flex; | |
| 5509 | - position: relative; | |
| 5510 | - justify-content: space-between; | |
| 5511 | - align-items: center; | |
| 5512 | - font-size: 11px; | |
| 5513 | - min-height: 38px; | |
| 5514 | -} | |
| 5515 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5516 | - display: none; | |
| 5517 | - width: 90%; | |
| 5518 | - gap: 8px; | |
| 5519 | - height: 38px; | |
| 5520 | - padding: 4px 0; | |
| 5521 | -} | |
| 5522 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert { | |
| 5523 | - display: flex; | |
| 5524 | -} | |
| 5525 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i { | |
| 5526 | - display: flex; | |
| 5527 | - align-items: center; | |
| 5528 | -} | |
| 5529 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info { | |
| 5530 | - display: flex; | |
| 5531 | - flex-direction: column; | |
| 5532 | - justify-content: center; | |
| 5533 | - width: 65%; | |
| 5534 | - align-items: start; | |
| 5535 | - white-space: nowrap; | |
| 5536 | - text-overflow: ellipsis; | |
| 5537 | - overflow: hidden; | |
| 5538 | -} | |
| 5539 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5540 | - flex-direction: row; | |
| 5541 | - align-items: center; | |
| 5542 | - justify-content: start; | |
| 5543 | - height: 56px; | |
| 5544 | - padding: 13px 10px; | |
| 5545 | -} | |
| 5546 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon { | |
| 5547 | - font-size: 25px; | |
| 5548 | - margin-inline-end: 8px; | |
| 5549 | -} | |
| 5550 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle { | |
| 5551 | - margin-inline-start: auto; | |
| 5552 | -} | |
| 5553 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5554 | - display: none; | |
| 5555 | -} | |
| 5556 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5557 | - visibility: hidden; | |
| 5558 | -} | |
| 5559 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5560 | - visibility: visible; | |
| 5561 | -} | |
| 5562 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5563 | - display: none; | |
| 5564 | - background: var(--e-a-bg-active); | |
| 5565 | - padding: 10px 25px; | |
| 5566 | - border-radius: 5px; | |
| 5567 | - color: var(--e-a-bg-invert); | |
| 5568 | - gap: 20px; | |
| 5569 | - align-items: center; | |
| 5570 | - flex: 1; | |
| 5571 | -} | |
| 5572 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5573 | - background: transparent; | |
| 5574 | - margin: 0; | |
| 5575 | - font-size: inherit; | |
| 5576 | - font-family: inherit; | |
| 5577 | - color: inherit; | |
| 5578 | - border: none; | |
| 5579 | - cursor: pointer; | |
| 5580 | - display: flex; | |
| 5581 | - align-items: center; | |
| 5582 | - justify-content: center; | |
| 5583 | -} | |
| 5584 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5585 | - pointer-events: none; | |
| 5586 | - opacity: 0.3; | |
| 5587 | - cursor: not-allowed; | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5590 | - cursor: pointer; | |
| 5591 | - font-size: 18px; | |
| 5592 | -} | |
| 5593 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5594 | - font-size: 20px; | |
| 5595 | -} | |
| 5596 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5597 | - display: flex; | |
| 5598 | - flex: 1; | |
| 5599 | - white-space: nowrap; | |
| 5600 | - text-overflow: ellipsis; | |
| 5601 | - overflow: hidden; | |
| 5602 | -} | |
| 5603 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5604 | - display: flex; | |
| 5605 | - flex-direction: row; | |
| 5606 | - align-items: center; | |
| 5607 | - gap: 15px; | |
| 5608 | - white-space: nowrap; | |
| 5609 | - text-overflow: ellipsis; | |
| 5610 | - overflow: hidden; | |
| 5611 | -} | |
| 5612 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5613 | - white-space: nowrap; | |
| 5614 | - text-overflow: ellipsis; | |
| 5615 | - overflow: hidden; | |
| 5616 | -} | |
| 5617 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5618 | - padding-inline-start: 8px; | |
| 5619 | - background-color: var(--e-a-bg-hover); | |
| 5620 | - color: var(--e-a-color-txt); | |
| 5621 | -} | |
| 5622 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5623 | - visibility: visible; | |
| 5624 | -} | |
| 5625 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5626 | - background: var(--e-a-bg-active); | |
| 5627 | -} | |
| 5628 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5629 | - position: relative; | |
| 5630 | - inset-block-start: 3px; | |
| 5631 | -} | |
| 5632 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5633 | - inset-block-start: 0px; | |
| 5634 | -} | |
| 5635 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5636 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5637 | - background: #69727D; | |
| 5638 | -} | |
| 5639 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5640 | - display: block; | |
| 5641 | - content: ""; | |
| 5642 | - width: 10px; | |
| 5643 | - height: 2px; | |
| 5644 | - background-color: white; | |
| 5645 | - transform: none; | |
| 5646 | -} | |
| 5647 | 4627 | |
| 5648 | 4628 | #elementor-template-library-toolbar { |
| 5649 | 4629 | display: flex; |
| 5650 | 4630 | justify-content: space-between; |
| @@ -5655,80 +4635,8 @@ | ||
| 5655 | 4635 | display: flex; |
| 5656 | 4636 | align-items: center; |
| 5657 | 4637 | } |
| 5658 | 4638 | |
| 5659 | -.elementor-template-library-filter-select-source { | |
| 5660 | - width: 350px; | |
| 5661 | - display: flex; | |
| 5662 | - gap: 10px; | |
| 5663 | -} | |
| 5664 | -.elementor-template-library-filter-select-source .source-option { | |
| 5665 | - flex: 1; | |
| 5666 | - border: 0.5px solid #BABFC5; | |
| 5667 | - padding: 5px; | |
| 5668 | - border-radius: 3px; | |
| 5669 | - cursor: pointer; | |
| 5670 | - font-size: 12px; | |
| 5671 | -} | |
| 5672 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5673 | - margin-inline-end: 5px; | |
| 5674 | -} | |
| 5675 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5676 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5677 | - padding: 2px 4px; | |
| 5678 | - color: var(--e-a-color-primary-bold-dark); | |
| 5679 | - border-radius: 10px; | |
| 5680 | - font-size: 10px; | |
| 5681 | - margin-inline-start: 5px; | |
| 5682 | -} | |
| 5683 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5684 | - background-color: var(--e-a-bg-hover); | |
| 5685 | -} | |
| 5686 | - | |
| 5687 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5688 | - display: flex; | |
| 5689 | - align-items: center; | |
| 5690 | - justify-content: space-between; | |
| 5691 | -} | |
| 5692 | - | |
| 5693 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5694 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5695 | - display: flex; | |
| 5696 | - align-items: center; | |
| 5697 | - gap: 6px; | |
| 5698 | - padding: 6px 12px; | |
| 5699 | - border: none; | |
| 5700 | - border-radius: 20px; | |
| 5701 | - font-size: 14px; | |
| 5702 | - font-weight: 500; | |
| 5703 | - white-space: nowrap; | |
| 5704 | - margin-inline-start: auto; | |
| 5705 | - margin-inline-end: 15px; | |
| 5706 | -} | |
| 5707 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5708 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5709 | - margin: 0; | |
| 5710 | - font-size: 14px; | |
| 5711 | -} | |
| 5712 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5713 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5714 | - background-color: var(--e-a-bg-info); | |
| 5715 | - color: var(--e-a-color-info); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5719 | - color: var(--e-a-color-info); | |
| 5720 | -} | |
| 5721 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5722 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5723 | - background-color: var(--e-a-bg-warning); | |
| 5724 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5725 | -} | |
| 5726 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5727 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5728 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5729 | -} | |
| 5730 | - | |
| 5731 | 4639 | #elementor-template-library-filter-toolbar-remote { |
| 5732 | 4640 | font-size: 11px; |
| 5733 | 4641 | } |
| 5734 | 4642 | |
| @@ -5742,11 +4650,8 @@ | ||
| 5742 | 4650 | padding-inline-end: 22px; |
| 5743 | 4651 | -webkit-user-select: none; |
| 5744 | 4652 | -moz-user-select: none; |
| 5745 | 4653 | user-select: none; |
| 5746 | - line-height: 1; | |
| 5747 | - font-size: 10px; | |
| 5748 | - font-weight: 500; | |
| 5749 | 4654 | } |
| 5750 | 4655 | |
| 5751 | 4656 | label.elementor-template-library-order-label { |
| 5752 | 4657 | cursor: pointer; |
| @@ -5802,12 +4707,8 @@ | ||
| 5802 | 4707 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5803 | 4708 | content: "\e923"; |
| 5804 | 4709 | } |
| 5805 | 4710 | |
| 5806 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5807 | - margin-block-end: 10px; | |
| 5808 | -} | |
| 5809 | - | |
| 5810 | 4711 | #elementor-template-library-filter-text-wrapper { |
| 5811 | 4712 | width: 200px; |
| 5812 | 4713 | position: relative; |
| 5813 | 4714 | } |
| @@ -5812,15 +4713,12 @@ | ||
| 5812 | 4713 | position: relative; |
| 5813 | 4714 | } |
| 5814 | 4715 | #elementor-template-library-filter-text-wrapper i { |
| 5815 | 4716 | position: absolute; |
| 5816 | - inset-block-start: 50%; | |
| 5817 | - inset-inline-end: 0; | |
| 4717 | + top: 50%; | |
| 4718 | + left: 0; | |
| 5818 | 4719 | transform: translateY(-50%); |
| 5819 | 4720 | } |
| 5820 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5821 | - inset-block-start: 25%; | |
| 5822 | -} | |
| 5823 | 4721 | |
| 5824 | 4722 | #elementor-template-library-filter-text { |
| 5825 | 4723 | border: none; |
| 5826 | 4724 | border-block-end: var(--e-a-border-bold); |
| @@ -5846,32 +4744,19 @@ | ||
| 5846 | 4744 | padding: 8px; |
| 5847 | 4745 | border: var(--e-a-border); |
| 5848 | 4746 | border-radius: 3px; |
| 5849 | 4747 | } |
| 5850 | -.elementor-template-library-template-remote:focus-visible { | |
| 5851 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5852 | - outline-offset: 2px; | |
| 5853 | -} | |
| 5854 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 4748 | +.elementor-template-library-template-remote:hover { | |
| 5855 | 4749 | background-color: var(--e-a-bg-hover); |
| 5856 | 4750 | } |
| 5857 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5858 | - opacity: 1; | |
| 5859 | -} | |
| 5860 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 4751 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5861 | 4752 | display: none; |
| 5862 | 4753 | } |
| 5863 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5864 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5865 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5866 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5867 | - display: initial; | |
| 5868 | -} | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 4754 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5870 | 4755 | opacity: 0; |
| 5871 | 4756 | } |
| 5872 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5873 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 4757 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4758 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5874 | 4759 | display: none; |
| 5875 | 4760 | } |
| 5876 | 4761 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5877 | 4762 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5879,10 +4764,10 @@ | ||
| 5879 | 4764 | color: var(--e-a-color-white); |
| 5880 | 4765 | position: absolute; |
| 5881 | 4766 | text-transform: uppercase; |
| 5882 | 4767 | line-height: 1; |
| 5883 | - inset-block-start: 5px; | |
| 5884 | - inset-inline-end: 5px; | |
| 4768 | + top: 5px; | |
| 4769 | + left: 5px; | |
| 5885 | 4770 | padding: 3px 5px; |
| 5886 | 4771 | font-size: 8px; |
| 5887 | 4772 | border-radius: 2px; |
| 5888 | 4773 | } |
| @@ -5897,10 +4782,10 @@ | ||
| 5897 | 4782 | } |
| 5898 | 4783 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5899 | 4784 | position: absolute; |
| 5900 | 4785 | width: 100%; |
| 5901 | - inset-block-end: 0; | |
| 5902 | - inset-inline-start: 0; | |
| 4786 | + bottom: 0; | |
| 4787 | + right: 0; | |
| 5903 | 4788 | padding: 10px; |
| 5904 | 4789 | background-color: var(--e-a-bg-default); |
| 5905 | 4790 | transition: transform 0.5s; |
| 5906 | 4791 | } |
| @@ -5906,9 +4791,9 @@ | ||
| 5906 | 4791 | } |
| 5907 | 4792 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5908 | 4793 | display: none; |
| 5909 | 4794 | } |
| 5910 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 4795 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5911 | 4796 | transform: translateY(100%); |
| 5912 | 4797 | } |
| 5913 | 4798 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5914 | 4799 | position: relative; |
| @@ -5925,9 +4810,12 @@ | ||
| 5925 | 4810 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5926 | 4811 | } |
| 5927 | 4812 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5928 | 4813 | position: absolute; |
| 5929 | - inset: 0; | |
| 4814 | + top: 0; | |
| 4815 | + left: 0; | |
| 4816 | + width: 100%; | |
| 4817 | + height: 100%; | |
| 5930 | 4818 | background-color: rgba(0, 0, 0, 0.5); |
| 5931 | 4819 | transition: opacity 0.5s; |
| 5932 | 4820 | cursor: pointer; |
| 5933 | 4821 | } |
| @@ -5933,11 +4821,11 @@ | ||
| 5933 | 4821 | } |
| 5934 | 4822 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5935 | 4823 | font-size: 20px; |
| 5936 | 4824 | position: absolute; |
| 5937 | - inset-block-start: 50%; | |
| 5938 | - inset-inline-start: 50%; | |
| 5939 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4825 | + top: 50%; | |
| 4826 | + left: 50%; | |
| 4827 | + transform: translate(-50%, -50%); | |
| 5940 | 4828 | } |
| 5941 | 4829 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5942 | 4830 | display: flex; |
| 5943 | 4831 | justify-content: space-between; |
| @@ -5957,22 +4845,10 @@ | ||
| 5957 | 4845 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5958 | 4846 | margin-inline-start: auto; |
| 5959 | 4847 | } |
| 5960 | 4848 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5961 | - position: absolute; | |
| 5962 | - width: 1px; | |
| 5963 | - height: 1px; | |
| 5964 | - padding: 0; | |
| 5965 | - margin: -1px; | |
| 5966 | - overflow: hidden; | |
| 5967 | - clip: rect(0, 0, 0, 0); | |
| 5968 | - white-space: nowrap; | |
| 5969 | - border: 0; | |
| 4849 | + display: none; | |
| 5970 | 4850 | } |
| 5971 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5972 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5973 | - outline-offset: 2px; | |
| 5974 | -} | |
| 5975 | 4851 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5976 | 4852 | content: "\e93f"; |
| 5977 | 4853 | color: var(--e-a-color-primary-bold); |
| 5978 | 4854 | } |
| @@ -6007,231 +4883,112 @@ | ||
| 6007 | 4883 | height: 200px; |
| 6008 | 4884 | } |
| 6009 | 4885 | |
| 6010 | 4886 | #elementor-template-library-order-toolbar-local, |
| 6011 | -.elementor-template-library-template-local, | |
| 6012 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4887 | +.elementor-template-library-template-local { | |
| 6013 | 4888 | display: flex; |
| 6014 | 4889 | align-items: center; |
| 6015 | 4890 | padding: 0 25px; |
| 6016 | 4891 | text-align: start; |
| 6017 | 4892 | } |
| 6018 | -@media (max-width: 1439px) { | |
| 6019 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6020 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6021 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6022 | - width: 33%; | |
| 6023 | - } | |
| 6024 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6025 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6026 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6027 | - width: 10%; | |
| 6028 | - } | |
| 6029 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6030 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6031 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6032 | - width: 15%; | |
| 6033 | - } | |
| 6034 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6035 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6036 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6037 | - width: 15%; | |
| 6038 | - } | |
| 6039 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6040 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6041 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6042 | - width: 27%; | |
| 6043 | - } | |
| 6044 | -} | |
| 6045 | -@media (min-width: 1440px) { | |
| 6046 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6047 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6048 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6049 | - width: 25%; | |
| 6050 | - } | |
| 6051 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6052 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6053 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6054 | - width: 17%; | |
| 6055 | - } | |
| 6056 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6057 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6058 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6059 | - width: 17%; | |
| 6060 | - } | |
| 6061 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6062 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6063 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6064 | - width: 17%; | |
| 6065 | - } | |
| 6066 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6067 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6068 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6069 | - width: 24%; | |
| 6070 | - } | |
| 6071 | -} | |
| 6072 | -@media (max-width: 1024px) { | |
| 6073 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6074 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6075 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6076 | - display: none; | |
| 6077 | - } | |
| 6078 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6079 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6080 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6081 | - width: 41%; | |
| 6082 | - } | |
| 6083 | -} | |
| 6084 | 4893 | |
| 6085 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6086 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6087 | - display: none; | |
| 6088 | - position: absolute; | |
| 6089 | - background-color: var(--e-a-bg-default); | |
| 6090 | - border-radius: var(--e-a-border-radius); | |
| 6091 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6092 | - inset-block-start: 100%; | |
| 6093 | - inset-inline-end: 0; | |
| 6094 | - z-index: 1; | |
| 6095 | - list-style: none; | |
| 6096 | - margin: 0; | |
| 6097 | - padding: 0; | |
| 4894 | +#elementor-template-library-order-toolbar-local { | |
| 4895 | + margin-block-start: 30px; | |
| 6098 | 4896 | } |
| 6099 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6100 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6101 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6102 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6103 | - background: transparent; | |
| 6104 | - margin: 0; | |
| 6105 | - font-size: inherit; | |
| 6106 | - font-family: inherit; | |
| 6107 | - color: inherit; | |
| 6108 | - border: none; | |
| 6109 | - padding: 10px 20px; | |
| 6110 | - font-size: 11px; | |
| 6111 | - cursor: pointer; | |
| 6112 | - display: flex; | |
| 6113 | - align-items: center; | |
| 6114 | - gap: 8px; | |
| 6115 | - width: 100%; | |
| 4897 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4898 | + line-height: 1; | |
| 4899 | + font-size: 10px; | |
| 4900 | + font-weight: 500; | |
| 6116 | 4901 | } |
| 6117 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6119 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6120 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6121 | - cursor: not-allowed; | |
| 6122 | - color: var(--e-a-color-txt-disabled); | |
| 6123 | -} | |
| 6124 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6125 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6126 | - color: var(--e-a-color-txt); | |
| 6127 | - text-decoration: none; | |
| 6128 | -} | |
| 6129 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6130 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6131 | - color: var(--e-a-color-danger); | |
| 6132 | -} | |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6134 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6135 | - font-size: 16px; | |
| 6136 | -} | |
| 6137 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6138 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6139 | - margin-inline-start: auto; | |
| 6140 | - cursor: pointer; | |
| 6141 | - background: none; | |
| 6142 | - border: none; | |
| 6143 | - padding: 0; | |
| 6144 | - display: flex; | |
| 6145 | - align-items: center; | |
| 6146 | - justify-content: center; | |
| 6147 | -} | |
| 6148 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6149 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6150 | - font-size: 20px; | |
| 6151 | -} | |
| 6152 | 4902 | |
| 6153 | -.elementor-template-library-template-local, | |
| 6154 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4903 | +.elementor-template-library-template-local { | |
| 6155 | 4904 | height: 50px; |
| 6156 | 4905 | width: 100%; |
| 6157 | 4906 | margin-block-start: 1px; |
| 6158 | 4907 | transition: background-color 0.3s linear; |
| 6159 | 4908 | } |
| 6160 | -.elementor-template-library-template-local:hover, | |
| 6161 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 4909 | +.elementor-template-library-template-local:hover { | |
| 6162 | 4910 | background-color: var(--e-a-bg-hover); |
| 6163 | 4911 | } |
| 6164 | -.elementor-template-library-template-local:first-child, | |
| 6165 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 4912 | +.elementor-template-library-template-local:first-child { | |
| 6166 | 4913 | border-start-start-radius: 3px; |
| 6167 | 4914 | border-start-end-radius: 3px; |
| 6168 | 4915 | border-end-start-radius: 0; |
| 6169 | 4916 | border-end-end-radius: 0; |
| 6170 | 4917 | } |
| 6171 | -.elementor-template-library-template-local:last-child, | |
| 6172 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 4918 | +.elementor-template-library-template-local:last-child { | |
| 6173 | 4919 | border-start-start-radius: 0; |
| 6174 | 4920 | border-start-end-radius: 0; |
| 6175 | 4921 | border-end-start-radius: 3px; |
| 6176 | 4922 | border-end-end-radius: 3px; |
| 6177 | 4923 | } |
| 6178 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6179 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 4924 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6180 | 4925 | font-weight: 500; |
| 6181 | 4926 | } |
| 6182 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6183 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6184 | - font-size: 16px; | |
| 6185 | -} | |
| 6186 | 4927 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6187 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6188 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6189 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 4928 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 6190 | 4929 | padding-inline-end: 20px; |
| 6191 | 4930 | } |
| 6192 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6193 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6194 | - padding-inline-end: 10px; | |
| 6195 | -} | |
| 6196 | 4931 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6197 | 4932 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6198 | 4933 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6199 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6200 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6201 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6202 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6203 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 4934 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6204 | 4935 | white-space: nowrap; |
| 6205 | 4936 | text-overflow: ellipsis; |
| 6206 | 4937 | overflow: hidden; |
| 6207 | 4938 | } |
| 6208 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6209 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 4939 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6210 | 4940 | position: relative; |
| 6211 | 4941 | display: flex; |
| 6212 | 4942 | align-items: center; |
| 6213 | 4943 | } |
| 6214 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6215 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6216 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6217 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 4944 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6218 | 4945 | cursor: pointer; |
| 6219 | 4946 | transition: color 0.5s; |
| 6220 | 4947 | } |
| 6221 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6222 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6223 | - color: #F5D0FE; | |
| 4948 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4949 | + margin-inline-end: 3px; | |
| 6224 | 4950 | } |
| 6225 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6226 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6227 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6228 | - cursor: not-allowed; | |
| 4951 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4952 | + margin-inline-start: 6px; | |
| 6229 | 4953 | } |
| 6230 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6231 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6232 | - margin-inline-end: 3px; | |
| 4954 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4955 | + color: var(--e-a-color-danger); | |
| 6233 | 4956 | } |
| 4957 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4958 | + display: none; | |
| 4959 | + position: absolute; | |
| 4960 | + background-color: var(--e-a-bg-default); | |
| 4961 | + padding: 3px 20px; | |
| 4962 | + border-radius: var(--e-a-border-radius); | |
| 4963 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4964 | + top: 100%; | |
| 4965 | + left: 0; | |
| 4966 | + transform: translateX(-65%) translateY(-7px); | |
| 4967 | + z-index: 1; | |
| 4968 | +} | |
| 4969 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4970 | + content: ""; | |
| 4971 | + position: absolute; | |
| 4972 | + border: solid transparent; | |
| 4973 | + border-width: 8px 4px; | |
| 4974 | + border-block-end-color: var(--e-a-color-white); | |
| 4975 | + transform: translateY(-100%); | |
| 4976 | +} | |
| 4977 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4978 | + margin: 10px 0; | |
| 4979 | + font-size: 11px; | |
| 4980 | +} | |
| 4981 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 4982 | + color: var(--e-a-color-txt); | |
| 4983 | +} | |
| 4984 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4985 | + flex-grow: 1; | |
| 4986 | + text-align: end; | |
| 4987 | +} | |
| 4988 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4989 | + font-size: 16px; | |
| 4990 | +} | |
| 6234 | 4991 | |
| 6235 | 4992 | #elementor-template-library-preview { |
| 6236 | 4993 | height: 100%; |
| 6237 | 4994 | overflow: hidden; |
| @@ -6237,9 +4994,9 @@ | ||
| 6237 | 4994 | overflow: hidden; |
| 6238 | 4995 | } |
| 6239 | 4996 | #elementor-template-library-preview iframe { |
| 6240 | 4997 | height: 150%; |
| 6241 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 4998 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6242 | 4999 | } |
| 6243 | 5000 | @media (max-width: 1439px) { |
| 6244 | 5001 | #elementor-template-library-preview iframe { |
| 6245 | 5002 | width: 1440px; |
| @@ -6255,14 +5012,8 @@ | ||
| 6255 | 5012 | font-size: 64px; |
| 6256 | 5013 | margin-block-start: 45px; |
| 6257 | 5014 | line-height: 1; |
| 6258 | 5015 | } |
| 6259 | -.elementor-template-library-blank-icon i { | |
| 6260 | - font-size: 85px; | |
| 6261 | -} | |
| 6262 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6263 | - font-size: 65px; | |
| 6264 | -} | |
| 6265 | 5016 | .elementor-template-library-blank-icon img { |
| 6266 | 5017 | width: 70px; |
| 6267 | 5018 | } |
| 6268 | 5019 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6300,499 +5051,8 @@ | ||
| 6300 | 5051 | #elementor-template-library-save-template-form > * { |
| 6301 | 5052 | height: 55px; |
| 6302 | 5053 | font-size: 16px; |
| 6303 | 5054 | } |
| 6304 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6305 | - height: 55px; | |
| 6306 | - font-size: 16px; | |
| 6307 | - margin-block-end: 15px; | |
| 6308 | -} | |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6310 | - display: block; | |
| 6311 | - width: 500px; | |
| 6312 | - margin: 0 auto; | |
| 6313 | -} | |
| 6314 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6316 | - display: none; | |
| 6317 | -} | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6319 | - margin-inline: 5px; | |
| 6320 | -} | |
| 6321 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6322 | - display: none; | |
| 6323 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6324 | - padding: 3px 5px; | |
| 6325 | - border-radius: 100px; | |
| 6326 | - margin-inline: 5px; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6329 | - color: var(--e-a-btn-bg-accent); | |
| 6330 | -} | |
| 6331 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6332 | - margin-inline-end: 5px; | |
| 6333 | -} | |
| 6334 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6335 | - display: inline; | |
| 6336 | -} | |
| 6337 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6338 | - display: inline; | |
| 6339 | - background: var(--e-a-bg-hover); | |
| 6340 | - padding: 0 2px 1px; | |
| 6341 | - border: none; | |
| 6342 | - border-radius: 2px; | |
| 6343 | - vertical-align: bottom; | |
| 6344 | - cursor: pointer; | |
| 6345 | - font-family: inherit; | |
| 6346 | - font-size: inherit; | |
| 6347 | - color: inherit; | |
| 6348 | - line-height: inherit; | |
| 6349 | -} | |
| 6350 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6351 | - background: var(--e-a-bg-active); | |
| 6352 | -} | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6354 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6355 | - outline-offset: 2px; | |
| 6356 | -} | |
| 6357 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6358 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, | |
| 6360 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6361 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6362 | - display: inline; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6365 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6366 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6367 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6368 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6369 | - pointer-events: none; | |
| 6370 | -} | |
| 6371 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6372 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6373 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6374 | - display: none; | |
| 6375 | -} | |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider { | |
| 6377 | - color: var(--e-a-color-txt-muted); | |
| 6378 | - margin-inline: 5px; | |
| 6379 | -} | |
| 6380 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6381 | - display: none; | |
| 6382 | - float: inline-start; | |
| 6383 | -} | |
| 6384 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6385 | - font-size: 13px; | |
| 6386 | - color: var(--e-a-btn-bg-accent); | |
| 6387 | - text-align: start; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6390 | - color: var(--e-a-btn-bg-accent); | |
| 6391 | - text-decoration: underline; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6394 | - float: inline-end; | |
| 6395 | -} | |
| 6396 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6397 | - cursor: not-allowed; | |
| 6398 | -} | |
| 6399 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6400 | - display: flex; | |
| 6401 | - flex-direction: column; | |
| 6402 | - text-align: start; | |
| 6403 | - border: var(--e-a-border-bold); | |
| 6404 | - padding: 15px; | |
| 6405 | - height: auto; | |
| 6406 | - gap: 10px; | |
| 6407 | - position: relative; | |
| 6408 | -} | |
| 6409 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6410 | - background: #69727D; | |
| 6411 | - inset-block-start: -3px; | |
| 6412 | - position: relative; | |
| 6413 | -} | |
| 6414 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6415 | - position: relative; | |
| 6416 | - display: inline-block; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { | |
| 6419 | - white-space: nowrap; | |
| 6420 | - text-overflow: ellipsis; | |
| 6421 | - overflow: hidden; | |
| 6422 | - overflow: visible; | |
| 6423 | - display: inline-flex; | |
| 6424 | - align-items: baseline; | |
| 6425 | - line-height: 27px; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6428 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6429 | - flex-shrink: 0; | |
| 6430 | - position: relative; | |
| 6431 | - inset-block-start: 2px; | |
| 6432 | -} | |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6434 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6435 | - inset-block-start: -2px; | |
| 6436 | -} | |
| 6437 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6438 | - vertical-align: bottom; | |
| 6439 | -} | |
| 6440 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6441 | - margin-inline: 5px; | |
| 6442 | - color: var(--e-a-color-txt-muted); | |
| 6443 | - cursor: pointer; | |
| 6444 | -} | |
| 6445 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6446 | - display: none; | |
| 6447 | - margin-inline-end: 5px; | |
| 6448 | - align-items: baseline; | |
| 6449 | - white-space: nowrap; | |
| 6450 | - text-overflow: ellipsis; | |
| 6451 | - overflow: hidden; | |
| 6452 | -} | |
| 6453 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6454 | - display: inline-flex !important; | |
| 6455 | -} | |
| 6456 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6457 | - text-decoration: underline; | |
| 6458 | - cursor: pointer; | |
| 6459 | - white-space: nowrap; | |
| 6460 | - text-overflow: ellipsis; | |
| 6461 | - overflow: hidden; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6464 | - cursor: pointer; | |
| 6465 | - flex-shrink: 0; | |
| 6466 | -} | |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6468 | - color: var(--e-a-color-primary-bold); | |
| 6469 | - font-size: 14px; | |
| 6470 | -} | |
| 6471 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6472 | - text-decoration: underline; | |
| 6473 | -} | |
| 6474 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6475 | - display: none; | |
| 6476 | - position: absolute; | |
| 6477 | - inset-block-start: 40px; | |
| 6478 | - background-color: var(--e-a-bg-default); | |
| 6479 | - min-width: 187px; | |
| 6480 | - overflow: auto; | |
| 6481 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6482 | - z-index: 1; | |
| 6483 | - border-radius: 2px; | |
| 6484 | - max-width: 450px; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6487 | - white-space: nowrap; | |
| 6488 | - text-overflow: ellipsis; | |
| 6489 | - overflow: hidden; | |
| 6490 | -} | |
| 6491 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6492 | - margin: 15px; | |
| 6493 | -} | |
| 6494 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6495 | - margin-inline-end: 10px; | |
| 6496 | -} | |
| 6497 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6498 | - max-height: 170px; | |
| 6499 | -} | |
| 6500 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6501 | - padding: 5px 15px; | |
| 6502 | - cursor: pointer; | |
| 6503 | - list-style: none; | |
| 6504 | -} | |
| 6505 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6506 | - display: none; | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6509 | - margin: 0px; | |
| 6510 | -} | |
| 6511 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6512 | - text-decoration: underline; | |
| 6513 | -} | |
| 6514 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6515 | - background: var(--e-a-border-color); | |
| 6516 | -} | |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6518 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6519 | - outline-offset: -2px; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6522 | - pointer-events: none; | |
| 6523 | - opacity: 0.3; | |
| 6524 | -} | |
| 6525 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6526 | - text-align: center; | |
| 6527 | - font-size: 13px; | |
| 6528 | - margin: 0 20px; | |
| 6529 | - padding-block: 15px; | |
| 6530 | - pointer-events: none; | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6533 | - font-size: 24px; | |
| 6534 | - padding-block-end: 10px; | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6537 | - border-block-start: none; | |
| 6538 | - border-inline: none; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6541 | - pointer-events: none; | |
| 6542 | - opacity: 0.3; | |
| 6543 | -} | |
| 6544 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6545 | - display: flex; | |
| 6546 | - flex-direction: column; | |
| 6547 | - width: 600px; | |
| 6548 | - text-align: start; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6551 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6552 | - font-size: 12px; | |
| 6553 | - font-weight: 400; | |
| 6554 | - color: var(--e-a-color-txt); | |
| 6555 | -} | |
| 6556 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6557 | - width: 100%; | |
| 6558 | - padding: 12px 15px; | |
| 6559 | - border: var(--e-a-border-bold); | |
| 6560 | - border-radius: 3px; | |
| 6561 | - margin-block-end: 0; | |
| 6562 | -} | |
| 6563 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - gap: 12px; | |
| 6567 | - margin-block-start: 20px; | |
| 6568 | -} | |
| 6569 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6570 | - display: flex; | |
| 6571 | - align-items: center; | |
| 6572 | - padding: 12px 15px; | |
| 6573 | - border: var(--e-a-border-bold); | |
| 6574 | - border-radius: 3px; | |
| 6575 | - width: 100%; | |
| 6576 | - line-height: normal; | |
| 6577 | - gap: 8px; | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6580 | - border-color: var(--e-a-color-txt); | |
| 6581 | -} | |
| 6582 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local { | |
| 6583 | - display: flex; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6586 | - margin-inline-end: 0; | |
| 6587 | - flex-shrink: 0; | |
| 6588 | - position: relative; | |
| 6589 | -} | |
| 6590 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6591 | - inset-block-start: 0; | |
| 6592 | -} | |
| 6593 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6594 | - content: ""; | |
| 6595 | - position: absolute; | |
| 6596 | - inset-inline-end: -8px; | |
| 6597 | - width: 1px; | |
| 6598 | - height: 18px; | |
| 6599 | - background-color: var(--e-a-border-color); | |
| 6600 | -} | |
| 6601 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6602 | - margin-inline-start: 12px; | |
| 6603 | - margin-inline-end: 4px; | |
| 6604 | - font-size: 24px; | |
| 6605 | - color: var(--e-a-color-txt); | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6608 | - margin-inline-start: 8px; | |
| 6609 | - margin-inline-end: 0; | |
| 6610 | - font-size: 24px; | |
| 6611 | - color: var(--e-a-color-txt); | |
| 6612 | -} | |
| 6613 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6614 | - flex: 0 0 auto; | |
| 6615 | - margin: 0; | |
| 6616 | - cursor: pointer; | |
| 6617 | -} | |
| 6618 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6619 | - margin-inline: 0; | |
| 6620 | -} | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6622 | - display: inline; | |
| 6623 | - background: transparent; | |
| 6624 | - padding: 0; | |
| 6625 | - border-radius: 0; | |
| 6626 | - vertical-align: baseline; | |
| 6627 | - text-decoration: underline; | |
| 6628 | - cursor: pointer; | |
| 6629 | - margin-inline-start: 0; | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6632 | - background: transparent; | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6635 | - color: var(--e-a-color-primary-bold); | |
| 6636 | - text-decoration: underline; | |
| 6637 | - cursor: pointer; | |
| 6638 | - margin-inline-start: 4px; | |
| 6639 | -} | |
| 6640 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6641 | - text-decoration: none; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6644 | - display: none; | |
| 6645 | - border: none; | |
| 6646 | - padding: 0; | |
| 6647 | - border-radius: 0; | |
| 6648 | - margin-inline-start: 0; | |
| 6649 | - background: transparent; | |
| 6650 | - transition: background-color 0.2s; | |
| 6651 | - padding: 3px 8px; | |
| 6652 | -} | |
| 6653 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6654 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6655 | - border-radius: 3px; | |
| 6656 | -} | |
| 6657 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6658 | - color: var(--e-a-btn-bg-accent); | |
| 6659 | - text-decoration: none; | |
| 6660 | - display: flex; | |
| 6661 | - align-items: center; | |
| 6662 | - gap: 4px; | |
| 6663 | - font-size: 14px; | |
| 6664 | - font-weight: 500; | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6667 | - margin: 0; | |
| 6668 | - font-size: 14px; | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6671 | - display: none; | |
| 6672 | -} | |
| 6673 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6674 | - color: var(--e-a-color-txt-muted); | |
| 6675 | - margin-inline: 5px; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6678 | - color: var(--e-a-color-info); | |
| 6679 | - text-decoration: underline; | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6682 | - text-decoration: none; | |
| 6683 | -} | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6685 | - display: flex; | |
| 6686 | - align-items: center; | |
| 6687 | - gap: 6px; | |
| 6688 | - padding: 6px 12px; | |
| 6689 | - border: none; | |
| 6690 | - border-radius: 20px; | |
| 6691 | - font-size: 14px; | |
| 6692 | - font-weight: 500; | |
| 6693 | - cursor: pointer; | |
| 6694 | - transition: opacity 0.2s; | |
| 6695 | - margin-inline-start: auto; | |
| 6696 | -} | |
| 6697 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6698 | - opacity: 0.8; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6701 | - margin: 0; | |
| 6702 | - font-size: 14px; | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6705 | - background-color: var(--e-a-bg-info); | |
| 6706 | - color: var(--e-a-color-info); | |
| 6707 | -} | |
| 6708 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6709 | - color: var(--e-a-color-info); | |
| 6710 | -} | |
| 6711 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6712 | - background-color: var(--e-a-bg-warning); | |
| 6713 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6714 | -} | |
| 6715 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6716 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6717 | -} | |
| 6718 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6719 | - display: none; | |
| 6720 | - margin-inline-start: 8px; | |
| 6721 | - align-items: center; | |
| 6722 | - gap: 6px; | |
| 6723 | -} | |
| 6724 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6725 | - display: inline-flex !important; | |
| 6726 | -} | |
| 6727 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6728 | - text-decoration: underline; | |
| 6729 | - cursor: pointer; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6732 | - cursor: pointer; | |
| 6733 | - font-size: 14px; | |
| 6734 | -} | |
| 6735 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6736 | - inset-block-start: 75px; | |
| 6737 | - inset-inline-start: 230px; | |
| 6738 | -} | |
| 6739 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6740 | - display: none; | |
| 6741 | -} | |
| 6742 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6743 | - display: inline; | |
| 6744 | -} | |
| 6745 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6746 | - display: none; | |
| 6747 | -} | |
| 6748 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6749 | - border-color: var(--e-a-border-color); | |
| 6750 | -} | |
| 6751 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6752 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6753 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6754 | - color: var(--e-a-color-txt-disabled); | |
| 6755 | -} | |
| 6756 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6757 | - background-color: var(--e-a-color-txt-disabled); | |
| 6758 | -} | |
| 6759 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud { | |
| 6760 | - border-color: var(--e-a-border-color); | |
| 6761 | -} | |
| 6762 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6763 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6764 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type, | |
| 6765 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6766 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6767 | - color: var(--e-a-color-txt-disabled); | |
| 6768 | -} | |
| 6769 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after { | |
| 6770 | - background-color: var(--e-a-color-txt-disabled); | |
| 6771 | -} | |
| 6772 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge { | |
| 6773 | - display: inline-flex; | |
| 6774 | -} | |
| 6775 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container { | |
| 6776 | - display: none; | |
| 6777 | -} | |
| 6778 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6779 | - display: block; | |
| 6780 | -} | |
| 6781 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6782 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox], | |
| 6783 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6784 | - pointer-events: none; | |
| 6785 | -} | |
| 6786 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6787 | - display: block; | |
| 6788 | - margin-block-start: 15px; | |
| 6789 | -} | |
| 6790 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6791 | - align-self: center; | |
| 6792 | - margin-block-start: 20px; | |
| 6793 | - float: none; | |
| 6794 | -} | |
| 6795 | 5055 | |
| 6796 | 5056 | #elementor-template-library-save-template-name { |
| 6797 | 5057 | width: 500px; |
| 6798 | 5058 | padding-inline-start: 25px; |
| @@ -6844,12 +5104,8 @@ | ||
| 6844 | 5104 | padding: 100px 0 0; |
| 6845 | 5105 | min-height: 550px; |
| 6846 | 5106 | } |
| 6847 | 5107 | |
| 6848 | -.elementor-template-library-cloud-empty__button { | |
| 6849 | - margin-block-start: 45px; | |
| 6850 | -} | |
| 6851 | - | |
| 6852 | 5108 | #elementor-template-library-connect-logo { |
| 6853 | 5109 | font-size: 20px; |
| 6854 | 5110 | } |
| 6855 | 5111 | #elementor-template-library-connect__button { |
| @@ -6886,11 +5142,11 @@ | ||
| 6886 | 5142 | } |
| 6887 | 5143 | |
| 6888 | 5144 | .elementor-template-library-blank-footer { |
| 6889 | 5145 | position: absolute; |
| 6890 | - inset-block-end: 70px; | |
| 6891 | - inset-inline-start: 50%; | |
| 6892 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5146 | + bottom: 70px; | |
| 5147 | + left: 50%; | |
| 5148 | + transform: translateX(-50%); | |
| 6893 | 5149 | font-style: italic; |
| 6894 | 5150 | color: var(--e-a-color-txt-muted); |
| 6895 | 5151 | } |
| 6896 | 5152 | @media (max-height: 700px) { |
| @@ -6922,287 +5178,50 @@ | ||
| 6922 | 5178 | #elementor-template-library-error-info { |
| 6923 | 5179 | margin-block-start: 10px; |
| 6924 | 5180 | } |
| 6925 | 5181 | |
| 6926 | -#elementor-library--infotip__dialog, | |
| 6927 | -#elementor-library--connect_infotip__dialog, | |
| 6928 | -#elementor-library--cloud-upgrade__dialog, | |
| 6929 | -#elementor-library--site-info__dialog { | |
| 6930 | - position: absolute; | |
| 6931 | - z-index: 10000; | |
| 6932 | - background-color: var(--e-a-bg-default); | |
| 6933 | - box-shadow: var(--e-a-popover-shadow); | |
| 6934 | - border-radius: var(--e-a-border-radius); | |
| 5182 | +@media (max-width: 1439px) { | |
| 5183 | + .elementor-template-library-local-column-1 { | |
| 5184 | + width: 33%; | |
| 5185 | + } | |
| 5186 | + .elementor-template-library-local-column-2 { | |
| 5187 | + width: 10%; | |
| 5188 | + } | |
| 5189 | + .elementor-template-library-local-column-3 { | |
| 5190 | + width: 15%; | |
| 5191 | + } | |
| 5192 | + .elementor-template-library-local-column-4 { | |
| 5193 | + width: 15%; | |
| 5194 | + } | |
| 5195 | + .elementor-template-library-local-column-5 { | |
| 5196 | + width: 27%; | |
| 5197 | + } | |
| 6935 | 5198 | } |
| 6936 | -#elementor-library--infotip__dialog.variant-b, | |
| 6937 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6938 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6939 | -#elementor-library--site-info__dialog.variant-b { | |
| 6940 | - width: 200px; | |
| 6941 | - color: var(--e-a-color-txt-invert); | |
| 6942 | - background-color: var(--e-a-bg-secondary); | |
| 5199 | +@media (min-width: 1440px) { | |
| 5200 | + .elementor-template-library-local-column-1 { | |
| 5201 | + width: 25%; | |
| 5202 | + } | |
| 5203 | + .elementor-template-library-local-column-2 { | |
| 5204 | + width: 17%; | |
| 5205 | + } | |
| 5206 | + .elementor-template-library-local-column-3 { | |
| 5207 | + width: 17%; | |
| 5208 | + } | |
| 5209 | + .elementor-template-library-local-column-4 { | |
| 5210 | + width: 17%; | |
| 5211 | + } | |
| 5212 | + .elementor-template-library-local-column-5 { | |
| 5213 | + width: 24%; | |
| 5214 | + } | |
| 6943 | 5215 | } |
| 6944 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6945 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6946 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6947 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6948 | - padding: 4px 8px 4px 8px; | |
| 5216 | +@media (max-width: 1024px) { | |
| 5217 | + .elementor-template-library-local-column-3 { | |
| 5218 | + display: none; | |
| 5219 | + } | |
| 5220 | + .elementor-template-library-local-column-5 { | |
| 5221 | + width: 41%; | |
| 5222 | + } | |
| 6949 | 5223 | } |
| 6950 | -#elementor-library--infotip__dialog__title, | |
| 6951 | -#elementor-library--connect_infotip__dialog__title, | |
| 6952 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6953 | -#elementor-library--site-info__dialog__title { | |
| 6954 | - font-size: 14px; | |
| 6955 | -} | |
| 6956 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6957 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6958 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6959 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6960 | - padding: 10px 0 10px 10px; | |
| 6961 | - float: inline-end; | |
| 6962 | -} | |
| 6963 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6964 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6965 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6966 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6967 | - padding: 7px 25px; | |
| 6968 | - font-size: 13px; | |
| 6969 | - background: none; | |
| 6970 | - color: var(--e-a-btn-bg-accent); | |
| 6971 | - border: none; | |
| 6972 | - font-weight: 500; | |
| 6973 | - cursor: pointer; | |
| 6974 | -} | |
| 6975 | -#elementor-library--infotip__dialog:after, | |
| 6976 | -#elementor-library--connect_infotip__dialog:after, | |
| 6977 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6978 | -#elementor-library--site-info__dialog:after { | |
| 6979 | - content: ""; | |
| 6980 | - position: absolute; | |
| 6981 | - inset-inline-end: 46%; | |
| 6982 | - transform: scaleX(0.7); | |
| 6983 | - border: 10px solid transparent; | |
| 6984 | -} | |
| 6985 | - | |
| 6986 | -#elementor-library--infotip__dialog { | |
| 6987 | - width: 265px; | |
| 6988 | -} | |
| 6989 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6990 | - padding: 20px 20px 0px 20px; | |
| 6991 | -} | |
| 6992 | -#elementor-library--infotip__dialog:after { | |
| 6993 | - inset-block-start: 100%; | |
| 6994 | - border-block-start-color: var(--e-a-bg-default); | |
| 6995 | -} | |
| 6996 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6997 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6998 | -} | |
| 6999 | - | |
| 7000 | -#elementor-library--connect_infotip__dialog { | |
| 7001 | - width: 265px; | |
| 7002 | -} | |
| 7003 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 7004 | - padding: 20px; | |
| 7005 | -} | |
| 7006 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 7007 | - inset-block-end: 100%; | |
| 7008 | - border-block-end-color: var(--e-a-bg-default); | |
| 7009 | -} | |
| 7010 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7011 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7012 | - inset-block-start: 100%; | |
| 7013 | -} | |
| 7014 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7015 | - width: 265px; | |
| 7016 | -} | |
| 7017 | - | |
| 7018 | -#elementor-library--cloud-upgrade__dialog { | |
| 7019 | - width: 265px; | |
| 7020 | -} | |
| 7021 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7022 | - inset-block-start: 100%; | |
| 7023 | - border-block-start-color: var(--e-a-bg-default); | |
| 7024 | -} | |
| 7025 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7026 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7027 | -} | |
| 7028 | - | |
| 7029 | -#elementor-library--site-info__dialog { | |
| 7030 | - width: 265px; | |
| 7031 | -} | |
| 7032 | -#elementor-library--site-info__dialog:after { | |
| 7033 | - inset-block-start: 100%; | |
| 7034 | - border-block-start-color: var(--e-a-bg-default); | |
| 7035 | -} | |
| 7036 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7037 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7038 | -} | |
| 7039 | - | |
| 7040 | -.elementor-global-styles-dialog { | |
| 7041 | - --gsd-color-text-primary: #0c0d0e; | |
| 7042 | - --gsd-color-text-secondary: #3f444b; | |
| 7043 | - --gsd-color-text-tertiary: #69727D; | |
| 7044 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7045 | - --gsd-color-primary-main: #f0abfc; | |
| 7046 | - --gsd-color-primary-hover: #e879f9; | |
| 7047 | - --gsd-color-secondary-main: #515962; | |
| 7048 | - --gsd-border-radius: 4px; | |
| 7049 | - --gsd-spacing-horizontal: 24px; | |
| 7050 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7051 | - padding: 16px 0 0; | |
| 7052 | - min-width: 444px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header { | |
| 7055 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7056 | - margin-block-end: 16px; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__header h2 { | |
| 7059 | - margin: 0 0 4px; | |
| 7060 | - font-family: var(--gsd-font-family); | |
| 7061 | - font-size: 16px; | |
| 7062 | - font-weight: 500; | |
| 7063 | - line-height: 1.3; | |
| 7064 | - color: var(--gsd-color-text-primary); | |
| 7065 | - letter-spacing: 0.15px; | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__header p { | |
| 7068 | - margin: 0; | |
| 7069 | - font-family: var(--gsd-font-family); | |
| 7070 | - font-size: 14px; | |
| 7071 | - font-weight: 400; | |
| 7072 | - line-height: 20px; | |
| 7073 | - color: var(--gsd-color-text-secondary); | |
| 7074 | - letter-spacing: 0.15px; | |
| 7075 | -} | |
| 7076 | -.elementor-global-styles-dialog__options { | |
| 7077 | - display: flex; | |
| 7078 | - flex-direction: column; | |
| 7079 | - gap: 12px; | |
| 7080 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7081 | -} | |
| 7082 | -.elementor-global-styles-dialog__radio-card { | |
| 7083 | - display: flex; | |
| 7084 | - gap: 0; | |
| 7085 | - padding: 12px 8px; | |
| 7086 | - border: 1px solid var(--gsd-color-divider); | |
| 7087 | - border-radius: var(--gsd-border-radius); | |
| 7088 | - cursor: pointer; | |
| 7089 | - transition: border-color 0.2s ease; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7092 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7093 | - padding: 11px 7px; | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7096 | - flex-shrink: 0; | |
| 7097 | - width: 20px; | |
| 7098 | - height: 20px; | |
| 7099 | - margin: 9px; | |
| 7100 | - cursor: pointer; | |
| 7101 | - color: var(--gsd-color-text-tertiary); | |
| 7102 | - accent-color: var(--gsd-color-text-primary); | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7105 | - display: flex; | |
| 7106 | - align-items: flex-start; | |
| 7107 | - flex-direction: column; | |
| 7108 | - flex: 1; | |
| 7109 | -} | |
| 7110 | -.elementor-global-styles-dialog__radio-label { | |
| 7111 | - font-family: var(--gsd-font-family); | |
| 7112 | - font-size: 14px; | |
| 7113 | - font-weight: 500; | |
| 7114 | - line-height: 18px; | |
| 7115 | - color: var(--gsd-color-text-primary); | |
| 7116 | - letter-spacing: 0.15px; | |
| 7117 | -} | |
| 7118 | -.elementor-global-styles-dialog__radio-description { | |
| 7119 | - font-family: var(--gsd-font-family); | |
| 7120 | - font-size: 12px; | |
| 7121 | - font-weight: 400; | |
| 7122 | - line-height: 20px; | |
| 7123 | - color: var(--gsd-color-text-secondary); | |
| 7124 | - letter-spacing: 0.4px; | |
| 7125 | -} | |
| 7126 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7127 | - display: flex; | |
| 7128 | - align-items: flex-start; | |
| 7129 | - gap: 4px; | |
| 7130 | - padding: 0; | |
| 7131 | - margin-block-start: 0; | |
| 7132 | -} | |
| 7133 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7134 | - display: flex; | |
| 7135 | - align-items: flex-start; | |
| 7136 | - gap: 4px; | |
| 7137 | - cursor: pointer; | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7140 | - width: 18px; | |
| 7141 | - height: 18px; | |
| 7142 | - margin: 4px; | |
| 7143 | - cursor: pointer; | |
| 7144 | -} | |
| 7145 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7146 | - background-color: var(--gsd-color-text-tertiary); | |
| 7147 | -} | |
| 7148 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7149 | - font-family: var(--gsd-font-family); | |
| 7150 | - font-size: 12px; | |
| 7151 | - font-weight: 400; | |
| 7152 | - line-height: 1.43; | |
| 7153 | - color: var(--gsd-color-text-primary); | |
| 7154 | - letter-spacing: 0.15px; | |
| 7155 | - padding-block-start: 4px; | |
| 7156 | - margin-inline-start: 4px; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7159 | - color: #2563eb; | |
| 7160 | - text-decoration: underline; | |
| 7161 | -} | |
| 7162 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7163 | - color: #2563eb; | |
| 7164 | -} | |
| 7165 | -.elementor-global-styles-dialog__footer { | |
| 7166 | - display: flex; | |
| 7167 | - justify-content: flex-end; | |
| 7168 | - align-items: center; | |
| 7169 | - gap: 8px; | |
| 7170 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7171 | -} | |
| 7172 | -.elementor-global-styles-dialog__button-cancel { | |
| 7173 | - padding: 6px 8px; | |
| 7174 | - font-family: var(--gsd-font-family); | |
| 7175 | - font-size: 15px; | |
| 7176 | - font-weight: 500; | |
| 7177 | - line-height: 24px; | |
| 7178 | - letter-spacing: 0.4px; | |
| 7179 | - color: var(--gsd-color-secondary-main); | |
| 7180 | - background: transparent; | |
| 7181 | - border: none; | |
| 7182 | - border-radius: var(--gsd-border-radius); | |
| 7183 | - cursor: pointer; | |
| 7184 | -} | |
| 7185 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7186 | - background: rgba(0, 0, 0, 0.04); | |
| 7187 | -} | |
| 7188 | -.elementor-global-styles-dialog__button-insert { | |
| 7189 | - padding: 6px 16px; | |
| 7190 | - font-family: var(--gsd-font-family); | |
| 7191 | - font-size: 15px; | |
| 7192 | - font-weight: 500; | |
| 7193 | - line-height: 24px; | |
| 7194 | - letter-spacing: 0.4px; | |
| 7195 | - color: var(--gsd-color-text-primary); | |
| 7196 | - background: var(--gsd-color-primary-main); | |
| 7197 | - border: none; | |
| 7198 | - border-radius: var(--gsd-border-radius); | |
| 7199 | - cursor: pointer; | |
| 7200 | -} | |
| 7201 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7202 | - background: var(--gsd-color-primary-hover); | |
| 7203 | -} | |
| 7204 | - | |
| 7205 | 5224 | .elementor-tags-list { |
| 7206 | 5225 | display: none; |
| 7207 | 5226 | position: absolute; |
| 7208 | 5227 | width: 260px; |
| @@ -7292,10 +5311,10 @@ | ||
| 7292 | 5311 | } |
| 7293 | 5312 | .elementor-tag-settings-popup:before { |
| 7294 | 5313 | content: ""; |
| 7295 | 5314 | position: absolute; |
| 7296 | - inset-block-start: -20px; | |
| 7297 | - inset-inline-start: 5px; | |
| 5315 | + top: -20px; | |
| 5316 | + right: 5px; | |
| 7298 | 5317 | border: 10px solid transparent; |
| 7299 | 5318 | border-block-end-color: var(--e-a-border-color); |
| 7300 | 5319 | } |
| 7301 | 5320 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7386,14 +5405,8 @@ | ||
| 7386 | 5405 | cursor: default; |
| 7387 | 5406 | opacity: 0.5; |
| 7388 | 5407 | color: var(--e-a-color-disabled); |
| 7389 | 5408 | } |
| 7390 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7391 | - opacity: 1; | |
| 7392 | -} | |
| 7393 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7394 | - opacity: 0.5; | |
| 7395 | -} | |
| 7396 | 5409 | .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 { |
| 7397 | 5410 | background-color: var(--e-a-bg-hover); |
| 7398 | 5411 | color: var(--e-a-color-hover); |
| 7399 | 5412 | } |
| @@ -7411,31 +5424,15 @@ | ||
| 7411 | 5424 | color: var(--e-a-color-txt-muted); |
| 7412 | 5425 | } |
| 7413 | 5426 | .elementor-context-menu-list__item__shortcut--link-fullwidth { |
| 7414 | 5427 | position: absolute; |
| 7415 | - inset: 0; | |
| 5428 | + left: 0; | |
| 5429 | + top: 0; | |
| 5430 | + width: 100%; | |
| 5431 | + height: 100%; | |
| 7416 | 5432 | z-index: 2; |
| 7417 | 5433 | cursor: pointer; |
| 7418 | 5434 | } |
| 7419 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7420 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7421 | - padding: 2px 8px; | |
| 7422 | - color: var(--e-a-color-primary-bold); | |
| 7423 | - border-radius: 10px; | |
| 7424 | - font-size: 10px; | |
| 7425 | -} | |
| 7426 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7427 | - display: flex; | |
| 7428 | - align-items: center; | |
| 7429 | - justify-content: center; | |
| 7430 | - width: 24px; | |
| 7431 | - height: 24px; | |
| 7432 | - border-radius: 50%; | |
| 7433 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7434 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7435 | - font-size: 16px; | |
| 7436 | - cursor: pointer; | |
| 7437 | -} | |
| 7438 | 5435 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7439 | 5436 | font-size: 14px; |
| 7440 | 5437 | font-style: normal; |
| 7441 | 5438 | font-weight: 400; |
| @@ -7444,11 +5441,8 @@ | ||
| 7444 | 5441 | } |
| 7445 | 5442 | .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 > * { |
| 7446 | 5443 | color: var(--e-global-color-danger); |
| 7447 | 5444 | } |
| 7448 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7449 | - display: none; | |
| 7450 | -} | |
| 7451 | 5445 | .elementor-context-menu .eicon-pro-icon { |
| 7452 | 5446 | color: var(--e-global-color-accent); |
| 7453 | 5447 | } |
| 7454 | 5448 | |
| @@ -7520,9 +5514,9 @@ | ||
| 7520 | 5514 | } |
| 7521 | 5515 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7522 | 5516 | content: "+"; |
| 7523 | 5517 | position: absolute; |
| 7524 | - inset-inline-end: 0; | |
| 5518 | + left: 0; | |
| 7525 | 5519 | width: 9px; |
| 7526 | 5520 | text-align: center; |
| 7527 | 5521 | margin-inline-end: -18px; |
| 7528 | 5522 | } |
| @@ -7531,13 +5525,8 @@ | ||
| 7531 | 5525 | margin-inline-end: -16px; |
| 7532 | 5526 | } |
| 7533 | 5527 | } |
| 7534 | 5528 | |
| 7535 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7536 | - margin-top: 0 !important; | |
| 7537 | - width: calc(25% - 30px); | |
| 7538 | -} | |
| 7539 | - | |
| 7540 | 5529 | .ui-resizable-n { |
| 7541 | 5530 | top: -5px; |
| 7542 | 5531 | } |
| 7543 | 5532 | .ui-resizable-e { |
| @@ -7595,18 +5584,16 @@ | ||
| 7595 | 5584 | } |
| 7596 | 5585 | |
| 7597 | 5586 | body { |
| 7598 | 5587 | --e-editor-navigator-width: 240px; |
| 7599 | - --e-editor-navigator-indicator-width: 3px; | |
| 7600 | - --e-editor-navigator-promotion-height: 30px; | |
| 7601 | 5588 | } |
| 7602 | 5589 | |
| 7603 | 5590 | #elementor-navigator { |
| 7604 | 5591 | position: fixed; |
| 7605 | - inset-block-start: 100px; | |
| 7606 | - inset-inline-end: 30px; | |
| 5592 | + top: 100px; | |
| 7607 | 5593 | width: var(--e-editor-navigator-width); |
| 7608 | 5594 | height: 50vh; |
| 5595 | + left: 30px; | |
| 7609 | 5596 | background-color: var(--e-a-bg-default); |
| 7610 | 5597 | border: var(--e-a-border); |
| 7611 | 5598 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7612 | 5599 | -webkit-user-select: none; |
| @@ -7616,10 +5603,10 @@ | ||
| 7616 | 5603 | z-index: 100; |
| 7617 | 5604 | display: none; |
| 7618 | 5605 | } |
| 7619 | 5606 | body.elementor-navigator-docked #elementor-navigator { |
| 7620 | - inset: 0; | |
| 7621 | - inset-inline-start: auto; | |
| 5607 | + top: 0; | |
| 5608 | + left: 0; | |
| 7622 | 5609 | height: 100%; |
| 7623 | 5610 | } |
| 7624 | 5611 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7625 | 5612 | border-radius: 5px; |
| @@ -7625,10 +5612,8 @@ | ||
| 7625 | 5612 | border-radius: 5px; |
| 7626 | 5613 | } |
| 7627 | 5614 | #elementor-navigator__inner { |
| 7628 | 5615 | height: 100%; |
| 7629 | - display: flex; | |
| 7630 | - flex-direction: column; | |
| 7631 | 5616 | } |
| 7632 | 5617 | #elementor-navigator__header { |
| 7633 | 5618 | display: flex; |
| 7634 | 5619 | align-items: stretch; |
| @@ -7642,22 +5627,8 @@ | ||
| 7642 | 5627 | font-weight: 400; |
| 7643 | 5628 | padding: 10px 0; |
| 7644 | 5629 | cursor: move; |
| 7645 | 5630 | } |
| 7646 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7647 | - padding-inline-end: 17.5px; | |
| 7648 | -} | |
| 7649 | -#elementor-navigator__ai-titles { | |
| 7650 | - width: 35px; | |
| 7651 | - text-align: center; | |
| 7652 | - cursor: pointer; | |
| 7653 | - background-color: transparent; | |
| 7654 | - border: none; | |
| 7655 | - outline: none; | |
| 7656 | -} | |
| 7657 | -#elementor-navigator__ai-titles:hover { | |
| 7658 | - color: #E73CF6; | |
| 7659 | -} | |
| 7660 | 5631 | #elementor-navigator__close, #elementor-navigator__toggle-all { |
| 7661 | 5632 | color: var(--e-a-color-txt); |
| 7662 | 5633 | background-color: transparent; |
| 7663 | 5634 | border: none; |
| @@ -7678,9 +5649,9 @@ | ||
| 7678 | 5649 | #elementor-navigator__close { |
| 7679 | 5650 | font-size: 11px; |
| 7680 | 5651 | } |
| 7681 | 5652 | #elementor-navigator__elements { |
| 7682 | - flex-grow: 1; | |
| 5653 | + height: calc(100% - 49px); | |
| 7683 | 5654 | overflow: auto; |
| 7684 | 5655 | position: relative; |
| 7685 | 5656 | } |
| 7686 | 5657 | .elementor-navigator-docked #elementor-navigator__elements { |
| @@ -7691,10 +5662,16 @@ | ||
| 7691 | 5662 | } |
| 7692 | 5663 | #elementor-navigator__elements > .elementor-navigator__element-section { |
| 7693 | 5664 | border-block-end: var(--e-a-border); |
| 7694 | 5665 | } |
| 5666 | +#elementor-navigator__elements.elementor-navigator-list__promotion { | |
| 5667 | + height: calc(100% - 80px); | |
| 5668 | +} | |
| 7695 | 5669 | #elementor-navigator__footer { |
| 5670 | + position: absolute; | |
| 7696 | 5671 | width: 100%; |
| 5672 | + left: 0; | |
| 5673 | + bottom: 0; | |
| 7697 | 5674 | text-align: center; |
| 7698 | 5675 | } |
| 7699 | 5676 | #elementor-navigator__footer__resize-bar { |
| 7700 | 5677 | border-block-start: var(--e-a-border); |
| @@ -7704,19 +5681,12 @@ | ||
| 7704 | 5681 | } |
| 7705 | 5682 | #elementor-navigator__footer__promotion { |
| 7706 | 5683 | font-size: 12px; |
| 7707 | 5684 | padding: 4px 17px; |
| 5685 | + line-height: 22px; | |
| 7708 | 5686 | font-family: "Roboto", sans-serif; |
| 7709 | 5687 | color: var(--e-a-bg-logo); |
| 7710 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7711 | - display: flex; | |
| 7712 | - justify-content: center; | |
| 7713 | - align-items: center; | |
| 7714 | 5688 | } |
| 7715 | -#elementor-navigator__footer__promotion a { | |
| 7716 | - color: var(--e-a-color-accent-promotion); | |
| 7717 | - margin-inline-start: 1px; | |
| 7718 | -} | |
| 7719 | 5689 | |
| 7720 | 5690 | .elementor-navigator__item { |
| 7721 | 5691 | position: relative; |
| 7722 | 5692 | display: flex; |
| @@ -7735,9 +5705,9 @@ | ||
| 7735 | 5705 | .elementor-navigator__item[data-locked=true] { |
| 7736 | 5706 | cursor: not-allowed; |
| 7737 | 5707 | } |
| 7738 | 5708 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7739 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 5709 | + transform: rotate(90deg); | |
| 7740 | 5710 | } |
| 7741 | 5711 | .elementor-navigator__item > * { |
| 7742 | 5712 | display: flex; |
| 7743 | 5713 | align-items: center; |
| @@ -7752,9 +5722,9 @@ | ||
| 7752 | 5722 | .elementor-navigator__elements .elementor-empty-view { |
| 7753 | 5723 | padding: 10px; |
| 7754 | 5724 | } |
| 7755 | 5725 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7756 | - margin-inline-start: 34px; | |
| 5726 | + margin-inline-start: 23px; | |
| 7757 | 5727 | font-size: 10px; |
| 7758 | 5728 | font-style: italic; |
| 7759 | 5729 | } |
| 7760 | 5730 | .elementor-navigator__elements .ui-sortable-helper { |
| @@ -7822,9 +5792,9 @@ | ||
| 7822 | 5792 | overflow: hidden; |
| 7823 | 5793 | } |
| 7824 | 5794 | .elementor-navigator__element__toggle { |
| 7825 | 5795 | position: absolute; |
| 7826 | - inset-inline-end: 15px; | |
| 5796 | + left: 15px; | |
| 7827 | 5797 | height: 100%; |
| 7828 | 5798 | z-index: 0; |
| 7829 | 5799 | font-size: 13px; |
| 7830 | 5800 | } |
| @@ -7830,12 +5800,13 @@ | ||
| 7830 | 5800 | } |
| 7831 | 5801 | .elementor-navigator__element__indicators { |
| 7832 | 5802 | position: relative; |
| 7833 | 5803 | transition: transform 0.5s; |
| 5804 | + padding-inline-start: 5px; | |
| 7834 | 5805 | z-index: 91; |
| 7835 | 5806 | } |
| 7836 | 5807 | .elementor-navigator__element__indicators:not(:hover) { |
| 7837 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 5808 | + transform: translateX(calc(-100% + 8px)); | |
| 7838 | 5809 | } |
| 7839 | 5810 | .elementor-navigator__element__indicator { |
| 7840 | 5811 | height: 100%; |
| 7841 | 5812 | width: 31px; |
| @@ -7843,13 +5814,16 @@ | ||
| 7843 | 5814 | align-items: center; |
| 7844 | 5815 | justify-content: center; |
| 7845 | 5816 | color: var(--e-a-color-txt); |
| 7846 | 5817 | background-color: var(--e-a-bg-default); |
| 7847 | - border-inline-end: var(--e-a-border); | |
| 5818 | + border-inline-start: var(--e-a-border); | |
| 7848 | 5819 | } |
| 7849 | 5820 | .elementor-navigator__element__indicator:first-child { |
| 7850 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 5821 | + border-inline-start: 3px solid var(--e-a-border-color-accent); | |
| 7851 | 5822 | } |
| 5823 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5824 | + border-color: #242729; | |
| 5825 | +} | |
| 7852 | 5826 | .elementor-navigator__element__indicator:hover { |
| 7853 | 5827 | color: var(--e-a-color-txt-hover); |
| 7854 | 5828 | } |
| 7855 | 5829 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| @@ -7855,16 +5829,13 @@ | ||
| 7855 | 5829 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7856 | 5830 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7857 | 5831 | opacity: 0.5; |
| 7858 | 5832 | } |
| 7859 | -.elementor-navigator__promotion-text { | |
| 7860 | - line-height: 18px; | |
| 7861 | -} | |
| 7862 | 5833 | |
| 7863 | 5834 | .e-notice-bar { |
| 7864 | 5835 | position: absolute; |
| 7865 | 5836 | width: 100%; |
| 7866 | - inset-block-end: 0; | |
| 5837 | + bottom: 0; | |
| 7867 | 5838 | display: flex; |
| 7868 | 5839 | align-items: center; |
| 7869 | 5840 | height: 40px; |
| 7870 | 5841 | color: #fff; |
| @@ -7888,9 +5859,9 @@ | ||
| 7888 | 5859 | padding: 4px 10px; |
| 7889 | 5860 | font-size: 11px; |
| 7890 | 5861 | } |
| 7891 | 5862 | .e-notice-bar__primary_action a:hover { |
| 7892 | - color: rgb(70.5, 0, 30.2142857143); | |
| 5863 | + color: #47001e; | |
| 7893 | 5864 | background: #F1F2F3; |
| 7894 | 5865 | } |
| 7895 | 5866 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7896 | 5867 | font-size: 11px; |
| @@ -7990,11 +5961,11 @@ | ||
| 7990 | 5961 | background-color: transparent; |
| 7991 | 5962 | } |
| 7992 | 5963 | #elementor-icons-manager__search i { |
| 7993 | 5964 | position: absolute; |
| 7994 | - inset-block-start: 50%; | |
| 7995 | - inset-inline-end: 15px; | |
| 5965 | + top: 50%; | |
| 7996 | 5966 | transform: translateY(-50%); |
| 5967 | + left: 15px; | |
| 7997 | 5968 | } |
| 7998 | 5969 | #elementor-icons-manager__tab__wrapper { |
| 7999 | 5970 | overflow: auto; |
| 8000 | 5971 | margin: 25px -15px 0; |
| @@ -8083,10 +6054,10 @@ | ||
| 8083 | 6054 | content: ""; |
| 8084 | 6055 | position: absolute; |
| 8085 | 6056 | height: 100%; |
| 8086 | 6057 | width: 3px; |
| 8087 | - inset-block-start: 0; | |
| 8088 | - inset-inline-start: 0; | |
| 6058 | + top: 0; | |
| 6059 | + right: 0; | |
| 8089 | 6060 | background-color: var(--e-a-border-color-accent); |
| 8090 | 6061 | } |
| 8091 | 6062 | .elementor-icons-manager__tab__item { |
| 8092 | 6063 | position: relative; |
| @@ -8111,11 +6082,11 @@ | ||
| 8111 | 6082 | flex-direction: column; |
| 8112 | 6083 | align-items: center; |
| 8113 | 6084 | width: 100%; |
| 8114 | 6085 | position: absolute; |
| 8115 | - inset-block-start: 50%; | |
| 8116 | - inset-inline-start: 50%; | |
| 8117 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6086 | + top: 50%; | |
| 6087 | + left: 50%; | |
| 6088 | + transform: translate(-50%, -50%); | |
| 8118 | 6089 | padding: 1px; |
| 8119 | 6090 | } |
| 8120 | 6091 | .elementor-icons-manager__tab__item__icon { |
| 8121 | 6092 | font-size: 25px; |
| @@ -8159,12 +6130,11 @@ | ||
| 8159 | 6130 | } |
| 8160 | 6131 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8161 | 6132 | height: 12px; |
| 8162 | 6133 | width: 12px; |
| 8163 | - position: absolute; | |
| 8164 | - inset-block-start: 50%; | |
| 8165 | - inset-inline-start: 50%; | |
| 8166 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6134 | + top: 50%; | |
| 6135 | + left: 50%; | |
| 6136 | + transform: translate(-50%, -50%); | |
| 8167 | 6137 | } |
| 8168 | 6138 | |
| 8169 | 6139 | .pcr-app { |
| 8170 | 6140 | background-color: var(--e-a-bg-default); |
| @@ -8182,11 +6152,8 @@ | ||
| 8182 | 6152 | } |
| 8183 | 6153 | .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { |
| 8184 | 6154 | height: 150px; |
| 8185 | 6155 | } |
| 8186 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8187 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8188 | -} | |
| 8189 | 6156 | .pcr-app .pcr-interaction { |
| 8190 | 6157 | padding-block-end: 20px; |
| 8191 | 6158 | } |
| 8192 | 6159 | .pcr-app .pcr-interaction input.pcr-result { |
| @@ -8271,9 +6238,12 @@ | ||
| 8271 | 6238 | font-family: "eicons"; |
| 8272 | 6239 | color: var(--e-a-btn-color-invert); |
| 8273 | 6240 | text-indent: 0; |
| 8274 | 6241 | position: absolute; |
| 8275 | - inset: 0; | |
| 6242 | + left: 0; | |
| 6243 | + top: 0; | |
| 6244 | + width: 100%; | |
| 6245 | + height: 100%; | |
| 8276 | 6246 | display: flex; |
| 8277 | 6247 | justify-content: center; |
| 8278 | 6248 | align-items: center; |
| 8279 | 6249 | } |
| @@ -8304,9 +6274,9 @@ | ||
| 8304 | 6274 | } |
| 8305 | 6275 | |
| 8306 | 6276 | .select2-selection__arrow { |
| 8307 | 6277 | height: 27px; |
| 8308 | - inset-block-start: 0; | |
| 6278 | + top: 0; | |
| 8309 | 6279 | } |
| 8310 | 6280 | |
| 8311 | 6281 | .select2-results__option[aria-selected=true] { |
| 8312 | 6282 | background-color: var(--e-a-bg-active); |
| @@ -8329,12 +6299,12 @@ | ||
| 8329 | 6299 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8330 | 6300 | cursor: ew-resize; |
| 8331 | 6301 | } |
| 8332 | 6302 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8333 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6303 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8334 | 6304 | } |
| 8335 | 6305 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8336 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6306 | + color: #0e3b9c; | |
| 8337 | 6307 | -webkit-user-select: none; |
| 8338 | 6308 | -moz-user-select: none; |
| 8339 | 6309 | user-select: none; |
| 8340 | 6310 | } |
| @@ -8365,10 +6335,11 @@ | ||
| 8365 | 6335 | padding: 0; |
| 8366 | 6336 | margin: 0; |
| 8367 | 6337 | height: 100px; |
| 8368 | 6338 | position: absolute; |
| 8369 | - inset-block-start: -60px; | |
| 8370 | - inset-inline: 0; | |
| 6339 | + top: -60px; | |
| 6340 | + left: 0; | |
| 6341 | + right: 0; | |
| 8371 | 6342 | } |
| 8372 | 6343 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8373 | 6344 | border-color: transparent; |
| 8374 | 6345 | outline: none; |
| @@ -8395,23 +6366,21 @@ | ||
| 8395 | 6366 | } |
| 8396 | 6367 | |
| 8397 | 6368 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8398 | 6369 | transition: 0.3s all; |
| 6370 | + --is-ltr: 1; | |
| 6371 | + --is-rtl: 0; | |
| 6372 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 6373 | + --is-ltr: 0; | |
| 6374 | + --is-rtl: 1; | |
| 8399 | 6375 | } |
| 8400 | 6376 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8401 | 6377 | max-height: 1em; |
| 8402 | 6378 | max-width: 1em; |
| 8403 | 6379 | } |
| 8404 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8405 | - --is-ltr: 0; | |
| 8406 | - --is-rtl: 1; | |
| 8407 | -} | |
| 8408 | 6380 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8409 | 6381 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8410 | 6382 | } |
| 8411 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8412 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8413 | -} | |
| 8414 | 6383 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) { |
| 8415 | 6384 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8416 | 6385 | } |
| 8417 | 6386 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { |
| @@ -8424,16 +6393,6 @@ | ||
| 8424 | 6393 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8425 | 6394 | } |
| 8426 | 6395 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 8427 | 6396 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8428 | -} | |
| 8429 | - | |
| 8430 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8431 | - display: none; | |
| 8432 | -} | |
| 8433 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8434 | - display: none; | |
| 8435 | -} | |
| 8436 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8437 | - display: none; | |
| 8438 | 6397 | } |
| 8439 | 6398 | /*# sourceMappingURL=editor-rtl.css.map */ |