| @@ -1,13 +1,5 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 1 | +/*! elementor - v3.27.0 - 13-02-2025 */ | |
| 10 | 2 | .elementor-hidden { |
| 11 | 3 | display: none; |
| 12 | 4 | } |
| 13 | 5 | |
| @@ -38,16 +30,94 @@ | ||
| 38 | 30 | height: 0; |
| 39 | 31 | } |
| 40 | 32 | |
| 41 | 33 | .e-logo-wrapper { |
| 34 | + background: var(--e-a-bg-logo); | |
| 42 | 35 | display: inline-block; |
| 36 | + padding: 0.75em; | |
| 37 | + border-radius: 50%; | |
| 43 | 38 | line-height: 1; |
| 44 | 39 | } |
| 45 | 40 | .e-logo-wrapper i { |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 41 | + color: var(--e-a-color-logo); | |
| 42 | + font-size: 1em; | |
| 48 | 43 | } |
| 49 | 44 | |
| 45 | +:root { | |
| 46 | + --e-a-color-white: #ffffff; | |
| 47 | + --e-a-color-black: #000000; | |
| 48 | + --e-a-color-logo: #ffffff; | |
| 49 | + --e-a-color-primary: #F3BAFD; | |
| 50 | + --e-a-color-primary-bold: #D004D4; | |
| 51 | + --e-a-color-secondary: #515962; | |
| 52 | + --e-a-color-success: #0A875A; | |
| 53 | + --e-a-color-danger: #DC2626; | |
| 54 | + --e-a-color-info: #2563EB; | |
| 55 | + --e-a-color-warning: #F59E0B; | |
| 56 | + --e-a-color-accent: #93003f; | |
| 57 | + --e-a-color-global: #1DDDBF; | |
| 58 | + --e-a-color-accent-promotion: #93003f; | |
| 59 | + --e-a-bg-default: #ffffff; | |
| 60 | + --e-a-bg-invert: #0C0D0E; | |
| 61 | + --e-a-bg-hover: #F1F2F3; | |
| 62 | + --e-a-bg-active: #E6E8EA; | |
| 63 | + --e-a-bg-active-bold: #D5D8DC; | |
| 64 | + --e-a-bg-loading: #F9FAFA; | |
| 65 | + --e-a-bg-logo: #000000; | |
| 66 | + --e-a-bg-primary: #FAE8FF; | |
| 67 | + --e-a-bg-secondary: #515962; | |
| 68 | + --e-a-bg-success: #F2FDF5; | |
| 69 | + --e-a-bg-info: #F0F7FF; | |
| 70 | + --e-a-bg-danger: #FEF1F4; | |
| 71 | + --e-a-bg-warning: #FFFBEB; | |
| 72 | + --e-a-color-txt: #515962; | |
| 73 | + --e-a-color-txt-muted: #818A96; | |
| 74 | + --e-a-color-txt-disabled: #BABFC5; | |
| 75 | + --e-a-color-txt-invert: #ffffff; | |
| 76 | + --e-a-color-txt-accent: #0C0D0E; | |
| 77 | + --e-a-color-txt-hover: #3f444b; | |
| 78 | + --e-a-color-txt-active: #0C0D0E; | |
| 79 | + --e-a-border-color: #E6E8EA; | |
| 80 | + --e-a-border-color-bold: #D5D8DC; | |
| 81 | + --e-a-border-color-focus: #BABFC5; | |
| 82 | + --e-a-border-color-accent: #0C0D0E; | |
| 83 | + --e-a-border: 1px solid var(--e-a-border-color); | |
| 84 | + --e-a-border-bold: 1px solid var(--e-a-border-color-bold); | |
| 85 | + --e-a-border-radius: 3px; | |
| 86 | + --e-a-btn-color: #0C0D0E; | |
| 87 | + --e-a-btn-color-invert: var(--e-a-color-txt-invert); | |
| 88 | + --e-a-btn-color-disabled: var(--e-a-color-txt-disabled); | |
| 89 | + --e-a-btn-bg: #515962; | |
| 90 | + --e-a-btn-bg-hover: rgb(57.9217877095, 63.6424581006, 70.0782122905); | |
| 91 | + --e-a-btn-bg-active: rgb(34.843575419, 38.2849162011, 42.156424581); | |
| 92 | + --e-a-btn-bg-disabled: #D5D8DC; | |
| 93 | + --e-a-btn-bg-primary: #F3BAFD; | |
| 94 | + --e-a-btn-bg-primary-hover: #F5D0FE; | |
| 95 | + --e-a-btn-bg-primary-active:#F0ABFC; | |
| 96 | + --e-a-btn-bg-accent: #93003f; | |
| 97 | + --e-a-btn-bg-accent-hover: #8F1A4C; | |
| 98 | + --e-a-btn-bg-accent-active: #A93365; | |
| 99 | + --e-a-btn-bg-info: #2563EB; | |
| 100 | + --e-a-btn-bg-info-hover: rgb(18.5714285714, 76.1428571429, 202.4285714286); | |
| 101 | + --e-a-btn-bg-info-active: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 102 | + --e-a-btn-bg-success: #0A875A; | |
| 103 | + --e-a-btn-bg-success-hover: rgb(6.4827586207, 87.5172413793, 58.3448275862); | |
| 104 | + --e-a-btn-bg-success-active:rgb(2.9655172414, 40.0344827586, 26.6896551724); | |
| 105 | + --e-a-btn-bg-warning: #F59E0B; | |
| 106 | + --e-a-btn-bg-warning-hover: rgb(196.9291338583, 126.7125984252, 8.0708661417); | |
| 107 | + --e-a-btn-bg-warning-active:rgb(147.937007874, 95.188976378, 6.062992126); | |
| 108 | + --e-a-btn-bg-danger: #DC2626; | |
| 109 | + --e-a-btn-bg-danger-hover: rgb(178.25, 28.75, 28.75); | |
| 110 | + --e-a-btn-bg-danger-active: rgb(134.3333333333, 21.6666666667, 21.6666666667); | |
| 111 | + --e-a-dark-bg: #0C0D0E; | |
| 112 | + --e-a-dark-color-txt: #9DA5AE; | |
| 113 | + --e-a-dark-color-txt-hover: #D5D8DC; | |
| 114 | + --e-a-font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 115 | + --e-a-transition-hover: all .3s; | |
| 116 | + --e-a-popover-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 117 | + --e-a-dropdown-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 118 | +} | |
| 119 | + | |
| 50 | 120 | .elementor-control-unit-1 { |
| 51 | 121 | width: 27px; |
| 52 | 122 | } |
| 53 | 123 | |
| @@ -158,10 +228,10 @@ | ||
| 158 | 228 | } |
| 159 | 229 | .elementor-tag-settings-popup:before { |
| 160 | 230 | content: ""; |
| 161 | 231 | position: absolute; |
| 162 | - inset-block-start: -20px; | |
| 163 | - inset-inline-start: 5px; | |
| 232 | + top: -20px; | |
| 233 | + left: 5px; | |
| 164 | 234 | border: 10px solid transparent; |
| 165 | 235 | border-block-end-color: var(--e-a-border-color); |
| 166 | 236 | } |
| 167 | 237 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -271,9 +341,10 @@ | ||
| 271 | 341 | display: none; |
| 272 | 342 | position: absolute; |
| 273 | 343 | box-shadow: var(--e-a-popover-shadow); |
| 274 | 344 | border-radius: var(--e-a-border-radius); |
| 275 | - inset-inline: 0; | |
| 345 | + left: 0; | |
| 346 | + right: 0; | |
| 276 | 347 | margin: -4px auto 5px; |
| 277 | 348 | padding-block-start: 15px; |
| 278 | 349 | width: 90%; |
| 279 | 350 | z-index: 10000; |
| @@ -281,10 +352,10 @@ | ||
| 281 | 352 | } |
| 282 | 353 | .elementor-controls-popover:before { |
| 283 | 354 | content: ""; |
| 284 | 355 | position: absolute; |
| 285 | - inset-block-start: -16px; | |
| 286 | - inset-inline-end: 22px; | |
| 356 | + top: -16px; | |
| 357 | + right: 22px; | |
| 287 | 358 | border: 8px solid transparent; |
| 288 | 359 | border-block-end-color: var(--e-a-bg-default); |
| 289 | 360 | } |
| 290 | 361 | .elementor-controls-popover div.elementor-control { |
| @@ -397,36 +468,23 @@ | ||
| 397 | 468 | } |
| 398 | 469 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 399 | 470 | display: none; |
| 400 | 471 | } |
| 401 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 402 | - padding: 4px; | |
| 403 | -} | |
| 404 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 405 | - aspect-ratio: 4/1; | |
| 406 | - -o-object-fit: cover; | |
| 407 | - object-fit: cover; | |
| 408 | - -o-object-position: center; | |
| 409 | - object-position: center; | |
| 410 | -} | |
| 411 | -.elementor-control-shape_divider_bottom img { | |
| 412 | - rotate: X 180deg; | |
| 413 | -} | |
| 414 | 472 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 415 | 473 | margin-block-start: 5px; |
| 416 | 474 | } |
| 417 | 475 | |
| 418 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 419 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 420 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 421 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 422 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 423 | - transform: rotate(90deg); | |
| 476 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 477 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 478 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 479 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 480 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 481 | + content: "\e92a"; | |
| 424 | 482 | } |
| 425 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 426 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 427 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 428 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 483 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 484 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 485 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 486 | + content: "\e90a"; | |
| 429 | 487 | } |
| 430 | 488 | |
| 431 | 489 | .elementor-panel-heading { |
| 432 | 490 | display: flex; |
| @@ -450,17 +508,8 @@ | ||
| 450 | 508 | } |
| 451 | 509 | .elementor-panel-heading-title { |
| 452 | 510 | font-weight: bold; |
| 453 | 511 | } |
| 454 | -.elementor-panel-heading-category-chip { | |
| 455 | - margin-inline-start: auto; | |
| 456 | - background-color: var(--e-a-bg-chip); | |
| 457 | - border-radius: 100px; | |
| 458 | - padding: 5px 8px; | |
| 459 | -} | |
| 460 | -.elementor-panel-heading-category-chip i { | |
| 461 | - margin-inline-start: 4px; | |
| 462 | -} | |
| 463 | 512 | .elementor-panel-heading-promotion { |
| 464 | 513 | margin-inline-start: auto; |
| 465 | 514 | } |
| 466 | 515 | .elementor-panel-heading-promotion a { |
| @@ -479,11 +528,9 @@ | ||
| 479 | 528 | .elementor-panel-heading:focus-visible { |
| 480 | 529 | color: var(--e-a-color-txt-hover); |
| 481 | 530 | } |
| 482 | 531 | |
| 483 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 484 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 485 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 532 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 486 | 533 | border-block-start: none; |
| 487 | 534 | } |
| 488 | 535 | |
| 489 | 536 | .elementor-control-field { |
| @@ -528,15 +575,8 @@ | ||
| 528 | 575 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 529 | 576 | margin-block-start: 0; |
| 530 | 577 | } |
| 531 | 578 | |
| 532 | -.elementor-control-start-end .eicon-text-align-left, | |
| 533 | -.elementor-control-start-end .eicon-text-align-right, | |
| 534 | -.elementor-control-start-end .eicon-h-align-left, | |
| 535 | -.elementor-control-start-end .eicon-h-align-right { | |
| 536 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 537 | -} | |
| 538 | - | |
| 539 | 579 | .elementor-update-preview { |
| 540 | 580 | margin: 15px 15px 0; |
| 541 | 581 | display: flex; |
| 542 | 582 | align-items: center; |
| @@ -571,9 +611,9 @@ | ||
| 571 | 611 | } |
| 572 | 612 | .elementor-control-responsive-switchers__holder { |
| 573 | 613 | position: absolute; |
| 574 | 614 | width: 100%; |
| 575 | - inset-block-start: 0; | |
| 615 | + top: 0; | |
| 576 | 616 | background-color: var(--e-a-bg-default); |
| 577 | 617 | border-radius: var(--e-a-border-radius); |
| 578 | 618 | transition: 0.15s; |
| 579 | 619 | border: 1px solid transparent; |
| @@ -716,10 +756,10 @@ | ||
| 716 | 756 | display: none; |
| 717 | 757 | overflow: hidden; |
| 718 | 758 | max-height: 0; |
| 719 | 759 | position: absolute; |
| 720 | - inset-block-start: -0.8em; | |
| 721 | - inset-inline-start: -0.5em; | |
| 760 | + top: -0.8em; | |
| 761 | + left: -0.5em; | |
| 722 | 762 | width: 2.5em; |
| 723 | 763 | text-align: center; |
| 724 | 764 | background-color: var(--e-a-bg-default); |
| 725 | 765 | border-radius: var(--e-a-border-radius); |
| @@ -894,9 +934,9 @@ | ||
| 894 | 934 | } |
| 895 | 935 | .elementor-control-responsive-switchers__holder { |
| 896 | 936 | position: absolute; |
| 897 | 937 | width: 100%; |
| 898 | - inset-block-start: 0; | |
| 938 | + top: 0; | |
| 899 | 939 | background-color: var(--e-a-bg-default); |
| 900 | 940 | border-radius: var(--e-a-border-radius); |
| 901 | 941 | transition: 0.15s; |
| 902 | 942 | border: 1px solid transparent; |
| @@ -1039,10 +1079,10 @@ | ||
| 1039 | 1079 | display: none; |
| 1040 | 1080 | overflow: hidden; |
| 1041 | 1081 | max-height: 0; |
| 1042 | 1082 | position: absolute; |
| 1043 | - inset-block-start: -0.8em; | |
| 1044 | - inset-inline-start: -0.5em; | |
| 1083 | + top: -0.8em; | |
| 1084 | + left: -0.5em; | |
| 1045 | 1085 | width: 2.5em; |
| 1046 | 1086 | text-align: center; |
| 1047 | 1087 | background-color: var(--e-a-bg-default); |
| 1048 | 1088 | border-radius: var(--e-a-border-radius); |
| @@ -1172,9 +1212,9 @@ | ||
| 1172 | 1212 | } |
| 1173 | 1213 | .elementor-control-responsive-switchers__holder { |
| 1174 | 1214 | position: absolute; |
| 1175 | 1215 | width: 100%; |
| 1176 | - inset-block-start: 0; | |
| 1216 | + top: 0; | |
| 1177 | 1217 | background-color: var(--e-a-bg-default); |
| 1178 | 1218 | border-radius: var(--e-a-border-radius); |
| 1179 | 1219 | transition: 0.15s; |
| 1180 | 1220 | border: 1px solid transparent; |
| @@ -1317,10 +1357,10 @@ | ||
| 1317 | 1357 | display: none; |
| 1318 | 1358 | overflow: hidden; |
| 1319 | 1359 | max-height: 0; |
| 1320 | 1360 | position: absolute; |
| 1321 | - inset-block-start: -0.8em; | |
| 1322 | - inset-inline-start: -0.5em; | |
| 1361 | + top: -0.8em; | |
| 1362 | + left: -0.5em; | |
| 1323 | 1363 | width: 2.5em; |
| 1324 | 1364 | text-align: center; |
| 1325 | 1365 | background-color: var(--e-a-bg-default); |
| 1326 | 1366 | border-radius: var(--e-a-border-radius); |
| @@ -1440,11 +1480,11 @@ | ||
| 1440 | 1480 | } |
| 1441 | 1481 | |
| 1442 | 1482 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 1443 | 1483 | position: absolute; |
| 1444 | - inset-block-start: 50%; | |
| 1445 | - inset-inline-start: 50%; | |
| 1446 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1484 | + top: 50%; | |
| 1485 | + left: 50%; | |
| 1486 | + transform: translate(-50%, -50%); | |
| 1447 | 1487 | } |
| 1448 | 1488 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 1449 | 1489 | font-size: 70px; |
| 1450 | 1490 | } |
| @@ -1510,10 +1550,10 @@ | ||
| 1510 | 1550 | opacity: 0; |
| 1511 | 1551 | } |
| 1512 | 1552 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 1513 | 1553 | position: absolute; |
| 1514 | - inset-block-start: 10px; | |
| 1515 | - inset-inline-end: 10px; | |
| 1554 | + top: 10px; | |
| 1555 | + right: 10px; | |
| 1516 | 1556 | width: 21px; |
| 1517 | 1557 | height: 21px; |
| 1518 | 1558 | color: var(--e-a-color-white); |
| 1519 | 1559 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -1623,10 +1663,10 @@ | ||
| 1623 | 1663 | } |
| 1624 | 1664 | .e-global__popover-info-tooltip:after { |
| 1625 | 1665 | content: ""; |
| 1626 | 1666 | position: absolute; |
| 1627 | - inset-block-end: -17px; | |
| 1628 | - inset-inline-start: 16px; | |
| 1667 | + bottom: -17px; | |
| 1668 | + left: 16px; | |
| 1629 | 1669 | border: 10px solid transparent; |
| 1630 | 1670 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 1631 | 1671 | } |
| 1632 | 1672 | .e-global__popover-info i { |
| @@ -1643,19 +1683,8 @@ | ||
| 1643 | 1683 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 1644 | 1684 | background-color: #BABFC5; |
| 1645 | 1685 | border-radius: 10px; |
| 1646 | 1686 | } |
| 1647 | -.e-global__group-header { | |
| 1648 | - padding: 12px 20px 5px; | |
| 1649 | - font-weight: 500; | |
| 1650 | - font-size: 11px; | |
| 1651 | - color: var(--e-a-color-txt-muted); | |
| 1652 | -} | |
| 1653 | -.e-global__group-divider { | |
| 1654 | - height: 1px; | |
| 1655 | - background-color: var(--e-a-border-color); | |
| 1656 | - margin: 10px 20px; | |
| 1657 | -} | |
| 1658 | 1687 | .e-global__manage-button { |
| 1659 | 1688 | font-weight: 500; |
| 1660 | 1689 | cursor: pointer; |
| 1661 | 1690 | } |
| @@ -1671,9 +1700,9 @@ | ||
| 1671 | 1700 | font-size: 13px; |
| 1672 | 1701 | content: "\e90e"; |
| 1673 | 1702 | position: absolute; |
| 1674 | 1703 | transform: translateY(-50%); |
| 1675 | - inset-block-start: 50%; | |
| 1704 | + top: 50%; | |
| 1676 | 1705 | inset-inline-start: 13px; |
| 1677 | 1706 | } |
| 1678 | 1707 | .e-global__color { |
| 1679 | 1708 | padding: 10px 20px; |
| @@ -1814,11 +1843,11 @@ | ||
| 1814 | 1843 | display: none; |
| 1815 | 1844 | } |
| 1816 | 1845 | .elementor-control-media .eicon-plus-circle { |
| 1817 | 1846 | position: absolute; |
| 1818 | - inset-block-start: 50%; | |
| 1819 | - inset-inline-start: 50%; | |
| 1820 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1847 | + top: 50%; | |
| 1848 | + left: 50%; | |
| 1849 | + transform: translate(-50%, -50%); | |
| 1821 | 1850 | color: var(--e-a-color-white); |
| 1822 | 1851 | font-size: 20px; |
| 1823 | 1852 | } |
| 1824 | 1853 | .elementor-control-media__content__upload-button { |
| @@ -1841,11 +1870,11 @@ | ||
| 1841 | 1870 | display: none; |
| 1842 | 1871 | } |
| 1843 | 1872 | .elementor-control-media-area .eicon-video-camera { |
| 1844 | 1873 | position: absolute; |
| 1845 | - inset-block-start: 50%; | |
| 1846 | - inset-inline-start: 50%; | |
| 1847 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1874 | + top: 50%; | |
| 1875 | + left: 50%; | |
| 1876 | + transform: translate(-50%, -50%); | |
| 1848 | 1877 | color: rgba(255, 255, 255, 0.7); |
| 1849 | 1878 | font-size: 21px; |
| 1850 | 1879 | } |
| 1851 | 1880 | .elementor-control-media .elementor-control-media__content { |
| @@ -1861,9 +1890,9 @@ | ||
| 1861 | 1890 | background-color: rgba(0, 0, 0, 0.2); |
| 1862 | 1891 | pointer-events: none; |
| 1863 | 1892 | } |
| 1864 | 1893 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 1865 | - inset-block-end: -30px; | |
| 1894 | + bottom: -30px; | |
| 1866 | 1895 | } |
| 1867 | 1896 | .elementor-control-media__content { |
| 1868 | 1897 | transition: all 0.2s ease-in-out; |
| 1869 | 1898 | } |
| @@ -1868,10 +1897,11 @@ | ||
| 1868 | 1897 | transition: all 0.2s ease-in-out; |
| 1869 | 1898 | } |
| 1870 | 1899 | .elementor-control-media__tools { |
| 1871 | 1900 | position: absolute; |
| 1872 | - inset-block-end: 0; | |
| 1873 | - inset-inline: 0; | |
| 1901 | + bottom: 0; | |
| 1902 | + left: 0; | |
| 1903 | + right: 0; | |
| 1874 | 1904 | height: 27px; |
| 1875 | 1905 | transition: all 0.2s ease-in-out; |
| 1876 | 1906 | } |
| 1877 | 1907 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -1898,10 +1928,10 @@ | ||
| 1898 | 1928 | } |
| 1899 | 1929 | .elementor-control-media__content__remove { |
| 1900 | 1930 | position: absolute; |
| 1901 | 1931 | z-index: 1; |
| 1902 | - inset-block-start: 10px; | |
| 1903 | - inset-inline-end: 10px; | |
| 1932 | + top: 10px; | |
| 1933 | + right: 10px; | |
| 1904 | 1934 | width: 20px; |
| 1905 | 1935 | height: 20px; |
| 1906 | 1936 | font-size: 11px; |
| 1907 | 1937 | color: var(--e-a-color-white); |
| @@ -2193,11 +2223,9 @@ | ||
| 2193 | 2223 | text-align: center; |
| 2194 | 2224 | padding-block-start: 5px; |
| 2195 | 2225 | } |
| 2196 | 2226 | |
| 2197 | -#elementor-controls, | |
| 2198 | -#elementor-panel-page-settings-controls, | |
| 2199 | -#elementor-panel-editorPreferences-settings-controls { | |
| 2227 | +#elementor-controls { | |
| 2200 | 2228 | padding-block-start: 15px; |
| 2201 | 2229 | } |
| 2202 | 2230 | |
| 2203 | 2231 | .elementor-control-type-section { |
| @@ -2242,11 +2270,11 @@ | ||
| 2242 | 2270 | font-family: eicons; |
| 2243 | 2271 | content: "\e8ad"; |
| 2244 | 2272 | font-size: 12px; |
| 2245 | 2273 | position: absolute; |
| 2246 | - inset-block-start: 50%; | |
| 2247 | - inset-inline-end: 5px; | |
| 2274 | + top: 50%; | |
| 2248 | 2275 | transform: translateY(-50%); |
| 2276 | + right: 5px; | |
| 2249 | 2277 | pointer-events: none; |
| 2250 | 2278 | } |
| 2251 | 2279 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 2252 | 2280 | max-width: 80px; |
| @@ -2280,14 +2308,14 @@ | ||
| 2280 | 2308 | } |
| 2281 | 2309 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 2282 | 2310 | border-radius: 0; |
| 2283 | 2311 | width: 10px; |
| 2284 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 2312 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2285 | 2313 | } |
| 2286 | 2314 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 2287 | 2315 | content: ""; |
| 2288 | 2316 | position: absolute; |
| 2289 | - inset-block-start: 2px; | |
| 2317 | + top: 2px; | |
| 2290 | 2318 | height: 12px; |
| 2291 | 2319 | width: 11px; |
| 2292 | 2320 | transform: rotate(45deg); |
| 2293 | 2321 | background-color: var(--e-a-color-white); |
| @@ -2364,11 +2392,11 @@ | ||
| 2364 | 2392 | .elementor-slider .noUi-handle { |
| 2365 | 2393 | height: 16px; |
| 2366 | 2394 | width: 16px; |
| 2367 | 2395 | background-color: var(--e-a-color-white); |
| 2396 | + right: 0; | |
| 2397 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2368 | 2398 | position: absolute; |
| 2369 | - inset-inline-end: 0; | |
| 2370 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 2371 | 2399 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 2372 | 2400 | border-radius: 50%; |
| 2373 | 2401 | } |
| 2374 | 2402 | .elementor-slider .noUi-connects { |
| @@ -2385,9 +2413,9 @@ | ||
| 2385 | 2413 | background-color: var(--e-a-border-color-focus); |
| 2386 | 2414 | } |
| 2387 | 2415 | .elementor-slider .noUi-tooltip { |
| 2388 | 2416 | position: absolute; |
| 2389 | - inset-block-start: calc(100% + 5px); | |
| 2417 | + top: calc(100% + 5px); | |
| 2390 | 2418 | left: calc(50% - 4px); |
| 2391 | 2419 | transform: translateX(-50%); |
| 2392 | 2420 | font-size: 10px; |
| 2393 | 2421 | } |
| @@ -2474,9 +2502,9 @@ | ||
| 2474 | 2502 | transition-property: opacity, background; |
| 2475 | 2503 | } |
| 2476 | 2504 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 2477 | 2505 | position: absolute; |
| 2478 | - inset-block-start: 0; | |
| 2506 | + top: 0; | |
| 2479 | 2507 | width: 50%; |
| 2480 | 2508 | text-align: center; |
| 2481 | 2509 | line-height: 20px; |
| 2482 | 2510 | transition: inherit; |
| @@ -2482,14 +2510,14 @@ | ||
| 2482 | 2510 | transition: inherit; |
| 2483 | 2511 | } |
| 2484 | 2512 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 2485 | 2513 | content: attr(data-off); |
| 2486 | - inset-inline-end: 5px; | |
| 2514 | + right: 5px; | |
| 2487 | 2515 | color: var(--e-a-color-txt-muted); |
| 2488 | 2516 | } |
| 2489 | 2517 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 2490 | 2518 | content: attr(data-on); |
| 2491 | - inset-inline-start: 5px; | |
| 2519 | + left: 5px; | |
| 2492 | 2520 | color: var(--e-a-btn-color); |
| 2493 | 2521 | opacity: 0; |
| 2494 | 2522 | } |
| 2495 | 2523 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -2502,19 +2530,19 @@ | ||
| 2502 | 2530 | opacity: 1; |
| 2503 | 2531 | } |
| 2504 | 2532 | .elementor-control-type-switcher .elementor-switch-handle { |
| 2505 | 2533 | position: absolute; |
| 2506 | - inset-block-start: 1px; | |
| 2507 | - inset-inline-start: 1px; | |
| 2534 | + top: 1px; | |
| 2535 | + left: 1px; | |
| 2508 | 2536 | width: 18px; |
| 2509 | 2537 | height: 18px; |
| 2510 | 2538 | background: white; |
| 2511 | 2539 | border-radius: 10px; |
| 2512 | - transition: inset-inline-start 0.15s ease-out; | |
| 2540 | + transition: left 0.15s ease-out; | |
| 2513 | 2541 | } |
| 2514 | 2542 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 2515 | - inset-inline-start: initial; | |
| 2516 | - inset-inline-end: 1px; | |
| 2543 | + left: initial; | |
| 2544 | + right: 1px; | |
| 2517 | 2545 | } |
| 2518 | 2546 | |
| 2519 | 2547 | .elementor-control-type-tabs { |
| 2520 | 2548 | display: none; |
| @@ -2566,10 +2594,10 @@ | ||
| 2566 | 2594 | } |
| 2567 | 2595 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 2568 | 2596 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 2569 | 2597 | position: absolute; |
| 2570 | - inset-block-start: 0; | |
| 2571 | - inset-inline-end: 0; | |
| 2598 | + top: 0; | |
| 2599 | + right: 0; | |
| 2572 | 2600 | z-index: 1; |
| 2573 | 2601 | } |
| 2574 | 2602 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 2575 | 2603 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -2647,10 +2675,10 @@ | ||
| 2647 | 2675 | } |
| 2648 | 2676 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 2649 | 2677 | display: none; |
| 2650 | 2678 | position: absolute; |
| 2651 | - inset-block-start: 5px; | |
| 2652 | - inset-inline-end: 0; | |
| 2679 | + top: 5px; | |
| 2680 | + right: 0; | |
| 2653 | 2681 | width: 10px; |
| 2654 | 2682 | height: 10px; |
| 2655 | 2683 | font-size: 10px; |
| 2656 | 2684 | color: var(--e-a-color-txt-disabled); |
| @@ -2701,76 +2729,8 @@ | ||
| 2701 | 2729 | font-size: 10px; |
| 2702 | 2730 | padding-block-start: 2px; |
| 2703 | 2731 | } |
| 2704 | 2732 | |
| 2705 | -.elementor-control-type-visual_choice { | |
| 2706 | - width: 100%; | |
| 2707 | -} | |
| 2708 | - | |
| 2709 | -.elementor-visual-choice-choices { | |
| 2710 | - display: grid; | |
| 2711 | - gap: 8px; | |
| 2712 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 2713 | - text-align: center; | |
| 2714 | - border-radius: var(--e-a-border-radius); | |
| 2715 | - overflow: hidden; | |
| 2716 | -} | |
| 2717 | - | |
| 2718 | -.elementor-visual-choice-element { | |
| 2719 | - display: flex; | |
| 2720 | - flex-direction: column; | |
| 2721 | - align-items: center; | |
| 2722 | - justify-content: center; | |
| 2723 | - gap: 8px; | |
| 2724 | - width: auto; | |
| 2725 | -} | |
| 2726 | -.elementor-visual-choice-element-image label { | |
| 2727 | - border: var(--e-a-border-bold); | |
| 2728 | - border-radius: var(--e-a-border-radius); | |
| 2729 | - font-size: 12px; | |
| 2730 | - transition: var(--e-a-transition-hover); | |
| 2731 | - cursor: pointer; | |
| 2732 | - overflow: hidden; | |
| 2733 | - width: 100%; | |
| 2734 | - padding: 8px; | |
| 2735 | -} | |
| 2736 | -.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 { | |
| 2737 | - background-color: var(--e-a-bg-active-bold); | |
| 2738 | - opacity: 1; | |
| 2739 | -} | |
| 2740 | -.elementor-visual-choice-element-image input:checked + label { | |
| 2741 | - border-color: var(--e-a-color-primary-bold); | |
| 2742 | -} | |
| 2743 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 2744 | - background-color: var(--e-a-color-white); | |
| 2745 | - opacity: 0.5; | |
| 2746 | -} | |
| 2747 | -.elementor-visual-choice-element-image img { | |
| 2748 | - width: 100%; | |
| 2749 | - height: auto; | |
| 2750 | -} | |
| 2751 | -.elementor-visual-choice-element-button { | |
| 2752 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 2753 | -} | |
| 2754 | -.elementor-visual-choice-element-button label { | |
| 2755 | - width: -moz-fit-content; | |
| 2756 | - width: fit-content; | |
| 2757 | -} | |
| 2758 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 2759 | - background-color: var(--e-a-bg-active-bold); | |
| 2760 | -} | |
| 2761 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 2762 | - border-color: var(--e-a-color-primary-bold); | |
| 2763 | -} | |
| 2764 | - | |
| 2765 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 2766 | - justify-content: flex-end; | |
| 2767 | -} | |
| 2768 | - | |
| 2769 | -.tipsy-inner { | |
| 2770 | - white-space: pre-line; | |
| 2771 | -} | |
| 2772 | - | |
| 2773 | 2733 | .elementor-control-type-wp_widget .widget-inside { |
| 2774 | 2734 | line-height: 2; |
| 2775 | 2735 | background-color: inherit; |
| 2776 | 2736 | display: block; |
| @@ -2986,16 +2946,13 @@ | ||
| 2986 | 2946 | --e-p-border-widget-invert: #0C0D0E; |
| 2987 | 2947 | --e-p-border-global: #5EEAD4; |
| 2988 | 2948 | --e-p-border-global-hover: #1DDDBF; |
| 2989 | 2949 | --e-p-border-global-invert: #0C0D0E; |
| 2990 | - --e-p-border-global-element: #5EEAD4; | |
| 2991 | 2950 | } |
| 2992 | 2951 | |
| 2993 | 2952 | .elementor-editor-active .elementor-add-section { |
| 2994 | 2953 | all: initial; |
| 2995 | 2954 | display: flex; |
| 2996 | - flex-wrap: wrap; | |
| 2997 | - justify-content: center; | |
| 2998 | 2955 | max-width: 1160px; |
| 2999 | 2956 | position: relative; |
| 3000 | 2957 | margin-inline: auto; |
| 3001 | 2958 | } |
| @@ -3105,9 +3062,8 @@ | ||
| 3105 | 3062 | inset-inline-end: 40px; |
| 3106 | 3063 | } |
| 3107 | 3064 | .elementor-editor-active .elementor-add-section-back { |
| 3108 | 3065 | inset-inline-start: 40px; |
| 3109 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3110 | 3066 | } |
| 3111 | 3067 | .elementor-editor-active .elementor-add-section-close, |
| 3112 | 3068 | .elementor-editor-active .elementor-add-section-back { |
| 3113 | 3069 | position: absolute; |
| @@ -3178,18 +3134,17 @@ | ||
| 3178 | 3134 | content: var(--text); |
| 3179 | 3135 | font-family: var(--e-a-font-family); |
| 3180 | 3136 | font-size: 13px; |
| 3181 | 3137 | font-weight: 500; |
| 3138 | + position: absolute; | |
| 3139 | + left: 50%; | |
| 3140 | + top: 50%; | |
| 3182 | 3141 | color: var(--e-a-color-white); |
| 3183 | - position: absolute; | |
| 3184 | - inset-block-start: 50%; | |
| 3185 | - inset-inline-start: 50%; | |
| 3186 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3142 | + transform: translate(-50%, -50%); | |
| 3187 | 3143 | } |
| 3188 | 3144 | .elementor-editor-active .elementor-select-preset-list .elementor-preset svg { |
| 3189 | 3145 | height: 50px; |
| 3190 | 3146 | width: 100%; |
| 3191 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3192 | 3147 | } |
| 3193 | 3148 | .elementor-editor-active .elementor-add-section[data-view=choose-action] .elementor-add-section-back { |
| 3194 | 3149 | display: none; |
| 3195 | 3150 | } |
| @@ -3277,18 +3232,18 @@ | ||
| 3277 | 3232 | border-radius: 3px; |
| 3278 | 3233 | z-index: 9999; |
| 3279 | 3234 | } |
| 3280 | 3235 | .pen-menu:after { |
| 3236 | + top: 100%; | |
| 3281 | 3237 | content: ""; |
| 3282 | 3238 | position: absolute; |
| 3283 | 3239 | border: 6px solid transparent; |
| 3284 | 3240 | border-block-start-color: #3f444b; |
| 3285 | - inset-block-start: 100%; | |
| 3286 | - inset-inline-start: 50%; | |
| 3241 | + left: 50%; | |
| 3287 | 3242 | transform: translateX(-50%); |
| 3288 | 3243 | } |
| 3289 | 3244 | .pen-menu-below:after { |
| 3290 | - inset-block-start: 0; | |
| 3245 | + top: 0; | |
| 3291 | 3246 | transform: translateX(-50%) translateY(-100%) rotate(180deg); |
| 3292 | 3247 | } |
| 3293 | 3248 | .pen-icon { |
| 3294 | 3249 | position: relative; |
| @@ -3312,9 +3267,9 @@ | ||
| 3312 | 3267 | } |
| 3313 | 3268 | .pen-icon[data-action=close]:before { |
| 3314 | 3269 | content: ""; |
| 3315 | 3270 | position: absolute; |
| 3316 | - inset-inline-start: 0; | |
| 3271 | + left: 0; | |
| 3317 | 3272 | height: 60%; |
| 3318 | 3273 | width: 1px; |
| 3319 | 3274 | background-color: #1f2124; |
| 3320 | 3275 | } |
| @@ -3484,23 +3439,19 @@ | ||
| 3484 | 3439 | } |
| 3485 | 3440 | |
| 3486 | 3441 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 3487 | 3442 | transition: 0.3s all; |
| 3443 | + --is-ltr: 1; | |
| 3444 | + --is-rtl: 0; | |
| 3445 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3488 | 3446 | } |
| 3489 | 3447 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 3490 | 3448 | max-height: 1em; |
| 3491 | 3449 | max-width: 1em; |
| 3492 | 3450 | } |
| 3493 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3494 | - --is-ltr: 1; | |
| 3495 | - --is-rtl: 0; | |
| 3496 | -} | |
| 3497 | 3451 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 3498 | 3452 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 3499 | 3453 | } |
| 3500 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3501 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3502 | -} | |
| 3503 | 3454 | :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) { |
| 3504 | 3455 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 3505 | 3456 | } |
| 3506 | 3457 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { |
| @@ -3647,10 +3598,10 @@ | ||
| 3647 | 3598 | } |
| 3648 | 3599 | |
| 3649 | 3600 | .elementor-element > .elementor-element-overlay { |
| 3650 | 3601 | position: absolute; |
| 3651 | - inset-block-start: 0; | |
| 3652 | - inset-inline-end: 0; | |
| 3602 | + top: 0; | |
| 3603 | + right: 0; | |
| 3653 | 3604 | letter-spacing: 0; |
| 3654 | 3605 | z-index: 9998; |
| 3655 | 3606 | pointer-events: none; |
| 3656 | 3607 | } |
| @@ -3666,12 +3617,8 @@ | ||
| 3666 | 3617 | display: block; |
| 3667 | 3618 | text-align: center; |
| 3668 | 3619 | padding: 10px 0; |
| 3669 | 3620 | } |
| 3670 | -.elementor-element.elementor-widget-empty[data-atomic] .elementor-widget-empty-icon { | |
| 3671 | - background-color: rgb(243, 243, 244); | |
| 3672 | - width: 100%; | |
| 3673 | -} | |
| 3674 | 3621 | .elementor-element:not(:hover):not(.elementor-element-editable) > .elementor-element-overlay .elementor-editor-element-settings { |
| 3675 | 3622 | display: none; |
| 3676 | 3623 | } |
| 3677 | 3624 | .elementor-element--toggle-edit-tools > .elementor-element-overlay .elementor-editor-element-edit:not(.elementor-active) ~ * { |
| @@ -3798,15 +3745,8 @@ | ||
| 3798 | 3745 | .elementor-widget-placeholder { |
| 3799 | 3746 | height: 10px; |
| 3800 | 3747 | animation-name: placeholder-widget; |
| 3801 | 3748 | } |
| 3802 | -.elementor-widget-placeholder.is-logical { | |
| 3803 | - margin-top: var(--e-placeholder-margin-top); | |
| 3804 | - margin-bottom: var(--e-placeholder-margin-bottom); | |
| 3805 | - margin-inline-start: var(--e-placeholder-margin-inline-start); | |
| 3806 | - width: var(--e-placeholder-width); | |
| 3807 | - min-width: 200px; | |
| 3808 | -} | |
| 3809 | 3749 | |
| 3810 | 3750 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, |
| 3811 | 3751 | .elementor-first-add.elementor-html5dnd-current-element:after { |
| 3812 | 3752 | content: ""; |
| @@ -3837,20 +3777,8 @@ | ||
| 3837 | 3777 | .elementor-editor-preview .elementor-empty-view, |
| 3838 | 3778 | .elementor-editor-preview .elementor-widget-empty { |
| 3839 | 3779 | display: none; |
| 3840 | 3780 | } |
| 3841 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-element-overlay, | |
| 3842 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-empty, | |
| 3843 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-empty-view, | |
| 3844 | -.elementor-editor-preview :where(.elementor-edit-area-active) .elementor-widget-empty { | |
| 3845 | - display: revert; | |
| 3846 | -} | |
| 3847 | -.elementor-editor-preview :where(.elementor-edit-area-active.elementor-widget-e-component) > .elementor-section-wrap > :first-child > .elementor-element-overlay::after { | |
| 3848 | - outline-color: var(--e-p-border-global-element); | |
| 3849 | -} | |
| 3850 | -.elementor-editor-preview :where(.elementor-edit-area-active.elementor-widget-e-component) > .elementor-section-wrap > :first-child.elementor-element-editable > .elementor-element-overlay::after { | |
| 3851 | - outline-offset: -1px; | |
| 3852 | -} | |
| 3853 | 3781 | |
| 3854 | 3782 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, |
| 3855 | 3783 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, |
| 3856 | 3784 | .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, |
| @@ -3946,20 +3874,11 @@ | ||
| 3946 | 3874 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { |
| 3947 | 3875 | display: none; |
| 3948 | 3876 | } |
| 3949 | 3877 | |
| 3950 | -.e-youtube-base iframe { | |
| 3951 | - pointer-events: none; | |
| 3952 | -} | |
| 3953 | - | |
| 3954 | -.elementor-widget-e-component[data-atomic].elementor-edit-area-active > * > * { | |
| 3955 | - pointer-events: initial; | |
| 3956 | -} | |
| 3957 | -.elementor-widget-e-component[data-atomic]:not(.elementor-edit-area-active) > * > * { | |
| 3958 | - pointer-events: none; | |
| 3959 | -} | |
| 3960 | - | |
| 3961 | -.elementor-editor-element-overlay-settings { | |
| 3878 | +.elementor-editor-section-settings, | |
| 3879 | +.elementor-editor-container-settings, | |
| 3880 | +.elementor-editor-div-block-settings { | |
| 3962 | 3881 | height: 24px; |
| 3963 | 3882 | top: 1px; |
| 3964 | 3883 | left: 50%; |
| 3965 | 3884 | transform: translateX(-50%) translateY(-100%); |
| @@ -3967,29 +3886,34 @@ | ||
| 3967 | 3886 | border-start-start-radius: 5px; |
| 3968 | 3887 | border-start-end-radius: 5px; |
| 3969 | 3888 | border-end-start-radius: 0; |
| 3970 | 3889 | border-end-end-radius: 0; |
| 3971 | - stroke: transparent; | |
| 3972 | - stroke-width: 0; | |
| 3973 | - -webkit-text-stroke: 0 transparent; | |
| 3974 | 3890 | } |
| 3975 | -.elementor-editor-element-overlay-settings i.eicon-handle { | |
| 3891 | +.elementor-editor-section-settings i.eicon-handle, | |
| 3892 | +.elementor-editor-container-settings i.eicon-handle, | |
| 3893 | +.elementor-editor-div-block-settings i.eicon-handle { | |
| 3976 | 3894 | font-size: 16px; |
| 3977 | 3895 | } |
| 3978 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:hover { | |
| 3896 | +.elementor-editor-section-settings .elementor-editor-element-setting:hover, | |
| 3897 | +.elementor-editor-container-settings .elementor-editor-element-setting:hover, | |
| 3898 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:hover { | |
| 3979 | 3899 | background-color: var(--e-p-border-section-hover); |
| 3980 | 3900 | } |
| 3981 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child { | |
| 3901 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child, | |
| 3902 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child, | |
| 3903 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child { | |
| 3982 | 3904 | border-start-start-radius: 5px; |
| 3983 | 3905 | border-start-end-radius: 0; |
| 3984 | 3906 | border-end-start-radius: 0; |
| 3985 | 3907 | border-end-end-radius: 0; |
| 3986 | 3908 | } |
| 3987 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:before { | |
| 3909 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before, | |
| 3910 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:before, | |
| 3911 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child:before { | |
| 3988 | 3912 | content: ""; |
| 3989 | 3913 | position: absolute; |
| 3990 | - inset-block-start: 2px; | |
| 3991 | - inset-inline-end: calc(100% - 1px); | |
| 3914 | + top: 2px; | |
| 3915 | + right: calc(100% - 1px); | |
| 3992 | 3916 | border-block-start: 22px solid transparent; |
| 3993 | 3917 | border-block-end: 0 none transparent; |
| 3994 | 3918 | border-inline-start: 0 none transparent; |
| 3995 | 3919 | border-inline-end: 12px solid var(--e-p-border-section); |
| @@ -3994,22 +3918,28 @@ | ||
| 3994 | 3918 | border-inline-start: 0 none transparent; |
| 3995 | 3919 | border-inline-end: 12px solid var(--e-p-border-section); |
| 3996 | 3920 | transition: var(--e-a-transition-hover); |
| 3997 | 3921 | } |
| 3998 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3922 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3923 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3924 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3999 | 3925 | border-inline-end-color: var(--e-p-border-section-hover); |
| 4000 | 3926 | } |
| 4001 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child { | |
| 3927 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child, | |
| 3928 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child, | |
| 3929 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child { | |
| 4002 | 3930 | border-start-start-radius: 0; |
| 4003 | 3931 | border-start-end-radius: 5px; |
| 4004 | 3932 | border-end-start-radius: 0; |
| 4005 | 3933 | border-end-end-radius: 0; |
| 4006 | 3934 | } |
| 4007 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:after { | |
| 3935 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:after, | |
| 3936 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:after, | |
| 3937 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child:after { | |
| 4008 | 3938 | content: ""; |
| 4009 | 3939 | position: absolute; |
| 4010 | - inset-block-start: 2px; | |
| 4011 | - inset-inline-start: calc(100% - 1px); | |
| 3940 | + top: 2px; | |
| 3941 | + left: calc(100% - 1px); | |
| 4012 | 3942 | border-block-start: 22px solid transparent; |
| 4013 | 3943 | border-block-end: 0 none transparent; |
| 4014 | 3944 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3945 | border-inline-end: 0 none transparent; |
| @@ -4014,13 +3944,16 @@ | ||
| 4014 | 3944 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3945 | border-inline-end: 0 none transparent; |
| 4016 | 3946 | transition: var(--e-a-transition-hover); |
| 4017 | 3947 | } |
| 4018 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 3948 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3949 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3950 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 4019 | 3951 | border-inline-start-color: var(--e-p-border-section-hover); |
| 4020 | 3952 | } |
| 4021 | 3953 | |
| 4022 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 3954 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings, | |
| 3955 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 4023 | 3956 | transform: translateX(-50%); |
| 4024 | 3957 | border-start-start-radius: 0; |
| 4025 | 3958 | border-start-end-radius: 0; |
| 4026 | 3959 | border-end-start-radius: 5px; |
| @@ -4025,15 +3958,17 @@ | ||
| 4025 | 3958 | border-start-end-radius: 0; |
| 4026 | 3959 | border-end-start-radius: 5px; |
| 4027 | 3960 | border-end-end-radius: 5px; |
| 4028 | 3961 | } |
| 4029 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 3962 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child, | |
| 3963 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 4030 | 3964 | border-start-start-radius: 0; |
| 4031 | 3965 | border-start-end-radius: 0; |
| 4032 | 3966 | border-end-start-radius: 5px; |
| 4033 | 3967 | border-end-end-radius: 0; |
| 4034 | 3968 | } |
| 4035 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 3969 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before, | |
| 3970 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 4036 | 3971 | top: 0; |
| 4037 | 3972 | border-block-start: 0 none transparent; |
| 4038 | 3973 | border-block-end: 22px solid transparent; |
| 4039 | 3974 | border-inline-start: 0 none transparent; |
| @@ -4039,15 +3974,17 @@ | ||
| 4039 | 3974 | border-inline-start: 0 none transparent; |
| 4040 | 3975 | border-inline-end: 12px solid var(--e-p-border-section); |
| 4041 | 3976 | transition: var(--e-a-transition-hover); |
| 4042 | 3977 | } |
| 4043 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 3978 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child, | |
| 3979 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 4044 | 3980 | border-start-start-radius: 0; |
| 4045 | 3981 | border-start-end-radius: 0; |
| 4046 | 3982 | border-end-start-radius: 0; |
| 4047 | 3983 | border-end-end-radius: 5px; |
| 4048 | 3984 | } |
| 4049 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 3985 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after, | |
| 3986 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 4050 | 3987 | top: 0; |
| 4051 | 3988 | border-block-start: 0 none transparent; |
| 4052 | 3989 | border-block-end: 22px solid transparent; |
| 4053 | 3990 | border-inline-start: 12px solid var(--e-p-border-section); |
| @@ -4055,10 +3992,10 @@ | ||
| 4055 | 3992 | transition: var(--e-a-transition-hover); |
| 4056 | 3993 | } |
| 4057 | 3994 | |
| 4058 | 3995 | .elementor-column > .elementor-element-overlay { |
| 4059 | - inset-block-end: 0; | |
| 4060 | - inset-inline-start: 0; | |
| 3996 | + left: 0; | |
| 3997 | + bottom: 0; | |
| 4061 | 3998 | } |
| 4062 | 3999 | .elementor-column > .elementor-element-overlay:after { |
| 4063 | 4000 | position: absolute; |
| 4064 | 4001 | inset: 0; |
| @@ -4080,10 +4017,10 @@ | ||
| 4080 | 4017 | .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { |
| 4081 | 4018 | cursor: col-resize; |
| 4082 | 4019 | width: 7px; |
| 4083 | 4020 | position: absolute; |
| 4084 | - inset-block-start: 0; | |
| 4085 | - inset-inline-end: -5px; | |
| 4021 | + right: -5px; | |
| 4022 | + top: 0; | |
| 4086 | 4023 | height: 100%; |
| 4087 | 4024 | } |
| 4088 | 4025 | .elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { |
| 4089 | 4026 | display: none !important; |
| @@ -4094,15 +4031,14 @@ | ||
| 4094 | 4031 | } |
| 4095 | 4032 | } |
| 4096 | 4033 | |
| 4097 | 4034 | .elementor-editor-column-settings { |
| 4098 | - inset-block-start: -1px; | |
| 4099 | - inset-inline-start: -1px; | |
| 4035 | + top: -1px; | |
| 4036 | + left: -1px; | |
| 4100 | 4037 | border-start-start-radius: 0; |
| 4101 | 4038 | border-start-end-radius: 0; |
| 4102 | 4039 | border-end-start-radius: 0; |
| 4103 | 4040 | border-end-end-radius: 3px; |
| 4104 | - transform: none; | |
| 4105 | 4041 | overflow: hidden; |
| 4106 | 4042 | } |
| 4107 | 4043 | .elementor-editor-column-settings .elementor-editor-element-setting { |
| 4108 | 4044 | background-color: var(--e-p-border-column); |
| @@ -4116,9 +4052,12 @@ | ||
| 4116 | 4052 | } |
| 4117 | 4053 | .elementor-column-placeholder:before, .elementor-column-placeholder:after { |
| 4118 | 4054 | content: ""; |
| 4119 | 4055 | position: absolute; |
| 4120 | - inset: 10px; | |
| 4056 | + top: 10px; | |
| 4057 | + bottom: 10px; | |
| 4058 | + right: 10px; | |
| 4059 | + left: 10px; | |
| 4121 | 4060 | } |
| 4122 | 4061 | .elementor-column-placeholder:before { |
| 4123 | 4062 | border: 1px solid var(--e-p-border-column); |
| 4124 | 4063 | } |
| @@ -4129,9 +4068,9 @@ | ||
| 4129 | 4068 | .elementor-column-percents-tooltip { |
| 4130 | 4069 | position: absolute; |
| 4131 | 4070 | display: none; |
| 4132 | 4071 | pointer-events: none; |
| 4133 | - inset-block-start: 50%; | |
| 4072 | + top: 50%; | |
| 4134 | 4073 | transform: translateY(-50%); |
| 4135 | 4074 | color: #fff; |
| 4136 | 4075 | font-size: 10px; |
| 4137 | 4076 | background-color: var(--e-p-border-column); |
| @@ -4169,10 +4108,10 @@ | ||
| 4169 | 4108 | } |
| 4170 | 4109 | |
| 4171 | 4110 | .elementor-editor-widget-settings { |
| 4172 | 4111 | z-index: 2; |
| 4173 | - inset-block-start: -1px; | |
| 4174 | - inset-inline-end: -1px; | |
| 4112 | + top: -1px; | |
| 4113 | + right: -1px; | |
| 4175 | 4114 | flex-direction: row-reverse; |
| 4176 | 4115 | border-start-start-radius: 0; |
| 4177 | 4116 | border-start-end-radius: 0; |
| 4178 | 4117 | border-end-start-radius: 3px; |
| @@ -4244,15 +4183,18 @@ | ||
| 4244 | 4183 | } |
| 4245 | 4184 | |
| 4246 | 4185 | .elementor-section > .elementor-element-overlay, |
| 4247 | 4186 | .e-con > .elementor-element-overlay { |
| 4248 | - inset-block-end: 0; | |
| 4249 | - inset-inline-start: 0; | |
| 4187 | + left: 0; | |
| 4188 | + bottom: 0; | |
| 4250 | 4189 | } |
| 4251 | 4190 | .elementor-section > .elementor-element-overlay:after, |
| 4252 | 4191 | .e-con > .elementor-element-overlay:after { |
| 4253 | 4192 | position: absolute; |
| 4254 | - inset: 1px; | |
| 4193 | + left: 1px; | |
| 4194 | + right: 1px; | |
| 4195 | + top: 1px; | |
| 4196 | + bottom: 1px; | |
| 4255 | 4197 | outline: 1px solid var(--e-p-border-con); |
| 4256 | 4198 | animation: section-outline 0.75s; |
| 4257 | 4199 | } |
| 4258 | 4200 | .elementor-section:hover > .elementor-element-overlay:after, |
| @@ -4275,11 +4217,8 @@ | ||
| 4275 | 4217 | position: relative; |
| 4276 | 4218 | width: 100%; |
| 4277 | 4219 | height: 100%; |
| 4278 | 4220 | min-height: 100px; |
| 4279 | - stroke: transparent; | |
| 4280 | - stroke-width: 0; | |
| 4281 | - -webkit-text-stroke: 0 transparent; | |
| 4282 | 4221 | } |
| 4283 | 4222 | .e-con .elementor-empty-view .elementor-first-add { |
| 4284 | 4223 | width: auto; |
| 4285 | 4224 | height: auto; |
| @@ -4299,11 +4238,9 @@ | ||
| 4299 | 4238 | align-self: stretch; |
| 4300 | 4239 | z-index: 1; |
| 4301 | 4240 | pointer-events: none; |
| 4302 | 4241 | } |
| 4303 | -.e-con.e-con--row > .elementor-widget-placeholder, | |
| 4304 | -.e-con.e-con--row > .elementor-element[data-atomic] > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder, | |
| 4305 | -.e-con.e-con--row > .e-con-inner > .elementor-element[data-atomic] > .elementor-widget-placeholder { | |
| 4242 | +.e-con.e-con--row > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder { | |
| 4306 | 4243 | position: relative; |
| 4307 | 4244 | z-index: 9999; |
| 4308 | 4245 | width: var(--size); |
| 4309 | 4246 | margin-inline-start: var(--margin-start); |
| @@ -4387,53 +4324,8 @@ | ||
| 4387 | 4324 | display: block; |
| 4388 | 4325 | padding: 2px; |
| 4389 | 4326 | } |
| 4390 | 4327 | |
| 4391 | -.e-atomic-element:has(.elementor-empty-view) { | |
| 4392 | - min-height: 120px; | |
| 4393 | -} | |
| 4394 | -.e-atomic-element > .elementor-empty-view.elementor-empty-view { | |
| 4395 | - min-height: inherit; | |
| 4396 | -} | |
| 4397 | - | |
| 4398 | -.e-grid-base > .elementor-empty-view.elementor-empty-view > .elementor-first-add { | |
| 4399 | - opacity: 0; | |
| 4400 | -} | |
| 4401 | -.e-grid-base:has(> .elementor-element) > .elementor-empty-view.elementor-empty-view { | |
| 4402 | - position: absolute; | |
| 4403 | - grid-row: var(--e-grid-empty-cell-row, 1)/span 1; | |
| 4404 | - grid-column: var(--e-grid-empty-cell-col, 1)/span 1; | |
| 4405 | - visibility: var(--e-grid-empty-cell-visibility, visible); | |
| 4406 | - inset: 0; | |
| 4407 | - width: auto; | |
| 4408 | - height: auto; | |
| 4409 | - min-width: 0; | |
| 4410 | - min-height: 0; | |
| 4411 | -} | |
| 4412 | -.e-grid-base .elementor-element:has(> .elementor-widget-placeholder.e-dragging-top), | |
| 4413 | -.e-grid-base .elementor-element:has(> .elementor-widget-placeholder.e-dragging-bottom), | |
| 4414 | -.e-grid-base .elementor-element > :has(> .elementor-widget-placeholder.e-dragging-top), | |
| 4415 | -.e-grid-base .elementor-element > :has(> .elementor-widget-placeholder.e-dragging-bottom) { | |
| 4416 | - position: relative; | |
| 4417 | -} | |
| 4418 | -.e-grid-base .elementor-element .elementor-widget-placeholder { | |
| 4419 | - --size: 10px; | |
| 4420 | -} | |
| 4421 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-top, .e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-bottom { | |
| 4422 | - position: absolute; | |
| 4423 | - width: 100%; | |
| 4424 | - height: var(--size); | |
| 4425 | - inset-inline: 0; | |
| 4426 | - z-index: 9999; | |
| 4427 | - animation: placeholder-widget 500ms; | |
| 4428 | -} | |
| 4429 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-top { | |
| 4430 | - inset-block-start: 0; | |
| 4431 | -} | |
| 4432 | -.e-grid-base .elementor-element .elementor-widget-placeholder.e-dragging-bottom { | |
| 4433 | - inset-block-end: 0; | |
| 4434 | -} | |
| 4435 | - | |
| 4436 | 4328 | body.rtl .e-con.e-grid.e-con--row .elementor-widget-placeholder.e-dragging-right, body.rtl .e-con.e-grid.e-con--row > .e-con-inner .elementor-widget-placeholder.e-dragging-right { |
| 4437 | 4329 | left: 0; |
| 4438 | 4330 | right: auto; |
| 4439 | 4331 | } |
| @@ -4526,11 +4418,8 @@ | ||
| 4526 | 4418 | .e-con-select-preset__list .e-con-preset svg { |
| 4527 | 4419 | width: 100%; |
| 4528 | 4420 | height: auto; |
| 4529 | 4421 | } |
| 4530 | -.e-con-select-preset__list .e-con-preset svg:not(.exclude-rtl-scale) { | |
| 4531 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4532 | -} | |
| 4533 | 4422 | .e-con-select-preset__list .e-con-preset path { |
| 4534 | 4423 | fill: var(--e-a-color-white); |
| 4535 | 4424 | } |
| 4536 | 4425 | .e-con-select-preset__list .e-con-preset rect { |
| @@ -4548,11 +4437,8 @@ | ||
| 4548 | 4437 | stroke: var(--e-a-color-white); |
| 4549 | 4438 | } |
| 4550 | 4439 | .e-con-select-preset__list .e-con-preset:hover rect, .e-con-select-preset__list .e-con-preset:focus rect { |
| 4551 | 4440 | fill: var(--e-a-color-txt); |
| 4552 | -} | |
| 4553 | -.e-con-select-preset__list .e-con-preset[data-preset=r100] { | |
| 4554 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4555 | 4441 | } |
| 4556 | 4442 | .e-con-shared-styles { |
| 4557 | 4443 | font-family: var(--e-a-font-family); |
| 4558 | 4444 | line-height: 1; |