| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.22.0 - 27-05-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 | + right: 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: "\e89f"; | |
| 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: "\e89e"; | |
| 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 | + left: 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 | + right: 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 { |
| @@ -1143,15 +832,12 @@ | ||
| 1143 | 832 | } |
| 1144 | 833 | .elementor-panel .elementor-tab-control-style span:before { |
| 1145 | 834 | content: "\e921"; |
| 1146 | 835 | } |
| 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, | |
| 836 | +.elementor-panel .elementor-tab-control-advanced-tab-contact-buttons span:before, | |
| 1151 | 837 | .elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before, |
| 1152 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before, | |
| 1153 | 838 | .elementor-panel .elementor-tab-control-advanced span:before, |
| 839 | +.elementor-panel .elementor-tab-control-settings span:before, | |
| 1154 | 840 | .elementor-panel .elementor-tab-control-general_style span:before { |
| 1155 | 841 | content: "\e916"; |
| 1156 | 842 | } |
| 1157 | 843 | .elementor-panel .elementor-tab-control-responsive span:before { |
| @@ -1193,12 +879,12 @@ | ||
| 1193 | 879 | content: ""; |
| 1194 | 880 | position: absolute; |
| 1195 | 881 | height: 13px; |
| 1196 | 882 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 883 | + top: 3px; | |
| 884 | + bottom: 0; | |
| 885 | + left: 8px; | |
| 886 | + right: 0; | |
| 1201 | 887 | border-radius: 50%; |
| 1202 | 888 | z-index: -1; |
| 1203 | 889 | } |
| 1204 | 890 | .elementor-panel #elementor-panel-footer { |
| @@ -1289,10 +975,10 @@ | ||
| 1289 | 975 | border-inline-end: 1px solid #3f444b; |
| 1290 | 976 | } |
| 1291 | 977 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 978 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 979 | + bottom: 100%; | |
| 980 | + left: 0; | |
| 1295 | 981 | width: 100%; |
| 1296 | 982 | background-color: #1f2124; |
| 1297 | 983 | padding: 10px; |
| 1298 | 984 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1344,9 +1030,12 @@ | ||
| 1344 | 1030 | display: none; |
| 1345 | 1031 | } |
| 1346 | 1032 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1347 | 1033 | position: absolute; |
| 1348 | - inset: 0; | |
| 1034 | + top: 0; | |
| 1035 | + left: 0; | |
| 1036 | + height: 100%; | |
| 1037 | + width: 100%; | |
| 1349 | 1038 | display: flex; |
| 1350 | 1039 | align-items: center; |
| 1351 | 1040 | justify-content: center; |
| 1352 | 1041 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1359,17 +1048,13 @@ | ||
| 1359 | 1048 | |
| 1360 | 1049 | #elementor-panel-elements-search-area { |
| 1361 | 1050 | background-color: var(--e-a-bg-default); |
| 1362 | 1051 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1052 | + top: 0; | |
| 1364 | 1053 | padding: 15px; |
| 1365 | 1054 | z-index: 1; |
| 1366 | 1055 | } |
| 1367 | 1056 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1057 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1058 | position: relative; |
| 1374 | 1059 | } |
| 1375 | 1060 | |
| @@ -1386,12 +1071,12 @@ | ||
| 1386 | 1071 | appearance: none; |
| 1387 | 1072 | } |
| 1388 | 1073 | #elementor-panel-elements-search-input + i { |
| 1389 | 1074 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1075 | + left: 10px; | |
| 1076 | + top: 50%; | |
| 1077 | + color: var(--e-a-color-txt-disabled); | |
| 1392 | 1078 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1079 | } |
| 1395 | 1080 | #elementor-panel-elements-search-input:focus { |
| 1396 | 1081 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1082 | padding-inline-end: 15px; |
| @@ -1396,20 +1081,8 @@ | ||
| 1396 | 1081 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1082 | padding-inline-end: 15px; |
| 1398 | 1083 | } |
| 1399 | 1084 | |
| 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 | 1085 | .elementor-panel .elementor-element { |
| 1413 | 1086 | font-family: var(--e-a-font-family); |
| 1414 | 1087 | color: var(--e-a-color-txt); |
| 1415 | 1088 | line-height: 1; |
| @@ -1427,14 +1100,8 @@ | ||
| 1427 | 1100 | -webkit-user-select: none; |
| 1428 | 1101 | -moz-user-select: none; |
| 1429 | 1102 | user-select: none; |
| 1430 | 1103 | } |
| 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 | 1104 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1105 | background-color: var(--e-a-bg-hover); |
| 1439 | 1106 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1107 | } |
| @@ -1440,11 +1107,8 @@ | ||
| 1440 | 1107 | } |
| 1441 | 1108 | .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { |
| 1442 | 1109 | color: var(--e-a-color-accent); |
| 1443 | 1110 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1111 | .elementor-panel .elementor-element .icon { |
| 1448 | 1112 | font-size: 28px; |
| 1449 | 1113 | padding-block-start: 15px; |
| 1450 | 1114 | } |
| @@ -1456,12 +1120,12 @@ | ||
| 1456 | 1120 | } |
| 1457 | 1121 | .elementor-panel .elementor-element .title { |
| 1458 | 1122 | font-size: 12px; |
| 1459 | 1123 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1124 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1125 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1126 | + top: 5px; | |
| 1127 | + right: 5px; | |
| 1464 | 1128 | color: var(--e-a-color-txt-disabled); |
| 1465 | 1129 | } |
| 1466 | 1130 | .elementor-panel .elementor-element:active { |
| 1467 | 1131 | background-color: var(--e-a-bg-hover); |
| @@ -1479,10 +1143,10 @@ | ||
| 1479 | 1143 | } |
| 1480 | 1144 | #elementor-element--promotion__dialog:after { |
| 1481 | 1145 | content: ""; |
| 1482 | 1146 | position: absolute; |
| 1483 | - inset-block-start: 15px; | |
| 1484 | - inset-inline-end: 100%; | |
| 1147 | + top: 15px; | |
| 1148 | + right: 100%; | |
| 1485 | 1149 | transform: scaleY(0.7); |
| 1486 | 1150 | border: 10px solid transparent; |
| 1487 | 1151 | border-inline-end-color: var(--e-a-bg-default); |
| 1488 | 1152 | } |
| @@ -1522,9 +1186,9 @@ | ||
| 1522 | 1186 | .dialog-tooltip-widget { |
| 1523 | 1187 | position: absolute; |
| 1524 | 1188 | width: 300px; |
| 1525 | 1189 | z-index: 1; |
| 1526 | - background-color: var(--e-a-bg-default); | |
| 1190 | + background-color: #ffffff; | |
| 1527 | 1191 | box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); |
| 1528 | 1192 | border-radius: 3px; |
| 1529 | 1193 | } |
| 1530 | 1194 | .dialog-tooltip-widget:after { |
| @@ -1529,13 +1193,13 @@ | ||
| 1529 | 1193 | } |
| 1530 | 1194 | .dialog-tooltip-widget:after { |
| 1531 | 1195 | content: ""; |
| 1532 | 1196 | position: absolute; |
| 1533 | - inset-block-start: 15px; | |
| 1534 | - inset-inline-end: 100%; | |
| 1197 | + top: 15px; | |
| 1198 | + right: 100%; | |
| 1535 | 1199 | transform: scaleY(0.7); |
| 1536 | 1200 | border: 10px solid transparent; |
| 1537 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1201 | + border-inline-end-color: #ffffff; | |
| 1538 | 1202 | } |
| 1539 | 1203 | .dialog-tooltip-widget__title { |
| 1540 | 1204 | font-size: 14px; |
| 1541 | 1205 | } |
| @@ -1541,10 +1205,10 @@ | ||
| 1541 | 1205 | } |
| 1542 | 1206 | .dialog-tooltip-widget .dialog-tooltip-header { |
| 1543 | 1207 | display: flex; |
| 1544 | 1208 | padding: 20px 20px 0; |
| 1545 | - color: var(--e-a-color-txt); | |
| 1546 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1209 | + color: #0C0D0E; | |
| 1210 | + border-block-end: 1px solid #ffffff; | |
| 1547 | 1211 | font-weight: 500; |
| 1548 | 1212 | } |
| 1549 | 1213 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { |
| 1550 | 1214 | flex-grow: 1; |
| @@ -1554,9 +1218,9 @@ | ||
| 1554 | 1218 | } |
| 1555 | 1219 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-close { |
| 1556 | 1220 | cursor: pointer; |
| 1557 | 1221 | margin-inline-start: auto; |
| 1558 | - color: var(--e-a-color-txt); | |
| 1222 | + color: #9DA5AE; | |
| 1559 | 1223 | } |
| 1560 | 1224 | .dialog-tooltip-widget .dialog-tooltip-message { |
| 1561 | 1225 | padding: 20px; |
| 1562 | 1226 | } |
| @@ -1571,52 +1235,8 @@ | ||
| 1571 | 1235 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1572 | 1236 | border: 0; |
| 1573 | 1237 | } |
| 1574 | 1238 | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | 1239 | #elementor-panel-inner { |
| 1620 | 1240 | position: relative; |
| 1621 | 1241 | height: 100%; |
| 1622 | 1242 | display: flex; |
| @@ -1644,9 +1264,9 @@ | ||
| 1644 | 1264 | } |
| 1645 | 1265 | |
| 1646 | 1266 | #elementor-panel-get-pro-elements-sticky { |
| 1647 | 1267 | position: sticky; |
| 1648 | - inset-block-end: 0; | |
| 1268 | + bottom: 0; | |
| 1649 | 1269 | font-size: 14px; |
| 1650 | 1270 | font-weight: 400; |
| 1651 | 1271 | line-height: 1.6; |
| 1652 | 1272 | margin-block-end: -10px; |
| @@ -1651,9 +1271,9 @@ | ||
| 1651 | 1271 | line-height: 1.6; |
| 1652 | 1272 | margin-block-end: -10px; |
| 1653 | 1273 | } |
| 1654 | 1274 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1655 | - margin-block-start: -14px; | |
| 1275 | + margin-top: -14px; | |
| 1656 | 1276 | min-height: 40px; |
| 1657 | 1277 | display: block; |
| 1658 | 1278 | padding: 9px min(35px, 5%); |
| 1659 | 1279 | gap: 10px; |
| @@ -1668,9 +1288,9 @@ | ||
| 1668 | 1288 | font-weight: 500; |
| 1669 | 1289 | color: var(--e-a-btn-bg-accent); |
| 1670 | 1290 | } |
| 1671 | 1291 | #elementor-panel-get-pro-elements-sticky img { |
| 1672 | - margin-inline-start: 17px; | |
| 1292 | + margin-left: 17px; | |
| 1673 | 1293 | } |
| 1674 | 1294 | |
| 1675 | 1295 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1676 | 1296 | width: 90%; |
| @@ -1697,10 +1317,10 @@ | ||
| 1697 | 1317 | background: var(--e-a-color-primary); |
| 1698 | 1318 | border-radius: 50%; |
| 1699 | 1319 | width: 8px; |
| 1700 | 1320 | height: 8px; |
| 1701 | - inset-block-start: 5px; | |
| 1702 | - inset-inline-end: 5px; | |
| 1321 | + top: 5px; | |
| 1322 | + right: 5px; | |
| 1703 | 1323 | } |
| 1704 | 1324 | |
| 1705 | 1325 | .media-modal.wp-core-ui { |
| 1706 | 1326 | color-scheme: light; |
| @@ -1748,9 +1368,8 @@ | ||
| 1748 | 1368 | .elementor-control.elementor-control-type-divider { |
| 1749 | 1369 | padding: 0; |
| 1750 | 1370 | } |
| 1751 | 1371 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1752 | - margin-inline: 20px; | |
| 1753 | 1372 | border-width: 0; |
| 1754 | 1373 | border-block-start: var(--e-a-border); |
| 1755 | 1374 | background-color: var(--e-a-bg-default); |
| 1756 | 1375 | height: 15px; |
| @@ -1760,20 +1379,21 @@ | ||
| 1760 | 1379 | } |
| 1761 | 1380 | .elementor-control.elementor-control-separator-before:before { |
| 1762 | 1381 | content: ""; |
| 1763 | 1382 | position: absolute; |
| 1764 | - inset: 0 20px auto; | |
| 1765 | 1383 | height: 1px; |
| 1384 | + width: calc(100% - 40px); | |
| 1385 | + top: 0; | |
| 1386 | + left: 20px; | |
| 1766 | 1387 | background-color: var(--e-a-border-color); |
| 1767 | 1388 | } |
| 1768 | -.elementor-control.elementor-control-separator-after { | |
| 1769 | - padding-block-end: 15px; | |
| 1770 | -} | |
| 1771 | 1389 | .elementor-control.elementor-control-separator-after:after { |
| 1772 | 1390 | content: ""; |
| 1773 | 1391 | position: absolute; |
| 1774 | - inset: auto 20px 0; | |
| 1775 | 1392 | height: 1px; |
| 1393 | + width: calc(100% - 40px); | |
| 1394 | + bottom: 0; | |
| 1395 | + left: 20px; | |
| 1776 | 1396 | background-color: var(--e-a-border-color); |
| 1777 | 1397 | } |
| 1778 | 1398 | .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { |
| 1779 | 1399 | padding-block-start: 15px; |
| @@ -1814,36 +1434,23 @@ | ||
| 1814 | 1434 | } |
| 1815 | 1435 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1816 | 1436 | display: none; |
| 1817 | 1437 | } |
| 1818 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1819 | - padding: 4px; | |
| 1820 | -} | |
| 1821 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1822 | - aspect-ratio: 4/1; | |
| 1823 | - -o-object-fit: cover; | |
| 1824 | - object-fit: cover; | |
| 1825 | - -o-object-position: center; | |
| 1826 | - object-position: center; | |
| 1827 | -} | |
| 1828 | -.elementor-control-shape_divider_bottom img { | |
| 1829 | - rotate: X 180deg; | |
| 1830 | -} | |
| 1831 | 1438 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1832 | 1439 | margin-block-start: 5px; |
| 1833 | 1440 | } |
| 1834 | 1441 | |
| 1835 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1836 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1837 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1838 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1839 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1840 | - transform: rotate(90deg); | |
| 1442 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1443 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1444 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1445 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1446 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1447 | + content: "\e92a"; | |
| 1841 | 1448 | } |
| 1842 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1843 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1844 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1845 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1449 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1450 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1451 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1452 | + content: "\e90a"; | |
| 1846 | 1453 | } |
| 1847 | 1454 | |
| 1848 | 1455 | .elementor-panel-heading { |
| 1849 | 1456 | display: flex; |
| @@ -1867,17 +1474,8 @@ | ||
| 1867 | 1474 | } |
| 1868 | 1475 | .elementor-panel-heading-title { |
| 1869 | 1476 | font-weight: bold; |
| 1870 | 1477 | } |
| 1871 | -.elementor-panel-heading-category-chip { | |
| 1872 | - margin-inline-start: auto; | |
| 1873 | - background-color: var(--e-a-bg-chip); | |
| 1874 | - border-radius: 100px; | |
| 1875 | - padding: 5px 8px; | |
| 1876 | -} | |
| 1877 | -.elementor-panel-heading-category-chip i { | |
| 1878 | - margin-inline-start: 4px; | |
| 1879 | -} | |
| 1880 | 1478 | .elementor-panel-heading-promotion { |
| 1881 | 1479 | margin-inline-start: auto; |
| 1882 | 1480 | } |
| 1883 | 1481 | .elementor-panel-heading-promotion a { |
| @@ -1896,11 +1494,9 @@ | ||
| 1896 | 1494 | .elementor-panel-heading:focus-visible { |
| 1897 | 1495 | color: var(--e-a-color-txt-hover); |
| 1898 | 1496 | } |
| 1899 | 1497 | |
| 1900 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1901 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1902 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1498 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1903 | 1499 | border-block-start: none; |
| 1904 | 1500 | } |
| 1905 | 1501 | |
| 1906 | 1502 | .elementor-control-field { |
| @@ -1945,15 +1541,8 @@ | ||
| 1945 | 1541 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1946 | 1542 | margin-block-start: 0; |
| 1947 | 1543 | } |
| 1948 | 1544 | |
| 1949 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1950 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1951 | -.elementor-control-start-end .eicon-h-align-left, | |
| 1952 | -.elementor-control-start-end .eicon-h-align-right { | |
| 1953 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1954 | -} | |
| 1955 | - | |
| 1956 | 1545 | .elementor-update-preview { |
| 1957 | 1546 | margin: 15px 15px 0; |
| 1958 | 1547 | display: flex; |
| 1959 | 1548 | align-items: center; |
| @@ -1988,9 +1577,9 @@ | ||
| 1988 | 1577 | } |
| 1989 | 1578 | .elementor-control-responsive-switchers__holder { |
| 1990 | 1579 | position: absolute; |
| 1991 | 1580 | width: 100%; |
| 1992 | - inset-block-start: 0; | |
| 1581 | + top: 0; | |
| 1993 | 1582 | background-color: var(--e-a-bg-default); |
| 1994 | 1583 | border-radius: var(--e-a-border-radius); |
| 1995 | 1584 | transition: 0.15s; |
| 1996 | 1585 | border: 1px solid transparent; |
| @@ -2133,10 +1722,10 @@ | ||
| 2133 | 1722 | display: none; |
| 2134 | 1723 | overflow: hidden; |
| 2135 | 1724 | max-height: 0; |
| 2136 | 1725 | position: absolute; |
| 2137 | - inset-block-start: -0.8em; | |
| 2138 | - inset-inline-start: -0.5em; | |
| 1726 | + top: -0.8em; | |
| 1727 | + left: -0.5em; | |
| 2139 | 1728 | width: 2.5em; |
| 2140 | 1729 | text-align: center; |
| 2141 | 1730 | background-color: var(--e-a-bg-default); |
| 2142 | 1731 | border-radius: var(--e-a-border-radius); |
| @@ -2311,9 +1900,9 @@ | ||
| 2311 | 1900 | } |
| 2312 | 1901 | .elementor-control-responsive-switchers__holder { |
| 2313 | 1902 | position: absolute; |
| 2314 | 1903 | width: 100%; |
| 2315 | - inset-block-start: 0; | |
| 1904 | + top: 0; | |
| 2316 | 1905 | background-color: var(--e-a-bg-default); |
| 2317 | 1906 | border-radius: var(--e-a-border-radius); |
| 2318 | 1907 | transition: 0.15s; |
| 2319 | 1908 | border: 1px solid transparent; |
| @@ -2456,10 +2045,10 @@ | ||
| 2456 | 2045 | display: none; |
| 2457 | 2046 | overflow: hidden; |
| 2458 | 2047 | max-height: 0; |
| 2459 | 2048 | position: absolute; |
| 2460 | - inset-block-start: -0.8em; | |
| 2461 | - inset-inline-start: -0.5em; | |
| 2049 | + top: -0.8em; | |
| 2050 | + left: -0.5em; | |
| 2462 | 2051 | width: 2.5em; |
| 2463 | 2052 | text-align: center; |
| 2464 | 2053 | background-color: var(--e-a-bg-default); |
| 2465 | 2054 | border-radius: var(--e-a-border-radius); |
| @@ -2589,9 +2178,9 @@ | ||
| 2589 | 2178 | } |
| 2590 | 2179 | .elementor-control-responsive-switchers__holder { |
| 2591 | 2180 | position: absolute; |
| 2592 | 2181 | width: 100%; |
| 2593 | - inset-block-start: 0; | |
| 2182 | + top: 0; | |
| 2594 | 2183 | background-color: var(--e-a-bg-default); |
| 2595 | 2184 | border-radius: var(--e-a-border-radius); |
| 2596 | 2185 | transition: 0.15s; |
| 2597 | 2186 | border: 1px solid transparent; |
| @@ -2734,10 +2323,10 @@ | ||
| 2734 | 2323 | display: none; |
| 2735 | 2324 | overflow: hidden; |
| 2736 | 2325 | max-height: 0; |
| 2737 | 2326 | position: absolute; |
| 2738 | - inset-block-start: -0.8em; | |
| 2739 | - inset-inline-start: -0.5em; | |
| 2327 | + top: -0.8em; | |
| 2328 | + left: -0.5em; | |
| 2740 | 2329 | width: 2.5em; |
| 2741 | 2330 | text-align: center; |
| 2742 | 2331 | background-color: var(--e-a-bg-default); |
| 2743 | 2332 | border-radius: var(--e-a-border-radius); |
| @@ -2857,11 +2446,11 @@ | ||
| 2857 | 2446 | } |
| 2858 | 2447 | |
| 2859 | 2448 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2860 | 2449 | position: absolute; |
| 2861 | - inset-block-start: 50%; | |
| 2862 | - inset-inline-start: 50%; | |
| 2863 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2450 | + top: 50%; | |
| 2451 | + left: 50%; | |
| 2452 | + transform: translate(-50%, -50%); | |
| 2864 | 2453 | } |
| 2865 | 2454 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2866 | 2455 | font-size: 70px; |
| 2867 | 2456 | } |
| @@ -2916,9 +2505,12 @@ | ||
| 2916 | 2505 | opacity: 0.6; |
| 2917 | 2506 | } |
| 2918 | 2507 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2919 | 2508 | position: absolute; |
| 2920 | - inset: 0; | |
| 2509 | + top: 0; | |
| 2510 | + bottom: 0; | |
| 2511 | + left: 0; | |
| 2512 | + right: 0; | |
| 2921 | 2513 | background-color: rgba(0, 0, 0, 0.2); |
| 2922 | 2514 | padding: 10px; |
| 2923 | 2515 | font-size: 11px; |
| 2924 | 2516 | transition: all 0.3s ease-in-out; |
| @@ -2927,10 +2519,10 @@ | ||
| 2927 | 2519 | opacity: 0; |
| 2928 | 2520 | } |
| 2929 | 2521 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 2930 | 2522 | position: absolute; |
| 2931 | - inset-block-start: 10px; | |
| 2932 | - inset-inline-end: 10px; | |
| 2523 | + top: 10px; | |
| 2524 | + right: 10px; | |
| 2933 | 2525 | width: 21px; |
| 2934 | 2526 | height: 21px; |
| 2935 | 2527 | color: var(--e-a-color-white); |
| 2936 | 2528 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3040,10 +2632,10 @@ | ||
| 3040 | 2632 | } |
| 3041 | 2633 | .e-global__popover-info-tooltip:after { |
| 3042 | 2634 | content: ""; |
| 3043 | 2635 | position: absolute; |
| 3044 | - inset-block-end: -17px; | |
| 3045 | - inset-inline-start: 16px; | |
| 2636 | + bottom: -17px; | |
| 2637 | + left: 16px; | |
| 3046 | 2638 | border: 10px solid transparent; |
| 3047 | 2639 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3048 | 2640 | } |
| 3049 | 2641 | .e-global__popover-info i { |
| @@ -3049,9 +2641,9 @@ | ||
| 3049 | 2641 | .e-global__popover-info i { |
| 3050 | 2642 | font-size: 13px; |
| 3051 | 2643 | } |
| 3052 | 2644 | .e-global__preview-items-container { |
| 3053 | - max-height: 400px; | |
| 2645 | + max-height: 260px; | |
| 3054 | 2646 | overflow-y: auto; |
| 3055 | 2647 | padding: 5px 0; |
| 3056 | 2648 | } |
| 3057 | 2649 | .e-global__preview-items-container::-webkit-scrollbar { |
| @@ -3060,19 +2652,8 @@ | ||
| 3060 | 2652 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3061 | 2653 | background-color: #BABFC5; |
| 3062 | 2654 | border-radius: 10px; |
| 3063 | 2655 | } |
| 3064 | -.e-global__group-header { | |
| 3065 | - padding: 12px 20px 5px; | |
| 3066 | - font-weight: 500; | |
| 3067 | - font-size: 11px; | |
| 3068 | - color: var(--e-a-color-txt-muted); | |
| 3069 | -} | |
| 3070 | -.e-global__group-divider { | |
| 3071 | - height: 1px; | |
| 3072 | - background-color: var(--e-a-border-color); | |
| 3073 | - margin: 10px 20px; | |
| 3074 | -} | |
| 3075 | 2656 | .e-global__manage-button { |
| 3076 | 2657 | font-weight: 500; |
| 3077 | 2658 | cursor: pointer; |
| 3078 | 2659 | } |
| @@ -3088,9 +2669,9 @@ | ||
| 3088 | 2669 | font-size: 13px; |
| 3089 | 2670 | content: "\e90e"; |
| 3090 | 2671 | position: absolute; |
| 3091 | 2672 | transform: translateY(-50%); |
| 3092 | - inset-block-start: 50%; | |
| 2673 | + top: 50%; | |
| 3093 | 2674 | inset-inline-start: 13px; |
| 3094 | 2675 | } |
| 3095 | 2676 | .e-global__color { |
| 3096 | 2677 | padding: 10px 20px; |
| @@ -3107,10 +2688,13 @@ | ||
| 3107 | 2688 | position: relative; |
| 3108 | 2689 | } |
| 3109 | 2690 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3110 | 2691 | border-radius: 3px; |
| 2692 | + height: 100%; | |
| 2693 | + width: 100%; | |
| 3111 | 2694 | position: absolute; |
| 3112 | - inset: 0; | |
| 2695 | + top: 0; | |
| 2696 | + left: 0; | |
| 3113 | 2697 | } |
| 3114 | 2698 | .e-global__color-preview-transparent-bg { |
| 3115 | 2699 | background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); |
| 3116 | 2700 | background-size: 12px 12px; |
| @@ -3231,11 +2815,11 @@ | ||
| 3231 | 2815 | display: none; |
| 3232 | 2816 | } |
| 3233 | 2817 | .elementor-control-media .eicon-plus-circle { |
| 3234 | 2818 | position: absolute; |
| 3235 | - inset-block-start: 50%; | |
| 3236 | - inset-inline-start: 50%; | |
| 3237 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2819 | + top: 50%; | |
| 2820 | + left: 50%; | |
| 2821 | + transform: translate(-50%, -50%); | |
| 3238 | 2822 | color: var(--e-a-color-white); |
| 3239 | 2823 | font-size: 20px; |
| 3240 | 2824 | } |
| 3241 | 2825 | .elementor-control-media__content__upload-button { |
| @@ -3244,8 +2828,9 @@ | ||
| 3244 | 2828 | .elementor-control-media__preview { |
| 3245 | 2829 | height: 100%; |
| 3246 | 2830 | background-size: cover; |
| 3247 | 2831 | background-position: center; |
| 2832 | + padding-block-end: 42.8571%; | |
| 3248 | 2833 | } |
| 3249 | 2834 | .elementor-control-media-area { |
| 3250 | 2835 | background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); |
| 3251 | 2836 | background-size: 16px 16px; |
| @@ -3258,11 +2843,11 @@ | ||
| 3258 | 2843 | display: none; |
| 3259 | 2844 | } |
| 3260 | 2845 | .elementor-control-media-area .eicon-video-camera { |
| 3261 | 2846 | position: absolute; |
| 3262 | - inset-block-start: 50%; | |
| 3263 | - inset-inline-start: 50%; | |
| 3264 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2847 | + top: 50%; | |
| 2848 | + left: 50%; | |
| 2849 | + transform: translate(-50%, -50%); | |
| 3265 | 2850 | color: rgba(255, 255, 255, 0.7); |
| 3266 | 2851 | font-size: 21px; |
| 3267 | 2852 | } |
| 3268 | 2853 | .elementor-control-media .elementor-control-media__content { |
| @@ -3273,14 +2858,17 @@ | ||
| 3273 | 2858 | } |
| 3274 | 2859 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3275 | 2860 | content: ""; |
| 3276 | 2861 | position: absolute; |
| 3277 | - inset: 0; | |
| 2862 | + top: 0; | |
| 2863 | + bottom: 0; | |
| 2864 | + left: 0; | |
| 2865 | + right: 0; | |
| 3278 | 2866 | background-color: rgba(0, 0, 0, 0.2); |
| 3279 | 2867 | pointer-events: none; |
| 3280 | 2868 | } |
| 3281 | 2869 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3282 | - inset-block-end: -30px; | |
| 2870 | + bottom: -30px; | |
| 3283 | 2871 | } |
| 3284 | 2872 | .elementor-control-media__content { |
| 3285 | 2873 | transition: all 0.2s ease-in-out; |
| 3286 | 2874 | } |
| @@ -3285,10 +2873,11 @@ | ||
| 3285 | 2873 | transition: all 0.2s ease-in-out; |
| 3286 | 2874 | } |
| 3287 | 2875 | .elementor-control-media__tools { |
| 3288 | 2876 | position: absolute; |
| 3289 | - inset-block-end: 0; | |
| 3290 | - inset-inline: 0; | |
| 2877 | + bottom: 0; | |
| 2878 | + left: 0; | |
| 2879 | + right: 0; | |
| 3291 | 2880 | height: 27px; |
| 3292 | 2881 | transition: all 0.2s ease-in-out; |
| 3293 | 2882 | } |
| 3294 | 2883 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3315,10 +2904,10 @@ | ||
| 3315 | 2904 | } |
| 3316 | 2905 | .elementor-control-media__content__remove { |
| 3317 | 2906 | position: absolute; |
| 3318 | 2907 | z-index: 1; |
| 3319 | - inset-block-start: 10px; | |
| 3320 | - inset-inline-end: 10px; | |
| 2908 | + top: 10px; | |
| 2909 | + right: 10px; | |
| 3321 | 2910 | width: 20px; |
| 3322 | 2911 | height: 20px; |
| 3323 | 2912 | font-size: 11px; |
| 3324 | 2913 | color: var(--e-a-color-white); |
| @@ -3610,11 +3199,9 @@ | ||
| 3610 | 3199 | text-align: center; |
| 3611 | 3200 | padding-block-start: 5px; |
| 3612 | 3201 | } |
| 3613 | 3202 | |
| 3614 | -#elementor-controls, | |
| 3615 | -#elementor-panel-page-settings-controls, | |
| 3616 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3203 | +#elementor-controls { | |
| 3617 | 3204 | padding-block-start: 15px; |
| 3618 | 3205 | } |
| 3619 | 3206 | |
| 3620 | 3207 | .elementor-control-type-section { |
| @@ -3659,11 +3246,11 @@ | ||
| 3659 | 3246 | font-family: eicons; |
| 3660 | 3247 | content: "\e8ad"; |
| 3661 | 3248 | font-size: 12px; |
| 3662 | 3249 | position: absolute; |
| 3663 | - inset-block-start: 50%; | |
| 3664 | - inset-inline-end: 5px; | |
| 3250 | + top: 50%; | |
| 3665 | 3251 | transform: translateY(-50%); |
| 3252 | + right: 5px; | |
| 3666 | 3253 | pointer-events: none; |
| 3667 | 3254 | } |
| 3668 | 3255 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3669 | 3256 | max-width: 80px; |
| @@ -3697,14 +3284,14 @@ | ||
| 3697 | 3284 | } |
| 3698 | 3285 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3699 | 3286 | border-radius: 0; |
| 3700 | 3287 | width: 10px; |
| 3701 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3288 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 3702 | 3289 | } |
| 3703 | 3290 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3704 | 3291 | content: ""; |
| 3705 | 3292 | position: absolute; |
| 3706 | - inset-block-start: 2px; | |
| 3293 | + top: 2px; | |
| 3707 | 3294 | height: 12px; |
| 3708 | 3295 | width: 11px; |
| 3709 | 3296 | transform: rotate(45deg); |
| 3710 | 3297 | background-color: var(--e-a-color-white); |
| @@ -3781,11 +3368,11 @@ | ||
| 3781 | 3368 | .elementor-slider .noUi-handle { |
| 3782 | 3369 | height: 16px; |
| 3783 | 3370 | width: 16px; |
| 3784 | 3371 | background-color: var(--e-a-color-white); |
| 3372 | + right: 0; | |
| 3373 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 3785 | 3374 | position: absolute; |
| 3786 | - inset-inline-end: 0; | |
| 3787 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3788 | 3375 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3789 | 3376 | border-radius: 50%; |
| 3790 | 3377 | } |
| 3791 | 3378 | .elementor-slider .noUi-connects { |
| @@ -3795,9 +3382,12 @@ | ||
| 3795 | 3382 | } |
| 3796 | 3383 | .elementor-slider .noUi-connect { |
| 3797 | 3384 | position: absolute; |
| 3798 | 3385 | z-index: 0; |
| 3799 | - inset: 0; | |
| 3386 | + top: 0; | |
| 3387 | + left: 0; | |
| 3388 | + height: 100%; | |
| 3389 | + width: 100%; | |
| 3800 | 3390 | will-change: transform; |
| 3801 | 3391 | transform-origin: 0 0; |
| 3802 | 3392 | background-color: var(--e-a-border-color-focus); |
| 3803 | 3393 | } |
| @@ -3802,9 +3392,9 @@ | ||
| 3802 | 3392 | background-color: var(--e-a-border-color-focus); |
| 3803 | 3393 | } |
| 3804 | 3394 | .elementor-slider .noUi-tooltip { |
| 3805 | 3395 | position: absolute; |
| 3806 | - inset-block-start: calc(100% + 5px); | |
| 3396 | + top: calc(100% + 5px); | |
| 3807 | 3397 | left: calc(50% - 4px); |
| 3808 | 3398 | transform: translateX(-50%); |
| 3809 | 3399 | font-size: 10px; |
| 3810 | 3400 | } |
| @@ -3891,9 +3481,9 @@ | ||
| 3891 | 3481 | transition-property: opacity, background; |
| 3892 | 3482 | } |
| 3893 | 3483 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3894 | 3484 | position: absolute; |
| 3895 | - inset-block-start: 0; | |
| 3485 | + top: 0; | |
| 3896 | 3486 | width: 50%; |
| 3897 | 3487 | text-align: center; |
| 3898 | 3488 | line-height: 20px; |
| 3899 | 3489 | transition: inherit; |
| @@ -3899,14 +3489,14 @@ | ||
| 3899 | 3489 | transition: inherit; |
| 3900 | 3490 | } |
| 3901 | 3491 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3902 | 3492 | content: attr(data-off); |
| 3903 | - inset-inline-end: 5px; | |
| 3493 | + right: 5px; | |
| 3904 | 3494 | color: var(--e-a-color-txt-muted); |
| 3905 | 3495 | } |
| 3906 | 3496 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3907 | 3497 | content: attr(data-on); |
| 3908 | - inset-inline-start: 5px; | |
| 3498 | + left: 5px; | |
| 3909 | 3499 | color: var(--e-a-btn-color); |
| 3910 | 3500 | opacity: 0; |
| 3911 | 3501 | } |
| 3912 | 3502 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3919,28 +3509,25 @@ | ||
| 3919 | 3509 | opacity: 1; |
| 3920 | 3510 | } |
| 3921 | 3511 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3922 | 3512 | position: absolute; |
| 3923 | - inset-block-start: 1px; | |
| 3924 | - inset-inline-start: 1px; | |
| 3513 | + top: 1px; | |
| 3514 | + left: 1px; | |
| 3925 | 3515 | width: 18px; |
| 3926 | 3516 | height: 18px; |
| 3927 | 3517 | background: white; |
| 3928 | 3518 | border-radius: 10px; |
| 3929 | - transition: inset-inline-start 0.15s ease-out; | |
| 3519 | + transition: left 0.15s ease-out; | |
| 3930 | 3520 | } |
| 3931 | 3521 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3932 | - inset-inline-start: initial; | |
| 3933 | - inset-inline-end: 1px; | |
| 3522 | + left: initial; | |
| 3523 | + right: 1px; | |
| 3934 | 3524 | } |
| 3935 | 3525 | |
| 3936 | 3526 | .elementor-control-type-tabs { |
| 3937 | - display: none; | |
| 3527 | + display: flex; | |
| 3938 | 3528 | font-size: var(--control-title-size); |
| 3939 | 3529 | } |
| 3940 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3941 | - display: flex; | |
| 3942 | -} | |
| 3943 | 3530 | |
| 3944 | 3531 | .elementor-control-type-tab { |
| 3945 | 3532 | text-align: center; |
| 3946 | 3533 | width: 100%; |
| @@ -3983,10 +3570,10 @@ | ||
| 3983 | 3570 | } |
| 3984 | 3571 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 3985 | 3572 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 3986 | 3573 | position: absolute; |
| 3987 | - inset-block-start: 0; | |
| 3988 | - inset-inline-end: 0; | |
| 3574 | + top: 0; | |
| 3575 | + right: 0; | |
| 3989 | 3576 | z-index: 1; |
| 3990 | 3577 | } |
| 3991 | 3578 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 3992 | 3579 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4064,10 +3651,10 @@ | ||
| 4064 | 3651 | } |
| 4065 | 3652 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4066 | 3653 | display: none; |
| 4067 | 3654 | position: absolute; |
| 4068 | - inset-block-start: 5px; | |
| 4069 | - inset-inline-end: 0; | |
| 3655 | + top: 5px; | |
| 3656 | + right: 0; | |
| 4070 | 3657 | width: 10px; |
| 4071 | 3658 | height: 10px; |
| 4072 | 3659 | font-size: 10px; |
| 4073 | 3660 | color: var(--e-a-color-txt-disabled); |
| @@ -4118,76 +3705,8 @@ | ||
| 4118 | 3705 | font-size: 10px; |
| 4119 | 3706 | padding-block-start: 2px; |
| 4120 | 3707 | } |
| 4121 | 3708 | |
| 4122 | -.elementor-control-type-visual_choice { | |
| 4123 | - width: 100%; | |
| 4124 | -} | |
| 4125 | - | |
| 4126 | -.elementor-visual-choice-choices { | |
| 4127 | - display: grid; | |
| 4128 | - gap: 8px; | |
| 4129 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4130 | - text-align: center; | |
| 4131 | - border-radius: var(--e-a-border-radius); | |
| 4132 | - overflow: hidden; | |
| 4133 | -} | |
| 4134 | - | |
| 4135 | -.elementor-visual-choice-element { | |
| 4136 | - display: flex; | |
| 4137 | - flex-direction: column; | |
| 4138 | - align-items: center; | |
| 4139 | - justify-content: center; | |
| 4140 | - gap: 8px; | |
| 4141 | - width: auto; | |
| 4142 | -} | |
| 4143 | -.elementor-visual-choice-element-image label { | |
| 4144 | - border: var(--e-a-border-bold); | |
| 4145 | - border-radius: var(--e-a-border-radius); | |
| 4146 | - font-size: 12px; | |
| 4147 | - transition: var(--e-a-transition-hover); | |
| 4148 | - cursor: pointer; | |
| 4149 | - overflow: hidden; | |
| 4150 | - width: 100%; | |
| 4151 | - padding: 8px; | |
| 4152 | -} | |
| 4153 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4154 | - background-color: var(--e-a-bg-active-bold); | |
| 4155 | - opacity: 1; | |
| 4156 | -} | |
| 4157 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4158 | - border-color: var(--e-a-color-primary-bold); | |
| 4159 | -} | |
| 4160 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4161 | - background-color: var(--e-a-color-white); | |
| 4162 | - opacity: 0.5; | |
| 4163 | -} | |
| 4164 | -.elementor-visual-choice-element-image img { | |
| 4165 | - width: 100%; | |
| 4166 | - height: auto; | |
| 4167 | -} | |
| 4168 | -.elementor-visual-choice-element-button { | |
| 4169 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4170 | -} | |
| 4171 | -.elementor-visual-choice-element-button label { | |
| 4172 | - width: -moz-fit-content; | |
| 4173 | - width: fit-content; | |
| 4174 | -} | |
| 4175 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4176 | - background-color: var(--e-a-bg-active-bold); | |
| 4177 | -} | |
| 4178 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4179 | - border-color: var(--e-a-color-primary-bold); | |
| 4180 | -} | |
| 4181 | - | |
| 4182 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4183 | - justify-content: flex-end; | |
| 4184 | -} | |
| 4185 | - | |
| 4186 | -.tipsy-inner { | |
| 4187 | - white-space: pre-line; | |
| 4188 | -} | |
| 4189 | - | |
| 4190 | 3709 | .elementor-control-type-wp_widget .widget-inside { |
| 4191 | 3710 | line-height: 2; |
| 4192 | 3711 | background-color: inherit; |
| 4193 | 3712 | display: block; |
| @@ -4331,13 +3850,13 @@ | ||
| 4331 | 3850 | --e-a-mode-switcher-width: 15px; |
| 4332 | 3851 | --e-a-mode-switcher-height: 50px; |
| 4333 | 3852 | --e-a-mode-switcher-icon-size: 15px; |
| 4334 | 3853 | position: absolute; |
| 4335 | - inset-block-start: 50%; | |
| 4336 | - inset-inline-start: 100%; | |
| 3854 | + left: 100%; | |
| 3855 | + top: 50%; | |
| 4337 | 3856 | transform: translateY(-50%); |
| 4338 | 3857 | background-color: var(--e-a-bg-default); |
| 4339 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 3858 | + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4340 | 3859 | transition: 0.3s opacity; |
| 4341 | 3860 | } |
| 4342 | 3861 | #elementor-mode-switcher:hover { |
| 4343 | 3862 | background-color: var(--e-a-bg-hover); |
| @@ -4407,11 +3926,11 @@ | ||
| 4407 | 3926 | } |
| 4408 | 3927 | |
| 4409 | 3928 | #elementor-panel-revisions-loading { |
| 4410 | 3929 | position: absolute; |
| 4411 | - inset-block-start: 50%; | |
| 4412 | - inset-inline-start: 50%; | |
| 4413 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3930 | + top: 50%; | |
| 3931 | + left: 50%; | |
| 3932 | + transform: translate(-50%, -50%); | |
| 4414 | 3933 | } |
| 4415 | 3934 | #elementor-panel-revisions-loading .eicon-loading { |
| 4416 | 3935 | font-size: 50px; |
| 4417 | 3936 | } |
| @@ -4523,15 +4042,12 @@ | ||
| 4523 | 4042 | background-color: var(--e-a-bg-active); |
| 4524 | 4043 | color: #E73CF6; |
| 4525 | 4044 | } |
| 4526 | 4045 | |
| 4527 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4046 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock { | |
| 4528 | 4047 | color: var(--e-a-color-accent); |
| 4529 | 4048 | } |
| 4530 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4531 | - margin-inline-end: 0; | |
| 4532 | -} | |
| 4533 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4049 | +.e-control-motion-effects-promotion__wrapper .select-promotion { | |
| 4534 | 4050 | display: flex; |
| 4535 | 4051 | flex-direction: column; |
| 4536 | 4052 | justify-content: center; |
| 4537 | 4053 | padding-inline-start: 5px; |
| @@ -4545,9 +4061,9 @@ | ||
| 4545 | 4061 | box-shadow: none; |
| 4546 | 4062 | border: var(--e-a-border-bold); |
| 4547 | 4063 | font-size: var(--control-title-size); |
| 4548 | 4064 | } |
| 4549 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4065 | +.e-control-motion-effects-promotion__lock-wrapper { | |
| 4550 | 4066 | width: 2.5rem; |
| 4551 | 4067 | display: flex; |
| 4552 | 4068 | justify-content: center; |
| 4553 | 4069 | align-items: center; |
| @@ -4639,13 +4155,13 @@ | ||
| 4639 | 4155 | } |
| 4640 | 4156 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4641 | 4157 | align-self: end; |
| 4642 | 4158 | margin-block-start: 35px; |
| 4643 | - inset-block-start: 0; | |
| 4159 | + top: 0; | |
| 4644 | 4160 | width: 100%; |
| 4645 | 4161 | } |
| 4646 | 4162 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4647 | - inset-inline-end: 5px; | |
| 4163 | + right: 5px; | |
| 4648 | 4164 | } |
| 4649 | 4165 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4650 | 4166 | padding: 0 20px 15px; |
| 4651 | 4167 | } |
| @@ -4755,33 +4271,21 @@ | ||
| 4755 | 4271 | .elementor-button:not(.elementor-button-state) .elementor-state-icon, |
| 4756 | 4272 | .e-btn:not(.elementor-button-state) .elementor-state-icon { |
| 4757 | 4273 | display: none; |
| 4758 | 4274 | } |
| 4759 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4760 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4761 | -.e-btn.e-btn-txt, | |
| 4762 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4763 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4275 | +.elementor-button.e-btn-txt, | |
| 4276 | +.e-btn.e-btn-txt { | |
| 4764 | 4277 | background: transparent; |
| 4765 | 4278 | color: var(--e-a-color-txt); |
| 4766 | 4279 | } |
| 4767 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4768 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4769 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4280 | +.elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus, | |
| 4770 | 4281 | .e-btn.e-btn-txt:hover, |
| 4771 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4772 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4773 | -.e-btn.e-btn-txt:focus, | |
| 4774 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4775 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4282 | +.e-btn.e-btn-txt:focus { | |
| 4776 | 4283 | background: var(--e-a-bg-hover); |
| 4777 | 4284 | color: var(--e-a-color-txt-hover); |
| 4778 | 4285 | } |
| 4779 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4780 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4781 | -.e-btn.e-btn-txt:disabled, | |
| 4782 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4783 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4286 | +.elementor-button.e-btn-txt:disabled, | |
| 4287 | +.e-btn.e-btn-txt:disabled { | |
| 4784 | 4288 | background: transparent; |
| 4785 | 4289 | color: var(--e-a-color-txt-disabled); |
| 4786 | 4290 | } |
| 4787 | 4291 | .elementor-button.e-btn-txt-border, |
| @@ -4799,90 +4303,27 @@ | ||
| 4799 | 4303 | .e-btn.e-success:hover, |
| 4800 | 4304 | .e-btn.e-success:focus { |
| 4801 | 4305 | background-color: var(--e-a-btn-bg-success-hover); |
| 4802 | 4306 | } |
| 4803 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4804 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4805 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4806 | -.e-btn.e-primary, | |
| 4807 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4808 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4809 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4810 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4307 | +.elementor-button.e-primary, | |
| 4308 | +.e-btn.e-primary { | |
| 4811 | 4309 | background-color: var(--e-a-btn-bg-primary); |
| 4812 | 4310 | color: var(--e-a-btn-color); |
| 4813 | 4311 | } |
| 4814 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4815 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, | |
| 4816 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 4817 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4818 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4312 | +.elementor-button.e-primary:hover, .elementor-button.e-primary:focus, | |
| 4819 | 4313 | .e-btn.e-primary:hover, |
| 4820 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4821 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4822 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4823 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4824 | -.e-btn.e-primary:focus, | |
| 4825 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4826 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4827 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4828 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4314 | +.e-btn.e-primary:focus { | |
| 4829 | 4315 | background-color: var(--e-a-btn-bg-primary-hover); |
| 4830 | 4316 | color: var(--e-a-btn-color); |
| 4831 | 4317 | } |
| 4832 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4833 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, | |
| 4834 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4835 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4836 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4837 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4838 | -.e-btn.e-primary.e-btn-txt, | |
| 4839 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4840 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4841 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4842 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4843 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4844 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4845 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4847 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4848 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4318 | +.elementor-button.e-primary.e-btn-txt, | |
| 4319 | +.e-btn.e-primary.e-btn-txt { | |
| 4849 | 4320 | background: transparent; |
| 4850 | 4321 | color: var(--e-a-color-primary-bold); |
| 4851 | 4322 | } |
| 4852 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4853 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4854 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4855 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4856 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4858 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4859 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4860 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4861 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4862 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4323 | +.elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus, | |
| 4863 | 4324 | .e-btn.e-primary.e-btn-txt:hover, |
| 4864 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4865 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4866 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4867 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4868 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4869 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4870 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4871 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4872 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4873 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4874 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4875 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4876 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4877 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4878 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4879 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4880 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4881 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4883 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4884 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4325 | +.e-btn.e-primary.e-btn-txt:focus { | |
| 4885 | 4326 | background: var(--e-a-bg-primary); |
| 4886 | 4327 | } |
| 4887 | 4328 | .elementor-button.go-pro, .elementor-button.e-accent, |
| 4888 | 4329 | .e-btn.go-pro, |
| @@ -4929,13 +4370,8 @@ | ||
| 4929 | 4370 | .e-btn.elementor-button-danger, |
| 4930 | 4371 | .e-btn.e-danger { |
| 4931 | 4372 | background-color: var(--e-a-btn-bg-danger); |
| 4932 | 4373 | } |
| 4933 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4934 | -.e-btn.elementor-button-danger.color-white, | |
| 4935 | -.e-btn.e-danger.color-white { | |
| 4936 | - color: var(--e-a-color-white); | |
| 4937 | -} | |
| 4938 | 4374 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 4939 | 4375 | .e-btn.elementor-button-danger:hover, |
| 4940 | 4376 | .e-btn.elementor-button-danger:focus, |
| 4941 | 4377 | .e-btn.e-danger:hover, |
| @@ -4974,23 +4410,22 @@ | ||
| 4974 | 4410 | } |
| 4975 | 4411 | |
| 4976 | 4412 | #elementor-preview-responsive-wrapper { |
| 4977 | 4413 | transform-origin: top center; |
| 4978 | - margin: 20px; | |
| 4414 | + padding: 20px; | |
| 4979 | 4415 | transform: scale(var(--e-preview-scale, 1)); |
| 4980 | - overflow: hidden; | |
| 4981 | 4416 | } |
| 4982 | 4417 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 4983 | 4418 | min-width: 1025px; |
| 4984 | 4419 | width: 100%; |
| 4985 | 4420 | height: 100%; |
| 4986 | - margin: 0; | |
| 4421 | + padding: 0; | |
| 4987 | 4422 | position: relative; |
| 4988 | 4423 | } |
| 4989 | 4424 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 4990 | 4425 | width: var(--e-editor-preview-width); |
| 4991 | 4426 | height: var(--e-editor-preview-height); |
| 4992 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4427 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4993 | 4428 | box-sizing: content-box; |
| 4994 | 4429 | position: relative; |
| 4995 | 4430 | max-height: calc(100vh - 80px); |
| 4996 | 4431 | } |
| @@ -5052,10 +4487,9 @@ | ||
| 5052 | 4487 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5053 | 4488 | bottom: 0; |
| 5054 | 4489 | } |
| 5055 | 4490 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5056 | - width: 10px; | |
| 5057 | - right: -5px; | |
| 4491 | + right: 0; | |
| 5058 | 4492 | } |
| 5059 | 4493 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5060 | 4494 | left: 0; |
| 5061 | 4495 | } |
| @@ -5066,20 +4500,8 @@ | ||
| 5066 | 4500 | background-color: #fff; |
| 5067 | 4501 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5068 | 4502 | } |
| 5069 | 4503 | |
| 5070 | -#elementor-template-library-modal button:focus-visible, | |
| 5071 | -#elementor-template-library-modal a:focus-visible, | |
| 5072 | -#elementor-template-library-modal input:focus-visible, | |
| 5073 | -#elementor-template-library-modal select:focus-visible, | |
| 5074 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5075 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5076 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5077 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5078 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5079 | - outline-offset: 2px; | |
| 5080 | - border-radius: 2px; | |
| 5081 | -} | |
| 5082 | 4504 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5083 | 4505 | font-style: normal; |
| 5084 | 4506 | text-decoration: underline; |
| 5085 | 4507 | } |
| @@ -5091,17 +4513,8 @@ | ||
| 5091 | 4513 | } |
| 5092 | 4514 | #elementor-template-library-modal .dialog-message { |
| 5093 | 4515 | overflow-y: scroll; |
| 5094 | 4516 | } |
| 5095 | -#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 { | |
| 5096 | - overflow-y: hidden; | |
| 5097 | -} | |
| 5098 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5099 | - color: var(--e-a-color-txt); | |
| 5100 | - text-decoration: underline; | |
| 5101 | - font-size: 17px; | |
| 5102 | - cursor: pointer; | |
| 5103 | -} | |
| 5104 | 4517 | |
| 5105 | 4518 | #elementor-template-library-header-menu { |
| 5106 | 4519 | text-align: center; |
| 5107 | 4520 | } |
| @@ -5110,21 +4523,14 @@ | ||
| 5110 | 4523 | display: inline-block; |
| 5111 | 4524 | padding: 17px 20px; |
| 5112 | 4525 | border-block-end: 3px solid transparent; |
| 5113 | 4526 | cursor: pointer; |
| 5114 | - background: transparent; | |
| 5115 | - margin: 0; | |
| 5116 | - font-size: inherit; | |
| 5117 | - font-family: inherit; | |
| 5118 | - color: inherit; | |
| 5119 | - border: none; | |
| 5120 | 4527 | } |
| 5121 | 4528 | .elementor-template-library-menu-item:hover { |
| 5122 | 4529 | background-color: var(--e-a-bg-hover); |
| 5123 | 4530 | border-color: var(--e-a-bg-hover); |
| 5124 | 4531 | } |
| 5125 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5126 | - border-block-end: 3px solid; | |
| 4532 | +.elementor-template-library-menu-item.elementor-active { | |
| 5127 | 4533 | border-color: var(--e-a-border-color-accent); |
| 5128 | 4534 | color: var(--e-a-color-txt-accent); |
| 5129 | 4535 | } |
| 5130 | 4536 | |
| @@ -5130,31 +4536,12 @@ | ||
| 5130 | 4536 | |
| 5131 | 4537 | #elementor-template-library-header-actions { |
| 5132 | 4538 | display: flex; |
| 5133 | 4539 | } |
| 5134 | -#elementor-template-library-header-actions > div, | |
| 5135 | -#elementor-template-library-header-actions > button { | |
| 5136 | - background: transparent; | |
| 5137 | - margin: 0; | |
| 5138 | - font-size: inherit; | |
| 5139 | - font-family: inherit; | |
| 5140 | - color: inherit; | |
| 5141 | - border: none; | |
| 4540 | +#elementor-template-library-header-actions > div { | |
| 5142 | 4541 | padding-inline-end: 16px; |
| 5143 | - cursor: pointer; | |
| 5144 | 4542 | } |
| 5145 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5146 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5147 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5148 | - outline-offset: -2px; | |
| 5149 | - border-radius: 2px; | |
| 5150 | -} | |
| 5151 | 4543 | |
| 5152 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5153 | - opacity: 0; | |
| 5154 | - visibility: hidden; | |
| 5155 | -} | |
| 5156 | - | |
| 5157 | 4544 | #elementor-template-library-header-preview-insert-wrapper { |
| 5158 | 4545 | cursor: default; |
| 5159 | 4546 | padding: 0 10px; |
| 5160 | 4547 | } |
| @@ -5163,9 +4550,8 @@ | ||
| 5163 | 4550 | margin-inline-start: 4px; |
| 5164 | 4551 | } |
| 5165 | 4552 | |
| 5166 | 4553 | #elementor-template-library-header-preview-back { |
| 5167 | - gap: 10px; | |
| 5168 | 4554 | padding-block: 16.5px 15px; |
| 5169 | 4555 | padding-inline: 0 16.5px; |
| 5170 | 4556 | border-inline-end: var(--e-a-border); |
| 5171 | 4557 | cursor: pointer; |
| @@ -5170,138 +4556,27 @@ | ||
| 5170 | 4556 | border-inline-end: var(--e-a-border); |
| 5171 | 4557 | cursor: pointer; |
| 5172 | 4558 | transition: color 0.5s; |
| 5173 | 4559 | } |
| 5174 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5175 | - background: transparent; | |
| 5176 | - margin: 0; | |
| 5177 | - font-size: inherit; | |
| 5178 | - font-family: inherit; | |
| 5179 | - color: inherit; | |
| 5180 | - border: none; | |
| 5181 | - display: flex; | |
| 5182 | - align-items: center; | |
| 5183 | - gap: 10px; | |
| 5184 | - cursor: pointer; | |
| 5185 | -} | |
| 5186 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5187 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5188 | - outline-offset: 2px; | |
| 5189 | - border-radius: 2px; | |
| 5190 | -} | |
| 5191 | 4560 | #elementor-template-library-header-preview-back:hover { |
| 5192 | 4561 | color: var(--e-a-color-txt-hover); |
| 5193 | 4562 | } |
| 5194 | 4563 | #elementor-template-library-header-preview-back i { |
| 4564 | + padding-inline-end: 10px; | |
| 5195 | 4565 | font-size: 18px; |
| 5196 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5197 | 4566 | } |
| 4567 | +#elementor-template-library-header-preview-back i:before { | |
| 4568 | + content: "\e87e"; | |
| 4569 | +} | |
| 5198 | 4570 | |
| 5199 | -#elementor-template-library-templates { | |
| 5200 | - display: flex; | |
| 5201 | - flex-direction: column; | |
| 5202 | - gap: 20px; | |
| 5203 | -} | |
| 5204 | -#elementor-template-library-templates .toolbar-container { | |
| 5205 | - display: flex; | |
| 5206 | - justify-content: space-between; | |
| 5207 | - align-items: center; | |
| 5208 | - gap: 2%; | |
| 5209 | - height: 45px; | |
| 5210 | -} | |
| 5211 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5212 | - display: flex; | |
| 5213 | - flex-wrap: wrap; | |
| 5214 | - align-items: flex-start; | |
| 5215 | -} | |
| 5216 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5217 | - display: none; | |
| 5218 | -} | |
| 5219 | -#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"])) { | |
| 5220 | - justify-content: flex-end; | |
| 5221 | -} | |
| 5222 | -#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 { | |
| 5223 | - display: flex; | |
| 5224 | - align-items: baseline; | |
| 5225 | - border-radius: 3px; | |
| 5226 | -} | |
| 5227 | -#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 { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: 2px; | |
| 5230 | -} | |
| 5231 | -#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 { | |
| 5232 | - align-items: center; | |
| 5233 | -} | |
| 5234 | -#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 { | |
| 5235 | - font-size: 14px; | |
| 5236 | - margin-inline-start: 5px; | |
| 5237 | -} | |
| 5238 | -#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 { | |
| 5239 | - width: 200px; | |
| 5240 | - margin: 0px 10px; | |
| 5241 | - align-self: center; | |
| 5242 | - text-align: start; | |
| 5243 | -} | |
| 5244 | -#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 { | |
| 5245 | - font-size: 10px; | |
| 5246 | -} | |
| 5247 | -#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 { | |
| 5248 | - color: var(--e-a-btn-bg-accent); | |
| 5249 | -} | |
| 5250 | -#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 { | |
| 5251 | - height: 4px; | |
| 5252 | - background-color: var(--e-a-color-primary-bold); | |
| 5253 | - position: relative; | |
| 5254 | - display: flex; | |
| 5255 | - align-items: center; | |
| 5256 | - padding: 0; | |
| 5257 | -} | |
| 5258 | -#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 { | |
| 5259 | - height: 100%; | |
| 5260 | - transition: width 0.3s ease; | |
| 5261 | -} | |
| 5262 | -#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 { | |
| 5263 | - background-color: #D004D4; | |
| 5264 | -} | |
| 5265 | -#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 { | |
| 5266 | - background-color: #F59E0B; | |
| 5267 | -} | |
| 5268 | -#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 { | |
| 5269 | - background-color: #93003f; | |
| 5270 | -} | |
| 5271 | -#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 { | |
| 5272 | - background-color: #F0ABFC; | |
| 5273 | -} | |
| 5274 | -#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 { | |
| 5275 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5276 | -} | |
| 5277 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5278 | - font-size: 12px; | |
| 5279 | - color: var(--e-a-color-txt); | |
| 5280 | -} | |
| 5281 | -#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 { | |
| 4571 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4572 | + margin-block-start: 10px; | |
| 4573 | + margin-block-end: 45px; | |
| 5282 | 4574 | border-block-start: var(--e-a-border); |
| 5283 | 4575 | } |
| 5284 | -#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 { | |
| 4576 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5285 | 4577 | color: var(--e-a-color-txt-active); |
| 5286 | 4578 | } |
| 5287 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5288 | - border-block-start: none; | |
| 5289 | -} | |
| 5290 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5291 | - padding: 0; | |
| 5292 | -} | |
| 5293 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5294 | - max-width: -moz-fit-content; | |
| 5295 | - max-width: fit-content; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5298 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5299 | - display: none; | |
| 5300 | -} | |
| 5301 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5302 | - pointer-events: none; | |
| 5303 | -} | |
| 5304 | 4579 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5305 | 4580 | margin: 10px -15px 0; |
| 5306 | 4581 | } |
| 5307 | 4582 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5327,243 +4602,14 @@ | ||
| 5327 | 4602 | } |
| 5328 | 4603 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5329 | 4604 | content: "\e8ad"; |
| 5330 | 4605 | } |
| 5331 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4606 | + | |
| 4607 | +#elementor-template-library-templates-container { | |
| 5332 | 4608 | display: flex; |
| 5333 | - align-items: center; | |
| 5334 | - gap: 8px; | |
| 4609 | + flex-wrap: wrap; | |
| 4610 | + align-items: flex-start; | |
| 5335 | 4611 | } |
| 5336 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5337 | - background: transparent; | |
| 5338 | - margin: 0; | |
| 5339 | - font-size: inherit; | |
| 5340 | - font-family: inherit; | |
| 5341 | - color: inherit; | |
| 5342 | - border: none; | |
| 5343 | - cursor: pointer; | |
| 5344 | - font-size: 20px; | |
| 5345 | - padding: 0 5px; | |
| 5346 | - border-radius: 2px; | |
| 5347 | - color: var(--e-a-color-txt); | |
| 5348 | -} | |
| 5349 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5350 | - background-color: var(--e-a-bg-hover); | |
| 5351 | -} | |
| 5352 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5353 | - width: 1px; | |
| 5354 | - height: 20px; | |
| 5355 | - background-color: var(--e-a-border-color); | |
| 5356 | -} | |
| 5357 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5358 | - background-color: var(--e-a-bg-hover); | |
| 5359 | -} | |
| 5360 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5361 | - background-color: var(--e-a-bg-hover); | |
| 5362 | -} | |
| 5363 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5364 | - display: grid; | |
| 5365 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5366 | - grid-gap: 20px; | |
| 5367 | - padding: 20px 0; | |
| 5368 | -} | |
| 5369 | -#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 { | |
| 5370 | - grid-column: 1; | |
| 5371 | -} | |
| 5372 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5373 | - grid-column: 1/-1; | |
| 5374 | -} | |
| 5375 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5376 | - display: flex; | |
| 5377 | - position: relative; | |
| 5378 | - flex-direction: column; | |
| 5379 | - height: 158px; | |
| 5380 | - padding: 8px; | |
| 5381 | - border: var(--e-a-border); | |
| 5382 | - border-radius: 3px; | |
| 5383 | -} | |
| 5384 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5385 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5386 | - outline-offset: 2px; | |
| 5387 | -} | |
| 5388 | -#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 { | |
| 5389 | - display: flex; | |
| 5390 | -} | |
| 5391 | -#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 { | |
| 5392 | - display: none; | |
| 5393 | -} | |
| 5394 | -#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 { | |
| 5395 | - display: flex !important; | |
| 5396 | -} | |
| 5397 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5398 | - width: 190px; | |
| 5399 | - height: 100px; | |
| 5400 | - position: relative; | |
| 5401 | - border-radius: 3px; | |
| 5402 | - margin-block-end: 4px; | |
| 5403 | - overflow: hidden; | |
| 5404 | -} | |
| 5405 | -#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 { | |
| 5406 | - -o-object-fit: contain; | |
| 5407 | - object-fit: contain; | |
| 5408 | - width: 100%; | |
| 5409 | - height: 100%; | |
| 5410 | -} | |
| 5411 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5412 | - display: none; | |
| 5413 | - justify-content: center; | |
| 5414 | - align-items: center; | |
| 5415 | - position: absolute; | |
| 5416 | - inset: 0; | |
| 5417 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5418 | - cursor: default; | |
| 5419 | -} | |
| 5420 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5421 | - font-size: 11px; | |
| 5422 | - white-space: nowrap; | |
| 5423 | - text-overflow: ellipsis; | |
| 5424 | - overflow: hidden; | |
| 5425 | -} | |
| 5426 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5427 | - display: flex; | |
| 5428 | - position: relative; | |
| 5429 | - justify-content: space-between; | |
| 5430 | - align-items: center; | |
| 5431 | - font-size: 11px; | |
| 5432 | - min-height: 38px; | |
| 5433 | -} | |
| 5434 | -#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 { | |
| 5435 | - display: none; | |
| 5436 | - width: 90%; | |
| 5437 | - gap: 8px; | |
| 5438 | - height: 38px; | |
| 5439 | - padding: 4px 0; | |
| 5440 | -} | |
| 5441 | -#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 { | |
| 5442 | - display: flex; | |
| 5443 | -} | |
| 5444 | -#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 { | |
| 5445 | - display: flex; | |
| 5446 | - align-items: center; | |
| 5447 | -} | |
| 5448 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info { | |
| 5449 | - display: flex; | |
| 5450 | - flex-direction: column; | |
| 5451 | - justify-content: center; | |
| 5452 | - width: 65%; | |
| 5453 | - align-items: start; | |
| 5454 | - white-space: nowrap; | |
| 5455 | - text-overflow: ellipsis; | |
| 5456 | - overflow: hidden; | |
| 5457 | -} | |
| 5458 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5459 | - flex-direction: row; | |
| 5460 | - align-items: center; | |
| 5461 | - justify-content: start; | |
| 5462 | - height: 56px; | |
| 5463 | - padding: 13px 10px; | |
| 5464 | -} | |
| 5465 | -#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 { | |
| 5466 | - font-size: 25px; | |
| 5467 | - margin-inline-end: 8px; | |
| 5468 | -} | |
| 5469 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle { | |
| 5470 | - margin-inline-start: auto; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5473 | - display: none; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5476 | - visibility: hidden; | |
| 5477 | -} | |
| 5478 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5479 | - visibility: visible; | |
| 5480 | -} | |
| 5481 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5482 | - display: none; | |
| 5483 | - background: var(--e-a-bg-active); | |
| 5484 | - padding: 10px 25px; | |
| 5485 | - border-radius: 5px; | |
| 5486 | - color: var(--e-a-bg-invert); | |
| 5487 | - gap: 20px; | |
| 5488 | - align-items: center; | |
| 5489 | - flex: 1; | |
| 5490 | -} | |
| 5491 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5492 | - background: transparent; | |
| 5493 | - margin: 0; | |
| 5494 | - font-size: inherit; | |
| 5495 | - font-family: inherit; | |
| 5496 | - color: inherit; | |
| 5497 | - border: none; | |
| 5498 | - cursor: pointer; | |
| 5499 | - display: flex; | |
| 5500 | - align-items: center; | |
| 5501 | - justify-content: center; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5504 | - pointer-events: none; | |
| 5505 | - opacity: 0.3; | |
| 5506 | - cursor: not-allowed; | |
| 5507 | -} | |
| 5508 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5509 | - cursor: pointer; | |
| 5510 | - font-size: 18px; | |
| 5511 | -} | |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5513 | - font-size: 20px; | |
| 5514 | -} | |
| 5515 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5516 | - display: flex; | |
| 5517 | - flex: 1; | |
| 5518 | - white-space: nowrap; | |
| 5519 | - text-overflow: ellipsis; | |
| 5520 | - overflow: hidden; | |
| 5521 | -} | |
| 5522 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5523 | - display: flex; | |
| 5524 | - flex-direction: row; | |
| 5525 | - align-items: center; | |
| 5526 | - gap: 15px; | |
| 5527 | - white-space: nowrap; | |
| 5528 | - text-overflow: ellipsis; | |
| 5529 | - overflow: hidden; | |
| 5530 | -} | |
| 5531 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5532 | - white-space: nowrap; | |
| 5533 | - text-overflow: ellipsis; | |
| 5534 | - overflow: hidden; | |
| 5535 | -} | |
| 5536 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5537 | - padding-inline-start: 8px; | |
| 5538 | - background-color: var(--e-a-bg-hover); | |
| 5539 | - color: var(--e-a-color-txt); | |
| 5540 | -} | |
| 5541 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5542 | - visibility: visible; | |
| 5543 | -} | |
| 5544 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5545 | - background: var(--e-a-bg-active); | |
| 5546 | -} | |
| 5547 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5548 | - position: relative; | |
| 5549 | - inset-block-start: 3px; | |
| 5550 | -} | |
| 5551 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5552 | - inset-block-start: 0px; | |
| 5553 | -} | |
| 5554 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5555 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5556 | - background: #69727D; | |
| 5557 | -} | |
| 5558 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5559 | - display: block; | |
| 5560 | - content: ""; | |
| 5561 | - width: 10px; | |
| 5562 | - height: 2px; | |
| 5563 | - background-color: white; | |
| 5564 | - transform: none; | |
| 5565 | -} | |
| 5566 | 4612 | |
| 5567 | 4613 | #elementor-template-library-toolbar { |
| 5568 | 4614 | display: flex; |
| 5569 | 4615 | justify-content: space-between; |
| @@ -5574,80 +4620,8 @@ | ||
| 5574 | 4620 | display: flex; |
| 5575 | 4621 | align-items: center; |
| 5576 | 4622 | } |
| 5577 | 4623 | |
| 5578 | -.elementor-template-library-filter-select-source { | |
| 5579 | - width: 350px; | |
| 5580 | - display: flex; | |
| 5581 | - gap: 10px; | |
| 5582 | -} | |
| 5583 | -.elementor-template-library-filter-select-source .source-option { | |
| 5584 | - flex: 1; | |
| 5585 | - border: 0.5px solid #BABFC5; | |
| 5586 | - padding: 5px; | |
| 5587 | - border-radius: 3px; | |
| 5588 | - cursor: pointer; | |
| 5589 | - font-size: 12px; | |
| 5590 | -} | |
| 5591 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5592 | - margin-inline-end: 5px; | |
| 5593 | -} | |
| 5594 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5595 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5596 | - padding: 2px 4px; | |
| 5597 | - color: var(--e-a-color-primary-bold-dark); | |
| 5598 | - border-radius: 10px; | |
| 5599 | - font-size: 10px; | |
| 5600 | - margin-inline-start: 5px; | |
| 5601 | -} | |
| 5602 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5603 | - background-color: var(--e-a-bg-hover); | |
| 5604 | -} | |
| 5605 | - | |
| 5606 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5607 | - display: flex; | |
| 5608 | - align-items: center; | |
| 5609 | - justify-content: space-between; | |
| 5610 | -} | |
| 5611 | - | |
| 5612 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5613 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5614 | - display: flex; | |
| 5615 | - align-items: center; | |
| 5616 | - gap: 6px; | |
| 5617 | - padding: 6px 12px; | |
| 5618 | - border: none; | |
| 5619 | - border-radius: 20px; | |
| 5620 | - font-size: 14px; | |
| 5621 | - font-weight: 500; | |
| 5622 | - white-space: nowrap; | |
| 5623 | - margin-inline-start: auto; | |
| 5624 | - margin-inline-end: 15px; | |
| 5625 | -} | |
| 5626 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5627 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5628 | - margin: 0; | |
| 5629 | - font-size: 14px; | |
| 5630 | -} | |
| 5631 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5632 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5633 | - background-color: var(--e-a-bg-info); | |
| 5634 | - color: var(--e-a-color-info); | |
| 5635 | -} | |
| 5636 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5637 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5638 | - color: var(--e-a-color-info); | |
| 5639 | -} | |
| 5640 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5641 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5642 | - background-color: var(--e-a-bg-warning); | |
| 5643 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5644 | -} | |
| 5645 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5646 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5647 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5648 | -} | |
| 5649 | - | |
| 5650 | 4624 | #elementor-template-library-filter-toolbar-remote { |
| 5651 | 4625 | font-size: 11px; |
| 5652 | 4626 | } |
| 5653 | 4627 | |
| @@ -5661,11 +4635,8 @@ | ||
| 5661 | 4635 | padding-inline-end: 22px; |
| 5662 | 4636 | -webkit-user-select: none; |
| 5663 | 4637 | -moz-user-select: none; |
| 5664 | 4638 | user-select: none; |
| 5665 | - line-height: 1; | |
| 5666 | - font-size: 10px; | |
| 5667 | - font-weight: 500; | |
| 5668 | 4639 | } |
| 5669 | 4640 | |
| 5670 | 4641 | label.elementor-template-library-order-label { |
| 5671 | 4642 | cursor: pointer; |
| @@ -5721,12 +4692,8 @@ | ||
| 5721 | 4692 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5722 | 4693 | content: "\e923"; |
| 5723 | 4694 | } |
| 5724 | 4695 | |
| 5725 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5726 | - margin-block-end: 10px; | |
| 5727 | -} | |
| 5728 | - | |
| 5729 | 4696 | #elementor-template-library-filter-text-wrapper { |
| 5730 | 4697 | width: 200px; |
| 5731 | 4698 | position: relative; |
| 5732 | 4699 | } |
| @@ -5731,15 +4698,12 @@ | ||
| 5731 | 4698 | position: relative; |
| 5732 | 4699 | } |
| 5733 | 4700 | #elementor-template-library-filter-text-wrapper i { |
| 5734 | 4701 | position: absolute; |
| 5735 | - inset-block-start: 50%; | |
| 5736 | - inset-inline-end: 0; | |
| 4702 | + top: 50%; | |
| 4703 | + right: 0; | |
| 5737 | 4704 | transform: translateY(-50%); |
| 5738 | 4705 | } |
| 5739 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5740 | - inset-block-start: 25%; | |
| 5741 | -} | |
| 5742 | 4706 | |
| 5743 | 4707 | #elementor-template-library-filter-text { |
| 5744 | 4708 | border: none; |
| 5745 | 4709 | border-block-end: var(--e-a-border-bold); |
| @@ -5765,32 +4729,19 @@ | ||
| 5765 | 4729 | padding: 8px; |
| 5766 | 4730 | border: var(--e-a-border); |
| 5767 | 4731 | border-radius: 3px; |
| 5768 | 4732 | } |
| 5769 | -.elementor-template-library-template-remote:focus-visible { | |
| 5770 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5771 | - outline-offset: 2px; | |
| 5772 | -} | |
| 5773 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 4733 | +.elementor-template-library-template-remote:hover { | |
| 5774 | 4734 | background-color: var(--e-a-bg-hover); |
| 5775 | 4735 | } |
| 5776 | -.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 { | |
| 5777 | - opacity: 1; | |
| 5778 | -} | |
| 5779 | -.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 { | |
| 4736 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5780 | 4737 | display: none; |
| 5781 | 4738 | } |
| 5782 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5783 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5784 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5785 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5786 | - display: initial; | |
| 5787 | -} | |
| 5788 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 4739 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5789 | 4740 | opacity: 0; |
| 5790 | 4741 | } |
| 5791 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5792 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 4742 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4743 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5793 | 4744 | display: none; |
| 5794 | 4745 | } |
| 5795 | 4746 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5796 | 4747 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5798,10 +4749,10 @@ | ||
| 5798 | 4749 | color: var(--e-a-color-white); |
| 5799 | 4750 | position: absolute; |
| 5800 | 4751 | text-transform: uppercase; |
| 5801 | 4752 | line-height: 1; |
| 5802 | - inset-block-start: 5px; | |
| 5803 | - inset-inline-end: 5px; | |
| 4753 | + top: 5px; | |
| 4754 | + right: 5px; | |
| 5804 | 4755 | padding: 3px 5px; |
| 5805 | 4756 | font-size: 8px; |
| 5806 | 4757 | border-radius: 2px; |
| 5807 | 4758 | } |
| @@ -5816,10 +4767,10 @@ | ||
| 5816 | 4767 | } |
| 5817 | 4768 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5818 | 4769 | position: absolute; |
| 5819 | 4770 | width: 100%; |
| 5820 | - inset-block-end: 0; | |
| 5821 | - inset-inline-start: 0; | |
| 4771 | + bottom: 0; | |
| 4772 | + left: 0; | |
| 5822 | 4773 | padding: 10px; |
| 5823 | 4774 | background-color: var(--e-a-bg-default); |
| 5824 | 4775 | transition: transform 0.5s; |
| 5825 | 4776 | } |
| @@ -5825,9 +4776,9 @@ | ||
| 5825 | 4776 | } |
| 5826 | 4777 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5827 | 4778 | display: none; |
| 5828 | 4779 | } |
| 5829 | -.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 { | |
| 4780 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5830 | 4781 | transform: translateY(100%); |
| 5831 | 4782 | } |
| 5832 | 4783 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5833 | 4784 | position: relative; |
| @@ -5844,9 +4795,12 @@ | ||
| 5844 | 4795 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5845 | 4796 | } |
| 5846 | 4797 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5847 | 4798 | position: absolute; |
| 5848 | - inset: 0; | |
| 4799 | + top: 0; | |
| 4800 | + left: 0; | |
| 4801 | + width: 100%; | |
| 4802 | + height: 100%; | |
| 5849 | 4803 | background-color: rgba(0, 0, 0, 0.5); |
| 5850 | 4804 | transition: opacity 0.5s; |
| 5851 | 4805 | cursor: pointer; |
| 5852 | 4806 | } |
| @@ -5852,11 +4806,11 @@ | ||
| 5852 | 4806 | } |
| 5853 | 4807 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5854 | 4808 | font-size: 20px; |
| 5855 | 4809 | position: absolute; |
| 5856 | - inset-block-start: 50%; | |
| 5857 | - inset-inline-start: 50%; | |
| 5858 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4810 | + top: 50%; | |
| 4811 | + left: 50%; | |
| 4812 | + transform: translate(-50%, -50%); | |
| 5859 | 4813 | } |
| 5860 | 4814 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5861 | 4815 | display: flex; |
| 5862 | 4816 | justify-content: space-between; |
| @@ -5876,22 +4830,10 @@ | ||
| 5876 | 4830 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5877 | 4831 | margin-inline-start: auto; |
| 5878 | 4832 | } |
| 5879 | 4833 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5880 | - position: absolute; | |
| 5881 | - width: 1px; | |
| 5882 | - height: 1px; | |
| 5883 | - padding: 0; | |
| 5884 | - margin: -1px; | |
| 5885 | - overflow: hidden; | |
| 5886 | - clip: rect(0, 0, 0, 0); | |
| 5887 | - white-space: nowrap; | |
| 5888 | - border: 0; | |
| 4834 | + display: none; | |
| 5889 | 4835 | } |
| 5890 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5891 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5892 | - outline-offset: 2px; | |
| 5893 | -} | |
| 5894 | 4836 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5895 | 4837 | content: "\e93f"; |
| 5896 | 4838 | color: var(--e-a-color-primary-bold); |
| 5897 | 4839 | } |
| @@ -5926,231 +4868,112 @@ | ||
| 5926 | 4868 | height: 200px; |
| 5927 | 4869 | } |
| 5928 | 4870 | |
| 5929 | 4871 | #elementor-template-library-order-toolbar-local, |
| 5930 | -.elementor-template-library-template-local, | |
| 5931 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4872 | +.elementor-template-library-template-local { | |
| 5932 | 4873 | display: flex; |
| 5933 | 4874 | align-items: center; |
| 5934 | 4875 | padding: 0 25px; |
| 5935 | 4876 | text-align: start; |
| 5936 | 4877 | } |
| 5937 | -@media (max-width: 1439px) { | |
| 5938 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5939 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5940 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5941 | - width: 33%; | |
| 5942 | - } | |
| 5943 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5944 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5945 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5946 | - width: 10%; | |
| 5947 | - } | |
| 5948 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5949 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5950 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5951 | - width: 15%; | |
| 5952 | - } | |
| 5953 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5954 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5955 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5956 | - width: 15%; | |
| 5957 | - } | |
| 5958 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5959 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5960 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5961 | - width: 27%; | |
| 5962 | - } | |
| 5963 | -} | |
| 5964 | -@media (min-width: 1440px) { | |
| 5965 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5966 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5967 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5968 | - width: 25%; | |
| 5969 | - } | |
| 5970 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5971 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5972 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5973 | - width: 17%; | |
| 5974 | - } | |
| 5975 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5976 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5977 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5978 | - width: 17%; | |
| 5979 | - } | |
| 5980 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5981 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5982 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5983 | - width: 17%; | |
| 5984 | - } | |
| 5985 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5986 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5987 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5988 | - width: 24%; | |
| 5989 | - } | |
| 5990 | -} | |
| 5991 | -@media (max-width: 1024px) { | |
| 5992 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5993 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5994 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5995 | - display: none; | |
| 5996 | - } | |
| 5997 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5998 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5999 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6000 | - width: 41%; | |
| 6001 | - } | |
| 6002 | -} | |
| 6003 | 4878 | |
| 6004 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6005 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6006 | - display: none; | |
| 6007 | - position: absolute; | |
| 6008 | - background-color: var(--e-a-bg-default); | |
| 6009 | - border-radius: var(--e-a-border-radius); | |
| 6010 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6011 | - inset-block-start: 100%; | |
| 6012 | - inset-inline-end: 0; | |
| 6013 | - z-index: 1; | |
| 6014 | - list-style: none; | |
| 6015 | - margin: 0; | |
| 6016 | - padding: 0; | |
| 4879 | +#elementor-template-library-order-toolbar-local { | |
| 4880 | + margin-block-start: 30px; | |
| 6017 | 4881 | } |
| 6018 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6019 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6020 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6021 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6022 | - background: transparent; | |
| 6023 | - margin: 0; | |
| 6024 | - font-size: inherit; | |
| 6025 | - font-family: inherit; | |
| 6026 | - color: inherit; | |
| 6027 | - border: none; | |
| 6028 | - padding: 10px 20px; | |
| 6029 | - font-size: 11px; | |
| 6030 | - cursor: pointer; | |
| 6031 | - display: flex; | |
| 6032 | - align-items: center; | |
| 6033 | - gap: 8px; | |
| 6034 | - width: 100%; | |
| 4882 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4883 | + line-height: 1; | |
| 4884 | + font-size: 10px; | |
| 4885 | + font-weight: 500; | |
| 6035 | 4886 | } |
| 6036 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6037 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6038 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6039 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6040 | - cursor: not-allowed; | |
| 6041 | - color: var(--e-a-color-txt-disabled); | |
| 6042 | -} | |
| 6043 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6044 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6045 | - color: var(--e-a-color-txt); | |
| 6046 | - text-decoration: none; | |
| 6047 | -} | |
| 6048 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6049 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6050 | - color: var(--e-a-color-danger); | |
| 6051 | -} | |
| 6052 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6053 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6054 | - font-size: 16px; | |
| 6055 | -} | |
| 6056 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6057 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6058 | - margin-inline-start: auto; | |
| 6059 | - cursor: pointer; | |
| 6060 | - background: none; | |
| 6061 | - border: none; | |
| 6062 | - padding: 0; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - justify-content: center; | |
| 6066 | -} | |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6068 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6069 | - font-size: 20px; | |
| 6070 | -} | |
| 6071 | 4887 | |
| 6072 | -.elementor-template-library-template-local, | |
| 6073 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4888 | +.elementor-template-library-template-local { | |
| 6074 | 4889 | height: 50px; |
| 6075 | 4890 | width: 100%; |
| 6076 | 4891 | margin-block-start: 1px; |
| 6077 | 4892 | transition: background-color 0.3s linear; |
| 6078 | 4893 | } |
| 6079 | -.elementor-template-library-template-local:hover, | |
| 6080 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 4894 | +.elementor-template-library-template-local:hover { | |
| 6081 | 4895 | background-color: var(--e-a-bg-hover); |
| 6082 | 4896 | } |
| 6083 | -.elementor-template-library-template-local:first-child, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 4897 | +.elementor-template-library-template-local:first-child { | |
| 6085 | 4898 | border-start-start-radius: 3px; |
| 6086 | 4899 | border-start-end-radius: 3px; |
| 6087 | 4900 | border-end-start-radius: 0; |
| 6088 | 4901 | border-end-end-radius: 0; |
| 6089 | 4902 | } |
| 6090 | -.elementor-template-library-template-local:last-child, | |
| 6091 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 4903 | +.elementor-template-library-template-local:last-child { | |
| 6092 | 4904 | border-start-start-radius: 0; |
| 6093 | 4905 | border-start-end-radius: 0; |
| 6094 | 4906 | border-end-start-radius: 3px; |
| 6095 | 4907 | border-end-end-radius: 3px; |
| 6096 | 4908 | } |
| 6097 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6098 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 4909 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6099 | 4910 | font-weight: 500; |
| 6100 | 4911 | } |
| 6101 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6102 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6103 | - font-size: 16px; | |
| 6104 | -} | |
| 6105 | 4912 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6106 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6107 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6108 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 4913 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 6109 | 4914 | padding-inline-end: 20px; |
| 6110 | 4915 | } |
| 6111 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6112 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6113 | - padding-inline-end: 10px; | |
| 6114 | -} | |
| 6115 | 4916 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6116 | 4917 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6117 | 4918 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6119 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6120 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6121 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6122 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 4919 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6123 | 4920 | white-space: nowrap; |
| 6124 | 4921 | text-overflow: ellipsis; |
| 6125 | 4922 | overflow: hidden; |
| 6126 | 4923 | } |
| 6127 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6128 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 4924 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6129 | 4925 | position: relative; |
| 6130 | 4926 | display: flex; |
| 6131 | 4927 | align-items: center; |
| 6132 | 4928 | } |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6134 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6135 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6136 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 4929 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6137 | 4930 | cursor: pointer; |
| 6138 | 4931 | transition: color 0.5s; |
| 6139 | 4932 | } |
| 6140 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6141 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6142 | - color: #F5D0FE; | |
| 4933 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4934 | + margin-inline-end: 3px; | |
| 6143 | 4935 | } |
| 6144 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6145 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6146 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6147 | - cursor: not-allowed; | |
| 4936 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4937 | + margin-inline-start: 6px; | |
| 6148 | 4938 | } |
| 6149 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6151 | - margin-inline-end: 3px; | |
| 4939 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4940 | + color: var(--e-a-color-danger); | |
| 6152 | 4941 | } |
| 4942 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4943 | + display: none; | |
| 4944 | + position: absolute; | |
| 4945 | + background-color: var(--e-a-bg-default); | |
| 4946 | + padding: 3px 20px; | |
| 4947 | + border-radius: var(--e-a-border-radius); | |
| 4948 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4949 | + top: 100%; | |
| 4950 | + right: 0; | |
| 4951 | + transform: translateX(65%) translateY(-7px); | |
| 4952 | + z-index: 1; | |
| 4953 | +} | |
| 4954 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4955 | + content: ""; | |
| 4956 | + position: absolute; | |
| 4957 | + border: solid transparent; | |
| 4958 | + border-width: 8px 4px; | |
| 4959 | + border-block-end-color: var(--e-a-color-white); | |
| 4960 | + transform: translateY(-100%); | |
| 4961 | +} | |
| 4962 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4963 | + margin: 10px 0; | |
| 4964 | + font-size: 11px; | |
| 4965 | +} | |
| 4966 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 4967 | + color: var(--e-a-color-txt); | |
| 4968 | +} | |
| 4969 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4970 | + flex-grow: 1; | |
| 4971 | + text-align: end; | |
| 4972 | +} | |
| 4973 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4974 | + font-size: 16px; | |
| 4975 | +} | |
| 6153 | 4976 | |
| 6154 | 4977 | #elementor-template-library-preview { |
| 6155 | 4978 | height: 100%; |
| 6156 | 4979 | overflow: hidden; |
| @@ -6156,9 +4979,9 @@ | ||
| 6156 | 4979 | overflow: hidden; |
| 6157 | 4980 | } |
| 6158 | 4981 | #elementor-template-library-preview iframe { |
| 6159 | 4982 | height: 150%; |
| 6160 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 4983 | + transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 6161 | 4984 | } |
| 6162 | 4985 | @media (max-width: 1439px) { |
| 6163 | 4986 | #elementor-template-library-preview iframe { |
| 6164 | 4987 | width: 1440px; |
| @@ -6174,14 +4997,8 @@ | ||
| 6174 | 4997 | font-size: 64px; |
| 6175 | 4998 | margin-block-start: 45px; |
| 6176 | 4999 | line-height: 1; |
| 6177 | 5000 | } |
| 6178 | -.elementor-template-library-blank-icon i { | |
| 6179 | - font-size: 85px; | |
| 6180 | -} | |
| 6181 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6182 | - font-size: 65px; | |
| 6183 | -} | |
| 6184 | 5001 | .elementor-template-library-blank-icon img { |
| 6185 | 5002 | width: 70px; |
| 6186 | 5003 | } |
| 6187 | 5004 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6219,499 +5036,8 @@ | ||
| 6219 | 5036 | #elementor-template-library-save-template-form > * { |
| 6220 | 5037 | height: 55px; |
| 6221 | 5038 | font-size: 16px; |
| 6222 | 5039 | } |
| 6223 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6224 | - height: 55px; | |
| 6225 | - font-size: 16px; | |
| 6226 | - margin-block-end: 15px; | |
| 6227 | -} | |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6229 | - display: block; | |
| 6230 | - width: 500px; | |
| 6231 | - margin: 0 auto; | |
| 6232 | -} | |
| 6233 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6234 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6235 | - display: none; | |
| 6236 | -} | |
| 6237 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6238 | - margin-inline: 5px; | |
| 6239 | -} | |
| 6240 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6241 | - display: none; | |
| 6242 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6243 | - padding: 3px 5px; | |
| 6244 | - border-radius: 100px; | |
| 6245 | - margin-inline: 5px; | |
| 6246 | -} | |
| 6247 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6248 | - color: var(--e-a-btn-bg-accent); | |
| 6249 | -} | |
| 6250 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6251 | - margin-inline-end: 5px; | |
| 6252 | -} | |
| 6253 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6254 | - display: inline; | |
| 6255 | -} | |
| 6256 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6257 | - display: inline; | |
| 6258 | - background: var(--e-a-bg-hover); | |
| 6259 | - padding: 0 2px 1px; | |
| 6260 | - border: none; | |
| 6261 | - border-radius: 2px; | |
| 6262 | - vertical-align: bottom; | |
| 6263 | - cursor: pointer; | |
| 6264 | - font-family: inherit; | |
| 6265 | - font-size: inherit; | |
| 6266 | - color: inherit; | |
| 6267 | - line-height: inherit; | |
| 6268 | -} | |
| 6269 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6270 | - background: var(--e-a-bg-active); | |
| 6271 | -} | |
| 6272 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6273 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6274 | - outline-offset: 2px; | |
| 6275 | -} | |
| 6276 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6277 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6278 | -#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, | |
| 6279 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6280 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6281 | - display: inline; | |
| 6282 | -} | |
| 6283 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6284 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6285 | -#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, | |
| 6286 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6287 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6288 | - pointer-events: none; | |
| 6289 | -} | |
| 6290 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6291 | -#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, | |
| 6292 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6293 | - display: none; | |
| 6294 | -} | |
| 6295 | -#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 { | |
| 6296 | - color: var(--e-a-color-txt-muted); | |
| 6297 | - margin-inline: 5px; | |
| 6298 | -} | |
| 6299 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6300 | - display: none; | |
| 6301 | - float: inline-start; | |
| 6302 | -} | |
| 6303 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6304 | - font-size: 13px; | |
| 6305 | - color: var(--e-a-btn-bg-accent); | |
| 6306 | - text-align: start; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6309 | - color: var(--e-a-btn-bg-accent); | |
| 6310 | - text-decoration: underline; | |
| 6311 | -} | |
| 6312 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6313 | - float: inline-end; | |
| 6314 | -} | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6316 | - cursor: not-allowed; | |
| 6317 | -} | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6319 | - display: flex; | |
| 6320 | - flex-direction: column; | |
| 6321 | - text-align: start; | |
| 6322 | - border: var(--e-a-border-bold); | |
| 6323 | - padding: 15px; | |
| 6324 | - height: auto; | |
| 6325 | - gap: 10px; | |
| 6326 | - position: relative; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6329 | - background: #69727D; | |
| 6330 | - inset-block-start: -3px; | |
| 6331 | - position: relative; | |
| 6332 | -} | |
| 6333 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6334 | - position: relative; | |
| 6335 | - display: inline-block; | |
| 6336 | -} | |
| 6337 | -#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 { | |
| 6338 | - white-space: nowrap; | |
| 6339 | - text-overflow: ellipsis; | |
| 6340 | - overflow: hidden; | |
| 6341 | - overflow: visible; | |
| 6342 | - display: inline-flex; | |
| 6343 | - align-items: baseline; | |
| 6344 | - line-height: 27px; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6347 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6348 | - flex-shrink: 0; | |
| 6349 | - position: relative; | |
| 6350 | - inset-block-start: 2px; | |
| 6351 | -} | |
| 6352 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6354 | - inset-block-start: -2px; | |
| 6355 | -} | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6357 | - vertical-align: bottom; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6360 | - margin-inline: 5px; | |
| 6361 | - color: var(--e-a-color-txt-muted); | |
| 6362 | - cursor: pointer; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6365 | - display: none; | |
| 6366 | - margin-inline-end: 5px; | |
| 6367 | - align-items: baseline; | |
| 6368 | - white-space: nowrap; | |
| 6369 | - text-overflow: ellipsis; | |
| 6370 | - overflow: hidden; | |
| 6371 | -} | |
| 6372 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6373 | - display: inline-flex !important; | |
| 6374 | -} | |
| 6375 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6376 | - text-decoration: underline; | |
| 6377 | - cursor: pointer; | |
| 6378 | - white-space: nowrap; | |
| 6379 | - text-overflow: ellipsis; | |
| 6380 | - overflow: hidden; | |
| 6381 | -} | |
| 6382 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6383 | - cursor: pointer; | |
| 6384 | - flex-shrink: 0; | |
| 6385 | -} | |
| 6386 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6387 | - color: var(--e-a-color-primary-bold); | |
| 6388 | - font-size: 14px; | |
| 6389 | -} | |
| 6390 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6391 | - text-decoration: underline; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6394 | - display: none; | |
| 6395 | - position: absolute; | |
| 6396 | - inset-block-start: 40px; | |
| 6397 | - background-color: var(--e-a-bg-default); | |
| 6398 | - min-width: 187px; | |
| 6399 | - overflow: auto; | |
| 6400 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6401 | - z-index: 1; | |
| 6402 | - border-radius: 2px; | |
| 6403 | - max-width: 450px; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6406 | - white-space: nowrap; | |
| 6407 | - text-overflow: ellipsis; | |
| 6408 | - overflow: hidden; | |
| 6409 | -} | |
| 6410 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6411 | - margin: 15px; | |
| 6412 | -} | |
| 6413 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6414 | - margin-inline-end: 10px; | |
| 6415 | -} | |
| 6416 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6417 | - max-height: 170px; | |
| 6418 | -} | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6420 | - padding: 5px 15px; | |
| 6421 | - cursor: pointer; | |
| 6422 | - list-style: none; | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6425 | - display: none; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6428 | - margin: 0px; | |
| 6429 | -} | |
| 6430 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6431 | - text-decoration: underline; | |
| 6432 | -} | |
| 6433 | -#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 { | |
| 6434 | - background: var(--e-a-border-color); | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6437 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6438 | - outline-offset: -2px; | |
| 6439 | -} | |
| 6440 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6441 | - pointer-events: none; | |
| 6442 | - opacity: 0.3; | |
| 6443 | -} | |
| 6444 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6445 | - text-align: center; | |
| 6446 | - font-size: 13px; | |
| 6447 | - margin: 0 20px; | |
| 6448 | - padding-block: 15px; | |
| 6449 | - pointer-events: none; | |
| 6450 | -} | |
| 6451 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6452 | - font-size: 24px; | |
| 6453 | - padding-block-end: 10px; | |
| 6454 | -} | |
| 6455 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6456 | - border-block-start: none; | |
| 6457 | - border-inline: none; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6460 | - pointer-events: none; | |
| 6461 | - opacity: 0.3; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6464 | - display: flex; | |
| 6465 | - flex-direction: column; | |
| 6466 | - width: 600px; | |
| 6467 | - text-align: start; | |
| 6468 | -} | |
| 6469 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6470 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6471 | - font-size: 12px; | |
| 6472 | - font-weight: 400; | |
| 6473 | - color: var(--e-a-color-txt); | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6476 | - width: 100%; | |
| 6477 | - padding: 12px 15px; | |
| 6478 | - border: var(--e-a-border-bold); | |
| 6479 | - border-radius: 3px; | |
| 6480 | - margin-block-end: 0; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6483 | - border: none; | |
| 6484 | - padding: 0; | |
| 6485 | - gap: 12px; | |
| 6486 | - margin-block-start: 20px; | |
| 6487 | -} | |
| 6488 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6489 | - display: flex; | |
| 6490 | - align-items: center; | |
| 6491 | - padding: 12px 15px; | |
| 6492 | - border: var(--e-a-border-bold); | |
| 6493 | - border-radius: 3px; | |
| 6494 | - width: 100%; | |
| 6495 | - line-height: normal; | |
| 6496 | - gap: 8px; | |
| 6497 | -} | |
| 6498 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6499 | - border-color: var(--e-a-color-txt); | |
| 6500 | -} | |
| 6501 | -#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 { | |
| 6502 | - display: flex; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6505 | - margin-inline-end: 0; | |
| 6506 | - flex-shrink: 0; | |
| 6507 | - position: relative; | |
| 6508 | -} | |
| 6509 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6510 | - inset-block-start: 0; | |
| 6511 | -} | |
| 6512 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6513 | - content: ""; | |
| 6514 | - position: absolute; | |
| 6515 | - inset-inline-end: -8px; | |
| 6516 | - width: 1px; | |
| 6517 | - height: 18px; | |
| 6518 | - background-color: var(--e-a-border-color); | |
| 6519 | -} | |
| 6520 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6521 | - margin-inline-start: 12px; | |
| 6522 | - margin-inline-end: 4px; | |
| 6523 | - font-size: 24px; | |
| 6524 | - color: var(--e-a-color-txt); | |
| 6525 | -} | |
| 6526 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6527 | - margin-inline-start: 8px; | |
| 6528 | - margin-inline-end: 0; | |
| 6529 | - font-size: 24px; | |
| 6530 | - color: var(--e-a-color-txt); | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6533 | - flex: 0 0 auto; | |
| 6534 | - margin: 0; | |
| 6535 | - cursor: pointer; | |
| 6536 | -} | |
| 6537 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6538 | - margin-inline: 0; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6541 | - display: inline; | |
| 6542 | - background: transparent; | |
| 6543 | - padding: 0; | |
| 6544 | - border-radius: 0; | |
| 6545 | - vertical-align: baseline; | |
| 6546 | - text-decoration: underline; | |
| 6547 | - cursor: pointer; | |
| 6548 | - margin-inline-start: 0; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6551 | - background: transparent; | |
| 6552 | -} | |
| 6553 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6554 | - color: var(--e-a-color-primary-bold); | |
| 6555 | - text-decoration: underline; | |
| 6556 | - cursor: pointer; | |
| 6557 | - margin-inline-start: 4px; | |
| 6558 | -} | |
| 6559 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6560 | - text-decoration: none; | |
| 6561 | -} | |
| 6562 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6563 | - display: none; | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - border-radius: 0; | |
| 6567 | - margin-inline-start: 0; | |
| 6568 | - background: transparent; | |
| 6569 | - transition: background-color 0.2s; | |
| 6570 | - padding: 3px 8px; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6573 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6574 | - border-radius: 3px; | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6577 | - color: var(--e-a-btn-bg-accent); | |
| 6578 | - text-decoration: none; | |
| 6579 | - display: flex; | |
| 6580 | - align-items: center; | |
| 6581 | - gap: 4px; | |
| 6582 | - font-size: 14px; | |
| 6583 | - font-weight: 500; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6586 | - margin: 0; | |
| 6587 | - font-size: 14px; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6590 | - display: none; | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6593 | - color: var(--e-a-color-txt-muted); | |
| 6594 | - margin-inline: 5px; | |
| 6595 | -} | |
| 6596 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6597 | - color: var(--e-a-color-info); | |
| 6598 | - text-decoration: underline; | |
| 6599 | -} | |
| 6600 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6601 | - text-decoration: none; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6604 | - display: flex; | |
| 6605 | - align-items: center; | |
| 6606 | - gap: 6px; | |
| 6607 | - padding: 6px 12px; | |
| 6608 | - border: none; | |
| 6609 | - border-radius: 20px; | |
| 6610 | - font-size: 14px; | |
| 6611 | - font-weight: 500; | |
| 6612 | - cursor: pointer; | |
| 6613 | - transition: opacity 0.2s; | |
| 6614 | - margin-inline-start: auto; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6617 | - opacity: 0.8; | |
| 6618 | -} | |
| 6619 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6620 | - margin: 0; | |
| 6621 | - font-size: 14px; | |
| 6622 | -} | |
| 6623 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6624 | - background-color: var(--e-a-bg-info); | |
| 6625 | - color: var(--e-a-color-info); | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6628 | - color: var(--e-a-color-info); | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6631 | - background-color: var(--e-a-bg-warning); | |
| 6632 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6635 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6636 | -} | |
| 6637 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6638 | - display: none; | |
| 6639 | - margin-inline-start: 8px; | |
| 6640 | - align-items: center; | |
| 6641 | - gap: 6px; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6644 | - display: inline-flex !important; | |
| 6645 | -} | |
| 6646 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6647 | - text-decoration: underline; | |
| 6648 | - cursor: pointer; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6651 | - cursor: pointer; | |
| 6652 | - font-size: 14px; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6655 | - inset-block-start: 75px; | |
| 6656 | - inset-inline-start: 230px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6659 | - display: none; | |
| 6660 | -} | |
| 6661 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6662 | - display: inline; | |
| 6663 | -} | |
| 6664 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6665 | - display: none; | |
| 6666 | -} | |
| 6667 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6668 | - border-color: var(--e-a-border-color); | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6671 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6672 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6673 | - color: var(--e-a-color-txt-disabled); | |
| 6674 | -} | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6676 | - background-color: var(--e-a-color-txt-disabled); | |
| 6677 | -} | |
| 6678 | -#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 { | |
| 6679 | - border-color: var(--e-a-border-color); | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6682 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6683 | -#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, | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6685 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6686 | - color: var(--e-a-color-txt-disabled); | |
| 6687 | -} | |
| 6688 | -#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 { | |
| 6689 | - background-color: var(--e-a-color-txt-disabled); | |
| 6690 | -} | |
| 6691 | -#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 { | |
| 6692 | - display: inline-flex; | |
| 6693 | -} | |
| 6694 | -#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 { | |
| 6695 | - display: none; | |
| 6696 | -} | |
| 6697 | -#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 { | |
| 6698 | - display: block; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6701 | -#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], | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6703 | - pointer-events: none; | |
| 6704 | -} | |
| 6705 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6706 | - display: block; | |
| 6707 | - margin-block-start: 15px; | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6710 | - align-self: center; | |
| 6711 | - margin-block-start: 20px; | |
| 6712 | - float: none; | |
| 6713 | -} | |
| 6714 | 5040 | |
| 6715 | 5041 | #elementor-template-library-save-template-name { |
| 6716 | 5042 | width: 500px; |
| 6717 | 5043 | padding-inline-start: 25px; |
| @@ -6763,12 +5089,8 @@ | ||
| 6763 | 5089 | padding: 100px 0 0; |
| 6764 | 5090 | min-height: 550px; |
| 6765 | 5091 | } |
| 6766 | 5092 | |
| 6767 | -.elementor-template-library-cloud-empty__button { | |
| 6768 | - margin-block-start: 45px; | |
| 6769 | -} | |
| 6770 | - | |
| 6771 | 5093 | #elementor-template-library-connect-logo { |
| 6772 | 5094 | font-size: 20px; |
| 6773 | 5095 | } |
| 6774 | 5096 | #elementor-template-library-connect__button { |
| @@ -6805,11 +5127,11 @@ | ||
| 6805 | 5127 | } |
| 6806 | 5128 | |
| 6807 | 5129 | .elementor-template-library-blank-footer { |
| 6808 | 5130 | position: absolute; |
| 6809 | - inset-block-end: 70px; | |
| 6810 | - inset-inline-start: 50%; | |
| 6811 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5131 | + bottom: 70px; | |
| 5132 | + left: 50%; | |
| 5133 | + transform: translateX(-50%); | |
| 6812 | 5134 | font-style: italic; |
| 6813 | 5135 | color: var(--e-a-color-txt-muted); |
| 6814 | 5136 | } |
| 6815 | 5137 | @media (max-height: 700px) { |
| @@ -6841,287 +5163,50 @@ | ||
| 6841 | 5163 | #elementor-template-library-error-info { |
| 6842 | 5164 | margin-block-start: 10px; |
| 6843 | 5165 | } |
| 6844 | 5166 | |
| 6845 | -#elementor-library--infotip__dialog, | |
| 6846 | -#elementor-library--connect_infotip__dialog, | |
| 6847 | -#elementor-library--cloud-upgrade__dialog, | |
| 6848 | -#elementor-library--site-info__dialog { | |
| 6849 | - position: absolute; | |
| 6850 | - z-index: 10000; | |
| 6851 | - background-color: var(--e-a-bg-default); | |
| 6852 | - box-shadow: var(--e-a-popover-shadow); | |
| 6853 | - border-radius: var(--e-a-border-radius); | |
| 5167 | +@media (max-width: 1439px) { | |
| 5168 | + .elementor-template-library-local-column-1 { | |
| 5169 | + width: 33%; | |
| 5170 | + } | |
| 5171 | + .elementor-template-library-local-column-2 { | |
| 5172 | + width: 10%; | |
| 5173 | + } | |
| 5174 | + .elementor-template-library-local-column-3 { | |
| 5175 | + width: 15%; | |
| 5176 | + } | |
| 5177 | + .elementor-template-library-local-column-4 { | |
| 5178 | + width: 15%; | |
| 5179 | + } | |
| 5180 | + .elementor-template-library-local-column-5 { | |
| 5181 | + width: 27%; | |
| 5182 | + } | |
| 6854 | 5183 | } |
| 6855 | -#elementor-library--infotip__dialog.variant-b, | |
| 6856 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6857 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6858 | -#elementor-library--site-info__dialog.variant-b { | |
| 6859 | - width: 200px; | |
| 6860 | - color: var(--e-a-color-txt-invert); | |
| 6861 | - background-color: var(--e-a-bg-secondary); | |
| 5184 | +@media (min-width: 1440px) { | |
| 5185 | + .elementor-template-library-local-column-1 { | |
| 5186 | + width: 25%; | |
| 5187 | + } | |
| 5188 | + .elementor-template-library-local-column-2 { | |
| 5189 | + width: 17%; | |
| 5190 | + } | |
| 5191 | + .elementor-template-library-local-column-3 { | |
| 5192 | + width: 17%; | |
| 5193 | + } | |
| 5194 | + .elementor-template-library-local-column-4 { | |
| 5195 | + width: 17%; | |
| 5196 | + } | |
| 5197 | + .elementor-template-library-local-column-5 { | |
| 5198 | + width: 24%; | |
| 5199 | + } | |
| 6862 | 5200 | } |
| 6863 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6864 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6865 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6866 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6867 | - padding: 4px 8px 4px 8px; | |
| 5201 | +@media (max-width: 1024px) { | |
| 5202 | + .elementor-template-library-local-column-3 { | |
| 5203 | + display: none; | |
| 5204 | + } | |
| 5205 | + .elementor-template-library-local-column-5 { | |
| 5206 | + width: 41%; | |
| 5207 | + } | |
| 6868 | 5208 | } |
| 6869 | -#elementor-library--infotip__dialog__title, | |
| 6870 | -#elementor-library--connect_infotip__dialog__title, | |
| 6871 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6872 | -#elementor-library--site-info__dialog__title { | |
| 6873 | - font-size: 14px; | |
| 6874 | -} | |
| 6875 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6876 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6877 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6878 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6879 | - padding: 10px 0 10px 10px; | |
| 6880 | - float: inline-end; | |
| 6881 | -} | |
| 6882 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6883 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6884 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6885 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6886 | - padding: 7px 25px; | |
| 6887 | - font-size: 13px; | |
| 6888 | - background: none; | |
| 6889 | - color: var(--e-a-btn-bg-accent); | |
| 6890 | - border: none; | |
| 6891 | - font-weight: 500; | |
| 6892 | - cursor: pointer; | |
| 6893 | -} | |
| 6894 | -#elementor-library--infotip__dialog:after, | |
| 6895 | -#elementor-library--connect_infotip__dialog:after, | |
| 6896 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6897 | -#elementor-library--site-info__dialog:after { | |
| 6898 | - content: ""; | |
| 6899 | - position: absolute; | |
| 6900 | - inset-inline-end: 46%; | |
| 6901 | - transform: scaleX(0.7); | |
| 6902 | - border: 10px solid transparent; | |
| 6903 | -} | |
| 6904 | - | |
| 6905 | -#elementor-library--infotip__dialog { | |
| 6906 | - width: 265px; | |
| 6907 | -} | |
| 6908 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6909 | - padding: 20px 20px 0px 20px; | |
| 6910 | -} | |
| 6911 | -#elementor-library--infotip__dialog:after { | |
| 6912 | - inset-block-start: 100%; | |
| 6913 | - border-block-start-color: var(--e-a-bg-default); | |
| 6914 | -} | |
| 6915 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6916 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6917 | -} | |
| 6918 | - | |
| 6919 | -#elementor-library--connect_infotip__dialog { | |
| 6920 | - width: 265px; | |
| 6921 | -} | |
| 6922 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6923 | - padding: 20px; | |
| 6924 | -} | |
| 6925 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6926 | - inset-block-end: 100%; | |
| 6927 | - border-block-end-color: var(--e-a-bg-default); | |
| 6928 | -} | |
| 6929 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6930 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6931 | - inset-block-start: 100%; | |
| 6932 | -} | |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6934 | - width: 265px; | |
| 6935 | -} | |
| 6936 | - | |
| 6937 | -#elementor-library--cloud-upgrade__dialog { | |
| 6938 | - width: 265px; | |
| 6939 | -} | |
| 6940 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6941 | - inset-block-start: 100%; | |
| 6942 | - border-block-start-color: var(--e-a-bg-default); | |
| 6943 | -} | |
| 6944 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6945 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6946 | -} | |
| 6947 | - | |
| 6948 | -#elementor-library--site-info__dialog { | |
| 6949 | - width: 265px; | |
| 6950 | -} | |
| 6951 | -#elementor-library--site-info__dialog:after { | |
| 6952 | - inset-block-start: 100%; | |
| 6953 | - border-block-start-color: var(--e-a-bg-default); | |
| 6954 | -} | |
| 6955 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6956 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6957 | -} | |
| 6958 | - | |
| 6959 | -.elementor-global-styles-dialog { | |
| 6960 | - --gsd-color-text-primary: #0c0d0e; | |
| 6961 | - --gsd-color-text-secondary: #3f444b; | |
| 6962 | - --gsd-color-text-tertiary: #69727D; | |
| 6963 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6964 | - --gsd-color-primary-main: #f0abfc; | |
| 6965 | - --gsd-color-primary-hover: #e879f9; | |
| 6966 | - --gsd-color-secondary-main: #515962; | |
| 6967 | - --gsd-border-radius: 4px; | |
| 6968 | - --gsd-spacing-horizontal: 24px; | |
| 6969 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6970 | - padding: 16px 0 0; | |
| 6971 | - min-width: 444px; | |
| 6972 | -} | |
| 6973 | -.elementor-global-styles-dialog__header { | |
| 6974 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6975 | - margin-block-end: 16px; | |
| 6976 | -} | |
| 6977 | -.elementor-global-styles-dialog__header h2 { | |
| 6978 | - margin: 0 0 4px; | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 16px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 1.3; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__header p { | |
| 6987 | - margin: 0; | |
| 6988 | - font-family: var(--gsd-font-family); | |
| 6989 | - font-size: 14px; | |
| 6990 | - font-weight: 400; | |
| 6991 | - line-height: 20px; | |
| 6992 | - color: var(--gsd-color-text-secondary); | |
| 6993 | - letter-spacing: 0.15px; | |
| 6994 | -} | |
| 6995 | -.elementor-global-styles-dialog__options { | |
| 6996 | - display: flex; | |
| 6997 | - flex-direction: column; | |
| 6998 | - gap: 12px; | |
| 6999 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__radio-card { | |
| 7002 | - display: flex; | |
| 7003 | - gap: 0; | |
| 7004 | - padding: 12px 8px; | |
| 7005 | - border: 1px solid var(--gsd-color-divider); | |
| 7006 | - border-radius: var(--gsd-border-radius); | |
| 7007 | - cursor: pointer; | |
| 7008 | - transition: border-color 0.2s ease; | |
| 7009 | -} | |
| 7010 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7011 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7012 | - padding: 11px 7px; | |
| 7013 | -} | |
| 7014 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7015 | - flex-shrink: 0; | |
| 7016 | - width: 20px; | |
| 7017 | - height: 20px; | |
| 7018 | - margin: 9px; | |
| 7019 | - cursor: pointer; | |
| 7020 | - color: var(--gsd-color-text-tertiary); | |
| 7021 | - accent-color: var(--gsd-color-text-primary); | |
| 7022 | -} | |
| 7023 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7024 | - display: flex; | |
| 7025 | - align-items: flex-start; | |
| 7026 | - flex-direction: column; | |
| 7027 | - flex: 1; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__radio-label { | |
| 7030 | - font-family: var(--gsd-font-family); | |
| 7031 | - font-size: 14px; | |
| 7032 | - font-weight: 500; | |
| 7033 | - line-height: 18px; | |
| 7034 | - color: var(--gsd-color-text-primary); | |
| 7035 | - letter-spacing: 0.15px; | |
| 7036 | -} | |
| 7037 | -.elementor-global-styles-dialog__radio-description { | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 12px; | |
| 7040 | - font-weight: 400; | |
| 7041 | - line-height: 20px; | |
| 7042 | - color: var(--gsd-color-text-secondary); | |
| 7043 | - letter-spacing: 0.4px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7046 | - display: flex; | |
| 7047 | - align-items: flex-start; | |
| 7048 | - gap: 4px; | |
| 7049 | - padding: 0; | |
| 7050 | - margin-block-start: 0; | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7053 | - display: flex; | |
| 7054 | - align-items: flex-start; | |
| 7055 | - gap: 4px; | |
| 7056 | - cursor: pointer; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7059 | - width: 18px; | |
| 7060 | - height: 18px; | |
| 7061 | - margin: 4px; | |
| 7062 | - cursor: pointer; | |
| 7063 | -} | |
| 7064 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7065 | - background-color: var(--gsd-color-text-tertiary); | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7068 | - font-family: var(--gsd-font-family); | |
| 7069 | - font-size: 12px; | |
| 7070 | - font-weight: 400; | |
| 7071 | - line-height: 1.43; | |
| 7072 | - color: var(--gsd-color-text-primary); | |
| 7073 | - letter-spacing: 0.15px; | |
| 7074 | - padding-block-start: 4px; | |
| 7075 | - margin-inline-start: 4px; | |
| 7076 | -} | |
| 7077 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7078 | - color: #2563eb; | |
| 7079 | - text-decoration: underline; | |
| 7080 | -} | |
| 7081 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7082 | - color: #2563eb; | |
| 7083 | -} | |
| 7084 | -.elementor-global-styles-dialog__footer { | |
| 7085 | - display: flex; | |
| 7086 | - justify-content: flex-end; | |
| 7087 | - align-items: center; | |
| 7088 | - gap: 8px; | |
| 7089 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__button-cancel { | |
| 7092 | - padding: 6px 8px; | |
| 7093 | - font-family: var(--gsd-font-family); | |
| 7094 | - font-size: 15px; | |
| 7095 | - font-weight: 500; | |
| 7096 | - line-height: 24px; | |
| 7097 | - letter-spacing: 0.4px; | |
| 7098 | - color: var(--gsd-color-secondary-main); | |
| 7099 | - background: transparent; | |
| 7100 | - border: none; | |
| 7101 | - border-radius: var(--gsd-border-radius); | |
| 7102 | - cursor: pointer; | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7105 | - background: rgba(0, 0, 0, 0.04); | |
| 7106 | -} | |
| 7107 | -.elementor-global-styles-dialog__button-insert { | |
| 7108 | - padding: 6px 16px; | |
| 7109 | - font-family: var(--gsd-font-family); | |
| 7110 | - font-size: 15px; | |
| 7111 | - font-weight: 500; | |
| 7112 | - line-height: 24px; | |
| 7113 | - letter-spacing: 0.4px; | |
| 7114 | - color: var(--gsd-color-text-primary); | |
| 7115 | - background: var(--gsd-color-primary-main); | |
| 7116 | - border: none; | |
| 7117 | - border-radius: var(--gsd-border-radius); | |
| 7118 | - cursor: pointer; | |
| 7119 | -} | |
| 7120 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7121 | - background: var(--gsd-color-primary-hover); | |
| 7122 | -} | |
| 7123 | - | |
| 7124 | 5209 | .elementor-tags-list { |
| 7125 | 5210 | display: none; |
| 7126 | 5211 | position: absolute; |
| 7127 | 5212 | width: 260px; |
| @@ -7211,10 +5296,10 @@ | ||
| 7211 | 5296 | } |
| 7212 | 5297 | .elementor-tag-settings-popup:before { |
| 7213 | 5298 | content: ""; |
| 7214 | 5299 | position: absolute; |
| 7215 | - inset-block-start: -20px; | |
| 7216 | - inset-inline-start: 5px; | |
| 5300 | + top: -20px; | |
| 5301 | + left: 5px; | |
| 7217 | 5302 | border: 10px solid transparent; |
| 7218 | 5303 | border-block-end-color: var(--e-a-border-color); |
| 7219 | 5304 | } |
| 7220 | 5305 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7305,14 +5390,8 @@ | ||
| 7305 | 5390 | cursor: default; |
| 7306 | 5391 | opacity: 0.5; |
| 7307 | 5392 | color: var(--e-a-color-disabled); |
| 7308 | 5393 | } |
| 7309 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7310 | - opacity: 1; | |
| 7311 | -} | |
| 7312 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7313 | - opacity: 0.5; | |
| 7314 | -} | |
| 7315 | 5394 | .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 { |
| 7316 | 5395 | background-color: var(--e-a-bg-hover); |
| 7317 | 5396 | color: var(--e-a-color-hover); |
| 7318 | 5397 | } |
| @@ -7330,31 +5409,15 @@ | ||
| 7330 | 5409 | color: var(--e-a-color-txt-muted); |
| 7331 | 5410 | } |
| 7332 | 5411 | .elementor-context-menu-list__item__shortcut--link-fullwidth { |
| 7333 | 5412 | position: absolute; |
| 7334 | - inset: 0; | |
| 5413 | + left: 0; | |
| 5414 | + top: 0; | |
| 5415 | + width: 100%; | |
| 5416 | + height: 100%; | |
| 7335 | 5417 | z-index: 2; |
| 7336 | 5418 | cursor: pointer; |
| 7337 | 5419 | } |
| 7338 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7339 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7340 | - padding: 2px 8px; | |
| 7341 | - color: var(--e-a-color-primary-bold); | |
| 7342 | - border-radius: 10px; | |
| 7343 | - font-size: 10px; | |
| 7344 | -} | |
| 7345 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7346 | - display: flex; | |
| 7347 | - align-items: center; | |
| 7348 | - justify-content: center; | |
| 7349 | - width: 24px; | |
| 7350 | - height: 24px; | |
| 7351 | - border-radius: 50%; | |
| 7352 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7353 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7354 | - font-size: 16px; | |
| 7355 | - cursor: pointer; | |
| 7356 | -} | |
| 7357 | 5420 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7358 | 5421 | font-size: 14px; |
| 7359 | 5422 | font-style: normal; |
| 7360 | 5423 | font-weight: 400; |
| @@ -7363,11 +5426,8 @@ | ||
| 7363 | 5426 | } |
| 7364 | 5427 | .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 > * { |
| 7365 | 5428 | color: var(--e-global-color-danger); |
| 7366 | 5429 | } |
| 7367 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7368 | - display: none; | |
| 7369 | -} | |
| 7370 | 5430 | .elementor-context-menu .eicon-pro-icon { |
| 7371 | 5431 | color: var(--e-global-color-accent); |
| 7372 | 5432 | } |
| 7373 | 5433 | |
| @@ -7439,9 +5499,9 @@ | ||
| 7439 | 5499 | } |
| 7440 | 5500 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7441 | 5501 | content: "+"; |
| 7442 | 5502 | position: absolute; |
| 7443 | - inset-inline-end: 0; | |
| 5503 | + right: 0; | |
| 7444 | 5504 | width: 9px; |
| 7445 | 5505 | text-align: center; |
| 7446 | 5506 | margin-inline-end: -18px; |
| 7447 | 5507 | } |
| @@ -7450,13 +5510,8 @@ | ||
| 7450 | 5510 | margin-inline-end: -16px; |
| 7451 | 5511 | } |
| 7452 | 5512 | } |
| 7453 | 5513 | |
| 7454 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7455 | - margin-top: 0 !important; | |
| 7456 | - width: calc(25% - 30px); | |
| 7457 | -} | |
| 7458 | - | |
| 7459 | 5514 | .ui-resizable-n { |
| 7460 | 5515 | top: -5px; |
| 7461 | 5516 | } |
| 7462 | 5517 | .ui-resizable-e { |
| @@ -7514,18 +5569,17 @@ | ||
| 7514 | 5569 | } |
| 7515 | 5570 | |
| 7516 | 5571 | body { |
| 7517 | 5572 | --e-editor-navigator-width: 240px; |
| 7518 | - --e-editor-navigator-indicator-width: 3px; | |
| 7519 | 5573 | --e-editor-navigator-promotion-height: 30px; |
| 7520 | 5574 | } |
| 7521 | 5575 | |
| 7522 | 5576 | #elementor-navigator { |
| 7523 | 5577 | position: fixed; |
| 7524 | - inset-block-start: 100px; | |
| 7525 | - inset-inline-end: 30px; | |
| 5578 | + top: 100px; | |
| 7526 | 5579 | width: var(--e-editor-navigator-width); |
| 7527 | 5580 | height: 50vh; |
| 5581 | + right: 30px; | |
| 7528 | 5582 | background-color: var(--e-a-bg-default); |
| 7529 | 5583 | border: var(--e-a-border); |
| 7530 | 5584 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7531 | 5585 | -webkit-user-select: none; |
| @@ -7535,10 +5589,10 @@ | ||
| 7535 | 5589 | z-index: 100; |
| 7536 | 5590 | display: none; |
| 7537 | 5591 | } |
| 7538 | 5592 | body.elementor-navigator-docked #elementor-navigator { |
| 7539 | - inset: 0; | |
| 7540 | - inset-inline-start: auto; | |
| 5593 | + top: 0; | |
| 5594 | + right: 0; | |
| 7541 | 5595 | height: 100%; |
| 7542 | 5596 | } |
| 7543 | 5597 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7544 | 5598 | border-radius: 5px; |
| @@ -7561,22 +5615,8 @@ | ||
| 7561 | 5615 | font-weight: 400; |
| 7562 | 5616 | padding: 10px 0; |
| 7563 | 5617 | cursor: move; |
| 7564 | 5618 | } |
| 7565 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7566 | - padding-inline-end: 17.5px; | |
| 7567 | -} | |
| 7568 | -#elementor-navigator__ai-titles { | |
| 7569 | - width: 35px; | |
| 7570 | - text-align: center; | |
| 7571 | - cursor: pointer; | |
| 7572 | - background-color: transparent; | |
| 7573 | - border: none; | |
| 7574 | - outline: none; | |
| 7575 | -} | |
| 7576 | -#elementor-navigator__ai-titles:hover { | |
| 7577 | - color: #E73CF6; | |
| 7578 | -} | |
| 7579 | 5619 | #elementor-navigator__close, #elementor-navigator__toggle-all { |
| 7580 | 5620 | color: var(--e-a-color-txt); |
| 7581 | 5621 | background-color: transparent; |
| 7582 | 5622 | border: none; |
| @@ -7654,9 +5694,9 @@ | ||
| 7654 | 5694 | .elementor-navigator__item[data-locked=true] { |
| 7655 | 5695 | cursor: not-allowed; |
| 7656 | 5696 | } |
| 7657 | 5697 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7658 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 5698 | + transform: rotate(-90deg); | |
| 7659 | 5699 | } |
| 7660 | 5700 | .elementor-navigator__item > * { |
| 7661 | 5701 | display: flex; |
| 7662 | 5702 | align-items: center; |
| @@ -7671,9 +5711,9 @@ | ||
| 7671 | 5711 | .elementor-navigator__elements .elementor-empty-view { |
| 7672 | 5712 | padding: 10px; |
| 7673 | 5713 | } |
| 7674 | 5714 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7675 | - margin-inline-start: 34px; | |
| 5715 | + margin-inline-start: 23px; | |
| 7676 | 5716 | font-size: 10px; |
| 7677 | 5717 | font-style: italic; |
| 7678 | 5718 | } |
| 7679 | 5719 | .elementor-navigator__elements .ui-sortable-helper { |
| @@ -7741,9 +5781,9 @@ | ||
| 7741 | 5781 | overflow: hidden; |
| 7742 | 5782 | } |
| 7743 | 5783 | .elementor-navigator__element__toggle { |
| 7744 | 5784 | position: absolute; |
| 7745 | - inset-inline-end: 15px; | |
| 5785 | + right: 15px; | |
| 7746 | 5786 | height: 100%; |
| 7747 | 5787 | z-index: 0; |
| 7748 | 5788 | font-size: 13px; |
| 7749 | 5789 | } |
| @@ -7749,12 +5789,13 @@ | ||
| 7749 | 5789 | } |
| 7750 | 5790 | .elementor-navigator__element__indicators { |
| 7751 | 5791 | position: relative; |
| 7752 | 5792 | transition: transform 0.5s; |
| 5793 | + padding-inline-start: 5px; | |
| 7753 | 5794 | z-index: 91; |
| 7754 | 5795 | } |
| 7755 | 5796 | .elementor-navigator__element__indicators:not(:hover) { |
| 7756 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 5797 | + transform: translateX(calc(100% - 8px)); | |
| 7757 | 5798 | } |
| 7758 | 5799 | .elementor-navigator__element__indicator { |
| 7759 | 5800 | height: 100%; |
| 7760 | 5801 | width: 31px; |
| @@ -7762,13 +5803,16 @@ | ||
| 7762 | 5803 | align-items: center; |
| 7763 | 5804 | justify-content: center; |
| 7764 | 5805 | color: var(--e-a-color-txt); |
| 7765 | 5806 | background-color: var(--e-a-bg-default); |
| 7766 | - border-inline-end: var(--e-a-border); | |
| 5807 | + border-inline-start: var(--e-a-border); | |
| 7767 | 5808 | } |
| 7768 | 5809 | .elementor-navigator__element__indicator:first-child { |
| 7769 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 5810 | + border-inline-start: 3px solid var(--e-a-border-color-accent); | |
| 7770 | 5811 | } |
| 5812 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5813 | + border-color: #242729; | |
| 5814 | +} | |
| 7771 | 5815 | .elementor-navigator__element__indicator:hover { |
| 7772 | 5816 | color: var(--e-a-color-txt-hover); |
| 7773 | 5817 | } |
| 7774 | 5818 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| @@ -7781,9 +5825,9 @@ | ||
| 7781 | 5825 | |
| 7782 | 5826 | .e-notice-bar { |
| 7783 | 5827 | position: absolute; |
| 7784 | 5828 | width: 100%; |
| 7785 | - inset-block-end: 0; | |
| 5829 | + bottom: 0; | |
| 7786 | 5830 | display: flex; |
| 7787 | 5831 | align-items: center; |
| 7788 | 5832 | height: 40px; |
| 7789 | 5833 | color: #fff; |
| @@ -7807,9 +5851,9 @@ | ||
| 7807 | 5851 | padding: 4px 10px; |
| 7808 | 5852 | font-size: 11px; |
| 7809 | 5853 | } |
| 7810 | 5854 | .e-notice-bar__primary_action a:hover { |
| 7811 | - color: rgb(70.5, 0, 30.2142857143); | |
| 5855 | + color: #47001e; | |
| 7812 | 5856 | background: #F1F2F3; |
| 7813 | 5857 | } |
| 7814 | 5858 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7815 | 5859 | font-size: 11px; |
| @@ -7909,11 +5953,11 @@ | ||
| 7909 | 5953 | background-color: transparent; |
| 7910 | 5954 | } |
| 7911 | 5955 | #elementor-icons-manager__search i { |
| 7912 | 5956 | position: absolute; |
| 7913 | - inset-block-start: 50%; | |
| 7914 | - inset-inline-end: 15px; | |
| 5957 | + top: 50%; | |
| 7915 | 5958 | transform: translateY(-50%); |
| 5959 | + right: 15px; | |
| 7916 | 5960 | } |
| 7917 | 5961 | #elementor-icons-manager__tab__wrapper { |
| 7918 | 5962 | overflow: auto; |
| 7919 | 5963 | margin: 25px -15px 0; |
| @@ -8002,10 +6046,10 @@ | ||
| 8002 | 6046 | content: ""; |
| 8003 | 6047 | position: absolute; |
| 8004 | 6048 | height: 100%; |
| 8005 | 6049 | width: 3px; |
| 8006 | - inset-block-start: 0; | |
| 8007 | - inset-inline-start: 0; | |
| 6050 | + top: 0; | |
| 6051 | + left: 0; | |
| 8008 | 6052 | background-color: var(--e-a-border-color-accent); |
| 8009 | 6053 | } |
| 8010 | 6054 | .elementor-icons-manager__tab__item { |
| 8011 | 6055 | position: relative; |
| @@ -8030,11 +6074,11 @@ | ||
| 8030 | 6074 | flex-direction: column; |
| 8031 | 6075 | align-items: center; |
| 8032 | 6076 | width: 100%; |
| 8033 | 6077 | position: absolute; |
| 8034 | - inset-block-start: 50%; | |
| 8035 | - inset-inline-start: 50%; | |
| 8036 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6078 | + top: 50%; | |
| 6079 | + left: 50%; | |
| 6080 | + transform: translate(-50%, -50%); | |
| 8037 | 6081 | padding: 1px; |
| 8038 | 6082 | } |
| 8039 | 6083 | .elementor-icons-manager__tab__item__icon { |
| 8040 | 6084 | font-size: 25px; |
| @@ -8078,12 +6122,11 @@ | ||
| 8078 | 6122 | } |
| 8079 | 6123 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8080 | 6124 | height: 12px; |
| 8081 | 6125 | width: 12px; |
| 8082 | - position: absolute; | |
| 8083 | - inset-block-start: 50%; | |
| 8084 | - inset-inline-start: 50%; | |
| 8085 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6126 | + top: 50%; | |
| 6127 | + left: 50%; | |
| 6128 | + transform: translate(-50%, -50%); | |
| 8086 | 6129 | } |
| 8087 | 6130 | |
| 8088 | 6131 | .pcr-app { |
| 8089 | 6132 | background-color: var(--e-a-bg-default); |
| @@ -8190,9 +6233,12 @@ | ||
| 8190 | 6233 | font-family: "eicons"; |
| 8191 | 6234 | color: var(--e-a-btn-color-invert); |
| 8192 | 6235 | text-indent: 0; |
| 8193 | 6236 | position: absolute; |
| 8194 | - inset: 0; | |
| 6237 | + left: 0; | |
| 6238 | + top: 0; | |
| 6239 | + width: 100%; | |
| 6240 | + height: 100%; | |
| 8195 | 6241 | display: flex; |
| 8196 | 6242 | justify-content: center; |
| 8197 | 6243 | align-items: center; |
| 8198 | 6244 | } |
| @@ -8223,9 +6269,9 @@ | ||
| 8223 | 6269 | } |
| 8224 | 6270 | |
| 8225 | 6271 | .select2-selection__arrow { |
| 8226 | 6272 | height: 27px; |
| 8227 | - inset-block-start: 0; | |
| 6273 | + top: 0; | |
| 8228 | 6274 | } |
| 8229 | 6275 | |
| 8230 | 6276 | .select2-results__option[aria-selected=true] { |
| 8231 | 6277 | background-color: var(--e-a-bg-active); |
| @@ -8248,12 +6294,12 @@ | ||
| 8248 | 6294 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8249 | 6295 | cursor: ew-resize; |
| 8250 | 6296 | } |
| 8251 | 6297 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8252 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6298 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8253 | 6299 | } |
| 8254 | 6300 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8255 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6301 | + color: #0e3b9c; | |
| 8256 | 6302 | -webkit-user-select: none; |
| 8257 | 6303 | -moz-user-select: none; |
| 8258 | 6304 | user-select: none; |
| 8259 | 6305 | } |
| @@ -8284,10 +6330,11 @@ | ||
| 8284 | 6330 | padding: 0; |
| 8285 | 6331 | margin: 0; |
| 8286 | 6332 | height: 100px; |
| 8287 | 6333 | position: absolute; |
| 8288 | - inset-block-start: -60px; | |
| 8289 | - inset-inline: 0; | |
| 6334 | + top: -60px; | |
| 6335 | + left: 0; | |
| 6336 | + right: 0; | |
| 8290 | 6337 | } |
| 8291 | 6338 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8292 | 6339 | border-color: transparent; |
| 8293 | 6340 | outline: none; |
| @@ -8314,22 +6361,18 @@ | ||
| 8314 | 6361 | } |
| 8315 | 6362 | |
| 8316 | 6363 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8317 | 6364 | transition: 0.3s all; |
| 6365 | + --is-ltr: 1; | |
| 6366 | + --is-rtl: 0; | |
| 6367 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8318 | 6368 | } |
| 8319 | 6369 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8320 | 6370 | max-height: 1em; |
| 8321 | 6371 | max-width: 1em; |
| 8322 | 6372 | } |
| 8323 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8324 | - --is-ltr: 1; | |
| 8325 | - --is-rtl: 0; | |
| 8326 | -} | |
| 8327 | 6373 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8328 | 6374 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8329 | -} | |
| 8330 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8331 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8332 | 6375 | } |
| 8333 | 6376 | :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) { |
| 8334 | 6377 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8335 | 6378 | } |