| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.24.0 - 04-09-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 | + right: 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: "\e89f"; | |
| 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: "\e89e"; | |
| 85 | 86 | } |
| 86 | 87 | body.elementor-navigator--dock-hint:after { |
| 87 | 88 | width: 30px; |
| 88 | 89 | } |
| @@ -99,9 +100,12 @@ | ||
| 99 | 100 | } |
| 100 | 101 | |
| 101 | 102 | #elementor-loading { |
| 102 | 103 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | + top: 0; | |
| 105 | + left: 0; | |
| 106 | + bottom: 0; | |
| 107 | + right: 0; | |
| 104 | 108 | background: var(--e-a-bg-default); |
| 105 | 109 | z-index: 9999; |
| 106 | 110 | } |
| 107 | 111 | |
| @@ -109,9 +113,12 @@ | ||
| 109 | 113 | display: flex; |
| 110 | 114 | align-items: center; |
| 111 | 115 | justify-content: center; |
| 112 | 116 | position: absolute; |
| 113 | - inset: 0; | |
| 117 | + top: 0; | |
| 118 | + left: 0; | |
| 119 | + width: 100%; | |
| 120 | + height: 100%; | |
| 114 | 121 | background-color: var(--e-a-bg-default); |
| 115 | 122 | } |
| 116 | 123 | #elementor-preview-loading i { |
| 117 | 124 | color: var(--e-a-color-txt-disabled); |
| @@ -194,12 +201,11 @@ | ||
| 194 | 201 | color: var(--e-a-color-txt-disabled); |
| 195 | 202 | } |
| 196 | 203 | .e-control-tool i { |
| 197 | 204 | position: absolute; |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 205 | + top: 50%; | |
| 206 | + left: 50%; | |
| 207 | + transform: translateX(-50%) translateY(-50%); | |
| 202 | 208 | color: var(--e-a-color-txt-default); |
| 203 | 209 | font-size: 13px; |
| 204 | 210 | } |
| 205 | 211 | |
| @@ -208,11 +214,11 @@ | ||
| 208 | 214 | } |
| 209 | 215 | |
| 210 | 216 | .elementor-loader-wrapper { |
| 211 | 217 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 218 | + top: 50%; | |
| 219 | + left: 50%; | |
| 220 | + transform: translate(-50%, -50%); | |
| 215 | 221 | width: 300px; |
| 216 | 222 | display: flex; |
| 217 | 223 | flex-direction: column; |
| 218 | 224 | align-items: center; |
| @@ -608,13 +614,8 @@ | ||
| 608 | 614 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 609 | 615 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 610 | 616 | background-color: var(--e-a-btn-bg-danger); |
| 611 | 617 | } |
| 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 | 618 | .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 | 619 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 619 | 620 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 620 | 621 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -630,20 +631,8 @@ | ||
| 630 | 631 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 631 | 632 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 632 | 633 | color: initial; |
| 633 | 634 | } |
| 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 | 635 | /* |
| 647 | 636 | * Container style |
| 648 | 637 | */ |
| 649 | 638 | .ps { |
| @@ -785,70 +774,46 @@ | ||
| 785 | 774 | --e-editor-panel-width: 300px; |
| 786 | 775 | } |
| 787 | 776 | } |
| 788 | 777 | |
| 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 { | |
| 778 | +.elementor-panel { | |
| 779 | + position: relative; | |
| 780 | + height: 100%; | |
| 781 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 782 | + width: var(--e-editor-panel-width); | |
| 783 | + overflow: visible; | |
| 784 | + background-color: var(--e-a-bg-default); | |
| 785 | + z-index: 1; | |
| 786 | + font-family: var(--e-a-font-family); | |
| 787 | + font-size: 13px; | |
| 788 | + left: 0; | |
| 789 | +} | |
| 790 | +.elementor-panel h1, | |
| 791 | +.elementor-panel h2, | |
| 792 | +.elementor-panel h3, | |
| 793 | +.elementor-panel h4, | |
| 794 | +.elementor-panel h5, | |
| 795 | +.elementor-panel h6 { | |
| 813 | 796 | font-size: 100%; |
| 814 | 797 | font-weight: normal; |
| 815 | 798 | } |
| 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 { | |
| 799 | +.elementor-panel abbr, | |
| 800 | +.elementor-panel acronym { | |
| 824 | 801 | border: 0; |
| 825 | 802 | font-variant: normal; |
| 826 | 803 | } |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 804 | +.elementor-panel sup { | |
| 831 | 805 | vertical-align: text-top; |
| 832 | 806 | } |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 807 | +.elementor-panel sub { | |
| 837 | 808 | vertical-align: text-bottom; |
| 838 | 809 | } |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 810 | +.elementor-panel img { | |
| 843 | 811 | max-width: 100%; |
| 844 | 812 | height: auto; |
| 845 | 813 | border: 0; |
| 846 | 814 | } |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 815 | +.elementor-panel :focus { | |
| 851 | 816 | outline: 0; |
| 852 | 817 | } |
| 853 | 818 | .elementor-panel .elementor-panel-box-content { |
| 854 | 819 | padding: 20px 20px 10px; |
| @@ -900,9 +865,10 @@ | ||
| 900 | 865 | display: none; |
| 901 | 866 | position: absolute; |
| 902 | 867 | box-shadow: var(--e-a-popover-shadow); |
| 903 | 868 | border-radius: var(--e-a-border-radius); |
| 904 | - inset-inline: 0; | |
| 869 | + left: 0; | |
| 870 | + right: 0; | |
| 905 | 871 | margin: -4px auto 5px; |
| 906 | 872 | padding-block-start: 15px; |
| 907 | 873 | width: 90%; |
| 908 | 874 | z-index: 10000; |
| @@ -910,10 +876,10 @@ | ||
| 910 | 876 | } |
| 911 | 877 | .elementor-panel .elementor-controls-popover:before { |
| 912 | 878 | content: ""; |
| 913 | 879 | position: absolute; |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 880 | + top: -16px; | |
| 881 | + right: 22px; | |
| 916 | 882 | border: 8px solid transparent; |
| 917 | 883 | border-block-end-color: var(--e-a-bg-default); |
| 918 | 884 | } |
| 919 | 885 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| @@ -924,20 +890,8 @@ | ||
| 924 | 890 | } |
| 925 | 891 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 926 | 892 | margin-block-start: 20px; |
| 927 | 893 | } |
| 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 | 894 | .elementor-editor-preview .elementor-panel { |
| 941 | 895 | --e-is-preview-mode: 1; |
| 942 | 896 | } |
| 943 | 897 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -1017,11 +971,8 @@ | ||
| 1017 | 971 | } |
| 1018 | 972 | .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { |
| 1019 | 973 | border: none; |
| 1020 | 974 | } |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 1023 | -} | |
| 1024 | 975 | .elementor-panel .elementor-panel-category-items { |
| 1025 | 976 | padding-block-end: 20px; |
| 1026 | 977 | } |
| 1027 | 978 | .elementor-panel .elementor-panel-category-items-empty { |
| @@ -1193,12 +1144,12 @@ | ||
| 1193 | 1144 | content: ""; |
| 1194 | 1145 | position: absolute; |
| 1195 | 1146 | height: 13px; |
| 1196 | 1147 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1148 | + top: 3px; | |
| 1149 | + bottom: 0; | |
| 1150 | + left: 8px; | |
| 1151 | + right: 0; | |
| 1201 | 1152 | border-radius: 50%; |
| 1202 | 1153 | z-index: -1; |
| 1203 | 1154 | } |
| 1204 | 1155 | .elementor-panel #elementor-panel-footer { |
| @@ -1289,10 +1240,10 @@ | ||
| 1289 | 1240 | border-inline-end: 1px solid #3f444b; |
| 1290 | 1241 | } |
| 1291 | 1242 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 1243 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1244 | + bottom: 100%; | |
| 1245 | + left: 0; | |
| 1295 | 1246 | width: 100%; |
| 1296 | 1247 | background-color: #1f2124; |
| 1297 | 1248 | padding: 10px; |
| 1298 | 1249 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1344,9 +1295,12 @@ | ||
| 1344 | 1295 | display: none; |
| 1345 | 1296 | } |
| 1346 | 1297 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1347 | 1298 | position: absolute; |
| 1348 | - inset: 0; | |
| 1299 | + top: 0; | |
| 1300 | + left: 0; | |
| 1301 | + height: 100%; | |
| 1302 | + width: 100%; | |
| 1349 | 1303 | display: flex; |
| 1350 | 1304 | align-items: center; |
| 1351 | 1305 | justify-content: center; |
| 1352 | 1306 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1359,17 +1313,13 @@ | ||
| 1359 | 1313 | |
| 1360 | 1314 | #elementor-panel-elements-search-area { |
| 1361 | 1315 | background-color: var(--e-a-bg-default); |
| 1362 | 1316 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1317 | + top: 0; | |
| 1364 | 1318 | padding: 15px; |
| 1365 | 1319 | z-index: 1; |
| 1366 | 1320 | } |
| 1367 | 1321 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1322 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1323 | position: relative; |
| 1374 | 1324 | } |
| 1375 | 1325 | |
| @@ -1386,12 +1336,12 @@ | ||
| 1386 | 1336 | appearance: none; |
| 1387 | 1337 | } |
| 1388 | 1338 | #elementor-panel-elements-search-input + i { |
| 1389 | 1339 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1340 | + left: 10px; | |
| 1341 | + top: 50%; | |
| 1342 | + color: var(--e-a-color-txt-disabled); | |
| 1392 | 1343 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1344 | } |
| 1395 | 1345 | #elementor-panel-elements-search-input:focus { |
| 1396 | 1346 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1347 | padding-inline-end: 15px; |
| @@ -1396,20 +1346,8 @@ | ||
| 1396 | 1346 | border-color: var(--e-a-border-color-focus); |
| 1397 | 1347 | padding-inline-end: 15px; |
| 1398 | 1348 | } |
| 1399 | 1349 | |
| 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 | 1350 | .elementor-panel .elementor-element { |
| 1413 | 1351 | font-family: var(--e-a-font-family); |
| 1414 | 1352 | color: var(--e-a-color-txt); |
| 1415 | 1353 | line-height: 1; |
| @@ -1427,14 +1365,8 @@ | ||
| 1427 | 1365 | -webkit-user-select: none; |
| 1428 | 1366 | -moz-user-select: none; |
| 1429 | 1367 | user-select: none; |
| 1430 | 1368 | } |
| 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 | 1369 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1438 | 1370 | background-color: var(--e-a-bg-hover); |
| 1439 | 1371 | border-color: var(--e-a-border-color-bold); |
| 1440 | 1372 | } |
| @@ -1440,11 +1372,8 @@ | ||
| 1440 | 1372 | } |
| 1441 | 1373 | .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { |
| 1442 | 1374 | color: var(--e-a-color-accent); |
| 1443 | 1375 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1376 | .elementor-panel .elementor-element .icon { |
| 1448 | 1377 | font-size: 28px; |
| 1449 | 1378 | padding-block-start: 15px; |
| 1450 | 1379 | } |
| @@ -1456,12 +1385,12 @@ | ||
| 1456 | 1385 | } |
| 1457 | 1386 | .elementor-panel .elementor-element .title { |
| 1458 | 1387 | font-size: 12px; |
| 1459 | 1388 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1389 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1390 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1391 | + top: 5px; | |
| 1392 | + right: 5px; | |
| 1464 | 1393 | color: var(--e-a-color-txt-disabled); |
| 1465 | 1394 | } |
| 1466 | 1395 | .elementor-panel .elementor-element:active { |
| 1467 | 1396 | background-color: var(--e-a-bg-hover); |
| @@ -1479,10 +1408,10 @@ | ||
| 1479 | 1408 | } |
| 1480 | 1409 | #elementor-element--promotion__dialog:after { |
| 1481 | 1410 | content: ""; |
| 1482 | 1411 | position: absolute; |
| 1483 | - inset-block-start: 15px; | |
| 1484 | - inset-inline-end: 100%; | |
| 1412 | + top: 15px; | |
| 1413 | + right: 100%; | |
| 1485 | 1414 | transform: scaleY(0.7); |
| 1486 | 1415 | border: 10px solid transparent; |
| 1487 | 1416 | border-inline-end-color: var(--e-a-bg-default); |
| 1488 | 1417 | } |
| @@ -1529,10 +1458,10 @@ | ||
| 1529 | 1458 | } |
| 1530 | 1459 | .dialog-tooltip-widget:after { |
| 1531 | 1460 | content: ""; |
| 1532 | 1461 | position: absolute; |
| 1533 | - inset-block-start: 15px; | |
| 1534 | - inset-inline-end: 100%; | |
| 1462 | + top: 15px; | |
| 1463 | + right: 100%; | |
| 1535 | 1464 | transform: scaleY(0.7); |
| 1536 | 1465 | border: 10px solid transparent; |
| 1537 | 1466 | border-inline-end-color: var(--e-a-bg-default); |
| 1538 | 1467 | } |
| @@ -1571,52 +1500,8 @@ | ||
| 1571 | 1500 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1572 | 1501 | border: 0; |
| 1573 | 1502 | } |
| 1574 | 1503 | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | 1504 | #elementor-panel-inner { |
| 1620 | 1505 | position: relative; |
| 1621 | 1506 | height: 100%; |
| 1622 | 1507 | display: flex; |
| @@ -1644,9 +1529,9 @@ | ||
| 1644 | 1529 | } |
| 1645 | 1530 | |
| 1646 | 1531 | #elementor-panel-get-pro-elements-sticky { |
| 1647 | 1532 | position: sticky; |
| 1648 | - inset-block-end: 0; | |
| 1533 | + bottom: 0; | |
| 1649 | 1534 | font-size: 14px; |
| 1650 | 1535 | font-weight: 400; |
| 1651 | 1536 | line-height: 1.6; |
| 1652 | 1537 | margin-block-end: -10px; |
| @@ -1651,9 +1536,9 @@ | ||
| 1651 | 1536 | line-height: 1.6; |
| 1652 | 1537 | margin-block-end: -10px; |
| 1653 | 1538 | } |
| 1654 | 1539 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1655 | - margin-block-start: -14px; | |
| 1540 | + margin-top: -14px; | |
| 1656 | 1541 | min-height: 40px; |
| 1657 | 1542 | display: block; |
| 1658 | 1543 | padding: 9px min(35px, 5%); |
| 1659 | 1544 | gap: 10px; |
| @@ -1668,9 +1553,9 @@ | ||
| 1668 | 1553 | font-weight: 500; |
| 1669 | 1554 | color: var(--e-a-btn-bg-accent); |
| 1670 | 1555 | } |
| 1671 | 1556 | #elementor-panel-get-pro-elements-sticky img { |
| 1672 | - margin-inline-start: 17px; | |
| 1557 | + margin-left: 17px; | |
| 1673 | 1558 | } |
| 1674 | 1559 | |
| 1675 | 1560 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1676 | 1561 | width: 90%; |
| @@ -1697,10 +1582,10 @@ | ||
| 1697 | 1582 | background: var(--e-a-color-primary); |
| 1698 | 1583 | border-radius: 50%; |
| 1699 | 1584 | width: 8px; |
| 1700 | 1585 | height: 8px; |
| 1701 | - inset-block-start: 5px; | |
| 1702 | - inset-inline-end: 5px; | |
| 1586 | + top: 5px; | |
| 1587 | + right: 5px; | |
| 1703 | 1588 | } |
| 1704 | 1589 | |
| 1705 | 1590 | .media-modal.wp-core-ui { |
| 1706 | 1591 | color-scheme: light; |
| @@ -1748,9 +1633,8 @@ | ||
| 1748 | 1633 | .elementor-control.elementor-control-type-divider { |
| 1749 | 1634 | padding: 0; |
| 1750 | 1635 | } |
| 1751 | 1636 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1752 | - margin-inline: 20px; | |
| 1753 | 1637 | border-width: 0; |
| 1754 | 1638 | border-block-start: var(--e-a-border); |
| 1755 | 1639 | background-color: var(--e-a-bg-default); |
| 1756 | 1640 | height: 15px; |
| @@ -1760,20 +1644,21 @@ | ||
| 1760 | 1644 | } |
| 1761 | 1645 | .elementor-control.elementor-control-separator-before:before { |
| 1762 | 1646 | content: ""; |
| 1763 | 1647 | position: absolute; |
| 1764 | - inset: 0 20px auto; | |
| 1765 | 1648 | height: 1px; |
| 1649 | + width: calc(100% - 40px); | |
| 1650 | + top: 0; | |
| 1651 | + left: 20px; | |
| 1766 | 1652 | background-color: var(--e-a-border-color); |
| 1767 | 1653 | } |
| 1768 | -.elementor-control.elementor-control-separator-after { | |
| 1769 | - padding-block-end: 15px; | |
| 1770 | -} | |
| 1771 | 1654 | .elementor-control.elementor-control-separator-after:after { |
| 1772 | 1655 | content: ""; |
| 1773 | 1656 | position: absolute; |
| 1774 | - inset: auto 20px 0; | |
| 1775 | 1657 | height: 1px; |
| 1658 | + width: calc(100% - 40px); | |
| 1659 | + bottom: 0; | |
| 1660 | + left: 20px; | |
| 1776 | 1661 | background-color: var(--e-a-border-color); |
| 1777 | 1662 | } |
| 1778 | 1663 | .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { |
| 1779 | 1664 | padding-block-start: 15px; |
| @@ -1814,36 +1699,23 @@ | ||
| 1814 | 1699 | } |
| 1815 | 1700 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1816 | 1701 | display: none; |
| 1817 | 1702 | } |
| 1818 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1819 | - padding: 4px; | |
| 1820 | -} | |
| 1821 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1822 | - aspect-ratio: 4/1; | |
| 1823 | - -o-object-fit: cover; | |
| 1824 | - object-fit: cover; | |
| 1825 | - -o-object-position: center; | |
| 1826 | - object-position: center; | |
| 1827 | -} | |
| 1828 | -.elementor-control-shape_divider_bottom img { | |
| 1829 | - rotate: X 180deg; | |
| 1830 | -} | |
| 1831 | 1703 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1832 | 1704 | margin-block-start: 5px; |
| 1833 | 1705 | } |
| 1834 | 1706 | |
| 1835 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1836 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1837 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1838 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1839 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1840 | - transform: rotate(90deg); | |
| 1707 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1708 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1709 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1710 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1711 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1712 | + content: "\e92a"; | |
| 1841 | 1713 | } |
| 1842 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1843 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1844 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1845 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1714 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1715 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1716 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1717 | + content: "\e90a"; | |
| 1846 | 1718 | } |
| 1847 | 1719 | |
| 1848 | 1720 | .elementor-panel-heading { |
| 1849 | 1721 | display: flex; |
| @@ -1867,17 +1739,8 @@ | ||
| 1867 | 1739 | } |
| 1868 | 1740 | .elementor-panel-heading-title { |
| 1869 | 1741 | font-weight: bold; |
| 1870 | 1742 | } |
| 1871 | -.elementor-panel-heading-category-chip { | |
| 1872 | - margin-inline-start: auto; | |
| 1873 | - background-color: var(--e-a-bg-chip); | |
| 1874 | - border-radius: 100px; | |
| 1875 | - padding: 5px 8px; | |
| 1876 | -} | |
| 1877 | -.elementor-panel-heading-category-chip i { | |
| 1878 | - margin-inline-start: 4px; | |
| 1879 | -} | |
| 1880 | 1743 | .elementor-panel-heading-promotion { |
| 1881 | 1744 | margin-inline-start: auto; |
| 1882 | 1745 | } |
| 1883 | 1746 | .elementor-panel-heading-promotion a { |
| @@ -1896,11 +1759,9 @@ | ||
| 1896 | 1759 | .elementor-panel-heading:focus-visible { |
| 1897 | 1760 | color: var(--e-a-color-txt-hover); |
| 1898 | 1761 | } |
| 1899 | 1762 | |
| 1900 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1901 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1902 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1763 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1903 | 1764 | border-block-start: none; |
| 1904 | 1765 | } |
| 1905 | 1766 | |
| 1906 | 1767 | .elementor-control-field { |
| @@ -1945,15 +1806,8 @@ | ||
| 1945 | 1806 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1946 | 1807 | margin-block-start: 0; |
| 1947 | 1808 | } |
| 1948 | 1809 | |
| 1949 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1950 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1951 | -.elementor-control-start-end .eicon-h-align-left, | |
| 1952 | -.elementor-control-start-end .eicon-h-align-right { | |
| 1953 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1954 | -} | |
| 1955 | - | |
| 1956 | 1810 | .elementor-update-preview { |
| 1957 | 1811 | margin: 15px 15px 0; |
| 1958 | 1812 | display: flex; |
| 1959 | 1813 | align-items: center; |
| @@ -1988,9 +1842,9 @@ | ||
| 1988 | 1842 | } |
| 1989 | 1843 | .elementor-control-responsive-switchers__holder { |
| 1990 | 1844 | position: absolute; |
| 1991 | 1845 | width: 100%; |
| 1992 | - inset-block-start: 0; | |
| 1846 | + top: 0; | |
| 1993 | 1847 | background-color: var(--e-a-bg-default); |
| 1994 | 1848 | border-radius: var(--e-a-border-radius); |
| 1995 | 1849 | transition: 0.15s; |
| 1996 | 1850 | border: 1px solid transparent; |
| @@ -2133,10 +1987,10 @@ | ||
| 2133 | 1987 | display: none; |
| 2134 | 1988 | overflow: hidden; |
| 2135 | 1989 | max-height: 0; |
| 2136 | 1990 | position: absolute; |
| 2137 | - inset-block-start: -0.8em; | |
| 2138 | - inset-inline-start: -0.5em; | |
| 1991 | + top: -0.8em; | |
| 1992 | + left: -0.5em; | |
| 2139 | 1993 | width: 2.5em; |
| 2140 | 1994 | text-align: center; |
| 2141 | 1995 | background-color: var(--e-a-bg-default); |
| 2142 | 1996 | border-radius: var(--e-a-border-radius); |
| @@ -2311,9 +2165,9 @@ | ||
| 2311 | 2165 | } |
| 2312 | 2166 | .elementor-control-responsive-switchers__holder { |
| 2313 | 2167 | position: absolute; |
| 2314 | 2168 | width: 100%; |
| 2315 | - inset-block-start: 0; | |
| 2169 | + top: 0; | |
| 2316 | 2170 | background-color: var(--e-a-bg-default); |
| 2317 | 2171 | border-radius: var(--e-a-border-radius); |
| 2318 | 2172 | transition: 0.15s; |
| 2319 | 2173 | border: 1px solid transparent; |
| @@ -2456,10 +2310,10 @@ | ||
| 2456 | 2310 | display: none; |
| 2457 | 2311 | overflow: hidden; |
| 2458 | 2312 | max-height: 0; |
| 2459 | 2313 | position: absolute; |
| 2460 | - inset-block-start: -0.8em; | |
| 2461 | - inset-inline-start: -0.5em; | |
| 2314 | + top: -0.8em; | |
| 2315 | + left: -0.5em; | |
| 2462 | 2316 | width: 2.5em; |
| 2463 | 2317 | text-align: center; |
| 2464 | 2318 | background-color: var(--e-a-bg-default); |
| 2465 | 2319 | border-radius: var(--e-a-border-radius); |
| @@ -2589,9 +2443,9 @@ | ||
| 2589 | 2443 | } |
| 2590 | 2444 | .elementor-control-responsive-switchers__holder { |
| 2591 | 2445 | position: absolute; |
| 2592 | 2446 | width: 100%; |
| 2593 | - inset-block-start: 0; | |
| 2447 | + top: 0; | |
| 2594 | 2448 | background-color: var(--e-a-bg-default); |
| 2595 | 2449 | border-radius: var(--e-a-border-radius); |
| 2596 | 2450 | transition: 0.15s; |
| 2597 | 2451 | border: 1px solid transparent; |
| @@ -2734,10 +2588,10 @@ | ||
| 2734 | 2588 | display: none; |
| 2735 | 2589 | overflow: hidden; |
| 2736 | 2590 | max-height: 0; |
| 2737 | 2591 | position: absolute; |
| 2738 | - inset-block-start: -0.8em; | |
| 2739 | - inset-inline-start: -0.5em; | |
| 2592 | + top: -0.8em; | |
| 2593 | + left: -0.5em; | |
| 2740 | 2594 | width: 2.5em; |
| 2741 | 2595 | text-align: center; |
| 2742 | 2596 | background-color: var(--e-a-bg-default); |
| 2743 | 2597 | border-radius: var(--e-a-border-radius); |
| @@ -2857,11 +2711,11 @@ | ||
| 2857 | 2711 | } |
| 2858 | 2712 | |
| 2859 | 2713 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2860 | 2714 | position: absolute; |
| 2861 | - inset-block-start: 50%; | |
| 2862 | - inset-inline-start: 50%; | |
| 2863 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2715 | + top: 50%; | |
| 2716 | + left: 50%; | |
| 2717 | + transform: translate(-50%, -50%); | |
| 2864 | 2718 | } |
| 2865 | 2719 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2866 | 2720 | font-size: 70px; |
| 2867 | 2721 | } |
| @@ -2916,9 +2770,12 @@ | ||
| 2916 | 2770 | opacity: 0.6; |
| 2917 | 2771 | } |
| 2918 | 2772 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2919 | 2773 | position: absolute; |
| 2920 | - inset: 0; | |
| 2774 | + top: 0; | |
| 2775 | + bottom: 0; | |
| 2776 | + left: 0; | |
| 2777 | + right: 0; | |
| 2921 | 2778 | background-color: rgba(0, 0, 0, 0.2); |
| 2922 | 2779 | padding: 10px; |
| 2923 | 2780 | font-size: 11px; |
| 2924 | 2781 | transition: all 0.3s ease-in-out; |
| @@ -2927,10 +2784,10 @@ | ||
| 2927 | 2784 | opacity: 0; |
| 2928 | 2785 | } |
| 2929 | 2786 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 2930 | 2787 | position: absolute; |
| 2931 | - inset-block-start: 10px; | |
| 2932 | - inset-inline-end: 10px; | |
| 2788 | + top: 10px; | |
| 2789 | + right: 10px; | |
| 2933 | 2790 | width: 21px; |
| 2934 | 2791 | height: 21px; |
| 2935 | 2792 | color: var(--e-a-color-white); |
| 2936 | 2793 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3040,10 +2897,10 @@ | ||
| 3040 | 2897 | } |
| 3041 | 2898 | .e-global__popover-info-tooltip:after { |
| 3042 | 2899 | content: ""; |
| 3043 | 2900 | position: absolute; |
| 3044 | - inset-block-end: -17px; | |
| 3045 | - inset-inline-start: 16px; | |
| 2901 | + bottom: -17px; | |
| 2902 | + left: 16px; | |
| 3046 | 2903 | border: 10px solid transparent; |
| 3047 | 2904 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3048 | 2905 | } |
| 3049 | 2906 | .e-global__popover-info i { |
| @@ -3060,19 +2917,8 @@ | ||
| 3060 | 2917 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3061 | 2918 | background-color: #BABFC5; |
| 3062 | 2919 | border-radius: 10px; |
| 3063 | 2920 | } |
| 3064 | -.e-global__group-header { | |
| 3065 | - padding: 12px 20px 5px; | |
| 3066 | - font-weight: 500; | |
| 3067 | - font-size: 11px; | |
| 3068 | - color: var(--e-a-color-txt-muted); | |
| 3069 | -} | |
| 3070 | -.e-global__group-divider { | |
| 3071 | - height: 1px; | |
| 3072 | - background-color: var(--e-a-border-color); | |
| 3073 | - margin: 10px 20px; | |
| 3074 | -} | |
| 3075 | 2921 | .e-global__manage-button { |
| 3076 | 2922 | font-weight: 500; |
| 3077 | 2923 | cursor: pointer; |
| 3078 | 2924 | } |
| @@ -3088,9 +2934,9 @@ | ||
| 3088 | 2934 | font-size: 13px; |
| 3089 | 2935 | content: "\e90e"; |
| 3090 | 2936 | position: absolute; |
| 3091 | 2937 | transform: translateY(-50%); |
| 3092 | - inset-block-start: 50%; | |
| 2938 | + top: 50%; | |
| 3093 | 2939 | inset-inline-start: 13px; |
| 3094 | 2940 | } |
| 3095 | 2941 | .e-global__color { |
| 3096 | 2942 | padding: 10px 20px; |
| @@ -3107,10 +2953,13 @@ | ||
| 3107 | 2953 | position: relative; |
| 3108 | 2954 | } |
| 3109 | 2955 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3110 | 2956 | border-radius: 3px; |
| 2957 | + height: 100%; | |
| 2958 | + width: 100%; | |
| 3111 | 2959 | position: absolute; |
| 3112 | - inset: 0; | |
| 2960 | + top: 0; | |
| 2961 | + left: 0; | |
| 3113 | 2962 | } |
| 3114 | 2963 | .e-global__color-preview-transparent-bg { |
| 3115 | 2964 | 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)); |
| 3116 | 2965 | background-size: 12px 12px; |
| @@ -3231,11 +3080,11 @@ | ||
| 3231 | 3080 | display: none; |
| 3232 | 3081 | } |
| 3233 | 3082 | .elementor-control-media .eicon-plus-circle { |
| 3234 | 3083 | position: absolute; |
| 3235 | - inset-block-start: 50%; | |
| 3236 | - inset-inline-start: 50%; | |
| 3237 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3084 | + top: 50%; | |
| 3085 | + left: 50%; | |
| 3086 | + transform: translate(-50%, -50%); | |
| 3238 | 3087 | color: var(--e-a-color-white); |
| 3239 | 3088 | font-size: 20px; |
| 3240 | 3089 | } |
| 3241 | 3090 | .elementor-control-media__content__upload-button { |
| @@ -3244,8 +3093,9 @@ | ||
| 3244 | 3093 | .elementor-control-media__preview { |
| 3245 | 3094 | height: 100%; |
| 3246 | 3095 | background-size: cover; |
| 3247 | 3096 | background-position: center; |
| 3097 | + padding-block-end: 42.8571%; | |
| 3248 | 3098 | } |
| 3249 | 3099 | .elementor-control-media-area { |
| 3250 | 3100 | 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)); |
| 3251 | 3101 | background-size: 16px 16px; |
| @@ -3258,11 +3108,11 @@ | ||
| 3258 | 3108 | display: none; |
| 3259 | 3109 | } |
| 3260 | 3110 | .elementor-control-media-area .eicon-video-camera { |
| 3261 | 3111 | position: absolute; |
| 3262 | - inset-block-start: 50%; | |
| 3263 | - inset-inline-start: 50%; | |
| 3264 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3112 | + top: 50%; | |
| 3113 | + left: 50%; | |
| 3114 | + transform: translate(-50%, -50%); | |
| 3265 | 3115 | color: rgba(255, 255, 255, 0.7); |
| 3266 | 3116 | font-size: 21px; |
| 3267 | 3117 | } |
| 3268 | 3118 | .elementor-control-media .elementor-control-media__content { |
| @@ -3273,14 +3123,17 @@ | ||
| 3273 | 3123 | } |
| 3274 | 3124 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3275 | 3125 | content: ""; |
| 3276 | 3126 | position: absolute; |
| 3277 | - inset: 0; | |
| 3127 | + top: 0; | |
| 3128 | + bottom: 0; | |
| 3129 | + left: 0; | |
| 3130 | + right: 0; | |
| 3278 | 3131 | background-color: rgba(0, 0, 0, 0.2); |
| 3279 | 3132 | pointer-events: none; |
| 3280 | 3133 | } |
| 3281 | 3134 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3282 | - inset-block-end: -30px; | |
| 3135 | + bottom: -30px; | |
| 3283 | 3136 | } |
| 3284 | 3137 | .elementor-control-media__content { |
| 3285 | 3138 | transition: all 0.2s ease-in-out; |
| 3286 | 3139 | } |
| @@ -3285,10 +3138,11 @@ | ||
| 3285 | 3138 | transition: all 0.2s ease-in-out; |
| 3286 | 3139 | } |
| 3287 | 3140 | .elementor-control-media__tools { |
| 3288 | 3141 | position: absolute; |
| 3289 | - inset-block-end: 0; | |
| 3290 | - inset-inline: 0; | |
| 3142 | + bottom: 0; | |
| 3143 | + left: 0; | |
| 3144 | + right: 0; | |
| 3291 | 3145 | height: 27px; |
| 3292 | 3146 | transition: all 0.2s ease-in-out; |
| 3293 | 3147 | } |
| 3294 | 3148 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3315,10 +3169,10 @@ | ||
| 3315 | 3169 | } |
| 3316 | 3170 | .elementor-control-media__content__remove { |
| 3317 | 3171 | position: absolute; |
| 3318 | 3172 | z-index: 1; |
| 3319 | - inset-block-start: 10px; | |
| 3320 | - inset-inline-end: 10px; | |
| 3173 | + top: 10px; | |
| 3174 | + right: 10px; | |
| 3321 | 3175 | width: 20px; |
| 3322 | 3176 | height: 20px; |
| 3323 | 3177 | font-size: 11px; |
| 3324 | 3178 | color: var(--e-a-color-white); |
| @@ -3610,11 +3464,9 @@ | ||
| 3610 | 3464 | text-align: center; |
| 3611 | 3465 | padding-block-start: 5px; |
| 3612 | 3466 | } |
| 3613 | 3467 | |
| 3614 | -#elementor-controls, | |
| 3615 | -#elementor-panel-page-settings-controls, | |
| 3616 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3468 | +#elementor-controls { | |
| 3617 | 3469 | padding-block-start: 15px; |
| 3618 | 3470 | } |
| 3619 | 3471 | |
| 3620 | 3472 | .elementor-control-type-section { |
| @@ -3659,11 +3511,11 @@ | ||
| 3659 | 3511 | font-family: eicons; |
| 3660 | 3512 | content: "\e8ad"; |
| 3661 | 3513 | font-size: 12px; |
| 3662 | 3514 | position: absolute; |
| 3663 | - inset-block-start: 50%; | |
| 3664 | - inset-inline-end: 5px; | |
| 3515 | + top: 50%; | |
| 3665 | 3516 | transform: translateY(-50%); |
| 3517 | + right: 5px; | |
| 3666 | 3518 | pointer-events: none; |
| 3667 | 3519 | } |
| 3668 | 3520 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3669 | 3521 | max-width: 80px; |
| @@ -3697,14 +3549,14 @@ | ||
| 3697 | 3549 | } |
| 3698 | 3550 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3699 | 3551 | border-radius: 0; |
| 3700 | 3552 | width: 10px; |
| 3701 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3553 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 3702 | 3554 | } |
| 3703 | 3555 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3704 | 3556 | content: ""; |
| 3705 | 3557 | position: absolute; |
| 3706 | - inset-block-start: 2px; | |
| 3558 | + top: 2px; | |
| 3707 | 3559 | height: 12px; |
| 3708 | 3560 | width: 11px; |
| 3709 | 3561 | transform: rotate(45deg); |
| 3710 | 3562 | background-color: var(--e-a-color-white); |
| @@ -3781,11 +3633,11 @@ | ||
| 3781 | 3633 | .elementor-slider .noUi-handle { |
| 3782 | 3634 | height: 16px; |
| 3783 | 3635 | width: 16px; |
| 3784 | 3636 | background-color: var(--e-a-color-white); |
| 3637 | + right: 0; | |
| 3638 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 3785 | 3639 | position: absolute; |
| 3786 | - inset-inline-end: 0; | |
| 3787 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3788 | 3640 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3789 | 3641 | border-radius: 50%; |
| 3790 | 3642 | } |
| 3791 | 3643 | .elementor-slider .noUi-connects { |
| @@ -3795,9 +3647,12 @@ | ||
| 3795 | 3647 | } |
| 3796 | 3648 | .elementor-slider .noUi-connect { |
| 3797 | 3649 | position: absolute; |
| 3798 | 3650 | z-index: 0; |
| 3799 | - inset: 0; | |
| 3651 | + top: 0; | |
| 3652 | + left: 0; | |
| 3653 | + height: 100%; | |
| 3654 | + width: 100%; | |
| 3800 | 3655 | will-change: transform; |
| 3801 | 3656 | transform-origin: 0 0; |
| 3802 | 3657 | background-color: var(--e-a-border-color-focus); |
| 3803 | 3658 | } |
| @@ -3802,9 +3657,9 @@ | ||
| 3802 | 3657 | background-color: var(--e-a-border-color-focus); |
| 3803 | 3658 | } |
| 3804 | 3659 | .elementor-slider .noUi-tooltip { |
| 3805 | 3660 | position: absolute; |
| 3806 | - inset-block-start: calc(100% + 5px); | |
| 3661 | + top: calc(100% + 5px); | |
| 3807 | 3662 | left: calc(50% - 4px); |
| 3808 | 3663 | transform: translateX(-50%); |
| 3809 | 3664 | font-size: 10px; |
| 3810 | 3665 | } |
| @@ -3891,9 +3746,9 @@ | ||
| 3891 | 3746 | transition-property: opacity, background; |
| 3892 | 3747 | } |
| 3893 | 3748 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3894 | 3749 | position: absolute; |
| 3895 | - inset-block-start: 0; | |
| 3750 | + top: 0; | |
| 3896 | 3751 | width: 50%; |
| 3897 | 3752 | text-align: center; |
| 3898 | 3753 | line-height: 20px; |
| 3899 | 3754 | transition: inherit; |
| @@ -3899,14 +3754,14 @@ | ||
| 3899 | 3754 | transition: inherit; |
| 3900 | 3755 | } |
| 3901 | 3756 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3902 | 3757 | content: attr(data-off); |
| 3903 | - inset-inline-end: 5px; | |
| 3758 | + right: 5px; | |
| 3904 | 3759 | color: var(--e-a-color-txt-muted); |
| 3905 | 3760 | } |
| 3906 | 3761 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3907 | 3762 | content: attr(data-on); |
| 3908 | - inset-inline-start: 5px; | |
| 3763 | + left: 5px; | |
| 3909 | 3764 | color: var(--e-a-btn-color); |
| 3910 | 3765 | opacity: 0; |
| 3911 | 3766 | } |
| 3912 | 3767 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3919,28 +3774,25 @@ | ||
| 3919 | 3774 | opacity: 1; |
| 3920 | 3775 | } |
| 3921 | 3776 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3922 | 3777 | position: absolute; |
| 3923 | - inset-block-start: 1px; | |
| 3924 | - inset-inline-start: 1px; | |
| 3778 | + top: 1px; | |
| 3779 | + left: 1px; | |
| 3925 | 3780 | width: 18px; |
| 3926 | 3781 | height: 18px; |
| 3927 | 3782 | background: white; |
| 3928 | 3783 | border-radius: 10px; |
| 3929 | - transition: inset-inline-start 0.15s ease-out; | |
| 3784 | + transition: left 0.15s ease-out; | |
| 3930 | 3785 | } |
| 3931 | 3786 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3932 | - inset-inline-start: initial; | |
| 3933 | - inset-inline-end: 1px; | |
| 3787 | + left: initial; | |
| 3788 | + right: 1px; | |
| 3934 | 3789 | } |
| 3935 | 3790 | |
| 3936 | 3791 | .elementor-control-type-tabs { |
| 3937 | - display: none; | |
| 3792 | + display: flex; | |
| 3938 | 3793 | font-size: var(--control-title-size); |
| 3939 | 3794 | } |
| 3940 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3941 | - display: flex; | |
| 3942 | -} | |
| 3943 | 3795 | |
| 3944 | 3796 | .elementor-control-type-tab { |
| 3945 | 3797 | text-align: center; |
| 3946 | 3798 | width: 100%; |
| @@ -3983,10 +3835,10 @@ | ||
| 3983 | 3835 | } |
| 3984 | 3836 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 3985 | 3837 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 3986 | 3838 | position: absolute; |
| 3987 | - inset-block-start: 0; | |
| 3988 | - inset-inline-end: 0; | |
| 3839 | + top: 0; | |
| 3840 | + right: 0; | |
| 3989 | 3841 | z-index: 1; |
| 3990 | 3842 | } |
| 3991 | 3843 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 3992 | 3844 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4064,10 +3916,10 @@ | ||
| 4064 | 3916 | } |
| 4065 | 3917 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4066 | 3918 | display: none; |
| 4067 | 3919 | position: absolute; |
| 4068 | - inset-block-start: 5px; | |
| 4069 | - inset-inline-end: 0; | |
| 3920 | + top: 5px; | |
| 3921 | + right: 0; | |
| 4070 | 3922 | width: 10px; |
| 4071 | 3923 | height: 10px; |
| 4072 | 3924 | font-size: 10px; |
| 4073 | 3925 | color: var(--e-a-color-txt-disabled); |
| @@ -4118,76 +3970,8 @@ | ||
| 4118 | 3970 | font-size: 10px; |
| 4119 | 3971 | padding-block-start: 2px; |
| 4120 | 3972 | } |
| 4121 | 3973 | |
| 4122 | -.elementor-control-type-visual_choice { | |
| 4123 | - width: 100%; | |
| 4124 | -} | |
| 4125 | - | |
| 4126 | -.elementor-visual-choice-choices { | |
| 4127 | - display: grid; | |
| 4128 | - gap: 8px; | |
| 4129 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4130 | - text-align: center; | |
| 4131 | - border-radius: var(--e-a-border-radius); | |
| 4132 | - overflow: hidden; | |
| 4133 | -} | |
| 4134 | - | |
| 4135 | -.elementor-visual-choice-element { | |
| 4136 | - display: flex; | |
| 4137 | - flex-direction: column; | |
| 4138 | - align-items: center; | |
| 4139 | - justify-content: center; | |
| 4140 | - gap: 8px; | |
| 4141 | - width: auto; | |
| 4142 | -} | |
| 4143 | -.elementor-visual-choice-element-image label { | |
| 4144 | - border: var(--e-a-border-bold); | |
| 4145 | - border-radius: var(--e-a-border-radius); | |
| 4146 | - font-size: 12px; | |
| 4147 | - transition: var(--e-a-transition-hover); | |
| 4148 | - cursor: pointer; | |
| 4149 | - overflow: hidden; | |
| 4150 | - width: 100%; | |
| 4151 | - padding: 8px; | |
| 4152 | -} | |
| 4153 | -.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 { | |
| 4154 | - background-color: var(--e-a-bg-active-bold); | |
| 4155 | - opacity: 1; | |
| 4156 | -} | |
| 4157 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4158 | - border-color: var(--e-a-color-primary-bold); | |
| 4159 | -} | |
| 4160 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4161 | - background-color: var(--e-a-color-white); | |
| 4162 | - opacity: 0.5; | |
| 4163 | -} | |
| 4164 | -.elementor-visual-choice-element-image img { | |
| 4165 | - width: 100%; | |
| 4166 | - height: auto; | |
| 4167 | -} | |
| 4168 | -.elementor-visual-choice-element-button { | |
| 4169 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4170 | -} | |
| 4171 | -.elementor-visual-choice-element-button label { | |
| 4172 | - width: -moz-fit-content; | |
| 4173 | - width: fit-content; | |
| 4174 | -} | |
| 4175 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4176 | - background-color: var(--e-a-bg-active-bold); | |
| 4177 | -} | |
| 4178 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4179 | - border-color: var(--e-a-color-primary-bold); | |
| 4180 | -} | |
| 4181 | - | |
| 4182 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4183 | - justify-content: flex-end; | |
| 4184 | -} | |
| 4185 | - | |
| 4186 | -.tipsy-inner { | |
| 4187 | - white-space: pre-line; | |
| 4188 | -} | |
| 4189 | - | |
| 4190 | 3974 | .elementor-control-type-wp_widget .widget-inside { |
| 4191 | 3975 | line-height: 2; |
| 4192 | 3976 | background-color: inherit; |
| 4193 | 3977 | display: block; |
| @@ -4331,13 +4115,13 @@ | ||
| 4331 | 4115 | --e-a-mode-switcher-width: 15px; |
| 4332 | 4116 | --e-a-mode-switcher-height: 50px; |
| 4333 | 4117 | --e-a-mode-switcher-icon-size: 15px; |
| 4334 | 4118 | position: absolute; |
| 4335 | - inset-block-start: 50%; | |
| 4336 | - inset-inline-start: 100%; | |
| 4119 | + left: 100%; | |
| 4120 | + top: 50%; | |
| 4337 | 4121 | transform: translateY(-50%); |
| 4338 | 4122 | background-color: var(--e-a-bg-default); |
| 4339 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4123 | + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4340 | 4124 | transition: 0.3s opacity; |
| 4341 | 4125 | } |
| 4342 | 4126 | #elementor-mode-switcher:hover { |
| 4343 | 4127 | background-color: var(--e-a-bg-hover); |
| @@ -4407,11 +4191,11 @@ | ||
| 4407 | 4191 | } |
| 4408 | 4192 | |
| 4409 | 4193 | #elementor-panel-revisions-loading { |
| 4410 | 4194 | position: absolute; |
| 4411 | - inset-block-start: 50%; | |
| 4412 | - inset-inline-start: 50%; | |
| 4413 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4195 | + top: 50%; | |
| 4196 | + left: 50%; | |
| 4197 | + transform: translate(-50%, -50%); | |
| 4414 | 4198 | } |
| 4415 | 4199 | #elementor-panel-revisions-loading .eicon-loading { |
| 4416 | 4200 | font-size: 50px; |
| 4417 | 4201 | } |
| @@ -4523,15 +4307,12 @@ | ||
| 4523 | 4307 | background-color: var(--e-a-bg-active); |
| 4524 | 4308 | color: #E73CF6; |
| 4525 | 4309 | } |
| 4526 | 4310 | |
| 4527 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4311 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock { | |
| 4528 | 4312 | color: var(--e-a-color-accent); |
| 4529 | 4313 | } |
| 4530 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4531 | - margin-inline-end: 0; | |
| 4532 | -} | |
| 4533 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4314 | +.e-control-motion-effects-promotion__wrapper .select-promotion { | |
| 4534 | 4315 | display: flex; |
| 4535 | 4316 | flex-direction: column; |
| 4536 | 4317 | justify-content: center; |
| 4537 | 4318 | padding-inline-start: 5px; |
| @@ -4545,9 +4326,9 @@ | ||
| 4545 | 4326 | box-shadow: none; |
| 4546 | 4327 | border: var(--e-a-border-bold); |
| 4547 | 4328 | font-size: var(--control-title-size); |
| 4548 | 4329 | } |
| 4549 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4330 | +.e-control-motion-effects-promotion__lock-wrapper { | |
| 4550 | 4331 | width: 2.5rem; |
| 4551 | 4332 | display: flex; |
| 4552 | 4333 | justify-content: center; |
| 4553 | 4334 | align-items: center; |
| @@ -4639,13 +4420,13 @@ | ||
| 4639 | 4420 | } |
| 4640 | 4421 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4641 | 4422 | align-self: end; |
| 4642 | 4423 | margin-block-start: 35px; |
| 4643 | - inset-block-start: 0; | |
| 4424 | + top: 0; | |
| 4644 | 4425 | width: 100%; |
| 4645 | 4426 | } |
| 4646 | 4427 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4647 | - inset-inline-end: 5px; | |
| 4428 | + right: 5px; | |
| 4648 | 4429 | } |
| 4649 | 4430 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4650 | 4431 | padding: 0 20px 15px; |
| 4651 | 4432 | } |
| @@ -4929,13 +4710,8 @@ | ||
| 4929 | 4710 | .e-btn.elementor-button-danger, |
| 4930 | 4711 | .e-btn.e-danger { |
| 4931 | 4712 | background-color: var(--e-a-btn-bg-danger); |
| 4932 | 4713 | } |
| 4933 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4934 | -.e-btn.elementor-button-danger.color-white, | |
| 4935 | -.e-btn.e-danger.color-white { | |
| 4936 | - color: var(--e-a-color-white); | |
| 4937 | -} | |
| 4938 | 4714 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 4939 | 4715 | .e-btn.elementor-button-danger:hover, |
| 4940 | 4716 | .e-btn.elementor-button-danger:focus, |
| 4941 | 4717 | .e-btn.e-danger:hover, |
| @@ -4974,23 +4750,22 @@ | ||
| 4974 | 4750 | } |
| 4975 | 4751 | |
| 4976 | 4752 | #elementor-preview-responsive-wrapper { |
| 4977 | 4753 | transform-origin: top center; |
| 4978 | - margin: 20px; | |
| 4754 | + padding: 20px; | |
| 4979 | 4755 | transform: scale(var(--e-preview-scale, 1)); |
| 4980 | - overflow: hidden; | |
| 4981 | 4756 | } |
| 4982 | 4757 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 4983 | 4758 | min-width: 1025px; |
| 4984 | 4759 | width: 100%; |
| 4985 | 4760 | height: 100%; |
| 4986 | - margin: 0; | |
| 4761 | + padding: 0; | |
| 4987 | 4762 | position: relative; |
| 4988 | 4763 | } |
| 4989 | 4764 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 4990 | 4765 | width: var(--e-editor-preview-width); |
| 4991 | 4766 | height: var(--e-editor-preview-height); |
| 4992 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4767 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4993 | 4768 | box-sizing: content-box; |
| 4994 | 4769 | position: relative; |
| 4995 | 4770 | max-height: calc(100vh - 80px); |
| 4996 | 4771 | } |
| @@ -5052,10 +4827,9 @@ | ||
| 5052 | 4827 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5053 | 4828 | bottom: 0; |
| 5054 | 4829 | } |
| 5055 | 4830 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5056 | - width: 10px; | |
| 5057 | - right: -5px; | |
| 4831 | + right: 0; | |
| 5058 | 4832 | } |
| 5059 | 4833 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5060 | 4834 | left: 0; |
| 5061 | 4835 | } |
| @@ -5066,20 +4840,8 @@ | ||
| 5066 | 4840 | background-color: #fff; |
| 5067 | 4841 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5068 | 4842 | } |
| 5069 | 4843 | |
| 5070 | -#elementor-template-library-modal button:focus-visible, | |
| 5071 | -#elementor-template-library-modal a:focus-visible, | |
| 5072 | -#elementor-template-library-modal input:focus-visible, | |
| 5073 | -#elementor-template-library-modal select:focus-visible, | |
| 5074 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5075 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5076 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5077 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5078 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5079 | - outline-offset: 2px; | |
| 5080 | - border-radius: 2px; | |
| 5081 | -} | |
| 5082 | 4844 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5083 | 4845 | font-style: normal; |
| 5084 | 4846 | text-decoration: underline; |
| 5085 | 4847 | } |
| @@ -5091,17 +4853,8 @@ | ||
| 5091 | 4853 | } |
| 5092 | 4854 | #elementor-template-library-modal .dialog-message { |
| 5093 | 4855 | overflow-y: scroll; |
| 5094 | 4856 | } |
| 5095 | -#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 { | |
| 5096 | - overflow-y: hidden; | |
| 5097 | -} | |
| 5098 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5099 | - color: var(--e-a-color-txt); | |
| 5100 | - text-decoration: underline; | |
| 5101 | - font-size: 17px; | |
| 5102 | - cursor: pointer; | |
| 5103 | -} | |
| 5104 | 4857 | |
| 5105 | 4858 | #elementor-template-library-header-menu { |
| 5106 | 4859 | text-align: center; |
| 5107 | 4860 | } |
| @@ -5110,21 +4863,14 @@ | ||
| 5110 | 4863 | display: inline-block; |
| 5111 | 4864 | padding: 17px 20px; |
| 5112 | 4865 | border-block-end: 3px solid transparent; |
| 5113 | 4866 | cursor: pointer; |
| 5114 | - background: transparent; | |
| 5115 | - margin: 0; | |
| 5116 | - font-size: inherit; | |
| 5117 | - font-family: inherit; | |
| 5118 | - color: inherit; | |
| 5119 | - border: none; | |
| 5120 | 4867 | } |
| 5121 | 4868 | .elementor-template-library-menu-item:hover { |
| 5122 | 4869 | background-color: var(--e-a-bg-hover); |
| 5123 | 4870 | border-color: var(--e-a-bg-hover); |
| 5124 | 4871 | } |
| 5125 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5126 | - border-block-end: 3px solid; | |
| 4872 | +.elementor-template-library-menu-item.elementor-active { | |
| 5127 | 4873 | border-color: var(--e-a-border-color-accent); |
| 5128 | 4874 | color: var(--e-a-color-txt-accent); |
| 5129 | 4875 | } |
| 5130 | 4876 | |
| @@ -5130,31 +4876,12 @@ | ||
| 5130 | 4876 | |
| 5131 | 4877 | #elementor-template-library-header-actions { |
| 5132 | 4878 | display: flex; |
| 5133 | 4879 | } |
| 5134 | -#elementor-template-library-header-actions > div, | |
| 5135 | -#elementor-template-library-header-actions > button { | |
| 5136 | - background: transparent; | |
| 5137 | - margin: 0; | |
| 5138 | - font-size: inherit; | |
| 5139 | - font-family: inherit; | |
| 5140 | - color: inherit; | |
| 5141 | - border: none; | |
| 4880 | +#elementor-template-library-header-actions > div { | |
| 5142 | 4881 | padding-inline-end: 16px; |
| 5143 | - cursor: pointer; | |
| 5144 | 4882 | } |
| 5145 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5146 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5147 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5148 | - outline-offset: -2px; | |
| 5149 | - border-radius: 2px; | |
| 5150 | -} | |
| 5151 | 4883 | |
| 5152 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5153 | - opacity: 0; | |
| 5154 | - visibility: hidden; | |
| 5155 | -} | |
| 5156 | - | |
| 5157 | 4884 | #elementor-template-library-header-preview-insert-wrapper { |
| 5158 | 4885 | cursor: default; |
| 5159 | 4886 | padding: 0 10px; |
| 5160 | 4887 | } |
| @@ -5163,9 +4890,8 @@ | ||
| 5163 | 4890 | margin-inline-start: 4px; |
| 5164 | 4891 | } |
| 5165 | 4892 | |
| 5166 | 4893 | #elementor-template-library-header-preview-back { |
| 5167 | - gap: 10px; | |
| 5168 | 4894 | padding-block: 16.5px 15px; |
| 5169 | 4895 | padding-inline: 0 16.5px; |
| 5170 | 4896 | border-inline-end: var(--e-a-border); |
| 5171 | 4897 | cursor: pointer; |
| @@ -5170,138 +4896,27 @@ | ||
| 5170 | 4896 | border-inline-end: var(--e-a-border); |
| 5171 | 4897 | cursor: pointer; |
| 5172 | 4898 | transition: color 0.5s; |
| 5173 | 4899 | } |
| 5174 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5175 | - background: transparent; | |
| 5176 | - margin: 0; | |
| 5177 | - font-size: inherit; | |
| 5178 | - font-family: inherit; | |
| 5179 | - color: inherit; | |
| 5180 | - border: none; | |
| 5181 | - display: flex; | |
| 5182 | - align-items: center; | |
| 5183 | - gap: 10px; | |
| 5184 | - cursor: pointer; | |
| 5185 | -} | |
| 5186 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5187 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5188 | - outline-offset: 2px; | |
| 5189 | - border-radius: 2px; | |
| 5190 | -} | |
| 5191 | 4900 | #elementor-template-library-header-preview-back:hover { |
| 5192 | 4901 | color: var(--e-a-color-txt-hover); |
| 5193 | 4902 | } |
| 5194 | 4903 | #elementor-template-library-header-preview-back i { |
| 4904 | + padding-inline-end: 10px; | |
| 5195 | 4905 | font-size: 18px; |
| 5196 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5197 | 4906 | } |
| 4907 | +#elementor-template-library-header-preview-back i:before { | |
| 4908 | + content: "\e87e"; | |
| 4909 | +} | |
| 5198 | 4910 | |
| 5199 | -#elementor-template-library-templates { | |
| 5200 | - display: flex; | |
| 5201 | - flex-direction: column; | |
| 5202 | - gap: 20px; | |
| 5203 | -} | |
| 5204 | -#elementor-template-library-templates .toolbar-container { | |
| 5205 | - display: flex; | |
| 5206 | - justify-content: space-between; | |
| 5207 | - align-items: center; | |
| 5208 | - gap: 2%; | |
| 5209 | - height: 45px; | |
| 5210 | -} | |
| 5211 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5212 | - display: flex; | |
| 5213 | - flex-wrap: wrap; | |
| 5214 | - align-items: flex-start; | |
| 5215 | -} | |
| 5216 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5217 | - display: none; | |
| 5218 | -} | |
| 5219 | -#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"])) { | |
| 5220 | - justify-content: flex-end; | |
| 5221 | -} | |
| 5222 | -#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 { | |
| 5223 | - display: flex; | |
| 5224 | - align-items: baseline; | |
| 5225 | - border-radius: 3px; | |
| 5226 | -} | |
| 5227 | -#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 { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: 2px; | |
| 5230 | -} | |
| 5231 | -#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 { | |
| 5232 | - align-items: center; | |
| 5233 | -} | |
| 5234 | -#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 { | |
| 5235 | - font-size: 14px; | |
| 5236 | - margin-inline-start: 5px; | |
| 5237 | -} | |
| 5238 | -#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 { | |
| 5239 | - width: 200px; | |
| 5240 | - margin: 0px 10px; | |
| 5241 | - align-self: center; | |
| 5242 | - text-align: start; | |
| 5243 | -} | |
| 5244 | -#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 { | |
| 5245 | - font-size: 10px; | |
| 5246 | -} | |
| 5247 | -#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 { | |
| 5248 | - color: var(--e-a-btn-bg-accent); | |
| 5249 | -} | |
| 5250 | -#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 { | |
| 5251 | - height: 4px; | |
| 5252 | - background-color: var(--e-a-color-primary-bold); | |
| 5253 | - position: relative; | |
| 5254 | - display: flex; | |
| 5255 | - align-items: center; | |
| 5256 | - padding: 0; | |
| 5257 | -} | |
| 5258 | -#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 { | |
| 5259 | - height: 100%; | |
| 5260 | - transition: width 0.3s ease; | |
| 5261 | -} | |
| 5262 | -#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 { | |
| 5263 | - background-color: #D004D4; | |
| 5264 | -} | |
| 5265 | -#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 { | |
| 5266 | - background-color: #F59E0B; | |
| 5267 | -} | |
| 5268 | -#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 { | |
| 5269 | - background-color: #93003f; | |
| 5270 | -} | |
| 5271 | -#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 { | |
| 5272 | - background-color: #F0ABFC; | |
| 5273 | -} | |
| 5274 | -#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 { | |
| 5275 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5276 | -} | |
| 5277 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5278 | - font-size: 12px; | |
| 5279 | - color: var(--e-a-color-txt); | |
| 5280 | -} | |
| 5281 | -#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 { | |
| 4911 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4912 | + margin-block-start: 10px; | |
| 4913 | + margin-block-end: 45px; | |
| 5282 | 4914 | border-block-start: var(--e-a-border); |
| 5283 | 4915 | } |
| 5284 | -#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 { | |
| 4916 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5285 | 4917 | color: var(--e-a-color-txt-active); |
| 5286 | 4918 | } |
| 5287 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5288 | - border-block-start: none; | |
| 5289 | -} | |
| 5290 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5291 | - padding: 0; | |
| 5292 | -} | |
| 5293 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5294 | - max-width: -moz-fit-content; | |
| 5295 | - max-width: fit-content; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5298 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5299 | - display: none; | |
| 5300 | -} | |
| 5301 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5302 | - pointer-events: none; | |
| 5303 | -} | |
| 5304 | 4919 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5305 | 4920 | margin: 10px -15px 0; |
| 5306 | 4921 | } |
| 5307 | 4922 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5327,243 +4942,14 @@ | ||
| 5327 | 4942 | } |
| 5328 | 4943 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5329 | 4944 | content: "\e8ad"; |
| 5330 | 4945 | } |
| 5331 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4946 | + | |
| 4947 | +#elementor-template-library-templates-container { | |
| 5332 | 4948 | display: flex; |
| 5333 | - align-items: center; | |
| 5334 | - gap: 8px; | |
| 4949 | + flex-wrap: wrap; | |
| 4950 | + align-items: flex-start; | |
| 5335 | 4951 | } |
| 5336 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5337 | - background: transparent; | |
| 5338 | - margin: 0; | |
| 5339 | - font-size: inherit; | |
| 5340 | - font-family: inherit; | |
| 5341 | - color: inherit; | |
| 5342 | - border: none; | |
| 5343 | - cursor: pointer; | |
| 5344 | - font-size: 20px; | |
| 5345 | - padding: 0 5px; | |
| 5346 | - border-radius: 2px; | |
| 5347 | - color: var(--e-a-color-txt); | |
| 5348 | -} | |
| 5349 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5350 | - background-color: var(--e-a-bg-hover); | |
| 5351 | -} | |
| 5352 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5353 | - width: 1px; | |
| 5354 | - height: 20px; | |
| 5355 | - background-color: var(--e-a-border-color); | |
| 5356 | -} | |
| 5357 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5358 | - background-color: var(--e-a-bg-hover); | |
| 5359 | -} | |
| 5360 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5361 | - background-color: var(--e-a-bg-hover); | |
| 5362 | -} | |
| 5363 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5364 | - display: grid; | |
| 5365 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5366 | - grid-gap: 20px; | |
| 5367 | - padding: 20px 0; | |
| 5368 | -} | |
| 5369 | -#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 { | |
| 5370 | - grid-column: 1; | |
| 5371 | -} | |
| 5372 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5373 | - grid-column: 1/-1; | |
| 5374 | -} | |
| 5375 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5376 | - display: flex; | |
| 5377 | - position: relative; | |
| 5378 | - flex-direction: column; | |
| 5379 | - height: 158px; | |
| 5380 | - padding: 8px; | |
| 5381 | - border: var(--e-a-border); | |
| 5382 | - border-radius: 3px; | |
| 5383 | -} | |
| 5384 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5385 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5386 | - outline-offset: 2px; | |
| 5387 | -} | |
| 5388 | -#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 { | |
| 5389 | - display: flex; | |
| 5390 | -} | |
| 5391 | -#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 { | |
| 5392 | - display: none; | |
| 5393 | -} | |
| 5394 | -#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 { | |
| 5395 | - display: flex !important; | |
| 5396 | -} | |
| 5397 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5398 | - width: 190px; | |
| 5399 | - height: 100px; | |
| 5400 | - position: relative; | |
| 5401 | - border-radius: 3px; | |
| 5402 | - margin-block-end: 4px; | |
| 5403 | - overflow: hidden; | |
| 5404 | -} | |
| 5405 | -#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 { | |
| 5406 | - -o-object-fit: contain; | |
| 5407 | - object-fit: contain; | |
| 5408 | - width: 100%; | |
| 5409 | - height: 100%; | |
| 5410 | -} | |
| 5411 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5412 | - display: none; | |
| 5413 | - justify-content: center; | |
| 5414 | - align-items: center; | |
| 5415 | - position: absolute; | |
| 5416 | - inset: 0; | |
| 5417 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5418 | - cursor: default; | |
| 5419 | -} | |
| 5420 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5421 | - font-size: 11px; | |
| 5422 | - white-space: nowrap; | |
| 5423 | - text-overflow: ellipsis; | |
| 5424 | - overflow: hidden; | |
| 5425 | -} | |
| 5426 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5427 | - display: flex; | |
| 5428 | - position: relative; | |
| 5429 | - justify-content: space-between; | |
| 5430 | - align-items: center; | |
| 5431 | - font-size: 11px; | |
| 5432 | - min-height: 38px; | |
| 5433 | -} | |
| 5434 | -#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 { | |
| 5435 | - display: none; | |
| 5436 | - width: 90%; | |
| 5437 | - gap: 8px; | |
| 5438 | - height: 38px; | |
| 5439 | - padding: 4px 0; | |
| 5440 | -} | |
| 5441 | -#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 { | |
| 5442 | - display: flex; | |
| 5443 | -} | |
| 5444 | -#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 { | |
| 5445 | - display: flex; | |
| 5446 | - align-items: center; | |
| 5447 | -} | |
| 5448 | -#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 { | |
| 5449 | - display: flex; | |
| 5450 | - flex-direction: column; | |
| 5451 | - justify-content: center; | |
| 5452 | - width: 65%; | |
| 5453 | - align-items: start; | |
| 5454 | - white-space: nowrap; | |
| 5455 | - text-overflow: ellipsis; | |
| 5456 | - overflow: hidden; | |
| 5457 | -} | |
| 5458 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5459 | - flex-direction: row; | |
| 5460 | - align-items: center; | |
| 5461 | - justify-content: start; | |
| 5462 | - height: 56px; | |
| 5463 | - padding: 13px 10px; | |
| 5464 | -} | |
| 5465 | -#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 { | |
| 5466 | - font-size: 25px; | |
| 5467 | - margin-inline-end: 8px; | |
| 5468 | -} | |
| 5469 | -#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 { | |
| 5470 | - margin-inline-start: auto; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5473 | - display: none; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5476 | - visibility: hidden; | |
| 5477 | -} | |
| 5478 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5479 | - visibility: visible; | |
| 5480 | -} | |
| 5481 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5482 | - display: none; | |
| 5483 | - background: var(--e-a-bg-active); | |
| 5484 | - padding: 10px 25px; | |
| 5485 | - border-radius: 5px; | |
| 5486 | - color: var(--e-a-bg-invert); | |
| 5487 | - gap: 20px; | |
| 5488 | - align-items: center; | |
| 5489 | - flex: 1; | |
| 5490 | -} | |
| 5491 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5492 | - background: transparent; | |
| 5493 | - margin: 0; | |
| 5494 | - font-size: inherit; | |
| 5495 | - font-family: inherit; | |
| 5496 | - color: inherit; | |
| 5497 | - border: none; | |
| 5498 | - cursor: pointer; | |
| 5499 | - display: flex; | |
| 5500 | - align-items: center; | |
| 5501 | - justify-content: center; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5504 | - pointer-events: none; | |
| 5505 | - opacity: 0.3; | |
| 5506 | - cursor: not-allowed; | |
| 5507 | -} | |
| 5508 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5509 | - cursor: pointer; | |
| 5510 | - font-size: 18px; | |
| 5511 | -} | |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5513 | - font-size: 20px; | |
| 5514 | -} | |
| 5515 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5516 | - display: flex; | |
| 5517 | - flex: 1; | |
| 5518 | - white-space: nowrap; | |
| 5519 | - text-overflow: ellipsis; | |
| 5520 | - overflow: hidden; | |
| 5521 | -} | |
| 5522 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5523 | - display: flex; | |
| 5524 | - flex-direction: row; | |
| 5525 | - align-items: center; | |
| 5526 | - gap: 15px; | |
| 5527 | - white-space: nowrap; | |
| 5528 | - text-overflow: ellipsis; | |
| 5529 | - overflow: hidden; | |
| 5530 | -} | |
| 5531 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5532 | - white-space: nowrap; | |
| 5533 | - text-overflow: ellipsis; | |
| 5534 | - overflow: hidden; | |
| 5535 | -} | |
| 5536 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5537 | - padding-inline-start: 8px; | |
| 5538 | - background-color: var(--e-a-bg-hover); | |
| 5539 | - color: var(--e-a-color-txt); | |
| 5540 | -} | |
| 5541 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5542 | - visibility: visible; | |
| 5543 | -} | |
| 5544 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5545 | - background: var(--e-a-bg-active); | |
| 5546 | -} | |
| 5547 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5548 | - position: relative; | |
| 5549 | - inset-block-start: 3px; | |
| 5550 | -} | |
| 5551 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5552 | - inset-block-start: 0px; | |
| 5553 | -} | |
| 5554 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5555 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5556 | - background: #69727D; | |
| 5557 | -} | |
| 5558 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5559 | - display: block; | |
| 5560 | - content: ""; | |
| 5561 | - width: 10px; | |
| 5562 | - height: 2px; | |
| 5563 | - background-color: white; | |
| 5564 | - transform: none; | |
| 5565 | -} | |
| 5566 | 4952 | |
| 5567 | 4953 | #elementor-template-library-toolbar { |
| 5568 | 4954 | display: flex; |
| 5569 | 4955 | justify-content: space-between; |
| @@ -5574,80 +4960,8 @@ | ||
| 5574 | 4960 | display: flex; |
| 5575 | 4961 | align-items: center; |
| 5576 | 4962 | } |
| 5577 | 4963 | |
| 5578 | -.elementor-template-library-filter-select-source { | |
| 5579 | - width: 350px; | |
| 5580 | - display: flex; | |
| 5581 | - gap: 10px; | |
| 5582 | -} | |
| 5583 | -.elementor-template-library-filter-select-source .source-option { | |
| 5584 | - flex: 1; | |
| 5585 | - border: 0.5px solid #BABFC5; | |
| 5586 | - padding: 5px; | |
| 5587 | - border-radius: 3px; | |
| 5588 | - cursor: pointer; | |
| 5589 | - font-size: 12px; | |
| 5590 | -} | |
| 5591 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5592 | - margin-inline-end: 5px; | |
| 5593 | -} | |
| 5594 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5595 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5596 | - padding: 2px 4px; | |
| 5597 | - color: var(--e-a-color-primary-bold-dark); | |
| 5598 | - border-radius: 10px; | |
| 5599 | - font-size: 10px; | |
| 5600 | - margin-inline-start: 5px; | |
| 5601 | -} | |
| 5602 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5603 | - background-color: var(--e-a-bg-hover); | |
| 5604 | -} | |
| 5605 | - | |
| 5606 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5607 | - display: flex; | |
| 5608 | - align-items: center; | |
| 5609 | - justify-content: space-between; | |
| 5610 | -} | |
| 5611 | - | |
| 5612 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5613 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5614 | - display: flex; | |
| 5615 | - align-items: center; | |
| 5616 | - gap: 6px; | |
| 5617 | - padding: 6px 12px; | |
| 5618 | - border: none; | |
| 5619 | - border-radius: 20px; | |
| 5620 | - font-size: 14px; | |
| 5621 | - font-weight: 500; | |
| 5622 | - white-space: nowrap; | |
| 5623 | - margin-inline-start: auto; | |
| 5624 | - margin-inline-end: 15px; | |
| 5625 | -} | |
| 5626 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5627 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5628 | - margin: 0; | |
| 5629 | - font-size: 14px; | |
| 5630 | -} | |
| 5631 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5632 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5633 | - background-color: var(--e-a-bg-info); | |
| 5634 | - color: var(--e-a-color-info); | |
| 5635 | -} | |
| 5636 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5637 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5638 | - color: var(--e-a-color-info); | |
| 5639 | -} | |
| 5640 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5641 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5642 | - background-color: var(--e-a-bg-warning); | |
| 5643 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5644 | -} | |
| 5645 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5646 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5647 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5648 | -} | |
| 5649 | - | |
| 5650 | 4964 | #elementor-template-library-filter-toolbar-remote { |
| 5651 | 4965 | font-size: 11px; |
| 5652 | 4966 | } |
| 5653 | 4967 | |
| @@ -5661,11 +4975,8 @@ | ||
| 5661 | 4975 | padding-inline-end: 22px; |
| 5662 | 4976 | -webkit-user-select: none; |
| 5663 | 4977 | -moz-user-select: none; |
| 5664 | 4978 | user-select: none; |
| 5665 | - line-height: 1; | |
| 5666 | - font-size: 10px; | |
| 5667 | - font-weight: 500; | |
| 5668 | 4979 | } |
| 5669 | 4980 | |
| 5670 | 4981 | label.elementor-template-library-order-label { |
| 5671 | 4982 | cursor: pointer; |
| @@ -5721,12 +5032,8 @@ | ||
| 5721 | 5032 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5722 | 5033 | content: "\e923"; |
| 5723 | 5034 | } |
| 5724 | 5035 | |
| 5725 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5726 | - margin-block-end: 10px; | |
| 5727 | -} | |
| 5728 | - | |
| 5729 | 5036 | #elementor-template-library-filter-text-wrapper { |
| 5730 | 5037 | width: 200px; |
| 5731 | 5038 | position: relative; |
| 5732 | 5039 | } |
| @@ -5731,15 +5038,12 @@ | ||
| 5731 | 5038 | position: relative; |
| 5732 | 5039 | } |
| 5733 | 5040 | #elementor-template-library-filter-text-wrapper i { |
| 5734 | 5041 | position: absolute; |
| 5735 | - inset-block-start: 50%; | |
| 5736 | - inset-inline-end: 0; | |
| 5042 | + top: 50%; | |
| 5043 | + right: 0; | |
| 5737 | 5044 | transform: translateY(-50%); |
| 5738 | 5045 | } |
| 5739 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5740 | - inset-block-start: 25%; | |
| 5741 | -} | |
| 5742 | 5046 | |
| 5743 | 5047 | #elementor-template-library-filter-text { |
| 5744 | 5048 | border: none; |
| 5745 | 5049 | border-block-end: var(--e-a-border-bold); |
| @@ -5765,32 +5069,19 @@ | ||
| 5765 | 5069 | padding: 8px; |
| 5766 | 5070 | border: var(--e-a-border); |
| 5767 | 5071 | border-radius: 3px; |
| 5768 | 5072 | } |
| 5769 | -.elementor-template-library-template-remote:focus-visible { | |
| 5770 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5771 | - outline-offset: 2px; | |
| 5772 | -} | |
| 5773 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5073 | +.elementor-template-library-template-remote:hover { | |
| 5774 | 5074 | background-color: var(--e-a-bg-hover); |
| 5775 | 5075 | } |
| 5776 | -.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 { | |
| 5777 | - opacity: 1; | |
| 5778 | -} | |
| 5779 | -.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 { | |
| 5076 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5780 | 5077 | display: none; |
| 5781 | 5078 | } |
| 5782 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5783 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5784 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5785 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5786 | - display: initial; | |
| 5787 | -} | |
| 5788 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5079 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5789 | 5080 | opacity: 0; |
| 5790 | 5081 | } |
| 5791 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5792 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5082 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5083 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5793 | 5084 | display: none; |
| 5794 | 5085 | } |
| 5795 | 5086 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5796 | 5087 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5798,10 +5089,10 @@ | ||
| 5798 | 5089 | color: var(--e-a-color-white); |
| 5799 | 5090 | position: absolute; |
| 5800 | 5091 | text-transform: uppercase; |
| 5801 | 5092 | line-height: 1; |
| 5802 | - inset-block-start: 5px; | |
| 5803 | - inset-inline-end: 5px; | |
| 5093 | + top: 5px; | |
| 5094 | + right: 5px; | |
| 5804 | 5095 | padding: 3px 5px; |
| 5805 | 5096 | font-size: 8px; |
| 5806 | 5097 | border-radius: 2px; |
| 5807 | 5098 | } |
| @@ -5816,10 +5107,10 @@ | ||
| 5816 | 5107 | } |
| 5817 | 5108 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5818 | 5109 | position: absolute; |
| 5819 | 5110 | width: 100%; |
| 5820 | - inset-block-end: 0; | |
| 5821 | - inset-inline-start: 0; | |
| 5111 | + bottom: 0; | |
| 5112 | + left: 0; | |
| 5822 | 5113 | padding: 10px; |
| 5823 | 5114 | background-color: var(--e-a-bg-default); |
| 5824 | 5115 | transition: transform 0.5s; |
| 5825 | 5116 | } |
| @@ -5825,9 +5116,9 @@ | ||
| 5825 | 5116 | } |
| 5826 | 5117 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5827 | 5118 | display: none; |
| 5828 | 5119 | } |
| 5829 | -.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 { | |
| 5120 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5830 | 5121 | transform: translateY(100%); |
| 5831 | 5122 | } |
| 5832 | 5123 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5833 | 5124 | position: relative; |
| @@ -5844,9 +5135,12 @@ | ||
| 5844 | 5135 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5845 | 5136 | } |
| 5846 | 5137 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5847 | 5138 | position: absolute; |
| 5848 | - inset: 0; | |
| 5139 | + top: 0; | |
| 5140 | + left: 0; | |
| 5141 | + width: 100%; | |
| 5142 | + height: 100%; | |
| 5849 | 5143 | background-color: rgba(0, 0, 0, 0.5); |
| 5850 | 5144 | transition: opacity 0.5s; |
| 5851 | 5145 | cursor: pointer; |
| 5852 | 5146 | } |
| @@ -5852,11 +5146,11 @@ | ||
| 5852 | 5146 | } |
| 5853 | 5147 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5854 | 5148 | font-size: 20px; |
| 5855 | 5149 | position: absolute; |
| 5856 | - inset-block-start: 50%; | |
| 5857 | - inset-inline-start: 50%; | |
| 5858 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5150 | + top: 50%; | |
| 5151 | + left: 50%; | |
| 5152 | + transform: translate(-50%, -50%); | |
| 5859 | 5153 | } |
| 5860 | 5154 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5861 | 5155 | display: flex; |
| 5862 | 5156 | justify-content: space-between; |
| @@ -5876,22 +5170,10 @@ | ||
| 5876 | 5170 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5877 | 5171 | margin-inline-start: auto; |
| 5878 | 5172 | } |
| 5879 | 5173 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5880 | - position: absolute; | |
| 5881 | - width: 1px; | |
| 5882 | - height: 1px; | |
| 5883 | - padding: 0; | |
| 5884 | - margin: -1px; | |
| 5885 | - overflow: hidden; | |
| 5886 | - clip: rect(0, 0, 0, 0); | |
| 5887 | - white-space: nowrap; | |
| 5888 | - border: 0; | |
| 5174 | + display: none; | |
| 5889 | 5175 | } |
| 5890 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5891 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5892 | - outline-offset: 2px; | |
| 5893 | -} | |
| 5894 | 5176 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5895 | 5177 | content: "\e93f"; |
| 5896 | 5178 | color: var(--e-a-color-primary-bold); |
| 5897 | 5179 | } |
| @@ -5926,231 +5208,112 @@ | ||
| 5926 | 5208 | height: 200px; |
| 5927 | 5209 | } |
| 5928 | 5210 | |
| 5929 | 5211 | #elementor-template-library-order-toolbar-local, |
| 5930 | -.elementor-template-library-template-local, | |
| 5931 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5212 | +.elementor-template-library-template-local { | |
| 5932 | 5213 | display: flex; |
| 5933 | 5214 | align-items: center; |
| 5934 | 5215 | padding: 0 25px; |
| 5935 | 5216 | text-align: start; |
| 5936 | 5217 | } |
| 5937 | -@media (max-width: 1439px) { | |
| 5938 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5939 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5940 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5941 | - width: 33%; | |
| 5942 | - } | |
| 5943 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5944 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5945 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5946 | - width: 10%; | |
| 5947 | - } | |
| 5948 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5949 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5950 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5951 | - width: 15%; | |
| 5952 | - } | |
| 5953 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5954 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5955 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5956 | - width: 15%; | |
| 5957 | - } | |
| 5958 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5959 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5960 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5961 | - width: 27%; | |
| 5962 | - } | |
| 5963 | -} | |
| 5964 | -@media (min-width: 1440px) { | |
| 5965 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5966 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5967 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5968 | - width: 25%; | |
| 5969 | - } | |
| 5970 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5971 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5972 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5973 | - width: 17%; | |
| 5974 | - } | |
| 5975 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5976 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5977 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5978 | - width: 17%; | |
| 5979 | - } | |
| 5980 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5981 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5982 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5983 | - width: 17%; | |
| 5984 | - } | |
| 5985 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5986 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5987 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5988 | - width: 24%; | |
| 5989 | - } | |
| 5990 | -} | |
| 5991 | -@media (max-width: 1024px) { | |
| 5992 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5993 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5994 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5995 | - display: none; | |
| 5996 | - } | |
| 5997 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5998 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5999 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6000 | - width: 41%; | |
| 6001 | - } | |
| 6002 | -} | |
| 6003 | 5218 | |
| 6004 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6005 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6006 | - display: none; | |
| 6007 | - position: absolute; | |
| 6008 | - background-color: var(--e-a-bg-default); | |
| 6009 | - border-radius: var(--e-a-border-radius); | |
| 6010 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6011 | - inset-block-start: 100%; | |
| 6012 | - inset-inline-end: 0; | |
| 6013 | - z-index: 1; | |
| 6014 | - list-style: none; | |
| 6015 | - margin: 0; | |
| 6016 | - padding: 0; | |
| 5219 | +#elementor-template-library-order-toolbar-local { | |
| 5220 | + margin-block-start: 30px; | |
| 6017 | 5221 | } |
| 6018 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6019 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6020 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6021 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6022 | - background: transparent; | |
| 6023 | - margin: 0; | |
| 6024 | - font-size: inherit; | |
| 6025 | - font-family: inherit; | |
| 6026 | - color: inherit; | |
| 6027 | - border: none; | |
| 6028 | - padding: 10px 20px; | |
| 6029 | - font-size: 11px; | |
| 6030 | - cursor: pointer; | |
| 6031 | - display: flex; | |
| 6032 | - align-items: center; | |
| 6033 | - gap: 8px; | |
| 6034 | - width: 100%; | |
| 5222 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 5223 | + line-height: 1; | |
| 5224 | + font-size: 10px; | |
| 5225 | + font-weight: 500; | |
| 6035 | 5226 | } |
| 6036 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6037 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6038 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6039 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6040 | - cursor: not-allowed; | |
| 6041 | - color: var(--e-a-color-txt-disabled); | |
| 6042 | -} | |
| 6043 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6044 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6045 | - color: var(--e-a-color-txt); | |
| 6046 | - text-decoration: none; | |
| 6047 | -} | |
| 6048 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6049 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6050 | - color: var(--e-a-color-danger); | |
| 6051 | -} | |
| 6052 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6053 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6054 | - font-size: 16px; | |
| 6055 | -} | |
| 6056 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6057 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6058 | - margin-inline-start: auto; | |
| 6059 | - cursor: pointer; | |
| 6060 | - background: none; | |
| 6061 | - border: none; | |
| 6062 | - padding: 0; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - justify-content: center; | |
| 6066 | -} | |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6068 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6069 | - font-size: 20px; | |
| 6070 | -} | |
| 6071 | 5227 | |
| 6072 | -.elementor-template-library-template-local, | |
| 6073 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5228 | +.elementor-template-library-template-local { | |
| 6074 | 5229 | height: 50px; |
| 6075 | 5230 | width: 100%; |
| 6076 | 5231 | margin-block-start: 1px; |
| 6077 | 5232 | transition: background-color 0.3s linear; |
| 6078 | 5233 | } |
| 6079 | -.elementor-template-library-template-local:hover, | |
| 6080 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 5234 | +.elementor-template-library-template-local:hover { | |
| 6081 | 5235 | background-color: var(--e-a-bg-hover); |
| 6082 | 5236 | } |
| 6083 | -.elementor-template-library-template-local:first-child, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 5237 | +.elementor-template-library-template-local:first-child { | |
| 6085 | 5238 | border-start-start-radius: 3px; |
| 6086 | 5239 | border-start-end-radius: 3px; |
| 6087 | 5240 | border-end-start-radius: 0; |
| 6088 | 5241 | border-end-end-radius: 0; |
| 6089 | 5242 | } |
| 6090 | -.elementor-template-library-template-local:last-child, | |
| 6091 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 5243 | +.elementor-template-library-template-local:last-child { | |
| 6092 | 5244 | border-start-start-radius: 0; |
| 6093 | 5245 | border-start-end-radius: 0; |
| 6094 | 5246 | border-end-start-radius: 3px; |
| 6095 | 5247 | border-end-end-radius: 3px; |
| 6096 | 5248 | } |
| 6097 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6098 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 5249 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6099 | 5250 | font-weight: 500; |
| 6100 | 5251 | } |
| 6101 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6102 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6103 | - font-size: 16px; | |
| 6104 | -} | |
| 6105 | 5252 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6106 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6107 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6108 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 5253 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 6109 | 5254 | padding-inline-end: 20px; |
| 6110 | 5255 | } |
| 6111 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6112 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6113 | - padding-inline-end: 10px; | |
| 6114 | -} | |
| 6115 | 5256 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6116 | 5257 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6117 | 5258 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6119 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6120 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6121 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6122 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 5259 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6123 | 5260 | white-space: nowrap; |
| 6124 | 5261 | text-overflow: ellipsis; |
| 6125 | 5262 | overflow: hidden; |
| 6126 | 5263 | } |
| 6127 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6128 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 5264 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6129 | 5265 | position: relative; |
| 6130 | 5266 | display: flex; |
| 6131 | 5267 | align-items: center; |
| 6132 | 5268 | } |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6134 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6135 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6136 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5269 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6137 | 5270 | cursor: pointer; |
| 6138 | 5271 | transition: color 0.5s; |
| 6139 | 5272 | } |
| 6140 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6141 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6142 | - color: #F5D0FE; | |
| 5273 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 5274 | + margin-inline-end: 3px; | |
| 6143 | 5275 | } |
| 6144 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6145 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6146 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6147 | - cursor: not-allowed; | |
| 5276 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 5277 | + margin-inline-start: 6px; | |
| 6148 | 5278 | } |
| 6149 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6151 | - margin-inline-end: 3px; | |
| 5279 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 5280 | + color: var(--e-a-color-danger); | |
| 6152 | 5281 | } |
| 5282 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 5283 | + display: none; | |
| 5284 | + position: absolute; | |
| 5285 | + background-color: var(--e-a-bg-default); | |
| 5286 | + padding: 3px 20px; | |
| 5287 | + border-radius: var(--e-a-border-radius); | |
| 5288 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 5289 | + top: 100%; | |
| 5290 | + right: 0; | |
| 5291 | + transform: translateX(65%) translateY(-7px); | |
| 5292 | + z-index: 1; | |
| 5293 | +} | |
| 5294 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 5295 | + content: ""; | |
| 5296 | + position: absolute; | |
| 5297 | + border: solid transparent; | |
| 5298 | + border-width: 8px 4px; | |
| 5299 | + border-block-end-color: var(--e-a-color-white); | |
| 5300 | + transform: translateY(-100%); | |
| 5301 | +} | |
| 5302 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 5303 | + margin: 10px 0; | |
| 5304 | + font-size: 11px; | |
| 5305 | +} | |
| 5306 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 5307 | + color: var(--e-a-color-txt); | |
| 5308 | +} | |
| 5309 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 5310 | + flex-grow: 1; | |
| 5311 | + text-align: end; | |
| 5312 | +} | |
| 5313 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 5314 | + font-size: 16px; | |
| 5315 | +} | |
| 6153 | 5316 | |
| 6154 | 5317 | #elementor-template-library-preview { |
| 6155 | 5318 | height: 100%; |
| 6156 | 5319 | overflow: hidden; |
| @@ -6156,9 +5319,9 @@ | ||
| 6156 | 5319 | overflow: hidden; |
| 6157 | 5320 | } |
| 6158 | 5321 | #elementor-template-library-preview iframe { |
| 6159 | 5322 | height: 150%; |
| 6160 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 5323 | + transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 6161 | 5324 | } |
| 6162 | 5325 | @media (max-width: 1439px) { |
| 6163 | 5326 | #elementor-template-library-preview iframe { |
| 6164 | 5327 | width: 1440px; |
| @@ -6174,14 +5337,8 @@ | ||
| 6174 | 5337 | font-size: 64px; |
| 6175 | 5338 | margin-block-start: 45px; |
| 6176 | 5339 | line-height: 1; |
| 6177 | 5340 | } |
| 6178 | -.elementor-template-library-blank-icon i { | |
| 6179 | - font-size: 85px; | |
| 6180 | -} | |
| 6181 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6182 | - font-size: 65px; | |
| 6183 | -} | |
| 6184 | 5341 | .elementor-template-library-blank-icon img { |
| 6185 | 5342 | width: 70px; |
| 6186 | 5343 | } |
| 6187 | 5344 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6219,499 +5376,8 @@ | ||
| 6219 | 5376 | #elementor-template-library-save-template-form > * { |
| 6220 | 5377 | height: 55px; |
| 6221 | 5378 | font-size: 16px; |
| 6222 | 5379 | } |
| 6223 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6224 | - height: 55px; | |
| 6225 | - font-size: 16px; | |
| 6226 | - margin-block-end: 15px; | |
| 6227 | -} | |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6229 | - display: block; | |
| 6230 | - width: 500px; | |
| 6231 | - margin: 0 auto; | |
| 6232 | -} | |
| 6233 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6234 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6235 | - display: none; | |
| 6236 | -} | |
| 6237 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6238 | - margin-inline: 5px; | |
| 6239 | -} | |
| 6240 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6241 | - display: none; | |
| 6242 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6243 | - padding: 3px 5px; | |
| 6244 | - border-radius: 100px; | |
| 6245 | - margin-inline: 5px; | |
| 6246 | -} | |
| 6247 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6248 | - color: var(--e-a-btn-bg-accent); | |
| 6249 | -} | |
| 6250 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6251 | - margin-inline-end: 5px; | |
| 6252 | -} | |
| 6253 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6254 | - display: inline; | |
| 6255 | -} | |
| 6256 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6257 | - display: inline; | |
| 6258 | - background: var(--e-a-bg-hover); | |
| 6259 | - padding: 0 2px 1px; | |
| 6260 | - border: none; | |
| 6261 | - border-radius: 2px; | |
| 6262 | - vertical-align: bottom; | |
| 6263 | - cursor: pointer; | |
| 6264 | - font-family: inherit; | |
| 6265 | - font-size: inherit; | |
| 6266 | - color: inherit; | |
| 6267 | - line-height: inherit; | |
| 6268 | -} | |
| 6269 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6270 | - background: var(--e-a-bg-active); | |
| 6271 | -} | |
| 6272 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6273 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6274 | - outline-offset: 2px; | |
| 6275 | -} | |
| 6276 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6277 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6278 | -#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, | |
| 6279 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6280 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6281 | - display: inline; | |
| 6282 | -} | |
| 6283 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6284 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6285 | -#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, | |
| 6286 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6287 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6288 | - pointer-events: none; | |
| 6289 | -} | |
| 6290 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6291 | -#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, | |
| 6292 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6293 | - display: none; | |
| 6294 | -} | |
| 6295 | -#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 { | |
| 6296 | - color: var(--e-a-color-txt-muted); | |
| 6297 | - margin-inline: 5px; | |
| 6298 | -} | |
| 6299 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6300 | - display: none; | |
| 6301 | - float: inline-start; | |
| 6302 | -} | |
| 6303 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6304 | - font-size: 13px; | |
| 6305 | - color: var(--e-a-btn-bg-accent); | |
| 6306 | - text-align: start; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6309 | - color: var(--e-a-btn-bg-accent); | |
| 6310 | - text-decoration: underline; | |
| 6311 | -} | |
| 6312 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6313 | - float: inline-end; | |
| 6314 | -} | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6316 | - cursor: not-allowed; | |
| 6317 | -} | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6319 | - display: flex; | |
| 6320 | - flex-direction: column; | |
| 6321 | - text-align: start; | |
| 6322 | - border: var(--e-a-border-bold); | |
| 6323 | - padding: 15px; | |
| 6324 | - height: auto; | |
| 6325 | - gap: 10px; | |
| 6326 | - position: relative; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6329 | - background: #69727D; | |
| 6330 | - inset-block-start: -3px; | |
| 6331 | - position: relative; | |
| 6332 | -} | |
| 6333 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6334 | - position: relative; | |
| 6335 | - display: inline-block; | |
| 6336 | -} | |
| 6337 | -#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 { | |
| 6338 | - white-space: nowrap; | |
| 6339 | - text-overflow: ellipsis; | |
| 6340 | - overflow: hidden; | |
| 6341 | - overflow: visible; | |
| 6342 | - display: inline-flex; | |
| 6343 | - align-items: baseline; | |
| 6344 | - line-height: 27px; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6347 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6348 | - flex-shrink: 0; | |
| 6349 | - position: relative; | |
| 6350 | - inset-block-start: 2px; | |
| 6351 | -} | |
| 6352 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6354 | - inset-block-start: -2px; | |
| 6355 | -} | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6357 | - vertical-align: bottom; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6360 | - margin-inline: 5px; | |
| 6361 | - color: var(--e-a-color-txt-muted); | |
| 6362 | - cursor: pointer; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6365 | - display: none; | |
| 6366 | - margin-inline-end: 5px; | |
| 6367 | - align-items: baseline; | |
| 6368 | - white-space: nowrap; | |
| 6369 | - text-overflow: ellipsis; | |
| 6370 | - overflow: hidden; | |
| 6371 | -} | |
| 6372 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6373 | - display: inline-flex !important; | |
| 6374 | -} | |
| 6375 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6376 | - text-decoration: underline; | |
| 6377 | - cursor: pointer; | |
| 6378 | - white-space: nowrap; | |
| 6379 | - text-overflow: ellipsis; | |
| 6380 | - overflow: hidden; | |
| 6381 | -} | |
| 6382 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6383 | - cursor: pointer; | |
| 6384 | - flex-shrink: 0; | |
| 6385 | -} | |
| 6386 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6387 | - color: var(--e-a-color-primary-bold); | |
| 6388 | - font-size: 14px; | |
| 6389 | -} | |
| 6390 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6391 | - text-decoration: underline; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6394 | - display: none; | |
| 6395 | - position: absolute; | |
| 6396 | - inset-block-start: 40px; | |
| 6397 | - background-color: var(--e-a-bg-default); | |
| 6398 | - min-width: 187px; | |
| 6399 | - overflow: auto; | |
| 6400 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6401 | - z-index: 1; | |
| 6402 | - border-radius: 2px; | |
| 6403 | - max-width: 450px; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6406 | - white-space: nowrap; | |
| 6407 | - text-overflow: ellipsis; | |
| 6408 | - overflow: hidden; | |
| 6409 | -} | |
| 6410 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6411 | - margin: 15px; | |
| 6412 | -} | |
| 6413 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6414 | - margin-inline-end: 10px; | |
| 6415 | -} | |
| 6416 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6417 | - max-height: 170px; | |
| 6418 | -} | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6420 | - padding: 5px 15px; | |
| 6421 | - cursor: pointer; | |
| 6422 | - list-style: none; | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6425 | - display: none; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6428 | - margin: 0px; | |
| 6429 | -} | |
| 6430 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6431 | - text-decoration: underline; | |
| 6432 | -} | |
| 6433 | -#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 { | |
| 6434 | - background: var(--e-a-border-color); | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6437 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6438 | - outline-offset: -2px; | |
| 6439 | -} | |
| 6440 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6441 | - pointer-events: none; | |
| 6442 | - opacity: 0.3; | |
| 6443 | -} | |
| 6444 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6445 | - text-align: center; | |
| 6446 | - font-size: 13px; | |
| 6447 | - margin: 0 20px; | |
| 6448 | - padding-block: 15px; | |
| 6449 | - pointer-events: none; | |
| 6450 | -} | |
| 6451 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6452 | - font-size: 24px; | |
| 6453 | - padding-block-end: 10px; | |
| 6454 | -} | |
| 6455 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6456 | - border-block-start: none; | |
| 6457 | - border-inline: none; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6460 | - pointer-events: none; | |
| 6461 | - opacity: 0.3; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6464 | - display: flex; | |
| 6465 | - flex-direction: column; | |
| 6466 | - width: 600px; | |
| 6467 | - text-align: start; | |
| 6468 | -} | |
| 6469 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6470 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6471 | - font-size: 12px; | |
| 6472 | - font-weight: 400; | |
| 6473 | - color: var(--e-a-color-txt); | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6476 | - width: 100%; | |
| 6477 | - padding: 12px 15px; | |
| 6478 | - border: var(--e-a-border-bold); | |
| 6479 | - border-radius: 3px; | |
| 6480 | - margin-block-end: 0; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6483 | - border: none; | |
| 6484 | - padding: 0; | |
| 6485 | - gap: 12px; | |
| 6486 | - margin-block-start: 20px; | |
| 6487 | -} | |
| 6488 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6489 | - display: flex; | |
| 6490 | - align-items: center; | |
| 6491 | - padding: 12px 15px; | |
| 6492 | - border: var(--e-a-border-bold); | |
| 6493 | - border-radius: 3px; | |
| 6494 | - width: 100%; | |
| 6495 | - line-height: normal; | |
| 6496 | - gap: 8px; | |
| 6497 | -} | |
| 6498 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6499 | - border-color: var(--e-a-color-txt); | |
| 6500 | -} | |
| 6501 | -#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 { | |
| 6502 | - display: flex; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6505 | - margin-inline-end: 0; | |
| 6506 | - flex-shrink: 0; | |
| 6507 | - position: relative; | |
| 6508 | -} | |
| 6509 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6510 | - inset-block-start: 0; | |
| 6511 | -} | |
| 6512 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6513 | - content: ""; | |
| 6514 | - position: absolute; | |
| 6515 | - inset-inline-end: -8px; | |
| 6516 | - width: 1px; | |
| 6517 | - height: 18px; | |
| 6518 | - background-color: var(--e-a-border-color); | |
| 6519 | -} | |
| 6520 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6521 | - margin-inline-start: 12px; | |
| 6522 | - margin-inline-end: 4px; | |
| 6523 | - font-size: 24px; | |
| 6524 | - color: var(--e-a-color-txt); | |
| 6525 | -} | |
| 6526 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6527 | - margin-inline-start: 8px; | |
| 6528 | - margin-inline-end: 0; | |
| 6529 | - font-size: 24px; | |
| 6530 | - color: var(--e-a-color-txt); | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6533 | - flex: 0 0 auto; | |
| 6534 | - margin: 0; | |
| 6535 | - cursor: pointer; | |
| 6536 | -} | |
| 6537 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6538 | - margin-inline: 0; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6541 | - display: inline; | |
| 6542 | - background: transparent; | |
| 6543 | - padding: 0; | |
| 6544 | - border-radius: 0; | |
| 6545 | - vertical-align: baseline; | |
| 6546 | - text-decoration: underline; | |
| 6547 | - cursor: pointer; | |
| 6548 | - margin-inline-start: 0; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6551 | - background: transparent; | |
| 6552 | -} | |
| 6553 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6554 | - color: var(--e-a-color-primary-bold); | |
| 6555 | - text-decoration: underline; | |
| 6556 | - cursor: pointer; | |
| 6557 | - margin-inline-start: 4px; | |
| 6558 | -} | |
| 6559 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6560 | - text-decoration: none; | |
| 6561 | -} | |
| 6562 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6563 | - display: none; | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - border-radius: 0; | |
| 6567 | - margin-inline-start: 0; | |
| 6568 | - background: transparent; | |
| 6569 | - transition: background-color 0.2s; | |
| 6570 | - padding: 3px 8px; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6573 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6574 | - border-radius: 3px; | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6577 | - color: var(--e-a-btn-bg-accent); | |
| 6578 | - text-decoration: none; | |
| 6579 | - display: flex; | |
| 6580 | - align-items: center; | |
| 6581 | - gap: 4px; | |
| 6582 | - font-size: 14px; | |
| 6583 | - font-weight: 500; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6586 | - margin: 0; | |
| 6587 | - font-size: 14px; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6590 | - display: none; | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6593 | - color: var(--e-a-color-txt-muted); | |
| 6594 | - margin-inline: 5px; | |
| 6595 | -} | |
| 6596 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6597 | - color: var(--e-a-color-info); | |
| 6598 | - text-decoration: underline; | |
| 6599 | -} | |
| 6600 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6601 | - text-decoration: none; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6604 | - display: flex; | |
| 6605 | - align-items: center; | |
| 6606 | - gap: 6px; | |
| 6607 | - padding: 6px 12px; | |
| 6608 | - border: none; | |
| 6609 | - border-radius: 20px; | |
| 6610 | - font-size: 14px; | |
| 6611 | - font-weight: 500; | |
| 6612 | - cursor: pointer; | |
| 6613 | - transition: opacity 0.2s; | |
| 6614 | - margin-inline-start: auto; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6617 | - opacity: 0.8; | |
| 6618 | -} | |
| 6619 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6620 | - margin: 0; | |
| 6621 | - font-size: 14px; | |
| 6622 | -} | |
| 6623 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6624 | - background-color: var(--e-a-bg-info); | |
| 6625 | - color: var(--e-a-color-info); | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6628 | - color: var(--e-a-color-info); | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6631 | - background-color: var(--e-a-bg-warning); | |
| 6632 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6635 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6636 | -} | |
| 6637 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6638 | - display: none; | |
| 6639 | - margin-inline-start: 8px; | |
| 6640 | - align-items: center; | |
| 6641 | - gap: 6px; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6644 | - display: inline-flex !important; | |
| 6645 | -} | |
| 6646 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6647 | - text-decoration: underline; | |
| 6648 | - cursor: pointer; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6651 | - cursor: pointer; | |
| 6652 | - font-size: 14px; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6655 | - inset-block-start: 75px; | |
| 6656 | - inset-inline-start: 230px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6659 | - display: none; | |
| 6660 | -} | |
| 6661 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6662 | - display: inline; | |
| 6663 | -} | |
| 6664 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6665 | - display: none; | |
| 6666 | -} | |
| 6667 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6668 | - border-color: var(--e-a-border-color); | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6671 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6672 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6673 | - color: var(--e-a-color-txt-disabled); | |
| 6674 | -} | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6676 | - background-color: var(--e-a-color-txt-disabled); | |
| 6677 | -} | |
| 6678 | -#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 { | |
| 6679 | - border-color: var(--e-a-border-color); | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6682 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6683 | -#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, | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6685 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6686 | - color: var(--e-a-color-txt-disabled); | |
| 6687 | -} | |
| 6688 | -#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 { | |
| 6689 | - background-color: var(--e-a-color-txt-disabled); | |
| 6690 | -} | |
| 6691 | -#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 { | |
| 6692 | - display: inline-flex; | |
| 6693 | -} | |
| 6694 | -#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 { | |
| 6695 | - display: none; | |
| 6696 | -} | |
| 6697 | -#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 { | |
| 6698 | - display: block; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6701 | -#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], | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6703 | - pointer-events: none; | |
| 6704 | -} | |
| 6705 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6706 | - display: block; | |
| 6707 | - margin-block-start: 15px; | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6710 | - align-self: center; | |
| 6711 | - margin-block-start: 20px; | |
| 6712 | - float: none; | |
| 6713 | -} | |
| 6714 | 5380 | |
| 6715 | 5381 | #elementor-template-library-save-template-name { |
| 6716 | 5382 | width: 500px; |
| 6717 | 5383 | padding-inline-start: 25px; |
| @@ -6763,12 +5429,8 @@ | ||
| 6763 | 5429 | padding: 100px 0 0; |
| 6764 | 5430 | min-height: 550px; |
| 6765 | 5431 | } |
| 6766 | 5432 | |
| 6767 | -.elementor-template-library-cloud-empty__button { | |
| 6768 | - margin-block-start: 45px; | |
| 6769 | -} | |
| 6770 | - | |
| 6771 | 5433 | #elementor-template-library-connect-logo { |
| 6772 | 5434 | font-size: 20px; |
| 6773 | 5435 | } |
| 6774 | 5436 | #elementor-template-library-connect__button { |
| @@ -6805,11 +5467,11 @@ | ||
| 6805 | 5467 | } |
| 6806 | 5468 | |
| 6807 | 5469 | .elementor-template-library-blank-footer { |
| 6808 | 5470 | position: absolute; |
| 6809 | - inset-block-end: 70px; | |
| 6810 | - inset-inline-start: 50%; | |
| 6811 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5471 | + bottom: 70px; | |
| 5472 | + left: 50%; | |
| 5473 | + transform: translateX(-50%); | |
| 6812 | 5474 | font-style: italic; |
| 6813 | 5475 | color: var(--e-a-color-txt-muted); |
| 6814 | 5476 | } |
| 6815 | 5477 | @media (max-height: 700px) { |
| @@ -6841,287 +5503,50 @@ | ||
| 6841 | 5503 | #elementor-template-library-error-info { |
| 6842 | 5504 | margin-block-start: 10px; |
| 6843 | 5505 | } |
| 6844 | 5506 | |
| 6845 | -#elementor-library--infotip__dialog, | |
| 6846 | -#elementor-library--connect_infotip__dialog, | |
| 6847 | -#elementor-library--cloud-upgrade__dialog, | |
| 6848 | -#elementor-library--site-info__dialog { | |
| 6849 | - position: absolute; | |
| 6850 | - z-index: 10000; | |
| 6851 | - background-color: var(--e-a-bg-default); | |
| 6852 | - box-shadow: var(--e-a-popover-shadow); | |
| 6853 | - border-radius: var(--e-a-border-radius); | |
| 5507 | +@media (max-width: 1439px) { | |
| 5508 | + .elementor-template-library-local-column-1 { | |
| 5509 | + width: 33%; | |
| 5510 | + } | |
| 5511 | + .elementor-template-library-local-column-2 { | |
| 5512 | + width: 10%; | |
| 5513 | + } | |
| 5514 | + .elementor-template-library-local-column-3 { | |
| 5515 | + width: 15%; | |
| 5516 | + } | |
| 5517 | + .elementor-template-library-local-column-4 { | |
| 5518 | + width: 15%; | |
| 5519 | + } | |
| 5520 | + .elementor-template-library-local-column-5 { | |
| 5521 | + width: 27%; | |
| 5522 | + } | |
| 6854 | 5523 | } |
| 6855 | -#elementor-library--infotip__dialog.variant-b, | |
| 6856 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6857 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6858 | -#elementor-library--site-info__dialog.variant-b { | |
| 6859 | - width: 200px; | |
| 6860 | - color: var(--e-a-color-txt-invert); | |
| 6861 | - background-color: var(--e-a-bg-secondary); | |
| 5524 | +@media (min-width: 1440px) { | |
| 5525 | + .elementor-template-library-local-column-1 { | |
| 5526 | + width: 25%; | |
| 5527 | + } | |
| 5528 | + .elementor-template-library-local-column-2 { | |
| 5529 | + width: 17%; | |
| 5530 | + } | |
| 5531 | + .elementor-template-library-local-column-3 { | |
| 5532 | + width: 17%; | |
| 5533 | + } | |
| 5534 | + .elementor-template-library-local-column-4 { | |
| 5535 | + width: 17%; | |
| 5536 | + } | |
| 5537 | + .elementor-template-library-local-column-5 { | |
| 5538 | + width: 24%; | |
| 5539 | + } | |
| 6862 | 5540 | } |
| 6863 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6864 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6865 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6866 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6867 | - padding: 4px 8px 4px 8px; | |
| 5541 | +@media (max-width: 1024px) { | |
| 5542 | + .elementor-template-library-local-column-3 { | |
| 5543 | + display: none; | |
| 5544 | + } | |
| 5545 | + .elementor-template-library-local-column-5 { | |
| 5546 | + width: 41%; | |
| 5547 | + } | |
| 6868 | 5548 | } |
| 6869 | -#elementor-library--infotip__dialog__title, | |
| 6870 | -#elementor-library--connect_infotip__dialog__title, | |
| 6871 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6872 | -#elementor-library--site-info__dialog__title { | |
| 6873 | - font-size: 14px; | |
| 6874 | -} | |
| 6875 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6876 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6877 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6878 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6879 | - padding: 10px 0 10px 10px; | |
| 6880 | - float: inline-end; | |
| 6881 | -} | |
| 6882 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6883 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6884 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6885 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6886 | - padding: 7px 25px; | |
| 6887 | - font-size: 13px; | |
| 6888 | - background: none; | |
| 6889 | - color: var(--e-a-btn-bg-accent); | |
| 6890 | - border: none; | |
| 6891 | - font-weight: 500; | |
| 6892 | - cursor: pointer; | |
| 6893 | -} | |
| 6894 | -#elementor-library--infotip__dialog:after, | |
| 6895 | -#elementor-library--connect_infotip__dialog:after, | |
| 6896 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6897 | -#elementor-library--site-info__dialog:after { | |
| 6898 | - content: ""; | |
| 6899 | - position: absolute; | |
| 6900 | - inset-inline-end: 46%; | |
| 6901 | - transform: scaleX(0.7); | |
| 6902 | - border: 10px solid transparent; | |
| 6903 | -} | |
| 6904 | - | |
| 6905 | -#elementor-library--infotip__dialog { | |
| 6906 | - width: 265px; | |
| 6907 | -} | |
| 6908 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6909 | - padding: 20px 20px 0px 20px; | |
| 6910 | -} | |
| 6911 | -#elementor-library--infotip__dialog:after { | |
| 6912 | - inset-block-start: 100%; | |
| 6913 | - border-block-start-color: var(--e-a-bg-default); | |
| 6914 | -} | |
| 6915 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6916 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6917 | -} | |
| 6918 | - | |
| 6919 | -#elementor-library--connect_infotip__dialog { | |
| 6920 | - width: 265px; | |
| 6921 | -} | |
| 6922 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6923 | - padding: 20px; | |
| 6924 | -} | |
| 6925 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6926 | - inset-block-end: 100%; | |
| 6927 | - border-block-end-color: var(--e-a-bg-default); | |
| 6928 | -} | |
| 6929 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6930 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6931 | - inset-block-start: 100%; | |
| 6932 | -} | |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6934 | - width: 265px; | |
| 6935 | -} | |
| 6936 | - | |
| 6937 | -#elementor-library--cloud-upgrade__dialog { | |
| 6938 | - width: 265px; | |
| 6939 | -} | |
| 6940 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6941 | - inset-block-start: 100%; | |
| 6942 | - border-block-start-color: var(--e-a-bg-default); | |
| 6943 | -} | |
| 6944 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6945 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6946 | -} | |
| 6947 | - | |
| 6948 | -#elementor-library--site-info__dialog { | |
| 6949 | - width: 265px; | |
| 6950 | -} | |
| 6951 | -#elementor-library--site-info__dialog:after { | |
| 6952 | - inset-block-start: 100%; | |
| 6953 | - border-block-start-color: var(--e-a-bg-default); | |
| 6954 | -} | |
| 6955 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6956 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6957 | -} | |
| 6958 | - | |
| 6959 | -.elementor-global-styles-dialog { | |
| 6960 | - --gsd-color-text-primary: #0c0d0e; | |
| 6961 | - --gsd-color-text-secondary: #3f444b; | |
| 6962 | - --gsd-color-text-tertiary: #69727D; | |
| 6963 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6964 | - --gsd-color-primary-main: #f0abfc; | |
| 6965 | - --gsd-color-primary-hover: #e879f9; | |
| 6966 | - --gsd-color-secondary-main: #515962; | |
| 6967 | - --gsd-border-radius: 4px; | |
| 6968 | - --gsd-spacing-horizontal: 24px; | |
| 6969 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6970 | - padding: 16px 0 0; | |
| 6971 | - min-width: 444px; | |
| 6972 | -} | |
| 6973 | -.elementor-global-styles-dialog__header { | |
| 6974 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6975 | - margin-block-end: 16px; | |
| 6976 | -} | |
| 6977 | -.elementor-global-styles-dialog__header h2 { | |
| 6978 | - margin: 0 0 4px; | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 16px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 1.3; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__header p { | |
| 6987 | - margin: 0; | |
| 6988 | - font-family: var(--gsd-font-family); | |
| 6989 | - font-size: 14px; | |
| 6990 | - font-weight: 400; | |
| 6991 | - line-height: 20px; | |
| 6992 | - color: var(--gsd-color-text-secondary); | |
| 6993 | - letter-spacing: 0.15px; | |
| 6994 | -} | |
| 6995 | -.elementor-global-styles-dialog__options { | |
| 6996 | - display: flex; | |
| 6997 | - flex-direction: column; | |
| 6998 | - gap: 12px; | |
| 6999 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__radio-card { | |
| 7002 | - display: flex; | |
| 7003 | - gap: 0; | |
| 7004 | - padding: 12px 8px; | |
| 7005 | - border: 1px solid var(--gsd-color-divider); | |
| 7006 | - border-radius: var(--gsd-border-radius); | |
| 7007 | - cursor: pointer; | |
| 7008 | - transition: border-color 0.2s ease; | |
| 7009 | -} | |
| 7010 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7011 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7012 | - padding: 11px 7px; | |
| 7013 | -} | |
| 7014 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7015 | - flex-shrink: 0; | |
| 7016 | - width: 20px; | |
| 7017 | - height: 20px; | |
| 7018 | - margin: 9px; | |
| 7019 | - cursor: pointer; | |
| 7020 | - color: var(--gsd-color-text-tertiary); | |
| 7021 | - accent-color: var(--gsd-color-text-primary); | |
| 7022 | -} | |
| 7023 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7024 | - display: flex; | |
| 7025 | - align-items: flex-start; | |
| 7026 | - flex-direction: column; | |
| 7027 | - flex: 1; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__radio-label { | |
| 7030 | - font-family: var(--gsd-font-family); | |
| 7031 | - font-size: 14px; | |
| 7032 | - font-weight: 500; | |
| 7033 | - line-height: 18px; | |
| 7034 | - color: var(--gsd-color-text-primary); | |
| 7035 | - letter-spacing: 0.15px; | |
| 7036 | -} | |
| 7037 | -.elementor-global-styles-dialog__radio-description { | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 12px; | |
| 7040 | - font-weight: 400; | |
| 7041 | - line-height: 20px; | |
| 7042 | - color: var(--gsd-color-text-secondary); | |
| 7043 | - letter-spacing: 0.4px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7046 | - display: flex; | |
| 7047 | - align-items: flex-start; | |
| 7048 | - gap: 4px; | |
| 7049 | - padding: 0; | |
| 7050 | - margin-block-start: 0; | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7053 | - display: flex; | |
| 7054 | - align-items: flex-start; | |
| 7055 | - gap: 4px; | |
| 7056 | - cursor: pointer; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7059 | - width: 18px; | |
| 7060 | - height: 18px; | |
| 7061 | - margin: 4px; | |
| 7062 | - cursor: pointer; | |
| 7063 | -} | |
| 7064 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7065 | - background-color: var(--gsd-color-text-tertiary); | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7068 | - font-family: var(--gsd-font-family); | |
| 7069 | - font-size: 12px; | |
| 7070 | - font-weight: 400; | |
| 7071 | - line-height: 1.43; | |
| 7072 | - color: var(--gsd-color-text-primary); | |
| 7073 | - letter-spacing: 0.15px; | |
| 7074 | - padding-block-start: 4px; | |
| 7075 | - margin-inline-start: 4px; | |
| 7076 | -} | |
| 7077 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7078 | - color: #2563eb; | |
| 7079 | - text-decoration: underline; | |
| 7080 | -} | |
| 7081 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7082 | - color: #2563eb; | |
| 7083 | -} | |
| 7084 | -.elementor-global-styles-dialog__footer { | |
| 7085 | - display: flex; | |
| 7086 | - justify-content: flex-end; | |
| 7087 | - align-items: center; | |
| 7088 | - gap: 8px; | |
| 7089 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__button-cancel { | |
| 7092 | - padding: 6px 8px; | |
| 7093 | - font-family: var(--gsd-font-family); | |
| 7094 | - font-size: 15px; | |
| 7095 | - font-weight: 500; | |
| 7096 | - line-height: 24px; | |
| 7097 | - letter-spacing: 0.4px; | |
| 7098 | - color: var(--gsd-color-secondary-main); | |
| 7099 | - background: transparent; | |
| 7100 | - border: none; | |
| 7101 | - border-radius: var(--gsd-border-radius); | |
| 7102 | - cursor: pointer; | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7105 | - background: rgba(0, 0, 0, 0.04); | |
| 7106 | -} | |
| 7107 | -.elementor-global-styles-dialog__button-insert { | |
| 7108 | - padding: 6px 16px; | |
| 7109 | - font-family: var(--gsd-font-family); | |
| 7110 | - font-size: 15px; | |
| 7111 | - font-weight: 500; | |
| 7112 | - line-height: 24px; | |
| 7113 | - letter-spacing: 0.4px; | |
| 7114 | - color: var(--gsd-color-text-primary); | |
| 7115 | - background: var(--gsd-color-primary-main); | |
| 7116 | - border: none; | |
| 7117 | - border-radius: var(--gsd-border-radius); | |
| 7118 | - cursor: pointer; | |
| 7119 | -} | |
| 7120 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7121 | - background: var(--gsd-color-primary-hover); | |
| 7122 | -} | |
| 7123 | - | |
| 7124 | 5549 | .elementor-tags-list { |
| 7125 | 5550 | display: none; |
| 7126 | 5551 | position: absolute; |
| 7127 | 5552 | width: 260px; |
| @@ -7211,10 +5636,10 @@ | ||
| 7211 | 5636 | } |
| 7212 | 5637 | .elementor-tag-settings-popup:before { |
| 7213 | 5638 | content: ""; |
| 7214 | 5639 | position: absolute; |
| 7215 | - inset-block-start: -20px; | |
| 7216 | - inset-inline-start: 5px; | |
| 5640 | + top: -20px; | |
| 5641 | + left: 5px; | |
| 7217 | 5642 | border: 10px solid transparent; |
| 7218 | 5643 | border-block-end-color: var(--e-a-border-color); |
| 7219 | 5644 | } |
| 7220 | 5645 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7305,14 +5730,8 @@ | ||
| 7305 | 5730 | cursor: default; |
| 7306 | 5731 | opacity: 0.5; |
| 7307 | 5732 | color: var(--e-a-color-disabled); |
| 7308 | 5733 | } |
| 7309 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7310 | - opacity: 1; | |
| 7311 | -} | |
| 7312 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7313 | - opacity: 0.5; | |
| 7314 | -} | |
| 7315 | 5734 | .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 { |
| 7316 | 5735 | background-color: var(--e-a-bg-hover); |
| 7317 | 5736 | color: var(--e-a-color-hover); |
| 7318 | 5737 | } |
| @@ -7330,31 +5749,15 @@ | ||
| 7330 | 5749 | color: var(--e-a-color-txt-muted); |
| 7331 | 5750 | } |
| 7332 | 5751 | .elementor-context-menu-list__item__shortcut--link-fullwidth { |
| 7333 | 5752 | position: absolute; |
| 7334 | - inset: 0; | |
| 5753 | + left: 0; | |
| 5754 | + top: 0; | |
| 5755 | + width: 100%; | |
| 5756 | + height: 100%; | |
| 7335 | 5757 | z-index: 2; |
| 7336 | 5758 | cursor: pointer; |
| 7337 | 5759 | } |
| 7338 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7339 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7340 | - padding: 2px 8px; | |
| 7341 | - color: var(--e-a-color-primary-bold); | |
| 7342 | - border-radius: 10px; | |
| 7343 | - font-size: 10px; | |
| 7344 | -} | |
| 7345 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7346 | - display: flex; | |
| 7347 | - align-items: center; | |
| 7348 | - justify-content: center; | |
| 7349 | - width: 24px; | |
| 7350 | - height: 24px; | |
| 7351 | - border-radius: 50%; | |
| 7352 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7353 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7354 | - font-size: 16px; | |
| 7355 | - cursor: pointer; | |
| 7356 | -} | |
| 7357 | 5760 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7358 | 5761 | font-size: 14px; |
| 7359 | 5762 | font-style: normal; |
| 7360 | 5763 | font-weight: 400; |
| @@ -7439,9 +5842,9 @@ | ||
| 7439 | 5842 | } |
| 7440 | 5843 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7441 | 5844 | content: "+"; |
| 7442 | 5845 | position: absolute; |
| 7443 | - inset-inline-end: 0; | |
| 5846 | + right: 0; | |
| 7444 | 5847 | width: 9px; |
| 7445 | 5848 | text-align: center; |
| 7446 | 5849 | margin-inline-end: -18px; |
| 7447 | 5850 | } |
| @@ -7514,18 +5917,17 @@ | ||
| 7514 | 5917 | } |
| 7515 | 5918 | |
| 7516 | 5919 | body { |
| 7517 | 5920 | --e-editor-navigator-width: 240px; |
| 7518 | - --e-editor-navigator-indicator-width: 3px; | |
| 7519 | 5921 | --e-editor-navigator-promotion-height: 30px; |
| 7520 | 5922 | } |
| 7521 | 5923 | |
| 7522 | 5924 | #elementor-navigator { |
| 7523 | 5925 | position: fixed; |
| 7524 | - inset-block-start: 100px; | |
| 7525 | - inset-inline-end: 30px; | |
| 5926 | + top: 100px; | |
| 7526 | 5927 | width: var(--e-editor-navigator-width); |
| 7527 | 5928 | height: 50vh; |
| 5929 | + right: 30px; | |
| 7528 | 5930 | background-color: var(--e-a-bg-default); |
| 7529 | 5931 | border: var(--e-a-border); |
| 7530 | 5932 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7531 | 5933 | -webkit-user-select: none; |
| @@ -7535,10 +5937,10 @@ | ||
| 7535 | 5937 | z-index: 100; |
| 7536 | 5938 | display: none; |
| 7537 | 5939 | } |
| 7538 | 5940 | body.elementor-navigator-docked #elementor-navigator { |
| 7539 | - inset: 0; | |
| 7540 | - inset-inline-start: auto; | |
| 5941 | + top: 0; | |
| 5942 | + right: 0; | |
| 7541 | 5943 | height: 100%; |
| 7542 | 5944 | } |
| 7543 | 5945 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7544 | 5946 | border-radius: 5px; |
| @@ -7654,9 +6056,9 @@ | ||
| 7654 | 6056 | .elementor-navigator__item[data-locked=true] { |
| 7655 | 6057 | cursor: not-allowed; |
| 7656 | 6058 | } |
| 7657 | 6059 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7658 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 6060 | + transform: rotate(-90deg); | |
| 7659 | 6061 | } |
| 7660 | 6062 | .elementor-navigator__item > * { |
| 7661 | 6063 | display: flex; |
| 7662 | 6064 | align-items: center; |
| @@ -7671,9 +6073,9 @@ | ||
| 7671 | 6073 | .elementor-navigator__elements .elementor-empty-view { |
| 7672 | 6074 | padding: 10px; |
| 7673 | 6075 | } |
| 7674 | 6076 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7675 | - margin-inline-start: 34px; | |
| 6077 | + margin-inline-start: 23px; | |
| 7676 | 6078 | font-size: 10px; |
| 7677 | 6079 | font-style: italic; |
| 7678 | 6080 | } |
| 7679 | 6081 | .elementor-navigator__elements .ui-sortable-helper { |
| @@ -7741,9 +6143,9 @@ | ||
| 7741 | 6143 | overflow: hidden; |
| 7742 | 6144 | } |
| 7743 | 6145 | .elementor-navigator__element__toggle { |
| 7744 | 6146 | position: absolute; |
| 7745 | - inset-inline-end: 15px; | |
| 6147 | + right: 15px; | |
| 7746 | 6148 | height: 100%; |
| 7747 | 6149 | z-index: 0; |
| 7748 | 6150 | font-size: 13px; |
| 7749 | 6151 | } |
| @@ -7749,12 +6151,13 @@ | ||
| 7749 | 6151 | } |
| 7750 | 6152 | .elementor-navigator__element__indicators { |
| 7751 | 6153 | position: relative; |
| 7752 | 6154 | transition: transform 0.5s; |
| 6155 | + padding-inline-start: 5px; | |
| 7753 | 6156 | z-index: 91; |
| 7754 | 6157 | } |
| 7755 | 6158 | .elementor-navigator__element__indicators:not(:hover) { |
| 7756 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 6159 | + transform: translateX(calc(100% - 8px)); | |
| 7757 | 6160 | } |
| 7758 | 6161 | .elementor-navigator__element__indicator { |
| 7759 | 6162 | height: 100%; |
| 7760 | 6163 | width: 31px; |
| @@ -7762,13 +6165,16 @@ | ||
| 7762 | 6165 | align-items: center; |
| 7763 | 6166 | justify-content: center; |
| 7764 | 6167 | color: var(--e-a-color-txt); |
| 7765 | 6168 | background-color: var(--e-a-bg-default); |
| 7766 | - border-inline-end: var(--e-a-border); | |
| 6169 | + border-inline-start: var(--e-a-border); | |
| 7767 | 6170 | } |
| 7768 | 6171 | .elementor-navigator__element__indicator:first-child { |
| 7769 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 6172 | + border-inline-start: 3px solid var(--e-a-border-color-accent); | |
| 7770 | 6173 | } |
| 6174 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 6175 | + border-color: #242729; | |
| 6176 | +} | |
| 7771 | 6177 | .elementor-navigator__element__indicator:hover { |
| 7772 | 6178 | color: var(--e-a-color-txt-hover); |
| 7773 | 6179 | } |
| 7774 | 6180 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| @@ -7781,9 +6187,9 @@ | ||
| 7781 | 6187 | |
| 7782 | 6188 | .e-notice-bar { |
| 7783 | 6189 | position: absolute; |
| 7784 | 6190 | width: 100%; |
| 7785 | - inset-block-end: 0; | |
| 6191 | + bottom: 0; | |
| 7786 | 6192 | display: flex; |
| 7787 | 6193 | align-items: center; |
| 7788 | 6194 | height: 40px; |
| 7789 | 6195 | color: #fff; |
| @@ -7807,9 +6213,9 @@ | ||
| 7807 | 6213 | padding: 4px 10px; |
| 7808 | 6214 | font-size: 11px; |
| 7809 | 6215 | } |
| 7810 | 6216 | .e-notice-bar__primary_action a:hover { |
| 7811 | - color: rgb(70.5, 0, 30.2142857143); | |
| 6217 | + color: #47001e; | |
| 7812 | 6218 | background: #F1F2F3; |
| 7813 | 6219 | } |
| 7814 | 6220 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7815 | 6221 | font-size: 11px; |
| @@ -7909,11 +6315,11 @@ | ||
| 7909 | 6315 | background-color: transparent; |
| 7910 | 6316 | } |
| 7911 | 6317 | #elementor-icons-manager__search i { |
| 7912 | 6318 | position: absolute; |
| 7913 | - inset-block-start: 50%; | |
| 7914 | - inset-inline-end: 15px; | |
| 6319 | + top: 50%; | |
| 7915 | 6320 | transform: translateY(-50%); |
| 6321 | + right: 15px; | |
| 7916 | 6322 | } |
| 7917 | 6323 | #elementor-icons-manager__tab__wrapper { |
| 7918 | 6324 | overflow: auto; |
| 7919 | 6325 | margin: 25px -15px 0; |
| @@ -8002,10 +6408,10 @@ | ||
| 8002 | 6408 | content: ""; |
| 8003 | 6409 | position: absolute; |
| 8004 | 6410 | height: 100%; |
| 8005 | 6411 | width: 3px; |
| 8006 | - inset-block-start: 0; | |
| 8007 | - inset-inline-start: 0; | |
| 6412 | + top: 0; | |
| 6413 | + left: 0; | |
| 8008 | 6414 | background-color: var(--e-a-border-color-accent); |
| 8009 | 6415 | } |
| 8010 | 6416 | .elementor-icons-manager__tab__item { |
| 8011 | 6417 | position: relative; |
| @@ -8030,11 +6436,11 @@ | ||
| 8030 | 6436 | flex-direction: column; |
| 8031 | 6437 | align-items: center; |
| 8032 | 6438 | width: 100%; |
| 8033 | 6439 | position: absolute; |
| 8034 | - inset-block-start: 50%; | |
| 8035 | - inset-inline-start: 50%; | |
| 8036 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6440 | + top: 50%; | |
| 6441 | + left: 50%; | |
| 6442 | + transform: translate(-50%, -50%); | |
| 8037 | 6443 | padding: 1px; |
| 8038 | 6444 | } |
| 8039 | 6445 | .elementor-icons-manager__tab__item__icon { |
| 8040 | 6446 | font-size: 25px; |
| @@ -8078,12 +6484,11 @@ | ||
| 8078 | 6484 | } |
| 8079 | 6485 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8080 | 6486 | height: 12px; |
| 8081 | 6487 | width: 12px; |
| 8082 | - position: absolute; | |
| 8083 | - inset-block-start: 50%; | |
| 8084 | - inset-inline-start: 50%; | |
| 8085 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6488 | + top: 50%; | |
| 6489 | + left: 50%; | |
| 6490 | + transform: translate(-50%, -50%); | |
| 8086 | 6491 | } |
| 8087 | 6492 | |
| 8088 | 6493 | .pcr-app { |
| 8089 | 6494 | background-color: var(--e-a-bg-default); |
| @@ -8190,9 +6595,12 @@ | ||
| 8190 | 6595 | font-family: "eicons"; |
| 8191 | 6596 | color: var(--e-a-btn-color-invert); |
| 8192 | 6597 | text-indent: 0; |
| 8193 | 6598 | position: absolute; |
| 8194 | - inset: 0; | |
| 6599 | + left: 0; | |
| 6600 | + top: 0; | |
| 6601 | + width: 100%; | |
| 6602 | + height: 100%; | |
| 8195 | 6603 | display: flex; |
| 8196 | 6604 | justify-content: center; |
| 8197 | 6605 | align-items: center; |
| 8198 | 6606 | } |
| @@ -8223,9 +6631,9 @@ | ||
| 8223 | 6631 | } |
| 8224 | 6632 | |
| 8225 | 6633 | .select2-selection__arrow { |
| 8226 | 6634 | height: 27px; |
| 8227 | - inset-block-start: 0; | |
| 6635 | + top: 0; | |
| 8228 | 6636 | } |
| 8229 | 6637 | |
| 8230 | 6638 | .select2-results__option[aria-selected=true] { |
| 8231 | 6639 | background-color: var(--e-a-bg-active); |
| @@ -8248,12 +6656,12 @@ | ||
| 8248 | 6656 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8249 | 6657 | cursor: ew-resize; |
| 8250 | 6658 | } |
| 8251 | 6659 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8252 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6660 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8253 | 6661 | } |
| 8254 | 6662 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8255 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6663 | + color: #0e3b9c; | |
| 8256 | 6664 | -webkit-user-select: none; |
| 8257 | 6665 | -moz-user-select: none; |
| 8258 | 6666 | user-select: none; |
| 8259 | 6667 | } |
| @@ -8284,10 +6692,11 @@ | ||
| 8284 | 6692 | padding: 0; |
| 8285 | 6693 | margin: 0; |
| 8286 | 6694 | height: 100px; |
| 8287 | 6695 | position: absolute; |
| 8288 | - inset-block-start: -60px; | |
| 8289 | - inset-inline: 0; | |
| 6696 | + top: -60px; | |
| 6697 | + left: 0; | |
| 6698 | + right: 0; | |
| 8290 | 6699 | } |
| 8291 | 6700 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8292 | 6701 | border-color: transparent; |
| 8293 | 6702 | outline: none; |
| @@ -8314,22 +6723,18 @@ | ||
| 8314 | 6723 | } |
| 8315 | 6724 | |
| 8316 | 6725 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8317 | 6726 | transition: 0.3s all; |
| 6727 | + --is-ltr: 1; | |
| 6728 | + --is-rtl: 0; | |
| 6729 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8318 | 6730 | } |
| 8319 | 6731 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8320 | 6732 | max-height: 1em; |
| 8321 | 6733 | max-width: 1em; |
| 8322 | 6734 | } |
| 8323 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8324 | - --is-ltr: 1; | |
| 8325 | - --is-rtl: 0; | |
| 8326 | -} | |
| 8327 | 6735 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8328 | 6736 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8329 | -} | |
| 8330 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8331 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8332 | 6737 | } |
| 8333 | 6738 | :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) { |
| 8334 | 6739 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8335 | 6740 | } |