| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.32.0 - 03-09-2025 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -630,8 +631,13 @@ | ||
| 630 | 631 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 631 | 632 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 632 | 633 | color: initial; |
| 633 | 634 | } |
| 635 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 636 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 637 | + background-color: var(--e-a-btn-bg-disabled); | |
| 638 | + cursor: not-allowed; | |
| 639 | +} | |
| 634 | 640 | .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 | 641 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 636 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 643 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -636,13 +642,8 @@ | ||
| 636 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 643 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 638 | 644 | background-color: var(--e-a-btn-bg-disabled); |
| 639 | 645 | } |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | 646 | |
| 646 | 647 | /* |
| 647 | 648 | * Container style |
| 648 | 649 | */ |
| @@ -787,49 +788,60 @@ | ||
| 787 | 788 | } |
| 788 | 789 | |
| 789 | 790 | .elementor-panel :where(#elementor-panel-state-loading, |
| 790 | 791 | #elementor-panel-header-wrapper, |
| 791 | -#elementor-panel-content-wrapper) h1, | |
| 792 | +#elementor-panel-content-wrapper, | |
| 793 | +#elementor-panel-footer) h1, | |
| 792 | 794 | .elementor-panel :where(#elementor-panel-state-loading, |
| 793 | 795 | #elementor-panel-header-wrapper, |
| 794 | -#elementor-panel-content-wrapper) h2, | |
| 796 | +#elementor-panel-content-wrapper, | |
| 797 | +#elementor-panel-footer) h2, | |
| 795 | 798 | .elementor-panel :where(#elementor-panel-state-loading, |
| 796 | 799 | #elementor-panel-header-wrapper, |
| 797 | -#elementor-panel-content-wrapper) h3, | |
| 800 | +#elementor-panel-content-wrapper, | |
| 801 | +#elementor-panel-footer) h3, | |
| 798 | 802 | .elementor-panel :where(#elementor-panel-state-loading, |
| 799 | 803 | #elementor-panel-header-wrapper, |
| 800 | -#elementor-panel-content-wrapper) h4, | |
| 804 | +#elementor-panel-content-wrapper, | |
| 805 | +#elementor-panel-footer) h4, | |
| 801 | 806 | .elementor-panel :where(#elementor-panel-state-loading, |
| 802 | 807 | #elementor-panel-header-wrapper, |
| 803 | -#elementor-panel-content-wrapper) h5, | |
| 808 | +#elementor-panel-content-wrapper, | |
| 809 | +#elementor-panel-footer) h5, | |
| 804 | 810 | .elementor-panel :where(#elementor-panel-state-loading, |
| 805 | 811 | #elementor-panel-header-wrapper, |
| 806 | -#elementor-panel-content-wrapper) h6 { | |
| 812 | +#elementor-panel-content-wrapper, | |
| 813 | +#elementor-panel-footer) h6 { | |
| 807 | 814 | font-size: 100%; |
| 808 | 815 | font-weight: normal; |
| 809 | 816 | } |
| 810 | 817 | .elementor-panel :where(#elementor-panel-state-loading, |
| 811 | 818 | #elementor-panel-header-wrapper, |
| 812 | -#elementor-panel-content-wrapper) abbr, | |
| 819 | +#elementor-panel-content-wrapper, | |
| 820 | +#elementor-panel-footer) abbr, | |
| 813 | 821 | .elementor-panel :where(#elementor-panel-state-loading, |
| 814 | 822 | #elementor-panel-header-wrapper, |
| 815 | -#elementor-panel-content-wrapper) acronym { | |
| 823 | +#elementor-panel-content-wrapper, | |
| 824 | +#elementor-panel-footer) acronym { | |
| 816 | 825 | border: 0; |
| 817 | 826 | font-variant: normal; |
| 818 | 827 | } |
| 819 | 828 | .elementor-panel :where(#elementor-panel-state-loading, |
| 820 | 829 | #elementor-panel-header-wrapper, |
| 821 | -#elementor-panel-content-wrapper) sup { | |
| 830 | +#elementor-panel-content-wrapper, | |
| 831 | +#elementor-panel-footer) sup { | |
| 822 | 832 | vertical-align: text-top; |
| 823 | 833 | } |
| 824 | 834 | .elementor-panel :where(#elementor-panel-state-loading, |
| 825 | 835 | #elementor-panel-header-wrapper, |
| 826 | -#elementor-panel-content-wrapper) sub { | |
| 836 | +#elementor-panel-content-wrapper, | |
| 837 | +#elementor-panel-footer) sub { | |
| 827 | 838 | vertical-align: text-bottom; |
| 828 | 839 | } |
| 829 | 840 | .elementor-panel :where(#elementor-panel-state-loading, |
| 830 | 841 | #elementor-panel-header-wrapper, |
| 831 | -#elementor-panel-content-wrapper) img { | |
| 842 | +#elementor-panel-content-wrapper, | |
| 843 | +#elementor-panel-footer) img { | |
| 832 | 844 | max-width: 100%; |
| 833 | 845 | height: auto; |
| 834 | 846 | border: 0; |
| 835 | 847 | } |
| @@ -834,9 +846,10 @@ | ||
| 834 | 846 | border: 0; |
| 835 | 847 | } |
| 836 | 848 | .elementor-panel :where(#elementor-panel-state-loading, |
| 837 | 849 | #elementor-panel-header-wrapper, |
| 838 | -#elementor-panel-content-wrapper) :focus { | |
| 850 | +#elementor-panel-content-wrapper, | |
| 851 | +#elementor-panel-footer) :focus { | |
| 839 | 852 | outline: 0; |
| 840 | 853 | } |
| 841 | 854 | .elementor-panel .elementor-panel-box-content { |
| 842 | 855 | padding: 20px 20px 10px; |
| @@ -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 | + inset-block-end: 100%; | |
| 1295 | + inset-inline-start: 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; |
| @@ -1225,12 +1365,8 @@ | ||
| 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 | 1601 | inset-block-end: 0; |
| 1602 | + font-size: 14px; | |
| 1603 | + font-weight: 400; | |
| 1604 | + line-height: 1.6; | |
| 1570 | 1605 | margin-block-end: -10px; |
| 1571 | 1606 | } |
| 1572 | 1607 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1573 | 1608 | 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 { | |
| 1587 | - font-size: 14px; | |
| 1588 | - font-weight: 400; | |
| 1589 | - line-height: 1.6; | |
| 1590 | - background-color: var(--e-a-color-white); | |
| 1591 | -} | |
| 1592 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1593 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1594 | 1609 | min-height: 40px; |
| 1595 | 1610 | display: block; |
| 1596 | 1611 | padding: 9px min(35px, 5%); |
| 1597 | 1612 | gap: 10px; |
| @@ -1599,17 +1614,15 @@ | ||
| 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 { | |
| 1624 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1612 | 1625 | margin-inline-start: 17px; |
| 1613 | 1626 | } |
| 1614 | 1627 | |
| 1615 | 1628 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| @@ -1641,12 +1654,8 @@ | ||
| 1641 | 1654 | inset-block-start: 5px; |
| 1642 | 1655 | inset-inline-end: 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 | } |
| @@ -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 | } |
| @@ -4436,10 +4435,10 @@ | ||
| 4436 | 4435 | .e-control-display-conditions-promotion__wrapper { |
| 4437 | 4436 | display: flex; |
| 4438 | 4437 | justify-content: space-between; |
| 4439 | 4438 | } |
| 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); | |
| 4439 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4440 | + color: var(--e-a-color-accent); | |
| 4442 | 4441 | } |
| 4443 | 4442 | .e-control-display-conditions-promotion__description { |
| 4444 | 4443 | display: flex; |
| 4445 | 4444 | align-self: center; |
| @@ -4452,11 +4451,8 @@ | ||
| 4452 | 4451 | display: flex; |
| 4453 | 4452 | justify-content: center; |
| 4454 | 4453 | align-items: center; |
| 4455 | 4454 | } |
| 4456 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4457 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4458 | -} | |
| 4459 | 4455 | .e-control-display-conditions-promotion.eicon-flow { |
| 4460 | 4456 | align-self: flex-end; |
| 4461 | 4457 | cursor: pointer; |
| 4462 | 4458 | border: var(--e-a-border-bold); |
| @@ -4467,10 +4463,10 @@ | ||
| 4467 | 4463 | background-color: var(--e-a-bg-active); |
| 4468 | 4464 | color: #E73CF6; |
| 4469 | 4465 | } |
| 4470 | 4466 | |
| 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); | |
| 4467 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4468 | + color: var(--e-a-color-accent); | |
| 4473 | 4469 | } |
| 4474 | 4470 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4475 | 4471 | margin-inline-end: 0; |
| 4476 | 4472 | } |
| @@ -4495,11 +4491,8 @@ | ||
| 4495 | 4491 | display: flex; |
| 4496 | 4492 | justify-content: center; |
| 4497 | 4493 | align-items: center; |
| 4498 | 4494 | } |
| 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 | 4495 | |
| 4503 | 4496 | .e-link-promotion { |
| 4504 | 4497 | font-family: "Roboto", sans-serif; |
| 4505 | 4498 | font-weight: 500; |
| @@ -4529,9 +4522,11 @@ | ||
| 4529 | 4522 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4530 | 4523 | padding: 25px 15px 0; |
| 4531 | 4524 | } |
| 4532 | 4525 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4533 | -.elementor-editor-kit #elementor-panel-header-menu-button { | |
| 4526 | +.elementor-editor-kit #elementor-panel-header-menu-button, | |
| 4527 | +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, | |
| 4528 | +.elementor-editor-kit #elementor-panel-footer-navigator { | |
| 4534 | 4529 | display: none; |
| 4535 | 4530 | } |
| 4536 | 4531 | |
| 4537 | 4532 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| @@ -5011,20 +5006,8 @@ | ||
| 5011 | 5006 | background-color: #fff; |
| 5012 | 5007 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5013 | 5008 | } |
| 5014 | 5009 | |
| 5015 | -#elementor-template-library-modal button:focus-visible, | |
| 5016 | -#elementor-template-library-modal a:focus-visible, | |
| 5017 | -#elementor-template-library-modal input:focus-visible, | |
| 5018 | -#elementor-template-library-modal select:focus-visible, | |
| 5019 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5020 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5021 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5022 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5023 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5024 | - outline-offset: 2px; | |
| 5025 | - border-radius: 2px; | |
| 5026 | -} | |
| 5027 | 5010 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5028 | 5011 | font-style: normal; |
| 5029 | 5012 | text-decoration: underline; |
| 5030 | 5013 | } |
| @@ -5036,10 +5019,10 @@ | ||
| 5036 | 5019 | } |
| 5037 | 5020 | #elementor-template-library-modal .dialog-message { |
| 5038 | 5021 | overflow-y: scroll; |
| 5039 | 5022 | } |
| 5040 | -#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 { | |
| 5041 | - overflow-y: auto; | |
| 5023 | +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message { | |
| 5024 | + overflow-y: hidden; | |
| 5042 | 5025 | } |
| 5043 | 5026 | #elementor-template-library-modal .e-back-to-editor { |
| 5044 | 5027 | color: var(--e-a-color-txt); |
| 5045 | 5028 | text-decoration: underline; |
| @@ -5055,21 +5038,14 @@ | ||
| 5055 | 5038 | display: inline-block; |
| 5056 | 5039 | padding: 17px 20px; |
| 5057 | 5040 | border-block-end: 3px solid transparent; |
| 5058 | 5041 | cursor: pointer; |
| 5059 | - background: transparent; | |
| 5060 | - margin: 0; | |
| 5061 | - font-size: inherit; | |
| 5062 | - font-family: inherit; | |
| 5063 | - color: inherit; | |
| 5064 | - border: none; | |
| 5065 | 5042 | } |
| 5066 | 5043 | .elementor-template-library-menu-item:hover { |
| 5067 | 5044 | background-color: var(--e-a-bg-hover); |
| 5068 | 5045 | border-color: var(--e-a-bg-hover); |
| 5069 | 5046 | } |
| 5070 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5071 | - border-block-end: 3px solid; | |
| 5047 | +.elementor-template-library-menu-item.elementor-active { | |
| 5072 | 5048 | border-color: var(--e-a-border-color-accent); |
| 5073 | 5049 | color: var(--e-a-color-txt-accent); |
| 5074 | 5050 | } |
| 5075 | 5051 | |
| @@ -5075,25 +5051,11 @@ | ||
| 5075 | 5051 | |
| 5076 | 5052 | #elementor-template-library-header-actions { |
| 5077 | 5053 | display: flex; |
| 5078 | 5054 | } |
| 5079 | -#elementor-template-library-header-actions > div, | |
| 5080 | -#elementor-template-library-header-actions > button { | |
| 5081 | - background: transparent; | |
| 5082 | - margin: 0; | |
| 5083 | - font-size: inherit; | |
| 5084 | - font-family: inherit; | |
| 5085 | - color: inherit; | |
| 5086 | - border: none; | |
| 5055 | +#elementor-template-library-header-actions > div { | |
| 5087 | 5056 | padding-inline-end: 16px; |
| 5088 | - cursor: pointer; | |
| 5089 | 5057 | } |
| 5090 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5091 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5092 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5093 | - outline-offset: -2px; | |
| 5094 | - border-radius: 2px; | |
| 5095 | -} | |
| 5096 | 5058 | |
| 5097 | 5059 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5098 | 5060 | opacity: 0; |
| 5099 | 5061 | visibility: hidden; |
| @@ -5115,25 +5077,8 @@ | ||
| 5115 | 5077 | border-inline-end: var(--e-a-border); |
| 5116 | 5078 | cursor: pointer; |
| 5117 | 5079 | transition: color 0.5s; |
| 5118 | 5080 | } |
| 5119 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5120 | - background: transparent; | |
| 5121 | - margin: 0; | |
| 5122 | - font-size: inherit; | |
| 5123 | - font-family: inherit; | |
| 5124 | - color: inherit; | |
| 5125 | - border: none; | |
| 5126 | - display: flex; | |
| 5127 | - align-items: center; | |
| 5128 | - gap: 10px; | |
| 5129 | - cursor: pointer; | |
| 5130 | -} | |
| 5131 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5132 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5133 | - outline-offset: 2px; | |
| 5134 | - border-radius: 2px; | |
| 5135 | -} | |
| 5136 | 5081 | #elementor-template-library-header-preview-back:hover { |
| 5137 | 5082 | color: var(--e-a-color-txt-hover); |
| 5138 | 5083 | } |
| 5139 | 5084 | #elementor-template-library-header-preview-back i { |
| @@ -5166,14 +5111,9 @@ | ||
| 5166 | 5111 | } |
| 5167 | 5112 | #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 { |
| 5168 | 5113 | display: flex; |
| 5169 | 5114 | align-items: baseline; |
| 5170 | - border-radius: 3px; | |
| 5171 | 5115 | } |
| 5172 | -#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 { | |
| 5173 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5174 | - outline-offset: 2px; | |
| 5175 | -} | |
| 5176 | 5116 | #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 { |
| 5177 | 5117 | align-items: center; |
| 5178 | 5118 | } |
| 5179 | 5119 | #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 { |
| @@ -5278,14 +5218,8 @@ | ||
| 5278 | 5218 | align-items: center; |
| 5279 | 5219 | gap: 8px; |
| 5280 | 5220 | } |
| 5281 | 5221 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5282 | - background: transparent; | |
| 5283 | - margin: 0; | |
| 5284 | - font-size: inherit; | |
| 5285 | - font-family: inherit; | |
| 5286 | - color: inherit; | |
| 5287 | - border: none; | |
| 5288 | 5222 | cursor: pointer; |
| 5289 | 5223 | font-size: 20px; |
| 5290 | 5224 | padding: 0 5px; |
| 5291 | 5225 | border-radius: 2px; |
| @@ -5325,19 +5259,15 @@ | ||
| 5325 | 5259 | padding: 8px; |
| 5326 | 5260 | border: var(--e-a-border); |
| 5327 | 5261 | border-radius: 3px; |
| 5328 | 5262 | } |
| 5329 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5330 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5331 | - outline-offset: 2px; | |
| 5332 | -} | |
| 5333 | -#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 { | |
| 5263 | +#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 { | |
| 5334 | 5264 | display: flex; |
| 5335 | 5265 | } |
| 5336 | -#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 { | |
| 5266 | +#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 { | |
| 5337 | 5267 | display: none; |
| 5338 | 5268 | } |
| 5339 | -#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 { | |
| 5269 | +#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 { | |
| 5340 | 5270 | display: flex !important; |
| 5341 | 5271 | } |
| 5342 | 5272 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5343 | 5273 | width: 190px; |
| @@ -5347,10 +5277,10 @@ | ||
| 5347 | 5277 | margin-block-end: 4px; |
| 5348 | 5278 | overflow: hidden; |
| 5349 | 5279 | } |
| 5350 | 5280 | #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 { |
| 5351 | - -o-object-fit: contain; | |
| 5352 | - object-fit: contain; | |
| 5281 | + -o-object-fit: cover; | |
| 5282 | + object-fit: cover; | |
| 5353 | 5283 | width: 100%; |
| 5354 | 5284 | height: 100%; |
| 5355 | 5285 | } |
| 5356 | 5286 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { |
| @@ -5432,29 +5362,16 @@ | ||
| 5432 | 5362 | gap: 20px; |
| 5433 | 5363 | align-items: center; |
| 5434 | 5364 | flex: 1; |
| 5435 | 5365 | } |
| 5436 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5437 | - background: transparent; | |
| 5438 | - margin: 0; | |
| 5439 | - font-size: inherit; | |
| 5440 | - font-family: inherit; | |
| 5441 | - color: inherit; | |
| 5442 | - border: none; | |
| 5366 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5443 | 5367 | cursor: pointer; |
| 5444 | - display: flex; | |
| 5445 | - align-items: center; | |
| 5446 | - justify-content: center; | |
| 5368 | + font-size: 18px; | |
| 5447 | 5369 | } |
| 5448 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5370 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5449 | 5371 | pointer-events: none; |
| 5450 | 5372 | opacity: 0.3; |
| 5451 | - cursor: not-allowed; | |
| 5452 | 5373 | } |
| 5453 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5454 | - cursor: pointer; | |
| 5455 | - font-size: 18px; | |
| 5456 | -} | |
| 5457 | 5374 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5458 | 5375 | font-size: 20px; |
| 5459 | 5376 | } |
| 5460 | 5377 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5536,11 +5453,11 @@ | ||
| 5536 | 5453 | .elementor-template-library-filter-select-source .source-option i { |
| 5537 | 5454 | margin-inline-end: 5px; |
| 5538 | 5455 | } |
| 5539 | 5456 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5540 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5457 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5541 | 5458 | padding: 2px 4px; |
| 5542 | - color: var(--e-a-color-primary-bold-dark); | |
| 5459 | + color: var(--e-a-color-primary-bold); | |
| 5543 | 5460 | border-radius: 10px; |
| 5544 | 5461 | font-size: 10px; |
| 5545 | 5462 | margin-inline-start: 5px; |
| 5546 | 5463 | } |
| @@ -5547,52 +5464,8 @@ | ||
| 5547 | 5464 | .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { |
| 5548 | 5465 | background-color: var(--e-a-bg-hover); |
| 5549 | 5466 | } |
| 5550 | 5467 | |
| 5551 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5552 | - display: flex; | |
| 5553 | - align-items: center; | |
| 5554 | - justify-content: space-between; | |
| 5555 | -} | |
| 5556 | - | |
| 5557 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5558 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5559 | - display: flex; | |
| 5560 | - align-items: center; | |
| 5561 | - gap: 6px; | |
| 5562 | - padding: 6px 12px; | |
| 5563 | - border: none; | |
| 5564 | - border-radius: 20px; | |
| 5565 | - font-size: 14px; | |
| 5566 | - font-weight: 500; | |
| 5567 | - white-space: nowrap; | |
| 5568 | - margin-inline-start: auto; | |
| 5569 | - margin-inline-end: 15px; | |
| 5570 | -} | |
| 5571 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5572 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5573 | - margin: 0; | |
| 5574 | - font-size: 14px; | |
| 5575 | -} | |
| 5576 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5577 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5578 | - background-color: var(--e-a-bg-info); | |
| 5579 | - color: var(--e-a-color-info); | |
| 5580 | -} | |
| 5581 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5582 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5583 | - color: var(--e-a-color-info); | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5586 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5587 | - background-color: var(--e-a-bg-warning); | |
| 5588 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5589 | -} | |
| 5590 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5591 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5592 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5593 | -} | |
| 5594 | - | |
| 5595 | 5468 | #elementor-template-library-filter-toolbar-remote { |
| 5596 | 5469 | font-size: 11px; |
| 5597 | 5470 | } |
| 5598 | 5471 | |
| @@ -5710,32 +5583,19 @@ | ||
| 5710 | 5583 | padding: 8px; |
| 5711 | 5584 | border: var(--e-a-border); |
| 5712 | 5585 | border-radius: 3px; |
| 5713 | 5586 | } |
| 5714 | -.elementor-template-library-template-remote:focus-visible { | |
| 5715 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5716 | - outline-offset: 2px; | |
| 5717 | -} | |
| 5718 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5587 | +.elementor-template-library-template-remote:hover { | |
| 5719 | 5588 | background-color: var(--e-a-bg-hover); |
| 5720 | 5589 | } |
| 5721 | -.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 { | |
| 5722 | - opacity: 1; | |
| 5723 | -} | |
| 5724 | -.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 { | |
| 5590 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5725 | 5591 | display: none; |
| 5726 | 5592 | } |
| 5727 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5728 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5729 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5730 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5731 | - display: initial; | |
| 5732 | -} | |
| 5733 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5593 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5734 | 5594 | opacity: 0; |
| 5735 | 5595 | } |
| 5736 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5737 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5596 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5597 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5738 | 5598 | display: none; |
| 5739 | 5599 | } |
| 5740 | 5600 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5741 | 5601 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5770,9 +5630,9 @@ | ||
| 5770 | 5630 | } |
| 5771 | 5631 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5772 | 5632 | display: none; |
| 5773 | 5633 | } |
| 5774 | -.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 { | |
| 5634 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5775 | 5635 | transform: translateY(100%); |
| 5776 | 5636 | } |
| 5777 | 5637 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5778 | 5638 | position: relative; |
| @@ -5821,22 +5681,10 @@ | ||
| 5821 | 5681 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5822 | 5682 | margin-inline-start: auto; |
| 5823 | 5683 | } |
| 5824 | 5684 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5825 | - position: absolute; | |
| 5826 | - width: 1px; | |
| 5827 | - height: 1px; | |
| 5828 | - padding: 0; | |
| 5829 | - margin: -1px; | |
| 5830 | - overflow: hidden; | |
| 5831 | - clip: rect(0, 0, 0, 0); | |
| 5832 | - white-space: nowrap; | |
| 5833 | - border: 0; | |
| 5685 | + display: none; | |
| 5834 | 5686 | } |
| 5835 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5836 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5837 | - outline-offset: 2px; | |
| 5838 | -} | |
| 5839 | 5687 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5840 | 5688 | content: "\e93f"; |
| 5841 | 5689 | color: var(--e-a-color-primary-bold); |
| 5842 | 5690 | } |
| @@ -5955,22 +5803,11 @@ | ||
| 5955 | 5803 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 5956 | 5804 | inset-block-start: 100%; |
| 5957 | 5805 | inset-inline-end: 0; |
| 5958 | 5806 | z-index: 1; |
| 5959 | - list-style: none; | |
| 5960 | - margin: 0; | |
| 5961 | - padding: 0; | |
| 5962 | 5807 | } |
| 5963 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 5964 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5965 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 5966 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5967 | - background: transparent; | |
| 5968 | - margin: 0; | |
| 5969 | - font-size: inherit; | |
| 5970 | - font-family: inherit; | |
| 5971 | - color: inherit; | |
| 5972 | - border: none; | |
| 5808 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5809 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 5973 | 5810 | padding: 10px 20px; |
| 5974 | 5811 | font-size: 11px; |
| 5975 | 5812 | cursor: pointer; |
| 5976 | 5813 | display: flex; |
| @@ -5975,21 +5812,25 @@ | ||
| 5975 | 5812 | cursor: pointer; |
| 5976 | 5813 | display: flex; |
| 5977 | 5814 | align-items: center; |
| 5978 | 5815 | gap: 8px; |
| 5979 | - width: 100%; | |
| 5980 | 5816 | } |
| 5981 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 5982 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 5983 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 5984 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5817 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5818 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 5985 | 5819 | cursor: not-allowed; |
| 5986 | 5820 | color: var(--e-a-color-txt-disabled); |
| 5987 | 5821 | } |
| 5988 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5989 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5822 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5823 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5824 | + color: var(--e-a-color-txt-disabled); | |
| 5825 | + cursor: not-allowed; | |
| 5826 | +} | |
| 5827 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5828 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 5990 | 5829 | color: var(--e-a-color-txt); |
| 5991 | - text-decoration: none; | |
| 5830 | + display: flex; | |
| 5831 | + align-items: center; | |
| 5832 | + gap: 8px; | |
| 5992 | 5833 | } |
| 5993 | 5834 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 5994 | 5835 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 5995 | 5836 | color: var(--e-a-color-danger); |
| @@ -6001,14 +5842,8 @@ | ||
| 6001 | 5842 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6002 | 5843 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6003 | 5844 | margin-inline-start: auto; |
| 6004 | 5845 | cursor: pointer; |
| 6005 | - background: none; | |
| 6006 | - border: none; | |
| 6007 | - padding: 0; | |
| 6008 | - display: flex; | |
| 6009 | - align-items: center; | |
| 6010 | - justify-content: center; | |
| 6011 | 5846 | } |
| 6012 | 5847 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6013 | 5848 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6014 | 5849 | font-size: 20px; |
| @@ -6075,11 +5910,9 @@ | ||
| 6075 | 5910 | display: flex; |
| 6076 | 5911 | align-items: center; |
| 6077 | 5912 | } |
| 6078 | 5913 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6079 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6080 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6081 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5914 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6082 | 5915 | cursor: pointer; |
| 6083 | 5916 | transition: color 0.5s; |
| 6084 | 5917 | } |
| 6085 | 5918 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6164,18 +5997,18 @@ | ||
| 6164 | 5997 | #elementor-template-library-save-template-form > * { |
| 6165 | 5998 | height: 55px; |
| 6166 | 5999 | font-size: 16px; |
| 6167 | 6000 | } |
| 6001 | +#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6002 | + display: block; | |
| 6003 | + width: 500px; | |
| 6004 | + margin: 0 auto; | |
| 6005 | +} | |
| 6168 | 6006 | #elementor-template-library-save-template-form .cloud-library-form-inputs > * { |
| 6169 | 6007 | height: 55px; |
| 6170 | 6008 | font-size: 16px; |
| 6171 | 6009 | margin-block-end: 15px; |
| 6172 | 6010 | } |
| 6173 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6174 | - display: block; | |
| 6175 | - width: 500px; | |
| 6176 | - margin: 0 auto; | |
| 6177 | -} | |
| 6178 | 6011 | #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, |
| 6179 | 6012 | #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { |
| 6180 | 6013 | display: none; |
| 6181 | 6014 | } |
| @@ -6201,24 +6034,15 @@ | ||
| 6201 | 6034 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6202 | 6035 | display: inline; |
| 6203 | 6036 | background: var(--e-a-bg-hover); |
| 6204 | 6037 | padding: 0 2px 1px; |
| 6205 | - border: none; | |
| 6206 | 6038 | border-radius: 2px; |
| 6207 | 6039 | vertical-align: bottom; |
| 6208 | 6040 | cursor: pointer; |
| 6209 | - font-family: inherit; | |
| 6210 | - font-size: inherit; | |
| 6211 | - color: inherit; | |
| 6212 | - line-height: inherit; | |
| 6213 | 6041 | } |
| 6214 | 6042 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6215 | 6043 | background: var(--e-a-bg-active); |
| 6216 | 6044 | } |
| 6217 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6218 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6219 | - outline-offset: 2px; | |
| 6220 | -} | |
| 6221 | 6045 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6222 | 6046 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6223 | 6047 | #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, |
| 6224 | 6048 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6282,16 +6106,12 @@ | ||
| 6282 | 6106 | #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 { |
| 6283 | 6107 | white-space: nowrap; |
| 6284 | 6108 | text-overflow: ellipsis; |
| 6285 | 6109 | overflow: hidden; |
| 6286 | - overflow: visible; | |
| 6287 | - display: inline-flex; | |
| 6288 | - align-items: baseline; | |
| 6289 | 6110 | line-height: 27px; |
| 6290 | 6111 | } |
| 6291 | 6112 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, |
| 6292 | 6113 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { |
| 6293 | - flex-shrink: 0; | |
| 6294 | 6114 | position: relative; |
| 6295 | 6115 | inset-block-start: 2px; |
| 6296 | 6116 | } |
| 6297 | 6117 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, |
| @@ -6308,26 +6128,15 @@ | ||
| 6308 | 6128 | } |
| 6309 | 6129 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { |
| 6310 | 6130 | display: none; |
| 6311 | 6131 | margin-inline-end: 5px; |
| 6312 | - align-items: baseline; | |
| 6313 | - white-space: nowrap; | |
| 6314 | - text-overflow: ellipsis; | |
| 6315 | - overflow: hidden; | |
| 6316 | 6132 | } |
| 6317 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6318 | - display: inline-flex !important; | |
| 6319 | -} | |
| 6320 | 6133 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { |
| 6321 | 6134 | text-decoration: underline; |
| 6322 | 6135 | cursor: pointer; |
| 6323 | - white-space: nowrap; | |
| 6324 | - text-overflow: ellipsis; | |
| 6325 | - overflow: hidden; | |
| 6326 | 6136 | } |
| 6327 | 6137 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { |
| 6328 | 6138 | cursor: pointer; |
| 6329 | - flex-shrink: 0; | |
| 6330 | 6139 | } |
| 6331 | 6140 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { |
| 6332 | 6141 | color: var(--e-a-color-primary-bold); |
| 6333 | 6142 | font-size: 14px; |
| @@ -6363,9 +6172,8 @@ | ||
| 6363 | 6172 | } |
| 6364 | 6173 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6365 | 6174 | padding: 5px 15px; |
| 6366 | 6175 | cursor: pointer; |
| 6367 | - list-style: none; | |
| 6368 | 6176 | } |
| 6369 | 6177 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6370 | 6178 | display: none; |
| 6371 | 6179 | } |
| @@ -6374,15 +6182,11 @@ | ||
| 6374 | 6182 | } |
| 6375 | 6183 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6376 | 6184 | text-decoration: underline; |
| 6377 | 6185 | } |
| 6378 | -#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 { | |
| 6186 | +#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 { | |
| 6379 | 6187 | background: var(--e-a-border-color); |
| 6380 | 6188 | } |
| 6381 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6382 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6383 | - outline-offset: -2px; | |
| 6384 | -} | |
| 6385 | 6189 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6386 | 6190 | pointer-events: none; |
| 6387 | 6191 | opacity: 0.3; |
| 6388 | 6192 | } |
| @@ -6388,9 +6192,10 @@ | ||
| 6388 | 6192 | } |
| 6389 | 6193 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { |
| 6390 | 6194 | text-align: center; |
| 6391 | 6195 | font-size: 13px; |
| 6392 | - margin: 0 20px; | |
| 6196 | + width: 155px; | |
| 6197 | + margin: 0 auto; | |
| 6393 | 6198 | padding-block: 15px; |
| 6394 | 6199 | pointer-events: none; |
| 6395 | 6200 | } |
| 6396 | 6201 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { |
| @@ -6404,259 +6209,8 @@ | ||
| 6404 | 6209 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { |
| 6405 | 6210 | pointer-events: none; |
| 6406 | 6211 | opacity: 0.3; |
| 6407 | 6212 | } |
| 6408 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6409 | - display: flex; | |
| 6410 | - flex-direction: column; | |
| 6411 | - width: 600px; | |
| 6412 | - text-align: start; | |
| 6413 | -} | |
| 6414 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6415 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6416 | - font-size: 12px; | |
| 6417 | - font-weight: 400; | |
| 6418 | - color: var(--e-a-color-txt); | |
| 6419 | -} | |
| 6420 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6421 | - width: 100%; | |
| 6422 | - padding: 12px 15px; | |
| 6423 | - border: var(--e-a-border-bold); | |
| 6424 | - border-radius: 3px; | |
| 6425 | - margin-block-end: 0; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6428 | - border: none; | |
| 6429 | - padding: 0; | |
| 6430 | - gap: 12px; | |
| 6431 | - margin-block-start: 20px; | |
| 6432 | -} | |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6434 | - display: flex; | |
| 6435 | - align-items: center; | |
| 6436 | - padding: 12px 15px; | |
| 6437 | - border: var(--e-a-border-bold); | |
| 6438 | - border-radius: 3px; | |
| 6439 | - width: 100%; | |
| 6440 | - line-height: normal; | |
| 6441 | - gap: 8px; | |
| 6442 | -} | |
| 6443 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6444 | - border-color: var(--e-a-color-txt); | |
| 6445 | -} | |
| 6446 | -#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 { | |
| 6447 | - display: flex; | |
| 6448 | -} | |
| 6449 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6450 | - margin-inline-end: 0; | |
| 6451 | - flex-shrink: 0; | |
| 6452 | - position: relative; | |
| 6453 | -} | |
| 6454 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6455 | - inset-block-start: 0; | |
| 6456 | -} | |
| 6457 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6458 | - content: ""; | |
| 6459 | - position: absolute; | |
| 6460 | - inset-inline-end: -8px; | |
| 6461 | - width: 1px; | |
| 6462 | - height: 18px; | |
| 6463 | - background-color: var(--e-a-border-color); | |
| 6464 | -} | |
| 6465 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6466 | - margin-inline-start: 12px; | |
| 6467 | - margin-inline-end: 4px; | |
| 6468 | - font-size: 24px; | |
| 6469 | - color: var(--e-a-color-txt); | |
| 6470 | -} | |
| 6471 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6472 | - margin-inline-start: 8px; | |
| 6473 | - margin-inline-end: 0; | |
| 6474 | - font-size: 24px; | |
| 6475 | - color: var(--e-a-color-txt); | |
| 6476 | -} | |
| 6477 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6478 | - flex: 0 0 auto; | |
| 6479 | - margin: 0; | |
| 6480 | - cursor: pointer; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6483 | - margin-inline: 0; | |
| 6484 | -} | |
| 6485 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6486 | - display: inline; | |
| 6487 | - background: transparent; | |
| 6488 | - padding: 0; | |
| 6489 | - border-radius: 0; | |
| 6490 | - vertical-align: baseline; | |
| 6491 | - text-decoration: underline; | |
| 6492 | - cursor: pointer; | |
| 6493 | - margin-inline-start: 0; | |
| 6494 | -} | |
| 6495 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6496 | - background: transparent; | |
| 6497 | -} | |
| 6498 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6499 | - color: var(--e-a-color-primary-bold); | |
| 6500 | - text-decoration: underline; | |
| 6501 | - cursor: pointer; | |
| 6502 | - margin-inline-start: 4px; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6505 | - text-decoration: none; | |
| 6506 | -} | |
| 6507 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6508 | - display: none; | |
| 6509 | - border: none; | |
| 6510 | - padding: 0; | |
| 6511 | - border-radius: 0; | |
| 6512 | - margin-inline-start: 0; | |
| 6513 | - background: transparent; | |
| 6514 | - transition: background-color 0.2s; | |
| 6515 | - padding: 3px 8px; | |
| 6516 | -} | |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6518 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6519 | - border-radius: 3px; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6522 | - color: var(--e-a-btn-bg-accent); | |
| 6523 | - text-decoration: none; | |
| 6524 | - display: flex; | |
| 6525 | - align-items: center; | |
| 6526 | - gap: 4px; | |
| 6527 | - font-size: 14px; | |
| 6528 | - font-weight: 500; | |
| 6529 | -} | |
| 6530 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6531 | - margin: 0; | |
| 6532 | - font-size: 14px; | |
| 6533 | -} | |
| 6534 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6535 | - display: none; | |
| 6536 | -} | |
| 6537 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6538 | - color: var(--e-a-color-txt-muted); | |
| 6539 | - margin-inline: 5px; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6542 | - color: var(--e-a-color-info); | |
| 6543 | - text-decoration: underline; | |
| 6544 | -} | |
| 6545 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6546 | - text-decoration: none; | |
| 6547 | -} | |
| 6548 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6549 | - display: flex; | |
| 6550 | - align-items: center; | |
| 6551 | - gap: 6px; | |
| 6552 | - padding: 6px 12px; | |
| 6553 | - border: none; | |
| 6554 | - border-radius: 20px; | |
| 6555 | - font-size: 14px; | |
| 6556 | - font-weight: 500; | |
| 6557 | - cursor: pointer; | |
| 6558 | - transition: opacity 0.2s; | |
| 6559 | - margin-inline-start: auto; | |
| 6560 | -} | |
| 6561 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6562 | - opacity: 0.8; | |
| 6563 | -} | |
| 6564 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6565 | - margin: 0; | |
| 6566 | - font-size: 14px; | |
| 6567 | -} | |
| 6568 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6569 | - background-color: var(--e-a-bg-info); | |
| 6570 | - color: var(--e-a-color-info); | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6573 | - color: var(--e-a-color-info); | |
| 6574 | -} | |
| 6575 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6576 | - background-color: var(--e-a-bg-warning); | |
| 6577 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6580 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6581 | -} | |
| 6582 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6583 | - display: none; | |
| 6584 | - margin-inline-start: 8px; | |
| 6585 | - align-items: center; | |
| 6586 | - gap: 6px; | |
| 6587 | -} | |
| 6588 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6589 | - display: inline-flex !important; | |
| 6590 | -} | |
| 6591 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6592 | - text-decoration: underline; | |
| 6593 | - cursor: pointer; | |
| 6594 | -} | |
| 6595 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6596 | - cursor: pointer; | |
| 6597 | - font-size: 14px; | |
| 6598 | -} | |
| 6599 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6600 | - inset-block-start: 75px; | |
| 6601 | - inset-inline-start: 230px; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6604 | - display: none; | |
| 6605 | -} | |
| 6606 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6607 | - display: inline; | |
| 6608 | -} | |
| 6609 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6610 | - display: none; | |
| 6611 | -} | |
| 6612 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6613 | - border-color: var(--e-a-border-color); | |
| 6614 | -} | |
| 6615 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6617 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6618 | - color: var(--e-a-color-txt-disabled); | |
| 6619 | -} | |
| 6620 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6621 | - background-color: var(--e-a-color-txt-disabled); | |
| 6622 | -} | |
| 6623 | -#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 { | |
| 6624 | - border-color: var(--e-a-border-color); | |
| 6625 | -} | |
| 6626 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6628 | -#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, | |
| 6629 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6631 | - color: var(--e-a-color-txt-disabled); | |
| 6632 | -} | |
| 6633 | -#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 { | |
| 6634 | - background-color: var(--e-a-color-txt-disabled); | |
| 6635 | -} | |
| 6636 | -#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 { | |
| 6637 | - display: inline-flex; | |
| 6638 | -} | |
| 6639 | -#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 { | |
| 6640 | - display: none; | |
| 6641 | -} | |
| 6642 | -#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 { | |
| 6643 | - display: block; | |
| 6644 | -} | |
| 6645 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6646 | -#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], | |
| 6647 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6648 | - pointer-events: none; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6651 | - display: block; | |
| 6652 | - margin-block-start: 15px; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6655 | - align-self: center; | |
| 6656 | - margin-block-start: 20px; | |
| 6657 | - float: none; | |
| 6658 | -} | |
| 6659 | 6213 | |
| 6660 | 6214 | #elementor-template-library-save-template-name { |
| 6661 | 6215 | width: 500px; |
| 6662 | 6216 | padding-inline-start: 25px; |
| @@ -6787,11 +6341,9 @@ | ||
| 6787 | 6341 | margin-block-start: 10px; |
| 6788 | 6342 | } |
| 6789 | 6343 | |
| 6790 | 6344 | #elementor-library--infotip__dialog, |
| 6791 | -#elementor-library--connect_infotip__dialog, | |
| 6792 | -#elementor-library--cloud-upgrade__dialog, | |
| 6793 | -#elementor-library--site-info__dialog { | |
| 6345 | +#elementor-library--connect_infotip__dialog { | |
| 6794 | 6346 | position: absolute; |
| 6795 | 6347 | z-index: 10000; |
| 6796 | 6348 | background-color: var(--e-a-bg-default); |
| 6797 | 6349 | box-shadow: var(--e-a-popover-shadow); |
| @@ -6796,39 +6348,19 @@ | ||
| 6796 | 6348 | background-color: var(--e-a-bg-default); |
| 6797 | 6349 | box-shadow: var(--e-a-popover-shadow); |
| 6798 | 6350 | border-radius: var(--e-a-border-radius); |
| 6799 | 6351 | } |
| 6800 | -#elementor-library--infotip__dialog.variant-b, | |
| 6801 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6802 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6803 | -#elementor-library--site-info__dialog.variant-b { | |
| 6804 | - width: 200px; | |
| 6805 | - color: var(--e-a-color-txt-invert); | |
| 6806 | - background-color: var(--e-a-bg-secondary); | |
| 6807 | -} | |
| 6808 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6809 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6810 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6811 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6812 | - padding: 4px 8px 4px 8px; | |
| 6813 | -} | |
| 6814 | 6352 | #elementor-library--infotip__dialog__title, |
| 6815 | -#elementor-library--connect_infotip__dialog__title, | |
| 6816 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6817 | -#elementor-library--site-info__dialog__title { | |
| 6353 | +#elementor-library--connect_infotip__dialog__title { | |
| 6818 | 6354 | font-size: 14px; |
| 6819 | 6355 | } |
| 6820 | 6356 | #elementor-library--infotip__dialog .dialog-buttons-wrapper, |
| 6821 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6822 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6823 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6357 | +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper { | |
| 6824 | 6358 | padding: 10px 0 10px 10px; |
| 6825 | 6359 | float: inline-end; |
| 6826 | 6360 | } |
| 6827 | 6361 | #elementor-library--infotip__dialog .dialog-button, |
| 6828 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6829 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6830 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6362 | +#elementor-library--connect_infotip__dialog .dialog-button { | |
| 6831 | 6363 | padding: 7px 25px; |
| 6832 | 6364 | font-size: 13px; |
| 6833 | 6365 | background: none; |
| 6834 | 6366 | color: var(--e-a-btn-bg-accent); |
| @@ -6836,11 +6368,9 @@ | ||
| 6836 | 6368 | font-weight: 500; |
| 6837 | 6369 | cursor: pointer; |
| 6838 | 6370 | } |
| 6839 | 6371 | #elementor-library--infotip__dialog:after, |
| 6840 | -#elementor-library--connect_infotip__dialog:after, | |
| 6841 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6842 | -#elementor-library--site-info__dialog:after { | |
| 6372 | +#elementor-library--connect_infotip__dialog:after { | |
| 6843 | 6373 | content: ""; |
| 6844 | 6374 | position: absolute; |
| 6845 | 6375 | inset-inline-end: 46%; |
| 6846 | 6376 | transform: scaleX(0.7); |
| @@ -6856,11 +6386,8 @@ | ||
| 6856 | 6386 | #elementor-library--infotip__dialog:after { |
| 6857 | 6387 | inset-block-start: 100%; |
| 6858 | 6388 | border-block-start-color: var(--e-a-bg-default); |
| 6859 | 6389 | } |
| 6860 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6861 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6862 | -} | |
| 6863 | 6390 | |
| 6864 | 6391 | #elementor-library--connect_infotip__dialog { |
| 6865 | 6392 | width: 265px; |
| 6866 | 6393 | } |
| @@ -6866,207 +6393,13 @@ | ||
| 6866 | 6393 | } |
| 6867 | 6394 | #elementor-library--connect_infotip__dialog .dialog-message { |
| 6868 | 6395 | padding: 20px; |
| 6869 | 6396 | } |
| 6870 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6397 | +#elementor-library--connect_infotip__dialog:after { | |
| 6871 | 6398 | inset-block-end: 100%; |
| 6872 | 6399 | border-block-end-color: var(--e-a-bg-default); |
| 6873 | 6400 | } |
| 6874 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6875 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6876 | - inset-block-start: 100%; | |
| 6877 | -} | |
| 6878 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6879 | - width: 265px; | |
| 6880 | -} | |
| 6881 | 6401 | |
| 6882 | -#elementor-library--cloud-upgrade__dialog { | |
| 6883 | - width: 265px; | |
| 6884 | -} | |
| 6885 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6886 | - inset-block-start: 100%; | |
| 6887 | - border-block-start-color: var(--e-a-bg-default); | |
| 6888 | -} | |
| 6889 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6890 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6891 | -} | |
| 6892 | - | |
| 6893 | -#elementor-library--site-info__dialog { | |
| 6894 | - width: 265px; | |
| 6895 | -} | |
| 6896 | -#elementor-library--site-info__dialog:after { | |
| 6897 | - inset-block-start: 100%; | |
| 6898 | - border-block-start-color: var(--e-a-bg-default); | |
| 6899 | -} | |
| 6900 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6901 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6902 | -} | |
| 6903 | - | |
| 6904 | -.elementor-global-styles-dialog { | |
| 6905 | - --gsd-color-text-primary: #0c0d0e; | |
| 6906 | - --gsd-color-text-secondary: #3f444b; | |
| 6907 | - --gsd-color-text-tertiary: #69727D; | |
| 6908 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6909 | - --gsd-color-primary-main: #f0abfc; | |
| 6910 | - --gsd-color-primary-hover: #e879f9; | |
| 6911 | - --gsd-color-secondary-main: #515962; | |
| 6912 | - --gsd-border-radius: 4px; | |
| 6913 | - --gsd-spacing-horizontal: 24px; | |
| 6914 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6915 | - padding: 16px 0 0; | |
| 6916 | - min-width: 444px; | |
| 6917 | -} | |
| 6918 | -.elementor-global-styles-dialog__header { | |
| 6919 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6920 | - margin-block-end: 16px; | |
| 6921 | -} | |
| 6922 | -.elementor-global-styles-dialog__header h2 { | |
| 6923 | - margin: 0 0 4px; | |
| 6924 | - font-family: var(--gsd-font-family); | |
| 6925 | - font-size: 16px; | |
| 6926 | - font-weight: 500; | |
| 6927 | - line-height: 1.3; | |
| 6928 | - color: var(--gsd-color-text-primary); | |
| 6929 | - letter-spacing: 0.15px; | |
| 6930 | -} | |
| 6931 | -.elementor-global-styles-dialog__header p { | |
| 6932 | - margin: 0; | |
| 6933 | - font-family: var(--gsd-font-family); | |
| 6934 | - font-size: 14px; | |
| 6935 | - font-weight: 400; | |
| 6936 | - line-height: 20px; | |
| 6937 | - color: var(--gsd-color-text-secondary); | |
| 6938 | - letter-spacing: 0.15px; | |
| 6939 | -} | |
| 6940 | -.elementor-global-styles-dialog__options { | |
| 6941 | - display: flex; | |
| 6942 | - flex-direction: column; | |
| 6943 | - gap: 12px; | |
| 6944 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 6945 | -} | |
| 6946 | -.elementor-global-styles-dialog__radio-card { | |
| 6947 | - display: flex; | |
| 6948 | - gap: 0; | |
| 6949 | - padding: 12px 8px; | |
| 6950 | - border: 1px solid var(--gsd-color-divider); | |
| 6951 | - border-radius: var(--gsd-border-radius); | |
| 6952 | - cursor: pointer; | |
| 6953 | - transition: border-color 0.2s ease; | |
| 6954 | -} | |
| 6955 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 6956 | - border: 2px solid var(--gsd-color-text-primary); | |
| 6957 | - padding: 11px 7px; | |
| 6958 | -} | |
| 6959 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 6960 | - flex-shrink: 0; | |
| 6961 | - width: 20px; | |
| 6962 | - height: 20px; | |
| 6963 | - margin: 9px; | |
| 6964 | - cursor: pointer; | |
| 6965 | - color: var(--gsd-color-text-tertiary); | |
| 6966 | - accent-color: var(--gsd-color-text-primary); | |
| 6967 | -} | |
| 6968 | -.elementor-global-styles-dialog__radio-card-content { | |
| 6969 | - display: flex; | |
| 6970 | - align-items: flex-start; | |
| 6971 | - flex-direction: column; | |
| 6972 | - flex: 1; | |
| 6973 | -} | |
| 6974 | -.elementor-global-styles-dialog__radio-label { | |
| 6975 | - font-family: var(--gsd-font-family); | |
| 6976 | - font-size: 14px; | |
| 6977 | - font-weight: 500; | |
| 6978 | - line-height: 18px; | |
| 6979 | - color: var(--gsd-color-text-primary); | |
| 6980 | - letter-spacing: 0.15px; | |
| 6981 | -} | |
| 6982 | -.elementor-global-styles-dialog__radio-description { | |
| 6983 | - font-family: var(--gsd-font-family); | |
| 6984 | - font-size: 12px; | |
| 6985 | - font-weight: 400; | |
| 6986 | - line-height: 20px; | |
| 6987 | - color: var(--gsd-color-text-secondary); | |
| 6988 | - letter-spacing: 0.4px; | |
| 6989 | -} | |
| 6990 | -.elementor-global-styles-dialog__checkbox-container { | |
| 6991 | - display: flex; | |
| 6992 | - align-items: flex-start; | |
| 6993 | - gap: 4px; | |
| 6994 | - padding: 0; | |
| 6995 | - margin-block-start: 0; | |
| 6996 | -} | |
| 6997 | -.elementor-global-styles-dialog__checkbox-option { | |
| 6998 | - display: flex; | |
| 6999 | - align-items: flex-start; | |
| 7000 | - gap: 4px; | |
| 7001 | - cursor: pointer; | |
| 7002 | -} | |
| 7003 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7004 | - width: 18px; | |
| 7005 | - height: 18px; | |
| 7006 | - margin: 4px; | |
| 7007 | - cursor: pointer; | |
| 7008 | -} | |
| 7009 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7010 | - background-color: var(--gsd-color-text-tertiary); | |
| 7011 | -} | |
| 7012 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7013 | - font-family: var(--gsd-font-family); | |
| 7014 | - font-size: 12px; | |
| 7015 | - font-weight: 400; | |
| 7016 | - line-height: 1.43; | |
| 7017 | - color: var(--gsd-color-text-primary); | |
| 7018 | - letter-spacing: 0.15px; | |
| 7019 | - padding-block-start: 4px; | |
| 7020 | - margin-inline-start: 4px; | |
| 7021 | -} | |
| 7022 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7023 | - color: #2563eb; | |
| 7024 | - text-decoration: underline; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7027 | - color: #2563eb; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__footer { | |
| 7030 | - display: flex; | |
| 7031 | - justify-content: flex-end; | |
| 7032 | - align-items: center; | |
| 7033 | - gap: 8px; | |
| 7034 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7035 | -} | |
| 7036 | -.elementor-global-styles-dialog__button-cancel { | |
| 7037 | - padding: 6px 8px; | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 15px; | |
| 7040 | - font-weight: 500; | |
| 7041 | - line-height: 24px; | |
| 7042 | - letter-spacing: 0.4px; | |
| 7043 | - color: var(--gsd-color-secondary-main); | |
| 7044 | - background: transparent; | |
| 7045 | - border: none; | |
| 7046 | - border-radius: var(--gsd-border-radius); | |
| 7047 | - cursor: pointer; | |
| 7048 | -} | |
| 7049 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7050 | - background: rgba(0, 0, 0, 0.04); | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__button-insert { | |
| 7053 | - padding: 6px 16px; | |
| 7054 | - font-family: var(--gsd-font-family); | |
| 7055 | - font-size: 15px; | |
| 7056 | - font-weight: 500; | |
| 7057 | - line-height: 24px; | |
| 7058 | - letter-spacing: 0.4px; | |
| 7059 | - color: var(--gsd-color-text-primary); | |
| 7060 | - background: var(--gsd-color-primary-main); | |
| 7061 | - border: none; | |
| 7062 | - border-radius: var(--gsd-border-radius); | |
| 7063 | - cursor: pointer; | |
| 7064 | -} | |
| 7065 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7066 | - background: var(--gsd-color-primary-hover); | |
| 7067 | -} | |
| 7068 | - | |
| 7069 | 6402 | .elementor-tags-list { |
| 7070 | 6403 | display: none; |
| 7071 | 6404 | position: absolute; |
| 7072 | 6405 | width: 260px; |
| @@ -7250,14 +6583,8 @@ | ||
| 7250 | 6583 | cursor: default; |
| 7251 | 6584 | opacity: 0.5; |
| 7252 | 6585 | color: var(--e-a-color-disabled); |
| 7253 | 6586 | } |
| 7254 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7255 | - opacity: 1; | |
| 7256 | -} | |
| 7257 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7258 | - opacity: 0.5; | |
| 7259 | -} | |
| 7260 | 6587 | .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 { |
| 7261 | 6588 | background-color: var(--e-a-bg-hover); |
| 7262 | 6589 | color: var(--e-a-color-hover); |
| 7263 | 6590 | } |
| @@ -7286,20 +6613,8 @@ | ||
| 7286 | 6613 | color: var(--e-a-color-primary-bold); |
| 7287 | 6614 | border-radius: 10px; |
| 7288 | 6615 | font-size: 10px; |
| 7289 | 6616 | } |
| 7290 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7291 | - display: flex; | |
| 7292 | - align-items: center; | |
| 7293 | - justify-content: center; | |
| 7294 | - width: 24px; | |
| 7295 | - height: 24px; | |
| 7296 | - border-radius: 50%; | |
| 7297 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7298 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7299 | - font-size: 16px; | |
| 7300 | - cursor: pointer; | |
| 7301 | -} | |
| 7302 | 6617 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7303 | 6618 | font-size: 14px; |
| 7304 | 6619 | font-style: normal; |
| 7305 | 6620 | font-weight: 400; |
| @@ -7697,9 +7012,9 @@ | ||
| 7697 | 7012 | transition: transform 0.5s; |
| 7698 | 7013 | z-index: 91; |
| 7699 | 7014 | } |
| 7700 | 7015 | .elementor-navigator__element__indicators:not(:hover) { |
| 7701 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7016 | + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width))); | |
| 7702 | 7017 | } |
| 7703 | 7018 | .elementor-navigator__element__indicator { |
| 7704 | 7019 | height: 100%; |
| 7705 | 7020 | width: 31px; |
| @@ -8257,54 +7572,21 @@ | ||
| 8257 | 7572 | display: block; |
| 8258 | 7573 | margin: 10px -15px; |
| 8259 | 7574 | } |
| 8260 | 7575 | |
| 8261 | -.elementor-app-backdrop { | |
| 8262 | - position: fixed; | |
| 8263 | - z-index: 99998; | |
| 8264 | - inset: 0; | |
| 8265 | - background: rgba(0, 0, 0, 0.5); | |
| 8266 | - opacity: 0; | |
| 8267 | - transition: opacity 0.25s ease; | |
| 8268 | -} | |
| 8269 | -.elementor-app-backdrop--visible { | |
| 8270 | - opacity: 1; | |
| 8271 | -} | |
| 8272 | - | |
| 8273 | -.elementor-app-iframe { | |
| 8274 | - position: fixed; | |
| 8275 | - top: 30px; | |
| 8276 | - left: 40px; | |
| 8277 | - width: calc(100% - 80px); | |
| 8278 | - height: calc(100% - 60px); | |
| 8279 | - z-index: 100000; | |
| 8280 | - border-radius: 12px; | |
| 8281 | - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3); | |
| 8282 | - background-color: transparent; | |
| 8283 | - opacity: 0; | |
| 8284 | - transition: opacity 0.25s ease; | |
| 8285 | -} | |
| 8286 | -.elementor-app-iframe--visible { | |
| 8287 | - opacity: 1; | |
| 8288 | -} | |
| 8289 | - | |
| 8290 | 7576 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8291 | 7577 | transition: 0.3s all; |
| 7578 | + --is-ltr: 1; | |
| 7579 | + --is-rtl: 0; | |
| 7580 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8292 | 7581 | } |
| 8293 | 7582 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8294 | 7583 | max-height: 1em; |
| 8295 | 7584 | max-width: 1em; |
| 8296 | 7585 | } |
| 8297 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8298 | - --is-ltr: 1; | |
| 8299 | - --is-rtl: 0; | |
| 8300 | -} | |
| 8301 | 7586 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8302 | 7587 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8303 | 7588 | } |
| 8304 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8305 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8306 | -} | |
| 8307 | 7589 | :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) { |
| 8308 | 7590 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8309 | 7591 | } |
| 8310 | 7592 | :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) { |
| @@ -8317,16 +7599,6 @@ | ||
| 8317 | 7599 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8318 | 7600 | } |
| 8319 | 7601 | .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) { |
| 8320 | 7602 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8321 | -} | |
| 8322 | - | |
| 8323 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8324 | - display: none; | |
| 8325 | -} | |
| 8326 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8327 | - display: none; | |
| 8328 | -} | |
| 8329 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8330 | - display: none; | |
| 8331 | 7603 | } |
| 8332 | 7604 | /*# sourceMappingURL=editor.css.map */ |