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 +150 -995 4.2.03.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;
@@ -1437,14 +1422,11 @@
1437 1422 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1423 background-color: var(--e-a-bg-hover);
1439 1424 border-color: var(--e-a-border-color-bold);
1440 1425 }
1441 -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full {
1442 - color: var(--e-a-color-accent-promotion);
1426 +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
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,17 +1438,12 @@
1456 1438 }
1457 1439 .elementor-panel .elementor-element .title {
1458 1440 font-size: 12px;
1459 1441 }
1460 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .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 -}
1465 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full {
1466 - color: var(--e-a-color-accent-promotion-disabled);
1467 -}
1468 -.elementor-panel .elementor-element > .eicon-plug {
1469 1446 color: var(--e-a-color-txt-disabled);
1470 1447 }
1471 1448 .elementor-panel .elementor-element:active {
1472 1449 background-color: var(--e-a-bg-hover);
@@ -1576,80 +1553,8 @@
1576 1553 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1577 1554 border: 0;
1578 1555 }
1579 1556
1580 -#elementor-panel-elements-widget-creation-area:empty {
1581 - display: none;
1582 -}
1583 -
1584 -.elementor-panel-elements-widget-creation {
1585 - text-align: center;
1586 - padding: 30px 20px;
1587 -}
1588 -.elementor-panel-elements-widget-creation__title {
1589 - font-size: 14px;
1590 - font-weight: bold;
1591 - line-height: 1.4;
1592 - color: var(--e-a-color-txt);
1593 -}
1594 -.elementor-panel-elements-widget-creation__message {
1595 - margin-block-start: 8px;
1596 - font-size: 13px;
1597 - line-height: 1.6;
1598 - color: var(--e-a-color-txt-muted);
1599 -}
1600 -.elementor-panel-elements-widget-creation__cta {
1601 - display: inline-flex;
1602 - align-items: center;
1603 - gap: 6px;
1604 - margin-block-start: 16px;
1605 - padding: 0;
1606 - border: none;
1607 - background: none;
1608 - color: #C00BB9;
1609 - font-size: 14px;
1610 - font-weight: 500;
1611 - cursor: pointer;
1612 - font-family: var(--e-a-font-family);
1613 -}
1614 -.elementor-panel-elements-widget-creation__cta i {
1615 - font-size: 16px;
1616 -}
1617 -.elementor-panel-elements-widget-creation__cta:hover {
1618 - opacity: 0.8;
1619 -}
1620 -.elementor-panel-elements-widget-creation--search-footer {
1621 - border-block-start: var(--e-a-border);
1622 -}
1623 -
1624 -.elementor-panel-category-custom-widgets-empty {
1625 - grid-column: 1/-1;
1626 - width: 100%;
1627 - padding: 0 16px 16px;
1628 -}
1629 -.elementor-panel-category-custom-widgets-empty__message {
1630 - margin: 0;
1631 - font-size: 12px;
1632 - line-height: 1.6;
1633 - color: var(--e-a-color-txt-muted);
1634 -}
1635 -
1636 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1637 - margin-inline-start: auto;
1638 - padding: 4px 10px;
1639 - border: none;
1640 - background: none;
1641 - color: #C00BB9;
1642 - font-size: 12px;
1643 - font-weight: 500;
1644 - cursor: pointer;
1645 - font-family: var(--e-a-font-family);
1646 - flex-shrink: 0;
1647 -}
1648 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1649 - opacity: 0.8;
1650 -}
1651 -
1652 1557 #elementor-panel-inner {
1653 1558 position: relative;
1654 1559 height: 100%;
1655 1560 display: flex;
@@ -1675,54 +1580,18 @@
1675 1580 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1676 1581 margin-block-start: 20px;
1677 1582 }
1678 1583
1679 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1680 - display: flex;
1681 - flex-direction: column;
1682 -}
1683 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1684 - display: flex;
1685 - flex-direction: column;
1686 - flex: 1;
1687 - min-height: 0;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1690 - position: sticky;
1691 - inset-block-end: 0;
1692 - margin-block-start: auto;
1693 -}
1694 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1695 - margin-block-start: 0;
1696 -}
1697 -
1698 1584 #elementor-panel-get-pro-elements-sticky {
1699 1585 position: sticky;
1700 - inset-block-end: 0;
1701 - margin-block-end: -10px;
1702 -}
1703 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1704 - margin-block-start: -14px;
1705 -}
1706 -
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1708 - display: flex;
1709 - flex-direction: column;
1710 - min-height: 100%;
1711 -}
1712 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1713 - margin-block-start: auto;
1714 -}
1715 -
1716 -#elementor-panel-get-pro-elements-sticky,
1717 -.elementor-panel-editor-sticky-promotion {
1586 + bottom: 0;
1718 1587 font-size: 14px;
1719 1588 font-weight: 400;
1720 1589 line-height: 1.6;
1721 - background-color: var(--e-a-color-white);
1590 + margin-block-end: -10px;
1722 1591 }
1723 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1724 -.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;
1725 1594 min-height: 40px;
1726 1595 display: block;
1727 1596 padding: 9px min(35px, 5%);
1728 1597 gap: 10px;
@@ -1730,18 +1599,16 @@
1730 1599 color: var(--e-a-color-black);
1731 1600 text-align: center;
1732 1601 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1733 1602 }
1734 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1735 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1603 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1736 1604 display: inline-block;
1737 1605 font-size: 13px;
1738 1606 font-weight: 500;
1739 1607 color: var(--e-a-btn-bg-accent);
1740 1608 }
1741 -#elementor-panel-get-pro-elements-sticky img,
1742 -.elementor-panel-editor-sticky-promotion img {
1743 - margin-inline-start: 17px;
1609 +#elementor-panel-get-pro-elements-sticky img {
1610 + margin-left: 17px;
1744 1611 }
1745 1612
1746 1613 #elementor-panel-notice-wrapper .elementor-panel-notice {
1747 1614 width: 90%;
@@ -1768,10 +1635,10 @@
1768 1635 background: var(--e-a-color-primary);
1769 1636 border-radius: 50%;
1770 1637 width: 8px;
1771 1638 height: 8px;
1772 - inset-block-start: 5px;
1773 - inset-inline-end: 5px;
1639 + top: 5px;
1640 + right: 5px;
1774 1641 }
1775 1642
1776 1643 .media-modal.wp-core-ui {
1777 1644 color-scheme: light;
@@ -2016,10 +1883,8 @@
2016 1883 .elementor-group-control-attachment_alert .elementor-control-field-description {
2017 1884 margin-block-start: 0;
2018 1885 }
2019 1886
2020 -.elementor-control-start-end .eicon-text-align-left,
2021 -.elementor-control-start-end .eicon-text-align-right,
2022 1887 .elementor-control-start-end .eicon-h-align-left,
2023 1888 .elementor-control-start-end .eicon-h-align-right {
2024 1889 scale: calc(1 * var(--direction-multiplier)) 1;
2025 1890 }
@@ -2059,9 +1924,9 @@
2059 1924 }
2060 1925 .elementor-control-responsive-switchers__holder {
2061 1926 position: absolute;
2062 1927 width: 100%;
2063 - inset-block-start: 0;
1928 + top: 0;
2064 1929 background-color: var(--e-a-bg-default);
2065 1930 border-radius: var(--e-a-border-radius);
2066 1931 transition: 0.15s;
2067 1932 border: 1px solid transparent;
@@ -2382,9 +2247,9 @@
2382 2247 }
2383 2248 .elementor-control-responsive-switchers__holder {
2384 2249 position: absolute;
2385 2250 width: 100%;
2386 - inset-block-start: 0;
2251 + top: 0;
2387 2252 background-color: var(--e-a-bg-default);
2388 2253 border-radius: var(--e-a-border-radius);
2389 2254 transition: 0.15s;
2390 2255 border: 1px solid transparent;
@@ -2660,9 +2525,9 @@
2660 2525 }
2661 2526 .elementor-control-responsive-switchers__holder {
2662 2527 position: absolute;
2663 2528 width: 100%;
2664 - inset-block-start: 0;
2529 + top: 0;
2665 2530 background-color: var(--e-a-bg-default);
2666 2531 border-radius: var(--e-a-border-radius);
2667 2532 transition: 0.15s;
2668 2533 border: 1px solid transparent;
@@ -2928,11 +2793,11 @@
2928 2793 }
2929 2794
2930 2795 .elementor-control-type-icons .elementor-control-media__preview > * {
2931 2796 position: absolute;
2932 - inset-block-start: 50%;
2933 - inset-inline-start: 50%;
2934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2797 + top: 50%;
2798 + left: 50%;
2799 + transform: translate(-50%, -50%);
2935 2800 }
2936 2801 .elementor-control-type-icons .elementor-control-media__preview i {
2937 2802 font-size: 70px;
2938 2803 }
@@ -3131,19 +2996,8 @@
3131 2996 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3132 2997 background-color: #BABFC5;
3133 2998 border-radius: 10px;
3134 2999 }
3135 -.e-global__group-header {
3136 - padding: 12px 20px 5px;
3137 - font-weight: 500;
3138 - font-size: 11px;
3139 - color: var(--e-a-color-txt-muted);
3140 -}
3141 -.e-global__group-divider {
3142 - height: 1px;
3143 - background-color: var(--e-a-border-color);
3144 - margin: 10px 20px;
3145 -}
3146 3000 .e-global__manage-button {
3147 3001 font-weight: 500;
3148 3002 cursor: pointer;
3149 3003 }
@@ -3159,9 +3013,9 @@
3159 3013 font-size: 13px;
3160 3014 content: "\e90e";
3161 3015 position: absolute;
3162 3016 transform: translateY(-50%);
3163 - inset-block-start: 50%;
3017 + top: 50%;
3164 3018 inset-inline-start: 13px;
3165 3019 }
3166 3020 .e-global__color {
3167 3021 padding: 10px 20px;
@@ -3302,11 +3156,11 @@
3302 3156 display: none;
3303 3157 }
3304 3158 .elementor-control-media .eicon-plus-circle {
3305 3159 position: absolute;
3306 - inset-block-start: 50%;
3307 - inset-inline-start: 50%;
3308 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3160 + top: 50%;
3161 + left: 50%;
3162 + transform: translate(-50%, -50%);
3309 3163 color: var(--e-a-color-white);
3310 3164 font-size: 20px;
3311 3165 }
3312 3166 .elementor-control-media__content__upload-button {
@@ -3329,11 +3183,11 @@
3329 3183 display: none;
3330 3184 }
3331 3185 .elementor-control-media-area .eicon-video-camera {
3332 3186 position: absolute;
3333 - inset-block-start: 50%;
3334 - inset-inline-start: 50%;
3335 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3187 + top: 50%;
3188 + left: 50%;
3189 + transform: translate(-50%, -50%);
3336 3190 color: rgba(255, 255, 255, 0.7);
3337 3191 font-size: 21px;
3338 3192 }
3339 3193 .elementor-control-media .elementor-control-media__content {
@@ -3349,9 +3203,9 @@
3349 3203 background-color: rgba(0, 0, 0, 0.2);
3350 3204 pointer-events: none;
3351 3205 }
3352 3206 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3353 - inset-block-end: -30px;
3207 + bottom: -30px;
3354 3208 }
3355 3209 .elementor-control-media__content {
3356 3210 transition: all 0.2s ease-in-out;
3357 3211 }
@@ -3356,10 +3210,11 @@
3356 3210 transition: all 0.2s ease-in-out;
3357 3211 }
3358 3212 .elementor-control-media__tools {
3359 3213 position: absolute;
3360 - inset-block-end: 0;
3361 - inset-inline: 0;
3214 + bottom: 0;
3215 + left: 0;
3216 + right: 0;
3362 3217 height: 27px;
3363 3218 transition: all 0.2s ease-in-out;
3364 3219 }
3365 3220 .elementor-control-media__tools > *:not(:first-child) {
@@ -3773,9 +3628,9 @@
3773 3628 }
3774 3629 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3775 3630 content: "";
3776 3631 position: absolute;
3777 - inset-block-start: 2px;
3632 + top: 2px;
3778 3633 height: 12px;
3779 3634 width: 11px;
3780 3635 transform: rotate(45deg);
3781 3636 background-color: var(--e-a-color-white);
@@ -3873,9 +3728,9 @@
3873 3728 background-color: var(--e-a-border-color-focus);
3874 3729 }
3875 3730 .elementor-slider .noUi-tooltip {
3876 3731 position: absolute;
3877 - inset-block-start: calc(100% + 5px);
3732 + top: calc(100% + 5px);
3878 3733 left: calc(50% - 4px);
3879 3734 transform: translateX(-50%);
3880 3735 font-size: 10px;
3881 3736 }
@@ -3962,9 +3817,9 @@
3962 3817 transition-property: opacity, background;
3963 3818 }
3964 3819 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3965 3820 position: absolute;
3966 - inset-block-start: 0;
3821 + top: 0;
3967 3822 width: 50%;
3968 3823 text-align: center;
3969 3824 line-height: 20px;
3970 3825 transition: inherit;
@@ -3970,14 +3825,14 @@
3970 3825 transition: inherit;
3971 3826 }
3972 3827 .elementor-control-type-switcher .elementor-switch-label:before {
3973 3828 content: attr(data-off);
3974 - inset-inline-end: 5px;
3829 + right: 5px;
3975 3830 color: var(--e-a-color-txt-muted);
3976 3831 }
3977 3832 .elementor-control-type-switcher .elementor-switch-label:after {
3978 3833 content: attr(data-on);
3979 - inset-inline-start: 5px;
3834 + left: 5px;
3980 3835 color: var(--e-a-btn-color);
3981 3836 opacity: 0;
3982 3837 }
3983 3838 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3990,19 +3845,19 @@
3990 3845 opacity: 1;
3991 3846 }
3992 3847 .elementor-control-type-switcher .elementor-switch-handle {
3993 3848 position: absolute;
3994 - inset-block-start: 1px;
3995 - inset-inline-start: 1px;
3849 + top: 1px;
3850 + left: 1px;
3996 3851 width: 18px;
3997 3852 height: 18px;
3998 3853 background: white;
3999 3854 border-radius: 10px;
4000 - transition: inset-inline-start 0.15s ease-out;
3855 + transition: left 0.15s ease-out;
4001 3856 }
4002 3857 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
4003 - inset-inline-start: initial;
4004 - inset-inline-end: 1px;
3858 + left: initial;
3859 + right: 1px;
4005 3860 }
4006 3861
4007 3862 .elementor-control-type-tabs {
4008 3863 display: none;
@@ -4135,10 +3990,10 @@
4135 3990 }
4136 3991 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4137 3992 display: none;
4138 3993 position: absolute;
4139 - inset-block-start: 5px;
4140 - inset-inline-end: 0;
3994 + top: 5px;
3995 + right: 0;
4141 3996 width: 10px;
4142 3997 height: 10px;
4143 3998 font-size: 10px;
4144 3999 color: var(--e-a-color-txt-disabled);
@@ -4478,11 +4333,11 @@
4478 4333 }
4479 4334
4480 4335 #elementor-panel-revisions-loading {
4481 4336 position: absolute;
4482 - inset-block-start: 50%;
4483 - inset-inline-start: 50%;
4484 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4337 + top: 50%;
4338 + left: 50%;
4339 + transform: translate(-50%, -50%);
4485 4340 }
4486 4341 #elementor-panel-revisions-loading .eicon-loading {
4487 4342 font-size: 50px;
4488 4343 }
@@ -4566,10 +4421,10 @@
4566 4421 .e-control-display-conditions-promotion__wrapper {
4567 4422 display: flex;
4568 4423 justify-content: space-between;
4569 4424 }
4570 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4571 - 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);
4572 4427 }
4573 4428 .e-control-display-conditions-promotion__description {
4574 4429 display: flex;
4575 4430 align-self: center;
@@ -4582,11 +4437,8 @@
4582 4437 display: flex;
4583 4438 justify-content: center;
4584 4439 align-items: center;
4585 4440 }
4586 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4587 - color: var(--e-a-color-accent-promotion-disabled);
4588 -}
4589 4441 .e-control-display-conditions-promotion.eicon-flow {
4590 4442 align-self: flex-end;
4591 4443 cursor: pointer;
4592 4444 border: var(--e-a-border-bold);
@@ -4597,10 +4449,10 @@
4597 4449 background-color: var(--e-a-bg-active);
4598 4450 color: #E73CF6;
4599 4451 }
4600 4452
4601 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4602 - 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);
4603 4455 }
4604 4456 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4605 4457 margin-inline-end: 0;
4606 4458 }
@@ -4625,11 +4477,8 @@
4625 4477 display: flex;
4626 4478 justify-content: center;
4627 4479 align-items: center;
4628 4480 }
4629 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4630 - color: var(--e-a-color-accent-promotion-disabled);
4631 -}
4632 4481
4633 4482 .e-link-promotion {
4634 4483 font-family: "Roboto", sans-serif;
4635 4484 font-weight: 500;
@@ -5147,20 +4996,8 @@
5147 4996 background-color: #fff;
5148 4997 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5149 4998 }
5150 4999
5151 -#elementor-template-library-modal button:focus-visible,
5152 -#elementor-template-library-modal a:focus-visible,
5153 -#elementor-template-library-modal input:focus-visible,
5154 -#elementor-template-library-modal select:focus-visible,
5155 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5156 -#elementor-template-library-modal [role=tab]:focus-visible,
5157 -#elementor-template-library-modal [role=radio]:focus-visible,
5158 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5159 - outline: 2px solid var(--e-a-border-color-focus);
5160 - outline-offset: 2px;
5161 - border-radius: 2px;
5162 -}
5163 5000 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5164 5001 font-style: normal;
5165 5002 text-decoration: underline;
5166 5003 }
@@ -5172,10 +5009,10 @@
5172 5009 }
5173 5010 #elementor-template-library-modal .dialog-message {
5174 5011 overflow-y: scroll;
5175 5012 }
5176 -#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 {
5177 - overflow-y: auto;
5013 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5014 + overflow-y: hidden;
5178 5015 }
5179 5016 #elementor-template-library-modal .e-back-to-editor {
5180 5017 color: var(--e-a-color-txt);
5181 5018 text-decoration: underline;
@@ -5191,21 +5028,14 @@
5191 5028 display: inline-block;
5192 5029 padding: 17px 20px;
5193 5030 border-block-end: 3px solid transparent;
5194 5031 cursor: pointer;
5195 - background: transparent;
5196 - margin: 0;
5197 - font-size: inherit;
5198 - font-family: inherit;
5199 - color: inherit;
5200 - border: none;
5201 5032 }
5202 5033 .elementor-template-library-menu-item:hover {
5203 5034 background-color: var(--e-a-bg-hover);
5204 5035 border-color: var(--e-a-bg-hover);
5205 5036 }
5206 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5207 - border-block-end: 3px solid;
5037 +.elementor-template-library-menu-item.elementor-active {
5208 5038 border-color: var(--e-a-border-color-accent);
5209 5039 color: var(--e-a-color-txt-accent);
5210 5040 }
5211 5041
@@ -5211,25 +5041,11 @@
5211 5041
5212 5042 #elementor-template-library-header-actions {
5213 5043 display: flex;
5214 5044 }
5215 -#elementor-template-library-header-actions > div,
5216 -#elementor-template-library-header-actions > button {
5217 - background: transparent;
5218 - margin: 0;
5219 - font-size: inherit;
5220 - font-family: inherit;
5221 - color: inherit;
5222 - border: none;
5045 +#elementor-template-library-header-actions > div {
5223 5046 padding-inline-end: 16px;
5224 - cursor: pointer;
5225 5047 }
5226 -#elementor-template-library-header-actions > div:focus-visible,
5227 -#elementor-template-library-header-actions > button:focus-visible {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: -2px;
5230 - border-radius: 2px;
5231 -}
5232 5048
5233 5049 #elementor-template-library-header-tools.e-hidden-disabled {
5234 5050 opacity: 0;
5235 5051 visibility: hidden;
@@ -5251,25 +5067,8 @@
5251 5067 border-inline-end: var(--e-a-border);
5252 5068 cursor: pointer;
5253 5069 transition: color 0.5s;
5254 5070 }
5255 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5256 - background: transparent;
5257 - margin: 0;
5258 - font-size: inherit;
5259 - font-family: inherit;
5260 - color: inherit;
5261 - border: none;
5262 - display: flex;
5263 - align-items: center;
5264 - gap: 10px;
5265 - cursor: pointer;
5266 -}
5267 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5268 - outline: 2px solid var(--e-a-border-color-focus);
5269 - outline-offset: 2px;
5270 - border-radius: 2px;
5271 -}
5272 5071 #elementor-template-library-header-preview-back:hover {
5273 5072 color: var(--e-a-color-txt-hover);
5274 5073 }
5275 5074 #elementor-template-library-header-preview-back i {
@@ -5302,20 +5101,15 @@
5302 5101 }
5303 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 {
5304 5103 display: flex;
5305 5104 align-items: baseline;
5306 - border-radius: 3px;
5307 5105 }
5308 -#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 {
5309 - outline: 2px solid var(--e-a-border-color-focus);
5310 - outline-offset: 2px;
5311 -}
5312 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 {
5313 5107 align-items: center;
5314 5108 }
5315 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 {
5316 5110 font-size: 14px;
5317 - margin-inline-start: 5px;
5111 + margin-left: 5px;
5318 5112 }
5319 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 {
5320 5114 width: 200px;
5321 5115 margin: 0px 10px;
@@ -5414,14 +5208,8 @@
5414 5208 align-items: center;
5415 5209 gap: 8px;
5416 5210 }
5417 5211 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5418 - background: transparent;
5419 - margin: 0;
5420 - font-size: inherit;
5421 - font-family: inherit;
5422 - color: inherit;
5423 - border: none;
5424 5212 cursor: pointer;
5425 5213 font-size: 20px;
5426 5214 padding: 0 5px;
5427 5215 border-radius: 2px;
@@ -5461,19 +5249,15 @@
5461 5249 padding: 8px;
5462 5250 border: var(--e-a-border);
5463 5251 border-radius: 3px;
5464 5252 }
5465 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5466 - outline: 2px solid var(--e-a-border-color-focus);
5467 - outline-offset: 2px;
5468 -}
5469 -#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 {
5470 5254 display: flex;
5471 5255 }
5472 -#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 {
5473 5257 display: none;
5474 5258 }
5475 -#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 {
5476 5260 display: flex !important;
5477 5261 }
5478 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 {
5479 5263 width: 190px;
@@ -5479,14 +5263,14 @@
5479 5263 width: 190px;
5480 5264 height: 100px;
5481 5265 position: relative;
5482 5266 border-radius: 3px;
5483 - margin-block-end: 4px;
5267 + margin-bottom: 4px;
5484 5268 overflow: hidden;
5485 5269 }
5486 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 {
5487 - -o-object-fit: contain;
5488 - object-fit: contain;
5271 + -o-object-fit: cover;
5272 + object-fit: cover;
5489 5273 width: 100%;
5490 5274 height: 100%;
5491 5275 }
5492 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 {
@@ -5568,29 +5352,16 @@
5568 5352 gap: 20px;
5569 5353 align-items: center;
5570 5354 flex: 1;
5571 5355 }
5572 -#elementor-template-library-templates .bulk-selection-action-bar button {
5573 - background: transparent;
5574 - margin: 0;
5575 - font-size: inherit;
5576 - font-family: inherit;
5577 - color: inherit;
5578 - border: none;
5356 +#elementor-template-library-templates .bulk-selection-action-bar i {
5579 5357 cursor: pointer;
5580 - display: flex;
5581 - align-items: center;
5582 - justify-content: center;
5358 + font-size: 18px;
5583 5359 }
5584 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5360 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5585 5361 pointer-events: none;
5586 5362 opacity: 0.3;
5587 - cursor: not-allowed;
5588 5363 }
5589 -#elementor-template-library-templates .bulk-selection-action-bar i {
5590 - cursor: pointer;
5591 - font-size: 18px;
5592 -}
5593 5364 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5594 5365 font-size: 20px;
5595 5366 }
5596 5367 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5626,12 +5397,12 @@
5626 5397 background: var(--e-a-bg-active);
5627 5398 }
5628 5399 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5629 5400 position: relative;
5630 - inset-block-start: 3px;
5401 + top: 3px;
5631 5402 }
5632 5403 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5633 - inset-block-start: 0px;
5404 + top: 0px;
5634 5405 }
5635 5406 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5636 5407 #elementor-template-library-templates #bulk-select-all:checked {
5637 5408 background: #69727D;
@@ -5672,11 +5443,11 @@
5672 5443 .elementor-template-library-filter-select-source .source-option i {
5673 5444 margin-inline-end: 5px;
5674 5445 }
5675 5446 .elementor-template-library-filter-select-source .source-option .new-badge {
5676 - border: 1px solid var(--e-a-color-primary-bold-dark);
5447 + border: 1px solid var(--e-a-color-primary-bold);
5677 5448 padding: 2px 4px;
5678 - color: var(--e-a-color-primary-bold-dark);
5449 + color: var(--e-a-color-primary-bold);
5679 5450 border-radius: 10px;
5680 5451 font-size: 10px;
5681 5452 margin-inline-start: 5px;
5682 5453 }
@@ -5683,52 +5454,8 @@
5683 5454 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5684 5455 background-color: var(--e-a-bg-hover);
5685 5456 }
5686 5457
5687 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5688 - display: flex;
5689 - align-items: center;
5690 - justify-content: space-between;
5691 -}
5692 -
5693 -#elementor-template-library-toolbar .source-option-badge,
5694 -.elementor-template-library-connect-states-badge .source-option-badge {
5695 - display: flex;
5696 - align-items: center;
5697 - gap: 6px;
5698 - padding: 6px 12px;
5699 - border: none;
5700 - border-radius: 20px;
5701 - font-size: 14px;
5702 - font-weight: 500;
5703 - white-space: nowrap;
5704 - margin-inline-start: auto;
5705 - margin-inline-end: 15px;
5706 -}
5707 -#elementor-template-library-toolbar .source-option-badge i,
5708 -.elementor-template-library-connect-states-badge .source-option-badge i {
5709 - margin: 0;
5710 - font-size: 14px;
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5714 - background-color: var(--e-a-bg-info);
5715 - color: var(--e-a-color-info);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5719 - color: var(--e-a-color-info);
5720 -}
5721 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5722 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5723 - background-color: var(--e-a-bg-warning);
5724 - color: var(--e-a-btn-bg-warning-hover);
5725 -}
5726 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5727 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5728 - color: var(--e-a-btn-bg-warning-hover);
5729 -}
5730 -
5731 5458 #elementor-template-library-filter-toolbar-remote {
5732 5459 font-size: 11px;
5733 5460 }
5734 5461
@@ -5803,9 +5530,9 @@
5803 5530 content: "\e923";
5804 5531 }
5805 5532
5806 5533 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5807 - margin-block-end: 10px;
5534 + margin-bottom: 10px;
5808 5535 }
5809 5536
5810 5537 #elementor-template-library-filter-text-wrapper {
5811 5538 width: 200px;
@@ -5817,9 +5544,9 @@
5817 5544 inset-inline-end: 0;
5818 5545 transform: translateY(-50%);
5819 5546 }
5820 5547 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5821 - inset-block-start: 25%;
5548 + top: 25%;
5822 5549 }
5823 5550
5824 5551 #elementor-template-library-filter-text {
5825 5552 border: none;
@@ -5846,32 +5573,19 @@
5846 5573 padding: 8px;
5847 5574 border: var(--e-a-border);
5848 5575 border-radius: 3px;
5849 5576 }
5850 -.elementor-template-library-template-remote:focus-visible {
5851 - outline: 2px solid var(--e-a-border-color-focus);
5852 - outline-offset: 2px;
5853 -}
5854 -.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 {
5855 5578 background-color: var(--e-a-bg-hover);
5856 5579 }
5857 -.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 {
5858 - opacity: 1;
5859 -}
5860 -.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 {
5861 5581 display: none;
5862 5582 }
5863 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5864 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5865 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5866 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5867 - display: initial;
5868 -}
5869 -.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 {
5870 5584 opacity: 0;
5871 5585 }
5872 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5873 -.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 {
5874 5588 display: none;
5875 5589 }
5876 5590 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5877 5591 content: var(--elementor-template-library-subscription-plan-label);
@@ -5906,9 +5620,9 @@
5906 5620 }
5907 5621 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5908 5622 display: none;
5909 5623 }
5910 -.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 {
5911 5625 transform: translateY(100%);
5912 5626 }
5913 5627 .elementor-template-library-template-remote .elementor-template-library-template-body {
5914 5628 position: relative;
@@ -5933,11 +5647,11 @@
5933 5647 }
5934 5648 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5935 5649 font-size: 20px;
5936 5650 position: absolute;
5937 - inset-block-start: 50%;
5938 - inset-inline-start: 50%;
5939 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5651 + top: 50%;
5652 + left: 50%;
5653 + transform: translate(-50%, -50%);
5940 5654 }
5941 5655 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5942 5656 display: flex;
5943 5657 justify-content: space-between;
@@ -5957,22 +5671,10 @@
5957 5671 .elementor-template-library-template-remote .elementor-template-library-favorite {
5958 5672 margin-inline-start: auto;
5959 5673 }
5960 5674 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5961 - position: absolute;
5962 - width: 1px;
5963 - height: 1px;
5964 - padding: 0;
5965 - margin: -1px;
5966 - overflow: hidden;
5967 - clip: rect(0, 0, 0, 0);
5968 - white-space: nowrap;
5969 - border: 0;
5675 + display: none;
5970 5676 }
5971 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5972 - outline: 2px solid var(--e-a-border-color-focus);
5973 - outline-offset: 2px;
5974 -}
5975 5677 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5976 5678 content: "\e93f";
5977 5679 color: var(--e-a-color-primary-bold);
5978 5680 }
@@ -6091,22 +5793,11 @@
6091 5793 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6092 5794 inset-block-start: 100%;
6093 5795 inset-inline-end: 0;
6094 5796 z-index: 1;
6095 - list-style: none;
6096 - margin: 0;
6097 - padding: 0;
6098 5797 }
6099 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6100 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6101 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6102 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6103 - background: transparent;
6104 - margin: 0;
6105 - font-size: inherit;
6106 - font-family: inherit;
6107 - color: inherit;
6108 - 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 {
6109 5800 padding: 10px 20px;
6110 5801 font-size: 11px;
6111 5802 cursor: pointer;
6112 5803 display: flex;
@@ -6111,21 +5802,25 @@
6111 5802 cursor: pointer;
6112 5803 display: flex;
6113 5804 align-items: center;
6114 5805 gap: 8px;
6115 - width: 100%;
6116 5806 }
6117 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6118 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6119 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6120 -.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 {
6121 5809 cursor: not-allowed;
6122 5810 color: var(--e-a-color-txt-disabled);
6123 5811 }
6124 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6125 -.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 {
6126 5819 color: var(--e-a-color-txt);
6127 - text-decoration: none;
5820 + display: flex;
5821 + align-items: center;
5822 + gap: 8px;
6128 5823 }
6129 5824 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6130 5825 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6131 5826 color: var(--e-a-color-danger);
@@ -6137,14 +5832,8 @@
6137 5832 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6138 5833 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6139 5834 margin-inline-start: auto;
6140 5835 cursor: pointer;
6141 - background: none;
6142 - border: none;
6143 - padding: 0;
6144 - display: flex;
6145 - align-items: center;
6146 - justify-content: center;
6147 5836 }
6148 5837 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6149 5838 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6150 5839 font-size: 20px;
@@ -6211,11 +5900,9 @@
6211 5900 display: flex;
6212 5901 align-items: center;
6213 5902 }
6214 5903 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6215 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6216 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6217 -.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 {
6218 5905 cursor: pointer;
6219 5906 transition: color 0.5s;
6220 5907 }
6221 5908 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6300,18 +5987,18 @@
6300 5987 #elementor-template-library-save-template-form > * {
6301 5988 height: 55px;
6302 5989 font-size: 16px;
6303 5990 }
5991 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
5992 + display: block;
5993 + width: 500px;
5994 + margin: 0 auto;
5995 +}
6304 5996 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6305 5997 height: 55px;
6306 5998 font-size: 16px;
6307 5999 margin-block-end: 15px;
6308 6000 }
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6310 - display: block;
6311 - width: 500px;
6312 - margin: 0 auto;
6313 -}
6314 6001 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6315 6002 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6316 6003 display: none;
6317 6004 }
@@ -6337,24 +6024,15 @@
6337 6024 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6338 6025 display: inline;
6339 6026 background: var(--e-a-bg-hover);
6340 6027 padding: 0 2px 1px;
6341 - border: none;
6342 6028 border-radius: 2px;
6343 6029 vertical-align: bottom;
6344 6030 cursor: pointer;
6345 - font-family: inherit;
6346 - font-size: inherit;
6347 - color: inherit;
6348 - line-height: inherit;
6349 6031 }
6350 6032 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6351 6033 background: var(--e-a-bg-active);
6352 6034 }
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6354 - outline: 2px solid var(--e-a-border-color-focus);
6355 - outline-offset: 2px;
6356 -}
6357 6035 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6358 6036 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6359 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,
6360 6038 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6407,9 +6085,9 @@
6407 6085 position: relative;
6408 6086 }
6409 6087 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6410 6088 background: #69727D;
6411 - inset-block-start: -3px;
6089 + top: -3px;
6412 6090 position: relative;
6413 6091 }
6414 6092 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6415 6093 position: relative;
@@ -6418,22 +6096,18 @@
6418 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 {
6419 6097 white-space: nowrap;
6420 6098 text-overflow: ellipsis;
6421 6099 overflow: hidden;
6422 - overflow: visible;
6423 - display: inline-flex;
6424 - align-items: baseline;
6425 6100 line-height: 27px;
6426 6101 }
6427 6102 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6428 6103 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6429 - flex-shrink: 0;
6430 6104 position: relative;
6431 - inset-block-start: 2px;
6105 + top: 2px;
6432 6106 }
6433 6107 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6434 6108 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6435 - inset-block-start: -2px;
6109 + top: -2px;
6436 6110 }
6437 6111 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6438 6112 vertical-align: bottom;
6439 6113 }
@@ -6444,26 +6118,15 @@
6444 6118 }
6445 6119 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6446 6120 display: none;
6447 6121 margin-inline-end: 5px;
6448 - align-items: baseline;
6449 - white-space: nowrap;
6450 - text-overflow: ellipsis;
6451 - overflow: hidden;
6452 6122 }
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6454 - display: inline-flex !important;
6455 -}
6456 6123 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6457 6124 text-decoration: underline;
6458 6125 cursor: pointer;
6459 - white-space: nowrap;
6460 - text-overflow: ellipsis;
6461 - overflow: hidden;
6462 6126 }
6463 6127 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6464 6128 cursor: pointer;
6465 - flex-shrink: 0;
6466 6129 }
6467 6130 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6468 6131 color: var(--e-a-color-primary-bold);
6469 6132 font-size: 14px;
@@ -6473,9 +6136,9 @@
6473 6136 }
6474 6137 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6475 6138 display: none;
6476 6139 position: absolute;
6477 - inset-block-start: 40px;
6140 + top: 40px;
6478 6141 background-color: var(--e-a-bg-default);
6479 6142 min-width: 187px;
6480 6143 overflow: auto;
6481 6144 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
@@ -6499,9 +6162,8 @@
6499 6162 }
6500 6163 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6501 6164 padding: 5px 15px;
6502 6165 cursor: pointer;
6503 - list-style: none;
6504 6166 }
6505 6167 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6506 6168 display: none;
6507 6169 }
@@ -6510,15 +6172,11 @@
6510 6172 }
6511 6173 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6512 6174 text-decoration: underline;
6513 6175 }
6514 -#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 {
6515 6177 background: var(--e-a-border-color);
6516 6178 }
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6518 - outline: 2px solid var(--e-a-border-color-focus);
6519 - outline-offset: -2px;
6520 -}
6521 6179 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6522 6180 pointer-events: none;
6523 6181 opacity: 0.3;
6524 6182 }
@@ -6524,9 +6182,10 @@
6524 6182 }
6525 6183 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6526 6184 text-align: center;
6527 6185 font-size: 13px;
6528 - margin: 0 20px;
6186 + width: 155px;
6187 + margin: 0 auto;
6529 6188 padding-block: 15px;
6530 6189 pointer-events: none;
6531 6190 }
6532 6191 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6540,259 +6199,8 @@
6540 6199 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6541 6200 pointer-events: none;
6542 6201 opacity: 0.3;
6543 6202 }
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6545 - display: flex;
6546 - flex-direction: column;
6547 - width: 600px;
6548 - text-align: start;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6551 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6552 - font-size: 12px;
6553 - font-weight: 400;
6554 - color: var(--e-a-color-txt);
6555 -}
6556 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6557 - width: 100%;
6558 - padding: 12px 15px;
6559 - border: var(--e-a-border-bold);
6560 - border-radius: 3px;
6561 - margin-block-end: 0;
6562 -}
6563 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6564 - border: none;
6565 - padding: 0;
6566 - gap: 12px;
6567 - margin-block-start: 20px;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6570 - display: flex;
6571 - align-items: center;
6572 - padding: 12px 15px;
6573 - border: var(--e-a-border-bold);
6574 - border-radius: 3px;
6575 - width: 100%;
6576 - line-height: normal;
6577 - gap: 8px;
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6580 - border-color: var(--e-a-color-txt);
6581 -}
6582 -#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 {
6583 - display: flex;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6586 - margin-inline-end: 0;
6587 - flex-shrink: 0;
6588 - position: relative;
6589 -}
6590 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6591 - inset-block-start: 0;
6592 -}
6593 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6594 - content: "";
6595 - position: absolute;
6596 - inset-inline-end: -8px;
6597 - width: 1px;
6598 - height: 18px;
6599 - background-color: var(--e-a-border-color);
6600 -}
6601 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6602 - margin-inline-start: 12px;
6603 - margin-inline-end: 4px;
6604 - font-size: 24px;
6605 - color: var(--e-a-color-txt);
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6608 - margin-inline-start: 8px;
6609 - margin-inline-end: 0;
6610 - font-size: 24px;
6611 - color: var(--e-a-color-txt);
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6614 - flex: 0 0 auto;
6615 - margin: 0;
6616 - cursor: pointer;
6617 -}
6618 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6619 - margin-inline: 0;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6622 - display: inline;
6623 - background: transparent;
6624 - padding: 0;
6625 - border-radius: 0;
6626 - vertical-align: baseline;
6627 - text-decoration: underline;
6628 - cursor: pointer;
6629 - margin-inline-start: 0;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6632 - background: transparent;
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6635 - color: var(--e-a-color-primary-bold);
6636 - text-decoration: underline;
6637 - cursor: pointer;
6638 - margin-inline-start: 4px;
6639 -}
6640 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6641 - text-decoration: none;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6644 - display: none;
6645 - border: none;
6646 - padding: 0;
6647 - border-radius: 0;
6648 - margin-inline-start: 0;
6649 - background: transparent;
6650 - transition: background-color 0.2s;
6651 - padding: 3px 8px;
6652 -}
6653 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6654 - background-color: var(--e-a-btn-bg-primary-hover);
6655 - border-radius: 3px;
6656 -}
6657 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6658 - color: var(--e-a-btn-bg-accent);
6659 - text-decoration: none;
6660 - display: flex;
6661 - align-items: center;
6662 - gap: 4px;
6663 - font-size: 14px;
6664 - font-weight: 500;
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6667 - margin: 0;
6668 - font-size: 14px;
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6671 - display: none;
6672 -}
6673 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6674 - color: var(--e-a-color-txt-muted);
6675 - margin-inline: 5px;
6676 -}
6677 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6678 - color: var(--e-a-color-info);
6679 - text-decoration: underline;
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6682 - text-decoration: none;
6683 -}
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6685 - display: flex;
6686 - align-items: center;
6687 - gap: 6px;
6688 - padding: 6px 12px;
6689 - border: none;
6690 - border-radius: 20px;
6691 - font-size: 14px;
6692 - font-weight: 500;
6693 - cursor: pointer;
6694 - transition: opacity 0.2s;
6695 - margin-inline-start: auto;
6696 -}
6697 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6698 - opacity: 0.8;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6701 - margin: 0;
6702 - font-size: 14px;
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6705 - background-color: var(--e-a-bg-info);
6706 - color: var(--e-a-color-info);
6707 -}
6708 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6709 - color: var(--e-a-color-info);
6710 -}
6711 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6712 - background-color: var(--e-a-bg-warning);
6713 - color: var(--e-a-btn-bg-warning-hover);
6714 -}
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6716 - color: var(--e-a-btn-bg-warning-hover);
6717 -}
6718 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6719 - display: none;
6720 - margin-inline-start: 8px;
6721 - align-items: center;
6722 - gap: 6px;
6723 -}
6724 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6725 - display: inline-flex !important;
6726 -}
6727 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6728 - text-decoration: underline;
6729 - cursor: pointer;
6730 -}
6731 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6732 - cursor: pointer;
6733 - font-size: 14px;
6734 -}
6735 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6736 - inset-block-start: 75px;
6737 - inset-inline-start: 230px;
6738 -}
6739 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6740 - display: none;
6741 -}
6742 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6743 - display: inline;
6744 -}
6745 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6746 - display: none;
6747 -}
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6749 - border-color: var(--e-a-border-color);
6750 -}
6751 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6752 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6753 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6754 - color: var(--e-a-color-txt-disabled);
6755 -}
6756 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6757 - background-color: var(--e-a-color-txt-disabled);
6758 -}
6759 -#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 {
6760 - border-color: var(--e-a-border-color);
6761 -}
6762 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6763 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6764 -#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,
6765 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6766 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6767 - color: var(--e-a-color-txt-disabled);
6768 -}
6769 -#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 {
6770 - background-color: var(--e-a-color-txt-disabled);
6771 -}
6772 -#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 {
6773 - display: inline-flex;
6774 -}
6775 -#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 {
6776 - display: none;
6777 -}
6778 -#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 {
6779 - display: block;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6782 -#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],
6783 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6784 - pointer-events: none;
6785 -}
6786 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6787 - display: block;
6788 - margin-block-start: 15px;
6789 -}
6790 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6791 - align-self: center;
6792 - margin-block-start: 20px;
6793 - float: none;
6794 -}
6795 6203
6796 6204 #elementor-template-library-save-template-name {
6797 6205 width: 500px;
6798 6206 padding-inline-start: 25px;
@@ -6886,11 +6294,11 @@
6886 6294 }
6887 6295
6888 6296 .elementor-template-library-blank-footer {
6889 6297 position: absolute;
6890 - inset-block-end: 70px;
6891 - inset-inline-start: 50%;
6892 - transform: translateX(calc(-50% * var(--direction-multiplier)));
6298 + bottom: 70px;
6299 + left: 50%;
6300 + transform: translateX(-50%);
6893 6301 font-style: italic;
6894 6302 color: var(--e-a-color-txt-muted);
6895 6303 }
6896 6304 @media (max-height: 700px) {
@@ -6923,11 +6331,9 @@
6923 6331 margin-block-start: 10px;
6924 6332 }
6925 6333
6926 6334 #elementor-library--infotip__dialog,
6927 -#elementor-library--connect_infotip__dialog,
6928 -#elementor-library--cloud-upgrade__dialog,
6929 -#elementor-library--site-info__dialog {
6335 +#elementor-library--connect_infotip__dialog {
6930 6336 position: absolute;
6931 6337 z-index: 10000;
6932 6338 background-color: var(--e-a-bg-default);
6933 6339 box-shadow: var(--e-a-popover-shadow);
@@ -6932,39 +6338,19 @@
6932 6338 background-color: var(--e-a-bg-default);
6933 6339 box-shadow: var(--e-a-popover-shadow);
6934 6340 border-radius: var(--e-a-border-radius);
6935 6341 }
6936 -#elementor-library--infotip__dialog.variant-b,
6937 -#elementor-library--connect_infotip__dialog.variant-b,
6938 -#elementor-library--cloud-upgrade__dialog.variant-b,
6939 -#elementor-library--site-info__dialog.variant-b {
6940 - width: 200px;
6941 - color: var(--e-a-color-txt-invert);
6942 - background-color: var(--e-a-bg-secondary);
6943 -}
6944 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6945 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6946 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6947 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6948 - padding: 4px 8px 4px 8px;
6949 -}
6950 6342 #elementor-library--infotip__dialog__title,
6951 -#elementor-library--connect_infotip__dialog__title,
6952 -#elementor-library--cloud-upgrade__dialog__title,
6953 -#elementor-library--site-info__dialog__title {
6343 +#elementor-library--connect_infotip__dialog__title {
6954 6344 font-size: 14px;
6955 6345 }
6956 6346 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6957 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6958 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6959 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6347 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6960 6348 padding: 10px 0 10px 10px;
6961 6349 float: inline-end;
6962 6350 }
6963 6351 #elementor-library--infotip__dialog .dialog-button,
6964 -#elementor-library--connect_infotip__dialog .dialog-button,
6965 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6966 -#elementor-library--site-info__dialog .dialog-button {
6352 +#elementor-library--connect_infotip__dialog .dialog-button {
6967 6353 padding: 7px 25px;
6968 6354 font-size: 13px;
6969 6355 background: none;
6970 6356 color: var(--e-a-btn-bg-accent);
@@ -6972,11 +6358,9 @@
6972 6358 font-weight: 500;
6973 6359 cursor: pointer;
6974 6360 }
6975 6361 #elementor-library--infotip__dialog:after,
6976 -#elementor-library--connect_infotip__dialog:after,
6977 -#elementor-library--cloud-upgrade__dialog:after,
6978 -#elementor-library--site-info__dialog:after {
6362 +#elementor-library--connect_infotip__dialog:after {
6979 6363 content: "";
6980 6364 position: absolute;
6981 6365 inset-inline-end: 46%;
6982 6366 transform: scaleX(0.7);
@@ -6989,14 +6373,11 @@
6989 6373 #elementor-library--infotip__dialog .dialog-message {
6990 6374 padding: 20px 20px 0px 20px;
6991 6375 }
6992 6376 #elementor-library--infotip__dialog:after {
6993 - inset-block-start: 100%;
6994 - border-block-start-color: var(--e-a-bg-default);
6377 + top: 100%;
6378 + border-top-color: var(--e-a-bg-default);
6995 6379 }
6996 -#elementor-library--infotip__dialog.variant-b:after {
6997 - border-block-start-color: var(--e-a-bg-secondary);
6998 -}
6999 6380
7000 6381 #elementor-library--connect_infotip__dialog {
7001 6382 width: 265px;
7002 6383 }
@@ -7002,207 +6383,13 @@
7002 6383 }
7003 6384 #elementor-library--connect_infotip__dialog .dialog-message {
7004 6385 padding: 20px;
7005 6386 }
7006 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
7007 - inset-block-end: 100%;
7008 - 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);
7009 6390 }
7010 -#elementor-library--connect_infotip__dialog.variant-b:after {
7011 - border-block-start-color: var(--e-a-bg-secondary);
7012 - inset-block-start: 100%;
7013 -}
7014 -#elementor-library--connect_infotip__dialog.variant-b {
7015 - width: 265px;
7016 -}
7017 6391
7018 -#elementor-library--cloud-upgrade__dialog {
7019 - width: 265px;
7020 -}
7021 -#elementor-library--cloud-upgrade__dialog:after {
7022 - inset-block-start: 100%;
7023 - border-block-start-color: var(--e-a-bg-default);
7024 -}
7025 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7026 - border-block-start-color: var(--e-a-bg-secondary);
7027 -}
7028 -
7029 -#elementor-library--site-info__dialog {
7030 - width: 265px;
7031 -}
7032 -#elementor-library--site-info__dialog:after {
7033 - inset-block-start: 100%;
7034 - border-block-start-color: var(--e-a-bg-default);
7035 -}
7036 -#elementor-library--site-info__dialog.variant-b:after {
7037 - border-block-start-color: var(--e-a-bg-secondary);
7038 -}
7039 -
7040 -.elementor-global-styles-dialog {
7041 - --gsd-color-text-primary: #0c0d0e;
7042 - --gsd-color-text-secondary: #3f444b;
7043 - --gsd-color-text-tertiary: #69727D;
7044 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7045 - --gsd-color-primary-main: #f0abfc;
7046 - --gsd-color-primary-hover: #e879f9;
7047 - --gsd-color-secondary-main: #515962;
7048 - --gsd-border-radius: 4px;
7049 - --gsd-spacing-horizontal: 24px;
7050 - --gsd-font-family: 'Roboto', sans-serif;
7051 - padding: 16px 0 0;
7052 - min-width: 444px;
7053 -}
7054 -.elementor-global-styles-dialog__header {
7055 - padding: 10px var(--gsd-spacing-horizontal) 0;
7056 - margin-block-end: 16px;
7057 -}
7058 -.elementor-global-styles-dialog__header h2 {
7059 - margin: 0 0 4px;
7060 - font-family: var(--gsd-font-family);
7061 - font-size: 16px;
7062 - font-weight: 500;
7063 - line-height: 1.3;
7064 - color: var(--gsd-color-text-primary);
7065 - letter-spacing: 0.15px;
7066 -}
7067 -.elementor-global-styles-dialog__header p {
7068 - margin: 0;
7069 - font-family: var(--gsd-font-family);
7070 - font-size: 14px;
7071 - font-weight: 400;
7072 - line-height: 20px;
7073 - color: var(--gsd-color-text-secondary);
7074 - letter-spacing: 0.15px;
7075 -}
7076 -.elementor-global-styles-dialog__options {
7077 - display: flex;
7078 - flex-direction: column;
7079 - gap: 12px;
7080 - padding: 0 var(--gsd-spacing-horizontal);
7081 -}
7082 -.elementor-global-styles-dialog__radio-card {
7083 - display: flex;
7084 - gap: 0;
7085 - padding: 12px 8px;
7086 - border: 1px solid var(--gsd-color-divider);
7087 - border-radius: var(--gsd-border-radius);
7088 - cursor: pointer;
7089 - transition: border-color 0.2s ease;
7090 -}
7091 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7092 - border: 2px solid var(--gsd-color-text-primary);
7093 - padding: 11px 7px;
7094 -}
7095 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7096 - flex-shrink: 0;
7097 - width: 20px;
7098 - height: 20px;
7099 - margin: 9px;
7100 - cursor: pointer;
7101 - color: var(--gsd-color-text-tertiary);
7102 - accent-color: var(--gsd-color-text-primary);
7103 -}
7104 -.elementor-global-styles-dialog__radio-card-content {
7105 - display: flex;
7106 - align-items: flex-start;
7107 - flex-direction: column;
7108 - flex: 1;
7109 -}
7110 -.elementor-global-styles-dialog__radio-label {
7111 - font-family: var(--gsd-font-family);
7112 - font-size: 14px;
7113 - font-weight: 500;
7114 - line-height: 18px;
7115 - color: var(--gsd-color-text-primary);
7116 - letter-spacing: 0.15px;
7117 -}
7118 -.elementor-global-styles-dialog__radio-description {
7119 - font-family: var(--gsd-font-family);
7120 - font-size: 12px;
7121 - font-weight: 400;
7122 - line-height: 20px;
7123 - color: var(--gsd-color-text-secondary);
7124 - letter-spacing: 0.4px;
7125 -}
7126 -.elementor-global-styles-dialog__checkbox-container {
7127 - display: flex;
7128 - align-items: flex-start;
7129 - gap: 4px;
7130 - padding: 0;
7131 - margin-block-start: 0;
7132 -}
7133 -.elementor-global-styles-dialog__checkbox-option {
7134 - display: flex;
7135 - align-items: flex-start;
7136 - gap: 4px;
7137 - cursor: pointer;
7138 -}
7139 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7140 - width: 18px;
7141 - height: 18px;
7142 - margin: 4px;
7143 - cursor: pointer;
7144 -}
7145 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7146 - background-color: var(--gsd-color-text-tertiary);
7147 -}
7148 -.elementor-global-styles-dialog__checkbox-label {
7149 - font-family: var(--gsd-font-family);
7150 - font-size: 12px;
7151 - font-weight: 400;
7152 - line-height: 1.43;
7153 - color: var(--gsd-color-text-primary);
7154 - letter-spacing: 0.15px;
7155 - padding-block-start: 4px;
7156 - margin-inline-start: 4px;
7157 -}
7158 -.elementor-global-styles-dialog__checkbox-label a {
7159 - color: #2563eb;
7160 - text-decoration: underline;
7161 -}
7162 -.elementor-global-styles-dialog__checkbox-label a:hover {
7163 - color: #2563eb;
7164 -}
7165 -.elementor-global-styles-dialog__footer {
7166 - display: flex;
7167 - justify-content: flex-end;
7168 - align-items: center;
7169 - gap: 8px;
7170 - padding: 16px var(--gsd-spacing-horizontal);
7171 -}
7172 -.elementor-global-styles-dialog__button-cancel {
7173 - padding: 6px 8px;
7174 - font-family: var(--gsd-font-family);
7175 - font-size: 15px;
7176 - font-weight: 500;
7177 - line-height: 24px;
7178 - letter-spacing: 0.4px;
7179 - color: var(--gsd-color-secondary-main);
7180 - background: transparent;
7181 - border: none;
7182 - border-radius: var(--gsd-border-radius);
7183 - cursor: pointer;
7184 -}
7185 -.elementor-global-styles-dialog__button-cancel:hover {
7186 - background: rgba(0, 0, 0, 0.04);
7187 -}
7188 -.elementor-global-styles-dialog__button-insert {
7189 - padding: 6px 16px;
7190 - font-family: var(--gsd-font-family);
7191 - font-size: 15px;
7192 - font-weight: 500;
7193 - line-height: 24px;
7194 - letter-spacing: 0.4px;
7195 - color: var(--gsd-color-text-primary);
7196 - background: var(--gsd-color-primary-main);
7197 - border: none;
7198 - border-radius: var(--gsd-border-radius);
7199 - cursor: pointer;
7200 -}
7201 -.elementor-global-styles-dialog__button-insert:hover {
7202 - background: var(--gsd-color-primary-hover);
7203 -}
7204 -
7205 6392 .elementor-tags-list {
7206 6393 display: none;
7207 6394 position: absolute;
7208 6395 width: 260px;
@@ -7386,14 +6573,8 @@
7386 6573 cursor: default;
7387 6574 opacity: 0.5;
7388 6575 color: var(--e-a-color-disabled);
7389 6576 }
7390 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7391 - opacity: 1;
7392 -}
7393 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7394 - opacity: 0.5;
7395 -}
7396 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 {
7397 6578 background-color: var(--e-a-bg-hover);
7398 6579 color: var(--e-a-color-hover);
7399 6580 }
@@ -7422,20 +6603,8 @@
7422 6603 color: var(--e-a-color-primary-bold);
7423 6604 border-radius: 10px;
7424 6605 font-size: 10px;
7425 6606 }
7426 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7427 - display: flex;
7428 - align-items: center;
7429 - justify-content: center;
7430 - width: 24px;
7431 - height: 24px;
7432 - border-radius: 50%;
7433 - background-color: rgba(214, 16, 124, 0.12);
7434 - color: var(--e-a-color-accent-promotion, #D6107C);
7435 - font-size: 16px;
7436 - cursor: pointer;
7437 -}
7438 6607 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7439 6608 font-size: 14px;
7440 6609 font-style: normal;
7441 6610 font-weight: 400;
@@ -7833,9 +7002,9 @@
7833 7002 transition: transform 0.5s;
7834 7003 z-index: 91;
7835 7004 }
7836 7005 .elementor-navigator__element__indicators:not(:hover) {
7837 - 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)));
7838 7007 }
7839 7008 .elementor-navigator__element__indicator {
7840 7009 height: 100%;
7841 7010 width: 31px;
@@ -7862,9 +7031,9 @@
7862 7031
7863 7032 .e-notice-bar {
7864 7033 position: absolute;
7865 7034 width: 100%;
7866 - inset-block-end: 0;
7035 + bottom: 0;
7867 7036 display: flex;
7868 7037 align-items: center;
7869 7038 height: 40px;
7870 7039 color: #fff;
@@ -8111,11 +7280,11 @@
8111 7280 flex-direction: column;
8112 7281 align-items: center;
8113 7282 width: 100%;
8114 7283 position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7284 + top: 50%;
7285 + left: 50%;
7286 + transform: translate(-50%, -50%);
8118 7287 padding: 1px;
8119 7288 }
8120 7289 .elementor-icons-manager__tab__item__icon {
8121 7290 font-size: 25px;
@@ -8159,12 +7328,11 @@
8159 7328 }
8160 7329 .pickr .pcr-button:before, .pickr .pcr-button:after {
8161 7330 height: 12px;
8162 7331 width: 12px;
8163 - position: absolute;
8164 - inset-block-start: 50%;
8165 - inset-inline-start: 50%;
8166 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7332 + top: 50%;
7333 + left: 50%;
7334 + transform: translate(-50%, -50%);
8167 7335 }
8168 7336
8169 7337 .pcr-app {
8170 7338 background-color: var(--e-a-bg-default);
@@ -8304,9 +7472,9 @@
8304 7472 }
8305 7473
8306 7474 .select2-selection__arrow {
8307 7475 height: 27px;
8308 - inset-block-start: 0;
7476 + top: 0;
8309 7477 }
8310 7478
8311 7479 .select2-results__option[aria-selected=true] {
8312 7480 background-color: var(--e-a-bg-active);
@@ -8365,10 +7533,11 @@
8365 7533 padding: 0;
8366 7534 margin: 0;
8367 7535 height: 100px;
8368 7536 position: absolute;
8369 - inset-block-start: -60px;
8370 - inset-inline: 0;
7537 + top: -60px;
7538 + left: 0;
7539 + right: 0;
8371 7540 }
8372 7541 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8373 7542 border-color: transparent;
8374 7543 outline: none;
@@ -8395,23 +7564,19 @@
8395 7564 }
8396 7565
8397 7566 [class^=eicon-flex], [class*=" eicon-flex"] {
8398 7567 transition: 0.3s all;
7568 + --is-ltr: 0;
7569 + --is-rtl: 1;
7570 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8399 7571 }
8400 7572 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8401 7573 max-height: 1em;
8402 7574 max-width: 1em;
8403 7575 }
8404 -[class^=eicon-flex], [class*=" eicon-flex"] {
8405 - --is-ltr: 0;
8406 - --is-rtl: 1;
8407 -}
8408 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) {
8409 7577 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8410 7578 }
8411 -[class^=eicon-flex], [class*=" eicon-flex"] {
8412 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8413 -}
8414 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) {
8415 7580 transform: rotate(calc(var(--rotation-direction) * 90deg));
8416 7581 }
8417 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) {
@@ -8424,16 +7589,6 @@
8424 7589 transform: rotate(calc(var(--is-rtl) * 180deg));
8425 7590 }
8426 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) {
8427 7592 transform: rotate(calc(var(--is-ltr) * 180deg));
8428 -}
8429 -
8430 -.elementor-editor-active .embed-media-settings .setting.caption {
8431 - display: none;
8432 -}
8433 -.elementor-editor-active .embed-media-settings .setting.align {
8434 - display: none;
8435 -}
8436 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8437 - display: none;
8438 7593 }
8439 7594 /*# sourceMappingURL=editor-rtl.css.map */