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-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 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/editor.css +139 -897 4.0.73.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,52 +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: var(--e-a-color-accent-promotion, #D6107C);
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 1557 #elementor-panel-inner {
1620 1558 position: relative;
1621 1559 height: 100%;
1622 1560 display: flex;
@@ -1644,9 +1582,9 @@
1644 1582 }
1645 1583
1646 1584 #elementor-panel-get-pro-elements-sticky {
1647 1585 position: sticky;
1648 - inset-block-end: 0;
1586 + bottom: 0;
1649 1587 font-size: 14px;
1650 1588 font-weight: 400;
1651 1589 line-height: 1.6;
1652 1590 margin-block-end: -10px;
@@ -1651,9 +1589,9 @@
1651 1589 line-height: 1.6;
1652 1590 margin-block-end: -10px;
1653 1591 }
1654 1592 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1655 - margin-block-start: -14px;
1593 + margin-top: -14px;
1656 1594 min-height: 40px;
1657 1595 display: block;
1658 1596 padding: 9px min(35px, 5%);
1659 1597 gap: 10px;
@@ -1668,9 +1606,9 @@
1668 1606 font-weight: 500;
1669 1607 color: var(--e-a-btn-bg-accent);
1670 1608 }
1671 1609 #elementor-panel-get-pro-elements-sticky img {
1672 - margin-inline-start: 17px;
1610 + margin-left: 17px;
1673 1611 }
1674 1612
1675 1613 #elementor-panel-notice-wrapper .elementor-panel-notice {
1676 1614 width: 90%;
@@ -1697,10 +1635,10 @@
1697 1635 background: var(--e-a-color-primary);
1698 1636 border-radius: 50%;
1699 1637 width: 8px;
1700 1638 height: 8px;
1701 - inset-block-start: 5px;
1702 - inset-inline-end: 5px;
1639 + top: 5px;
1640 + right: 5px;
1703 1641 }
1704 1642
1705 1643 .media-modal.wp-core-ui {
1706 1644 color-scheme: light;
@@ -1945,10 +1883,8 @@
1945 1883 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 1884 margin-block-start: 0;
1947 1885 }
1948 1886
1949 -.elementor-control-start-end .eicon-text-align-left,
1950 -.elementor-control-start-end .eicon-text-align-right,
1951 1887 .elementor-control-start-end .eicon-h-align-left,
1952 1888 .elementor-control-start-end .eicon-h-align-right {
1953 1889 scale: calc(1 * var(--direction-multiplier)) 1;
1954 1890 }
@@ -1988,9 +1924,9 @@
1988 1924 }
1989 1925 .elementor-control-responsive-switchers__holder {
1990 1926 position: absolute;
1991 1927 width: 100%;
1992 - inset-block-start: 0;
1928 + top: 0;
1993 1929 background-color: var(--e-a-bg-default);
1994 1930 border-radius: var(--e-a-border-radius);
1995 1931 transition: 0.15s;
1996 1932 border: 1px solid transparent;
@@ -2311,9 +2247,9 @@
2311 2247 }
2312 2248 .elementor-control-responsive-switchers__holder {
2313 2249 position: absolute;
2314 2250 width: 100%;
2315 - inset-block-start: 0;
2251 + top: 0;
2316 2252 background-color: var(--e-a-bg-default);
2317 2253 border-radius: var(--e-a-border-radius);
2318 2254 transition: 0.15s;
2319 2255 border: 1px solid transparent;
@@ -2589,9 +2525,9 @@
2589 2525 }
2590 2526 .elementor-control-responsive-switchers__holder {
2591 2527 position: absolute;
2592 2528 width: 100%;
2593 - inset-block-start: 0;
2529 + top: 0;
2594 2530 background-color: var(--e-a-bg-default);
2595 2531 border-radius: var(--e-a-border-radius);
2596 2532 transition: 0.15s;
2597 2533 border: 1px solid transparent;
@@ -2857,11 +2793,11 @@
2857 2793 }
2858 2794
2859 2795 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2796 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2797 + top: 50%;
2798 + left: 50%;
2799 + transform: translate(-50%, -50%);
2864 2800 }
2865 2801 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2802 font-size: 70px;
2867 2803 }
@@ -3060,19 +2996,8 @@
3060 2996 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2997 background-color: #BABFC5;
3062 2998 border-radius: 10px;
3063 2999 }
3064 -.e-global__group-header {
3065 - padding: 12px 20px 5px;
3066 - font-weight: 500;
3067 - font-size: 11px;
3068 - color: var(--e-a-color-txt-muted);
3069 -}
3070 -.e-global__group-divider {
3071 - height: 1px;
3072 - background-color: var(--e-a-border-color);
3073 - margin: 10px 20px;
3074 -}
3075 3000 .e-global__manage-button {
3076 3001 font-weight: 500;
3077 3002 cursor: pointer;
3078 3003 }
@@ -3088,9 +3013,9 @@
3088 3013 font-size: 13px;
3089 3014 content: "\e90e";
3090 3015 position: absolute;
3091 3016 transform: translateY(-50%);
3092 - inset-block-start: 50%;
3017 + top: 50%;
3093 3018 inset-inline-start: 13px;
3094 3019 }
3095 3020 .e-global__color {
3096 3021 padding: 10px 20px;
@@ -3231,11 +3156,11 @@
3231 3156 display: none;
3232 3157 }
3233 3158 .elementor-control-media .eicon-plus-circle {
3234 3159 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3160 + top: 50%;
3161 + left: 50%;
3162 + transform: translate(-50%, -50%);
3238 3163 color: var(--e-a-color-white);
3239 3164 font-size: 20px;
3240 3165 }
3241 3166 .elementor-control-media__content__upload-button {
@@ -3258,11 +3183,11 @@
3258 3183 display: none;
3259 3184 }
3260 3185 .elementor-control-media-area .eicon-video-camera {
3261 3186 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3187 + top: 50%;
3188 + left: 50%;
3189 + transform: translate(-50%, -50%);
3265 3190 color: rgba(255, 255, 255, 0.7);
3266 3191 font-size: 21px;
3267 3192 }
3268 3193 .elementor-control-media .elementor-control-media__content {
@@ -3278,9 +3203,9 @@
3278 3203 background-color: rgba(0, 0, 0, 0.2);
3279 3204 pointer-events: none;
3280 3205 }
3281 3206 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
3207 + bottom: -30px;
3283 3208 }
3284 3209 .elementor-control-media__content {
3285 3210 transition: all 0.2s ease-in-out;
3286 3211 }
@@ -3285,10 +3210,11 @@
3285 3210 transition: all 0.2s ease-in-out;
3286 3211 }
3287 3212 .elementor-control-media__tools {
3288 3213 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
3214 + bottom: 0;
3215 + left: 0;
3216 + right: 0;
3291 3217 height: 27px;
3292 3218 transition: all 0.2s ease-in-out;
3293 3219 }
3294 3220 .elementor-control-media__tools > *:not(:first-child) {
@@ -3702,9 +3628,9 @@
3702 3628 }
3703 3629 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3630 content: "";
3705 3631 position: absolute;
3706 - inset-block-start: 2px;
3632 + top: 2px;
3707 3633 height: 12px;
3708 3634 width: 11px;
3709 3635 transform: rotate(45deg);
3710 3636 background-color: var(--e-a-color-white);
@@ -3802,9 +3728,9 @@
3802 3728 background-color: var(--e-a-border-color-focus);
3803 3729 }
3804 3730 .elementor-slider .noUi-tooltip {
3805 3731 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3732 + top: calc(100% + 5px);
3807 3733 left: calc(50% - 4px);
3808 3734 transform: translateX(-50%);
3809 3735 font-size: 10px;
3810 3736 }
@@ -3891,9 +3817,9 @@
3891 3817 transition-property: opacity, background;
3892 3818 }
3893 3819 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3820 position: absolute;
3895 - inset-block-start: 0;
3821 + top: 0;
3896 3822 width: 50%;
3897 3823 text-align: center;
3898 3824 line-height: 20px;
3899 3825 transition: inherit;
@@ -3899,14 +3825,14 @@
3899 3825 transition: inherit;
3900 3826 }
3901 3827 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3828 content: attr(data-off);
3903 - inset-inline-end: 5px;
3829 + right: 5px;
3904 3830 color: var(--e-a-color-txt-muted);
3905 3831 }
3906 3832 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3833 content: attr(data-on);
3908 - inset-inline-start: 5px;
3834 + left: 5px;
3909 3835 color: var(--e-a-btn-color);
3910 3836 opacity: 0;
3911 3837 }
3912 3838 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,19 +3845,19 @@
3919 3845 opacity: 1;
3920 3846 }
3921 3847 .elementor-control-type-switcher .elementor-switch-handle {
3922 3848 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3849 + top: 1px;
3850 + left: 1px;
3925 3851 width: 18px;
3926 3852 height: 18px;
3927 3853 background: white;
3928 3854 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3855 + transition: left 0.15s ease-out;
3930 3856 }
3931 3857 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3858 + left: initial;
3859 + right: 1px;
3934 3860 }
3935 3861
3936 3862 .elementor-control-type-tabs {
3937 3863 display: none;
@@ -4064,10 +3990,10 @@
4064 3990 }
4065 3991 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3992 display: none;
4067 3993 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3994 + top: 5px;
3995 + right: 0;
4070 3996 width: 10px;
4071 3997 height: 10px;
4072 3998 font-size: 10px;
4073 3999 color: var(--e-a-color-txt-disabled);
@@ -4407,11 +4333,11 @@
4407 4333 }
4408 4334
4409 4335 #elementor-panel-revisions-loading {
4410 4336 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4337 + top: 50%;
4338 + left: 50%;
4339 + transform: translate(-50%, -50%);
4414 4340 }
4415 4341 #elementor-panel-revisions-loading .eicon-loading {
4416 4342 font-size: 50px;
4417 4343 }
@@ -5066,20 +4992,8 @@
5066 4992 background-color: #fff;
5067 4993 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5068 4994 }
5069 4995
5070 -#elementor-template-library-modal button:focus-visible,
5071 -#elementor-template-library-modal a:focus-visible,
5072 -#elementor-template-library-modal input:focus-visible,
5073 -#elementor-template-library-modal select:focus-visible,
5074 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5075 -#elementor-template-library-modal [role=tab]:focus-visible,
5076 -#elementor-template-library-modal [role=radio]:focus-visible,
5077 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5078 - outline: 2px solid var(--e-a-border-color-focus);
5079 - outline-offset: 2px;
5080 - border-radius: 2px;
5081 -}
5082 4996 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5083 4997 font-style: normal;
5084 4998 text-decoration: underline;
5085 4999 }
@@ -5091,9 +5005,9 @@
5091 5005 }
5092 5006 #elementor-template-library-modal .dialog-message {
5093 5007 overflow-y: scroll;
5094 5008 }
5095 -#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 {
5009 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5096 5010 overflow-y: hidden;
5097 5011 }
5098 5012 #elementor-template-library-modal .e-back-to-editor {
5099 5013 color: var(--e-a-color-txt);
@@ -5110,21 +5024,14 @@
5110 5024 display: inline-block;
5111 5025 padding: 17px 20px;
5112 5026 border-block-end: 3px solid transparent;
5113 5027 cursor: pointer;
5114 - background: transparent;
5115 - margin: 0;
5116 - font-size: inherit;
5117 - font-family: inherit;
5118 - color: inherit;
5119 - border: none;
5120 5028 }
5121 5029 .elementor-template-library-menu-item:hover {
5122 5030 background-color: var(--e-a-bg-hover);
5123 5031 border-color: var(--e-a-bg-hover);
5124 5032 }
5125 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5126 - border-block-end: 3px solid;
5033 +.elementor-template-library-menu-item.elementor-active {
5127 5034 border-color: var(--e-a-border-color-accent);
5128 5035 color: var(--e-a-color-txt-accent);
5129 5036 }
5130 5037
@@ -5130,25 +5037,11 @@
5130 5037
5131 5038 #elementor-template-library-header-actions {
5132 5039 display: flex;
5133 5040 }
5134 -#elementor-template-library-header-actions > div,
5135 -#elementor-template-library-header-actions > button {
5136 - background: transparent;
5137 - margin: 0;
5138 - font-size: inherit;
5139 - font-family: inherit;
5140 - color: inherit;
5141 - border: none;
5041 +#elementor-template-library-header-actions > div {
5142 5042 padding-inline-end: 16px;
5143 - cursor: pointer;
5144 5043 }
5145 -#elementor-template-library-header-actions > div:focus-visible,
5146 -#elementor-template-library-header-actions > button:focus-visible {
5147 - outline: 2px solid var(--e-a-border-color-focus);
5148 - outline-offset: -2px;
5149 - border-radius: 2px;
5150 -}
5151 5044
5152 5045 #elementor-template-library-header-tools.e-hidden-disabled {
5153 5046 opacity: 0;
5154 5047 visibility: hidden;
@@ -5170,25 +5063,8 @@
5170 5063 border-inline-end: var(--e-a-border);
5171 5064 cursor: pointer;
5172 5065 transition: color 0.5s;
5173 5066 }
5174 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5175 - background: transparent;
5176 - margin: 0;
5177 - font-size: inherit;
5178 - font-family: inherit;
5179 - color: inherit;
5180 - border: none;
5181 - display: flex;
5182 - align-items: center;
5183 - gap: 10px;
5184 - cursor: pointer;
5185 -}
5186 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5187 - outline: 2px solid var(--e-a-border-color-focus);
5188 - outline-offset: 2px;
5189 - border-radius: 2px;
5190 -}
5191 5067 #elementor-template-library-header-preview-back:hover {
5192 5068 color: var(--e-a-color-txt-hover);
5193 5069 }
5194 5070 #elementor-template-library-header-preview-back i {
@@ -5221,20 +5097,15 @@
5221 5097 }
5222 5098 #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 {
5223 5099 display: flex;
5224 5100 align-items: baseline;
5225 - border-radius: 3px;
5226 5101 }
5227 -#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 {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: 2px;
5230 -}
5231 5102 #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 {
5232 5103 align-items: center;
5233 5104 }
5234 5105 #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 {
5235 5106 font-size: 14px;
5236 - margin-inline-start: 5px;
5107 + margin-left: 5px;
5237 5108 }
5238 5109 #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 {
5239 5110 width: 200px;
5240 5111 margin: 0px 10px;
@@ -5333,14 +5204,8 @@
5333 5204 align-items: center;
5334 5205 gap: 8px;
5335 5206 }
5336 5207 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5337 - background: transparent;
5338 - margin: 0;
5339 - font-size: inherit;
5340 - font-family: inherit;
5341 - color: inherit;
5342 - border: none;
5343 5208 cursor: pointer;
5344 5209 font-size: 20px;
5345 5210 padding: 0 5px;
5346 5211 border-radius: 2px;
@@ -5380,19 +5245,15 @@
5380 5245 padding: 8px;
5381 5246 border: var(--e-a-border);
5382 5247 border-radius: 3px;
5383 5248 }
5384 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5385 - outline: 2px solid var(--e-a-border-color-focus);
5386 - outline-offset: 2px;
5387 -}
5388 -#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 {
5249 +#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 {
5389 5250 display: flex;
5390 5251 }
5391 -#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 {
5252 +#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 {
5392 5253 display: none;
5393 5254 }
5394 -#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 {
5255 +#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 {
5395 5256 display: flex !important;
5396 5257 }
5397 5258 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5398 5259 width: 190px;
@@ -5398,14 +5259,14 @@
5398 5259 width: 190px;
5399 5260 height: 100px;
5400 5261 position: relative;
5401 5262 border-radius: 3px;
5402 - margin-block-end: 4px;
5263 + margin-bottom: 4px;
5403 5264 overflow: hidden;
5404 5265 }
5405 5266 #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 {
5406 - -o-object-fit: contain;
5407 - object-fit: contain;
5267 + -o-object-fit: cover;
5268 + object-fit: cover;
5408 5269 width: 100%;
5409 5270 height: 100%;
5410 5271 }
5411 5272 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
@@ -5487,29 +5348,16 @@
5487 5348 gap: 20px;
5488 5349 align-items: center;
5489 5350 flex: 1;
5490 5351 }
5491 -#elementor-template-library-templates .bulk-selection-action-bar button {
5492 - background: transparent;
5493 - margin: 0;
5494 - font-size: inherit;
5495 - font-family: inherit;
5496 - color: inherit;
5497 - border: none;
5352 +#elementor-template-library-templates .bulk-selection-action-bar i {
5498 5353 cursor: pointer;
5499 - display: flex;
5500 - align-items: center;
5501 - justify-content: center;
5354 + font-size: 18px;
5502 5355 }
5503 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5356 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5504 5357 pointer-events: none;
5505 5358 opacity: 0.3;
5506 - cursor: not-allowed;
5507 5359 }
5508 -#elementor-template-library-templates .bulk-selection-action-bar i {
5509 - cursor: pointer;
5510 - font-size: 18px;
5511 -}
5512 5360 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5513 5361 font-size: 20px;
5514 5362 }
5515 5363 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5545,12 +5393,12 @@
5545 5393 background: var(--e-a-bg-active);
5546 5394 }
5547 5395 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5548 5396 position: relative;
5549 - inset-block-start: 3px;
5397 + top: 3px;
5550 5398 }
5551 5399 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5552 - inset-block-start: 0px;
5400 + top: 0px;
5553 5401 }
5554 5402 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5555 5403 #elementor-template-library-templates #bulk-select-all:checked {
5556 5404 background: #69727D;
@@ -5591,11 +5439,11 @@
5591 5439 .elementor-template-library-filter-select-source .source-option i {
5592 5440 margin-inline-end: 5px;
5593 5441 }
5594 5442 .elementor-template-library-filter-select-source .source-option .new-badge {
5595 - border: 1px solid var(--e-a-color-primary-bold-dark);
5443 + border: 1px solid var(--e-a-color-primary-bold);
5596 5444 padding: 2px 4px;
5597 - color: var(--e-a-color-primary-bold-dark);
5445 + color: var(--e-a-color-primary-bold);
5598 5446 border-radius: 10px;
5599 5447 font-size: 10px;
5600 5448 margin-inline-start: 5px;
5601 5449 }
@@ -5602,52 +5450,8 @@
5602 5450 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5603 5451 background-color: var(--e-a-bg-hover);
5604 5452 }
5605 5453
5606 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5607 - display: flex;
5608 - align-items: center;
5609 - justify-content: space-between;
5610 -}
5611 -
5612 -#elementor-template-library-toolbar .source-option-badge,
5613 -.elementor-template-library-connect-states-badge .source-option-badge {
5614 - display: flex;
5615 - align-items: center;
5616 - gap: 6px;
5617 - padding: 6px 12px;
5618 - border: none;
5619 - border-radius: 20px;
5620 - font-size: 14px;
5621 - font-weight: 500;
5622 - white-space: nowrap;
5623 - margin-inline-start: auto;
5624 - margin-inline-end: 15px;
5625 -}
5626 -#elementor-template-library-toolbar .source-option-badge i,
5627 -.elementor-template-library-connect-states-badge .source-option-badge i {
5628 - margin: 0;
5629 - font-size: 14px;
5630 -}
5631 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5632 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5633 - background-color: var(--e-a-bg-info);
5634 - color: var(--e-a-color-info);
5635 -}
5636 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5637 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5638 - color: var(--e-a-color-info);
5639 -}
5640 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5641 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5642 - background-color: var(--e-a-bg-warning);
5643 - color: var(--e-a-btn-bg-warning-hover);
5644 -}
5645 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5646 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5647 - color: var(--e-a-btn-bg-warning-hover);
5648 -}
5649 -
5650 5454 #elementor-template-library-filter-toolbar-remote {
5651 5455 font-size: 11px;
5652 5456 }
5653 5457
@@ -5722,9 +5526,9 @@
5722 5526 content: "\e923";
5723 5527 }
5724 5528
5725 5529 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5726 - margin-block-end: 10px;
5530 + margin-bottom: 10px;
5727 5531 }
5728 5532
5729 5533 #elementor-template-library-filter-text-wrapper {
5730 5534 width: 200px;
@@ -5736,9 +5540,9 @@
5736 5540 inset-inline-end: 0;
5737 5541 transform: translateY(-50%);
5738 5542 }
5739 5543 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5740 - inset-block-start: 25%;
5544 + top: 25%;
5741 5545 }
5742 5546
5743 5547 #elementor-template-library-filter-text {
5744 5548 border: none;
@@ -5765,32 +5569,19 @@
5765 5569 padding: 8px;
5766 5570 border: var(--e-a-border);
5767 5571 border-radius: 3px;
5768 5572 }
5769 -.elementor-template-library-template-remote:focus-visible {
5770 - outline: 2px solid var(--e-a-border-color-focus);
5771 - outline-offset: 2px;
5772 -}
5773 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5573 +.elementor-template-library-template-remote:hover {
5774 5574 background-color: var(--e-a-bg-hover);
5775 5575 }
5776 -.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 {
5777 - opacity: 1;
5778 -}
5779 -.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 {
5576 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5780 5577 display: none;
5781 5578 }
5782 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5783 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5784 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5785 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5786 - display: initial;
5787 -}
5788 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5579 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5789 5580 opacity: 0;
5790 5581 }
5791 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5792 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5582 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5583 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5793 5584 display: none;
5794 5585 }
5795 5586 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5796 5587 content: var(--elementor-template-library-subscription-plan-label);
@@ -5825,9 +5616,9 @@
5825 5616 }
5826 5617 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5827 5618 display: none;
5828 5619 }
5829 -.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 {
5620 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5830 5621 transform: translateY(100%);
5831 5622 }
5832 5623 .elementor-template-library-template-remote .elementor-template-library-template-body {
5833 5624 position: relative;
@@ -5852,11 +5643,11 @@
5852 5643 }
5853 5644 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5854 5645 font-size: 20px;
5855 5646 position: absolute;
5856 - inset-block-start: 50%;
5857 - inset-inline-start: 50%;
5858 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5647 + top: 50%;
5648 + left: 50%;
5649 + transform: translate(-50%, -50%);
5859 5650 }
5860 5651 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5861 5652 display: flex;
5862 5653 justify-content: space-between;
@@ -5876,22 +5667,10 @@
5876 5667 .elementor-template-library-template-remote .elementor-template-library-favorite {
5877 5668 margin-inline-start: auto;
5878 5669 }
5879 5670 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5880 - position: absolute;
5881 - width: 1px;
5882 - height: 1px;
5883 - padding: 0;
5884 - margin: -1px;
5885 - overflow: hidden;
5886 - clip: rect(0, 0, 0, 0);
5887 - white-space: nowrap;
5888 - border: 0;
5671 + display: none;
5889 5672 }
5890 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5891 - outline: 2px solid var(--e-a-border-color-focus);
5892 - outline-offset: 2px;
5893 -}
5894 5673 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5895 5674 content: "\e93f";
5896 5675 color: var(--e-a-color-primary-bold);
5897 5676 }
@@ -6010,22 +5789,11 @@
6010 5789 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6011 5790 inset-block-start: 100%;
6012 5791 inset-inline-end: 0;
6013 5792 z-index: 1;
6014 - list-style: none;
6015 - margin: 0;
6016 - padding: 0;
6017 5793 }
6018 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6019 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6020 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6021 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6022 - background: transparent;
6023 - margin: 0;
6024 - font-size: inherit;
6025 - font-family: inherit;
6026 - color: inherit;
6027 - border: none;
5794 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5795 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
6028 5796 padding: 10px 20px;
6029 5797 font-size: 11px;
6030 5798 cursor: pointer;
6031 5799 display: flex;
@@ -6030,21 +5798,25 @@
6030 5798 cursor: pointer;
6031 5799 display: flex;
6032 5800 align-items: center;
6033 5801 gap: 8px;
6034 - width: 100%;
6035 5802 }
6036 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6037 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6038 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6039 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5803 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5804 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
6040 5805 cursor: not-allowed;
6041 5806 color: var(--e-a-color-txt-disabled);
6042 5807 }
6043 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6044 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5808 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5809 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5810 + color: var(--e-a-color-txt-disabled);
5811 + cursor: not-allowed;
5812 +}
5813 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5814 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
6045 5815 color: var(--e-a-color-txt);
6046 - text-decoration: none;
5816 + display: flex;
5817 + align-items: center;
5818 + gap: 8px;
6047 5819 }
6048 5820 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6049 5821 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6050 5822 color: var(--e-a-color-danger);
@@ -6056,14 +5828,8 @@
6056 5828 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6057 5829 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6058 5830 margin-inline-start: auto;
6059 5831 cursor: pointer;
6060 - background: none;
6061 - border: none;
6062 - padding: 0;
6063 - display: flex;
6064 - align-items: center;
6065 - justify-content: center;
6066 5832 }
6067 5833 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6068 5834 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6069 5835 font-size: 20px;
@@ -6130,11 +5896,9 @@
6130 5896 display: flex;
6131 5897 align-items: center;
6132 5898 }
6133 5899 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6134 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6135 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6136 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5900 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6137 5901 cursor: pointer;
6138 5902 transition: color 0.5s;
6139 5903 }
6140 5904 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6219,18 +5983,18 @@
6219 5983 #elementor-template-library-save-template-form > * {
6220 5984 height: 55px;
6221 5985 font-size: 16px;
6222 5986 }
5987 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
5988 + display: block;
5989 + width: 500px;
5990 + margin: 0 auto;
5991 +}
6223 5992 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6224 5993 height: 55px;
6225 5994 font-size: 16px;
6226 5995 margin-block-end: 15px;
6227 5996 }
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6229 - display: block;
6230 - width: 500px;
6231 - margin: 0 auto;
6232 -}
6233 5997 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6234 5998 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6235 5999 display: none;
6236 6000 }
@@ -6256,24 +6020,15 @@
6256 6020 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6257 6021 display: inline;
6258 6022 background: var(--e-a-bg-hover);
6259 6023 padding: 0 2px 1px;
6260 - border: none;
6261 6024 border-radius: 2px;
6262 6025 vertical-align: bottom;
6263 6026 cursor: pointer;
6264 - font-family: inherit;
6265 - font-size: inherit;
6266 - color: inherit;
6267 - line-height: inherit;
6268 6027 }
6269 6028 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6270 6029 background: var(--e-a-bg-active);
6271 6030 }
6272 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6273 - outline: 2px solid var(--e-a-border-color-focus);
6274 - outline-offset: 2px;
6275 -}
6276 6031 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6277 6032 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6278 6033 #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,
6279 6034 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6326,9 +6081,9 @@
6326 6081 position: relative;
6327 6082 }
6328 6083 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6329 6084 background: #69727D;
6330 - inset-block-start: -3px;
6085 + top: -3px;
6331 6086 position: relative;
6332 6087 }
6333 6088 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6334 6089 position: relative;
@@ -6337,22 +6092,18 @@
6337 6092 #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 {
6338 6093 white-space: nowrap;
6339 6094 text-overflow: ellipsis;
6340 6095 overflow: hidden;
6341 - overflow: visible;
6342 - display: inline-flex;
6343 - align-items: baseline;
6344 6096 line-height: 27px;
6345 6097 }
6346 6098 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6347 6099 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6348 - flex-shrink: 0;
6349 6100 position: relative;
6350 - inset-block-start: 2px;
6101 + top: 2px;
6351 6102 }
6352 6103 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6353 6104 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6354 - inset-block-start: -2px;
6105 + top: -2px;
6355 6106 }
6356 6107 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6357 6108 vertical-align: bottom;
6358 6109 }
@@ -6363,26 +6114,15 @@
6363 6114 }
6364 6115 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6365 6116 display: none;
6366 6117 margin-inline-end: 5px;
6367 - align-items: baseline;
6368 - white-space: nowrap;
6369 - text-overflow: ellipsis;
6370 - overflow: hidden;
6371 6118 }
6372 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6373 - display: inline-flex !important;
6374 -}
6375 6119 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6376 6120 text-decoration: underline;
6377 6121 cursor: pointer;
6378 - white-space: nowrap;
6379 - text-overflow: ellipsis;
6380 - overflow: hidden;
6381 6122 }
6382 6123 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6383 6124 cursor: pointer;
6384 - flex-shrink: 0;
6385 6125 }
6386 6126 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6387 6127 color: var(--e-a-color-primary-bold);
6388 6128 font-size: 14px;
@@ -6392,9 +6132,9 @@
6392 6132 }
6393 6133 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6394 6134 display: none;
6395 6135 position: absolute;
6396 - inset-block-start: 40px;
6136 + top: 40px;
6397 6137 background-color: var(--e-a-bg-default);
6398 6138 min-width: 187px;
6399 6139 overflow: auto;
6400 6140 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
@@ -6418,9 +6158,8 @@
6418 6158 }
6419 6159 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6420 6160 padding: 5px 15px;
6421 6161 cursor: pointer;
6422 - list-style: none;
6423 6162 }
6424 6163 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6425 6164 display: none;
6426 6165 }
@@ -6429,15 +6168,11 @@
6429 6168 }
6430 6169 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6431 6170 text-decoration: underline;
6432 6171 }
6433 -#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 {
6172 +#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 {
6434 6173 background: var(--e-a-border-color);
6435 6174 }
6436 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6437 - outline: 2px solid var(--e-a-border-color-focus);
6438 - outline-offset: -2px;
6439 -}
6440 6175 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6441 6176 pointer-events: none;
6442 6177 opacity: 0.3;
6443 6178 }
@@ -6443,9 +6178,10 @@
6443 6178 }
6444 6179 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6445 6180 text-align: center;
6446 6181 font-size: 13px;
6447 - margin: 0 20px;
6182 + width: 155px;
6183 + margin: 0 auto;
6448 6184 padding-block: 15px;
6449 6185 pointer-events: none;
6450 6186 }
6451 6187 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6459,259 +6195,8 @@
6459 6195 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6460 6196 pointer-events: none;
6461 6197 opacity: 0.3;
6462 6198 }
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6464 - display: flex;
6465 - flex-direction: column;
6466 - width: 600px;
6467 - text-align: start;
6468 -}
6469 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6470 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6471 - font-size: 12px;
6472 - font-weight: 400;
6473 - color: var(--e-a-color-txt);
6474 -}
6475 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6476 - width: 100%;
6477 - padding: 12px 15px;
6478 - border: var(--e-a-border-bold);
6479 - border-radius: 3px;
6480 - margin-block-end: 0;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6483 - border: none;
6484 - padding: 0;
6485 - gap: 12px;
6486 - margin-block-start: 20px;
6487 -}
6488 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6489 - display: flex;
6490 - align-items: center;
6491 - padding: 12px 15px;
6492 - border: var(--e-a-border-bold);
6493 - border-radius: 3px;
6494 - width: 100%;
6495 - line-height: normal;
6496 - gap: 8px;
6497 -}
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6499 - border-color: var(--e-a-color-txt);
6500 -}
6501 -#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 {
6502 - display: flex;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6505 - margin-inline-end: 0;
6506 - flex-shrink: 0;
6507 - position: relative;
6508 -}
6509 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6510 - inset-block-start: 0;
6511 -}
6512 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6513 - content: "";
6514 - position: absolute;
6515 - inset-inline-end: -8px;
6516 - width: 1px;
6517 - height: 18px;
6518 - background-color: var(--e-a-border-color);
6519 -}
6520 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6521 - margin-inline-start: 12px;
6522 - margin-inline-end: 4px;
6523 - font-size: 24px;
6524 - color: var(--e-a-color-txt);
6525 -}
6526 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6527 - margin-inline-start: 8px;
6528 - margin-inline-end: 0;
6529 - font-size: 24px;
6530 - color: var(--e-a-color-txt);
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6533 - flex: 0 0 auto;
6534 - margin: 0;
6535 - cursor: pointer;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6538 - margin-inline: 0;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6541 - display: inline;
6542 - background: transparent;
6543 - padding: 0;
6544 - border-radius: 0;
6545 - vertical-align: baseline;
6546 - text-decoration: underline;
6547 - cursor: pointer;
6548 - margin-inline-start: 0;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6551 - background: transparent;
6552 -}
6553 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6554 - color: var(--e-a-color-primary-bold);
6555 - text-decoration: underline;
6556 - cursor: pointer;
6557 - margin-inline-start: 4px;
6558 -}
6559 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6560 - text-decoration: none;
6561 -}
6562 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6563 - display: none;
6564 - border: none;
6565 - padding: 0;
6566 - border-radius: 0;
6567 - margin-inline-start: 0;
6568 - background: transparent;
6569 - transition: background-color 0.2s;
6570 - padding: 3px 8px;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6573 - background-color: var(--e-a-btn-bg-primary-hover);
6574 - border-radius: 3px;
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6577 - color: var(--e-a-btn-bg-accent);
6578 - text-decoration: none;
6579 - display: flex;
6580 - align-items: center;
6581 - gap: 4px;
6582 - font-size: 14px;
6583 - font-weight: 500;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6586 - margin: 0;
6587 - font-size: 14px;
6588 -}
6589 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6590 - display: none;
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6593 - color: var(--e-a-color-txt-muted);
6594 - margin-inline: 5px;
6595 -}
6596 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6597 - color: var(--e-a-color-info);
6598 - text-decoration: underline;
6599 -}
6600 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6601 - text-decoration: none;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6604 - display: flex;
6605 - align-items: center;
6606 - gap: 6px;
6607 - padding: 6px 12px;
6608 - border: none;
6609 - border-radius: 20px;
6610 - font-size: 14px;
6611 - font-weight: 500;
6612 - cursor: pointer;
6613 - transition: opacity 0.2s;
6614 - margin-inline-start: auto;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6617 - opacity: 0.8;
6618 -}
6619 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6620 - margin: 0;
6621 - font-size: 14px;
6622 -}
6623 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6624 - background-color: var(--e-a-bg-info);
6625 - color: var(--e-a-color-info);
6626 -}
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6628 - color: var(--e-a-color-info);
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6631 - background-color: var(--e-a-bg-warning);
6632 - color: var(--e-a-btn-bg-warning-hover);
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6635 - color: var(--e-a-btn-bg-warning-hover);
6636 -}
6637 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6638 - display: none;
6639 - margin-inline-start: 8px;
6640 - align-items: center;
6641 - gap: 6px;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6644 - display: inline-flex !important;
6645 -}
6646 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6647 - text-decoration: underline;
6648 - cursor: pointer;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6651 - cursor: pointer;
6652 - font-size: 14px;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6655 - inset-block-start: 75px;
6656 - inset-inline-start: 230px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6659 - display: none;
6660 -}
6661 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6662 - display: inline;
6663 -}
6664 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6665 - display: none;
6666 -}
6667 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6668 - border-color: var(--e-a-border-color);
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6671 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6672 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6673 - color: var(--e-a-color-txt-disabled);
6674 -}
6675 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6676 - background-color: var(--e-a-color-txt-disabled);
6677 -}
6678 -#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 {
6679 - border-color: var(--e-a-border-color);
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6683 -#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,
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6685 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6686 - color: var(--e-a-color-txt-disabled);
6687 -}
6688 -#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 {
6689 - background-color: var(--e-a-color-txt-disabled);
6690 -}
6691 -#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 {
6692 - display: inline-flex;
6693 -}
6694 -#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 {
6695 - display: none;
6696 -}
6697 -#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 {
6698 - display: block;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6701 -#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],
6702 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6703 - pointer-events: none;
6704 -}
6705 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6706 - display: block;
6707 - margin-block-start: 15px;
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6710 - align-self: center;
6711 - margin-block-start: 20px;
6712 - float: none;
6713 -}
6714 6199
6715 6200 #elementor-template-library-save-template-name {
6716 6201 width: 500px;
6717 6202 padding-inline-start: 25px;
@@ -6805,11 +6290,11 @@
6805 6290 }
6806 6291
6807 6292 .elementor-template-library-blank-footer {
6808 6293 position: absolute;
6809 - inset-block-end: 70px;
6810 - inset-inline-start: 50%;
6811 - transform: translateX(calc(-50% * var(--direction-multiplier)));
6294 + bottom: 70px;
6295 + left: 50%;
6296 + transform: translateX(-50%);
6812 6297 font-style: italic;
6813 6298 color: var(--e-a-color-txt-muted);
6814 6299 }
6815 6300 @media (max-height: 700px) {
@@ -6842,11 +6327,9 @@
6842 6327 margin-block-start: 10px;
6843 6328 }
6844 6329
6845 6330 #elementor-library--infotip__dialog,
6846 -#elementor-library--connect_infotip__dialog,
6847 -#elementor-library--cloud-upgrade__dialog,
6848 -#elementor-library--site-info__dialog {
6331 +#elementor-library--connect_infotip__dialog {
6849 6332 position: absolute;
6850 6333 z-index: 10000;
6851 6334 background-color: var(--e-a-bg-default);
6852 6335 box-shadow: var(--e-a-popover-shadow);
@@ -6851,39 +6334,19 @@
6851 6334 background-color: var(--e-a-bg-default);
6852 6335 box-shadow: var(--e-a-popover-shadow);
6853 6336 border-radius: var(--e-a-border-radius);
6854 6337 }
6855 -#elementor-library--infotip__dialog.variant-b,
6856 -#elementor-library--connect_infotip__dialog.variant-b,
6857 -#elementor-library--cloud-upgrade__dialog.variant-b,
6858 -#elementor-library--site-info__dialog.variant-b {
6859 - width: 200px;
6860 - color: var(--e-a-color-txt-invert);
6861 - background-color: var(--e-a-bg-secondary);
6862 -}
6863 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6864 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6865 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6866 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6867 - padding: 4px 8px 4px 8px;
6868 -}
6869 6338 #elementor-library--infotip__dialog__title,
6870 -#elementor-library--connect_infotip__dialog__title,
6871 -#elementor-library--cloud-upgrade__dialog__title,
6872 -#elementor-library--site-info__dialog__title {
6339 +#elementor-library--connect_infotip__dialog__title {
6873 6340 font-size: 14px;
6874 6341 }
6875 6342 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6876 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6877 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6878 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6343 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6879 6344 padding: 10px 0 10px 10px;
6880 6345 float: inline-end;
6881 6346 }
6882 6347 #elementor-library--infotip__dialog .dialog-button,
6883 -#elementor-library--connect_infotip__dialog .dialog-button,
6884 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6885 -#elementor-library--site-info__dialog .dialog-button {
6348 +#elementor-library--connect_infotip__dialog .dialog-button {
6886 6349 padding: 7px 25px;
6887 6350 font-size: 13px;
6888 6351 background: none;
6889 6352 color: var(--e-a-btn-bg-accent);
@@ -6891,11 +6354,9 @@
6891 6354 font-weight: 500;
6892 6355 cursor: pointer;
6893 6356 }
6894 6357 #elementor-library--infotip__dialog:after,
6895 -#elementor-library--connect_infotip__dialog:after,
6896 -#elementor-library--cloud-upgrade__dialog:after,
6897 -#elementor-library--site-info__dialog:after {
6358 +#elementor-library--connect_infotip__dialog:after {
6898 6359 content: "";
6899 6360 position: absolute;
6900 6361 inset-inline-end: 46%;
6901 6362 transform: scaleX(0.7);
@@ -6908,14 +6369,11 @@
6908 6369 #elementor-library--infotip__dialog .dialog-message {
6909 6370 padding: 20px 20px 0px 20px;
6910 6371 }
6911 6372 #elementor-library--infotip__dialog:after {
6912 - inset-block-start: 100%;
6913 - border-block-start-color: var(--e-a-bg-default);
6373 + top: 100%;
6374 + border-top-color: var(--e-a-bg-default);
6914 6375 }
6915 -#elementor-library--infotip__dialog.variant-b:after {
6916 - border-block-start-color: var(--e-a-bg-secondary);
6917 -}
6918 6376
6919 6377 #elementor-library--connect_infotip__dialog {
6920 6378 width: 265px;
6921 6379 }
@@ -6921,207 +6379,13 @@
6921 6379 }
6922 6380 #elementor-library--connect_infotip__dialog .dialog-message {
6923 6381 padding: 20px;
6924 6382 }
6925 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6926 - inset-block-end: 100%;
6927 - border-block-end-color: var(--e-a-bg-default);
6383 +#elementor-library--connect_infotip__dialog:after {
6384 + bottom: 100%;
6385 + border-bottom-color: var(--e-a-bg-default);
6928 6386 }
6929 -#elementor-library--connect_infotip__dialog.variant-b:after {
6930 - border-block-start-color: var(--e-a-bg-secondary);
6931 - inset-block-start: 100%;
6932 -}
6933 -#elementor-library--connect_infotip__dialog.variant-b {
6934 - width: 265px;
6935 -}
6936 6387
6937 -#elementor-library--cloud-upgrade__dialog {
6938 - width: 265px;
6939 -}
6940 -#elementor-library--cloud-upgrade__dialog:after {
6941 - inset-block-start: 100%;
6942 - border-block-start-color: var(--e-a-bg-default);
6943 -}
6944 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6945 - border-block-start-color: var(--e-a-bg-secondary);
6946 -}
6947 -
6948 -#elementor-library--site-info__dialog {
6949 - width: 265px;
6950 -}
6951 -#elementor-library--site-info__dialog:after {
6952 - inset-block-start: 100%;
6953 - border-block-start-color: var(--e-a-bg-default);
6954 -}
6955 -#elementor-library--site-info__dialog.variant-b:after {
6956 - border-block-start-color: var(--e-a-bg-secondary);
6957 -}
6958 -
6959 -.elementor-global-styles-dialog {
6960 - --gsd-color-text-primary: #0c0d0e;
6961 - --gsd-color-text-secondary: #3f444b;
6962 - --gsd-color-text-tertiary: #69727D;
6963 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6964 - --gsd-color-primary-main: #f0abfc;
6965 - --gsd-color-primary-hover: #e879f9;
6966 - --gsd-color-secondary-main: #515962;
6967 - --gsd-border-radius: 4px;
6968 - --gsd-spacing-horizontal: 24px;
6969 - --gsd-font-family: 'Roboto', sans-serif;
6970 - padding: 16px 0 0;
6971 - min-width: 444px;
6972 -}
6973 -.elementor-global-styles-dialog__header {
6974 - padding: 10px var(--gsd-spacing-horizontal) 0;
6975 - margin-block-end: 16px;
6976 -}
6977 -.elementor-global-styles-dialog__header h2 {
6978 - margin: 0 0 4px;
6979 - font-family: var(--gsd-font-family);
6980 - font-size: 16px;
6981 - font-weight: 500;
6982 - line-height: 1.3;
6983 - color: var(--gsd-color-text-primary);
6984 - letter-spacing: 0.15px;
6985 -}
6986 -.elementor-global-styles-dialog__header p {
6987 - margin: 0;
6988 - font-family: var(--gsd-font-family);
6989 - font-size: 14px;
6990 - font-weight: 400;
6991 - line-height: 20px;
6992 - color: var(--gsd-color-text-secondary);
6993 - letter-spacing: 0.15px;
6994 -}
6995 -.elementor-global-styles-dialog__options {
6996 - display: flex;
6997 - flex-direction: column;
6998 - gap: 12px;
6999 - padding: 0 var(--gsd-spacing-horizontal);
7000 -}
7001 -.elementor-global-styles-dialog__radio-card {
7002 - display: flex;
7003 - gap: 0;
7004 - padding: 12px 8px;
7005 - border: 1px solid var(--gsd-color-divider);
7006 - border-radius: var(--gsd-border-radius);
7007 - cursor: pointer;
7008 - transition: border-color 0.2s ease;
7009 -}
7010 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7011 - border: 2px solid var(--gsd-color-text-primary);
7012 - padding: 11px 7px;
7013 -}
7014 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7015 - flex-shrink: 0;
7016 - width: 20px;
7017 - height: 20px;
7018 - margin: 9px;
7019 - cursor: pointer;
7020 - color: var(--gsd-color-text-tertiary);
7021 - accent-color: var(--gsd-color-text-primary);
7022 -}
7023 -.elementor-global-styles-dialog__radio-card-content {
7024 - display: flex;
7025 - align-items: flex-start;
7026 - flex-direction: column;
7027 - flex: 1;
7028 -}
7029 -.elementor-global-styles-dialog__radio-label {
7030 - font-family: var(--gsd-font-family);
7031 - font-size: 14px;
7032 - font-weight: 500;
7033 - line-height: 18px;
7034 - color: var(--gsd-color-text-primary);
7035 - letter-spacing: 0.15px;
7036 -}
7037 -.elementor-global-styles-dialog__radio-description {
7038 - font-family: var(--gsd-font-family);
7039 - font-size: 12px;
7040 - font-weight: 400;
7041 - line-height: 20px;
7042 - color: var(--gsd-color-text-secondary);
7043 - letter-spacing: 0.4px;
7044 -}
7045 -.elementor-global-styles-dialog__checkbox-container {
7046 - display: flex;
7047 - align-items: flex-start;
7048 - gap: 4px;
7049 - padding: 0;
7050 - margin-block-start: 0;
7051 -}
7052 -.elementor-global-styles-dialog__checkbox-option {
7053 - display: flex;
7054 - align-items: flex-start;
7055 - gap: 4px;
7056 - cursor: pointer;
7057 -}
7058 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7059 - width: 18px;
7060 - height: 18px;
7061 - margin: 4px;
7062 - cursor: pointer;
7063 -}
7064 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7065 - background-color: var(--gsd-color-text-tertiary);
7066 -}
7067 -.elementor-global-styles-dialog__checkbox-label {
7068 - font-family: var(--gsd-font-family);
7069 - font-size: 12px;
7070 - font-weight: 400;
7071 - line-height: 1.43;
7072 - color: var(--gsd-color-text-primary);
7073 - letter-spacing: 0.15px;
7074 - padding-block-start: 4px;
7075 - margin-inline-start: 4px;
7076 -}
7077 -.elementor-global-styles-dialog__checkbox-label a {
7078 - color: #2563eb;
7079 - text-decoration: underline;
7080 -}
7081 -.elementor-global-styles-dialog__checkbox-label a:hover {
7082 - color: #2563eb;
7083 -}
7084 -.elementor-global-styles-dialog__footer {
7085 - display: flex;
7086 - justify-content: flex-end;
7087 - align-items: center;
7088 - gap: 8px;
7089 - padding: 16px var(--gsd-spacing-horizontal);
7090 -}
7091 -.elementor-global-styles-dialog__button-cancel {
7092 - padding: 6px 8px;
7093 - font-family: var(--gsd-font-family);
7094 - font-size: 15px;
7095 - font-weight: 500;
7096 - line-height: 24px;
7097 - letter-spacing: 0.4px;
7098 - color: var(--gsd-color-secondary-main);
7099 - background: transparent;
7100 - border: none;
7101 - border-radius: var(--gsd-border-radius);
7102 - cursor: pointer;
7103 -}
7104 -.elementor-global-styles-dialog__button-cancel:hover {
7105 - background: rgba(0, 0, 0, 0.04);
7106 -}
7107 -.elementor-global-styles-dialog__button-insert {
7108 - padding: 6px 16px;
7109 - font-family: var(--gsd-font-family);
7110 - font-size: 15px;
7111 - font-weight: 500;
7112 - line-height: 24px;
7113 - letter-spacing: 0.4px;
7114 - color: var(--gsd-color-text-primary);
7115 - background: var(--gsd-color-primary-main);
7116 - border: none;
7117 - border-radius: var(--gsd-border-radius);
7118 - cursor: pointer;
7119 -}
7120 -.elementor-global-styles-dialog__button-insert:hover {
7121 - background: var(--gsd-color-primary-hover);
7122 -}
7123 -
7124 6388 .elementor-tags-list {
7125 6389 display: none;
7126 6390 position: absolute;
7127 6391 width: 260px;
@@ -7305,14 +6569,8 @@
7305 6569 cursor: default;
7306 6570 opacity: 0.5;
7307 6571 color: var(--e-a-color-disabled);
7308 6572 }
7309 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7310 - opacity: 1;
7311 -}
7312 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7313 - opacity: 0.5;
7314 -}
7315 6573 .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 {
7316 6574 background-color: var(--e-a-bg-hover);
7317 6575 color: var(--e-a-color-hover);
7318 6576 }
@@ -7341,20 +6599,8 @@
7341 6599 color: var(--e-a-color-primary-bold);
7342 6600 border-radius: 10px;
7343 6601 font-size: 10px;
7344 6602 }
7345 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7346 - display: flex;
7347 - align-items: center;
7348 - justify-content: center;
7349 - width: 24px;
7350 - height: 24px;
7351 - border-radius: 50%;
7352 - background-color: rgba(214, 16, 124, 0.12);
7353 - color: var(--e-a-color-accent-promotion, #D6107C);
7354 - font-size: 16px;
7355 - cursor: pointer;
7356 -}
7357 6603 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7358 6604 font-size: 14px;
7359 6605 font-style: normal;
7360 6606 font-weight: 400;
@@ -7752,9 +6998,9 @@
7752 6998 transition: transform 0.5s;
7753 6999 z-index: 91;
7754 7000 }
7755 7001 .elementor-navigator__element__indicators:not(:hover) {
7756 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
7002 + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width)));
7757 7003 }
7758 7004 .elementor-navigator__element__indicator {
7759 7005 height: 100%;
7760 7006 width: 31px;
@@ -7781,9 +7027,9 @@
7781 7027
7782 7028 .e-notice-bar {
7783 7029 position: absolute;
7784 7030 width: 100%;
7785 - inset-block-end: 0;
7031 + bottom: 0;
7786 7032 display: flex;
7787 7033 align-items: center;
7788 7034 height: 40px;
7789 7035 color: #fff;
@@ -8030,11 +7276,11 @@
8030 7276 flex-direction: column;
8031 7277 align-items: center;
8032 7278 width: 100%;
8033 7279 position: absolute;
8034 - inset-block-start: 50%;
8035 - inset-inline-start: 50%;
8036 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7280 + top: 50%;
7281 + left: 50%;
7282 + transform: translate(-50%, -50%);
8037 7283 padding: 1px;
8038 7284 }
8039 7285 .elementor-icons-manager__tab__item__icon {
8040 7286 font-size: 25px;
@@ -8078,12 +7324,11 @@
8078 7324 }
8079 7325 .pickr .pcr-button:before, .pickr .pcr-button:after {
8080 7326 height: 12px;
8081 7327 width: 12px;
8082 - position: absolute;
8083 - inset-block-start: 50%;
8084 - inset-inline-start: 50%;
8085 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7328 + top: 50%;
7329 + left: 50%;
7330 + transform: translate(-50%, -50%);
8086 7331 }
8087 7332
8088 7333 .pcr-app {
8089 7334 background-color: var(--e-a-bg-default);
@@ -8223,9 +7468,9 @@
8223 7468 }
8224 7469
8225 7470 .select2-selection__arrow {
8226 7471 height: 27px;
8227 - inset-block-start: 0;
7472 + top: 0;
8228 7473 }
8229 7474
8230 7475 .select2-results__option[aria-selected=true] {
8231 7476 background-color: var(--e-a-bg-active);
@@ -8284,10 +7529,11 @@
8284 7529 padding: 0;
8285 7530 margin: 0;
8286 7531 height: 100px;
8287 7532 position: absolute;
8288 - inset-block-start: -60px;
8289 - inset-inline: 0;
7533 + top: -60px;
7534 + left: 0;
7535 + right: 0;
8290 7536 }
8291 7537 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8292 7538 border-color: transparent;
8293 7539 outline: none;
@@ -8314,22 +7560,18 @@
8314 7560 }
8315 7561
8316 7562 [class^=eicon-flex], [class*=" eicon-flex"] {
8317 7563 transition: 0.3s all;
7564 + --is-ltr: 1;
7565 + --is-rtl: 0;
7566 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8318 7567 }
8319 7568 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8320 7569 max-height: 1em;
8321 7570 max-width: 1em;
8322 7571 }
8323 -[class^=eicon-flex], [class*=" eicon-flex"] {
8324 - --is-ltr: 1;
8325 - --is-rtl: 0;
8326 -}
8327 7572 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8328 7573 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8329 -}
8330 -[class^=eicon-flex], [class*=" eicon-flex"] {
8331 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8332 7574 }
8333 7575 :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) {
8334 7576 transform: rotate(calc(var(--rotation-direction) * 90deg));
8335 7577 }