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