PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.7
Elementor Website Builder – more than just a page builder v3.25.7
4.3.2 4.3.1 4.3.0 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 All 455 releases
← All changes | assets/css/editor-rtl.css +356 -2029 4.2.3 → 3.25.7 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.25.0 - 18-11-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 }
@@ -99,9 +100,12 @@
99 100 }
100 101
101 102 #elementor-loading {
102 103 position: fixed;
103 - inset: 0;
104 + top: 0;
105 + left: 0;
106 + bottom: 0;
107 + right: 0;
104 108 background: var(--e-a-bg-default);
105 109 z-index: 9999;
106 110 }
107 111
@@ -109,9 +113,12 @@
109 113 display: flex;
110 114 align-items: center;
111 115 justify-content: center;
112 116 position: absolute;
113 - inset: 0;
117 + top: 0;
118 + left: 0;
119 + width: 100%;
120 + height: 100%;
114 121 background-color: var(--e-a-bg-default);
115 122 }
116 123 #elementor-preview-loading i {
117 124 color: var(--e-a-color-txt-disabled);
@@ -194,12 +201,11 @@
194 201 color: var(--e-a-color-txt-disabled);
195 202 }
196 203 .e-control-tool i {
197 204 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
205 + top: 50%;
206 + left: 50%;
207 + transform: translateX(-50%) translateY(-50%);
202 208 color: var(--e-a-color-txt-default);
203 209 font-size: 13px;
204 210 }
205 211
@@ -208,11 +214,11 @@
208 214 }
209 215
210 216 .elementor-loader-wrapper {
211 217 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
218 + top: 50%;
219 + left: 50%;
220 + transform: translate(-50%, -50%);
215 221 width: 300px;
216 222 display: flex;
217 223 flex-direction: column;
218 224 align-items: center;
@@ -608,13 +614,8 @@
608 614 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 615 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 616 background-color: var(--e-a-btn-bg-danger);
611 617 }
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 618 .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 619 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 620 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 621 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
@@ -630,20 +631,8 @@
630 631 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 632 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 633 color: initial;
633 634 }
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 635 /*
647 636 * Container style
648 637 */
649 638 .ps {
@@ -785,70 +774,46 @@
785 774 --e-editor-panel-width: 300px;
786 775 }
787 776 }
788 777
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 {
778 +.elementor-panel {
779 + position: relative;
780 + height: 100%;
781 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
782 + width: var(--e-editor-panel-width);
783 + overflow: visible;
784 + background-color: var(--e-a-bg-default);
785 + z-index: 1;
786 + font-family: var(--e-a-font-family);
787 + font-size: 13px;
788 + right: 0;
789 +}
790 +.elementor-panel h1,
791 +.elementor-panel h2,
792 +.elementor-panel h3,
793 +.elementor-panel h4,
794 +.elementor-panel h5,
795 +.elementor-panel h6 {
813 796 font-size: 100%;
814 797 font-weight: normal;
815 798 }
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 {
799 +.elementor-panel abbr,
800 +.elementor-panel acronym {
824 801 border: 0;
825 802 font-variant: normal;
826 803 }
827 -.elementor-panel :where(#elementor-panel-state-loading,
828 -#elementor-panel-header-wrapper,
829 -#elementor-panel-content-wrapper,
830 -#elementor-panel-footer) sup {
804 +.elementor-panel sup {
831 805 vertical-align: text-top;
832 806 }
833 -.elementor-panel :where(#elementor-panel-state-loading,
834 -#elementor-panel-header-wrapper,
835 -#elementor-panel-content-wrapper,
836 -#elementor-panel-footer) sub {
807 +.elementor-panel sub {
837 808 vertical-align: text-bottom;
838 809 }
839 -.elementor-panel :where(#elementor-panel-state-loading,
840 -#elementor-panel-header-wrapper,
841 -#elementor-panel-content-wrapper,
842 -#elementor-panel-footer) img {
810 +.elementor-panel img {
843 811 max-width: 100%;
844 812 height: auto;
845 813 border: 0;
846 814 }
847 -.elementor-panel :where(#elementor-panel-state-loading,
848 -#elementor-panel-header-wrapper,
849 -#elementor-panel-content-wrapper,
850 -#elementor-panel-footer) :focus {
815 +.elementor-panel :focus {
851 816 outline: 0;
852 817 }
853 818 .elementor-panel .elementor-panel-box-content {
854 819 padding: 20px 20px 10px;
@@ -900,9 +865,10 @@
900 865 display: none;
901 866 position: absolute;
902 867 box-shadow: var(--e-a-popover-shadow);
903 868 border-radius: var(--e-a-border-radius);
904 - inset-inline: 0;
869 + left: 0;
870 + right: 0;
905 871 margin: -4px auto 5px;
906 872 padding-block-start: 15px;
907 873 width: 90%;
908 874 z-index: 10000;
@@ -910,10 +876,10 @@
910 876 }
911 877 .elementor-panel .elementor-controls-popover:before {
912 878 content: "";
913 879 position: absolute;
914 - inset-block-start: -16px;
915 - inset-inline-end: 22px;
880 + top: -16px;
881 + left: 22px;
916 882 border: 8px solid transparent;
917 883 border-block-end-color: var(--e-a-bg-default);
918 884 }
919 885 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -924,20 +890,8 @@
924 890 }
925 891 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
926 892 margin-block-start: 20px;
927 893 }
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 894 .elementor-editor-preview .elementor-panel {
941 895 --e-is-preview-mode: 1;
942 896 }
943 897 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -1017,11 +971,8 @@
1017 971 }
1018 972 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1019 973 border: none;
1020 974 }
1021 -.elementor-panel .elementor-panel-category.elementor-active-title {
1022 - display: flex;
1023 -}
1024 975 .elementor-panel .elementor-panel-category-items {
1025 976 padding-block-end: 20px;
1026 977 }
1027 978 .elementor-panel .elementor-panel-category-items-empty {
@@ -1193,12 +1144,12 @@
1193 1144 content: "";
1194 1145 position: absolute;
1195 1146 height: 13px;
1196 1147 width: 13px;
1197 - inset-block-start: 3px;
1198 - inset-block-end: 0;
1199 - inset-inline-start: 8px;
1200 - inset-inline-end: 0;
1148 + top: 3px;
1149 + bottom: 0;
1150 + right: 8px;
1151 + left: 0;
1201 1152 border-radius: 50%;
1202 1153 z-index: -1;
1203 1154 }
1204 1155 .elementor-panel #elementor-panel-footer {
@@ -1289,10 +1240,10 @@
1289 1240 border-inline-end: 1px solid #3f444b;
1290 1241 }
1291 1242 .elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1292 1243 position: absolute;
1293 - inset-block-end: 100%;
1294 - inset-inline-start: 0;
1244 + bottom: 100%;
1245 + left: 0;
1295 1246 width: 100%;
1296 1247 background-color: #1f2124;
1297 1248 padding: 10px;
1298 1249 box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
@@ -1344,9 +1295,12 @@
1344 1295 display: none;
1345 1296 }
1346 1297 body.elementor-panel-loading #elementor-panel-state-loading {
1347 1298 position: absolute;
1348 - inset: 0;
1299 + top: 0;
1300 + left: 0;
1301 + height: 100%;
1302 + width: 100%;
1349 1303 display: flex;
1350 1304 align-items: center;
1351 1305 justify-content: center;
1352 1306 background-color: rgba(255, 255, 255, 0.5);
@@ -1359,17 +1313,13 @@
1359 1313
1360 1314 #elementor-panel-elements-search-area {
1361 1315 background-color: var(--e-a-bg-default);
1362 1316 position: sticky;
1363 - inset-block-start: 0;
1317 + top: 0;
1364 1318 padding: 15px;
1365 1319 z-index: 1;
1366 1320 }
1367 1321
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1322 #elementor-panel-elements-search-wrapper {
1373 1323 position: relative;
1374 1324 }
1375 1325
@@ -1386,12 +1336,12 @@
1386 1336 appearance: none;
1387 1337 }
1388 1338 #elementor-panel-elements-search-input + i {
1389 1339 position: absolute;
1390 - inset-block-start: 50%;
1391 - inset-inline-start: 10px;
1340 + right: 10px;
1341 + top: 50%;
1342 + color: var(--e-a-color-txt-disabled);
1392 1343 transform: translateY(-50%);
1393 - color: var(--e-a-color-txt-disabled);
1394 1344 }
1395 1345 #elementor-panel-elements-search-input:focus {
1396 1346 border-color: var(--e-a-border-color-focus);
1397 1347 padding-inline-end: 15px;
@@ -1396,20 +1346,8 @@
1396 1346 border-color: var(--e-a-border-color-focus);
1397 1347 padding-inline-end: 15px;
1398 1348 }
1399 1349
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 1350 .elementor-panel .elementor-element {
1413 1351 font-family: var(--e-a-font-family);
1414 1352 color: var(--e-a-color-txt);
1415 1353 line-height: 1;
@@ -1427,14 +1365,8 @@
1427 1365 -webkit-user-select: none;
1428 1366 -moz-user-select: none;
1429 1367 user-select: none;
1430 1368 }
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 1369 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1438 1370 background-color: var(--e-a-bg-hover);
1439 1371 border-color: var(--e-a-border-color-bold);
1440 1372 }
@@ -1440,11 +1372,8 @@
1440 1372 }
1441 1373 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1442 1374 color: var(--e-a-color-accent);
1443 1375 }
1444 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1445 - color: var(--e-a-color-info);
1446 -}
1447 1376 .elementor-panel .elementor-element .icon {
1448 1377 font-size: 28px;
1449 1378 padding-block-start: 15px;
1450 1379 }
@@ -1456,12 +1385,12 @@
1456 1385 }
1457 1386 .elementor-panel .elementor-element .title {
1458 1387 font-size: 12px;
1459 1388 }
1460 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1389 +.elementor-panel .elementor-element > .eicon-lock {
1461 1390 position: absolute;
1462 - inset-block-start: 5px;
1463 - inset-inline-end: 5px;
1391 + top: 5px;
1392 + left: 5px;
1464 1393 color: var(--e-a-color-txt-disabled);
1465 1394 }
1466 1395 .elementor-panel .elementor-element:active {
1467 1396 background-color: var(--e-a-bg-hover);
@@ -1479,10 +1408,10 @@
1479 1408 }
1480 1409 #elementor-element--promotion__dialog:after {
1481 1410 content: "";
1482 1411 position: absolute;
1483 - inset-block-start: 15px;
1484 - inset-inline-end: 100%;
1412 + top: 15px;
1413 + left: 100%;
1485 1414 transform: scaleY(0.7);
1486 1415 border: 10px solid transparent;
1487 1416 border-inline-end-color: var(--e-a-bg-default);
1488 1417 }
@@ -1529,10 +1458,10 @@
1529 1458 }
1530 1459 .dialog-tooltip-widget:after {
1531 1460 content: "";
1532 1461 position: absolute;
1533 - inset-block-start: 15px;
1534 - inset-inline-end: 100%;
1462 + top: 15px;
1463 + left: 100%;
1535 1464 transform: scaleY(0.7);
1536 1465 border: 10px solid transparent;
1537 1466 border-inline-end-color: var(--e-a-bg-default);
1538 1467 }
@@ -1571,80 +1500,8 @@
1571 1500 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1501 border: 0;
1573 1502 }
1574 1503
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 1504 #elementor-panel-inner {
1648 1505 position: relative;
1649 1506 height: 100%;
1650 1507 display: flex;
@@ -1670,54 +1527,18 @@
1670 1527 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1671 1528 margin-block-start: 20px;
1672 1529 }
1673 1530
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 1531 #elementor-panel-get-pro-elements-sticky {
1694 1532 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 {
1533 + bottom: 0;
1713 1534 font-size: 14px;
1714 1535 font-weight: 400;
1715 1536 line-height: 1.6;
1716 - background-color: var(--e-a-color-white);
1537 + margin-block-end: -10px;
1717 1538 }
1718 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1719 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1539 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1540 + margin-top: -14px;
1720 1541 min-height: 40px;
1721 1542 display: block;
1722 1543 padding: 9px min(35px, 5%);
1723 1544 gap: 10px;
@@ -1725,18 +1546,16 @@
1725 1546 color: var(--e-a-color-black);
1726 1547 text-align: center;
1727 1548 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1728 1549 }
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 {
1550 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1731 1551 display: inline-block;
1732 1552 font-size: 13px;
1733 1553 font-weight: 500;
1734 1554 color: var(--e-a-btn-bg-accent);
1735 1555 }
1736 -#elementor-panel-get-pro-elements-sticky img,
1737 -.elementor-panel-editor-sticky-promotion img {
1738 - margin-inline-start: 17px;
1556 +#elementor-panel-get-pro-elements-sticky img {
1557 + margin-left: 17px;
1739 1558 }
1740 1559
1741 1560 #elementor-panel-notice-wrapper .elementor-panel-notice {
1742 1561 width: 90%;
@@ -1763,10 +1582,10 @@
1763 1582 background: var(--e-a-color-primary);
1764 1583 border-radius: 50%;
1765 1584 width: 8px;
1766 1585 height: 8px;
1767 - inset-block-start: 5px;
1768 - inset-inline-end: 5px;
1586 + top: 5px;
1587 + right: 5px;
1769 1588 }
1770 1589
1771 1590 .media-modal.wp-core-ui {
1772 1591 color-scheme: light;
@@ -1814,9 +1633,8 @@
1814 1633 .elementor-control.elementor-control-type-divider {
1815 1634 padding: 0;
1816 1635 }
1817 1636 .elementor-control.elementor-control-type-divider .elementor-control-content {
1818 - margin-inline: 20px;
1819 1637 border-width: 0;
1820 1638 border-block-start: var(--e-a-border);
1821 1639 background-color: var(--e-a-bg-default);
1822 1640 height: 15px;
@@ -1826,20 +1644,21 @@
1826 1644 }
1827 1645 .elementor-control.elementor-control-separator-before:before {
1828 1646 content: "";
1829 1647 position: absolute;
1830 - inset: 0 20px auto;
1831 1648 height: 1px;
1649 + width: calc(100% - 40px);
1650 + top: 0;
1651 + right: 20px;
1832 1652 background-color: var(--e-a-border-color);
1833 1653 }
1834 -.elementor-control.elementor-control-separator-after {
1835 - padding-block-end: 15px;
1836 -}
1837 1654 .elementor-control.elementor-control-separator-after:after {
1838 1655 content: "";
1839 1656 position: absolute;
1840 - inset: auto 20px 0;
1841 1657 height: 1px;
1658 + width: calc(100% - 40px);
1659 + bottom: 0;
1660 + right: 20px;
1842 1661 background-color: var(--e-a-border-color);
1843 1662 }
1844 1663 .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default {
1845 1664 padding-block-start: 15px;
@@ -1880,36 +1699,23 @@
1880 1699 }
1881 1700 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1882 1701 display: none;
1883 1702 }
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 1703 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1898 1704 margin-block-start: 5px;
1899 1705 }
1900 1706
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);
1707 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1708 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1709 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1710 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1711 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1712 + content: "\e92a";
1907 1713 }
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;
1714 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1715 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1716 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1717 + content: "\e909";
1912 1718 }
1913 1719
1914 1720 .elementor-panel-heading {
1915 1721 display: flex;
@@ -1933,17 +1739,8 @@
1933 1739 }
1934 1740 .elementor-panel-heading-title {
1935 1741 font-weight: bold;
1936 1742 }
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 1743 .elementor-panel-heading-promotion {
1947 1744 margin-inline-start: auto;
1948 1745 }
1949 1746 .elementor-panel-heading-promotion a {
@@ -1962,11 +1759,9 @@
1962 1759 .elementor-panel-heading:focus-visible {
1963 1760 color: var(--e-a-color-txt-hover);
1964 1761 }
1965 1762
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 {
1763 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1969 1764 border-block-start: none;
1970 1765 }
1971 1766
1972 1767 .elementor-control-field {
@@ -2011,13 +1806,11 @@
2011 1806 .elementor-group-control-attachment_alert .elementor-control-field-description {
2012 1807 margin-block-start: 0;
2013 1808 }
2014 1809
2015 -.elementor-control-start-end .eicon-text-align-left,
2016 -.elementor-control-start-end .eicon-text-align-right,
2017 1810 .elementor-control-start-end .eicon-h-align-left,
2018 1811 .elementor-control-start-end .eicon-h-align-right {
2019 - scale: calc(1 * var(--direction-multiplier)) 1;
1812 + transform: rotate(180deg);
2020 1813 }
2021 1814
2022 1815 .elementor-update-preview {
2023 1816 margin: 15px 15px 0;
@@ -2054,9 +1847,9 @@
2054 1847 }
2055 1848 .elementor-control-responsive-switchers__holder {
2056 1849 position: absolute;
2057 1850 width: 100%;
2058 - inset-block-start: 0;
1851 + top: 0;
2059 1852 background-color: var(--e-a-bg-default);
2060 1853 border-radius: var(--e-a-border-radius);
2061 1854 transition: 0.15s;
2062 1855 border: 1px solid transparent;
@@ -2199,10 +1992,10 @@
2199 1992 display: none;
2200 1993 overflow: hidden;
2201 1994 max-height: 0;
2202 1995 position: absolute;
2203 - inset-block-start: -0.8em;
2204 - inset-inline-start: -0.5em;
1996 + top: -0.8em;
1997 + right: -0.5em;
2205 1998 width: 2.5em;
2206 1999 text-align: center;
2207 2000 background-color: var(--e-a-bg-default);
2208 2001 border-radius: var(--e-a-border-radius);
@@ -2377,9 +2170,9 @@
2377 2170 }
2378 2171 .elementor-control-responsive-switchers__holder {
2379 2172 position: absolute;
2380 2173 width: 100%;
2381 - inset-block-start: 0;
2174 + top: 0;
2382 2175 background-color: var(--e-a-bg-default);
2383 2176 border-radius: var(--e-a-border-radius);
2384 2177 transition: 0.15s;
2385 2178 border: 1px solid transparent;
@@ -2522,10 +2315,10 @@
2522 2315 display: none;
2523 2316 overflow: hidden;
2524 2317 max-height: 0;
2525 2318 position: absolute;
2526 - inset-block-start: -0.8em;
2527 - inset-inline-start: -0.5em;
2319 + top: -0.8em;
2320 + right: -0.5em;
2528 2321 width: 2.5em;
2529 2322 text-align: center;
2530 2323 background-color: var(--e-a-bg-default);
2531 2324 border-radius: var(--e-a-border-radius);
@@ -2655,9 +2448,9 @@
2655 2448 }
2656 2449 .elementor-control-responsive-switchers__holder {
2657 2450 position: absolute;
2658 2451 width: 100%;
2659 - inset-block-start: 0;
2452 + top: 0;
2660 2453 background-color: var(--e-a-bg-default);
2661 2454 border-radius: var(--e-a-border-radius);
2662 2455 transition: 0.15s;
2663 2456 border: 1px solid transparent;
@@ -2800,10 +2593,10 @@
2800 2593 display: none;
2801 2594 overflow: hidden;
2802 2595 max-height: 0;
2803 2596 position: absolute;
2804 - inset-block-start: -0.8em;
2805 - inset-inline-start: -0.5em;
2597 + top: -0.8em;
2598 + right: -0.5em;
2806 2599 width: 2.5em;
2807 2600 text-align: center;
2808 2601 background-color: var(--e-a-bg-default);
2809 2602 border-radius: var(--e-a-border-radius);
@@ -2923,11 +2716,11 @@
2923 2716 }
2924 2717
2925 2718 .elementor-control-type-icons .elementor-control-media__preview > * {
2926 2719 position: absolute;
2927 - inset-block-start: 50%;
2928 - inset-inline-start: 50%;
2929 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2720 + top: 50%;
2721 + left: 50%;
2722 + transform: translate(-50%, -50%);
2930 2723 }
2931 2724 .elementor-control-type-icons .elementor-control-media__preview i {
2932 2725 font-size: 70px;
2933 2726 }
@@ -2982,9 +2775,12 @@
2982 2775 opacity: 0.6;
2983 2776 }
2984 2777 .elementor-control-type-gallery .elementor-control-gallery-edit {
2985 2778 position: absolute;
2986 - inset: 0;
2779 + top: 0;
2780 + bottom: 0;
2781 + left: 0;
2782 + right: 0;
2987 2783 background-color: rgba(0, 0, 0, 0.2);
2988 2784 padding: 10px;
2989 2785 font-size: 11px;
2990 2786 transition: all 0.3s ease-in-out;
@@ -2993,10 +2789,10 @@
2993 2789 opacity: 0;
2994 2790 }
2995 2791 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2996 2792 position: absolute;
2997 - inset-block-start: 10px;
2998 - inset-inline-end: 10px;
2793 + top: 10px;
2794 + left: 10px;
2999 2795 width: 21px;
3000 2796 height: 21px;
3001 2797 color: var(--e-a-color-white);
3002 2798 background-color: rgba(0, 0, 0, 0.5);
@@ -3106,10 +2902,10 @@
3106 2902 }
3107 2903 .e-global__popover-info-tooltip:after {
3108 2904 content: "";
3109 2905 position: absolute;
3110 - inset-block-end: -17px;
3111 - inset-inline-start: 16px;
2906 + bottom: -17px;
2907 + right: 16px;
3112 2908 border: 10px solid transparent;
3113 2909 border-block-start-color: rgba(0, 0, 0, 0.9);
3114 2910 }
3115 2911 .e-global__popover-info i {
@@ -3126,19 +2922,8 @@
3126 2922 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3127 2923 background-color: #BABFC5;
3128 2924 border-radius: 10px;
3129 2925 }
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 2926 .e-global__manage-button {
3142 2927 font-weight: 500;
3143 2928 cursor: pointer;
3144 2929 }
@@ -3154,9 +2939,9 @@
3154 2939 font-size: 13px;
3155 2940 content: "\e90e";
3156 2941 position: absolute;
3157 2942 transform: translateY(-50%);
3158 - inset-block-start: 50%;
2943 + top: 50%;
3159 2944 inset-inline-start: 13px;
3160 2945 }
3161 2946 .e-global__color {
3162 2947 padding: 10px 20px;
@@ -3173,10 +2958,13 @@
3173 2958 position: relative;
3174 2959 }
3175 2960 .e-global__color-preview-color, .e-global__color-preview-transparent-bg {
3176 2961 border-radius: 3px;
2962 + height: 100%;
2963 + width: 100%;
3177 2964 position: absolute;
3178 - inset: 0;
2965 + top: 0;
2966 + left: 0;
3179 2967 }
3180 2968 .e-global__color-preview-transparent-bg {
3181 2969 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));
3182 2970 background-size: 12px 12px;
@@ -3297,11 +3085,11 @@
3297 3085 display: none;
3298 3086 }
3299 3087 .elementor-control-media .eicon-plus-circle {
3300 3088 position: absolute;
3301 - inset-block-start: 50%;
3302 - inset-inline-start: 50%;
3303 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3089 + top: 50%;
3090 + left: 50%;
3091 + transform: translate(-50%, -50%);
3304 3092 color: var(--e-a-color-white);
3305 3093 font-size: 20px;
3306 3094 }
3307 3095 .elementor-control-media__content__upload-button {
@@ -3310,8 +3098,9 @@
3310 3098 .elementor-control-media__preview {
3311 3099 height: 100%;
3312 3100 background-size: cover;
3313 3101 background-position: center;
3102 + padding-block-end: 42.8571%;
3314 3103 }
3315 3104 .elementor-control-media-area {
3316 3105 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 3106 background-size: 16px 16px;
@@ -3324,11 +3113,11 @@
3324 3113 display: none;
3325 3114 }
3326 3115 .elementor-control-media-area .eicon-video-camera {
3327 3116 position: absolute;
3328 - inset-block-start: 50%;
3329 - inset-inline-start: 50%;
3330 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3117 + top: 50%;
3118 + left: 50%;
3119 + transform: translate(-50%, -50%);
3331 3120 color: rgba(255, 255, 255, 0.7);
3332 3121 font-size: 21px;
3333 3122 }
3334 3123 .elementor-control-media .elementor-control-media__content {
@@ -3339,14 +3128,17 @@
3339 3128 }
3340 3129 .elementor-control-media .elementor-control-media__content:hover:after {
3341 3130 content: "";
3342 3131 position: absolute;
3343 - inset: 0;
3132 + top: 0;
3133 + bottom: 0;
3134 + left: 0;
3135 + right: 0;
3344 3136 background-color: rgba(0, 0, 0, 0.2);
3345 3137 pointer-events: none;
3346 3138 }
3347 3139 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3348 - inset-block-end: -30px;
3140 + bottom: -30px;
3349 3141 }
3350 3142 .elementor-control-media__content {
3351 3143 transition: all 0.2s ease-in-out;
3352 3144 }
@@ -3351,10 +3143,11 @@
3351 3143 transition: all 0.2s ease-in-out;
3352 3144 }
3353 3145 .elementor-control-media__tools {
3354 3146 position: absolute;
3355 - inset-block-end: 0;
3356 - inset-inline: 0;
3147 + bottom: 0;
3148 + left: 0;
3149 + right: 0;
3357 3150 height: 27px;
3358 3151 transition: all 0.2s ease-in-out;
3359 3152 }
3360 3153 .elementor-control-media__tools > *:not(:first-child) {
@@ -3381,10 +3174,10 @@
3381 3174 }
3382 3175 .elementor-control-media__content__remove {
3383 3176 position: absolute;
3384 3177 z-index: 1;
3385 - inset-block-start: 10px;
3386 - inset-inline-end: 10px;
3178 + top: 10px;
3179 + left: 10px;
3387 3180 width: 20px;
3388 3181 height: 20px;
3389 3182 font-size: 11px;
3390 3183 color: var(--e-a-color-white);
@@ -3676,11 +3469,9 @@
3676 3469 text-align: center;
3677 3470 padding-block-start: 5px;
3678 3471 }
3679 3472
3680 -#elementor-controls,
3681 -#elementor-panel-page-settings-controls,
3682 -#elementor-panel-editorPreferences-settings-controls {
3473 +#elementor-controls {
3683 3474 padding-block-start: 15px;
3684 3475 }
3685 3476
3686 3477 .elementor-control-type-section {
@@ -3725,11 +3516,11 @@
3725 3516 font-family: eicons;
3726 3517 content: "\e8ad";
3727 3518 font-size: 12px;
3728 3519 position: absolute;
3729 - inset-block-start: 50%;
3730 - inset-inline-end: 5px;
3520 + top: 50%;
3731 3521 transform: translateY(-50%);
3522 + left: 5px;
3732 3523 pointer-events: none;
3733 3524 }
3734 3525 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3735 3526 max-width: 80px;
@@ -3763,14 +3554,14 @@
3763 3554 }
3764 3555 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3765 3556 border-radius: 0;
3766 3557 width: 10px;
3767 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3558 + transform: translateY(calc(50% - 14px)) translateX(-4px);
3768 3559 }
3769 3560 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3770 3561 content: "";
3771 3562 position: absolute;
3772 - inset-block-start: 2px;
3563 + top: 2px;
3773 3564 height: 12px;
3774 3565 width: 11px;
3775 3566 transform: rotate(45deg);
3776 3567 background-color: var(--e-a-color-white);
@@ -3847,11 +3638,11 @@
3847 3638 .elementor-slider .noUi-handle {
3848 3639 height: 16px;
3849 3640 width: 16px;
3850 3641 background-color: var(--e-a-color-white);
3642 + left: 0;
3643 + transform: translateY(calc(50% - 14px)) translateX(-8px);
3851 3644 position: absolute;
3852 - inset-inline-end: 0;
3853 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3854 3645 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3855 3646 border-radius: 50%;
3856 3647 }
3857 3648 .elementor-slider .noUi-connects {
@@ -3861,9 +3652,12 @@
3861 3652 }
3862 3653 .elementor-slider .noUi-connect {
3863 3654 position: absolute;
3864 3655 z-index: 0;
3865 - inset: 0;
3656 + top: 0;
3657 + left: 0;
3658 + height: 100%;
3659 + width: 100%;
3866 3660 will-change: transform;
3867 3661 transform-origin: 0 0;
3868 3662 background-color: var(--e-a-border-color-focus);
3869 3663 }
@@ -3868,9 +3662,9 @@
3868 3662 background-color: var(--e-a-border-color-focus);
3869 3663 }
3870 3664 .elementor-slider .noUi-tooltip {
3871 3665 position: absolute;
3872 - inset-block-start: calc(100% + 5px);
3666 + top: calc(100% + 5px);
3873 3667 left: calc(50% - 4px);
3874 3668 transform: translateX(-50%);
3875 3669 font-size: 10px;
3876 3670 }
@@ -3957,9 +3751,9 @@
3957 3751 transition-property: opacity, background;
3958 3752 }
3959 3753 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3960 3754 position: absolute;
3961 - inset-block-start: 0;
3755 + top: 0;
3962 3756 width: 50%;
3963 3757 text-align: center;
3964 3758 line-height: 20px;
3965 3759 transition: inherit;
@@ -3965,14 +3759,14 @@
3965 3759 transition: inherit;
3966 3760 }
3967 3761 .elementor-control-type-switcher .elementor-switch-label:before {
3968 3762 content: attr(data-off);
3969 - inset-inline-end: 5px;
3763 + right: 5px;
3970 3764 color: var(--e-a-color-txt-muted);
3971 3765 }
3972 3766 .elementor-control-type-switcher .elementor-switch-label:after {
3973 3767 content: attr(data-on);
3974 - inset-inline-start: 5px;
3768 + left: 5px;
3975 3769 color: var(--e-a-btn-color);
3976 3770 opacity: 0;
3977 3771 }
3978 3772 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3985,28 +3779,25 @@
3985 3779 opacity: 1;
3986 3780 }
3987 3781 .elementor-control-type-switcher .elementor-switch-handle {
3988 3782 position: absolute;
3989 - inset-block-start: 1px;
3990 - inset-inline-start: 1px;
3783 + top: 1px;
3784 + left: 1px;
3991 3785 width: 18px;
3992 3786 height: 18px;
3993 3787 background: white;
3994 3788 border-radius: 10px;
3995 - transition: inset-inline-start 0.15s ease-out;
3789 + transition: left 0.15s ease-out;
3996 3790 }
3997 3791 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3998 - inset-inline-start: initial;
3999 - inset-inline-end: 1px;
3792 + left: initial;
3793 + right: 1px;
4000 3794 }
4001 3795
4002 3796 .elementor-control-type-tabs {
4003 - display: none;
3797 + display: flex;
4004 3798 font-size: var(--control-title-size);
4005 3799 }
4006 -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) {
4007 - display: flex;
4008 -}
4009 3800
4010 3801 .elementor-control-type-tab {
4011 3802 text-align: center;
4012 3803 width: 100%;
@@ -4049,10 +3840,10 @@
4049 3840 }
4050 3841 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
4051 3842 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
4052 3843 position: absolute;
4053 - inset-block-start: 0;
4054 - inset-inline-end: 0;
3844 + top: 0;
3845 + left: 0;
4055 3846 z-index: 1;
4056 3847 }
4057 3848 .elementor-control-type-textarea .elementor-control-input-wrapper,
4058 3849 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4130,10 +3921,10 @@
4130 3921 }
4131 3922 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4132 3923 display: none;
4133 3924 position: absolute;
4134 - inset-block-start: 5px;
4135 - inset-inline-end: 0;
3925 + top: 5px;
3926 + right: 0;
4136 3927 width: 10px;
4137 3928 height: 10px;
4138 3929 font-size: 10px;
4139 3930 color: var(--e-a-color-txt-disabled);
@@ -4184,76 +3975,8 @@
4184 3975 font-size: 10px;
4185 3976 padding-block-start: 2px;
4186 3977 }
4187 3978
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 3979 .elementor-control-type-wp_widget .widget-inside {
4257 3980 line-height: 2;
4258 3981 background-color: inherit;
4259 3982 display: block;
@@ -4397,13 +4120,13 @@
4397 4120 --e-a-mode-switcher-width: 15px;
4398 4121 --e-a-mode-switcher-height: 50px;
4399 4122 --e-a-mode-switcher-icon-size: 15px;
4400 4123 position: absolute;
4401 - inset-block-start: 50%;
4402 - inset-inline-start: 100%;
4124 + right: 100%;
4125 + top: 50%;
4403 4126 transform: translateY(-50%);
4404 4127 background-color: var(--e-a-bg-default);
4405 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4128 + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05);
4406 4129 transition: 0.3s opacity;
4407 4130 }
4408 4131 #elementor-mode-switcher:hover {
4409 4132 background-color: var(--e-a-bg-hover);
@@ -4473,11 +4196,11 @@
4473 4196 }
4474 4197
4475 4198 #elementor-panel-revisions-loading {
4476 4199 position: absolute;
4477 - inset-block-start: 50%;
4478 - inset-inline-start: 50%;
4479 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4200 + top: 50%;
4201 + left: 50%;
4202 + transform: translate(-50%, -50%);
4480 4203 }
4481 4204 #elementor-panel-revisions-loading .eicon-loading {
4482 4205 font-size: 50px;
4483 4206 }
@@ -4561,10 +4284,10 @@
4561 4284 .e-control-display-conditions-promotion__wrapper {
4562 4285 display: flex;
4563 4286 justify-content: space-between;
4564 4287 }
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);
4288 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4289 + color: var(--e-a-color-accent);
4567 4290 }
4568 4291 .e-control-display-conditions-promotion__description {
4569 4292 display: flex;
4570 4293 align-self: center;
@@ -4577,11 +4300,8 @@
4577 4300 display: flex;
4578 4301 justify-content: center;
4579 4302 align-items: center;
4580 4303 }
4581 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4582 - color: var(--e-a-color-accent-promotion-disabled);
4583 -}
4584 4304 .e-control-display-conditions-promotion.eicon-flow {
4585 4305 align-self: flex-end;
4586 4306 cursor: pointer;
4587 4307 border: var(--e-a-border-bold);
@@ -4592,15 +4312,12 @@
4592 4312 background-color: var(--e-a-bg-active);
4593 4313 color: #E73CF6;
4594 4314 }
4595 4315
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);
4316 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock {
4317 + color: var(--e-a-color-accent);
4598 4318 }
4599 -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4600 - margin-inline-end: 0;
4601 -}
4602 -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion {
4319 +.e-control-motion-effects-promotion__wrapper .select-promotion {
4603 4320 display: flex;
4604 4321 flex-direction: column;
4605 4322 justify-content: center;
4606 4323 padding-inline-start: 5px;
@@ -4614,17 +4331,14 @@
4614 4331 box-shadow: none;
4615 4332 border: var(--e-a-border-bold);
4616 4333 font-size: var(--control-title-size);
4617 4334 }
4618 -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper {
4335 +.e-control-motion-effects-promotion__lock-wrapper {
4619 4336 width: 2.5rem;
4620 4337 display: flex;
4621 4338 justify-content: center;
4622 4339 align-items: center;
4623 4340 }
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 4341
4628 4342 .e-link-promotion {
4629 4343 font-family: "Roboto", sans-serif;
4630 4344 font-weight: 500;
@@ -4711,13 +4425,13 @@
4711 4425 }
4712 4426 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4713 4427 align-self: end;
4714 4428 margin-block-start: 35px;
4715 - inset-block-start: 0;
4429 + top: 0;
4716 4430 width: 100%;
4717 4431 }
4718 4432 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4719 - inset-inline-end: 5px;
4433 + left: 5px;
4720 4434 }
4721 4435 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4722 4436 padding: 0 20px 15px;
4723 4437 }
@@ -5001,13 +4715,8 @@
5001 4715 .e-btn.elementor-button-danger,
5002 4716 .e-btn.e-danger {
5003 4717 background-color: var(--e-a-btn-bg-danger);
5004 4718 }
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 4719 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
5011 4720 .e-btn.elementor-button-danger:hover,
5012 4721 .e-btn.elementor-button-danger:focus,
5013 4722 .e-btn.e-danger:hover,
@@ -5050,23 +4759,22 @@
5050 4759 }
5051 4760
5052 4761 #elementor-preview-responsive-wrapper {
5053 4762 transform-origin: top center;
5054 - margin: 20px;
4763 + padding: 20px;
5055 4764 transform: scale(var(--e-preview-scale, 1));
5056 - overflow: hidden;
5057 4765 }
5058 4766 .elementor-device-desktop #elementor-preview-responsive-wrapper {
5059 4767 min-width: 1025px;
5060 4768 width: 100%;
5061 4769 height: 100%;
5062 - margin: 0;
4770 + padding: 0;
5063 4771 position: relative;
5064 4772 }
5065 4773 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
5066 4774 width: var(--e-editor-preview-width);
5067 4775 height: var(--e-editor-preview-height);
5068 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4776 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
5069 4777 box-sizing: content-box;
5070 4778 position: relative;
5071 4779 max-height: calc(100vh - 80px);
5072 4780 }
@@ -5128,10 +4836,9 @@
5128 4836 #elementor-preview-responsive-wrapper .ui-resizable-s {
5129 4837 bottom: 0;
5130 4838 }
5131 4839 #elementor-preview-responsive-wrapper .ui-resizable-e {
5132 - width: 10px;
5133 - right: -5px;
4840 + right: 0;
5134 4841 }
5135 4842 #elementor-preview-responsive-wrapper .ui-resizable-w {
5136 4843 left: 0;
5137 4844 }
@@ -5142,20 +4849,8 @@
5142 4849 background-color: #fff;
5143 4850 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5144 4851 }
5145 4852
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 4853 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5159 4854 font-style: normal;
5160 4855 text-decoration: underline;
5161 4856 }
@@ -5167,17 +4862,8 @@
5167 4862 }
5168 4863 #elementor-template-library-modal .dialog-message {
5169 4864 overflow-y: scroll;
5170 4865 }
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 4866
5181 4867 #elementor-template-library-header-menu {
5182 4868 text-align: center;
5183 4869 }
@@ -5186,21 +4872,14 @@
5186 4872 display: inline-block;
5187 4873 padding: 17px 20px;
5188 4874 border-block-end: 3px solid transparent;
5189 4875 cursor: pointer;
5190 - background: transparent;
5191 - margin: 0;
5192 - font-size: inherit;
5193 - font-family: inherit;
5194 - color: inherit;
5195 - border: none;
5196 4876 }
5197 4877 .elementor-template-library-menu-item:hover {
5198 4878 background-color: var(--e-a-bg-hover);
5199 4879 border-color: var(--e-a-bg-hover);
5200 4880 }
5201 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5202 - border-block-end: 3px solid;
4881 +.elementor-template-library-menu-item.elementor-active {
5203 4882 border-color: var(--e-a-border-color-accent);
5204 4883 color: var(--e-a-color-txt-accent);
5205 4884 }
5206 4885
@@ -5206,31 +4885,12 @@
5206 4885
5207 4886 #elementor-template-library-header-actions {
5208 4887 display: flex;
5209 4888 }
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;
4889 +#elementor-template-library-header-actions > div {
5218 4890 padding-inline-end: 16px;
5219 - cursor: pointer;
5220 4891 }
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 4892
5228 -#elementor-template-library-header-tools.e-hidden-disabled {
5229 - opacity: 0;
5230 - visibility: hidden;
5231 -}
5232 -
5233 4893 #elementor-template-library-header-preview-insert-wrapper {
5234 4894 cursor: default;
5235 4895 padding: 0 10px;
5236 4896 }
@@ -5239,9 +4899,8 @@
5239 4899 margin-inline-start: 4px;
5240 4900 }
5241 4901
5242 4902 #elementor-template-library-header-preview-back {
5243 - gap: 10px;
5244 4903 padding-block: 16.5px 15px;
5245 4904 padding-inline: 0 16.5px;
5246 4905 border-inline-end: var(--e-a-border);
5247 4906 cursor: pointer;
@@ -5246,138 +4905,27 @@
5246 4905 border-inline-end: var(--e-a-border);
5247 4906 cursor: pointer;
5248 4907 transition: color 0.5s;
5249 4908 }
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 4909 #elementor-template-library-header-preview-back:hover {
5268 4910 color: var(--e-a-color-txt-hover);
5269 4911 }
5270 4912 #elementor-template-library-header-preview-back i {
4913 + padding-inline-end: 10px;
5271 4914 font-size: 18px;
5272 - scale: calc(1 * var(--direction-multiplier)) 1;
5273 4915 }
4916 +#elementor-template-library-header-preview-back i:before {
4917 + content: "\e87d";
4918 +}
5274 4919
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 {
4920 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4921 + margin-block-start: 10px;
4922 + margin-block-end: 45px;
5358 4923 border-block-start: var(--e-a-border);
5359 4924 }
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 {
4925 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5361 4926 color: var(--e-a-color-txt-active);
5362 4927 }
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 4928 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5381 4929 margin: 10px -15px 0;
5382 4930 }
5383 4931 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5403,243 +4951,14 @@
5403 4951 }
5404 4952 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5405 4953 content: "\e8ad";
5406 4954 }
5407 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4955 +
4956 +#elementor-template-library-templates-container {
5408 4957 display: flex;
5409 - align-items: center;
5410 - gap: 8px;
4958 + flex-wrap: wrap;
4959 + align-items: flex-start;
5411 4960 }
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 4961
5643 4962 #elementor-template-library-toolbar {
5644 4963 display: flex;
5645 4964 justify-content: space-between;
@@ -5650,80 +4969,8 @@
5650 4969 display: flex;
5651 4970 align-items: center;
5652 4971 }
5653 4972
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 4973 #elementor-template-library-filter-toolbar-remote {
5727 4974 font-size: 11px;
5728 4975 }
5729 4976
@@ -5737,11 +4984,8 @@
5737 4984 padding-inline-end: 22px;
5738 4985 -webkit-user-select: none;
5739 4986 -moz-user-select: none;
5740 4987 user-select: none;
5741 - line-height: 1;
5742 - font-size: 10px;
5743 - font-weight: 500;
5744 4988 }
5745 4989
5746 4990 label.elementor-template-library-order-label {
5747 4991 cursor: pointer;
@@ -5797,12 +5041,8 @@
5797 5041 #elementor-template-library-filter-my-favorites-label i:after {
5798 5042 content: "\e923";
5799 5043 }
5800 5044
5801 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5802 - margin-block-end: 10px;
5803 -}
5804 -
5805 5045 #elementor-template-library-filter-text-wrapper {
5806 5046 width: 200px;
5807 5047 position: relative;
5808 5048 }
@@ -5807,15 +5047,12 @@
5807 5047 position: relative;
5808 5048 }
5809 5049 #elementor-template-library-filter-text-wrapper i {
5810 5050 position: absolute;
5811 - inset-block-start: 50%;
5812 - inset-inline-end: 0;
5051 + top: 50%;
5052 + left: 0;
5813 5053 transform: translateY(-50%);
5814 5054 }
5815 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5816 - inset-block-start: 25%;
5817 -}
5818 5055
5819 5056 #elementor-template-library-filter-text {
5820 5057 border: none;
5821 5058 border-block-end: var(--e-a-border-bold);
@@ -5841,32 +5078,19 @@
5841 5078 padding: 8px;
5842 5079 border: var(--e-a-border);
5843 5080 border-radius: 3px;
5844 5081 }
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 {
5082 +.elementor-template-library-template-remote:hover {
5850 5083 background-color: var(--e-a-bg-hover);
5851 5084 }
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 {
5085 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5856 5086 display: none;
5857 5087 }
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 {
5088 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5865 5089 opacity: 0;
5866 5090 }
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 {
5091 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5092 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5869 5093 display: none;
5870 5094 }
5871 5095 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5872 5096 content: var(--elementor-template-library-subscription-plan-label);
@@ -5874,10 +5098,10 @@
5874 5098 color: var(--e-a-color-white);
5875 5099 position: absolute;
5876 5100 text-transform: uppercase;
5877 5101 line-height: 1;
5878 - inset-block-start: 5px;
5879 - inset-inline-end: 5px;
5102 + top: 5px;
5103 + left: 5px;
5880 5104 padding: 3px 5px;
5881 5105 font-size: 8px;
5882 5106 border-radius: 2px;
5883 5107 }
@@ -5892,10 +5116,10 @@
5892 5116 }
5893 5117 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5894 5118 position: absolute;
5895 5119 width: 100%;
5896 - inset-block-end: 0;
5897 - inset-inline-start: 0;
5120 + bottom: 0;
5121 + right: 0;
5898 5122 padding: 10px;
5899 5123 background-color: var(--e-a-bg-default);
5900 5124 transition: transform 0.5s;
5901 5125 }
@@ -5901,9 +5125,9 @@
5901 5125 }
5902 5126 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5903 5127 display: none;
5904 5128 }
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 {
5129 +.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 5130 transform: translateY(100%);
5907 5131 }
5908 5132 .elementor-template-library-template-remote .elementor-template-library-template-body {
5909 5133 position: relative;
@@ -5920,9 +5144,12 @@
5920 5144 box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07);
5921 5145 }
5922 5146 .elementor-template-library-template-remote .elementor-template-library-template-preview {
5923 5147 position: absolute;
5924 - inset: 0;
5148 + top: 0;
5149 + left: 0;
5150 + width: 100%;
5151 + height: 100%;
5925 5152 background-color: rgba(0, 0, 0, 0.5);
5926 5153 transition: opacity 0.5s;
5927 5154 cursor: pointer;
5928 5155 }
@@ -5928,11 +5155,11 @@
5928 5155 }
5929 5156 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5930 5157 font-size: 20px;
5931 5158 position: absolute;
5932 - inset-block-start: 50%;
5933 - inset-inline-start: 50%;
5934 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5159 + top: 50%;
5160 + left: 50%;
5161 + transform: translate(-50%, -50%);
5935 5162 }
5936 5163 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5937 5164 display: flex;
5938 5165 justify-content: space-between;
@@ -5952,22 +5179,10 @@
5952 5179 .elementor-template-library-template-remote .elementor-template-library-favorite {
5953 5180 margin-inline-start: auto;
5954 5181 }
5955 5182 .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;
5183 + display: none;
5965 5184 }
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 5185 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5971 5186 content: "\e93f";
5972 5187 color: var(--e-a-color-primary-bold);
5973 5188 }
@@ -6002,231 +5217,112 @@
6002 5217 height: 200px;
6003 5218 }
6004 5219
6005 5220 #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) {
5221 +.elementor-template-library-template-local {
6008 5222 display: flex;
6009 5223 align-items: center;
6010 5224 padding: 0 25px;
6011 5225 text-align: start;
6012 5226 }
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 5227
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;
5228 +#elementor-template-library-order-toolbar-local {
5229 + margin-block-start: 30px;
6093 5230 }
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%;
5231 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
5232 + line-height: 1;
5233 + font-size: 10px;
5234 + font-weight: 500;
6111 5235 }
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 5236
6148 -.elementor-template-library-template-local,
6149 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5237 +.elementor-template-library-template-local {
6150 5238 height: 50px;
6151 5239 width: 100%;
6152 5240 margin-block-start: 1px;
6153 5241 transition: background-color 0.3s linear;
6154 5242 }
6155 -.elementor-template-library-template-local:hover,
6156 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
5243 +.elementor-template-library-template-local:hover {
6157 5244 background-color: var(--e-a-bg-hover);
6158 5245 }
6159 -.elementor-template-library-template-local:first-child,
6160 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
5246 +.elementor-template-library-template-local:first-child {
6161 5247 border-start-start-radius: 3px;
6162 5248 border-start-end-radius: 3px;
6163 5249 border-end-start-radius: 0;
6164 5250 border-end-end-radius: 0;
6165 5251 }
6166 -.elementor-template-library-template-local:last-child,
6167 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
5252 +.elementor-template-library-template-local:last-child {
6168 5253 border-start-start-radius: 0;
6169 5254 border-start-end-radius: 0;
6170 5255 border-end-start-radius: 3px;
6171 5256 border-end-end-radius: 3px;
6172 5257 }
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 {
5258 +.elementor-template-library-template-local .elementor-template-library-template-name {
6175 5259 font-weight: 500;
6176 5260 }
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 5261 .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 {
5262 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6185 5263 padding-inline-end: 20px;
6186 5264 }
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 5265 .elementor-template-library-template-local .elementor-template-library-template-name,
6192 5266 .elementor-template-library-template-local .elementor-template-library-template-meta,
6193 5267 .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 {
5268 +.elementor-template-library-template-local .elementor-template-library-template-action {
6199 5269 white-space: nowrap;
6200 5270 text-overflow: ellipsis;
6201 5271 overflow: hidden;
6202 5272 }
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 {
5273 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6205 5274 position: relative;
6206 5275 display: flex;
6207 5276 align-items: center;
6208 5277 }
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 {
5278 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6213 5279 cursor: pointer;
6214 5280 transition: color 0.5s;
6215 5281 }
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;
5282 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
5283 + margin-inline-end: 3px;
6219 5284 }
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;
5285 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
5286 + margin-inline-start: 6px;
6224 5287 }
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;
5288 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
5289 + color: var(--e-a-color-danger);
6228 5290 }
5291 +.elementor-template-library-template-local .elementor-template-library-template-more {
5292 + display: none;
5293 + position: absolute;
5294 + background-color: var(--e-a-bg-default);
5295 + padding: 3px 20px;
5296 + border-radius: var(--e-a-border-radius);
5297 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5298 + top: 100%;
5299 + left: 0;
5300 + transform: translateX(-65%) translateY(-7px);
5301 + z-index: 1;
5302 +}
5303 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
5304 + content: "";
5305 + position: absolute;
5306 + border: solid transparent;
5307 + border-width: 8px 4px;
5308 + border-block-end-color: var(--e-a-color-white);
5309 + transform: translateY(-100%);
5310 +}
5311 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
5312 + margin: 10px 0;
5313 + font-size: 11px;
5314 +}
5315 +.elementor-template-library-template-local .elementor-template-library-template-more a {
5316 + color: var(--e-a-color-txt);
5317 +}
5318 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
5319 + flex-grow: 1;
5320 + text-align: end;
5321 +}
5322 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
5323 + font-size: 16px;
5324 +}
6229 5325
6230 5326 #elementor-template-library-preview {
6231 5327 height: 100%;
6232 5328 overflow: hidden;
@@ -6232,9 +5328,9 @@
6232 5328 overflow: hidden;
6233 5329 }
6234 5330 #elementor-template-library-preview iframe {
6235 5331 height: 150%;
6236 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
5332 + transform: scale(0.666) translateX(25%) translateY(-25%);
6237 5333 }
6238 5334 @media (max-width: 1439px) {
6239 5335 #elementor-template-library-preview iframe {
6240 5336 width: 1440px;
@@ -6250,14 +5346,8 @@
6250 5346 font-size: 64px;
6251 5347 margin-block-start: 45px;
6252 5348 line-height: 1;
6253 5349 }
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 5350 .elementor-template-library-blank-icon img {
6261 5351 width: 70px;
6262 5352 }
6263 5353 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6295,499 +5385,8 @@
6295 5385 #elementor-template-library-save-template-form > * {
6296 5386 height: 55px;
6297 5387 font-size: 16px;
6298 5388 }
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 5389
6791 5390 #elementor-template-library-save-template-name {
6792 5391 width: 500px;
6793 5392 padding-inline-start: 25px;
@@ -6839,12 +5438,8 @@
6839 5438 padding: 100px 0 0;
6840 5439 min-height: 550px;
6841 5440 }
6842 5441
6843 -.elementor-template-library-cloud-empty__button {
6844 - margin-block-start: 45px;
6845 -}
6846 -
6847 5442 #elementor-template-library-connect-logo {
6848 5443 font-size: 20px;
6849 5444 }
6850 5445 #elementor-template-library-connect__button {
@@ -6881,11 +5476,11 @@
6881 5476 }
6882 5477
6883 5478 .elementor-template-library-blank-footer {
6884 5479 position: absolute;
6885 - inset-block-end: 70px;
6886 - inset-inline-start: 50%;
6887 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5480 + bottom: 70px;
5481 + left: 50%;
5482 + transform: translateX(-50%);
6888 5483 font-style: italic;
6889 5484 color: var(--e-a-color-txt-muted);
6890 5485 }
6891 5486 @media (max-height: 700px) {
@@ -6917,287 +5512,50 @@
6917 5512 #elementor-template-library-error-info {
6918 5513 margin-block-start: 10px;
6919 5514 }
6920 5515
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);
5516 +@media (max-width: 1439px) {
5517 + .elementor-template-library-local-column-1 {
5518 + width: 33%;
5519 + }
5520 + .elementor-template-library-local-column-2 {
5521 + width: 10%;
5522 + }
5523 + .elementor-template-library-local-column-3 {
5524 + width: 15%;
5525 + }
5526 + .elementor-template-library-local-column-4 {
5527 + width: 15%;
5528 + }
5529 + .elementor-template-library-local-column-5 {
5530 + width: 27%;
5531 + }
6930 5532 }
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);
5533 +@media (min-width: 1440px) {
5534 + .elementor-template-library-local-column-1 {
5535 + width: 25%;
5536 + }
5537 + .elementor-template-library-local-column-2 {
5538 + width: 17%;
5539 + }
5540 + .elementor-template-library-local-column-3 {
5541 + width: 17%;
5542 + }
5543 + .elementor-template-library-local-column-4 {
5544 + width: 17%;
5545 + }
5546 + .elementor-template-library-local-column-5 {
5547 + width: 24%;
5548 + }
6938 5549 }
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;
5550 +@media (max-width: 1024px) {
5551 + .elementor-template-library-local-column-3 {
5552 + display: none;
5553 + }
5554 + .elementor-template-library-local-column-5 {
5555 + width: 41%;
5556 + }
6944 5557 }
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 5558 .elementor-tags-list {
7201 5559 display: none;
7202 5560 position: absolute;
7203 5561 width: 260px;
@@ -7287,10 +5645,10 @@
7287 5645 }
7288 5646 .elementor-tag-settings-popup:before {
7289 5647 content: "";
7290 5648 position: absolute;
7291 - inset-block-start: -20px;
7292 - inset-inline-start: 5px;
5649 + top: -20px;
5650 + right: 5px;
7293 5651 border: 10px solid transparent;
7294 5652 border-block-end-color: var(--e-a-border-color);
7295 5653 }
7296 5654 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7381,14 +5739,8 @@
7381 5739 cursor: default;
7382 5740 opacity: 0.5;
7383 5741 color: var(--e-a-color-disabled);
7384 5742 }
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 5743 .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 5744 background-color: var(--e-a-bg-hover);
7393 5745 color: var(--e-a-color-hover);
7394 5746 }
@@ -7406,31 +5758,15 @@
7406 5758 color: var(--e-a-color-txt-muted);
7407 5759 }
7408 5760 .elementor-context-menu-list__item__shortcut--link-fullwidth {
7409 5761 position: absolute;
7410 - inset: 0;
5762 + left: 0;
5763 + top: 0;
5764 + width: 100%;
5765 + height: 100%;
7411 5766 z-index: 2;
7412 5767 cursor: pointer;
7413 5768 }
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 5769 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7434 5770 font-size: 14px;
7435 5771 font-style: normal;
7436 5772 font-weight: 400;
@@ -7515,9 +5851,9 @@
7515 5851 }
7516 5852 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7517 5853 content: "+";
7518 5854 position: absolute;
7519 - inset-inline-end: 0;
5855 + left: 0;
7520 5856 width: 9px;
7521 5857 text-align: center;
7522 5858 margin-inline-end: -18px;
7523 5859 }
@@ -7596,12 +5932,12 @@
7596 5932 }
7597 5933
7598 5934 #elementor-navigator {
7599 5935 position: fixed;
7600 - inset-block-start: 100px;
7601 - inset-inline-end: 30px;
5936 + top: 100px;
7602 5937 width: var(--e-editor-navigator-width);
7603 5938 height: 50vh;
5939 + left: 30px;
7604 5940 background-color: var(--e-a-bg-default);
7605 5941 border: var(--e-a-border);
7606 5942 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7607 5943 -webkit-user-select: none;
@@ -7611,10 +5947,10 @@
7611 5947 z-index: 100;
7612 5948 display: none;
7613 5949 }
7614 5950 body.elementor-navigator-docked #elementor-navigator {
7615 - inset: 0;
7616 - inset-inline-start: auto;
5951 + top: 0;
5952 + left: 0;
7617 5953 height: 100%;
7618 5954 }
7619 5955 body:not(.elementor-navigator-docked) #elementor-navigator {
7620 5956 border-radius: 5px;
@@ -7730,9 +6066,9 @@
7730 6066 .elementor-navigator__item[data-locked=true] {
7731 6067 cursor: not-allowed;
7732 6068 }
7733 6069 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7734 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
6070 + transform: rotate(90deg);
7735 6071 }
7736 6072 .elementor-navigator__item > * {
7737 6073 display: flex;
7738 6074 align-items: center;
@@ -7817,9 +6153,9 @@
7817 6153 overflow: hidden;
7818 6154 }
7819 6155 .elementor-navigator__element__toggle {
7820 6156 position: absolute;
7821 - inset-inline-end: 15px;
6157 + left: 15px;
7822 6158 height: 100%;
7823 6159 z-index: 0;
7824 6160 font-size: 13px;
7825 6161 }
@@ -7828,9 +6164,9 @@
7828 6164 transition: transform 0.5s;
7829 6165 z-index: 91;
7830 6166 }
7831 6167 .elementor-navigator__element__indicators:not(:hover) {
7832 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
6168 + transform: translateX(calc(-100% + var(--e-editor-navigator-indicator-width)));
7833 6169 }
7834 6170 .elementor-navigator__element__indicator {
7835 6171 height: 100%;
7836 6172 width: 31px;
@@ -7857,9 +6193,9 @@
7857 6193
7858 6194 .e-notice-bar {
7859 6195 position: absolute;
7860 6196 width: 100%;
7861 - inset-block-end: 0;
6197 + bottom: 0;
7862 6198 display: flex;
7863 6199 align-items: center;
7864 6200 height: 40px;
7865 6201 color: #fff;
@@ -7883,9 +6219,9 @@
7883 6219 padding: 4px 10px;
7884 6220 font-size: 11px;
7885 6221 }
7886 6222 .e-notice-bar__primary_action a:hover {
7887 - color: rgb(70.5, 0, 30.2142857143);
6223 + color: #47001e;
7888 6224 background: #F1F2F3;
7889 6225 }
7890 6226 .e-notice-bar__secondary_message, .e-notice-bar__secondary_action {
7891 6227 font-size: 11px;
@@ -7985,11 +6321,11 @@
7985 6321 background-color: transparent;
7986 6322 }
7987 6323 #elementor-icons-manager__search i {
7988 6324 position: absolute;
7989 - inset-block-start: 50%;
7990 - inset-inline-end: 15px;
6325 + top: 50%;
7991 6326 transform: translateY(-50%);
6327 + left: 15px;
7992 6328 }
7993 6329 #elementor-icons-manager__tab__wrapper {
7994 6330 overflow: auto;
7995 6331 margin: 25px -15px 0;
@@ -8078,10 +6414,10 @@
8078 6414 content: "";
8079 6415 position: absolute;
8080 6416 height: 100%;
8081 6417 width: 3px;
8082 - inset-block-start: 0;
8083 - inset-inline-start: 0;
6418 + top: 0;
6419 + right: 0;
8084 6420 background-color: var(--e-a-border-color-accent);
8085 6421 }
8086 6422 .elementor-icons-manager__tab__item {
8087 6423 position: relative;
@@ -8106,11 +6442,11 @@
8106 6442 flex-direction: column;
8107 6443 align-items: center;
8108 6444 width: 100%;
8109 6445 position: absolute;
8110 - inset-block-start: 50%;
8111 - inset-inline-start: 50%;
8112 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6446 + top: 50%;
6447 + left: 50%;
6448 + transform: translate(-50%, -50%);
8113 6449 padding: 1px;
8114 6450 }
8115 6451 .elementor-icons-manager__tab__item__icon {
8116 6452 font-size: 25px;
@@ -8154,12 +6490,11 @@
8154 6490 }
8155 6491 .pickr .pcr-button:before, .pickr .pcr-button:after {
8156 6492 height: 12px;
8157 6493 width: 12px;
8158 - position: absolute;
8159 - inset-block-start: 50%;
8160 - inset-inline-start: 50%;
8161 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6494 + top: 50%;
6495 + left: 50%;
6496 + transform: translate(-50%, -50%);
8162 6497 }
8163 6498
8164 6499 .pcr-app {
8165 6500 background-color: var(--e-a-bg-default);
@@ -8266,9 +6601,12 @@
8266 6601 font-family: "eicons";
8267 6602 color: var(--e-a-btn-color-invert);
8268 6603 text-indent: 0;
8269 6604 position: absolute;
8270 - inset: 0;
6605 + left: 0;
6606 + top: 0;
6607 + width: 100%;
6608 + height: 100%;
8271 6609 display: flex;
8272 6610 justify-content: center;
8273 6611 align-items: center;
8274 6612 }
@@ -8299,9 +6637,9 @@
8299 6637 }
8300 6638
8301 6639 .select2-selection__arrow {
8302 6640 height: 27px;
8303 - inset-block-start: 0;
6641 + top: 0;
8304 6642 }
8305 6643
8306 6644 .select2-results__option[aria-selected=true] {
8307 6645 background-color: var(--e-a-bg-active);
@@ -8324,12 +6662,12 @@
8324 6662 .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * {
8325 6663 cursor: ew-resize;
8326 6664 }
8327 6665 .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus {
8328 - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset;
6666 + box-shadow: 0 0 0 1px #0e3b9c inset;
8329 6667 }
8330 6668 .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active {
8331 - color: rgb(14.2857142857, 58.5714285714, 155.7142857143);
6669 + color: #0e3b9c;
8332 6670 -webkit-user-select: none;
8333 6671 -moz-user-select: none;
8334 6672 user-select: none;
8335 6673 }
@@ -8360,10 +6698,11 @@
8360 6698 padding: 0;
8361 6699 margin: 0;
8362 6700 height: 100px;
8363 6701 position: absolute;
8364 - inset-block-start: -60px;
8365 - inset-inline: 0;
6702 + top: -60px;
6703 + left: 0;
6704 + right: 0;
8366 6705 }
8367 6706 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8368 6707 border-color: transparent;
8369 6708 outline: none;
@@ -8390,23 +6729,21 @@
8390 6729 }
8391 6730
8392 6731 [class^=eicon-flex], [class*=" eicon-flex"] {
8393 6732 transition: 0.3s all;
6733 + --is-ltr: 1;
6734 + --is-rtl: 0;
6735 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
6736 + --is-ltr: 0;
6737 + --is-rtl: 1;
8394 6738 }
8395 6739 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8396 6740 max-height: 1em;
8397 6741 max-width: 1em;
8398 6742 }
8399 -[class^=eicon-flex], [class*=" eicon-flex"] {
8400 - --is-ltr: 0;
8401 - --is-rtl: 1;
8402 -}
8403 6743 [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 6744 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8405 6745 }
8406 -[class^=eicon-flex], [class*=" eicon-flex"] {
8407 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8408 -}
8409 6746 :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 6747 transform: rotate(calc(var(--rotation-direction) * 90deg));
8411 6748 }
8412 6749 :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 +6756,6 @@
8419 6756 transform: rotate(calc(var(--is-rtl) * 180deg));
8420 6757 }
8421 6758 .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 6759 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 6760 }
8434 6761 /*# sourceMappingURL=editor-rtl.css.map */