| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.29.0 - 15-05-2025 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -60,10 +61,10 @@ | ||
| 60 | 61 | } |
| 61 | 62 | body:after { |
| 62 | 63 | content: ""; |
| 63 | 64 | position: absolute; |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 65 | + top: 0; | |
| 66 | + left: 0; | |
| 66 | 67 | height: 100%; |
| 67 | 68 | width: 0; |
| 68 | 69 | background-color: var(--e-a-bg-default); |
| 69 | 70 | transition: width 0.5s; |
| @@ -73,16 +74,16 @@ | ||
| 73 | 74 | } |
| 74 | 75 | body a:hover { |
| 75 | 76 | color: var(--e-a-color-primary-bold); |
| 76 | 77 | } |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 78 | +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: "\e89e"; | |
| 79 | 80 | } |
| 80 | 81 | body.elementor-editor-preview { |
| 81 | 82 | --e-preview-width: 100%; |
| 82 | 83 | } |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 84 | +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 85 | + content: "\e89f"; | |
| 85 | 86 | } |
| 86 | 87 | body.elementor-navigator--dock-hint:after { |
| 87 | 88 | width: 30px; |
| 88 | 89 | } |
| @@ -194,12 +195,11 @@ | ||
| 194 | 195 | color: var(--e-a-color-txt-disabled); |
| 195 | 196 | } |
| 196 | 197 | .e-control-tool i { |
| 197 | 198 | position: absolute; |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 199 | + top: 50%; | |
| 200 | + left: 50%; | |
| 201 | + transform: translateX(-50%) translateY(-50%); | |
| 202 | 202 | color: var(--e-a-color-txt-default); |
| 203 | 203 | font-size: 13px; |
| 204 | 204 | } |
| 205 | 205 | |
| @@ -208,11 +208,11 @@ | ||
| 208 | 208 | } |
| 209 | 209 | |
| 210 | 210 | .elementor-loader-wrapper { |
| 211 | 211 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 212 | + top: 50%; | |
| 213 | + left: 50%; | |
| 214 | + transform: translate(-50%, -50%); | |
| 215 | 215 | width: 300px; |
| 216 | 216 | display: flex; |
| 217 | 217 | flex-direction: column; |
| 218 | 218 | align-items: center; |
| @@ -630,8 +630,13 @@ | ||
| 630 | 630 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 631 | 631 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 632 | 632 | color: initial; |
| 633 | 633 | } |
| 634 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 635 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 636 | + background-color: var(--e-a-btn-bg-disabled); | |
| 637 | + cursor: not-allowed; | |
| 638 | +} | |
| 634 | 639 | .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, |
| 635 | 640 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 636 | 641 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -636,13 +641,8 @@ | ||
| 636 | 641 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 638 | 643 | background-color: var(--e-a-btn-bg-disabled); |
| 639 | 644 | } |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | 645 | |
| 646 | 646 | /* |
| 647 | 647 | * Container style |
| 648 | 648 | */ |
| @@ -785,8 +785,20 @@ | ||
| 785 | 785 | --e-editor-panel-width: 300px; |
| 786 | 786 | } |
| 787 | 787 | } |
| 788 | 788 | |
| 789 | +.elementor-panel { | |
| 790 | + position: relative; | |
| 791 | + height: 100%; | |
| 792 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 793 | + width: var(--e-editor-panel-width); | |
| 794 | + overflow: visible; | |
| 795 | + background-color: var(--e-a-bg-default); | |
| 796 | + z-index: 1; | |
| 797 | + font-family: var(--e-a-font-family); | |
| 798 | + font-size: 13px; | |
| 799 | + right: 0; | |
| 800 | +} | |
| 789 | 801 | .elementor-panel :where(#elementor-panel-state-loading, |
| 790 | 802 | #elementor-panel-header-wrapper, |
| 791 | 803 | #elementor-panel-content-wrapper, |
| 792 | 804 | #elementor-panel-footer) h1, |
| @@ -900,9 +912,10 @@ | ||
| 900 | 912 | display: none; |
| 901 | 913 | position: absolute; |
| 902 | 914 | box-shadow: var(--e-a-popover-shadow); |
| 903 | 915 | border-radius: var(--e-a-border-radius); |
| 904 | - inset-inline: 0; | |
| 916 | + left: 0; | |
| 917 | + right: 0; | |
| 905 | 918 | margin: -4px auto 5px; |
| 906 | 919 | padding-block-start: 15px; |
| 907 | 920 | width: 90%; |
| 908 | 921 | z-index: 10000; |
| @@ -910,10 +923,10 @@ | ||
| 910 | 923 | } |
| 911 | 924 | .elementor-panel .elementor-controls-popover:before { |
| 912 | 925 | content: ""; |
| 913 | 926 | position: absolute; |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 927 | + top: -16px; | |
| 928 | + left: 22px; | |
| 916 | 929 | border: 8px solid transparent; |
| 917 | 930 | border-block-end-color: var(--e-a-bg-default); |
| 918 | 931 | } |
| 919 | 932 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| @@ -924,20 +937,8 @@ | ||
| 924 | 937 | } |
| 925 | 938 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 926 | 939 | margin-block-start: 20px; |
| 927 | 940 | } |
| 928 | -.elementor-panel { | |
| 929 | - position: relative; | |
| 930 | - height: 100%; | |
| 931 | - inset-inline-start: 0; | |
| 932 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 933 | - width: var(--e-editor-panel-width); | |
| 934 | - overflow: visible; | |
| 935 | - background-color: var(--e-a-bg-default); | |
| 936 | - z-index: 1; | |
| 937 | - font-family: var(--e-a-font-family); | |
| 938 | - font-size: 13px; | |
| 939 | -} | |
| 940 | 941 | .elementor-editor-preview .elementor-panel { |
| 941 | 942 | --e-is-preview-mode: 1; |
| 942 | 943 | } |
| 943 | 944 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -1193,12 +1194,12 @@ | ||
| 1193 | 1194 | content: ""; |
| 1194 | 1195 | position: absolute; |
| 1195 | 1196 | height: 13px; |
| 1196 | 1197 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1198 | + top: 3px; | |
| 1199 | + bottom: 0; | |
| 1200 | + right: 8px; | |
| 1201 | + left: 0; | |
| 1201 | 1202 | border-radius: 50%; |
| 1202 | 1203 | z-index: -1; |
| 1203 | 1204 | } |
| 1204 | 1205 | .elementor-panel #elementor-panel-footer { |
| @@ -1289,10 +1290,10 @@ | ||
| 1289 | 1290 | border-inline-end: 1px solid #3f444b; |
| 1290 | 1291 | } |
| 1291 | 1292 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 1293 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1294 | + bottom: 100%; | |
| 1295 | + left: 0; | |
| 1295 | 1296 | width: 100%; |
| 1296 | 1297 | background-color: #1f2124; |
| 1297 | 1298 | padding: 10px; |
| 1298 | 1299 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1359,17 +1360,13 @@ | ||
| 1359 | 1360 | |
| 1360 | 1361 | #elementor-panel-elements-search-area { |
| 1361 | 1362 | background-color: var(--e-a-bg-default); |
| 1362 | 1363 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1364 | + top: 0; | |
| 1364 | 1365 | padding: 15px; |
| 1365 | 1366 | z-index: 1; |
| 1366 | 1367 | } |
| 1367 | 1368 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1369 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1370 | position: relative; |
| 1374 | 1371 | } |
| 1375 | 1372 | |
| @@ -1386,12 +1383,12 @@ | ||
| 1386 | 1383 | appearance: none; |
| 1387 | 1384 | } |
| 1388 | 1385 | #elementor-panel-elements-search-input + i { |
| 1389 | 1386 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1387 | + right: 10px; | |
| 1388 | + top: 50%; | |
| 1389 | + color: var(--e-a-color-txt-disabled); | |
| 1392 | 1390 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1391 | } |
| 1395 | 1392 | #elementor-panel-elements-search-input:focus { |
| 1396 | 1393 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1394 | padding-inline-end: 15px; |
| @@ -1396,20 +1393,8 @@ | ||
| 1396 | 1393 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1394 | padding-inline-end: 15px; |
| 1398 | 1395 | } |
| 1399 | 1396 | |
| 1400 | -.e-free-badge-container { | |
| 1401 | - flex-grow: 1; | |
| 1402 | - margin-inline-start: 10px; | |
| 1403 | - margin-inline-end: 10px; | |
| 1404 | -} | |
| 1405 | -.e-free-badge-container .e-free-badge { | |
| 1406 | - border-radius: var(--e-a-border-radius); | |
| 1407 | - background-color: var(--e-a-btn-bg); | |
| 1408 | - color: var(--e-a-btn-color-invert); | |
| 1409 | - padding: 3px 5px; | |
| 1410 | -} | |
| 1411 | - | |
| 1412 | 1397 | .elementor-panel .elementor-element { |
| 1413 | 1398 | font-family: var(--e-a-font-family); |
| 1414 | 1399 | color: var(--e-a-color-txt); |
| 1415 | 1400 | line-height: 1; |
| @@ -1429,10 +1414,10 @@ | ||
| 1429 | 1414 | user-select: none; |
| 1430 | 1415 | } |
| 1431 | 1416 | .elementor-panel .elementor-element .eicon-atomic { |
| 1432 | 1417 | position: absolute; |
| 1433 | - inset-block-start: 5px; | |
| 1434 | - inset-inline-end: 5px; | |
| 1418 | + top: 5px; | |
| 1419 | + left: 5px; | |
| 1435 | 1420 | color: var(--e-a-color-txt); |
| 1436 | 1421 | } |
| 1437 | 1422 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1423 | background-color: var(--e-a-bg-hover); |
| @@ -1437,14 +1422,11 @@ | ||
| 1437 | 1422 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1423 | background-color: var(--e-a-bg-hover); |
| 1439 | 1424 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1425 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1426 | +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1427 | + color: var(--e-a-color-accent); | |
| 1443 | 1428 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1429 | .elementor-panel .elementor-element .icon { |
| 1448 | 1430 | font-size: 28px; |
| 1449 | 1431 | padding-block-start: 15px; |
| 1450 | 1432 | } |
| @@ -1456,17 +1438,12 @@ | ||
| 1456 | 1438 | } |
| 1457 | 1439 | .elementor-panel .elementor-element .title { |
| 1458 | 1440 | font-size: 12px; |
| 1459 | 1441 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1442 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1443 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1464 | -} | |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1444 | + top: 5px; | |
| 1445 | + left: 5px; | |
| 1469 | 1446 | color: var(--e-a-color-txt-disabled); |
| 1470 | 1447 | } |
| 1471 | 1448 | .elementor-panel .elementor-element:active { |
| 1472 | 1449 | background-color: var(--e-a-bg-hover); |
| @@ -1484,10 +1461,10 @@ | ||
| 1484 | 1461 | } |
| 1485 | 1462 | #elementor-element--promotion__dialog:after { |
| 1486 | 1463 | content: ""; |
| 1487 | 1464 | position: absolute; |
| 1488 | - inset-block-start: 15px; | |
| 1489 | - inset-inline-end: 100%; | |
| 1465 | + top: 15px; | |
| 1466 | + left: 100%; | |
| 1490 | 1467 | transform: scaleY(0.7); |
| 1491 | 1468 | border: 10px solid transparent; |
| 1492 | 1469 | border-inline-end-color: var(--e-a-bg-default); |
| 1493 | 1470 | } |
| @@ -1534,10 +1511,10 @@ | ||
| 1534 | 1511 | } |
| 1535 | 1512 | .dialog-tooltip-widget:after { |
| 1536 | 1513 | content: ""; |
| 1537 | 1514 | position: absolute; |
| 1538 | - inset-block-start: 15px; | |
| 1539 | - inset-inline-end: 100%; | |
| 1515 | + top: 15px; | |
| 1516 | + left: 100%; | |
| 1540 | 1517 | transform: scaleY(0.7); |
| 1541 | 1518 | border: 10px solid transparent; |
| 1542 | 1519 | border-inline-end-color: var(--e-a-bg-default); |
| 1543 | 1520 | } |
| @@ -1576,80 +1553,8 @@ | ||
| 1576 | 1553 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1577 | 1554 | border: 0; |
| 1578 | 1555 | } |
| 1579 | 1556 | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 1623 | - | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1557 | #elementor-panel-inner { |
| 1653 | 1558 | position: relative; |
| 1654 | 1559 | height: 100%; |
| 1655 | 1560 | display: flex; |
| @@ -1675,54 +1580,18 @@ | ||
| 1675 | 1580 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1676 | 1581 | margin-block-start: 20px; |
| 1677 | 1582 | } |
| 1678 | 1583 | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1682 | -} | |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1693 | -} | |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1696 | -} | |
| 1697 | - | |
| 1698 | 1584 | #elementor-panel-get-pro-elements-sticky { |
| 1699 | 1585 | position: sticky; |
| 1700 | - inset-block-end: 0; | |
| 1701 | - margin-block-end: -10px; | |
| 1702 | -} | |
| 1703 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | - margin-block-start: -14px; | |
| 1705 | -} | |
| 1706 | - | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1714 | -} | |
| 1715 | - | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1586 | + bottom: 0; | |
| 1718 | 1587 | font-size: 14px; |
| 1719 | 1588 | font-weight: 400; |
| 1720 | 1589 | line-height: 1.6; |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1590 | + margin-block-end: -10px; | |
| 1722 | 1591 | } |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1592 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1593 | + margin-top: -14px; | |
| 1725 | 1594 | min-height: 40px; |
| 1726 | 1595 | display: block; |
| 1727 | 1596 | padding: 9px min(35px, 5%); |
| 1728 | 1597 | gap: 10px; |
| @@ -1730,18 +1599,16 @@ | ||
| 1730 | 1599 | color: var(--e-a-color-black); |
| 1731 | 1600 | text-align: center; |
| 1732 | 1601 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1733 | 1602 | } |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1603 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1736 | 1604 | display: inline-block; |
| 1737 | 1605 | font-size: 13px; |
| 1738 | 1606 | font-weight: 500; |
| 1739 | 1607 | color: var(--e-a-btn-bg-accent); |
| 1740 | 1608 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1743 | - margin-inline-start: 17px; | |
| 1609 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1610 | + margin-left: 17px; | |
| 1744 | 1611 | } |
| 1745 | 1612 | |
| 1746 | 1613 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1747 | 1614 | width: 90%; |
| @@ -1768,10 +1635,10 @@ | ||
| 1768 | 1635 | background: var(--e-a-color-primary); |
| 1769 | 1636 | border-radius: 50%; |
| 1770 | 1637 | width: 8px; |
| 1771 | 1638 | height: 8px; |
| 1772 | - inset-block-start: 5px; | |
| 1773 | - inset-inline-end: 5px; | |
| 1639 | + top: 5px; | |
| 1640 | + right: 5px; | |
| 1774 | 1641 | } |
| 1775 | 1642 | |
| 1776 | 1643 | .media-modal.wp-core-ui { |
| 1777 | 1644 | color-scheme: light; |
| @@ -1885,36 +1752,23 @@ | ||
| 1885 | 1752 | } |
| 1886 | 1753 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1887 | 1754 | display: none; |
| 1888 | 1755 | } |
| 1889 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1890 | - padding: 4px; | |
| 1891 | -} | |
| 1892 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1893 | - aspect-ratio: 4/1; | |
| 1894 | - -o-object-fit: cover; | |
| 1895 | - object-fit: cover; | |
| 1896 | - -o-object-position: center; | |
| 1897 | - object-position: center; | |
| 1898 | -} | |
| 1899 | -.elementor-control-shape_divider_bottom img { | |
| 1900 | - rotate: X 180deg; | |
| 1901 | -} | |
| 1902 | 1756 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1903 | 1757 | margin-block-start: 5px; |
| 1904 | 1758 | } |
| 1905 | 1759 | |
| 1906 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1907 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1908 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1911 | - transform: rotate(90deg); | |
| 1760 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1761 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1762 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1763 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1764 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1765 | + content: "\e92a"; | |
| 1912 | 1766 | } |
| 1913 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1914 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1915 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1916 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1767 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1768 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1769 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1770 | + content: "\e909"; | |
| 1917 | 1771 | } |
| 1918 | 1772 | |
| 1919 | 1773 | .elementor-panel-heading { |
| 1920 | 1774 | display: flex; |
| @@ -2016,13 +1870,11 @@ | ||
| 2016 | 1870 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2017 | 1871 | margin-block-start: 0; |
| 2018 | 1872 | } |
| 2019 | 1873 | |
| 2020 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2021 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2022 | 1874 | .elementor-control-start-end .eicon-h-align-left, |
| 2023 | 1875 | .elementor-control-start-end .eicon-h-align-right { |
| 2024 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1876 | + transform: rotate(180deg); | |
| 2025 | 1877 | } |
| 2026 | 1878 | |
| 2027 | 1879 | .elementor-update-preview { |
| 2028 | 1880 | margin: 15px 15px 0; |
| @@ -2059,9 +1911,9 @@ | ||
| 2059 | 1911 | } |
| 2060 | 1912 | .elementor-control-responsive-switchers__holder { |
| 2061 | 1913 | position: absolute; |
| 2062 | 1914 | width: 100%; |
| 2063 | - inset-block-start: 0; | |
| 1915 | + top: 0; | |
| 2064 | 1916 | background-color: var(--e-a-bg-default); |
| 2065 | 1917 | border-radius: var(--e-a-border-radius); |
| 2066 | 1918 | transition: 0.15s; |
| 2067 | 1919 | border: 1px solid transparent; |
| @@ -2204,10 +2056,10 @@ | ||
| 2204 | 2056 | display: none; |
| 2205 | 2057 | overflow: hidden; |
| 2206 | 2058 | max-height: 0; |
| 2207 | 2059 | position: absolute; |
| 2208 | - inset-block-start: -0.8em; | |
| 2209 | - inset-inline-start: -0.5em; | |
| 2060 | + top: -0.8em; | |
| 2061 | + right: -0.5em; | |
| 2210 | 2062 | width: 2.5em; |
| 2211 | 2063 | text-align: center; |
| 2212 | 2064 | background-color: var(--e-a-bg-default); |
| 2213 | 2065 | border-radius: var(--e-a-border-radius); |
| @@ -2382,9 +2234,9 @@ | ||
| 2382 | 2234 | } |
| 2383 | 2235 | .elementor-control-responsive-switchers__holder { |
| 2384 | 2236 | position: absolute; |
| 2385 | 2237 | width: 100%; |
| 2386 | - inset-block-start: 0; | |
| 2238 | + top: 0; | |
| 2387 | 2239 | background-color: var(--e-a-bg-default); |
| 2388 | 2240 | border-radius: var(--e-a-border-radius); |
| 2389 | 2241 | transition: 0.15s; |
| 2390 | 2242 | border: 1px solid transparent; |
| @@ -2527,10 +2379,10 @@ | ||
| 2527 | 2379 | display: none; |
| 2528 | 2380 | overflow: hidden; |
| 2529 | 2381 | max-height: 0; |
| 2530 | 2382 | position: absolute; |
| 2531 | - inset-block-start: -0.8em; | |
| 2532 | - inset-inline-start: -0.5em; | |
| 2383 | + top: -0.8em; | |
| 2384 | + right: -0.5em; | |
| 2533 | 2385 | width: 2.5em; |
| 2534 | 2386 | text-align: center; |
| 2535 | 2387 | background-color: var(--e-a-bg-default); |
| 2536 | 2388 | border-radius: var(--e-a-border-radius); |
| @@ -2660,9 +2512,9 @@ | ||
| 2660 | 2512 | } |
| 2661 | 2513 | .elementor-control-responsive-switchers__holder { |
| 2662 | 2514 | position: absolute; |
| 2663 | 2515 | width: 100%; |
| 2664 | - inset-block-start: 0; | |
| 2516 | + top: 0; | |
| 2665 | 2517 | background-color: var(--e-a-bg-default); |
| 2666 | 2518 | border-radius: var(--e-a-border-radius); |
| 2667 | 2519 | transition: 0.15s; |
| 2668 | 2520 | border: 1px solid transparent; |
| @@ -2805,10 +2657,10 @@ | ||
| 2805 | 2657 | display: none; |
| 2806 | 2658 | overflow: hidden; |
| 2807 | 2659 | max-height: 0; |
| 2808 | 2660 | position: absolute; |
| 2809 | - inset-block-start: -0.8em; | |
| 2810 | - inset-inline-start: -0.5em; | |
| 2661 | + top: -0.8em; | |
| 2662 | + right: -0.5em; | |
| 2811 | 2663 | width: 2.5em; |
| 2812 | 2664 | text-align: center; |
| 2813 | 2665 | background-color: var(--e-a-bg-default); |
| 2814 | 2666 | border-radius: var(--e-a-border-radius); |
| @@ -2928,11 +2780,11 @@ | ||
| 2928 | 2780 | } |
| 2929 | 2781 | |
| 2930 | 2782 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2931 | 2783 | position: absolute; |
| 2932 | - inset-block-start: 50%; | |
| 2933 | - inset-inline-start: 50%; | |
| 2934 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2784 | + top: 50%; | |
| 2785 | + left: 50%; | |
| 2786 | + transform: translate(-50%, -50%); | |
| 2935 | 2787 | } |
| 2936 | 2788 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2937 | 2789 | font-size: 70px; |
| 2938 | 2790 | } |
| @@ -2998,10 +2850,10 @@ | ||
| 2998 | 2850 | opacity: 0; |
| 2999 | 2851 | } |
| 3000 | 2852 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 3001 | 2853 | position: absolute; |
| 3002 | - inset-block-start: 10px; | |
| 3003 | - inset-inline-end: 10px; | |
| 2854 | + top: 10px; | |
| 2855 | + left: 10px; | |
| 3004 | 2856 | width: 21px; |
| 3005 | 2857 | height: 21px; |
| 3006 | 2858 | color: var(--e-a-color-white); |
| 3007 | 2859 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3111,10 +2963,10 @@ | ||
| 3111 | 2963 | } |
| 3112 | 2964 | .e-global__popover-info-tooltip:after { |
| 3113 | 2965 | content: ""; |
| 3114 | 2966 | position: absolute; |
| 3115 | - inset-block-end: -17px; | |
| 3116 | - inset-inline-start: 16px; | |
| 2967 | + bottom: -17px; | |
| 2968 | + right: 16px; | |
| 3117 | 2969 | border: 10px solid transparent; |
| 3118 | 2970 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3119 | 2971 | } |
| 3120 | 2972 | .e-global__popover-info i { |
| @@ -3131,19 +2983,8 @@ | ||
| 3131 | 2983 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3132 | 2984 | background-color: #BABFC5; |
| 3133 | 2985 | border-radius: 10px; |
| 3134 | 2986 | } |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 3137 | - font-weight: 500; | |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 3140 | -} | |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 3145 | -} | |
| 3146 | 2987 | .e-global__manage-button { |
| 3147 | 2988 | font-weight: 500; |
| 3148 | 2989 | cursor: pointer; |
| 3149 | 2990 | } |
| @@ -3159,9 +3000,9 @@ | ||
| 3159 | 3000 | font-size: 13px; |
| 3160 | 3001 | content: "\e90e"; |
| 3161 | 3002 | position: absolute; |
| 3162 | 3003 | transform: translateY(-50%); |
| 3163 | - inset-block-start: 50%; | |
| 3004 | + top: 50%; | |
| 3164 | 3005 | inset-inline-start: 13px; |
| 3165 | 3006 | } |
| 3166 | 3007 | .e-global__color { |
| 3167 | 3008 | padding: 10px 20px; |
| @@ -3302,11 +3143,11 @@ | ||
| 3302 | 3143 | display: none; |
| 3303 | 3144 | } |
| 3304 | 3145 | .elementor-control-media .eicon-plus-circle { |
| 3305 | 3146 | position: absolute; |
| 3306 | - inset-block-start: 50%; | |
| 3307 | - inset-inline-start: 50%; | |
| 3308 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3147 | + top: 50%; | |
| 3148 | + left: 50%; | |
| 3149 | + transform: translate(-50%, -50%); | |
| 3309 | 3150 | color: var(--e-a-color-white); |
| 3310 | 3151 | font-size: 20px; |
| 3311 | 3152 | } |
| 3312 | 3153 | .elementor-control-media__content__upload-button { |
| @@ -3329,11 +3170,11 @@ | ||
| 3329 | 3170 | display: none; |
| 3330 | 3171 | } |
| 3331 | 3172 | .elementor-control-media-area .eicon-video-camera { |
| 3332 | 3173 | position: absolute; |
| 3333 | - inset-block-start: 50%; | |
| 3334 | - inset-inline-start: 50%; | |
| 3335 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3174 | + top: 50%; | |
| 3175 | + left: 50%; | |
| 3176 | + transform: translate(-50%, -50%); | |
| 3336 | 3177 | color: rgba(255, 255, 255, 0.7); |
| 3337 | 3178 | font-size: 21px; |
| 3338 | 3179 | } |
| 3339 | 3180 | .elementor-control-media .elementor-control-media__content { |
| @@ -3349,9 +3190,9 @@ | ||
| 3349 | 3190 | background-color: rgba(0, 0, 0, 0.2); |
| 3350 | 3191 | pointer-events: none; |
| 3351 | 3192 | } |
| 3352 | 3193 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3353 | - inset-block-end: -30px; | |
| 3194 | + bottom: -30px; | |
| 3354 | 3195 | } |
| 3355 | 3196 | .elementor-control-media__content { |
| 3356 | 3197 | transition: all 0.2s ease-in-out; |
| 3357 | 3198 | } |
| @@ -3356,10 +3197,11 @@ | ||
| 3356 | 3197 | transition: all 0.2s ease-in-out; |
| 3357 | 3198 | } |
| 3358 | 3199 | .elementor-control-media__tools { |
| 3359 | 3200 | position: absolute; |
| 3360 | - inset-block-end: 0; | |
| 3361 | - inset-inline: 0; | |
| 3201 | + bottom: 0; | |
| 3202 | + left: 0; | |
| 3203 | + right: 0; | |
| 3362 | 3204 | height: 27px; |
| 3363 | 3205 | transition: all 0.2s ease-in-out; |
| 3364 | 3206 | } |
| 3365 | 3207 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3386,10 +3228,10 @@ | ||
| 3386 | 3228 | } |
| 3387 | 3229 | .elementor-control-media__content__remove { |
| 3388 | 3230 | position: absolute; |
| 3389 | 3231 | z-index: 1; |
| 3390 | - inset-block-start: 10px; | |
| 3391 | - inset-inline-end: 10px; | |
| 3232 | + top: 10px; | |
| 3233 | + left: 10px; | |
| 3392 | 3234 | width: 20px; |
| 3393 | 3235 | height: 20px; |
| 3394 | 3236 | font-size: 11px; |
| 3395 | 3237 | color: var(--e-a-color-white); |
| @@ -3730,11 +3572,11 @@ | ||
| 3730 | 3572 | font-family: eicons; |
| 3731 | 3573 | content: "\e8ad"; |
| 3732 | 3574 | font-size: 12px; |
| 3733 | 3575 | position: absolute; |
| 3734 | - inset-block-start: 50%; | |
| 3735 | - inset-inline-end: 5px; | |
| 3576 | + top: 50%; | |
| 3736 | 3577 | transform: translateY(-50%); |
| 3578 | + left: 5px; | |
| 3737 | 3579 | pointer-events: none; |
| 3738 | 3580 | } |
| 3739 | 3581 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3740 | 3582 | max-width: 80px; |
| @@ -3768,14 +3610,14 @@ | ||
| 3768 | 3610 | } |
| 3769 | 3611 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3770 | 3612 | border-radius: 0; |
| 3771 | 3613 | width: 10px; |
| 3772 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3614 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3773 | 3615 | } |
| 3774 | 3616 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3775 | 3617 | content: ""; |
| 3776 | 3618 | position: absolute; |
| 3777 | - inset-block-start: 2px; | |
| 3619 | + top: 2px; | |
| 3778 | 3620 | height: 12px; |
| 3779 | 3621 | width: 11px; |
| 3780 | 3622 | transform: rotate(45deg); |
| 3781 | 3623 | background-color: var(--e-a-color-white); |
| @@ -3852,11 +3694,11 @@ | ||
| 3852 | 3694 | .elementor-slider .noUi-handle { |
| 3853 | 3695 | height: 16px; |
| 3854 | 3696 | width: 16px; |
| 3855 | 3697 | background-color: var(--e-a-color-white); |
| 3698 | + left: 0; | |
| 3699 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3856 | 3700 | position: absolute; |
| 3857 | - inset-inline-end: 0; | |
| 3858 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3859 | 3701 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3860 | 3702 | border-radius: 50%; |
| 3861 | 3703 | } |
| 3862 | 3704 | .elementor-slider .noUi-connects { |
| @@ -3873,9 +3715,9 @@ | ||
| 3873 | 3715 | background-color: var(--e-a-border-color-focus); |
| 3874 | 3716 | } |
| 3875 | 3717 | .elementor-slider .noUi-tooltip { |
| 3876 | 3718 | position: absolute; |
| 3877 | - inset-block-start: calc(100% + 5px); | |
| 3719 | + top: calc(100% + 5px); | |
| 3878 | 3720 | left: calc(50% - 4px); |
| 3879 | 3721 | transform: translateX(-50%); |
| 3880 | 3722 | font-size: 10px; |
| 3881 | 3723 | } |
| @@ -3962,9 +3804,9 @@ | ||
| 3962 | 3804 | transition-property: opacity, background; |
| 3963 | 3805 | } |
| 3964 | 3806 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3965 | 3807 | position: absolute; |
| 3966 | - inset-block-start: 0; | |
| 3808 | + top: 0; | |
| 3967 | 3809 | width: 50%; |
| 3968 | 3810 | text-align: center; |
| 3969 | 3811 | line-height: 20px; |
| 3970 | 3812 | transition: inherit; |
| @@ -3970,14 +3812,14 @@ | ||
| 3970 | 3812 | transition: inherit; |
| 3971 | 3813 | } |
| 3972 | 3814 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3973 | 3815 | content: attr(data-off); |
| 3974 | - inset-inline-end: 5px; | |
| 3816 | + right: 5px; | |
| 3975 | 3817 | color: var(--e-a-color-txt-muted); |
| 3976 | 3818 | } |
| 3977 | 3819 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3978 | 3820 | content: attr(data-on); |
| 3979 | - inset-inline-start: 5px; | |
| 3821 | + left: 5px; | |
| 3980 | 3822 | color: var(--e-a-btn-color); |
| 3981 | 3823 | opacity: 0; |
| 3982 | 3824 | } |
| 3983 | 3825 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3990,19 +3832,19 @@ | ||
| 3990 | 3832 | opacity: 1; |
| 3991 | 3833 | } |
| 3992 | 3834 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3993 | 3835 | position: absolute; |
| 3994 | - inset-block-start: 1px; | |
| 3995 | - inset-inline-start: 1px; | |
| 3836 | + top: 1px; | |
| 3837 | + left: 1px; | |
| 3996 | 3838 | width: 18px; |
| 3997 | 3839 | height: 18px; |
| 3998 | 3840 | background: white; |
| 3999 | 3841 | border-radius: 10px; |
| 4000 | - transition: inset-inline-start 0.15s ease-out; | |
| 3842 | + transition: left 0.15s ease-out; | |
| 4001 | 3843 | } |
| 4002 | 3844 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 4003 | - inset-inline-start: initial; | |
| 4004 | - inset-inline-end: 1px; | |
| 3845 | + left: initial; | |
| 3846 | + right: 1px; | |
| 4005 | 3847 | } |
| 4006 | 3848 | |
| 4007 | 3849 | .elementor-control-type-tabs { |
| 4008 | 3850 | display: none; |
| @@ -4054,10 +3896,10 @@ | ||
| 4054 | 3896 | } |
| 4055 | 3897 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4056 | 3898 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4057 | 3899 | position: absolute; |
| 4058 | - inset-block-start: 0; | |
| 4059 | - inset-inline-end: 0; | |
| 3900 | + top: 0; | |
| 3901 | + left: 0; | |
| 4060 | 3902 | z-index: 1; |
| 4061 | 3903 | } |
| 4062 | 3904 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4063 | 3905 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4135,10 +3977,10 @@ | ||
| 4135 | 3977 | } |
| 4136 | 3978 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4137 | 3979 | display: none; |
| 4138 | 3980 | position: absolute; |
| 4139 | - inset-block-start: 5px; | |
| 4140 | - inset-inline-end: 0; | |
| 3981 | + top: 5px; | |
| 3982 | + right: 0; | |
| 4141 | 3983 | width: 10px; |
| 4142 | 3984 | height: 10px; |
| 4143 | 3985 | font-size: 10px; |
| 4144 | 3986 | color: var(--e-a-color-txt-disabled); |
| @@ -4195,61 +4037,70 @@ | ||
| 4195 | 4037 | } |
| 4196 | 4038 | |
| 4197 | 4039 | .elementor-visual-choice-choices { |
| 4198 | 4040 | display: grid; |
| 4199 | - gap: 8px; | |
| 4041 | + -moz-column-gap: 4px; | |
| 4042 | + column-gap: 4px; | |
| 4043 | + row-gap: 4px; | |
| 4200 | 4044 | grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); |
| 4045 | + height: -moz-fit-content; | |
| 4046 | + height: fit-content; | |
| 4201 | 4047 | text-align: center; |
| 4048 | + border-spacing: 1px; | |
| 4202 | 4049 | border-radius: var(--e-a-border-radius); |
| 4203 | 4050 | overflow: hidden; |
| 4204 | 4051 | } |
| 4205 | 4052 | |
| 4206 | 4053 | .elementor-visual-choice-element { |
| 4054 | + align-items: center; | |
| 4207 | 4055 | display: flex; |
| 4208 | 4056 | flex-direction: column; |
| 4209 | - align-items: center; | |
| 4057 | + gap: 4px; | |
| 4210 | 4058 | justify-content: center; |
| 4211 | - gap: 8px; | |
| 4059 | + padding: 4px; | |
| 4212 | 4060 | width: auto; |
| 4213 | 4061 | } |
| 4214 | -.elementor-visual-choice-element-image label { | |
| 4215 | - border: var(--e-a-border-bold); | |
| 4216 | - border-radius: var(--e-a-border-radius); | |
| 4062 | +.elementor-visual-choice-element input { | |
| 4063 | + display: none; | |
| 4064 | +} | |
| 4065 | +.elementor-visual-choice-element input.e-visual-choice-placeholder + .elementor-visual-choice-label, .elementor-visual-choice-element input:checked + .elementor-visual-choice-label { | |
| 4066 | + border: 2px solid var(--e-a-bg-active-bold); | |
| 4067 | + background-color: var(--e-a-bg-active-bold); | |
| 4068 | + border-radius: 3px; | |
| 4069 | + opacity: 1; | |
| 4070 | +} | |
| 4071 | +.elementor-visual-choice-element input:not(:checked) + .elementor-visual-choice-label { | |
| 4072 | + opacity: 0.7; | |
| 4073 | +} | |
| 4074 | +.elementor-visual-choice-element input:hover + .elementor-visual-choice-label { | |
| 4075 | + opacity: 1; | |
| 4076 | + transform: scale(1.05); | |
| 4077 | + background-color: var(--e-a-bg-hover); | |
| 4078 | +} | |
| 4079 | +.elementor-visual-choice-label { | |
| 4080 | + border-block-start: var(--e-a-border-bold); | |
| 4081 | + border-block-end: var(--e-a-border-bold); | |
| 4082 | + border-inline-start: var(--e-a-border-bold); | |
| 4083 | + border-inline-end: none; | |
| 4217 | 4084 | font-size: 12px; |
| 4218 | 4085 | transition: var(--e-a-transition-hover); |
| 4219 | 4086 | cursor: pointer; |
| 4220 | 4087 | overflow: hidden; |
| 4221 | - width: 100%; | |
| 4222 | 4088 | padding: 8px; |
| 4223 | 4089 | } |
| 4224 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4225 | - background-color: var(--e-a-bg-active-bold); | |
| 4226 | - opacity: 1; | |
| 4090 | +.elementor-visual-choice-label:nth-child(2) { | |
| 4091 | + border-start-start-radius: var(--e-a-border-radius); | |
| 4092 | + border-end-start-radius: var(--e-a-border-radius); | |
| 4227 | 4093 | } |
| 4228 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4229 | - border-color: var(--e-a-color-primary-bold); | |
| 4094 | +.elementor-visual-choice-label:last-child { | |
| 4095 | + border-inline-end: var(--e-a-border-bold); | |
| 4096 | + border-start-end-radius: var(--e-a-border-radius); | |
| 4097 | + border-end-end-radius: var(--e-a-border-radius); | |
| 4230 | 4098 | } |
| 4231 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4232 | - background-color: var(--e-a-color-white); | |
| 4233 | - opacity: 0.5; | |
| 4234 | -} | |
| 4235 | -.elementor-visual-choice-element-image img { | |
| 4099 | +.elementor-visual-choice-image { | |
| 4100 | + height: auto; | |
| 4236 | 4101 | width: 100%; |
| 4237 | - height: auto; | |
| 4238 | 4102 | } |
| 4239 | -.elementor-visual-choice-element-button { | |
| 4240 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4241 | -} | |
| 4242 | -.elementor-visual-choice-element-button label { | |
| 4243 | - width: -moz-fit-content; | |
| 4244 | - width: fit-content; | |
| 4245 | -} | |
| 4246 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4247 | - background-color: var(--e-a-bg-active-bold); | |
| 4248 | -} | |
| 4249 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4250 | - border-color: var(--e-a-color-primary-bold); | |
| 4251 | -} | |
| 4252 | 4103 | |
| 4253 | 4104 | .elementor-label-inline .elementor-visual-choice-choices { |
| 4254 | 4105 | justify-content: flex-end; |
| 4255 | 4106 | } |
| @@ -4402,13 +4253,13 @@ | ||
| 4402 | 4253 | --e-a-mode-switcher-width: 15px; |
| 4403 | 4254 | --e-a-mode-switcher-height: 50px; |
| 4404 | 4255 | --e-a-mode-switcher-icon-size: 15px; |
| 4405 | 4256 | position: absolute; |
| 4406 | - inset-block-start: 50%; | |
| 4407 | - inset-inline-start: 100%; | |
| 4257 | + right: 100%; | |
| 4258 | + top: 50%; | |
| 4408 | 4259 | transform: translateY(-50%); |
| 4409 | 4260 | background-color: var(--e-a-bg-default); |
| 4410 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4261 | + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4411 | 4262 | transition: 0.3s opacity; |
| 4412 | 4263 | } |
| 4413 | 4264 | #elementor-mode-switcher:hover { |
| 4414 | 4265 | background-color: var(--e-a-bg-hover); |
| @@ -4478,11 +4329,11 @@ | ||
| 4478 | 4329 | } |
| 4479 | 4330 | |
| 4480 | 4331 | #elementor-panel-revisions-loading { |
| 4481 | 4332 | position: absolute; |
| 4482 | - inset-block-start: 50%; | |
| 4483 | - inset-inline-start: 50%; | |
| 4484 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4333 | + top: 50%; | |
| 4334 | + left: 50%; | |
| 4335 | + transform: translate(-50%, -50%); | |
| 4485 | 4336 | } |
| 4486 | 4337 | #elementor-panel-revisions-loading .eicon-loading { |
| 4487 | 4338 | font-size: 50px; |
| 4488 | 4339 | } |
| @@ -4566,10 +4417,10 @@ | ||
| 4566 | 4417 | .e-control-display-conditions-promotion__wrapper { |
| 4567 | 4418 | display: flex; |
| 4568 | 4419 | justify-content: space-between; |
| 4569 | 4420 | } |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4421 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4422 | + color: var(--e-a-color-accent); | |
| 4572 | 4423 | } |
| 4573 | 4424 | .e-control-display-conditions-promotion__description { |
| 4574 | 4425 | display: flex; |
| 4575 | 4426 | align-self: center; |
| @@ -4582,11 +4433,8 @@ | ||
| 4582 | 4433 | display: flex; |
| 4583 | 4434 | justify-content: center; |
| 4584 | 4435 | align-items: center; |
| 4585 | 4436 | } |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | 4437 | .e-control-display-conditions-promotion.eicon-flow { |
| 4590 | 4438 | align-self: flex-end; |
| 4591 | 4439 | cursor: pointer; |
| 4592 | 4440 | border: var(--e-a-border-bold); |
| @@ -4597,10 +4445,10 @@ | ||
| 4597 | 4445 | background-color: var(--e-a-bg-active); |
| 4598 | 4446 | color: #E73CF6; |
| 4599 | 4447 | } |
| 4600 | 4448 | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4449 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4450 | + color: var(--e-a-color-accent); | |
| 4603 | 4451 | } |
| 4604 | 4452 | .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { |
| 4605 | 4453 | margin-inline-end: 0; |
| 4606 | 4454 | } |
| @@ -4625,11 +4473,8 @@ | ||
| 4625 | 4473 | display: flex; |
| 4626 | 4474 | justify-content: center; |
| 4627 | 4475 | align-items: center; |
| 4628 | 4476 | } |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 4632 | 4477 | |
| 4633 | 4478 | .e-link-promotion { |
| 4634 | 4479 | font-family: "Roboto", sans-serif; |
| 4635 | 4480 | font-weight: 500; |
| @@ -4716,13 +4561,13 @@ | ||
| 4716 | 4561 | } |
| 4717 | 4562 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4718 | 4563 | align-self: end; |
| 4719 | 4564 | margin-block-start: 35px; |
| 4720 | - inset-block-start: 0; | |
| 4565 | + top: 0; | |
| 4721 | 4566 | width: 100%; |
| 4722 | 4567 | } |
| 4723 | 4568 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4724 | - inset-inline-end: 5px; | |
| 4569 | + left: 5px; | |
| 4725 | 4570 | } |
| 4726 | 4571 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4727 | 4572 | padding: 0 20px 15px; |
| 4728 | 4573 | } |
| @@ -5133,10 +4978,9 @@ | ||
| 5133 | 4978 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5134 | 4979 | bottom: 0; |
| 5135 | 4980 | } |
| 5136 | 4981 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5137 | - width: 10px; | |
| 5138 | - right: -5px; | |
| 4982 | + right: 0; | |
| 5139 | 4983 | } |
| 5140 | 4984 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5141 | 4985 | left: 0; |
| 5142 | 4986 | } |
| @@ -5147,20 +4991,8 @@ | ||
| 5147 | 4991 | background-color: #fff; |
| 5148 | 4992 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5149 | 4993 | } |
| 5150 | 4994 | |
| 5151 | -#elementor-template-library-modal button:focus-visible, | |
| 5152 | -#elementor-template-library-modal a:focus-visible, | |
| 5153 | -#elementor-template-library-modal input:focus-visible, | |
| 5154 | -#elementor-template-library-modal select:focus-visible, | |
| 5155 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5156 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5157 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5158 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5159 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5160 | - outline-offset: 2px; | |
| 5161 | - border-radius: 2px; | |
| 5162 | -} | |
| 5163 | 4995 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5164 | 4996 | font-style: normal; |
| 5165 | 4997 | text-decoration: underline; |
| 5166 | 4998 | } |
| @@ -5172,10 +5004,10 @@ | ||
| 5172 | 5004 | } |
| 5173 | 5005 | #elementor-template-library-modal .dialog-message { |
| 5174 | 5006 | overflow-y: scroll; |
| 5175 | 5007 | } |
| 5176 | -#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 { | |
| 5177 | - overflow-y: auto; | |
| 5008 | +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message { | |
| 5009 | + overflow-y: hidden; | |
| 5178 | 5010 | } |
| 5179 | 5011 | #elementor-template-library-modal .e-back-to-editor { |
| 5180 | 5012 | color: var(--e-a-color-txt); |
| 5181 | 5013 | text-decoration: underline; |
| @@ -5191,21 +5023,14 @@ | ||
| 5191 | 5023 | display: inline-block; |
| 5192 | 5024 | padding: 17px 20px; |
| 5193 | 5025 | border-block-end: 3px solid transparent; |
| 5194 | 5026 | cursor: pointer; |
| 5195 | - background: transparent; | |
| 5196 | - margin: 0; | |
| 5197 | - font-size: inherit; | |
| 5198 | - font-family: inherit; | |
| 5199 | - color: inherit; | |
| 5200 | - border: none; | |
| 5201 | 5027 | } |
| 5202 | 5028 | .elementor-template-library-menu-item:hover { |
| 5203 | 5029 | background-color: var(--e-a-bg-hover); |
| 5204 | 5030 | border-color: var(--e-a-bg-hover); |
| 5205 | 5031 | } |
| 5206 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5207 | - border-block-end: 3px solid; | |
| 5032 | +.elementor-template-library-menu-item.elementor-active { | |
| 5208 | 5033 | border-color: var(--e-a-border-color-accent); |
| 5209 | 5034 | color: var(--e-a-color-txt-accent); |
| 5210 | 5035 | } |
| 5211 | 5036 | |
| @@ -5211,25 +5036,11 @@ | ||
| 5211 | 5036 | |
| 5212 | 5037 | #elementor-template-library-header-actions { |
| 5213 | 5038 | display: flex; |
| 5214 | 5039 | } |
| 5215 | -#elementor-template-library-header-actions > div, | |
| 5216 | -#elementor-template-library-header-actions > button { | |
| 5217 | - background: transparent; | |
| 5218 | - margin: 0; | |
| 5219 | - font-size: inherit; | |
| 5220 | - font-family: inherit; | |
| 5221 | - color: inherit; | |
| 5222 | - border: none; | |
| 5040 | +#elementor-template-library-header-actions > div { | |
| 5223 | 5041 | padding-inline-end: 16px; |
| 5224 | - cursor: pointer; | |
| 5225 | 5042 | } |
| 5226 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5227 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: -2px; | |
| 5230 | - border-radius: 2px; | |
| 5231 | -} | |
| 5232 | 5043 | |
| 5233 | 5044 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5234 | 5045 | opacity: 0; |
| 5235 | 5046 | visibility: hidden; |
| @@ -5244,9 +5055,8 @@ | ||
| 5244 | 5055 | margin-inline-start: 4px; |
| 5245 | 5056 | } |
| 5246 | 5057 | |
| 5247 | 5058 | #elementor-template-library-header-preview-back { |
| 5248 | - gap: 10px; | |
| 5249 | 5059 | padding-block: 16.5px 15px; |
| 5250 | 5060 | padding-inline: 0 16.5px; |
| 5251 | 5061 | border-inline-end: var(--e-a-border); |
| 5252 | 5062 | cursor: pointer; |
| @@ -5251,32 +5061,18 @@ | ||
| 5251 | 5061 | border-inline-end: var(--e-a-border); |
| 5252 | 5062 | cursor: pointer; |
| 5253 | 5063 | transition: color 0.5s; |
| 5254 | 5064 | } |
| 5255 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5256 | - background: transparent; | |
| 5257 | - margin: 0; | |
| 5258 | - font-size: inherit; | |
| 5259 | - font-family: inherit; | |
| 5260 | - color: inherit; | |
| 5261 | - border: none; | |
| 5262 | - display: flex; | |
| 5263 | - align-items: center; | |
| 5264 | - gap: 10px; | |
| 5265 | - cursor: pointer; | |
| 5266 | -} | |
| 5267 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5268 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5269 | - outline-offset: 2px; | |
| 5270 | - border-radius: 2px; | |
| 5271 | -} | |
| 5272 | 5065 | #elementor-template-library-header-preview-back:hover { |
| 5273 | 5066 | color: var(--e-a-color-txt-hover); |
| 5274 | 5067 | } |
| 5275 | 5068 | #elementor-template-library-header-preview-back i { |
| 5069 | + padding-inline-end: 10px; | |
| 5276 | 5070 | font-size: 18px; |
| 5277 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5278 | 5071 | } |
| 5072 | +#elementor-template-library-header-preview-back i:before { | |
| 5073 | + content: "\e87d"; | |
| 5074 | +} | |
| 5279 | 5075 | |
| 5280 | 5076 | #elementor-template-library-templates { |
| 5281 | 5077 | display: flex; |
| 5282 | 5078 | flex-direction: column; |
| @@ -5302,20 +5098,15 @@ | ||
| 5302 | 5098 | } |
| 5303 | 5099 | #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 { |
| 5304 | 5100 | display: flex; |
| 5305 | 5101 | align-items: baseline; |
| 5306 | - border-radius: 3px; | |
| 5307 | 5102 | } |
| 5308 | -#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 { | |
| 5309 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5310 | - outline-offset: 2px; | |
| 5311 | -} | |
| 5312 | 5103 | #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 { |
| 5313 | 5104 | align-items: center; |
| 5314 | 5105 | } |
| 5315 | 5106 | #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 { |
| 5316 | 5107 | font-size: 14px; |
| 5317 | - margin-inline-start: 5px; | |
| 5108 | + margin-left: 5px; | |
| 5318 | 5109 | } |
| 5319 | 5110 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container { |
| 5320 | 5111 | width: 200px; |
| 5321 | 5112 | margin: 0px 10px; |
| @@ -5414,14 +5205,8 @@ | ||
| 5414 | 5205 | align-items: center; |
| 5415 | 5206 | gap: 8px; |
| 5416 | 5207 | } |
| 5417 | 5208 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5418 | - background: transparent; | |
| 5419 | - margin: 0; | |
| 5420 | - font-size: inherit; | |
| 5421 | - font-family: inherit; | |
| 5422 | - color: inherit; | |
| 5423 | - border: none; | |
| 5424 | 5209 | cursor: pointer; |
| 5425 | 5210 | font-size: 20px; |
| 5426 | 5211 | padding: 0 5px; |
| 5427 | 5212 | border-radius: 2px; |
| @@ -5461,19 +5246,15 @@ | ||
| 5461 | 5246 | padding: 8px; |
| 5462 | 5247 | border: var(--e-a-border); |
| 5463 | 5248 | border-radius: 3px; |
| 5464 | 5249 | } |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5466 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5467 | - outline-offset: 2px; | |
| 5468 | -} | |
| 5469 | -#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 { | |
| 5250 | +#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 { | |
| 5470 | 5251 | display: flex; |
| 5471 | 5252 | } |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-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 { | |
| 5253 | +#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 { | |
| 5473 | 5254 | display: none; |
| 5474 | 5255 | } |
| 5475 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-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 { | |
| 5256 | +#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 { | |
| 5476 | 5257 | display: flex !important; |
| 5477 | 5258 | } |
| 5478 | 5259 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5479 | 5260 | width: 190px; |
| @@ -5479,14 +5260,14 @@ | ||
| 5479 | 5260 | width: 190px; |
| 5480 | 5261 | height: 100px; |
| 5481 | 5262 | position: relative; |
| 5482 | 5263 | border-radius: 3px; |
| 5483 | - margin-block-end: 4px; | |
| 5264 | + margin-bottom: 4px; | |
| 5484 | 5265 | overflow: hidden; |
| 5485 | 5266 | } |
| 5486 | 5267 | #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 { |
| 5487 | - -o-object-fit: contain; | |
| 5488 | - object-fit: contain; | |
| 5268 | + -o-object-fit: cover; | |
| 5269 | + object-fit: cover; | |
| 5489 | 5270 | width: 100%; |
| 5490 | 5271 | height: 100%; |
| 5491 | 5272 | } |
| 5492 | 5273 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { |
| @@ -5568,29 +5349,16 @@ | ||
| 5568 | 5349 | gap: 20px; |
| 5569 | 5350 | align-items: center; |
| 5570 | 5351 | flex: 1; |
| 5571 | 5352 | } |
| 5572 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5573 | - background: transparent; | |
| 5574 | - margin: 0; | |
| 5575 | - font-size: inherit; | |
| 5576 | - font-family: inherit; | |
| 5577 | - color: inherit; | |
| 5578 | - border: none; | |
| 5353 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5579 | 5354 | cursor: pointer; |
| 5580 | - display: flex; | |
| 5581 | - align-items: center; | |
| 5582 | - justify-content: center; | |
| 5355 | + font-size: 18px; | |
| 5583 | 5356 | } |
| 5584 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5357 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5585 | 5358 | pointer-events: none; |
| 5586 | 5359 | opacity: 0.3; |
| 5587 | - cursor: not-allowed; | |
| 5588 | 5360 | } |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5590 | - cursor: pointer; | |
| 5591 | - font-size: 18px; | |
| 5592 | -} | |
| 5593 | 5361 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5594 | 5362 | font-size: 20px; |
| 5595 | 5363 | } |
| 5596 | 5364 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5626,12 +5394,12 @@ | ||
| 5626 | 5394 | background: var(--e-a-bg-active); |
| 5627 | 5395 | } |
| 5628 | 5396 | #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { |
| 5629 | 5397 | position: relative; |
| 5630 | - inset-block-start: 3px; | |
| 5398 | + top: 3px; | |
| 5631 | 5399 | } |
| 5632 | 5400 | #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { |
| 5633 | - inset-block-start: 0px; | |
| 5401 | + top: 0px; | |
| 5634 | 5402 | } |
| 5635 | 5403 | #elementor-template-library-templates .bulk-selection-item-checkbox:checked, |
| 5636 | 5404 | #elementor-template-library-templates #bulk-select-all:checked { |
| 5637 | 5405 | background: #69727D; |
| @@ -5672,11 +5440,11 @@ | ||
| 5672 | 5440 | .elementor-template-library-filter-select-source .source-option i { |
| 5673 | 5441 | margin-inline-end: 5px; |
| 5674 | 5442 | } |
| 5675 | 5443 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5676 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5444 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5677 | 5445 | padding: 2px 4px; |
| 5678 | - color: var(--e-a-color-primary-bold-dark); | |
| 5446 | + color: var(--e-a-color-primary-bold); | |
| 5679 | 5447 | border-radius: 10px; |
| 5680 | 5448 | font-size: 10px; |
| 5681 | 5449 | margin-inline-start: 5px; |
| 5682 | 5450 | } |
| @@ -5683,52 +5451,8 @@ | ||
| 5683 | 5451 | .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { |
| 5684 | 5452 | background-color: var(--e-a-bg-hover); |
| 5685 | 5453 | } |
| 5686 | 5454 | |
| 5687 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5688 | - display: flex; | |
| 5689 | - align-items: center; | |
| 5690 | - justify-content: space-between; | |
| 5691 | -} | |
| 5692 | - | |
| 5693 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5694 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5695 | - display: flex; | |
| 5696 | - align-items: center; | |
| 5697 | - gap: 6px; | |
| 5698 | - padding: 6px 12px; | |
| 5699 | - border: none; | |
| 5700 | - border-radius: 20px; | |
| 5701 | - font-size: 14px; | |
| 5702 | - font-weight: 500; | |
| 5703 | - white-space: nowrap; | |
| 5704 | - margin-inline-start: auto; | |
| 5705 | - margin-inline-end: 15px; | |
| 5706 | -} | |
| 5707 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5708 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5709 | - margin: 0; | |
| 5710 | - font-size: 14px; | |
| 5711 | -} | |
| 5712 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5713 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5714 | - background-color: var(--e-a-bg-info); | |
| 5715 | - color: var(--e-a-color-info); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5719 | - color: var(--e-a-color-info); | |
| 5720 | -} | |
| 5721 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5722 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5723 | - background-color: var(--e-a-bg-warning); | |
| 5724 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5725 | -} | |
| 5726 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5727 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5728 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5729 | -} | |
| 5730 | - | |
| 5731 | 5455 | #elementor-template-library-filter-toolbar-remote { |
| 5732 | 5456 | font-size: 11px; |
| 5733 | 5457 | } |
| 5734 | 5458 | |
| @@ -5803,9 +5527,9 @@ | ||
| 5803 | 5527 | content: "\e923"; |
| 5804 | 5528 | } |
| 5805 | 5529 | |
| 5806 | 5530 | #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { |
| 5807 | - margin-block-end: 10px; | |
| 5531 | + margin-bottom: 10px; | |
| 5808 | 5532 | } |
| 5809 | 5533 | |
| 5810 | 5534 | #elementor-template-library-filter-text-wrapper { |
| 5811 | 5535 | width: 200px; |
| @@ -5812,14 +5536,14 @@ | ||
| 5812 | 5536 | position: relative; |
| 5813 | 5537 | } |
| 5814 | 5538 | #elementor-template-library-filter-text-wrapper i { |
| 5815 | 5539 | position: absolute; |
| 5816 | - inset-block-start: 50%; | |
| 5817 | - inset-inline-end: 0; | |
| 5540 | + top: 50%; | |
| 5541 | + left: 0; | |
| 5818 | 5542 | transform: translateY(-50%); |
| 5819 | 5543 | } |
| 5820 | 5544 | #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { |
| 5821 | - inset-block-start: 25%; | |
| 5545 | + top: 25%; | |
| 5822 | 5546 | } |
| 5823 | 5547 | |
| 5824 | 5548 | #elementor-template-library-filter-text { |
| 5825 | 5549 | border: none; |
| @@ -5846,32 +5570,19 @@ | ||
| 5846 | 5570 | padding: 8px; |
| 5847 | 5571 | border: var(--e-a-border); |
| 5848 | 5572 | border-radius: 3px; |
| 5849 | 5573 | } |
| 5850 | -.elementor-template-library-template-remote:focus-visible { | |
| 5851 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5852 | - outline-offset: 2px; | |
| 5853 | -} | |
| 5854 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5574 | +.elementor-template-library-template-remote:hover { | |
| 5855 | 5575 | background-color: var(--e-a-bg-hover); |
| 5856 | 5576 | } |
| 5857 | -.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 { | |
| 5858 | - opacity: 1; | |
| 5859 | -} | |
| 5860 | -.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 { | |
| 5577 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5861 | 5578 | display: none; |
| 5862 | 5579 | } |
| 5863 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5864 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5865 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5866 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5867 | - display: initial; | |
| 5868 | -} | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5580 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5870 | 5581 | opacity: 0; |
| 5871 | 5582 | } |
| 5872 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5873 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5583 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5584 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5874 | 5585 | display: none; |
| 5875 | 5586 | } |
| 5876 | 5587 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5877 | 5588 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5879,10 +5590,10 @@ | ||
| 5879 | 5590 | color: var(--e-a-color-white); |
| 5880 | 5591 | position: absolute; |
| 5881 | 5592 | text-transform: uppercase; |
| 5882 | 5593 | line-height: 1; |
| 5883 | - inset-block-start: 5px; | |
| 5884 | - inset-inline-end: 5px; | |
| 5594 | + top: 5px; | |
| 5595 | + left: 5px; | |
| 5885 | 5596 | padding: 3px 5px; |
| 5886 | 5597 | font-size: 8px; |
| 5887 | 5598 | border-radius: 2px; |
| 5888 | 5599 | } |
| @@ -5897,10 +5608,10 @@ | ||
| 5897 | 5608 | } |
| 5898 | 5609 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5899 | 5610 | position: absolute; |
| 5900 | 5611 | width: 100%; |
| 5901 | - inset-block-end: 0; | |
| 5902 | - inset-inline-start: 0; | |
| 5612 | + bottom: 0; | |
| 5613 | + right: 0; | |
| 5903 | 5614 | padding: 10px; |
| 5904 | 5615 | background-color: var(--e-a-bg-default); |
| 5905 | 5616 | transition: transform 0.5s; |
| 5906 | 5617 | } |
| @@ -5906,9 +5617,9 @@ | ||
| 5906 | 5617 | } |
| 5907 | 5618 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5908 | 5619 | display: none; |
| 5909 | 5620 | } |
| 5910 | -.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 { | |
| 5621 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5911 | 5622 | transform: translateY(100%); |
| 5912 | 5623 | } |
| 5913 | 5624 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5914 | 5625 | position: relative; |
| @@ -5933,11 +5644,11 @@ | ||
| 5933 | 5644 | } |
| 5934 | 5645 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5935 | 5646 | font-size: 20px; |
| 5936 | 5647 | position: absolute; |
| 5937 | - inset-block-start: 50%; | |
| 5938 | - inset-inline-start: 50%; | |
| 5939 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5648 | + top: 50%; | |
| 5649 | + left: 50%; | |
| 5650 | + transform: translate(-50%, -50%); | |
| 5940 | 5651 | } |
| 5941 | 5652 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5942 | 5653 | display: flex; |
| 5943 | 5654 | justify-content: space-between; |
| @@ -5957,22 +5668,10 @@ | ||
| 5957 | 5668 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5958 | 5669 | margin-inline-start: auto; |
| 5959 | 5670 | } |
| 5960 | 5671 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5961 | - position: absolute; | |
| 5962 | - width: 1px; | |
| 5963 | - height: 1px; | |
| 5964 | - padding: 0; | |
| 5965 | - margin: -1px; | |
| 5966 | - overflow: hidden; | |
| 5967 | - clip: rect(0, 0, 0, 0); | |
| 5968 | - white-space: nowrap; | |
| 5969 | - border: 0; | |
| 5672 | + display: none; | |
| 5970 | 5673 | } |
| 5971 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5972 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5973 | - outline-offset: 2px; | |
| 5974 | -} | |
| 5975 | 5674 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5976 | 5675 | content: "\e93f"; |
| 5977 | 5676 | color: var(--e-a-color-primary-bold); |
| 5978 | 5677 | } |
| @@ -6088,25 +5787,14 @@ | ||
| 6088 | 5787 | position: absolute; |
| 6089 | 5788 | background-color: var(--e-a-bg-default); |
| 6090 | 5789 | border-radius: var(--e-a-border-radius); |
| 6091 | 5790 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6092 | - inset-block-start: 100%; | |
| 6093 | - inset-inline-end: 0; | |
| 5791 | + top: 100%; | |
| 5792 | + left: 0; | |
| 6094 | 5793 | z-index: 1; |
| 6095 | - list-style: none; | |
| 6096 | - margin: 0; | |
| 6097 | - padding: 0; | |
| 6098 | 5794 | } |
| 6099 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6100 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6101 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6102 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6103 | - background: transparent; | |
| 6104 | - margin: 0; | |
| 6105 | - font-size: inherit; | |
| 6106 | - font-family: inherit; | |
| 6107 | - color: inherit; | |
| 6108 | - border: none; | |
| 5795 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5796 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6109 | 5797 | padding: 10px 20px; |
| 6110 | 5798 | font-size: 11px; |
| 6111 | 5799 | cursor: pointer; |
| 6112 | 5800 | display: flex; |
| @@ -6111,21 +5799,25 @@ | ||
| 6111 | 5799 | cursor: pointer; |
| 6112 | 5800 | display: flex; |
| 6113 | 5801 | align-items: center; |
| 6114 | 5802 | gap: 8px; |
| 6115 | - width: 100%; | |
| 6116 | 5803 | } |
| 6117 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6119 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6120 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5804 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5805 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6121 | 5806 | cursor: not-allowed; |
| 6122 | 5807 | color: var(--e-a-color-txt-disabled); |
| 6123 | 5808 | } |
| 6124 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6125 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5809 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5810 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5811 | + color: var(--e-a-color-txt-disabled); | |
| 5812 | + cursor: not-allowed; | |
| 5813 | +} | |
| 5814 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5815 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6126 | 5816 | color: var(--e-a-color-txt); |
| 6127 | - text-decoration: none; | |
| 5817 | + display: flex; | |
| 5818 | + align-items: center; | |
| 5819 | + gap: 8px; | |
| 6128 | 5820 | } |
| 6129 | 5821 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6130 | 5822 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6131 | 5823 | color: var(--e-a-color-danger); |
| @@ -6137,14 +5829,8 @@ | ||
| 6137 | 5829 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6138 | 5830 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6139 | 5831 | margin-inline-start: auto; |
| 6140 | 5832 | cursor: pointer; |
| 6141 | - background: none; | |
| 6142 | - border: none; | |
| 6143 | - padding: 0; | |
| 6144 | - display: flex; | |
| 6145 | - align-items: center; | |
| 6146 | - justify-content: center; | |
| 6147 | 5833 | } |
| 6148 | 5834 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6149 | 5835 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6150 | 5836 | font-size: 20px; |
| @@ -6211,11 +5897,9 @@ | ||
| 6211 | 5897 | display: flex; |
| 6212 | 5898 | align-items: center; |
| 6213 | 5899 | } |
| 6214 | 5900 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6215 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6216 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6217 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5901 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6218 | 5902 | cursor: pointer; |
| 6219 | 5903 | transition: color 0.5s; |
| 6220 | 5904 | } |
| 6221 | 5905 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6237,9 +5921,9 @@ | ||
| 6237 | 5921 | overflow: hidden; |
| 6238 | 5922 | } |
| 6239 | 5923 | #elementor-template-library-preview iframe { |
| 6240 | 5924 | height: 150%; |
| 6241 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 5925 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6242 | 5926 | } |
| 6243 | 5927 | @media (max-width: 1439px) { |
| 6244 | 5928 | #elementor-template-library-preview iframe { |
| 6245 | 5929 | width: 1440px; |
| @@ -6300,18 +5984,18 @@ | ||
| 6300 | 5984 | #elementor-template-library-save-template-form > * { |
| 6301 | 5985 | height: 55px; |
| 6302 | 5986 | font-size: 16px; |
| 6303 | 5987 | } |
| 5988 | +#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 5989 | + display: block; | |
| 5990 | + width: 500px; | |
| 5991 | + margin: 0 auto; | |
| 5992 | +} | |
| 6304 | 5993 | #elementor-template-library-save-template-form .cloud-library-form-inputs > * { |
| 6305 | 5994 | height: 55px; |
| 6306 | 5995 | font-size: 16px; |
| 6307 | 5996 | margin-block-end: 15px; |
| 6308 | 5997 | } |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6310 | - display: block; | |
| 6311 | - width: 500px; | |
| 6312 | - margin: 0 auto; | |
| 6313 | -} | |
| 6314 | 5998 | #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, |
| 6315 | 5999 | #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { |
| 6316 | 6000 | display: none; |
| 6317 | 6001 | } |
| @@ -6337,24 +6021,15 @@ | ||
| 6337 | 6021 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6338 | 6022 | display: inline; |
| 6339 | 6023 | background: var(--e-a-bg-hover); |
| 6340 | 6024 | padding: 0 2px 1px; |
| 6341 | - border: none; | |
| 6342 | 6025 | border-radius: 2px; |
| 6343 | 6026 | vertical-align: bottom; |
| 6344 | 6027 | cursor: pointer; |
| 6345 | - font-family: inherit; | |
| 6346 | - font-size: inherit; | |
| 6347 | - color: inherit; | |
| 6348 | - line-height: inherit; | |
| 6349 | 6028 | } |
| 6350 | 6029 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6351 | 6030 | background: var(--e-a-bg-active); |
| 6352 | 6031 | } |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6354 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6355 | - outline-offset: 2px; | |
| 6356 | -} | |
| 6357 | 6032 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6358 | 6033 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6359 | 6034 | #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, |
| 6360 | 6035 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6407,9 +6082,9 @@ | ||
| 6407 | 6082 | position: relative; |
| 6408 | 6083 | } |
| 6409 | 6084 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { |
| 6410 | 6085 | background: #69727D; |
| 6411 | - inset-block-start: -3px; | |
| 6086 | + top: -3px; | |
| 6412 | 6087 | position: relative; |
| 6413 | 6088 | } |
| 6414 | 6089 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { |
| 6415 | 6090 | position: relative; |
| @@ -6418,22 +6093,18 @@ | ||
| 6418 | 6093 | #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 { |
| 6419 | 6094 | white-space: nowrap; |
| 6420 | 6095 | text-overflow: ellipsis; |
| 6421 | 6096 | overflow: hidden; |
| 6422 | - overflow: visible; | |
| 6423 | - display: inline-flex; | |
| 6424 | - align-items: baseline; | |
| 6425 | 6097 | line-height: 27px; |
| 6426 | 6098 | } |
| 6427 | 6099 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, |
| 6428 | 6100 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { |
| 6429 | - flex-shrink: 0; | |
| 6430 | 6101 | position: relative; |
| 6431 | - inset-block-start: 2px; | |
| 6102 | + top: 2px; | |
| 6432 | 6103 | } |
| 6433 | 6104 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, |
| 6434 | 6105 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { |
| 6435 | - inset-block-start: -2px; | |
| 6106 | + top: -2px; | |
| 6436 | 6107 | } |
| 6437 | 6108 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { |
| 6438 | 6109 | vertical-align: bottom; |
| 6439 | 6110 | } |
| @@ -6444,26 +6115,15 @@ | ||
| 6444 | 6115 | } |
| 6445 | 6116 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { |
| 6446 | 6117 | display: none; |
| 6447 | 6118 | margin-inline-end: 5px; |
| 6448 | - align-items: baseline; | |
| 6449 | - white-space: nowrap; | |
| 6450 | - text-overflow: ellipsis; | |
| 6451 | - overflow: hidden; | |
| 6452 | 6119 | } |
| 6453 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6454 | - display: inline-flex !important; | |
| 6455 | -} | |
| 6456 | 6120 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { |
| 6457 | 6121 | text-decoration: underline; |
| 6458 | 6122 | cursor: pointer; |
| 6459 | - white-space: nowrap; | |
| 6460 | - text-overflow: ellipsis; | |
| 6461 | - overflow: hidden; | |
| 6462 | 6123 | } |
| 6463 | 6124 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { |
| 6464 | 6125 | cursor: pointer; |
| 6465 | - flex-shrink: 0; | |
| 6466 | 6126 | } |
| 6467 | 6127 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { |
| 6468 | 6128 | color: var(--e-a-color-primary-bold); |
| 6469 | 6129 | font-size: 14px; |
| @@ -6473,9 +6133,9 @@ | ||
| 6473 | 6133 | } |
| 6474 | 6134 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { |
| 6475 | 6135 | display: none; |
| 6476 | 6136 | position: absolute; |
| 6477 | - inset-block-start: 40px; | |
| 6137 | + top: 40px; | |
| 6478 | 6138 | background-color: var(--e-a-bg-default); |
| 6479 | 6139 | min-width: 187px; |
| 6480 | 6140 | overflow: auto; |
| 6481 | 6141 | box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); |
| @@ -6499,9 +6159,8 @@ | ||
| 6499 | 6159 | } |
| 6500 | 6160 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6501 | 6161 | padding: 5px 15px; |
| 6502 | 6162 | cursor: pointer; |
| 6503 | - list-style: none; | |
| 6504 | 6163 | } |
| 6505 | 6164 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6506 | 6165 | display: none; |
| 6507 | 6166 | } |
| @@ -6510,15 +6169,11 @@ | ||
| 6510 | 6169 | } |
| 6511 | 6170 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6512 | 6171 | text-decoration: underline; |
| 6513 | 6172 | } |
| 6514 | -#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 { | |
| 6173 | +#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 { | |
| 6515 | 6174 | background: var(--e-a-border-color); |
| 6516 | 6175 | } |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6518 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6519 | - outline-offset: -2px; | |
| 6520 | -} | |
| 6521 | 6176 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6522 | 6177 | pointer-events: none; |
| 6523 | 6178 | opacity: 0.3; |
| 6524 | 6179 | } |
| @@ -6524,9 +6179,10 @@ | ||
| 6524 | 6179 | } |
| 6525 | 6180 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { |
| 6526 | 6181 | text-align: center; |
| 6527 | 6182 | font-size: 13px; |
| 6528 | - margin: 0 20px; | |
| 6183 | + width: 155px; | |
| 6184 | + margin: 0 auto; | |
| 6529 | 6185 | padding-block: 15px; |
| 6530 | 6186 | pointer-events: none; |
| 6531 | 6187 | } |
| 6532 | 6188 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { |
| @@ -6540,259 +6196,8 @@ | ||
| 6540 | 6196 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { |
| 6541 | 6197 | pointer-events: none; |
| 6542 | 6198 | opacity: 0.3; |
| 6543 | 6199 | } |
| 6544 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6545 | - display: flex; | |
| 6546 | - flex-direction: column; | |
| 6547 | - width: 600px; | |
| 6548 | - text-align: start; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6551 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6552 | - font-size: 12px; | |
| 6553 | - font-weight: 400; | |
| 6554 | - color: var(--e-a-color-txt); | |
| 6555 | -} | |
| 6556 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6557 | - width: 100%; | |
| 6558 | - padding: 12px 15px; | |
| 6559 | - border: var(--e-a-border-bold); | |
| 6560 | - border-radius: 3px; | |
| 6561 | - margin-block-end: 0; | |
| 6562 | -} | |
| 6563 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - gap: 12px; | |
| 6567 | - margin-block-start: 20px; | |
| 6568 | -} | |
| 6569 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6570 | - display: flex; | |
| 6571 | - align-items: center; | |
| 6572 | - padding: 12px 15px; | |
| 6573 | - border: var(--e-a-border-bold); | |
| 6574 | - border-radius: 3px; | |
| 6575 | - width: 100%; | |
| 6576 | - line-height: normal; | |
| 6577 | - gap: 8px; | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6580 | - border-color: var(--e-a-color-txt); | |
| 6581 | -} | |
| 6582 | -#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 { | |
| 6583 | - display: flex; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6586 | - margin-inline-end: 0; | |
| 6587 | - flex-shrink: 0; | |
| 6588 | - position: relative; | |
| 6589 | -} | |
| 6590 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6591 | - inset-block-start: 0; | |
| 6592 | -} | |
| 6593 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6594 | - content: ""; | |
| 6595 | - position: absolute; | |
| 6596 | - inset-inline-end: -8px; | |
| 6597 | - width: 1px; | |
| 6598 | - height: 18px; | |
| 6599 | - background-color: var(--e-a-border-color); | |
| 6600 | -} | |
| 6601 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6602 | - margin-inline-start: 12px; | |
| 6603 | - margin-inline-end: 4px; | |
| 6604 | - font-size: 24px; | |
| 6605 | - color: var(--e-a-color-txt); | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6608 | - margin-inline-start: 8px; | |
| 6609 | - margin-inline-end: 0; | |
| 6610 | - font-size: 24px; | |
| 6611 | - color: var(--e-a-color-txt); | |
| 6612 | -} | |
| 6613 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6614 | - flex: 0 0 auto; | |
| 6615 | - margin: 0; | |
| 6616 | - cursor: pointer; | |
| 6617 | -} | |
| 6618 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6619 | - margin-inline: 0; | |
| 6620 | -} | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6622 | - display: inline; | |
| 6623 | - background: transparent; | |
| 6624 | - padding: 0; | |
| 6625 | - border-radius: 0; | |
| 6626 | - vertical-align: baseline; | |
| 6627 | - text-decoration: underline; | |
| 6628 | - cursor: pointer; | |
| 6629 | - margin-inline-start: 0; | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6632 | - background: transparent; | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6635 | - color: var(--e-a-color-primary-bold); | |
| 6636 | - text-decoration: underline; | |
| 6637 | - cursor: pointer; | |
| 6638 | - margin-inline-start: 4px; | |
| 6639 | -} | |
| 6640 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6641 | - text-decoration: none; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6644 | - display: none; | |
| 6645 | - border: none; | |
| 6646 | - padding: 0; | |
| 6647 | - border-radius: 0; | |
| 6648 | - margin-inline-start: 0; | |
| 6649 | - background: transparent; | |
| 6650 | - transition: background-color 0.2s; | |
| 6651 | - padding: 3px 8px; | |
| 6652 | -} | |
| 6653 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6654 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6655 | - border-radius: 3px; | |
| 6656 | -} | |
| 6657 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6658 | - color: var(--e-a-btn-bg-accent); | |
| 6659 | - text-decoration: none; | |
| 6660 | - display: flex; | |
| 6661 | - align-items: center; | |
| 6662 | - gap: 4px; | |
| 6663 | - font-size: 14px; | |
| 6664 | - font-weight: 500; | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6667 | - margin: 0; | |
| 6668 | - font-size: 14px; | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6671 | - display: none; | |
| 6672 | -} | |
| 6673 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6674 | - color: var(--e-a-color-txt-muted); | |
| 6675 | - margin-inline: 5px; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6678 | - color: var(--e-a-color-info); | |
| 6679 | - text-decoration: underline; | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6682 | - text-decoration: none; | |
| 6683 | -} | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6685 | - display: flex; | |
| 6686 | - align-items: center; | |
| 6687 | - gap: 6px; | |
| 6688 | - padding: 6px 12px; | |
| 6689 | - border: none; | |
| 6690 | - border-radius: 20px; | |
| 6691 | - font-size: 14px; | |
| 6692 | - font-weight: 500; | |
| 6693 | - cursor: pointer; | |
| 6694 | - transition: opacity 0.2s; | |
| 6695 | - margin-inline-start: auto; | |
| 6696 | -} | |
| 6697 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6698 | - opacity: 0.8; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6701 | - margin: 0; | |
| 6702 | - font-size: 14px; | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6705 | - background-color: var(--e-a-bg-info); | |
| 6706 | - color: var(--e-a-color-info); | |
| 6707 | -} | |
| 6708 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6709 | - color: var(--e-a-color-info); | |
| 6710 | -} | |
| 6711 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6712 | - background-color: var(--e-a-bg-warning); | |
| 6713 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6714 | -} | |
| 6715 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6716 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6717 | -} | |
| 6718 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6719 | - display: none; | |
| 6720 | - margin-inline-start: 8px; | |
| 6721 | - align-items: center; | |
| 6722 | - gap: 6px; | |
| 6723 | -} | |
| 6724 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6725 | - display: inline-flex !important; | |
| 6726 | -} | |
| 6727 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6728 | - text-decoration: underline; | |
| 6729 | - cursor: pointer; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6732 | - cursor: pointer; | |
| 6733 | - font-size: 14px; | |
| 6734 | -} | |
| 6735 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6736 | - inset-block-start: 75px; | |
| 6737 | - inset-inline-start: 230px; | |
| 6738 | -} | |
| 6739 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6740 | - display: none; | |
| 6741 | -} | |
| 6742 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6743 | - display: inline; | |
| 6744 | -} | |
| 6745 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6746 | - display: none; | |
| 6747 | -} | |
| 6748 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6749 | - border-color: var(--e-a-border-color); | |
| 6750 | -} | |
| 6751 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6752 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6753 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6754 | - color: var(--e-a-color-txt-disabled); | |
| 6755 | -} | |
| 6756 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6757 | - background-color: var(--e-a-color-txt-disabled); | |
| 6758 | -} | |
| 6759 | -#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 { | |
| 6760 | - border-color: var(--e-a-border-color); | |
| 6761 | -} | |
| 6762 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6763 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6764 | -#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, | |
| 6765 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6766 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6767 | - color: var(--e-a-color-txt-disabled); | |
| 6768 | -} | |
| 6769 | -#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 { | |
| 6770 | - background-color: var(--e-a-color-txt-disabled); | |
| 6771 | -} | |
| 6772 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge { | |
| 6773 | - display: inline-flex; | |
| 6774 | -} | |
| 6775 | -#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 { | |
| 6776 | - display: none; | |
| 6777 | -} | |
| 6778 | -#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 { | |
| 6779 | - display: block; | |
| 6780 | -} | |
| 6781 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6782 | -#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], | |
| 6783 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6784 | - pointer-events: none; | |
| 6785 | -} | |
| 6786 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6787 | - display: block; | |
| 6788 | - margin-block-start: 15px; | |
| 6789 | -} | |
| 6790 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6791 | - align-self: center; | |
| 6792 | - margin-block-start: 20px; | |
| 6793 | - float: none; | |
| 6794 | -} | |
| 6795 | 6200 | |
| 6796 | 6201 | #elementor-template-library-save-template-name { |
| 6797 | 6202 | width: 500px; |
| 6798 | 6203 | padding-inline-start: 25px; |
| @@ -6886,11 +6291,11 @@ | ||
| 6886 | 6291 | } |
| 6887 | 6292 | |
| 6888 | 6293 | .elementor-template-library-blank-footer { |
| 6889 | 6294 | position: absolute; |
| 6890 | - inset-block-end: 70px; | |
| 6891 | - inset-inline-start: 50%; | |
| 6892 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6295 | + bottom: 70px; | |
| 6296 | + left: 50%; | |
| 6297 | + transform: translateX(-50%); | |
| 6893 | 6298 | font-style: italic; |
| 6894 | 6299 | color: var(--e-a-color-txt-muted); |
| 6895 | 6300 | } |
| 6896 | 6301 | @media (max-height: 700px) { |
| @@ -6923,11 +6328,9 @@ | ||
| 6923 | 6328 | margin-block-start: 10px; |
| 6924 | 6329 | } |
| 6925 | 6330 | |
| 6926 | 6331 | #elementor-library--infotip__dialog, |
| 6927 | -#elementor-library--connect_infotip__dialog, | |
| 6928 | -#elementor-library--cloud-upgrade__dialog, | |
| 6929 | -#elementor-library--site-info__dialog { | |
| 6332 | +#elementor-library--connect_infotip__dialog { | |
| 6930 | 6333 | position: absolute; |
| 6931 | 6334 | z-index: 10000; |
| 6932 | 6335 | background-color: var(--e-a-bg-default); |
| 6933 | 6336 | box-shadow: var(--e-a-popover-shadow); |
| @@ -6932,39 +6335,19 @@ | ||
| 6932 | 6335 | background-color: var(--e-a-bg-default); |
| 6933 | 6336 | box-shadow: var(--e-a-popover-shadow); |
| 6934 | 6337 | border-radius: var(--e-a-border-radius); |
| 6935 | 6338 | } |
| 6936 | -#elementor-library--infotip__dialog.variant-b, | |
| 6937 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6938 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6939 | -#elementor-library--site-info__dialog.variant-b { | |
| 6940 | - width: 200px; | |
| 6941 | - color: var(--e-a-color-txt-invert); | |
| 6942 | - background-color: var(--e-a-bg-secondary); | |
| 6943 | -} | |
| 6944 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6945 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6946 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6947 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6948 | - padding: 4px 8px 4px 8px; | |
| 6949 | -} | |
| 6950 | 6339 | #elementor-library--infotip__dialog__title, |
| 6951 | -#elementor-library--connect_infotip__dialog__title, | |
| 6952 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6953 | -#elementor-library--site-info__dialog__title { | |
| 6340 | +#elementor-library--connect_infotip__dialog__title { | |
| 6954 | 6341 | font-size: 14px; |
| 6955 | 6342 | } |
| 6956 | 6343 | #elementor-library--infotip__dialog .dialog-buttons-wrapper, |
| 6957 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6958 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6959 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6344 | +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper { | |
| 6960 | 6345 | padding: 10px 0 10px 10px; |
| 6961 | 6346 | float: inline-end; |
| 6962 | 6347 | } |
| 6963 | 6348 | #elementor-library--infotip__dialog .dialog-button, |
| 6964 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6965 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6966 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6349 | +#elementor-library--connect_infotip__dialog .dialog-button { | |
| 6967 | 6350 | padding: 7px 25px; |
| 6968 | 6351 | font-size: 13px; |
| 6969 | 6352 | background: none; |
| 6970 | 6353 | color: var(--e-a-btn-bg-accent); |
| @@ -6972,14 +6355,12 @@ | ||
| 6972 | 6355 | font-weight: 500; |
| 6973 | 6356 | cursor: pointer; |
| 6974 | 6357 | } |
| 6975 | 6358 | #elementor-library--infotip__dialog:after, |
| 6976 | -#elementor-library--connect_infotip__dialog:after, | |
| 6977 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6978 | -#elementor-library--site-info__dialog:after { | |
| 6359 | +#elementor-library--connect_infotip__dialog:after { | |
| 6979 | 6360 | content: ""; |
| 6980 | 6361 | position: absolute; |
| 6981 | - inset-inline-end: 46%; | |
| 6362 | + left: 46%; | |
| 6982 | 6363 | transform: scaleX(0.7); |
| 6983 | 6364 | border: 10px solid transparent; |
| 6984 | 6365 | } |
| 6985 | 6366 | |
| @@ -6989,14 +6370,11 @@ | ||
| 6989 | 6370 | #elementor-library--infotip__dialog .dialog-message { |
| 6990 | 6371 | padding: 20px 20px 0px 20px; |
| 6991 | 6372 | } |
| 6992 | 6373 | #elementor-library--infotip__dialog:after { |
| 6993 | - inset-block-start: 100%; | |
| 6994 | - border-block-start-color: var(--e-a-bg-default); | |
| 6374 | + top: 100%; | |
| 6375 | + border-top-color: var(--e-a-bg-default); | |
| 6995 | 6376 | } |
| 6996 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6997 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6998 | -} | |
| 6999 | 6377 | |
| 7000 | 6378 | #elementor-library--connect_infotip__dialog { |
| 7001 | 6379 | width: 265px; |
| 7002 | 6380 | } |
| @@ -7002,207 +6380,13 @@ | ||
| 7002 | 6380 | } |
| 7003 | 6381 | #elementor-library--connect_infotip__dialog .dialog-message { |
| 7004 | 6382 | padding: 20px; |
| 7005 | 6383 | } |
| 7006 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 7007 | - inset-block-end: 100%; | |
| 7008 | - border-block-end-color: var(--e-a-bg-default); | |
| 6384 | +#elementor-library--connect_infotip__dialog:after { | |
| 6385 | + bottom: 100%; | |
| 6386 | + border-bottom-color: var(--e-a-bg-default); | |
| 7009 | 6387 | } |
| 7010 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7011 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7012 | - inset-block-start: 100%; | |
| 7013 | -} | |
| 7014 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7015 | - width: 265px; | |
| 7016 | -} | |
| 7017 | 6388 | |
| 7018 | -#elementor-library--cloud-upgrade__dialog { | |
| 7019 | - width: 265px; | |
| 7020 | -} | |
| 7021 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7022 | - inset-block-start: 100%; | |
| 7023 | - border-block-start-color: var(--e-a-bg-default); | |
| 7024 | -} | |
| 7025 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7026 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7027 | -} | |
| 7028 | - | |
| 7029 | -#elementor-library--site-info__dialog { | |
| 7030 | - width: 265px; | |
| 7031 | -} | |
| 7032 | -#elementor-library--site-info__dialog:after { | |
| 7033 | - inset-block-start: 100%; | |
| 7034 | - border-block-start-color: var(--e-a-bg-default); | |
| 7035 | -} | |
| 7036 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7037 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7038 | -} | |
| 7039 | - | |
| 7040 | -.elementor-global-styles-dialog { | |
| 7041 | - --gsd-color-text-primary: #0c0d0e; | |
| 7042 | - --gsd-color-text-secondary: #3f444b; | |
| 7043 | - --gsd-color-text-tertiary: #69727D; | |
| 7044 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7045 | - --gsd-color-primary-main: #f0abfc; | |
| 7046 | - --gsd-color-primary-hover: #e879f9; | |
| 7047 | - --gsd-color-secondary-main: #515962; | |
| 7048 | - --gsd-border-radius: 4px; | |
| 7049 | - --gsd-spacing-horizontal: 24px; | |
| 7050 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7051 | - padding: 16px 0 0; | |
| 7052 | - min-width: 444px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header { | |
| 7055 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7056 | - margin-block-end: 16px; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__header h2 { | |
| 7059 | - margin: 0 0 4px; | |
| 7060 | - font-family: var(--gsd-font-family); | |
| 7061 | - font-size: 16px; | |
| 7062 | - font-weight: 500; | |
| 7063 | - line-height: 1.3; | |
| 7064 | - color: var(--gsd-color-text-primary); | |
| 7065 | - letter-spacing: 0.15px; | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__header p { | |
| 7068 | - margin: 0; | |
| 7069 | - font-family: var(--gsd-font-family); | |
| 7070 | - font-size: 14px; | |
| 7071 | - font-weight: 400; | |
| 7072 | - line-height: 20px; | |
| 7073 | - color: var(--gsd-color-text-secondary); | |
| 7074 | - letter-spacing: 0.15px; | |
| 7075 | -} | |
| 7076 | -.elementor-global-styles-dialog__options { | |
| 7077 | - display: flex; | |
| 7078 | - flex-direction: column; | |
| 7079 | - gap: 12px; | |
| 7080 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7081 | -} | |
| 7082 | -.elementor-global-styles-dialog__radio-card { | |
| 7083 | - display: flex; | |
| 7084 | - gap: 0; | |
| 7085 | - padding: 12px 8px; | |
| 7086 | - border: 1px solid var(--gsd-color-divider); | |
| 7087 | - border-radius: var(--gsd-border-radius); | |
| 7088 | - cursor: pointer; | |
| 7089 | - transition: border-color 0.2s ease; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7092 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7093 | - padding: 11px 7px; | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7096 | - flex-shrink: 0; | |
| 7097 | - width: 20px; | |
| 7098 | - height: 20px; | |
| 7099 | - margin: 9px; | |
| 7100 | - cursor: pointer; | |
| 7101 | - color: var(--gsd-color-text-tertiary); | |
| 7102 | - accent-color: var(--gsd-color-text-primary); | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7105 | - display: flex; | |
| 7106 | - align-items: flex-start; | |
| 7107 | - flex-direction: column; | |
| 7108 | - flex: 1; | |
| 7109 | -} | |
| 7110 | -.elementor-global-styles-dialog__radio-label { | |
| 7111 | - font-family: var(--gsd-font-family); | |
| 7112 | - font-size: 14px; | |
| 7113 | - font-weight: 500; | |
| 7114 | - line-height: 18px; | |
| 7115 | - color: var(--gsd-color-text-primary); | |
| 7116 | - letter-spacing: 0.15px; | |
| 7117 | -} | |
| 7118 | -.elementor-global-styles-dialog__radio-description { | |
| 7119 | - font-family: var(--gsd-font-family); | |
| 7120 | - font-size: 12px; | |
| 7121 | - font-weight: 400; | |
| 7122 | - line-height: 20px; | |
| 7123 | - color: var(--gsd-color-text-secondary); | |
| 7124 | - letter-spacing: 0.4px; | |
| 7125 | -} | |
| 7126 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7127 | - display: flex; | |
| 7128 | - align-items: flex-start; | |
| 7129 | - gap: 4px; | |
| 7130 | - padding: 0; | |
| 7131 | - margin-block-start: 0; | |
| 7132 | -} | |
| 7133 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7134 | - display: flex; | |
| 7135 | - align-items: flex-start; | |
| 7136 | - gap: 4px; | |
| 7137 | - cursor: pointer; | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7140 | - width: 18px; | |
| 7141 | - height: 18px; | |
| 7142 | - margin: 4px; | |
| 7143 | - cursor: pointer; | |
| 7144 | -} | |
| 7145 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7146 | - background-color: var(--gsd-color-text-tertiary); | |
| 7147 | -} | |
| 7148 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7149 | - font-family: var(--gsd-font-family); | |
| 7150 | - font-size: 12px; | |
| 7151 | - font-weight: 400; | |
| 7152 | - line-height: 1.43; | |
| 7153 | - color: var(--gsd-color-text-primary); | |
| 7154 | - letter-spacing: 0.15px; | |
| 7155 | - padding-block-start: 4px; | |
| 7156 | - margin-inline-start: 4px; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7159 | - color: #2563eb; | |
| 7160 | - text-decoration: underline; | |
| 7161 | -} | |
| 7162 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7163 | - color: #2563eb; | |
| 7164 | -} | |
| 7165 | -.elementor-global-styles-dialog__footer { | |
| 7166 | - display: flex; | |
| 7167 | - justify-content: flex-end; | |
| 7168 | - align-items: center; | |
| 7169 | - gap: 8px; | |
| 7170 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7171 | -} | |
| 7172 | -.elementor-global-styles-dialog__button-cancel { | |
| 7173 | - padding: 6px 8px; | |
| 7174 | - font-family: var(--gsd-font-family); | |
| 7175 | - font-size: 15px; | |
| 7176 | - font-weight: 500; | |
| 7177 | - line-height: 24px; | |
| 7178 | - letter-spacing: 0.4px; | |
| 7179 | - color: var(--gsd-color-secondary-main); | |
| 7180 | - background: transparent; | |
| 7181 | - border: none; | |
| 7182 | - border-radius: var(--gsd-border-radius); | |
| 7183 | - cursor: pointer; | |
| 7184 | -} | |
| 7185 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7186 | - background: rgba(0, 0, 0, 0.04); | |
| 7187 | -} | |
| 7188 | -.elementor-global-styles-dialog__button-insert { | |
| 7189 | - padding: 6px 16px; | |
| 7190 | - font-family: var(--gsd-font-family); | |
| 7191 | - font-size: 15px; | |
| 7192 | - font-weight: 500; | |
| 7193 | - line-height: 24px; | |
| 7194 | - letter-spacing: 0.4px; | |
| 7195 | - color: var(--gsd-color-text-primary); | |
| 7196 | - background: var(--gsd-color-primary-main); | |
| 7197 | - border: none; | |
| 7198 | - border-radius: var(--gsd-border-radius); | |
| 7199 | - cursor: pointer; | |
| 7200 | -} | |
| 7201 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7202 | - background: var(--gsd-color-primary-hover); | |
| 7203 | -} | |
| 7204 | - | |
| 7205 | 6389 | .elementor-tags-list { |
| 7206 | 6390 | display: none; |
| 7207 | 6391 | position: absolute; |
| 7208 | 6392 | width: 260px; |
| @@ -7292,10 +6476,10 @@ | ||
| 7292 | 6476 | } |
| 7293 | 6477 | .elementor-tag-settings-popup:before { |
| 7294 | 6478 | content: ""; |
| 7295 | 6479 | position: absolute; |
| 7296 | - inset-block-start: -20px; | |
| 7297 | - inset-inline-start: 5px; | |
| 6480 | + top: -20px; | |
| 6481 | + right: 5px; | |
| 7298 | 6482 | border: 10px solid transparent; |
| 7299 | 6483 | border-block-end-color: var(--e-a-border-color); |
| 7300 | 6484 | } |
| 7301 | 6485 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7386,14 +6570,8 @@ | ||
| 7386 | 6570 | cursor: default; |
| 7387 | 6571 | opacity: 0.5; |
| 7388 | 6572 | color: var(--e-a-color-disabled); |
| 7389 | 6573 | } |
| 7390 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7391 | - opacity: 1; | |
| 7392 | -} | |
| 7393 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7394 | - opacity: 0.5; | |
| 7395 | -} | |
| 7396 | 6574 | .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 { |
| 7397 | 6575 | background-color: var(--e-a-bg-hover); |
| 7398 | 6576 | color: var(--e-a-color-hover); |
| 7399 | 6577 | } |
| @@ -7422,20 +6600,8 @@ | ||
| 7422 | 6600 | color: var(--e-a-color-primary-bold); |
| 7423 | 6601 | border-radius: 10px; |
| 7424 | 6602 | font-size: 10px; |
| 7425 | 6603 | } |
| 7426 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7427 | - display: flex; | |
| 7428 | - align-items: center; | |
| 7429 | - justify-content: center; | |
| 7430 | - width: 24px; | |
| 7431 | - height: 24px; | |
| 7432 | - border-radius: 50%; | |
| 7433 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7434 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7435 | - font-size: 16px; | |
| 7436 | - cursor: pointer; | |
| 7437 | -} | |
| 7438 | 6604 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7439 | 6605 | font-size: 14px; |
| 7440 | 6606 | font-style: normal; |
| 7441 | 6607 | font-weight: 400; |
| @@ -7520,9 +6686,9 @@ | ||
| 7520 | 6686 | } |
| 7521 | 6687 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7522 | 6688 | content: "+"; |
| 7523 | 6689 | position: absolute; |
| 7524 | - inset-inline-end: 0; | |
| 6690 | + left: 0; | |
| 7525 | 6691 | width: 9px; |
| 7526 | 6692 | text-align: center; |
| 7527 | 6693 | margin-inline-end: -18px; |
| 7528 | 6694 | } |
| @@ -7601,12 +6767,12 @@ | ||
| 7601 | 6767 | } |
| 7602 | 6768 | |
| 7603 | 6769 | #elementor-navigator { |
| 7604 | 6770 | position: fixed; |
| 7605 | - inset-block-start: 100px; | |
| 7606 | - inset-inline-end: 30px; | |
| 6771 | + top: 100px; | |
| 7607 | 6772 | width: var(--e-editor-navigator-width); |
| 7608 | 6773 | height: 50vh; |
| 6774 | + left: 30px; | |
| 7609 | 6775 | background-color: var(--e-a-bg-default); |
| 7610 | 6776 | border: var(--e-a-border); |
| 7611 | 6777 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7612 | 6778 | -webkit-user-select: none; |
| @@ -7735,9 +6901,9 @@ | ||
| 7735 | 6901 | .elementor-navigator__item[data-locked=true] { |
| 7736 | 6902 | cursor: not-allowed; |
| 7737 | 6903 | } |
| 7738 | 6904 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7739 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 6905 | + transform: rotate(90deg); | |
| 7740 | 6906 | } |
| 7741 | 6907 | .elementor-navigator__item > * { |
| 7742 | 6908 | display: flex; |
| 7743 | 6909 | align-items: center; |
| @@ -7822,9 +6988,9 @@ | ||
| 7822 | 6988 | overflow: hidden; |
| 7823 | 6989 | } |
| 7824 | 6990 | .elementor-navigator__element__toggle { |
| 7825 | 6991 | position: absolute; |
| 7826 | - inset-inline-end: 15px; | |
| 6992 | + left: 15px; | |
| 7827 | 6993 | height: 100%; |
| 7828 | 6994 | z-index: 0; |
| 7829 | 6995 | font-size: 13px; |
| 7830 | 6996 | } |
| @@ -7833,9 +6999,9 @@ | ||
| 7833 | 6999 | transition: transform 0.5s; |
| 7834 | 7000 | z-index: 91; |
| 7835 | 7001 | } |
| 7836 | 7002 | .elementor-navigator__element__indicators:not(:hover) { |
| 7837 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7003 | + transform: translateX(calc(-100% + var(--e-editor-navigator-indicator-width))); | |
| 7838 | 7004 | } |
| 7839 | 7005 | .elementor-navigator__element__indicator { |
| 7840 | 7006 | height: 100%; |
| 7841 | 7007 | width: 31px; |
| @@ -7862,9 +7028,9 @@ | ||
| 7862 | 7028 | |
| 7863 | 7029 | .e-notice-bar { |
| 7864 | 7030 | position: absolute; |
| 7865 | 7031 | width: 100%; |
| 7866 | - inset-block-end: 0; | |
| 7032 | + bottom: 0; | |
| 7867 | 7033 | display: flex; |
| 7868 | 7034 | align-items: center; |
| 7869 | 7035 | height: 40px; |
| 7870 | 7036 | color: #fff; |
| @@ -7990,11 +7156,11 @@ | ||
| 7990 | 7156 | background-color: transparent; |
| 7991 | 7157 | } |
| 7992 | 7158 | #elementor-icons-manager__search i { |
| 7993 | 7159 | position: absolute; |
| 7994 | - inset-block-start: 50%; | |
| 7995 | - inset-inline-end: 15px; | |
| 7160 | + top: 50%; | |
| 7996 | 7161 | transform: translateY(-50%); |
| 7162 | + left: 15px; | |
| 7997 | 7163 | } |
| 7998 | 7164 | #elementor-icons-manager__tab__wrapper { |
| 7999 | 7165 | overflow: auto; |
| 8000 | 7166 | margin: 25px -15px 0; |
| @@ -8083,10 +7249,10 @@ | ||
| 8083 | 7249 | content: ""; |
| 8084 | 7250 | position: absolute; |
| 8085 | 7251 | height: 100%; |
| 8086 | 7252 | width: 3px; |
| 8087 | - inset-block-start: 0; | |
| 8088 | - inset-inline-start: 0; | |
| 7253 | + top: 0; | |
| 7254 | + right: 0; | |
| 8089 | 7255 | background-color: var(--e-a-border-color-accent); |
| 8090 | 7256 | } |
| 8091 | 7257 | .elementor-icons-manager__tab__item { |
| 8092 | 7258 | position: relative; |
| @@ -8111,11 +7277,11 @@ | ||
| 8111 | 7277 | flex-direction: column; |
| 8112 | 7278 | align-items: center; |
| 8113 | 7279 | width: 100%; |
| 8114 | 7280 | position: absolute; |
| 8115 | - inset-block-start: 50%; | |
| 8116 | - inset-inline-start: 50%; | |
| 8117 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 7281 | + top: 50%; | |
| 7282 | + left: 50%; | |
| 7283 | + transform: translate(-50%, -50%); | |
| 8118 | 7284 | padding: 1px; |
| 8119 | 7285 | } |
| 8120 | 7286 | .elementor-icons-manager__tab__item__icon { |
| 8121 | 7287 | font-size: 25px; |
| @@ -8159,12 +7325,11 @@ | ||
| 8159 | 7325 | } |
| 8160 | 7326 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8161 | 7327 | height: 12px; |
| 8162 | 7328 | width: 12px; |
| 8163 | - position: absolute; | |
| 8164 | - inset-block-start: 50%; | |
| 8165 | - inset-inline-start: 50%; | |
| 8166 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 7329 | + top: 50%; | |
| 7330 | + left: 50%; | |
| 7331 | + transform: translate(-50%, -50%); | |
| 8167 | 7332 | } |
| 8168 | 7333 | |
| 8169 | 7334 | .pcr-app { |
| 8170 | 7335 | background-color: var(--e-a-bg-default); |
| @@ -8304,9 +7469,9 @@ | ||
| 8304 | 7469 | } |
| 8305 | 7470 | |
| 8306 | 7471 | .select2-selection__arrow { |
| 8307 | 7472 | height: 27px; |
| 8308 | - inset-block-start: 0; | |
| 7473 | + top: 0; | |
| 8309 | 7474 | } |
| 8310 | 7475 | |
| 8311 | 7476 | .select2-results__option[aria-selected=true] { |
| 8312 | 7477 | background-color: var(--e-a-bg-active); |
| @@ -8365,10 +7530,11 @@ | ||
| 8365 | 7530 | padding: 0; |
| 8366 | 7531 | margin: 0; |
| 8367 | 7532 | height: 100px; |
| 8368 | 7533 | position: absolute; |
| 8369 | - inset-block-start: -60px; | |
| 8370 | - inset-inline: 0; | |
| 7534 | + top: -60px; | |
| 7535 | + left: 0; | |
| 7536 | + right: 0; | |
| 8371 | 7537 | } |
| 8372 | 7538 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8373 | 7539 | border-color: transparent; |
| 8374 | 7540 | outline: none; |
| @@ -8395,23 +7561,21 @@ | ||
| 8395 | 7561 | } |
| 8396 | 7562 | |
| 8397 | 7563 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8398 | 7564 | transition: 0.3s all; |
| 7565 | + --is-ltr: 1; | |
| 7566 | + --is-rtl: 0; | |
| 7567 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 7568 | + --is-ltr: 0; | |
| 7569 | + --is-rtl: 1; | |
| 8399 | 7570 | } |
| 8400 | 7571 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8401 | 7572 | max-height: 1em; |
| 8402 | 7573 | max-width: 1em; |
| 8403 | 7574 | } |
| 8404 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8405 | - --is-ltr: 0; | |
| 8406 | - --is-rtl: 1; | |
| 8407 | -} | |
| 8408 | 7575 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8409 | 7576 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8410 | 7577 | } |
| 8411 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8412 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8413 | -} | |
| 8414 | 7578 | :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) { |
| 8415 | 7579 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8416 | 7580 | } |
| 8417 | 7581 | :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) { |
| @@ -8424,16 +7588,6 @@ | ||
| 8424 | 7588 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8425 | 7589 | } |
| 8426 | 7590 | .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) { |
| 8427 | 7591 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8428 | -} | |
| 8429 | - | |
| 8430 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8431 | - display: none; | |
| 8432 | -} | |
| 8433 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8434 | - display: none; | |
| 8435 | -} | |
| 8436 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8437 | - display: none; | |
| 8438 | 7592 | } |
| 8439 | 7593 | /*# sourceMappingURL=editor-rtl.css.map */ |