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-rtl.css +303 -2006 4.2.23.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 + left: 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: "\e89e";
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: "\e89f";
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 + right: 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 + left: 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 + right: 8px;
1145 + left: 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 + right: 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,24 +1356,15 @@
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 }
1441 -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full {
1442 - color: var(--e-a-color-accent-promotion);
1364 +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
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,17 +1376,12 @@
1456 1376 }
1457 1377 .elementor-panel .elementor-element .title {
1458 1378 font-size: 12px;
1459 1379 }
1460 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .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;
1464 -}
1465 -.elementor-panel .elementor-element > .eicon-upgrade-crown-full {
1466 - color: var(--e-a-color-accent-promotion-disabled);
1467 -}
1468 -.elementor-panel .elementor-element > .eicon-plug {
1382 + top: 5px;
1383 + left: 5px;
1469 1384 color: var(--e-a-color-txt-disabled);
1470 1385 }
1471 1386 .elementor-panel .elementor-element:active {
1472 1387 background-color: var(--e-a-bg-hover);
@@ -1484,10 +1399,10 @@
1484 1399 }
1485 1400 #elementor-element--promotion__dialog:after {
1486 1401 content: "";
1487 1402 position: absolute;
1488 - inset-block-start: 15px;
1489 - inset-inline-end: 100%;
1403 + top: 15px;
1404 + left: 100%;
1490 1405 transform: scaleY(0.7);
1491 1406 border: 10px solid transparent;
1492 1407 border-inline-end-color: var(--e-a-bg-default);
1493 1408 }
@@ -1534,10 +1449,10 @@
1534 1449 }
1535 1450 .dialog-tooltip-widget:after {
1536 1451 content: "";
1537 1452 position: absolute;
1538 - inset-block-start: 15px;
1539 - inset-inline-end: 100%;
1453 + top: 15px;
1454 + left: 100%;
1540 1455 transform: scaleY(0.7);
1541 1456 border: 10px solid transparent;
1542 1457 border-inline-end-color: var(--e-a-bg-default);
1543 1458 }
@@ -1576,80 +1491,8 @@
1576 1491 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1577 1492 border: 0;
1578 1493 }
1579 1494
1580 -#elementor-panel-elements-widget-creation-area:empty {
1581 - display: none;
1582 -}
1583 -
1584 -.elementor-panel-elements-widget-creation {
1585 - text-align: center;
1586 - padding: 30px 20px;
1587 -}
1588 -.elementor-panel-elements-widget-creation__title {
1589 - font-size: 14px;
1590 - font-weight: bold;
1591 - line-height: 1.4;
1592 - color: var(--e-a-color-txt);
1593 -}
1594 -.elementor-panel-elements-widget-creation__message {
1595 - margin-block-start: 8px;
1596 - font-size: 13px;
1597 - line-height: 1.6;
1598 - color: var(--e-a-color-txt-muted);
1599 -}
1600 -.elementor-panel-elements-widget-creation__cta {
1601 - display: inline-flex;
1602 - align-items: center;
1603 - gap: 6px;
1604 - margin-block-start: 16px;
1605 - padding: 0;
1606 - border: none;
1607 - background: none;
1608 - color: #C00BB9;
1609 - font-size: 14px;
1610 - font-weight: 500;
1611 - cursor: pointer;
1612 - font-family: var(--e-a-font-family);
1613 -}
1614 -.elementor-panel-elements-widget-creation__cta i {
1615 - font-size: 16px;
1616 -}
1617 -.elementor-panel-elements-widget-creation__cta:hover {
1618 - opacity: 0.8;
1619 -}
1620 -.elementor-panel-elements-widget-creation--search-footer {
1621 - border-block-start: var(--e-a-border);
1622 -}
1623 -
1624 -.elementor-panel-category-custom-widgets-empty {
1625 - grid-column: 1/-1;
1626 - width: 100%;
1627 - padding: 0 16px 16px;
1628 -}
1629 -.elementor-panel-category-custom-widgets-empty__message {
1630 - margin: 0;
1631 - font-size: 12px;
1632 - line-height: 1.6;
1633 - color: var(--e-a-color-txt-muted);
1634 -}
1635 -
1636 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1637 - margin-inline-start: auto;
1638 - padding: 4px 10px;
1639 - border: none;
1640 - background: none;
1641 - color: #C00BB9;
1642 - font-size: 12px;
1643 - font-weight: 500;
1644 - cursor: pointer;
1645 - font-family: var(--e-a-font-family);
1646 - flex-shrink: 0;
1647 -}
1648 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1649 - opacity: 0.8;
1650 -}
1651 -
1652 1495 #elementor-panel-inner {
1653 1496 position: relative;
1654 1497 height: 100%;
1655 1498 display: flex;
@@ -1675,54 +1518,18 @@
1675 1518 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1676 1519 margin-block-start: 20px;
1677 1520 }
1678 1521
1679 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1680 - display: flex;
1681 - flex-direction: column;
1682 -}
1683 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1684 - display: flex;
1685 - flex-direction: column;
1686 - flex: 1;
1687 - min-height: 0;
1688 -}
1689 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1690 - position: sticky;
1691 - inset-block-end: 0;
1692 - margin-block-start: auto;
1693 -}
1694 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1695 - margin-block-start: 0;
1696 -}
1697 -
1698 1522 #elementor-panel-get-pro-elements-sticky {
1699 1523 position: sticky;
1700 - inset-block-end: 0;
1701 - margin-block-end: -10px;
1702 -}
1703 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1704 - margin-block-start: -14px;
1705 -}
1706 -
1707 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1708 - display: flex;
1709 - flex-direction: column;
1710 - min-height: 100%;
1711 -}
1712 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1713 - margin-block-start: auto;
1714 -}
1715 -
1716 -#elementor-panel-get-pro-elements-sticky,
1717 -.elementor-panel-editor-sticky-promotion {
1524 + bottom: 0;
1718 1525 font-size: 14px;
1719 1526 font-weight: 400;
1720 1527 line-height: 1.6;
1721 - background-color: var(--e-a-color-white);
1528 + margin-block-end: -10px;
1722 1529 }
1723 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1724 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1530 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1531 + margin-top: -14px;
1725 1532 min-height: 40px;
1726 1533 display: block;
1727 1534 padding: 9px min(35px, 5%);
1728 1535 gap: 10px;
@@ -1730,18 +1537,16 @@
1730 1537 color: var(--e-a-color-black);
1731 1538 text-align: center;
1732 1539 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1733 1540 }
1734 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1735 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1541 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1736 1542 display: inline-block;
1737 1543 font-size: 13px;
1738 1544 font-weight: 500;
1739 1545 color: var(--e-a-btn-bg-accent);
1740 1546 }
1741 -#elementor-panel-get-pro-elements-sticky img,
1742 -.elementor-panel-editor-sticky-promotion img {
1743 - margin-inline-start: 17px;
1547 +#elementor-panel-get-pro-elements-sticky img {
1548 + margin-left: 17px;
1744 1549 }
1745 1550
1746 1551 #elementor-panel-notice-wrapper .elementor-panel-notice {
1747 1552 width: 90%;
@@ -1768,10 +1573,10 @@
1768 1573 background: var(--e-a-color-primary);
1769 1574 border-radius: 50%;
1770 1575 width: 8px;
1771 1576 height: 8px;
1772 - inset-block-start: 5px;
1773 - inset-inline-end: 5px;
1577 + top: 5px;
1578 + right: 5px;
1774 1579 }
1775 1580
1776 1581 .media-modal.wp-core-ui {
1777 1582 color-scheme: light;
@@ -1885,36 +1690,23 @@
1885 1690 }
1886 1691 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1887 1692 display: none;
1888 1693 }
1889 -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label {
1890 - padding: 4px;
1891 -}
1892 -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img {
1893 - aspect-ratio: 4/1;
1894 - -o-object-fit: cover;
1895 - object-fit: cover;
1896 - -o-object-position: center;
1897 - object-position: center;
1898 -}
1899 -.elementor-control-shape_divider_bottom img {
1900 - rotate: X 180deg;
1901 -}
1902 1694 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1903 1695 margin-block-start: 5px;
1904 1696 }
1905 1697
1906 -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i,
1907 -.elementor-panel-category.e-open .elementor-panel-heading-toggle i,
1908 -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i,
1909 -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i,
1910 -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i {
1911 - 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";
1912 1704 }
1913 -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1914 -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i,
1915 -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i {
1916 - 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: "\e909";
1917 1709 }
1918 1710
1919 1711 .elementor-panel-heading {
1920 1712 display: flex;
@@ -1938,17 +1730,8 @@
1938 1730 }
1939 1731 .elementor-panel-heading-title {
1940 1732 font-weight: bold;
1941 1733 }
1942 -.elementor-panel-heading-category-chip {
1943 - margin-inline-start: auto;
1944 - background-color: var(--e-a-bg-chip);
1945 - border-radius: 100px;
1946 - padding: 5px 8px;
1947 -}
1948 -.elementor-panel-heading-category-chip i {
1949 - margin-inline-start: 4px;
1950 -}
1951 1734 .elementor-panel-heading-promotion {
1952 1735 margin-inline-start: auto;
1953 1736 }
1954 1737 .elementor-panel-heading-promotion a {
@@ -1967,11 +1750,9 @@
1967 1750 .elementor-panel-heading:focus-visible {
1968 1751 color: var(--e-a-color-txt-hover);
1969 1752 }
1970 1753
1971 -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1972 -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading,
1973 -#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 {
1974 1755 border-block-start: none;
1975 1756 }
1976 1757
1977 1758 .elementor-control-field {
@@ -2016,13 +1797,11 @@
2016 1797 .elementor-group-control-attachment_alert .elementor-control-field-description {
2017 1798 margin-block-start: 0;
2018 1799 }
2019 1800
2020 -.elementor-control-start-end .eicon-text-align-left,
2021 -.elementor-control-start-end .eicon-text-align-right,
2022 1801 .elementor-control-start-end .eicon-h-align-left,
2023 1802 .elementor-control-start-end .eicon-h-align-right {
2024 - scale: calc(1 * var(--direction-multiplier)) 1;
1803 + transform: rotate(180deg);
2025 1804 }
2026 1805
2027 1806 .elementor-update-preview {
2028 1807 margin: 15px 15px 0;
@@ -2059,9 +1838,9 @@
2059 1838 }
2060 1839 .elementor-control-responsive-switchers__holder {
2061 1840 position: absolute;
2062 1841 width: 100%;
2063 - inset-block-start: 0;
1842 + top: 0;
2064 1843 background-color: var(--e-a-bg-default);
2065 1844 border-radius: var(--e-a-border-radius);
2066 1845 transition: 0.15s;
2067 1846 border: 1px solid transparent;
@@ -2204,10 +1983,10 @@
2204 1983 display: none;
2205 1984 overflow: hidden;
2206 1985 max-height: 0;
2207 1986 position: absolute;
2208 - inset-block-start: -0.8em;
2209 - inset-inline-start: -0.5em;
1987 + top: -0.8em;
1988 + right: -0.5em;
2210 1989 width: 2.5em;
2211 1990 text-align: center;
2212 1991 background-color: var(--e-a-bg-default);
2213 1992 border-radius: var(--e-a-border-radius);
@@ -2382,9 +2161,9 @@
2382 2161 }
2383 2162 .elementor-control-responsive-switchers__holder {
2384 2163 position: absolute;
2385 2164 width: 100%;
2386 - inset-block-start: 0;
2165 + top: 0;
2387 2166 background-color: var(--e-a-bg-default);
2388 2167 border-radius: var(--e-a-border-radius);
2389 2168 transition: 0.15s;
2390 2169 border: 1px solid transparent;
@@ -2527,10 +2306,10 @@
2527 2306 display: none;
2528 2307 overflow: hidden;
2529 2308 max-height: 0;
2530 2309 position: absolute;
2531 - inset-block-start: -0.8em;
2532 - inset-inline-start: -0.5em;
2310 + top: -0.8em;
2311 + right: -0.5em;
2533 2312 width: 2.5em;
2534 2313 text-align: center;
2535 2314 background-color: var(--e-a-bg-default);
2536 2315 border-radius: var(--e-a-border-radius);
@@ -2660,9 +2439,9 @@
2660 2439 }
2661 2440 .elementor-control-responsive-switchers__holder {
2662 2441 position: absolute;
2663 2442 width: 100%;
2664 - inset-block-start: 0;
2443 + top: 0;
2665 2444 background-color: var(--e-a-bg-default);
2666 2445 border-radius: var(--e-a-border-radius);
2667 2446 transition: 0.15s;
2668 2447 border: 1px solid transparent;
@@ -2805,10 +2584,10 @@
2805 2584 display: none;
2806 2585 overflow: hidden;
2807 2586 max-height: 0;
2808 2587 position: absolute;
2809 - inset-block-start: -0.8em;
2810 - inset-inline-start: -0.5em;
2588 + top: -0.8em;
2589 + right: -0.5em;
2811 2590 width: 2.5em;
2812 2591 text-align: center;
2813 2592 background-color: var(--e-a-bg-default);
2814 2593 border-radius: var(--e-a-border-radius);
@@ -2928,11 +2707,11 @@
2928 2707 }
2929 2708
2930 2709 .elementor-control-type-icons .elementor-control-media__preview > * {
2931 2710 position: absolute;
2932 - inset-block-start: 50%;
2933 - inset-inline-start: 50%;
2934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2711 + top: 50%;
2712 + left: 50%;
2713 + transform: translate(-50%, -50%);
2935 2714 }
2936 2715 .elementor-control-type-icons .elementor-control-media__preview i {
2937 2716 font-size: 70px;
2938 2717 }
@@ -2998,10 +2777,10 @@
2998 2777 opacity: 0;
2999 2778 }
3000 2779 .elementor-control-type-gallery .elementor-control-gallery-edit span {
3001 2780 position: absolute;
3002 - inset-block-start: 10px;
3003 - inset-inline-end: 10px;
2781 + top: 10px;
2782 + left: 10px;
3004 2783 width: 21px;
3005 2784 height: 21px;
3006 2785 color: var(--e-a-color-white);
3007 2786 background-color: rgba(0, 0, 0, 0.5);
@@ -3111,10 +2890,10 @@
3111 2890 }
3112 2891 .e-global__popover-info-tooltip:after {
3113 2892 content: "";
3114 2893 position: absolute;
3115 - inset-block-end: -17px;
3116 - inset-inline-start: 16px;
2894 + bottom: -17px;
2895 + right: 16px;
3117 2896 border: 10px solid transparent;
3118 2897 border-block-start-color: rgba(0, 0, 0, 0.9);
3119 2898 }
3120 2899 .e-global__popover-info i {
@@ -3131,19 +2910,8 @@
3131 2910 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3132 2911 background-color: #BABFC5;
3133 2912 border-radius: 10px;
3134 2913 }
3135 -.e-global__group-header {
3136 - padding: 12px 20px 5px;
3137 - font-weight: 500;
3138 - font-size: 11px;
3139 - color: var(--e-a-color-txt-muted);
3140 -}
3141 -.e-global__group-divider {
3142 - height: 1px;
3143 - background-color: var(--e-a-border-color);
3144 - margin: 10px 20px;
3145 -}
3146 2914 .e-global__manage-button {
3147 2915 font-weight: 500;
3148 2916 cursor: pointer;
3149 2917 }
@@ -3159,9 +2927,9 @@
3159 2927 font-size: 13px;
3160 2928 content: "\e90e";
3161 2929 position: absolute;
3162 2930 transform: translateY(-50%);
3163 - inset-block-start: 50%;
2931 + top: 50%;
3164 2932 inset-inline-start: 13px;
3165 2933 }
3166 2934 .e-global__color {
3167 2935 padding: 10px 20px;
@@ -3302,11 +3070,11 @@
3302 3070 display: none;
3303 3071 }
3304 3072 .elementor-control-media .eicon-plus-circle {
3305 3073 position: absolute;
3306 - inset-block-start: 50%;
3307 - inset-inline-start: 50%;
3308 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3074 + top: 50%;
3075 + left: 50%;
3076 + transform: translate(-50%, -50%);
3309 3077 color: var(--e-a-color-white);
3310 3078 font-size: 20px;
3311 3079 }
3312 3080 .elementor-control-media__content__upload-button {
@@ -3329,11 +3097,11 @@
3329 3097 display: none;
3330 3098 }
3331 3099 .elementor-control-media-area .eicon-video-camera {
3332 3100 position: absolute;
3333 - inset-block-start: 50%;
3334 - inset-inline-start: 50%;
3335 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3101 + top: 50%;
3102 + left: 50%;
3103 + transform: translate(-50%, -50%);
3336 3104 color: rgba(255, 255, 255, 0.7);
3337 3105 font-size: 21px;
3338 3106 }
3339 3107 .elementor-control-media .elementor-control-media__content {
@@ -3349,9 +3117,9 @@
3349 3117 background-color: rgba(0, 0, 0, 0.2);
3350 3118 pointer-events: none;
3351 3119 }
3352 3120 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3353 - inset-block-end: -30px;
3121 + bottom: -30px;
3354 3122 }
3355 3123 .elementor-control-media__content {
3356 3124 transition: all 0.2s ease-in-out;
3357 3125 }
@@ -3356,10 +3124,11 @@
3356 3124 transition: all 0.2s ease-in-out;
3357 3125 }
3358 3126 .elementor-control-media__tools {
3359 3127 position: absolute;
3360 - inset-block-end: 0;
3361 - inset-inline: 0;
3128 + bottom: 0;
3129 + left: 0;
3130 + right: 0;
3362 3131 height: 27px;
3363 3132 transition: all 0.2s ease-in-out;
3364 3133 }
3365 3134 .elementor-control-media__tools > *:not(:first-child) {
@@ -3386,10 +3155,10 @@
3386 3155 }
3387 3156 .elementor-control-media__content__remove {
3388 3157 position: absolute;
3389 3158 z-index: 1;
3390 - inset-block-start: 10px;
3391 - inset-inline-end: 10px;
3159 + top: 10px;
3160 + left: 10px;
3392 3161 width: 20px;
3393 3162 height: 20px;
3394 3163 font-size: 11px;
3395 3164 color: var(--e-a-color-white);
@@ -3681,11 +3450,9 @@
3681 3450 text-align: center;
3682 3451 padding-block-start: 5px;
3683 3452 }
3684 3453
3685 -#elementor-controls,
3686 -#elementor-panel-page-settings-controls,
3687 -#elementor-panel-editorPreferences-settings-controls {
3454 +#elementor-controls {
3688 3455 padding-block-start: 15px;
3689 3456 }
3690 3457
3691 3458 .elementor-control-type-section {
@@ -3730,11 +3497,11 @@
3730 3497 font-family: eicons;
3731 3498 content: "\e8ad";
3732 3499 font-size: 12px;
3733 3500 position: absolute;
3734 - inset-block-start: 50%;
3735 - inset-inline-end: 5px;
3501 + top: 50%;
3736 3502 transform: translateY(-50%);
3503 + left: 5px;
3737 3504 pointer-events: none;
3738 3505 }
3739 3506 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3740 3507 max-width: 80px;
@@ -3768,14 +3535,14 @@
3768 3535 }
3769 3536 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3770 3537 border-radius: 0;
3771 3538 width: 10px;
3772 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3539 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3773 3540 }
3774 3541 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3775 3542 content: "";
3776 3543 position: absolute;
3777 - inset-block-start: 2px;
3544 + top: 2px;
3778 3545 height: 12px;
3779 3546 width: 11px;
3780 3547 transform: rotate(45deg);
3781 3548 background-color: var(--e-a-color-white);
@@ -3852,11 +3619,11 @@
3852 3619 .elementor-slider .noUi-handle {
3853 3620 height: 16px;
3854 3621 width: 16px;
3855 3622 background-color: var(--e-a-color-white);
3623 + left: 0;
3624 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3856 3625 position: absolute;
3857 - inset-inline-end: 0;
3858 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3859 3626 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3860 3627 border-radius: 50%;
3861 3628 }
3862 3629 .elementor-slider .noUi-connects {
@@ -3873,9 +3640,9 @@
3873 3640 background-color: var(--e-a-border-color-focus);
3874 3641 }
3875 3642 .elementor-slider .noUi-tooltip {
3876 3643 position: absolute;
3877 - inset-block-start: calc(100% + 5px);
3644 + top: calc(100% + 5px);
3878 3645 left: calc(50% - 4px);
3879 3646 transform: translateX(-50%);
3880 3647 font-size: 10px;
3881 3648 }
@@ -3962,9 +3729,9 @@
3962 3729 transition-property: opacity, background;
3963 3730 }
3964 3731 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3965 3732 position: absolute;
3966 - inset-block-start: 0;
3733 + top: 0;
3967 3734 width: 50%;
3968 3735 text-align: center;
3969 3736 line-height: 20px;
3970 3737 transition: inherit;
@@ -3970,14 +3737,14 @@
3970 3737 transition: inherit;
3971 3738 }
3972 3739 .elementor-control-type-switcher .elementor-switch-label:before {
3973 3740 content: attr(data-off);
3974 - inset-inline-end: 5px;
3741 + right: 5px;
3975 3742 color: var(--e-a-color-txt-muted);
3976 3743 }
3977 3744 .elementor-control-type-switcher .elementor-switch-label:after {
3978 3745 content: attr(data-on);
3979 - inset-inline-start: 5px;
3746 + left: 5px;
3980 3747 color: var(--e-a-btn-color);
3981 3748 opacity: 0;
3982 3749 }
3983 3750 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3990,19 +3757,19 @@
3990 3757 opacity: 1;
3991 3758 }
3992 3759 .elementor-control-type-switcher .elementor-switch-handle {
3993 3760 position: absolute;
3994 - inset-block-start: 1px;
3995 - inset-inline-start: 1px;
3761 + top: 1px;
3762 + left: 1px;
3996 3763 width: 18px;
3997 3764 height: 18px;
3998 3765 background: white;
3999 3766 border-radius: 10px;
4000 - transition: inset-inline-start 0.15s ease-out;
3767 + transition: left 0.15s ease-out;
4001 3768 }
4002 3769 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
4003 - inset-inline-start: initial;
4004 - inset-inline-end: 1px;
3770 + left: initial;
3771 + right: 1px;
4005 3772 }
4006 3773
4007 3774 .elementor-control-type-tabs {
4008 3775 display: none;
@@ -4054,10 +3821,10 @@
4054 3821 }
4055 3822 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4056 3823 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4057 3824 position: absolute;
4058 - inset-block-start: 0;
4059 - inset-inline-end: 0;
3825 + top: 0;
3826 + left: 0;
4060 3827 z-index: 1;
4061 3828 }
4062 3829 .elementor-control-type-textarea .elementor-control-input-wrapper,
4063 3830 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4135,10 +3902,10 @@
4135 3902 }
4136 3903 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4137 3904 display: none;
4138 3905 position: absolute;
4139 - inset-block-start: 5px;
4140 - inset-inline-end: 0;
3906 + top: 5px;
3907 + right: 0;
4141 3908 width: 10px;
4142 3909 height: 10px;
4143 3910 font-size: 10px;
4144 3911 color: var(--e-a-color-txt-disabled);
@@ -4189,76 +3956,8 @@
4189 3956 font-size: 10px;
4190 3957 padding-block-start: 2px;
4191 3958 }
4192 3959
4193 -.elementor-control-type-visual_choice {
4194 - width: 100%;
4195 -}
4196 -
4197 -.elementor-visual-choice-choices {
4198 - display: grid;
4199 - gap: 8px;
4200 - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr);
4201 - text-align: center;
4202 - border-radius: var(--e-a-border-radius);
4203 - overflow: hidden;
4204 -}
4205 -
4206 -.elementor-visual-choice-element {
4207 - display: flex;
4208 - flex-direction: column;
4209 - align-items: center;
4210 - justify-content: center;
4211 - gap: 8px;
4212 - width: auto;
4213 -}
4214 -.elementor-visual-choice-element-image label {
4215 - border: var(--e-a-border-bold);
4216 - border-radius: var(--e-a-border-radius);
4217 - font-size: 12px;
4218 - transition: var(--e-a-transition-hover);
4219 - cursor: pointer;
4220 - overflow: hidden;
4221 - width: 100%;
4222 - padding: 8px;
4223 -}
4224 -.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 {
4225 - background-color: var(--e-a-bg-active-bold);
4226 - opacity: 1;
4227 -}
4228 -.elementor-visual-choice-element-image input:checked + label {
4229 - border-color: var(--e-a-color-primary-bold);
4230 -}
4231 -.elementor-visual-choice-element-image input:not(:checked) + label {
4232 - background-color: var(--e-a-color-white);
4233 - opacity: 0.5;
4234 -}
4235 -.elementor-visual-choice-element-image img {
4236 - width: 100%;
4237 - height: auto;
4238 -}
4239 -.elementor-visual-choice-element-button {
4240 - grid-column: span var(--elementor-visual-choice-columns);
4241 -}
4242 -.elementor-visual-choice-element-button label {
4243 - width: -moz-fit-content;
4244 - width: fit-content;
4245 -}
4246 -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button {
4247 - background-color: var(--e-a-bg-active-bold);
4248 -}
4249 -.elementor-visual-choice-element-button input:checked + .elementor-button {
4250 - border-color: var(--e-a-color-primary-bold);
4251 -}
4252 -
4253 -.elementor-label-inline .elementor-visual-choice-choices {
4254 - justify-content: flex-end;
4255 -}
4256 -
4257 -.tipsy-inner {
4258 - white-space: pre-line;
4259 -}
4260 -
4261 3960 .elementor-control-type-wp_widget .widget-inside {
4262 3961 line-height: 2;
4263 3962 background-color: inherit;
4264 3963 display: block;
@@ -4402,13 +4101,13 @@
4402 4101 --e-a-mode-switcher-width: 15px;
4403 4102 --e-a-mode-switcher-height: 50px;
4404 4103 --e-a-mode-switcher-icon-size: 15px;
4405 4104 position: absolute;
4406 - inset-block-start: 50%;
4407 - inset-inline-start: 100%;
4105 + right: 100%;
4106 + top: 50%;
4408 4107 transform: translateY(-50%);
4409 4108 background-color: var(--e-a-bg-default);
4410 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4109 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4411 4110 transition: 0.3s opacity;
4412 4111 }
4413 4112 #elementor-mode-switcher:hover {
4414 4113 background-color: var(--e-a-bg-hover);
@@ -4478,11 +4177,11 @@
4478 4177 }
4479 4178
4480 4179 #elementor-panel-revisions-loading {
4481 4180 position: absolute;
4482 - inset-block-start: 50%;
4483 - inset-inline-start: 50%;
4484 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4181 + top: 50%;
4182 + left: 50%;
4183 + transform: translate(-50%, -50%);
4485 4184 }
4486 4185 #elementor-panel-revisions-loading .eicon-loading {
4487 4186 font-size: 50px;
4488 4187 }
@@ -4566,10 +4265,10 @@
4566 4265 .e-control-display-conditions-promotion__wrapper {
4567 4266 display: flex;
4568 4267 justify-content: space-between;
4569 4268 }
4570 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4571 - color: var(--e-a-color-accent-promotion);
4269 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4270 + color: var(--e-a-color-accent);
4572 4271 }
4573 4272 .e-control-display-conditions-promotion__description {
4574 4273 display: flex;
4575 4274 align-self: center;
@@ -4582,11 +4281,8 @@
4582 4281 display: flex;
4583 4282 justify-content: center;
4584 4283 align-items: center;
4585 4284 }
4586 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4587 - color: var(--e-a-color-accent-promotion-disabled);
4588 -}
4589 4285 .e-control-display-conditions-promotion.eicon-flow {
4590 4286 align-self: flex-end;
4591 4287 cursor: pointer;
4592 4288 border: var(--e-a-border-bold);
@@ -4597,10 +4293,10 @@
4597 4293 background-color: var(--e-a-bg-active);
4598 4294 color: #E73CF6;
4599 4295 }
4600 4296
4601 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4602 - color: var(--e-a-color-accent-promotion);
4297 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4298 + color: var(--e-a-color-accent);
4603 4299 }
4604 4300 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4605 4301 margin-inline-end: 0;
4606 4302 }
@@ -4625,11 +4321,8 @@
4625 4321 display: flex;
4626 4322 justify-content: center;
4627 4323 align-items: center;
4628 4324 }
4629 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4630 - color: var(--e-a-color-accent-promotion-disabled);
4631 -}
4632 4325
4633 4326 .e-link-promotion {
4634 4327 font-family: "Roboto", sans-serif;
4635 4328 font-weight: 500;
@@ -4716,13 +4409,13 @@
4716 4409 }
4717 4410 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4718 4411 align-self: end;
4719 4412 margin-block-start: 35px;
4720 - inset-block-start: 0;
4413 + top: 0;
4721 4414 width: 100%;
4722 4415 }
4723 4416 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4724 - inset-inline-end: 5px;
4417 + left: 5px;
4725 4418 }
4726 4419 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4727 4420 padding: 0 20px 15px;
4728 4421 }
@@ -5006,13 +4699,8 @@
5006 4699 .e-btn.elementor-button-danger,
5007 4700 .e-btn.e-danger {
5008 4701 background-color: var(--e-a-btn-bg-danger);
5009 4702 }
5010 -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white,
5011 -.e-btn.elementor-button-danger.color-white,
5012 -.e-btn.e-danger.color-white {
5013 - color: var(--e-a-color-white);
5014 -}
5015 4703 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
5016 4704 .e-btn.elementor-button-danger:hover,
5017 4705 .e-btn.elementor-button-danger:focus,
5018 4706 .e-btn.e-danger:hover,
@@ -5055,23 +4743,22 @@
5055 4743 }
5056 4744
5057 4745 #elementor-preview-responsive-wrapper {
5058 4746 transform-origin: top center;
5059 - margin: 20px;
4747 + padding: 20px;
5060 4748 transform: scale(var(--e-preview-scale, 1));
5061 - overflow: hidden;
5062 4749 }
5063 4750 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5064 4751 min-width: 1025px;
5065 4752 width: 100%;
5066 4753 height: 100%;
5067 - margin: 0;
4754 + padding: 0;
5068 4755 position: relative;
5069 4756 }
5070 4757 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5071 4758 width: var(--e-editor-preview-width);
5072 4759 height: var(--e-editor-preview-height);
5073 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4760 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5074 4761 box-sizing: content-box;
5075 4762 position: relative;
5076 4763 max-height: calc(100vh - 80px);
5077 4764 }
@@ -5133,10 +4820,9 @@
5133 4820 #elementor-preview-responsive-wrapper .ui-resizable-s {
5134 4821 bottom: 0;
5135 4822 }
5136 4823 #elementor-preview-responsive-wrapper .ui-resizable-e {
5137 - width: 10px;
5138 - right: -5px;
4824 + right: 0;
5139 4825 }
5140 4826 #elementor-preview-responsive-wrapper .ui-resizable-w {
5141 4827 left: 0;
5142 4828 }
@@ -5147,20 +4833,8 @@
5147 4833 background-color: #fff;
5148 4834 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5149 4835 }
5150 4836
5151 -#elementor-template-library-modal button:focus-visible,
5152 -#elementor-template-library-modal a:focus-visible,
5153 -#elementor-template-library-modal input:focus-visible,
5154 -#elementor-template-library-modal select:focus-visible,
5155 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5156 -#elementor-template-library-modal [role=tab]:focus-visible,
5157 -#elementor-template-library-modal [role=radio]:focus-visible,
5158 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5159 - outline: 2px solid var(--e-a-border-color-focus);
5160 - outline-offset: 2px;
5161 - border-radius: 2px;
5162 -}
5163 4837 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5164 4838 font-style: normal;
5165 4839 text-decoration: underline;
5166 4840 }
@@ -5172,17 +4846,8 @@
5172 4846 }
5173 4847 #elementor-template-library-modal .dialog-message {
5174 4848 overflow-y: scroll;
5175 4849 }
5176 -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message {
5177 - overflow-y: auto;
5178 -}
5179 -#elementor-template-library-modal .e-back-to-editor {
5180 - color: var(--e-a-color-txt);
5181 - text-decoration: underline;
5182 - font-size: 17px;
5183 - cursor: pointer;
5184 -}
5185 4850
5186 4851 #elementor-template-library-header-menu {
5187 4852 text-align: center;
5188 4853 }
@@ -5191,21 +4856,14 @@
5191 4856 display: inline-block;
5192 4857 padding: 17px 20px;
5193 4858 border-block-end: 3px solid transparent;
5194 4859 cursor: pointer;
5195 - background: transparent;
5196 - margin: 0;
5197 - font-size: inherit;
5198 - font-family: inherit;
5199 - color: inherit;
5200 - border: none;
5201 4860 }
5202 4861 .elementor-template-library-menu-item:hover {
5203 4862 background-color: var(--e-a-bg-hover);
5204 4863 border-color: var(--e-a-bg-hover);
5205 4864 }
5206 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5207 - border-block-end: 3px solid;
4865 +.elementor-template-library-menu-item.elementor-active {
5208 4866 border-color: var(--e-a-border-color-accent);
5209 4867 color: var(--e-a-color-txt-accent);
5210 4868 }
5211 4869
@@ -5211,31 +4869,12 @@
5211 4869
5212 4870 #elementor-template-library-header-actions {
5213 4871 display: flex;
5214 4872 }
5215 -#elementor-template-library-header-actions > div,
5216 -#elementor-template-library-header-actions > button {
5217 - background: transparent;
5218 - margin: 0;
5219 - font-size: inherit;
5220 - font-family: inherit;
5221 - color: inherit;
5222 - border: none;
4873 +#elementor-template-library-header-actions > div {
5223 4874 padding-inline-end: 16px;
5224 - cursor: pointer;
5225 4875 }
5226 -#elementor-template-library-header-actions > div:focus-visible,
5227 -#elementor-template-library-header-actions > button:focus-visible {
5228 - outline: 2px solid var(--e-a-border-color-focus);
5229 - outline-offset: -2px;
5230 - border-radius: 2px;
5231 -}
5232 4876
5233 -#elementor-template-library-header-tools.e-hidden-disabled {
5234 - opacity: 0;
5235 - visibility: hidden;
5236 -}
5237 -
5238 4877 #elementor-template-library-header-preview-insert-wrapper {
5239 4878 cursor: default;
5240 4879 padding: 0 10px;
5241 4880 }
@@ -5244,9 +4883,8 @@
5244 4883 margin-inline-start: 4px;
5245 4884 }
5246 4885
5247 4886 #elementor-template-library-header-preview-back {
5248 - gap: 10px;
5249 4887 padding-block: 16.5px 15px;
5250 4888 padding-inline: 0 16.5px;
5251 4889 border-inline-end: var(--e-a-border);
5252 4890 cursor: pointer;
@@ -5251,138 +4889,27 @@
5251 4889 border-inline-end: var(--e-a-border);
5252 4890 cursor: pointer;
5253 4891 transition: color 0.5s;
5254 4892 }
5255 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5256 - background: transparent;
5257 - margin: 0;
5258 - font-size: inherit;
5259 - font-family: inherit;
5260 - color: inherit;
5261 - border: none;
5262 - display: flex;
5263 - align-items: center;
5264 - gap: 10px;
5265 - cursor: pointer;
5266 -}
5267 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5268 - outline: 2px solid var(--e-a-border-color-focus);
5269 - outline-offset: 2px;
5270 - border-radius: 2px;
5271 -}
5272 4893 #elementor-template-library-header-preview-back:hover {
5273 4894 color: var(--e-a-color-txt-hover);
5274 4895 }
5275 4896 #elementor-template-library-header-preview-back i {
4897 + padding-inline-end: 10px;
5276 4898 font-size: 18px;
5277 - scale: calc(1 * var(--direction-multiplier)) 1;
5278 4899 }
4900 +#elementor-template-library-header-preview-back i:before {
4901 + content: "\e87d";
4902 +}
5279 4903
5280 -#elementor-template-library-templates {
5281 - display: flex;
5282 - flex-direction: column;
5283 - gap: 20px;
5284 -}
5285 -#elementor-template-library-templates .toolbar-container {
5286 - display: flex;
5287 - justify-content: space-between;
5288 - align-items: center;
5289 - gap: 2%;
5290 - height: 45px;
5291 -}
5292 -#elementor-template-library-templates #elementor-template-library-templates-container {
5293 - display: flex;
5294 - flex-wrap: wrap;
5295 - align-items: flex-start;
5296 -}
5297 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5298 - display: none;
5299 -}
5300 -#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"])) {
5301 - justify-content: flex-end;
5302 -}
5303 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container {
5304 - display: flex;
5305 - align-items: baseline;
5306 - border-radius: 3px;
5307 -}
5308 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible {
5309 - outline: 2px solid var(--e-a-border-color-focus);
5310 - outline-offset: 2px;
5311 -}
5312 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info {
5313 - align-items: center;
5314 -}
5315 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i {
5316 - font-size: 14px;
5317 - margin-inline-start: 5px;
5318 -}
5319 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container {
5320 - width: 200px;
5321 - margin: 0px 10px;
5322 - align-self: center;
5323 - text-align: start;
5324 -}
5325 -#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 {
5326 - font-size: 10px;
5327 -}
5328 -#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 {
5329 - color: var(--e-a-btn-bg-accent);
5330 -}
5331 -#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 {
5332 - height: 4px;
5333 - background-color: var(--e-a-color-primary-bold);
5334 - position: relative;
5335 - display: flex;
5336 - align-items: center;
5337 - padding: 0;
5338 -}
5339 -#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 {
5340 - height: 100%;
5341 - transition: width 0.3s ease;
5342 -}
5343 -#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 {
5344 - background-color: #D004D4;
5345 -}
5346 -#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 {
5347 - background-color: #F59E0B;
5348 -}
5349 -#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 {
5350 - background-color: #93003f;
5351 -}
5352 -#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 {
5353 - background-color: #F0ABFC;
5354 -}
5355 -#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 {
5356 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5357 -}
5358 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5359 - font-size: 12px;
5360 - color: var(--e-a-color-txt);
5361 -}
5362 -#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 {
4904 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4905 + margin-block-start: 10px;
4906 + margin-block-end: 45px;
5363 4907 border-block-start: var(--e-a-border);
5364 4908 }
5365 -#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 {
4909 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5366 4910 color: var(--e-a-color-txt-active);
5367 4911 }
5368 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5369 - border-block-start: none;
5370 -}
5371 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5372 - padding: 0;
5373 -}
5374 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5375 - max-width: -moz-fit-content;
5376 - max-width: fit-content;
5377 -}
5378 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5379 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5380 - display: none;
5381 -}
5382 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5383 - pointer-events: none;
5384 -}
5385 4912 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5386 4913 margin: 10px -15px 0;
5387 4914 }
5388 4915 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5408,243 +4935,14 @@
5408 4935 }
5409 4936 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5410 4937 content: "\e8ad";
5411 4938 }
5412 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4939 +
4940 +#elementor-template-library-templates-container {
5413 4941 display: flex;
5414 - align-items: center;
5415 - gap: 8px;
4942 + flex-wrap: wrap;
4943 + align-items: flex-start;
5416 4944 }
5417 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5418 - background: transparent;
5419 - margin: 0;
5420 - font-size: inherit;
5421 - font-family: inherit;
5422 - color: inherit;
5423 - border: none;
5424 - cursor: pointer;
5425 - font-size: 20px;
5426 - padding: 0 5px;
5427 - border-radius: 2px;
5428 - color: var(--e-a-color-txt);
5429 -}
5430 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5431 - background-color: var(--e-a-bg-hover);
5432 -}
5433 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5434 - width: 1px;
5435 - height: 20px;
5436 - background-color: var(--e-a-border-color);
5437 -}
5438 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5439 - background-color: var(--e-a-bg-hover);
5440 -}
5441 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5442 - background-color: var(--e-a-bg-hover);
5443 -}
5444 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5445 - display: grid;
5446 - grid-template-columns: repeat(auto-fill, 208px);
5447 - grid-gap: 20px;
5448 - padding: 20px 0;
5449 -}
5450 -#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 {
5451 - grid-column: 1;
5452 -}
5453 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5454 - grid-column: 1/-1;
5455 -}
5456 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5457 - display: flex;
5458 - position: relative;
5459 - flex-direction: column;
5460 - height: 158px;
5461 - padding: 8px;
5462 - border: var(--e-a-border);
5463 - border-radius: 3px;
5464 -}
5465 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5466 - outline: 2px solid var(--e-a-border-color-focus);
5467 - outline-offset: 2px;
5468 -}
5469 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview {
5470 - display: flex;
5471 -}
5472 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name {
5473 - display: none;
5474 -}
5475 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay {
5476 - display: flex !important;
5477 -}
5478 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5479 - width: 190px;
5480 - height: 100px;
5481 - position: relative;
5482 - border-radius: 3px;
5483 - margin-block-end: 4px;
5484 - overflow: hidden;
5485 -}
5486 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img {
5487 - -o-object-fit: contain;
5488 - object-fit: contain;
5489 - width: 100%;
5490 - height: 100%;
5491 -}
5492 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5493 - display: none;
5494 - justify-content: center;
5495 - align-items: center;
5496 - position: absolute;
5497 - inset: 0;
5498 - background-color: rgba(0, 0, 0, 0.5);
5499 - cursor: default;
5500 -}
5501 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5502 - font-size: 11px;
5503 - white-space: nowrap;
5504 - text-overflow: ellipsis;
5505 - overflow: hidden;
5506 -}
5507 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5508 - display: flex;
5509 - position: relative;
5510 - justify-content: space-between;
5511 - align-items: center;
5512 - font-size: 11px;
5513 - min-height: 38px;
5514 -}
5515 -#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 {
5516 - display: none;
5517 - width: 90%;
5518 - gap: 8px;
5519 - height: 38px;
5520 - padding: 4px 0;
5521 -}
5522 -#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 {
5523 - display: flex;
5524 -}
5525 -#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 {
5526 - display: flex;
5527 - align-items: center;
5528 -}
5529 -#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 {
5530 - display: flex;
5531 - flex-direction: column;
5532 - justify-content: center;
5533 - width: 65%;
5534 - align-items: start;
5535 - white-space: nowrap;
5536 - text-overflow: ellipsis;
5537 - overflow: hidden;
5538 -}
5539 -#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 {
5540 - flex-direction: row;
5541 - align-items: center;
5542 - justify-content: start;
5543 - height: 56px;
5544 - padding: 13px 10px;
5545 -}
5546 -#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 {
5547 - font-size: 25px;
5548 - margin-inline-end: 8px;
5549 -}
5550 -#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 {
5551 - margin-inline-start: auto;
5552 -}
5553 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5554 - display: none;
5555 -}
5556 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5557 - visibility: hidden;
5558 -}
5559 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5560 - visibility: visible;
5561 -}
5562 -#elementor-template-library-templates .bulk-selection-action-bar {
5563 - display: none;
5564 - background: var(--e-a-bg-active);
5565 - padding: 10px 25px;
5566 - border-radius: 5px;
5567 - color: var(--e-a-bg-invert);
5568 - gap: 20px;
5569 - align-items: center;
5570 - flex: 1;
5571 -}
5572 -#elementor-template-library-templates .bulk-selection-action-bar button {
5573 - background: transparent;
5574 - margin: 0;
5575 - font-size: inherit;
5576 - font-family: inherit;
5577 - color: inherit;
5578 - border: none;
5579 - cursor: pointer;
5580 - display: flex;
5581 - align-items: center;
5582 - justify-content: center;
5583 -}
5584 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5585 - pointer-events: none;
5586 - opacity: 0.3;
5587 - cursor: not-allowed;
5588 -}
5589 -#elementor-template-library-templates .bulk-selection-action-bar i {
5590 - cursor: pointer;
5591 - font-size: 18px;
5592 -}
5593 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5594 - font-size: 20px;
5595 -}
5596 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5597 - display: flex;
5598 - flex: 1;
5599 - white-space: nowrap;
5600 - text-overflow: ellipsis;
5601 - overflow: hidden;
5602 -}
5603 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5604 - display: flex;
5605 - flex-direction: row;
5606 - align-items: center;
5607 - gap: 15px;
5608 - white-space: nowrap;
5609 - text-overflow: ellipsis;
5610 - overflow: hidden;
5611 -}
5612 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5613 - white-space: nowrap;
5614 - text-overflow: ellipsis;
5615 - overflow: hidden;
5616 -}
5617 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5618 - padding-inline-start: 8px;
5619 - background-color: var(--e-a-bg-hover);
5620 - color: var(--e-a-color-txt);
5621 -}
5622 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5623 - visibility: visible;
5624 -}
5625 -#elementor-template-library-templates .bulk-selected-item {
5626 - background: var(--e-a-bg-active);
5627 -}
5628 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5629 - position: relative;
5630 - inset-block-start: 3px;
5631 -}
5632 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5633 - inset-block-start: 0px;
5634 -}
5635 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5636 -#elementor-template-library-templates #bulk-select-all:checked {
5637 - background: #69727D;
5638 -}
5639 -#elementor-template-library-templates .checkbox-minus:before {
5640 - display: block;
5641 - content: "";
5642 - width: 10px;
5643 - height: 2px;
5644 - background-color: white;
5645 - transform: none;
5646 -}
5647 4945
5648 4946 #elementor-template-library-toolbar {
5649 4947 display: flex;
5650 4948 justify-content: space-between;
@@ -5655,80 +4953,8 @@
5655 4953 display: flex;
5656 4954 align-items: center;
5657 4955 }
5658 4956
5659 -.elementor-template-library-filter-select-source {
5660 - width: 350px;
5661 - display: flex;
5662 - gap: 10px;
5663 -}
5664 -.elementor-template-library-filter-select-source .source-option {
5665 - flex: 1;
5666 - border: 0.5px solid #BABFC5;
5667 - padding: 5px;
5668 - border-radius: 3px;
5669 - cursor: pointer;
5670 - font-size: 12px;
5671 -}
5672 -.elementor-template-library-filter-select-source .source-option i {
5673 - margin-inline-end: 5px;
5674 -}
5675 -.elementor-template-library-filter-select-source .source-option .new-badge {
5676 - border: 1px solid var(--e-a-color-primary-bold-dark);
5677 - padding: 2px 4px;
5678 - color: var(--e-a-color-primary-bold-dark);
5679 - border-radius: 10px;
5680 - font-size: 10px;
5681 - margin-inline-start: 5px;
5682 -}
5683 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5684 - background-color: var(--e-a-bg-hover);
5685 -}
5686 -
5687 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5688 - display: flex;
5689 - align-items: center;
5690 - justify-content: space-between;
5691 -}
5692 -
5693 -#elementor-template-library-toolbar .source-option-badge,
5694 -.elementor-template-library-connect-states-badge .source-option-badge {
5695 - display: flex;
5696 - align-items: center;
5697 - gap: 6px;
5698 - padding: 6px 12px;
5699 - border: none;
5700 - border-radius: 20px;
5701 - font-size: 14px;
5702 - font-weight: 500;
5703 - white-space: nowrap;
5704 - margin-inline-start: auto;
5705 - margin-inline-end: 15px;
5706 -}
5707 -#elementor-template-library-toolbar .source-option-badge i,
5708 -.elementor-template-library-connect-states-badge .source-option-badge i {
5709 - margin: 0;
5710 - font-size: 14px;
5711 -}
5712 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5713 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5714 - background-color: var(--e-a-bg-info);
5715 - color: var(--e-a-color-info);
5716 -}
5717 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5718 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5719 - color: var(--e-a-color-info);
5720 -}
5721 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5722 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5723 - background-color: var(--e-a-bg-warning);
5724 - color: var(--e-a-btn-bg-warning-hover);
5725 -}
5726 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5727 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5728 - color: var(--e-a-btn-bg-warning-hover);
5729 -}
5730 -
5731 4957 #elementor-template-library-filter-toolbar-remote {
5732 4958 font-size: 11px;
5733 4959 }
5734 4960
@@ -5742,11 +4968,8 @@
5742 4968 padding-inline-end: 22px;
5743 4969 -webkit-user-select: none;
5744 4970 -moz-user-select: none;
5745 4971 user-select: none;
5746 - line-height: 1;
5747 - font-size: 10px;
5748 - font-weight: 500;
5749 4972 }
5750 4973
5751 4974 label.elementor-template-library-order-label {
5752 4975 cursor: pointer;
@@ -5802,12 +5025,8 @@
5802 5025 #elementor-template-library-filter-my-favorites-label i:after {
5803 5026 content: "\e923";
5804 5027 }
5805 5028
5806 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5807 - margin-block-end: 10px;
5808 -}
5809 -
5810 5029 #elementor-template-library-filter-text-wrapper {
5811 5030 width: 200px;
5812 5031 position: relative;
5813 5032 }
@@ -5812,15 +5031,12 @@
5812 5031 position: relative;
5813 5032 }
5814 5033 #elementor-template-library-filter-text-wrapper i {
5815 5034 position: absolute;
5816 - inset-block-start: 50%;
5817 - inset-inline-end: 0;
5035 + top: 50%;
5036 + left: 0;
5818 5037 transform: translateY(-50%);
5819 5038 }
5820 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5821 - inset-block-start: 25%;
5822 -}
5823 5039
5824 5040 #elementor-template-library-filter-text {
5825 5041 border: none;
5826 5042 border-block-end: var(--e-a-border-bold);
@@ -5846,32 +5062,19 @@
5846 5062 padding: 8px;
5847 5063 border: var(--e-a-border);
5848 5064 border-radius: 3px;
5849 5065 }
5850 -.elementor-template-library-template-remote:focus-visible {
5851 - outline: 2px solid var(--e-a-border-color-focus);
5852 - outline-offset: 2px;
5853 -}
5854 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5066 +.elementor-template-library-template-remote:hover {
5855 5067 background-color: var(--e-a-bg-hover);
5856 5068 }
5857 -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview {
5858 - opacity: 1;
5859 -}
5860 -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name {
5069 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5861 5070 display: none;
5862 5071 }
5863 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5864 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5865 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5866 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5867 - display: initial;
5868 -}
5869 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5072 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5870 5073 opacity: 0;
5871 5074 }
5872 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5873 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5075 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5076 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5874 5077 display: none;
5875 5078 }
5876 5079 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5877 5080 content: var(--elementor-template-library-subscription-plan-label);
@@ -5879,10 +5082,10 @@
5879 5082 color: var(--e-a-color-white);
5880 5083 position: absolute;
5881 5084 text-transform: uppercase;
5882 5085 line-height: 1;
5883 - inset-block-start: 5px;
5884 - inset-inline-end: 5px;
5086 + top: 5px;
5087 + left: 5px;
5885 5088 padding: 3px 5px;
5886 5089 font-size: 8px;
5887 5090 border-radius: 2px;
5888 5091 }
@@ -5897,10 +5100,10 @@
5897 5100 }
5898 5101 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5899 5102 position: absolute;
5900 5103 width: 100%;
5901 - inset-block-end: 0;
5902 - inset-inline-start: 0;
5104 + bottom: 0;
5105 + right: 0;
5903 5106 padding: 10px;
5904 5107 background-color: var(--e-a-bg-default);
5905 5108 transition: transform 0.5s;
5906 5109 }
@@ -5906,9 +5109,9 @@
5906 5109 }
5907 5110 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5908 5111 display: none;
5909 5112 }
5910 -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer {
5113 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5911 5114 transform: translateY(100%);
5912 5115 }
5913 5116 .elementor-template-library-template-remote .elementor-template-library-template-body {
5914 5117 position: relative;
@@ -5933,11 +5136,11 @@
5933 5136 }
5934 5137 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5935 5138 font-size: 20px;
5936 5139 position: absolute;
5937 - inset-block-start: 50%;
5938 - inset-inline-start: 50%;
5939 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5140 + top: 50%;
5141 + left: 50%;
5142 + transform: translate(-50%, -50%);
5940 5143 }
5941 5144 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5942 5145 display: flex;
5943 5146 justify-content: space-between;
@@ -5957,22 +5160,10 @@
5957 5160 .elementor-template-library-template-remote .elementor-template-library-favorite {
5958 5161 margin-inline-start: auto;
5959 5162 }
5960 5163 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5961 - position: absolute;
5962 - width: 1px;
5963 - height: 1px;
5964 - padding: 0;
5965 - margin: -1px;
5966 - overflow: hidden;
5967 - clip: rect(0, 0, 0, 0);
5968 - white-space: nowrap;
5969 - border: 0;
5164 + display: none;
5970 5165 }
5971 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5972 - outline: 2px solid var(--e-a-border-color-focus);
5973 - outline-offset: 2px;
5974 -}
5975 5166 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5976 5167 content: "\e93f";
5977 5168 color: var(--e-a-color-primary-bold);
5978 5169 }
@@ -6007,231 +5198,112 @@
6007 5198 height: 200px;
6008 5199 }
6009 5200
6010 5201 #elementor-template-library-order-toolbar-local,
6011 -.elementor-template-library-template-local,
6012 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5202 +.elementor-template-library-template-local {
6013 5203 display: flex;
6014 5204 align-items: center;
6015 5205 padding: 0 25px;
6016 5206 text-align: start;
6017 5207 }
6018 -@media (max-width: 1439px) {
6019 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6020 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6021 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6022 - width: 33%;
6023 - }
6024 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6025 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6026 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6027 - width: 10%;
6028 - }
6029 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6030 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6031 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6032 - width: 15%;
6033 - }
6034 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6035 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6036 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6037 - width: 15%;
6038 - }
6039 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6040 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6041 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6042 - width: 27%;
6043 - }
6044 -}
6045 -@media (min-width: 1440px) {
6046 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
6047 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
6048 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
6049 - width: 25%;
6050 - }
6051 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
6052 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
6053 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
6054 - width: 17%;
6055 - }
6056 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6057 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6058 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6059 - width: 17%;
6060 - }
6061 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
6062 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
6063 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
6064 - width: 17%;
6065 - }
6066 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6067 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6068 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6069 - width: 24%;
6070 - }
6071 -}
6072 -@media (max-width: 1024px) {
6073 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
6074 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
6075 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
6076 - display: none;
6077 - }
6078 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
6079 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
6080 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
6081 - width: 41%;
6082 - }
6083 -}
6084 5208
6085 -.elementor-template-library-template-local .elementor-template-library-template-more,
6086 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
6087 - display: none;
6088 - position: absolute;
6089 - background-color: var(--e-a-bg-default);
6090 - border-radius: var(--e-a-border-radius);
6091 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6092 - inset-block-start: 100%;
6093 - inset-inline-end: 0;
6094 - z-index: 1;
6095 - list-style: none;
6096 - margin: 0;
6097 - padding: 0;
5209 +#elementor-template-library-order-toolbar-local {
5210 + margin-block-start: 30px;
6098 5211 }
6099 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6100 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6101 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6102 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6103 - background: transparent;
6104 - margin: 0;
6105 - font-size: inherit;
6106 - font-family: inherit;
6107 - color: inherit;
6108 - border: none;
6109 - padding: 10px 20px;
6110 - font-size: 11px;
6111 - cursor: pointer;
6112 - display: flex;
6113 - align-items: center;
6114 - gap: 8px;
6115 - width: 100%;
5212 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
5213 + line-height: 1;
5214 + font-size: 10px;
5215 + font-weight: 500;
6116 5216 }
6117 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6118 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6119 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6120 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
6121 - cursor: not-allowed;
6122 - color: var(--e-a-color-txt-disabled);
6123 -}
6124 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6125 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6126 - color: var(--e-a-color-txt);
6127 - text-decoration: none;
6128 -}
6129 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6130 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6131 - color: var(--e-a-color-danger);
6132 -}
6133 -.elementor-template-library-template-local .elementor-template-library-template-more i,
6134 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
6135 - font-size: 16px;
6136 -}
6137 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6138 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6139 - margin-inline-start: auto;
6140 - cursor: pointer;
6141 - background: none;
6142 - border: none;
6143 - padding: 0;
6144 - display: flex;
6145 - align-items: center;
6146 - justify-content: center;
6147 -}
6148 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6149 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6150 - font-size: 20px;
6151 -}
6152 5217
6153 -.elementor-template-library-template-local,
6154 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5218 +.elementor-template-library-template-local {
6155 5219 height: 50px;
6156 5220 width: 100%;
6157 5221 margin-block-start: 1px;
6158 5222 transition: background-color 0.3s linear;
6159 5223 }
6160 -.elementor-template-library-template-local:hover,
6161 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
5224 +.elementor-template-library-template-local:hover {
6162 5225 background-color: var(--e-a-bg-hover);
6163 5226 }
6164 -.elementor-template-library-template-local:first-child,
6165 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
5227 +.elementor-template-library-template-local:first-child {
6166 5228 border-start-start-radius: 3px;
6167 5229 border-start-end-radius: 3px;
6168 5230 border-end-start-radius: 0;
6169 5231 border-end-end-radius: 0;
6170 5232 }
6171 -.elementor-template-library-template-local:last-child,
6172 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
5233 +.elementor-template-library-template-local:last-child {
6173 5234 border-start-start-radius: 0;
6174 5235 border-start-end-radius: 0;
6175 5236 border-end-start-radius: 3px;
6176 5237 border-end-end-radius: 3px;
6177 5238 }
6178 -.elementor-template-library-template-local .elementor-template-library-template-name,
6179 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
5239 +.elementor-template-library-template-local .elementor-template-library-template-name {
6180 5240 font-weight: 500;
6181 5241 }
6182 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6183 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6184 - font-size: 16px;
6185 -}
6186 5242 .elementor-template-library-template-local .elementor-template-library-template-name,
6187 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6188 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6189 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
5243 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6190 5244 padding-inline-end: 20px;
6191 5245 }
6192 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6193 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6194 - padding-inline-end: 10px;
6195 -}
6196 5246 .elementor-template-library-template-local .elementor-template-library-template-name,
6197 5247 .elementor-template-library-template-local .elementor-template-library-template-meta,
6198 5248 .elementor-template-library-template-local .elementor-template-library-template-preview,
6199 -.elementor-template-library-template-local .elementor-template-library-template-action,
6200 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6201 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6202 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6203 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
5249 +.elementor-template-library-template-local .elementor-template-library-template-action {
6204 5250 white-space: nowrap;
6205 5251 text-overflow: ellipsis;
6206 5252 overflow: hidden;
6207 5253 }
6208 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6209 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
5254 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6210 5255 position: relative;
6211 5256 display: flex;
6212 5257 align-items: center;
6213 5258 }
6214 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6215 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6216 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6217 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5259 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6218 5260 cursor: pointer;
6219 5261 transition: color 0.5s;
6220 5262 }
6221 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6222 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6223 - color: #F5D0FE;
5263 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
5264 + margin-inline-end: 3px;
6224 5265 }
6225 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6226 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6227 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6228 - cursor: not-allowed;
5266 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
5267 + margin-inline-start: 6px;
6229 5268 }
6230 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6231 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6232 - margin-inline-end: 3px;
5269 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
5270 + color: var(--e-a-color-danger);
6233 5271 }
5272 +.elementor-template-library-template-local .elementor-template-library-template-more {
5273 + display: none;
5274 + position: absolute;
5275 + background-color: var(--e-a-bg-default);
5276 + padding: 3px 20px;
5277 + border-radius: var(--e-a-border-radius);
5278 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5279 + top: 100%;
5280 + left: 0;
5281 + transform: translateX(-65%) translateY(-7px);
5282 + z-index: 1;
5283 +}
5284 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
5285 + content: "";
5286 + position: absolute;
5287 + border: solid transparent;
5288 + border-width: 8px 4px;
5289 + border-block-end-color: var(--e-a-color-white);
5290 + transform: translateY(-100%);
5291 +}
5292 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
5293 + margin: 10px 0;
5294 + font-size: 11px;
5295 +}
5296 +.elementor-template-library-template-local .elementor-template-library-template-more a {
5297 + color: var(--e-a-color-txt);
5298 +}
5299 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
5300 + flex-grow: 1;
5301 + text-align: end;
5302 +}
5303 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
5304 + font-size: 16px;
5305 +}
6234 5306
6235 5307 #elementor-template-library-preview {
6236 5308 height: 100%;
6237 5309 overflow: hidden;
@@ -6237,9 +5309,9 @@
6237 5309 overflow: hidden;
6238 5310 }
6239 5311 #elementor-template-library-preview iframe {
6240 5312 height: 150%;
6241 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
5313 + transform: scale(0.666) translateX(25%) translateY(-25%);
6242 5314 }
6243 5315 @media (max-width: 1439px) {
6244 5316 #elementor-template-library-preview iframe {
6245 5317 width: 1440px;
@@ -6255,14 +5327,8 @@
6255 5327 font-size: 64px;
6256 5328 margin-block-start: 45px;
6257 5329 line-height: 1;
6258 5330 }
6259 -.elementor-template-library-blank-icon i {
6260 - font-size: 85px;
6261 -}
6262 -.elementor-template-library-blank-icon i.eicon-library-upload {
6263 - font-size: 65px;
6264 -}
6265 5331 .elementor-template-library-blank-icon img {
6266 5332 width: 70px;
6267 5333 }
6268 5334 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6300,499 +5366,8 @@
6300 5366 #elementor-template-library-save-template-form > * {
6301 5367 height: 55px;
6302 5368 font-size: 16px;
6303 5369 }
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6305 - height: 55px;
6306 - font-size: 16px;
6307 - margin-block-end: 15px;
6308 -}
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6310 - display: block;
6311 - width: 500px;
6312 - margin: 0 auto;
6313 -}
6314 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6315 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6316 - display: none;
6317 -}
6318 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6319 - margin-inline: 5px;
6320 -}
6321 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6322 - display: none;
6323 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6324 - padding: 3px 5px;
6325 - border-radius: 100px;
6326 - margin-inline: 5px;
6327 -}
6328 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6329 - color: var(--e-a-btn-bg-accent);
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6332 - margin-inline-end: 5px;
6333 -}
6334 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6335 - display: inline;
6336 -}
6337 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6338 - display: inline;
6339 - background: var(--e-a-bg-hover);
6340 - padding: 0 2px 1px;
6341 - border: none;
6342 - border-radius: 2px;
6343 - vertical-align: bottom;
6344 - cursor: pointer;
6345 - font-family: inherit;
6346 - font-size: inherit;
6347 - color: inherit;
6348 - line-height: inherit;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6351 - background: var(--e-a-bg-active);
6352 -}
6353 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6354 - outline: 2px solid var(--e-a-border-color-focus);
6355 - outline-offset: 2px;
6356 -}
6357 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6358 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6359 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip,
6360 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6361 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6362 - display: inline;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6365 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6366 -#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,
6367 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6368 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6369 - pointer-events: none;
6370 -}
6371 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6372 -#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,
6373 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6374 - display: none;
6375 -}
6376 -#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 {
6377 - color: var(--e-a-color-txt-muted);
6378 - margin-inline: 5px;
6379 -}
6380 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6381 - display: none;
6382 - float: inline-start;
6383 -}
6384 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6385 - font-size: 13px;
6386 - color: var(--e-a-btn-bg-accent);
6387 - text-align: start;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6390 - color: var(--e-a-btn-bg-accent);
6391 - text-decoration: underline;
6392 -}
6393 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6394 - float: inline-end;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6397 - cursor: not-allowed;
6398 -}
6399 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6400 - display: flex;
6401 - flex-direction: column;
6402 - text-align: start;
6403 - border: var(--e-a-border-bold);
6404 - padding: 15px;
6405 - height: auto;
6406 - gap: 10px;
6407 - position: relative;
6408 -}
6409 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6410 - background: #69727D;
6411 - inset-block-start: -3px;
6412 - position: relative;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6415 - position: relative;
6416 - display: inline-block;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local {
6419 - white-space: nowrap;
6420 - text-overflow: ellipsis;
6421 - overflow: hidden;
6422 - overflow: visible;
6423 - display: inline-flex;
6424 - align-items: baseline;
6425 - line-height: 27px;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6428 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6429 - flex-shrink: 0;
6430 - position: relative;
6431 - inset-block-start: 2px;
6432 -}
6433 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6434 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6435 - inset-block-start: -2px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6438 - vertical-align: bottom;
6439 -}
6440 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6441 - margin-inline: 5px;
6442 - color: var(--e-a-color-txt-muted);
6443 - cursor: pointer;
6444 -}
6445 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6446 - display: none;
6447 - margin-inline-end: 5px;
6448 - align-items: baseline;
6449 - white-space: nowrap;
6450 - text-overflow: ellipsis;
6451 - overflow: hidden;
6452 -}
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6454 - display: inline-flex !important;
6455 -}
6456 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6457 - text-decoration: underline;
6458 - cursor: pointer;
6459 - white-space: nowrap;
6460 - text-overflow: ellipsis;
6461 - overflow: hidden;
6462 -}
6463 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6464 - cursor: pointer;
6465 - flex-shrink: 0;
6466 -}
6467 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6468 - color: var(--e-a-color-primary-bold);
6469 - font-size: 14px;
6470 -}
6471 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6472 - text-decoration: underline;
6473 -}
6474 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6475 - display: none;
6476 - position: absolute;
6477 - inset-block-start: 40px;
6478 - background-color: var(--e-a-bg-default);
6479 - min-width: 187px;
6480 - overflow: auto;
6481 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6482 - z-index: 1;
6483 - border-radius: 2px;
6484 - max-width: 450px;
6485 -}
6486 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6487 - white-space: nowrap;
6488 - text-overflow: ellipsis;
6489 - overflow: hidden;
6490 -}
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6492 - margin: 15px;
6493 -}
6494 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6495 - margin-inline-end: 10px;
6496 -}
6497 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6498 - max-height: 170px;
6499 -}
6500 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6501 - padding: 5px 15px;
6502 - cursor: pointer;
6503 - list-style: none;
6504 -}
6505 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6506 - display: none;
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6509 - margin: 0px;
6510 -}
6511 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6512 - text-decoration: underline;
6513 -}
6514 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus {
6515 - background: var(--e-a-border-color);
6516 -}
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6518 - outline: 2px solid var(--e-a-border-color-focus);
6519 - outline-offset: -2px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6522 - pointer-events: none;
6523 - opacity: 0.3;
6524 -}
6525 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6526 - text-align: center;
6527 - font-size: 13px;
6528 - margin: 0 20px;
6529 - padding-block: 15px;
6530 - pointer-events: none;
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6533 - font-size: 24px;
6534 - padding-block-end: 10px;
6535 -}
6536 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6537 - border-block-start: none;
6538 - border-inline: none;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6541 - pointer-events: none;
6542 - opacity: 0.3;
6543 -}
6544 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6545 - display: flex;
6546 - flex-direction: column;
6547 - width: 600px;
6548 - text-align: start;
6549 -}
6550 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6551 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6552 - font-size: 12px;
6553 - font-weight: 400;
6554 - color: var(--e-a-color-txt);
6555 -}
6556 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6557 - width: 100%;
6558 - padding: 12px 15px;
6559 - border: var(--e-a-border-bold);
6560 - border-radius: 3px;
6561 - margin-block-end: 0;
6562 -}
6563 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6564 - border: none;
6565 - padding: 0;
6566 - gap: 12px;
6567 - margin-block-start: 20px;
6568 -}
6569 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6570 - display: flex;
6571 - align-items: center;
6572 - padding: 12px 15px;
6573 - border: var(--e-a-border-bold);
6574 - border-radius: 3px;
6575 - width: 100%;
6576 - line-height: normal;
6577 - gap: 8px;
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6580 - border-color: var(--e-a-color-txt);
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local {
6583 - display: flex;
6584 -}
6585 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6586 - margin-inline-end: 0;
6587 - flex-shrink: 0;
6588 - position: relative;
6589 -}
6590 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6591 - inset-block-start: 0;
6592 -}
6593 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6594 - content: "";
6595 - position: absolute;
6596 - inset-inline-end: -8px;
6597 - width: 1px;
6598 - height: 18px;
6599 - background-color: var(--e-a-border-color);
6600 -}
6601 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6602 - margin-inline-start: 12px;
6603 - margin-inline-end: 4px;
6604 - font-size: 24px;
6605 - color: var(--e-a-color-txt);
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6608 - margin-inline-start: 8px;
6609 - margin-inline-end: 0;
6610 - font-size: 24px;
6611 - color: var(--e-a-color-txt);
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6614 - flex: 0 0 auto;
6615 - margin: 0;
6616 - cursor: pointer;
6617 -}
6618 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6619 - margin-inline: 0;
6620 -}
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6622 - display: inline;
6623 - background: transparent;
6624 - padding: 0;
6625 - border-radius: 0;
6626 - vertical-align: baseline;
6627 - text-decoration: underline;
6628 - cursor: pointer;
6629 - margin-inline-start: 0;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6632 - background: transparent;
6633 -}
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6635 - color: var(--e-a-color-primary-bold);
6636 - text-decoration: underline;
6637 - cursor: pointer;
6638 - margin-inline-start: 4px;
6639 -}
6640 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6641 - text-decoration: none;
6642 -}
6643 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6644 - display: none;
6645 - border: none;
6646 - padding: 0;
6647 - border-radius: 0;
6648 - margin-inline-start: 0;
6649 - background: transparent;
6650 - transition: background-color 0.2s;
6651 - padding: 3px 8px;
6652 -}
6653 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6654 - background-color: var(--e-a-btn-bg-primary-hover);
6655 - border-radius: 3px;
6656 -}
6657 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6658 - color: var(--e-a-btn-bg-accent);
6659 - text-decoration: none;
6660 - display: flex;
6661 - align-items: center;
6662 - gap: 4px;
6663 - font-size: 14px;
6664 - font-weight: 500;
6665 -}
6666 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6667 - margin: 0;
6668 - font-size: 14px;
6669 -}
6670 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6671 - display: none;
6672 -}
6673 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6674 - color: var(--e-a-color-txt-muted);
6675 - margin-inline: 5px;
6676 -}
6677 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6678 - color: var(--e-a-color-info);
6679 - text-decoration: underline;
6680 -}
6681 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6682 - text-decoration: none;
6683 -}
6684 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6685 - display: flex;
6686 - align-items: center;
6687 - gap: 6px;
6688 - padding: 6px 12px;
6689 - border: none;
6690 - border-radius: 20px;
6691 - font-size: 14px;
6692 - font-weight: 500;
6693 - cursor: pointer;
6694 - transition: opacity 0.2s;
6695 - margin-inline-start: auto;
6696 -}
6697 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6698 - opacity: 0.8;
6699 -}
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6701 - margin: 0;
6702 - font-size: 14px;
6703 -}
6704 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6705 - background-color: var(--e-a-bg-info);
6706 - color: var(--e-a-color-info);
6707 -}
6708 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6709 - color: var(--e-a-color-info);
6710 -}
6711 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6712 - background-color: var(--e-a-bg-warning);
6713 - color: var(--e-a-btn-bg-warning-hover);
6714 -}
6715 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6716 - color: var(--e-a-btn-bg-warning-hover);
6717 -}
6718 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6719 - display: none;
6720 - margin-inline-start: 8px;
6721 - align-items: center;
6722 - gap: 6px;
6723 -}
6724 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6725 - display: inline-flex !important;
6726 -}
6727 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6728 - text-decoration: underline;
6729 - cursor: pointer;
6730 -}
6731 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6732 - cursor: pointer;
6733 - font-size: 14px;
6734 -}
6735 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6736 - inset-block-start: 75px;
6737 - inset-inline-start: 230px;
6738 -}
6739 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6740 - display: none;
6741 -}
6742 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6743 - display: inline;
6744 -}
6745 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6746 - display: none;
6747 -}
6748 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6749 - border-color: var(--e-a-border-color);
6750 -}
6751 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6752 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6753 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6754 - color: var(--e-a-color-txt-disabled);
6755 -}
6756 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6757 - background-color: var(--e-a-color-txt-disabled);
6758 -}
6759 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud {
6760 - border-color: var(--e-a-border-color);
6761 -}
6762 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6763 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6764 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type,
6765 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6766 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6767 - color: var(--e-a-color-txt-disabled);
6768 -}
6769 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after {
6770 - background-color: var(--e-a-color-txt-disabled);
6771 -}
6772 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge {
6773 - display: inline-flex;
6774 -}
6775 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container {
6776 - display: none;
6777 -}
6778 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6779 - display: block;
6780 -}
6781 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6782 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox],
6783 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6784 - pointer-events: none;
6785 -}
6786 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6787 - display: block;
6788 - margin-block-start: 15px;
6789 -}
6790 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6791 - align-self: center;
6792 - margin-block-start: 20px;
6793 - float: none;
6794 -}
6795 5370
6796 5371 #elementor-template-library-save-template-name {
6797 5372 width: 500px;
6798 5373 padding-inline-start: 25px;
@@ -6844,12 +5419,8 @@
6844 5419 padding: 100px 0 0;
6845 5420 min-height: 550px;
6846 5421 }
6847 5422
6848 -.elementor-template-library-cloud-empty__button {
6849 - margin-block-start: 45px;
6850 -}
6851 -
6852 5423 #elementor-template-library-connect-logo {
6853 5424 font-size: 20px;
6854 5425 }
6855 5426 #elementor-template-library-connect__button {
@@ -6886,11 +5457,11 @@
6886 5457 }
6887 5458
6888 5459 .elementor-template-library-blank-footer {
6889 5460 position: absolute;
6890 - inset-block-end: 70px;
6891 - inset-inline-start: 50%;
6892 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5461 + bottom: 70px;
5462 + left: 50%;
5463 + transform: translateX(-50%);
6893 5464 font-style: italic;
6894 5465 color: var(--e-a-color-txt-muted);
6895 5466 }
6896 5467 @media (max-height: 700px) {
@@ -6922,287 +5493,50 @@
6922 5493 #elementor-template-library-error-info {
6923 5494 margin-block-start: 10px;
6924 5495 }
6925 5496
6926 -#elementor-library--infotip__dialog,
6927 -#elementor-library--connect_infotip__dialog,
6928 -#elementor-library--cloud-upgrade__dialog,
6929 -#elementor-library--site-info__dialog {
6930 - position: absolute;
6931 - z-index: 10000;
6932 - background-color: var(--e-a-bg-default);
6933 - box-shadow: var(--e-a-popover-shadow);
6934 - border-radius: var(--e-a-border-radius);
5497 +@media (max-width: 1439px) {
5498 + .elementor-template-library-local-column-1 {
5499 + width: 33%;
5500 + }
5501 + .elementor-template-library-local-column-2 {
5502 + width: 10%;
5503 + }
5504 + .elementor-template-library-local-column-3 {
5505 + width: 15%;
5506 + }
5507 + .elementor-template-library-local-column-4 {
5508 + width: 15%;
5509 + }
5510 + .elementor-template-library-local-column-5 {
5511 + width: 27%;
5512 + }
6935 5513 }
6936 -#elementor-library--infotip__dialog.variant-b,
6937 -#elementor-library--connect_infotip__dialog.variant-b,
6938 -#elementor-library--cloud-upgrade__dialog.variant-b,
6939 -#elementor-library--site-info__dialog.variant-b {
6940 - width: 200px;
6941 - color: var(--e-a-color-txt-invert);
6942 - background-color: var(--e-a-bg-secondary);
5514 +@media (min-width: 1440px) {
5515 + .elementor-template-library-local-column-1 {
5516 + width: 25%;
5517 + }
5518 + .elementor-template-library-local-column-2 {
5519 + width: 17%;
5520 + }
5521 + .elementor-template-library-local-column-3 {
5522 + width: 17%;
5523 + }
5524 + .elementor-template-library-local-column-4 {
5525 + width: 17%;
5526 + }
5527 + .elementor-template-library-local-column-5 {
5528 + width: 24%;
5529 + }
6943 5530 }
6944 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6945 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6946 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6947 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6948 - padding: 4px 8px 4px 8px;
5531 +@media (max-width: 1024px) {
5532 + .elementor-template-library-local-column-3 {
5533 + display: none;
5534 + }
5535 + .elementor-template-library-local-column-5 {
5536 + width: 41%;
5537 + }
6949 5538 }
6950 -#elementor-library--infotip__dialog__title,
6951 -#elementor-library--connect_infotip__dialog__title,
6952 -#elementor-library--cloud-upgrade__dialog__title,
6953 -#elementor-library--site-info__dialog__title {
6954 - font-size: 14px;
6955 -}
6956 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6957 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6958 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6959 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6960 - padding: 10px 0 10px 10px;
6961 - float: inline-end;
6962 -}
6963 -#elementor-library--infotip__dialog .dialog-button,
6964 -#elementor-library--connect_infotip__dialog .dialog-button,
6965 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6966 -#elementor-library--site-info__dialog .dialog-button {
6967 - padding: 7px 25px;
6968 - font-size: 13px;
6969 - background: none;
6970 - color: var(--e-a-btn-bg-accent);
6971 - border: none;
6972 - font-weight: 500;
6973 - cursor: pointer;
6974 -}
6975 -#elementor-library--infotip__dialog:after,
6976 -#elementor-library--connect_infotip__dialog:after,
6977 -#elementor-library--cloud-upgrade__dialog:after,
6978 -#elementor-library--site-info__dialog:after {
6979 - content: "";
6980 - position: absolute;
6981 - inset-inline-end: 46%;
6982 - transform: scaleX(0.7);
6983 - border: 10px solid transparent;
6984 -}
6985 -
6986 -#elementor-library--infotip__dialog {
6987 - width: 265px;
6988 -}
6989 -#elementor-library--infotip__dialog .dialog-message {
6990 - padding: 20px 20px 0px 20px;
6991 -}
6992 -#elementor-library--infotip__dialog:after {
6993 - inset-block-start: 100%;
6994 - border-block-start-color: var(--e-a-bg-default);
6995 -}
6996 -#elementor-library--infotip__dialog.variant-b:after {
6997 - border-block-start-color: var(--e-a-bg-secondary);
6998 -}
6999 -
7000 -#elementor-library--connect_infotip__dialog {
7001 - width: 265px;
7002 -}
7003 -#elementor-library--connect_infotip__dialog .dialog-message {
7004 - padding: 20px;
7005 -}
7006 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
7007 - inset-block-end: 100%;
7008 - border-block-end-color: var(--e-a-bg-default);
7009 -}
7010 -#elementor-library--connect_infotip__dialog.variant-b:after {
7011 - border-block-start-color: var(--e-a-bg-secondary);
7012 - inset-block-start: 100%;
7013 -}
7014 -#elementor-library--connect_infotip__dialog.variant-b {
7015 - width: 265px;
7016 -}
7017 -
7018 -#elementor-library--cloud-upgrade__dialog {
7019 - width: 265px;
7020 -}
7021 -#elementor-library--cloud-upgrade__dialog:after {
7022 - inset-block-start: 100%;
7023 - border-block-start-color: var(--e-a-bg-default);
7024 -}
7025 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
7026 - border-block-start-color: var(--e-a-bg-secondary);
7027 -}
7028 -
7029 -#elementor-library--site-info__dialog {
7030 - width: 265px;
7031 -}
7032 -#elementor-library--site-info__dialog:after {
7033 - inset-block-start: 100%;
7034 - border-block-start-color: var(--e-a-bg-default);
7035 -}
7036 -#elementor-library--site-info__dialog.variant-b:after {
7037 - border-block-start-color: var(--e-a-bg-secondary);
7038 -}
7039 -
7040 -.elementor-global-styles-dialog {
7041 - --gsd-color-text-primary: #0c0d0e;
7042 - --gsd-color-text-secondary: #3f444b;
7043 - --gsd-color-text-tertiary: #69727D;
7044 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
7045 - --gsd-color-primary-main: #f0abfc;
7046 - --gsd-color-primary-hover: #e879f9;
7047 - --gsd-color-secondary-main: #515962;
7048 - --gsd-border-radius: 4px;
7049 - --gsd-spacing-horizontal: 24px;
7050 - --gsd-font-family: 'Roboto', sans-serif;
7051 - padding: 16px 0 0;
7052 - min-width: 444px;
7053 -}
7054 -.elementor-global-styles-dialog__header {
7055 - padding: 10px var(--gsd-spacing-horizontal) 0;
7056 - margin-block-end: 16px;
7057 -}
7058 -.elementor-global-styles-dialog__header h2 {
7059 - margin: 0 0 4px;
7060 - font-family: var(--gsd-font-family);
7061 - font-size: 16px;
7062 - font-weight: 500;
7063 - line-height: 1.3;
7064 - color: var(--gsd-color-text-primary);
7065 - letter-spacing: 0.15px;
7066 -}
7067 -.elementor-global-styles-dialog__header p {
7068 - margin: 0;
7069 - font-family: var(--gsd-font-family);
7070 - font-size: 14px;
7071 - font-weight: 400;
7072 - line-height: 20px;
7073 - color: var(--gsd-color-text-secondary);
7074 - letter-spacing: 0.15px;
7075 -}
7076 -.elementor-global-styles-dialog__options {
7077 - display: flex;
7078 - flex-direction: column;
7079 - gap: 12px;
7080 - padding: 0 var(--gsd-spacing-horizontal);
7081 -}
7082 -.elementor-global-styles-dialog__radio-card {
7083 - display: flex;
7084 - gap: 0;
7085 - padding: 12px 8px;
7086 - border: 1px solid var(--gsd-color-divider);
7087 - border-radius: var(--gsd-border-radius);
7088 - cursor: pointer;
7089 - transition: border-color 0.2s ease;
7090 -}
7091 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7092 - border: 2px solid var(--gsd-color-text-primary);
7093 - padding: 11px 7px;
7094 -}
7095 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7096 - flex-shrink: 0;
7097 - width: 20px;
7098 - height: 20px;
7099 - margin: 9px;
7100 - cursor: pointer;
7101 - color: var(--gsd-color-text-tertiary);
7102 - accent-color: var(--gsd-color-text-primary);
7103 -}
7104 -.elementor-global-styles-dialog__radio-card-content {
7105 - display: flex;
7106 - align-items: flex-start;
7107 - flex-direction: column;
7108 - flex: 1;
7109 -}
7110 -.elementor-global-styles-dialog__radio-label {
7111 - font-family: var(--gsd-font-family);
7112 - font-size: 14px;
7113 - font-weight: 500;
7114 - line-height: 18px;
7115 - color: var(--gsd-color-text-primary);
7116 - letter-spacing: 0.15px;
7117 -}
7118 -.elementor-global-styles-dialog__radio-description {
7119 - font-family: var(--gsd-font-family);
7120 - font-size: 12px;
7121 - font-weight: 400;
7122 - line-height: 20px;
7123 - color: var(--gsd-color-text-secondary);
7124 - letter-spacing: 0.4px;
7125 -}
7126 -.elementor-global-styles-dialog__checkbox-container {
7127 - display: flex;
7128 - align-items: flex-start;
7129 - gap: 4px;
7130 - padding: 0;
7131 - margin-block-start: 0;
7132 -}
7133 -.elementor-global-styles-dialog__checkbox-option {
7134 - display: flex;
7135 - align-items: flex-start;
7136 - gap: 4px;
7137 - cursor: pointer;
7138 -}
7139 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7140 - width: 18px;
7141 - height: 18px;
7142 - margin: 4px;
7143 - cursor: pointer;
7144 -}
7145 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7146 - background-color: var(--gsd-color-text-tertiary);
7147 -}
7148 -.elementor-global-styles-dialog__checkbox-label {
7149 - font-family: var(--gsd-font-family);
7150 - font-size: 12px;
7151 - font-weight: 400;
7152 - line-height: 1.43;
7153 - color: var(--gsd-color-text-primary);
7154 - letter-spacing: 0.15px;
7155 - padding-block-start: 4px;
7156 - margin-inline-start: 4px;
7157 -}
7158 -.elementor-global-styles-dialog__checkbox-label a {
7159 - color: #2563eb;
7160 - text-decoration: underline;
7161 -}
7162 -.elementor-global-styles-dialog__checkbox-label a:hover {
7163 - color: #2563eb;
7164 -}
7165 -.elementor-global-styles-dialog__footer {
7166 - display: flex;
7167 - justify-content: flex-end;
7168 - align-items: center;
7169 - gap: 8px;
7170 - padding: 16px var(--gsd-spacing-horizontal);
7171 -}
7172 -.elementor-global-styles-dialog__button-cancel {
7173 - padding: 6px 8px;
7174 - font-family: var(--gsd-font-family);
7175 - font-size: 15px;
7176 - font-weight: 500;
7177 - line-height: 24px;
7178 - letter-spacing: 0.4px;
7179 - color: var(--gsd-color-secondary-main);
7180 - background: transparent;
7181 - border: none;
7182 - border-radius: var(--gsd-border-radius);
7183 - cursor: pointer;
7184 -}
7185 -.elementor-global-styles-dialog__button-cancel:hover {
7186 - background: rgba(0, 0, 0, 0.04);
7187 -}
7188 -.elementor-global-styles-dialog__button-insert {
7189 - padding: 6px 16px;
7190 - font-family: var(--gsd-font-family);
7191 - font-size: 15px;
7192 - font-weight: 500;
7193 - line-height: 24px;
7194 - letter-spacing: 0.4px;
7195 - color: var(--gsd-color-text-primary);
7196 - background: var(--gsd-color-primary-main);
7197 - border: none;
7198 - border-radius: var(--gsd-border-radius);
7199 - cursor: pointer;
7200 -}
7201 -.elementor-global-styles-dialog__button-insert:hover {
7202 - background: var(--gsd-color-primary-hover);
7203 -}
7204 -
7205 5539 .elementor-tags-list {
7206 5540 display: none;
7207 5541 position: absolute;
7208 5542 width: 260px;
@@ -7292,10 +5626,10 @@
7292 5626 }
7293 5627 .elementor-tag-settings-popup:before {
7294 5628 content: "";
7295 5629 position: absolute;
7296 - inset-block-start: -20px;
7297 - inset-inline-start: 5px;
5630 + top: -20px;
5631 + right: 5px;
7298 5632 border: 10px solid transparent;
7299 5633 border-block-end-color: var(--e-a-border-color);
7300 5634 }
7301 5635 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7386,14 +5720,8 @@
7386 5720 cursor: default;
7387 5721 opacity: 0.5;
7388 5722 color: var(--e-a-color-disabled);
7389 5723 }
7390 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7391 - opacity: 1;
7392 -}
7393 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7394 - opacity: 0.5;
7395 -}
7396 5724 .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus {
7397 5725 background-color: var(--e-a-bg-hover);
7398 5726 color: var(--e-a-color-hover);
7399 5727 }
@@ -7415,27 +5743,8 @@
7415 5743 inset: 0;
7416 5744 z-index: 2;
7417 5745 cursor: pointer;
7418 5746 }
7419 -.elementor-context-menu-list__item__shortcut__new-badge {
7420 - border: 1px solid var(--e-a-color-primary-bold);
7421 - padding: 2px 8px;
7422 - color: var(--e-a-color-primary-bold);
7423 - border-radius: 10px;
7424 - font-size: 10px;
7425 -}
7426 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7427 - display: flex;
7428 - align-items: center;
7429 - justify-content: center;
7430 - width: 24px;
7431 - height: 24px;
7432 - border-radius: 50%;
7433 - background-color: rgba(214, 16, 124, 0.12);
7434 - color: var(--e-a-color-accent-promotion, #D6107C);
7435 - font-size: 16px;
7436 - cursor: pointer;
7437 -}
7438 5747 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7439 5748 font-size: 14px;
7440 5749 font-style: normal;
7441 5750 font-weight: 400;
@@ -7520,9 +5829,9 @@
7520 5829 }
7521 5830 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7522 5831 content: "+";
7523 5832 position: absolute;
7524 - inset-inline-end: 0;
5833 + left: 0;
7525 5834 width: 9px;
7526 5835 text-align: center;
7527 5836 margin-inline-end: -18px;
7528 5837 }
@@ -7601,12 +5910,12 @@
7601 5910 }
7602 5911
7603 5912 #elementor-navigator {
7604 5913 position: fixed;
7605 - inset-block-start: 100px;
7606 - inset-inline-end: 30px;
5914 + top: 100px;
7607 5915 width: var(--e-editor-navigator-width);
7608 5916 height: 50vh;
5917 + left: 30px;
7609 5918 background-color: var(--e-a-bg-default);
7610 5919 border: var(--e-a-border);
7611 5920 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7612 5921 -webkit-user-select: none;
@@ -7735,9 +6044,9 @@
7735 6044 .elementor-navigator__item[data-locked=true] {
7736 6045 cursor: not-allowed;
7737 6046 }
7738 6047 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7739 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
6048 + transform: rotate(90deg);
7740 6049 }
7741 6050 .elementor-navigator__item > * {
7742 6051 display: flex;
7743 6052 align-items: center;
@@ -7822,9 +6131,9 @@
7822 6131 overflow: hidden;
7823 6132 }
7824 6133 .elementor-navigator__element__toggle {
7825 6134 position: absolute;
7826 - inset-inline-end: 15px;
6135 + left: 15px;
7827 6136 height: 100%;
7828 6137 z-index: 0;
7829 6138 font-size: 13px;
7830 6139 }
@@ -7833,9 +6142,9 @@
7833 6142 transition: transform 0.5s;
7834 6143 z-index: 91;
7835 6144 }
7836 6145 .elementor-navigator__element__indicators:not(:hover) {
7837 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
6146 + transform: translateX(calc(-100% + var(--e-editor-navigator-indicator-width)));
7838 6147 }
7839 6148 .elementor-navigator__element__indicator {
7840 6149 height: 100%;
7841 6150 width: 31px;
@@ -7862,9 +6171,9 @@
7862 6171
7863 6172 .e-notice-bar {
7864 6173 position: absolute;
7865 6174 width: 100%;
7866 - inset-block-end: 0;
6175 + bottom: 0;
7867 6176 display: flex;
7868 6177 align-items: center;
7869 6178 height: 40px;
7870 6179 color: #fff;
@@ -7990,11 +6299,11 @@
7990 6299 background-color: transparent;
7991 6300 }
7992 6301 #elementor-icons-manager__search i {
7993 6302 position: absolute;
7994 - inset-block-start: 50%;
7995 - inset-inline-end: 15px;
6303 + top: 50%;
7996 6304 transform: translateY(-50%);
6305 + left: 15px;
7997 6306 }
7998 6307 #elementor-icons-manager__tab__wrapper {
7999 6308 overflow: auto;
8000 6309 margin: 25px -15px 0;
@@ -8083,10 +6392,10 @@
8083 6392 content: "";
8084 6393 position: absolute;
8085 6394 height: 100%;
8086 6395 width: 3px;
8087 - inset-block-start: 0;
8088 - inset-inline-start: 0;
6396 + top: 0;
6397 + right: 0;
8089 6398 background-color: var(--e-a-border-color-accent);
8090 6399 }
8091 6400 .elementor-icons-manager__tab__item {
8092 6401 position: relative;
@@ -8111,11 +6420,11 @@
8111 6420 flex-direction: column;
8112 6421 align-items: center;
8113 6422 width: 100%;
8114 6423 position: absolute;
8115 - inset-block-start: 50%;
8116 - inset-inline-start: 50%;
8117 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6424 + top: 50%;
6425 + left: 50%;
6426 + transform: translate(-50%, -50%);
8118 6427 padding: 1px;
8119 6428 }
8120 6429 .elementor-icons-manager__tab__item__icon {
8121 6430 font-size: 25px;
@@ -8159,12 +6468,11 @@
8159 6468 }
8160 6469 .pickr .pcr-button:before, .pickr .pcr-button:after {
8161 6470 height: 12px;
8162 6471 width: 12px;
8163 - position: absolute;
8164 - inset-block-start: 50%;
8165 - inset-inline-start: 50%;
8166 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6472 + top: 50%;
6473 + left: 50%;
6474 + transform: translate(-50%, -50%);
8167 6475 }
8168 6476
8169 6477 .pcr-app {
8170 6478 background-color: var(--e-a-bg-default);
@@ -8304,9 +6612,9 @@
8304 6612 }
8305 6613
8306 6614 .select2-selection__arrow {
8307 6615 height: 27px;
8308 - inset-block-start: 0;
6616 + top: 0;
8309 6617 }
8310 6618
8311 6619 .select2-results__option[aria-selected=true] {
8312 6620 background-color: var(--e-a-bg-active);
@@ -8365,10 +6673,11 @@
8365 6673 padding: 0;
8366 6674 margin: 0;
8367 6675 height: 100px;
8368 6676 position: absolute;
8369 - inset-block-start: -60px;
8370 - inset-inline: 0;
6677 + top: -60px;
6678 + left: 0;
6679 + right: 0;
8371 6680 }
8372 6681 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8373 6682 border-color: transparent;
8374 6683 outline: none;
@@ -8395,23 +6704,21 @@
8395 6704 }
8396 6705
8397 6706 [class^=eicon-flex], [class*=" eicon-flex"] {
8398 6707 transition: 0.3s all;
6708 + --is-ltr: 1;
6709 + --is-rtl: 0;
6710 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6711 + --is-ltr: 0;
6712 + --is-rtl: 1;
8399 6713 }
8400 6714 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8401 6715 max-height: 1em;
8402 6716 max-width: 1em;
8403 6717 }
8404 -[class^=eicon-flex], [class*=" eicon-flex"] {
8405 - --is-ltr: 0;
8406 - --is-rtl: 1;
8407 -}
8408 6718 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8409 6719 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8410 6720 }
8411 -[class^=eicon-flex], [class*=" eicon-flex"] {
8412 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8413 -}
8414 6721 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) {
8415 6722 transform: rotate(calc(var(--rotation-direction) * 90deg));
8416 6723 }
8417 6724 :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) {
@@ -8424,16 +6731,6 @@
8424 6731 transform: rotate(calc(var(--is-rtl) * 180deg));
8425 6732 }
8426 6733 .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) {
8427 6734 transform: rotate(calc(var(--is-ltr) * 180deg));
8428 -}
8429 -
8430 -.elementor-editor-active .embed-media-settings .setting.caption {
8431 - display: none;
8432 -}
8433 -.elementor-editor-active .embed-media-settings .setting.align {
8434 - display: none;
8435 -}
8436 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8437 - display: none;
8438 6735 }
8439 6736 /*# sourceMappingURL=editor-rtl.css.map */