PluginProbe
Elementor Website Builder – more than just a page builder / 3.31.4
Elementor Website Builder – more than just a page builder v3.31.4
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 4.0.8 All 454 releases
← All changes | assets/css/editor-rtl.css +305 -1032 4.3.0 → 3.31.4 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.31.0 - 08-09-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -194,12 +195,11 @@
194 195 color: var(--e-a-color-txt-disabled);
195 196 }
196 197 .e-control-tool i {
197 198 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
199 + top: 50%;
200 + left: 50%;
201 + transform: translateX(-50%) translateY(-50%);
202 202 color: var(--e-a-color-txt-default);
203 203 font-size: 13px;
204 204 }
205 205
@@ -208,11 +208,11 @@
208 208 }
209 209
210 210 .elementor-loader-wrapper {
211 211 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
212 + top: 50%;
213 + left: 50%;
214 + transform: translate(-50%, -50%);
215 215 width: 300px;
216 216 display: flex;
217 217 flex-direction: column;
218 218 align-items: center;
@@ -630,8 +630,13 @@
630 630 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 631 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 632 color: initial;
633 633 }
634 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
635 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
636 + background-color: var(--e-a-btn-bg-disabled);
637 + cursor: not-allowed;
638 +}
634 639 .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 640 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -636,13 +641,8 @@
636 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 643 background-color: var(--e-a-btn-bg-disabled);
639 644 }
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 645
646 646 /*
647 647 * Container style
648 648 */
@@ -787,49 +787,60 @@
787 787 }
788 788
789 789 .elementor-panel :where(#elementor-panel-state-loading,
790 790 #elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper) h1,
791 +#elementor-panel-content-wrapper,
792 +#elementor-panel-footer) h1,
792 793 .elementor-panel :where(#elementor-panel-state-loading,
793 794 #elementor-panel-header-wrapper,
794 -#elementor-panel-content-wrapper) h2,
795 +#elementor-panel-content-wrapper,
796 +#elementor-panel-footer) h2,
795 797 .elementor-panel :where(#elementor-panel-state-loading,
796 798 #elementor-panel-header-wrapper,
797 -#elementor-panel-content-wrapper) h3,
799 +#elementor-panel-content-wrapper,
800 +#elementor-panel-footer) h3,
798 801 .elementor-panel :where(#elementor-panel-state-loading,
799 802 #elementor-panel-header-wrapper,
800 -#elementor-panel-content-wrapper) h4,
803 +#elementor-panel-content-wrapper,
804 +#elementor-panel-footer) h4,
801 805 .elementor-panel :where(#elementor-panel-state-loading,
802 806 #elementor-panel-header-wrapper,
803 -#elementor-panel-content-wrapper) h5,
807 +#elementor-panel-content-wrapper,
808 +#elementor-panel-footer) h5,
804 809 .elementor-panel :where(#elementor-panel-state-loading,
805 810 #elementor-panel-header-wrapper,
806 -#elementor-panel-content-wrapper) h6 {
811 +#elementor-panel-content-wrapper,
812 +#elementor-panel-footer) h6 {
807 813 font-size: 100%;
808 814 font-weight: normal;
809 815 }
810 816 .elementor-panel :where(#elementor-panel-state-loading,
811 817 #elementor-panel-header-wrapper,
812 -#elementor-panel-content-wrapper) abbr,
818 +#elementor-panel-content-wrapper,
819 +#elementor-panel-footer) abbr,
813 820 .elementor-panel :where(#elementor-panel-state-loading,
814 821 #elementor-panel-header-wrapper,
815 -#elementor-panel-content-wrapper) acronym {
822 +#elementor-panel-content-wrapper,
823 +#elementor-panel-footer) acronym {
816 824 border: 0;
817 825 font-variant: normal;
818 826 }
819 827 .elementor-panel :where(#elementor-panel-state-loading,
820 828 #elementor-panel-header-wrapper,
821 -#elementor-panel-content-wrapper) sup {
829 +#elementor-panel-content-wrapper,
830 +#elementor-panel-footer) sup {
822 831 vertical-align: text-top;
823 832 }
824 833 .elementor-panel :where(#elementor-panel-state-loading,
825 834 #elementor-panel-header-wrapper,
826 -#elementor-panel-content-wrapper) sub {
835 +#elementor-panel-content-wrapper,
836 +#elementor-panel-footer) sub {
827 837 vertical-align: text-bottom;
828 838 }
829 839 .elementor-panel :where(#elementor-panel-state-loading,
830 840 #elementor-panel-header-wrapper,
831 -#elementor-panel-content-wrapper) img {
841 +#elementor-panel-content-wrapper,
842 +#elementor-panel-footer) img {
832 843 max-width: 100%;
833 844 height: auto;
834 845 border: 0;
835 846 }
@@ -834,9 +845,10 @@
834 845 border: 0;
835 846 }
836 847 .elementor-panel :where(#elementor-panel-state-loading,
837 848 #elementor-panel-header-wrapper,
838 -#elementor-panel-content-wrapper) :focus {
849 +#elementor-panel-content-wrapper,
850 +#elementor-panel-footer) :focus {
839 851 outline: 0;
840 852 }
841 853 .elementor-panel .elementor-panel-box-content {
842 854 padding: 20px 20px 10px;
@@ -888,9 +900,10 @@
888 900 display: none;
889 901 position: absolute;
890 902 box-shadow: var(--e-a-popover-shadow);
891 903 border-radius: var(--e-a-border-radius);
892 - inset-inline: 0;
904 + left: 0;
905 + right: 0;
893 906 margin: -4px auto 5px;
894 907 padding-block-start: 15px;
895 908 width: 90%;
896 909 z-index: 10000;
@@ -1188,8 +1201,135 @@
1188 1201 inset-inline-end: 0;
1189 1202 border-radius: 50%;
1190 1203 z-index: -1;
1191 1204 }
1205 +.elementor-panel #elementor-panel-footer {
1206 + position: relative;
1207 + height: 40px;
1208 + background-color: var(--e-a-dark-bg);
1209 + color: var(--e-a-dark-color-txt);
1210 +}
1211 +.elementor-panel #elementor-panel-footer-tools {
1212 + display: flex;
1213 + justify-content: space-between;
1214 + height: 100%;
1215 +}
1216 +.elementor-panel .elementor-panel-footer-tool {
1217 + display: flex;
1218 + align-items: center;
1219 + justify-content: center;
1220 + width: 15%;
1221 + cursor: pointer;
1222 + transition: var(--e-a-transition-hover);
1223 + border: 0;
1224 + color: currentColor;
1225 + background-color: transparent;
1226 +}
1227 +.elementor-panel .elementor-panel-footer-tool i {
1228 + font-size: 15px;
1229 +}
1230 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right {
1231 + margin: auto;
1232 + transform: rotate(270deg);
1233 +}
1234 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled {
1235 + cursor: inherit;
1236 +}
1237 +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus {
1238 + color: var(--e-a-dark-color-txt-hover);
1239 +}
1240 +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper {
1241 + display: none;
1242 +}
1243 +.elementor-panel #elementor-panel-footer-saver-publish {
1244 + width: 30%;
1245 + margin-inline-start: auto;
1246 +}
1247 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1248 + margin-inline-end: 0;
1249 +}
1250 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1251 + display: none;
1252 +}
1253 +.elementor-panel #elementor-panel-footer-saver-options {
1254 + width: 10%;
1255 +}
1256 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
1257 + font-size: 11px;
1258 + font-style: italic;
1259 + padding: 5px 0 15px;
1260 +}
1261 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1262 + display: none;
1263 +}
1264 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1265 + border-block-end: 1px dotted transparent;
1266 + transition: all ease-in-out 0.3s;
1267 + cursor: pointer;
1268 +}
1269 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1270 + border-block-end-color: inherit;
1271 +}
1272 +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
1273 + transform: rotate(90deg);
1274 +}
1275 +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
1276 + padding: 0;
1277 + font-size: 11px;
1278 + height: 100%;
1279 + width: 100%;
1280 + border-radius: 0;
1281 +}
1282 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
1283 + background-color: #1f2124;
1284 + color: #9DA5AE;
1285 +}
1286 +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
1287 + border-inline-end: 1px solid #F0ABFC;
1288 +}
1289 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
1290 + border-inline-end: 1px solid #3f444b;
1291 +}
1292 +.elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1293 + position: absolute;
1294 + bottom: 100%;
1295 + left: 0;
1296 + width: 100%;
1297 + background-color: #1f2124;
1298 + padding: 10px;
1299 + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
1300 + cursor: default;
1301 + z-index: 10000;
1302 +}
1303 +.elementor-panel .elementor-panel-footer-sub-menu {
1304 + border-radius: var(--e-border-radius);
1305 + overflow: hidden;
1306 + border: 1px solid #3f444b;
1307 +}
1308 +.elementor-panel .elementor-panel-footer-sub-menu-item {
1309 + display: flex;
1310 + height: 40px;
1311 + color: #D5D8DC;
1312 + align-items: center;
1313 + -moz-column-gap: 10px;
1314 + column-gap: 10px;
1315 + padding: 0 20px;
1316 + transition: var(--e-a-transition-hover);
1317 + cursor: pointer;
1318 +}
1319 +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled {
1320 + cursor: default;
1321 + color: #69727D;
1322 +}
1323 +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1324 + border-block-end: 1px solid #3f444b;
1325 +}
1326 +.elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1327 + background-color: rgba(255, 255, 255, 0.1);
1328 +}
1329 +.elementor-panel .elementor-panel-footer-sub-menu-item.active {
1330 + background-color: rgba(255, 255, 255, 0.2);
1331 +}
1192 1332
1193 1333 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1194 1334 text-align: center;
1195 1335 padding: 10px 0;
@@ -1220,17 +1360,13 @@
1220 1360
1221 1361 #elementor-panel-elements-search-area {
1222 1362 background-color: var(--e-a-bg-default);
1223 1363 position: sticky;
1224 - inset-block-start: 0;
1364 + top: 0;
1225 1365 padding: 15px;
1226 1366 z-index: 1;
1227 1367 }
1228 1368
1229 -#elementor-panel-elements-search-area:empty {
1230 - display: none;
1231 -}
1232 -
1233 1369 #elementor-panel-elements-search-wrapper {
1234 1370 position: relative;
1235 1371 }
1236 1372
@@ -1288,27 +1424,14 @@
1288 1424 -webkit-user-select: none;
1289 1425 -moz-user-select: none;
1290 1426 user-select: none;
1291 1427 }
1292 -.elementor-panel .elementor-element .eicon-atomic,
1293 -.elementor-panel .elementor-element .e-widget-new-badge {
1428 +.elementor-panel .elementor-element .eicon-atomic {
1294 1429 position: absolute;
1295 - inset-block-start: 4px;
1296 - inset-inline-end: 6px;
1297 -}
1298 -.elementor-panel .elementor-element .eicon-atomic {
1430 + inset-block-start: 5px;
1431 + inset-inline-end: 5px;
1299 1432 color: var(--e-a-color-txt);
1300 1433 }
1301 -.elementor-panel .elementor-element .e-widget-new-badge {
1302 - border-radius: 4px;
1303 - background-color: #EBF2FE;
1304 - color: var(--e-a-color-info);
1305 - padding: 2px 4px;
1306 - font-size: 10px;
1307 - font-weight: 500;
1308 - line-height: 1.4;
1309 - pointer-events: none;
1310 -}
1311 1434 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1312 1435 background-color: var(--e-a-bg-hover);
1313 1436 border-color: var(--e-a-border-color-bold);
1314 1437 }
@@ -1445,80 +1568,8 @@
1445 1568 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1446 1569 border: 0;
1447 1570 }
1448 1571
1449 -#elementor-panel-elements-widget-creation-area:empty {
1450 - display: none;
1451 -}
1452 -
1453 -.elementor-panel-elements-widget-creation {
1454 - text-align: center;
1455 - padding: 30px 20px;
1456 -}
1457 -.elementor-panel-elements-widget-creation__title {
1458 - font-size: 14px;
1459 - font-weight: bold;
1460 - line-height: 1.4;
1461 - color: var(--e-a-color-txt);
1462 -}
1463 -.elementor-panel-elements-widget-creation__message {
1464 - margin-block-start: 8px;
1465 - font-size: 13px;
1466 - line-height: 1.6;
1467 - color: var(--e-a-color-txt-muted);
1468 -}
1469 -.elementor-panel-elements-widget-creation__cta {
1470 - display: inline-flex;
1471 - align-items: center;
1472 - gap: 6px;
1473 - margin-block-start: 16px;
1474 - padding: 0;
1475 - border: none;
1476 - background: none;
1477 - color: #C00BB9;
1478 - font-size: 14px;
1479 - font-weight: 500;
1480 - cursor: pointer;
1481 - font-family: var(--e-a-font-family);
1482 -}
1483 -.elementor-panel-elements-widget-creation__cta i {
1484 - font-size: 16px;
1485 -}
1486 -.elementor-panel-elements-widget-creation__cta:hover {
1487 - opacity: 0.8;
1488 -}
1489 -.elementor-panel-elements-widget-creation--search-footer {
1490 - border-block-start: var(--e-a-border);
1491 -}
1492 -
1493 -.elementor-panel-category-custom-widgets-empty {
1494 - grid-column: 1/-1;
1495 - width: 100%;
1496 - padding: 0 16px 16px;
1497 -}
1498 -.elementor-panel-category-custom-widgets-empty__message {
1499 - margin: 0;
1500 - font-size: 12px;
1501 - line-height: 1.6;
1502 - color: var(--e-a-color-txt-muted);
1503 -}
1504 -
1505 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1506 - margin-inline-start: auto;
1507 - padding: 4px 10px;
1508 - border: none;
1509 - background: none;
1510 - color: #C00BB9;
1511 - font-size: 12px;
1512 - font-weight: 500;
1513 - cursor: pointer;
1514 - font-family: var(--e-a-font-family);
1515 - flex-shrink: 0;
1516 -}
1517 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1518 - opacity: 0.8;
1519 -}
1520 -
1521 1572 #elementor-panel-inner {
1522 1573 position: relative;
1523 1574 height: 100%;
1524 1575 display: flex;
@@ -1544,54 +1595,18 @@
1544 1595 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1545 1596 margin-block-start: 20px;
1546 1597 }
1547 1598
1548 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) {
1549 - display: flex;
1550 - flex-direction: column;
1551 -}
1552 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor {
1553 - display: flex;
1554 - flex-direction: column;
1555 - flex: 1;
1556 - min-height: 0;
1557 -}
1558 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion {
1559 - position: sticky;
1560 - inset-block-end: 0;
1561 - margin-block-start: auto;
1562 -}
1563 -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1564 - margin-block-start: 0;
1565 -}
1566 -
1567 1599 #elementor-panel-get-pro-elements-sticky {
1568 1600 position: sticky;
1569 - inset-block-end: 0;
1570 - margin-block-end: -10px;
1571 -}
1572 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1573 - margin-block-start: -14px;
1574 -}
1575 -
1576 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) {
1577 - display: flex;
1578 - flex-direction: column;
1579 - min-height: 100%;
1580 -}
1581 -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky {
1582 - margin-block-start: auto;
1583 -}
1584 -
1585 -#elementor-panel-get-pro-elements-sticky,
1586 -.elementor-panel-editor-sticky-promotion {
1601 + bottom: 0;
1587 1602 font-size: 14px;
1588 1603 font-weight: 400;
1589 1604 line-height: 1.6;
1590 - background-color: var(--e-a-color-white);
1605 + margin-block-end: -10px;
1591 1606 }
1592 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1593 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1607 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1608 + margin-top: -14px;
1594 1609 min-height: 40px;
1595 1610 display: block;
1596 1611 padding: 9px min(35px, 5%);
1597 1612 gap: 10px;
@@ -1599,18 +1614,16 @@
1599 1614 color: var(--e-a-color-black);
1600 1615 text-align: center;
1601 1616 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1602 1617 }
1603 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a,
1604 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a {
1618 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1605 1619 display: inline-block;
1606 1620 font-size: 13px;
1607 1621 font-weight: 500;
1608 1622 color: var(--e-a-btn-bg-accent);
1609 1623 }
1610 -#elementor-panel-get-pro-elements-sticky img,
1611 -.elementor-panel-editor-sticky-promotion img {
1612 - margin-inline-start: 17px;
1624 +#elementor-panel-get-pro-elements-sticky img {
1625 + margin-left: 17px;
1613 1626 }
1614 1627
1615 1628 #elementor-panel-notice-wrapper .elementor-panel-notice {
1616 1629 width: 90%;
@@ -1637,16 +1650,12 @@
1637 1650 background: var(--e-a-color-primary);
1638 1651 border-radius: 50%;
1639 1652 width: 8px;
1640 1653 height: 8px;
1641 - inset-block-start: 5px;
1642 - inset-inline-end: 5px;
1654 + top: 5px;
1655 + right: 5px;
1643 1656 }
1644 1657
1645 -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper {
1646 - display: none !important;
1647 -}
1648 -
1649 1658 .media-modal.wp-core-ui {
1650 1659 color-scheme: light;
1651 1660 color: #515962;
1652 1661 }
@@ -1817,8 +1826,11 @@
1817 1826 background-color: var(--e-a-bg-chip);
1818 1827 border-radius: 100px;
1819 1828 padding: 5px 8px;
1820 1829 }
1830 +.elementor-panel-heading-category-chip i {
1831 + margin-inline-start: 4px;
1832 +}
1821 1833 .elementor-panel-heading-promotion {
1822 1834 margin-inline-start: auto;
1823 1835 }
1824 1836 .elementor-panel-heading-promotion a {
@@ -1886,10 +1898,8 @@
1886 1898 .elementor-group-control-attachment_alert .elementor-control-field-description {
1887 1899 margin-block-start: 0;
1888 1900 }
1889 1901
1890 -.elementor-control-start-end .eicon-text-align-left,
1891 -.elementor-control-start-end .eicon-text-align-right,
1892 1902 .elementor-control-start-end .eicon-h-align-left,
1893 1903 .elementor-control-start-end .eicon-h-align-right {
1894 1904 scale: calc(1 * var(--direction-multiplier)) 1;
1895 1905 }
@@ -1929,9 +1939,9 @@
1929 1939 }
1930 1940 .elementor-control-responsive-switchers__holder {
1931 1941 position: absolute;
1932 1942 width: 100%;
1933 - inset-block-start: 0;
1943 + top: 0;
1934 1944 background-color: var(--e-a-bg-default);
1935 1945 border-radius: var(--e-a-border-radius);
1936 1946 transition: 0.15s;
1937 1947 border: 1px solid transparent;
@@ -2252,9 +2262,9 @@
2252 2262 }
2253 2263 .elementor-control-responsive-switchers__holder {
2254 2264 position: absolute;
2255 2265 width: 100%;
2256 - inset-block-start: 0;
2266 + top: 0;
2257 2267 background-color: var(--e-a-bg-default);
2258 2268 border-radius: var(--e-a-border-radius);
2259 2269 transition: 0.15s;
2260 2270 border: 1px solid transparent;
@@ -2530,9 +2540,9 @@
2530 2540 }
2531 2541 .elementor-control-responsive-switchers__holder {
2532 2542 position: absolute;
2533 2543 width: 100%;
2534 - inset-block-start: 0;
2544 + top: 0;
2535 2545 background-color: var(--e-a-bg-default);
2536 2546 border-radius: var(--e-a-border-radius);
2537 2547 transition: 0.15s;
2538 2548 border: 1px solid transparent;
@@ -2798,11 +2808,11 @@
2798 2808 }
2799 2809
2800 2810 .elementor-control-type-icons .elementor-control-media__preview > * {
2801 2811 position: absolute;
2802 - inset-block-start: 50%;
2803 - inset-inline-start: 50%;
2804 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2812 + top: 50%;
2813 + left: 50%;
2814 + transform: translate(-50%, -50%);
2805 2815 }
2806 2816 .elementor-control-type-icons .elementor-control-media__preview i {
2807 2817 font-size: 70px;
2808 2818 }
@@ -3001,19 +3011,8 @@
3001 3011 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3002 3012 background-color: #BABFC5;
3003 3013 border-radius: 10px;
3004 3014 }
3005 -.e-global__group-header {
3006 - padding: 12px 20px 5px;
3007 - font-weight: 500;
3008 - font-size: 11px;
3009 - color: var(--e-a-color-txt-muted);
3010 -}
3011 -.e-global__group-divider {
3012 - height: 1px;
3013 - background-color: var(--e-a-border-color);
3014 - margin: 10px 20px;
3015 -}
3016 3015 .e-global__manage-button {
3017 3016 font-weight: 500;
3018 3017 cursor: pointer;
3019 3018 }
@@ -3029,9 +3028,9 @@
3029 3028 font-size: 13px;
3030 3029 content: "\e90e";
3031 3030 position: absolute;
3032 3031 transform: translateY(-50%);
3033 - inset-block-start: 50%;
3032 + top: 50%;
3034 3033 inset-inline-start: 13px;
3035 3034 }
3036 3035 .e-global__color {
3037 3036 padding: 10px 20px;
@@ -3172,11 +3171,11 @@
3172 3171 display: none;
3173 3172 }
3174 3173 .elementor-control-media .eicon-plus-circle {
3175 3174 position: absolute;
3176 - inset-block-start: 50%;
3177 - inset-inline-start: 50%;
3178 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3175 + top: 50%;
3176 + left: 50%;
3177 + transform: translate(-50%, -50%);
3179 3178 color: var(--e-a-color-white);
3180 3179 font-size: 20px;
3181 3180 }
3182 3181 .elementor-control-media__content__upload-button {
@@ -3199,11 +3198,11 @@
3199 3198 display: none;
3200 3199 }
3201 3200 .elementor-control-media-area .eicon-video-camera {
3202 3201 position: absolute;
3203 - inset-block-start: 50%;
3204 - inset-inline-start: 50%;
3205 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3202 + top: 50%;
3203 + left: 50%;
3204 + transform: translate(-50%, -50%);
3206 3205 color: rgba(255, 255, 255, 0.7);
3207 3206 font-size: 21px;
3208 3207 }
3209 3208 .elementor-control-media .elementor-control-media__content {
@@ -3219,9 +3218,9 @@
3219 3218 background-color: rgba(0, 0, 0, 0.2);
3220 3219 pointer-events: none;
3221 3220 }
3222 3221 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3223 - inset-block-end: -30px;
3222 + bottom: -30px;
3224 3223 }
3225 3224 .elementor-control-media__content {
3226 3225 transition: all 0.2s ease-in-out;
3227 3226 }
@@ -3226,10 +3225,11 @@
3226 3225 transition: all 0.2s ease-in-out;
3227 3226 }
3228 3227 .elementor-control-media__tools {
3229 3228 position: absolute;
3230 - inset-block-end: 0;
3231 - inset-inline: 0;
3229 + bottom: 0;
3230 + left: 0;
3231 + right: 0;
3232 3232 height: 27px;
3233 3233 transition: all 0.2s ease-in-out;
3234 3234 }
3235 3235 .elementor-control-media__tools > *:not(:first-child) {
@@ -3643,9 +3643,9 @@
3643 3643 }
3644 3644 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3645 3645 content: "";
3646 3646 position: absolute;
3647 - inset-block-start: 2px;
3647 + top: 2px;
3648 3648 height: 12px;
3649 3649 width: 11px;
3650 3650 transform: rotate(45deg);
3651 3651 background-color: var(--e-a-color-white);
@@ -3743,9 +3743,9 @@
3743 3743 background-color: var(--e-a-border-color-focus);
3744 3744 }
3745 3745 .elementor-slider .noUi-tooltip {
3746 3746 position: absolute;
3747 - inset-block-start: calc(100% + 5px);
3747 + top: calc(100% + 5px);
3748 3748 left: calc(50% - 4px);
3749 3749 transform: translateX(-50%);
3750 3750 font-size: 10px;
3751 3751 }
@@ -3832,9 +3832,9 @@
3832 3832 transition-property: opacity, background;
3833 3833 }
3834 3834 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3835 3835 position: absolute;
3836 - inset-block-start: 0;
3836 + top: 0;
3837 3837 width: 50%;
3838 3838 text-align: center;
3839 3839 line-height: 20px;
3840 3840 transition: inherit;
@@ -3840,14 +3840,14 @@
3840 3840 transition: inherit;
3841 3841 }
3842 3842 .elementor-control-type-switcher .elementor-switch-label:before {
3843 3843 content: attr(data-off);
3844 - inset-inline-end: 5px;
3844 + right: 5px;
3845 3845 color: var(--e-a-color-txt-muted);
3846 3846 }
3847 3847 .elementor-control-type-switcher .elementor-switch-label:after {
3848 3848 content: attr(data-on);
3849 - inset-inline-start: 5px;
3849 + left: 5px;
3850 3850 color: var(--e-a-btn-color);
3851 3851 opacity: 0;
3852 3852 }
3853 3853 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3860,19 +3860,19 @@
3860 3860 opacity: 1;
3861 3861 }
3862 3862 .elementor-control-type-switcher .elementor-switch-handle {
3863 3863 position: absolute;
3864 - inset-block-start: 1px;
3865 - inset-inline-start: 1px;
3864 + top: 1px;
3865 + left: 1px;
3866 3866 width: 18px;
3867 3867 height: 18px;
3868 3868 background: white;
3869 3869 border-radius: 10px;
3870 - transition: inset-inline-start 0.15s ease-out;
3870 + transition: left 0.15s ease-out;
3871 3871 }
3872 3872 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3873 - inset-inline-start: initial;
3874 - inset-inline-end: 1px;
3873 + left: initial;
3874 + right: 1px;
3875 3875 }
3876 3876
3877 3877 .elementor-control-type-tabs {
3878 3878 display: none;
@@ -4005,10 +4005,10 @@
4005 4005 }
4006 4006 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4007 4007 display: none;
4008 4008 position: absolute;
4009 - inset-block-start: 5px;
4010 - inset-inline-end: 0;
4009 + top: 5px;
4010 + right: 0;
4011 4011 width: 10px;
4012 4012 height: 10px;
4013 4013 font-size: 10px;
4014 4014 color: var(--e-a-color-txt-disabled);
@@ -4348,11 +4348,11 @@
4348 4348 }
4349 4349
4350 4350 #elementor-panel-revisions-loading {
4351 4351 position: absolute;
4352 - inset-block-start: 50%;
4353 - inset-inline-start: 50%;
4354 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4352 + top: 50%;
4353 + left: 50%;
4354 + transform: translate(-50%, -50%);
4355 4355 }
4356 4356 #elementor-panel-revisions-loading .eicon-loading {
4357 4357 font-size: 50px;
4358 4358 }
@@ -4436,10 +4436,10 @@
4436 4436 .e-control-display-conditions-promotion__wrapper {
4437 4437 display: flex;
4438 4438 justify-content: space-between;
4439 4439 }
4440 -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion {
4441 - color: var(--e-a-color-accent-promotion);
4440 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4441 + color: var(--e-a-color-accent);
4442 4442 }
4443 4443 .e-control-display-conditions-promotion__description {
4444 4444 display: flex;
4445 4445 align-self: center;
@@ -4452,11 +4452,8 @@
4452 4452 display: flex;
4453 4453 justify-content: center;
4454 4454 align-items: center;
4455 4455 }
4456 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4457 - color: var(--e-a-color-accent-promotion-disabled);
4458 -}
4459 4456 .e-control-display-conditions-promotion.eicon-flow {
4460 4457 align-self: flex-end;
4461 4458 cursor: pointer;
4462 4459 border: var(--e-a-border-bold);
@@ -4467,10 +4464,10 @@
4467 4464 background-color: var(--e-a-bg-active);
4468 4465 color: #E73CF6;
4469 4466 }
4470 4467
4471 -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full {
4472 - color: var(--e-a-color-accent-promotion);
4468 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4469 + color: var(--e-a-color-accent);
4473 4470 }
4474 4471 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4475 4472 margin-inline-end: 0;
4476 4473 }
@@ -4495,11 +4492,8 @@
4495 4492 display: flex;
4496 4493 justify-content: center;
4497 4494 align-items: center;
4498 4495 }
4499 -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full {
4500 - color: var(--e-a-color-accent-promotion-disabled);
4501 -}
4502 4496
4503 4497 .e-link-promotion {
4504 4498 font-family: "Roboto", sans-serif;
4505 4499 font-weight: 500;
@@ -4529,9 +4523,11 @@
4529 4523 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
4530 4524 padding: 25px 15px 0;
4531 4525 }
4532 4526 .elementor-editor-kit #elementor-panel-header-add-button,
4533 -.elementor-editor-kit #elementor-panel-header-menu-button {
4527 +.elementor-editor-kit #elementor-panel-header-menu-button,
4528 +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
4529 +.elementor-editor-kit #elementor-panel-footer-navigator {
4534 4530 display: none;
4535 4531 }
4536 4532
4537 4533 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
@@ -5015,20 +5011,8 @@
5015 5011 background-color: #fff;
5016 5012 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5017 5013 }
5018 5014
5019 -#elementor-template-library-modal button:focus-visible,
5020 -#elementor-template-library-modal a:focus-visible,
5021 -#elementor-template-library-modal input:focus-visible,
5022 -#elementor-template-library-modal select:focus-visible,
5023 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5024 -#elementor-template-library-modal [role=tab]:focus-visible,
5025 -#elementor-template-library-modal [role=radio]:focus-visible,
5026 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5027 - outline: 2px solid var(--e-a-border-color-focus);
5028 - outline-offset: 2px;
5029 - border-radius: 2px;
5030 -}
5031 5015 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5032 5016 font-style: normal;
5033 5017 text-decoration: underline;
5034 5018 }
@@ -5040,10 +5024,10 @@
5040 5024 }
5041 5025 #elementor-template-library-modal .dialog-message {
5042 5026 overflow-y: scroll;
5043 5027 }
5044 -#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 {
5045 - overflow-y: auto;
5028 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5029 + overflow-y: hidden;
5046 5030 }
5047 5031 #elementor-template-library-modal .e-back-to-editor {
5048 5032 color: var(--e-a-color-txt);
5049 5033 text-decoration: underline;
@@ -5059,21 +5043,14 @@
5059 5043 display: inline-block;
5060 5044 padding: 17px 20px;
5061 5045 border-block-end: 3px solid transparent;
5062 5046 cursor: pointer;
5063 - background: transparent;
5064 - margin: 0;
5065 - font-size: inherit;
5066 - font-family: inherit;
5067 - color: inherit;
5068 - border: none;
5069 5047 }
5070 5048 .elementor-template-library-menu-item:hover {
5071 5049 background-color: var(--e-a-bg-hover);
5072 5050 border-color: var(--e-a-bg-hover);
5073 5051 }
5074 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5075 - border-block-end: 3px solid;
5052 +.elementor-template-library-menu-item.elementor-active {
5076 5053 border-color: var(--e-a-border-color-accent);
5077 5054 color: var(--e-a-color-txt-accent);
5078 5055 }
5079 5056
@@ -5079,25 +5056,11 @@
5079 5056
5080 5057 #elementor-template-library-header-actions {
5081 5058 display: flex;
5082 5059 }
5083 -#elementor-template-library-header-actions > div,
5084 -#elementor-template-library-header-actions > button {
5085 - background: transparent;
5086 - margin: 0;
5087 - font-size: inherit;
5088 - font-family: inherit;
5089 - color: inherit;
5090 - border: none;
5060 +#elementor-template-library-header-actions > div {
5091 5061 padding-inline-end: 16px;
5092 - cursor: pointer;
5093 5062 }
5094 -#elementor-template-library-header-actions > div:focus-visible,
5095 -#elementor-template-library-header-actions > button:focus-visible {
5096 - outline: 2px solid var(--e-a-border-color-focus);
5097 - outline-offset: -2px;
5098 - border-radius: 2px;
5099 -}
5100 5063
5101 5064 #elementor-template-library-header-tools.e-hidden-disabled {
5102 5065 opacity: 0;
5103 5066 visibility: hidden;
@@ -5119,25 +5082,8 @@
5119 5082 border-inline-end: var(--e-a-border);
5120 5083 cursor: pointer;
5121 5084 transition: color 0.5s;
5122 5085 }
5123 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5124 - background: transparent;
5125 - margin: 0;
5126 - font-size: inherit;
5127 - font-family: inherit;
5128 - color: inherit;
5129 - border: none;
5130 - display: flex;
5131 - align-items: center;
5132 - gap: 10px;
5133 - cursor: pointer;
5134 -}
5135 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5136 - outline: 2px solid var(--e-a-border-color-focus);
5137 - outline-offset: 2px;
5138 - border-radius: 2px;
5139 -}
5140 5086 #elementor-template-library-header-preview-back:hover {
5141 5087 color: var(--e-a-color-txt-hover);
5142 5088 }
5143 5089 #elementor-template-library-header-preview-back i {
@@ -5170,20 +5116,15 @@
5170 5116 }
5171 5117 #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 {
5172 5118 display: flex;
5173 5119 align-items: baseline;
5174 - border-radius: 3px;
5175 5120 }
5176 -#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 {
5177 - outline: 2px solid var(--e-a-border-color-focus);
5178 - outline-offset: 2px;
5179 -}
5180 5121 #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 {
5181 5122 align-items: center;
5182 5123 }
5183 5124 #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 {
5184 5125 font-size: 14px;
5185 - margin-inline-start: 5px;
5126 + margin-left: 5px;
5186 5127 }
5187 5128 #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 {
5188 5129 width: 200px;
5189 5130 margin: 0px 10px;
@@ -5282,14 +5223,8 @@
5282 5223 align-items: center;
5283 5224 gap: 8px;
5284 5225 }
5285 5226 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5286 - background: transparent;
5287 - margin: 0;
5288 - font-size: inherit;
5289 - font-family: inherit;
5290 - color: inherit;
5291 - border: none;
5292 5227 cursor: pointer;
5293 5228 font-size: 20px;
5294 5229 padding: 0 5px;
5295 5230 border-radius: 2px;
@@ -5329,19 +5264,15 @@
5329 5264 padding: 8px;
5330 5265 border: var(--e-a-border);
5331 5266 border-radius: 3px;
5332 5267 }
5333 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5334 - outline: 2px solid var(--e-a-border-color-focus);
5335 - outline-offset: 2px;
5336 -}
5337 -#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 {
5268 +#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 {
5338 5269 display: flex;
5339 5270 }
5340 -#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 {
5271 +#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 {
5341 5272 display: none;
5342 5273 }
5343 -#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 {
5274 +#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 {
5344 5275 display: flex !important;
5345 5276 }
5346 5277 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5347 5278 width: 190px;
@@ -5347,14 +5278,14 @@
5347 5278 width: 190px;
5348 5279 height: 100px;
5349 5280 position: relative;
5350 5281 border-radius: 3px;
5351 - margin-block-end: 4px;
5282 + margin-bottom: 4px;
5352 5283 overflow: hidden;
5353 5284 }
5354 5285 #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 {
5355 - -o-object-fit: contain;
5356 - object-fit: contain;
5286 + -o-object-fit: cover;
5287 + object-fit: cover;
5357 5288 width: 100%;
5358 5289 height: 100%;
5359 5290 }
5360 5291 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
@@ -5436,29 +5367,16 @@
5436 5367 gap: 20px;
5437 5368 align-items: center;
5438 5369 flex: 1;
5439 5370 }
5440 -#elementor-template-library-templates .bulk-selection-action-bar button {
5441 - background: transparent;
5442 - margin: 0;
5443 - font-size: inherit;
5444 - font-family: inherit;
5445 - color: inherit;
5446 - border: none;
5371 +#elementor-template-library-templates .bulk-selection-action-bar i {
5447 5372 cursor: pointer;
5448 - display: flex;
5449 - align-items: center;
5450 - justify-content: center;
5373 + font-size: 18px;
5451 5374 }
5452 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5375 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5453 5376 pointer-events: none;
5454 5377 opacity: 0.3;
5455 - cursor: not-allowed;
5456 5378 }
5457 -#elementor-template-library-templates .bulk-selection-action-bar i {
5458 - cursor: pointer;
5459 - font-size: 18px;
5460 -}
5461 5379 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5462 5380 font-size: 20px;
5463 5381 }
5464 5382 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5494,12 +5412,12 @@
5494 5412 background: var(--e-a-bg-active);
5495 5413 }
5496 5414 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5497 5415 position: relative;
5498 - inset-block-start: 3px;
5416 + top: 3px;
5499 5417 }
5500 5418 #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5501 - inset-block-start: 0px;
5419 + top: 0px;
5502 5420 }
5503 5421 #elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5504 5422 #elementor-template-library-templates #bulk-select-all:checked {
5505 5423 background: #69727D;
@@ -5540,11 +5458,11 @@
5540 5458 .elementor-template-library-filter-select-source .source-option i {
5541 5459 margin-inline-end: 5px;
5542 5460 }
5543 5461 .elementor-template-library-filter-select-source .source-option .new-badge {
5544 - border: 1px solid var(--e-a-color-primary-bold-dark);
5462 + border: 1px solid var(--e-a-color-primary-bold);
5545 5463 padding: 2px 4px;
5546 - color: var(--e-a-color-primary-bold-dark);
5464 + color: var(--e-a-color-primary-bold);
5547 5465 border-radius: 10px;
5548 5466 font-size: 10px;
5549 5467 margin-inline-start: 5px;
5550 5468 }
@@ -5551,52 +5469,8 @@
5551 5469 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5552 5470 background-color: var(--e-a-bg-hover);
5553 5471 }
5554 5472
5555 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5556 - display: flex;
5557 - align-items: center;
5558 - justify-content: space-between;
5559 -}
5560 -
5561 -#elementor-template-library-toolbar .source-option-badge,
5562 -.elementor-template-library-connect-states-badge .source-option-badge {
5563 - display: flex;
5564 - align-items: center;
5565 - gap: 6px;
5566 - padding: 6px 12px;
5567 - border: none;
5568 - border-radius: 20px;
5569 - font-size: 14px;
5570 - font-weight: 500;
5571 - white-space: nowrap;
5572 - margin-inline-start: auto;
5573 - margin-inline-end: 15px;
5574 -}
5575 -#elementor-template-library-toolbar .source-option-badge i,
5576 -.elementor-template-library-connect-states-badge .source-option-badge i {
5577 - margin: 0;
5578 - font-size: 14px;
5579 -}
5580 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5581 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5582 - background-color: var(--e-a-bg-info);
5583 - color: var(--e-a-color-info);
5584 -}
5585 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5586 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5587 - color: var(--e-a-color-info);
5588 -}
5589 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5590 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5591 - background-color: var(--e-a-bg-warning);
5592 - color: var(--e-a-btn-bg-warning-hover);
5593 -}
5594 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5595 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5596 - color: var(--e-a-btn-bg-warning-hover);
5597 -}
5598 -
5599 5473 #elementor-template-library-filter-toolbar-remote {
5600 5474 font-size: 11px;
5601 5475 }
5602 5476
@@ -5671,9 +5545,9 @@
5671 5545 content: "\e923";
5672 5546 }
5673 5547
5674 5548 #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5675 - margin-block-end: 10px;
5549 + margin-bottom: 10px;
5676 5550 }
5677 5551
5678 5552 #elementor-template-library-filter-text-wrapper {
5679 5553 width: 200px;
@@ -5685,9 +5559,9 @@
5685 5559 inset-inline-end: 0;
5686 5560 transform: translateY(-50%);
5687 5561 }
5688 5562 #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5689 - inset-block-start: 25%;
5563 + top: 25%;
5690 5564 }
5691 5565
5692 5566 #elementor-template-library-filter-text {
5693 5567 border: none;
@@ -5714,32 +5588,19 @@
5714 5588 padding: 8px;
5715 5589 border: var(--e-a-border);
5716 5590 border-radius: 3px;
5717 5591 }
5718 -.elementor-template-library-template-remote:focus-visible {
5719 - outline: 2px solid var(--e-a-border-color-focus);
5720 - outline-offset: 2px;
5721 -}
5722 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5592 +.elementor-template-library-template-remote:hover {
5723 5593 background-color: var(--e-a-bg-hover);
5724 5594 }
5725 -.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 {
5726 - opacity: 1;
5727 -}
5728 -.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 {
5595 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5729 5596 display: none;
5730 5597 }
5731 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5732 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5733 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5734 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5735 - display: initial;
5736 -}
5737 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5598 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5738 5599 opacity: 0;
5739 5600 }
5740 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5741 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5601 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5602 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5742 5603 display: none;
5743 5604 }
5744 5605 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5745 5606 content: var(--elementor-template-library-subscription-plan-label);
@@ -5774,9 +5635,9 @@
5774 5635 }
5775 5636 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5776 5637 display: none;
5777 5638 }
5778 -.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 {
5639 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5779 5640 transform: translateY(100%);
5780 5641 }
5781 5642 .elementor-template-library-template-remote .elementor-template-library-template-body {
5782 5643 position: relative;
@@ -5801,11 +5662,11 @@
5801 5662 }
5802 5663 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5803 5664 font-size: 20px;
5804 5665 position: absolute;
5805 - inset-block-start: 50%;
5806 - inset-inline-start: 50%;
5807 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5666 + top: 50%;
5667 + left: 50%;
5668 + transform: translate(-50%, -50%);
5808 5669 }
5809 5670 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5810 5671 display: flex;
5811 5672 justify-content: space-between;
@@ -5825,22 +5686,10 @@
5825 5686 .elementor-template-library-template-remote .elementor-template-library-favorite {
5826 5687 margin-inline-start: auto;
5827 5688 }
5828 5689 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5829 - position: absolute;
5830 - width: 1px;
5831 - height: 1px;
5832 - padding: 0;
5833 - margin: -1px;
5834 - overflow: hidden;
5835 - clip: rect(0, 0, 0, 0);
5836 - white-space: nowrap;
5837 - border: 0;
5690 + display: none;
5838 5691 }
5839 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5840 - outline: 2px solid var(--e-a-border-color-focus);
5841 - outline-offset: 2px;
5842 -}
5843 5692 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5844 5693 content: "\e93f";
5845 5694 color: var(--e-a-color-primary-bold);
5846 5695 }
@@ -5959,22 +5808,11 @@
5959 5808 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5960 5809 inset-block-start: 100%;
5961 5810 inset-inline-end: 0;
5962 5811 z-index: 1;
5963 - list-style: none;
5964 - margin: 0;
5965 - padding: 0;
5966 5812 }
5967 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
5968 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5969 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
5970 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5971 - background: transparent;
5972 - margin: 0;
5973 - font-size: inherit;
5974 - font-family: inherit;
5975 - color: inherit;
5976 - border: none;
5813 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5814 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
5977 5815 padding: 10px 20px;
5978 5816 font-size: 11px;
5979 5817 cursor: pointer;
5980 5818 display: flex;
@@ -5979,21 +5817,25 @@
5979 5817 cursor: pointer;
5980 5818 display: flex;
5981 5819 align-items: center;
5982 5820 gap: 8px;
5983 - width: 100%;
5984 5821 }
5985 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
5986 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
5987 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
5988 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5822 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5823 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
5989 5824 cursor: not-allowed;
5990 5825 color: var(--e-a-color-txt-disabled);
5991 5826 }
5992 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5993 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5827 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5828 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5829 + color: var(--e-a-color-txt-disabled);
5830 + cursor: not-allowed;
5831 +}
5832 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5833 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
5994 5834 color: var(--e-a-color-txt);
5995 - text-decoration: none;
5835 + display: flex;
5836 + align-items: center;
5837 + gap: 8px;
5996 5838 }
5997 5839 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
5998 5840 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
5999 5841 color: var(--e-a-color-danger);
@@ -6005,14 +5847,8 @@
6005 5847 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6006 5848 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6007 5849 margin-inline-start: auto;
6008 5850 cursor: pointer;
6009 - background: none;
6010 - border: none;
6011 - padding: 0;
6012 - display: flex;
6013 - align-items: center;
6014 - justify-content: center;
6015 5851 }
6016 5852 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6017 5853 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6018 5854 font-size: 20px;
@@ -6079,11 +5915,9 @@
6079 5915 display: flex;
6080 5916 align-items: center;
6081 5917 }
6082 5918 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6083 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6084 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6085 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5919 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6086 5920 cursor: pointer;
6087 5921 transition: color 0.5s;
6088 5922 }
6089 5923 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6168,18 +6002,18 @@
6168 6002 #elementor-template-library-save-template-form > * {
6169 6003 height: 55px;
6170 6004 font-size: 16px;
6171 6005 }
6006 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
6007 + display: block;
6008 + width: 500px;
6009 + margin: 0 auto;
6010 +}
6172 6011 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6173 6012 height: 55px;
6174 6013 font-size: 16px;
6175 6014 margin-block-end: 15px;
6176 6015 }
6177 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6178 - display: block;
6179 - width: 500px;
6180 - margin: 0 auto;
6181 -}
6182 6016 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6183 6017 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6184 6018 display: none;
6185 6019 }
@@ -6205,24 +6039,15 @@
6205 6039 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6206 6040 display: inline;
6207 6041 background: var(--e-a-bg-hover);
6208 6042 padding: 0 2px 1px;
6209 - border: none;
6210 6043 border-radius: 2px;
6211 6044 vertical-align: bottom;
6212 6045 cursor: pointer;
6213 - font-family: inherit;
6214 - font-size: inherit;
6215 - color: inherit;
6216 - line-height: inherit;
6217 6046 }
6218 6047 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6219 6048 background: var(--e-a-bg-active);
6220 6049 }
6221 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6222 - outline: 2px solid var(--e-a-border-color-focus);
6223 - outline-offset: 2px;
6224 -}
6225 6050 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6226 6051 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6227 6052 #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,
6228 6053 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6275,9 +6100,9 @@
6275 6100 position: relative;
6276 6101 }
6277 6102 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6278 6103 background: #69727D;
6279 - inset-block-start: -3px;
6104 + top: -3px;
6280 6105 position: relative;
6281 6106 }
6282 6107 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6283 6108 position: relative;
@@ -6286,22 +6111,18 @@
6286 6111 #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 {
6287 6112 white-space: nowrap;
6288 6113 text-overflow: ellipsis;
6289 6114 overflow: hidden;
6290 - overflow: visible;
6291 - display: inline-flex;
6292 - align-items: baseline;
6293 6115 line-height: 27px;
6294 6116 }
6295 6117 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6296 6118 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6297 - flex-shrink: 0;
6298 6119 position: relative;
6299 - inset-block-start: 2px;
6120 + top: 2px;
6300 6121 }
6301 6122 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6302 6123 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6303 - inset-block-start: -2px;
6124 + top: -2px;
6304 6125 }
6305 6126 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6306 6127 vertical-align: bottom;
6307 6128 }
@@ -6312,26 +6133,15 @@
6312 6133 }
6313 6134 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6314 6135 display: none;
6315 6136 margin-inline-end: 5px;
6316 - align-items: baseline;
6317 - white-space: nowrap;
6318 - text-overflow: ellipsis;
6319 - overflow: hidden;
6320 6137 }
6321 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6322 - display: inline-flex !important;
6323 -}
6324 6138 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6325 6139 text-decoration: underline;
6326 6140 cursor: pointer;
6327 - white-space: nowrap;
6328 - text-overflow: ellipsis;
6329 - overflow: hidden;
6330 6141 }
6331 6142 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6332 6143 cursor: pointer;
6333 - flex-shrink: 0;
6334 6144 }
6335 6145 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6336 6146 color: var(--e-a-color-primary-bold);
6337 6147 font-size: 14px;
@@ -6341,9 +6151,9 @@
6341 6151 }
6342 6152 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6343 6153 display: none;
6344 6154 position: absolute;
6345 - inset-block-start: 40px;
6155 + top: 40px;
6346 6156 background-color: var(--e-a-bg-default);
6347 6157 min-width: 187px;
6348 6158 overflow: auto;
6349 6159 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
@@ -6367,9 +6177,8 @@
6367 6177 }
6368 6178 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6369 6179 padding: 5px 15px;
6370 6180 cursor: pointer;
6371 - list-style: none;
6372 6181 }
6373 6182 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6374 6183 display: none;
6375 6184 }
@@ -6378,15 +6187,11 @@
6378 6187 }
6379 6188 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6380 6189 text-decoration: underline;
6381 6190 }
6382 -#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 {
6191 +#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 {
6383 6192 background: var(--e-a-border-color);
6384 6193 }
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6386 - outline: 2px solid var(--e-a-border-color-focus);
6387 - outline-offset: -2px;
6388 -}
6389 6194 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6390 6195 pointer-events: none;
6391 6196 opacity: 0.3;
6392 6197 }
@@ -6392,9 +6197,10 @@
6392 6197 }
6393 6198 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6394 6199 text-align: center;
6395 6200 font-size: 13px;
6396 - margin: 0 20px;
6201 + width: 155px;
6202 + margin: 0 auto;
6397 6203 padding-block: 15px;
6398 6204 pointer-events: none;
6399 6205 }
6400 6206 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6408,259 +6214,8 @@
6408 6214 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6409 6215 pointer-events: none;
6410 6216 opacity: 0.3;
6411 6217 }
6412 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6413 - display: flex;
6414 - flex-direction: column;
6415 - width: 600px;
6416 - text-align: start;
6417 -}
6418 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6419 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6420 - font-size: 12px;
6421 - font-weight: 400;
6422 - color: var(--e-a-color-txt);
6423 -}
6424 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6425 - width: 100%;
6426 - padding: 12px 15px;
6427 - border: var(--e-a-border-bold);
6428 - border-radius: 3px;
6429 - margin-block-end: 0;
6430 -}
6431 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6432 - border: none;
6433 - padding: 0;
6434 - gap: 12px;
6435 - margin-block-start: 20px;
6436 -}
6437 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6438 - display: flex;
6439 - align-items: center;
6440 - padding: 12px 15px;
6441 - border: var(--e-a-border-bold);
6442 - border-radius: 3px;
6443 - width: 100%;
6444 - line-height: normal;
6445 - gap: 8px;
6446 -}
6447 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6448 - border-color: var(--e-a-color-txt);
6449 -}
6450 -#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 {
6451 - display: flex;
6452 -}
6453 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6454 - margin-inline-end: 0;
6455 - flex-shrink: 0;
6456 - position: relative;
6457 -}
6458 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6459 - inset-block-start: 0;
6460 -}
6461 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6462 - content: "";
6463 - position: absolute;
6464 - inset-inline-end: -8px;
6465 - width: 1px;
6466 - height: 18px;
6467 - background-color: var(--e-a-border-color);
6468 -}
6469 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6470 - margin-inline-start: 12px;
6471 - margin-inline-end: 4px;
6472 - font-size: 24px;
6473 - color: var(--e-a-color-txt);
6474 -}
6475 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6476 - margin-inline-start: 8px;
6477 - margin-inline-end: 0;
6478 - font-size: 24px;
6479 - color: var(--e-a-color-txt);
6480 -}
6481 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6482 - flex: 0 0 auto;
6483 - margin: 0;
6484 - cursor: pointer;
6485 -}
6486 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6487 - margin-inline: 0;
6488 -}
6489 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6490 - display: inline;
6491 - background: transparent;
6492 - padding: 0;
6493 - border-radius: 0;
6494 - vertical-align: baseline;
6495 - text-decoration: underline;
6496 - cursor: pointer;
6497 - margin-inline-start: 0;
6498 -}
6499 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6500 - background: transparent;
6501 -}
6502 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6503 - color: var(--e-a-color-primary-bold);
6504 - text-decoration: underline;
6505 - cursor: pointer;
6506 - margin-inline-start: 4px;
6507 -}
6508 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6509 - text-decoration: none;
6510 -}
6511 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6512 - display: none;
6513 - border: none;
6514 - padding: 0;
6515 - border-radius: 0;
6516 - margin-inline-start: 0;
6517 - background: transparent;
6518 - transition: background-color 0.2s;
6519 - padding: 3px 8px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6522 - background-color: var(--e-a-btn-bg-primary-hover);
6523 - border-radius: 3px;
6524 -}
6525 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6526 - color: var(--e-a-btn-bg-accent);
6527 - text-decoration: none;
6528 - display: flex;
6529 - align-items: center;
6530 - gap: 4px;
6531 - font-size: 14px;
6532 - font-weight: 500;
6533 -}
6534 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6535 - margin: 0;
6536 - font-size: 14px;
6537 -}
6538 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6539 - display: none;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6542 - color: var(--e-a-color-txt-muted);
6543 - margin-inline: 5px;
6544 -}
6545 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6546 - color: var(--e-a-color-info);
6547 - text-decoration: underline;
6548 -}
6549 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6550 - text-decoration: none;
6551 -}
6552 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6553 - display: flex;
6554 - align-items: center;
6555 - gap: 6px;
6556 - padding: 6px 12px;
6557 - border: none;
6558 - border-radius: 20px;
6559 - font-size: 14px;
6560 - font-weight: 500;
6561 - cursor: pointer;
6562 - transition: opacity 0.2s;
6563 - margin-inline-start: auto;
6564 -}
6565 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6566 - opacity: 0.8;
6567 -}
6568 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6569 - margin: 0;
6570 - font-size: 14px;
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6573 - background-color: var(--e-a-bg-info);
6574 - color: var(--e-a-color-info);
6575 -}
6576 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6577 - color: var(--e-a-color-info);
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6580 - background-color: var(--e-a-bg-warning);
6581 - color: var(--e-a-btn-bg-warning-hover);
6582 -}
6583 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6584 - color: var(--e-a-btn-bg-warning-hover);
6585 -}
6586 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6587 - display: none;
6588 - margin-inline-start: 8px;
6589 - align-items: center;
6590 - gap: 6px;
6591 -}
6592 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6593 - display: inline-flex !important;
6594 -}
6595 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6596 - text-decoration: underline;
6597 - cursor: pointer;
6598 -}
6599 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6600 - cursor: pointer;
6601 - font-size: 14px;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6604 - inset-block-start: 75px;
6605 - inset-inline-start: 230px;
6606 -}
6607 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6608 - display: none;
6609 -}
6610 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6611 - display: inline;
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6614 - display: none;
6615 -}
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6617 - border-color: var(--e-a-border-color);
6618 -}
6619 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6621 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6622 - color: var(--e-a-color-txt-disabled);
6623 -}
6624 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6625 - background-color: var(--e-a-color-txt-disabled);
6626 -}
6627 -#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 {
6628 - border-color: var(--e-a-border-color);
6629 -}
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6632 -#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,
6633 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6634 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6635 - color: var(--e-a-color-txt-disabled);
6636 -}
6637 -#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 {
6638 - background-color: var(--e-a-color-txt-disabled);
6639 -}
6640 -#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 {
6641 - display: inline-flex;
6642 -}
6643 -#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 {
6644 - display: none;
6645 -}
6646 -#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 {
6647 - display: block;
6648 -}
6649 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6650 -#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],
6651 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6652 - pointer-events: none;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6655 - display: block;
6656 - margin-block-start: 15px;
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6659 - align-self: center;
6660 - margin-block-start: 20px;
6661 - float: none;
6662 -}
6663 6218
6664 6219 #elementor-template-library-save-template-name {
6665 6220 width: 500px;
6666 6221 padding-inline-start: 25px;
@@ -6754,11 +6309,11 @@
6754 6309 }
6755 6310
6756 6311 .elementor-template-library-blank-footer {
6757 6312 position: absolute;
6758 - inset-block-end: 70px;
6759 - inset-inline-start: 50%;
6760 - transform: translateX(calc(-50% * var(--direction-multiplier)));
6313 + bottom: 70px;
6314 + left: 50%;
6315 + transform: translateX(-50%);
6761 6316 font-style: italic;
6762 6317 color: var(--e-a-color-txt-muted);
6763 6318 }
6764 6319 @media (max-height: 700px) {
@@ -6791,11 +6346,9 @@
6791 6346 margin-block-start: 10px;
6792 6347 }
6793 6348
6794 6349 #elementor-library--infotip__dialog,
6795 -#elementor-library--connect_infotip__dialog,
6796 -#elementor-library--cloud-upgrade__dialog,
6797 -#elementor-library--site-info__dialog {
6350 +#elementor-library--connect_infotip__dialog {
6798 6351 position: absolute;
6799 6352 z-index: 10000;
6800 6353 background-color: var(--e-a-bg-default);
6801 6354 box-shadow: var(--e-a-popover-shadow);
@@ -6800,39 +6353,19 @@
6800 6353 background-color: var(--e-a-bg-default);
6801 6354 box-shadow: var(--e-a-popover-shadow);
6802 6355 border-radius: var(--e-a-border-radius);
6803 6356 }
6804 -#elementor-library--infotip__dialog.variant-b,
6805 -#elementor-library--connect_infotip__dialog.variant-b,
6806 -#elementor-library--cloud-upgrade__dialog.variant-b,
6807 -#elementor-library--site-info__dialog.variant-b {
6808 - width: 200px;
6809 - color: var(--e-a-color-txt-invert);
6810 - background-color: var(--e-a-bg-secondary);
6811 -}
6812 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6813 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6814 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6815 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6816 - padding: 4px 8px 4px 8px;
6817 -}
6818 6357 #elementor-library--infotip__dialog__title,
6819 -#elementor-library--connect_infotip__dialog__title,
6820 -#elementor-library--cloud-upgrade__dialog__title,
6821 -#elementor-library--site-info__dialog__title {
6358 +#elementor-library--connect_infotip__dialog__title {
6822 6359 font-size: 14px;
6823 6360 }
6824 6361 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6825 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6826 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6827 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6362 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6828 6363 padding: 10px 0 10px 10px;
6829 6364 float: inline-end;
6830 6365 }
6831 6366 #elementor-library--infotip__dialog .dialog-button,
6832 -#elementor-library--connect_infotip__dialog .dialog-button,
6833 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6834 -#elementor-library--site-info__dialog .dialog-button {
6367 +#elementor-library--connect_infotip__dialog .dialog-button {
6835 6368 padding: 7px 25px;
6836 6369 font-size: 13px;
6837 6370 background: none;
6838 6371 color: var(--e-a-btn-bg-accent);
@@ -6840,11 +6373,9 @@
6840 6373 font-weight: 500;
6841 6374 cursor: pointer;
6842 6375 }
6843 6376 #elementor-library--infotip__dialog:after,
6844 -#elementor-library--connect_infotip__dialog:after,
6845 -#elementor-library--cloud-upgrade__dialog:after,
6846 -#elementor-library--site-info__dialog:after {
6377 +#elementor-library--connect_infotip__dialog:after {
6847 6378 content: "";
6848 6379 position: absolute;
6849 6380 inset-inline-end: 46%;
6850 6381 transform: scaleX(0.7);
@@ -6857,14 +6388,11 @@
6857 6388 #elementor-library--infotip__dialog .dialog-message {
6858 6389 padding: 20px 20px 0px 20px;
6859 6390 }
6860 6391 #elementor-library--infotip__dialog:after {
6861 - inset-block-start: 100%;
6862 - border-block-start-color: var(--e-a-bg-default);
6392 + top: 100%;
6393 + border-top-color: var(--e-a-bg-default);
6863 6394 }
6864 -#elementor-library--infotip__dialog.variant-b:after {
6865 - border-block-start-color: var(--e-a-bg-secondary);
6866 -}
6867 6395
6868 6396 #elementor-library--connect_infotip__dialog {
6869 6397 width: 265px;
6870 6398 }
@@ -6870,207 +6398,13 @@
6870 6398 }
6871 6399 #elementor-library--connect_infotip__dialog .dialog-message {
6872 6400 padding: 20px;
6873 6401 }
6874 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6875 - inset-block-end: 100%;
6876 - border-block-end-color: var(--e-a-bg-default);
6402 +#elementor-library--connect_infotip__dialog:after {
6403 + bottom: 100%;
6404 + border-bottom-color: var(--e-a-bg-default);
6877 6405 }
6878 -#elementor-library--connect_infotip__dialog.variant-b:after {
6879 - border-block-start-color: var(--e-a-bg-secondary);
6880 - inset-block-start: 100%;
6881 -}
6882 -#elementor-library--connect_infotip__dialog.variant-b {
6883 - width: 265px;
6884 -}
6885 6406
6886 -#elementor-library--cloud-upgrade__dialog {
6887 - width: 265px;
6888 -}
6889 -#elementor-library--cloud-upgrade__dialog:after {
6890 - inset-block-start: 100%;
6891 - border-block-start-color: var(--e-a-bg-default);
6892 -}
6893 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6894 - border-block-start-color: var(--e-a-bg-secondary);
6895 -}
6896 -
6897 -#elementor-library--site-info__dialog {
6898 - width: 265px;
6899 -}
6900 -#elementor-library--site-info__dialog:after {
6901 - inset-block-start: 100%;
6902 - border-block-start-color: var(--e-a-bg-default);
6903 -}
6904 -#elementor-library--site-info__dialog.variant-b:after {
6905 - border-block-start-color: var(--e-a-bg-secondary);
6906 -}
6907 -
6908 -.elementor-global-styles-dialog {
6909 - --gsd-color-text-primary: #0c0d0e;
6910 - --gsd-color-text-secondary: #3f444b;
6911 - --gsd-color-text-tertiary: #69727D;
6912 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6913 - --gsd-color-primary-main: #f0abfc;
6914 - --gsd-color-primary-hover: #e879f9;
6915 - --gsd-color-secondary-main: #515962;
6916 - --gsd-border-radius: 4px;
6917 - --gsd-spacing-horizontal: 24px;
6918 - --gsd-font-family: 'Roboto', sans-serif;
6919 - padding: 16px 0 0;
6920 - min-width: 444px;
6921 -}
6922 -.elementor-global-styles-dialog__header {
6923 - padding: 10px var(--gsd-spacing-horizontal) 0;
6924 - margin-block-end: 16px;
6925 -}
6926 -.elementor-global-styles-dialog__header h2 {
6927 - margin: 0 0 4px;
6928 - font-family: var(--gsd-font-family);
6929 - font-size: 16px;
6930 - font-weight: 500;
6931 - line-height: 1.3;
6932 - color: var(--gsd-color-text-primary);
6933 - letter-spacing: 0.15px;
6934 -}
6935 -.elementor-global-styles-dialog__header p {
6936 - margin: 0;
6937 - font-family: var(--gsd-font-family);
6938 - font-size: 14px;
6939 - font-weight: 400;
6940 - line-height: 20px;
6941 - color: var(--gsd-color-text-secondary);
6942 - letter-spacing: 0.15px;
6943 -}
6944 -.elementor-global-styles-dialog__options {
6945 - display: flex;
6946 - flex-direction: column;
6947 - gap: 12px;
6948 - padding: 0 var(--gsd-spacing-horizontal);
6949 -}
6950 -.elementor-global-styles-dialog__radio-card {
6951 - display: flex;
6952 - gap: 0;
6953 - padding: 12px 8px;
6954 - border: 1px solid var(--gsd-color-divider);
6955 - border-radius: var(--gsd-border-radius);
6956 - cursor: pointer;
6957 - transition: border-color 0.2s ease;
6958 -}
6959 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
6960 - border: 2px solid var(--gsd-color-text-primary);
6961 - padding: 11px 7px;
6962 -}
6963 -.elementor-global-styles-dialog__radio-card input[type=radio] {
6964 - flex-shrink: 0;
6965 - width: 20px;
6966 - height: 20px;
6967 - margin: 9px;
6968 - cursor: pointer;
6969 - color: var(--gsd-color-text-tertiary);
6970 - accent-color: var(--gsd-color-text-primary);
6971 -}
6972 -.elementor-global-styles-dialog__radio-card-content {
6973 - display: flex;
6974 - align-items: flex-start;
6975 - flex-direction: column;
6976 - flex: 1;
6977 -}
6978 -.elementor-global-styles-dialog__radio-label {
6979 - font-family: var(--gsd-font-family);
6980 - font-size: 14px;
6981 - font-weight: 500;
6982 - line-height: 18px;
6983 - color: var(--gsd-color-text-primary);
6984 - letter-spacing: 0.15px;
6985 -}
6986 -.elementor-global-styles-dialog__radio-description {
6987 - font-family: var(--gsd-font-family);
6988 - font-size: 12px;
6989 - font-weight: 400;
6990 - line-height: 20px;
6991 - color: var(--gsd-color-text-secondary);
6992 - letter-spacing: 0.4px;
6993 -}
6994 -.elementor-global-styles-dialog__checkbox-container {
6995 - display: flex;
6996 - align-items: flex-start;
6997 - gap: 4px;
6998 - padding: 0;
6999 - margin-block-start: 0;
7000 -}
7001 -.elementor-global-styles-dialog__checkbox-option {
7002 - display: flex;
7003 - align-items: flex-start;
7004 - gap: 4px;
7005 - cursor: pointer;
7006 -}
7007 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7008 - width: 18px;
7009 - height: 18px;
7010 - margin: 4px;
7011 - cursor: pointer;
7012 -}
7013 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7014 - background-color: var(--gsd-color-text-tertiary);
7015 -}
7016 -.elementor-global-styles-dialog__checkbox-label {
7017 - font-family: var(--gsd-font-family);
7018 - font-size: 12px;
7019 - font-weight: 400;
7020 - line-height: 1.43;
7021 - color: var(--gsd-color-text-primary);
7022 - letter-spacing: 0.15px;
7023 - padding-block-start: 4px;
7024 - margin-inline-start: 4px;
7025 -}
7026 -.elementor-global-styles-dialog__checkbox-label a {
7027 - color: #2563eb;
7028 - text-decoration: underline;
7029 -}
7030 -.elementor-global-styles-dialog__checkbox-label a:hover {
7031 - color: #2563eb;
7032 -}
7033 -.elementor-global-styles-dialog__footer {
7034 - display: flex;
7035 - justify-content: flex-end;
7036 - align-items: center;
7037 - gap: 8px;
7038 - padding: 16px var(--gsd-spacing-horizontal);
7039 -}
7040 -.elementor-global-styles-dialog__button-cancel {
7041 - padding: 6px 8px;
7042 - font-family: var(--gsd-font-family);
7043 - font-size: 15px;
7044 - font-weight: 500;
7045 - line-height: 24px;
7046 - letter-spacing: 0.4px;
7047 - color: var(--gsd-color-secondary-main);
7048 - background: transparent;
7049 - border: none;
7050 - border-radius: var(--gsd-border-radius);
7051 - cursor: pointer;
7052 -}
7053 -.elementor-global-styles-dialog__button-cancel:hover {
7054 - background: rgba(0, 0, 0, 0.04);
7055 -}
7056 -.elementor-global-styles-dialog__button-insert {
7057 - padding: 6px 16px;
7058 - font-family: var(--gsd-font-family);
7059 - font-size: 15px;
7060 - font-weight: 500;
7061 - line-height: 24px;
7062 - letter-spacing: 0.4px;
7063 - color: var(--gsd-color-text-primary);
7064 - background: var(--gsd-color-primary-main);
7065 - border: none;
7066 - border-radius: var(--gsd-border-radius);
7067 - cursor: pointer;
7068 -}
7069 -.elementor-global-styles-dialog__button-insert:hover {
7070 - background: var(--gsd-color-primary-hover);
7071 -}
7072 -
7073 6407 .elementor-tags-list {
7074 6408 display: none;
7075 6409 position: absolute;
7076 6410 width: 260px;
@@ -7254,14 +6588,8 @@
7254 6588 cursor: default;
7255 6589 opacity: 0.5;
7256 6590 color: var(--e-a-color-disabled);
7257 6591 }
7258 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7259 - opacity: 1;
7260 -}
7261 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7262 - opacity: 0.5;
7263 -}
7264 6592 .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 {
7265 6593 background-color: var(--e-a-bg-hover);
7266 6594 color: var(--e-a-color-hover);
7267 6595 }
@@ -7290,20 +6618,8 @@
7290 6618 color: var(--e-a-color-primary-bold);
7291 6619 border-radius: 10px;
7292 6620 font-size: 10px;
7293 6621 }
7294 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7295 - display: flex;
7296 - align-items: center;
7297 - justify-content: center;
7298 - width: 24px;
7299 - height: 24px;
7300 - border-radius: 50%;
7301 - background-color: rgba(214, 16, 124, 0.12);
7302 - color: var(--e-a-color-accent-promotion, #D6107C);
7303 - font-size: 16px;
7304 - cursor: pointer;
7305 -}
7306 6622 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7307 6623 font-size: 14px;
7308 6624 font-style: normal;
7309 6625 font-weight: 400;
@@ -7701,9 +7017,9 @@
7701 7017 transition: transform 0.5s;
7702 7018 z-index: 91;
7703 7019 }
7704 7020 .elementor-navigator__element__indicators:not(:hover) {
7705 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
7021 + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width)));
7706 7022 }
7707 7023 .elementor-navigator__element__indicator {
7708 7024 height: 100%;
7709 7025 width: 31px;
@@ -7730,9 +7046,9 @@
7730 7046
7731 7047 .e-notice-bar {
7732 7048 position: absolute;
7733 7049 width: 100%;
7734 - inset-block-end: 0;
7050 + bottom: 0;
7735 7051 display: flex;
7736 7052 align-items: center;
7737 7053 height: 40px;
7738 7054 color: #fff;
@@ -7979,11 +7295,11 @@
7979 7295 flex-direction: column;
7980 7296 align-items: center;
7981 7297 width: 100%;
7982 7298 position: absolute;
7983 - inset-block-start: 50%;
7984 - inset-inline-start: 50%;
7985 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7299 + top: 50%;
7300 + left: 50%;
7301 + transform: translate(-50%, -50%);
7986 7302 padding: 1px;
7987 7303 }
7988 7304 .elementor-icons-manager__tab__item__icon {
7989 7305 font-size: 25px;
@@ -8027,12 +7343,11 @@
8027 7343 }
8028 7344 .pickr .pcr-button:before, .pickr .pcr-button:after {
8029 7345 height: 12px;
8030 7346 width: 12px;
8031 - position: absolute;
8032 - inset-block-start: 50%;
8033 - inset-inline-start: 50%;
8034 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
7347 + top: 50%;
7348 + left: 50%;
7349 + transform: translate(-50%, -50%);
8035 7350 }
8036 7351
8037 7352 .pcr-app {
8038 7353 background-color: var(--e-a-bg-default);
@@ -8172,9 +7487,9 @@
8172 7487 }
8173 7488
8174 7489 .select2-selection__arrow {
8175 7490 height: 27px;
8176 - inset-block-start: 0;
7491 + top: 0;
8177 7492 }
8178 7493
8179 7494 .select2-results__option[aria-selected=true] {
8180 7495 background-color: var(--e-a-bg-active);
@@ -8233,10 +7548,11 @@
8233 7548 padding: 0;
8234 7549 margin: 0;
8235 7550 height: 100px;
8236 7551 position: absolute;
8237 - inset-block-start: -60px;
8238 - inset-inline: 0;
7552 + top: -60px;
7553 + left: 0;
7554 + right: 0;
8239 7555 }
8240 7556 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8241 7557 border-color: transparent;
8242 7558 outline: none;
@@ -8261,54 +7577,21 @@
8261 7577 display: block;
8262 7578 margin: 10px -15px;
8263 7579 }
8264 7580
8265 -.elementor-app-backdrop {
8266 - position: fixed;
8267 - z-index: 99998;
8268 - inset: 0;
8269 - background: rgba(0, 0, 0, 0.5);
8270 - opacity: 0;
8271 - transition: opacity 0.25s ease;
8272 -}
8273 -.elementor-app-backdrop--visible {
8274 - opacity: 1;
8275 -}
8276 -
8277 -.elementor-app-iframe {
8278 - position: fixed;
8279 - top: 30px;
8280 - left: 40px;
8281 - width: calc(100% - 80px);
8282 - height: calc(100% - 60px);
8283 - z-index: 100000;
8284 - border-radius: 12px;
8285 - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
8286 - background-color: transparent;
8287 - opacity: 0;
8288 - transition: opacity 0.25s ease;
8289 -}
8290 -.elementor-app-iframe--visible {
8291 - opacity: 1;
8292 -}
8293 -
8294 7581 [class^=eicon-flex], [class*=" eicon-flex"] {
8295 7582 transition: 0.3s all;
7583 + --is-ltr: 0;
7584 + --is-rtl: 1;
7585 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8296 7586 }
8297 7587 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8298 7588 max-height: 1em;
8299 7589 max-width: 1em;
8300 7590 }
8301 -[class^=eicon-flex], [class*=" eicon-flex"] {
8302 - --is-ltr: 0;
8303 - --is-rtl: 1;
8304 -}
8305 7591 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8306 7592 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8307 7593 }
8308 -[class^=eicon-flex], [class*=" eicon-flex"] {
8309 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8310 -}
8311 7594 :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) {
8312 7595 transform: rotate(calc(var(--rotation-direction) * 90deg));
8313 7596 }
8314 7597 :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) {
@@ -8321,16 +7604,6 @@
8321 7604 transform: rotate(calc(var(--is-rtl) * 180deg));
8322 7605 }
8323 7606 .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) {
8324 7607 transform: rotate(calc(var(--is-ltr) * 180deg));
8325 -}
8326 -
8327 -.elementor-editor-active .embed-media-settings .setting.caption {
8328 - display: none;
8329 -}
8330 -.elementor-editor-active .embed-media-settings .setting.align {
8331 - display: none;
8332 -}
8333 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8334 - display: none;
8335 7608 }
8336 7609 /*# sourceMappingURL=editor-rtl.css.map */