PluginProbe
Elementor Website Builder – more than just a page builder / 3.30.1
Elementor Website Builder – more than just a page builder v3.30.1
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 4.1.0-dev1 All 452 releases
← All changes | assets/css/editor.css +222 -997 4.0.73.30.1 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.30.0 - 07-07-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + right: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89f";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89e";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -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;
@@ -910,10 +911,10 @@
910 911 }
911 912 .elementor-panel .elementor-controls-popover:before {
912 913 content: "";
913 914 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
915 + top: -16px;
916 + right: 22px;
916 917 border: 8px solid transparent;
917 918 border-block-end-color: var(--e-a-bg-default);
918 919 }
919 920 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -927,9 +928,8 @@
927 928 }
928 929 .elementor-panel {
929 930 position: relative;
930 931 height: 100%;
931 - inset-inline-start: 0;
932 932 margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 933 width: var(--e-editor-panel-width);
934 934 overflow: visible;
935 935 background-color: var(--e-a-bg-default);
@@ -935,8 +935,9 @@
935 935 background-color: var(--e-a-bg-default);
936 936 z-index: 1;
937 937 font-family: var(--e-a-font-family);
938 938 font-size: 13px;
939 + left: 0;
939 940 }
940 941 .elementor-editor-preview .elementor-panel {
941 942 --e-is-preview-mode: 1;
942 943 }
@@ -1193,12 +1194,12 @@
1193 1194 content: "";
1194 1195 position: absolute;
1195 1196 height: 13px;
1196 1197 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
1198 + top: 3px;
1199 + bottom: 0;
1200 + left: 8px;
1201 + right: 0;
1201 1202 border-radius: 50%;
1202 1203 z-index: -1;
1203 1204 }
1204 1205 .elementor-panel #elementor-panel-footer {
@@ -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
@@ -1386,12 +1383,12 @@
1386 1383 appearance: none;
1387 1384 }
1388 1385 #elementor-panel-elements-search-input + i {
1389 1386 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1387 + left: 10px;
1388 + top: 50%;
1389 + color: var(--e-a-color-txt-disabled);
1392 1390 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1391 }
1395 1392 #elementor-panel-elements-search-input:focus {
1396 1393 border-color: var(--e-a-border-color-focus);
1397 1394 padding-inline-end: 15px;
@@ -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;
@@ -1429,10 +1414,10 @@
1429 1414 user-select: none;
1430 1415 }
1431 1416 .elementor-panel .elementor-element .eicon-atomic {
1432 1417 position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1418 + top: 5px;
1419 + right: 5px;
1435 1420 color: var(--e-a-color-txt);
1436 1421 }
1437 1422 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1423 background-color: var(--e-a-bg-hover);
@@ -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,12 +1438,12 @@
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 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1444 + top: 5px;
1445 + right: 5px;
1464 1446 color: var(--e-a-color-txt-disabled);
1465 1447 }
1466 1448 .elementor-panel .elementor-element:active {
1467 1449 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1461,10 @@
1479 1461 }
1480 1462 #elementor-element--promotion__dialog:after {
1481 1463 content: "";
1482 1464 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1465 + top: 15px;
1466 + right: 100%;
1485 1467 transform: scaleY(0.7);
1486 1468 border: 10px solid transparent;
1487 1469 border-inline-end-color: var(--e-a-bg-default);
1488 1470 }
@@ -1529,10 +1511,10 @@
1529 1511 }
1530 1512 .dialog-tooltip-widget:after {
1531 1513 content: "";
1532 1514 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1515 + top: 15px;
1516 + right: 100%;
1535 1517 transform: scaleY(0.7);
1536 1518 border: 10px solid transparent;
1537 1519 border-inline-end-color: var(--e-a-bg-default);
1538 1520 }
@@ -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;
@@ -1814,36 +1752,23 @@
1814 1752 }
1815 1753 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1816 1754 display: none;
1817 1755 }
1818 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1819 - padding: 4px;
1820 -}
1821 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1822 - aspect-ratio: 4/1;
1823 - -o-object-fit: cover;
1824 - object-fit: cover;
1825 - -o-object-position: center;
1826 - object-position: center;
1827 -}
1828 -.elementor-control-shape_divider_bottom img {
1829 - rotate: X 180deg;
1830 -}
1831 1756 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1832 1757 margin-block-start: 5px;
1833 1758 }
1834 1759
1835 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1836 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1837 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1838 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1839 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1840 - transform: rotate(90deg);
1760 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1761 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1762 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1763 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1764 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1765 + content: "\e92a";
1841 1766 }
1842 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1843 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1844 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1845 - scale: calc(1 * var(--direction-multiplier)) 1;
1767 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1768 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1769 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1770 + content: "\e90a";
1846 1771 }
1847 1772
1848 1773 .elementor-panel-heading {
1849 1774 display: flex;
@@ -1945,15 +1870,8 @@
1945 1870 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 1871 margin-block-start: 0;
1947 1872 }
1948 1873
1949 -.elementor-control-start-end .eicon-text-align-left,
1950 -.elementor-control-start-end .eicon-text-align-right,
1951 -.elementor-control-start-end .eicon-h-align-left,
1952 -.elementor-control-start-end .eicon-h-align-right {
1953 - scale: calc(1 * var(--direction-multiplier)) 1;
1954 -}
1955 -
1956 1874 .elementor-update-preview {
1957 1875 margin: 15px 15px 0;
1958 1876 display: flex;
1959 1877 align-items: center;
@@ -1988,9 +1906,9 @@
1988 1906 }
1989 1907 .elementor-control-responsive-switchers__holder {
1990 1908 position: absolute;
1991 1909 width: 100%;
1992 - inset-block-start: 0;
1910 + top: 0;
1993 1911 background-color: var(--e-a-bg-default);
1994 1912 border-radius: var(--e-a-border-radius);
1995 1913 transition: 0.15s;
1996 1914 border: 1px solid transparent;
@@ -2133,10 +2051,10 @@
2133 2051 display: none;
2134 2052 overflow: hidden;
2135 2053 max-height: 0;
2136 2054 position: absolute;
2137 - inset-block-start: -0.8em;
2138 - inset-inline-start: -0.5em;
2055 + top: -0.8em;
2056 + left: -0.5em;
2139 2057 width: 2.5em;
2140 2058 text-align: center;
2141 2059 background-color: var(--e-a-bg-default);
2142 2060 border-radius: var(--e-a-border-radius);
@@ -2311,9 +2229,9 @@
2311 2229 }
2312 2230 .elementor-control-responsive-switchers__holder {
2313 2231 position: absolute;
2314 2232 width: 100%;
2315 - inset-block-start: 0;
2233 + top: 0;
2316 2234 background-color: var(--e-a-bg-default);
2317 2235 border-radius: var(--e-a-border-radius);
2318 2236 transition: 0.15s;
2319 2237 border: 1px solid transparent;
@@ -2456,10 +2374,10 @@
2456 2374 display: none;
2457 2375 overflow: hidden;
2458 2376 max-height: 0;
2459 2377 position: absolute;
2460 - inset-block-start: -0.8em;
2461 - inset-inline-start: -0.5em;
2378 + top: -0.8em;
2379 + left: -0.5em;
2462 2380 width: 2.5em;
2463 2381 text-align: center;
2464 2382 background-color: var(--e-a-bg-default);
2465 2383 border-radius: var(--e-a-border-radius);
@@ -2589,9 +2507,9 @@
2589 2507 }
2590 2508 .elementor-control-responsive-switchers__holder {
2591 2509 position: absolute;
2592 2510 width: 100%;
2593 - inset-block-start: 0;
2511 + top: 0;
2594 2512 background-color: var(--e-a-bg-default);
2595 2513 border-radius: var(--e-a-border-radius);
2596 2514 transition: 0.15s;
2597 2515 border: 1px solid transparent;
@@ -2734,10 +2652,10 @@
2734 2652 display: none;
2735 2653 overflow: hidden;
2736 2654 max-height: 0;
2737 2655 position: absolute;
2738 - inset-block-start: -0.8em;
2739 - inset-inline-start: -0.5em;
2656 + top: -0.8em;
2657 + left: -0.5em;
2740 2658 width: 2.5em;
2741 2659 text-align: center;
2742 2660 background-color: var(--e-a-bg-default);
2743 2661 border-radius: var(--e-a-border-radius);
@@ -2857,11 +2775,11 @@
2857 2775 }
2858 2776
2859 2777 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2778 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2779 + top: 50%;
2780 + left: 50%;
2781 + transform: translate(-50%, -50%);
2864 2782 }
2865 2783 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2784 font-size: 70px;
2867 2785 }
@@ -2927,10 +2845,10 @@
2927 2845 opacity: 0;
2928 2846 }
2929 2847 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 2848 position: absolute;
2931 - inset-block-start: 10px;
2932 - inset-inline-end: 10px;
2849 + top: 10px;
2850 + right: 10px;
2933 2851 width: 21px;
2934 2852 height: 21px;
2935 2853 color: var(--e-a-color-white);
2936 2854 background-color: rgba(0, 0, 0, 0.5);
@@ -3040,10 +2958,10 @@
3040 2958 }
3041 2959 .e-global__popover-info-tooltip:after {
3042 2960 content: "";
3043 2961 position: absolute;
3044 - inset-block-end: -17px;
3045 - inset-inline-start: 16px;
2962 + bottom: -17px;
2963 + left: 16px;
3046 2964 border: 10px solid transparent;
3047 2965 border-block-start-color: rgba(0, 0, 0, 0.9);
3048 2966 }
3049 2967 .e-global__popover-info i {
@@ -3060,19 +2978,8 @@
3060 2978 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2979 background-color: #BABFC5;
3062 2980 border-radius: 10px;
3063 2981 }
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 2982 .e-global__manage-button {
3076 2983 font-weight: 500;
3077 2984 cursor: pointer;
3078 2985 }
@@ -3088,9 +2995,9 @@
3088 2995 font-size: 13px;
3089 2996 content: "\e90e";
3090 2997 position: absolute;
3091 2998 transform: translateY(-50%);
3092 - inset-block-start: 50%;
2999 + top: 50%;
3093 3000 inset-inline-start: 13px;
3094 3001 }
3095 3002 .e-global__color {
3096 3003 padding: 10px 20px;
@@ -3231,11 +3138,11 @@
3231 3138 display: none;
3232 3139 }
3233 3140 .elementor-control-media .eicon-plus-circle {
3234 3141 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3142 + top: 50%;
3143 + left: 50%;
3144 + transform: translate(-50%, -50%);
3238 3145 color: var(--e-a-color-white);
3239 3146 font-size: 20px;
3240 3147 }
3241 3148 .elementor-control-media__content__upload-button {
@@ -3258,11 +3165,11 @@
3258 3165 display: none;
3259 3166 }
3260 3167 .elementor-control-media-area .eicon-video-camera {
3261 3168 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3169 + top: 50%;
3170 + left: 50%;
3171 + transform: translate(-50%, -50%);
3265 3172 color: rgba(255, 255, 255, 0.7);
3266 3173 font-size: 21px;
3267 3174 }
3268 3175 .elementor-control-media .elementor-control-media__content {
@@ -3278,9 +3185,9 @@
3278 3185 background-color: rgba(0, 0, 0, 0.2);
3279 3186 pointer-events: none;
3280 3187 }
3281 3188 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
3189 + bottom: -30px;
3283 3190 }
3284 3191 .elementor-control-media__content {
3285 3192 transition: all 0.2s ease-in-out;
3286 3193 }
@@ -3285,10 +3192,11 @@
3285 3192 transition: all 0.2s ease-in-out;
3286 3193 }
3287 3194 .elementor-control-media__tools {
3288 3195 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
3196 + bottom: 0;
3197 + left: 0;
3198 + right: 0;
3291 3199 height: 27px;
3292 3200 transition: all 0.2s ease-in-out;
3293 3201 }
3294 3202 .elementor-control-media__tools > *:not(:first-child) {
@@ -3315,10 +3223,10 @@
3315 3223 }
3316 3224 .elementor-control-media__content__remove {
3317 3225 position: absolute;
3318 3226 z-index: 1;
3319 - inset-block-start: 10px;
3320 - inset-inline-end: 10px;
3227 + top: 10px;
3228 + right: 10px;
3321 3229 width: 20px;
3322 3230 height: 20px;
3323 3231 font-size: 11px;
3324 3232 color: var(--e-a-color-white);
@@ -3659,11 +3567,11 @@
3659 3567 font-family: eicons;
3660 3568 content: "\e8ad";
3661 3569 font-size: 12px;
3662 3570 position: absolute;
3663 - inset-block-start: 50%;
3664 - inset-inline-end: 5px;
3571 + top: 50%;
3665 3572 transform: translateY(-50%);
3573 + right: 5px;
3666 3574 pointer-events: none;
3667 3575 }
3668 3576 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 3577 max-width: 80px;
@@ -3697,14 +3605,14 @@
3697 3605 }
3698 3606 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 3607 border-radius: 0;
3700 3608 width: 10px;
3701 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3609 + transform: translateY(calc(50% - 14px)) translateX(4px);
3702 3610 }
3703 3611 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3612 content: "";
3705 3613 position: absolute;
3706 - inset-block-start: 2px;
3614 + top: 2px;
3707 3615 height: 12px;
3708 3616 width: 11px;
3709 3617 transform: rotate(45deg);
3710 3618 background-color: var(--e-a-color-white);
@@ -3781,11 +3689,11 @@
3781 3689 .elementor-slider .noUi-handle {
3782 3690 height: 16px;
3783 3691 width: 16px;
3784 3692 background-color: var(--e-a-color-white);
3693 + right: 0;
3694 + transform: translateY(calc(50% - 14px)) translateX(8px);
3785 3695 position: absolute;
3786 - inset-inline-end: 0;
3787 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 3696 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 3697 border-radius: 50%;
3790 3698 }
3791 3699 .elementor-slider .noUi-connects {
@@ -3802,9 +3710,9 @@
3802 3710 background-color: var(--e-a-border-color-focus);
3803 3711 }
3804 3712 .elementor-slider .noUi-tooltip {
3805 3713 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3714 + top: calc(100% + 5px);
3807 3715 left: calc(50% - 4px);
3808 3716 transform: translateX(-50%);
3809 3717 font-size: 10px;
3810 3718 }
@@ -3891,9 +3799,9 @@
3891 3799 transition-property: opacity, background;
3892 3800 }
3893 3801 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3802 position: absolute;
3895 - inset-block-start: 0;
3803 + top: 0;
3896 3804 width: 50%;
3897 3805 text-align: center;
3898 3806 line-height: 20px;
3899 3807 transition: inherit;
@@ -3899,14 +3807,14 @@
3899 3807 transition: inherit;
3900 3808 }
3901 3809 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3810 content: attr(data-off);
3903 - inset-inline-end: 5px;
3811 + right: 5px;
3904 3812 color: var(--e-a-color-txt-muted);
3905 3813 }
3906 3814 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3815 content: attr(data-on);
3908 - inset-inline-start: 5px;
3816 + left: 5px;
3909 3817 color: var(--e-a-btn-color);
3910 3818 opacity: 0;
3911 3819 }
3912 3820 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,19 +3827,19 @@
3919 3827 opacity: 1;
3920 3828 }
3921 3829 .elementor-control-type-switcher .elementor-switch-handle {
3922 3830 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3831 + top: 1px;
3832 + left: 1px;
3925 3833 width: 18px;
3926 3834 height: 18px;
3927 3835 background: white;
3928 3836 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3837 + transition: left 0.15s ease-out;
3930 3838 }
3931 3839 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3840 + left: initial;
3841 + right: 1px;
3934 3842 }
3935 3843
3936 3844 .elementor-control-type-tabs {
3937 3845 display: none;
@@ -3983,10 +3891,10 @@
3983 3891 }
3984 3892 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 3893 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 3894 position: absolute;
3987 - inset-block-start: 0;
3988 - inset-inline-end: 0;
3895 + top: 0;
3896 + right: 0;
3989 3897 z-index: 1;
3990 3898 }
3991 3899 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 3900 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4064,10 +3972,10 @@
4064 3972 }
4065 3973 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3974 display: none;
4067 3975 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3976 + top: 5px;
3977 + right: 0;
4070 3978 width: 10px;
4071 3979 height: 10px;
4072 3980 font-size: 10px;
4073 3981 color: var(--e-a-color-txt-disabled);
@@ -4146,9 +4054,8 @@
4146 4054 font-size: 12px;
4147 4055 transition: var(--e-a-transition-hover);
4148 4056 cursor: pointer;
4149 4057 overflow: hidden;
4150 - width: 100%;
4151 4058 padding: 8px;
4152 4059 }
4153 4060 .elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label {
4154 4061 background-color: var(--e-a-bg-active-bold);
@@ -4331,13 +4238,13 @@
4331 4238 --e-a-mode-switcher-width: 15px;
4332 4239 --e-a-mode-switcher-height: 50px;
4333 4240 --e-a-mode-switcher-icon-size: 15px;
4334 4241 position: absolute;
4335 - inset-block-start: 50%;
4336 - inset-inline-start: 100%;
4242 + left: 100%;
4243 + top: 50%;
4337 4244 transform: translateY(-50%);
4338 4245 background-color: var(--e-a-bg-default);
4339 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4246 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4340 4247 transition: 0.3s opacity;
4341 4248 }
4342 4249 #elementor-mode-switcher:hover {
4343 4250 background-color: var(--e-a-bg-hover);
@@ -4407,11 +4314,11 @@
4407 4314 }
4408 4315
4409 4316 #elementor-panel-revisions-loading {
4410 4317 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4318 + top: 50%;
4319 + left: 50%;
4320 + transform: translate(-50%, -50%);
4414 4321 }
4415 4322 #elementor-panel-revisions-loading .eicon-loading {
4416 4323 font-size: 50px;
4417 4324 }
@@ -4639,13 +4546,13 @@
4639 4546 }
4640 4547 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 4548 align-self: end;
4642 4549 margin-block-start: 35px;
4643 - inset-block-start: 0;
4550 + top: 0;
4644 4551 width: 100%;
4645 4552 }
4646 4553 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 - inset-inline-end: 5px;
4554 + right: 5px;
4648 4555 }
4649 4556 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 4557 padding: 0 20px 15px;
4651 4558 }
@@ -5066,20 +4973,8 @@
5066 4973 background-color: #fff;
5067 4974 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5068 4975 }
5069 4976
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 4977 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5083 4978 font-style: normal;
5084 4979 text-decoration: underline;
5085 4980 }
@@ -5091,9 +4986,9 @@
5091 4986 }
5092 4987 #elementor-template-library-modal .dialog-message {
5093 4988 overflow-y: scroll;
5094 4989 }
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 {
4990 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5096 4991 overflow-y: hidden;
5097 4992 }
5098 4993 #elementor-template-library-modal .e-back-to-editor {
5099 4994 color: var(--e-a-color-txt);
@@ -5110,21 +5005,14 @@
5110 5005 display: inline-block;
5111 5006 padding: 17px 20px;
5112 5007 border-block-end: 3px solid transparent;
5113 5008 cursor: pointer;
5114 - background: transparent;
5115 - margin: 0;
5116 - font-size: inherit;
5117 - font-family: inherit;
5118 - color: inherit;
5119 - border: none;
5120 5009 }
5121 5010 .elementor-template-library-menu-item:hover {
5122 5011 background-color: var(--e-a-bg-hover);
5123 5012 border-color: var(--e-a-bg-hover);
5124 5013 }
5125 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5126 - border-block-end: 3px solid;
5014 +.elementor-template-library-menu-item.elementor-active {
5127 5015 border-color: var(--e-a-border-color-accent);
5128 5016 color: var(--e-a-color-txt-accent);
5129 5017 }
5130 5018
@@ -5130,25 +5018,11 @@
5130 5018
5131 5019 #elementor-template-library-header-actions {
5132 5020 display: flex;
5133 5021 }
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;
5022 +#elementor-template-library-header-actions > div {
5142 5023 padding-inline-end: 16px;
5143 - cursor: pointer;
5144 5024 }
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 5025
5152 5026 #elementor-template-library-header-tools.e-hidden-disabled {
5153 5027 opacity: 0;
5154 5028 visibility: hidden;
@@ -5163,9 +5037,8 @@
5163 5037 margin-inline-start: 4px;
5164 5038 }
5165 5039
5166 5040 #elementor-template-library-header-preview-back {
5167 - gap: 10px;
5168 5041 padding-block: 16.5px 15px;
5169 5042 padding-inline: 0 16.5px;
5170 5043 border-inline-end: var(--e-a-border);
5171 5044 cursor: pointer;
@@ -5170,32 +5043,18 @@
5170 5043 border-inline-end: var(--e-a-border);
5171 5044 cursor: pointer;
5172 5045 transition: color 0.5s;
5173 5046 }
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 5047 #elementor-template-library-header-preview-back:hover {
5192 5048 color: var(--e-a-color-txt-hover);
5193 5049 }
5194 5050 #elementor-template-library-header-preview-back i {
5051 + padding-inline-end: 10px;
5195 5052 font-size: 18px;
5196 - scale: calc(1 * var(--direction-multiplier)) 1;
5197 5053 }
5054 +#elementor-template-library-header-preview-back i:before {
5055 + content: "\e87e";
5056 +}
5198 5057
5199 5058 #elementor-template-library-templates {
5200 5059 display: flex;
5201 5060 flex-direction: column;
@@ -5221,20 +5080,15 @@
5221 5080 }
5222 5081 #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 5082 display: flex;
5224 5083 align-items: baseline;
5225 - border-radius: 3px;
5226 5084 }
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 5085 #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 5086 align-items: center;
5233 5087 }
5234 5088 #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 5089 font-size: 14px;
5236 - margin-inline-start: 5px;
5090 + margin-left: 5px;
5237 5091 }
5238 5092 #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 5093 width: 200px;
5240 5094 margin: 0px 10px;
@@ -5333,14 +5187,8 @@
5333 5187 align-items: center;
5334 5188 gap: 8px;
5335 5189 }
5336 5190 #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 5191 cursor: pointer;
5344 5192 font-size: 20px;
5345 5193 padding: 0 5px;
5346 5194 border-radius: 2px;
@@ -5380,19 +5228,15 @@
5380 5228 padding: 8px;
5381 5229 border: var(--e-a-border);
5382 5230 border-radius: 3px;
5383 5231 }
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 {
5232 +#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 5233 display: flex;
5390 5234 }
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 {
5235 +#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 5236 display: none;
5393 5237 }
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 {
5238 +#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 5239 display: flex !important;
5396 5240 }
5397 5241 #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 5242 width: 190px;
@@ -5398,14 +5242,14 @@
5398 5242 width: 190px;
5399 5243 height: 100px;
5400 5244 position: relative;
5401 5245 border-radius: 3px;
5402 - margin-block-end: 4px;
5246 + margin-bottom: 4px;
5403 5247 overflow: hidden;
5404 5248 }
5405 5249 #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;
5250 + -o-object-fit: cover;
5251 + object-fit: cover;
5408 5252 width: 100%;
5409 5253 height: 100%;
5410 5254 }
5411 5255 #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 +5331,16 @@
5487 5331 gap: 20px;
5488 5332 align-items: center;
5489 5333 flex: 1;
5490 5334 }
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;
5335 +#elementor-template-library-templates .bulk-selection-action-bar i {
5498 5336 cursor: pointer;
5499 - display: flex;
5500 - align-items: center;
5501 - justify-content: center;
5337 + font-size: 18px;
5502 5338 }
5503 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5339 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5504 5340 pointer-events: none;
5505 5341 opacity: 0.3;
5506 - cursor: not-allowed;
5507 5342 }
5508 -#elementor-template-library-templates .bulk-selection-action-bar i {
5509 - cursor: pointer;
5510 - font-size: 18px;
5511 -}
5512 5343 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5513 5344 font-size: 20px;
5514 5345 }
5515 5346 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5545,12 +5376,12 @@
5545 5376 background: var(--e-a-bg-active);
5546 5377 }
5547 5378 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5548 5379 position: relative;
5549 - inset-block-start: 3px;
5380 + top: 3px;
5550 5381 }
5551 5382 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5552 - inset-block-start: 0px;
5383 + top: 0px;
5553 5384 }
5554 5385 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5555 5386 #elementor-template-library-templates #bulk-select-all:checked {
5556 5387 background: #69727D;
@@ -5591,11 +5422,11 @@
5591 5422 .elementor-template-library-filter-select-source .source-option i {
5592 5423 margin-inline-end: 5px;
5593 5424 }
5594 5425 .elementor-template-library-filter-select-source .source-option .new-badge {
5595 - border: 1px solid var(--e-a-color-primary-bold-dark);
5426 + border: 1px solid var(--e-a-color-primary-bold);
5596 5427 padding: 2px 4px;
5597 - color: var(--e-a-color-primary-bold-dark);
5428 + color: var(--e-a-color-primary-bold);
5598 5429 border-radius: 10px;
5599 5430 font-size: 10px;
5600 5431 margin-inline-start: 5px;
5601 5432 }
@@ -5602,52 +5433,8 @@
5602 5433 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5603 5434 background-color: var(--e-a-bg-hover);
5604 5435 }
5605 5436
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 5437 #elementor-template-library-filter-toolbar-remote {
5651 5438 font-size: 11px;
5652 5439 }
5653 5440
@@ -5722,9 +5509,9 @@
5722 5509 content: "\e923";
5723 5510 }
5724 5511
5725 5512 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5726 - margin-block-end: 10px;
5513 + margin-bottom: 10px;
5727 5514 }
5728 5515
5729 5516 #elementor-template-library-filter-text-wrapper {
5730 5517 width: 200px;
@@ -5731,14 +5518,14 @@
5731 5518 position: relative;
5732 5519 }
5733 5520 #elementor-template-library-filter-text-wrapper i {
5734 5521 position: absolute;
5735 - inset-block-start: 50%;
5736 - inset-inline-end: 0;
5522 + top: 50%;
5523 + right: 0;
5737 5524 transform: translateY(-50%);
5738 5525 }
5739 5526 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5740 - inset-block-start: 25%;
5527 + top: 25%;
5741 5528 }
5742 5529
5743 5530 #elementor-template-library-filter-text {
5744 5531 border: none;
@@ -5765,32 +5552,19 @@
5765 5552 padding: 8px;
5766 5553 border: var(--e-a-border);
5767 5554 border-radius: 3px;
5768 5555 }
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 {
5556 +.elementor-template-library-template-remote:hover {
5774 5557 background-color: var(--e-a-bg-hover);
5775 5558 }
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 {
5559 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5780 5560 display: none;
5781 5561 }
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 {
5562 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5789 5563 opacity: 0;
5790 5564 }
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 {
5565 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5566 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5793 5567 display: none;
5794 5568 }
5795 5569 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5796 5570 content: var(--elementor-template-library-subscription-plan-label);
@@ -5798,10 +5572,10 @@
5798 5572 color: var(--e-a-color-white);
5799 5573 position: absolute;
5800 5574 text-transform: uppercase;
5801 5575 line-height: 1;
5802 - inset-block-start: 5px;
5803 - inset-inline-end: 5px;
5576 + top: 5px;
5577 + right: 5px;
5804 5578 padding: 3px 5px;
5805 5579 font-size: 8px;
5806 5580 border-radius: 2px;
5807 5581 }
@@ -5816,10 +5590,10 @@
5816 5590 }
5817 5591 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5818 5592 position: absolute;
5819 5593 width: 100%;
5820 - inset-block-end: 0;
5821 - inset-inline-start: 0;
5594 + bottom: 0;
5595 + left: 0;
5822 5596 padding: 10px;
5823 5597 background-color: var(--e-a-bg-default);
5824 5598 transition: transform 0.5s;
5825 5599 }
@@ -5825,9 +5599,9 @@
5825 5599 }
5826 5600 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5827 5601 display: none;
5828 5602 }
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 {
5603 +.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 5604 transform: translateY(100%);
5831 5605 }
5832 5606 .elementor-template-library-template-remote .elementor-template-library-template-body {
5833 5607 position: relative;
@@ -5852,11 +5626,11 @@
5852 5626 }
5853 5627 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5854 5628 font-size: 20px;
5855 5629 position: absolute;
5856 - inset-block-start: 50%;
5857 - inset-inline-start: 50%;
5858 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5630 + top: 50%;
5631 + left: 50%;
5632 + transform: translate(-50%, -50%);
5859 5633 }
5860 5634 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5861 5635 display: flex;
5862 5636 justify-content: space-between;
@@ -5876,22 +5650,10 @@
5876 5650 .elementor-template-library-template-remote .elementor-template-library-favorite {
5877 5651 margin-inline-start: auto;
5878 5652 }
5879 5653 .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;
5654 + display: none;
5889 5655 }
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 5656 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5895 5657 content: "\e93f";
5896 5658 color: var(--e-a-color-primary-bold);
5897 5659 }
@@ -6007,25 +5769,14 @@
6007 5769 position: absolute;
6008 5770 background-color: var(--e-a-bg-default);
6009 5771 border-radius: var(--e-a-border-radius);
6010 5772 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6011 - inset-block-start: 100%;
6012 - inset-inline-end: 0;
5773 + top: 100%;
5774 + right: 0;
6013 5775 z-index: 1;
6014 - list-style: none;
6015 - margin: 0;
6016 - padding: 0;
6017 5776 }
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;
5777 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5778 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
6028 5779 padding: 10px 20px;
6029 5780 font-size: 11px;
6030 5781 cursor: pointer;
6031 5782 display: flex;
@@ -6030,21 +5781,25 @@
6030 5781 cursor: pointer;
6031 5782 display: flex;
6032 5783 align-items: center;
6033 5784 gap: 8px;
6034 - width: 100%;
6035 5785 }
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 {
5786 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5787 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
6040 5788 cursor: not-allowed;
6041 5789 color: var(--e-a-color-txt-disabled);
6042 5790 }
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 {
5791 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5792 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5793 + color: var(--e-a-color-txt-disabled);
5794 + cursor: not-allowed;
5795 +}
5796 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5797 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
6045 5798 color: var(--e-a-color-txt);
6046 - text-decoration: none;
5799 + display: flex;
5800 + align-items: center;
5801 + gap: 8px;
6047 5802 }
6048 5803 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6049 5804 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6050 5805 color: var(--e-a-color-danger);
@@ -6056,14 +5811,8 @@
6056 5811 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6057 5812 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6058 5813 margin-inline-start: auto;
6059 5814 cursor: pointer;
6060 - background: none;
6061 - border: none;
6062 - padding: 0;
6063 - display: flex;
6064 - align-items: center;
6065 - justify-content: center;
6066 5815 }
6067 5816 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6068 5817 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6069 5818 font-size: 20px;
@@ -6130,11 +5879,9 @@
6130 5879 display: flex;
6131 5880 align-items: center;
6132 5881 }
6133 5882 .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 {
5883 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6137 5884 cursor: pointer;
6138 5885 transition: color 0.5s;
6139 5886 }
6140 5887 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6156,9 +5903,9 @@
6156 5903 overflow: hidden;
6157 5904 }
6158 5905 #elementor-template-library-preview iframe {
6159 5906 height: 150%;
6160 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
5907 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6161 5908 }
6162 5909 @media (max-width: 1439px) {
6163 5910 #elementor-template-library-preview iframe {
6164 5911 width: 1440px;
@@ -6219,18 +5966,18 @@
6219 5966 #elementor-template-library-save-template-form > * {
6220 5967 height: 55px;
6221 5968 font-size: 16px;
6222 5969 }
5970 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
5971 + display: block;
5972 + width: 500px;
5973 + margin: 0 auto;
5974 +}
6223 5975 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6224 5976 height: 55px;
6225 5977 font-size: 16px;
6226 5978 margin-block-end: 15px;
6227 5979 }
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6229 - display: block;
6230 - width: 500px;
6231 - margin: 0 auto;
6232 -}
6233 5980 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6234 5981 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6235 5982 display: none;
6236 5983 }
@@ -6256,24 +6003,15 @@
6256 6003 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6257 6004 display: inline;
6258 6005 background: var(--e-a-bg-hover);
6259 6006 padding: 0 2px 1px;
6260 - border: none;
6261 6007 border-radius: 2px;
6262 6008 vertical-align: bottom;
6263 6009 cursor: pointer;
6264 - font-family: inherit;
6265 - font-size: inherit;
6266 - color: inherit;
6267 - line-height: inherit;
6268 6010 }
6269 6011 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6270 6012 background: var(--e-a-bg-active);
6271 6013 }
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 6014 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6277 6015 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6278 6016 #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 6017 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6326,9 +6064,9 @@
6326 6064 position: relative;
6327 6065 }
6328 6066 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6329 6067 background: #69727D;
6330 - inset-block-start: -3px;
6068 + top: -3px;
6331 6069 position: relative;
6332 6070 }
6333 6071 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6334 6072 position: relative;
@@ -6337,22 +6075,18 @@
6337 6075 #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 6076 white-space: nowrap;
6339 6077 text-overflow: ellipsis;
6340 6078 overflow: hidden;
6341 - overflow: visible;
6342 - display: inline-flex;
6343 - align-items: baseline;
6344 6079 line-height: 27px;
6345 6080 }
6346 6081 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6347 6082 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6348 - flex-shrink: 0;
6349 6083 position: relative;
6350 - inset-block-start: 2px;
6084 + top: 2px;
6351 6085 }
6352 6086 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6353 6087 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6354 - inset-block-start: -2px;
6088 + top: -2px;
6355 6089 }
6356 6090 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6357 6091 vertical-align: bottom;
6358 6092 }
@@ -6363,26 +6097,15 @@
6363 6097 }
6364 6098 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6365 6099 display: none;
6366 6100 margin-inline-end: 5px;
6367 - align-items: baseline;
6368 - white-space: nowrap;
6369 - text-overflow: ellipsis;
6370 - overflow: hidden;
6371 6101 }
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 6102 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6376 6103 text-decoration: underline;
6377 6104 cursor: pointer;
6378 - white-space: nowrap;
6379 - text-overflow: ellipsis;
6380 - overflow: hidden;
6381 6105 }
6382 6106 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6383 6107 cursor: pointer;
6384 - flex-shrink: 0;
6385 6108 }
6386 6109 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6387 6110 color: var(--e-a-color-primary-bold);
6388 6111 font-size: 14px;
@@ -6392,9 +6115,9 @@
6392 6115 }
6393 6116 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6394 6117 display: none;
6395 6118 position: absolute;
6396 - inset-block-start: 40px;
6119 + top: 40px;
6397 6120 background-color: var(--e-a-bg-default);
6398 6121 min-width: 187px;
6399 6122 overflow: auto;
6400 6123 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
@@ -6418,9 +6141,8 @@
6418 6141 }
6419 6142 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6420 6143 padding: 5px 15px;
6421 6144 cursor: pointer;
6422 - list-style: none;
6423 6145 }
6424 6146 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6425 6147 display: none;
6426 6148 }
@@ -6429,15 +6151,11 @@
6429 6151 }
6430 6152 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6431 6153 text-decoration: underline;
6432 6154 }
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 {
6155 +#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 6156 background: var(--e-a-border-color);
6435 6157 }
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 6158 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6441 6159 pointer-events: none;
6442 6160 opacity: 0.3;
6443 6161 }
@@ -6443,9 +6161,10 @@
6443 6161 }
6444 6162 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6445 6163 text-align: center;
6446 6164 font-size: 13px;
6447 - margin: 0 20px;
6165 + width: 155px;
6166 + margin: 0 auto;
6448 6167 padding-block: 15px;
6449 6168 pointer-events: none;
6450 6169 }
6451 6170 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6459,259 +6178,8 @@
6459 6178 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6460 6179 pointer-events: none;
6461 6180 opacity: 0.3;
6462 6181 }
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 6182
6715 6183 #elementor-template-library-save-template-name {
6716 6184 width: 500px;
6717 6185 padding-inline-start: 25px;
@@ -6805,11 +6273,11 @@
6805 6273 }
6806 6274
6807 6275 .elementor-template-library-blank-footer {
6808 6276 position: absolute;
6809 - inset-block-end: 70px;
6810 - inset-inline-start: 50%;
6811 - transform: translateX(calc(-50% * var(--direction-multiplier)));
6277 + bottom: 70px;
6278 + left: 50%;
6279 + transform: translateX(-50%);
6812 6280 font-style: italic;
6813 6281 color: var(--e-a-color-txt-muted);
6814 6282 }
6815 6283 @media (max-height: 700px) {
@@ -6842,11 +6310,9 @@
6842 6310 margin-block-start: 10px;
6843 6311 }
6844 6312
6845 6313 #elementor-library--infotip__dialog,
6846 -#elementor-library--connect_infotip__dialog,
6847 -#elementor-library--cloud-upgrade__dialog,
6848 -#elementor-library--site-info__dialog {
6314 +#elementor-library--connect_infotip__dialog {
6849 6315 position: absolute;
6850 6316 z-index: 10000;
6851 6317 background-color: var(--e-a-bg-default);
6852 6318 box-shadow: var(--e-a-popover-shadow);
@@ -6851,39 +6317,19 @@
6851 6317 background-color: var(--e-a-bg-default);
6852 6318 box-shadow: var(--e-a-popover-shadow);
6853 6319 border-radius: var(--e-a-border-radius);
6854 6320 }
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 6321 #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 {
6322 +#elementor-library--connect_infotip__dialog__title {
6873 6323 font-size: 14px;
6874 6324 }
6875 6325 #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 {
6326 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6879 6327 padding: 10px 0 10px 10px;
6880 6328 float: inline-end;
6881 6329 }
6882 6330 #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 {
6331 +#elementor-library--connect_infotip__dialog .dialog-button {
6886 6332 padding: 7px 25px;
6887 6333 font-size: 13px;
6888 6334 background: none;
6889 6335 color: var(--e-a-btn-bg-accent);
@@ -6891,14 +6337,12 @@
6891 6337 font-weight: 500;
6892 6338 cursor: pointer;
6893 6339 }
6894 6340 #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 {
6341 +#elementor-library--connect_infotip__dialog:after {
6898 6342 content: "";
6899 6343 position: absolute;
6900 - inset-inline-end: 46%;
6344 + right: 46%;
6901 6345 transform: scaleX(0.7);
6902 6346 border: 10px solid transparent;
6903 6347 }
6904 6348
@@ -6908,14 +6352,11 @@
6908 6352 #elementor-library--infotip__dialog .dialog-message {
6909 6353 padding: 20px 20px 0px 20px;
6910 6354 }
6911 6355 #elementor-library--infotip__dialog:after {
6912 - inset-block-start: 100%;
6913 - border-block-start-color: var(--e-a-bg-default);
6356 + top: 100%;
6357 + border-top-color: var(--e-a-bg-default);
6914 6358 }
6915 -#elementor-library--infotip__dialog.variant-b:after {
6916 - border-block-start-color: var(--e-a-bg-secondary);
6917 -}
6918 6359
6919 6360 #elementor-library--connect_infotip__dialog {
6920 6361 width: 265px;
6921 6362 }
@@ -6921,207 +6362,13 @@
6921 6362 }
6922 6363 #elementor-library--connect_infotip__dialog .dialog-message {
6923 6364 padding: 20px;
6924 6365 }
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);
6366 +#elementor-library--connect_infotip__dialog:after {
6367 + bottom: 100%;
6368 + border-bottom-color: var(--e-a-bg-default);
6928 6369 }
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 6370
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 6371 .elementor-tags-list {
7125 6372 display: none;
7126 6373 position: absolute;
7127 6374 width: 260px;
@@ -7211,10 +6458,10 @@
7211 6458 }
7212 6459 .elementor-tag-settings-popup:before {
7213 6460 content: "";
7214 6461 position: absolute;
7215 - inset-block-start: -20px;
7216 - inset-inline-start: 5px;
6462 + top: -20px;
6463 + left: 5px;
7217 6464 border: 10px solid transparent;
7218 6465 border-block-end-color: var(--e-a-border-color);
7219 6466 }
7220 6467 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7305,14 +6552,8 @@
7305 6552 cursor: default;
7306 6553 opacity: 0.5;
7307 6554 color: var(--e-a-color-disabled);
7308 6555 }
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 6556 .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 6557 background-color: var(--e-a-bg-hover);
7317 6558 color: var(--e-a-color-hover);
7318 6559 }
@@ -7341,20 +6582,8 @@
7341 6582 color: var(--e-a-color-primary-bold);
7342 6583 border-radius: 10px;
7343 6584 font-size: 10px;
7344 6585 }
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 6586 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7358 6587 font-size: 14px;
7359 6588 font-style: normal;
7360 6589 font-weight: 400;
@@ -7439,9 +6668,9 @@
7439 6668 }
7440 6669 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7441 6670 content: "+";
7442 6671 position: absolute;
7443 - inset-inline-end: 0;
6672 + right: 0;
7444 6673 width: 9px;
7445 6674 text-align: center;
7446 6675 margin-inline-end: -18px;
7447 6676 }
@@ -7520,12 +6749,12 @@
7520 6749 }
7521 6750
7522 6751 #elementor-navigator {
7523 6752 position: fixed;
7524 - inset-block-start: 100px;
7525 - inset-inline-end: 30px;
6753 + top: 100px;
7526 6754 width: var(--e-editor-navigator-width);
7527 6755 height: 50vh;
6756 + right: 30px;
7528 6757 background-color: var(--e-a-bg-default);
7529 6758 border: var(--e-a-border);
7530 6759 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7531 6760 -webkit-user-select: none;
@@ -7654,9 +6883,9 @@
7654 6883 .elementor-navigator__item[data-locked=true] {
7655 6884 cursor: not-allowed;
7656 6885 }
7657 6886 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7658 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
6887 + transform: rotate(-90deg);
7659 6888 }
7660 6889 .elementor-navigator__item > * {
7661 6890 display: flex;
7662 6891 align-items: center;
@@ -7741,9 +6970,9 @@
7741 6970 overflow: hidden;
7742 6971 }
7743 6972 .elementor-navigator__element__toggle {
7744 6973 position: absolute;
7745 - inset-inline-end: 15px;
6974 + right: 15px;
7746 6975 height: 100%;
7747 6976 z-index: 0;
7748 6977 font-size: 13px;
7749 6978 }
@@ -7752,9 +6981,9 @@
7752 6981 transition: transform 0.5s;
7753 6982 z-index: 91;
7754 6983 }
7755 6984 .elementor-navigator__element__indicators:not(:hover) {
7756 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
6985 + transform: translateX(calc(100% - var(--e-editor-navigator-indicator-width)));
7757 6986 }
7758 6987 .elementor-navigator__element__indicator {
7759 6988 height: 100%;
7760 6989 width: 31px;
@@ -7781,9 +7010,9 @@
7781 7010
7782 7011 .e-notice-bar {
7783 7012 position: absolute;
7784 7013 width: 100%;
7785 - inset-block-end: 0;
7014 + bottom: 0;
7786 7015 display: flex;
7787 7016 align-items: center;
7788 7017 height: 40px;
7789 7018 color: #fff;
@@ -7909,11 +7138,11 @@
7909 7138 background-color: transparent;
7910 7139 }
7911 7140 #elementor-icons-manager__search i {
7912 7141 position: absolute;
7913 - inset-block-start: 50%;
7914 - inset-inline-end: 15px;
7142 + top: 50%;
7915 7143 transform: translateY(-50%);
7144 + right: 15px;
7916 7145 }
7917 7146 #elementor-icons-manager__tab__wrapper {
7918 7147 overflow: auto;
7919 7148 margin: 25px -15px 0;
@@ -8002,10 +7231,10 @@
8002 7231 content: "";
8003 7232 position: absolute;
8004 7233 height: 100%;
8005 7234 width: 3px;
8006 - inset-block-start: 0;
8007 - inset-inline-start: 0;
7235 + top: 0;
7236 + left: 0;
8008 7237 background-color: var(--e-a-border-color-accent);
8009 7238 }
8010 7239 .elementor-icons-manager__tab__item {
8011 7240 position: relative;
@@ -8030,11 +7259,11 @@
8030 7259 flex-direction: column;
8031 7260 align-items: center;
8032 7261 width: 100%;
8033 7262 position: absolute;
8034 - inset-block-start: 50%;
8035 - inset-inline-start: 50%;
8036 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7263 + top: 50%;
7264 + left: 50%;
7265 + transform: translate(-50%, -50%);
8037 7266 padding: 1px;
8038 7267 }
8039 7268 .elementor-icons-manager__tab__item__icon {
8040 7269 font-size: 25px;
@@ -8078,12 +7307,11 @@
8078 7307 }
8079 7308 .pickr .pcr-button:before, .pickr .pcr-button:after {
8080 7309 height: 12px;
8081 7310 width: 12px;
8082 - position: absolute;
8083 - inset-block-start: 50%;
8084 - inset-inline-start: 50%;
8085 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7311 + top: 50%;
7312 + left: 50%;
7313 + transform: translate(-50%, -50%);
8086 7314 }
8087 7315
8088 7316 .pcr-app {
8089 7317 background-color: var(--e-a-bg-default);
@@ -8223,9 +7451,9 @@
8223 7451 }
8224 7452
8225 7453 .select2-selection__arrow {
8226 7454 height: 27px;
8227 - inset-block-start: 0;
7455 + top: 0;
8228 7456 }
8229 7457
8230 7458 .select2-results__option[aria-selected=true] {
8231 7459 background-color: var(--e-a-bg-active);
@@ -8284,10 +7512,11 @@
8284 7512 padding: 0;
8285 7513 margin: 0;
8286 7514 height: 100px;
8287 7515 position: absolute;
8288 - inset-block-start: -60px;
8289 - inset-inline: 0;
7516 + top: -60px;
7517 + left: 0;
7518 + right: 0;
8290 7519 }
8291 7520 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8292 7521 border-color: transparent;
8293 7522 outline: none;
@@ -8314,22 +7543,18 @@
8314 7543 }
8315 7544
8316 7545 [class^=eicon-flex], [class*=" eicon-flex"] {
8317 7546 transition: 0.3s all;
7547 + --is-ltr: 1;
7548 + --is-rtl: 0;
7549 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8318 7550 }
8319 7551 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8320 7552 max-height: 1em;
8321 7553 max-width: 1em;
8322 7554 }
8323 -[class^=eicon-flex], [class*=" eicon-flex"] {
8324 - --is-ltr: 1;
8325 - --is-rtl: 0;
8326 -}
8327 7555 [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 7556 --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 7557 }
8333 7558 :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 7559 transform: rotate(calc(var(--rotation-direction) * 90deg));
8335 7560 }