PluginProbe
Elementor Website Builder – more than just a page builder / 3.31.2
Elementor Website Builder – more than just a page builder v3.31.2
4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 All 453 releases
← All changes | assets/css/editor-rtl.css +148 -988 4.2.43.31.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.31.0 - 11-08-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -194,12 +195,11 @@
194 195 color: var(--e-a-color-txt-disabled);
195 196 }
196 197 .e-control-tool i {
197 198 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
199 + top: 50%;
200 + left: 50%;
201 + transform: translateX(-50%) translateY(-50%);
202 202 color: var(--e-a-color-txt-default);
203 203 font-size: 13px;
204 204 }
205 205
@@ -208,11 +208,11 @@
208 208 }
209 209
210 210 .elementor-loader-wrapper {
211 211 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
212 + top: 50%;
213 + left: 50%;
214 + transform: translate(-50%, -50%);
215 215 width: 300px;
216 216 display: flex;
217 217 flex-direction: column;
218 218 align-items: center;
@@ -630,8 +630,13 @@
630 630 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 631 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 632 color: initial;
633 633 }
634 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
635 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
636 + background-color: var(--e-a-btn-bg-disabled);
637 + cursor: not-allowed;
638 +}
634 639 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 640 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -636,13 +641,8 @@
636 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 643 background-color: var(--e-a-btn-bg-disabled);
639 644 }
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 645
646 646 /*
647 647 * Container style
648 648 */
@@ -900,9 +900,10 @@
900 900 display: none;
901 901 position: absolute;
902 902 box-shadow: var(--e-a-popover-shadow);
903 903 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
904 + left: 0;
905 + right: 0;
905 906 margin: -4px auto 5px;
906 907 padding-block-start: 15px;
907 908 width: 90%;
908 909 z-index: 10000;
@@ -1289,10 +1290,10 @@
1289 1290 border-inline-end: 1px solid #3f444b;
1290 1291 }
1291 1292 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 1293 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
1294 + bottom: 100%;
1295 + left: 0;
1295 1296 width: 100%;
1296 1297 background-color: #1f2124;
1297 1298 padding: 10px;
1298 1299 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1359,17 +1360,13 @@
1359 1360
1360 1361 #elementor-panel-elements-search-area {
1361 1362 background-color: var(--e-a-bg-default);
1362 1363 position: sticky;
1363 - inset-block-start: 0;
1364 + top: 0;
1364 1365 padding: 15px;
1365 1366 z-index: 1;
1366 1367 }
1367 1368
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1369 #elementor-panel-elements-search-wrapper {
1373 1370 position: relative;
1374 1371 }
1375 1372
@@ -1396,20 +1393,8 @@
1396 1393 border-color: var(--e-a-border-color-focus);
1397 1394 padding-inline-end: 15px;
1398 1395 }
1399 1396
1400 -.e-free-badge-container {
1401 - flex-grow: 1;
1402 - margin-inline-start: 10px;
1403 - margin-inline-end: 10px;
1404 -}
1405 -.e-free-badge-container .e-free-badge {
1406 - border-radius: var(--e-a-border-radius);
1407 - background-color: var(--e-a-btn-bg);
1408 - color: var(--e-a-btn-color-invert);
1409 - padding: 3px 5px;
1410 -}
1411 -
1412 1397 .elementor-panel .elementor-element {
1413 1398 font-family: var(--e-a-font-family);
1414 1399 color: var(--e-a-color-txt);
1415 1400 line-height: 1;
@@ -1440,11 +1425,8 @@
1440 1425 }
1441 1426 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1442 1427 color: var(--e-a-color-accent);
1443 1428 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1429 .elementor-panel .elementor-element .icon {
1448 1430 font-size: 28px;
1449 1431 padding-block-start: 15px;
1450 1432 }
@@ -1456,9 +1438,9 @@
1456 1438 }
1457 1439 .elementor-panel .elementor-element .title {
1458 1440 font-size: 12px;
1459 1441 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1442 +.elementor-panel .elementor-element > .eicon-lock {
1461 1443 position: absolute;
1462 1444 inset-block-start: 5px;
1463 1445 inset-inline-end: 5px;
1464 1446 color: var(--e-a-color-txt-disabled);
@@ -1571,80 +1553,8 @@
1571 1553 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1554 border: 0;
1573 1555 }
1574 1556
1575 -#elementor-panel-elements-widget-creation-area:empty {
1576 - display: none;
1577 -}
1578 -
1579 -.elementor-panel-elements-widget-creation {
1580 - text-align: center;
1581 - padding: 30px 20px;
1582 -}
1583 -.elementor-panel-elements-widget-creation__title {
1584 - font-size: 14px;
1585 - font-weight: bold;
1586 - line-height: 1.4;
1587 - color: var(--e-a-color-txt);
1588 -}
1589 -.elementor-panel-elements-widget-creation__message {
1590 - margin-block-start: 8px;
1591 - font-size: 13px;
1592 - line-height: 1.6;
1593 - color: var(--e-a-color-txt-muted);
1594 -}
1595 -.elementor-panel-elements-widget-creation__cta {
1596 - display: inline-flex;
1597 - align-items: center;
1598 - gap: 6px;
1599 - margin-block-start: 16px;
1600 - padding: 0;
1601 - border: none;
1602 - background: none;
1603 - color: #C00BB9;
1604 - font-size: 14px;
1605 - font-weight: 500;
1606 - cursor: pointer;
1607 - font-family: var(--e-a-font-family);
1608 -}
1609 -.elementor-panel-elements-widget-creation__cta i {
1610 - font-size: 16px;
1611 -}
1612 -.elementor-panel-elements-widget-creation__cta:hover {
1613 - opacity: 0.8;
1614 -}
1615 -.elementor-panel-elements-widget-creation--search-footer {
1616 - border-block-start: var(--e-a-border);
1617 -}
1618 -
1619 -.elementor-panel-category-custom-widgets-empty {
1620 - grid-column: 1/-1;
1621 - width: 100%;
1622 - padding: 0 16px 16px;
1623 -}
1624 -.elementor-panel-category-custom-widgets-empty__message {
1625 - margin: 0;
1626 - font-size: 12px;
1627 - line-height: 1.6;
1628 - color: var(--e-a-color-txt-muted);
1629 -}
1630 -
1631 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1632 - margin-inline-start: auto;
1633 - padding: 4px 10px;
1634 - border: none;
1635 - background: none;
1636 - color: #C00BB9;
1637 - font-size: 12px;
1638 - font-weight: 500;
1639 - cursor: pointer;
1640 - font-family: var(--e-a-font-family);
1641 - flex-shrink: 0;
1642 -}
1643 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1644 - opacity: 0.8;
1645 -}
1646 -
1647 1557 #elementor-panel-inner {
1648 1558 position: relative;
1649 1559 height: 100%;
1650 1560 display: flex;
@@ -1670,54 +1580,18 @@
1670 1580 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1671 1581 margin-block-start: 20px;
1672 1582 }
1673 1583
1674 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1675 - display: flex;
1676 - flex-direction: column;
1677 -}
1678 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1679 - display: flex;
1680 - flex-direction: column;
1681 - flex: 1;
1682 - min-height: 0;
1683 -}
1684 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1685 - position: sticky;
1686 - inset-block-end: 0;
1687 - margin-block-start: auto;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1690 - margin-block-start: 0;
1691 -}
1692 -
1693 1584 #elementor-panel-get-pro-elements-sticky {
1694 1585 position: sticky;
1695 - inset-block-end: 0;
1696 - margin-block-end: -10px;
1697 -}
1698 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1699 - margin-block-start: -14px;
1700 -}
1701 -
1702 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1703 - display: flex;
1704 - flex-direction: column;
1705 - min-height: 100%;
1706 -}
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1708 - margin-block-start: auto;
1709 -}
1710 -
1711 -#elementor-panel-get-pro-elements-sticky,
1712 -.elementor-panel-editor-sticky-promotion {
1586 + bottom: 0;
1713 1587 font-size: 14px;
1714 1588 font-weight: 400;
1715 1589 line-height: 1.6;
1716 - background-color: var(--e-a-color-white);
1590 + margin-block-end: -10px;
1717 1591 }
1718 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1719 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1592 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1593 + margin-top: -14px;
1720 1594 min-height: 40px;
1721 1595 display: block;
1722 1596 padding: 9px min(35px, 5%);
1723 1597 gap: 10px;
@@ -1725,18 +1599,16 @@
1725 1599 color: var(--e-a-color-black);
1726 1600 text-align: center;
1727 1601 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1728 1602 }
1729 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1730 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1603 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1731 1604 display: inline-block;
1732 1605 font-size: 13px;
1733 1606 font-weight: 500;
1734 1607 color: var(--e-a-btn-bg-accent);
1735 1608 }
1736 -#elementor-panel-get-pro-elements-sticky img,
1737 -.elementor-panel-editor-sticky-promotion img {
1738 - margin-inline-start: 17px;
1609 +#elementor-panel-get-pro-elements-sticky img {
1610 + margin-left: 17px;
1739 1611 }
1740 1612
1741 1613 #elementor-panel-notice-wrapper .elementor-panel-notice {
1742 1614 width: 90%;
@@ -1763,10 +1635,10 @@
1763 1635 background: var(--e-a-color-primary);
1764 1636 border-radius: 50%;
1765 1637 width: 8px;
1766 1638 height: 8px;
1767 - inset-block-start: 5px;
1768 - inset-inline-end: 5px;
1639 + top: 5px;
1640 + right: 5px;
1769 1641 }
1770 1642
1771 1643 .media-modal.wp-core-ui {
1772 1644 color-scheme: light;
@@ -2011,10 +1883,8 @@
2011 1883 .elementor-group-control-attachment_alert .elementor-control-field-description {
2012 1884 margin-block-start: 0;
2013 1885 }
2014 1886
2015 -.elementor-control-start-end .eicon-text-align-left,
2016 -.elementor-control-start-end .eicon-text-align-right,
2017 1887 .elementor-control-start-end .eicon-h-align-left,
2018 1888 .elementor-control-start-end .eicon-h-align-right {
2019 1889 scale: calc(1 * var(--direction-multiplier)) 1;
2020 1890 }
@@ -2054,9 +1924,9 @@
2054 1924 }
2055 1925 .elementor-control-responsive-switchers__holder {
2056 1926 position: absolute;
2057 1927 width: 100%;
2058 - inset-block-start: 0;
1928 + top: 0;
2059 1929 background-color: var(--e-a-bg-default);
2060 1930 border-radius: var(--e-a-border-radius);
2061 1931 transition: 0.15s;
2062 1932 border: 1px solid transparent;
@@ -2377,9 +2247,9 @@
2377 2247 }
2378 2248 .elementor-control-responsive-switchers__holder {
2379 2249 position: absolute;
2380 2250 width: 100%;
2381 - inset-block-start: 0;
2251 + top: 0;
2382 2252 background-color: var(--e-a-bg-default);
2383 2253 border-radius: var(--e-a-border-radius);
2384 2254 transition: 0.15s;
2385 2255 border: 1px solid transparent;
@@ -2655,9 +2525,9 @@
2655 2525 }
2656 2526 .elementor-control-responsive-switchers__holder {
2657 2527 position: absolute;
2658 2528 width: 100%;
2659 - inset-block-start: 0;
2529 + top: 0;
2660 2530 background-color: var(--e-a-bg-default);
2661 2531 border-radius: var(--e-a-border-radius);
2662 2532 transition: 0.15s;
2663 2533 border: 1px solid transparent;
@@ -2923,11 +2793,11 @@
2923 2793 }
2924 2794
2925 2795 .elementor-control-type-icons .elementor-control-media__preview > * {
2926 2796 position: absolute;
2927 - inset-block-start: 50%;
2928 - inset-inline-start: 50%;
2929 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2797 + top: 50%;
2798 + left: 50%;
2799 + transform: translate(-50%, -50%);
2930 2800 }
2931 2801 .elementor-control-type-icons .elementor-control-media__preview i {
2932 2802 font-size: 70px;
2933 2803 }
@@ -3126,19 +2996,8 @@
3126 2996 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3127 2997 background-color: #BABFC5;
3128 2998 border-radius: 10px;
3129 2999 }
3130 -.e-global__group-header {
3131 - padding: 12px 20px 5px;
3132 - font-weight: 500;
3133 - font-size: 11px;
3134 - color: var(--e-a-color-txt-muted);
3135 -}
3136 -.e-global__group-divider {
3137 - height: 1px;
3138 - background-color: var(--e-a-border-color);
3139 - margin: 10px 20px;
3140 -}
3141 3000 .e-global__manage-button {
3142 3001 font-weight: 500;
3143 3002 cursor: pointer;
3144 3003 }
@@ -3154,9 +3013,9 @@
3154 3013 font-size: 13px;
3155 3014 content: "\e90e";
3156 3015 position: absolute;
3157 3016 transform: translateY(-50%);
3158 - inset-block-start: 50%;
3017 + top: 50%;
3159 3018 inset-inline-start: 13px;
3160 3019 }
3161 3020 .e-global__color {
3162 3021 padding: 10px 20px;
@@ -3297,11 +3156,11 @@
3297 3156 display: none;
3298 3157 }
3299 3158 .elementor-control-media .eicon-plus-circle {
3300 3159 position: absolute;
3301 - inset-block-start: 50%;
3302 - inset-inline-start: 50%;
3303 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3160 + top: 50%;
3161 + left: 50%;
3162 + transform: translate(-50%, -50%);
3304 3163 color: var(--e-a-color-white);
3305 3164 font-size: 20px;
3306 3165 }
3307 3166 .elementor-control-media__content__upload-button {
@@ -3324,11 +3183,11 @@
3324 3183 display: none;
3325 3184 }
3326 3185 .elementor-control-media-area .eicon-video-camera {
3327 3186 position: absolute;
3328 - inset-block-start: 50%;
3329 - inset-inline-start: 50%;
3330 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3187 + top: 50%;
3188 + left: 50%;
3189 + transform: translate(-50%, -50%);
3331 3190 color: rgba(255, 255, 255, 0.7);
3332 3191 font-size: 21px;
3333 3192 }
3334 3193 .elementor-control-media .elementor-control-media__content {
@@ -3344,9 +3203,9 @@
3344 3203 background-color: rgba(0, 0, 0, 0.2);
3345 3204 pointer-events: none;
3346 3205 }
3347 3206 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3348 - inset-block-end: -30px;
3207 + bottom: -30px;
3349 3208 }
3350 3209 .elementor-control-media__content {
3351 3210 transition: all 0.2s ease-in-out;
3352 3211 }
@@ -3351,10 +3210,11 @@
3351 3210 transition: all 0.2s ease-in-out;
3352 3211 }
3353 3212 .elementor-control-media__tools {
3354 3213 position: absolute;
3355 - inset-block-end: 0;
3356 - inset-inline: 0;
3214 + bottom: 0;
3215 + left: 0;
3216 + right: 0;
3357 3217 height: 27px;
3358 3218 transition: all 0.2s ease-in-out;
3359 3219 }
3360 3220 .elementor-control-media__tools > *:not(:first-child) {
@@ -3768,9 +3628,9 @@
3768 3628 }
3769 3629 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3770 3630 content: "";
3771 3631 position: absolute;
3772 - inset-block-start: 2px;
3632 + top: 2px;
3773 3633 height: 12px;
3774 3634 width: 11px;
3775 3635 transform: rotate(45deg);
3776 3636 background-color: var(--e-a-color-white);
@@ -3868,9 +3728,9 @@
3868 3728 background-color: var(--e-a-border-color-focus);
3869 3729 }
3870 3730 .elementor-slider .noUi-tooltip {
3871 3731 position: absolute;
3872 - inset-block-start: calc(100% + 5px);
3732 + top: calc(100% + 5px);
3873 3733 left: calc(50% - 4px);
3874 3734 transform: translateX(-50%);
3875 3735 font-size: 10px;
3876 3736 }
@@ -3957,9 +3817,9 @@
3957 3817 transition-property: opacity, background;
3958 3818 }
3959 3819 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3960 3820 position: absolute;
3961 - inset-block-start: 0;
3821 + top: 0;
3962 3822 width: 50%;
3963 3823 text-align: center;
3964 3824 line-height: 20px;
3965 3825 transition: inherit;
@@ -3965,14 +3825,14 @@
3965 3825 transition: inherit;
3966 3826 }
3967 3827 .elementor-control-type-switcher .elementor-switch-label:before {
3968 3828 content: attr(data-off);
3969 - inset-inline-end: 5px;
3829 + right: 5px;
3970 3830 color: var(--e-a-color-txt-muted);
3971 3831 }
3972 3832 .elementor-control-type-switcher .elementor-switch-label:after {
3973 3833 content: attr(data-on);
3974 - inset-inline-start: 5px;
3834 + left: 5px;
3975 3835 color: var(--e-a-btn-color);
3976 3836 opacity: 0;
3977 3837 }
3978 3838 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3985,19 +3845,19 @@
3985 3845 opacity: 1;
3986 3846 }
3987 3847 .elementor-control-type-switcher .elementor-switch-handle {
3988 3848 position: absolute;
3989 - inset-block-start: 1px;
3990 - inset-inline-start: 1px;
3849 + top: 1px;
3850 + left: 1px;
3991 3851 width: 18px;
3992 3852 height: 18px;
3993 3853 background: white;
3994 3854 border-radius: 10px;
3995 - transition: inset-inline-start 0.15s ease-out;
3855 + transition: left 0.15s ease-out;
3996 3856 }
3997 3857 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3998 - inset-inline-start: initial;
3999 - inset-inline-end: 1px;
3858 + left: initial;
3859 + right: 1px;
4000 3860 }
4001 3861
4002 3862 .elementor-control-type-tabs {
4003 3863 display: none;
@@ -4130,10 +3990,10 @@
4130 3990 }
4131 3991 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4132 3992 display: none;
4133 3993 position: absolute;
4134 - inset-block-start: 5px;
4135 - inset-inline-end: 0;
3994 + top: 5px;
3995 + right: 0;
4136 3996 width: 10px;
4137 3997 height: 10px;
4138 3998 font-size: 10px;
4139 3999 color: var(--e-a-color-txt-disabled);
@@ -4473,11 +4333,11 @@
4473 4333 }
4474 4334
4475 4335 #elementor-panel-revisions-loading {
4476 4336 position: absolute;
4477 - inset-block-start: 50%;
4478 - inset-inline-start: 50%;
4479 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4337 + top: 50%;
4338 + left: 50%;
4339 + transform: translate(-50%, -50%);
4480 4340 }
4481 4341 #elementor-panel-revisions-loading .eicon-loading {
4482 4342 font-size: 50px;
4483 4343 }
@@ -4561,10 +4421,10 @@
4561 4421 .e-control-display-conditions-promotion__wrapper {
4562 4422 display: flex;
4563 4423 justify-content: space-between;
4564 4424 }
4565 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4566 - color: var(--e-a-color-accent-promotion);
4425 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4426 + color: var(--e-a-color-accent);
4567 4427 }
4568 4428 .e-control-display-conditions-promotion__description {
4569 4429 display: flex;
4570 4430 align-self: center;
@@ -4577,11 +4437,8 @@
4577 4437 display: flex;
4578 4438 justify-content: center;
4579 4439 align-items: center;
4580 4440 }
4581 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4582 - color: var(--e-a-color-accent-promotion-disabled);
4583 -}
4584 4441 .e-control-display-conditions-promotion.eicon-flow {
4585 4442 align-self: flex-end;
4586 4443 cursor: pointer;
4587 4444 border: var(--e-a-border-bold);
@@ -4592,10 +4449,10 @@
4592 4449 background-color: var(--e-a-bg-active);
4593 4450 color: #E73CF6;
4594 4451 }
4595 4452
4596 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4597 - color: var(--e-a-color-accent-promotion);
4453 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4454 + color: var(--e-a-color-accent);
4598 4455 }
4599 4456 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4600 4457 margin-inline-end: 0;
4601 4458 }
@@ -4620,11 +4477,8 @@
4620 4477 display: flex;
4621 4478 justify-content: center;
4622 4479 align-items: center;
4623 4480 }
4624 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4625 - color: var(--e-a-color-accent-promotion-disabled);
4626 -}
4627 4481
4628 4482 .e-link-promotion {
4629 4483 font-family: "Roboto", sans-serif;
4630 4484 font-weight: 500;
@@ -5142,20 +4996,8 @@
5142 4996 background-color: #fff;
5143 4997 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5144 4998 }
5145 4999
5146 -#elementor-template-library-modal button:focus-visible,
5147 -#elementor-template-library-modal a:focus-visible,
5148 -#elementor-template-library-modal input:focus-visible,
5149 -#elementor-template-library-modal select:focus-visible,
5150 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5151 -#elementor-template-library-modal [role=tab]:focus-visible,
5152 -#elementor-template-library-modal [role=radio]:focus-visible,
5153 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5154 - outline: 2px solid var(--e-a-border-color-focus);
5155 - outline-offset: 2px;
5156 - border-radius: 2px;
5157 -}
5158 5000 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5159 5001 font-style: normal;
5160 5002 text-decoration: underline;
5161 5003 }
@@ -5167,10 +5009,10 @@
5167 5009 }
5168 5010 #elementor-template-library-modal .dialog-message {
5169 5011 overflow-y: scroll;
5170 5012 }
5171 -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message {
5172 - overflow-y: auto;
5013 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5014 + overflow-y: hidden;
5173 5015 }
5174 5016 #elementor-template-library-modal .e-back-to-editor {
5175 5017 color: var(--e-a-color-txt);
5176 5018 text-decoration: underline;
@@ -5186,21 +5028,14 @@
5186 5028 display: inline-block;
5187 5029 padding: 17px 20px;
5188 5030 border-block-end: 3px solid transparent;
5189 5031 cursor: pointer;
5190 - background: transparent;
5191 - margin: 0;
5192 - font-size: inherit;
5193 - font-family: inherit;
5194 - color: inherit;
5195 - border: none;
5196 5032 }
5197 5033 .elementor-template-library-menu-item:hover {
5198 5034 background-color: var(--e-a-bg-hover);
5199 5035 border-color: var(--e-a-bg-hover);
5200 5036 }
5201 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5202 - border-block-end: 3px solid;
5037 +.elementor-template-library-menu-item.elementor-active {
5203 5038 border-color: var(--e-a-border-color-accent);
5204 5039 color: var(--e-a-color-txt-accent);
5205 5040 }
5206 5041
@@ -5206,25 +5041,11 @@
5206 5041
5207 5042 #elementor-template-library-header-actions {
5208 5043 display: flex;
5209 5044 }
5210 -#elementor-template-library-header-actions > div,
5211 -#elementor-template-library-header-actions > button {
5212 - background: transparent;
5213 - margin: 0;
5214 - font-size: inherit;
5215 - font-family: inherit;
5216 - color: inherit;
5217 - border: none;
5045 +#elementor-template-library-header-actions > div {
5218 5046 padding-inline-end: 16px;
5219 - cursor: pointer;
5220 5047 }
5221 -#elementor-template-library-header-actions > div:focus-visible,
5222 -#elementor-template-library-header-actions > button:focus-visible {
5223 - outline: 2px solid var(--e-a-border-color-focus);
5224 - outline-offset: -2px;
5225 - border-radius: 2px;
5226 -}
5227 5048
5228 5049 #elementor-template-library-header-tools.e-hidden-disabled {
5229 5050 opacity: 0;
5230 5051 visibility: hidden;
@@ -5246,25 +5067,8 @@
5246 5067 border-inline-end: var(--e-a-border);
5247 5068 cursor: pointer;
5248 5069 transition: color 0.5s;
5249 5070 }
5250 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5251 - background: transparent;
5252 - margin: 0;
5253 - font-size: inherit;
5254 - font-family: inherit;
5255 - color: inherit;
5256 - border: none;
5257 - display: flex;
5258 - align-items: center;
5259 - gap: 10px;
5260 - cursor: pointer;
5261 -}
5262 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5263 - outline: 2px solid var(--e-a-border-color-focus);
5264 - outline-offset: 2px;
5265 - border-radius: 2px;
5266 -}
5267 5071 #elementor-template-library-header-preview-back:hover {
5268 5072 color: var(--e-a-color-txt-hover);
5269 5073 }
5270 5074 #elementor-template-library-header-preview-back i {
@@ -5297,20 +5101,15 @@
5297 5101 }
5298 5102 #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container {
5299 5103 display: flex;
5300 5104 align-items: baseline;
5301 - border-radius: 3px;
5302 5105 }
5303 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible {
5304 - outline: 2px solid var(--e-a-border-color-focus);
5305 - outline-offset: 2px;
5306 -}
5307 5106 #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info {
5308 5107 align-items: center;
5309 5108 }
5310 5109 #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i {
5311 5110 font-size: 14px;
5312 - margin-inline-start: 5px;
5111 + margin-left: 5px;
5313 5112 }
5314 5113 #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container {
5315 5114 width: 200px;
5316 5115 margin: 0px 10px;
@@ -5409,14 +5208,8 @@
5409 5208 align-items: center;
5410 5209 gap: 8px;
5411 5210 }
5412 5211 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5413 - background: transparent;
5414 - margin: 0;
5415 - font-size: inherit;
5416 - font-family: inherit;
5417 - color: inherit;
5418 - border: none;
5419 5212 cursor: pointer;
5420 5213 font-size: 20px;
5421 5214 padding: 0 5px;
5422 5215 border-radius: 2px;
@@ -5456,19 +5249,15 @@
5456 5249 padding: 8px;
5457 5250 border: var(--e-a-border);
5458 5251 border-radius: 3px;
5459 5252 }
5460 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5461 - outline: 2px solid var(--e-a-border-color-focus);
5462 - outline-offset: 2px;
5463 -}
5464 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview {
5253 +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview {
5465 5254 display: flex;
5466 5255 }
5467 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name {
5256 +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name {
5468 5257 display: none;
5469 5258 }
5470 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5259 +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5471 5260 display: flex !important;
5472 5261 }
5473 5262 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5474 5263 width: 190px;
@@ -5474,14 +5263,14 @@
5474 5263 width: 190px;
5475 5264 height: 100px;
5476 5265 position: relative;
5477 5266 border-radius: 3px;
5478 - margin-block-end: 4px;
5267 + margin-bottom: 4px;
5479 5268 overflow: hidden;
5480 5269 }
5481 5270 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5482 - -o-object-fit: contain;
5483 - object-fit: contain;
5271 + -o-object-fit: cover;
5272 + object-fit: cover;
5484 5273 width: 100%;
5485 5274 height: 100%;
5486 5275 }
5487 5276 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
@@ -5563,29 +5352,16 @@
5563 5352 gap: 20px;
5564 5353 align-items: center;
5565 5354 flex: 1;
5566 5355 }
5567 -#elementor-template-library-templates .bulk-selection-action-bar button {
5568 - background: transparent;
5569 - margin: 0;
5570 - font-size: inherit;
5571 - font-family: inherit;
5572 - color: inherit;
5573 - border: none;
5356 +#elementor-template-library-templates .bulk-selection-action-bar i {
5574 5357 cursor: pointer;
5575 - display: flex;
5576 - align-items: center;
5577 - justify-content: center;
5358 + font-size: 18px;
5578 5359 }
5579 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5360 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5580 5361 pointer-events: none;
5581 5362 opacity: 0.3;
5582 - cursor: not-allowed;
5583 5363 }
5584 -#elementor-template-library-templates .bulk-selection-action-bar i {
5585 - cursor: pointer;
5586 - font-size: 18px;
5587 -}
5588 5364 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5589 5365 font-size: 20px;
5590 5366 }
5591 5367 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5621,12 +5397,12 @@
5621 5397 background: var(--e-a-bg-active);
5622 5398 }
5623 5399 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5624 5400 position: relative;
5625 - inset-block-start: 3px;
5401 + top: 3px;
5626 5402 }
5627 5403 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5628 - inset-block-start: 0px;
5404 + top: 0px;
5629 5405 }
5630 5406 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5631 5407 #elementor-template-library-templates #bulk-select-all:checked {
5632 5408 background: #69727D;
@@ -5667,11 +5443,11 @@
5667 5443 .elementor-template-library-filter-select-source .source-option i {
5668 5444 margin-inline-end: 5px;
5669 5445 }
5670 5446 .elementor-template-library-filter-select-source .source-option .new-badge {
5671 - border: 1px solid var(--e-a-color-primary-bold-dark);
5447 + border: 1px solid var(--e-a-color-primary-bold);
5672 5448 padding: 2px 4px;
5673 - color: var(--e-a-color-primary-bold-dark);
5449 + color: var(--e-a-color-primary-bold);
5674 5450 border-radius: 10px;
5675 5451 font-size: 10px;
5676 5452 margin-inline-start: 5px;
5677 5453 }
@@ -5678,52 +5454,8 @@
5678 5454 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5679 5455 background-color: var(--e-a-bg-hover);
5680 5456 }
5681 5457
5682 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5683 - display: flex;
5684 - align-items: center;
5685 - justify-content: space-between;
5686 -}
5687 -
5688 -#elementor-template-library-toolbar .source-option-badge,
5689 -.elementor-template-library-connect-states-badge .source-option-badge {
5690 - display: flex;
5691 - align-items: center;
5692 - gap: 6px;
5693 - padding: 6px 12px;
5694 - border: none;
5695 - border-radius: 20px;
5696 - font-size: 14px;
5697 - font-weight: 500;
5698 - white-space: nowrap;
5699 - margin-inline-start: auto;
5700 - margin-inline-end: 15px;
5701 -}
5702 -#elementor-template-library-toolbar .source-option-badge i,
5703 -.elementor-template-library-connect-states-badge .source-option-badge i {
5704 - margin: 0;
5705 - font-size: 14px;
5706 -}
5707 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5708 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5709 - background-color: var(--e-a-bg-info);
5710 - color: var(--e-a-color-info);
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5714 - color: var(--e-a-color-info);
5715 -}
5716 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5717 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5718 - background-color: var(--e-a-bg-warning);
5719 - color: var(--e-a-btn-bg-warning-hover);
5720 -}
5721 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5722 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5723 - color: var(--e-a-btn-bg-warning-hover);
5724 -}
5725 -
5726 5458 #elementor-template-library-filter-toolbar-remote {
5727 5459 font-size: 11px;
5728 5460 }
5729 5461
@@ -5798,9 +5530,9 @@
5798 5530 content: "\e923";
5799 5531 }
5800 5532
5801 5533 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5802 - margin-block-end: 10px;
5534 + margin-bottom: 10px;
5803 5535 }
5804 5536
5805 5537 #elementor-template-library-filter-text-wrapper {
5806 5538 width: 200px;
@@ -5812,9 +5544,9 @@
5812 5544 inset-inline-end: 0;
5813 5545 transform: translateY(-50%);
5814 5546 }
5815 5547 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5816 - inset-block-start: 25%;
5548 + top: 25%;
5817 5549 }
5818 5550
5819 5551 #elementor-template-library-filter-text {
5820 5552 border: none;
@@ -5841,32 +5573,19 @@
5841 5573 padding: 8px;
5842 5574 border: var(--e-a-border);
5843 5575 border-radius: 3px;
5844 5576 }
5845 -.elementor-template-library-template-remote:focus-visible {
5846 - outline: 2px solid var(--e-a-border-color-focus);
5847 - outline-offset: 2px;
5848 -}
5849 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5577 +.elementor-template-library-template-remote:hover {
5850 5578 background-color: var(--e-a-bg-hover);
5851 5579 }
5852 -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview {
5853 - opacity: 1;
5854 -}
5855 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
5580 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5856 5581 display: none;
5857 5582 }
5858 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5859 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5860 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5861 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5862 - display: initial;
5863 -}
5864 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5583 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5865 5584 opacity: 0;
5866 5585 }
5867 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5868 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5586 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5587 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5869 5588 display: none;
5870 5589 }
5871 5590 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5872 5591 content: var(--elementor-template-library-subscription-plan-label);
@@ -5901,9 +5620,9 @@
5901 5620 }
5902 5621 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5903 5622 display: none;
5904 5623 }
5905 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
5624 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5906 5625 transform: translateY(100%);
5907 5626 }
5908 5627 .elementor-template-library-template-remote .elementor-template-library-template-body {
5909 5628 position: relative;
@@ -5928,11 +5647,11 @@
5928 5647 }
5929 5648 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5930 5649 font-size: 20px;
5931 5650 position: absolute;
5932 - inset-block-start: 50%;
5933 - inset-inline-start: 50%;
5934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5651 + top: 50%;
5652 + left: 50%;
5653 + transform: translate(-50%, -50%);
5935 5654 }
5936 5655 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5937 5656 display: flex;
5938 5657 justify-content: space-between;
@@ -5952,22 +5671,10 @@
5952 5671 .elementor-template-library-template-remote .elementor-template-library-favorite {
5953 5672 margin-inline-start: auto;
5954 5673 }
5955 5674 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5956 - position: absolute;
5957 - width: 1px;
5958 - height: 1px;
5959 - padding: 0;
5960 - margin: -1px;
5961 - overflow: hidden;
5962 - clip: rect(0, 0, 0, 0);
5963 - white-space: nowrap;
5964 - border: 0;
5675 + display: none;
5965 5676 }
5966 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5967 - outline: 2px solid var(--e-a-border-color-focus);
5968 - outline-offset: 2px;
5969 -}
5970 5677 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5971 5678 content: "\e93f";
5972 5679 color: var(--e-a-color-primary-bold);
5973 5680 }
@@ -6086,22 +5793,11 @@
6086 5793 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6087 5794 inset-block-start: 100%;
6088 5795 inset-inline-end: 0;
6089 5796 z-index: 1;
6090 - list-style: none;
6091 - margin: 0;
6092 - padding: 0;
6093 5797 }
6094 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6095 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6096 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6097 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6098 - background: transparent;
6099 - margin: 0;
6100 - font-size: inherit;
6101 - font-family: inherit;
6102 - color: inherit;
6103 - border: none;
5798 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5799 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
6104 5800 padding: 10px 20px;
6105 5801 font-size: 11px;
6106 5802 cursor: pointer;
6107 5803 display: flex;
@@ -6106,21 +5802,25 @@
6106 5802 cursor: pointer;
6107 5803 display: flex;
6108 5804 align-items: center;
6109 5805 gap: 8px;
6110 - width: 100%;
6111 5806 }
6112 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6113 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6114 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6115 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5807 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5808 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
6116 5809 cursor: not-allowed;
6117 5810 color: var(--e-a-color-txt-disabled);
6118 5811 }
6119 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6120 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5812 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5813 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5814 + color: var(--e-a-color-txt-disabled);
5815 + cursor: not-allowed;
5816 +}
5817 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5818 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
6121 5819 color: var(--e-a-color-txt);
6122 - text-decoration: none;
5820 + display: flex;
5821 + align-items: center;
5822 + gap: 8px;
6123 5823 }
6124 5824 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6125 5825 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6126 5826 color: var(--e-a-color-danger);
@@ -6132,14 +5832,8 @@
6132 5832 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6133 5833 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6134 5834 margin-inline-start: auto;
6135 5835 cursor: pointer;
6136 - background: none;
6137 - border: none;
6138 - padding: 0;
6139 - display: flex;
6140 - align-items: center;
6141 - justify-content: center;
6142 5836 }
6143 5837 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6144 5838 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6145 5839 font-size: 20px;
@@ -6206,11 +5900,9 @@
6206 5900 display: flex;
6207 5901 align-items: center;
6208 5902 }
6209 5903 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6210 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6211 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6212 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5904 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6213 5905 cursor: pointer;
6214 5906 transition: color 0.5s;
6215 5907 }
6216 5908 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6295,18 +5987,18 @@
6295 5987 #elementor-template-library-save-template-form > * {
6296 5988 height: 55px;
6297 5989 font-size: 16px;
6298 5990 }
5991 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
5992 + display: block;
5993 + width: 500px;
5994 + margin: 0 auto;
5995 +}
6299 5996 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6300 5997 height: 55px;
6301 5998 font-size: 16px;
6302 5999 margin-block-end: 15px;
6303 6000 }
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6305 - display: block;
6306 - width: 500px;
6307 - margin: 0 auto;
6308 -}
6309 6001 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6310 6002 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6311 6003 display: none;
6312 6004 }
@@ -6332,24 +6024,15 @@
6332 6024 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6333 6025 display: inline;
6334 6026 background: var(--e-a-bg-hover);
6335 6027 padding: 0 2px 1px;
6336 - border: none;
6337 6028 border-radius: 2px;
6338 6029 vertical-align: bottom;
6339 6030 cursor: pointer;
6340 - font-family: inherit;
6341 - font-size: inherit;
6342 - color: inherit;
6343 - line-height: inherit;
6344 6031 }
6345 6032 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6346 6033 background: var(--e-a-bg-active);
6347 6034 }
6348 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6349 - outline: 2px solid var(--e-a-border-color-focus);
6350 - outline-offset: 2px;
6351 -}
6352 6035 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6353 6036 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6354 6037 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip,
6355 6038 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6402,9 +6085,9 @@
6402 6085 position: relative;
6403 6086 }
6404 6087 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6405 6088 background: #69727D;
6406 - inset-block-start: -3px;
6089 + top: -3px;
6407 6090 position: relative;
6408 6091 }
6409 6092 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6410 6093 position: relative;
@@ -6413,22 +6096,18 @@
6413 6096 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local {
6414 6097 white-space: nowrap;
6415 6098 text-overflow: ellipsis;
6416 6099 overflow: hidden;
6417 - overflow: visible;
6418 - display: inline-flex;
6419 - align-items: baseline;
6420 6100 line-height: 27px;
6421 6101 }
6422 6102 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6423 6103 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6424 - flex-shrink: 0;
6425 6104 position: relative;
6426 - inset-block-start: 2px;
6105 + top: 2px;
6427 6106 }
6428 6107 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6429 6108 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6430 - inset-block-start: -2px;
6109 + top: -2px;
6431 6110 }
6432 6111 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6433 6112 vertical-align: bottom;
6434 6113 }
@@ -6439,26 +6118,15 @@
6439 6118 }
6440 6119 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6441 6120 display: none;
6442 6121 margin-inline-end: 5px;
6443 - align-items: baseline;
6444 - white-space: nowrap;
6445 - text-overflow: ellipsis;
6446 - overflow: hidden;
6447 6122 }
6448 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6449 - display: inline-flex !important;
6450 -}
6451 6123 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6452 6124 text-decoration: underline;
6453 6125 cursor: pointer;
6454 - white-space: nowrap;
6455 - text-overflow: ellipsis;
6456 - overflow: hidden;
6457 6126 }
6458 6127 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6459 6128 cursor: pointer;
6460 - flex-shrink: 0;
6461 6129 }
6462 6130 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6463 6131 color: var(--e-a-color-primary-bold);
6464 6132 font-size: 14px;
@@ -6468,9 +6136,9 @@
6468 6136 }
6469 6137 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6470 6138 display: none;
6471 6139 position: absolute;
6472 - inset-block-start: 40px;
6140 + top: 40px;
6473 6141 background-color: var(--e-a-bg-default);
6474 6142 min-width: 187px;
6475 6143 overflow: auto;
6476 6144 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
@@ -6494,9 +6162,8 @@
6494 6162 }
6495 6163 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6496 6164 padding: 5px 15px;
6497 6165 cursor: pointer;
6498 - list-style: none;
6499 6166 }
6500 6167 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6501 6168 display: none;
6502 6169 }
@@ -6505,15 +6172,11 @@
6505 6172 }
6506 6173 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6507 6174 text-decoration: underline;
6508 6175 }
6509 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus {
6176 +#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected {
6510 6177 background: var(--e-a-border-color);
6511 6178 }
6512 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6513 - outline: 2px solid var(--e-a-border-color-focus);
6514 - outline-offset: -2px;
6515 -}
6516 6179 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6517 6180 pointer-events: none;
6518 6181 opacity: 0.3;
6519 6182 }
@@ -6519,9 +6182,10 @@
6519 6182 }
6520 6183 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6521 6184 text-align: center;
6522 6185 font-size: 13px;
6523 - margin: 0 20px;
6186 + width: 155px;
6187 + margin: 0 auto;
6524 6188 padding-block: 15px;
6525 6189 pointer-events: none;
6526 6190 }
6527 6191 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6535,259 +6199,8 @@
6535 6199 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6536 6200 pointer-events: none;
6537 6201 opacity: 0.3;
6538 6202 }
6539 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6540 - display: flex;
6541 - flex-direction: column;
6542 - width: 600px;
6543 - text-align: start;
6544 -}
6545 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6546 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6547 - font-size: 12px;
6548 - font-weight: 400;
6549 - color: var(--e-a-color-txt);
6550 -}
6551 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6552 - width: 100%;
6553 - padding: 12px 15px;
6554 - border: var(--e-a-border-bold);
6555 - border-radius: 3px;
6556 - margin-block-end: 0;
6557 -}
6558 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6559 - border: none;
6560 - padding: 0;
6561 - gap: 12px;
6562 - margin-block-start: 20px;
6563 -}
6564 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6565 - display: flex;
6566 - align-items: center;
6567 - padding: 12px 15px;
6568 - border: var(--e-a-border-bold);
6569 - border-radius: 3px;
6570 - width: 100%;
6571 - line-height: normal;
6572 - gap: 8px;
6573 -}
6574 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6575 - border-color: var(--e-a-color-txt);
6576 -}
6577 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6578 - display: flex;
6579 -}
6580 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6581 - margin-inline-end: 0;
6582 - flex-shrink: 0;
6583 - position: relative;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6586 - inset-block-start: 0;
6587 -}
6588 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6589 - content: "";
6590 - position: absolute;
6591 - inset-inline-end: -8px;
6592 - width: 1px;
6593 - height: 18px;
6594 - background-color: var(--e-a-border-color);
6595 -}
6596 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6597 - margin-inline-start: 12px;
6598 - margin-inline-end: 4px;
6599 - font-size: 24px;
6600 - color: var(--e-a-color-txt);
6601 -}
6602 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6603 - margin-inline-start: 8px;
6604 - margin-inline-end: 0;
6605 - font-size: 24px;
6606 - color: var(--e-a-color-txt);
6607 -}
6608 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6609 - flex: 0 0 auto;
6610 - margin: 0;
6611 - cursor: pointer;
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6614 - margin-inline: 0;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6617 - display: inline;
6618 - background: transparent;
6619 - padding: 0;
6620 - border-radius: 0;
6621 - vertical-align: baseline;
6622 - text-decoration: underline;
6623 - cursor: pointer;
6624 - margin-inline-start: 0;
6625 -}
6626 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6627 - background: transparent;
6628 -}
6629 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6630 - color: var(--e-a-color-primary-bold);
6631 - text-decoration: underline;
6632 - cursor: pointer;
6633 - margin-inline-start: 4px;
6634 -}
6635 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6636 - text-decoration: none;
6637 -}
6638 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6639 - display: none;
6640 - border: none;
6641 - padding: 0;
6642 - border-radius: 0;
6643 - margin-inline-start: 0;
6644 - background: transparent;
6645 - transition: background-color 0.2s;
6646 - padding: 3px 8px;
6647 -}
6648 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6649 - background-color: var(--e-a-btn-bg-primary-hover);
6650 - border-radius: 3px;
6651 -}
6652 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6653 - color: var(--e-a-btn-bg-accent);
6654 - text-decoration: none;
6655 - display: flex;
6656 - align-items: center;
6657 - gap: 4px;
6658 - font-size: 14px;
6659 - font-weight: 500;
6660 -}
6661 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6662 - margin: 0;
6663 - font-size: 14px;
6664 -}
6665 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6666 - display: none;
6667 -}
6668 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6669 - color: var(--e-a-color-txt-muted);
6670 - margin-inline: 5px;
6671 -}
6672 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6673 - color: var(--e-a-color-info);
6674 - text-decoration: underline;
6675 -}
6676 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6677 - text-decoration: none;
6678 -}
6679 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6680 - display: flex;
6681 - align-items: center;
6682 - gap: 6px;
6683 - padding: 6px 12px;
6684 - border: none;
6685 - border-radius: 20px;
6686 - font-size: 14px;
6687 - font-weight: 500;
6688 - cursor: pointer;
6689 - transition: opacity 0.2s;
6690 - margin-inline-start: auto;
6691 -}
6692 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6693 - opacity: 0.8;
6694 -}
6695 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6696 - margin: 0;
6697 - font-size: 14px;
6698 -}
6699 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6700 - background-color: var(--e-a-bg-info);
6701 - color: var(--e-a-color-info);
6702 -}
6703 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6704 - color: var(--e-a-color-info);
6705 -}
6706 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6707 - background-color: var(--e-a-bg-warning);
6708 - color: var(--e-a-btn-bg-warning-hover);
6709 -}
6710 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6711 - color: var(--e-a-btn-bg-warning-hover);
6712 -}
6713 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6714 - display: none;
6715 - margin-inline-start: 8px;
6716 - align-items: center;
6717 - gap: 6px;
6718 -}
6719 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6720 - display: inline-flex !important;
6721 -}
6722 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6723 - text-decoration: underline;
6724 - cursor: pointer;
6725 -}
6726 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6727 - cursor: pointer;
6728 - font-size: 14px;
6729 -}
6730 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6731 - inset-block-start: 75px;
6732 - inset-inline-start: 230px;
6733 -}
6734 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6735 - display: none;
6736 -}
6737 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6738 - display: inline;
6739 -}
6740 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6741 - display: none;
6742 -}
6743 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6744 - border-color: var(--e-a-border-color);
6745 -}
6746 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6747 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6749 - color: var(--e-a-color-txt-disabled);
6750 -}
6751 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6752 - background-color: var(--e-a-color-txt-disabled);
6753 -}
6754 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6755 - border-color: var(--e-a-border-color);
6756 -}
6757 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6758 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6759 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6760 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6761 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6762 - color: var(--e-a-color-txt-disabled);
6763 -}
6764 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6765 - background-color: var(--e-a-color-txt-disabled);
6766 -}
6767 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6768 - display: inline-flex;
6769 -}
6770 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6771 - display: none;
6772 -}
6773 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6774 - display: block;
6775 -}
6776 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6777 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6778 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6779 - pointer-events: none;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6782 - display: block;
6783 - margin-block-start: 15px;
6784 -}
6785 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6786 - align-self: center;
6787 - margin-block-start: 20px;
6788 - float: none;
6789 -}
6790 6203
6791 6204 #elementor-template-library-save-template-name {
6792 6205 width: 500px;
6793 6206 padding-inline-start: 25px;
@@ -6881,11 +6294,11 @@
6881 6294 }
6882 6295
6883 6296 .elementor-template-library-blank-footer {
6884 6297 position: absolute;
6885 - inset-block-end: 70px;
6886 - inset-inline-start: 50%;
6887 - transform: translateX(calc(-50% * var(--direction-multiplier)));
6298 + bottom: 70px;
6299 + left: 50%;
6300 + transform: translateX(-50%);
6888 6301 font-style: italic;
6889 6302 color: var(--e-a-color-txt-muted);
6890 6303 }
6891 6304 @media (max-height: 700px) {
@@ -6918,11 +6331,9 @@
6918 6331 margin-block-start: 10px;
6919 6332 }
6920 6333
6921 6334 #elementor-library--infotip__dialog,
6922 -#elementor-library--connect_infotip__dialog,
6923 -#elementor-library--cloud-upgrade__dialog,
6924 -#elementor-library--site-info__dialog {
6335 +#elementor-library--connect_infotip__dialog {
6925 6336 position: absolute;
6926 6337 z-index: 10000;
6927 6338 background-color: var(--e-a-bg-default);
6928 6339 box-shadow: var(--e-a-popover-shadow);
@@ -6927,39 +6338,19 @@
6927 6338 background-color: var(--e-a-bg-default);
6928 6339 box-shadow: var(--e-a-popover-shadow);
6929 6340 border-radius: var(--e-a-border-radius);
6930 6341 }
6931 -#elementor-library--infotip__dialog.variant-b,
6932 -#elementor-library--connect_infotip__dialog.variant-b,
6933 -#elementor-library--cloud-upgrade__dialog.variant-b,
6934 -#elementor-library--site-info__dialog.variant-b {
6935 - width: 200px;
6936 - color: var(--e-a-color-txt-invert);
6937 - background-color: var(--e-a-bg-secondary);
6938 -}
6939 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6940 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6941 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6942 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6943 - padding: 4px 8px 4px 8px;
6944 -}
6945 6342 #elementor-library--infotip__dialog__title,
6946 -#elementor-library--connect_infotip__dialog__title,
6947 -#elementor-library--cloud-upgrade__dialog__title,
6948 -#elementor-library--site-info__dialog__title {
6343 +#elementor-library--connect_infotip__dialog__title {
6949 6344 font-size: 14px;
6950 6345 }
6951 6346 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6952 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6953 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6954 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6347 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6955 6348 padding: 10px 0 10px 10px;
6956 6349 float: inline-end;
6957 6350 }
6958 6351 #elementor-library--infotip__dialog .dialog-button,
6959 -#elementor-library--connect_infotip__dialog .dialog-button,
6960 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6961 -#elementor-library--site-info__dialog .dialog-button {
6352 +#elementor-library--connect_infotip__dialog .dialog-button {
6962 6353 padding: 7px 25px;
6963 6354 font-size: 13px;
6964 6355 background: none;
6965 6356 color: var(--e-a-btn-bg-accent);
@@ -6967,11 +6358,9 @@
6967 6358 font-weight: 500;
6968 6359 cursor: pointer;
6969 6360 }
6970 6361 #elementor-library--infotip__dialog:after,
6971 -#elementor-library--connect_infotip__dialog:after,
6972 -#elementor-library--cloud-upgrade__dialog:after,
6973 -#elementor-library--site-info__dialog:after {
6362 +#elementor-library--connect_infotip__dialog:after {
6974 6363 content: "";
6975 6364 position: absolute;
6976 6365 inset-inline-end: 46%;
6977 6366 transform: scaleX(0.7);
@@ -6984,14 +6373,11 @@
6984 6373 #elementor-library--infotip__dialog .dialog-message {
6985 6374 padding: 20px 20px 0px 20px;
6986 6375 }
6987 6376 #elementor-library--infotip__dialog:after {
6988 - inset-block-start: 100%;
6989 - border-block-start-color: var(--e-a-bg-default);
6377 + top: 100%;
6378 + border-top-color: var(--e-a-bg-default);
6990 6379 }
6991 -#elementor-library--infotip__dialog.variant-b:after {
6992 - border-block-start-color: var(--e-a-bg-secondary);
6993 -}
6994 6380
6995 6381 #elementor-library--connect_infotip__dialog {
6996 6382 width: 265px;
6997 6383 }
@@ -6997,207 +6383,13 @@
6997 6383 }
6998 6384 #elementor-library--connect_infotip__dialog .dialog-message {
6999 6385 padding: 20px;
7000 6386 }
7001 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
7002 - inset-block-end: 100%;
7003 - border-block-end-color: var(--e-a-bg-default);
6387 +#elementor-library--connect_infotip__dialog:after {
6388 + bottom: 100%;
6389 + border-bottom-color: var(--e-a-bg-default);
7004 6390 }
7005 -#elementor-library--connect_infotip__dialog.variant-b:after {
7006 - border-block-start-color: var(--e-a-bg-secondary);
7007 - inset-block-start: 100%;
7008 -}
7009 -#elementor-library--connect_infotip__dialog.variant-b {
7010 - width: 265px;
7011 -}
7012 6391
7013 -#elementor-library--cloud-upgrade__dialog {
7014 - width: 265px;
7015 -}
7016 -#elementor-library--cloud-upgrade__dialog:after {
7017 - inset-block-start: 100%;
7018 - border-block-start-color: var(--e-a-bg-default);
7019 -}
7020 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7021 - border-block-start-color: var(--e-a-bg-secondary);
7022 -}
7023 -
7024 -#elementor-library--site-info__dialog {
7025 - width: 265px;
7026 -}
7027 -#elementor-library--site-info__dialog:after {
7028 - inset-block-start: 100%;
7029 - border-block-start-color: var(--e-a-bg-default);
7030 -}
7031 -#elementor-library--site-info__dialog.variant-b:after {
7032 - border-block-start-color: var(--e-a-bg-secondary);
7033 -}
7034 -
7035 -.elementor-global-styles-dialog {
7036 - --gsd-color-text-primary: #0c0d0e;
7037 - --gsd-color-text-secondary: #3f444b;
7038 - --gsd-color-text-tertiary: #69727D;
7039 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7040 - --gsd-color-primary-main: #f0abfc;
7041 - --gsd-color-primary-hover: #e879f9;
7042 - --gsd-color-secondary-main: #515962;
7043 - --gsd-border-radius: 4px;
7044 - --gsd-spacing-horizontal: 24px;
7045 - --gsd-font-family: 'Roboto', sans-serif;
7046 - padding: 16px 0 0;
7047 - min-width: 444px;
7048 -}
7049 -.elementor-global-styles-dialog__header {
7050 - padding: 10px var(--gsd-spacing-horizontal) 0;
7051 - margin-block-end: 16px;
7052 -}
7053 -.elementor-global-styles-dialog__header h2 {
7054 - margin: 0 0 4px;
7055 - font-family: var(--gsd-font-family);
7056 - font-size: 16px;
7057 - font-weight: 500;
7058 - line-height: 1.3;
7059 - color: var(--gsd-color-text-primary);
7060 - letter-spacing: 0.15px;
7061 -}
7062 -.elementor-global-styles-dialog__header p {
7063 - margin: 0;
7064 - font-family: var(--gsd-font-family);
7065 - font-size: 14px;
7066 - font-weight: 400;
7067 - line-height: 20px;
7068 - color: var(--gsd-color-text-secondary);
7069 - letter-spacing: 0.15px;
7070 -}
7071 -.elementor-global-styles-dialog__options {
7072 - display: flex;
7073 - flex-direction: column;
7074 - gap: 12px;
7075 - padding: 0 var(--gsd-spacing-horizontal);
7076 -}
7077 -.elementor-global-styles-dialog__radio-card {
7078 - display: flex;
7079 - gap: 0;
7080 - padding: 12px 8px;
7081 - border: 1px solid var(--gsd-color-divider);
7082 - border-radius: var(--gsd-border-radius);
7083 - cursor: pointer;
7084 - transition: border-color 0.2s ease;
7085 -}
7086 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7087 - border: 2px solid var(--gsd-color-text-primary);
7088 - padding: 11px 7px;
7089 -}
7090 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7091 - flex-shrink: 0;
7092 - width: 20px;
7093 - height: 20px;
7094 - margin: 9px;
7095 - cursor: pointer;
7096 - color: var(--gsd-color-text-tertiary);
7097 - accent-color: var(--gsd-color-text-primary);
7098 -}
7099 -.elementor-global-styles-dialog__radio-card-content {
7100 - display: flex;
7101 - align-items: flex-start;
7102 - flex-direction: column;
7103 - flex: 1;
7104 -}
7105 -.elementor-global-styles-dialog__radio-label {
7106 - font-family: var(--gsd-font-family);
7107 - font-size: 14px;
7108 - font-weight: 500;
7109 - line-height: 18px;
7110 - color: var(--gsd-color-text-primary);
7111 - letter-spacing: 0.15px;
7112 -}
7113 -.elementor-global-styles-dialog__radio-description {
7114 - font-family: var(--gsd-font-family);
7115 - font-size: 12px;
7116 - font-weight: 400;
7117 - line-height: 20px;
7118 - color: var(--gsd-color-text-secondary);
7119 - letter-spacing: 0.4px;
7120 -}
7121 -.elementor-global-styles-dialog__checkbox-container {
7122 - display: flex;
7123 - align-items: flex-start;
7124 - gap: 4px;
7125 - padding: 0;
7126 - margin-block-start: 0;
7127 -}
7128 -.elementor-global-styles-dialog__checkbox-option {
7129 - display: flex;
7130 - align-items: flex-start;
7131 - gap: 4px;
7132 - cursor: pointer;
7133 -}
7134 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7135 - width: 18px;
7136 - height: 18px;
7137 - margin: 4px;
7138 - cursor: pointer;
7139 -}
7140 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7141 - background-color: var(--gsd-color-text-tertiary);
7142 -}
7143 -.elementor-global-styles-dialog__checkbox-label {
7144 - font-family: var(--gsd-font-family);
7145 - font-size: 12px;
7146 - font-weight: 400;
7147 - line-height: 1.43;
7148 - color: var(--gsd-color-text-primary);
7149 - letter-spacing: 0.15px;
7150 - padding-block-start: 4px;
7151 - margin-inline-start: 4px;
7152 -}
7153 -.elementor-global-styles-dialog__checkbox-label a {
7154 - color: #2563eb;
7155 - text-decoration: underline;
7156 -}
7157 -.elementor-global-styles-dialog__checkbox-label a:hover {
7158 - color: #2563eb;
7159 -}
7160 -.elementor-global-styles-dialog__footer {
7161 - display: flex;
7162 - justify-content: flex-end;
7163 - align-items: center;
7164 - gap: 8px;
7165 - padding: 16px var(--gsd-spacing-horizontal);
7166 -}
7167 -.elementor-global-styles-dialog__button-cancel {
7168 - padding: 6px 8px;
7169 - font-family: var(--gsd-font-family);
7170 - font-size: 15px;
7171 - font-weight: 500;
7172 - line-height: 24px;
7173 - letter-spacing: 0.4px;
7174 - color: var(--gsd-color-secondary-main);
7175 - background: transparent;
7176 - border: none;
7177 - border-radius: var(--gsd-border-radius);
7178 - cursor: pointer;
7179 -}
7180 -.elementor-global-styles-dialog__button-cancel:hover {
7181 - background: rgba(0, 0, 0, 0.04);
7182 -}
7183 -.elementor-global-styles-dialog__button-insert {
7184 - padding: 6px 16px;
7185 - font-family: var(--gsd-font-family);
7186 - font-size: 15px;
7187 - font-weight: 500;
7188 - line-height: 24px;
7189 - letter-spacing: 0.4px;
7190 - color: var(--gsd-color-text-primary);
7191 - background: var(--gsd-color-primary-main);
7192 - border: none;
7193 - border-radius: var(--gsd-border-radius);
7194 - cursor: pointer;
7195 -}
7196 -.elementor-global-styles-dialog__button-insert:hover {
7197 - background: var(--gsd-color-primary-hover);
7198 -}
7199 -
7200 6392 .elementor-tags-list {
7201 6393 display: none;
7202 6394 position: absolute;
7203 6395 width: 260px;
@@ -7381,14 +6573,8 @@
7381 6573 cursor: default;
7382 6574 opacity: 0.5;
7383 6575 color: var(--e-a-color-disabled);
7384 6576 }
7385 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7386 - opacity: 1;
7387 -}
7388 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7389 - opacity: 0.5;
7390 -}
7391 6577 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
7392 6578 background-color: var(--e-a-bg-hover);
7393 6579 color: var(--e-a-color-hover);
7394 6580 }
@@ -7417,20 +6603,8 @@
7417 6603 color: var(--e-a-color-primary-bold);
7418 6604 border-radius: 10px;
7419 6605 font-size: 10px;
7420 6606 }
7421 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7422 - display: flex;
7423 - align-items: center;
7424 - justify-content: center;
7425 - width: 24px;
7426 - height: 24px;
7427 - border-radius: 50%;
7428 - background-color: rgba(214, 16, 124, 0.12);
7429 - color: var(--e-a-color-accent-promotion, #D6107C);
7430 - font-size: 16px;
7431 - cursor: pointer;
7432 -}
7433 6607 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7434 6608 font-size: 14px;
7435 6609 font-style: normal;
7436 6610 font-weight: 400;
@@ -7828,9 +7002,9 @@
7828 7002 transition: transform 0.5s;
7829 7003 z-index: 91;
7830 7004 }
7831 7005 .elementor-navigator__element__indicators:not(:hover) {
7832 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
7006 + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width)));
7833 7007 }
7834 7008 .elementor-navigator__element__indicator {
7835 7009 height: 100%;
7836 7010 width: 31px;
@@ -7857,9 +7031,9 @@
7857 7031
7858 7032 .e-notice-bar {
7859 7033 position: absolute;
7860 7034 width: 100%;
7861 - inset-block-end: 0;
7035 + bottom: 0;
7862 7036 display: flex;
7863 7037 align-items: center;
7864 7038 height: 40px;
7865 7039 color: #fff;
@@ -8106,11 +7280,11 @@
8106 7280 flex-direction: column;
8107 7281 align-items: center;
8108 7282 width: 100%;
8109 7283 position: absolute;
8110 - inset-block-start: 50%;
8111 - inset-inline-start: 50%;
8112 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7284 + top: 50%;
7285 + left: 50%;
7286 + transform: translate(-50%, -50%);
8113 7287 padding: 1px;
8114 7288 }
8115 7289 .elementor-icons-manager__tab__item__icon {
8116 7290 font-size: 25px;
@@ -8154,12 +7328,11 @@
8154 7328 }
8155 7329 .pickr .pcr-button:before, .pickr .pcr-button:after {
8156 7330 height: 12px;
8157 7331 width: 12px;
8158 - position: absolute;
8159 - inset-block-start: 50%;
8160 - inset-inline-start: 50%;
8161 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7332 + top: 50%;
7333 + left: 50%;
7334 + transform: translate(-50%, -50%);
8162 7335 }
8163 7336
8164 7337 .pcr-app {
8165 7338 background-color: var(--e-a-bg-default);
@@ -8299,9 +7472,9 @@
8299 7472 }
8300 7473
8301 7474 .select2-selection__arrow {
8302 7475 height: 27px;
8303 - inset-block-start: 0;
7476 + top: 0;
8304 7477 }
8305 7478
8306 7479 .select2-results__option[aria-selected=true] {
8307 7480 background-color: var(--e-a-bg-active);
@@ -8360,10 +7533,11 @@
8360 7533 padding: 0;
8361 7534 margin: 0;
8362 7535 height: 100px;
8363 7536 position: absolute;
8364 - inset-block-start: -60px;
8365 - inset-inline: 0;
7537 + top: -60px;
7538 + left: 0;
7539 + right: 0;
8366 7540 }
8367 7541 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8368 7542 border-color: transparent;
8369 7543 outline: none;
@@ -8390,23 +7564,19 @@
8390 7564 }
8391 7565
8392 7566 [class^=eicon-flex], [class*=" eicon-flex"] {
8393 7567 transition: 0.3s all;
7568 + --is-ltr: 0;
7569 + --is-rtl: 1;
7570 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8394 7571 }
8395 7572 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8396 7573 max-height: 1em;
8397 7574 max-width: 1em;
8398 7575 }
8399 -[class^=eicon-flex], [class*=" eicon-flex"] {
8400 - --is-ltr: 0;
8401 - --is-rtl: 1;
8402 -}
8403 7576 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8404 7577 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8405 7578 }
8406 -[class^=eicon-flex], [class*=" eicon-flex"] {
8407 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8408 -}
8409 7579 :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) {
8410 7580 transform: rotate(calc(var(--rotation-direction) * 90deg));
8411 7581 }
8412 7582 :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) {
@@ -8419,16 +7589,6 @@
8419 7589 transform: rotate(calc(var(--is-rtl) * 180deg));
8420 7590 }
8421 7591 .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) {
8422 7592 transform: rotate(calc(var(--is-ltr) * 180deg));
8423 -}
8424 -
8425 -.elementor-editor-active .embed-media-settings .setting.caption {
8426 - display: none;
8427 -}
8428 -.elementor-editor-active .embed-media-settings .setting.align {
8429 - display: none;
8430 -}
8431 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8432 - display: none;
8433 7593 }
8434 7594 /*# sourceMappingURL=editor-rtl.css.map */