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