| @@ -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 | + 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 { |
| @@ -1841,11 +1875,11 @@ | ||
| 1841 | 1875 | display: none; |
| 1842 | 1876 | } |
| 1843 | 1877 | .elementor-control-media-area .eicon-video-camera { |
| 1844 | 1878 | position: absolute; |
| 1845 | - inset-block-start: 50%; | |
| 1846 | - inset-inline-start: 50%; | |
| 1847 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 1879 | + top: 50%; | |
| 1880 | + left: 50%; | |
| 1881 | + transform: translate(-50%, -50%); | |
| 1848 | 1882 | color: rgba(255, 255, 255, 0.7); |
| 1849 | 1883 | font-size: 21px; |
| 1850 | 1884 | } |
| 1851 | 1885 | .elementor-control-media .elementor-control-media__content { |
| @@ -1861,9 +1895,9 @@ | ||
| 1861 | 1895 | background-color: rgba(0, 0, 0, 0.2); |
| 1862 | 1896 | pointer-events: none; |
| 1863 | 1897 | } |
| 1864 | 1898 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 1865 | - inset-block-end: -30px; | |
| 1899 | + bottom: -30px; | |
| 1866 | 1900 | } |
| 1867 | 1901 | .elementor-control-media__content { |
| 1868 | 1902 | transition: all 0.2s ease-in-out; |
| 1869 | 1903 | } |
| @@ -1868,10 +1902,11 @@ | ||
| 1868 | 1902 | transition: all 0.2s ease-in-out; |
| 1869 | 1903 | } |
| 1870 | 1904 | .elementor-control-media__tools { |
| 1871 | 1905 | position: absolute; |
| 1872 | - inset-block-end: 0; | |
| 1873 | - inset-inline: 0; | |
| 1906 | + bottom: 0; | |
| 1907 | + left: 0; | |
| 1908 | + right: 0; | |
| 1874 | 1909 | height: 27px; |
| 1875 | 1910 | transition: all 0.2s ease-in-out; |
| 1876 | 1911 | } |
| 1877 | 1912 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -1898,10 +1933,10 @@ | ||
| 1898 | 1933 | } |
| 1899 | 1934 | .elementor-control-media__content__remove { |
| 1900 | 1935 | position: absolute; |
| 1901 | 1936 | z-index: 1; |
| 1902 | - inset-block-start: 10px; | |
| 1903 | - inset-inline-end: 10px; | |
| 1937 | + top: 10px; | |
| 1938 | + left: 10px; | |
| 1904 | 1939 | width: 20px; |
| 1905 | 1940 | height: 20px; |
| 1906 | 1941 | font-size: 11px; |
| 1907 | 1942 | color: var(--e-a-color-white); |
| @@ -2193,11 +2228,9 @@ | ||
| 2193 | 2228 | text-align: center; |
| 2194 | 2229 | padding-block-start: 5px; |
| 2195 | 2230 | } |
| 2196 | 2231 | |
| 2197 | -#elementor-controls, | |
| 2198 | -#elementor-panel-page-settings-controls, | |
| 2199 | -#elementor-panel-editorPreferences-settings-controls { | |
| 2232 | +#elementor-controls { | |
| 2200 | 2233 | padding-block-start: 15px; |
| 2201 | 2234 | } |
| 2202 | 2235 | |
| 2203 | 2236 | .elementor-control-type-section { |
| @@ -2242,11 +2275,11 @@ | ||
| 2242 | 2275 | font-family: eicons; |
| 2243 | 2276 | content: "\e8ad"; |
| 2244 | 2277 | font-size: 12px; |
| 2245 | 2278 | position: absolute; |
| 2246 | - inset-block-start: 50%; | |
| 2247 | - inset-inline-end: 5px; | |
| 2279 | + top: 50%; | |
| 2248 | 2280 | transform: translateY(-50%); |
| 2281 | + left: 5px; | |
| 2249 | 2282 | pointer-events: none; |
| 2250 | 2283 | } |
| 2251 | 2284 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 2252 | 2285 | max-width: 80px; |
| @@ -2280,14 +2313,14 @@ | ||
| 2280 | 2313 | } |
| 2281 | 2314 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 2282 | 2315 | border-radius: 0; |
| 2283 | 2316 | width: 10px; |
| 2284 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 2317 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 2285 | 2318 | } |
| 2286 | 2319 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 2287 | 2320 | content: ""; |
| 2288 | 2321 | position: absolute; |
| 2289 | - inset-block-start: 2px; | |
| 2322 | + top: 2px; | |
| 2290 | 2323 | height: 12px; |
| 2291 | 2324 | width: 11px; |
| 2292 | 2325 | transform: rotate(45deg); |
| 2293 | 2326 | background-color: var(--e-a-color-white); |
| @@ -2364,11 +2397,11 @@ | ||
| 2364 | 2397 | .elementor-slider .noUi-handle { |
| 2365 | 2398 | height: 16px; |
| 2366 | 2399 | width: 16px; |
| 2367 | 2400 | background-color: var(--e-a-color-white); |
| 2401 | + left: 0; | |
| 2402 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 2368 | 2403 | position: absolute; |
| 2369 | - inset-inline-end: 0; | |
| 2370 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 2371 | 2404 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 2372 | 2405 | border-radius: 50%; |
| 2373 | 2406 | } |
| 2374 | 2407 | .elementor-slider .noUi-connects { |
| @@ -2385,9 +2418,9 @@ | ||
| 2385 | 2418 | background-color: var(--e-a-border-color-focus); |
| 2386 | 2419 | } |
| 2387 | 2420 | .elementor-slider .noUi-tooltip { |
| 2388 | 2421 | position: absolute; |
| 2389 | - inset-block-start: calc(100% + 5px); | |
| 2422 | + top: calc(100% + 5px); | |
| 2390 | 2423 | left: calc(50% - 4px); |
| 2391 | 2424 | transform: translateX(-50%); |
| 2392 | 2425 | font-size: 10px; |
| 2393 | 2426 | } |
| @@ -2474,9 +2507,9 @@ | ||
| 2474 | 2507 | transition-property: opacity, background; |
| 2475 | 2508 | } |
| 2476 | 2509 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 2477 | 2510 | position: absolute; |
| 2478 | - inset-block-start: 0; | |
| 2511 | + top: 0; | |
| 2479 | 2512 | width: 50%; |
| 2480 | 2513 | text-align: center; |
| 2481 | 2514 | line-height: 20px; |
| 2482 | 2515 | transition: inherit; |
| @@ -2482,14 +2515,14 @@ | ||
| 2482 | 2515 | transition: inherit; |
| 2483 | 2516 | } |
| 2484 | 2517 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 2485 | 2518 | content: attr(data-off); |
| 2486 | - inset-inline-end: 5px; | |
| 2519 | + right: 5px; | |
| 2487 | 2520 | color: var(--e-a-color-txt-muted); |
| 2488 | 2521 | } |
| 2489 | 2522 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 2490 | 2523 | content: attr(data-on); |
| 2491 | - inset-inline-start: 5px; | |
| 2524 | + left: 5px; | |
| 2492 | 2525 | color: var(--e-a-btn-color); |
| 2493 | 2526 | opacity: 0; |
| 2494 | 2527 | } |
| 2495 | 2528 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -2502,19 +2535,19 @@ | ||
| 2502 | 2535 | opacity: 1; |
| 2503 | 2536 | } |
| 2504 | 2537 | .elementor-control-type-switcher .elementor-switch-handle { |
| 2505 | 2538 | position: absolute; |
| 2506 | - inset-block-start: 1px; | |
| 2507 | - inset-inline-start: 1px; | |
| 2539 | + top: 1px; | |
| 2540 | + left: 1px; | |
| 2508 | 2541 | width: 18px; |
| 2509 | 2542 | height: 18px; |
| 2510 | 2543 | background: white; |
| 2511 | 2544 | border-radius: 10px; |
| 2512 | - transition: inset-inline-start 0.15s ease-out; | |
| 2545 | + transition: left 0.15s ease-out; | |
| 2513 | 2546 | } |
| 2514 | 2547 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 2515 | - inset-inline-start: initial; | |
| 2516 | - inset-inline-end: 1px; | |
| 2548 | + left: initial; | |
| 2549 | + right: 1px; | |
| 2517 | 2550 | } |
| 2518 | 2551 | |
| 2519 | 2552 | .elementor-control-type-tabs { |
| 2520 | 2553 | display: none; |
| @@ -2566,10 +2599,10 @@ | ||
| 2566 | 2599 | } |
| 2567 | 2600 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 2568 | 2601 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 2569 | 2602 | position: absolute; |
| 2570 | - inset-block-start: 0; | |
| 2571 | - inset-inline-end: 0; | |
| 2603 | + top: 0; | |
| 2604 | + left: 0; | |
| 2572 | 2605 | z-index: 1; |
| 2573 | 2606 | } |
| 2574 | 2607 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 2575 | 2608 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -2647,10 +2680,10 @@ | ||
| 2647 | 2680 | } |
| 2648 | 2681 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 2649 | 2682 | display: none; |
| 2650 | 2683 | position: absolute; |
| 2651 | - inset-block-start: 5px; | |
| 2652 | - inset-inline-end: 0; | |
| 2684 | + top: 5px; | |
| 2685 | + right: 0; | |
| 2653 | 2686 | width: 10px; |
| 2654 | 2687 | height: 10px; |
| 2655 | 2688 | font-size: 10px; |
| 2656 | 2689 | color: var(--e-a-color-txt-disabled); |
| @@ -2701,76 +2734,8 @@ | ||
| 2701 | 2734 | font-size: 10px; |
| 2702 | 2735 | padding-block-start: 2px; |
| 2703 | 2736 | } |
| 2704 | 2737 | |
| 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 | 2738 | .elementor-control-type-wp_widget .widget-inside { |
| 2774 | 2739 | line-height: 2; |
| 2775 | 2740 | background-color: inherit; |
| 2776 | 2741 | display: block; |
| @@ -2986,16 +2951,13 @@ | ||
| 2986 | 2951 | --e-p-border-widget-invert: #0C0D0E; |
| 2987 | 2952 | --e-p-border-global: #5EEAD4; |
| 2988 | 2953 | --e-p-border-global-hover: #1DDDBF; |
| 2989 | 2954 | --e-p-border-global-invert: #0C0D0E; |
| 2990 | - --e-p-border-global-element: #5EEAD4; | |
| 2991 | 2955 | } |
| 2992 | 2956 | |
| 2993 | 2957 | .elementor-editor-active .elementor-add-section { |
| 2994 | 2958 | all: initial; |
| 2995 | 2959 | display: flex; |
| 2996 | - flex-wrap: wrap; | |
| 2997 | - justify-content: center; | |
| 2998 | 2960 | max-width: 1160px; |
| 2999 | 2961 | position: relative; |
| 3000 | 2962 | margin-inline: auto; |
| 3001 | 2963 | } |
| @@ -3105,9 +3067,9 @@ | ||
| 3105 | 3067 | inset-inline-end: 40px; |
| 3106 | 3068 | } |
| 3107 | 3069 | .elementor-editor-active .elementor-add-section-back { |
| 3108 | 3070 | inset-inline-start: 40px; |
| 3109 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3071 | + transform: scaleX(-1); | |
| 3110 | 3072 | } |
| 3111 | 3073 | .elementor-editor-active .elementor-add-section-close, |
| 3112 | 3074 | .elementor-editor-active .elementor-add-section-back { |
| 3113 | 3075 | position: absolute; |
| @@ -3178,18 +3140,18 @@ | ||
| 3178 | 3140 | content: var(--text); |
| 3179 | 3141 | font-family: var(--e-a-font-family); |
| 3180 | 3142 | font-size: 13px; |
| 3181 | 3143 | font-weight: 500; |
| 3144 | + position: absolute; | |
| 3145 | + left: 50%; | |
| 3146 | + top: 50%; | |
| 3182 | 3147 | 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%); | |
| 3148 | + transform: translate(-50%, -50%); | |
| 3187 | 3149 | } |
| 3188 | 3150 | .elementor-editor-active .elementor-select-preset-list .elementor-preset svg { |
| 3189 | 3151 | height: 50px; |
| 3190 | 3152 | width: 100%; |
| 3191 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 3153 | + transform: rotate(180deg); | |
| 3192 | 3154 | } |
| 3193 | 3155 | .elementor-editor-active .elementor-add-section[data-view=choose-action] .elementor-add-section-back { |
| 3194 | 3156 | display: none; |
| 3195 | 3157 | } |
| @@ -3277,18 +3239,18 @@ | ||
| 3277 | 3239 | border-radius: 3px; |
| 3278 | 3240 | z-index: 9999; |
| 3279 | 3241 | } |
| 3280 | 3242 | .pen-menu:after { |
| 3243 | + top: 100%; | |
| 3281 | 3244 | content: ""; |
| 3282 | 3245 | position: absolute; |
| 3283 | 3246 | border: 6px solid transparent; |
| 3284 | 3247 | border-block-start-color: #3f444b; |
| 3285 | - inset-block-start: 100%; | |
| 3286 | - inset-inline-start: 50%; | |
| 3248 | + left: 50%; | |
| 3287 | 3249 | transform: translateX(-50%); |
| 3288 | 3250 | } |
| 3289 | 3251 | .pen-menu-below:after { |
| 3290 | - inset-block-start: 0; | |
| 3252 | + top: 0; | |
| 3291 | 3253 | transform: translateX(-50%) translateY(-100%) rotate(180deg); |
| 3292 | 3254 | } |
| 3293 | 3255 | .pen-icon { |
| 3294 | 3256 | position: relative; |
| @@ -3312,9 +3274,9 @@ | ||
| 3312 | 3274 | } |
| 3313 | 3275 | .pen-icon[data-action=close]:before { |
| 3314 | 3276 | content: ""; |
| 3315 | 3277 | position: absolute; |
| 3316 | - inset-inline-start: 0; | |
| 3278 | + right: 0; | |
| 3317 | 3279 | height: 60%; |
| 3318 | 3280 | width: 1px; |
| 3319 | 3281 | background-color: #1f2124; |
| 3320 | 3282 | } |
| @@ -3484,23 +3446,21 @@ | ||
| 3484 | 3446 | } |
| 3485 | 3447 | |
| 3486 | 3448 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 3487 | 3449 | transition: 0.3s all; |
| 3450 | + --is-ltr: 1; | |
| 3451 | + --is-rtl: 0; | |
| 3452 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3453 | + --is-ltr: 0; | |
| 3454 | + --is-rtl: 1; | |
| 3488 | 3455 | } |
| 3489 | 3456 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 3490 | 3457 | max-height: 1em; |
| 3491 | 3458 | max-width: 1em; |
| 3492 | 3459 | } |
| 3493 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3494 | - --is-ltr: 0; | |
| 3495 | - --is-rtl: 1; | |
| 3496 | -} | |
| 3497 | 3460 | [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 | 3461 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 3499 | 3462 | } |
| 3500 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 3501 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 3502 | -} | |
| 3503 | 3463 | :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 | 3464 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 3505 | 3465 | } |
| 3506 | 3466 | :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 +3607,10 @@ | ||
| 3647 | 3607 | } |
| 3648 | 3608 | |
| 3649 | 3609 | .elementor-element > .elementor-element-overlay { |
| 3650 | 3610 | position: absolute; |
| 3651 | - inset-block-start: 0; | |
| 3652 | - inset-inline-end: 0; | |
| 3611 | + top: 0; | |
| 3612 | + left: 0; | |
| 3653 | 3613 | letter-spacing: 0; |
| 3654 | 3614 | z-index: 9998; |
| 3655 | 3615 | pointer-events: none; |
| 3656 | 3616 | } |
| @@ -3666,12 +3626,8 @@ | ||
| 3666 | 3626 | display: block; |
| 3667 | 3627 | text-align: center; |
| 3668 | 3628 | padding: 10px 0; |
| 3669 | 3629 | } |
| 3670 | -.elementor-element.elementor-widget-empty[data-atomic] .elementor-widget-empty-icon { | |
| 3671 | - background-color: rgb(243, 243, 244); | |
| 3672 | - width: 100%; | |
| 3673 | -} | |
| 3674 | 3630 | .elementor-element:not(:hover):not(.elementor-element-editable) > .elementor-element-overlay .elementor-editor-element-settings { |
| 3675 | 3631 | display: none; |
| 3676 | 3632 | } |
| 3677 | 3633 | .elementor-element--toggle-edit-tools > .elementor-element-overlay .elementor-editor-element-edit:not(.elementor-active) ~ * { |
| @@ -3798,15 +3754,8 @@ | ||
| 3798 | 3754 | .elementor-widget-placeholder { |
| 3799 | 3755 | height: 10px; |
| 3800 | 3756 | animation-name: placeholder-widget; |
| 3801 | 3757 | } |
| 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 | 3758 | |
| 3810 | 3759 | .elementor-draggable-over:not([data-dragged-element=section]):not([data-dragged-is-inner=true]) > .elementor-empty-view > .elementor-first-add:after, |
| 3811 | 3760 | .elementor-first-add.elementor-html5dnd-current-element:after { |
| 3812 | 3761 | content: ""; |
| @@ -3837,20 +3786,8 @@ | ||
| 3837 | 3786 | .elementor-editor-preview .elementor-empty-view, |
| 3838 | 3787 | .elementor-editor-preview .elementor-widget-empty { |
| 3839 | 3788 | display: none; |
| 3840 | 3789 | } |
| 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 | 3790 | |
| 3854 | 3791 | .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .elementor-hidden-widescreen, |
| 3855 | 3792 | .e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop, |
| 3856 | 3793 | .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .elementor-hidden-laptop, |
| @@ -3946,20 +3883,11 @@ | ||
| 3946 | 3883 | .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-mobile.elementor-edit-hidden { |
| 3947 | 3884 | display: none; |
| 3948 | 3885 | } |
| 3949 | 3886 | |
| 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 { | |
| 3887 | +.elementor-editor-section-settings, | |
| 3888 | +.elementor-editor-container-settings, | |
| 3889 | +.elementor-editor-div-block-settings { | |
| 3962 | 3890 | height: 24px; |
| 3963 | 3891 | top: 1px; |
| 3964 | 3892 | left: 50%; |
| 3965 | 3893 | transform: translateX(-50%) translateY(-100%); |
| @@ -3967,29 +3895,34 @@ | ||
| 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, | |
| 3902 | +.elementor-editor-div-block-settings i.eicon-handle { | |
| 3976 | 3903 | font-size: 16px; |
| 3977 | 3904 | } |
| 3978 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:hover { | |
| 3905 | +.elementor-editor-section-settings .elementor-editor-element-setting:hover, | |
| 3906 | +.elementor-editor-container-settings .elementor-editor-element-setting:hover, | |
| 3907 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:hover { | |
| 3979 | 3908 | background-color: var(--e-p-border-section-hover); |
| 3980 | 3909 | } |
| 3981 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child { | |
| 3910 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child, | |
| 3911 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child, | |
| 3912 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child { | |
| 3982 | 3913 | border-start-start-radius: 5px; |
| 3983 | 3914 | border-start-end-radius: 0; |
| 3984 | 3915 | border-end-start-radius: 0; |
| 3985 | 3916 | border-end-end-radius: 0; |
| 3986 | 3917 | } |
| 3987 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:before { | |
| 3918 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:before, | |
| 3919 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:before, | |
| 3920 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child:before { | |
| 3988 | 3921 | content: ""; |
| 3989 | 3922 | position: absolute; |
| 3990 | - inset-block-start: 2px; | |
| 3991 | - inset-inline-end: calc(100% - 1px); | |
| 3923 | + top: 2px; | |
| 3924 | + left: calc(100% - 1px); | |
| 3992 | 3925 | border-block-start: 22px solid transparent; |
| 3993 | 3926 | border-block-end: 0 none transparent; |
| 3994 | 3927 | border-inline-start: 0 none transparent; |
| 3995 | 3928 | border-inline-end: 12px solid var(--e-p-border-section); |
| @@ -3994,22 +3927,28 @@ | ||
| 3994 | 3927 | border-inline-start: 0 none transparent; |
| 3995 | 3928 | border-inline-end: 12px solid var(--e-p-border-section); |
| 3996 | 3929 | transition: var(--e-a-transition-hover); |
| 3997 | 3930 | } |
| 3998 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3931 | +.elementor-editor-section-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3932 | +.elementor-editor-container-settings .elementor-editor-element-setting:first-child:hover:before, | |
| 3933 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:first-child:hover:before { | |
| 3999 | 3934 | border-inline-end-color: var(--e-p-border-section-hover); |
| 4000 | 3935 | } |
| 4001 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child { | |
| 3936 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child, | |
| 3937 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child, | |
| 3938 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child { | |
| 4002 | 3939 | border-start-start-radius: 0; |
| 4003 | 3940 | border-start-end-radius: 5px; |
| 4004 | 3941 | border-end-start-radius: 0; |
| 4005 | 3942 | border-end-end-radius: 0; |
| 4006 | 3943 | } |
| 4007 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:after { | |
| 3944 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:after, | |
| 3945 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:after, | |
| 3946 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child:after { | |
| 4008 | 3947 | content: ""; |
| 4009 | 3948 | position: absolute; |
| 4010 | - inset-block-start: 2px; | |
| 4011 | - inset-inline-start: calc(100% - 1px); | |
| 3949 | + top: 2px; | |
| 3950 | + right: calc(100% - 1px); | |
| 4012 | 3951 | border-block-start: 22px solid transparent; |
| 4013 | 3952 | border-block-end: 0 none transparent; |
| 4014 | 3953 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3954 | border-inline-end: 0 none transparent; |
| @@ -4014,13 +3953,16 @@ | ||
| 4014 | 3953 | border-inline-start: 12px solid var(--e-p-border-section); |
| 4015 | 3954 | border-inline-end: 0 none transparent; |
| 4016 | 3955 | transition: var(--e-a-transition-hover); |
| 4017 | 3956 | } |
| 4018 | -.elementor-editor-element-overlay-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 3957 | +.elementor-editor-section-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3958 | +.elementor-editor-container-settings .elementor-editor-element-setting:last-child:hover:after, | |
| 3959 | +.elementor-editor-div-block-settings .elementor-editor-element-setting:last-child:hover:after { | |
| 4019 | 3960 | border-inline-start-color: var(--e-p-border-section-hover); |
| 4020 | 3961 | } |
| 4021 | 3962 | |
| 4022 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 3963 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings, | |
| 3964 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings { | |
| 4023 | 3965 | transform: translateX(-50%); |
| 4024 | 3966 | border-start-start-radius: 0; |
| 4025 | 3967 | border-start-end-radius: 0; |
| 4026 | 3968 | border-end-start-radius: 5px; |
| @@ -4025,15 +3967,17 @@ | ||
| 4025 | 3967 | border-start-end-radius: 0; |
| 4026 | 3968 | border-end-start-radius: 5px; |
| 4027 | 3969 | border-end-end-radius: 5px; |
| 4028 | 3970 | } |
| 4029 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 3971 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child, | |
| 3972 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child { | |
| 4030 | 3973 | border-start-start-radius: 0; |
| 4031 | 3974 | border-start-end-radius: 0; |
| 4032 | 3975 | border-end-start-radius: 5px; |
| 4033 | 3976 | border-end-end-radius: 0; |
| 4034 | 3977 | } |
| 4035 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 3978 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before, | |
| 3979 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:first-child:before { | |
| 4036 | 3980 | top: 0; |
| 4037 | 3981 | border-block-start: 0 none transparent; |
| 4038 | 3982 | border-block-end: 22px solid transparent; |
| 4039 | 3983 | border-inline-start: 0 none transparent; |
| @@ -4039,15 +3983,17 @@ | ||
| 4039 | 3983 | border-inline-start: 0 none transparent; |
| 4040 | 3984 | border-inline-end: 12px solid var(--e-p-border-section); |
| 4041 | 3985 | transition: var(--e-a-transition-hover); |
| 4042 | 3986 | } |
| 4043 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 3987 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child, | |
| 3988 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child { | |
| 4044 | 3989 | border-start-start-radius: 0; |
| 4045 | 3990 | border-start-end-radius: 0; |
| 4046 | 3991 | border-end-start-radius: 0; |
| 4047 | 3992 | border-end-end-radius: 5px; |
| 4048 | 3993 | } |
| 4049 | -.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 3994 | +.e-handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after, | |
| 3995 | +.elementor-section--handles-inside > .elementor-element-overlay > .elementor-editor-element-settings .elementor-editor-element-setting:last-child:after { | |
| 4050 | 3996 | top: 0; |
| 4051 | 3997 | border-block-start: 0 none transparent; |
| 4052 | 3998 | border-block-end: 22px solid transparent; |
| 4053 | 3999 | border-inline-start: 12px solid var(--e-p-border-section); |
| @@ -4055,10 +4001,10 @@ | ||
| 4055 | 4001 | transition: var(--e-a-transition-hover); |
| 4056 | 4002 | } |
| 4057 | 4003 | |
| 4058 | 4004 | .elementor-column > .elementor-element-overlay { |
| 4059 | - inset-block-end: 0; | |
| 4060 | - inset-inline-start: 0; | |
| 4005 | + right: 0; | |
| 4006 | + bottom: 0; | |
| 4061 | 4007 | } |
| 4062 | 4008 | .elementor-column > .elementor-element-overlay:after { |
| 4063 | 4009 | position: absolute; |
| 4064 | 4010 | inset: 0; |
| @@ -4080,10 +4026,10 @@ | ||
| 4080 | 4026 | .elementor-column > .ui-resizable-e, .elementor-column > .ui-resizable-w { |
| 4081 | 4027 | cursor: col-resize; |
| 4082 | 4028 | width: 7px; |
| 4083 | 4029 | position: absolute; |
| 4084 | - inset-block-start: 0; | |
| 4085 | - inset-inline-end: -5px; | |
| 4030 | + left: -5px; | |
| 4031 | + top: 0; | |
| 4086 | 4032 | height: 100%; |
| 4087 | 4033 | } |
| 4088 | 4034 | .elementor-column:last-of-type > .ui-resizable-e, .elementor-column:last-of-type > .ui-resizable-w { |
| 4089 | 4035 | display: none !important; |
| @@ -4094,15 +4040,14 @@ | ||
| 4094 | 4040 | } |
| 4095 | 4041 | } |
| 4096 | 4042 | |
| 4097 | 4043 | .elementor-editor-column-settings { |
| 4098 | - inset-block-start: -1px; | |
| 4099 | - inset-inline-start: -1px; | |
| 4044 | + top: -1px; | |
| 4045 | + right: -1px; | |
| 4100 | 4046 | border-start-start-radius: 0; |
| 4101 | 4047 | border-start-end-radius: 0; |
| 4102 | 4048 | border-end-start-radius: 0; |
| 4103 | 4049 | border-end-end-radius: 3px; |
| 4104 | - transform: none; | |
| 4105 | 4050 | overflow: hidden; |
| 4106 | 4051 | } |
| 4107 | 4052 | .elementor-editor-column-settings .elementor-editor-element-setting { |
| 4108 | 4053 | background-color: var(--e-p-border-column); |
| @@ -4116,9 +4061,12 @@ | ||
| 4116 | 4061 | } |
| 4117 | 4062 | .elementor-column-placeholder:before, .elementor-column-placeholder:after { |
| 4118 | 4063 | content: ""; |
| 4119 | 4064 | position: absolute; |
| 4120 | - inset: 10px; | |
| 4065 | + top: 10px; | |
| 4066 | + bottom: 10px; | |
| 4067 | + right: 10px; | |
| 4068 | + left: 10px; | |
| 4121 | 4069 | } |
| 4122 | 4070 | .elementor-column-placeholder:before { |
| 4123 | 4071 | border: 1px solid var(--e-p-border-column); |
| 4124 | 4072 | } |
| @@ -4129,9 +4077,9 @@ | ||
| 4129 | 4077 | .elementor-column-percents-tooltip { |
| 4130 | 4078 | position: absolute; |
| 4131 | 4079 | display: none; |
| 4132 | 4080 | pointer-events: none; |
| 4133 | - inset-block-start: 50%; | |
| 4081 | + top: 50%; | |
| 4134 | 4082 | transform: translateY(-50%); |
| 4135 | 4083 | color: #fff; |
| 4136 | 4084 | font-size: 10px; |
| 4137 | 4085 | background-color: var(--e-p-border-column); |
| @@ -4169,10 +4117,10 @@ | ||
| 4169 | 4117 | } |
| 4170 | 4118 | |
| 4171 | 4119 | .elementor-editor-widget-settings { |
| 4172 | 4120 | z-index: 2; |
| 4173 | - inset-block-start: -1px; | |
| 4174 | - inset-inline-end: -1px; | |
| 4121 | + top: -1px; | |
| 4122 | + left: -1px; | |
| 4175 | 4123 | flex-direction: row-reverse; |
| 4176 | 4124 | border-start-start-radius: 0; |
| 4177 | 4125 | border-start-end-radius: 0; |
| 4178 | 4126 | border-end-start-radius: 3px; |
| @@ -4244,15 +4192,18 @@ | ||
| 4244 | 4192 | } |
| 4245 | 4193 | |
| 4246 | 4194 | .elementor-section > .elementor-element-overlay, |
| 4247 | 4195 | .e-con > .elementor-element-overlay { |
| 4248 | - inset-block-end: 0; | |
| 4249 | - inset-inline-start: 0; | |
| 4196 | + right: 0; | |
| 4197 | + bottom: 0; | |
| 4250 | 4198 | } |
| 4251 | 4199 | .elementor-section > .elementor-element-overlay:after, |
| 4252 | 4200 | .e-con > .elementor-element-overlay:after { |
| 4253 | 4201 | position: absolute; |
| 4254 | - inset: 1px; | |
| 4202 | + left: 1px; | |
| 4203 | + right: 1px; | |
| 4204 | + top: 1px; | |
| 4205 | + bottom: 1px; | |
| 4255 | 4206 | outline: 1px solid var(--e-p-border-con); |
| 4256 | 4207 | animation: section-outline 0.75s; |
| 4257 | 4208 | } |
| 4258 | 4209 | .elementor-section:hover > .elementor-element-overlay:after, |
| @@ -4275,11 +4226,8 @@ | ||
| 4275 | 4226 | position: relative; |
| 4276 | 4227 | width: 100%; |
| 4277 | 4228 | height: 100%; |
| 4278 | 4229 | min-height: 100px; |
| 4279 | - stroke: transparent; | |
| 4280 | - stroke-width: 0; | |
| 4281 | - -webkit-text-stroke: 0 transparent; | |
| 4282 | 4230 | } |
| 4283 | 4231 | .e-con .elementor-empty-view .elementor-first-add { |
| 4284 | 4232 | width: auto; |
| 4285 | 4233 | height: auto; |
| @@ -4299,11 +4247,9 @@ | ||
| 4299 | 4247 | align-self: stretch; |
| 4300 | 4248 | z-index: 1; |
| 4301 | 4249 | pointer-events: none; |
| 4302 | 4250 | } |
| 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 { | |
| 4251 | +.e-con.e-con--row > .elementor-widget-placeholder, .e-con.e-con--row > .e-con-inner > .elementor-widget-placeholder { | |
| 4306 | 4252 | position: relative; |
| 4307 | 4253 | z-index: 9999; |
| 4308 | 4254 | width: var(--size); |
| 4309 | 4255 | margin-inline-start: var(--margin-start); |
| @@ -4387,53 +4333,8 @@ | ||
| 4387 | 4333 | display: block; |
| 4388 | 4334 | padding: 2px; |
| 4389 | 4335 | } |
| 4390 | 4336 | |
| 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 | 4337 | 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 | 4338 | left: 0; |
| 4438 | 4339 | right: auto; |
| 4439 | 4340 | } |
| @@ -4527,9 +4428,9 @@ | ||
| 4527 | 4428 | width: 100%; |
| 4528 | 4429 | height: auto; |
| 4529 | 4430 | } |
| 4530 | 4431 | .e-con-select-preset__list .e-con-preset svg:not(.exclude-rtl-scale) { |
| 4531 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4432 | + transform: scaleX(-1); | |
| 4532 | 4433 | } |
| 4533 | 4434 | .e-con-select-preset__list .e-con-preset path { |
| 4534 | 4435 | fill: var(--e-a-color-white); |
| 4535 | 4436 | } |
| @@ -4550,9 +4451,9 @@ | ||
| 4550 | 4451 | .e-con-select-preset__list .e-con-preset:hover rect, .e-con-select-preset__list .e-con-preset:focus rect { |
| 4551 | 4452 | fill: var(--e-a-color-txt); |
| 4552 | 4453 | } |
| 4553 | 4454 | .e-con-select-preset__list .e-con-preset[data-preset=r100] { |
| 4554 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 4455 | + transform: scaleX(-1); | |
| 4555 | 4456 | } |
| 4556 | 4457 | .e-con-shared-styles { |
| 4557 | 4458 | font-family: var(--e-a-font-family); |
| 4558 | 4459 | line-height: 1; |