| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.27.0 - 13-02-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; |
| @@ -608,13 +608,8 @@ | ||
| 608 | 608 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 609 | 609 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 610 | 610 | background-color: var(--e-a-btn-bg-danger); |
| 611 | 611 | } |
| 612 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 613 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 614 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 615 | - color: var(--e-a-color-white); | |
| 616 | -} | |
| 617 | 612 | .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, |
| 618 | 613 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 619 | 614 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 620 | 615 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -630,20 +625,8 @@ | ||
| 630 | 625 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 631 | 626 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 632 | 627 | color: initial; |
| 633 | 628 | } |
| 634 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, | |
| 635 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 636 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 637 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 638 | - background-color: var(--e-a-btn-bg-disabled); | |
| 639 | -} | |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | - | |
| 646 | 629 | /* |
| 647 | 630 | * Container style |
| 648 | 631 | */ |
| 649 | 632 | .ps { |
| @@ -785,70 +768,46 @@ | ||
| 785 | 768 | --e-editor-panel-width: 300px; |
| 786 | 769 | } |
| 787 | 770 | } |
| 788 | 771 | |
| 789 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 790 | -#elementor-panel-header-wrapper, | |
| 791 | -#elementor-panel-content-wrapper, | |
| 792 | -#elementor-panel-footer) h1, | |
| 793 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 794 | -#elementor-panel-header-wrapper, | |
| 795 | -#elementor-panel-content-wrapper, | |
| 796 | -#elementor-panel-footer) h2, | |
| 797 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 798 | -#elementor-panel-header-wrapper, | |
| 799 | -#elementor-panel-content-wrapper, | |
| 800 | -#elementor-panel-footer) h3, | |
| 801 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 802 | -#elementor-panel-header-wrapper, | |
| 803 | -#elementor-panel-content-wrapper, | |
| 804 | -#elementor-panel-footer) h4, | |
| 805 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 806 | -#elementor-panel-header-wrapper, | |
| 807 | -#elementor-panel-content-wrapper, | |
| 808 | -#elementor-panel-footer) h5, | |
| 809 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 810 | -#elementor-panel-header-wrapper, | |
| 811 | -#elementor-panel-content-wrapper, | |
| 812 | -#elementor-panel-footer) h6 { | |
| 772 | +.elementor-panel { | |
| 773 | + position: relative; | |
| 774 | + height: 100%; | |
| 775 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 776 | + width: var(--e-editor-panel-width); | |
| 777 | + overflow: visible; | |
| 778 | + background-color: var(--e-a-bg-default); | |
| 779 | + z-index: 1; | |
| 780 | + font-family: var(--e-a-font-family); | |
| 781 | + font-size: 13px; | |
| 782 | + right: 0; | |
| 783 | +} | |
| 784 | +.elementor-panel h1, | |
| 785 | +.elementor-panel h2, | |
| 786 | +.elementor-panel h3, | |
| 787 | +.elementor-panel h4, | |
| 788 | +.elementor-panel h5, | |
| 789 | +.elementor-panel h6 { | |
| 813 | 790 | font-size: 100%; |
| 814 | 791 | font-weight: normal; |
| 815 | 792 | } |
| 816 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 817 | -#elementor-panel-header-wrapper, | |
| 818 | -#elementor-panel-content-wrapper, | |
| 819 | -#elementor-panel-footer) abbr, | |
| 820 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 821 | -#elementor-panel-header-wrapper, | |
| 822 | -#elementor-panel-content-wrapper, | |
| 823 | -#elementor-panel-footer) acronym { | |
| 793 | +.elementor-panel abbr, | |
| 794 | +.elementor-panel acronym { | |
| 824 | 795 | border: 0; |
| 825 | 796 | font-variant: normal; |
| 826 | 797 | } |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 798 | +.elementor-panel sup { | |
| 831 | 799 | vertical-align: text-top; |
| 832 | 800 | } |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 801 | +.elementor-panel sub { | |
| 837 | 802 | vertical-align: text-bottom; |
| 838 | 803 | } |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 804 | +.elementor-panel img { | |
| 843 | 805 | max-width: 100%; |
| 844 | 806 | height: auto; |
| 845 | 807 | border: 0; |
| 846 | 808 | } |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 809 | +.elementor-panel :focus { | |
| 851 | 810 | outline: 0; |
| 852 | 811 | } |
| 853 | 812 | .elementor-panel .elementor-panel-box-content { |
| 854 | 813 | padding: 20px 20px 10px; |
| @@ -900,9 +859,10 @@ | ||
| 900 | 859 | display: none; |
| 901 | 860 | position: absolute; |
| 902 | 861 | box-shadow: var(--e-a-popover-shadow); |
| 903 | 862 | border-radius: var(--e-a-border-radius); |
| 904 | - inset-inline: 0; | |
| 863 | + left: 0; | |
| 864 | + right: 0; | |
| 905 | 865 | margin: -4px auto 5px; |
| 906 | 866 | padding-block-start: 15px; |
| 907 | 867 | width: 90%; |
| 908 | 868 | z-index: 10000; |
| @@ -910,10 +870,10 @@ | ||
| 910 | 870 | } |
| 911 | 871 | .elementor-panel .elementor-controls-popover:before { |
| 912 | 872 | content: ""; |
| 913 | 873 | position: absolute; |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 874 | + top: -16px; | |
| 875 | + left: 22px; | |
| 916 | 876 | border: 8px solid transparent; |
| 917 | 877 | border-block-end-color: var(--e-a-bg-default); |
| 918 | 878 | } |
| 919 | 879 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| @@ -924,20 +884,8 @@ | ||
| 924 | 884 | } |
| 925 | 885 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 926 | 886 | margin-block-start: 20px; |
| 927 | 887 | } |
| 928 | -.elementor-panel { | |
| 929 | - position: relative; | |
| 930 | - height: 100%; | |
| 931 | - inset-inline-start: 0; | |
| 932 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 933 | - width: var(--e-editor-panel-width); | |
| 934 | - overflow: visible; | |
| 935 | - background-color: var(--e-a-bg-default); | |
| 936 | - z-index: 1; | |
| 937 | - font-family: var(--e-a-font-family); | |
| 938 | - font-size: 13px; | |
| 939 | -} | |
| 940 | 888 | .elementor-editor-preview .elementor-panel { |
| 941 | 889 | --e-is-preview-mode: 1; |
| 942 | 890 | } |
| 943 | 891 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -1017,11 +965,8 @@ | ||
| 1017 | 965 | } |
| 1018 | 966 | .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { |
| 1019 | 967 | border: none; |
| 1020 | 968 | } |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 1023 | -} | |
| 1024 | 969 | .elementor-panel .elementor-panel-category-items { |
| 1025 | 970 | padding-block-end: 20px; |
| 1026 | 971 | } |
| 1027 | 972 | .elementor-panel .elementor-panel-category-items-empty { |
| @@ -1193,12 +1138,12 @@ | ||
| 1193 | 1138 | content: ""; |
| 1194 | 1139 | position: absolute; |
| 1195 | 1140 | height: 13px; |
| 1196 | 1141 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1142 | + top: 3px; | |
| 1143 | + bottom: 0; | |
| 1144 | + right: 8px; | |
| 1145 | + left: 0; | |
| 1201 | 1146 | border-radius: 50%; |
| 1202 | 1147 | z-index: -1; |
| 1203 | 1148 | } |
| 1204 | 1149 | .elementor-panel #elementor-panel-footer { |
| @@ -1289,10 +1234,10 @@ | ||
| 1289 | 1234 | border-inline-end: 1px solid #3f444b; |
| 1290 | 1235 | } |
| 1291 | 1236 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 1237 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1238 | + bottom: 100%; | |
| 1239 | + left: 0; | |
| 1295 | 1240 | width: 100%; |
| 1296 | 1241 | background-color: #1f2124; |
| 1297 | 1242 | padding: 10px; |
| 1298 | 1243 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1359,17 +1304,13 @@ | ||
| 1359 | 1304 | |
| 1360 | 1305 | #elementor-panel-elements-search-area { |
| 1361 | 1306 | background-color: var(--e-a-bg-default); |
| 1362 | 1307 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1308 | + top: 0; | |
| 1364 | 1309 | padding: 15px; |
| 1365 | 1310 | z-index: 1; |
| 1366 | 1311 | } |
| 1367 | 1312 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1313 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1314 | position: relative; |
| 1374 | 1315 | } |
| 1375 | 1316 | |
| @@ -1386,12 +1327,12 @@ | ||
| 1386 | 1327 | appearance: none; |
| 1387 | 1328 | } |
| 1388 | 1329 | #elementor-panel-elements-search-input + i { |
| 1389 | 1330 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1331 | + right: 10px; | |
| 1332 | + top: 50%; | |
| 1333 | + color: var(--e-a-color-txt-disabled); | |
| 1392 | 1334 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1335 | } |
| 1395 | 1336 | #elementor-panel-elements-search-input:focus { |
| 1396 | 1337 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1338 | padding-inline-end: 15px; |
| @@ -1396,20 +1337,8 @@ | ||
| 1396 | 1337 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1338 | padding-inline-end: 15px; |
| 1398 | 1339 | } |
| 1399 | 1340 | |
| 1400 | -.e-free-badge-container { | |
| 1401 | - flex-grow: 1; | |
| 1402 | - margin-inline-start: 10px; | |
| 1403 | - margin-inline-end: 10px; | |
| 1404 | -} | |
| 1405 | -.e-free-badge-container .e-free-badge { | |
| 1406 | - border-radius: var(--e-a-border-radius); | |
| 1407 | - background-color: var(--e-a-btn-bg); | |
| 1408 | - color: var(--e-a-btn-color-invert); | |
| 1409 | - padding: 3px 5px; | |
| 1410 | -} | |
| 1411 | - | |
| 1412 | 1341 | .elementor-panel .elementor-element { |
| 1413 | 1342 | font-family: var(--e-a-font-family); |
| 1414 | 1343 | color: var(--e-a-color-txt); |
| 1415 | 1344 | line-height: 1; |
| @@ -1427,14 +1356,8 @@ | ||
| 1427 | 1356 | -webkit-user-select: none; |
| 1428 | 1357 | -moz-user-select: none; |
| 1429 | 1358 | user-select: none; |
| 1430 | 1359 | } |
| 1431 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1432 | - position: absolute; | |
| 1433 | - inset-block-start: 5px; | |
| 1434 | - inset-inline-end: 5px; | |
| 1435 | - color: var(--e-a-color-txt); | |
| 1436 | -} | |
| 1437 | 1360 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1361 | background-color: var(--e-a-bg-hover); |
| 1439 | 1362 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1363 | } |
| @@ -1440,11 +1363,8 @@ | ||
| 1440 | 1363 | } |
| 1441 | 1364 | .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { |
| 1442 | 1365 | color: var(--e-a-color-accent); |
| 1443 | 1366 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1367 | .elementor-panel .elementor-element .icon { |
| 1448 | 1368 | font-size: 28px; |
| 1449 | 1369 | padding-block-start: 15px; |
| 1450 | 1370 | } |
| @@ -1456,12 +1376,12 @@ | ||
| 1456 | 1376 | } |
| 1457 | 1377 | .elementor-panel .elementor-element .title { |
| 1458 | 1378 | font-size: 12px; |
| 1459 | 1379 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1380 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1381 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1382 | + top: 5px; | |
| 1383 | + left: 5px; | |
| 1464 | 1384 | color: var(--e-a-color-txt-disabled); |
| 1465 | 1385 | } |
| 1466 | 1386 | .elementor-panel .elementor-element:active { |
| 1467 | 1387 | background-color: var(--e-a-bg-hover); |
| @@ -1479,10 +1399,10 @@ | ||
| 1479 | 1399 | } |
| 1480 | 1400 | #elementor-element--promotion__dialog:after { |
| 1481 | 1401 | content: ""; |
| 1482 | 1402 | position: absolute; |
| 1483 | - inset-block-start: 15px; | |
| 1484 | - inset-inline-end: 100%; | |
| 1403 | + top: 15px; | |
| 1404 | + left: 100%; | |
| 1485 | 1405 | transform: scaleY(0.7); |
| 1486 | 1406 | border: 10px solid transparent; |
| 1487 | 1407 | border-inline-end-color: var(--e-a-bg-default); |
| 1488 | 1408 | } |
| @@ -1529,10 +1449,10 @@ | ||
| 1529 | 1449 | } |
| 1530 | 1450 | .dialog-tooltip-widget:after { |
| 1531 | 1451 | content: ""; |
| 1532 | 1452 | position: absolute; |
| 1533 | - inset-block-start: 15px; | |
| 1534 | - inset-inline-end: 100%; | |
| 1453 | + top: 15px; | |
| 1454 | + left: 100%; | |
| 1535 | 1455 | transform: scaleY(0.7); |
| 1536 | 1456 | border: 10px solid transparent; |
| 1537 | 1457 | border-inline-end-color: var(--e-a-bg-default); |
| 1538 | 1458 | } |
| @@ -1571,80 +1491,8 @@ | ||
| 1571 | 1491 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1572 | 1492 | border: 0; |
| 1573 | 1493 | } |
| 1574 | 1494 | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: #C00BB9; | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | -.elementor-panel-category-custom-widgets-empty { | |
| 1620 | - grid-column: 1/-1; | |
| 1621 | - width: 100%; | |
| 1622 | - padding: 0 16px 16px; | |
| 1623 | -} | |
| 1624 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1625 | - margin: 0; | |
| 1626 | - font-size: 12px; | |
| 1627 | - line-height: 1.6; | |
| 1628 | - color: var(--e-a-color-txt-muted); | |
| 1629 | -} | |
| 1630 | - | |
| 1631 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1632 | - margin-inline-start: auto; | |
| 1633 | - padding: 4px 10px; | |
| 1634 | - border: none; | |
| 1635 | - background: none; | |
| 1636 | - color: #C00BB9; | |
| 1637 | - font-size: 12px; | |
| 1638 | - font-weight: 500; | |
| 1639 | - cursor: pointer; | |
| 1640 | - font-family: var(--e-a-font-family); | |
| 1641 | - flex-shrink: 0; | |
| 1642 | -} | |
| 1643 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1644 | - opacity: 0.8; | |
| 1645 | -} | |
| 1646 | - | |
| 1647 | 1495 | #elementor-panel-inner { |
| 1648 | 1496 | position: relative; |
| 1649 | 1497 | height: 100%; |
| 1650 | 1498 | display: flex; |
| @@ -1672,9 +1520,9 @@ | ||
| 1672 | 1520 | } |
| 1673 | 1521 | |
| 1674 | 1522 | #elementor-panel-get-pro-elements-sticky { |
| 1675 | 1523 | position: sticky; |
| 1676 | - inset-block-end: 0; | |
| 1524 | + bottom: 0; | |
| 1677 | 1525 | font-size: 14px; |
| 1678 | 1526 | font-weight: 400; |
| 1679 | 1527 | line-height: 1.6; |
| 1680 | 1528 | margin-block-end: -10px; |
| @@ -1679,9 +1527,9 @@ | ||
| 1679 | 1527 | line-height: 1.6; |
| 1680 | 1528 | margin-block-end: -10px; |
| 1681 | 1529 | } |
| 1682 | 1530 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1683 | - margin-block-start: -14px; | |
| 1531 | + margin-top: -14px; | |
| 1684 | 1532 | min-height: 40px; |
| 1685 | 1533 | display: block; |
| 1686 | 1534 | padding: 9px min(35px, 5%); |
| 1687 | 1535 | gap: 10px; |
| @@ -1696,9 +1544,9 @@ | ||
| 1696 | 1544 | font-weight: 500; |
| 1697 | 1545 | color: var(--e-a-btn-bg-accent); |
| 1698 | 1546 | } |
| 1699 | 1547 | #elementor-panel-get-pro-elements-sticky img { |
| 1700 | - margin-inline-start: 17px; | |
| 1548 | + margin-left: 17px; | |
| 1701 | 1549 | } |
| 1702 | 1550 | |
| 1703 | 1551 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1704 | 1552 | width: 90%; |
| @@ -1725,10 +1573,10 @@ | ||
| 1725 | 1573 | background: var(--e-a-color-primary); |
| 1726 | 1574 | border-radius: 50%; |
| 1727 | 1575 | width: 8px; |
| 1728 | 1576 | height: 8px; |
| 1729 | - inset-block-start: 5px; | |
| 1730 | - inset-inline-end: 5px; | |
| 1577 | + top: 5px; | |
| 1578 | + right: 5px; | |
| 1731 | 1579 | } |
| 1732 | 1580 | |
| 1733 | 1581 | .media-modal.wp-core-ui { |
| 1734 | 1582 | color-scheme: light; |
| @@ -1842,36 +1690,23 @@ | ||
| 1842 | 1690 | } |
| 1843 | 1691 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1844 | 1692 | display: none; |
| 1845 | 1693 | } |
| 1846 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1847 | - padding: 4px; | |
| 1848 | -} | |
| 1849 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1850 | - aspect-ratio: 4/1; | |
| 1851 | - -o-object-fit: cover; | |
| 1852 | - object-fit: cover; | |
| 1853 | - -o-object-position: center; | |
| 1854 | - object-position: center; | |
| 1855 | -} | |
| 1856 | -.elementor-control-shape_divider_bottom img { | |
| 1857 | - rotate: X 180deg; | |
| 1858 | -} | |
| 1859 | 1694 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1860 | 1695 | margin-block-start: 5px; |
| 1861 | 1696 | } |
| 1862 | 1697 | |
| 1863 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1864 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1865 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1866 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1867 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1868 | - transform: rotate(90deg); | |
| 1698 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1699 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1700 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1701 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1702 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1703 | + content: "\e92a"; | |
| 1869 | 1704 | } |
| 1870 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1871 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1872 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1873 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1705 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1706 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1707 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1708 | + content: "\e909"; | |
| 1874 | 1709 | } |
| 1875 | 1710 | |
| 1876 | 1711 | .elementor-panel-heading { |
| 1877 | 1712 | display: flex; |
| @@ -1895,17 +1730,8 @@ | ||
| 1895 | 1730 | } |
| 1896 | 1731 | .elementor-panel-heading-title { |
| 1897 | 1732 | font-weight: bold; |
| 1898 | 1733 | } |
| 1899 | -.elementor-panel-heading-category-chip { | |
| 1900 | - margin-inline-start: auto; | |
| 1901 | - background-color: var(--e-a-bg-chip); | |
| 1902 | - border-radius: 100px; | |
| 1903 | - padding: 5px 8px; | |
| 1904 | -} | |
| 1905 | -.elementor-panel-heading-category-chip i { | |
| 1906 | - margin-inline-start: 4px; | |
| 1907 | -} | |
| 1908 | 1734 | .elementor-panel-heading-promotion { |
| 1909 | 1735 | margin-inline-start: auto; |
| 1910 | 1736 | } |
| 1911 | 1737 | .elementor-panel-heading-promotion a { |
| @@ -1924,11 +1750,9 @@ | ||
| 1924 | 1750 | .elementor-panel-heading:focus-visible { |
| 1925 | 1751 | color: var(--e-a-color-txt-hover); |
| 1926 | 1752 | } |
| 1927 | 1753 | |
| 1928 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1929 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1930 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1754 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1931 | 1755 | border-block-start: none; |
| 1932 | 1756 | } |
| 1933 | 1757 | |
| 1934 | 1758 | .elementor-control-field { |
| @@ -1973,13 +1797,11 @@ | ||
| 1973 | 1797 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1974 | 1798 | margin-block-start: 0; |
| 1975 | 1799 | } |
| 1976 | 1800 | |
| 1977 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1978 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1979 | 1801 | .elementor-control-start-end .eicon-h-align-left, |
| 1980 | 1802 | .elementor-control-start-end .eicon-h-align-right { |
| 1981 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1803 | + transform: rotate(180deg); | |
| 1982 | 1804 | } |
| 1983 | 1805 | |
| 1984 | 1806 | .elementor-update-preview { |
| 1985 | 1807 | margin: 15px 15px 0; |
| @@ -2016,9 +1838,9 @@ | ||
| 2016 | 1838 | } |
| 2017 | 1839 | .elementor-control-responsive-switchers__holder { |
| 2018 | 1840 | position: absolute; |
| 2019 | 1841 | width: 100%; |
| 2020 | - inset-block-start: 0; | |
| 1842 | + top: 0; | |
| 2021 | 1843 | background-color: var(--e-a-bg-default); |
| 2022 | 1844 | border-radius: var(--e-a-border-radius); |
| 2023 | 1845 | transition: 0.15s; |
| 2024 | 1846 | border: 1px solid transparent; |
| @@ -2161,10 +1983,10 @@ | ||
| 2161 | 1983 | display: none; |
| 2162 | 1984 | overflow: hidden; |
| 2163 | 1985 | max-height: 0; |
| 2164 | 1986 | position: absolute; |
| 2165 | - inset-block-start: -0.8em; | |
| 2166 | - inset-inline-start: -0.5em; | |
| 1987 | + top: -0.8em; | |
| 1988 | + right: -0.5em; | |
| 2167 | 1989 | width: 2.5em; |
| 2168 | 1990 | text-align: center; |
| 2169 | 1991 | background-color: var(--e-a-bg-default); |
| 2170 | 1992 | border-radius: var(--e-a-border-radius); |
| @@ -2339,9 +2161,9 @@ | ||
| 2339 | 2161 | } |
| 2340 | 2162 | .elementor-control-responsive-switchers__holder { |
| 2341 | 2163 | position: absolute; |
| 2342 | 2164 | width: 100%; |
| 2343 | - inset-block-start: 0; | |
| 2165 | + top: 0; | |
| 2344 | 2166 | background-color: var(--e-a-bg-default); |
| 2345 | 2167 | border-radius: var(--e-a-border-radius); |
| 2346 | 2168 | transition: 0.15s; |
| 2347 | 2169 | border: 1px solid transparent; |
| @@ -2484,10 +2306,10 @@ | ||
| 2484 | 2306 | display: none; |
| 2485 | 2307 | overflow: hidden; |
| 2486 | 2308 | max-height: 0; |
| 2487 | 2309 | position: absolute; |
| 2488 | - inset-block-start: -0.8em; | |
| 2489 | - inset-inline-start: -0.5em; | |
| 2310 | + top: -0.8em; | |
| 2311 | + right: -0.5em; | |
| 2490 | 2312 | width: 2.5em; |
| 2491 | 2313 | text-align: center; |
| 2492 | 2314 | background-color: var(--e-a-bg-default); |
| 2493 | 2315 | border-radius: var(--e-a-border-radius); |
| @@ -2617,9 +2439,9 @@ | ||
| 2617 | 2439 | } |
| 2618 | 2440 | .elementor-control-responsive-switchers__holder { |
| 2619 | 2441 | position: absolute; |
| 2620 | 2442 | width: 100%; |
| 2621 | - inset-block-start: 0; | |
| 2443 | + top: 0; | |
| 2622 | 2444 | background-color: var(--e-a-bg-default); |
| 2623 | 2445 | border-radius: var(--e-a-border-radius); |
| 2624 | 2446 | transition: 0.15s; |
| 2625 | 2447 | border: 1px solid transparent; |
| @@ -2762,10 +2584,10 @@ | ||
| 2762 | 2584 | display: none; |
| 2763 | 2585 | overflow: hidden; |
| 2764 | 2586 | max-height: 0; |
| 2765 | 2587 | position: absolute; |
| 2766 | - inset-block-start: -0.8em; | |
| 2767 | - inset-inline-start: -0.5em; | |
| 2588 | + top: -0.8em; | |
| 2589 | + right: -0.5em; | |
| 2768 | 2590 | width: 2.5em; |
| 2769 | 2591 | text-align: center; |
| 2770 | 2592 | background-color: var(--e-a-bg-default); |
| 2771 | 2593 | border-radius: var(--e-a-border-radius); |
| @@ -2885,11 +2707,11 @@ | ||
| 2885 | 2707 | } |
| 2886 | 2708 | |
| 2887 | 2709 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2888 | 2710 | position: absolute; |
| 2889 | - inset-block-start: 50%; | |
| 2890 | - inset-inline-start: 50%; | |
| 2891 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2711 | + top: 50%; | |
| 2712 | + left: 50%; | |
| 2713 | + transform: translate(-50%, -50%); | |
| 2892 | 2714 | } |
| 2893 | 2715 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2894 | 2716 | font-size: 70px; |
| 2895 | 2717 | } |
| @@ -2955,10 +2777,10 @@ | ||
| 2955 | 2777 | opacity: 0; |
| 2956 | 2778 | } |
| 2957 | 2779 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 2958 | 2780 | position: absolute; |
| 2959 | - inset-block-start: 10px; | |
| 2960 | - inset-inline-end: 10px; | |
| 2781 | + top: 10px; | |
| 2782 | + left: 10px; | |
| 2961 | 2783 | width: 21px; |
| 2962 | 2784 | height: 21px; |
| 2963 | 2785 | color: var(--e-a-color-white); |
| 2964 | 2786 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3068,10 +2890,10 @@ | ||
| 3068 | 2890 | } |
| 3069 | 2891 | .e-global__popover-info-tooltip:after { |
| 3070 | 2892 | content: ""; |
| 3071 | 2893 | position: absolute; |
| 3072 | - inset-block-end: -17px; | |
| 3073 | - inset-inline-start: 16px; | |
| 2894 | + bottom: -17px; | |
| 2895 | + right: 16px; | |
| 3074 | 2896 | border: 10px solid transparent; |
| 3075 | 2897 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3076 | 2898 | } |
| 3077 | 2899 | .e-global__popover-info i { |
| @@ -3088,19 +2910,8 @@ | ||
| 3088 | 2910 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3089 | 2911 | background-color: #BABFC5; |
| 3090 | 2912 | border-radius: 10px; |
| 3091 | 2913 | } |
| 3092 | -.e-global__group-header { | |
| 3093 | - padding: 12px 20px 5px; | |
| 3094 | - font-weight: 500; | |
| 3095 | - font-size: 11px; | |
| 3096 | - color: var(--e-a-color-txt-muted); | |
| 3097 | -} | |
| 3098 | -.e-global__group-divider { | |
| 3099 | - height: 1px; | |
| 3100 | - background-color: var(--e-a-border-color); | |
| 3101 | - margin: 10px 20px; | |
| 3102 | -} | |
| 3103 | 2914 | .e-global__manage-button { |
| 3104 | 2915 | font-weight: 500; |
| 3105 | 2916 | cursor: pointer; |
| 3106 | 2917 | } |
| @@ -3116,9 +2927,9 @@ | ||
| 3116 | 2927 | font-size: 13px; |
| 3117 | 2928 | content: "\e90e"; |
| 3118 | 2929 | position: absolute; |
| 3119 | 2930 | transform: translateY(-50%); |
| 3120 | - inset-block-start: 50%; | |
| 2931 | + top: 50%; | |
| 3121 | 2932 | inset-inline-start: 13px; |
| 3122 | 2933 | } |
| 3123 | 2934 | .e-global__color { |
| 3124 | 2935 | padding: 10px 20px; |
| @@ -3259,11 +3070,11 @@ | ||
| 3259 | 3070 | display: none; |
| 3260 | 3071 | } |
| 3261 | 3072 | .elementor-control-media .eicon-plus-circle { |
| 3262 | 3073 | position: absolute; |
| 3263 | - inset-block-start: 50%; | |
| 3264 | - inset-inline-start: 50%; | |
| 3265 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3074 | + top: 50%; | |
| 3075 | + left: 50%; | |
| 3076 | + transform: translate(-50%, -50%); | |
| 3266 | 3077 | color: var(--e-a-color-white); |
| 3267 | 3078 | font-size: 20px; |
| 3268 | 3079 | } |
| 3269 | 3080 | .elementor-control-media__content__upload-button { |
| @@ -3286,11 +3097,11 @@ | ||
| 3286 | 3097 | display: none; |
| 3287 | 3098 | } |
| 3288 | 3099 | .elementor-control-media-area .eicon-video-camera { |
| 3289 | 3100 | position: absolute; |
| 3290 | - inset-block-start: 50%; | |
| 3291 | - inset-inline-start: 50%; | |
| 3292 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3101 | + top: 50%; | |
| 3102 | + left: 50%; | |
| 3103 | + transform: translate(-50%, -50%); | |
| 3293 | 3104 | color: rgba(255, 255, 255, 0.7); |
| 3294 | 3105 | font-size: 21px; |
| 3295 | 3106 | } |
| 3296 | 3107 | .elementor-control-media .elementor-control-media__content { |
| @@ -3306,9 +3117,9 @@ | ||
| 3306 | 3117 | background-color: rgba(0, 0, 0, 0.2); |
| 3307 | 3118 | pointer-events: none; |
| 3308 | 3119 | } |
| 3309 | 3120 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3310 | - inset-block-end: -30px; | |
| 3121 | + bottom: -30px; | |
| 3311 | 3122 | } |
| 3312 | 3123 | .elementor-control-media__content { |
| 3313 | 3124 | transition: all 0.2s ease-in-out; |
| 3314 | 3125 | } |
| @@ -3313,10 +3124,11 @@ | ||
| 3313 | 3124 | transition: all 0.2s ease-in-out; |
| 3314 | 3125 | } |
| 3315 | 3126 | .elementor-control-media__tools { |
| 3316 | 3127 | position: absolute; |
| 3317 | - inset-block-end: 0; | |
| 3318 | - inset-inline: 0; | |
| 3128 | + bottom: 0; | |
| 3129 | + left: 0; | |
| 3130 | + right: 0; | |
| 3319 | 3131 | height: 27px; |
| 3320 | 3132 | transition: all 0.2s ease-in-out; |
| 3321 | 3133 | } |
| 3322 | 3134 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3343,10 +3155,10 @@ | ||
| 3343 | 3155 | } |
| 3344 | 3156 | .elementor-control-media__content__remove { |
| 3345 | 3157 | position: absolute; |
| 3346 | 3158 | z-index: 1; |
| 3347 | - inset-block-start: 10px; | |
| 3348 | - inset-inline-end: 10px; | |
| 3159 | + top: 10px; | |
| 3160 | + left: 10px; | |
| 3349 | 3161 | width: 20px; |
| 3350 | 3162 | height: 20px; |
| 3351 | 3163 | font-size: 11px; |
| 3352 | 3164 | color: var(--e-a-color-white); |
| @@ -3638,11 +3450,9 @@ | ||
| 3638 | 3450 | text-align: center; |
| 3639 | 3451 | padding-block-start: 5px; |
| 3640 | 3452 | } |
| 3641 | 3453 | |
| 3642 | -#elementor-controls, | |
| 3643 | -#elementor-panel-page-settings-controls, | |
| 3644 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3454 | +#elementor-controls { | |
| 3645 | 3455 | padding-block-start: 15px; |
| 3646 | 3456 | } |
| 3647 | 3457 | |
| 3648 | 3458 | .elementor-control-type-section { |
| @@ -3687,11 +3497,11 @@ | ||
| 3687 | 3497 | font-family: eicons; |
| 3688 | 3498 | content: "\e8ad"; |
| 3689 | 3499 | font-size: 12px; |
| 3690 | 3500 | position: absolute; |
| 3691 | - inset-block-start: 50%; | |
| 3692 | - inset-inline-end: 5px; | |
| 3501 | + top: 50%; | |
| 3693 | 3502 | transform: translateY(-50%); |
| 3503 | + left: 5px; | |
| 3694 | 3504 | pointer-events: none; |
| 3695 | 3505 | } |
| 3696 | 3506 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3697 | 3507 | max-width: 80px; |
| @@ -3725,14 +3535,14 @@ | ||
| 3725 | 3535 | } |
| 3726 | 3536 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3727 | 3537 | border-radius: 0; |
| 3728 | 3538 | width: 10px; |
| 3729 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3539 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3730 | 3540 | } |
| 3731 | 3541 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3732 | 3542 | content: ""; |
| 3733 | 3543 | position: absolute; |
| 3734 | - inset-block-start: 2px; | |
| 3544 | + top: 2px; | |
| 3735 | 3545 | height: 12px; |
| 3736 | 3546 | width: 11px; |
| 3737 | 3547 | transform: rotate(45deg); |
| 3738 | 3548 | background-color: var(--e-a-color-white); |
| @@ -3809,11 +3619,11 @@ | ||
| 3809 | 3619 | .elementor-slider .noUi-handle { |
| 3810 | 3620 | height: 16px; |
| 3811 | 3621 | width: 16px; |
| 3812 | 3622 | background-color: var(--e-a-color-white); |
| 3623 | + left: 0; | |
| 3624 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3813 | 3625 | position: absolute; |
| 3814 | - inset-inline-end: 0; | |
| 3815 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3816 | 3626 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3817 | 3627 | border-radius: 50%; |
| 3818 | 3628 | } |
| 3819 | 3629 | .elementor-slider .noUi-connects { |
| @@ -3830,9 +3640,9 @@ | ||
| 3830 | 3640 | background-color: var(--e-a-border-color-focus); |
| 3831 | 3641 | } |
| 3832 | 3642 | .elementor-slider .noUi-tooltip { |
| 3833 | 3643 | position: absolute; |
| 3834 | - inset-block-start: calc(100% + 5px); | |
| 3644 | + top: calc(100% + 5px); | |
| 3835 | 3645 | left: calc(50% - 4px); |
| 3836 | 3646 | transform: translateX(-50%); |
| 3837 | 3647 | font-size: 10px; |
| 3838 | 3648 | } |
| @@ -3919,9 +3729,9 @@ | ||
| 3919 | 3729 | transition-property: opacity, background; |
| 3920 | 3730 | } |
| 3921 | 3731 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3922 | 3732 | position: absolute; |
| 3923 | - inset-block-start: 0; | |
| 3733 | + top: 0; | |
| 3924 | 3734 | width: 50%; |
| 3925 | 3735 | text-align: center; |
| 3926 | 3736 | line-height: 20px; |
| 3927 | 3737 | transition: inherit; |
| @@ -3927,14 +3737,14 @@ | ||
| 3927 | 3737 | transition: inherit; |
| 3928 | 3738 | } |
| 3929 | 3739 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3930 | 3740 | content: attr(data-off); |
| 3931 | - inset-inline-end: 5px; | |
| 3741 | + right: 5px; | |
| 3932 | 3742 | color: var(--e-a-color-txt-muted); |
| 3933 | 3743 | } |
| 3934 | 3744 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3935 | 3745 | content: attr(data-on); |
| 3936 | - inset-inline-start: 5px; | |
| 3746 | + left: 5px; | |
| 3937 | 3747 | color: var(--e-a-btn-color); |
| 3938 | 3748 | opacity: 0; |
| 3939 | 3749 | } |
| 3940 | 3750 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3947,19 +3757,19 @@ | ||
| 3947 | 3757 | opacity: 1; |
| 3948 | 3758 | } |
| 3949 | 3759 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3950 | 3760 | position: absolute; |
| 3951 | - inset-block-start: 1px; | |
| 3952 | - inset-inline-start: 1px; | |
| 3761 | + top: 1px; | |
| 3762 | + left: 1px; | |
| 3953 | 3763 | width: 18px; |
| 3954 | 3764 | height: 18px; |
| 3955 | 3765 | background: white; |
| 3956 | 3766 | border-radius: 10px; |
| 3957 | - transition: inset-inline-start 0.15s ease-out; | |
| 3767 | + transition: left 0.15s ease-out; | |
| 3958 | 3768 | } |
| 3959 | 3769 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3960 | - inset-inline-start: initial; | |
| 3961 | - inset-inline-end: 1px; | |
| 3770 | + left: initial; | |
| 3771 | + right: 1px; | |
| 3962 | 3772 | } |
| 3963 | 3773 | |
| 3964 | 3774 | .elementor-control-type-tabs { |
| 3965 | 3775 | display: none; |
| @@ -4011,10 +3821,10 @@ | ||
| 4011 | 3821 | } |
| 4012 | 3822 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4013 | 3823 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4014 | 3824 | position: absolute; |
| 4015 | - inset-block-start: 0; | |
| 4016 | - inset-inline-end: 0; | |
| 3825 | + top: 0; | |
| 3826 | + left: 0; | |
| 4017 | 3827 | z-index: 1; |
| 4018 | 3828 | } |
| 4019 | 3829 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4020 | 3830 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4092,10 +3902,10 @@ | ||
| 4092 | 3902 | } |
| 4093 | 3903 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4094 | 3904 | display: none; |
| 4095 | 3905 | position: absolute; |
| 4096 | - inset-block-start: 5px; | |
| 4097 | - inset-inline-end: 0; | |
| 3906 | + top: 5px; | |
| 3907 | + right: 0; | |
| 4098 | 3908 | width: 10px; |
| 4099 | 3909 | height: 10px; |
| 4100 | 3910 | font-size: 10px; |
| 4101 | 3911 | color: var(--e-a-color-txt-disabled); |
| @@ -4146,76 +3956,8 @@ | ||
| 4146 | 3956 | font-size: 10px; |
| 4147 | 3957 | padding-block-start: 2px; |
| 4148 | 3958 | } |
| 4149 | 3959 | |
| 4150 | -.elementor-control-type-visual_choice { | |
| 4151 | - width: 100%; | |
| 4152 | -} | |
| 4153 | - | |
| 4154 | -.elementor-visual-choice-choices { | |
| 4155 | - display: grid; | |
| 4156 | - gap: 8px; | |
| 4157 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4158 | - text-align: center; | |
| 4159 | - border-radius: var(--e-a-border-radius); | |
| 4160 | - overflow: hidden; | |
| 4161 | -} | |
| 4162 | - | |
| 4163 | -.elementor-visual-choice-element { | |
| 4164 | - display: flex; | |
| 4165 | - flex-direction: column; | |
| 4166 | - align-items: center; | |
| 4167 | - justify-content: center; | |
| 4168 | - gap: 8px; | |
| 4169 | - width: auto; | |
| 4170 | -} | |
| 4171 | -.elementor-visual-choice-element-image label { | |
| 4172 | - border: var(--e-a-border-bold); | |
| 4173 | - border-radius: var(--e-a-border-radius); | |
| 4174 | - font-size: 12px; | |
| 4175 | - transition: var(--e-a-transition-hover); | |
| 4176 | - cursor: pointer; | |
| 4177 | - overflow: hidden; | |
| 4178 | - width: 100%; | |
| 4179 | - padding: 8px; | |
| 4180 | -} | |
| 4181 | -.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 { | |
| 4182 | - background-color: var(--e-a-bg-active-bold); | |
| 4183 | - opacity: 1; | |
| 4184 | -} | |
| 4185 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4186 | - border-color: var(--e-a-color-primary-bold); | |
| 4187 | -} | |
| 4188 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4189 | - background-color: var(--e-a-color-white); | |
| 4190 | - opacity: 0.5; | |
| 4191 | -} | |
| 4192 | -.elementor-visual-choice-element-image img { | |
| 4193 | - width: 100%; | |
| 4194 | - height: auto; | |
| 4195 | -} | |
| 4196 | -.elementor-visual-choice-element-button { | |
| 4197 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4198 | -} | |
| 4199 | -.elementor-visual-choice-element-button label { | |
| 4200 | - width: -moz-fit-content; | |
| 4201 | - width: fit-content; | |
| 4202 | -} | |
| 4203 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4204 | - background-color: var(--e-a-bg-active-bold); | |
| 4205 | -} | |
| 4206 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4207 | - border-color: var(--e-a-color-primary-bold); | |
| 4208 | -} | |
| 4209 | - | |
| 4210 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4211 | - justify-content: flex-end; | |
| 4212 | -} | |
| 4213 | - | |
| 4214 | -.tipsy-inner { | |
| 4215 | - white-space: pre-line; | |
| 4216 | -} | |
| 4217 | - | |
| 4218 | 3960 | .elementor-control-type-wp_widget .widget-inside { |
| 4219 | 3961 | line-height: 2; |
| 4220 | 3962 | background-color: inherit; |
| 4221 | 3963 | display: block; |
| @@ -4359,13 +4101,13 @@ | ||
| 4359 | 4101 | --e-a-mode-switcher-width: 15px; |
| 4360 | 4102 | --e-a-mode-switcher-height: 50px; |
| 4361 | 4103 | --e-a-mode-switcher-icon-size: 15px; |
| 4362 | 4104 | position: absolute; |
| 4363 | - inset-block-start: 50%; | |
| 4364 | - inset-inline-start: 100%; | |
| 4105 | + right: 100%; | |
| 4106 | + top: 50%; | |
| 4365 | 4107 | transform: translateY(-50%); |
| 4366 | 4108 | background-color: var(--e-a-bg-default); |
| 4367 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4109 | + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4368 | 4110 | transition: 0.3s opacity; |
| 4369 | 4111 | } |
| 4370 | 4112 | #elementor-mode-switcher:hover { |
| 4371 | 4113 | background-color: var(--e-a-bg-hover); |
| @@ -4435,11 +4177,11 @@ | ||
| 4435 | 4177 | } |
| 4436 | 4178 | |
| 4437 | 4179 | #elementor-panel-revisions-loading { |
| 4438 | 4180 | position: absolute; |
| 4439 | - inset-block-start: 50%; | |
| 4440 | - inset-inline-start: 50%; | |
| 4441 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4181 | + top: 50%; | |
| 4182 | + left: 50%; | |
| 4183 | + transform: translate(-50%, -50%); | |
| 4442 | 4184 | } |
| 4443 | 4185 | #elementor-panel-revisions-loading .eicon-loading { |
| 4444 | 4186 | font-size: 50px; |
| 4445 | 4187 | } |
| @@ -4667,13 +4409,13 @@ | ||
| 4667 | 4409 | } |
| 4668 | 4410 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4669 | 4411 | align-self: end; |
| 4670 | 4412 | margin-block-start: 35px; |
| 4671 | - inset-block-start: 0; | |
| 4413 | + top: 0; | |
| 4672 | 4414 | width: 100%; |
| 4673 | 4415 | } |
| 4674 | 4416 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4675 | - inset-inline-end: 5px; | |
| 4417 | + left: 5px; | |
| 4676 | 4418 | } |
| 4677 | 4419 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4678 | 4420 | padding: 0 20px 15px; |
| 4679 | 4421 | } |
| @@ -4957,13 +4699,8 @@ | ||
| 4957 | 4699 | .e-btn.elementor-button-danger, |
| 4958 | 4700 | .e-btn.e-danger { |
| 4959 | 4701 | background-color: var(--e-a-btn-bg-danger); |
| 4960 | 4702 | } |
| 4961 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4962 | -.e-btn.elementor-button-danger.color-white, | |
| 4963 | -.e-btn.e-danger.color-white { | |
| 4964 | - color: var(--e-a-color-white); | |
| 4965 | -} | |
| 4966 | 4703 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 4967 | 4704 | .e-btn.elementor-button-danger:hover, |
| 4968 | 4705 | .e-btn.elementor-button-danger:focus, |
| 4969 | 4706 | .e-btn.e-danger:hover, |
| @@ -5006,23 +4743,22 @@ | ||
| 5006 | 4743 | } |
| 5007 | 4744 | |
| 5008 | 4745 | #elementor-preview-responsive-wrapper { |
| 5009 | 4746 | transform-origin: top center; |
| 5010 | - margin: 20px; | |
| 4747 | + padding: 20px; | |
| 5011 | 4748 | transform: scale(var(--e-preview-scale, 1)); |
| 5012 | - overflow: hidden; | |
| 5013 | 4749 | } |
| 5014 | 4750 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 5015 | 4751 | min-width: 1025px; |
| 5016 | 4752 | width: 100%; |
| 5017 | 4753 | height: 100%; |
| 5018 | - margin: 0; | |
| 4754 | + padding: 0; | |
| 5019 | 4755 | position: relative; |
| 5020 | 4756 | } |
| 5021 | 4757 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 5022 | 4758 | width: var(--e-editor-preview-width); |
| 5023 | 4759 | height: var(--e-editor-preview-height); |
| 5024 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4760 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5025 | 4761 | box-sizing: content-box; |
| 5026 | 4762 | position: relative; |
| 5027 | 4763 | max-height: calc(100vh - 80px); |
| 5028 | 4764 | } |
| @@ -5084,10 +4820,9 @@ | ||
| 5084 | 4820 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5085 | 4821 | bottom: 0; |
| 5086 | 4822 | } |
| 5087 | 4823 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5088 | - width: 10px; | |
| 5089 | - right: -5px; | |
| 4824 | + right: 0; | |
| 5090 | 4825 | } |
| 5091 | 4826 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5092 | 4827 | left: 0; |
| 5093 | 4828 | } |
| @@ -5098,20 +4833,8 @@ | ||
| 5098 | 4833 | background-color: #fff; |
| 5099 | 4834 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5100 | 4835 | } |
| 5101 | 4836 | |
| 5102 | -#elementor-template-library-modal button:focus-visible, | |
| 5103 | -#elementor-template-library-modal a:focus-visible, | |
| 5104 | -#elementor-template-library-modal input:focus-visible, | |
| 5105 | -#elementor-template-library-modal select:focus-visible, | |
| 5106 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5107 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5108 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5109 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5110 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5111 | - outline-offset: 2px; | |
| 5112 | - border-radius: 2px; | |
| 5113 | -} | |
| 5114 | 4837 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5115 | 4838 | font-style: normal; |
| 5116 | 4839 | text-decoration: underline; |
| 5117 | 4840 | } |
| @@ -5123,17 +4846,8 @@ | ||
| 5123 | 4846 | } |
| 5124 | 4847 | #elementor-template-library-modal .dialog-message { |
| 5125 | 4848 | overflow-y: scroll; |
| 5126 | 4849 | } |
| 5127 | -#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 { | |
| 5128 | - overflow-y: hidden; | |
| 5129 | -} | |
| 5130 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5131 | - color: var(--e-a-color-txt); | |
| 5132 | - text-decoration: underline; | |
| 5133 | - font-size: 17px; | |
| 5134 | - cursor: pointer; | |
| 5135 | -} | |
| 5136 | 4850 | |
| 5137 | 4851 | #elementor-template-library-header-menu { |
| 5138 | 4852 | text-align: center; |
| 5139 | 4853 | } |
| @@ -5142,21 +4856,14 @@ | ||
| 5142 | 4856 | display: inline-block; |
| 5143 | 4857 | padding: 17px 20px; |
| 5144 | 4858 | border-block-end: 3px solid transparent; |
| 5145 | 4859 | cursor: pointer; |
| 5146 | - background: transparent; | |
| 5147 | - margin: 0; | |
| 5148 | - font-size: inherit; | |
| 5149 | - font-family: inherit; | |
| 5150 | - color: inherit; | |
| 5151 | - border: none; | |
| 5152 | 4860 | } |
| 5153 | 4861 | .elementor-template-library-menu-item:hover { |
| 5154 | 4862 | background-color: var(--e-a-bg-hover); |
| 5155 | 4863 | border-color: var(--e-a-bg-hover); |
| 5156 | 4864 | } |
| 5157 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5158 | - border-block-end: 3px solid; | |
| 4865 | +.elementor-template-library-menu-item.elementor-active { | |
| 5159 | 4866 | border-color: var(--e-a-border-color-accent); |
| 5160 | 4867 | color: var(--e-a-color-txt-accent); |
| 5161 | 4868 | } |
| 5162 | 4869 | |
| @@ -5162,31 +4869,12 @@ | ||
| 5162 | 4869 | |
| 5163 | 4870 | #elementor-template-library-header-actions { |
| 5164 | 4871 | display: flex; |
| 5165 | 4872 | } |
| 5166 | -#elementor-template-library-header-actions > div, | |
| 5167 | -#elementor-template-library-header-actions > button { | |
| 5168 | - background: transparent; | |
| 5169 | - margin: 0; | |
| 5170 | - font-size: inherit; | |
| 5171 | - font-family: inherit; | |
| 5172 | - color: inherit; | |
| 5173 | - border: none; | |
| 4873 | +#elementor-template-library-header-actions > div { | |
| 5174 | 4874 | padding-inline-end: 16px; |
| 5175 | - cursor: pointer; | |
| 5176 | 4875 | } |
| 5177 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5178 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5179 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5180 | - outline-offset: -2px; | |
| 5181 | - border-radius: 2px; | |
| 5182 | -} | |
| 5183 | 4876 | |
| 5184 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5185 | - opacity: 0; | |
| 5186 | - visibility: hidden; | |
| 5187 | -} | |
| 5188 | - | |
| 5189 | 4877 | #elementor-template-library-header-preview-insert-wrapper { |
| 5190 | 4878 | cursor: default; |
| 5191 | 4879 | padding: 0 10px; |
| 5192 | 4880 | } |
| @@ -5195,9 +4883,8 @@ | ||
| 5195 | 4883 | margin-inline-start: 4px; |
| 5196 | 4884 | } |
| 5197 | 4885 | |
| 5198 | 4886 | #elementor-template-library-header-preview-back { |
| 5199 | - gap: 10px; | |
| 5200 | 4887 | padding-block: 16.5px 15px; |
| 5201 | 4888 | padding-inline: 0 16.5px; |
| 5202 | 4889 | border-inline-end: var(--e-a-border); |
| 5203 | 4890 | cursor: pointer; |
| @@ -5202,138 +4889,27 @@ | ||
| 5202 | 4889 | border-inline-end: var(--e-a-border); |
| 5203 | 4890 | cursor: pointer; |
| 5204 | 4891 | transition: color 0.5s; |
| 5205 | 4892 | } |
| 5206 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5207 | - background: transparent; | |
| 5208 | - margin: 0; | |
| 5209 | - font-size: inherit; | |
| 5210 | - font-family: inherit; | |
| 5211 | - color: inherit; | |
| 5212 | - border: none; | |
| 5213 | - display: flex; | |
| 5214 | - align-items: center; | |
| 5215 | - gap: 10px; | |
| 5216 | - cursor: pointer; | |
| 5217 | -} | |
| 5218 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5219 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5220 | - outline-offset: 2px; | |
| 5221 | - border-radius: 2px; | |
| 5222 | -} | |
| 5223 | 4893 | #elementor-template-library-header-preview-back:hover { |
| 5224 | 4894 | color: var(--e-a-color-txt-hover); |
| 5225 | 4895 | } |
| 5226 | 4896 | #elementor-template-library-header-preview-back i { |
| 4897 | + padding-inline-end: 10px; | |
| 5227 | 4898 | font-size: 18px; |
| 5228 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5229 | 4899 | } |
| 4900 | +#elementor-template-library-header-preview-back i:before { | |
| 4901 | + content: "\e87d"; | |
| 4902 | +} | |
| 5230 | 4903 | |
| 5231 | -#elementor-template-library-templates { | |
| 5232 | - display: flex; | |
| 5233 | - flex-direction: column; | |
| 5234 | - gap: 20px; | |
| 5235 | -} | |
| 5236 | -#elementor-template-library-templates .toolbar-container { | |
| 5237 | - display: flex; | |
| 5238 | - justify-content: space-between; | |
| 5239 | - align-items: center; | |
| 5240 | - gap: 2%; | |
| 5241 | - height: 45px; | |
| 5242 | -} | |
| 5243 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5244 | - display: flex; | |
| 5245 | - flex-wrap: wrap; | |
| 5246 | - align-items: flex-start; | |
| 5247 | -} | |
| 5248 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5249 | - display: none; | |
| 5250 | -} | |
| 5251 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) { | |
| 5252 | - justify-content: flex-end; | |
| 5253 | -} | |
| 5254 | -#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 { | |
| 5255 | - display: flex; | |
| 5256 | - align-items: baseline; | |
| 5257 | - border-radius: 3px; | |
| 5258 | -} | |
| 5259 | -#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 { | |
| 5260 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5261 | - outline-offset: 2px; | |
| 5262 | -} | |
| 5263 | -#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 { | |
| 5264 | - align-items: center; | |
| 5265 | -} | |
| 5266 | -#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 { | |
| 5267 | - font-size: 14px; | |
| 5268 | - margin-inline-start: 5px; | |
| 5269 | -} | |
| 5270 | -#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 { | |
| 5271 | - width: 200px; | |
| 5272 | - margin: 0px 10px; | |
| 5273 | - align-self: center; | |
| 5274 | - text-align: start; | |
| 5275 | -} | |
| 5276 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning { | |
| 5277 | - font-size: 10px; | |
| 5278 | -} | |
| 5279 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a { | |
| 5280 | - color: var(--e-a-btn-bg-accent); | |
| 5281 | -} | |
| 5282 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar { | |
| 5283 | - height: 4px; | |
| 5284 | - background-color: var(--e-a-color-primary-bold); | |
| 5285 | - position: relative; | |
| 5286 | - display: flex; | |
| 5287 | - align-items: center; | |
| 5288 | - padding: 0; | |
| 5289 | -} | |
| 5290 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill { | |
| 5291 | - height: 100%; | |
| 5292 | - transition: width 0.3s ease; | |
| 5293 | -} | |
| 5294 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal { | |
| 5295 | - background-color: #D004D4; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning { | |
| 5298 | - background-color: #F59E0B; | |
| 5299 | -} | |
| 5300 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert { | |
| 5301 | - background-color: #93003f; | |
| 5302 | -} | |
| 5303 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal { | |
| 5304 | - background-color: #F0ABFC; | |
| 5305 | -} | |
| 5306 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning { | |
| 5307 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5308 | -} | |
| 5309 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5310 | - font-size: 12px; | |
| 5311 | - color: var(--e-a-color-txt); | |
| 5312 | -} | |
| 5313 | -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container { | |
| 4904 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4905 | + margin-block-start: 10px; | |
| 4906 | + margin-block-end: 45px; | |
| 5314 | 4907 | border-block-start: var(--e-a-border); |
| 5315 | 4908 | } |
| 5316 | -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4909 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5317 | 4910 | color: var(--e-a-color-txt-active); |
| 5318 | 4911 | } |
| 5319 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5320 | - border-block-start: none; | |
| 5321 | -} | |
| 5322 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5323 | - padding: 0; | |
| 5324 | -} | |
| 5325 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5326 | - max-width: -moz-fit-content; | |
| 5327 | - max-width: fit-content; | |
| 5328 | -} | |
| 5329 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5330 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5331 | - display: none; | |
| 5332 | -} | |
| 5333 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5334 | - pointer-events: none; | |
| 5335 | -} | |
| 5336 | 4912 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5337 | 4913 | margin: 10px -15px 0; |
| 5338 | 4914 | } |
| 5339 | 4915 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5359,243 +4935,14 @@ | ||
| 5359 | 4935 | } |
| 5360 | 4936 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5361 | 4937 | content: "\e8ad"; |
| 5362 | 4938 | } |
| 5363 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4939 | + | |
| 4940 | +#elementor-template-library-templates-container { | |
| 5364 | 4941 | display: flex; |
| 5365 | - align-items: center; | |
| 5366 | - gap: 8px; | |
| 4942 | + flex-wrap: wrap; | |
| 4943 | + align-items: flex-start; | |
| 5367 | 4944 | } |
| 5368 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5369 | - background: transparent; | |
| 5370 | - margin: 0; | |
| 5371 | - font-size: inherit; | |
| 5372 | - font-family: inherit; | |
| 5373 | - color: inherit; | |
| 5374 | - border: none; | |
| 5375 | - cursor: pointer; | |
| 5376 | - font-size: 20px; | |
| 5377 | - padding: 0 5px; | |
| 5378 | - border-radius: 2px; | |
| 5379 | - color: var(--e-a-color-txt); | |
| 5380 | -} | |
| 5381 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5382 | - background-color: var(--e-a-bg-hover); | |
| 5383 | -} | |
| 5384 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5385 | - width: 1px; | |
| 5386 | - height: 20px; | |
| 5387 | - background-color: var(--e-a-border-color); | |
| 5388 | -} | |
| 5389 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5390 | - background-color: var(--e-a-bg-hover); | |
| 5391 | -} | |
| 5392 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5393 | - background-color: var(--e-a-bg-hover); | |
| 5394 | -} | |
| 5395 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5396 | - display: grid; | |
| 5397 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5398 | - grid-gap: 20px; | |
| 5399 | - padding: 20px 0; | |
| 5400 | -} | |
| 5401 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template { | |
| 5402 | - grid-column: 1; | |
| 5403 | -} | |
| 5404 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5405 | - grid-column: 1/-1; | |
| 5406 | -} | |
| 5407 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5408 | - display: flex; | |
| 5409 | - position: relative; | |
| 5410 | - flex-direction: column; | |
| 5411 | - height: 158px; | |
| 5412 | - padding: 8px; | |
| 5413 | - border: var(--e-a-border); | |
| 5414 | - border-radius: 3px; | |
| 5415 | -} | |
| 5416 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5417 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5418 | - outline-offset: 2px; | |
| 5419 | -} | |
| 5420 | -#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 { | |
| 5421 | - display: flex; | |
| 5422 | -} | |
| 5423 | -#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 { | |
| 5424 | - display: none; | |
| 5425 | -} | |
| 5426 | -#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 { | |
| 5427 | - display: flex !important; | |
| 5428 | -} | |
| 5429 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5430 | - width: 190px; | |
| 5431 | - height: 100px; | |
| 5432 | - position: relative; | |
| 5433 | - border-radius: 3px; | |
| 5434 | - margin-block-end: 4px; | |
| 5435 | - overflow: hidden; | |
| 5436 | -} | |
| 5437 | -#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 { | |
| 5438 | - -o-object-fit: contain; | |
| 5439 | - object-fit: contain; | |
| 5440 | - width: 100%; | |
| 5441 | - height: 100%; | |
| 5442 | -} | |
| 5443 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5444 | - display: none; | |
| 5445 | - justify-content: center; | |
| 5446 | - align-items: center; | |
| 5447 | - position: absolute; | |
| 5448 | - inset: 0; | |
| 5449 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5450 | - cursor: default; | |
| 5451 | -} | |
| 5452 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5453 | - font-size: 11px; | |
| 5454 | - white-space: nowrap; | |
| 5455 | - text-overflow: ellipsis; | |
| 5456 | - overflow: hidden; | |
| 5457 | -} | |
| 5458 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5459 | - display: flex; | |
| 5460 | - position: relative; | |
| 5461 | - justify-content: space-between; | |
| 5462 | - align-items: center; | |
| 5463 | - font-size: 11px; | |
| 5464 | - min-height: 38px; | |
| 5465 | -} | |
| 5466 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5467 | - display: none; | |
| 5468 | - width: 90%; | |
| 5469 | - gap: 8px; | |
| 5470 | - height: 38px; | |
| 5471 | - padding: 4px 0; | |
| 5472 | -} | |
| 5473 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert { | |
| 5474 | - display: flex; | |
| 5475 | -} | |
| 5476 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i { | |
| 5477 | - display: flex; | |
| 5478 | - align-items: center; | |
| 5479 | -} | |
| 5480 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info { | |
| 5481 | - display: flex; | |
| 5482 | - flex-direction: column; | |
| 5483 | - justify-content: center; | |
| 5484 | - width: 65%; | |
| 5485 | - align-items: start; | |
| 5486 | - white-space: nowrap; | |
| 5487 | - text-overflow: ellipsis; | |
| 5488 | - overflow: hidden; | |
| 5489 | -} | |
| 5490 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5491 | - flex-direction: row; | |
| 5492 | - align-items: center; | |
| 5493 | - justify-content: start; | |
| 5494 | - height: 56px; | |
| 5495 | - padding: 13px 10px; | |
| 5496 | -} | |
| 5497 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon { | |
| 5498 | - font-size: 25px; | |
| 5499 | - margin-inline-end: 8px; | |
| 5500 | -} | |
| 5501 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle { | |
| 5502 | - margin-inline-start: auto; | |
| 5503 | -} | |
| 5504 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5505 | - display: none; | |
| 5506 | -} | |
| 5507 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5508 | - visibility: hidden; | |
| 5509 | -} | |
| 5510 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5511 | - visibility: visible; | |
| 5512 | -} | |
| 5513 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5514 | - display: none; | |
| 5515 | - background: var(--e-a-bg-active); | |
| 5516 | - padding: 10px 25px; | |
| 5517 | - border-radius: 5px; | |
| 5518 | - color: var(--e-a-bg-invert); | |
| 5519 | - gap: 20px; | |
| 5520 | - align-items: center; | |
| 5521 | - flex: 1; | |
| 5522 | -} | |
| 5523 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5524 | - background: transparent; | |
| 5525 | - margin: 0; | |
| 5526 | - font-size: inherit; | |
| 5527 | - font-family: inherit; | |
| 5528 | - color: inherit; | |
| 5529 | - border: none; | |
| 5530 | - cursor: pointer; | |
| 5531 | - display: flex; | |
| 5532 | - align-items: center; | |
| 5533 | - justify-content: center; | |
| 5534 | -} | |
| 5535 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5536 | - pointer-events: none; | |
| 5537 | - opacity: 0.3; | |
| 5538 | - cursor: not-allowed; | |
| 5539 | -} | |
| 5540 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5541 | - cursor: pointer; | |
| 5542 | - font-size: 18px; | |
| 5543 | -} | |
| 5544 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5545 | - font-size: 20px; | |
| 5546 | -} | |
| 5547 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5548 | - display: flex; | |
| 5549 | - flex: 1; | |
| 5550 | - white-space: nowrap; | |
| 5551 | - text-overflow: ellipsis; | |
| 5552 | - overflow: hidden; | |
| 5553 | -} | |
| 5554 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5555 | - display: flex; | |
| 5556 | - flex-direction: row; | |
| 5557 | - align-items: center; | |
| 5558 | - gap: 15px; | |
| 5559 | - white-space: nowrap; | |
| 5560 | - text-overflow: ellipsis; | |
| 5561 | - overflow: hidden; | |
| 5562 | -} | |
| 5563 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5564 | - white-space: nowrap; | |
| 5565 | - text-overflow: ellipsis; | |
| 5566 | - overflow: hidden; | |
| 5567 | -} | |
| 5568 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5569 | - padding-inline-start: 8px; | |
| 5570 | - background-color: var(--e-a-bg-hover); | |
| 5571 | - color: var(--e-a-color-txt); | |
| 5572 | -} | |
| 5573 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5574 | - visibility: visible; | |
| 5575 | -} | |
| 5576 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5577 | - background: var(--e-a-bg-active); | |
| 5578 | -} | |
| 5579 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5580 | - position: relative; | |
| 5581 | - inset-block-start: 3px; | |
| 5582 | -} | |
| 5583 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5584 | - inset-block-start: 0px; | |
| 5585 | -} | |
| 5586 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5587 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5588 | - background: #69727D; | |
| 5589 | -} | |
| 5590 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5591 | - display: block; | |
| 5592 | - content: ""; | |
| 5593 | - width: 10px; | |
| 5594 | - height: 2px; | |
| 5595 | - background-color: white; | |
| 5596 | - transform: none; | |
| 5597 | -} | |
| 5598 | 4945 | |
| 5599 | 4946 | #elementor-template-library-toolbar { |
| 5600 | 4947 | display: flex; |
| 5601 | 4948 | justify-content: space-between; |
| @@ -5606,80 +4953,8 @@ | ||
| 5606 | 4953 | display: flex; |
| 5607 | 4954 | align-items: center; |
| 5608 | 4955 | } |
| 5609 | 4956 | |
| 5610 | -.elementor-template-library-filter-select-source { | |
| 5611 | - width: 350px; | |
| 5612 | - display: flex; | |
| 5613 | - gap: 10px; | |
| 5614 | -} | |
| 5615 | -.elementor-template-library-filter-select-source .source-option { | |
| 5616 | - flex: 1; | |
| 5617 | - border: 0.5px solid #BABFC5; | |
| 5618 | - padding: 5px; | |
| 5619 | - border-radius: 3px; | |
| 5620 | - cursor: pointer; | |
| 5621 | - font-size: 12px; | |
| 5622 | -} | |
| 5623 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5624 | - margin-inline-end: 5px; | |
| 5625 | -} | |
| 5626 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5627 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5628 | - padding: 2px 4px; | |
| 5629 | - color: var(--e-a-color-primary-bold-dark); | |
| 5630 | - border-radius: 10px; | |
| 5631 | - font-size: 10px; | |
| 5632 | - margin-inline-start: 5px; | |
| 5633 | -} | |
| 5634 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5635 | - background-color: var(--e-a-bg-hover); | |
| 5636 | -} | |
| 5637 | - | |
| 5638 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5639 | - display: flex; | |
| 5640 | - align-items: center; | |
| 5641 | - justify-content: space-between; | |
| 5642 | -} | |
| 5643 | - | |
| 5644 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5645 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5646 | - display: flex; | |
| 5647 | - align-items: center; | |
| 5648 | - gap: 6px; | |
| 5649 | - padding: 6px 12px; | |
| 5650 | - border: none; | |
| 5651 | - border-radius: 20px; | |
| 5652 | - font-size: 14px; | |
| 5653 | - font-weight: 500; | |
| 5654 | - white-space: nowrap; | |
| 5655 | - margin-inline-start: auto; | |
| 5656 | - margin-inline-end: 15px; | |
| 5657 | -} | |
| 5658 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5659 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5660 | - margin: 0; | |
| 5661 | - font-size: 14px; | |
| 5662 | -} | |
| 5663 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5664 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5665 | - background-color: var(--e-a-bg-info); | |
| 5666 | - color: var(--e-a-color-info); | |
| 5667 | -} | |
| 5668 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5669 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5670 | - color: var(--e-a-color-info); | |
| 5671 | -} | |
| 5672 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5673 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5674 | - background-color: var(--e-a-bg-warning); | |
| 5675 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5676 | -} | |
| 5677 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5678 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5679 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5680 | -} | |
| 5681 | - | |
| 5682 | 4957 | #elementor-template-library-filter-toolbar-remote { |
| 5683 | 4958 | font-size: 11px; |
| 5684 | 4959 | } |
| 5685 | 4960 | |
| @@ -5693,11 +4968,8 @@ | ||
| 5693 | 4968 | padding-inline-end: 22px; |
| 5694 | 4969 | -webkit-user-select: none; |
| 5695 | 4970 | -moz-user-select: none; |
| 5696 | 4971 | user-select: none; |
| 5697 | - line-height: 1; | |
| 5698 | - font-size: 10px; | |
| 5699 | - font-weight: 500; | |
| 5700 | 4972 | } |
| 5701 | 4973 | |
| 5702 | 4974 | label.elementor-template-library-order-label { |
| 5703 | 4975 | cursor: pointer; |
| @@ -5753,12 +5025,8 @@ | ||
| 5753 | 5025 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5754 | 5026 | content: "\e923"; |
| 5755 | 5027 | } |
| 5756 | 5028 | |
| 5757 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5758 | - margin-block-end: 10px; | |
| 5759 | -} | |
| 5760 | - | |
| 5761 | 5029 | #elementor-template-library-filter-text-wrapper { |
| 5762 | 5030 | width: 200px; |
| 5763 | 5031 | position: relative; |
| 5764 | 5032 | } |
| @@ -5763,15 +5031,12 @@ | ||
| 5763 | 5031 | position: relative; |
| 5764 | 5032 | } |
| 5765 | 5033 | #elementor-template-library-filter-text-wrapper i { |
| 5766 | 5034 | position: absolute; |
| 5767 | - inset-block-start: 50%; | |
| 5768 | - inset-inline-end: 0; | |
| 5035 | + top: 50%; | |
| 5036 | + left: 0; | |
| 5769 | 5037 | transform: translateY(-50%); |
| 5770 | 5038 | } |
| 5771 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5772 | - inset-block-start: 25%; | |
| 5773 | -} | |
| 5774 | 5039 | |
| 5775 | 5040 | #elementor-template-library-filter-text { |
| 5776 | 5041 | border: none; |
| 5777 | 5042 | border-block-end: var(--e-a-border-bold); |
| @@ -5797,32 +5062,19 @@ | ||
| 5797 | 5062 | padding: 8px; |
| 5798 | 5063 | border: var(--e-a-border); |
| 5799 | 5064 | border-radius: 3px; |
| 5800 | 5065 | } |
| 5801 | -.elementor-template-library-template-remote:focus-visible { | |
| 5802 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5803 | - outline-offset: 2px; | |
| 5804 | -} | |
| 5805 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5066 | +.elementor-template-library-template-remote:hover { | |
| 5806 | 5067 | background-color: var(--e-a-bg-hover); |
| 5807 | 5068 | } |
| 5808 | -.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 { | |
| 5809 | - opacity: 1; | |
| 5810 | -} | |
| 5811 | -.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 { | |
| 5069 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5812 | 5070 | display: none; |
| 5813 | 5071 | } |
| 5814 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5815 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5816 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5817 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5818 | - display: initial; | |
| 5819 | -} | |
| 5820 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5072 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5821 | 5073 | opacity: 0; |
| 5822 | 5074 | } |
| 5823 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5824 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5075 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5076 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5825 | 5077 | display: none; |
| 5826 | 5078 | } |
| 5827 | 5079 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5828 | 5080 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5830,10 +5082,10 @@ | ||
| 5830 | 5082 | color: var(--e-a-color-white); |
| 5831 | 5083 | position: absolute; |
| 5832 | 5084 | text-transform: uppercase; |
| 5833 | 5085 | line-height: 1; |
| 5834 | - inset-block-start: 5px; | |
| 5835 | - inset-inline-end: 5px; | |
| 5086 | + top: 5px; | |
| 5087 | + left: 5px; | |
| 5836 | 5088 | padding: 3px 5px; |
| 5837 | 5089 | font-size: 8px; |
| 5838 | 5090 | border-radius: 2px; |
| 5839 | 5091 | } |
| @@ -5848,10 +5100,10 @@ | ||
| 5848 | 5100 | } |
| 5849 | 5101 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5850 | 5102 | position: absolute; |
| 5851 | 5103 | width: 100%; |
| 5852 | - inset-block-end: 0; | |
| 5853 | - inset-inline-start: 0; | |
| 5104 | + bottom: 0; | |
| 5105 | + right: 0; | |
| 5854 | 5106 | padding: 10px; |
| 5855 | 5107 | background-color: var(--e-a-bg-default); |
| 5856 | 5108 | transition: transform 0.5s; |
| 5857 | 5109 | } |
| @@ -5857,9 +5109,9 @@ | ||
| 5857 | 5109 | } |
| 5858 | 5110 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5859 | 5111 | display: none; |
| 5860 | 5112 | } |
| 5861 | -.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 { | |
| 5113 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5862 | 5114 | transform: translateY(100%); |
| 5863 | 5115 | } |
| 5864 | 5116 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5865 | 5117 | position: relative; |
| @@ -5884,11 +5136,11 @@ | ||
| 5884 | 5136 | } |
| 5885 | 5137 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5886 | 5138 | font-size: 20px; |
| 5887 | 5139 | position: absolute; |
| 5888 | - inset-block-start: 50%; | |
| 5889 | - inset-inline-start: 50%; | |
| 5890 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5140 | + top: 50%; | |
| 5141 | + left: 50%; | |
| 5142 | + transform: translate(-50%, -50%); | |
| 5891 | 5143 | } |
| 5892 | 5144 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5893 | 5145 | display: flex; |
| 5894 | 5146 | justify-content: space-between; |
| @@ -5908,22 +5160,10 @@ | ||
| 5908 | 5160 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5909 | 5161 | margin-inline-start: auto; |
| 5910 | 5162 | } |
| 5911 | 5163 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5912 | - position: absolute; | |
| 5913 | - width: 1px; | |
| 5914 | - height: 1px; | |
| 5915 | - padding: 0; | |
| 5916 | - margin: -1px; | |
| 5917 | - overflow: hidden; | |
| 5918 | - clip: rect(0, 0, 0, 0); | |
| 5919 | - white-space: nowrap; | |
| 5920 | - border: 0; | |
| 5164 | + display: none; | |
| 5921 | 5165 | } |
| 5922 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5923 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5924 | - outline-offset: 2px; | |
| 5925 | -} | |
| 5926 | 5166 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5927 | 5167 | content: "\e93f"; |
| 5928 | 5168 | color: var(--e-a-color-primary-bold); |
| 5929 | 5169 | } |
| @@ -5958,231 +5198,112 @@ | ||
| 5958 | 5198 | height: 200px; |
| 5959 | 5199 | } |
| 5960 | 5200 | |
| 5961 | 5201 | #elementor-template-library-order-toolbar-local, |
| 5962 | -.elementor-template-library-template-local, | |
| 5963 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5202 | +.elementor-template-library-template-local { | |
| 5964 | 5203 | display: flex; |
| 5965 | 5204 | align-items: center; |
| 5966 | 5205 | padding: 0 25px; |
| 5967 | 5206 | text-align: start; |
| 5968 | 5207 | } |
| 5969 | -@media (max-width: 1439px) { | |
| 5970 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5971 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5972 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5973 | - width: 33%; | |
| 5974 | - } | |
| 5975 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5976 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5977 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5978 | - width: 10%; | |
| 5979 | - } | |
| 5980 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5981 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5982 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5983 | - width: 15%; | |
| 5984 | - } | |
| 5985 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5986 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5987 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5988 | - width: 15%; | |
| 5989 | - } | |
| 5990 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5991 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5992 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5993 | - width: 27%; | |
| 5994 | - } | |
| 5995 | -} | |
| 5996 | -@media (min-width: 1440px) { | |
| 5997 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5998 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5999 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6000 | - width: 25%; | |
| 6001 | - } | |
| 6002 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6003 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6004 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6005 | - width: 17%; | |
| 6006 | - } | |
| 6007 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6008 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6009 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6010 | - width: 17%; | |
| 6011 | - } | |
| 6012 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6013 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6014 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6015 | - width: 17%; | |
| 6016 | - } | |
| 6017 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6018 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6019 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6020 | - width: 24%; | |
| 6021 | - } | |
| 6022 | -} | |
| 6023 | -@media (max-width: 1024px) { | |
| 6024 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6025 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6026 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6027 | - display: none; | |
| 6028 | - } | |
| 6029 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6030 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6031 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6032 | - width: 41%; | |
| 6033 | - } | |
| 6034 | -} | |
| 6035 | 5208 | |
| 6036 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6037 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6038 | - display: none; | |
| 6039 | - position: absolute; | |
| 6040 | - background-color: var(--e-a-bg-default); | |
| 6041 | - border-radius: var(--e-a-border-radius); | |
| 6042 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6043 | - inset-block-start: 100%; | |
| 6044 | - inset-inline-end: 0; | |
| 6045 | - z-index: 1; | |
| 6046 | - list-style: none; | |
| 6047 | - margin: 0; | |
| 6048 | - padding: 0; | |
| 5209 | +#elementor-template-library-order-toolbar-local { | |
| 5210 | + margin-block-start: 30px; | |
| 6049 | 5211 | } |
| 6050 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6051 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6052 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6053 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6054 | - background: transparent; | |
| 6055 | - margin: 0; | |
| 6056 | - font-size: inherit; | |
| 6057 | - font-family: inherit; | |
| 6058 | - color: inherit; | |
| 6059 | - border: none; | |
| 6060 | - padding: 10px 20px; | |
| 6061 | - font-size: 11px; | |
| 6062 | - cursor: pointer; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - gap: 8px; | |
| 6066 | - width: 100%; | |
| 5212 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 5213 | + line-height: 1; | |
| 5214 | + font-size: 10px; | |
| 5215 | + font-weight: 500; | |
| 6067 | 5216 | } |
| 6068 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6069 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6070 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6071 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6072 | - cursor: not-allowed; | |
| 6073 | - color: var(--e-a-color-txt-disabled); | |
| 6074 | -} | |
| 6075 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6076 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6077 | - color: var(--e-a-color-txt); | |
| 6078 | - text-decoration: none; | |
| 6079 | -} | |
| 6080 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6081 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6082 | - color: var(--e-a-color-danger); | |
| 6083 | -} | |
| 6084 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6085 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6086 | - font-size: 16px; | |
| 6087 | -} | |
| 6088 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6089 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6090 | - margin-inline-start: auto; | |
| 6091 | - cursor: pointer; | |
| 6092 | - background: none; | |
| 6093 | - border: none; | |
| 6094 | - padding: 0; | |
| 6095 | - display: flex; | |
| 6096 | - align-items: center; | |
| 6097 | - justify-content: center; | |
| 6098 | -} | |
| 6099 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6100 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6101 | - font-size: 20px; | |
| 6102 | -} | |
| 6103 | 5217 | |
| 6104 | -.elementor-template-library-template-local, | |
| 6105 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5218 | +.elementor-template-library-template-local { | |
| 6106 | 5219 | height: 50px; |
| 6107 | 5220 | width: 100%; |
| 6108 | 5221 | margin-block-start: 1px; |
| 6109 | 5222 | transition: background-color 0.3s linear; |
| 6110 | 5223 | } |
| 6111 | -.elementor-template-library-template-local:hover, | |
| 6112 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 5224 | +.elementor-template-library-template-local:hover { | |
| 6113 | 5225 | background-color: var(--e-a-bg-hover); |
| 6114 | 5226 | } |
| 6115 | -.elementor-template-library-template-local:first-child, | |
| 6116 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 5227 | +.elementor-template-library-template-local:first-child { | |
| 6117 | 5228 | border-start-start-radius: 3px; |
| 6118 | 5229 | border-start-end-radius: 3px; |
| 6119 | 5230 | border-end-start-radius: 0; |
| 6120 | 5231 | border-end-end-radius: 0; |
| 6121 | 5232 | } |
| 6122 | -.elementor-template-library-template-local:last-child, | |
| 6123 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 5233 | +.elementor-template-library-template-local:last-child { | |
| 6124 | 5234 | border-start-start-radius: 0; |
| 6125 | 5235 | border-start-end-radius: 0; |
| 6126 | 5236 | border-end-start-radius: 3px; |
| 6127 | 5237 | border-end-end-radius: 3px; |
| 6128 | 5238 | } |
| 6129 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6130 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 5239 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6131 | 5240 | font-weight: 500; |
| 6132 | 5241 | } |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6134 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6135 | - font-size: 16px; | |
| 6136 | -} | |
| 6137 | 5242 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6138 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6139 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6140 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 5243 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 6141 | 5244 | padding-inline-end: 20px; |
| 6142 | 5245 | } |
| 6143 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6144 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6145 | - padding-inline-end: 10px; | |
| 6146 | -} | |
| 6147 | 5246 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6148 | 5247 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6149 | 5248 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6150 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6151 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6152 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6153 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6154 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 5249 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6155 | 5250 | white-space: nowrap; |
| 6156 | 5251 | text-overflow: ellipsis; |
| 6157 | 5252 | overflow: hidden; |
| 6158 | 5253 | } |
| 6159 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6160 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 5254 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6161 | 5255 | position: relative; |
| 6162 | 5256 | display: flex; |
| 6163 | 5257 | align-items: center; |
| 6164 | 5258 | } |
| 6165 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6166 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6167 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6168 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5259 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6169 | 5260 | cursor: pointer; |
| 6170 | 5261 | transition: color 0.5s; |
| 6171 | 5262 | } |
| 6172 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6173 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6174 | - color: #F5D0FE; | |
| 5263 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 5264 | + margin-inline-end: 3px; | |
| 6175 | 5265 | } |
| 6176 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6177 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6178 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6179 | - cursor: not-allowed; | |
| 5266 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 5267 | + margin-inline-start: 6px; | |
| 6180 | 5268 | } |
| 6181 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6182 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6183 | - margin-inline-end: 3px; | |
| 5269 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 5270 | + color: var(--e-a-color-danger); | |
| 6184 | 5271 | } |
| 5272 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 5273 | + display: none; | |
| 5274 | + position: absolute; | |
| 5275 | + background-color: var(--e-a-bg-default); | |
| 5276 | + padding: 3px 20px; | |
| 5277 | + border-radius: var(--e-a-border-radius); | |
| 5278 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 5279 | + top: 100%; | |
| 5280 | + left: 0; | |
| 5281 | + transform: translateX(-65%) translateY(-7px); | |
| 5282 | + z-index: 1; | |
| 5283 | +} | |
| 5284 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 5285 | + content: ""; | |
| 5286 | + position: absolute; | |
| 5287 | + border: solid transparent; | |
| 5288 | + border-width: 8px 4px; | |
| 5289 | + border-block-end-color: var(--e-a-color-white); | |
| 5290 | + transform: translateY(-100%); | |
| 5291 | +} | |
| 5292 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 5293 | + margin: 10px 0; | |
| 5294 | + font-size: 11px; | |
| 5295 | +} | |
| 5296 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 5297 | + color: var(--e-a-color-txt); | |
| 5298 | +} | |
| 5299 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 5300 | + flex-grow: 1; | |
| 5301 | + text-align: end; | |
| 5302 | +} | |
| 5303 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 5304 | + font-size: 16px; | |
| 5305 | +} | |
| 6185 | 5306 | |
| 6186 | 5307 | #elementor-template-library-preview { |
| 6187 | 5308 | height: 100%; |
| 6188 | 5309 | overflow: hidden; |
| @@ -6188,9 +5309,9 @@ | ||
| 6188 | 5309 | overflow: hidden; |
| 6189 | 5310 | } |
| 6190 | 5311 | #elementor-template-library-preview iframe { |
| 6191 | 5312 | height: 150%; |
| 6192 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 5313 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6193 | 5314 | } |
| 6194 | 5315 | @media (max-width: 1439px) { |
| 6195 | 5316 | #elementor-template-library-preview iframe { |
| 6196 | 5317 | width: 1440px; |
| @@ -6206,14 +5327,8 @@ | ||
| 6206 | 5327 | font-size: 64px; |
| 6207 | 5328 | margin-block-start: 45px; |
| 6208 | 5329 | line-height: 1; |
| 6209 | 5330 | } |
| 6210 | -.elementor-template-library-blank-icon i { | |
| 6211 | - font-size: 85px; | |
| 6212 | -} | |
| 6213 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6214 | - font-size: 65px; | |
| 6215 | -} | |
| 6216 | 5331 | .elementor-template-library-blank-icon img { |
| 6217 | 5332 | width: 70px; |
| 6218 | 5333 | } |
| 6219 | 5334 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6251,499 +5366,8 @@ | ||
| 6251 | 5366 | #elementor-template-library-save-template-form > * { |
| 6252 | 5367 | height: 55px; |
| 6253 | 5368 | font-size: 16px; |
| 6254 | 5369 | } |
| 6255 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6256 | - height: 55px; | |
| 6257 | - font-size: 16px; | |
| 6258 | - margin-block-end: 15px; | |
| 6259 | -} | |
| 6260 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6261 | - display: block; | |
| 6262 | - width: 500px; | |
| 6263 | - margin: 0 auto; | |
| 6264 | -} | |
| 6265 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6266 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6267 | - display: none; | |
| 6268 | -} | |
| 6269 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6270 | - margin-inline: 5px; | |
| 6271 | -} | |
| 6272 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6273 | - display: none; | |
| 6274 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6275 | - padding: 3px 5px; | |
| 6276 | - border-radius: 100px; | |
| 6277 | - margin-inline: 5px; | |
| 6278 | -} | |
| 6279 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6280 | - color: var(--e-a-btn-bg-accent); | |
| 6281 | -} | |
| 6282 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6283 | - margin-inline-end: 5px; | |
| 6284 | -} | |
| 6285 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6286 | - display: inline; | |
| 6287 | -} | |
| 6288 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6289 | - display: inline; | |
| 6290 | - background: var(--e-a-bg-hover); | |
| 6291 | - padding: 0 2px 1px; | |
| 6292 | - border: none; | |
| 6293 | - border-radius: 2px; | |
| 6294 | - vertical-align: bottom; | |
| 6295 | - cursor: pointer; | |
| 6296 | - font-family: inherit; | |
| 6297 | - font-size: inherit; | |
| 6298 | - color: inherit; | |
| 6299 | - line-height: inherit; | |
| 6300 | -} | |
| 6301 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6302 | - background: var(--e-a-bg-active); | |
| 6303 | -} | |
| 6304 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6305 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6306 | - outline-offset: 2px; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6310 | -#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, | |
| 6311 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6312 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6313 | - display: inline; | |
| 6314 | -} | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6316 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6317 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6319 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6320 | - pointer-events: none; | |
| 6321 | -} | |
| 6322 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6323 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6324 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6325 | - display: none; | |
| 6326 | -} | |
| 6327 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider { | |
| 6328 | - color: var(--e-a-color-txt-muted); | |
| 6329 | - margin-inline: 5px; | |
| 6330 | -} | |
| 6331 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6332 | - display: none; | |
| 6333 | - float: inline-start; | |
| 6334 | -} | |
| 6335 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6336 | - font-size: 13px; | |
| 6337 | - color: var(--e-a-btn-bg-accent); | |
| 6338 | - text-align: start; | |
| 6339 | -} | |
| 6340 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6341 | - color: var(--e-a-btn-bg-accent); | |
| 6342 | - text-decoration: underline; | |
| 6343 | -} | |
| 6344 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6345 | - float: inline-end; | |
| 6346 | -} | |
| 6347 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6348 | - cursor: not-allowed; | |
| 6349 | -} | |
| 6350 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6351 | - display: flex; | |
| 6352 | - flex-direction: column; | |
| 6353 | - text-align: start; | |
| 6354 | - border: var(--e-a-border-bold); | |
| 6355 | - padding: 15px; | |
| 6356 | - height: auto; | |
| 6357 | - gap: 10px; | |
| 6358 | - position: relative; | |
| 6359 | -} | |
| 6360 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6361 | - background: #69727D; | |
| 6362 | - inset-block-start: -3px; | |
| 6363 | - position: relative; | |
| 6364 | -} | |
| 6365 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6366 | - position: relative; | |
| 6367 | - display: inline-block; | |
| 6368 | -} | |
| 6369 | -#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 { | |
| 6370 | - white-space: nowrap; | |
| 6371 | - text-overflow: ellipsis; | |
| 6372 | - overflow: hidden; | |
| 6373 | - overflow: visible; | |
| 6374 | - display: inline-flex; | |
| 6375 | - align-items: baseline; | |
| 6376 | - line-height: 27px; | |
| 6377 | -} | |
| 6378 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6379 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6380 | - flex-shrink: 0; | |
| 6381 | - position: relative; | |
| 6382 | - inset-block-start: 2px; | |
| 6383 | -} | |
| 6384 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6386 | - inset-block-start: -2px; | |
| 6387 | -} | |
| 6388 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6389 | - vertical-align: bottom; | |
| 6390 | -} | |
| 6391 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6392 | - margin-inline: 5px; | |
| 6393 | - color: var(--e-a-color-txt-muted); | |
| 6394 | - cursor: pointer; | |
| 6395 | -} | |
| 6396 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6397 | - display: none; | |
| 6398 | - margin-inline-end: 5px; | |
| 6399 | - align-items: baseline; | |
| 6400 | - white-space: nowrap; | |
| 6401 | - text-overflow: ellipsis; | |
| 6402 | - overflow: hidden; | |
| 6403 | -} | |
| 6404 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6405 | - display: inline-flex !important; | |
| 6406 | -} | |
| 6407 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6408 | - text-decoration: underline; | |
| 6409 | - cursor: pointer; | |
| 6410 | - white-space: nowrap; | |
| 6411 | - text-overflow: ellipsis; | |
| 6412 | - overflow: hidden; | |
| 6413 | -} | |
| 6414 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6415 | - cursor: pointer; | |
| 6416 | - flex-shrink: 0; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6419 | - color: var(--e-a-color-primary-bold); | |
| 6420 | - font-size: 14px; | |
| 6421 | -} | |
| 6422 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6423 | - text-decoration: underline; | |
| 6424 | -} | |
| 6425 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6426 | - display: none; | |
| 6427 | - position: absolute; | |
| 6428 | - inset-block-start: 40px; | |
| 6429 | - background-color: var(--e-a-bg-default); | |
| 6430 | - min-width: 187px; | |
| 6431 | - overflow: auto; | |
| 6432 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6433 | - z-index: 1; | |
| 6434 | - border-radius: 2px; | |
| 6435 | - max-width: 450px; | |
| 6436 | -} | |
| 6437 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6438 | - white-space: nowrap; | |
| 6439 | - text-overflow: ellipsis; | |
| 6440 | - overflow: hidden; | |
| 6441 | -} | |
| 6442 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6443 | - margin: 15px; | |
| 6444 | -} | |
| 6445 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6446 | - margin-inline-end: 10px; | |
| 6447 | -} | |
| 6448 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6449 | - max-height: 170px; | |
| 6450 | -} | |
| 6451 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6452 | - padding: 5px 15px; | |
| 6453 | - cursor: pointer; | |
| 6454 | - list-style: none; | |
| 6455 | -} | |
| 6456 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6457 | - display: none; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6460 | - margin: 0px; | |
| 6461 | -} | |
| 6462 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6463 | - text-decoration: underline; | |
| 6464 | -} | |
| 6465 | -#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 { | |
| 6466 | - background: var(--e-a-border-color); | |
| 6467 | -} | |
| 6468 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6469 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6470 | - outline-offset: -2px; | |
| 6471 | -} | |
| 6472 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6473 | - pointer-events: none; | |
| 6474 | - opacity: 0.3; | |
| 6475 | -} | |
| 6476 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6477 | - text-align: center; | |
| 6478 | - font-size: 13px; | |
| 6479 | - margin: 0 20px; | |
| 6480 | - padding-block: 15px; | |
| 6481 | - pointer-events: none; | |
| 6482 | -} | |
| 6483 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6484 | - font-size: 24px; | |
| 6485 | - padding-block-end: 10px; | |
| 6486 | -} | |
| 6487 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6488 | - border-block-start: none; | |
| 6489 | - border-inline: none; | |
| 6490 | -} | |
| 6491 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6492 | - pointer-events: none; | |
| 6493 | - opacity: 0.3; | |
| 6494 | -} | |
| 6495 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6496 | - display: flex; | |
| 6497 | - flex-direction: column; | |
| 6498 | - width: 600px; | |
| 6499 | - text-align: start; | |
| 6500 | -} | |
| 6501 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6502 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6503 | - font-size: 12px; | |
| 6504 | - font-weight: 400; | |
| 6505 | - color: var(--e-a-color-txt); | |
| 6506 | -} | |
| 6507 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6508 | - width: 100%; | |
| 6509 | - padding: 12px 15px; | |
| 6510 | - border: var(--e-a-border-bold); | |
| 6511 | - border-radius: 3px; | |
| 6512 | - margin-block-end: 0; | |
| 6513 | -} | |
| 6514 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6515 | - border: none; | |
| 6516 | - padding: 0; | |
| 6517 | - gap: 12px; | |
| 6518 | - margin-block-start: 20px; | |
| 6519 | -} | |
| 6520 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6521 | - display: flex; | |
| 6522 | - align-items: center; | |
| 6523 | - padding: 12px 15px; | |
| 6524 | - border: var(--e-a-border-bold); | |
| 6525 | - border-radius: 3px; | |
| 6526 | - width: 100%; | |
| 6527 | - line-height: normal; | |
| 6528 | - gap: 8px; | |
| 6529 | -} | |
| 6530 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6531 | - border-color: var(--e-a-color-txt); | |
| 6532 | -} | |
| 6533 | -#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 { | |
| 6534 | - display: flex; | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6537 | - margin-inline-end: 0; | |
| 6538 | - flex-shrink: 0; | |
| 6539 | - position: relative; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6542 | - inset-block-start: 0; | |
| 6543 | -} | |
| 6544 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6545 | - content: ""; | |
| 6546 | - position: absolute; | |
| 6547 | - inset-inline-end: -8px; | |
| 6548 | - width: 1px; | |
| 6549 | - height: 18px; | |
| 6550 | - background-color: var(--e-a-border-color); | |
| 6551 | -} | |
| 6552 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6553 | - margin-inline-start: 12px; | |
| 6554 | - margin-inline-end: 4px; | |
| 6555 | - font-size: 24px; | |
| 6556 | - color: var(--e-a-color-txt); | |
| 6557 | -} | |
| 6558 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6559 | - margin-inline-start: 8px; | |
| 6560 | - margin-inline-end: 0; | |
| 6561 | - font-size: 24px; | |
| 6562 | - color: var(--e-a-color-txt); | |
| 6563 | -} | |
| 6564 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6565 | - flex: 0 0 auto; | |
| 6566 | - margin: 0; | |
| 6567 | - cursor: pointer; | |
| 6568 | -} | |
| 6569 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6570 | - margin-inline: 0; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6573 | - display: inline; | |
| 6574 | - background: transparent; | |
| 6575 | - padding: 0; | |
| 6576 | - border-radius: 0; | |
| 6577 | - vertical-align: baseline; | |
| 6578 | - text-decoration: underline; | |
| 6579 | - cursor: pointer; | |
| 6580 | - margin-inline-start: 0; | |
| 6581 | -} | |
| 6582 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6583 | - background: transparent; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6586 | - color: var(--e-a-color-primary-bold); | |
| 6587 | - text-decoration: underline; | |
| 6588 | - cursor: pointer; | |
| 6589 | - margin-inline-start: 4px; | |
| 6590 | -} | |
| 6591 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6592 | - text-decoration: none; | |
| 6593 | -} | |
| 6594 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6595 | - display: none; | |
| 6596 | - border: none; | |
| 6597 | - padding: 0; | |
| 6598 | - border-radius: 0; | |
| 6599 | - margin-inline-start: 0; | |
| 6600 | - background: transparent; | |
| 6601 | - transition: background-color 0.2s; | |
| 6602 | - padding: 3px 8px; | |
| 6603 | -} | |
| 6604 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6605 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6606 | - border-radius: 3px; | |
| 6607 | -} | |
| 6608 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6609 | - color: var(--e-a-btn-bg-accent); | |
| 6610 | - text-decoration: none; | |
| 6611 | - display: flex; | |
| 6612 | - align-items: center; | |
| 6613 | - gap: 4px; | |
| 6614 | - font-size: 14px; | |
| 6615 | - font-weight: 500; | |
| 6616 | -} | |
| 6617 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6618 | - margin: 0; | |
| 6619 | - font-size: 14px; | |
| 6620 | -} | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6622 | - display: none; | |
| 6623 | -} | |
| 6624 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6625 | - color: var(--e-a-color-txt-muted); | |
| 6626 | - margin-inline: 5px; | |
| 6627 | -} | |
| 6628 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6629 | - color: var(--e-a-color-info); | |
| 6630 | - text-decoration: underline; | |
| 6631 | -} | |
| 6632 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6633 | - text-decoration: none; | |
| 6634 | -} | |
| 6635 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6636 | - display: flex; | |
| 6637 | - align-items: center; | |
| 6638 | - gap: 6px; | |
| 6639 | - padding: 6px 12px; | |
| 6640 | - border: none; | |
| 6641 | - border-radius: 20px; | |
| 6642 | - font-size: 14px; | |
| 6643 | - font-weight: 500; | |
| 6644 | - cursor: pointer; | |
| 6645 | - transition: opacity 0.2s; | |
| 6646 | - margin-inline-start: auto; | |
| 6647 | -} | |
| 6648 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6649 | - opacity: 0.8; | |
| 6650 | -} | |
| 6651 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6652 | - margin: 0; | |
| 6653 | - font-size: 14px; | |
| 6654 | -} | |
| 6655 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6656 | - background-color: var(--e-a-bg-info); | |
| 6657 | - color: var(--e-a-color-info); | |
| 6658 | -} | |
| 6659 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6660 | - color: var(--e-a-color-info); | |
| 6661 | -} | |
| 6662 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6663 | - background-color: var(--e-a-bg-warning); | |
| 6664 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6667 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6668 | -} | |
| 6669 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6670 | - display: none; | |
| 6671 | - margin-inline-start: 8px; | |
| 6672 | - align-items: center; | |
| 6673 | - gap: 6px; | |
| 6674 | -} | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6676 | - display: inline-flex !important; | |
| 6677 | -} | |
| 6678 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6679 | - text-decoration: underline; | |
| 6680 | - cursor: pointer; | |
| 6681 | -} | |
| 6682 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6683 | - cursor: pointer; | |
| 6684 | - font-size: 14px; | |
| 6685 | -} | |
| 6686 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6687 | - inset-block-start: 75px; | |
| 6688 | - inset-inline-start: 230px; | |
| 6689 | -} | |
| 6690 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6691 | - display: none; | |
| 6692 | -} | |
| 6693 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6694 | - display: inline; | |
| 6695 | -} | |
| 6696 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6697 | - display: none; | |
| 6698 | -} | |
| 6699 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6700 | - border-color: var(--e-a-border-color); | |
| 6701 | -} | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6703 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6705 | - color: var(--e-a-color-txt-disabled); | |
| 6706 | -} | |
| 6707 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6708 | - background-color: var(--e-a-color-txt-disabled); | |
| 6709 | -} | |
| 6710 | -#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 { | |
| 6711 | - border-color: var(--e-a-border-color); | |
| 6712 | -} | |
| 6713 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6714 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6715 | -#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, | |
| 6716 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6717 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6718 | - color: var(--e-a-color-txt-disabled); | |
| 6719 | -} | |
| 6720 | -#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 { | |
| 6721 | - background-color: var(--e-a-color-txt-disabled); | |
| 6722 | -} | |
| 6723 | -#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 { | |
| 6724 | - display: inline-flex; | |
| 6725 | -} | |
| 6726 | -#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 { | |
| 6727 | - display: none; | |
| 6728 | -} | |
| 6729 | -#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 { | |
| 6730 | - display: block; | |
| 6731 | -} | |
| 6732 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6733 | -#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], | |
| 6734 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6735 | - pointer-events: none; | |
| 6736 | -} | |
| 6737 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6738 | - display: block; | |
| 6739 | - margin-block-start: 15px; | |
| 6740 | -} | |
| 6741 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6742 | - align-self: center; | |
| 6743 | - margin-block-start: 20px; | |
| 6744 | - float: none; | |
| 6745 | -} | |
| 6746 | 5370 | |
| 6747 | 5371 | #elementor-template-library-save-template-name { |
| 6748 | 5372 | width: 500px; |
| 6749 | 5373 | padding-inline-start: 25px; |
| @@ -6795,12 +5419,8 @@ | ||
| 6795 | 5419 | padding: 100px 0 0; |
| 6796 | 5420 | min-height: 550px; |
| 6797 | 5421 | } |
| 6798 | 5422 | |
| 6799 | -.elementor-template-library-cloud-empty__button { | |
| 6800 | - margin-block-start: 45px; | |
| 6801 | -} | |
| 6802 | - | |
| 6803 | 5423 | #elementor-template-library-connect-logo { |
| 6804 | 5424 | font-size: 20px; |
| 6805 | 5425 | } |
| 6806 | 5426 | #elementor-template-library-connect__button { |
| @@ -6837,11 +5457,11 @@ | ||
| 6837 | 5457 | } |
| 6838 | 5458 | |
| 6839 | 5459 | .elementor-template-library-blank-footer { |
| 6840 | 5460 | position: absolute; |
| 6841 | - inset-block-end: 70px; | |
| 6842 | - inset-inline-start: 50%; | |
| 6843 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5461 | + bottom: 70px; | |
| 5462 | + left: 50%; | |
| 5463 | + transform: translateX(-50%); | |
| 6844 | 5464 | font-style: italic; |
| 6845 | 5465 | color: var(--e-a-color-txt-muted); |
| 6846 | 5466 | } |
| 6847 | 5467 | @media (max-height: 700px) { |
| @@ -6873,287 +5493,50 @@ | ||
| 6873 | 5493 | #elementor-template-library-error-info { |
| 6874 | 5494 | margin-block-start: 10px; |
| 6875 | 5495 | } |
| 6876 | 5496 | |
| 6877 | -#elementor-library--infotip__dialog, | |
| 6878 | -#elementor-library--connect_infotip__dialog, | |
| 6879 | -#elementor-library--cloud-upgrade__dialog, | |
| 6880 | -#elementor-library--site-info__dialog { | |
| 6881 | - position: absolute; | |
| 6882 | - z-index: 10000; | |
| 6883 | - background-color: var(--e-a-bg-default); | |
| 6884 | - box-shadow: var(--e-a-popover-shadow); | |
| 6885 | - border-radius: var(--e-a-border-radius); | |
| 5497 | +@media (max-width: 1439px) { | |
| 5498 | + .elementor-template-library-local-column-1 { | |
| 5499 | + width: 33%; | |
| 5500 | + } | |
| 5501 | + .elementor-template-library-local-column-2 { | |
| 5502 | + width: 10%; | |
| 5503 | + } | |
| 5504 | + .elementor-template-library-local-column-3 { | |
| 5505 | + width: 15%; | |
| 5506 | + } | |
| 5507 | + .elementor-template-library-local-column-4 { | |
| 5508 | + width: 15%; | |
| 5509 | + } | |
| 5510 | + .elementor-template-library-local-column-5 { | |
| 5511 | + width: 27%; | |
| 5512 | + } | |
| 6886 | 5513 | } |
| 6887 | -#elementor-library--infotip__dialog.variant-b, | |
| 6888 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6889 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6890 | -#elementor-library--site-info__dialog.variant-b { | |
| 6891 | - width: 200px; | |
| 6892 | - color: var(--e-a-color-txt-invert); | |
| 6893 | - background-color: var(--e-a-bg-secondary); | |
| 5514 | +@media (min-width: 1440px) { | |
| 5515 | + .elementor-template-library-local-column-1 { | |
| 5516 | + width: 25%; | |
| 5517 | + } | |
| 5518 | + .elementor-template-library-local-column-2 { | |
| 5519 | + width: 17%; | |
| 5520 | + } | |
| 5521 | + .elementor-template-library-local-column-3 { | |
| 5522 | + width: 17%; | |
| 5523 | + } | |
| 5524 | + .elementor-template-library-local-column-4 { | |
| 5525 | + width: 17%; | |
| 5526 | + } | |
| 5527 | + .elementor-template-library-local-column-5 { | |
| 5528 | + width: 24%; | |
| 5529 | + } | |
| 6894 | 5530 | } |
| 6895 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6896 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6897 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6898 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6899 | - padding: 4px 8px 4px 8px; | |
| 5531 | +@media (max-width: 1024px) { | |
| 5532 | + .elementor-template-library-local-column-3 { | |
| 5533 | + display: none; | |
| 5534 | + } | |
| 5535 | + .elementor-template-library-local-column-5 { | |
| 5536 | + width: 41%; | |
| 5537 | + } | |
| 6900 | 5538 | } |
| 6901 | -#elementor-library--infotip__dialog__title, | |
| 6902 | -#elementor-library--connect_infotip__dialog__title, | |
| 6903 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6904 | -#elementor-library--site-info__dialog__title { | |
| 6905 | - font-size: 14px; | |
| 6906 | -} | |
| 6907 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6908 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6909 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6910 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6911 | - padding: 10px 0 10px 10px; | |
| 6912 | - float: inline-end; | |
| 6913 | -} | |
| 6914 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6915 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6916 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6917 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6918 | - padding: 7px 25px; | |
| 6919 | - font-size: 13px; | |
| 6920 | - background: none; | |
| 6921 | - color: var(--e-a-btn-bg-accent); | |
| 6922 | - border: none; | |
| 6923 | - font-weight: 500; | |
| 6924 | - cursor: pointer; | |
| 6925 | -} | |
| 6926 | -#elementor-library--infotip__dialog:after, | |
| 6927 | -#elementor-library--connect_infotip__dialog:after, | |
| 6928 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6929 | -#elementor-library--site-info__dialog:after { | |
| 6930 | - content: ""; | |
| 6931 | - position: absolute; | |
| 6932 | - inset-inline-end: 46%; | |
| 6933 | - transform: scaleX(0.7); | |
| 6934 | - border: 10px solid transparent; | |
| 6935 | -} | |
| 6936 | - | |
| 6937 | -#elementor-library--infotip__dialog { | |
| 6938 | - width: 265px; | |
| 6939 | -} | |
| 6940 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6941 | - padding: 20px 20px 0px 20px; | |
| 6942 | -} | |
| 6943 | -#elementor-library--infotip__dialog:after { | |
| 6944 | - inset-block-start: 100%; | |
| 6945 | - border-block-start-color: var(--e-a-bg-default); | |
| 6946 | -} | |
| 6947 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6948 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6949 | -} | |
| 6950 | - | |
| 6951 | -#elementor-library--connect_infotip__dialog { | |
| 6952 | - width: 265px; | |
| 6953 | -} | |
| 6954 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6955 | - padding: 20px; | |
| 6956 | -} | |
| 6957 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6958 | - inset-block-end: 100%; | |
| 6959 | - border-block-end-color: var(--e-a-bg-default); | |
| 6960 | -} | |
| 6961 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6962 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6963 | - inset-block-start: 100%; | |
| 6964 | -} | |
| 6965 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6966 | - width: 265px; | |
| 6967 | -} | |
| 6968 | - | |
| 6969 | -#elementor-library--cloud-upgrade__dialog { | |
| 6970 | - width: 265px; | |
| 6971 | -} | |
| 6972 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6973 | - inset-block-start: 100%; | |
| 6974 | - border-block-start-color: var(--e-a-bg-default); | |
| 6975 | -} | |
| 6976 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6977 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6978 | -} | |
| 6979 | - | |
| 6980 | -#elementor-library--site-info__dialog { | |
| 6981 | - width: 265px; | |
| 6982 | -} | |
| 6983 | -#elementor-library--site-info__dialog:after { | |
| 6984 | - inset-block-start: 100%; | |
| 6985 | - border-block-start-color: var(--e-a-bg-default); | |
| 6986 | -} | |
| 6987 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6988 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6989 | -} | |
| 6990 | - | |
| 6991 | -.elementor-global-styles-dialog { | |
| 6992 | - --gsd-color-text-primary: #0c0d0e; | |
| 6993 | - --gsd-color-text-secondary: #3f444b; | |
| 6994 | - --gsd-color-text-tertiary: #69727D; | |
| 6995 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6996 | - --gsd-color-primary-main: #f0abfc; | |
| 6997 | - --gsd-color-primary-hover: #e879f9; | |
| 6998 | - --gsd-color-secondary-main: #515962; | |
| 6999 | - --gsd-border-radius: 4px; | |
| 7000 | - --gsd-spacing-horizontal: 24px; | |
| 7001 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7002 | - padding: 16px 0 0; | |
| 7003 | - min-width: 444px; | |
| 7004 | -} | |
| 7005 | -.elementor-global-styles-dialog__header { | |
| 7006 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7007 | - margin-block-end: 16px; | |
| 7008 | -} | |
| 7009 | -.elementor-global-styles-dialog__header h2 { | |
| 7010 | - margin: 0 0 4px; | |
| 7011 | - font-family: var(--gsd-font-family); | |
| 7012 | - font-size: 16px; | |
| 7013 | - font-weight: 500; | |
| 7014 | - line-height: 1.3; | |
| 7015 | - color: var(--gsd-color-text-primary); | |
| 7016 | - letter-spacing: 0.15px; | |
| 7017 | -} | |
| 7018 | -.elementor-global-styles-dialog__header p { | |
| 7019 | - margin: 0; | |
| 7020 | - font-family: var(--gsd-font-family); | |
| 7021 | - font-size: 14px; | |
| 7022 | - font-weight: 400; | |
| 7023 | - line-height: 20px; | |
| 7024 | - color: var(--gsd-color-text-secondary); | |
| 7025 | - letter-spacing: 0.15px; | |
| 7026 | -} | |
| 7027 | -.elementor-global-styles-dialog__options { | |
| 7028 | - display: flex; | |
| 7029 | - flex-direction: column; | |
| 7030 | - gap: 12px; | |
| 7031 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7032 | -} | |
| 7033 | -.elementor-global-styles-dialog__radio-card { | |
| 7034 | - display: flex; | |
| 7035 | - gap: 0; | |
| 7036 | - padding: 12px 8px; | |
| 7037 | - border: 1px solid var(--gsd-color-divider); | |
| 7038 | - border-radius: var(--gsd-border-radius); | |
| 7039 | - cursor: pointer; | |
| 7040 | - transition: border-color 0.2s ease; | |
| 7041 | -} | |
| 7042 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7043 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7044 | - padding: 11px 7px; | |
| 7045 | -} | |
| 7046 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7047 | - flex-shrink: 0; | |
| 7048 | - width: 20px; | |
| 7049 | - height: 20px; | |
| 7050 | - margin: 9px; | |
| 7051 | - cursor: pointer; | |
| 7052 | - color: var(--gsd-color-text-tertiary); | |
| 7053 | - accent-color: var(--gsd-color-text-primary); | |
| 7054 | -} | |
| 7055 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7056 | - display: flex; | |
| 7057 | - align-items: flex-start; | |
| 7058 | - flex-direction: column; | |
| 7059 | - flex: 1; | |
| 7060 | -} | |
| 7061 | -.elementor-global-styles-dialog__radio-label { | |
| 7062 | - font-family: var(--gsd-font-family); | |
| 7063 | - font-size: 14px; | |
| 7064 | - font-weight: 500; | |
| 7065 | - line-height: 18px; | |
| 7066 | - color: var(--gsd-color-text-primary); | |
| 7067 | - letter-spacing: 0.15px; | |
| 7068 | -} | |
| 7069 | -.elementor-global-styles-dialog__radio-description { | |
| 7070 | - font-family: var(--gsd-font-family); | |
| 7071 | - font-size: 12px; | |
| 7072 | - font-weight: 400; | |
| 7073 | - line-height: 20px; | |
| 7074 | - color: var(--gsd-color-text-secondary); | |
| 7075 | - letter-spacing: 0.4px; | |
| 7076 | -} | |
| 7077 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7078 | - display: flex; | |
| 7079 | - align-items: flex-start; | |
| 7080 | - gap: 4px; | |
| 7081 | - padding: 0; | |
| 7082 | - margin-block-start: 0; | |
| 7083 | -} | |
| 7084 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7085 | - display: flex; | |
| 7086 | - align-items: flex-start; | |
| 7087 | - gap: 4px; | |
| 7088 | - cursor: pointer; | |
| 7089 | -} | |
| 7090 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7091 | - width: 18px; | |
| 7092 | - height: 18px; | |
| 7093 | - margin: 4px; | |
| 7094 | - cursor: pointer; | |
| 7095 | -} | |
| 7096 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7097 | - background-color: var(--gsd-color-text-tertiary); | |
| 7098 | -} | |
| 7099 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7100 | - font-family: var(--gsd-font-family); | |
| 7101 | - font-size: 12px; | |
| 7102 | - font-weight: 400; | |
| 7103 | - line-height: 1.43; | |
| 7104 | - color: var(--gsd-color-text-primary); | |
| 7105 | - letter-spacing: 0.15px; | |
| 7106 | - padding-block-start: 4px; | |
| 7107 | - margin-inline-start: 4px; | |
| 7108 | -} | |
| 7109 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7110 | - color: #2563eb; | |
| 7111 | - text-decoration: underline; | |
| 7112 | -} | |
| 7113 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7114 | - color: #2563eb; | |
| 7115 | -} | |
| 7116 | -.elementor-global-styles-dialog__footer { | |
| 7117 | - display: flex; | |
| 7118 | - justify-content: flex-end; | |
| 7119 | - align-items: center; | |
| 7120 | - gap: 8px; | |
| 7121 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7122 | -} | |
| 7123 | -.elementor-global-styles-dialog__button-cancel { | |
| 7124 | - padding: 6px 8px; | |
| 7125 | - font-family: var(--gsd-font-family); | |
| 7126 | - font-size: 15px; | |
| 7127 | - font-weight: 500; | |
| 7128 | - line-height: 24px; | |
| 7129 | - letter-spacing: 0.4px; | |
| 7130 | - color: var(--gsd-color-secondary-main); | |
| 7131 | - background: transparent; | |
| 7132 | - border: none; | |
| 7133 | - border-radius: var(--gsd-border-radius); | |
| 7134 | - cursor: pointer; | |
| 7135 | -} | |
| 7136 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7137 | - background: rgba(0, 0, 0, 0.04); | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__button-insert { | |
| 7140 | - padding: 6px 16px; | |
| 7141 | - font-family: var(--gsd-font-family); | |
| 7142 | - font-size: 15px; | |
| 7143 | - font-weight: 500; | |
| 7144 | - line-height: 24px; | |
| 7145 | - letter-spacing: 0.4px; | |
| 7146 | - color: var(--gsd-color-text-primary); | |
| 7147 | - background: var(--gsd-color-primary-main); | |
| 7148 | - border: none; | |
| 7149 | - border-radius: var(--gsd-border-radius); | |
| 7150 | - cursor: pointer; | |
| 7151 | -} | |
| 7152 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7153 | - background: var(--gsd-color-primary-hover); | |
| 7154 | -} | |
| 7155 | - | |
| 7156 | 5539 | .elementor-tags-list { |
| 7157 | 5540 | display: none; |
| 7158 | 5541 | position: absolute; |
| 7159 | 5542 | width: 260px; |
| @@ -7243,10 +5626,10 @@ | ||
| 7243 | 5626 | } |
| 7244 | 5627 | .elementor-tag-settings-popup:before { |
| 7245 | 5628 | content: ""; |
| 7246 | 5629 | position: absolute; |
| 7247 | - inset-block-start: -20px; | |
| 7248 | - inset-inline-start: 5px; | |
| 5630 | + top: -20px; | |
| 5631 | + right: 5px; | |
| 7249 | 5632 | border: 10px solid transparent; |
| 7250 | 5633 | border-block-end-color: var(--e-a-border-color); |
| 7251 | 5634 | } |
| 7252 | 5635 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7337,14 +5720,8 @@ | ||
| 7337 | 5720 | cursor: default; |
| 7338 | 5721 | opacity: 0.5; |
| 7339 | 5722 | color: var(--e-a-color-disabled); |
| 7340 | 5723 | } |
| 7341 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7342 | - opacity: 1; | |
| 7343 | -} | |
| 7344 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7345 | - opacity: 0.5; | |
| 7346 | -} | |
| 7347 | 5724 | .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 { |
| 7348 | 5725 | background-color: var(--e-a-bg-hover); |
| 7349 | 5726 | color: var(--e-a-color-hover); |
| 7350 | 5727 | } |
| @@ -7366,27 +5743,8 @@ | ||
| 7366 | 5743 | inset: 0; |
| 7367 | 5744 | z-index: 2; |
| 7368 | 5745 | cursor: pointer; |
| 7369 | 5746 | } |
| 7370 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7371 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7372 | - padding: 2px 8px; | |
| 7373 | - color: var(--e-a-color-primary-bold); | |
| 7374 | - border-radius: 10px; | |
| 7375 | - font-size: 10px; | |
| 7376 | -} | |
| 7377 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7378 | - display: flex; | |
| 7379 | - align-items: center; | |
| 7380 | - justify-content: center; | |
| 7381 | - width: 24px; | |
| 7382 | - height: 24px; | |
| 7383 | - border-radius: 50%; | |
| 7384 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7385 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7386 | - font-size: 16px; | |
| 7387 | - cursor: pointer; | |
| 7388 | -} | |
| 7389 | 5747 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7390 | 5748 | font-size: 14px; |
| 7391 | 5749 | font-style: normal; |
| 7392 | 5750 | font-weight: 400; |
| @@ -7471,9 +5829,9 @@ | ||
| 7471 | 5829 | } |
| 7472 | 5830 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7473 | 5831 | content: "+"; |
| 7474 | 5832 | position: absolute; |
| 7475 | - inset-inline-end: 0; | |
| 5833 | + left: 0; | |
| 7476 | 5834 | width: 9px; |
| 7477 | 5835 | text-align: center; |
| 7478 | 5836 | margin-inline-end: -18px; |
| 7479 | 5837 | } |
| @@ -7552,12 +5910,12 @@ | ||
| 7552 | 5910 | } |
| 7553 | 5911 | |
| 7554 | 5912 | #elementor-navigator { |
| 7555 | 5913 | position: fixed; |
| 7556 | - inset-block-start: 100px; | |
| 7557 | - inset-inline-end: 30px; | |
| 5914 | + top: 100px; | |
| 7558 | 5915 | width: var(--e-editor-navigator-width); |
| 7559 | 5916 | height: 50vh; |
| 5917 | + left: 30px; | |
| 7560 | 5918 | background-color: var(--e-a-bg-default); |
| 7561 | 5919 | border: var(--e-a-border); |
| 7562 | 5920 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7563 | 5921 | -webkit-user-select: none; |
| @@ -7686,9 +6044,9 @@ | ||
| 7686 | 6044 | .elementor-navigator__item[data-locked=true] { |
| 7687 | 6045 | cursor: not-allowed; |
| 7688 | 6046 | } |
| 7689 | 6047 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7690 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 6048 | + transform: rotate(90deg); | |
| 7691 | 6049 | } |
| 7692 | 6050 | .elementor-navigator__item > * { |
| 7693 | 6051 | display: flex; |
| 7694 | 6052 | align-items: center; |
| @@ -7773,9 +6131,9 @@ | ||
| 7773 | 6131 | overflow: hidden; |
| 7774 | 6132 | } |
| 7775 | 6133 | .elementor-navigator__element__toggle { |
| 7776 | 6134 | position: absolute; |
| 7777 | - inset-inline-end: 15px; | |
| 6135 | + left: 15px; | |
| 7778 | 6136 | height: 100%; |
| 7779 | 6137 | z-index: 0; |
| 7780 | 6138 | font-size: 13px; |
| 7781 | 6139 | } |
| @@ -7784,9 +6142,9 @@ | ||
| 7784 | 6142 | transition: transform 0.5s; |
| 7785 | 6143 | z-index: 91; |
| 7786 | 6144 | } |
| 7787 | 6145 | .elementor-navigator__element__indicators:not(:hover) { |
| 7788 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 6146 | + transform: translateX(calc(-100% + var(--e-editor-navigator-indicator-width))); | |
| 7789 | 6147 | } |
| 7790 | 6148 | .elementor-navigator__element__indicator { |
| 7791 | 6149 | height: 100%; |
| 7792 | 6150 | width: 31px; |
| @@ -7813,9 +6171,9 @@ | ||
| 7813 | 6171 | |
| 7814 | 6172 | .e-notice-bar { |
| 7815 | 6173 | position: absolute; |
| 7816 | 6174 | width: 100%; |
| 7817 | - inset-block-end: 0; | |
| 6175 | + bottom: 0; | |
| 7818 | 6176 | display: flex; |
| 7819 | 6177 | align-items: center; |
| 7820 | 6178 | height: 40px; |
| 7821 | 6179 | color: #fff; |
| @@ -7941,11 +6299,11 @@ | ||
| 7941 | 6299 | background-color: transparent; |
| 7942 | 6300 | } |
| 7943 | 6301 | #elementor-icons-manager__search i { |
| 7944 | 6302 | position: absolute; |
| 7945 | - inset-block-start: 50%; | |
| 7946 | - inset-inline-end: 15px; | |
| 6303 | + top: 50%; | |
| 7947 | 6304 | transform: translateY(-50%); |
| 6305 | + left: 15px; | |
| 7948 | 6306 | } |
| 7949 | 6307 | #elementor-icons-manager__tab__wrapper { |
| 7950 | 6308 | overflow: auto; |
| 7951 | 6309 | margin: 25px -15px 0; |
| @@ -8034,10 +6392,10 @@ | ||
| 8034 | 6392 | content: ""; |
| 8035 | 6393 | position: absolute; |
| 8036 | 6394 | height: 100%; |
| 8037 | 6395 | width: 3px; |
| 8038 | - inset-block-start: 0; | |
| 8039 | - inset-inline-start: 0; | |
| 6396 | + top: 0; | |
| 6397 | + right: 0; | |
| 8040 | 6398 | background-color: var(--e-a-border-color-accent); |
| 8041 | 6399 | } |
| 8042 | 6400 | .elementor-icons-manager__tab__item { |
| 8043 | 6401 | position: relative; |
| @@ -8062,11 +6420,11 @@ | ||
| 8062 | 6420 | flex-direction: column; |
| 8063 | 6421 | align-items: center; |
| 8064 | 6422 | width: 100%; |
| 8065 | 6423 | position: absolute; |
| 8066 | - inset-block-start: 50%; | |
| 8067 | - inset-inline-start: 50%; | |
| 8068 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6424 | + top: 50%; | |
| 6425 | + left: 50%; | |
| 6426 | + transform: translate(-50%, -50%); | |
| 8069 | 6427 | padding: 1px; |
| 8070 | 6428 | } |
| 8071 | 6429 | .elementor-icons-manager__tab__item__icon { |
| 8072 | 6430 | font-size: 25px; |
| @@ -8110,12 +6468,11 @@ | ||
| 8110 | 6468 | } |
| 8111 | 6469 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8112 | 6470 | height: 12px; |
| 8113 | 6471 | width: 12px; |
| 8114 | - position: absolute; | |
| 8115 | - inset-block-start: 50%; | |
| 8116 | - inset-inline-start: 50%; | |
| 8117 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6472 | + top: 50%; | |
| 6473 | + left: 50%; | |
| 6474 | + transform: translate(-50%, -50%); | |
| 8118 | 6475 | } |
| 8119 | 6476 | |
| 8120 | 6477 | .pcr-app { |
| 8121 | 6478 | background-color: var(--e-a-bg-default); |
| @@ -8255,9 +6612,9 @@ | ||
| 8255 | 6612 | } |
| 8256 | 6613 | |
| 8257 | 6614 | .select2-selection__arrow { |
| 8258 | 6615 | height: 27px; |
| 8259 | - inset-block-start: 0; | |
| 6616 | + top: 0; | |
| 8260 | 6617 | } |
| 8261 | 6618 | |
| 8262 | 6619 | .select2-results__option[aria-selected=true] { |
| 8263 | 6620 | background-color: var(--e-a-bg-active); |
| @@ -8316,10 +6673,11 @@ | ||
| 8316 | 6673 | padding: 0; |
| 8317 | 6674 | margin: 0; |
| 8318 | 6675 | height: 100px; |
| 8319 | 6676 | position: absolute; |
| 8320 | - inset-block-start: -60px; | |
| 8321 | - inset-inline: 0; | |
| 6677 | + top: -60px; | |
| 6678 | + left: 0; | |
| 6679 | + right: 0; | |
| 8322 | 6680 | } |
| 8323 | 6681 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8324 | 6682 | border-color: transparent; |
| 8325 | 6683 | outline: none; |
| @@ -8346,22 +6704,20 @@ | ||
| 8346 | 6704 | } |
| 8347 | 6705 | |
| 8348 | 6706 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8349 | 6707 | transition: 0.3s all; |
| 6708 | + --is-ltr: 1; | |
| 6709 | + --is-rtl: 0; | |
| 6710 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 6711 | + --is-ltr: 0; | |
| 6712 | + --is-rtl: 1; | |
| 8350 | 6713 | } |
| 8351 | 6714 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8352 | 6715 | max-height: 1em; |
| 8353 | 6716 | max-width: 1em; |
| 8354 | 6717 | } |
| 8355 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8356 | - --is-ltr: 0; | |
| 8357 | - --is-rtl: 1; | |
| 8358 | -} | |
| 8359 | 6718 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8360 | 6719 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8361 | -} | |
| 8362 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8363 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8364 | 6720 | } |
| 8365 | 6721 | :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) { |
| 8366 | 6722 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8367 | 6723 | } |