| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.24.0 - 28-10-2024 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -60,10 +61,10 @@ | ||
| 60 | 61 | } |
| 61 | 62 | body:after { |
| 62 | 63 | content: ""; |
| 63 | 64 | position: absolute; |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 65 | + top: 0; | |
| 66 | + left: 0; | |
| 66 | 67 | height: 100%; |
| 67 | 68 | width: 0; |
| 68 | 69 | background-color: var(--e-a-bg-default); |
| 69 | 70 | transition: width 0.5s; |
| @@ -73,16 +74,16 @@ | ||
| 73 | 74 | } |
| 74 | 75 | body a:hover { |
| 75 | 76 | color: var(--e-a-color-primary-bold); |
| 76 | 77 | } |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 78 | +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: "\e89e"; | |
| 79 | 80 | } |
| 80 | 81 | body.elementor-editor-preview { |
| 81 | 82 | --e-preview-width: 100%; |
| 82 | 83 | } |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 84 | +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 85 | + content: "\e89f"; | |
| 85 | 86 | } |
| 86 | 87 | body.elementor-navigator--dock-hint:after { |
| 87 | 88 | width: 30px; |
| 88 | 89 | } |
| @@ -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 | + right: 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 | + left: 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 | + right: 8px; | |
| 1151 | + left: 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 | + right: 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,24 +1365,15 @@ | ||
| 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 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1373 | +.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 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,17 +1385,12 @@ | ||
| 1456 | 1385 | } |
| 1457 | 1386 | .elementor-panel .elementor-element .title { |
| 1458 | 1387 | font-size: 12px; |
| 1459 | 1388 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .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; | |
| 1464 | -} | |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1391 | + top: 5px; | |
| 1392 | + left: 5px; | |
| 1469 | 1393 | color: var(--e-a-color-txt-disabled); |
| 1470 | 1394 | } |
| 1471 | 1395 | .elementor-panel .elementor-element:active { |
| 1472 | 1396 | background-color: var(--e-a-bg-hover); |
| @@ -1484,10 +1408,10 @@ | ||
| 1484 | 1408 | } |
| 1485 | 1409 | #elementor-element--promotion__dialog:after { |
| 1486 | 1410 | content: ""; |
| 1487 | 1411 | position: absolute; |
| 1488 | - inset-block-start: 15px; | |
| 1489 | - inset-inline-end: 100%; | |
| 1412 | + top: 15px; | |
| 1413 | + left: 100%; | |
| 1490 | 1414 | transform: scaleY(0.7); |
| 1491 | 1415 | border: 10px solid transparent; |
| 1492 | 1416 | border-inline-end-color: var(--e-a-bg-default); |
| 1493 | 1417 | } |
| @@ -1534,10 +1458,10 @@ | ||
| 1534 | 1458 | } |
| 1535 | 1459 | .dialog-tooltip-widget:after { |
| 1536 | 1460 | content: ""; |
| 1537 | 1461 | position: absolute; |
| 1538 | - inset-block-start: 15px; | |
| 1539 | - inset-inline-end: 100%; | |
| 1462 | + top: 15px; | |
| 1463 | + left: 100%; | |
| 1540 | 1464 | transform: scaleY(0.7); |
| 1541 | 1465 | border: 10px solid transparent; |
| 1542 | 1466 | border-inline-end-color: var(--e-a-bg-default); |
| 1543 | 1467 | } |
| @@ -1576,80 +1500,8 @@ | ||
| 1576 | 1500 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1577 | 1501 | border: 0; |
| 1578 | 1502 | } |
| 1579 | 1503 | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 1623 | - | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1504 | #elementor-panel-inner { |
| 1653 | 1505 | position: relative; |
| 1654 | 1506 | height: 100%; |
| 1655 | 1507 | display: flex; |
| @@ -1675,54 +1527,18 @@ | ||
| 1675 | 1527 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1676 | 1528 | margin-block-start: 20px; |
| 1677 | 1529 | } |
| 1678 | 1530 | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1682 | -} | |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1693 | -} | |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1696 | -} | |
| 1697 | - | |
| 1698 | 1531 | #elementor-panel-get-pro-elements-sticky { |
| 1699 | 1532 | position: sticky; |
| 1700 | - inset-block-end: 0; | |
| 1701 | - margin-block-end: -10px; | |
| 1702 | -} | |
| 1703 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | - margin-block-start: -14px; | |
| 1705 | -} | |
| 1706 | - | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1714 | -} | |
| 1715 | - | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1533 | + bottom: 0; | |
| 1718 | 1534 | font-size: 14px; |
| 1719 | 1535 | font-weight: 400; |
| 1720 | 1536 | line-height: 1.6; |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1537 | + margin-block-end: -10px; | |
| 1722 | 1538 | } |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1539 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1540 | + margin-top: -14px; | |
| 1725 | 1541 | min-height: 40px; |
| 1726 | 1542 | display: block; |
| 1727 | 1543 | padding: 9px min(35px, 5%); |
| 1728 | 1544 | gap: 10px; |
| @@ -1730,18 +1546,16 @@ | ||
| 1730 | 1546 | color: var(--e-a-color-black); |
| 1731 | 1547 | text-align: center; |
| 1732 | 1548 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1733 | 1549 | } |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1550 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1736 | 1551 | display: inline-block; |
| 1737 | 1552 | font-size: 13px; |
| 1738 | 1553 | font-weight: 500; |
| 1739 | 1554 | color: var(--e-a-btn-bg-accent); |
| 1740 | 1555 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1743 | - margin-inline-start: 17px; | |
| 1556 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1557 | + margin-left: 17px; | |
| 1744 | 1558 | } |
| 1745 | 1559 | |
| 1746 | 1560 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1747 | 1561 | width: 90%; |
| @@ -1768,10 +1582,10 @@ | ||
| 1768 | 1582 | background: var(--e-a-color-primary); |
| 1769 | 1583 | border-radius: 50%; |
| 1770 | 1584 | width: 8px; |
| 1771 | 1585 | height: 8px; |
| 1772 | - inset-block-start: 5px; | |
| 1773 | - inset-inline-end: 5px; | |
| 1586 | + top: 5px; | |
| 1587 | + right: 5px; | |
| 1774 | 1588 | } |
| 1775 | 1589 | |
| 1776 | 1590 | .media-modal.wp-core-ui { |
| 1777 | 1591 | color-scheme: light; |
| @@ -1819,9 +1633,8 @@ | ||
| 1819 | 1633 | .elementor-control.elementor-control-type-divider { |
| 1820 | 1634 | padding: 0; |
| 1821 | 1635 | } |
| 1822 | 1636 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1823 | - margin-inline: 20px; | |
| 1824 | 1637 | border-width: 0; |
| 1825 | 1638 | border-block-start: var(--e-a-border); |
| 1826 | 1639 | background-color: var(--e-a-bg-default); |
| 1827 | 1640 | height: 15px; |
| @@ -1831,20 +1644,21 @@ | ||
| 1831 | 1644 | } |
| 1832 | 1645 | .elementor-control.elementor-control-separator-before:before { |
| 1833 | 1646 | content: ""; |
| 1834 | 1647 | position: absolute; |
| 1835 | - inset: 0 20px auto; | |
| 1836 | 1648 | height: 1px; |
| 1649 | + width: calc(100% - 40px); | |
| 1650 | + top: 0; | |
| 1651 | + right: 20px; | |
| 1837 | 1652 | background-color: var(--e-a-border-color); |
| 1838 | 1653 | } |
| 1839 | -.elementor-control.elementor-control-separator-after { | |
| 1840 | - padding-block-end: 15px; | |
| 1841 | -} | |
| 1842 | 1654 | .elementor-control.elementor-control-separator-after:after { |
| 1843 | 1655 | content: ""; |
| 1844 | 1656 | position: absolute; |
| 1845 | - inset: auto 20px 0; | |
| 1846 | 1657 | height: 1px; |
| 1658 | + width: calc(100% - 40px); | |
| 1659 | + bottom: 0; | |
| 1660 | + right: 20px; | |
| 1847 | 1661 | background-color: var(--e-a-border-color); |
| 1848 | 1662 | } |
| 1849 | 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 { |
| 1850 | 1664 | padding-block-start: 15px; |
| @@ -1885,36 +1699,23 @@ | ||
| 1885 | 1699 | } |
| 1886 | 1700 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1887 | 1701 | display: none; |
| 1888 | 1702 | } |
| 1889 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1890 | - padding: 4px; | |
| 1891 | -} | |
| 1892 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1893 | - aspect-ratio: 4/1; | |
| 1894 | - -o-object-fit: cover; | |
| 1895 | - object-fit: cover; | |
| 1896 | - -o-object-position: center; | |
| 1897 | - object-position: center; | |
| 1898 | -} | |
| 1899 | -.elementor-control-shape_divider_bottom img { | |
| 1900 | - rotate: X 180deg; | |
| 1901 | -} | |
| 1902 | 1703 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1903 | 1704 | margin-block-start: 5px; |
| 1904 | 1705 | } |
| 1905 | 1706 | |
| 1906 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1907 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1908 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1911 | - transform: rotate(90deg); | |
| 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"; | |
| 1912 | 1713 | } |
| 1913 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1914 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1915 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1916 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 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: "\e909"; | |
| 1917 | 1718 | } |
| 1918 | 1719 | |
| 1919 | 1720 | .elementor-panel-heading { |
| 1920 | 1721 | display: flex; |
| @@ -1938,17 +1739,8 @@ | ||
| 1938 | 1739 | } |
| 1939 | 1740 | .elementor-panel-heading-title { |
| 1940 | 1741 | font-weight: bold; |
| 1941 | 1742 | } |
| 1942 | -.elementor-panel-heading-category-chip { | |
| 1943 | - margin-inline-start: auto; | |
| 1944 | - background-color: var(--e-a-bg-chip); | |
| 1945 | - border-radius: 100px; | |
| 1946 | - padding: 5px 8px; | |
| 1947 | -} | |
| 1948 | -.elementor-panel-heading-category-chip i { | |
| 1949 | - margin-inline-start: 4px; | |
| 1950 | -} | |
| 1951 | 1743 | .elementor-panel-heading-promotion { |
| 1952 | 1744 | margin-inline-start: auto; |
| 1953 | 1745 | } |
| 1954 | 1746 | .elementor-panel-heading-promotion a { |
| @@ -1967,11 +1759,9 @@ | ||
| 1967 | 1759 | .elementor-panel-heading:focus-visible { |
| 1968 | 1760 | color: var(--e-a-color-txt-hover); |
| 1969 | 1761 | } |
| 1970 | 1762 | |
| 1971 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1972 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1973 | -#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 { | |
| 1974 | 1764 | border-block-start: none; |
| 1975 | 1765 | } |
| 1976 | 1766 | |
| 1977 | 1767 | .elementor-control-field { |
| @@ -2016,13 +1806,11 @@ | ||
| 2016 | 1806 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2017 | 1807 | margin-block-start: 0; |
| 2018 | 1808 | } |
| 2019 | 1809 | |
| 2020 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2021 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2022 | 1810 | .elementor-control-start-end .eicon-h-align-left, |
| 2023 | 1811 | .elementor-control-start-end .eicon-h-align-right { |
| 2024 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1812 | + transform: rotate(180deg); | |
| 2025 | 1813 | } |
| 2026 | 1814 | |
| 2027 | 1815 | .elementor-update-preview { |
| 2028 | 1816 | margin: 15px 15px 0; |
| @@ -2059,9 +1847,9 @@ | ||
| 2059 | 1847 | } |
| 2060 | 1848 | .elementor-control-responsive-switchers__holder { |
| 2061 | 1849 | position: absolute; |
| 2062 | 1850 | width: 100%; |
| 2063 | - inset-block-start: 0; | |
| 1851 | + top: 0; | |
| 2064 | 1852 | background-color: var(--e-a-bg-default); |
| 2065 | 1853 | border-radius: var(--e-a-border-radius); |
| 2066 | 1854 | transition: 0.15s; |
| 2067 | 1855 | border: 1px solid transparent; |
| @@ -2204,10 +1992,10 @@ | ||
| 2204 | 1992 | display: none; |
| 2205 | 1993 | overflow: hidden; |
| 2206 | 1994 | max-height: 0; |
| 2207 | 1995 | position: absolute; |
| 2208 | - inset-block-start: -0.8em; | |
| 2209 | - inset-inline-start: -0.5em; | |
| 1996 | + top: -0.8em; | |
| 1997 | + right: -0.5em; | |
| 2210 | 1998 | width: 2.5em; |
| 2211 | 1999 | text-align: center; |
| 2212 | 2000 | background-color: var(--e-a-bg-default); |
| 2213 | 2001 | border-radius: var(--e-a-border-radius); |
| @@ -2382,9 +2170,9 @@ | ||
| 2382 | 2170 | } |
| 2383 | 2171 | .elementor-control-responsive-switchers__holder { |
| 2384 | 2172 | position: absolute; |
| 2385 | 2173 | width: 100%; |
| 2386 | - inset-block-start: 0; | |
| 2174 | + top: 0; | |
| 2387 | 2175 | background-color: var(--e-a-bg-default); |
| 2388 | 2176 | border-radius: var(--e-a-border-radius); |
| 2389 | 2177 | transition: 0.15s; |
| 2390 | 2178 | border: 1px solid transparent; |
| @@ -2527,10 +2315,10 @@ | ||
| 2527 | 2315 | display: none; |
| 2528 | 2316 | overflow: hidden; |
| 2529 | 2317 | max-height: 0; |
| 2530 | 2318 | position: absolute; |
| 2531 | - inset-block-start: -0.8em; | |
| 2532 | - inset-inline-start: -0.5em; | |
| 2319 | + top: -0.8em; | |
| 2320 | + right: -0.5em; | |
| 2533 | 2321 | width: 2.5em; |
| 2534 | 2322 | text-align: center; |
| 2535 | 2323 | background-color: var(--e-a-bg-default); |
| 2536 | 2324 | border-radius: var(--e-a-border-radius); |
| @@ -2660,9 +2448,9 @@ | ||
| 2660 | 2448 | } |
| 2661 | 2449 | .elementor-control-responsive-switchers__holder { |
| 2662 | 2450 | position: absolute; |
| 2663 | 2451 | width: 100%; |
| 2664 | - inset-block-start: 0; | |
| 2452 | + top: 0; | |
| 2665 | 2453 | background-color: var(--e-a-bg-default); |
| 2666 | 2454 | border-radius: var(--e-a-border-radius); |
| 2667 | 2455 | transition: 0.15s; |
| 2668 | 2456 | border: 1px solid transparent; |
| @@ -2805,10 +2593,10 @@ | ||
| 2805 | 2593 | display: none; |
| 2806 | 2594 | overflow: hidden; |
| 2807 | 2595 | max-height: 0; |
| 2808 | 2596 | position: absolute; |
| 2809 | - inset-block-start: -0.8em; | |
| 2810 | - inset-inline-start: -0.5em; | |
| 2597 | + top: -0.8em; | |
| 2598 | + right: -0.5em; | |
| 2811 | 2599 | width: 2.5em; |
| 2812 | 2600 | text-align: center; |
| 2813 | 2601 | background-color: var(--e-a-bg-default); |
| 2814 | 2602 | border-radius: var(--e-a-border-radius); |
| @@ -2928,11 +2716,11 @@ | ||
| 2928 | 2716 | } |
| 2929 | 2717 | |
| 2930 | 2718 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2931 | 2719 | position: absolute; |
| 2932 | - inset-block-start: 50%; | |
| 2933 | - inset-inline-start: 50%; | |
| 2934 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2720 | + top: 50%; | |
| 2721 | + left: 50%; | |
| 2722 | + transform: translate(-50%, -50%); | |
| 2935 | 2723 | } |
| 2936 | 2724 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2937 | 2725 | font-size: 70px; |
| 2938 | 2726 | } |
| @@ -2987,9 +2775,12 @@ | ||
| 2987 | 2775 | opacity: 0.6; |
| 2988 | 2776 | } |
| 2989 | 2777 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2990 | 2778 | position: absolute; |
| 2991 | - inset: 0; | |
| 2779 | + top: 0; | |
| 2780 | + bottom: 0; | |
| 2781 | + left: 0; | |
| 2782 | + right: 0; | |
| 2992 | 2783 | background-color: rgba(0, 0, 0, 0.2); |
| 2993 | 2784 | padding: 10px; |
| 2994 | 2785 | font-size: 11px; |
| 2995 | 2786 | transition: all 0.3s ease-in-out; |
| @@ -2998,10 +2789,10 @@ | ||
| 2998 | 2789 | opacity: 0; |
| 2999 | 2790 | } |
| 3000 | 2791 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 3001 | 2792 | position: absolute; |
| 3002 | - inset-block-start: 10px; | |
| 3003 | - inset-inline-end: 10px; | |
| 2793 | + top: 10px; | |
| 2794 | + left: 10px; | |
| 3004 | 2795 | width: 21px; |
| 3005 | 2796 | height: 21px; |
| 3006 | 2797 | color: var(--e-a-color-white); |
| 3007 | 2798 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -3111,10 +2902,10 @@ | ||
| 3111 | 2902 | } |
| 3112 | 2903 | .e-global__popover-info-tooltip:after { |
| 3113 | 2904 | content: ""; |
| 3114 | 2905 | position: absolute; |
| 3115 | - inset-block-end: -17px; | |
| 3116 | - inset-inline-start: 16px; | |
| 2906 | + bottom: -17px; | |
| 2907 | + right: 16px; | |
| 3117 | 2908 | border: 10px solid transparent; |
| 3118 | 2909 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 3119 | 2910 | } |
| 3120 | 2911 | .e-global__popover-info i { |
| @@ -3131,19 +2922,8 @@ | ||
| 3131 | 2922 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3132 | 2923 | background-color: #BABFC5; |
| 3133 | 2924 | border-radius: 10px; |
| 3134 | 2925 | } |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 3137 | - font-weight: 500; | |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 3140 | -} | |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 3145 | -} | |
| 3146 | 2926 | .e-global__manage-button { |
| 3147 | 2927 | font-weight: 500; |
| 3148 | 2928 | cursor: pointer; |
| 3149 | 2929 | } |
| @@ -3159,9 +2939,9 @@ | ||
| 3159 | 2939 | font-size: 13px; |
| 3160 | 2940 | content: "\e90e"; |
| 3161 | 2941 | position: absolute; |
| 3162 | 2942 | transform: translateY(-50%); |
| 3163 | - inset-block-start: 50%; | |
| 2943 | + top: 50%; | |
| 3164 | 2944 | inset-inline-start: 13px; |
| 3165 | 2945 | } |
| 3166 | 2946 | .e-global__color { |
| 3167 | 2947 | padding: 10px 20px; |
| @@ -3178,10 +2958,13 @@ | ||
| 3178 | 2958 | position: relative; |
| 3179 | 2959 | } |
| 3180 | 2960 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3181 | 2961 | border-radius: 3px; |
| 2962 | + height: 100%; | |
| 2963 | + width: 100%; | |
| 3182 | 2964 | position: absolute; |
| 3183 | - inset: 0; | |
| 2965 | + top: 0; | |
| 2966 | + left: 0; | |
| 3184 | 2967 | } |
| 3185 | 2968 | .e-global__color-preview-transparent-bg { |
| 3186 | 2969 | 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)); |
| 3187 | 2970 | background-size: 12px 12px; |
| @@ -3302,11 +3085,11 @@ | ||
| 3302 | 3085 | display: none; |
| 3303 | 3086 | } |
| 3304 | 3087 | .elementor-control-media .eicon-plus-circle { |
| 3305 | 3088 | position: absolute; |
| 3306 | - inset-block-start: 50%; | |
| 3307 | - inset-inline-start: 50%; | |
| 3308 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3089 | + top: 50%; | |
| 3090 | + left: 50%; | |
| 3091 | + transform: translate(-50%, -50%); | |
| 3309 | 3092 | color: var(--e-a-color-white); |
| 3310 | 3093 | font-size: 20px; |
| 3311 | 3094 | } |
| 3312 | 3095 | .elementor-control-media__content__upload-button { |
| @@ -3315,8 +3098,9 @@ | ||
| 3315 | 3098 | .elementor-control-media__preview { |
| 3316 | 3099 | height: 100%; |
| 3317 | 3100 | background-size: cover; |
| 3318 | 3101 | background-position: center; |
| 3102 | + padding-block-end: 42.8571%; | |
| 3319 | 3103 | } |
| 3320 | 3104 | .elementor-control-media-area { |
| 3321 | 3105 | 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)); |
| 3322 | 3106 | background-size: 16px 16px; |
| @@ -3329,11 +3113,11 @@ | ||
| 3329 | 3113 | display: none; |
| 3330 | 3114 | } |
| 3331 | 3115 | .elementor-control-media-area .eicon-video-camera { |
| 3332 | 3116 | position: absolute; |
| 3333 | - inset-block-start: 50%; | |
| 3334 | - inset-inline-start: 50%; | |
| 3335 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3117 | + top: 50%; | |
| 3118 | + left: 50%; | |
| 3119 | + transform: translate(-50%, -50%); | |
| 3336 | 3120 | color: rgba(255, 255, 255, 0.7); |
| 3337 | 3121 | font-size: 21px; |
| 3338 | 3122 | } |
| 3339 | 3123 | .elementor-control-media .elementor-control-media__content { |
| @@ -3344,14 +3128,17 @@ | ||
| 3344 | 3128 | } |
| 3345 | 3129 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3346 | 3130 | content: ""; |
| 3347 | 3131 | position: absolute; |
| 3348 | - inset: 0; | |
| 3132 | + top: 0; | |
| 3133 | + bottom: 0; | |
| 3134 | + left: 0; | |
| 3135 | + right: 0; | |
| 3349 | 3136 | background-color: rgba(0, 0, 0, 0.2); |
| 3350 | 3137 | pointer-events: none; |
| 3351 | 3138 | } |
| 3352 | 3139 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3353 | - inset-block-end: -30px; | |
| 3140 | + bottom: -30px; | |
| 3354 | 3141 | } |
| 3355 | 3142 | .elementor-control-media__content { |
| 3356 | 3143 | transition: all 0.2s ease-in-out; |
| 3357 | 3144 | } |
| @@ -3356,10 +3143,11 @@ | ||
| 3356 | 3143 | transition: all 0.2s ease-in-out; |
| 3357 | 3144 | } |
| 3358 | 3145 | .elementor-control-media__tools { |
| 3359 | 3146 | position: absolute; |
| 3360 | - inset-block-end: 0; | |
| 3361 | - inset-inline: 0; | |
| 3147 | + bottom: 0; | |
| 3148 | + left: 0; | |
| 3149 | + right: 0; | |
| 3362 | 3150 | height: 27px; |
| 3363 | 3151 | transition: all 0.2s ease-in-out; |
| 3364 | 3152 | } |
| 3365 | 3153 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3386,10 +3174,10 @@ | ||
| 3386 | 3174 | } |
| 3387 | 3175 | .elementor-control-media__content__remove { |
| 3388 | 3176 | position: absolute; |
| 3389 | 3177 | z-index: 1; |
| 3390 | - inset-block-start: 10px; | |
| 3391 | - inset-inline-end: 10px; | |
| 3178 | + top: 10px; | |
| 3179 | + left: 10px; | |
| 3392 | 3180 | width: 20px; |
| 3393 | 3181 | height: 20px; |
| 3394 | 3182 | font-size: 11px; |
| 3395 | 3183 | color: var(--e-a-color-white); |
| @@ -3681,11 +3469,9 @@ | ||
| 3681 | 3469 | text-align: center; |
| 3682 | 3470 | padding-block-start: 5px; |
| 3683 | 3471 | } |
| 3684 | 3472 | |
| 3685 | -#elementor-controls, | |
| 3686 | -#elementor-panel-page-settings-controls, | |
| 3687 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3473 | +#elementor-controls { | |
| 3688 | 3474 | padding-block-start: 15px; |
| 3689 | 3475 | } |
| 3690 | 3476 | |
| 3691 | 3477 | .elementor-control-type-section { |
| @@ -3730,11 +3516,11 @@ | ||
| 3730 | 3516 | font-family: eicons; |
| 3731 | 3517 | content: "\e8ad"; |
| 3732 | 3518 | font-size: 12px; |
| 3733 | 3519 | position: absolute; |
| 3734 | - inset-block-start: 50%; | |
| 3735 | - inset-inline-end: 5px; | |
| 3520 | + top: 50%; | |
| 3736 | 3521 | transform: translateY(-50%); |
| 3522 | + left: 5px; | |
| 3737 | 3523 | pointer-events: none; |
| 3738 | 3524 | } |
| 3739 | 3525 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3740 | 3526 | max-width: 80px; |
| @@ -3768,14 +3554,14 @@ | ||
| 3768 | 3554 | } |
| 3769 | 3555 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3770 | 3556 | border-radius: 0; |
| 3771 | 3557 | width: 10px; |
| 3772 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3558 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3773 | 3559 | } |
| 3774 | 3560 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3775 | 3561 | content: ""; |
| 3776 | 3562 | position: absolute; |
| 3777 | - inset-block-start: 2px; | |
| 3563 | + top: 2px; | |
| 3778 | 3564 | height: 12px; |
| 3779 | 3565 | width: 11px; |
| 3780 | 3566 | transform: rotate(45deg); |
| 3781 | 3567 | background-color: var(--e-a-color-white); |
| @@ -3852,11 +3638,11 @@ | ||
| 3852 | 3638 | .elementor-slider .noUi-handle { |
| 3853 | 3639 | height: 16px; |
| 3854 | 3640 | width: 16px; |
| 3855 | 3641 | background-color: var(--e-a-color-white); |
| 3642 | + left: 0; | |
| 3643 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3856 | 3644 | position: absolute; |
| 3857 | - inset-inline-end: 0; | |
| 3858 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3859 | 3645 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3860 | 3646 | border-radius: 50%; |
| 3861 | 3647 | } |
| 3862 | 3648 | .elementor-slider .noUi-connects { |
| @@ -3866,9 +3652,12 @@ | ||
| 3866 | 3652 | } |
| 3867 | 3653 | .elementor-slider .noUi-connect { |
| 3868 | 3654 | position: absolute; |
| 3869 | 3655 | z-index: 0; |
| 3870 | - inset: 0; | |
| 3656 | + top: 0; | |
| 3657 | + left: 0; | |
| 3658 | + height: 100%; | |
| 3659 | + width: 100%; | |
| 3871 | 3660 | will-change: transform; |
| 3872 | 3661 | transform-origin: 0 0; |
| 3873 | 3662 | background-color: var(--e-a-border-color-focus); |
| 3874 | 3663 | } |
| @@ -3873,9 +3662,9 @@ | ||
| 3873 | 3662 | background-color: var(--e-a-border-color-focus); |
| 3874 | 3663 | } |
| 3875 | 3664 | .elementor-slider .noUi-tooltip { |
| 3876 | 3665 | position: absolute; |
| 3877 | - inset-block-start: calc(100% + 5px); | |
| 3666 | + top: calc(100% + 5px); | |
| 3878 | 3667 | left: calc(50% - 4px); |
| 3879 | 3668 | transform: translateX(-50%); |
| 3880 | 3669 | font-size: 10px; |
| 3881 | 3670 | } |
| @@ -3962,9 +3751,9 @@ | ||
| 3962 | 3751 | transition-property: opacity, background; |
| 3963 | 3752 | } |
| 3964 | 3753 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3965 | 3754 | position: absolute; |
| 3966 | - inset-block-start: 0; | |
| 3755 | + top: 0; | |
| 3967 | 3756 | width: 50%; |
| 3968 | 3757 | text-align: center; |
| 3969 | 3758 | line-height: 20px; |
| 3970 | 3759 | transition: inherit; |
| @@ -3970,14 +3759,14 @@ | ||
| 3970 | 3759 | transition: inherit; |
| 3971 | 3760 | } |
| 3972 | 3761 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3973 | 3762 | content: attr(data-off); |
| 3974 | - inset-inline-end: 5px; | |
| 3763 | + right: 5px; | |
| 3975 | 3764 | color: var(--e-a-color-txt-muted); |
| 3976 | 3765 | } |
| 3977 | 3766 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3978 | 3767 | content: attr(data-on); |
| 3979 | - inset-inline-start: 5px; | |
| 3768 | + left: 5px; | |
| 3980 | 3769 | color: var(--e-a-btn-color); |
| 3981 | 3770 | opacity: 0; |
| 3982 | 3771 | } |
| 3983 | 3772 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3990,28 +3779,25 @@ | ||
| 3990 | 3779 | opacity: 1; |
| 3991 | 3780 | } |
| 3992 | 3781 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3993 | 3782 | position: absolute; |
| 3994 | - inset-block-start: 1px; | |
| 3995 | - inset-inline-start: 1px; | |
| 3783 | + top: 1px; | |
| 3784 | + left: 1px; | |
| 3996 | 3785 | width: 18px; |
| 3997 | 3786 | height: 18px; |
| 3998 | 3787 | background: white; |
| 3999 | 3788 | border-radius: 10px; |
| 4000 | - transition: inset-inline-start 0.15s ease-out; | |
| 3789 | + transition: left 0.15s ease-out; | |
| 4001 | 3790 | } |
| 4002 | 3791 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 4003 | - inset-inline-start: initial; | |
| 4004 | - inset-inline-end: 1px; | |
| 3792 | + left: initial; | |
| 3793 | + right: 1px; | |
| 4005 | 3794 | } |
| 4006 | 3795 | |
| 4007 | 3796 | .elementor-control-type-tabs { |
| 4008 | - display: none; | |
| 3797 | + display: flex; | |
| 4009 | 3798 | font-size: var(--control-title-size); |
| 4010 | 3799 | } |
| 4011 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 4012 | - display: flex; | |
| 4013 | -} | |
| 4014 | 3800 | |
| 4015 | 3801 | .elementor-control-type-tab { |
| 4016 | 3802 | text-align: center; |
| 4017 | 3803 | width: 100%; |
| @@ -4054,10 +3840,10 @@ | ||
| 4054 | 3840 | } |
| 4055 | 3841 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4056 | 3842 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4057 | 3843 | position: absolute; |
| 4058 | - inset-block-start: 0; | |
| 4059 | - inset-inline-end: 0; | |
| 3844 | + top: 0; | |
| 3845 | + left: 0; | |
| 4060 | 3846 | z-index: 1; |
| 4061 | 3847 | } |
| 4062 | 3848 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4063 | 3849 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4135,10 +3921,10 @@ | ||
| 4135 | 3921 | } |
| 4136 | 3922 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4137 | 3923 | display: none; |
| 4138 | 3924 | position: absolute; |
| 4139 | - inset-block-start: 5px; | |
| 4140 | - inset-inline-end: 0; | |
| 3925 | + top: 5px; | |
| 3926 | + right: 0; | |
| 4141 | 3927 | width: 10px; |
| 4142 | 3928 | height: 10px; |
| 4143 | 3929 | font-size: 10px; |
| 4144 | 3930 | color: var(--e-a-color-txt-disabled); |
| @@ -4189,76 +3975,8 @@ | ||
| 4189 | 3975 | font-size: 10px; |
| 4190 | 3976 | padding-block-start: 2px; |
| 4191 | 3977 | } |
| 4192 | 3978 | |
| 4193 | -.elementor-control-type-visual_choice { | |
| 4194 | - width: 100%; | |
| 4195 | -} | |
| 4196 | - | |
| 4197 | -.elementor-visual-choice-choices { | |
| 4198 | - display: grid; | |
| 4199 | - gap: 8px; | |
| 4200 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4201 | - text-align: center; | |
| 4202 | - border-radius: var(--e-a-border-radius); | |
| 4203 | - overflow: hidden; | |
| 4204 | -} | |
| 4205 | - | |
| 4206 | -.elementor-visual-choice-element { | |
| 4207 | - display: flex; | |
| 4208 | - flex-direction: column; | |
| 4209 | - align-items: center; | |
| 4210 | - justify-content: center; | |
| 4211 | - gap: 8px; | |
| 4212 | - width: auto; | |
| 4213 | -} | |
| 4214 | -.elementor-visual-choice-element-image label { | |
| 4215 | - border: var(--e-a-border-bold); | |
| 4216 | - border-radius: var(--e-a-border-radius); | |
| 4217 | - font-size: 12px; | |
| 4218 | - transition: var(--e-a-transition-hover); | |
| 4219 | - cursor: pointer; | |
| 4220 | - overflow: hidden; | |
| 4221 | - width: 100%; | |
| 4222 | - padding: 8px; | |
| 4223 | -} | |
| 4224 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4225 | - background-color: var(--e-a-bg-active-bold); | |
| 4226 | - opacity: 1; | |
| 4227 | -} | |
| 4228 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4229 | - border-color: var(--e-a-color-primary-bold); | |
| 4230 | -} | |
| 4231 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4232 | - background-color: var(--e-a-color-white); | |
| 4233 | - opacity: 0.5; | |
| 4234 | -} | |
| 4235 | -.elementor-visual-choice-element-image img { | |
| 4236 | - width: 100%; | |
| 4237 | - height: auto; | |
| 4238 | -} | |
| 4239 | -.elementor-visual-choice-element-button { | |
| 4240 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4241 | -} | |
| 4242 | -.elementor-visual-choice-element-button label { | |
| 4243 | - width: -moz-fit-content; | |
| 4244 | - width: fit-content; | |
| 4245 | -} | |
| 4246 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4247 | - background-color: var(--e-a-bg-active-bold); | |
| 4248 | -} | |
| 4249 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4250 | - border-color: var(--e-a-color-primary-bold); | |
| 4251 | -} | |
| 4252 | - | |
| 4253 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4254 | - justify-content: flex-end; | |
| 4255 | -} | |
| 4256 | - | |
| 4257 | -.tipsy-inner { | |
| 4258 | - white-space: pre-line; | |
| 4259 | -} | |
| 4260 | - | |
| 4261 | 3979 | .elementor-control-type-wp_widget .widget-inside { |
| 4262 | 3980 | line-height: 2; |
| 4263 | 3981 | background-color: inherit; |
| 4264 | 3982 | display: block; |
| @@ -4402,13 +4120,13 @@ | ||
| 4402 | 4120 | --e-a-mode-switcher-width: 15px; |
| 4403 | 4121 | --e-a-mode-switcher-height: 50px; |
| 4404 | 4122 | --e-a-mode-switcher-icon-size: 15px; |
| 4405 | 4123 | position: absolute; |
| 4406 | - inset-block-start: 50%; | |
| 4407 | - inset-inline-start: 100%; | |
| 4124 | + right: 100%; | |
| 4125 | + top: 50%; | |
| 4408 | 4126 | transform: translateY(-50%); |
| 4409 | 4127 | background-color: var(--e-a-bg-default); |
| 4410 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4128 | + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4411 | 4129 | transition: 0.3s opacity; |
| 4412 | 4130 | } |
| 4413 | 4131 | #elementor-mode-switcher:hover { |
| 4414 | 4132 | background-color: var(--e-a-bg-hover); |
| @@ -4478,11 +4196,11 @@ | ||
| 4478 | 4196 | } |
| 4479 | 4197 | |
| 4480 | 4198 | #elementor-panel-revisions-loading { |
| 4481 | 4199 | position: absolute; |
| 4482 | - inset-block-start: 50%; | |
| 4483 | - inset-inline-start: 50%; | |
| 4484 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4200 | + top: 50%; | |
| 4201 | + left: 50%; | |
| 4202 | + transform: translate(-50%, -50%); | |
| 4485 | 4203 | } |
| 4486 | 4204 | #elementor-panel-revisions-loading .eicon-loading { |
| 4487 | 4205 | font-size: 50px; |
| 4488 | 4206 | } |
| @@ -4566,10 +4284,10 @@ | ||
| 4566 | 4284 | .e-control-display-conditions-promotion__wrapper { |
| 4567 | 4285 | display: flex; |
| 4568 | 4286 | justify-content: space-between; |
| 4569 | 4287 | } |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4288 | +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4289 | + color: var(--e-a-color-accent); | |
| 4572 | 4290 | } |
| 4573 | 4291 | .e-control-display-conditions-promotion__description { |
| 4574 | 4292 | display: flex; |
| 4575 | 4293 | align-self: center; |
| @@ -4582,11 +4300,8 @@ | ||
| 4582 | 4300 | display: flex; |
| 4583 | 4301 | justify-content: center; |
| 4584 | 4302 | align-items: center; |
| 4585 | 4303 | } |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | 4304 | .e-control-display-conditions-promotion.eicon-flow { |
| 4590 | 4305 | align-self: flex-end; |
| 4591 | 4306 | cursor: pointer; |
| 4592 | 4307 | border: var(--e-a-border-bold); |
| @@ -4597,15 +4312,12 @@ | ||
| 4597 | 4312 | background-color: var(--e-a-bg-active); |
| 4598 | 4313 | color: #E73CF6; |
| 4599 | 4314 | } |
| 4600 | 4315 | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4316 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock { | |
| 4317 | + color: var(--e-a-color-accent); | |
| 4603 | 4318 | } |
| 4604 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4605 | - margin-inline-end: 0; | |
| 4606 | -} | |
| 4607 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4319 | +.e-control-motion-effects-promotion__wrapper .select-promotion { | |
| 4608 | 4320 | display: flex; |
| 4609 | 4321 | flex-direction: column; |
| 4610 | 4322 | justify-content: center; |
| 4611 | 4323 | padding-inline-start: 5px; |
| @@ -4619,17 +4331,14 @@ | ||
| 4619 | 4331 | box-shadow: none; |
| 4620 | 4332 | border: var(--e-a-border-bold); |
| 4621 | 4333 | font-size: var(--control-title-size); |
| 4622 | 4334 | } |
| 4623 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4335 | +.e-control-motion-effects-promotion__lock-wrapper { | |
| 4624 | 4336 | width: 2.5rem; |
| 4625 | 4337 | display: flex; |
| 4626 | 4338 | justify-content: center; |
| 4627 | 4339 | align-items: center; |
| 4628 | 4340 | } |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 4632 | 4341 | |
| 4633 | 4342 | .e-link-promotion { |
| 4634 | 4343 | font-family: "Roboto", sans-serif; |
| 4635 | 4344 | font-weight: 500; |
| @@ -4716,13 +4425,13 @@ | ||
| 4716 | 4425 | } |
| 4717 | 4426 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4718 | 4427 | align-self: end; |
| 4719 | 4428 | margin-block-start: 35px; |
| 4720 | - inset-block-start: 0; | |
| 4429 | + top: 0; | |
| 4721 | 4430 | width: 100%; |
| 4722 | 4431 | } |
| 4723 | 4432 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4724 | - inset-inline-end: 5px; | |
| 4433 | + left: 5px; | |
| 4725 | 4434 | } |
| 4726 | 4435 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4727 | 4436 | padding: 0 20px 15px; |
| 4728 | 4437 | } |
| @@ -5006,13 +4715,8 @@ | ||
| 5006 | 4715 | .e-btn.elementor-button-danger, |
| 5007 | 4716 | .e-btn.e-danger { |
| 5008 | 4717 | background-color: var(--e-a-btn-bg-danger); |
| 5009 | 4718 | } |
| 5010 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 5011 | -.e-btn.elementor-button-danger.color-white, | |
| 5012 | -.e-btn.e-danger.color-white { | |
| 5013 | - color: var(--e-a-color-white); | |
| 5014 | -} | |
| 5015 | 4719 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 5016 | 4720 | .e-btn.elementor-button-danger:hover, |
| 5017 | 4721 | .e-btn.elementor-button-danger:focus, |
| 5018 | 4722 | .e-btn.e-danger:hover, |
| @@ -5055,23 +4759,22 @@ | ||
| 5055 | 4759 | } |
| 5056 | 4760 | |
| 5057 | 4761 | #elementor-preview-responsive-wrapper { |
| 5058 | 4762 | transform-origin: top center; |
| 5059 | - margin: 20px; | |
| 4763 | + padding: 20px; | |
| 5060 | 4764 | transform: scale(var(--e-preview-scale, 1)); |
| 5061 | - overflow: hidden; | |
| 5062 | 4765 | } |
| 5063 | 4766 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 5064 | 4767 | min-width: 1025px; |
| 5065 | 4768 | width: 100%; |
| 5066 | 4769 | height: 100%; |
| 5067 | - margin: 0; | |
| 4770 | + padding: 0; | |
| 5068 | 4771 | position: relative; |
| 5069 | 4772 | } |
| 5070 | 4773 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 5071 | 4774 | width: var(--e-editor-preview-width); |
| 5072 | 4775 | height: var(--e-editor-preview-height); |
| 5073 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4776 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5074 | 4777 | box-sizing: content-box; |
| 5075 | 4778 | position: relative; |
| 5076 | 4779 | max-height: calc(100vh - 80px); |
| 5077 | 4780 | } |
| @@ -5133,10 +4836,9 @@ | ||
| 5133 | 4836 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5134 | 4837 | bottom: 0; |
| 5135 | 4838 | } |
| 5136 | 4839 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5137 | - width: 10px; | |
| 5138 | - right: -5px; | |
| 4840 | + right: 0; | |
| 5139 | 4841 | } |
| 5140 | 4842 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5141 | 4843 | left: 0; |
| 5142 | 4844 | } |
| @@ -5147,20 +4849,8 @@ | ||
| 5147 | 4849 | background-color: #fff; |
| 5148 | 4850 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5149 | 4851 | } |
| 5150 | 4852 | |
| 5151 | -#elementor-template-library-modal button:focus-visible, | |
| 5152 | -#elementor-template-library-modal a:focus-visible, | |
| 5153 | -#elementor-template-library-modal input:focus-visible, | |
| 5154 | -#elementor-template-library-modal select:focus-visible, | |
| 5155 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5156 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5157 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5158 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5159 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5160 | - outline-offset: 2px; | |
| 5161 | - border-radius: 2px; | |
| 5162 | -} | |
| 5163 | 4853 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5164 | 4854 | font-style: normal; |
| 5165 | 4855 | text-decoration: underline; |
| 5166 | 4856 | } |
| @@ -5172,17 +4862,8 @@ | ||
| 5172 | 4862 | } |
| 5173 | 4863 | #elementor-template-library-modal .dialog-message { |
| 5174 | 4864 | overflow-y: scroll; |
| 5175 | 4865 | } |
| 5176 | -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message { | |
| 5177 | - overflow-y: auto; | |
| 5178 | -} | |
| 5179 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5180 | - color: var(--e-a-color-txt); | |
| 5181 | - text-decoration: underline; | |
| 5182 | - font-size: 17px; | |
| 5183 | - cursor: pointer; | |
| 5184 | -} | |
| 5185 | 4866 | |
| 5186 | 4867 | #elementor-template-library-header-menu { |
| 5187 | 4868 | text-align: center; |
| 5188 | 4869 | } |
| @@ -5191,21 +4872,14 @@ | ||
| 5191 | 4872 | display: inline-block; |
| 5192 | 4873 | padding: 17px 20px; |
| 5193 | 4874 | border-block-end: 3px solid transparent; |
| 5194 | 4875 | cursor: pointer; |
| 5195 | - background: transparent; | |
| 5196 | - margin: 0; | |
| 5197 | - font-size: inherit; | |
| 5198 | - font-family: inherit; | |
| 5199 | - color: inherit; | |
| 5200 | - border: none; | |
| 5201 | 4876 | } |
| 5202 | 4877 | .elementor-template-library-menu-item:hover { |
| 5203 | 4878 | background-color: var(--e-a-bg-hover); |
| 5204 | 4879 | border-color: var(--e-a-bg-hover); |
| 5205 | 4880 | } |
| 5206 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5207 | - border-block-end: 3px solid; | |
| 4881 | +.elementor-template-library-menu-item.elementor-active { | |
| 5208 | 4882 | border-color: var(--e-a-border-color-accent); |
| 5209 | 4883 | color: var(--e-a-color-txt-accent); |
| 5210 | 4884 | } |
| 5211 | 4885 | |
| @@ -5211,31 +4885,12 @@ | ||
| 5211 | 4885 | |
| 5212 | 4886 | #elementor-template-library-header-actions { |
| 5213 | 4887 | display: flex; |
| 5214 | 4888 | } |
| 5215 | -#elementor-template-library-header-actions > div, | |
| 5216 | -#elementor-template-library-header-actions > button { | |
| 5217 | - background: transparent; | |
| 5218 | - margin: 0; | |
| 5219 | - font-size: inherit; | |
| 5220 | - font-family: inherit; | |
| 5221 | - color: inherit; | |
| 5222 | - border: none; | |
| 4889 | +#elementor-template-library-header-actions > div { | |
| 5223 | 4890 | padding-inline-end: 16px; |
| 5224 | - cursor: pointer; | |
| 5225 | 4891 | } |
| 5226 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5227 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: -2px; | |
| 5230 | - border-radius: 2px; | |
| 5231 | -} | |
| 5232 | 4892 | |
| 5233 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5234 | - opacity: 0; | |
| 5235 | - visibility: hidden; | |
| 5236 | -} | |
| 5237 | - | |
| 5238 | 4893 | #elementor-template-library-header-preview-insert-wrapper { |
| 5239 | 4894 | cursor: default; |
| 5240 | 4895 | padding: 0 10px; |
| 5241 | 4896 | } |
| @@ -5244,9 +4899,8 @@ | ||
| 5244 | 4899 | margin-inline-start: 4px; |
| 5245 | 4900 | } |
| 5246 | 4901 | |
| 5247 | 4902 | #elementor-template-library-header-preview-back { |
| 5248 | - gap: 10px; | |
| 5249 | 4903 | padding-block: 16.5px 15px; |
| 5250 | 4904 | padding-inline: 0 16.5px; |
| 5251 | 4905 | border-inline-end: var(--e-a-border); |
| 5252 | 4906 | cursor: pointer; |
| @@ -5251,138 +4905,27 @@ | ||
| 5251 | 4905 | border-inline-end: var(--e-a-border); |
| 5252 | 4906 | cursor: pointer; |
| 5253 | 4907 | transition: color 0.5s; |
| 5254 | 4908 | } |
| 5255 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5256 | - background: transparent; | |
| 5257 | - margin: 0; | |
| 5258 | - font-size: inherit; | |
| 5259 | - font-family: inherit; | |
| 5260 | - color: inherit; | |
| 5261 | - border: none; | |
| 5262 | - display: flex; | |
| 5263 | - align-items: center; | |
| 5264 | - gap: 10px; | |
| 5265 | - cursor: pointer; | |
| 5266 | -} | |
| 5267 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5268 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5269 | - outline-offset: 2px; | |
| 5270 | - border-radius: 2px; | |
| 5271 | -} | |
| 5272 | 4909 | #elementor-template-library-header-preview-back:hover { |
| 5273 | 4910 | color: var(--e-a-color-txt-hover); |
| 5274 | 4911 | } |
| 5275 | 4912 | #elementor-template-library-header-preview-back i { |
| 4913 | + padding-inline-end: 10px; | |
| 5276 | 4914 | font-size: 18px; |
| 5277 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5278 | 4915 | } |
| 4916 | +#elementor-template-library-header-preview-back i:before { | |
| 4917 | + content: "\e87d"; | |
| 4918 | +} | |
| 5279 | 4919 | |
| 5280 | -#elementor-template-library-templates { | |
| 5281 | - display: flex; | |
| 5282 | - flex-direction: column; | |
| 5283 | - gap: 20px; | |
| 5284 | -} | |
| 5285 | -#elementor-template-library-templates .toolbar-container { | |
| 5286 | - display: flex; | |
| 5287 | - justify-content: space-between; | |
| 5288 | - align-items: center; | |
| 5289 | - gap: 2%; | |
| 5290 | - height: 45px; | |
| 5291 | -} | |
| 5292 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5293 | - display: flex; | |
| 5294 | - flex-wrap: wrap; | |
| 5295 | - align-items: flex-start; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5298 | - display: none; | |
| 5299 | -} | |
| 5300 | -#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"])) { | |
| 5301 | - justify-content: flex-end; | |
| 5302 | -} | |
| 5303 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { | |
| 5304 | - display: flex; | |
| 5305 | - align-items: baseline; | |
| 5306 | - border-radius: 3px; | |
| 5307 | -} | |
| 5308 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5309 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5310 | - outline-offset: 2px; | |
| 5311 | -} | |
| 5312 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { | |
| 5313 | - align-items: center; | |
| 5314 | -} | |
| 5315 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i { | |
| 5316 | - font-size: 14px; | |
| 5317 | - margin-inline-start: 5px; | |
| 5318 | -} | |
| 5319 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container { | |
| 5320 | - width: 200px; | |
| 5321 | - margin: 0px 10px; | |
| 5322 | - align-self: center; | |
| 5323 | - text-align: start; | |
| 5324 | -} | |
| 5325 | -#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 { | |
| 5326 | - font-size: 10px; | |
| 5327 | -} | |
| 5328 | -#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 { | |
| 5329 | - color: var(--e-a-btn-bg-accent); | |
| 5330 | -} | |
| 5331 | -#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 { | |
| 5332 | - height: 4px; | |
| 5333 | - background-color: var(--e-a-color-primary-bold); | |
| 5334 | - position: relative; | |
| 5335 | - display: flex; | |
| 5336 | - align-items: center; | |
| 5337 | - padding: 0; | |
| 5338 | -} | |
| 5339 | -#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 { | |
| 5340 | - height: 100%; | |
| 5341 | - transition: width 0.3s ease; | |
| 5342 | -} | |
| 5343 | -#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 { | |
| 5344 | - background-color: #D004D4; | |
| 5345 | -} | |
| 5346 | -#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 { | |
| 5347 | - background-color: #F59E0B; | |
| 5348 | -} | |
| 5349 | -#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 { | |
| 5350 | - background-color: #93003f; | |
| 5351 | -} | |
| 5352 | -#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 { | |
| 5353 | - background-color: #F0ABFC; | |
| 5354 | -} | |
| 5355 | -#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 { | |
| 5356 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5357 | -} | |
| 5358 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5359 | - font-size: 12px; | |
| 5360 | - color: var(--e-a-color-txt); | |
| 5361 | -} | |
| 5362 | -#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 { | |
| 4920 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4921 | + margin-block-start: 10px; | |
| 4922 | + margin-block-end: 45px; | |
| 5363 | 4923 | border-block-start: var(--e-a-border); |
| 5364 | 4924 | } |
| 5365 | -#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 { | |
| 4925 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5366 | 4926 | color: var(--e-a-color-txt-active); |
| 5367 | 4927 | } |
| 5368 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5369 | - border-block-start: none; | |
| 5370 | -} | |
| 5371 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5372 | - padding: 0; | |
| 5373 | -} | |
| 5374 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5375 | - max-width: -moz-fit-content; | |
| 5376 | - max-width: fit-content; | |
| 5377 | -} | |
| 5378 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5379 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5380 | - display: none; | |
| 5381 | -} | |
| 5382 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5383 | - pointer-events: none; | |
| 5384 | -} | |
| 5385 | 4928 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5386 | 4929 | margin: 10px -15px 0; |
| 5387 | 4930 | } |
| 5388 | 4931 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5408,243 +4951,14 @@ | ||
| 5408 | 4951 | } |
| 5409 | 4952 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5410 | 4953 | content: "\e8ad"; |
| 5411 | 4954 | } |
| 5412 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4955 | + | |
| 4956 | +#elementor-template-library-templates-container { | |
| 5413 | 4957 | display: flex; |
| 5414 | - align-items: center; | |
| 5415 | - gap: 8px; | |
| 4958 | + flex-wrap: wrap; | |
| 4959 | + align-items: flex-start; | |
| 5416 | 4960 | } |
| 5417 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5418 | - background: transparent; | |
| 5419 | - margin: 0; | |
| 5420 | - font-size: inherit; | |
| 5421 | - font-family: inherit; | |
| 5422 | - color: inherit; | |
| 5423 | - border: none; | |
| 5424 | - cursor: pointer; | |
| 5425 | - font-size: 20px; | |
| 5426 | - padding: 0 5px; | |
| 5427 | - border-radius: 2px; | |
| 5428 | - color: var(--e-a-color-txt); | |
| 5429 | -} | |
| 5430 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5431 | - background-color: var(--e-a-bg-hover); | |
| 5432 | -} | |
| 5433 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5434 | - width: 1px; | |
| 5435 | - height: 20px; | |
| 5436 | - background-color: var(--e-a-border-color); | |
| 5437 | -} | |
| 5438 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5439 | - background-color: var(--e-a-bg-hover); | |
| 5440 | -} | |
| 5441 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5442 | - background-color: var(--e-a-bg-hover); | |
| 5443 | -} | |
| 5444 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5445 | - display: grid; | |
| 5446 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5447 | - grid-gap: 20px; | |
| 5448 | - padding: 20px 0; | |
| 5449 | -} | |
| 5450 | -#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 { | |
| 5451 | - grid-column: 1; | |
| 5452 | -} | |
| 5453 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5454 | - grid-column: 1/-1; | |
| 5455 | -} | |
| 5456 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5457 | - display: flex; | |
| 5458 | - position: relative; | |
| 5459 | - flex-direction: column; | |
| 5460 | - height: 158px; | |
| 5461 | - padding: 8px; | |
| 5462 | - border: var(--e-a-border); | |
| 5463 | - border-radius: 3px; | |
| 5464 | -} | |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5466 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5467 | - outline-offset: 2px; | |
| 5468 | -} | |
| 5469 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5470 | - display: flex; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5473 | - display: none; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5476 | - display: flex !important; | |
| 5477 | -} | |
| 5478 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5479 | - width: 190px; | |
| 5480 | - height: 100px; | |
| 5481 | - position: relative; | |
| 5482 | - border-radius: 3px; | |
| 5483 | - margin-block-end: 4px; | |
| 5484 | - overflow: hidden; | |
| 5485 | -} | |
| 5486 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img { | |
| 5487 | - -o-object-fit: contain; | |
| 5488 | - object-fit: contain; | |
| 5489 | - width: 100%; | |
| 5490 | - height: 100%; | |
| 5491 | -} | |
| 5492 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5493 | - display: none; | |
| 5494 | - justify-content: center; | |
| 5495 | - align-items: center; | |
| 5496 | - position: absolute; | |
| 5497 | - inset: 0; | |
| 5498 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5499 | - cursor: default; | |
| 5500 | -} | |
| 5501 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5502 | - font-size: 11px; | |
| 5503 | - white-space: nowrap; | |
| 5504 | - text-overflow: ellipsis; | |
| 5505 | - overflow: hidden; | |
| 5506 | -} | |
| 5507 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5508 | - display: flex; | |
| 5509 | - position: relative; | |
| 5510 | - justify-content: space-between; | |
| 5511 | - align-items: center; | |
| 5512 | - font-size: 11px; | |
| 5513 | - min-height: 38px; | |
| 5514 | -} | |
| 5515 | -#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 { | |
| 5516 | - display: none; | |
| 5517 | - width: 90%; | |
| 5518 | - gap: 8px; | |
| 5519 | - height: 38px; | |
| 5520 | - padding: 4px 0; | |
| 5521 | -} | |
| 5522 | -#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 { | |
| 5523 | - display: flex; | |
| 5524 | -} | |
| 5525 | -#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 { | |
| 5526 | - display: flex; | |
| 5527 | - align-items: center; | |
| 5528 | -} | |
| 5529 | -#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 { | |
| 5530 | - display: flex; | |
| 5531 | - flex-direction: column; | |
| 5532 | - justify-content: center; | |
| 5533 | - width: 65%; | |
| 5534 | - align-items: start; | |
| 5535 | - white-space: nowrap; | |
| 5536 | - text-overflow: ellipsis; | |
| 5537 | - overflow: hidden; | |
| 5538 | -} | |
| 5539 | -#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 { | |
| 5540 | - flex-direction: row; | |
| 5541 | - align-items: center; | |
| 5542 | - justify-content: start; | |
| 5543 | - height: 56px; | |
| 5544 | - padding: 13px 10px; | |
| 5545 | -} | |
| 5546 | -#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 { | |
| 5547 | - font-size: 25px; | |
| 5548 | - margin-inline-end: 8px; | |
| 5549 | -} | |
| 5550 | -#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 { | |
| 5551 | - margin-inline-start: auto; | |
| 5552 | -} | |
| 5553 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5554 | - display: none; | |
| 5555 | -} | |
| 5556 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5557 | - visibility: hidden; | |
| 5558 | -} | |
| 5559 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5560 | - visibility: visible; | |
| 5561 | -} | |
| 5562 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5563 | - display: none; | |
| 5564 | - background: var(--e-a-bg-active); | |
| 5565 | - padding: 10px 25px; | |
| 5566 | - border-radius: 5px; | |
| 5567 | - color: var(--e-a-bg-invert); | |
| 5568 | - gap: 20px; | |
| 5569 | - align-items: center; | |
| 5570 | - flex: 1; | |
| 5571 | -} | |
| 5572 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5573 | - background: transparent; | |
| 5574 | - margin: 0; | |
| 5575 | - font-size: inherit; | |
| 5576 | - font-family: inherit; | |
| 5577 | - color: inherit; | |
| 5578 | - border: none; | |
| 5579 | - cursor: pointer; | |
| 5580 | - display: flex; | |
| 5581 | - align-items: center; | |
| 5582 | - justify-content: center; | |
| 5583 | -} | |
| 5584 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5585 | - pointer-events: none; | |
| 5586 | - opacity: 0.3; | |
| 5587 | - cursor: not-allowed; | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5590 | - cursor: pointer; | |
| 5591 | - font-size: 18px; | |
| 5592 | -} | |
| 5593 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5594 | - font-size: 20px; | |
| 5595 | -} | |
| 5596 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5597 | - display: flex; | |
| 5598 | - flex: 1; | |
| 5599 | - white-space: nowrap; | |
| 5600 | - text-overflow: ellipsis; | |
| 5601 | - overflow: hidden; | |
| 5602 | -} | |
| 5603 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5604 | - display: flex; | |
| 5605 | - flex-direction: row; | |
| 5606 | - align-items: center; | |
| 5607 | - gap: 15px; | |
| 5608 | - white-space: nowrap; | |
| 5609 | - text-overflow: ellipsis; | |
| 5610 | - overflow: hidden; | |
| 5611 | -} | |
| 5612 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5613 | - white-space: nowrap; | |
| 5614 | - text-overflow: ellipsis; | |
| 5615 | - overflow: hidden; | |
| 5616 | -} | |
| 5617 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5618 | - padding-inline-start: 8px; | |
| 5619 | - background-color: var(--e-a-bg-hover); | |
| 5620 | - color: var(--e-a-color-txt); | |
| 5621 | -} | |
| 5622 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5623 | - visibility: visible; | |
| 5624 | -} | |
| 5625 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5626 | - background: var(--e-a-bg-active); | |
| 5627 | -} | |
| 5628 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5629 | - position: relative; | |
| 5630 | - inset-block-start: 3px; | |
| 5631 | -} | |
| 5632 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5633 | - inset-block-start: 0px; | |
| 5634 | -} | |
| 5635 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5636 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5637 | - background: #69727D; | |
| 5638 | -} | |
| 5639 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5640 | - display: block; | |
| 5641 | - content: ""; | |
| 5642 | - width: 10px; | |
| 5643 | - height: 2px; | |
| 5644 | - background-color: white; | |
| 5645 | - transform: none; | |
| 5646 | -} | |
| 5647 | 4961 | |
| 5648 | 4962 | #elementor-template-library-toolbar { |
| 5649 | 4963 | display: flex; |
| 5650 | 4964 | justify-content: space-between; |
| @@ -5655,80 +4969,8 @@ | ||
| 5655 | 4969 | display: flex; |
| 5656 | 4970 | align-items: center; |
| 5657 | 4971 | } |
| 5658 | 4972 | |
| 5659 | -.elementor-template-library-filter-select-source { | |
| 5660 | - width: 350px; | |
| 5661 | - display: flex; | |
| 5662 | - gap: 10px; | |
| 5663 | -} | |
| 5664 | -.elementor-template-library-filter-select-source .source-option { | |
| 5665 | - flex: 1; | |
| 5666 | - border: 0.5px solid #BABFC5; | |
| 5667 | - padding: 5px; | |
| 5668 | - border-radius: 3px; | |
| 5669 | - cursor: pointer; | |
| 5670 | - font-size: 12px; | |
| 5671 | -} | |
| 5672 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5673 | - margin-inline-end: 5px; | |
| 5674 | -} | |
| 5675 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5676 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5677 | - padding: 2px 4px; | |
| 5678 | - color: var(--e-a-color-primary-bold-dark); | |
| 5679 | - border-radius: 10px; | |
| 5680 | - font-size: 10px; | |
| 5681 | - margin-inline-start: 5px; | |
| 5682 | -} | |
| 5683 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5684 | - background-color: var(--e-a-bg-hover); | |
| 5685 | -} | |
| 5686 | - | |
| 5687 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5688 | - display: flex; | |
| 5689 | - align-items: center; | |
| 5690 | - justify-content: space-between; | |
| 5691 | -} | |
| 5692 | - | |
| 5693 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5694 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5695 | - display: flex; | |
| 5696 | - align-items: center; | |
| 5697 | - gap: 6px; | |
| 5698 | - padding: 6px 12px; | |
| 5699 | - border: none; | |
| 5700 | - border-radius: 20px; | |
| 5701 | - font-size: 14px; | |
| 5702 | - font-weight: 500; | |
| 5703 | - white-space: nowrap; | |
| 5704 | - margin-inline-start: auto; | |
| 5705 | - margin-inline-end: 15px; | |
| 5706 | -} | |
| 5707 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5708 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5709 | - margin: 0; | |
| 5710 | - font-size: 14px; | |
| 5711 | -} | |
| 5712 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5713 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5714 | - background-color: var(--e-a-bg-info); | |
| 5715 | - color: var(--e-a-color-info); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5719 | - color: var(--e-a-color-info); | |
| 5720 | -} | |
| 5721 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5722 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5723 | - background-color: var(--e-a-bg-warning); | |
| 5724 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5725 | -} | |
| 5726 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5727 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5728 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5729 | -} | |
| 5730 | - | |
| 5731 | 4973 | #elementor-template-library-filter-toolbar-remote { |
| 5732 | 4974 | font-size: 11px; |
| 5733 | 4975 | } |
| 5734 | 4976 | |
| @@ -5742,11 +4984,8 @@ | ||
| 5742 | 4984 | padding-inline-end: 22px; |
| 5743 | 4985 | -webkit-user-select: none; |
| 5744 | 4986 | -moz-user-select: none; |
| 5745 | 4987 | user-select: none; |
| 5746 | - line-height: 1; | |
| 5747 | - font-size: 10px; | |
| 5748 | - font-weight: 500; | |
| 5749 | 4988 | } |
| 5750 | 4989 | |
| 5751 | 4990 | label.elementor-template-library-order-label { |
| 5752 | 4991 | cursor: pointer; |
| @@ -5802,12 +5041,8 @@ | ||
| 5802 | 5041 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5803 | 5042 | content: "\e923"; |
| 5804 | 5043 | } |
| 5805 | 5044 | |
| 5806 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5807 | - margin-block-end: 10px; | |
| 5808 | -} | |
| 5809 | - | |
| 5810 | 5045 | #elementor-template-library-filter-text-wrapper { |
| 5811 | 5046 | width: 200px; |
| 5812 | 5047 | position: relative; |
| 5813 | 5048 | } |
| @@ -5812,15 +5047,12 @@ | ||
| 5812 | 5047 | position: relative; |
| 5813 | 5048 | } |
| 5814 | 5049 | #elementor-template-library-filter-text-wrapper i { |
| 5815 | 5050 | position: absolute; |
| 5816 | - inset-block-start: 50%; | |
| 5817 | - inset-inline-end: 0; | |
| 5051 | + top: 50%; | |
| 5052 | + left: 0; | |
| 5818 | 5053 | transform: translateY(-50%); |
| 5819 | 5054 | } |
| 5820 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5821 | - inset-block-start: 25%; | |
| 5822 | -} | |
| 5823 | 5055 | |
| 5824 | 5056 | #elementor-template-library-filter-text { |
| 5825 | 5057 | border: none; |
| 5826 | 5058 | border-block-end: var(--e-a-border-bold); |
| @@ -5846,32 +5078,19 @@ | ||
| 5846 | 5078 | padding: 8px; |
| 5847 | 5079 | border: var(--e-a-border); |
| 5848 | 5080 | border-radius: 3px; |
| 5849 | 5081 | } |
| 5850 | -.elementor-template-library-template-remote:focus-visible { | |
| 5851 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5852 | - outline-offset: 2px; | |
| 5853 | -} | |
| 5854 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5082 | +.elementor-template-library-template-remote:hover { | |
| 5855 | 5083 | background-color: var(--e-a-bg-hover); |
| 5856 | 5084 | } |
| 5857 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5858 | - opacity: 1; | |
| 5859 | -} | |
| 5860 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 5085 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5861 | 5086 | display: none; |
| 5862 | 5087 | } |
| 5863 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5864 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5865 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5866 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5867 | - display: initial; | |
| 5868 | -} | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5088 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5870 | 5089 | opacity: 0; |
| 5871 | 5090 | } |
| 5872 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5873 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5091 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5092 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5874 | 5093 | display: none; |
| 5875 | 5094 | } |
| 5876 | 5095 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5877 | 5096 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5879,10 +5098,10 @@ | ||
| 5879 | 5098 | color: var(--e-a-color-white); |
| 5880 | 5099 | position: absolute; |
| 5881 | 5100 | text-transform: uppercase; |
| 5882 | 5101 | line-height: 1; |
| 5883 | - inset-block-start: 5px; | |
| 5884 | - inset-inline-end: 5px; | |
| 5102 | + top: 5px; | |
| 5103 | + left: 5px; | |
| 5885 | 5104 | padding: 3px 5px; |
| 5886 | 5105 | font-size: 8px; |
| 5887 | 5106 | border-radius: 2px; |
| 5888 | 5107 | } |
| @@ -5897,10 +5116,10 @@ | ||
| 5897 | 5116 | } |
| 5898 | 5117 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5899 | 5118 | position: absolute; |
| 5900 | 5119 | width: 100%; |
| 5901 | - inset-block-end: 0; | |
| 5902 | - inset-inline-start: 0; | |
| 5120 | + bottom: 0; | |
| 5121 | + right: 0; | |
| 5903 | 5122 | padding: 10px; |
| 5904 | 5123 | background-color: var(--e-a-bg-default); |
| 5905 | 5124 | transition: transform 0.5s; |
| 5906 | 5125 | } |
| @@ -5906,9 +5125,9 @@ | ||
| 5906 | 5125 | } |
| 5907 | 5126 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5908 | 5127 | display: none; |
| 5909 | 5128 | } |
| 5910 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 5129 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5911 | 5130 | transform: translateY(100%); |
| 5912 | 5131 | } |
| 5913 | 5132 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5914 | 5133 | position: relative; |
| @@ -5925,9 +5144,12 @@ | ||
| 5925 | 5144 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5926 | 5145 | } |
| 5927 | 5146 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5928 | 5147 | position: absolute; |
| 5929 | - inset: 0; | |
| 5148 | + top: 0; | |
| 5149 | + left: 0; | |
| 5150 | + width: 100%; | |
| 5151 | + height: 100%; | |
| 5930 | 5152 | background-color: rgba(0, 0, 0, 0.5); |
| 5931 | 5153 | transition: opacity 0.5s; |
| 5932 | 5154 | cursor: pointer; |
| 5933 | 5155 | } |
| @@ -5933,11 +5155,11 @@ | ||
| 5933 | 5155 | } |
| 5934 | 5156 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5935 | 5157 | font-size: 20px; |
| 5936 | 5158 | position: absolute; |
| 5937 | - inset-block-start: 50%; | |
| 5938 | - inset-inline-start: 50%; | |
| 5939 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5159 | + top: 50%; | |
| 5160 | + left: 50%; | |
| 5161 | + transform: translate(-50%, -50%); | |
| 5940 | 5162 | } |
| 5941 | 5163 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5942 | 5164 | display: flex; |
| 5943 | 5165 | justify-content: space-between; |
| @@ -5957,22 +5179,10 @@ | ||
| 5957 | 5179 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5958 | 5180 | margin-inline-start: auto; |
| 5959 | 5181 | } |
| 5960 | 5182 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5961 | - position: absolute; | |
| 5962 | - width: 1px; | |
| 5963 | - height: 1px; | |
| 5964 | - padding: 0; | |
| 5965 | - margin: -1px; | |
| 5966 | - overflow: hidden; | |
| 5967 | - clip: rect(0, 0, 0, 0); | |
| 5968 | - white-space: nowrap; | |
| 5969 | - border: 0; | |
| 5183 | + display: none; | |
| 5970 | 5184 | } |
| 5971 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5972 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5973 | - outline-offset: 2px; | |
| 5974 | -} | |
| 5975 | 5185 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5976 | 5186 | content: "\e93f"; |
| 5977 | 5187 | color: var(--e-a-color-primary-bold); |
| 5978 | 5188 | } |
| @@ -6007,231 +5217,112 @@ | ||
| 6007 | 5217 | height: 200px; |
| 6008 | 5218 | } |
| 6009 | 5219 | |
| 6010 | 5220 | #elementor-template-library-order-toolbar-local, |
| 6011 | -.elementor-template-library-template-local, | |
| 6012 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5221 | +.elementor-template-library-template-local { | |
| 6013 | 5222 | display: flex; |
| 6014 | 5223 | align-items: center; |
| 6015 | 5224 | padding: 0 25px; |
| 6016 | 5225 | text-align: start; |
| 6017 | 5226 | } |
| 6018 | -@media (max-width: 1439px) { | |
| 6019 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6020 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6021 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6022 | - width: 33%; | |
| 6023 | - } | |
| 6024 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6025 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6026 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6027 | - width: 10%; | |
| 6028 | - } | |
| 6029 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6030 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6031 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6032 | - width: 15%; | |
| 6033 | - } | |
| 6034 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6035 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6036 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6037 | - width: 15%; | |
| 6038 | - } | |
| 6039 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6040 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6041 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6042 | - width: 27%; | |
| 6043 | - } | |
| 6044 | -} | |
| 6045 | -@media (min-width: 1440px) { | |
| 6046 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6047 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6048 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6049 | - width: 25%; | |
| 6050 | - } | |
| 6051 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6052 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6053 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6054 | - width: 17%; | |
| 6055 | - } | |
| 6056 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6057 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6058 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6059 | - width: 17%; | |
| 6060 | - } | |
| 6061 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6062 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6063 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6064 | - width: 17%; | |
| 6065 | - } | |
| 6066 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6067 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6068 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6069 | - width: 24%; | |
| 6070 | - } | |
| 6071 | -} | |
| 6072 | -@media (max-width: 1024px) { | |
| 6073 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6074 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6075 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6076 | - display: none; | |
| 6077 | - } | |
| 6078 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6079 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6080 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6081 | - width: 41%; | |
| 6082 | - } | |
| 6083 | -} | |
| 6084 | 5227 | |
| 6085 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6086 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6087 | - display: none; | |
| 6088 | - position: absolute; | |
| 6089 | - background-color: var(--e-a-bg-default); | |
| 6090 | - border-radius: var(--e-a-border-radius); | |
| 6091 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6092 | - inset-block-start: 100%; | |
| 6093 | - inset-inline-end: 0; | |
| 6094 | - z-index: 1; | |
| 6095 | - list-style: none; | |
| 6096 | - margin: 0; | |
| 6097 | - padding: 0; | |
| 5228 | +#elementor-template-library-order-toolbar-local { | |
| 5229 | + margin-block-start: 30px; | |
| 6098 | 5230 | } |
| 6099 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6100 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6101 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6102 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6103 | - background: transparent; | |
| 6104 | - margin: 0; | |
| 6105 | - font-size: inherit; | |
| 6106 | - font-family: inherit; | |
| 6107 | - color: inherit; | |
| 6108 | - border: none; | |
| 6109 | - padding: 10px 20px; | |
| 6110 | - font-size: 11px; | |
| 6111 | - cursor: pointer; | |
| 6112 | - display: flex; | |
| 6113 | - align-items: center; | |
| 6114 | - gap: 8px; | |
| 6115 | - width: 100%; | |
| 5231 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 5232 | + line-height: 1; | |
| 5233 | + font-size: 10px; | |
| 5234 | + font-weight: 500; | |
| 6116 | 5235 | } |
| 6117 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6119 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6120 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6121 | - cursor: not-allowed; | |
| 6122 | - color: var(--e-a-color-txt-disabled); | |
| 6123 | -} | |
| 6124 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6125 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6126 | - color: var(--e-a-color-txt); | |
| 6127 | - text-decoration: none; | |
| 6128 | -} | |
| 6129 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6130 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6131 | - color: var(--e-a-color-danger); | |
| 6132 | -} | |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6134 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6135 | - font-size: 16px; | |
| 6136 | -} | |
| 6137 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6138 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6139 | - margin-inline-start: auto; | |
| 6140 | - cursor: pointer; | |
| 6141 | - background: none; | |
| 6142 | - border: none; | |
| 6143 | - padding: 0; | |
| 6144 | - display: flex; | |
| 6145 | - align-items: center; | |
| 6146 | - justify-content: center; | |
| 6147 | -} | |
| 6148 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6149 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6150 | - font-size: 20px; | |
| 6151 | -} | |
| 6152 | 5236 | |
| 6153 | -.elementor-template-library-template-local, | |
| 6154 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5237 | +.elementor-template-library-template-local { | |
| 6155 | 5238 | height: 50px; |
| 6156 | 5239 | width: 100%; |
| 6157 | 5240 | margin-block-start: 1px; |
| 6158 | 5241 | transition: background-color 0.3s linear; |
| 6159 | 5242 | } |
| 6160 | -.elementor-template-library-template-local:hover, | |
| 6161 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 5243 | +.elementor-template-library-template-local:hover { | |
| 6162 | 5244 | background-color: var(--e-a-bg-hover); |
| 6163 | 5245 | } |
| 6164 | -.elementor-template-library-template-local:first-child, | |
| 6165 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 5246 | +.elementor-template-library-template-local:first-child { | |
| 6166 | 5247 | border-start-start-radius: 3px; |
| 6167 | 5248 | border-start-end-radius: 3px; |
| 6168 | 5249 | border-end-start-radius: 0; |
| 6169 | 5250 | border-end-end-radius: 0; |
| 6170 | 5251 | } |
| 6171 | -.elementor-template-library-template-local:last-child, | |
| 6172 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 5252 | +.elementor-template-library-template-local:last-child { | |
| 6173 | 5253 | border-start-start-radius: 0; |
| 6174 | 5254 | border-start-end-radius: 0; |
| 6175 | 5255 | border-end-start-radius: 3px; |
| 6176 | 5256 | border-end-end-radius: 3px; |
| 6177 | 5257 | } |
| 6178 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6179 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 5258 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6180 | 5259 | font-weight: 500; |
| 6181 | 5260 | } |
| 6182 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6183 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6184 | - font-size: 16px; | |
| 6185 | -} | |
| 6186 | 5261 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6187 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6188 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6189 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 5262 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 6190 | 5263 | padding-inline-end: 20px; |
| 6191 | 5264 | } |
| 6192 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6193 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6194 | - padding-inline-end: 10px; | |
| 6195 | -} | |
| 6196 | 5265 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6197 | 5266 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6198 | 5267 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6199 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6200 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6201 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6202 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6203 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 5268 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6204 | 5269 | white-space: nowrap; |
| 6205 | 5270 | text-overflow: ellipsis; |
| 6206 | 5271 | overflow: hidden; |
| 6207 | 5272 | } |
| 6208 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6209 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 5273 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6210 | 5274 | position: relative; |
| 6211 | 5275 | display: flex; |
| 6212 | 5276 | align-items: center; |
| 6213 | 5277 | } |
| 6214 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6215 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6216 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6217 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5278 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6218 | 5279 | cursor: pointer; |
| 6219 | 5280 | transition: color 0.5s; |
| 6220 | 5281 | } |
| 6221 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6222 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6223 | - color: #F5D0FE; | |
| 5282 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 5283 | + margin-inline-end: 3px; | |
| 6224 | 5284 | } |
| 6225 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6226 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6227 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6228 | - cursor: not-allowed; | |
| 5285 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 5286 | + margin-inline-start: 6px; | |
| 6229 | 5287 | } |
| 6230 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6231 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6232 | - margin-inline-end: 3px; | |
| 5288 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 5289 | + color: var(--e-a-color-danger); | |
| 6233 | 5290 | } |
| 5291 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 5292 | + display: none; | |
| 5293 | + position: absolute; | |
| 5294 | + background-color: var(--e-a-bg-default); | |
| 5295 | + padding: 3px 20px; | |
| 5296 | + border-radius: var(--e-a-border-radius); | |
| 5297 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 5298 | + top: 100%; | |
| 5299 | + left: 0; | |
| 5300 | + transform: translateX(-65%) translateY(-7px); | |
| 5301 | + z-index: 1; | |
| 5302 | +} | |
| 5303 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 5304 | + content: ""; | |
| 5305 | + position: absolute; | |
| 5306 | + border: solid transparent; | |
| 5307 | + border-width: 8px 4px; | |
| 5308 | + border-block-end-color: var(--e-a-color-white); | |
| 5309 | + transform: translateY(-100%); | |
| 5310 | +} | |
| 5311 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 5312 | + margin: 10px 0; | |
| 5313 | + font-size: 11px; | |
| 5314 | +} | |
| 5315 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 5316 | + color: var(--e-a-color-txt); | |
| 5317 | +} | |
| 5318 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 5319 | + flex-grow: 1; | |
| 5320 | + text-align: end; | |
| 5321 | +} | |
| 5322 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 5323 | + font-size: 16px; | |
| 5324 | +} | |
| 6234 | 5325 | |
| 6235 | 5326 | #elementor-template-library-preview { |
| 6236 | 5327 | height: 100%; |
| 6237 | 5328 | overflow: hidden; |
| @@ -6237,9 +5328,9 @@ | ||
| 6237 | 5328 | overflow: hidden; |
| 6238 | 5329 | } |
| 6239 | 5330 | #elementor-template-library-preview iframe { |
| 6240 | 5331 | height: 150%; |
| 6241 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 5332 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6242 | 5333 | } |
| 6243 | 5334 | @media (max-width: 1439px) { |
| 6244 | 5335 | #elementor-template-library-preview iframe { |
| 6245 | 5336 | width: 1440px; |
| @@ -6255,14 +5346,8 @@ | ||
| 6255 | 5346 | font-size: 64px; |
| 6256 | 5347 | margin-block-start: 45px; |
| 6257 | 5348 | line-height: 1; |
| 6258 | 5349 | } |
| 6259 | -.elementor-template-library-blank-icon i { | |
| 6260 | - font-size: 85px; | |
| 6261 | -} | |
| 6262 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6263 | - font-size: 65px; | |
| 6264 | -} | |
| 6265 | 5350 | .elementor-template-library-blank-icon img { |
| 6266 | 5351 | width: 70px; |
| 6267 | 5352 | } |
| 6268 | 5353 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6300,499 +5385,8 @@ | ||
| 6300 | 5385 | #elementor-template-library-save-template-form > * { |
| 6301 | 5386 | height: 55px; |
| 6302 | 5387 | font-size: 16px; |
| 6303 | 5388 | } |
| 6304 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6305 | - height: 55px; | |
| 6306 | - font-size: 16px; | |
| 6307 | - margin-block-end: 15px; | |
| 6308 | -} | |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6310 | - display: block; | |
| 6311 | - width: 500px; | |
| 6312 | - margin: 0 auto; | |
| 6313 | -} | |
| 6314 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6316 | - display: none; | |
| 6317 | -} | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6319 | - margin-inline: 5px; | |
| 6320 | -} | |
| 6321 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6322 | - display: none; | |
| 6323 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6324 | - padding: 3px 5px; | |
| 6325 | - border-radius: 100px; | |
| 6326 | - margin-inline: 5px; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6329 | - color: var(--e-a-btn-bg-accent); | |
| 6330 | -} | |
| 6331 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6332 | - margin-inline-end: 5px; | |
| 6333 | -} | |
| 6334 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6335 | - display: inline; | |
| 6336 | -} | |
| 6337 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6338 | - display: inline; | |
| 6339 | - background: var(--e-a-bg-hover); | |
| 6340 | - padding: 0 2px 1px; | |
| 6341 | - border: none; | |
| 6342 | - border-radius: 2px; | |
| 6343 | - vertical-align: bottom; | |
| 6344 | - cursor: pointer; | |
| 6345 | - font-family: inherit; | |
| 6346 | - font-size: inherit; | |
| 6347 | - color: inherit; | |
| 6348 | - line-height: inherit; | |
| 6349 | -} | |
| 6350 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6351 | - background: var(--e-a-bg-active); | |
| 6352 | -} | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6354 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6355 | - outline-offset: 2px; | |
| 6356 | -} | |
| 6357 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6358 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, | |
| 6360 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6361 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6362 | - display: inline; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6365 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6366 | -#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, | |
| 6367 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6368 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6369 | - pointer-events: none; | |
| 6370 | -} | |
| 6371 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6372 | -#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, | |
| 6373 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6374 | - display: none; | |
| 6375 | -} | |
| 6376 | -#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 { | |
| 6377 | - color: var(--e-a-color-txt-muted); | |
| 6378 | - margin-inline: 5px; | |
| 6379 | -} | |
| 6380 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6381 | - display: none; | |
| 6382 | - float: inline-start; | |
| 6383 | -} | |
| 6384 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6385 | - font-size: 13px; | |
| 6386 | - color: var(--e-a-btn-bg-accent); | |
| 6387 | - text-align: start; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6390 | - color: var(--e-a-btn-bg-accent); | |
| 6391 | - text-decoration: underline; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6394 | - float: inline-end; | |
| 6395 | -} | |
| 6396 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6397 | - cursor: not-allowed; | |
| 6398 | -} | |
| 6399 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6400 | - display: flex; | |
| 6401 | - flex-direction: column; | |
| 6402 | - text-align: start; | |
| 6403 | - border: var(--e-a-border-bold); | |
| 6404 | - padding: 15px; | |
| 6405 | - height: auto; | |
| 6406 | - gap: 10px; | |
| 6407 | - position: relative; | |
| 6408 | -} | |
| 6409 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6410 | - background: #69727D; | |
| 6411 | - inset-block-start: -3px; | |
| 6412 | - position: relative; | |
| 6413 | -} | |
| 6414 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6415 | - position: relative; | |
| 6416 | - display: inline-block; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { | |
| 6419 | - white-space: nowrap; | |
| 6420 | - text-overflow: ellipsis; | |
| 6421 | - overflow: hidden; | |
| 6422 | - overflow: visible; | |
| 6423 | - display: inline-flex; | |
| 6424 | - align-items: baseline; | |
| 6425 | - line-height: 27px; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6428 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6429 | - flex-shrink: 0; | |
| 6430 | - position: relative; | |
| 6431 | - inset-block-start: 2px; | |
| 6432 | -} | |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6434 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6435 | - inset-block-start: -2px; | |
| 6436 | -} | |
| 6437 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6438 | - vertical-align: bottom; | |
| 6439 | -} | |
| 6440 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6441 | - margin-inline: 5px; | |
| 6442 | - color: var(--e-a-color-txt-muted); | |
| 6443 | - cursor: pointer; | |
| 6444 | -} | |
| 6445 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6446 | - display: none; | |
| 6447 | - margin-inline-end: 5px; | |
| 6448 | - align-items: baseline; | |
| 6449 | - white-space: nowrap; | |
| 6450 | - text-overflow: ellipsis; | |
| 6451 | - overflow: hidden; | |
| 6452 | -} | |
| 6453 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6454 | - display: inline-flex !important; | |
| 6455 | -} | |
| 6456 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6457 | - text-decoration: underline; | |
| 6458 | - cursor: pointer; | |
| 6459 | - white-space: nowrap; | |
| 6460 | - text-overflow: ellipsis; | |
| 6461 | - overflow: hidden; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6464 | - cursor: pointer; | |
| 6465 | - flex-shrink: 0; | |
| 6466 | -} | |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6468 | - color: var(--e-a-color-primary-bold); | |
| 6469 | - font-size: 14px; | |
| 6470 | -} | |
| 6471 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6472 | - text-decoration: underline; | |
| 6473 | -} | |
| 6474 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6475 | - display: none; | |
| 6476 | - position: absolute; | |
| 6477 | - inset-block-start: 40px; | |
| 6478 | - background-color: var(--e-a-bg-default); | |
| 6479 | - min-width: 187px; | |
| 6480 | - overflow: auto; | |
| 6481 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6482 | - z-index: 1; | |
| 6483 | - border-radius: 2px; | |
| 6484 | - max-width: 450px; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6487 | - white-space: nowrap; | |
| 6488 | - text-overflow: ellipsis; | |
| 6489 | - overflow: hidden; | |
| 6490 | -} | |
| 6491 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6492 | - margin: 15px; | |
| 6493 | -} | |
| 6494 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6495 | - margin-inline-end: 10px; | |
| 6496 | -} | |
| 6497 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6498 | - max-height: 170px; | |
| 6499 | -} | |
| 6500 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6501 | - padding: 5px 15px; | |
| 6502 | - cursor: pointer; | |
| 6503 | - list-style: none; | |
| 6504 | -} | |
| 6505 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6506 | - display: none; | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6509 | - margin: 0px; | |
| 6510 | -} | |
| 6511 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6512 | - text-decoration: underline; | |
| 6513 | -} | |
| 6514 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6515 | - background: var(--e-a-border-color); | |
| 6516 | -} | |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6518 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6519 | - outline-offset: -2px; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6522 | - pointer-events: none; | |
| 6523 | - opacity: 0.3; | |
| 6524 | -} | |
| 6525 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6526 | - text-align: center; | |
| 6527 | - font-size: 13px; | |
| 6528 | - margin: 0 20px; | |
| 6529 | - padding-block: 15px; | |
| 6530 | - pointer-events: none; | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6533 | - font-size: 24px; | |
| 6534 | - padding-block-end: 10px; | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6537 | - border-block-start: none; | |
| 6538 | - border-inline: none; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6541 | - pointer-events: none; | |
| 6542 | - opacity: 0.3; | |
| 6543 | -} | |
| 6544 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6545 | - display: flex; | |
| 6546 | - flex-direction: column; | |
| 6547 | - width: 600px; | |
| 6548 | - text-align: start; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6551 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6552 | - font-size: 12px; | |
| 6553 | - font-weight: 400; | |
| 6554 | - color: var(--e-a-color-txt); | |
| 6555 | -} | |
| 6556 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6557 | - width: 100%; | |
| 6558 | - padding: 12px 15px; | |
| 6559 | - border: var(--e-a-border-bold); | |
| 6560 | - border-radius: 3px; | |
| 6561 | - margin-block-end: 0; | |
| 6562 | -} | |
| 6563 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - gap: 12px; | |
| 6567 | - margin-block-start: 20px; | |
| 6568 | -} | |
| 6569 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6570 | - display: flex; | |
| 6571 | - align-items: center; | |
| 6572 | - padding: 12px 15px; | |
| 6573 | - border: var(--e-a-border-bold); | |
| 6574 | - border-radius: 3px; | |
| 6575 | - width: 100%; | |
| 6576 | - line-height: normal; | |
| 6577 | - gap: 8px; | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6580 | - border-color: var(--e-a-color-txt); | |
| 6581 | -} | |
| 6582 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local { | |
| 6583 | - display: flex; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6586 | - margin-inline-end: 0; | |
| 6587 | - flex-shrink: 0; | |
| 6588 | - position: relative; | |
| 6589 | -} | |
| 6590 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6591 | - inset-block-start: 0; | |
| 6592 | -} | |
| 6593 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6594 | - content: ""; | |
| 6595 | - position: absolute; | |
| 6596 | - inset-inline-end: -8px; | |
| 6597 | - width: 1px; | |
| 6598 | - height: 18px; | |
| 6599 | - background-color: var(--e-a-border-color); | |
| 6600 | -} | |
| 6601 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6602 | - margin-inline-start: 12px; | |
| 6603 | - margin-inline-end: 4px; | |
| 6604 | - font-size: 24px; | |
| 6605 | - color: var(--e-a-color-txt); | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6608 | - margin-inline-start: 8px; | |
| 6609 | - margin-inline-end: 0; | |
| 6610 | - font-size: 24px; | |
| 6611 | - color: var(--e-a-color-txt); | |
| 6612 | -} | |
| 6613 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6614 | - flex: 0 0 auto; | |
| 6615 | - margin: 0; | |
| 6616 | - cursor: pointer; | |
| 6617 | -} | |
| 6618 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6619 | - margin-inline: 0; | |
| 6620 | -} | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6622 | - display: inline; | |
| 6623 | - background: transparent; | |
| 6624 | - padding: 0; | |
| 6625 | - border-radius: 0; | |
| 6626 | - vertical-align: baseline; | |
| 6627 | - text-decoration: underline; | |
| 6628 | - cursor: pointer; | |
| 6629 | - margin-inline-start: 0; | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6632 | - background: transparent; | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6635 | - color: var(--e-a-color-primary-bold); | |
| 6636 | - text-decoration: underline; | |
| 6637 | - cursor: pointer; | |
| 6638 | - margin-inline-start: 4px; | |
| 6639 | -} | |
| 6640 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6641 | - text-decoration: none; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6644 | - display: none; | |
| 6645 | - border: none; | |
| 6646 | - padding: 0; | |
| 6647 | - border-radius: 0; | |
| 6648 | - margin-inline-start: 0; | |
| 6649 | - background: transparent; | |
| 6650 | - transition: background-color 0.2s; | |
| 6651 | - padding: 3px 8px; | |
| 6652 | -} | |
| 6653 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6654 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6655 | - border-radius: 3px; | |
| 6656 | -} | |
| 6657 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6658 | - color: var(--e-a-btn-bg-accent); | |
| 6659 | - text-decoration: none; | |
| 6660 | - display: flex; | |
| 6661 | - align-items: center; | |
| 6662 | - gap: 4px; | |
| 6663 | - font-size: 14px; | |
| 6664 | - font-weight: 500; | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6667 | - margin: 0; | |
| 6668 | - font-size: 14px; | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6671 | - display: none; | |
| 6672 | -} | |
| 6673 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6674 | - color: var(--e-a-color-txt-muted); | |
| 6675 | - margin-inline: 5px; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6678 | - color: var(--e-a-color-info); | |
| 6679 | - text-decoration: underline; | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6682 | - text-decoration: none; | |
| 6683 | -} | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6685 | - display: flex; | |
| 6686 | - align-items: center; | |
| 6687 | - gap: 6px; | |
| 6688 | - padding: 6px 12px; | |
| 6689 | - border: none; | |
| 6690 | - border-radius: 20px; | |
| 6691 | - font-size: 14px; | |
| 6692 | - font-weight: 500; | |
| 6693 | - cursor: pointer; | |
| 6694 | - transition: opacity 0.2s; | |
| 6695 | - margin-inline-start: auto; | |
| 6696 | -} | |
| 6697 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6698 | - opacity: 0.8; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6701 | - margin: 0; | |
| 6702 | - font-size: 14px; | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6705 | - background-color: var(--e-a-bg-info); | |
| 6706 | - color: var(--e-a-color-info); | |
| 6707 | -} | |
| 6708 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6709 | - color: var(--e-a-color-info); | |
| 6710 | -} | |
| 6711 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6712 | - background-color: var(--e-a-bg-warning); | |
| 6713 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6714 | -} | |
| 6715 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6716 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6717 | -} | |
| 6718 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6719 | - display: none; | |
| 6720 | - margin-inline-start: 8px; | |
| 6721 | - align-items: center; | |
| 6722 | - gap: 6px; | |
| 6723 | -} | |
| 6724 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6725 | - display: inline-flex !important; | |
| 6726 | -} | |
| 6727 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6728 | - text-decoration: underline; | |
| 6729 | - cursor: pointer; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6732 | - cursor: pointer; | |
| 6733 | - font-size: 14px; | |
| 6734 | -} | |
| 6735 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6736 | - inset-block-start: 75px; | |
| 6737 | - inset-inline-start: 230px; | |
| 6738 | -} | |
| 6739 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6740 | - display: none; | |
| 6741 | -} | |
| 6742 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6743 | - display: inline; | |
| 6744 | -} | |
| 6745 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6746 | - display: none; | |
| 6747 | -} | |
| 6748 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6749 | - border-color: var(--e-a-border-color); | |
| 6750 | -} | |
| 6751 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6752 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6753 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6754 | - color: var(--e-a-color-txt-disabled); | |
| 6755 | -} | |
| 6756 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6757 | - background-color: var(--e-a-color-txt-disabled); | |
| 6758 | -} | |
| 6759 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud { | |
| 6760 | - border-color: var(--e-a-border-color); | |
| 6761 | -} | |
| 6762 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6763 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6764 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type, | |
| 6765 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6766 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6767 | - color: var(--e-a-color-txt-disabled); | |
| 6768 | -} | |
| 6769 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after { | |
| 6770 | - background-color: var(--e-a-color-txt-disabled); | |
| 6771 | -} | |
| 6772 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge { | |
| 6773 | - display: inline-flex; | |
| 6774 | -} | |
| 6775 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container { | |
| 6776 | - display: none; | |
| 6777 | -} | |
| 6778 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6779 | - display: block; | |
| 6780 | -} | |
| 6781 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6782 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox], | |
| 6783 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6784 | - pointer-events: none; | |
| 6785 | -} | |
| 6786 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6787 | - display: block; | |
| 6788 | - margin-block-start: 15px; | |
| 6789 | -} | |
| 6790 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6791 | - align-self: center; | |
| 6792 | - margin-block-start: 20px; | |
| 6793 | - float: none; | |
| 6794 | -} | |
| 6795 | 5389 | |
| 6796 | 5390 | #elementor-template-library-save-template-name { |
| 6797 | 5391 | width: 500px; |
| 6798 | 5392 | padding-inline-start: 25px; |
| @@ -6844,12 +5438,8 @@ | ||
| 6844 | 5438 | padding: 100px 0 0; |
| 6845 | 5439 | min-height: 550px; |
| 6846 | 5440 | } |
| 6847 | 5441 | |
| 6848 | -.elementor-template-library-cloud-empty__button { | |
| 6849 | - margin-block-start: 45px; | |
| 6850 | -} | |
| 6851 | - | |
| 6852 | 5442 | #elementor-template-library-connect-logo { |
| 6853 | 5443 | font-size: 20px; |
| 6854 | 5444 | } |
| 6855 | 5445 | #elementor-template-library-connect__button { |
| @@ -6886,11 +5476,11 @@ | ||
| 6886 | 5476 | } |
| 6887 | 5477 | |
| 6888 | 5478 | .elementor-template-library-blank-footer { |
| 6889 | 5479 | position: absolute; |
| 6890 | - inset-block-end: 70px; | |
| 6891 | - inset-inline-start: 50%; | |
| 6892 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5480 | + bottom: 70px; | |
| 5481 | + left: 50%; | |
| 5482 | + transform: translateX(-50%); | |
| 6893 | 5483 | font-style: italic; |
| 6894 | 5484 | color: var(--e-a-color-txt-muted); |
| 6895 | 5485 | } |
| 6896 | 5486 | @media (max-height: 700px) { |
| @@ -6922,287 +5512,50 @@ | ||
| 6922 | 5512 | #elementor-template-library-error-info { |
| 6923 | 5513 | margin-block-start: 10px; |
| 6924 | 5514 | } |
| 6925 | 5515 | |
| 6926 | -#elementor-library--infotip__dialog, | |
| 6927 | -#elementor-library--connect_infotip__dialog, | |
| 6928 | -#elementor-library--cloud-upgrade__dialog, | |
| 6929 | -#elementor-library--site-info__dialog { | |
| 6930 | - position: absolute; | |
| 6931 | - z-index: 10000; | |
| 6932 | - background-color: var(--e-a-bg-default); | |
| 6933 | - box-shadow: var(--e-a-popover-shadow); | |
| 6934 | - border-radius: var(--e-a-border-radius); | |
| 5516 | +@media (max-width: 1439px) { | |
| 5517 | + .elementor-template-library-local-column-1 { | |
| 5518 | + width: 33%; | |
| 5519 | + } | |
| 5520 | + .elementor-template-library-local-column-2 { | |
| 5521 | + width: 10%; | |
| 5522 | + } | |
| 5523 | + .elementor-template-library-local-column-3 { | |
| 5524 | + width: 15%; | |
| 5525 | + } | |
| 5526 | + .elementor-template-library-local-column-4 { | |
| 5527 | + width: 15%; | |
| 5528 | + } | |
| 5529 | + .elementor-template-library-local-column-5 { | |
| 5530 | + width: 27%; | |
| 5531 | + } | |
| 6935 | 5532 | } |
| 6936 | -#elementor-library--infotip__dialog.variant-b, | |
| 6937 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6938 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6939 | -#elementor-library--site-info__dialog.variant-b { | |
| 6940 | - width: 200px; | |
| 6941 | - color: var(--e-a-color-txt-invert); | |
| 6942 | - background-color: var(--e-a-bg-secondary); | |
| 5533 | +@media (min-width: 1440px) { | |
| 5534 | + .elementor-template-library-local-column-1 { | |
| 5535 | + width: 25%; | |
| 5536 | + } | |
| 5537 | + .elementor-template-library-local-column-2 { | |
| 5538 | + width: 17%; | |
| 5539 | + } | |
| 5540 | + .elementor-template-library-local-column-3 { | |
| 5541 | + width: 17%; | |
| 5542 | + } | |
| 5543 | + .elementor-template-library-local-column-4 { | |
| 5544 | + width: 17%; | |
| 5545 | + } | |
| 5546 | + .elementor-template-library-local-column-5 { | |
| 5547 | + width: 24%; | |
| 5548 | + } | |
| 6943 | 5549 | } |
| 6944 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6945 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6946 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6947 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6948 | - padding: 4px 8px 4px 8px; | |
| 5550 | +@media (max-width: 1024px) { | |
| 5551 | + .elementor-template-library-local-column-3 { | |
| 5552 | + display: none; | |
| 5553 | + } | |
| 5554 | + .elementor-template-library-local-column-5 { | |
| 5555 | + width: 41%; | |
| 5556 | + } | |
| 6949 | 5557 | } |
| 6950 | -#elementor-library--infotip__dialog__title, | |
| 6951 | -#elementor-library--connect_infotip__dialog__title, | |
| 6952 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6953 | -#elementor-library--site-info__dialog__title { | |
| 6954 | - font-size: 14px; | |
| 6955 | -} | |
| 6956 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6957 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6958 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6959 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6960 | - padding: 10px 0 10px 10px; | |
| 6961 | - float: inline-end; | |
| 6962 | -} | |
| 6963 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6964 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6965 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6966 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6967 | - padding: 7px 25px; | |
| 6968 | - font-size: 13px; | |
| 6969 | - background: none; | |
| 6970 | - color: var(--e-a-btn-bg-accent); | |
| 6971 | - border: none; | |
| 6972 | - font-weight: 500; | |
| 6973 | - cursor: pointer; | |
| 6974 | -} | |
| 6975 | -#elementor-library--infotip__dialog:after, | |
| 6976 | -#elementor-library--connect_infotip__dialog:after, | |
| 6977 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6978 | -#elementor-library--site-info__dialog:after { | |
| 6979 | - content: ""; | |
| 6980 | - position: absolute; | |
| 6981 | - inset-inline-end: 46%; | |
| 6982 | - transform: scaleX(0.7); | |
| 6983 | - border: 10px solid transparent; | |
| 6984 | -} | |
| 6985 | - | |
| 6986 | -#elementor-library--infotip__dialog { | |
| 6987 | - width: 265px; | |
| 6988 | -} | |
| 6989 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6990 | - padding: 20px 20px 0px 20px; | |
| 6991 | -} | |
| 6992 | -#elementor-library--infotip__dialog:after { | |
| 6993 | - inset-block-start: 100%; | |
| 6994 | - border-block-start-color: var(--e-a-bg-default); | |
| 6995 | -} | |
| 6996 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6997 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6998 | -} | |
| 6999 | - | |
| 7000 | -#elementor-library--connect_infotip__dialog { | |
| 7001 | - width: 265px; | |
| 7002 | -} | |
| 7003 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 7004 | - padding: 20px; | |
| 7005 | -} | |
| 7006 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 7007 | - inset-block-end: 100%; | |
| 7008 | - border-block-end-color: var(--e-a-bg-default); | |
| 7009 | -} | |
| 7010 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7011 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7012 | - inset-block-start: 100%; | |
| 7013 | -} | |
| 7014 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7015 | - width: 265px; | |
| 7016 | -} | |
| 7017 | - | |
| 7018 | -#elementor-library--cloud-upgrade__dialog { | |
| 7019 | - width: 265px; | |
| 7020 | -} | |
| 7021 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7022 | - inset-block-start: 100%; | |
| 7023 | - border-block-start-color: var(--e-a-bg-default); | |
| 7024 | -} | |
| 7025 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7026 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7027 | -} | |
| 7028 | - | |
| 7029 | -#elementor-library--site-info__dialog { | |
| 7030 | - width: 265px; | |
| 7031 | -} | |
| 7032 | -#elementor-library--site-info__dialog:after { | |
| 7033 | - inset-block-start: 100%; | |
| 7034 | - border-block-start-color: var(--e-a-bg-default); | |
| 7035 | -} | |
| 7036 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7037 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7038 | -} | |
| 7039 | - | |
| 7040 | -.elementor-global-styles-dialog { | |
| 7041 | - --gsd-color-text-primary: #0c0d0e; | |
| 7042 | - --gsd-color-text-secondary: #3f444b; | |
| 7043 | - --gsd-color-text-tertiary: #69727D; | |
| 7044 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7045 | - --gsd-color-primary-main: #f0abfc; | |
| 7046 | - --gsd-color-primary-hover: #e879f9; | |
| 7047 | - --gsd-color-secondary-main: #515962; | |
| 7048 | - --gsd-border-radius: 4px; | |
| 7049 | - --gsd-spacing-horizontal: 24px; | |
| 7050 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7051 | - padding: 16px 0 0; | |
| 7052 | - min-width: 444px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header { | |
| 7055 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7056 | - margin-block-end: 16px; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__header h2 { | |
| 7059 | - margin: 0 0 4px; | |
| 7060 | - font-family: var(--gsd-font-family); | |
| 7061 | - font-size: 16px; | |
| 7062 | - font-weight: 500; | |
| 7063 | - line-height: 1.3; | |
| 7064 | - color: var(--gsd-color-text-primary); | |
| 7065 | - letter-spacing: 0.15px; | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__header p { | |
| 7068 | - margin: 0; | |
| 7069 | - font-family: var(--gsd-font-family); | |
| 7070 | - font-size: 14px; | |
| 7071 | - font-weight: 400; | |
| 7072 | - line-height: 20px; | |
| 7073 | - color: var(--gsd-color-text-secondary); | |
| 7074 | - letter-spacing: 0.15px; | |
| 7075 | -} | |
| 7076 | -.elementor-global-styles-dialog__options { | |
| 7077 | - display: flex; | |
| 7078 | - flex-direction: column; | |
| 7079 | - gap: 12px; | |
| 7080 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7081 | -} | |
| 7082 | -.elementor-global-styles-dialog__radio-card { | |
| 7083 | - display: flex; | |
| 7084 | - gap: 0; | |
| 7085 | - padding: 12px 8px; | |
| 7086 | - border: 1px solid var(--gsd-color-divider); | |
| 7087 | - border-radius: var(--gsd-border-radius); | |
| 7088 | - cursor: pointer; | |
| 7089 | - transition: border-color 0.2s ease; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7092 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7093 | - padding: 11px 7px; | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7096 | - flex-shrink: 0; | |
| 7097 | - width: 20px; | |
| 7098 | - height: 20px; | |
| 7099 | - margin: 9px; | |
| 7100 | - cursor: pointer; | |
| 7101 | - color: var(--gsd-color-text-tertiary); | |
| 7102 | - accent-color: var(--gsd-color-text-primary); | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7105 | - display: flex; | |
| 7106 | - align-items: flex-start; | |
| 7107 | - flex-direction: column; | |
| 7108 | - flex: 1; | |
| 7109 | -} | |
| 7110 | -.elementor-global-styles-dialog__radio-label { | |
| 7111 | - font-family: var(--gsd-font-family); | |
| 7112 | - font-size: 14px; | |
| 7113 | - font-weight: 500; | |
| 7114 | - line-height: 18px; | |
| 7115 | - color: var(--gsd-color-text-primary); | |
| 7116 | - letter-spacing: 0.15px; | |
| 7117 | -} | |
| 7118 | -.elementor-global-styles-dialog__radio-description { | |
| 7119 | - font-family: var(--gsd-font-family); | |
| 7120 | - font-size: 12px; | |
| 7121 | - font-weight: 400; | |
| 7122 | - line-height: 20px; | |
| 7123 | - color: var(--gsd-color-text-secondary); | |
| 7124 | - letter-spacing: 0.4px; | |
| 7125 | -} | |
| 7126 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7127 | - display: flex; | |
| 7128 | - align-items: flex-start; | |
| 7129 | - gap: 4px; | |
| 7130 | - padding: 0; | |
| 7131 | - margin-block-start: 0; | |
| 7132 | -} | |
| 7133 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7134 | - display: flex; | |
| 7135 | - align-items: flex-start; | |
| 7136 | - gap: 4px; | |
| 7137 | - cursor: pointer; | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7140 | - width: 18px; | |
| 7141 | - height: 18px; | |
| 7142 | - margin: 4px; | |
| 7143 | - cursor: pointer; | |
| 7144 | -} | |
| 7145 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7146 | - background-color: var(--gsd-color-text-tertiary); | |
| 7147 | -} | |
| 7148 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7149 | - font-family: var(--gsd-font-family); | |
| 7150 | - font-size: 12px; | |
| 7151 | - font-weight: 400; | |
| 7152 | - line-height: 1.43; | |
| 7153 | - color: var(--gsd-color-text-primary); | |
| 7154 | - letter-spacing: 0.15px; | |
| 7155 | - padding-block-start: 4px; | |
| 7156 | - margin-inline-start: 4px; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7159 | - color: #2563eb; | |
| 7160 | - text-decoration: underline; | |
| 7161 | -} | |
| 7162 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7163 | - color: #2563eb; | |
| 7164 | -} | |
| 7165 | -.elementor-global-styles-dialog__footer { | |
| 7166 | - display: flex; | |
| 7167 | - justify-content: flex-end; | |
| 7168 | - align-items: center; | |
| 7169 | - gap: 8px; | |
| 7170 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7171 | -} | |
| 7172 | -.elementor-global-styles-dialog__button-cancel { | |
| 7173 | - padding: 6px 8px; | |
| 7174 | - font-family: var(--gsd-font-family); | |
| 7175 | - font-size: 15px; | |
| 7176 | - font-weight: 500; | |
| 7177 | - line-height: 24px; | |
| 7178 | - letter-spacing: 0.4px; | |
| 7179 | - color: var(--gsd-color-secondary-main); | |
| 7180 | - background: transparent; | |
| 7181 | - border: none; | |
| 7182 | - border-radius: var(--gsd-border-radius); | |
| 7183 | - cursor: pointer; | |
| 7184 | -} | |
| 7185 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7186 | - background: rgba(0, 0, 0, 0.04); | |
| 7187 | -} | |
| 7188 | -.elementor-global-styles-dialog__button-insert { | |
| 7189 | - padding: 6px 16px; | |
| 7190 | - font-family: var(--gsd-font-family); | |
| 7191 | - font-size: 15px; | |
| 7192 | - font-weight: 500; | |
| 7193 | - line-height: 24px; | |
| 7194 | - letter-spacing: 0.4px; | |
| 7195 | - color: var(--gsd-color-text-primary); | |
| 7196 | - background: var(--gsd-color-primary-main); | |
| 7197 | - border: none; | |
| 7198 | - border-radius: var(--gsd-border-radius); | |
| 7199 | - cursor: pointer; | |
| 7200 | -} | |
| 7201 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7202 | - background: var(--gsd-color-primary-hover); | |
| 7203 | -} | |
| 7204 | - | |
| 7205 | 5558 | .elementor-tags-list { |
| 7206 | 5559 | display: none; |
| 7207 | 5560 | position: absolute; |
| 7208 | 5561 | width: 260px; |
| @@ -7292,10 +5645,10 @@ | ||
| 7292 | 5645 | } |
| 7293 | 5646 | .elementor-tag-settings-popup:before { |
| 7294 | 5647 | content: ""; |
| 7295 | 5648 | position: absolute; |
| 7296 | - inset-block-start: -20px; | |
| 7297 | - inset-inline-start: 5px; | |
| 5649 | + top: -20px; | |
| 5650 | + right: 5px; | |
| 7298 | 5651 | border: 10px solid transparent; |
| 7299 | 5652 | border-block-end-color: var(--e-a-border-color); |
| 7300 | 5653 | } |
| 7301 | 5654 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7386,14 +5739,8 @@ | ||
| 7386 | 5739 | cursor: default; |
| 7387 | 5740 | opacity: 0.5; |
| 7388 | 5741 | color: var(--e-a-color-disabled); |
| 7389 | 5742 | } |
| 7390 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7391 | - opacity: 1; | |
| 7392 | -} | |
| 7393 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7394 | - opacity: 0.5; | |
| 7395 | -} | |
| 7396 | 5743 | .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { |
| 7397 | 5744 | background-color: var(--e-a-bg-hover); |
| 7398 | 5745 | color: var(--e-a-color-hover); |
| 7399 | 5746 | } |
| @@ -7411,31 +5758,15 @@ | ||
| 7411 | 5758 | color: var(--e-a-color-txt-muted); |
| 7412 | 5759 | } |
| 7413 | 5760 | .elementor-context-menu-list__item__shortcut--link-fullwidth { |
| 7414 | 5761 | position: absolute; |
| 7415 | - inset: 0; | |
| 5762 | + left: 0; | |
| 5763 | + top: 0; | |
| 5764 | + width: 100%; | |
| 5765 | + height: 100%; | |
| 7416 | 5766 | z-index: 2; |
| 7417 | 5767 | cursor: pointer; |
| 7418 | 5768 | } |
| 7419 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7420 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7421 | - padding: 2px 8px; | |
| 7422 | - color: var(--e-a-color-primary-bold); | |
| 7423 | - border-radius: 10px; | |
| 7424 | - font-size: 10px; | |
| 7425 | -} | |
| 7426 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7427 | - display: flex; | |
| 7428 | - align-items: center; | |
| 7429 | - justify-content: center; | |
| 7430 | - width: 24px; | |
| 7431 | - height: 24px; | |
| 7432 | - border-radius: 50%; | |
| 7433 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7434 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7435 | - font-size: 16px; | |
| 7436 | - cursor: pointer; | |
| 7437 | -} | |
| 7438 | 5769 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7439 | 5770 | font-size: 14px; |
| 7440 | 5771 | font-style: normal; |
| 7441 | 5772 | font-weight: 400; |
| @@ -7520,9 +5851,9 @@ | ||
| 7520 | 5851 | } |
| 7521 | 5852 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7522 | 5853 | content: "+"; |
| 7523 | 5854 | position: absolute; |
| 7524 | - inset-inline-end: 0; | |
| 5855 | + left: 0; | |
| 7525 | 5856 | width: 9px; |
| 7526 | 5857 | text-align: center; |
| 7527 | 5858 | margin-inline-end: -18px; |
| 7528 | 5859 | } |
| @@ -7595,18 +5926,17 @@ | ||
| 7595 | 5926 | } |
| 7596 | 5927 | |
| 7597 | 5928 | body { |
| 7598 | 5929 | --e-editor-navigator-width: 240px; |
| 7599 | - --e-editor-navigator-indicator-width: 3px; | |
| 7600 | 5930 | --e-editor-navigator-promotion-height: 30px; |
| 7601 | 5931 | } |
| 7602 | 5932 | |
| 7603 | 5933 | #elementor-navigator { |
| 7604 | 5934 | position: fixed; |
| 7605 | - inset-block-start: 100px; | |
| 7606 | - inset-inline-end: 30px; | |
| 5935 | + top: 100px; | |
| 7607 | 5936 | width: var(--e-editor-navigator-width); |
| 7608 | 5937 | height: 50vh; |
| 5938 | + left: 30px; | |
| 7609 | 5939 | background-color: var(--e-a-bg-default); |
| 7610 | 5940 | border: var(--e-a-border); |
| 7611 | 5941 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7612 | 5942 | -webkit-user-select: none; |
| @@ -7616,10 +5946,10 @@ | ||
| 7616 | 5946 | z-index: 100; |
| 7617 | 5947 | display: none; |
| 7618 | 5948 | } |
| 7619 | 5949 | body.elementor-navigator-docked #elementor-navigator { |
| 7620 | - inset: 0; | |
| 7621 | - inset-inline-start: auto; | |
| 5950 | + top: 0; | |
| 5951 | + left: 0; | |
| 7622 | 5952 | height: 100%; |
| 7623 | 5953 | } |
| 7624 | 5954 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7625 | 5955 | border-radius: 5px; |
| @@ -7735,9 +6065,9 @@ | ||
| 7735 | 6065 | .elementor-navigator__item[data-locked=true] { |
| 7736 | 6066 | cursor: not-allowed; |
| 7737 | 6067 | } |
| 7738 | 6068 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7739 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 6069 | + transform: rotate(90deg); | |
| 7740 | 6070 | } |
| 7741 | 6071 | .elementor-navigator__item > * { |
| 7742 | 6072 | display: flex; |
| 7743 | 6073 | align-items: center; |
| @@ -7752,9 +6082,9 @@ | ||
| 7752 | 6082 | .elementor-navigator__elements .elementor-empty-view { |
| 7753 | 6083 | padding: 10px; |
| 7754 | 6084 | } |
| 7755 | 6085 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7756 | - margin-inline-start: 34px; | |
| 6086 | + margin-inline-start: 23px; | |
| 7757 | 6087 | font-size: 10px; |
| 7758 | 6088 | font-style: italic; |
| 7759 | 6089 | } |
| 7760 | 6090 | .elementor-navigator__elements .ui-sortable-helper { |
| @@ -7822,9 +6152,9 @@ | ||
| 7822 | 6152 | overflow: hidden; |
| 7823 | 6153 | } |
| 7824 | 6154 | .elementor-navigator__element__toggle { |
| 7825 | 6155 | position: absolute; |
| 7826 | - inset-inline-end: 15px; | |
| 6156 | + left: 15px; | |
| 7827 | 6157 | height: 100%; |
| 7828 | 6158 | z-index: 0; |
| 7829 | 6159 | font-size: 13px; |
| 7830 | 6160 | } |
| @@ -7830,12 +6160,13 @@ | ||
| 7830 | 6160 | } |
| 7831 | 6161 | .elementor-navigator__element__indicators { |
| 7832 | 6162 | position: relative; |
| 7833 | 6163 | transition: transform 0.5s; |
| 6164 | + padding-inline-start: 5px; | |
| 7834 | 6165 | z-index: 91; |
| 7835 | 6166 | } |
| 7836 | 6167 | .elementor-navigator__element__indicators:not(:hover) { |
| 7837 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 6168 | + transform: translateX(calc(-100% + 8px)); | |
| 7838 | 6169 | } |
| 7839 | 6170 | .elementor-navigator__element__indicator { |
| 7840 | 6171 | height: 100%; |
| 7841 | 6172 | width: 31px; |
| @@ -7843,13 +6174,16 @@ | ||
| 7843 | 6174 | align-items: center; |
| 7844 | 6175 | justify-content: center; |
| 7845 | 6176 | color: var(--e-a-color-txt); |
| 7846 | 6177 | background-color: var(--e-a-bg-default); |
| 7847 | - border-inline-end: var(--e-a-border); | |
| 6178 | + border-inline-start: var(--e-a-border); | |
| 7848 | 6179 | } |
| 7849 | 6180 | .elementor-navigator__element__indicator:first-child { |
| 7850 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 6181 | + border-inline-start: 3px solid var(--e-a-border-color-accent); | |
| 7851 | 6182 | } |
| 6183 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 6184 | + border-color: #242729; | |
| 6185 | +} | |
| 7852 | 6186 | .elementor-navigator__element__indicator:hover { |
| 7853 | 6187 | color: var(--e-a-color-txt-hover); |
| 7854 | 6188 | } |
| 7855 | 6189 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| @@ -7862,9 +6196,9 @@ | ||
| 7862 | 6196 | |
| 7863 | 6197 | .e-notice-bar { |
| 7864 | 6198 | position: absolute; |
| 7865 | 6199 | width: 100%; |
| 7866 | - inset-block-end: 0; | |
| 6200 | + bottom: 0; | |
| 7867 | 6201 | display: flex; |
| 7868 | 6202 | align-items: center; |
| 7869 | 6203 | height: 40px; |
| 7870 | 6204 | color: #fff; |
| @@ -7888,9 +6222,9 @@ | ||
| 7888 | 6222 | padding: 4px 10px; |
| 7889 | 6223 | font-size: 11px; |
| 7890 | 6224 | } |
| 7891 | 6225 | .e-notice-bar__primary_action a:hover { |
| 7892 | - color: rgb(70.5, 0, 30.2142857143); | |
| 6226 | + color: #47001e; | |
| 7893 | 6227 | background: #F1F2F3; |
| 7894 | 6228 | } |
| 7895 | 6229 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7896 | 6230 | font-size: 11px; |
| @@ -7990,11 +6324,11 @@ | ||
| 7990 | 6324 | background-color: transparent; |
| 7991 | 6325 | } |
| 7992 | 6326 | #elementor-icons-manager__search i { |
| 7993 | 6327 | position: absolute; |
| 7994 | - inset-block-start: 50%; | |
| 7995 | - inset-inline-end: 15px; | |
| 6328 | + top: 50%; | |
| 7996 | 6329 | transform: translateY(-50%); |
| 6330 | + left: 15px; | |
| 7997 | 6331 | } |
| 7998 | 6332 | #elementor-icons-manager__tab__wrapper { |
| 7999 | 6333 | overflow: auto; |
| 8000 | 6334 | margin: 25px -15px 0; |
| @@ -8083,10 +6417,10 @@ | ||
| 8083 | 6417 | content: ""; |
| 8084 | 6418 | position: absolute; |
| 8085 | 6419 | height: 100%; |
| 8086 | 6420 | width: 3px; |
| 8087 | - inset-block-start: 0; | |
| 8088 | - inset-inline-start: 0; | |
| 6421 | + top: 0; | |
| 6422 | + right: 0; | |
| 8089 | 6423 | background-color: var(--e-a-border-color-accent); |
| 8090 | 6424 | } |
| 8091 | 6425 | .elementor-icons-manager__tab__item { |
| 8092 | 6426 | position: relative; |
| @@ -8111,11 +6445,11 @@ | ||
| 8111 | 6445 | flex-direction: column; |
| 8112 | 6446 | align-items: center; |
| 8113 | 6447 | width: 100%; |
| 8114 | 6448 | position: absolute; |
| 8115 | - inset-block-start: 50%; | |
| 8116 | - inset-inline-start: 50%; | |
| 8117 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6449 | + top: 50%; | |
| 6450 | + left: 50%; | |
| 6451 | + transform: translate(-50%, -50%); | |
| 8118 | 6452 | padding: 1px; |
| 8119 | 6453 | } |
| 8120 | 6454 | .elementor-icons-manager__tab__item__icon { |
| 8121 | 6455 | font-size: 25px; |
| @@ -8159,12 +6493,11 @@ | ||
| 8159 | 6493 | } |
| 8160 | 6494 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8161 | 6495 | height: 12px; |
| 8162 | 6496 | width: 12px; |
| 8163 | - position: absolute; | |
| 8164 | - inset-block-start: 50%; | |
| 8165 | - inset-inline-start: 50%; | |
| 8166 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6497 | + top: 50%; | |
| 6498 | + left: 50%; | |
| 6499 | + transform: translate(-50%, -50%); | |
| 8167 | 6500 | } |
| 8168 | 6501 | |
| 8169 | 6502 | .pcr-app { |
| 8170 | 6503 | background-color: var(--e-a-bg-default); |
| @@ -8271,9 +6604,12 @@ | ||
| 8271 | 6604 | font-family: "eicons"; |
| 8272 | 6605 | color: var(--e-a-btn-color-invert); |
| 8273 | 6606 | text-indent: 0; |
| 8274 | 6607 | position: absolute; |
| 8275 | - inset: 0; | |
| 6608 | + left: 0; | |
| 6609 | + top: 0; | |
| 6610 | + width: 100%; | |
| 6611 | + height: 100%; | |
| 8276 | 6612 | display: flex; |
| 8277 | 6613 | justify-content: center; |
| 8278 | 6614 | align-items: center; |
| 8279 | 6615 | } |
| @@ -8304,9 +6640,9 @@ | ||
| 8304 | 6640 | } |
| 8305 | 6641 | |
| 8306 | 6642 | .select2-selection__arrow { |
| 8307 | 6643 | height: 27px; |
| 8308 | - inset-block-start: 0; | |
| 6644 | + top: 0; | |
| 8309 | 6645 | } |
| 8310 | 6646 | |
| 8311 | 6647 | .select2-results__option[aria-selected=true] { |
| 8312 | 6648 | background-color: var(--e-a-bg-active); |
| @@ -8329,12 +6665,12 @@ | ||
| 8329 | 6665 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8330 | 6666 | cursor: ew-resize; |
| 8331 | 6667 | } |
| 8332 | 6668 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8333 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6669 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8334 | 6670 | } |
| 8335 | 6671 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8336 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6672 | + color: #0e3b9c; | |
| 8337 | 6673 | -webkit-user-select: none; |
| 8338 | 6674 | -moz-user-select: none; |
| 8339 | 6675 | user-select: none; |
| 8340 | 6676 | } |
| @@ -8365,10 +6701,11 @@ | ||
| 8365 | 6701 | padding: 0; |
| 8366 | 6702 | margin: 0; |
| 8367 | 6703 | height: 100px; |
| 8368 | 6704 | position: absolute; |
| 8369 | - inset-block-start: -60px; | |
| 8370 | - inset-inline: 0; | |
| 6705 | + top: -60px; | |
| 6706 | + left: 0; | |
| 6707 | + right: 0; | |
| 8371 | 6708 | } |
| 8372 | 6709 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8373 | 6710 | border-color: transparent; |
| 8374 | 6711 | outline: none; |
| @@ -8395,23 +6732,21 @@ | ||
| 8395 | 6732 | } |
| 8396 | 6733 | |
| 8397 | 6734 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8398 | 6735 | transition: 0.3s all; |
| 6736 | + --is-ltr: 1; | |
| 6737 | + --is-rtl: 0; | |
| 6738 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 6739 | + --is-ltr: 0; | |
| 6740 | + --is-rtl: 1; | |
| 8399 | 6741 | } |
| 8400 | 6742 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8401 | 6743 | max-height: 1em; |
| 8402 | 6744 | max-width: 1em; |
| 8403 | 6745 | } |
| 8404 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8405 | - --is-ltr: 0; | |
| 8406 | - --is-rtl: 1; | |
| 8407 | -} | |
| 8408 | 6746 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8409 | 6747 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8410 | 6748 | } |
| 8411 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8412 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8413 | -} | |
| 8414 | 6749 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) { |
| 8415 | 6750 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8416 | 6751 | } |
| 8417 | 6752 | :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { |
| @@ -8424,16 +6759,6 @@ | ||
| 8424 | 6759 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8425 | 6760 | } |
| 8426 | 6761 | .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { |
| 8427 | 6762 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8428 | -} | |
| 8429 | - | |
| 8430 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8431 | - display: none; | |
| 8432 | -} | |
| 8433 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8434 | - display: none; | |
| 8435 | -} | |
| 8436 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8437 | - display: none; | |
| 8438 | 6763 | } |
| 8439 | 6764 | /*# sourceMappingURL=editor-rtl.css.map */ |