| @@ -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.26.0 - 19-12-2024 */ | |
| 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 | + right: 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 | + left: 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: "\e909"; | |
| 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,13 +575,11 @@ | ||
| 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 | 579 | .elementor-control-start-end .eicon-h-align-left, |
| 535 | 580 | .elementor-control-start-end .eicon-h-align-right { |
| 536 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 581 | + transform: rotate(180deg); | |
| 537 | 582 | } |
| 538 | 583 | |
| 539 | 584 | .elementor-update-preview { |
| 540 | 585 | margin: 15px 15px 0; |
| @@ -571,9 +616,9 @@ | ||
| 571 | 616 | } |
| 572 | 617 | .elementor-control-responsive-switchers__holder { |
| 573 | 618 | position: absolute; |
| 574 | 619 | width: 100%; |
| 575 | - inset-block-start: 0; | |
| 620 | + top: 0; | |
| 576 | 621 | background-color: var(--e-a-bg-default); |
| 577 | 622 | border-radius: var(--e-a-border-radius); |
| 578 | 623 | transition: 0.15s; |
| 579 | 624 | border: 1px solid transparent; |
| @@ -716,10 +761,10 @@ | ||
| 716 | 761 | display: none; |
| 717 | 762 | overflow: hidden; |
| 718 | 763 | max-height: 0; |
| 719 | 764 | position: absolute; |
| 720 | - inset-block-start: -0.8em; | |
| 721 | - inset-inline-start: -0.5em; | |
| 765 | + top: -0.8em; | |
| 766 | + right: -0.5em; | |
| 722 | 767 | width: 2.5em; |
| 723 | 768 | text-align: center; |
| 724 | 769 | background-color: var(--e-a-bg-default); |
| 725 | 770 | border-radius: var(--e-a-border-radius); |
| @@ -894,9 +939,9 @@ | ||
| 894 | 939 | } |
| 895 | 940 | .elementor-control-responsive-switchers__holder { |
| 896 | 941 | position: absolute; |
| 897 | 942 | width: 100%; |
| 898 | - inset-block-start: 0; | |
| 943 | + top: 0; | |
| 899 | 944 | background-color: var(--e-a-bg-default); |
| 900 | 945 | border-radius: var(--e-a-border-radius); |
| 901 | 946 | transition: 0.15s; |
| 902 | 947 | border: 1px solid transparent; |
| @@ -1039,10 +1084,10 @@ | ||
| 1039 | 1084 | display: none; |
| 1040 | 1085 | overflow: hidden; |
| 1041 | 1086 | max-height: 0; |
| 1042 | 1087 | position: absolute; |
| 1043 | - inset-block-start: -0.8em; | |
| 1044 | - inset-inline-start: -0.5em; | |
| 1088 | + top: -0.8em; | |
| 1089 | + right: -0.5em; | |
| 1045 | 1090 | width: 2.5em; |
| 1046 | 1091 | text-align: center; |
| 1047 | 1092 | background-color: var(--e-a-bg-default); |
| 1048 | 1093 | border-radius: var(--e-a-border-radius); |
| @@ -1172,9 +1217,9 @@ | ||
| 1172 | 1217 | } |
| 1173 | 1218 | .elementor-control-responsive-switchers__holder { |
| 1174 | 1219 | position: absolute; |
| 1175 | 1220 | width: 100%; |
| 1176 | - inset-block-start: 0; | |
| 1221 | + top: 0; | |
| 1177 | 1222 | background-color: var(--e-a-bg-default); |
| 1178 | 1223 | border-radius: var(--e-a-border-radius); |
| 1179 | 1224 | transition: 0.15s; |
| 1180 | 1225 | border: 1px solid transparent; |
| @@ -1317,10 +1362,10 @@ | ||
| 1317 | 1362 | display: none; |
| 1318 | 1363 | overflow: hidden; |
| 1319 | 1364 | max-height: 0; |
| 1320 | 1365 | position: absolute; |
| 1321 | - inset-block-start: -0.8em; | |
| 1322 | - inset-inline-start: -0.5em; | |
| 1366 | + top: -0.8em; | |
| 1367 | + right: -0.5em; | |
| 1323 | 1368 | width: 2.5em; |
| 1324 | 1369 | text-align: center; |
| 1325 | 1370 | background-color: var(--e-a-bg-default); |
| 1326 | 1371 | border-radius: var(--e-a-border-radius); |
| @@ -1440,11 +1485,11 @@ | ||
| 1440 | 1485 | } |
| 1441 | 1486 | |
| 1442 | 1487 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 1443 | 1488 | position: absolute; |
| 1444 | - inset-block-start: 50%; | |
| 1445 | - inset-inline-start: 50%; | |
| 1446 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1489 | + top: 50%; | |
| 1490 | + left: 50%; | |
| 1491 | + transform: translate(-50%, -50%); | |
| 1447 | 1492 | } |
| 1448 | 1493 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 1449 | 1494 | font-size: 70px; |
| 1450 | 1495 | } |
| @@ -1510,10 +1555,10 @@ | ||
| 1510 | 1555 | opacity: 0; |
| 1511 | 1556 | } |
| 1512 | 1557 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 1513 | 1558 | position: absolute; |
| 1514 | - inset-block-start: 10px; | |
| 1515 | - inset-inline-end: 10px; | |
| 1559 | + top: 10px; | |
| 1560 | + left: 10px; | |
| 1516 | 1561 | width: 21px; |
| 1517 | 1562 | height: 21px; |
| 1518 | 1563 | color: var(--e-a-color-white); |
| 1519 | 1564 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -1623,10 +1668,10 @@ | ||
| 1623 | 1668 | } |
| 1624 | 1669 | .e-global__popover-info-tooltip:after { |
| 1625 | 1670 | content: ""; |
| 1626 | 1671 | position: absolute; |
| 1627 | - inset-block-end: -17px; | |
| 1628 | - inset-inline-start: 16px; | |
| 1672 | + bottom: -17px; | |
| 1673 | + right: 16px; | |
| 1629 | 1674 | border: 10px solid transparent; |
| 1630 | 1675 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 1631 | 1676 | } |
| 1632 | 1677 | .e-global__popover-info i { |
| @@ -1643,19 +1688,8 @@ | ||
| 1643 | 1688 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 1644 | 1689 | background-color: #BABFC5; |
| 1645 | 1690 | border-radius: 10px; |
| 1646 | 1691 | } |
| 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 | 1692 | .e-global__manage-button { |
| 1659 | 1693 | font-weight: 500; |
| 1660 | 1694 | cursor: pointer; |
| 1661 | 1695 | } |
| @@ -1671,9 +1705,9 @@ | ||
| 1671 | 1705 | font-size: 13px; |
| 1672 | 1706 | content: "\e90e"; |
| 1673 | 1707 | position: absolute; |
| 1674 | 1708 | transform: translateY(-50%); |
| 1675 | - inset-block-start: 50%; | |
| 1709 | + top: 50%; | |
| 1676 | 1710 | inset-inline-start: 13px; |
| 1677 | 1711 | } |
| 1678 | 1712 | .e-global__color { |
| 1679 | 1713 | padding: 10px 20px; |
| @@ -1814,11 +1848,11 @@ | ||
| 1814 | 1848 | display: none; |
| 1815 | 1849 | } |
| 1816 | 1850 | .elementor-control-media .eicon-plus-circle { |
| 1817 | 1851 | position: absolute; |
| 1818 | - inset-block-start: 50%; | |
| 1819 | - inset-inline-start: 50%; | |
| 1820 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1852 | + top: 50%; | |
| 1853 | + left: 50%; | |
| 1854 | + transform: translate(-50%, -50%); | |
| 1821 | 1855 | color: var(--e-a-color-white); |
| 1822 | 1856 | font-size: 20px; |
| 1823 | 1857 | } |
| 1824 | 1858 | .elementor-control-media__content__upload-button { |
| @@ -1827,8 +1861,9 @@ | ||
| 1827 | 1861 | .elementor-control-media__preview { |
| 1828 | 1862 | height: 100%; |
| 1829 | 1863 | background-size: cover; |
| 1830 | 1864 | background-position: center; |
| 1865 | + padding-block-end: 42.8571%; | |
| 1831 | 1866 | } |
| 1832 | 1867 | .elementor-control-media-area { |
| 1833 | 1868 | 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)); |
| 1834 | 1869 | background-size: 16px 16px; |
| @@ -1841,11 +1876,11 @@ | ||
| 1841 | 1876 | display: none; |
| 1842 | 1877 | } |
| 1843 | 1878 | .elementor-control-media-area .eicon-video-camera { |
| 1844 | 1879 | position: absolute; |
| 1845 | - inset-block-start: 50%; | |
| 1846 | - inset-inline-start: 50%; | |
| 1847 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1880 | + top: 50%; | |
| 1881 | + left: 50%; | |
| 1882 | + transform: translate(-50%, -50%); | |
| 1848 | 1883 | color: rgba(255, 255, 255, 0.7); |
| 1849 | 1884 | font-size: 21px; |
| 1850 | 1885 | } |
| 1851 | 1886 | .elementor-control-media .elementor-control-media__content { |
| @@ -1861,9 +1896,9 @@ | ||
| 1861 | 1896 | background-color: rgba(0, 0, 0, 0.2); |
| 1862 | 1897 | pointer-events: none; |
| 1863 | 1898 | } |
| 1864 | 1899 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 1865 | - inset-block-end: -30px; | |
| 1900 | + bottom: -30px; | |
| 1866 | 1901 | } |
| 1867 | 1902 | .elementor-control-media__content { |
| 1868 | 1903 | transition: all 0.2s ease-in-out; |
| 1869 | 1904 | } |
| @@ -1868,10 +1903,11 @@ | ||
| 1868 | 1903 | transition: all 0.2s ease-in-out; |
| 1869 | 1904 | } |
| 1870 | 1905 | .elementor-control-media__tools { |
| 1871 | 1906 | position: absolute; |
| 1872 | - inset-block-end: 0; | |
| 1873 | - inset-inline: 0; | |
| 1907 | + bottom: 0; | |
| 1908 | + left: 0; | |
| 1909 | + right: 0; | |
| 1874 | 1910 | height: 27px; |
| 1875 | 1911 | transition: all 0.2s ease-in-out; |
| 1876 | 1912 | } |
| 1877 | 1913 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -1898,10 +1934,10 @@ | ||
| 1898 | 1934 | } |
| 1899 | 1935 | .elementor-control-media__content__remove { |
| 1900 | 1936 | position: absolute; |
| 1901 | 1937 | z-index: 1; |
| 1902 | - inset-block-start: 10px; | |
| 1903 | - inset-inline-end: 10px; | |
| 1938 | + top: 10px; | |
| 1939 | + left: 10px; | |
| 1904 | 1940 | width: 20px; |
| 1905 | 1941 | height: 20px; |
| 1906 | 1942 | font-size: 11px; |
| 1907 | 1943 | color: var(--e-a-color-white); |
| @@ -2193,11 +2229,9 @@ | ||
| 2193 | 2229 | text-align: center; |
| 2194 | 2230 | padding-block-start: 5px; |
| 2195 | 2231 | } |
| 2196 | 2232 | |
| 2197 | -#elementor-controls, | |
| 2198 | -#elementor-panel-page-settings-controls, | |
| 2199 | -#elementor-panel-editorPreferences-settings-controls { | |
| 2233 | +#elementor-controls { | |
| 2200 | 2234 | padding-block-start: 15px; |
| 2201 | 2235 | } |
| 2202 | 2236 | |
| 2203 | 2237 | .elementor-control-type-section { |
| @@ -2242,11 +2276,11 @@ | ||
| 2242 | 2276 | font-family: eicons; |
| 2243 | 2277 | content: "\e8ad"; |
| 2244 | 2278 | font-size: 12px; |
| 2245 | 2279 | position: absolute; |
| 2246 | - inset-block-start: 50%; | |
| 2247 | - inset-inline-end: 5px; | |
| 2280 | + top: 50%; | |
| 2248 | 2281 | transform: translateY(-50%); |
| 2282 | + left: 5px; | |
| 2249 | 2283 | pointer-events: none; |
| 2250 | 2284 | } |
| 2251 | 2285 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 2252 | 2286 | max-width: 80px; |
| @@ -2280,14 +2314,14 @@ | ||
| 2280 | 2314 | } |
| 2281 | 2315 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 2282 | 2316 | border-radius: 0; |
| 2283 | 2317 | width: 10px; |
| 2284 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 2318 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 2285 | 2319 | } |
| 2286 | 2320 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 2287 | 2321 | content: ""; |
| 2288 | 2322 | position: absolute; |
| 2289 | - inset-block-start: 2px; | |
| 2323 | + top: 2px; | |
| 2290 | 2324 | height: 12px; |
| 2291 | 2325 | width: 11px; |
| 2292 | 2326 | transform: rotate(45deg); |
| 2293 | 2327 | background-color: var(--e-a-color-white); |
| @@ -2364,11 +2398,11 @@ | ||
| 2364 | 2398 | .elementor-slider .noUi-handle { |
| 2365 | 2399 | height: 16px; |
| 2366 | 2400 | width: 16px; |
| 2367 | 2401 | background-color: var(--e-a-color-white); |
| 2402 | + left: 0; | |
| 2403 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 2368 | 2404 | position: absolute; |
| 2369 | - inset-inline-end: 0; | |
| 2370 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 2371 | 2405 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 2372 | 2406 | border-radius: 50%; |
| 2373 | 2407 | } |
| 2374 | 2408 | .elementor-slider .noUi-connects { |
| @@ -2385,9 +2419,9 @@ | ||
| 2385 | 2419 | background-color: var(--e-a-border-color-focus); |
| 2386 | 2420 | } |
| 2387 | 2421 | .elementor-slider .noUi-tooltip { |
| 2388 | 2422 | position: absolute; |
| 2389 | - inset-block-start: calc(100% + 5px); | |
| 2423 | + top: calc(100% + 5px); | |
| 2390 | 2424 | left: calc(50% - 4px); |
| 2391 | 2425 | transform: translateX(-50%); |
| 2392 | 2426 | font-size: 10px; |
| 2393 | 2427 | } |
| @@ -2474,9 +2508,9 @@ | ||
| 2474 | 2508 | transition-property: opacity, background; |
| 2475 | 2509 | } |
| 2476 | 2510 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 2477 | 2511 | position: absolute; |
| 2478 | - inset-block-start: 0; | |
| 2512 | + top: 0; | |
| 2479 | 2513 | width: 50%; |
| 2480 | 2514 | text-align: center; |
| 2481 | 2515 | line-height: 20px; |
| 2482 | 2516 | transition: inherit; |
| @@ -2482,14 +2516,14 @@ | ||
| 2482 | 2516 | transition: inherit; |
| 2483 | 2517 | } |
| 2484 | 2518 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 2485 | 2519 | content: attr(data-off); |
| 2486 | - inset-inline-end: 5px; | |
| 2520 | + right: 5px; | |
| 2487 | 2521 | color: var(--e-a-color-txt-muted); |
| 2488 | 2522 | } |
| 2489 | 2523 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 2490 | 2524 | content: attr(data-on); |
| 2491 | - inset-inline-start: 5px; | |
| 2525 | + left: 5px; | |
| 2492 | 2526 | color: var(--e-a-btn-color); |
| 2493 | 2527 | opacity: 0; |
| 2494 | 2528 | } |
| 2495 | 2529 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -2502,19 +2536,19 @@ | ||
| 2502 | 2536 | opacity: 1; |
| 2503 | 2537 | } |
| 2504 | 2538 | .elementor-control-type-switcher .elementor-switch-handle { |
| 2505 | 2539 | position: absolute; |
| 2506 | - inset-block-start: 1px; | |
| 2507 | - inset-inline-start: 1px; | |
| 2540 | + top: 1px; | |
| 2541 | + left: 1px; | |
| 2508 | 2542 | width: 18px; |
| 2509 | 2543 | height: 18px; |
| 2510 | 2544 | background: white; |
| 2511 | 2545 | border-radius: 10px; |
| 2512 | - transition: inset-inline-start 0.15s ease-out; | |
| 2546 | + transition: left 0.15s ease-out; | |
| 2513 | 2547 | } |
| 2514 | 2548 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 2515 | - inset-inline-start: initial; | |
| 2516 | - inset-inline-end: 1px; | |
| 2549 | + left: initial; | |
| 2550 | + right: 1px; | |
| 2517 | 2551 | } |
| 2518 | 2552 | |
| 2519 | 2553 | .elementor-control-type-tabs { |
| 2520 | 2554 | display: none; |
| @@ -2566,10 +2600,10 @@ | ||
| 2566 | 2600 | } |
| 2567 | 2601 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 2568 | 2602 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 2569 | 2603 | position: absolute; |
| 2570 | - inset-block-start: 0; | |
| 2571 | - inset-inline-end: 0; | |
| 2604 | + top: 0; | |
| 2605 | + left: 0; | |
| 2572 | 2606 | z-index: 1; |
| 2573 | 2607 | } |
| 2574 | 2608 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 2575 | 2609 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -2647,10 +2681,10 @@ | ||
| 2647 | 2681 | } |
| 2648 | 2682 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 2649 | 2683 | display: none; |
| 2650 | 2684 | position: absolute; |
| 2651 | - inset-block-start: 5px; | |
| 2652 | - inset-inline-end: 0; | |
| 2685 | + top: 5px; | |
| 2686 | + right: 0; | |
| 2653 | 2687 | width: 10px; |
| 2654 | 2688 | height: 10px; |
| 2655 | 2689 | font-size: 10px; |
| 2656 | 2690 | color: var(--e-a-color-txt-disabled); |
| @@ -2701,76 +2735,8 @@ | ||
| 2701 | 2735 | font-size: 10px; |
| 2702 | 2736 | padding-block-start: 2px; |
| 2703 | 2737 | } |
| 2704 | 2738 | |
| 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 | 2739 | .elementor-control-type-wp_widget .widget-inside { |
| 2774 | 2740 | line-height: 2; |
| 2775 | 2741 | background-color: inherit; |
| 2776 | 2742 | display: block; |
| @@ -2986,16 +2952,13 @@ | ||
| 2986 | 2952 | --e-p-border-widget-invert: #0C0D0E; |
| 2987 | 2953 | --e-p-border-global: #5EEAD4; |
| 2988 | 2954 | --e-p-border-global-hover: #1DDDBF; |
| 2989 | 2955 | --e-p-border-global-invert: #0C0D0E; |
| 2990 | - --e-p-border-global-element: #5EEAD4; | |
| 2991 | 2956 | } |
| 2992 | 2957 | |
| 2993 | 2958 | .elementor-editor-active .elementor-add-section { |
| 2994 | 2959 | all: initial; |
| 2995 | 2960 | display: flex; |
| 2996 | - flex-wrap: wrap; | |
| 2997 | - justify-content: center; | |
| 2998 | 2961 | max-width: 1160px; |
| 2999 | 2962 | position: relative; |
| 3000 | 2963 | margin-inline: auto; |
| 3001 | 2964 | } |
| @@ -3105,9 +3068,9 @@ | ||
| 3105 | 3068 | inset-inline-end: 40px; |
| 3106 | 3069 | } |
| 3107 | 3070 | .elementor-editor-active .elementor-add-section-back { |
| 3108 | 3071 | inset-inline-start: 40px; |
| 3109 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3072 | + transform: scaleX(-1); | |
| 3110 | 3073 | } |
| 3111 | 3074 | .elementor-editor-active .elementor-add-section-close, |
| 3112 | 3075 | .elementor-editor-active .elementor-add-section-back { |
| 3113 | 3076 | position: absolute; |
| @@ -3178,18 +3141,18 @@ | ||
| 3178 | 3141 | content: var(--text); |
| 3179 | 3142 | font-family: var(--e-a-font-family); |
| 3180 | 3143 | font-size: 13px; |
| 3181 | 3144 | font-weight: 500; |
| 3145 | + position: absolute; | |
| 3146 | + left: 50%; | |
| 3147 | + top: 50%; | |
| 3182 | 3148 | 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%); | |
| 3149 | + transform: translate(-50%, -50%); | |
| 3187 | 3150 | } |
| 3188 | 3151 | .elementor-editor-active .elementor-select-preset-list .elementor-preset svg { |
| 3189 | 3152 | height: 50px; |
| 3190 | 3153 | width: 100%; |
| 3191 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3154 | + transform: rotate(180deg); | |
| 3192 | 3155 | } |
| 3193 | 3156 | .elementor-editor-active .elementor-add-section[data-view=choose-action] .elementor-add-section-back { |
| 3194 | 3157 | display: none; |
| 3195 | 3158 | } |
| @@ -3277,18 +3240,18 @@ | ||
| 3277 | 3240 | border-radius: 3px; |
| 3278 | 3241 | z-index: 9999; |
| 3279 | 3242 | } |
| 3280 | 3243 | .pen-menu:after { |
| 3244 | + top: 100%; | |
| 3281 | 3245 | content: ""; |
| 3282 | 3246 | position: absolute; |
| 3283 | 3247 | border: 6px solid transparent; |
| 3284 | 3248 | border-block-start-color: #3f444b; |
| 3285 | - inset-block-start: 100%; | |
| 3286 | - inset-inline-start: 50%; | |
| 3249 | + left: 50%; | |
| 3287 | 3250 | transform: translateX(-50%); |
| 3288 | 3251 | } |
| 3289 | 3252 | .pen-menu-below:after { |
| 3290 | - inset-block-start: 0; | |
| 3253 | + top: 0; | |
| 3291 | 3254 | transform: translateX(-50%) translateY(-100%) rotate(180deg); |
| 3292 | 3255 | } |
| 3293 | 3256 | .pen-icon { |
| 3294 | 3257 | position: relative; |
| @@ -3312,9 +3275,9 @@ | ||
| 3312 | 3275 | } |
| 3313 | 3276 | .pen-icon[data-action=close]:before { |
| 3314 | 3277 | content: ""; |
| 3315 | 3278 | position: absolute; |
| 3316 | - inset-inline-start: 0; | |
| 3279 | + right: 0; | |
| 3317 | 3280 | height: 60%; |
| 3318 | 3281 | width: 1px; |
| 3319 | 3282 | background-color: #1f2124; |
| 3320 | 3283 | } |
| @@ -3484,23 +3447,21 @@ | ||
| 3484 | 3447 | } |
| 3485 | 3448 | |
| 3486 | 3449 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 3487 | 3450 | transition: 0.3s all; |
| 3451 | + --is-ltr: 1; | |
| 3452 | + --is-rtl: 0; | |
| 3453 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3454 | + --is-ltr: 0; | |
| 3455 | + --is-rtl: 1; | |
| 3488 | 3456 | } |
| 3489 | 3457 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 3490 | 3458 | max-height: 1em; |
| 3491 | 3459 | max-width: 1em; |
| 3492 | 3460 | } |
| 3493 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3494 | - --is-ltr: 0; | |
| 3495 | - --is-rtl: 1; | |
| 3496 | -} | |
| 3497 | 3461 | [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 | 3462 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 3499 | 3463 | } |
| 3500 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3501 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3502 | -} | |
| 3503 | 3464 | :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 | 3465 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 3505 | 3466 | } |
| 3506 | 3467 | :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 +3608,10 @@ | ||
| 3647 | 3608 | } |
| 3648 | 3609 | |
| 3649 | 3610 | .elementor-element > .elementor-element-overlay { |
| 3650 | 3611 | position: absolute; |
| 3651 | - inset-block-start: 0; | |
| 3652 | - inset-inline-end: 0; | |
| 3612 | + top: 0; | |
| 3613 | + left: 0; | |
| 3653 | 3614 | letter-spacing: 0; |
| 3654 | 3615 | z-index: 9998; |
| 3655 | 3616 | pointer-events: none; |
| 3656 | 3617 | } |
| @@ -3666,12 +3627,8 @@ | ||
| 3666 | 3627 | display: block; |
| 3667 | 3628 | text-align: center; |
| 3668 | 3629 | padding: 10px 0; |
| 3669 | 3630 | } |
| 3670 | -.elementor-element.elementor-widget-empty[data-atomic] .elementor-widget-empty-icon { | |
| 3671 | - background-color: rgb(243, 243, 244); | |
| 3672 | - width: 100%; | |
| 3673 | -} | |
| 3674 | 3631 | .elementor-element:not(:hover):not(.elementor-element-editable) > .elementor-element-overlay .elementor-editor-element-settings { |
| 3675 | 3632 | display: none; |
| 3676 | 3633 | } |
| 3677 | 3634 | .elementor-element--toggle-edit-tools > .elementor-element-overlay .elementor-editor-element-edit:not(.elementor-active) ~ * { |
| @@ -3798,15 +3755,8 @@ | ||
| 3798 | 3755 | .elementor-widget-placeholder { |
| 3799 | 3756 | height: 10px; |
| 3800 | 3757 | animation-name: placeholder-widget; |
| 3801 | 3758 | } |
| 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 | 3759 | |
| 3810 | 3760 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, |
| 3811 | 3761 | .elementor-first-add.elementor-html5dnd-current-element:after { |
| 3812 | 3762 | content: ""; |
| @@ -3837,20 +3787,8 @@ | ||
| 3837 | 3787 | .elementor-editor-preview .elementor-empty-view, |
| 3838 | 3788 | .elementor-editor-preview .elementor-widget-empty { |
| 3839 | 3789 | display: none; |
| 3840 | 3790 | } |
| 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 | 3791 | |
| 3854 | 3792 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, |
| 3855 | 3793 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, |
| 3856 | 3794 | .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, |
| @@ -3946,20 +3884,10 @@ | ||
| 3946 | 3884 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { |
| 3947 | 3885 | display: none; |
| 3948 | 3886 | } |
| 3949 | 3887 | |
| 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 { | |
| 3888 | +.elementor-editor-section-settings, | |
| 3889 | +.elementor-editor-container-settings { | |
| 3962 | 3890 | height: 24px; |
| 3963 | 3891 | top: 1px; |
| 3964 | 3892 | left: 50%; |
| 3965 | 3893 | transform: translateX(-50%) translateY(-100%); |
| @@ -3967,29 +3895,30 @@ | ||
| 3967 | 3895 | border-start-start-radius: 5px; |
| 3968 | 3896 | border-start-end-radius: 5px; |
| 3969 | 3897 | border-end-start-radius: 0; |
| 3970 | 3898 | border-end-end-radius: 0; |
| 3971 | - stroke: transparent; | |
| 3972 | - stroke-width: 0; | |
| 3973 | - -webkit-text-stroke: 0 transparent; | |
| 3974 | 3899 | } |
| 3975 | -.elementor-editor-element-overlay-settings i.eicon-handle { | |
| 3900 | +.elementor-editor-section-settings i.eicon-handle, | |
| 3901 | +.elementor-editor-container-settings i.eicon-handle { | |
| 3976 | 3902 | font-size: 16px; |
| 3977 | 3903 | } |
| 3978 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:hover { | |
| 3904 | +.elementor-editor-section-settings .elementor-editor-element-setting:hover, | |
| 3905 | +.elementor-editor-container-settings .elementor-editor-element-setting:hover { | |
| 3979 | 3906 | background-color: var(--e-p-border-section-hover); |
| 3980 | 3907 | } |
| 3981 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child { | |
| 3908 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child, | |
| 3909 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child { | |
| 3982 | 3910 | border-start-start-radius: 5px; |
| 3983 | 3911 | border-start-end-radius: 0; |
| 3984 | 3912 | border-end-start-radius: 0; |
| 3985 | 3913 | border-end-end-radius: 0; |
| 3986 | 3914 | } |
| 3987 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:before { | |
| 3915 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before, | |
| 3916 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:before { | |
| 3988 | 3917 | content: ""; |
| 3989 | 3918 | position: absolute; |
| 3990 | - inset-block-start: 2px; | |
| 3991 | - inset-inline-end: calc(100% - 1px); | |
| 3919 | + top: 2px; | |
| 3920 | + left: calc(100% - 1px); | |
| 3992 | 3921 | border-block-start: 22px solid transparent; |
| 3993 | 3922 | border-block-end: 0 none transparent; |
| 3994 | 3923 | border-inline-start: 0 none transparent; |
| 3995 | 3924 | border-inline-end: 12px solid var(--e-p-border-section); |
| @@ -3994,22 +3923,25 @@ | ||
| 3994 | 3923 | border-inline-start: 0 none transparent; |
| 3995 | 3924 | border-inline-end: 12px solid var(--e-p-border-section); |
| 3996 | 3925 | transition: var(--e-a-transition-hover); |
| 3997 | 3926 | } |
| 3998 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3927 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3928 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3999 | 3929 | border-inline-end-color: var(--e-p-border-section-hover); |
| 4000 | 3930 | } |
| 4001 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child { | |
| 3931 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child, | |
| 3932 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child { | |
| 4002 | 3933 | border-start-start-radius: 0; |
| 4003 | 3934 | border-start-end-radius: 5px; |
| 4004 | 3935 | border-end-start-radius: 0; |
| 4005 | 3936 | border-end-end-radius: 0; |
| 4006 | 3937 | } |
| 4007 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:after { | |
| 3938 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:after, | |
| 3939 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:after { | |
| 4008 | 3940 | content: ""; |
| 4009 | 3941 | position: absolute; |
| 4010 | - inset-block-start: 2px; | |
| 4011 | - inset-inline-start: calc(100% - 1px); | |
| 3942 | + top: 2px; | |
| 3943 | + right: calc(100% - 1px); | |
| 4012 | 3944 | border-block-start: 22px solid transparent; |
| 4013 | 3945 | border-block-end: 0 none transparent; |
| 4014 | 3946 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3947 | border-inline-end: 0 none transparent; |
| @@ -4014,13 +3946,15 @@ | ||
| 4014 | 3946 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3947 | border-inline-end: 0 none transparent; |
| 4016 | 3948 | transition: var(--e-a-transition-hover); |
| 4017 | 3949 | } |
| 4018 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 3950 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3951 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 4019 | 3952 | border-inline-start-color: var(--e-p-border-section-hover); |
| 4020 | 3953 | } |
| 4021 | 3954 | |
| 4022 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 3955 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings, | |
| 3956 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 4023 | 3957 | transform: translateX(-50%); |
| 4024 | 3958 | border-start-start-radius: 0; |
| 4025 | 3959 | border-start-end-radius: 0; |
| 4026 | 3960 | border-end-start-radius: 5px; |
| @@ -4025,15 +3959,17 @@ | ||
| 4025 | 3959 | border-start-end-radius: 0; |
| 4026 | 3960 | border-end-start-radius: 5px; |
| 4027 | 3961 | border-end-end-radius: 5px; |
| 4028 | 3962 | } |
| 4029 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 3963 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child, | |
| 3964 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 4030 | 3965 | border-start-start-radius: 0; |
| 4031 | 3966 | border-start-end-radius: 0; |
| 4032 | 3967 | border-end-start-radius: 5px; |
| 4033 | 3968 | border-end-end-radius: 0; |
| 4034 | 3969 | } |
| 4035 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 3970 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before, | |
| 3971 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 4036 | 3972 | top: 0; |
| 4037 | 3973 | border-block-start: 0 none transparent; |
| 4038 | 3974 | border-block-end: 22px solid transparent; |
| 4039 | 3975 | border-inline-start: 0 none transparent; |
| @@ -4039,15 +3975,17 @@ | ||
| 4039 | 3975 | border-inline-start: 0 none transparent; |
| 4040 | 3976 | border-inline-end: 12px solid var(--e-p-border-section); |
| 4041 | 3977 | transition: var(--e-a-transition-hover); |
| 4042 | 3978 | } |
| 4043 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 3979 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child, | |
| 3980 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 4044 | 3981 | border-start-start-radius: 0; |
| 4045 | 3982 | border-start-end-radius: 0; |
| 4046 | 3983 | border-end-start-radius: 0; |
| 4047 | 3984 | border-end-end-radius: 5px; |
| 4048 | 3985 | } |
| 4049 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 3986 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after, | |
| 3987 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 4050 | 3988 | top: 0; |
| 4051 | 3989 | border-block-start: 0 none transparent; |
| 4052 | 3990 | border-block-end: 22px solid transparent; |
| 4053 | 3991 | border-inline-start: 12px solid var(--e-p-border-section); |
| @@ -4055,10 +3993,10 @@ | ||
| 4055 | 3993 | transition: var(--e-a-transition-hover); |
| 4056 | 3994 | } |
| 4057 | 3995 | |
| 4058 | 3996 | .elementor-column > .elementor-element-overlay { |
| 4059 | - inset-block-end: 0; | |
| 4060 | - inset-inline-start: 0; | |
| 3997 | + right: 0; | |
| 3998 | + bottom: 0; | |
| 4061 | 3999 | } |
| 4062 | 4000 | .elementor-column > .elementor-element-overlay:after { |
| 4063 | 4001 | position: absolute; |
| 4064 | 4002 | inset: 0; |
| @@ -4080,10 +4018,10 @@ | ||
| 4080 | 4018 | .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { |
| 4081 | 4019 | cursor: col-resize; |
| 4082 | 4020 | width: 7px; |
| 4083 | 4021 | position: absolute; |
| 4084 | - inset-block-start: 0; | |
| 4085 | - inset-inline-end: -5px; | |
| 4022 | + left: -5px; | |
| 4023 | + top: 0; | |
| 4086 | 4024 | height: 100%; |
| 4087 | 4025 | } |
| 4088 | 4026 | .elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { |
| 4089 | 4027 | display: none !important; |
| @@ -4094,15 +4032,14 @@ | ||
| 4094 | 4032 | } |
| 4095 | 4033 | } |
| 4096 | 4034 | |
| 4097 | 4035 | .elementor-editor-column-settings { |
| 4098 | - inset-block-start: -1px; | |
| 4099 | - inset-inline-start: -1px; | |
| 4036 | + top: -1px; | |
| 4037 | + right: -1px; | |
| 4100 | 4038 | border-start-start-radius: 0; |
| 4101 | 4039 | border-start-end-radius: 0; |
| 4102 | 4040 | border-end-start-radius: 0; |
| 4103 | 4041 | border-end-end-radius: 3px; |
| 4104 | - transform: none; | |
| 4105 | 4042 | overflow: hidden; |
| 4106 | 4043 | } |
| 4107 | 4044 | .elementor-editor-column-settings .elementor-editor-element-setting { |
| 4108 | 4045 | background-color: var(--e-p-border-column); |
| @@ -4116,9 +4053,12 @@ | ||
| 4116 | 4053 | } |
| 4117 | 4054 | .elementor-column-placeholder:before, .elementor-column-placeholder:after { |
| 4118 | 4055 | content: ""; |
| 4119 | 4056 | position: absolute; |
| 4120 | - inset: 10px; | |
| 4057 | + top: 10px; | |
| 4058 | + bottom: 10px; | |
| 4059 | + right: 10px; | |
| 4060 | + left: 10px; | |
| 4121 | 4061 | } |
| 4122 | 4062 | .elementor-column-placeholder:before { |
| 4123 | 4063 | border: 1px solid var(--e-p-border-column); |
| 4124 | 4064 | } |
| @@ -4129,9 +4069,9 @@ | ||
| 4129 | 4069 | .elementor-column-percents-tooltip { |
| 4130 | 4070 | position: absolute; |
| 4131 | 4071 | display: none; |
| 4132 | 4072 | pointer-events: none; |
| 4133 | - inset-block-start: 50%; | |
| 4073 | + top: 50%; | |
| 4134 | 4074 | transform: translateY(-50%); |
| 4135 | 4075 | color: #fff; |
| 4136 | 4076 | font-size: 10px; |
| 4137 | 4077 | background-color: var(--e-p-border-column); |
| @@ -4169,10 +4109,10 @@ | ||
| 4169 | 4109 | } |
| 4170 | 4110 | |
| 4171 | 4111 | .elementor-editor-widget-settings { |
| 4172 | 4112 | z-index: 2; |
| 4173 | - inset-block-start: -1px; | |
| 4174 | - inset-inline-end: -1px; | |
| 4113 | + top: -1px; | |
| 4114 | + left: -1px; | |
| 4175 | 4115 | flex-direction: row-reverse; |
| 4176 | 4116 | border-start-start-radius: 0; |
| 4177 | 4117 | border-start-end-radius: 0; |
| 4178 | 4118 | border-end-start-radius: 3px; |
| @@ -4244,15 +4184,18 @@ | ||
| 4244 | 4184 | } |
| 4245 | 4185 | |
| 4246 | 4186 | .elementor-section > .elementor-element-overlay, |
| 4247 | 4187 | .e-con > .elementor-element-overlay { |
| 4248 | - inset-block-end: 0; | |
| 4249 | - inset-inline-start: 0; | |
| 4188 | + right: 0; | |
| 4189 | + bottom: 0; | |
| 4250 | 4190 | } |
| 4251 | 4191 | .elementor-section > .elementor-element-overlay:after, |
| 4252 | 4192 | .e-con > .elementor-element-overlay:after { |
| 4253 | 4193 | position: absolute; |
| 4254 | - inset: 1px; | |
| 4194 | + left: 1px; | |
| 4195 | + right: 1px; | |
| 4196 | + top: 1px; | |
| 4197 | + bottom: 1px; | |
| 4255 | 4198 | outline: 1px solid var(--e-p-border-con); |
| 4256 | 4199 | animation: section-outline 0.75s; |
| 4257 | 4200 | } |
| 4258 | 4201 | .elementor-section:hover > .elementor-element-overlay:after, |
| @@ -4275,11 +4218,8 @@ | ||
| 4275 | 4218 | position: relative; |
| 4276 | 4219 | width: 100%; |
| 4277 | 4220 | height: 100%; |
| 4278 | 4221 | min-height: 100px; |
| 4279 | - stroke: transparent; | |
| 4280 | - stroke-width: 0; | |
| 4281 | - -webkit-text-stroke: 0 transparent; | |
| 4282 | 4222 | } |
| 4283 | 4223 | .e-con .elementor-empty-view .elementor-first-add { |
| 4284 | 4224 | width: auto; |
| 4285 | 4225 | height: auto; |
| @@ -4299,11 +4239,9 @@ | ||
| 4299 | 4239 | align-self: stretch; |
| 4300 | 4240 | z-index: 1; |
| 4301 | 4241 | pointer-events: none; |
| 4302 | 4242 | } |
| 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 { | |
| 4243 | +.e-con.e-con--row > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder { | |
| 4306 | 4244 | position: relative; |
| 4307 | 4245 | z-index: 9999; |
| 4308 | 4246 | width: var(--size); |
| 4309 | 4247 | margin-inline-start: var(--margin-start); |
| @@ -4387,19 +4325,8 @@ | ||
| 4387 | 4325 | display: block; |
| 4388 | 4326 | padding: 2px; |
| 4389 | 4327 | } |
| 4390 | 4328 | |
| 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-first-add { | |
| 4399 | - opacity: 0; | |
| 4400 | -} | |
| 4401 | - | |
| 4402 | 4329 | 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 { |
| 4403 | 4330 | left: 0; |
| 4404 | 4331 | right: auto; |
| 4405 | 4332 | } |
| @@ -4493,9 +4420,9 @@ | ||
| 4493 | 4420 | width: 100%; |
| 4494 | 4421 | height: auto; |
| 4495 | 4422 | } |
| 4496 | 4423 | .e-con-select-preset__list .e-con-preset svg:not(.exclude-rtl-scale) { |
| 4497 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4424 | + transform: scaleX(-1); | |
| 4498 | 4425 | } |
| 4499 | 4426 | .e-con-select-preset__list .e-con-preset path { |
| 4500 | 4427 | fill: var(--e-a-color-white); |
| 4501 | 4428 | } |
| @@ -4516,9 +4443,9 @@ | ||
| 4516 | 4443 | .e-con-select-preset__list .e-con-preset:hover rect, .e-con-select-preset__list .e-con-preset:focus rect { |
| 4517 | 4444 | fill: var(--e-a-color-txt); |
| 4518 | 4445 | } |
| 4519 | 4446 | .e-con-select-preset__list .e-con-preset[data-preset=r100] { |
| 4520 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4447 | + transform: scaleX(-1); | |
| 4521 | 4448 | } |
| 4522 | 4449 | .e-con-shared-styles { |
| 4523 | 4450 | font-family: var(--e-a-font-family); |
| 4524 | 4451 | line-height: 1; |