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