PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
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 +290 -1913 4.0.73.27.4 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.27.0 - 13-02-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;
@@ -608,13 +608,8 @@
608 608 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 609 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 610 background-color: var(--e-a-btn-bg-danger);
611 611 }
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 612 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 613 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 614 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 615 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
@@ -630,20 +625,8 @@
630 625 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 626 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 627 color: initial;
633 628 }
634 -.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 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
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 -
646 629 /*
647 630 * Container style
648 631 */
649 632 .ps {
@@ -785,70 +768,46 @@
785 768 --e-editor-panel-width: 300px;
786 769 }
787 770 }
788 771
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper,
792 -#elementor-panel-footer) h1,
793 -.elementor-panel :where(#elementor-panel-state-loading,
794 -#elementor-panel-header-wrapper,
795 -#elementor-panel-content-wrapper,
796 -#elementor-panel-footer) h2,
797 -.elementor-panel :where(#elementor-panel-state-loading,
798 -#elementor-panel-header-wrapper,
799 -#elementor-panel-content-wrapper,
800 -#elementor-panel-footer) h3,
801 -.elementor-panel :where(#elementor-panel-state-loading,
802 -#elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper,
804 -#elementor-panel-footer) h4,
805 -.elementor-panel :where(#elementor-panel-state-loading,
806 -#elementor-panel-header-wrapper,
807 -#elementor-panel-content-wrapper,
808 -#elementor-panel-footer) h5,
809 -.elementor-panel :where(#elementor-panel-state-loading,
810 -#elementor-panel-header-wrapper,
811 -#elementor-panel-content-wrapper,
812 -#elementor-panel-footer) h6 {
772 +.elementor-panel {
773 + position: relative;
774 + height: 100%;
775 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
776 + width: var(--e-editor-panel-width);
777 + overflow: visible;
778 + background-color: var(--e-a-bg-default);
779 + z-index: 1;
780 + font-family: var(--e-a-font-family);
781 + font-size: 13px;
782 + left: 0;
783 +}
784 +.elementor-panel h1,
785 +.elementor-panel h2,
786 +.elementor-panel h3,
787 +.elementor-panel h4,
788 +.elementor-panel h5,
789 +.elementor-panel h6 {
813 790 font-size: 100%;
814 791 font-weight: normal;
815 792 }
816 -.elementor-panel :where(#elementor-panel-state-loading,
817 -#elementor-panel-header-wrapper,
818 -#elementor-panel-content-wrapper,
819 -#elementor-panel-footer) abbr,
820 -.elementor-panel :where(#elementor-panel-state-loading,
821 -#elementor-panel-header-wrapper,
822 -#elementor-panel-content-wrapper,
823 -#elementor-panel-footer) acronym {
793 +.elementor-panel abbr,
794 +.elementor-panel acronym {
824 795 border: 0;
825 796 font-variant: normal;
826 797 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
798 +.elementor-panel sup {
831 799 vertical-align: text-top;
832 800 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
801 +.elementor-panel sub {
837 802 vertical-align: text-bottom;
838 803 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
804 +.elementor-panel img {
843 805 max-width: 100%;
844 806 height: auto;
845 807 border: 0;
846 808 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
809 +.elementor-panel :focus {
851 810 outline: 0;
852 811 }
853 812 .elementor-panel .elementor-panel-box-content {
854 813 padding: 20px 20px 10px;
@@ -900,9 +859,10 @@
900 859 display: none;
901 860 position: absolute;
902 861 box-shadow: var(--e-a-popover-shadow);
903 862 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
863 + left: 0;
864 + right: 0;
905 865 margin: -4px auto 5px;
906 866 padding-block-start: 15px;
907 867 width: 90%;
908 868 z-index: 10000;
@@ -910,10 +870,10 @@
910 870 }
911 871 .elementor-panel .elementor-controls-popover:before {
912 872 content: "";
913 873 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
874 + top: -16px;
875 + right: 22px;
916 876 border: 8px solid transparent;
917 877 border-block-end-color: var(--e-a-bg-default);
918 878 }
919 879 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +884,8 @@
924 884 }
925 885 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 886 margin-block-start: 20px;
927 887 }
928 -.elementor-panel {
929 - position: relative;
930 - height: 100%;
931 - inset-inline-start: 0;
932 - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
933 - width: var(--e-editor-panel-width);
934 - overflow: visible;
935 - background-color: var(--e-a-bg-default);
936 - z-index: 1;
937 - font-family: var(--e-a-font-family);
938 - font-size: 13px;
939 -}
940 888 .elementor-editor-preview .elementor-panel {
941 889 --e-is-preview-mode: 1;
942 890 }
943 891 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -1017,11 +965,8 @@
1017 965 }
1018 966 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 967 border: none;
1020 968 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 969 .elementor-panel .elementor-panel-category-items {
1025 970 padding-block-end: 20px;
1026 971 }
1027 972 .elementor-panel .elementor-panel-category-items-empty {
@@ -1193,12 +1138,12 @@
1193 1138 content: "";
1194 1139 position: absolute;
1195 1140 height: 13px;
1196 1141 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
1142 + top: 3px;
1143 + bottom: 0;
1144 + left: 8px;
1145 + right: 0;
1201 1146 border-radius: 50%;
1202 1147 z-index: -1;
1203 1148 }
1204 1149 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +1234,10 @@
1289 1234 border-inline-end: 1px solid #3f444b;
1290 1235 }
1291 1236 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 1237 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
1238 + bottom: 100%;
1239 + left: 0;
1295 1240 width: 100%;
1296 1241 background-color: #1f2124;
1297 1242 padding: 10px;
1298 1243 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1359,17 +1304,13 @@
1359 1304
1360 1305 #elementor-panel-elements-search-area {
1361 1306 background-color: var(--e-a-bg-default);
1362 1307 position: sticky;
1363 - inset-block-start: 0;
1308 + top: 0;
1364 1309 padding: 15px;
1365 1310 z-index: 1;
1366 1311 }
1367 1312
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1313 #elementor-panel-elements-search-wrapper {
1373 1314 position: relative;
1374 1315 }
1375 1316
@@ -1386,12 +1327,12 @@
1386 1327 appearance: none;
1387 1328 }
1388 1329 #elementor-panel-elements-search-input + i {
1389 1330 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1331 + left: 10px;
1332 + top: 50%;
1333 + color: var(--e-a-color-txt-disabled);
1392 1334 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1335 }
1395 1336 #elementor-panel-elements-search-input:focus {
1396 1337 border-color: var(--e-a-border-color-focus);
1397 1338 padding-inline-end: 15px;
@@ -1396,20 +1337,8 @@
1396 1337 border-color: var(--e-a-border-color-focus);
1397 1338 padding-inline-end: 15px;
1398 1339 }
1399 1340
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 1341 .elementor-panel .elementor-element {
1413 1342 font-family: var(--e-a-font-family);
1414 1343 color: var(--e-a-color-txt);
1415 1344 line-height: 1;
@@ -1427,14 +1356,8 @@
1427 1356 -webkit-user-select: none;
1428 1357 -moz-user-select: none;
1429 1358 user-select: none;
1430 1359 }
1431 -.elementor-panel .elementor-element .eicon-atomic {
1432 - position: absolute;
1433 - inset-block-start: 5px;
1434 - inset-inline-end: 5px;
1435 - color: var(--e-a-color-txt);
1436 -}
1437 1360 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1361 background-color: var(--e-a-bg-hover);
1439 1362 border-color: var(--e-a-border-color-bold);
1440 1363 }
@@ -1440,11 +1363,8 @@
1440 1363 }
1441 1364 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1442 1365 color: var(--e-a-color-accent);
1443 1366 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1367 .elementor-panel .elementor-element .icon {
1448 1368 font-size: 28px;
1449 1369 padding-block-start: 15px;
1450 1370 }
@@ -1456,12 +1376,12 @@
1456 1376 }
1457 1377 .elementor-panel .elementor-element .title {
1458 1378 font-size: 12px;
1459 1379 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1380 +.elementor-panel .elementor-element > .eicon-lock {
1461 1381 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1382 + top: 5px;
1383 + right: 5px;
1464 1384 color: var(--e-a-color-txt-disabled);
1465 1385 }
1466 1386 .elementor-panel .elementor-element:active {
1467 1387 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1399,10 @@
1479 1399 }
1480 1400 #elementor-element--promotion__dialog:after {
1481 1401 content: "";
1482 1402 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1403 + top: 15px;
1404 + right: 100%;
1485 1405 transform: scaleY(0.7);
1486 1406 border: 10px solid transparent;
1487 1407 border-inline-end-color: var(--e-a-bg-default);
1488 1408 }
@@ -1529,10 +1449,10 @@
1529 1449 }
1530 1450 .dialog-tooltip-widget:after {
1531 1451 content: "";
1532 1452 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1453 + top: 15px;
1454 + right: 100%;
1535 1455 transform: scaleY(0.7);
1536 1456 border: 10px solid transparent;
1537 1457 border-inline-end-color: var(--e-a-bg-default);
1538 1458 }
@@ -1571,52 +1491,8 @@
1571 1491 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1492 border: 0;
1573 1493 }
1574 1494
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 1495 #elementor-panel-inner {
1620 1496 position: relative;
1621 1497 height: 100%;
1622 1498 display: flex;
@@ -1644,9 +1520,9 @@
1644 1520 }
1645 1521
1646 1522 #elementor-panel-get-pro-elements-sticky {
1647 1523 position: sticky;
1648 - inset-block-end: 0;
1524 + bottom: 0;
1649 1525 font-size: 14px;
1650 1526 font-weight: 400;
1651 1527 line-height: 1.6;
1652 1528 margin-block-end: -10px;
@@ -1651,9 +1527,9 @@
1651 1527 line-height: 1.6;
1652 1528 margin-block-end: -10px;
1653 1529 }
1654 1530 #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1655 - margin-block-start: -14px;
1531 + margin-top: -14px;
1656 1532 min-height: 40px;
1657 1533 display: block;
1658 1534 padding: 9px min(35px, 5%);
1659 1535 gap: 10px;
@@ -1668,9 +1544,9 @@
1668 1544 font-weight: 500;
1669 1545 color: var(--e-a-btn-bg-accent);
1670 1546 }
1671 1547 #elementor-panel-get-pro-elements-sticky img {
1672 - margin-inline-start: 17px;
1548 + margin-left: 17px;
1673 1549 }
1674 1550
1675 1551 #elementor-panel-notice-wrapper .elementor-panel-notice {
1676 1552 width: 90%;
@@ -1697,10 +1573,10 @@
1697 1573 background: var(--e-a-color-primary);
1698 1574 border-radius: 50%;
1699 1575 width: 8px;
1700 1576 height: 8px;
1701 - inset-block-start: 5px;
1702 - inset-inline-end: 5px;
1577 + top: 5px;
1578 + right: 5px;
1703 1579 }
1704 1580
1705 1581 .media-modal.wp-core-ui {
1706 1582 color-scheme: light;
@@ -1814,36 +1690,23 @@
1814 1690 }
1815 1691 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1816 1692 display: none;
1817 1693 }
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 1694 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1832 1695 margin-block-start: 5px;
1833 1696 }
1834 1697
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);
1698 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1699 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1700 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1701 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1702 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1703 + content: "\e92a";
1841 1704 }
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;
1705 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1706 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1707 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1708 + content: "\e90a";
1846 1709 }
1847 1710
1848 1711 .elementor-panel-heading {
1849 1712 display: flex;
@@ -1867,17 +1730,8 @@
1867 1730 }
1868 1731 .elementor-panel-heading-title {
1869 1732 font-weight: bold;
1870 1733 }
1871 -.elementor-panel-heading-category-chip {
1872 - margin-inline-start: auto;
1873 - background-color: var(--e-a-bg-chip);
1874 - border-radius: 100px;
1875 - padding: 5px 8px;
1876 -}
1877 -.elementor-panel-heading-category-chip i {
1878 - margin-inline-start: 4px;
1879 -}
1880 1734 .elementor-panel-heading-promotion {
1881 1735 margin-inline-start: auto;
1882 1736 }
1883 1737 .elementor-panel-heading-promotion a {
@@ -1896,11 +1750,9 @@
1896 1750 .elementor-panel-heading:focus-visible {
1897 1751 color: var(--e-a-color-txt-hover);
1898 1752 }
1899 1753
1900 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1901 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1902 -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1754 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1903 1755 border-block-start: none;
1904 1756 }
1905 1757
1906 1758 .elementor-control-field {
@@ -1945,15 +1797,8 @@
1945 1797 .elementor-group-control-attachment_alert .elementor-control-field-description {
1946 1798 margin-block-start: 0;
1947 1799 }
1948 1800
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 1801 .elementor-update-preview {
1957 1802 margin: 15px 15px 0;
1958 1803 display: flex;
1959 1804 align-items: center;
@@ -1988,9 +1833,9 @@
1988 1833 }
1989 1834 .elementor-control-responsive-switchers__holder {
1990 1835 position: absolute;
1991 1836 width: 100%;
1992 - inset-block-start: 0;
1837 + top: 0;
1993 1838 background-color: var(--e-a-bg-default);
1994 1839 border-radius: var(--e-a-border-radius);
1995 1840 transition: 0.15s;
1996 1841 border: 1px solid transparent;
@@ -2133,10 +1978,10 @@
2133 1978 display: none;
2134 1979 overflow: hidden;
2135 1980 max-height: 0;
2136 1981 position: absolute;
2137 - inset-block-start: -0.8em;
2138 - inset-inline-start: -0.5em;
1982 + top: -0.8em;
1983 + left: -0.5em;
2139 1984 width: 2.5em;
2140 1985 text-align: center;
2141 1986 background-color: var(--e-a-bg-default);
2142 1987 border-radius: var(--e-a-border-radius);
@@ -2311,9 +2156,9 @@
2311 2156 }
2312 2157 .elementor-control-responsive-switchers__holder {
2313 2158 position: absolute;
2314 2159 width: 100%;
2315 - inset-block-start: 0;
2160 + top: 0;
2316 2161 background-color: var(--e-a-bg-default);
2317 2162 border-radius: var(--e-a-border-radius);
2318 2163 transition: 0.15s;
2319 2164 border: 1px solid transparent;
@@ -2456,10 +2301,10 @@
2456 2301 display: none;
2457 2302 overflow: hidden;
2458 2303 max-height: 0;
2459 2304 position: absolute;
2460 - inset-block-start: -0.8em;
2461 - inset-inline-start: -0.5em;
2305 + top: -0.8em;
2306 + left: -0.5em;
2462 2307 width: 2.5em;
2463 2308 text-align: center;
2464 2309 background-color: var(--e-a-bg-default);
2465 2310 border-radius: var(--e-a-border-radius);
@@ -2589,9 +2434,9 @@
2589 2434 }
2590 2435 .elementor-control-responsive-switchers__holder {
2591 2436 position: absolute;
2592 2437 width: 100%;
2593 - inset-block-start: 0;
2438 + top: 0;
2594 2439 background-color: var(--e-a-bg-default);
2595 2440 border-radius: var(--e-a-border-radius);
2596 2441 transition: 0.15s;
2597 2442 border: 1px solid transparent;
@@ -2734,10 +2579,10 @@
2734 2579 display: none;
2735 2580 overflow: hidden;
2736 2581 max-height: 0;
2737 2582 position: absolute;
2738 - inset-block-start: -0.8em;
2739 - inset-inline-start: -0.5em;
2583 + top: -0.8em;
2584 + left: -0.5em;
2740 2585 width: 2.5em;
2741 2586 text-align: center;
2742 2587 background-color: var(--e-a-bg-default);
2743 2588 border-radius: var(--e-a-border-radius);
@@ -2857,11 +2702,11 @@
2857 2702 }
2858 2703
2859 2704 .elementor-control-type-icons .elementor-control-media__preview > * {
2860 2705 position: absolute;
2861 - inset-block-start: 50%;
2862 - inset-inline-start: 50%;
2863 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2706 + top: 50%;
2707 + left: 50%;
2708 + transform: translate(-50%, -50%);
2864 2709 }
2865 2710 .elementor-control-type-icons .elementor-control-media__preview i {
2866 2711 font-size: 70px;
2867 2712 }
@@ -2927,10 +2772,10 @@
2927 2772 opacity: 0;
2928 2773 }
2929 2774 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2930 2775 position: absolute;
2931 - inset-block-start: 10px;
2932 - inset-inline-end: 10px;
2776 + top: 10px;
2777 + right: 10px;
2933 2778 width: 21px;
2934 2779 height: 21px;
2935 2780 color: var(--e-a-color-white);
2936 2781 background-color: rgba(0, 0, 0, 0.5);
@@ -3040,10 +2885,10 @@
3040 2885 }
3041 2886 .e-global__popover-info-tooltip:after {
3042 2887 content: "";
3043 2888 position: absolute;
3044 - inset-block-end: -17px;
3045 - inset-inline-start: 16px;
2889 + bottom: -17px;
2890 + left: 16px;
3046 2891 border: 10px solid transparent;
3047 2892 border-block-start-color: rgba(0, 0, 0, 0.9);
3048 2893 }
3049 2894 .e-global__popover-info i {
@@ -3060,19 +2905,8 @@
3060 2905 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3061 2906 background-color: #BABFC5;
3062 2907 border-radius: 10px;
3063 2908 }
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 2909 .e-global__manage-button {
3076 2910 font-weight: 500;
3077 2911 cursor: pointer;
3078 2912 }
@@ -3088,9 +2922,9 @@
3088 2922 font-size: 13px;
3089 2923 content: "\e90e";
3090 2924 position: absolute;
3091 2925 transform: translateY(-50%);
3092 - inset-block-start: 50%;
2926 + top: 50%;
3093 2927 inset-inline-start: 13px;
3094 2928 }
3095 2929 .e-global__color {
3096 2930 padding: 10px 20px;
@@ -3231,11 +3065,11 @@
3231 3065 display: none;
3232 3066 }
3233 3067 .elementor-control-media .eicon-plus-circle {
3234 3068 position: absolute;
3235 - inset-block-start: 50%;
3236 - inset-inline-start: 50%;
3237 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3069 + top: 50%;
3070 + left: 50%;
3071 + transform: translate(-50%, -50%);
3238 3072 color: var(--e-a-color-white);
3239 3073 font-size: 20px;
3240 3074 }
3241 3075 .elementor-control-media__content__upload-button {
@@ -3258,11 +3092,11 @@
3258 3092 display: none;
3259 3093 }
3260 3094 .elementor-control-media-area .eicon-video-camera {
3261 3095 position: absolute;
3262 - inset-block-start: 50%;
3263 - inset-inline-start: 50%;
3264 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3096 + top: 50%;
3097 + left: 50%;
3098 + transform: translate(-50%, -50%);
3265 3099 color: rgba(255, 255, 255, 0.7);
3266 3100 font-size: 21px;
3267 3101 }
3268 3102 .elementor-control-media .elementor-control-media__content {
@@ -3278,9 +3112,9 @@
3278 3112 background-color: rgba(0, 0, 0, 0.2);
3279 3113 pointer-events: none;
3280 3114 }
3281 3115 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3282 - inset-block-end: -30px;
3116 + bottom: -30px;
3283 3117 }
3284 3118 .elementor-control-media__content {
3285 3119 transition: all 0.2s ease-in-out;
3286 3120 }
@@ -3285,10 +3119,11 @@
3285 3119 transition: all 0.2s ease-in-out;
3286 3120 }
3287 3121 .elementor-control-media__tools {
3288 3122 position: absolute;
3289 - inset-block-end: 0;
3290 - inset-inline: 0;
3123 + bottom: 0;
3124 + left: 0;
3125 + right: 0;
3291 3126 height: 27px;
3292 3127 transition: all 0.2s ease-in-out;
3293 3128 }
3294 3129 .elementor-control-media__tools > *:not(:first-child) {
@@ -3315,10 +3150,10 @@
3315 3150 }
3316 3151 .elementor-control-media__content__remove {
3317 3152 position: absolute;
3318 3153 z-index: 1;
3319 - inset-block-start: 10px;
3320 - inset-inline-end: 10px;
3154 + top: 10px;
3155 + right: 10px;
3321 3156 width: 20px;
3322 3157 height: 20px;
3323 3158 font-size: 11px;
3324 3159 color: var(--e-a-color-white);
@@ -3610,11 +3445,9 @@
3610 3445 text-align: center;
3611 3446 padding-block-start: 5px;
3612 3447 }
3613 3448
3614 -#elementor-controls,
3615 -#elementor-panel-page-settings-controls,
3616 -#elementor-panel-editorPreferences-settings-controls {
3449 +#elementor-controls {
3617 3450 padding-block-start: 15px;
3618 3451 }
3619 3452
3620 3453 .elementor-control-type-section {
@@ -3659,11 +3492,11 @@
3659 3492 font-family: eicons;
3660 3493 content: "\e8ad";
3661 3494 font-size: 12px;
3662 3495 position: absolute;
3663 - inset-block-start: 50%;
3664 - inset-inline-end: 5px;
3496 + top: 50%;
3665 3497 transform: translateY(-50%);
3498 + right: 5px;
3666 3499 pointer-events: none;
3667 3500 }
3668 3501 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3669 3502 max-width: 80px;
@@ -3697,14 +3530,14 @@
3697 3530 }
3698 3531 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3699 3532 border-radius: 0;
3700 3533 width: 10px;
3701 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3534 + transform: translateY(calc(50% - 14px)) translateX(4px);
3702 3535 }
3703 3536 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3704 3537 content: "";
3705 3538 position: absolute;
3706 - inset-block-start: 2px;
3539 + top: 2px;
3707 3540 height: 12px;
3708 3541 width: 11px;
3709 3542 transform: rotate(45deg);
3710 3543 background-color: var(--e-a-color-white);
@@ -3781,11 +3614,11 @@
3781 3614 .elementor-slider .noUi-handle {
3782 3615 height: 16px;
3783 3616 width: 16px;
3784 3617 background-color: var(--e-a-color-white);
3618 + right: 0;
3619 + transform: translateY(calc(50% - 14px)) translateX(8px);
3785 3620 position: absolute;
3786 - inset-inline-end: 0;
3787 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3788 3621 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3789 3622 border-radius: 50%;
3790 3623 }
3791 3624 .elementor-slider .noUi-connects {
@@ -3802,9 +3635,9 @@
3802 3635 background-color: var(--e-a-border-color-focus);
3803 3636 }
3804 3637 .elementor-slider .noUi-tooltip {
3805 3638 position: absolute;
3806 - inset-block-start: calc(100% + 5px);
3639 + top: calc(100% + 5px);
3807 3640 left: calc(50% - 4px);
3808 3641 transform: translateX(-50%);
3809 3642 font-size: 10px;
3810 3643 }
@@ -3891,9 +3724,9 @@
3891 3724 transition-property: opacity, background;
3892 3725 }
3893 3726 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3894 3727 position: absolute;
3895 - inset-block-start: 0;
3728 + top: 0;
3896 3729 width: 50%;
3897 3730 text-align: center;
3898 3731 line-height: 20px;
3899 3732 transition: inherit;
@@ -3899,14 +3732,14 @@
3899 3732 transition: inherit;
3900 3733 }
3901 3734 .elementor-control-type-switcher .elementor-switch-label:before {
3902 3735 content: attr(data-off);
3903 - inset-inline-end: 5px;
3736 + right: 5px;
3904 3737 color: var(--e-a-color-txt-muted);
3905 3738 }
3906 3739 .elementor-control-type-switcher .elementor-switch-label:after {
3907 3740 content: attr(data-on);
3908 - inset-inline-start: 5px;
3741 + left: 5px;
3909 3742 color: var(--e-a-btn-color);
3910 3743 opacity: 0;
3911 3744 }
3912 3745 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3919,19 +3752,19 @@
3919 3752 opacity: 1;
3920 3753 }
3921 3754 .elementor-control-type-switcher .elementor-switch-handle {
3922 3755 position: absolute;
3923 - inset-block-start: 1px;
3924 - inset-inline-start: 1px;
3756 + top: 1px;
3757 + left: 1px;
3925 3758 width: 18px;
3926 3759 height: 18px;
3927 3760 background: white;
3928 3761 border-radius: 10px;
3929 - transition: inset-inline-start 0.15s ease-out;
3762 + transition: left 0.15s ease-out;
3930 3763 }
3931 3764 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3932 - inset-inline-start: initial;
3933 - inset-inline-end: 1px;
3765 + left: initial;
3766 + right: 1px;
3934 3767 }
3935 3768
3936 3769 .elementor-control-type-tabs {
3937 3770 display: none;
@@ -3983,10 +3816,10 @@
3983 3816 }
3984 3817 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3985 3818 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3986 3819 position: absolute;
3987 - inset-block-start: 0;
3988 - inset-inline-end: 0;
3820 + top: 0;
3821 + right: 0;
3989 3822 z-index: 1;
3990 3823 }
3991 3824 .elementor-control-type-textarea .elementor-control-input-wrapper,
3992 3825 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4064,10 +3897,10 @@
4064 3897 }
4065 3898 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4066 3899 display: none;
4067 3900 position: absolute;
4068 - inset-block-start: 5px;
4069 - inset-inline-end: 0;
3901 + top: 5px;
3902 + right: 0;
4070 3903 width: 10px;
4071 3904 height: 10px;
4072 3905 font-size: 10px;
4073 3906 color: var(--e-a-color-txt-disabled);
@@ -4118,76 +3951,8 @@
4118 3951 font-size: 10px;
4119 3952 padding-block-start: 2px;
4120 3953 }
4121 3954
4122 -.elementor-control-type-visual_choice {
4123 - width: 100%;
4124 -}
4125 -
4126 -.elementor-visual-choice-choices {
4127 - display: grid;
4128 - gap: 8px;
4129 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4130 - text-align: center;
4131 - border-radius: var(--e-a-border-radius);
4132 - overflow: hidden;
4133 -}
4134 -
4135 -.elementor-visual-choice-element {
4136 - display: flex;
4137 - flex-direction: column;
4138 - align-items: center;
4139 - justify-content: center;
4140 - gap: 8px;
4141 - width: auto;
4142 -}
4143 -.elementor-visual-choice-element-image label {
4144 - border: var(--e-a-border-bold);
4145 - border-radius: var(--e-a-border-radius);
4146 - font-size: 12px;
4147 - transition: var(--e-a-transition-hover);
4148 - cursor: pointer;
4149 - overflow: hidden;
4150 - width: 100%;
4151 - padding: 8px;
4152 -}
4153 -.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 - background-color: var(--e-a-bg-active-bold);
4155 - opacity: 1;
4156 -}
4157 -.elementor-visual-choice-element-image input:checked + label {
4158 - border-color: var(--e-a-color-primary-bold);
4159 -}
4160 -.elementor-visual-choice-element-image input:not(:checked) + label {
4161 - background-color: var(--e-a-color-white);
4162 - opacity: 0.5;
4163 -}
4164 -.elementor-visual-choice-element-image img {
4165 - width: 100%;
4166 - height: auto;
4167 -}
4168 -.elementor-visual-choice-element-button {
4169 - grid-column: span var(--elementor-visual-choice-columns);
4170 -}
4171 -.elementor-visual-choice-element-button label {
4172 - width: -moz-fit-content;
4173 - width: fit-content;
4174 -}
4175 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4176 - background-color: var(--e-a-bg-active-bold);
4177 -}
4178 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4179 - border-color: var(--e-a-color-primary-bold);
4180 -}
4181 -
4182 -.elementor-label-inline .elementor-visual-choice-choices {
4183 - justify-content: flex-end;
4184 -}
4185 -
4186 -.tipsy-inner {
4187 - white-space: pre-line;
4188 -}
4189 -
4190 3955 .elementor-control-type-wp_widget .widget-inside {
4191 3956 line-height: 2;
4192 3957 background-color: inherit;
4193 3958 display: block;
@@ -4331,13 +4096,13 @@
4331 4096 --e-a-mode-switcher-width: 15px;
4332 4097 --e-a-mode-switcher-height: 50px;
4333 4098 --e-a-mode-switcher-icon-size: 15px;
4334 4099 position: absolute;
4335 - inset-block-start: 50%;
4336 - inset-inline-start: 100%;
4100 + left: 100%;
4101 + top: 50%;
4337 4102 transform: translateY(-50%);
4338 4103 background-color: var(--e-a-bg-default);
4339 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4104 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4340 4105 transition: 0.3s opacity;
4341 4106 }
4342 4107 #elementor-mode-switcher:hover {
4343 4108 background-color: var(--e-a-bg-hover);
@@ -4407,11 +4172,11 @@
4407 4172 }
4408 4173
4409 4174 #elementor-panel-revisions-loading {
4410 4175 position: absolute;
4411 - inset-block-start: 50%;
4412 - inset-inline-start: 50%;
4413 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4176 + top: 50%;
4177 + left: 50%;
4178 + transform: translate(-50%, -50%);
4414 4179 }
4415 4180 #elementor-panel-revisions-loading .eicon-loading {
4416 4181 font-size: 50px;
4417 4182 }
@@ -4639,13 +4404,13 @@
4639 4404 }
4640 4405 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4641 4406 align-self: end;
4642 4407 margin-block-start: 35px;
4643 - inset-block-start: 0;
4408 + top: 0;
4644 4409 width: 100%;
4645 4410 }
4646 4411 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4647 - inset-inline-end: 5px;
4412 + right: 5px;
4648 4413 }
4649 4414 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4650 4415 padding: 0 20px 15px;
4651 4416 }
@@ -4929,13 +4694,8 @@
4929 4694 .e-btn.elementor-button-danger,
4930 4695 .e-btn.e-danger {
4931 4696 background-color: var(--e-a-btn-bg-danger);
4932 4697 }
4933 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
4934 -.e-btn.elementor-button-danger.color-white,
4935 -.e-btn.e-danger.color-white {
4936 - color: var(--e-a-color-white);
4937 -}
4938 4698 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4939 4699 .e-btn.elementor-button-danger:hover,
4940 4700 .e-btn.elementor-button-danger:focus,
4941 4701 .e-btn.e-danger:hover,
@@ -4974,23 +4734,22 @@
4974 4734 }
4975 4735
4976 4736 #elementor-preview-responsive-wrapper {
4977 4737 transform-origin: top center;
4978 - margin: 20px;
4738 + padding: 20px;
4979 4739 transform: scale(var(--e-preview-scale, 1));
4980 - overflow: hidden;
4981 4740 }
4982 4741 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4983 4742 min-width: 1025px;
4984 4743 width: 100%;
4985 4744 height: 100%;
4986 - margin: 0;
4745 + padding: 0;
4987 4746 position: relative;
4988 4747 }
4989 4748 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4990 4749 width: var(--e-editor-preview-width);
4991 4750 height: var(--e-editor-preview-height);
4992 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4751 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4993 4752 box-sizing: content-box;
4994 4753 position: relative;
4995 4754 max-height: calc(100vh - 80px);
4996 4755 }
@@ -5052,10 +4811,9 @@
5052 4811 #elementor-preview-responsive-wrapper .ui-resizable-s {
5053 4812 bottom: 0;
5054 4813 }
5055 4814 #elementor-preview-responsive-wrapper .ui-resizable-e {
5056 - width: 10px;
5057 - right: -5px;
4815 + right: 0;
5058 4816 }
5059 4817 #elementor-preview-responsive-wrapper .ui-resizable-w {
5060 4818 left: 0;
5061 4819 }
@@ -5066,20 +4824,8 @@
5066 4824 background-color: #fff;
5067 4825 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5068 4826 }
5069 4827
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 4828 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5083 4829 font-style: normal;
5084 4830 text-decoration: underline;
5085 4831 }
@@ -5091,17 +4837,8 @@
5091 4837 }
5092 4838 #elementor-template-library-modal .dialog-message {
5093 4839 overflow-y: scroll;
5094 4840 }
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 {
5096 - overflow-y: hidden;
5097 -}
5098 -#elementor-template-library-modal .e-back-to-editor {
5099 - color: var(--e-a-color-txt);
5100 - text-decoration: underline;
5101 - font-size: 17px;
5102 - cursor: pointer;
5103 -}
5104 4841
5105 4842 #elementor-template-library-header-menu {
5106 4843 text-align: center;
5107 4844 }
@@ -5110,21 +4847,14 @@
5110 4847 display: inline-block;
5111 4848 padding: 17px 20px;
5112 4849 border-block-end: 3px solid transparent;
5113 4850 cursor: pointer;
5114 - background: transparent;
5115 - margin: 0;
5116 - font-size: inherit;
5117 - font-family: inherit;
5118 - color: inherit;
5119 - border: none;
5120 4851 }
5121 4852 .elementor-template-library-menu-item:hover {
5122 4853 background-color: var(--e-a-bg-hover);
5123 4854 border-color: var(--e-a-bg-hover);
5124 4855 }
5125 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5126 - border-block-end: 3px solid;
4856 +.elementor-template-library-menu-item.elementor-active {
5127 4857 border-color: var(--e-a-border-color-accent);
5128 4858 color: var(--e-a-color-txt-accent);
5129 4859 }
5130 4860
@@ -5130,31 +4860,12 @@
5130 4860
5131 4861 #elementor-template-library-header-actions {
5132 4862 display: flex;
5133 4863 }
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;
4864 +#elementor-template-library-header-actions > div {
5142 4865 padding-inline-end: 16px;
5143 - cursor: pointer;
5144 4866 }
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 4867
5152 -#elementor-template-library-header-tools.e-hidden-disabled {
5153 - opacity: 0;
5154 - visibility: hidden;
5155 -}
5156 -
5157 4868 #elementor-template-library-header-preview-insert-wrapper {
5158 4869 cursor: default;
5159 4870 padding: 0 10px;
5160 4871 }
@@ -5163,9 +4874,8 @@
5163 4874 margin-inline-start: 4px;
5164 4875 }
5165 4876
5166 4877 #elementor-template-library-header-preview-back {
5167 - gap: 10px;
5168 4878 padding-block: 16.5px 15px;
5169 4879 padding-inline: 0 16.5px;
5170 4880 border-inline-end: var(--e-a-border);
5171 4881 cursor: pointer;
@@ -5170,138 +4880,27 @@
5170 4880 border-inline-end: var(--e-a-border);
5171 4881 cursor: pointer;
5172 4882 transition: color 0.5s;
5173 4883 }
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 4884 #elementor-template-library-header-preview-back:hover {
5192 4885 color: var(--e-a-color-txt-hover);
5193 4886 }
5194 4887 #elementor-template-library-header-preview-back i {
4888 + padding-inline-end: 10px;
5195 4889 font-size: 18px;
5196 - scale: calc(1 * var(--direction-multiplier)) 1;
5197 4890 }
4891 +#elementor-template-library-header-preview-back i:before {
4892 + content: "\e87e";
4893 +}
5198 4894
5199 -#elementor-template-library-templates {
5200 - display: flex;
5201 - flex-direction: column;
5202 - gap: 20px;
5203 -}
5204 -#elementor-template-library-templates .toolbar-container {
5205 - display: flex;
5206 - justify-content: space-between;
5207 - align-items: center;
5208 - gap: 2%;
5209 - height: 45px;
5210 -}
5211 -#elementor-template-library-templates #elementor-template-library-templates-container {
5212 - display: flex;
5213 - flex-wrap: wrap;
5214 - align-items: flex-start;
5215 -}
5216 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5217 - display: none;
5218 -}
5219 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) {
5220 - justify-content: flex-end;
5221 -}
5222 -#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 - display: flex;
5224 - align-items: baseline;
5225 - border-radius: 3px;
5226 -}
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 -#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 - align-items: center;
5233 -}
5234 -#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 - font-size: 14px;
5236 - margin-inline-start: 5px;
5237 -}
5238 -#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 - width: 200px;
5240 - margin: 0px 10px;
5241 - align-self: center;
5242 - text-align: start;
5243 -}
5244 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning {
5245 - font-size: 10px;
5246 -}
5247 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a {
5248 - color: var(--e-a-btn-bg-accent);
5249 -}
5250 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar {
5251 - height: 4px;
5252 - background-color: var(--e-a-color-primary-bold);
5253 - position: relative;
5254 - display: flex;
5255 - align-items: center;
5256 - padding: 0;
5257 -}
5258 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill {
5259 - height: 100%;
5260 - transition: width 0.3s ease;
5261 -}
5262 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal {
5263 - background-color: #D004D4;
5264 -}
5265 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning {
5266 - background-color: #F59E0B;
5267 -}
5268 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert {
5269 - background-color: #93003f;
5270 -}
5271 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal {
5272 - background-color: #F0ABFC;
5273 -}
5274 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning {
5275 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5276 -}
5277 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5278 - font-size: 12px;
5279 - color: var(--e-a-color-txt);
5280 -}
5281 -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container {
4895 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4896 + margin-block-start: 10px;
4897 + margin-block-end: 45px;
5282 4898 border-block-start: var(--e-a-border);
5283 4899 }
5284 -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
4900 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5285 4901 color: var(--e-a-color-txt-active);
5286 4902 }
5287 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5288 - border-block-start: none;
5289 -}
5290 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5291 - padding: 0;
5292 -}
5293 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5294 - max-width: -moz-fit-content;
5295 - max-width: fit-content;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5298 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5299 - display: none;
5300 -}
5301 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5302 - pointer-events: none;
5303 -}
5304 4903 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5305 4904 margin: 10px -15px 0;
5306 4905 }
5307 4906 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5327,243 +4926,14 @@
5327 4926 }
5328 4927 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5329 4928 content: "\e8ad";
5330 4929 }
5331 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4930 +
4931 +#elementor-template-library-templates-container {
5332 4932 display: flex;
5333 - align-items: center;
5334 - gap: 8px;
4933 + flex-wrap: wrap;
4934 + align-items: flex-start;
5335 4935 }
5336 -#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 - cursor: pointer;
5344 - font-size: 20px;
5345 - padding: 0 5px;
5346 - border-radius: 2px;
5347 - color: var(--e-a-color-txt);
5348 -}
5349 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5350 - background-color: var(--e-a-bg-hover);
5351 -}
5352 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5353 - width: 1px;
5354 - height: 20px;
5355 - background-color: var(--e-a-border-color);
5356 -}
5357 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5358 - background-color: var(--e-a-bg-hover);
5359 -}
5360 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5361 - background-color: var(--e-a-bg-hover);
5362 -}
5363 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5364 - display: grid;
5365 - grid-template-columns: repeat(auto-fill, 208px);
5366 - grid-gap: 20px;
5367 - padding: 20px 0;
5368 -}
5369 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template {
5370 - grid-column: 1;
5371 -}
5372 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5373 - grid-column: 1/-1;
5374 -}
5375 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5376 - display: flex;
5377 - position: relative;
5378 - flex-direction: column;
5379 - height: 158px;
5380 - padding: 8px;
5381 - border: var(--e-a-border);
5382 - border-radius: 3px;
5383 -}
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 {
5389 - display: flex;
5390 -}
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 {
5392 - display: none;
5393 -}
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 {
5395 - display: flex !important;
5396 -}
5397 -#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 - width: 190px;
5399 - height: 100px;
5400 - position: relative;
5401 - border-radius: 3px;
5402 - margin-block-end: 4px;
5403 - overflow: hidden;
5404 -}
5405 -#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;
5408 - width: 100%;
5409 - height: 100%;
5410 -}
5411 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5412 - display: none;
5413 - justify-content: center;
5414 - align-items: center;
5415 - position: absolute;
5416 - inset: 0;
5417 - background-color: rgba(0, 0, 0, 0.5);
5418 - cursor: default;
5419 -}
5420 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5421 - font-size: 11px;
5422 - white-space: nowrap;
5423 - text-overflow: ellipsis;
5424 - overflow: hidden;
5425 -}
5426 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5427 - display: flex;
5428 - position: relative;
5429 - justify-content: space-between;
5430 - align-items: center;
5431 - font-size: 11px;
5432 - min-height: 38px;
5433 -}
5434 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5435 - display: none;
5436 - width: 90%;
5437 - gap: 8px;
5438 - height: 38px;
5439 - padding: 4px 0;
5440 -}
5441 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert {
5442 - display: flex;
5443 -}
5444 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i {
5445 - display: flex;
5446 - align-items: center;
5447 -}
5448 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info {
5449 - display: flex;
5450 - flex-direction: column;
5451 - justify-content: center;
5452 - width: 65%;
5453 - align-items: start;
5454 - white-space: nowrap;
5455 - text-overflow: ellipsis;
5456 - overflow: hidden;
5457 -}
5458 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder {
5459 - flex-direction: row;
5460 - align-items: center;
5461 - justify-content: start;
5462 - height: 56px;
5463 - padding: 13px 10px;
5464 -}
5465 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon {
5466 - font-size: 25px;
5467 - margin-inline-end: 8px;
5468 -}
5469 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle {
5470 - margin-inline-start: auto;
5471 -}
5472 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5473 - display: none;
5474 -}
5475 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5476 - visibility: hidden;
5477 -}
5478 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5479 - visibility: visible;
5480 -}
5481 -#elementor-template-library-templates .bulk-selection-action-bar {
5482 - display: none;
5483 - background: var(--e-a-bg-active);
5484 - padding: 10px 25px;
5485 - border-radius: 5px;
5486 - color: var(--e-a-bg-invert);
5487 - gap: 20px;
5488 - align-items: center;
5489 - flex: 1;
5490 -}
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;
5498 - cursor: pointer;
5499 - display: flex;
5500 - align-items: center;
5501 - justify-content: center;
5502 -}
5503 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5504 - pointer-events: none;
5505 - opacity: 0.3;
5506 - cursor: not-allowed;
5507 -}
5508 -#elementor-template-library-templates .bulk-selection-action-bar i {
5509 - cursor: pointer;
5510 - font-size: 18px;
5511 -}
5512 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5513 - font-size: 20px;
5514 -}
5515 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5516 - display: flex;
5517 - flex: 1;
5518 - white-space: nowrap;
5519 - text-overflow: ellipsis;
5520 - overflow: hidden;
5521 -}
5522 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5523 - display: flex;
5524 - flex-direction: row;
5525 - align-items: center;
5526 - gap: 15px;
5527 - white-space: nowrap;
5528 - text-overflow: ellipsis;
5529 - overflow: hidden;
5530 -}
5531 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5532 - white-space: nowrap;
5533 - text-overflow: ellipsis;
5534 - overflow: hidden;
5535 -}
5536 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5537 - padding-inline-start: 8px;
5538 - background-color: var(--e-a-bg-hover);
5539 - color: var(--e-a-color-txt);
5540 -}
5541 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5542 - visibility: visible;
5543 -}
5544 -#elementor-template-library-templates .bulk-selected-item {
5545 - background: var(--e-a-bg-active);
5546 -}
5547 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5548 - position: relative;
5549 - inset-block-start: 3px;
5550 -}
5551 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5552 - inset-block-start: 0px;
5553 -}
5554 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5555 -#elementor-template-library-templates #bulk-select-all:checked {
5556 - background: #69727D;
5557 -}
5558 -#elementor-template-library-templates .checkbox-minus:before {
5559 - display: block;
5560 - content: "";
5561 - width: 10px;
5562 - height: 2px;
5563 - background-color: white;
5564 - transform: none;
5565 -}
5566 4936
5567 4937 #elementor-template-library-toolbar {
5568 4938 display: flex;
5569 4939 justify-content: space-between;
@@ -5574,80 +4944,8 @@
5574 4944 display: flex;
5575 4945 align-items: center;
5576 4946 }
5577 4947
5578 -.elementor-template-library-filter-select-source {
5579 - width: 350px;
5580 - display: flex;
5581 - gap: 10px;
5582 -}
5583 -.elementor-template-library-filter-select-source .source-option {
5584 - flex: 1;
5585 - border: 0.5px solid #BABFC5;
5586 - padding: 5px;
5587 - border-radius: 3px;
5588 - cursor: pointer;
5589 - font-size: 12px;
5590 -}
5591 -.elementor-template-library-filter-select-source .source-option i {
5592 - margin-inline-end: 5px;
5593 -}
5594 -.elementor-template-library-filter-select-source .source-option .new-badge {
5595 - border: 1px solid var(--e-a-color-primary-bold-dark);
5596 - padding: 2px 4px;
5597 - color: var(--e-a-color-primary-bold-dark);
5598 - border-radius: 10px;
5599 - font-size: 10px;
5600 - margin-inline-start: 5px;
5601 -}
5602 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5603 - background-color: var(--e-a-bg-hover);
5604 -}
5605 -
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 4948 #elementor-template-library-filter-toolbar-remote {
5651 4949 font-size: 11px;
5652 4950 }
5653 4951
@@ -5661,11 +4959,8 @@
5661 4959 padding-inline-end: 22px;
5662 4960 -webkit-user-select: none;
5663 4961 -moz-user-select: none;
5664 4962 user-select: none;
5665 - line-height: 1;
5666 - font-size: 10px;
5667 - font-weight: 500;
5668 4963 }
5669 4964
5670 4965 label.elementor-template-library-order-label {
5671 4966 cursor: pointer;
@@ -5721,12 +5016,8 @@
5721 5016 #elementor-template-library-filter-my-favorites-label i:after {
5722 5017 content: "\e923";
5723 5018 }
5724 5019
5725 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5726 - margin-block-end: 10px;
5727 -}
5728 -
5729 5020 #elementor-template-library-filter-text-wrapper {
5730 5021 width: 200px;
5731 5022 position: relative;
5732 5023 }
@@ -5731,15 +5022,12 @@
5731 5022 position: relative;
5732 5023 }
5733 5024 #elementor-template-library-filter-text-wrapper i {
5734 5025 position: absolute;
5735 - inset-block-start: 50%;
5736 - inset-inline-end: 0;
5026 + top: 50%;
5027 + right: 0;
5737 5028 transform: translateY(-50%);
5738 5029 }
5739 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5740 - inset-block-start: 25%;
5741 -}
5742 5030
5743 5031 #elementor-template-library-filter-text {
5744 5032 border: none;
5745 5033 border-block-end: var(--e-a-border-bold);
@@ -5765,32 +5053,19 @@
5765 5053 padding: 8px;
5766 5054 border: var(--e-a-border);
5767 5055 border-radius: 3px;
5768 5056 }
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 {
5057 +.elementor-template-library-template-remote:hover {
5774 5058 background-color: var(--e-a-bg-hover);
5775 5059 }
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 {
5060 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5780 5061 display: none;
5781 5062 }
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 {
5063 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5789 5064 opacity: 0;
5790 5065 }
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 {
5066 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5067 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5793 5068 display: none;
5794 5069 }
5795 5070 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5796 5071 content: var(--elementor-template-library-subscription-plan-label);
@@ -5798,10 +5073,10 @@
5798 5073 color: var(--e-a-color-white);
5799 5074 position: absolute;
5800 5075 text-transform: uppercase;
5801 5076 line-height: 1;
5802 - inset-block-start: 5px;
5803 - inset-inline-end: 5px;
5077 + top: 5px;
5078 + right: 5px;
5804 5079 padding: 3px 5px;
5805 5080 font-size: 8px;
5806 5081 border-radius: 2px;
5807 5082 }
@@ -5816,10 +5091,10 @@
5816 5091 }
5817 5092 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5818 5093 position: absolute;
5819 5094 width: 100%;
5820 - inset-block-end: 0;
5821 - inset-inline-start: 0;
5095 + bottom: 0;
5096 + left: 0;
5822 5097 padding: 10px;
5823 5098 background-color: var(--e-a-bg-default);
5824 5099 transition: transform 0.5s;
5825 5100 }
@@ -5825,9 +5100,9 @@
5825 5100 }
5826 5101 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5827 5102 display: none;
5828 5103 }
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 {
5104 +.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 5105 transform: translateY(100%);
5831 5106 }
5832 5107 .elementor-template-library-template-remote .elementor-template-library-template-body {
5833 5108 position: relative;
@@ -5852,11 +5127,11 @@
5852 5127 }
5853 5128 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5854 5129 font-size: 20px;
5855 5130 position: absolute;
5856 - inset-block-start: 50%;
5857 - inset-inline-start: 50%;
5858 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5131 + top: 50%;
5132 + left: 50%;
5133 + transform: translate(-50%, -50%);
5859 5134 }
5860 5135 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5861 5136 display: flex;
5862 5137 justify-content: space-between;
@@ -5876,22 +5151,10 @@
5876 5151 .elementor-template-library-template-remote .elementor-template-library-favorite {
5877 5152 margin-inline-start: auto;
5878 5153 }
5879 5154 .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;
5155 + display: none;
5889 5156 }
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 5157 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5895 5158 content: "\e93f";
5896 5159 color: var(--e-a-color-primary-bold);
5897 5160 }
@@ -5926,231 +5189,112 @@
5926 5189 height: 200px;
5927 5190 }
5928 5191
5929 5192 #elementor-template-library-order-toolbar-local,
5930 -.elementor-template-library-template-local,
5931 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5193 +.elementor-template-library-template-local {
5932 5194 display: flex;
5933 5195 align-items: center;
5934 5196 padding: 0 25px;
5935 5197 text-align: start;
5936 5198 }
5937 -@media (max-width: 1439px) {
5938 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5939 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5940 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5941 - width: 33%;
5942 - }
5943 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5944 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5945 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5946 - width: 10%;
5947 - }
5948 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5949 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5950 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5951 - width: 15%;
5952 - }
5953 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5954 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5955 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5956 - width: 15%;
5957 - }
5958 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5959 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5960 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5961 - width: 27%;
5962 - }
5963 -}
5964 -@media (min-width: 1440px) {
5965 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5966 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5967 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5968 - width: 25%;
5969 - }
5970 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5971 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5972 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5973 - width: 17%;
5974 - }
5975 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5976 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5977 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5978 - width: 17%;
5979 - }
5980 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5981 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5982 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5983 - width: 17%;
5984 - }
5985 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5986 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5987 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5988 - width: 24%;
5989 - }
5990 -}
5991 -@media (max-width: 1024px) {
5992 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5993 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5994 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5995 - display: none;
5996 - }
5997 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5998 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5999 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6000 - width: 41%;
6001 - }
6002 -}
6003 5199
6004 -.elementor-template-library-template-local .elementor-template-library-template-more,
6005 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6006 - display: none;
6007 - position: absolute;
6008 - background-color: var(--e-a-bg-default);
6009 - border-radius: var(--e-a-border-radius);
6010 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6011 - inset-block-start: 100%;
6012 - inset-inline-end: 0;
6013 - z-index: 1;
6014 - list-style: none;
6015 - margin: 0;
6016 - padding: 0;
5200 +#elementor-template-library-order-toolbar-local {
5201 + margin-block-start: 30px;
6017 5202 }
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;
6028 - padding: 10px 20px;
6029 - font-size: 11px;
6030 - cursor: pointer;
6031 - display: flex;
6032 - align-items: center;
6033 - gap: 8px;
6034 - width: 100%;
5203 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
5204 + line-height: 1;
5205 + font-size: 10px;
5206 + font-weight: 500;
6035 5207 }
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 {
6040 - cursor: not-allowed;
6041 - color: var(--e-a-color-txt-disabled);
6042 -}
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 {
6045 - color: var(--e-a-color-txt);
6046 - text-decoration: none;
6047 -}
6048 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6049 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6050 - color: var(--e-a-color-danger);
6051 -}
6052 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6053 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6054 - font-size: 16px;
6055 -}
6056 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6057 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6058 - margin-inline-start: auto;
6059 - cursor: pointer;
6060 - background: none;
6061 - border: none;
6062 - padding: 0;
6063 - display: flex;
6064 - align-items: center;
6065 - justify-content: center;
6066 -}
6067 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6068 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6069 - font-size: 20px;
6070 -}
6071 5208
6072 -.elementor-template-library-template-local,
6073 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5209 +.elementor-template-library-template-local {
6074 5210 height: 50px;
6075 5211 width: 100%;
6076 5212 margin-block-start: 1px;
6077 5213 transition: background-color 0.3s linear;
6078 5214 }
6079 -.elementor-template-library-template-local:hover,
6080 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
5215 +.elementor-template-library-template-local:hover {
6081 5216 background-color: var(--e-a-bg-hover);
6082 5217 }
6083 -.elementor-template-library-template-local:first-child,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
5218 +.elementor-template-library-template-local:first-child {
6085 5219 border-start-start-radius: 3px;
6086 5220 border-start-end-radius: 3px;
6087 5221 border-end-start-radius: 0;
6088 5222 border-end-end-radius: 0;
6089 5223 }
6090 -.elementor-template-library-template-local:last-child,
6091 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
5224 +.elementor-template-library-template-local:last-child {
6092 5225 border-start-start-radius: 0;
6093 5226 border-start-end-radius: 0;
6094 5227 border-end-start-radius: 3px;
6095 5228 border-end-end-radius: 3px;
6096 5229 }
6097 -.elementor-template-library-template-local .elementor-template-library-template-name,
6098 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
5230 +.elementor-template-library-template-local .elementor-template-library-template-name {
6099 5231 font-weight: 500;
6100 5232 }
6101 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6102 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6103 - font-size: 16px;
6104 -}
6105 5233 .elementor-template-library-template-local .elementor-template-library-template-name,
6106 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6107 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6108 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
5234 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6109 5235 padding-inline-end: 20px;
6110 5236 }
6111 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6112 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6113 - padding-inline-end: 10px;
6114 -}
6115 5237 .elementor-template-library-template-local .elementor-template-library-template-name,
6116 5238 .elementor-template-library-template-local .elementor-template-library-template-meta,
6117 5239 .elementor-template-library-template-local .elementor-template-library-template-preview,
6118 -.elementor-template-library-template-local .elementor-template-library-template-action,
6119 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6120 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6121 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6122 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
5240 +.elementor-template-library-template-local .elementor-template-library-template-action {
6123 5241 white-space: nowrap;
6124 5242 text-overflow: ellipsis;
6125 5243 overflow: hidden;
6126 5244 }
6127 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6128 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
5245 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6129 5246 position: relative;
6130 5247 display: flex;
6131 5248 align-items: center;
6132 5249 }
6133 -.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 {
5250 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6137 5251 cursor: pointer;
6138 5252 transition: color 0.5s;
6139 5253 }
6140 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6141 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6142 - color: #F5D0FE;
5254 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
5255 + margin-inline-end: 3px;
6143 5256 }
6144 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6145 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6146 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6147 - cursor: not-allowed;
5257 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
5258 + margin-inline-start: 6px;
6148 5259 }
6149 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6150 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6151 - margin-inline-end: 3px;
5260 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
5261 + color: var(--e-a-color-danger);
6152 5262 }
5263 +.elementor-template-library-template-local .elementor-template-library-template-more {
5264 + display: none;
5265 + position: absolute;
5266 + background-color: var(--e-a-bg-default);
5267 + padding: 3px 20px;
5268 + border-radius: var(--e-a-border-radius);
5269 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5270 + top: 100%;
5271 + right: 0;
5272 + transform: translateX(65%) translateY(-7px);
5273 + z-index: 1;
5274 +}
5275 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
5276 + content: "";
5277 + position: absolute;
5278 + border: solid transparent;
5279 + border-width: 8px 4px;
5280 + border-block-end-color: var(--e-a-color-white);
5281 + transform: translateY(-100%);
5282 +}
5283 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
5284 + margin: 10px 0;
5285 + font-size: 11px;
5286 +}
5287 +.elementor-template-library-template-local .elementor-template-library-template-more a {
5288 + color: var(--e-a-color-txt);
5289 +}
5290 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
5291 + flex-grow: 1;
5292 + text-align: end;
5293 +}
5294 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
5295 + font-size: 16px;
5296 +}
6153 5297
6154 5298 #elementor-template-library-preview {
6155 5299 height: 100%;
6156 5300 overflow: hidden;
@@ -6156,9 +5300,9 @@
6156 5300 overflow: hidden;
6157 5301 }
6158 5302 #elementor-template-library-preview iframe {
6159 5303 height: 150%;
6160 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
5304 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6161 5305 }
6162 5306 @media (max-width: 1439px) {
6163 5307 #elementor-template-library-preview iframe {
6164 5308 width: 1440px;
@@ -6174,14 +5318,8 @@
6174 5318 font-size: 64px;
6175 5319 margin-block-start: 45px;
6176 5320 line-height: 1;
6177 5321 }
6178 -.elementor-template-library-blank-icon i {
6179 - font-size: 85px;
6180 -}
6181 -.elementor-template-library-blank-icon i.eicon-library-upload {
6182 - font-size: 65px;
6183 -}
6184 5322 .elementor-template-library-blank-icon img {
6185 5323 width: 70px;
6186 5324 }
6187 5325 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6219,499 +5357,8 @@
6219 5357 #elementor-template-library-save-template-form > * {
6220 5358 height: 55px;
6221 5359 font-size: 16px;
6222 5360 }
6223 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6224 - height: 55px;
6225 - font-size: 16px;
6226 - margin-block-end: 15px;
6227 -}
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6229 - display: block;
6230 - width: 500px;
6231 - margin: 0 auto;
6232 -}
6233 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6234 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6235 - display: none;
6236 -}
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6238 - margin-inline: 5px;
6239 -}
6240 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6241 - display: none;
6242 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6243 - padding: 3px 5px;
6244 - border-radius: 100px;
6245 - margin-inline: 5px;
6246 -}
6247 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6248 - color: var(--e-a-btn-bg-accent);
6249 -}
6250 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6251 - margin-inline-end: 5px;
6252 -}
6253 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6254 - display: inline;
6255 -}
6256 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6257 - display: inline;
6258 - background: var(--e-a-bg-hover);
6259 - padding: 0 2px 1px;
6260 - border: none;
6261 - border-radius: 2px;
6262 - vertical-align: bottom;
6263 - cursor: pointer;
6264 - font-family: inherit;
6265 - font-size: inherit;
6266 - color: inherit;
6267 - line-height: inherit;
6268 -}
6269 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6270 - background: var(--e-a-bg-active);
6271 -}
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 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6277 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6278 -#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 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6280 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6281 - display: inline;
6282 -}
6283 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6284 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6285 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6286 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6287 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6288 - pointer-events: none;
6289 -}
6290 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6291 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container,
6292 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6293 - display: none;
6294 -}
6295 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider {
6296 - color: var(--e-a-color-txt-muted);
6297 - margin-inline: 5px;
6298 -}
6299 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6300 - display: none;
6301 - float: inline-start;
6302 -}
6303 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6304 - font-size: 13px;
6305 - color: var(--e-a-btn-bg-accent);
6306 - text-align: start;
6307 -}
6308 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6309 - color: var(--e-a-btn-bg-accent);
6310 - text-decoration: underline;
6311 -}
6312 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6313 - float: inline-end;
6314 -}
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6316 - cursor: not-allowed;
6317 -}
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6319 - display: flex;
6320 - flex-direction: column;
6321 - text-align: start;
6322 - border: var(--e-a-border-bold);
6323 - padding: 15px;
6324 - height: auto;
6325 - gap: 10px;
6326 - position: relative;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6329 - background: #69727D;
6330 - inset-block-start: -3px;
6331 - position: relative;
6332 -}
6333 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6334 - position: relative;
6335 - display: inline-block;
6336 -}
6337 -#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 - white-space: nowrap;
6339 - text-overflow: ellipsis;
6340 - overflow: hidden;
6341 - overflow: visible;
6342 - display: inline-flex;
6343 - align-items: baseline;
6344 - line-height: 27px;
6345 -}
6346 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6347 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6348 - flex-shrink: 0;
6349 - position: relative;
6350 - inset-block-start: 2px;
6351 -}
6352 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6354 - inset-block-start: -2px;
6355 -}
6356 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6357 - vertical-align: bottom;
6358 -}
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6360 - margin-inline: 5px;
6361 - color: var(--e-a-color-txt-muted);
6362 - cursor: pointer;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6365 - display: none;
6366 - margin-inline-end: 5px;
6367 - align-items: baseline;
6368 - white-space: nowrap;
6369 - text-overflow: ellipsis;
6370 - overflow: hidden;
6371 -}
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 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6376 - text-decoration: underline;
6377 - cursor: pointer;
6378 - white-space: nowrap;
6379 - text-overflow: ellipsis;
6380 - overflow: hidden;
6381 -}
6382 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6383 - cursor: pointer;
6384 - flex-shrink: 0;
6385 -}
6386 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6387 - color: var(--e-a-color-primary-bold);
6388 - font-size: 14px;
6389 -}
6390 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6391 - text-decoration: underline;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6394 - display: none;
6395 - position: absolute;
6396 - inset-block-start: 40px;
6397 - background-color: var(--e-a-bg-default);
6398 - min-width: 187px;
6399 - overflow: auto;
6400 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6401 - z-index: 1;
6402 - border-radius: 2px;
6403 - max-width: 450px;
6404 -}
6405 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6406 - white-space: nowrap;
6407 - text-overflow: ellipsis;
6408 - overflow: hidden;
6409 -}
6410 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6411 - margin: 15px;
6412 -}
6413 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6414 - margin-inline-end: 10px;
6415 -}
6416 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6417 - max-height: 170px;
6418 -}
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6420 - padding: 5px 15px;
6421 - cursor: pointer;
6422 - list-style: none;
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6425 - display: none;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6428 - margin: 0px;
6429 -}
6430 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6431 - text-decoration: underline;
6432 -}
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 {
6434 - background: var(--e-a-border-color);
6435 -}
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 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6441 - pointer-events: none;
6442 - opacity: 0.3;
6443 -}
6444 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6445 - text-align: center;
6446 - font-size: 13px;
6447 - margin: 0 20px;
6448 - padding-block: 15px;
6449 - pointer-events: none;
6450 -}
6451 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6452 - font-size: 24px;
6453 - padding-block-end: 10px;
6454 -}
6455 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6456 - border-block-start: none;
6457 - border-inline: none;
6458 -}
6459 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6460 - pointer-events: none;
6461 - opacity: 0.3;
6462 -}
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 5361
6715 5362 #elementor-template-library-save-template-name {
6716 5363 width: 500px;
6717 5364 padding-inline-start: 25px;
@@ -6763,12 +5410,8 @@
6763 5410 padding: 100px 0 0;
6764 5411 min-height: 550px;
6765 5412 }
6766 5413
6767 -.elementor-template-library-cloud-empty__button {
6768 - margin-block-start: 45px;
6769 -}
6770 -
6771 5414 #elementor-template-library-connect-logo {
6772 5415 font-size: 20px;
6773 5416 }
6774 5417 #elementor-template-library-connect__button {
@@ -6805,11 +5448,11 @@
6805 5448 }
6806 5449
6807 5450 .elementor-template-library-blank-footer {
6808 5451 position: absolute;
6809 - inset-block-end: 70px;
6810 - inset-inline-start: 50%;
6811 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5452 + bottom: 70px;
5453 + left: 50%;
5454 + transform: translateX(-50%);
6812 5455 font-style: italic;
6813 5456 color: var(--e-a-color-txt-muted);
6814 5457 }
6815 5458 @media (max-height: 700px) {
@@ -6841,287 +5484,50 @@
6841 5484 #elementor-template-library-error-info {
6842 5485 margin-block-start: 10px;
6843 5486 }
6844 5487
6845 -#elementor-library--infotip__dialog,
6846 -#elementor-library--connect_infotip__dialog,
6847 -#elementor-library--cloud-upgrade__dialog,
6848 -#elementor-library--site-info__dialog {
6849 - position: absolute;
6850 - z-index: 10000;
6851 - background-color: var(--e-a-bg-default);
6852 - box-shadow: var(--e-a-popover-shadow);
6853 - border-radius: var(--e-a-border-radius);
5488 +@media (max-width: 1439px) {
5489 + .elementor-template-library-local-column-1 {
5490 + width: 33%;
5491 + }
5492 + .elementor-template-library-local-column-2 {
5493 + width: 10%;
5494 + }
5495 + .elementor-template-library-local-column-3 {
5496 + width: 15%;
5497 + }
5498 + .elementor-template-library-local-column-4 {
5499 + width: 15%;
5500 + }
5501 + .elementor-template-library-local-column-5 {
5502 + width: 27%;
5503 + }
6854 5504 }
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);
5505 +@media (min-width: 1440px) {
5506 + .elementor-template-library-local-column-1 {
5507 + width: 25%;
5508 + }
5509 + .elementor-template-library-local-column-2 {
5510 + width: 17%;
5511 + }
5512 + .elementor-template-library-local-column-3 {
5513 + width: 17%;
5514 + }
5515 + .elementor-template-library-local-column-4 {
5516 + width: 17%;
5517 + }
5518 + .elementor-template-library-local-column-5 {
5519 + width: 24%;
5520 + }
6862 5521 }
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;
5522 +@media (max-width: 1024px) {
5523 + .elementor-template-library-local-column-3 {
5524 + display: none;
5525 + }
5526 + .elementor-template-library-local-column-5 {
5527 + width: 41%;
5528 + }
6868 5529 }
6869 -#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 {
6873 - font-size: 14px;
6874 -}
6875 -#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 {
6879 - padding: 10px 0 10px 10px;
6880 - float: inline-end;
6881 -}
6882 -#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 {
6886 - padding: 7px 25px;
6887 - font-size: 13px;
6888 - background: none;
6889 - color: var(--e-a-btn-bg-accent);
6890 - border: none;
6891 - font-weight: 500;
6892 - cursor: pointer;
6893 -}
6894 -#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 {
6898 - content: "";
6899 - position: absolute;
6900 - inset-inline-end: 46%;
6901 - transform: scaleX(0.7);
6902 - border: 10px solid transparent;
6903 -}
6904 -
6905 -#elementor-library--infotip__dialog {
6906 - width: 265px;
6907 -}
6908 -#elementor-library--infotip__dialog .dialog-message {
6909 - padding: 20px 20px 0px 20px;
6910 -}
6911 -#elementor-library--infotip__dialog:after {
6912 - inset-block-start: 100%;
6913 - border-block-start-color: var(--e-a-bg-default);
6914 -}
6915 -#elementor-library--infotip__dialog.variant-b:after {
6916 - border-block-start-color: var(--e-a-bg-secondary);
6917 -}
6918 -
6919 -#elementor-library--connect_infotip__dialog {
6920 - width: 265px;
6921 -}
6922 -#elementor-library--connect_infotip__dialog .dialog-message {
6923 - padding: 20px;
6924 -}
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);
6928 -}
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 -
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 5530 .elementor-tags-list {
7125 5531 display: none;
7126 5532 position: absolute;
7127 5533 width: 260px;
@@ -7211,10 +5617,10 @@
7211 5617 }
7212 5618 .elementor-tag-settings-popup:before {
7213 5619 content: "";
7214 5620 position: absolute;
7215 - inset-block-start: -20px;
7216 - inset-inline-start: 5px;
5621 + top: -20px;
5622 + left: 5px;
7217 5623 border: 10px solid transparent;
7218 5624 border-block-end-color: var(--e-a-border-color);
7219 5625 }
7220 5626 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7305,14 +5711,8 @@
7305 5711 cursor: default;
7306 5712 opacity: 0.5;
7307 5713 color: var(--e-a-color-disabled);
7308 5714 }
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 5715 .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 5716 background-color: var(--e-a-bg-hover);
7317 5717 color: var(--e-a-color-hover);
7318 5718 }
@@ -7334,27 +5734,8 @@
7334 5734 inset: 0;
7335 5735 z-index: 2;
7336 5736 cursor: pointer;
7337 5737 }
7338 -.elementor-context-menu-list__item__shortcut__new-badge {
7339 - border: 1px solid var(--e-a-color-primary-bold);
7340 - padding: 2px 8px;
7341 - color: var(--e-a-color-primary-bold);
7342 - border-radius: 10px;
7343 - font-size: 10px;
7344 -}
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 5738 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7358 5739 font-size: 14px;
7359 5740 font-style: normal;
7360 5741 font-weight: 400;
@@ -7439,9 +5820,9 @@
7439 5820 }
7440 5821 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7441 5822 content: "+";
7442 5823 position: absolute;
7443 - inset-inline-end: 0;
5824 + right: 0;
7444 5825 width: 9px;
7445 5826 text-align: center;
7446 5827 margin-inline-end: -18px;
7447 5828 }
@@ -7520,12 +5901,12 @@
7520 5901 }
7521 5902
7522 5903 #elementor-navigator {
7523 5904 position: fixed;
7524 - inset-block-start: 100px;
7525 - inset-inline-end: 30px;
5905 + top: 100px;
7526 5906 width: var(--e-editor-navigator-width);
7527 5907 height: 50vh;
5908 + right: 30px;
7528 5909 background-color: var(--e-a-bg-default);
7529 5910 border: var(--e-a-border);
7530 5911 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7531 5912 -webkit-user-select: none;
@@ -7654,9 +6035,9 @@
7654 6035 .elementor-navigator__item[data-locked=true] {
7655 6036 cursor: not-allowed;
7656 6037 }
7657 6038 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7658 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
6039 + transform: rotate(-90deg);
7659 6040 }
7660 6041 .elementor-navigator__item > * {
7661 6042 display: flex;
7662 6043 align-items: center;
@@ -7741,9 +6122,9 @@
7741 6122 overflow: hidden;
7742 6123 }
7743 6124 .elementor-navigator__element__toggle {
7744 6125 position: absolute;
7745 - inset-inline-end: 15px;
6126 + right: 15px;
7746 6127 height: 100%;
7747 6128 z-index: 0;
7748 6129 font-size: 13px;
7749 6130 }
@@ -7752,9 +6133,9 @@
7752 6133 transition: transform 0.5s;
7753 6134 z-index: 91;
7754 6135 }
7755 6136 .elementor-navigator__element__indicators:not(:hover) {
7756 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
6137 + transform: translateX(calc(100% - var(--e-editor-navigator-indicator-width)));
7757 6138 }
7758 6139 .elementor-navigator__element__indicator {
7759 6140 height: 100%;
7760 6141 width: 31px;
@@ -7781,9 +6162,9 @@
7781 6162
7782 6163 .e-notice-bar {
7783 6164 position: absolute;
7784 6165 width: 100%;
7785 - inset-block-end: 0;
6166 + bottom: 0;
7786 6167 display: flex;
7787 6168 align-items: center;
7788 6169 height: 40px;
7789 6170 color: #fff;
@@ -7909,11 +6290,11 @@
7909 6290 background-color: transparent;
7910 6291 }
7911 6292 #elementor-icons-manager__search i {
7912 6293 position: absolute;
7913 - inset-block-start: 50%;
7914 - inset-inline-end: 15px;
6294 + top: 50%;
7915 6295 transform: translateY(-50%);
6296 + right: 15px;
7916 6297 }
7917 6298 #elementor-icons-manager__tab__wrapper {
7918 6299 overflow: auto;
7919 6300 margin: 25px -15px 0;
@@ -8002,10 +6383,10 @@
8002 6383 content: "";
8003 6384 position: absolute;
8004 6385 height: 100%;
8005 6386 width: 3px;
8006 - inset-block-start: 0;
8007 - inset-inline-start: 0;
6387 + top: 0;
6388 + left: 0;
8008 6389 background-color: var(--e-a-border-color-accent);
8009 6390 }
8010 6391 .elementor-icons-manager__tab__item {
8011 6392 position: relative;
@@ -8030,11 +6411,11 @@
8030 6411 flex-direction: column;
8031 6412 align-items: center;
8032 6413 width: 100%;
8033 6414 position: absolute;
8034 - inset-block-start: 50%;
8035 - inset-inline-start: 50%;
8036 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6415 + top: 50%;
6416 + left: 50%;
6417 + transform: translate(-50%, -50%);
8037 6418 padding: 1px;
8038 6419 }
8039 6420 .elementor-icons-manager__tab__item__icon {
8040 6421 font-size: 25px;
@@ -8078,12 +6459,11 @@
8078 6459 }
8079 6460 .pickr .pcr-button:before, .pickr .pcr-button:after {
8080 6461 height: 12px;
8081 6462 width: 12px;
8082 - position: absolute;
8083 - inset-block-start: 50%;
8084 - inset-inline-start: 50%;
8085 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6463 + top: 50%;
6464 + left: 50%;
6465 + transform: translate(-50%, -50%);
8086 6466 }
8087 6467
8088 6468 .pcr-app {
8089 6469 background-color: var(--e-a-bg-default);
@@ -8223,9 +6603,9 @@
8223 6603 }
8224 6604
8225 6605 .select2-selection__arrow {
8226 6606 height: 27px;
8227 - inset-block-start: 0;
6607 + top: 0;
8228 6608 }
8229 6609
8230 6610 .select2-results__option[aria-selected=true] {
8231 6611 background-color: var(--e-a-bg-active);
@@ -8284,10 +6664,11 @@
8284 6664 padding: 0;
8285 6665 margin: 0;
8286 6666 height: 100px;
8287 6667 position: absolute;
8288 - inset-block-start: -60px;
8289 - inset-inline: 0;
6668 + top: -60px;
6669 + left: 0;
6670 + right: 0;
8290 6671 }
8291 6672 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8292 6673 border-color: transparent;
8293 6674 outline: none;
@@ -8314,22 +6695,18 @@
8314 6695 }
8315 6696
8316 6697 [class^=eicon-flex], [class*=" eicon-flex"] {
8317 6698 transition: 0.3s all;
6699 + --is-ltr: 1;
6700 + --is-rtl: 0;
6701 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8318 6702 }
8319 6703 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8320 6704 max-height: 1em;
8321 6705 max-width: 1em;
8322 6706 }
8323 -[class^=eicon-flex], [class*=" eicon-flex"] {
8324 - --is-ltr: 1;
8325 - --is-rtl: 0;
8326 -}
8327 6707 [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 6708 --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 6709 }
8333 6710 :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 6711 transform: rotate(calc(var(--rotation-direction) * 90deg));
8335 6712 }