| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.25.0 - 03-11-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,58 +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) h1, | |
| 792 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 793 | -#elementor-panel-header-wrapper, | |
| 794 | -#elementor-panel-content-wrapper) h2, | |
| 795 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 796 | -#elementor-panel-header-wrapper, | |
| 797 | -#elementor-panel-content-wrapper) h3, | |
| 798 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 799 | -#elementor-panel-header-wrapper, | |
| 800 | -#elementor-panel-content-wrapper) h4, | |
| 801 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 802 | -#elementor-panel-header-wrapper, | |
| 803 | -#elementor-panel-content-wrapper) h5, | |
| 804 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 805 | -#elementor-panel-header-wrapper, | |
| 806 | -#elementor-panel-content-wrapper) 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 { | |
| 807 | 796 | font-size: 100%; |
| 808 | 797 | font-weight: normal; |
| 809 | 798 | } |
| 810 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 811 | -#elementor-panel-header-wrapper, | |
| 812 | -#elementor-panel-content-wrapper) abbr, | |
| 813 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 814 | -#elementor-panel-header-wrapper, | |
| 815 | -#elementor-panel-content-wrapper) acronym { | |
| 799 | +.elementor-panel abbr, | |
| 800 | +.elementor-panel acronym { | |
| 816 | 801 | border: 0; |
| 817 | 802 | font-variant: normal; |
| 818 | 803 | } |
| 819 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 820 | -#elementor-panel-header-wrapper, | |
| 821 | -#elementor-panel-content-wrapper) sup { | |
| 804 | +.elementor-panel sup { | |
| 822 | 805 | vertical-align: text-top; |
| 823 | 806 | } |
| 824 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 825 | -#elementor-panel-header-wrapper, | |
| 826 | -#elementor-panel-content-wrapper) sub { | |
| 807 | +.elementor-panel sub { | |
| 827 | 808 | vertical-align: text-bottom; |
| 828 | 809 | } |
| 829 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 830 | -#elementor-panel-header-wrapper, | |
| 831 | -#elementor-panel-content-wrapper) img { | |
| 810 | +.elementor-panel img { | |
| 832 | 811 | max-width: 100%; |
| 833 | 812 | height: auto; |
| 834 | 813 | border: 0; |
| 835 | 814 | } |
| 836 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 837 | -#elementor-panel-header-wrapper, | |
| 838 | -#elementor-panel-content-wrapper) :focus { | |
| 815 | +.elementor-panel :focus { | |
| 839 | 816 | outline: 0; |
| 840 | 817 | } |
| 841 | 818 | .elementor-panel .elementor-panel-box-content { |
| 842 | 819 | padding: 20px 20px 10px; |
| @@ -888,9 +865,10 @@ | ||
| 888 | 865 | display: none; |
| 889 | 866 | position: absolute; |
| 890 | 867 | box-shadow: var(--e-a-popover-shadow); |
| 891 | 868 | border-radius: var(--e-a-border-radius); |
| 892 | - inset-inline: 0; | |
| 869 | + left: 0; | |
| 870 | + right: 0; | |
| 893 | 871 | margin: -4px auto 5px; |
| 894 | 872 | padding-block-start: 15px; |
| 895 | 873 | width: 90%; |
| 896 | 874 | z-index: 10000; |
| @@ -898,10 +876,10 @@ | ||
| 898 | 876 | } |
| 899 | 877 | .elementor-panel .elementor-controls-popover:before { |
| 900 | 878 | content: ""; |
| 901 | 879 | position: absolute; |
| 902 | - inset-block-start: -16px; | |
| 903 | - inset-inline-end: 22px; | |
| 880 | + top: -16px; | |
| 881 | + left: 22px; | |
| 904 | 882 | border: 8px solid transparent; |
| 905 | 883 | border-block-end-color: var(--e-a-bg-default); |
| 906 | 884 | } |
| 907 | 885 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| @@ -912,20 +890,8 @@ | ||
| 912 | 890 | } |
| 913 | 891 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 914 | 892 | margin-block-start: 20px; |
| 915 | 893 | } |
| 916 | -.elementor-panel { | |
| 917 | - position: relative; | |
| 918 | - height: 100%; | |
| 919 | - inset-inline-start: 0; | |
| 920 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 921 | - width: var(--e-editor-panel-width); | |
| 922 | - overflow: visible; | |
| 923 | - background-color: var(--e-a-bg-default); | |
| 924 | - z-index: 1; | |
| 925 | - font-family: var(--e-a-font-family); | |
| 926 | - font-size: 13px; | |
| 927 | -} | |
| 928 | 894 | .elementor-editor-preview .elementor-panel { |
| 929 | 895 | --e-is-preview-mode: 1; |
| 930 | 896 | } |
| 931 | 897 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -1005,11 +971,8 @@ | ||
| 1005 | 971 | } |
| 1006 | 972 | .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { |
| 1007 | 973 | border: none; |
| 1008 | 974 | } |
| 1009 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1010 | - display: flex; | |
| 1011 | -} | |
| 1012 | 975 | .elementor-panel .elementor-panel-category-items { |
| 1013 | 976 | padding-block-end: 20px; |
| 1014 | 977 | } |
| 1015 | 978 | .elementor-panel .elementor-panel-category-items-empty { |
| @@ -1181,15 +1144,142 @@ | ||
| 1181 | 1144 | content: ""; |
| 1182 | 1145 | position: absolute; |
| 1183 | 1146 | height: 13px; |
| 1184 | 1147 | width: 13px; |
| 1185 | - inset-block-start: 3px; | |
| 1186 | - inset-block-end: 0; | |
| 1187 | - inset-inline-start: 8px; | |
| 1188 | - inset-inline-end: 0; | |
| 1148 | + top: 3px; | |
| 1149 | + bottom: 0; | |
| 1150 | + right: 8px; | |
| 1151 | + left: 0; | |
| 1189 | 1152 | border-radius: 50%; |
| 1190 | 1153 | z-index: -1; |
| 1191 | 1154 | } |
| 1155 | +.elementor-panel #elementor-panel-footer { | |
| 1156 | + position: relative; | |
| 1157 | + height: 40px; | |
| 1158 | + background-color: var(--e-a-dark-bg); | |
| 1159 | + color: var(--e-a-dark-color-txt); | |
| 1160 | +} | |
| 1161 | +.elementor-panel #elementor-panel-footer-tools { | |
| 1162 | + display: flex; | |
| 1163 | + justify-content: space-between; | |
| 1164 | + height: 100%; | |
| 1165 | +} | |
| 1166 | +.elementor-panel .elementor-panel-footer-tool { | |
| 1167 | + display: flex; | |
| 1168 | + align-items: center; | |
| 1169 | + justify-content: center; | |
| 1170 | + width: 15%; | |
| 1171 | + cursor: pointer; | |
| 1172 | + transition: var(--e-a-transition-hover); | |
| 1173 | + border: 0; | |
| 1174 | + color: currentColor; | |
| 1175 | + background-color: transparent; | |
| 1176 | +} | |
| 1177 | +.elementor-panel .elementor-panel-footer-tool i { | |
| 1178 | + font-size: 15px; | |
| 1179 | +} | |
| 1180 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 1181 | + margin: auto; | |
| 1182 | + transform: rotate(270deg); | |
| 1183 | +} | |
| 1184 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1185 | + cursor: inherit; | |
| 1186 | +} | |
| 1187 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { | |
| 1188 | + color: var(--e-a-dark-color-txt-hover); | |
| 1189 | +} | |
| 1190 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1191 | + display: none; | |
| 1192 | +} | |
| 1193 | +.elementor-panel #elementor-panel-footer-saver-publish { | |
| 1194 | + width: 30%; | |
| 1195 | + margin-inline-start: auto; | |
| 1196 | +} | |
| 1197 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1198 | + margin-inline-end: 0; | |
| 1199 | +} | |
| 1200 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1201 | + display: none; | |
| 1202 | +} | |
| 1203 | +.elementor-panel #elementor-panel-footer-saver-options { | |
| 1204 | + width: 10%; | |
| 1205 | +} | |
| 1206 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1207 | + font-size: 11px; | |
| 1208 | + font-style: italic; | |
| 1209 | + padding: 5px 0 15px; | |
| 1210 | +} | |
| 1211 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1212 | + display: none; | |
| 1213 | +} | |
| 1214 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1215 | + border-block-end: 1px dotted transparent; | |
| 1216 | + transition: all ease-in-out 0.3s; | |
| 1217 | + cursor: pointer; | |
| 1218 | +} | |
| 1219 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1220 | + border-block-end-color: inherit; | |
| 1221 | +} | |
| 1222 | +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 1223 | + transform: rotate(90deg); | |
| 1224 | +} | |
| 1225 | +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1226 | + padding: 0; | |
| 1227 | + font-size: 11px; | |
| 1228 | + height: 100%; | |
| 1229 | + width: 100%; | |
| 1230 | + border-radius: 0; | |
| 1231 | +} | |
| 1232 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1233 | + background-color: #1f2124; | |
| 1234 | + color: #9DA5AE; | |
| 1235 | +} | |
| 1236 | +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { | |
| 1237 | + border-inline-end: 1px solid #F0ABFC; | |
| 1238 | +} | |
| 1239 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { | |
| 1240 | + border-inline-end: 1px solid #3f444b; | |
| 1241 | +} | |
| 1242 | +.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1243 | + position: absolute; | |
| 1244 | + bottom: 100%; | |
| 1245 | + left: 0; | |
| 1246 | + width: 100%; | |
| 1247 | + background-color: #1f2124; | |
| 1248 | + padding: 10px; | |
| 1249 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1250 | + cursor: default; | |
| 1251 | + z-index: 10000; | |
| 1252 | +} | |
| 1253 | +.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1254 | + border-radius: var(--e-border-radius); | |
| 1255 | + overflow: hidden; | |
| 1256 | + border: 1px solid #3f444b; | |
| 1257 | +} | |
| 1258 | +.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1259 | + display: flex; | |
| 1260 | + height: 40px; | |
| 1261 | + color: #D5D8DC; | |
| 1262 | + align-items: center; | |
| 1263 | + -moz-column-gap: 10px; | |
| 1264 | + column-gap: 10px; | |
| 1265 | + padding: 0 20px; | |
| 1266 | + transition: var(--e-a-transition-hover); | |
| 1267 | + cursor: pointer; | |
| 1268 | +} | |
| 1269 | +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { | |
| 1270 | + cursor: default; | |
| 1271 | + color: #69727D; | |
| 1272 | +} | |
| 1273 | +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1274 | + border-block-end: 1px solid #3f444b; | |
| 1275 | +} | |
| 1276 | +.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1277 | + background-color: rgba(255, 255, 255, 0.1); | |
| 1278 | +} | |
| 1279 | +.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1280 | + background-color: rgba(255, 255, 255, 0.2); | |
| 1281 | +} | |
| 1192 | 1282 | |
| 1193 | 1283 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1194 | 1284 | text-align: center; |
| 1195 | 1285 | padding: 10px 0; |
| @@ -1205,9 +1295,12 @@ | ||
| 1205 | 1295 | display: none; |
| 1206 | 1296 | } |
| 1207 | 1297 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1208 | 1298 | position: absolute; |
| 1209 | - inset: 0; | |
| 1299 | + top: 0; | |
| 1300 | + left: 0; | |
| 1301 | + height: 100%; | |
| 1302 | + width: 100%; | |
| 1210 | 1303 | display: flex; |
| 1211 | 1304 | align-items: center; |
| 1212 | 1305 | justify-content: center; |
| 1213 | 1306 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1220,17 +1313,13 @@ | ||
| 1220 | 1313 | |
| 1221 | 1314 | #elementor-panel-elements-search-area { |
| 1222 | 1315 | background-color: var(--e-a-bg-default); |
| 1223 | 1316 | position: sticky; |
| 1224 | - inset-block-start: 0; | |
| 1317 | + top: 0; | |
| 1225 | 1318 | padding: 15px; |
| 1226 | 1319 | z-index: 1; |
| 1227 | 1320 | } |
| 1228 | 1321 | |
| 1229 | -#elementor-panel-elements-search-area:empty { | |
| 1230 | - display: none; | |
| 1231 | -} | |
| 1232 | - | |
| 1233 | 1322 | #elementor-panel-elements-search-wrapper { |
| 1234 | 1323 | position: relative; |
| 1235 | 1324 | } |
| 1236 | 1325 | |
| @@ -1247,12 +1336,12 @@ | ||
| 1247 | 1336 | appearance: none; |
| 1248 | 1337 | } |
| 1249 | 1338 | #elementor-panel-elements-search-input + i { |
| 1250 | 1339 | position: absolute; |
| 1251 | - inset-block-start: 50%; | |
| 1252 | - inset-inline-start: 10px; | |
| 1340 | + right: 10px; | |
| 1341 | + top: 50%; | |
| 1342 | + color: var(--e-a-color-txt-disabled); | |
| 1253 | 1343 | transform: translateY(-50%); |
| 1254 | - color: var(--e-a-color-txt-disabled); | |
| 1255 | 1344 | } |
| 1256 | 1345 | #elementor-panel-elements-search-input:focus { |
| 1257 | 1346 | border-color: var(--e-a-border-color-focus); |
| 1258 | 1347 | padding-inline-end: 15px; |
| @@ -1257,20 +1346,8 @@ | ||
| 1257 | 1346 | border-color: var(--e-a-border-color-focus); |
| 1258 | 1347 | padding-inline-end: 15px; |
| 1259 | 1348 | } |
| 1260 | 1349 | |
| 1261 | -.e-free-badge-container { | |
| 1262 | - flex-grow: 1; | |
| 1263 | - margin-inline-start: 10px; | |
| 1264 | - margin-inline-end: 10px; | |
| 1265 | -} | |
| 1266 | -.e-free-badge-container .e-free-badge { | |
| 1267 | - border-radius: var(--e-a-border-radius); | |
| 1268 | - background-color: var(--e-a-btn-bg); | |
| 1269 | - color: var(--e-a-btn-color-invert); | |
| 1270 | - padding: 3px 5px; | |
| 1271 | -} | |
| 1272 | - | |
| 1273 | 1350 | .elementor-panel .elementor-element { |
| 1274 | 1351 | font-family: var(--e-a-font-family); |
| 1275 | 1352 | color: var(--e-a-color-txt); |
| 1276 | 1353 | line-height: 1; |
| @@ -1288,27 +1365,8 @@ | ||
| 1288 | 1365 | -webkit-user-select: none; |
| 1289 | 1366 | -moz-user-select: none; |
| 1290 | 1367 | user-select: none; |
| 1291 | 1368 | } |
| 1292 | -.elementor-panel .elementor-element .eicon-atomic, | |
| 1293 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1294 | - position: absolute; | |
| 1295 | - inset-block-start: 4px; | |
| 1296 | - inset-inline-end: 6px; | |
| 1297 | -} | |
| 1298 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1299 | - color: var(--e-a-color-txt); | |
| 1300 | -} | |
| 1301 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1302 | - border-radius: 4px; | |
| 1303 | - background-color: #EBF2FE; | |
| 1304 | - color: var(--e-a-color-info); | |
| 1305 | - padding: 2px 4px; | |
| 1306 | - font-size: 10px; | |
| 1307 | - font-weight: 500; | |
| 1308 | - line-height: 1.4; | |
| 1309 | - pointer-events: none; | |
| 1310 | -} | |
| 1311 | 1369 | .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { |
| 1312 | 1370 | background-color: var(--e-a-bg-hover); |
| 1313 | 1371 | border-color: var(--e-a-border-color-bold); |
| 1314 | 1372 | } |
| @@ -1314,11 +1372,8 @@ | ||
| 1314 | 1372 | } |
| 1315 | 1373 | .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { |
| 1316 | 1374 | color: var(--e-a-color-accent); |
| 1317 | 1375 | } |
| 1318 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1319 | - color: var(--e-a-color-info); | |
| 1320 | -} | |
| 1321 | 1376 | .elementor-panel .elementor-element .icon { |
| 1322 | 1377 | font-size: 28px; |
| 1323 | 1378 | padding-block-start: 15px; |
| 1324 | 1379 | } |
| @@ -1330,12 +1385,12 @@ | ||
| 1330 | 1385 | } |
| 1331 | 1386 | .elementor-panel .elementor-element .title { |
| 1332 | 1387 | font-size: 12px; |
| 1333 | 1388 | } |
| 1334 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1389 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1335 | 1390 | position: absolute; |
| 1336 | - inset-block-start: 5px; | |
| 1337 | - inset-inline-end: 5px; | |
| 1391 | + top: 5px; | |
| 1392 | + left: 5px; | |
| 1338 | 1393 | color: var(--e-a-color-txt-disabled); |
| 1339 | 1394 | } |
| 1340 | 1395 | .elementor-panel .elementor-element:active { |
| 1341 | 1396 | background-color: var(--e-a-bg-hover); |
| @@ -1353,10 +1408,10 @@ | ||
| 1353 | 1408 | } |
| 1354 | 1409 | #elementor-element--promotion__dialog:after { |
| 1355 | 1410 | content: ""; |
| 1356 | 1411 | position: absolute; |
| 1357 | - inset-block-start: 15px; | |
| 1358 | - inset-inline-end: 100%; | |
| 1412 | + top: 15px; | |
| 1413 | + left: 100%; | |
| 1359 | 1414 | transform: scaleY(0.7); |
| 1360 | 1415 | border: 10px solid transparent; |
| 1361 | 1416 | border-inline-end-color: var(--e-a-bg-default); |
| 1362 | 1417 | } |
| @@ -1403,10 +1458,10 @@ | ||
| 1403 | 1458 | } |
| 1404 | 1459 | .dialog-tooltip-widget:after { |
| 1405 | 1460 | content: ""; |
| 1406 | 1461 | position: absolute; |
| 1407 | - inset-block-start: 15px; | |
| 1408 | - inset-inline-end: 100%; | |
| 1462 | + top: 15px; | |
| 1463 | + left: 100%; | |
| 1409 | 1464 | transform: scaleY(0.7); |
| 1410 | 1465 | border: 10px solid transparent; |
| 1411 | 1466 | border-inline-end-color: var(--e-a-bg-default); |
| 1412 | 1467 | } |
| @@ -1445,80 +1500,8 @@ | ||
| 1445 | 1500 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1446 | 1501 | border: 0; |
| 1447 | 1502 | } |
| 1448 | 1503 | |
| 1449 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1450 | - display: none; | |
| 1451 | -} | |
| 1452 | - | |
| 1453 | -.elementor-panel-elements-widget-creation { | |
| 1454 | - text-align: center; | |
| 1455 | - padding: 30px 20px; | |
| 1456 | -} | |
| 1457 | -.elementor-panel-elements-widget-creation__title { | |
| 1458 | - font-size: 14px; | |
| 1459 | - font-weight: bold; | |
| 1460 | - line-height: 1.4; | |
| 1461 | - color: var(--e-a-color-txt); | |
| 1462 | -} | |
| 1463 | -.elementor-panel-elements-widget-creation__message { | |
| 1464 | - margin-block-start: 8px; | |
| 1465 | - font-size: 13px; | |
| 1466 | - line-height: 1.6; | |
| 1467 | - color: var(--e-a-color-txt-muted); | |
| 1468 | -} | |
| 1469 | -.elementor-panel-elements-widget-creation__cta { | |
| 1470 | - display: inline-flex; | |
| 1471 | - align-items: center; | |
| 1472 | - gap: 6px; | |
| 1473 | - margin-block-start: 16px; | |
| 1474 | - padding: 0; | |
| 1475 | - border: none; | |
| 1476 | - background: none; | |
| 1477 | - color: #C00BB9; | |
| 1478 | - font-size: 14px; | |
| 1479 | - font-weight: 500; | |
| 1480 | - cursor: pointer; | |
| 1481 | - font-family: var(--e-a-font-family); | |
| 1482 | -} | |
| 1483 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1484 | - font-size: 16px; | |
| 1485 | -} | |
| 1486 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1487 | - opacity: 0.8; | |
| 1488 | -} | |
| 1489 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1490 | - border-block-start: var(--e-a-border); | |
| 1491 | -} | |
| 1492 | - | |
| 1493 | -.elementor-panel-category-custom-widgets-empty { | |
| 1494 | - grid-column: 1/-1; | |
| 1495 | - width: 100%; | |
| 1496 | - padding: 0 16px 16px; | |
| 1497 | -} | |
| 1498 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1499 | - margin: 0; | |
| 1500 | - font-size: 12px; | |
| 1501 | - line-height: 1.6; | |
| 1502 | - color: var(--e-a-color-txt-muted); | |
| 1503 | -} | |
| 1504 | - | |
| 1505 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1506 | - margin-inline-start: auto; | |
| 1507 | - padding: 4px 10px; | |
| 1508 | - border: none; | |
| 1509 | - background: none; | |
| 1510 | - color: #C00BB9; | |
| 1511 | - font-size: 12px; | |
| 1512 | - font-weight: 500; | |
| 1513 | - cursor: pointer; | |
| 1514 | - font-family: var(--e-a-font-family); | |
| 1515 | - flex-shrink: 0; | |
| 1516 | -} | |
| 1517 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1518 | - opacity: 0.8; | |
| 1519 | -} | |
| 1520 | - | |
| 1521 | 1504 | #elementor-panel-inner { |
| 1522 | 1505 | position: relative; |
| 1523 | 1506 | height: 100%; |
| 1524 | 1507 | display: flex; |
| @@ -1544,54 +1527,18 @@ | ||
| 1544 | 1527 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1545 | 1528 | margin-block-start: 20px; |
| 1546 | 1529 | } |
| 1547 | 1530 | |
| 1548 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1549 | - display: flex; | |
| 1550 | - flex-direction: column; | |
| 1551 | -} | |
| 1552 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1553 | - display: flex; | |
| 1554 | - flex-direction: column; | |
| 1555 | - flex: 1; | |
| 1556 | - min-height: 0; | |
| 1557 | -} | |
| 1558 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1559 | - position: sticky; | |
| 1560 | - inset-block-end: 0; | |
| 1561 | - margin-block-start: auto; | |
| 1562 | -} | |
| 1563 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1564 | - margin-block-start: 0; | |
| 1565 | -} | |
| 1566 | - | |
| 1567 | 1531 | #elementor-panel-get-pro-elements-sticky { |
| 1568 | 1532 | position: sticky; |
| 1569 | - inset-block-end: 0; | |
| 1570 | - margin-block-end: -10px; | |
| 1571 | -} | |
| 1572 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1573 | - margin-block-start: -14px; | |
| 1574 | -} | |
| 1575 | - | |
| 1576 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1577 | - display: flex; | |
| 1578 | - flex-direction: column; | |
| 1579 | - min-height: 100%; | |
| 1580 | -} | |
| 1581 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1582 | - margin-block-start: auto; | |
| 1583 | -} | |
| 1584 | - | |
| 1585 | -#elementor-panel-get-pro-elements-sticky, | |
| 1586 | -.elementor-panel-editor-sticky-promotion { | |
| 1533 | + bottom: 0; | |
| 1587 | 1534 | font-size: 14px; |
| 1588 | 1535 | font-weight: 400; |
| 1589 | 1536 | line-height: 1.6; |
| 1590 | - background-color: var(--e-a-color-white); | |
| 1537 | + margin-block-end: -10px; | |
| 1591 | 1538 | } |
| 1592 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1593 | -.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; | |
| 1594 | 1541 | min-height: 40px; |
| 1595 | 1542 | display: block; |
| 1596 | 1543 | padding: 9px min(35px, 5%); |
| 1597 | 1544 | gap: 10px; |
| @@ -1599,18 +1546,16 @@ | ||
| 1599 | 1546 | color: var(--e-a-color-black); |
| 1600 | 1547 | text-align: center; |
| 1601 | 1548 | box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); |
| 1602 | 1549 | } |
| 1603 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1604 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1550 | +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1605 | 1551 | display: inline-block; |
| 1606 | 1552 | font-size: 13px; |
| 1607 | 1553 | font-weight: 500; |
| 1608 | 1554 | color: var(--e-a-btn-bg-accent); |
| 1609 | 1555 | } |
| 1610 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1611 | -.elementor-panel-editor-sticky-promotion img { | |
| 1612 | - margin-inline-start: 17px; | |
| 1556 | +#elementor-panel-get-pro-elements-sticky img { | |
| 1557 | + margin-left: 17px; | |
| 1613 | 1558 | } |
| 1614 | 1559 | |
| 1615 | 1560 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1616 | 1561 | width: 90%; |
| @@ -1637,16 +1582,12 @@ | ||
| 1637 | 1582 | background: var(--e-a-color-primary); |
| 1638 | 1583 | border-radius: 50%; |
| 1639 | 1584 | width: 8px; |
| 1640 | 1585 | height: 8px; |
| 1641 | - inset-block-start: 5px; | |
| 1642 | - inset-inline-end: 5px; | |
| 1586 | + top: 5px; | |
| 1587 | + right: 5px; | |
| 1643 | 1588 | } |
| 1644 | 1589 | |
| 1645 | -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper { | |
| 1646 | - display: none !important; | |
| 1647 | -} | |
| 1648 | - | |
| 1649 | 1590 | .media-modal.wp-core-ui { |
| 1650 | 1591 | color-scheme: light; |
| 1651 | 1592 | color: #515962; |
| 1652 | 1593 | } |
| @@ -1692,9 +1633,8 @@ | ||
| 1692 | 1633 | .elementor-control.elementor-control-type-divider { |
| 1693 | 1634 | padding: 0; |
| 1694 | 1635 | } |
| 1695 | 1636 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1696 | - margin-inline: 20px; | |
| 1697 | 1637 | border-width: 0; |
| 1698 | 1638 | border-block-start: var(--e-a-border); |
| 1699 | 1639 | background-color: var(--e-a-bg-default); |
| 1700 | 1640 | height: 15px; |
| @@ -1704,20 +1644,21 @@ | ||
| 1704 | 1644 | } |
| 1705 | 1645 | .elementor-control.elementor-control-separator-before:before { |
| 1706 | 1646 | content: ""; |
| 1707 | 1647 | position: absolute; |
| 1708 | - inset: 0 20px auto; | |
| 1709 | 1648 | height: 1px; |
| 1649 | + width: calc(100% - 40px); | |
| 1650 | + top: 0; | |
| 1651 | + right: 20px; | |
| 1710 | 1652 | background-color: var(--e-a-border-color); |
| 1711 | 1653 | } |
| 1712 | -.elementor-control.elementor-control-separator-after { | |
| 1713 | - padding-block-end: 15px; | |
| 1714 | -} | |
| 1715 | 1654 | .elementor-control.elementor-control-separator-after:after { |
| 1716 | 1655 | content: ""; |
| 1717 | 1656 | position: absolute; |
| 1718 | - inset: auto 20px 0; | |
| 1719 | 1657 | height: 1px; |
| 1658 | + width: calc(100% - 40px); | |
| 1659 | + bottom: 0; | |
| 1660 | + right: 20px; | |
| 1720 | 1661 | background-color: var(--e-a-border-color); |
| 1721 | 1662 | } |
| 1722 | 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 { |
| 1723 | 1664 | padding-block-start: 15px; |
| @@ -1758,36 +1699,23 @@ | ||
| 1758 | 1699 | } |
| 1759 | 1700 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1760 | 1701 | display: none; |
| 1761 | 1702 | } |
| 1762 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1763 | - padding: 4px; | |
| 1764 | -} | |
| 1765 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1766 | - aspect-ratio: 4/1; | |
| 1767 | - -o-object-fit: cover; | |
| 1768 | - object-fit: cover; | |
| 1769 | - -o-object-position: center; | |
| 1770 | - object-position: center; | |
| 1771 | -} | |
| 1772 | -.elementor-control-shape_divider_bottom img { | |
| 1773 | - rotate: X 180deg; | |
| 1774 | -} | |
| 1775 | 1703 | .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { |
| 1776 | 1704 | margin-block-start: 5px; |
| 1777 | 1705 | } |
| 1778 | 1706 | |
| 1779 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1780 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1781 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1782 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1783 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1784 | - 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"; | |
| 1785 | 1713 | } |
| 1786 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1787 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1788 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1789 | - 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"; | |
| 1790 | 1718 | } |
| 1791 | 1719 | |
| 1792 | 1720 | .elementor-panel-heading { |
| 1793 | 1721 | display: flex; |
| @@ -1811,14 +1739,8 @@ | ||
| 1811 | 1739 | } |
| 1812 | 1740 | .elementor-panel-heading-title { |
| 1813 | 1741 | font-weight: bold; |
| 1814 | 1742 | } |
| 1815 | -.elementor-panel-heading-category-chip { | |
| 1816 | - margin-inline-start: auto; | |
| 1817 | - background-color: var(--e-a-bg-chip); | |
| 1818 | - border-radius: 100px; | |
| 1819 | - padding: 5px 8px; | |
| 1820 | -} | |
| 1821 | 1743 | .elementor-panel-heading-promotion { |
| 1822 | 1744 | margin-inline-start: auto; |
| 1823 | 1745 | } |
| 1824 | 1746 | .elementor-panel-heading-promotion a { |
| @@ -1837,11 +1759,9 @@ | ||
| 1837 | 1759 | .elementor-panel-heading:focus-visible { |
| 1838 | 1760 | color: var(--e-a-color-txt-hover); |
| 1839 | 1761 | } |
| 1840 | 1762 | |
| 1841 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1842 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1843 | -#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 { | |
| 1844 | 1764 | border-block-start: none; |
| 1845 | 1765 | } |
| 1846 | 1766 | |
| 1847 | 1767 | .elementor-control-field { |
| @@ -1886,13 +1806,11 @@ | ||
| 1886 | 1806 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1887 | 1807 | margin-block-start: 0; |
| 1888 | 1808 | } |
| 1889 | 1809 | |
| 1890 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1891 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1892 | 1810 | .elementor-control-start-end .eicon-h-align-left, |
| 1893 | 1811 | .elementor-control-start-end .eicon-h-align-right { |
| 1894 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1812 | + transform: rotate(180deg); | |
| 1895 | 1813 | } |
| 1896 | 1814 | |
| 1897 | 1815 | .elementor-update-preview { |
| 1898 | 1816 | margin: 15px 15px 0; |
| @@ -1929,9 +1847,9 @@ | ||
| 1929 | 1847 | } |
| 1930 | 1848 | .elementor-control-responsive-switchers__holder { |
| 1931 | 1849 | position: absolute; |
| 1932 | 1850 | width: 100%; |
| 1933 | - inset-block-start: 0; | |
| 1851 | + top: 0; | |
| 1934 | 1852 | background-color: var(--e-a-bg-default); |
| 1935 | 1853 | border-radius: var(--e-a-border-radius); |
| 1936 | 1854 | transition: 0.15s; |
| 1937 | 1855 | border: 1px solid transparent; |
| @@ -2074,10 +1992,10 @@ | ||
| 2074 | 1992 | display: none; |
| 2075 | 1993 | overflow: hidden; |
| 2076 | 1994 | max-height: 0; |
| 2077 | 1995 | position: absolute; |
| 2078 | - inset-block-start: -0.8em; | |
| 2079 | - inset-inline-start: -0.5em; | |
| 1996 | + top: -0.8em; | |
| 1997 | + right: -0.5em; | |
| 2080 | 1998 | width: 2.5em; |
| 2081 | 1999 | text-align: center; |
| 2082 | 2000 | background-color: var(--e-a-bg-default); |
| 2083 | 2001 | border-radius: var(--e-a-border-radius); |
| @@ -2252,9 +2170,9 @@ | ||
| 2252 | 2170 | } |
| 2253 | 2171 | .elementor-control-responsive-switchers__holder { |
| 2254 | 2172 | position: absolute; |
| 2255 | 2173 | width: 100%; |
| 2256 | - inset-block-start: 0; | |
| 2174 | + top: 0; | |
| 2257 | 2175 | background-color: var(--e-a-bg-default); |
| 2258 | 2176 | border-radius: var(--e-a-border-radius); |
| 2259 | 2177 | transition: 0.15s; |
| 2260 | 2178 | border: 1px solid transparent; |
| @@ -2397,10 +2315,10 @@ | ||
| 2397 | 2315 | display: none; |
| 2398 | 2316 | overflow: hidden; |
| 2399 | 2317 | max-height: 0; |
| 2400 | 2318 | position: absolute; |
| 2401 | - inset-block-start: -0.8em; | |
| 2402 | - inset-inline-start: -0.5em; | |
| 2319 | + top: -0.8em; | |
| 2320 | + right: -0.5em; | |
| 2403 | 2321 | width: 2.5em; |
| 2404 | 2322 | text-align: center; |
| 2405 | 2323 | background-color: var(--e-a-bg-default); |
| 2406 | 2324 | border-radius: var(--e-a-border-radius); |
| @@ -2530,9 +2448,9 @@ | ||
| 2530 | 2448 | } |
| 2531 | 2449 | .elementor-control-responsive-switchers__holder { |
| 2532 | 2450 | position: absolute; |
| 2533 | 2451 | width: 100%; |
| 2534 | - inset-block-start: 0; | |
| 2452 | + top: 0; | |
| 2535 | 2453 | background-color: var(--e-a-bg-default); |
| 2536 | 2454 | border-radius: var(--e-a-border-radius); |
| 2537 | 2455 | transition: 0.15s; |
| 2538 | 2456 | border: 1px solid transparent; |
| @@ -2675,10 +2593,10 @@ | ||
| 2675 | 2593 | display: none; |
| 2676 | 2594 | overflow: hidden; |
| 2677 | 2595 | max-height: 0; |
| 2678 | 2596 | position: absolute; |
| 2679 | - inset-block-start: -0.8em; | |
| 2680 | - inset-inline-start: -0.5em; | |
| 2597 | + top: -0.8em; | |
| 2598 | + right: -0.5em; | |
| 2681 | 2599 | width: 2.5em; |
| 2682 | 2600 | text-align: center; |
| 2683 | 2601 | background-color: var(--e-a-bg-default); |
| 2684 | 2602 | border-radius: var(--e-a-border-radius); |
| @@ -2798,11 +2716,11 @@ | ||
| 2798 | 2716 | } |
| 2799 | 2717 | |
| 2800 | 2718 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2801 | 2719 | position: absolute; |
| 2802 | - inset-block-start: 50%; | |
| 2803 | - inset-inline-start: 50%; | |
| 2804 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2720 | + top: 50%; | |
| 2721 | + left: 50%; | |
| 2722 | + transform: translate(-50%, -50%); | |
| 2805 | 2723 | } |
| 2806 | 2724 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2807 | 2725 | font-size: 70px; |
| 2808 | 2726 | } |
| @@ -2857,9 +2775,12 @@ | ||
| 2857 | 2775 | opacity: 0.6; |
| 2858 | 2776 | } |
| 2859 | 2777 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2860 | 2778 | position: absolute; |
| 2861 | - inset: 0; | |
| 2779 | + top: 0; | |
| 2780 | + bottom: 0; | |
| 2781 | + left: 0; | |
| 2782 | + right: 0; | |
| 2862 | 2783 | background-color: rgba(0, 0, 0, 0.2); |
| 2863 | 2784 | padding: 10px; |
| 2864 | 2785 | font-size: 11px; |
| 2865 | 2786 | transition: all 0.3s ease-in-out; |
| @@ -2868,10 +2789,10 @@ | ||
| 2868 | 2789 | opacity: 0; |
| 2869 | 2790 | } |
| 2870 | 2791 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 2871 | 2792 | position: absolute; |
| 2872 | - inset-block-start: 10px; | |
| 2873 | - inset-inline-end: 10px; | |
| 2793 | + top: 10px; | |
| 2794 | + left: 10px; | |
| 2874 | 2795 | width: 21px; |
| 2875 | 2796 | height: 21px; |
| 2876 | 2797 | color: var(--e-a-color-white); |
| 2877 | 2798 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -2981,10 +2902,10 @@ | ||
| 2981 | 2902 | } |
| 2982 | 2903 | .e-global__popover-info-tooltip:after { |
| 2983 | 2904 | content: ""; |
| 2984 | 2905 | position: absolute; |
| 2985 | - inset-block-end: -17px; | |
| 2986 | - inset-inline-start: 16px; | |
| 2906 | + bottom: -17px; | |
| 2907 | + right: 16px; | |
| 2987 | 2908 | border: 10px solid transparent; |
| 2988 | 2909 | border-block-start-color: rgba(0, 0, 0, 0.9); |
| 2989 | 2910 | } |
| 2990 | 2911 | .e-global__popover-info i { |
| @@ -3001,19 +2922,8 @@ | ||
| 3001 | 2922 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3002 | 2923 | background-color: #BABFC5; |
| 3003 | 2924 | border-radius: 10px; |
| 3004 | 2925 | } |
| 3005 | -.e-global__group-header { | |
| 3006 | - padding: 12px 20px 5px; | |
| 3007 | - font-weight: 500; | |
| 3008 | - font-size: 11px; | |
| 3009 | - color: var(--e-a-color-txt-muted); | |
| 3010 | -} | |
| 3011 | -.e-global__group-divider { | |
| 3012 | - height: 1px; | |
| 3013 | - background-color: var(--e-a-border-color); | |
| 3014 | - margin: 10px 20px; | |
| 3015 | -} | |
| 3016 | 2926 | .e-global__manage-button { |
| 3017 | 2927 | font-weight: 500; |
| 3018 | 2928 | cursor: pointer; |
| 3019 | 2929 | } |
| @@ -3029,9 +2939,9 @@ | ||
| 3029 | 2939 | font-size: 13px; |
| 3030 | 2940 | content: "\e90e"; |
| 3031 | 2941 | position: absolute; |
| 3032 | 2942 | transform: translateY(-50%); |
| 3033 | - inset-block-start: 50%; | |
| 2943 | + top: 50%; | |
| 3034 | 2944 | inset-inline-start: 13px; |
| 3035 | 2945 | } |
| 3036 | 2946 | .e-global__color { |
| 3037 | 2947 | padding: 10px 20px; |
| @@ -3048,10 +2958,13 @@ | ||
| 3048 | 2958 | position: relative; |
| 3049 | 2959 | } |
| 3050 | 2960 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3051 | 2961 | border-radius: 3px; |
| 2962 | + height: 100%; | |
| 2963 | + width: 100%; | |
| 3052 | 2964 | position: absolute; |
| 3053 | - inset: 0; | |
| 2965 | + top: 0; | |
| 2966 | + left: 0; | |
| 3054 | 2967 | } |
| 3055 | 2968 | .e-global__color-preview-transparent-bg { |
| 3056 | 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)); |
| 3057 | 2970 | background-size: 12px 12px; |
| @@ -3172,11 +3085,11 @@ | ||
| 3172 | 3085 | display: none; |
| 3173 | 3086 | } |
| 3174 | 3087 | .elementor-control-media .eicon-plus-circle { |
| 3175 | 3088 | position: absolute; |
| 3176 | - inset-block-start: 50%; | |
| 3177 | - inset-inline-start: 50%; | |
| 3178 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3089 | + top: 50%; | |
| 3090 | + left: 50%; | |
| 3091 | + transform: translate(-50%, -50%); | |
| 3179 | 3092 | color: var(--e-a-color-white); |
| 3180 | 3093 | font-size: 20px; |
| 3181 | 3094 | } |
| 3182 | 3095 | .elementor-control-media__content__upload-button { |
| @@ -3185,8 +3098,9 @@ | ||
| 3185 | 3098 | .elementor-control-media__preview { |
| 3186 | 3099 | height: 100%; |
| 3187 | 3100 | background-size: cover; |
| 3188 | 3101 | background-position: center; |
| 3102 | + padding-block-end: 42.8571%; | |
| 3189 | 3103 | } |
| 3190 | 3104 | .elementor-control-media-area { |
| 3191 | 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)); |
| 3192 | 3106 | background-size: 16px 16px; |
| @@ -3199,11 +3113,11 @@ | ||
| 3199 | 3113 | display: none; |
| 3200 | 3114 | } |
| 3201 | 3115 | .elementor-control-media-area .eicon-video-camera { |
| 3202 | 3116 | position: absolute; |
| 3203 | - inset-block-start: 50%; | |
| 3204 | - inset-inline-start: 50%; | |
| 3205 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3117 | + top: 50%; | |
| 3118 | + left: 50%; | |
| 3119 | + transform: translate(-50%, -50%); | |
| 3206 | 3120 | color: rgba(255, 255, 255, 0.7); |
| 3207 | 3121 | font-size: 21px; |
| 3208 | 3122 | } |
| 3209 | 3123 | .elementor-control-media .elementor-control-media__content { |
| @@ -3214,14 +3128,17 @@ | ||
| 3214 | 3128 | } |
| 3215 | 3129 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3216 | 3130 | content: ""; |
| 3217 | 3131 | position: absolute; |
| 3218 | - inset: 0; | |
| 3132 | + top: 0; | |
| 3133 | + bottom: 0; | |
| 3134 | + left: 0; | |
| 3135 | + right: 0; | |
| 3219 | 3136 | background-color: rgba(0, 0, 0, 0.2); |
| 3220 | 3137 | pointer-events: none; |
| 3221 | 3138 | } |
| 3222 | 3139 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3223 | - inset-block-end: -30px; | |
| 3140 | + bottom: -30px; | |
| 3224 | 3141 | } |
| 3225 | 3142 | .elementor-control-media__content { |
| 3226 | 3143 | transition: all 0.2s ease-in-out; |
| 3227 | 3144 | } |
| @@ -3226,10 +3143,11 @@ | ||
| 3226 | 3143 | transition: all 0.2s ease-in-out; |
| 3227 | 3144 | } |
| 3228 | 3145 | .elementor-control-media__tools { |
| 3229 | 3146 | position: absolute; |
| 3230 | - inset-block-end: 0; | |
| 3231 | - inset-inline: 0; | |
| 3147 | + bottom: 0; | |
| 3148 | + left: 0; | |
| 3149 | + right: 0; | |
| 3232 | 3150 | height: 27px; |
| 3233 | 3151 | transition: all 0.2s ease-in-out; |
| 3234 | 3152 | } |
| 3235 | 3153 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3256,10 +3174,10 @@ | ||
| 3256 | 3174 | } |
| 3257 | 3175 | .elementor-control-media__content__remove { |
| 3258 | 3176 | position: absolute; |
| 3259 | 3177 | z-index: 1; |
| 3260 | - inset-block-start: 10px; | |
| 3261 | - inset-inline-end: 10px; | |
| 3178 | + top: 10px; | |
| 3179 | + left: 10px; | |
| 3262 | 3180 | width: 20px; |
| 3263 | 3181 | height: 20px; |
| 3264 | 3182 | font-size: 11px; |
| 3265 | 3183 | color: var(--e-a-color-white); |
| @@ -3551,11 +3469,9 @@ | ||
| 3551 | 3469 | text-align: center; |
| 3552 | 3470 | padding-block-start: 5px; |
| 3553 | 3471 | } |
| 3554 | 3472 | |
| 3555 | -#elementor-controls, | |
| 3556 | -#elementor-panel-page-settings-controls, | |
| 3557 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3473 | +#elementor-controls { | |
| 3558 | 3474 | padding-block-start: 15px; |
| 3559 | 3475 | } |
| 3560 | 3476 | |
| 3561 | 3477 | .elementor-control-type-section { |
| @@ -3600,11 +3516,11 @@ | ||
| 3600 | 3516 | font-family: eicons; |
| 3601 | 3517 | content: "\e8ad"; |
| 3602 | 3518 | font-size: 12px; |
| 3603 | 3519 | position: absolute; |
| 3604 | - inset-block-start: 50%; | |
| 3605 | - inset-inline-end: 5px; | |
| 3520 | + top: 50%; | |
| 3606 | 3521 | transform: translateY(-50%); |
| 3522 | + left: 5px; | |
| 3607 | 3523 | pointer-events: none; |
| 3608 | 3524 | } |
| 3609 | 3525 | .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { |
| 3610 | 3526 | max-width: 80px; |
| @@ -3638,14 +3554,14 @@ | ||
| 3638 | 3554 | } |
| 3639 | 3555 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3640 | 3556 | border-radius: 0; |
| 3641 | 3557 | width: 10px; |
| 3642 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3558 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3643 | 3559 | } |
| 3644 | 3560 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3645 | 3561 | content: ""; |
| 3646 | 3562 | position: absolute; |
| 3647 | - inset-block-start: 2px; | |
| 3563 | + top: 2px; | |
| 3648 | 3564 | height: 12px; |
| 3649 | 3565 | width: 11px; |
| 3650 | 3566 | transform: rotate(45deg); |
| 3651 | 3567 | background-color: var(--e-a-color-white); |
| @@ -3722,11 +3638,11 @@ | ||
| 3722 | 3638 | .elementor-slider .noUi-handle { |
| 3723 | 3639 | height: 16px; |
| 3724 | 3640 | width: 16px; |
| 3725 | 3641 | background-color: var(--e-a-color-white); |
| 3642 | + left: 0; | |
| 3643 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3726 | 3644 | position: absolute; |
| 3727 | - inset-inline-end: 0; | |
| 3728 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3729 | 3645 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3730 | 3646 | border-radius: 50%; |
| 3731 | 3647 | } |
| 3732 | 3648 | .elementor-slider .noUi-connects { |
| @@ -3736,9 +3652,12 @@ | ||
| 3736 | 3652 | } |
| 3737 | 3653 | .elementor-slider .noUi-connect { |
| 3738 | 3654 | position: absolute; |
| 3739 | 3655 | z-index: 0; |
| 3740 | - inset: 0; | |
| 3656 | + top: 0; | |
| 3657 | + left: 0; | |
| 3658 | + height: 100%; | |
| 3659 | + width: 100%; | |
| 3741 | 3660 | will-change: transform; |
| 3742 | 3661 | transform-origin: 0 0; |
| 3743 | 3662 | background-color: var(--e-a-border-color-focus); |
| 3744 | 3663 | } |
| @@ -3743,9 +3662,9 @@ | ||
| 3743 | 3662 | background-color: var(--e-a-border-color-focus); |
| 3744 | 3663 | } |
| 3745 | 3664 | .elementor-slider .noUi-tooltip { |
| 3746 | 3665 | position: absolute; |
| 3747 | - inset-block-start: calc(100% + 5px); | |
| 3666 | + top: calc(100% + 5px); | |
| 3748 | 3667 | left: calc(50% - 4px); |
| 3749 | 3668 | transform: translateX(-50%); |
| 3750 | 3669 | font-size: 10px; |
| 3751 | 3670 | } |
| @@ -3832,9 +3751,9 @@ | ||
| 3832 | 3751 | transition-property: opacity, background; |
| 3833 | 3752 | } |
| 3834 | 3753 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3835 | 3754 | position: absolute; |
| 3836 | - inset-block-start: 0; | |
| 3755 | + top: 0; | |
| 3837 | 3756 | width: 50%; |
| 3838 | 3757 | text-align: center; |
| 3839 | 3758 | line-height: 20px; |
| 3840 | 3759 | transition: inherit; |
| @@ -3840,14 +3759,14 @@ | ||
| 3840 | 3759 | transition: inherit; |
| 3841 | 3760 | } |
| 3842 | 3761 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3843 | 3762 | content: attr(data-off); |
| 3844 | - inset-inline-end: 5px; | |
| 3763 | + right: 5px; | |
| 3845 | 3764 | color: var(--e-a-color-txt-muted); |
| 3846 | 3765 | } |
| 3847 | 3766 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3848 | 3767 | content: attr(data-on); |
| 3849 | - inset-inline-start: 5px; | |
| 3768 | + left: 5px; | |
| 3850 | 3769 | color: var(--e-a-btn-color); |
| 3851 | 3770 | opacity: 0; |
| 3852 | 3771 | } |
| 3853 | 3772 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3860,28 +3779,25 @@ | ||
| 3860 | 3779 | opacity: 1; |
| 3861 | 3780 | } |
| 3862 | 3781 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3863 | 3782 | position: absolute; |
| 3864 | - inset-block-start: 1px; | |
| 3865 | - inset-inline-start: 1px; | |
| 3783 | + top: 1px; | |
| 3784 | + left: 1px; | |
| 3866 | 3785 | width: 18px; |
| 3867 | 3786 | height: 18px; |
| 3868 | 3787 | background: white; |
| 3869 | 3788 | border-radius: 10px; |
| 3870 | - transition: inset-inline-start 0.15s ease-out; | |
| 3789 | + transition: left 0.15s ease-out; | |
| 3871 | 3790 | } |
| 3872 | 3791 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3873 | - inset-inline-start: initial; | |
| 3874 | - inset-inline-end: 1px; | |
| 3792 | + left: initial; | |
| 3793 | + right: 1px; | |
| 3875 | 3794 | } |
| 3876 | 3795 | |
| 3877 | 3796 | .elementor-control-type-tabs { |
| 3878 | - display: none; | |
| 3797 | + display: flex; | |
| 3879 | 3798 | font-size: var(--control-title-size); |
| 3880 | 3799 | } |
| 3881 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3882 | - display: flex; | |
| 3883 | -} | |
| 3884 | 3800 | |
| 3885 | 3801 | .elementor-control-type-tab { |
| 3886 | 3802 | text-align: center; |
| 3887 | 3803 | width: 100%; |
| @@ -3924,10 +3840,10 @@ | ||
| 3924 | 3840 | } |
| 3925 | 3841 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 3926 | 3842 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 3927 | 3843 | position: absolute; |
| 3928 | - inset-block-start: 0; | |
| 3929 | - inset-inline-end: 0; | |
| 3844 | + top: 0; | |
| 3845 | + left: 0; | |
| 3930 | 3846 | z-index: 1; |
| 3931 | 3847 | } |
| 3932 | 3848 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 3933 | 3849 | .elementor-control-type-code .elementor-control-input-wrapper { |
| @@ -4005,10 +3921,10 @@ | ||
| 4005 | 3921 | } |
| 4006 | 3922 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4007 | 3923 | display: none; |
| 4008 | 3924 | position: absolute; |
| 4009 | - inset-block-start: 5px; | |
| 4010 | - inset-inline-end: 0; | |
| 3925 | + top: 5px; | |
| 3926 | + right: 0; | |
| 4011 | 3927 | width: 10px; |
| 4012 | 3928 | height: 10px; |
| 4013 | 3929 | font-size: 10px; |
| 4014 | 3930 | color: var(--e-a-color-txt-disabled); |
| @@ -4059,76 +3975,8 @@ | ||
| 4059 | 3975 | font-size: 10px; |
| 4060 | 3976 | padding-block-start: 2px; |
| 4061 | 3977 | } |
| 4062 | 3978 | |
| 4063 | -.elementor-control-type-visual_choice { | |
| 4064 | - width: 100%; | |
| 4065 | -} | |
| 4066 | - | |
| 4067 | -.elementor-visual-choice-choices { | |
| 4068 | - display: grid; | |
| 4069 | - gap: 8px; | |
| 4070 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4071 | - text-align: center; | |
| 4072 | - border-radius: var(--e-a-border-radius); | |
| 4073 | - overflow: hidden; | |
| 4074 | -} | |
| 4075 | - | |
| 4076 | -.elementor-visual-choice-element { | |
| 4077 | - display: flex; | |
| 4078 | - flex-direction: column; | |
| 4079 | - align-items: center; | |
| 4080 | - justify-content: center; | |
| 4081 | - gap: 8px; | |
| 4082 | - width: auto; | |
| 4083 | -} | |
| 4084 | -.elementor-visual-choice-element-image label { | |
| 4085 | - border: var(--e-a-border-bold); | |
| 4086 | - border-radius: var(--e-a-border-radius); | |
| 4087 | - font-size: 12px; | |
| 4088 | - transition: var(--e-a-transition-hover); | |
| 4089 | - cursor: pointer; | |
| 4090 | - overflow: hidden; | |
| 4091 | - width: 100%; | |
| 4092 | - padding: 8px; | |
| 4093 | -} | |
| 4094 | -.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 { | |
| 4095 | - background-color: var(--e-a-bg-active-bold); | |
| 4096 | - opacity: 1; | |
| 4097 | -} | |
| 4098 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4099 | - border-color: var(--e-a-color-primary-bold); | |
| 4100 | -} | |
| 4101 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4102 | - background-color: var(--e-a-color-white); | |
| 4103 | - opacity: 0.5; | |
| 4104 | -} | |
| 4105 | -.elementor-visual-choice-element-image img { | |
| 4106 | - width: 100%; | |
| 4107 | - height: auto; | |
| 4108 | -} | |
| 4109 | -.elementor-visual-choice-element-button { | |
| 4110 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4111 | -} | |
| 4112 | -.elementor-visual-choice-element-button label { | |
| 4113 | - width: -moz-fit-content; | |
| 4114 | - width: fit-content; | |
| 4115 | -} | |
| 4116 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4117 | - background-color: var(--e-a-bg-active-bold); | |
| 4118 | -} | |
| 4119 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4120 | - border-color: var(--e-a-color-primary-bold); | |
| 4121 | -} | |
| 4122 | - | |
| 4123 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4124 | - justify-content: flex-end; | |
| 4125 | -} | |
| 4126 | - | |
| 4127 | -.tipsy-inner { | |
| 4128 | - white-space: pre-line; | |
| 4129 | -} | |
| 4130 | - | |
| 4131 | 3979 | .elementor-control-type-wp_widget .widget-inside { |
| 4132 | 3980 | line-height: 2; |
| 4133 | 3981 | background-color: inherit; |
| 4134 | 3982 | display: block; |
| @@ -4272,13 +4120,13 @@ | ||
| 4272 | 4120 | --e-a-mode-switcher-width: 15px; |
| 4273 | 4121 | --e-a-mode-switcher-height: 50px; |
| 4274 | 4122 | --e-a-mode-switcher-icon-size: 15px; |
| 4275 | 4123 | position: absolute; |
| 4276 | - inset-block-start: 50%; | |
| 4277 | - inset-inline-start: 100%; | |
| 4124 | + right: 100%; | |
| 4125 | + top: 50%; | |
| 4278 | 4126 | transform: translateY(-50%); |
| 4279 | 4127 | background-color: var(--e-a-bg-default); |
| 4280 | - 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); | |
| 4281 | 4129 | transition: 0.3s opacity; |
| 4282 | 4130 | } |
| 4283 | 4131 | #elementor-mode-switcher:hover { |
| 4284 | 4132 | background-color: var(--e-a-bg-hover); |
| @@ -4348,11 +4196,11 @@ | ||
| 4348 | 4196 | } |
| 4349 | 4197 | |
| 4350 | 4198 | #elementor-panel-revisions-loading { |
| 4351 | 4199 | position: absolute; |
| 4352 | - inset-block-start: 50%; | |
| 4353 | - inset-inline-start: 50%; | |
| 4354 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4200 | + top: 50%; | |
| 4201 | + left: 50%; | |
| 4202 | + transform: translate(-50%, -50%); | |
| 4355 | 4203 | } |
| 4356 | 4204 | #elementor-panel-revisions-loading .eicon-loading { |
| 4357 | 4205 | font-size: 50px; |
| 4358 | 4206 | } |
| @@ -4436,10 +4284,10 @@ | ||
| 4436 | 4284 | .e-control-display-conditions-promotion__wrapper { |
| 4437 | 4285 | display: flex; |
| 4438 | 4286 | justify-content: space-between; |
| 4439 | 4287 | } |
| 4440 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4441 | - 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); | |
| 4442 | 4290 | } |
| 4443 | 4291 | .e-control-display-conditions-promotion__description { |
| 4444 | 4292 | display: flex; |
| 4445 | 4293 | align-self: center; |
| @@ -4452,11 +4300,8 @@ | ||
| 4452 | 4300 | display: flex; |
| 4453 | 4301 | justify-content: center; |
| 4454 | 4302 | align-items: center; |
| 4455 | 4303 | } |
| 4456 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4457 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4458 | -} | |
| 4459 | 4304 | .e-control-display-conditions-promotion.eicon-flow { |
| 4460 | 4305 | align-self: flex-end; |
| 4461 | 4306 | cursor: pointer; |
| 4462 | 4307 | border: var(--e-a-border-bold); |
| @@ -4467,15 +4312,12 @@ | ||
| 4467 | 4312 | background-color: var(--e-a-bg-active); |
| 4468 | 4313 | color: #E73CF6; |
| 4469 | 4314 | } |
| 4470 | 4315 | |
| 4471 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4472 | - color: var(--e-a-color-accent-promotion); | |
| 4316 | +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock { | |
| 4317 | + color: var(--e-a-color-accent); | |
| 4473 | 4318 | } |
| 4474 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4475 | - margin-inline-end: 0; | |
| 4476 | -} | |
| 4477 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4319 | +.e-control-motion-effects-promotion__wrapper .select-promotion { | |
| 4478 | 4320 | display: flex; |
| 4479 | 4321 | flex-direction: column; |
| 4480 | 4322 | justify-content: center; |
| 4481 | 4323 | padding-inline-start: 5px; |
| @@ -4489,17 +4331,14 @@ | ||
| 4489 | 4331 | box-shadow: none; |
| 4490 | 4332 | border: var(--e-a-border-bold); |
| 4491 | 4333 | font-size: var(--control-title-size); |
| 4492 | 4334 | } |
| 4493 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4335 | +.e-control-motion-effects-promotion__lock-wrapper { | |
| 4494 | 4336 | width: 2.5rem; |
| 4495 | 4337 | display: flex; |
| 4496 | 4338 | justify-content: center; |
| 4497 | 4339 | align-items: center; |
| 4498 | 4340 | } |
| 4499 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4500 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4501 | -} | |
| 4502 | 4341 | |
| 4503 | 4342 | .e-link-promotion { |
| 4504 | 4343 | font-family: "Roboto", sans-serif; |
| 4505 | 4344 | font-weight: 500; |
| @@ -4529,9 +4368,11 @@ | ||
| 4529 | 4368 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4530 | 4369 | padding: 25px 15px 0; |
| 4531 | 4370 | } |
| 4532 | 4371 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4533 | -.elementor-editor-kit #elementor-panel-header-menu-button { | |
| 4372 | +.elementor-editor-kit #elementor-panel-header-menu-button, | |
| 4373 | +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, | |
| 4374 | +.elementor-editor-kit #elementor-panel-footer-navigator { | |
| 4534 | 4375 | display: none; |
| 4535 | 4376 | } |
| 4536 | 4377 | |
| 4537 | 4378 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| @@ -4584,13 +4425,13 @@ | ||
| 4584 | 4425 | } |
| 4585 | 4426 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4586 | 4427 | align-self: end; |
| 4587 | 4428 | margin-block-start: 35px; |
| 4588 | - inset-block-start: 0; | |
| 4429 | + top: 0; | |
| 4589 | 4430 | width: 100%; |
| 4590 | 4431 | } |
| 4591 | 4432 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4592 | - inset-inline-end: 5px; | |
| 4433 | + left: 5px; | |
| 4593 | 4434 | } |
| 4594 | 4435 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4595 | 4436 | padding: 0 20px 15px; |
| 4596 | 4437 | } |
| @@ -4874,13 +4715,8 @@ | ||
| 4874 | 4715 | .e-btn.elementor-button-danger, |
| 4875 | 4716 | .e-btn.e-danger { |
| 4876 | 4717 | background-color: var(--e-a-btn-bg-danger); |
| 4877 | 4718 | } |
| 4878 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4879 | -.e-btn.elementor-button-danger.color-white, | |
| 4880 | -.e-btn.e-danger.color-white { | |
| 4881 | - color: var(--e-a-color-white); | |
| 4882 | -} | |
| 4883 | 4719 | .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, |
| 4884 | 4720 | .e-btn.elementor-button-danger:hover, |
| 4885 | 4721 | .e-btn.elementor-button-danger:focus, |
| 4886 | 4722 | .e-btn.e-danger:hover, |
| @@ -4923,23 +4759,22 @@ | ||
| 4923 | 4759 | } |
| 4924 | 4760 | |
| 4925 | 4761 | #elementor-preview-responsive-wrapper { |
| 4926 | 4762 | transform-origin: top center; |
| 4927 | - margin: 20px; | |
| 4763 | + padding: 20px; | |
| 4928 | 4764 | transform: scale(var(--e-preview-scale, 1)); |
| 4929 | - overflow: hidden; | |
| 4930 | 4765 | } |
| 4931 | 4766 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 4932 | 4767 | min-width: 1025px; |
| 4933 | 4768 | width: 100%; |
| 4934 | 4769 | height: 100%; |
| 4935 | - margin: 0; | |
| 4770 | + padding: 0; | |
| 4936 | 4771 | position: relative; |
| 4937 | 4772 | } |
| 4938 | 4773 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 4939 | 4774 | width: var(--e-editor-preview-width); |
| 4940 | 4775 | height: var(--e-editor-preview-height); |
| 4941 | - 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); | |
| 4942 | 4777 | box-sizing: content-box; |
| 4943 | 4778 | position: relative; |
| 4944 | 4779 | max-height: calc(100vh - 80px); |
| 4945 | 4780 | } |
| @@ -5001,10 +4836,9 @@ | ||
| 5001 | 4836 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5002 | 4837 | bottom: 0; |
| 5003 | 4838 | } |
| 5004 | 4839 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5005 | - width: 10px; | |
| 5006 | - right: -5px; | |
| 4840 | + right: 0; | |
| 5007 | 4841 | } |
| 5008 | 4842 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5009 | 4843 | left: 0; |
| 5010 | 4844 | } |
| @@ -5015,20 +4849,8 @@ | ||
| 5015 | 4849 | background-color: #fff; |
| 5016 | 4850 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5017 | 4851 | } |
| 5018 | 4852 | |
| 5019 | -#elementor-template-library-modal button:focus-visible, | |
| 5020 | -#elementor-template-library-modal a:focus-visible, | |
| 5021 | -#elementor-template-library-modal input:focus-visible, | |
| 5022 | -#elementor-template-library-modal select:focus-visible, | |
| 5023 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5024 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5025 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5026 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5027 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5028 | - outline-offset: 2px; | |
| 5029 | - border-radius: 2px; | |
| 5030 | -} | |
| 5031 | 4853 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5032 | 4854 | font-style: normal; |
| 5033 | 4855 | text-decoration: underline; |
| 5034 | 4856 | } |
| @@ -5040,17 +4862,8 @@ | ||
| 5040 | 4862 | } |
| 5041 | 4863 | #elementor-template-library-modal .dialog-message { |
| 5042 | 4864 | overflow-y: scroll; |
| 5043 | 4865 | } |
| 5044 | -#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 { | |
| 5045 | - overflow-y: auto; | |
| 5046 | -} | |
| 5047 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5048 | - color: var(--e-a-color-txt); | |
| 5049 | - text-decoration: underline; | |
| 5050 | - font-size: 17px; | |
| 5051 | - cursor: pointer; | |
| 5052 | -} | |
| 5053 | 4866 | |
| 5054 | 4867 | #elementor-template-library-header-menu { |
| 5055 | 4868 | text-align: center; |
| 5056 | 4869 | } |
| @@ -5059,21 +4872,14 @@ | ||
| 5059 | 4872 | display: inline-block; |
| 5060 | 4873 | padding: 17px 20px; |
| 5061 | 4874 | border-block-end: 3px solid transparent; |
| 5062 | 4875 | cursor: pointer; |
| 5063 | - background: transparent; | |
| 5064 | - margin: 0; | |
| 5065 | - font-size: inherit; | |
| 5066 | - font-family: inherit; | |
| 5067 | - color: inherit; | |
| 5068 | - border: none; | |
| 5069 | 4876 | } |
| 5070 | 4877 | .elementor-template-library-menu-item:hover { |
| 5071 | 4878 | background-color: var(--e-a-bg-hover); |
| 5072 | 4879 | border-color: var(--e-a-bg-hover); |
| 5073 | 4880 | } |
| 5074 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5075 | - border-block-end: 3px solid; | |
| 4881 | +.elementor-template-library-menu-item.elementor-active { | |
| 5076 | 4882 | border-color: var(--e-a-border-color-accent); |
| 5077 | 4883 | color: var(--e-a-color-txt-accent); |
| 5078 | 4884 | } |
| 5079 | 4885 | |
| @@ -5079,31 +4885,12 @@ | ||
| 5079 | 4885 | |
| 5080 | 4886 | #elementor-template-library-header-actions { |
| 5081 | 4887 | display: flex; |
| 5082 | 4888 | } |
| 5083 | -#elementor-template-library-header-actions > div, | |
| 5084 | -#elementor-template-library-header-actions > button { | |
| 5085 | - background: transparent; | |
| 5086 | - margin: 0; | |
| 5087 | - font-size: inherit; | |
| 5088 | - font-family: inherit; | |
| 5089 | - color: inherit; | |
| 5090 | - border: none; | |
| 4889 | +#elementor-template-library-header-actions > div { | |
| 5091 | 4890 | padding-inline-end: 16px; |
| 5092 | - cursor: pointer; | |
| 5093 | 4891 | } |
| 5094 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5095 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5096 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5097 | - outline-offset: -2px; | |
| 5098 | - border-radius: 2px; | |
| 5099 | -} | |
| 5100 | 4892 | |
| 5101 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5102 | - opacity: 0; | |
| 5103 | - visibility: hidden; | |
| 5104 | -} | |
| 5105 | - | |
| 5106 | 4893 | #elementor-template-library-header-preview-insert-wrapper { |
| 5107 | 4894 | cursor: default; |
| 5108 | 4895 | padding: 0 10px; |
| 5109 | 4896 | } |
| @@ -5112,9 +4899,8 @@ | ||
| 5112 | 4899 | margin-inline-start: 4px; |
| 5113 | 4900 | } |
| 5114 | 4901 | |
| 5115 | 4902 | #elementor-template-library-header-preview-back { |
| 5116 | - gap: 10px; | |
| 5117 | 4903 | padding-block: 16.5px 15px; |
| 5118 | 4904 | padding-inline: 0 16.5px; |
| 5119 | 4905 | border-inline-end: var(--e-a-border); |
| 5120 | 4906 | cursor: pointer; |
| @@ -5119,138 +4905,27 @@ | ||
| 5119 | 4905 | border-inline-end: var(--e-a-border); |
| 5120 | 4906 | cursor: pointer; |
| 5121 | 4907 | transition: color 0.5s; |
| 5122 | 4908 | } |
| 5123 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5124 | - background: transparent; | |
| 5125 | - margin: 0; | |
| 5126 | - font-size: inherit; | |
| 5127 | - font-family: inherit; | |
| 5128 | - color: inherit; | |
| 5129 | - border: none; | |
| 5130 | - display: flex; | |
| 5131 | - align-items: center; | |
| 5132 | - gap: 10px; | |
| 5133 | - cursor: pointer; | |
| 5134 | -} | |
| 5135 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5136 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5137 | - outline-offset: 2px; | |
| 5138 | - border-radius: 2px; | |
| 5139 | -} | |
| 5140 | 4909 | #elementor-template-library-header-preview-back:hover { |
| 5141 | 4910 | color: var(--e-a-color-txt-hover); |
| 5142 | 4911 | } |
| 5143 | 4912 | #elementor-template-library-header-preview-back i { |
| 4913 | + padding-inline-end: 10px; | |
| 5144 | 4914 | font-size: 18px; |
| 5145 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5146 | 4915 | } |
| 4916 | +#elementor-template-library-header-preview-back i:before { | |
| 4917 | + content: "\e87d"; | |
| 4918 | +} | |
| 5147 | 4919 | |
| 5148 | -#elementor-template-library-templates { | |
| 5149 | - display: flex; | |
| 5150 | - flex-direction: column; | |
| 5151 | - gap: 20px; | |
| 5152 | -} | |
| 5153 | -#elementor-template-library-templates .toolbar-container { | |
| 5154 | - display: flex; | |
| 5155 | - justify-content: space-between; | |
| 5156 | - align-items: center; | |
| 5157 | - gap: 2%; | |
| 5158 | - height: 45px; | |
| 5159 | -} | |
| 5160 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5161 | - display: flex; | |
| 5162 | - flex-wrap: wrap; | |
| 5163 | - align-items: flex-start; | |
| 5164 | -} | |
| 5165 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5166 | - display: none; | |
| 5167 | -} | |
| 5168 | -#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"])) { | |
| 5169 | - justify-content: flex-end; | |
| 5170 | -} | |
| 5171 | -#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 { | |
| 5172 | - display: flex; | |
| 5173 | - align-items: baseline; | |
| 5174 | - border-radius: 3px; | |
| 5175 | -} | |
| 5176 | -#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 { | |
| 5177 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5178 | - outline-offset: 2px; | |
| 5179 | -} | |
| 5180 | -#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 { | |
| 5181 | - align-items: center; | |
| 5182 | -} | |
| 5183 | -#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 { | |
| 5184 | - font-size: 14px; | |
| 5185 | - margin-inline-start: 5px; | |
| 5186 | -} | |
| 5187 | -#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 { | |
| 5188 | - width: 200px; | |
| 5189 | - margin: 0px 10px; | |
| 5190 | - align-self: center; | |
| 5191 | - text-align: start; | |
| 5192 | -} | |
| 5193 | -#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 { | |
| 5194 | - font-size: 10px; | |
| 5195 | -} | |
| 5196 | -#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 { | |
| 5197 | - color: var(--e-a-btn-bg-accent); | |
| 5198 | -} | |
| 5199 | -#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 { | |
| 5200 | - height: 4px; | |
| 5201 | - background-color: var(--e-a-color-primary-bold); | |
| 5202 | - position: relative; | |
| 5203 | - display: flex; | |
| 5204 | - align-items: center; | |
| 5205 | - padding: 0; | |
| 5206 | -} | |
| 5207 | -#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 { | |
| 5208 | - height: 100%; | |
| 5209 | - transition: width 0.3s ease; | |
| 5210 | -} | |
| 5211 | -#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 { | |
| 5212 | - background-color: #D004D4; | |
| 5213 | -} | |
| 5214 | -#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 { | |
| 5215 | - background-color: #F59E0B; | |
| 5216 | -} | |
| 5217 | -#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 { | |
| 5218 | - background-color: #93003f; | |
| 5219 | -} | |
| 5220 | -#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 { | |
| 5221 | - background-color: #F0ABFC; | |
| 5222 | -} | |
| 5223 | -#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 { | |
| 5224 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5225 | -} | |
| 5226 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5227 | - font-size: 12px; | |
| 5228 | - color: var(--e-a-color-txt); | |
| 5229 | -} | |
| 5230 | -#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; | |
| 5231 | 4923 | border-block-start: var(--e-a-border); |
| 5232 | 4924 | } |
| 5233 | -#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 { | |
| 5234 | 4926 | color: var(--e-a-color-txt-active); |
| 5235 | 4927 | } |
| 5236 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5237 | - border-block-start: none; | |
| 5238 | -} | |
| 5239 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5240 | - padding: 0; | |
| 5241 | -} | |
| 5242 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5243 | - max-width: -moz-fit-content; | |
| 5244 | - max-width: fit-content; | |
| 5245 | -} | |
| 5246 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5247 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5248 | - display: none; | |
| 5249 | -} | |
| 5250 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5251 | - pointer-events: none; | |
| 5252 | -} | |
| 5253 | 4928 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5254 | 4929 | margin: 10px -15px 0; |
| 5255 | 4930 | } |
| 5256 | 4931 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5276,243 +4951,14 @@ | ||
| 5276 | 4951 | } |
| 5277 | 4952 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5278 | 4953 | content: "\e8ad"; |
| 5279 | 4954 | } |
| 5280 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4955 | + | |
| 4956 | +#elementor-template-library-templates-container { | |
| 5281 | 4957 | display: flex; |
| 5282 | - align-items: center; | |
| 5283 | - gap: 8px; | |
| 4958 | + flex-wrap: wrap; | |
| 4959 | + align-items: flex-start; | |
| 5284 | 4960 | } |
| 5285 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5286 | - background: transparent; | |
| 5287 | - margin: 0; | |
| 5288 | - font-size: inherit; | |
| 5289 | - font-family: inherit; | |
| 5290 | - color: inherit; | |
| 5291 | - border: none; | |
| 5292 | - cursor: pointer; | |
| 5293 | - font-size: 20px; | |
| 5294 | - padding: 0 5px; | |
| 5295 | - border-radius: 2px; | |
| 5296 | - color: var(--e-a-color-txt); | |
| 5297 | -} | |
| 5298 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5299 | - background-color: var(--e-a-bg-hover); | |
| 5300 | -} | |
| 5301 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5302 | - width: 1px; | |
| 5303 | - height: 20px; | |
| 5304 | - background-color: var(--e-a-border-color); | |
| 5305 | -} | |
| 5306 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5307 | - background-color: var(--e-a-bg-hover); | |
| 5308 | -} | |
| 5309 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5310 | - background-color: var(--e-a-bg-hover); | |
| 5311 | -} | |
| 5312 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5313 | - display: grid; | |
| 5314 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5315 | - grid-gap: 20px; | |
| 5316 | - padding: 20px 0; | |
| 5317 | -} | |
| 5318 | -#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 { | |
| 5319 | - grid-column: 1; | |
| 5320 | -} | |
| 5321 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5322 | - grid-column: 1/-1; | |
| 5323 | -} | |
| 5324 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5325 | - display: flex; | |
| 5326 | - position: relative; | |
| 5327 | - flex-direction: column; | |
| 5328 | - height: 158px; | |
| 5329 | - padding: 8px; | |
| 5330 | - border: var(--e-a-border); | |
| 5331 | - border-radius: 3px; | |
| 5332 | -} | |
| 5333 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5334 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5335 | - outline-offset: 2px; | |
| 5336 | -} | |
| 5337 | -#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 { | |
| 5338 | - display: flex; | |
| 5339 | -} | |
| 5340 | -#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 { | |
| 5341 | - display: none; | |
| 5342 | -} | |
| 5343 | -#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 { | |
| 5344 | - display: flex !important; | |
| 5345 | -} | |
| 5346 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5347 | - width: 190px; | |
| 5348 | - height: 100px; | |
| 5349 | - position: relative; | |
| 5350 | - border-radius: 3px; | |
| 5351 | - margin-block-end: 4px; | |
| 5352 | - overflow: hidden; | |
| 5353 | -} | |
| 5354 | -#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 { | |
| 5355 | - -o-object-fit: contain; | |
| 5356 | - object-fit: contain; | |
| 5357 | - width: 100%; | |
| 5358 | - height: 100%; | |
| 5359 | -} | |
| 5360 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5361 | - display: none; | |
| 5362 | - justify-content: center; | |
| 5363 | - align-items: center; | |
| 5364 | - position: absolute; | |
| 5365 | - inset: 0; | |
| 5366 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5367 | - cursor: default; | |
| 5368 | -} | |
| 5369 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5370 | - font-size: 11px; | |
| 5371 | - white-space: nowrap; | |
| 5372 | - text-overflow: ellipsis; | |
| 5373 | - overflow: hidden; | |
| 5374 | -} | |
| 5375 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5376 | - display: flex; | |
| 5377 | - position: relative; | |
| 5378 | - justify-content: space-between; | |
| 5379 | - align-items: center; | |
| 5380 | - font-size: 11px; | |
| 5381 | - min-height: 38px; | |
| 5382 | -} | |
| 5383 | -#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 { | |
| 5384 | - display: none; | |
| 5385 | - width: 90%; | |
| 5386 | - gap: 8px; | |
| 5387 | - height: 38px; | |
| 5388 | - padding: 4px 0; | |
| 5389 | -} | |
| 5390 | -#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 { | |
| 5391 | - display: flex; | |
| 5392 | -} | |
| 5393 | -#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 { | |
| 5394 | - display: flex; | |
| 5395 | - align-items: center; | |
| 5396 | -} | |
| 5397 | -#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 { | |
| 5398 | - display: flex; | |
| 5399 | - flex-direction: column; | |
| 5400 | - justify-content: center; | |
| 5401 | - width: 65%; | |
| 5402 | - align-items: start; | |
| 5403 | - white-space: nowrap; | |
| 5404 | - text-overflow: ellipsis; | |
| 5405 | - overflow: hidden; | |
| 5406 | -} | |
| 5407 | -#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 { | |
| 5408 | - flex-direction: row; | |
| 5409 | - align-items: center; | |
| 5410 | - justify-content: start; | |
| 5411 | - height: 56px; | |
| 5412 | - padding: 13px 10px; | |
| 5413 | -} | |
| 5414 | -#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 { | |
| 5415 | - font-size: 25px; | |
| 5416 | - margin-inline-end: 8px; | |
| 5417 | -} | |
| 5418 | -#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 { | |
| 5419 | - margin-inline-start: auto; | |
| 5420 | -} | |
| 5421 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5422 | - display: none; | |
| 5423 | -} | |
| 5424 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5425 | - visibility: hidden; | |
| 5426 | -} | |
| 5427 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5428 | - visibility: visible; | |
| 5429 | -} | |
| 5430 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5431 | - display: none; | |
| 5432 | - background: var(--e-a-bg-active); | |
| 5433 | - padding: 10px 25px; | |
| 5434 | - border-radius: 5px; | |
| 5435 | - color: var(--e-a-bg-invert); | |
| 5436 | - gap: 20px; | |
| 5437 | - align-items: center; | |
| 5438 | - flex: 1; | |
| 5439 | -} | |
| 5440 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5441 | - background: transparent; | |
| 5442 | - margin: 0; | |
| 5443 | - font-size: inherit; | |
| 5444 | - font-family: inherit; | |
| 5445 | - color: inherit; | |
| 5446 | - border: none; | |
| 5447 | - cursor: pointer; | |
| 5448 | - display: flex; | |
| 5449 | - align-items: center; | |
| 5450 | - justify-content: center; | |
| 5451 | -} | |
| 5452 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5453 | - pointer-events: none; | |
| 5454 | - opacity: 0.3; | |
| 5455 | - cursor: not-allowed; | |
| 5456 | -} | |
| 5457 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5458 | - cursor: pointer; | |
| 5459 | - font-size: 18px; | |
| 5460 | -} | |
| 5461 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5462 | - font-size: 20px; | |
| 5463 | -} | |
| 5464 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5465 | - display: flex; | |
| 5466 | - flex: 1; | |
| 5467 | - white-space: nowrap; | |
| 5468 | - text-overflow: ellipsis; | |
| 5469 | - overflow: hidden; | |
| 5470 | -} | |
| 5471 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5472 | - display: flex; | |
| 5473 | - flex-direction: row; | |
| 5474 | - align-items: center; | |
| 5475 | - gap: 15px; | |
| 5476 | - white-space: nowrap; | |
| 5477 | - text-overflow: ellipsis; | |
| 5478 | - overflow: hidden; | |
| 5479 | -} | |
| 5480 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5481 | - white-space: nowrap; | |
| 5482 | - text-overflow: ellipsis; | |
| 5483 | - overflow: hidden; | |
| 5484 | -} | |
| 5485 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5486 | - padding-inline-start: 8px; | |
| 5487 | - background-color: var(--e-a-bg-hover); | |
| 5488 | - color: var(--e-a-color-txt); | |
| 5489 | -} | |
| 5490 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5491 | - visibility: visible; | |
| 5492 | -} | |
| 5493 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5494 | - background: var(--e-a-bg-active); | |
| 5495 | -} | |
| 5496 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5497 | - position: relative; | |
| 5498 | - inset-block-start: 3px; | |
| 5499 | -} | |
| 5500 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5501 | - inset-block-start: 0px; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5504 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5505 | - background: #69727D; | |
| 5506 | -} | |
| 5507 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5508 | - display: block; | |
| 5509 | - content: ""; | |
| 5510 | - width: 10px; | |
| 5511 | - height: 2px; | |
| 5512 | - background-color: white; | |
| 5513 | - transform: none; | |
| 5514 | -} | |
| 5515 | 4961 | |
| 5516 | 4962 | #elementor-template-library-toolbar { |
| 5517 | 4963 | display: flex; |
| 5518 | 4964 | justify-content: space-between; |
| @@ -5523,80 +4969,8 @@ | ||
| 5523 | 4969 | display: flex; |
| 5524 | 4970 | align-items: center; |
| 5525 | 4971 | } |
| 5526 | 4972 | |
| 5527 | -.elementor-template-library-filter-select-source { | |
| 5528 | - width: 350px; | |
| 5529 | - display: flex; | |
| 5530 | - gap: 10px; | |
| 5531 | -} | |
| 5532 | -.elementor-template-library-filter-select-source .source-option { | |
| 5533 | - flex: 1; | |
| 5534 | - border: 0.5px solid #BABFC5; | |
| 5535 | - padding: 5px; | |
| 5536 | - border-radius: 3px; | |
| 5537 | - cursor: pointer; | |
| 5538 | - font-size: 12px; | |
| 5539 | -} | |
| 5540 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5541 | - margin-inline-end: 5px; | |
| 5542 | -} | |
| 5543 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5544 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5545 | - padding: 2px 4px; | |
| 5546 | - color: var(--e-a-color-primary-bold-dark); | |
| 5547 | - border-radius: 10px; | |
| 5548 | - font-size: 10px; | |
| 5549 | - margin-inline-start: 5px; | |
| 5550 | -} | |
| 5551 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5552 | - background-color: var(--e-a-bg-hover); | |
| 5553 | -} | |
| 5554 | - | |
| 5555 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5556 | - display: flex; | |
| 5557 | - align-items: center; | |
| 5558 | - justify-content: space-between; | |
| 5559 | -} | |
| 5560 | - | |
| 5561 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5562 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5563 | - display: flex; | |
| 5564 | - align-items: center; | |
| 5565 | - gap: 6px; | |
| 5566 | - padding: 6px 12px; | |
| 5567 | - border: none; | |
| 5568 | - border-radius: 20px; | |
| 5569 | - font-size: 14px; | |
| 5570 | - font-weight: 500; | |
| 5571 | - white-space: nowrap; | |
| 5572 | - margin-inline-start: auto; | |
| 5573 | - margin-inline-end: 15px; | |
| 5574 | -} | |
| 5575 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5576 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5577 | - margin: 0; | |
| 5578 | - font-size: 14px; | |
| 5579 | -} | |
| 5580 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5581 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5582 | - background-color: var(--e-a-bg-info); | |
| 5583 | - color: var(--e-a-color-info); | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5586 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5587 | - color: var(--e-a-color-info); | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5590 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5591 | - background-color: var(--e-a-bg-warning); | |
| 5592 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5593 | -} | |
| 5594 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5595 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5596 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5597 | -} | |
| 5598 | - | |
| 5599 | 4973 | #elementor-template-library-filter-toolbar-remote { |
| 5600 | 4974 | font-size: 11px; |
| 5601 | 4975 | } |
| 5602 | 4976 | |
| @@ -5610,11 +4984,8 @@ | ||
| 5610 | 4984 | padding-inline-end: 22px; |
| 5611 | 4985 | -webkit-user-select: none; |
| 5612 | 4986 | -moz-user-select: none; |
| 5613 | 4987 | user-select: none; |
| 5614 | - line-height: 1; | |
| 5615 | - font-size: 10px; | |
| 5616 | - font-weight: 500; | |
| 5617 | 4988 | } |
| 5618 | 4989 | |
| 5619 | 4990 | label.elementor-template-library-order-label { |
| 5620 | 4991 | cursor: pointer; |
| @@ -5670,12 +5041,8 @@ | ||
| 5670 | 5041 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5671 | 5042 | content: "\e923"; |
| 5672 | 5043 | } |
| 5673 | 5044 | |
| 5674 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5675 | - margin-block-end: 10px; | |
| 5676 | -} | |
| 5677 | - | |
| 5678 | 5045 | #elementor-template-library-filter-text-wrapper { |
| 5679 | 5046 | width: 200px; |
| 5680 | 5047 | position: relative; |
| 5681 | 5048 | } |
| @@ -5680,15 +5047,12 @@ | ||
| 5680 | 5047 | position: relative; |
| 5681 | 5048 | } |
| 5682 | 5049 | #elementor-template-library-filter-text-wrapper i { |
| 5683 | 5050 | position: absolute; |
| 5684 | - inset-block-start: 50%; | |
| 5685 | - inset-inline-end: 0; | |
| 5051 | + top: 50%; | |
| 5052 | + left: 0; | |
| 5686 | 5053 | transform: translateY(-50%); |
| 5687 | 5054 | } |
| 5688 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5689 | - inset-block-start: 25%; | |
| 5690 | -} | |
| 5691 | 5055 | |
| 5692 | 5056 | #elementor-template-library-filter-text { |
| 5693 | 5057 | border: none; |
| 5694 | 5058 | border-block-end: var(--e-a-border-bold); |
| @@ -5714,32 +5078,19 @@ | ||
| 5714 | 5078 | padding: 8px; |
| 5715 | 5079 | border: var(--e-a-border); |
| 5716 | 5080 | border-radius: 3px; |
| 5717 | 5081 | } |
| 5718 | -.elementor-template-library-template-remote:focus-visible { | |
| 5719 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5720 | - outline-offset: 2px; | |
| 5721 | -} | |
| 5722 | -.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 { | |
| 5723 | 5083 | background-color: var(--e-a-bg-hover); |
| 5724 | 5084 | } |
| 5725 | -.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 { | |
| 5726 | - opacity: 1; | |
| 5727 | -} | |
| 5728 | -.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 { | |
| 5729 | 5086 | display: none; |
| 5730 | 5087 | } |
| 5731 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5732 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5733 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5734 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5735 | - display: initial; | |
| 5736 | -} | |
| 5737 | -.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 { | |
| 5738 | 5089 | opacity: 0; |
| 5739 | 5090 | } |
| 5740 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5741 | -.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 { | |
| 5742 | 5093 | display: none; |
| 5743 | 5094 | } |
| 5744 | 5095 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5745 | 5096 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5747,10 +5098,10 @@ | ||
| 5747 | 5098 | color: var(--e-a-color-white); |
| 5748 | 5099 | position: absolute; |
| 5749 | 5100 | text-transform: uppercase; |
| 5750 | 5101 | line-height: 1; |
| 5751 | - inset-block-start: 5px; | |
| 5752 | - inset-inline-end: 5px; | |
| 5102 | + top: 5px; | |
| 5103 | + left: 5px; | |
| 5753 | 5104 | padding: 3px 5px; |
| 5754 | 5105 | font-size: 8px; |
| 5755 | 5106 | border-radius: 2px; |
| 5756 | 5107 | } |
| @@ -5765,10 +5116,10 @@ | ||
| 5765 | 5116 | } |
| 5766 | 5117 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5767 | 5118 | position: absolute; |
| 5768 | 5119 | width: 100%; |
| 5769 | - inset-block-end: 0; | |
| 5770 | - inset-inline-start: 0; | |
| 5120 | + bottom: 0; | |
| 5121 | + right: 0; | |
| 5771 | 5122 | padding: 10px; |
| 5772 | 5123 | background-color: var(--e-a-bg-default); |
| 5773 | 5124 | transition: transform 0.5s; |
| 5774 | 5125 | } |
| @@ -5774,9 +5125,9 @@ | ||
| 5774 | 5125 | } |
| 5775 | 5126 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5776 | 5127 | display: none; |
| 5777 | 5128 | } |
| 5778 | -.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 { | |
| 5779 | 5130 | transform: translateY(100%); |
| 5780 | 5131 | } |
| 5781 | 5132 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5782 | 5133 | position: relative; |
| @@ -5793,9 +5144,12 @@ | ||
| 5793 | 5144 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5794 | 5145 | } |
| 5795 | 5146 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5796 | 5147 | position: absolute; |
| 5797 | - inset: 0; | |
| 5148 | + top: 0; | |
| 5149 | + left: 0; | |
| 5150 | + width: 100%; | |
| 5151 | + height: 100%; | |
| 5798 | 5152 | background-color: rgba(0, 0, 0, 0.5); |
| 5799 | 5153 | transition: opacity 0.5s; |
| 5800 | 5154 | cursor: pointer; |
| 5801 | 5155 | } |
| @@ -5801,11 +5155,11 @@ | ||
| 5801 | 5155 | } |
| 5802 | 5156 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5803 | 5157 | font-size: 20px; |
| 5804 | 5158 | position: absolute; |
| 5805 | - inset-block-start: 50%; | |
| 5806 | - inset-inline-start: 50%; | |
| 5807 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5159 | + top: 50%; | |
| 5160 | + left: 50%; | |
| 5161 | + transform: translate(-50%, -50%); | |
| 5808 | 5162 | } |
| 5809 | 5163 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5810 | 5164 | display: flex; |
| 5811 | 5165 | justify-content: space-between; |
| @@ -5825,22 +5179,10 @@ | ||
| 5825 | 5179 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5826 | 5180 | margin-inline-start: auto; |
| 5827 | 5181 | } |
| 5828 | 5182 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5829 | - position: absolute; | |
| 5830 | - width: 1px; | |
| 5831 | - height: 1px; | |
| 5832 | - padding: 0; | |
| 5833 | - margin: -1px; | |
| 5834 | - overflow: hidden; | |
| 5835 | - clip: rect(0, 0, 0, 0); | |
| 5836 | - white-space: nowrap; | |
| 5837 | - border: 0; | |
| 5183 | + display: none; | |
| 5838 | 5184 | } |
| 5839 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5840 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5841 | - outline-offset: 2px; | |
| 5842 | -} | |
| 5843 | 5185 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5844 | 5186 | content: "\e93f"; |
| 5845 | 5187 | color: var(--e-a-color-primary-bold); |
| 5846 | 5188 | } |
| @@ -5875,231 +5217,112 @@ | ||
| 5875 | 5217 | height: 200px; |
| 5876 | 5218 | } |
| 5877 | 5219 | |
| 5878 | 5220 | #elementor-template-library-order-toolbar-local, |
| 5879 | -.elementor-template-library-template-local, | |
| 5880 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5221 | +.elementor-template-library-template-local { | |
| 5881 | 5222 | display: flex; |
| 5882 | 5223 | align-items: center; |
| 5883 | 5224 | padding: 0 25px; |
| 5884 | 5225 | text-align: start; |
| 5885 | 5226 | } |
| 5886 | -@media (max-width: 1439px) { | |
| 5887 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5888 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5889 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5890 | - width: 33%; | |
| 5891 | - } | |
| 5892 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5893 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5894 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5895 | - width: 10%; | |
| 5896 | - } | |
| 5897 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5898 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5899 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5900 | - width: 15%; | |
| 5901 | - } | |
| 5902 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5903 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5904 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5905 | - width: 15%; | |
| 5906 | - } | |
| 5907 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5908 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5909 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5910 | - width: 27%; | |
| 5911 | - } | |
| 5912 | -} | |
| 5913 | -@media (min-width: 1440px) { | |
| 5914 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5915 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5916 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5917 | - width: 25%; | |
| 5918 | - } | |
| 5919 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5920 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5921 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5922 | - width: 17%; | |
| 5923 | - } | |
| 5924 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5925 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5926 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5927 | - width: 17%; | |
| 5928 | - } | |
| 5929 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5930 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5931 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5932 | - width: 17%; | |
| 5933 | - } | |
| 5934 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5935 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5936 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5937 | - width: 24%; | |
| 5938 | - } | |
| 5939 | -} | |
| 5940 | -@media (max-width: 1024px) { | |
| 5941 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5942 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5943 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5944 | - display: none; | |
| 5945 | - } | |
| 5946 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5947 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5948 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5949 | - width: 41%; | |
| 5950 | - } | |
| 5951 | -} | |
| 5952 | 5227 | |
| 5953 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 5954 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 5955 | - display: none; | |
| 5956 | - position: absolute; | |
| 5957 | - background-color: var(--e-a-bg-default); | |
| 5958 | - border-radius: var(--e-a-border-radius); | |
| 5959 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 5960 | - inset-block-start: 100%; | |
| 5961 | - inset-inline-end: 0; | |
| 5962 | - z-index: 1; | |
| 5963 | - list-style: none; | |
| 5964 | - margin: 0; | |
| 5965 | - padding: 0; | |
| 5228 | +#elementor-template-library-order-toolbar-local { | |
| 5229 | + margin-block-start: 30px; | |
| 5966 | 5230 | } |
| 5967 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 5968 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5969 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 5970 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5971 | - background: transparent; | |
| 5972 | - margin: 0; | |
| 5973 | - font-size: inherit; | |
| 5974 | - font-family: inherit; | |
| 5975 | - color: inherit; | |
| 5976 | - border: none; | |
| 5977 | - padding: 10px 20px; | |
| 5978 | - font-size: 11px; | |
| 5979 | - cursor: pointer; | |
| 5980 | - display: flex; | |
| 5981 | - align-items: center; | |
| 5982 | - gap: 8px; | |
| 5983 | - 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; | |
| 5984 | 5235 | } |
| 5985 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 5986 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 5987 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 5988 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5989 | - cursor: not-allowed; | |
| 5990 | - color: var(--e-a-color-txt-disabled); | |
| 5991 | -} | |
| 5992 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5993 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5994 | - color: var(--e-a-color-txt); | |
| 5995 | - text-decoration: none; | |
| 5996 | -} | |
| 5997 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 5998 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 5999 | - color: var(--e-a-color-danger); | |
| 6000 | -} | |
| 6001 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6002 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6003 | - font-size: 16px; | |
| 6004 | -} | |
| 6005 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6006 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6007 | - margin-inline-start: auto; | |
| 6008 | - cursor: pointer; | |
| 6009 | - background: none; | |
| 6010 | - border: none; | |
| 6011 | - padding: 0; | |
| 6012 | - display: flex; | |
| 6013 | - align-items: center; | |
| 6014 | - justify-content: center; | |
| 6015 | -} | |
| 6016 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6017 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6018 | - font-size: 20px; | |
| 6019 | -} | |
| 6020 | 5236 | |
| 6021 | -.elementor-template-library-template-local, | |
| 6022 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 5237 | +.elementor-template-library-template-local { | |
| 6023 | 5238 | height: 50px; |
| 6024 | 5239 | width: 100%; |
| 6025 | 5240 | margin-block-start: 1px; |
| 6026 | 5241 | transition: background-color 0.3s linear; |
| 6027 | 5242 | } |
| 6028 | -.elementor-template-library-template-local:hover, | |
| 6029 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 5243 | +.elementor-template-library-template-local:hover { | |
| 6030 | 5244 | background-color: var(--e-a-bg-hover); |
| 6031 | 5245 | } |
| 6032 | -.elementor-template-library-template-local:first-child, | |
| 6033 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 5246 | +.elementor-template-library-template-local:first-child { | |
| 6034 | 5247 | border-start-start-radius: 3px; |
| 6035 | 5248 | border-start-end-radius: 3px; |
| 6036 | 5249 | border-end-start-radius: 0; |
| 6037 | 5250 | border-end-end-radius: 0; |
| 6038 | 5251 | } |
| 6039 | -.elementor-template-library-template-local:last-child, | |
| 6040 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 5252 | +.elementor-template-library-template-local:last-child { | |
| 6041 | 5253 | border-start-start-radius: 0; |
| 6042 | 5254 | border-start-end-radius: 0; |
| 6043 | 5255 | border-end-start-radius: 3px; |
| 6044 | 5256 | border-end-end-radius: 3px; |
| 6045 | 5257 | } |
| 6046 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6047 | -.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 { | |
| 6048 | 5259 | font-weight: 500; |
| 6049 | 5260 | } |
| 6050 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6051 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6052 | - font-size: 16px; | |
| 6053 | -} | |
| 6054 | 5261 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6055 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6056 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6057 | -.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 { | |
| 6058 | 5263 | padding-inline-end: 20px; |
| 6059 | 5264 | } |
| 6060 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6061 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6062 | - padding-inline-end: 10px; | |
| 6063 | -} | |
| 6064 | 5265 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6065 | 5266 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6066 | 5267 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6068 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6069 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6070 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6071 | -.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 { | |
| 6072 | 5269 | white-space: nowrap; |
| 6073 | 5270 | text-overflow: ellipsis; |
| 6074 | 5271 | overflow: hidden; |
| 6075 | 5272 | } |
| 6076 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6077 | -.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 { | |
| 6078 | 5274 | position: relative; |
| 6079 | 5275 | display: flex; |
| 6080 | 5276 | align-items: center; |
| 6081 | 5277 | } |
| 6082 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6083 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6085 | -.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 { | |
| 6086 | 5279 | cursor: pointer; |
| 6087 | 5280 | transition: color 0.5s; |
| 6088 | 5281 | } |
| 6089 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6090 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6091 | - color: #F5D0FE; | |
| 5282 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 5283 | + margin-inline-end: 3px; | |
| 6092 | 5284 | } |
| 6093 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6094 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6095 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6096 | - cursor: not-allowed; | |
| 5285 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 5286 | + margin-inline-start: 6px; | |
| 6097 | 5287 | } |
| 6098 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6099 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6100 | - 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); | |
| 6101 | 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 | +} | |
| 6102 | 5325 | |
| 6103 | 5326 | #elementor-template-library-preview { |
| 6104 | 5327 | height: 100%; |
| 6105 | 5328 | overflow: hidden; |
| @@ -6105,9 +5328,9 @@ | ||
| 6105 | 5328 | overflow: hidden; |
| 6106 | 5329 | } |
| 6107 | 5330 | #elementor-template-library-preview iframe { |
| 6108 | 5331 | height: 150%; |
| 6109 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 5332 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6110 | 5333 | } |
| 6111 | 5334 | @media (max-width: 1439px) { |
| 6112 | 5335 | #elementor-template-library-preview iframe { |
| 6113 | 5336 | width: 1440px; |
| @@ -6123,14 +5346,8 @@ | ||
| 6123 | 5346 | font-size: 64px; |
| 6124 | 5347 | margin-block-start: 45px; |
| 6125 | 5348 | line-height: 1; |
| 6126 | 5349 | } |
| 6127 | -.elementor-template-library-blank-icon i { | |
| 6128 | - font-size: 85px; | |
| 6129 | -} | |
| 6130 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6131 | - font-size: 65px; | |
| 6132 | -} | |
| 6133 | 5350 | .elementor-template-library-blank-icon img { |
| 6134 | 5351 | width: 70px; |
| 6135 | 5352 | } |
| 6136 | 5353 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6168,499 +5385,8 @@ | ||
| 6168 | 5385 | #elementor-template-library-save-template-form > * { |
| 6169 | 5386 | height: 55px; |
| 6170 | 5387 | font-size: 16px; |
| 6171 | 5388 | } |
| 6172 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6173 | - height: 55px; | |
| 6174 | - font-size: 16px; | |
| 6175 | - margin-block-end: 15px; | |
| 6176 | -} | |
| 6177 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6178 | - display: block; | |
| 6179 | - width: 500px; | |
| 6180 | - margin: 0 auto; | |
| 6181 | -} | |
| 6182 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6183 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6184 | - display: none; | |
| 6185 | -} | |
| 6186 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6187 | - margin-inline: 5px; | |
| 6188 | -} | |
| 6189 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6190 | - display: none; | |
| 6191 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6192 | - padding: 3px 5px; | |
| 6193 | - border-radius: 100px; | |
| 6194 | - margin-inline: 5px; | |
| 6195 | -} | |
| 6196 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6197 | - color: var(--e-a-btn-bg-accent); | |
| 6198 | -} | |
| 6199 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6200 | - margin-inline-end: 5px; | |
| 6201 | -} | |
| 6202 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6203 | - display: inline; | |
| 6204 | -} | |
| 6205 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6206 | - display: inline; | |
| 6207 | - background: var(--e-a-bg-hover); | |
| 6208 | - padding: 0 2px 1px; | |
| 6209 | - border: none; | |
| 6210 | - border-radius: 2px; | |
| 6211 | - vertical-align: bottom; | |
| 6212 | - cursor: pointer; | |
| 6213 | - font-family: inherit; | |
| 6214 | - font-size: inherit; | |
| 6215 | - color: inherit; | |
| 6216 | - line-height: inherit; | |
| 6217 | -} | |
| 6218 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6219 | - background: var(--e-a-bg-active); | |
| 6220 | -} | |
| 6221 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6222 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6223 | - outline-offset: 2px; | |
| 6224 | -} | |
| 6225 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6226 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6227 | -#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, | |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6229 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6230 | - display: inline; | |
| 6231 | -} | |
| 6232 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6233 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6234 | -#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, | |
| 6235 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6236 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6237 | - pointer-events: none; | |
| 6238 | -} | |
| 6239 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6240 | -#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, | |
| 6241 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6242 | - display: none; | |
| 6243 | -} | |
| 6244 | -#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 { | |
| 6245 | - color: var(--e-a-color-txt-muted); | |
| 6246 | - margin-inline: 5px; | |
| 6247 | -} | |
| 6248 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6249 | - display: none; | |
| 6250 | - float: inline-start; | |
| 6251 | -} | |
| 6252 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6253 | - font-size: 13px; | |
| 6254 | - color: var(--e-a-btn-bg-accent); | |
| 6255 | - text-align: start; | |
| 6256 | -} | |
| 6257 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6258 | - color: var(--e-a-btn-bg-accent); | |
| 6259 | - text-decoration: underline; | |
| 6260 | -} | |
| 6261 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6262 | - float: inline-end; | |
| 6263 | -} | |
| 6264 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6265 | - cursor: not-allowed; | |
| 6266 | -} | |
| 6267 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6268 | - display: flex; | |
| 6269 | - flex-direction: column; | |
| 6270 | - text-align: start; | |
| 6271 | - border: var(--e-a-border-bold); | |
| 6272 | - padding: 15px; | |
| 6273 | - height: auto; | |
| 6274 | - gap: 10px; | |
| 6275 | - position: relative; | |
| 6276 | -} | |
| 6277 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6278 | - background: #69727D; | |
| 6279 | - inset-block-start: -3px; | |
| 6280 | - position: relative; | |
| 6281 | -} | |
| 6282 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6283 | - position: relative; | |
| 6284 | - display: inline-block; | |
| 6285 | -} | |
| 6286 | -#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 { | |
| 6287 | - white-space: nowrap; | |
| 6288 | - text-overflow: ellipsis; | |
| 6289 | - overflow: hidden; | |
| 6290 | - overflow: visible; | |
| 6291 | - display: inline-flex; | |
| 6292 | - align-items: baseline; | |
| 6293 | - line-height: 27px; | |
| 6294 | -} | |
| 6295 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6296 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6297 | - flex-shrink: 0; | |
| 6298 | - position: relative; | |
| 6299 | - inset-block-start: 2px; | |
| 6300 | -} | |
| 6301 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6302 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6303 | - inset-block-start: -2px; | |
| 6304 | -} | |
| 6305 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6306 | - vertical-align: bottom; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6309 | - margin-inline: 5px; | |
| 6310 | - color: var(--e-a-color-txt-muted); | |
| 6311 | - cursor: pointer; | |
| 6312 | -} | |
| 6313 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6314 | - display: none; | |
| 6315 | - margin-inline-end: 5px; | |
| 6316 | - align-items: baseline; | |
| 6317 | - white-space: nowrap; | |
| 6318 | - text-overflow: ellipsis; | |
| 6319 | - overflow: hidden; | |
| 6320 | -} | |
| 6321 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6322 | - display: inline-flex !important; | |
| 6323 | -} | |
| 6324 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6325 | - text-decoration: underline; | |
| 6326 | - cursor: pointer; | |
| 6327 | - white-space: nowrap; | |
| 6328 | - text-overflow: ellipsis; | |
| 6329 | - overflow: hidden; | |
| 6330 | -} | |
| 6331 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6332 | - cursor: pointer; | |
| 6333 | - flex-shrink: 0; | |
| 6334 | -} | |
| 6335 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6336 | - color: var(--e-a-color-primary-bold); | |
| 6337 | - font-size: 14px; | |
| 6338 | -} | |
| 6339 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6340 | - text-decoration: underline; | |
| 6341 | -} | |
| 6342 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6343 | - display: none; | |
| 6344 | - position: absolute; | |
| 6345 | - inset-block-start: 40px; | |
| 6346 | - background-color: var(--e-a-bg-default); | |
| 6347 | - min-width: 187px; | |
| 6348 | - overflow: auto; | |
| 6349 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6350 | - z-index: 1; | |
| 6351 | - border-radius: 2px; | |
| 6352 | - max-width: 450px; | |
| 6353 | -} | |
| 6354 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6355 | - white-space: nowrap; | |
| 6356 | - text-overflow: ellipsis; | |
| 6357 | - overflow: hidden; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6360 | - margin: 15px; | |
| 6361 | -} | |
| 6362 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6363 | - margin-inline-end: 10px; | |
| 6364 | -} | |
| 6365 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6366 | - max-height: 170px; | |
| 6367 | -} | |
| 6368 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6369 | - padding: 5px 15px; | |
| 6370 | - cursor: pointer; | |
| 6371 | - list-style: none; | |
| 6372 | -} | |
| 6373 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6374 | - display: none; | |
| 6375 | -} | |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6377 | - margin: 0px; | |
| 6378 | -} | |
| 6379 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6380 | - text-decoration: underline; | |
| 6381 | -} | |
| 6382 | -#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 { | |
| 6383 | - background: var(--e-a-border-color); | |
| 6384 | -} | |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6386 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6387 | - outline-offset: -2px; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6390 | - pointer-events: none; | |
| 6391 | - opacity: 0.3; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6394 | - text-align: center; | |
| 6395 | - font-size: 13px; | |
| 6396 | - margin: 0 20px; | |
| 6397 | - padding-block: 15px; | |
| 6398 | - pointer-events: none; | |
| 6399 | -} | |
| 6400 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6401 | - font-size: 24px; | |
| 6402 | - padding-block-end: 10px; | |
| 6403 | -} | |
| 6404 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6405 | - border-block-start: none; | |
| 6406 | - border-inline: none; | |
| 6407 | -} | |
| 6408 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6409 | - pointer-events: none; | |
| 6410 | - opacity: 0.3; | |
| 6411 | -} | |
| 6412 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6413 | - display: flex; | |
| 6414 | - flex-direction: column; | |
| 6415 | - width: 600px; | |
| 6416 | - text-align: start; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6420 | - font-size: 12px; | |
| 6421 | - font-weight: 400; | |
| 6422 | - color: var(--e-a-color-txt); | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6425 | - width: 100%; | |
| 6426 | - padding: 12px 15px; | |
| 6427 | - border: var(--e-a-border-bold); | |
| 6428 | - border-radius: 3px; | |
| 6429 | - margin-block-end: 0; | |
| 6430 | -} | |
| 6431 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6432 | - border: none; | |
| 6433 | - padding: 0; | |
| 6434 | - gap: 12px; | |
| 6435 | - margin-block-start: 20px; | |
| 6436 | -} | |
| 6437 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6438 | - display: flex; | |
| 6439 | - align-items: center; | |
| 6440 | - padding: 12px 15px; | |
| 6441 | - border: var(--e-a-border-bold); | |
| 6442 | - border-radius: 3px; | |
| 6443 | - width: 100%; | |
| 6444 | - line-height: normal; | |
| 6445 | - gap: 8px; | |
| 6446 | -} | |
| 6447 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6448 | - border-color: var(--e-a-color-txt); | |
| 6449 | -} | |
| 6450 | -#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 { | |
| 6451 | - display: flex; | |
| 6452 | -} | |
| 6453 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6454 | - margin-inline-end: 0; | |
| 6455 | - flex-shrink: 0; | |
| 6456 | - position: relative; | |
| 6457 | -} | |
| 6458 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6459 | - inset-block-start: 0; | |
| 6460 | -} | |
| 6461 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6462 | - content: ""; | |
| 6463 | - position: absolute; | |
| 6464 | - inset-inline-end: -8px; | |
| 6465 | - width: 1px; | |
| 6466 | - height: 18px; | |
| 6467 | - background-color: var(--e-a-border-color); | |
| 6468 | -} | |
| 6469 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6470 | - margin-inline-start: 12px; | |
| 6471 | - margin-inline-end: 4px; | |
| 6472 | - font-size: 24px; | |
| 6473 | - color: var(--e-a-color-txt); | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6476 | - margin-inline-start: 8px; | |
| 6477 | - margin-inline-end: 0; | |
| 6478 | - font-size: 24px; | |
| 6479 | - color: var(--e-a-color-txt); | |
| 6480 | -} | |
| 6481 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6482 | - flex: 0 0 auto; | |
| 6483 | - margin: 0; | |
| 6484 | - cursor: pointer; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6487 | - margin-inline: 0; | |
| 6488 | -} | |
| 6489 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6490 | - display: inline; | |
| 6491 | - background: transparent; | |
| 6492 | - padding: 0; | |
| 6493 | - border-radius: 0; | |
| 6494 | - vertical-align: baseline; | |
| 6495 | - text-decoration: underline; | |
| 6496 | - cursor: pointer; | |
| 6497 | - margin-inline-start: 0; | |
| 6498 | -} | |
| 6499 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6500 | - background: transparent; | |
| 6501 | -} | |
| 6502 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6503 | - color: var(--e-a-color-primary-bold); | |
| 6504 | - text-decoration: underline; | |
| 6505 | - cursor: pointer; | |
| 6506 | - margin-inline-start: 4px; | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6509 | - text-decoration: none; | |
| 6510 | -} | |
| 6511 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6512 | - display: none; | |
| 6513 | - border: none; | |
| 6514 | - padding: 0; | |
| 6515 | - border-radius: 0; | |
| 6516 | - margin-inline-start: 0; | |
| 6517 | - background: transparent; | |
| 6518 | - transition: background-color 0.2s; | |
| 6519 | - padding: 3px 8px; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6522 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6523 | - border-radius: 3px; | |
| 6524 | -} | |
| 6525 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6526 | - color: var(--e-a-btn-bg-accent); | |
| 6527 | - text-decoration: none; | |
| 6528 | - display: flex; | |
| 6529 | - align-items: center; | |
| 6530 | - gap: 4px; | |
| 6531 | - font-size: 14px; | |
| 6532 | - font-weight: 500; | |
| 6533 | -} | |
| 6534 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6535 | - margin: 0; | |
| 6536 | - font-size: 14px; | |
| 6537 | -} | |
| 6538 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6539 | - display: none; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6542 | - color: var(--e-a-color-txt-muted); | |
| 6543 | - margin-inline: 5px; | |
| 6544 | -} | |
| 6545 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6546 | - color: var(--e-a-color-info); | |
| 6547 | - text-decoration: underline; | |
| 6548 | -} | |
| 6549 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6550 | - text-decoration: none; | |
| 6551 | -} | |
| 6552 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6553 | - display: flex; | |
| 6554 | - align-items: center; | |
| 6555 | - gap: 6px; | |
| 6556 | - padding: 6px 12px; | |
| 6557 | - border: none; | |
| 6558 | - border-radius: 20px; | |
| 6559 | - font-size: 14px; | |
| 6560 | - font-weight: 500; | |
| 6561 | - cursor: pointer; | |
| 6562 | - transition: opacity 0.2s; | |
| 6563 | - margin-inline-start: auto; | |
| 6564 | -} | |
| 6565 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6566 | - opacity: 0.8; | |
| 6567 | -} | |
| 6568 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6569 | - margin: 0; | |
| 6570 | - font-size: 14px; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6573 | - background-color: var(--e-a-bg-info); | |
| 6574 | - color: var(--e-a-color-info); | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6577 | - color: var(--e-a-color-info); | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6580 | - background-color: var(--e-a-bg-warning); | |
| 6581 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6582 | -} | |
| 6583 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6584 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6585 | -} | |
| 6586 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6587 | - display: none; | |
| 6588 | - margin-inline-start: 8px; | |
| 6589 | - align-items: center; | |
| 6590 | - gap: 6px; | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6593 | - display: inline-flex !important; | |
| 6594 | -} | |
| 6595 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6596 | - text-decoration: underline; | |
| 6597 | - cursor: pointer; | |
| 6598 | -} | |
| 6599 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6600 | - cursor: pointer; | |
| 6601 | - font-size: 14px; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6604 | - inset-block-start: 75px; | |
| 6605 | - inset-inline-start: 230px; | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6608 | - display: none; | |
| 6609 | -} | |
| 6610 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6611 | - display: inline; | |
| 6612 | -} | |
| 6613 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6614 | - display: none; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6617 | - border-color: var(--e-a-border-color); | |
| 6618 | -} | |
| 6619 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6620 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6622 | - color: var(--e-a-color-txt-disabled); | |
| 6623 | -} | |
| 6624 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6625 | - background-color: var(--e-a-color-txt-disabled); | |
| 6626 | -} | |
| 6627 | -#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 { | |
| 6628 | - border-color: var(--e-a-border-color); | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6632 | -#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, | |
| 6633 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6635 | - color: var(--e-a-color-txt-disabled); | |
| 6636 | -} | |
| 6637 | -#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 { | |
| 6638 | - background-color: var(--e-a-color-txt-disabled); | |
| 6639 | -} | |
| 6640 | -#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 { | |
| 6641 | - display: inline-flex; | |
| 6642 | -} | |
| 6643 | -#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 { | |
| 6644 | - display: none; | |
| 6645 | -} | |
| 6646 | -#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 { | |
| 6647 | - display: block; | |
| 6648 | -} | |
| 6649 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6650 | -#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], | |
| 6651 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6652 | - pointer-events: none; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6655 | - display: block; | |
| 6656 | - margin-block-start: 15px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6659 | - align-self: center; | |
| 6660 | - margin-block-start: 20px; | |
| 6661 | - float: none; | |
| 6662 | -} | |
| 6663 | 5389 | |
| 6664 | 5390 | #elementor-template-library-save-template-name { |
| 6665 | 5391 | width: 500px; |
| 6666 | 5392 | padding-inline-start: 25px; |
| @@ -6712,12 +5438,8 @@ | ||
| 6712 | 5438 | padding: 100px 0 0; |
| 6713 | 5439 | min-height: 550px; |
| 6714 | 5440 | } |
| 6715 | 5441 | |
| 6716 | -.elementor-template-library-cloud-empty__button { | |
| 6717 | - margin-block-start: 45px; | |
| 6718 | -} | |
| 6719 | - | |
| 6720 | 5442 | #elementor-template-library-connect-logo { |
| 6721 | 5443 | font-size: 20px; |
| 6722 | 5444 | } |
| 6723 | 5445 | #elementor-template-library-connect__button { |
| @@ -6754,11 +5476,11 @@ | ||
| 6754 | 5476 | } |
| 6755 | 5477 | |
| 6756 | 5478 | .elementor-template-library-blank-footer { |
| 6757 | 5479 | position: absolute; |
| 6758 | - inset-block-end: 70px; | |
| 6759 | - inset-inline-start: 50%; | |
| 6760 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 5480 | + bottom: 70px; | |
| 5481 | + left: 50%; | |
| 5482 | + transform: translateX(-50%); | |
| 6761 | 5483 | font-style: italic; |
| 6762 | 5484 | color: var(--e-a-color-txt-muted); |
| 6763 | 5485 | } |
| 6764 | 5486 | @media (max-height: 700px) { |
| @@ -6790,287 +5512,50 @@ | ||
| 6790 | 5512 | #elementor-template-library-error-info { |
| 6791 | 5513 | margin-block-start: 10px; |
| 6792 | 5514 | } |
| 6793 | 5515 | |
| 6794 | -#elementor-library--infotip__dialog, | |
| 6795 | -#elementor-library--connect_infotip__dialog, | |
| 6796 | -#elementor-library--cloud-upgrade__dialog, | |
| 6797 | -#elementor-library--site-info__dialog { | |
| 6798 | - position: absolute; | |
| 6799 | - z-index: 10000; | |
| 6800 | - background-color: var(--e-a-bg-default); | |
| 6801 | - box-shadow: var(--e-a-popover-shadow); | |
| 6802 | - 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 | + } | |
| 6803 | 5532 | } |
| 6804 | -#elementor-library--infotip__dialog.variant-b, | |
| 6805 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6806 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6807 | -#elementor-library--site-info__dialog.variant-b { | |
| 6808 | - width: 200px; | |
| 6809 | - color: var(--e-a-color-txt-invert); | |
| 6810 | - 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 | + } | |
| 6811 | 5549 | } |
| 6812 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6813 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6814 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6815 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6816 | - 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 | + } | |
| 6817 | 5557 | } |
| 6818 | -#elementor-library--infotip__dialog__title, | |
| 6819 | -#elementor-library--connect_infotip__dialog__title, | |
| 6820 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6821 | -#elementor-library--site-info__dialog__title { | |
| 6822 | - font-size: 14px; | |
| 6823 | -} | |
| 6824 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6825 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6826 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6827 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6828 | - padding: 10px 0 10px 10px; | |
| 6829 | - float: inline-end; | |
| 6830 | -} | |
| 6831 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6832 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6833 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6834 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6835 | - padding: 7px 25px; | |
| 6836 | - font-size: 13px; | |
| 6837 | - background: none; | |
| 6838 | - color: var(--e-a-btn-bg-accent); | |
| 6839 | - border: none; | |
| 6840 | - font-weight: 500; | |
| 6841 | - cursor: pointer; | |
| 6842 | -} | |
| 6843 | -#elementor-library--infotip__dialog:after, | |
| 6844 | -#elementor-library--connect_infotip__dialog:after, | |
| 6845 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6846 | -#elementor-library--site-info__dialog:after { | |
| 6847 | - content: ""; | |
| 6848 | - position: absolute; | |
| 6849 | - inset-inline-end: 46%; | |
| 6850 | - transform: scaleX(0.7); | |
| 6851 | - border: 10px solid transparent; | |
| 6852 | -} | |
| 6853 | - | |
| 6854 | -#elementor-library--infotip__dialog { | |
| 6855 | - width: 265px; | |
| 6856 | -} | |
| 6857 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6858 | - padding: 20px 20px 0px 20px; | |
| 6859 | -} | |
| 6860 | -#elementor-library--infotip__dialog:after { | |
| 6861 | - inset-block-start: 100%; | |
| 6862 | - border-block-start-color: var(--e-a-bg-default); | |
| 6863 | -} | |
| 6864 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6865 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6866 | -} | |
| 6867 | - | |
| 6868 | -#elementor-library--connect_infotip__dialog { | |
| 6869 | - width: 265px; | |
| 6870 | -} | |
| 6871 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6872 | - padding: 20px; | |
| 6873 | -} | |
| 6874 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6875 | - inset-block-end: 100%; | |
| 6876 | - border-block-end-color: var(--e-a-bg-default); | |
| 6877 | -} | |
| 6878 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6879 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6880 | - inset-block-start: 100%; | |
| 6881 | -} | |
| 6882 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6883 | - width: 265px; | |
| 6884 | -} | |
| 6885 | - | |
| 6886 | -#elementor-library--cloud-upgrade__dialog { | |
| 6887 | - width: 265px; | |
| 6888 | -} | |
| 6889 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6890 | - inset-block-start: 100%; | |
| 6891 | - border-block-start-color: var(--e-a-bg-default); | |
| 6892 | -} | |
| 6893 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6894 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6895 | -} | |
| 6896 | - | |
| 6897 | -#elementor-library--site-info__dialog { | |
| 6898 | - width: 265px; | |
| 6899 | -} | |
| 6900 | -#elementor-library--site-info__dialog:after { | |
| 6901 | - inset-block-start: 100%; | |
| 6902 | - border-block-start-color: var(--e-a-bg-default); | |
| 6903 | -} | |
| 6904 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6905 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6906 | -} | |
| 6907 | - | |
| 6908 | -.elementor-global-styles-dialog { | |
| 6909 | - --gsd-color-text-primary: #0c0d0e; | |
| 6910 | - --gsd-color-text-secondary: #3f444b; | |
| 6911 | - --gsd-color-text-tertiary: #69727D; | |
| 6912 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6913 | - --gsd-color-primary-main: #f0abfc; | |
| 6914 | - --gsd-color-primary-hover: #e879f9; | |
| 6915 | - --gsd-color-secondary-main: #515962; | |
| 6916 | - --gsd-border-radius: 4px; | |
| 6917 | - --gsd-spacing-horizontal: 24px; | |
| 6918 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6919 | - padding: 16px 0 0; | |
| 6920 | - min-width: 444px; | |
| 6921 | -} | |
| 6922 | -.elementor-global-styles-dialog__header { | |
| 6923 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6924 | - margin-block-end: 16px; | |
| 6925 | -} | |
| 6926 | -.elementor-global-styles-dialog__header h2 { | |
| 6927 | - margin: 0 0 4px; | |
| 6928 | - font-family: var(--gsd-font-family); | |
| 6929 | - font-size: 16px; | |
| 6930 | - font-weight: 500; | |
| 6931 | - line-height: 1.3; | |
| 6932 | - color: var(--gsd-color-text-primary); | |
| 6933 | - letter-spacing: 0.15px; | |
| 6934 | -} | |
| 6935 | -.elementor-global-styles-dialog__header p { | |
| 6936 | - margin: 0; | |
| 6937 | - font-family: var(--gsd-font-family); | |
| 6938 | - font-size: 14px; | |
| 6939 | - font-weight: 400; | |
| 6940 | - line-height: 20px; | |
| 6941 | - color: var(--gsd-color-text-secondary); | |
| 6942 | - letter-spacing: 0.15px; | |
| 6943 | -} | |
| 6944 | -.elementor-global-styles-dialog__options { | |
| 6945 | - display: flex; | |
| 6946 | - flex-direction: column; | |
| 6947 | - gap: 12px; | |
| 6948 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 6949 | -} | |
| 6950 | -.elementor-global-styles-dialog__radio-card { | |
| 6951 | - display: flex; | |
| 6952 | - gap: 0; | |
| 6953 | - padding: 12px 8px; | |
| 6954 | - border: 1px solid var(--gsd-color-divider); | |
| 6955 | - border-radius: var(--gsd-border-radius); | |
| 6956 | - cursor: pointer; | |
| 6957 | - transition: border-color 0.2s ease; | |
| 6958 | -} | |
| 6959 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 6960 | - border: 2px solid var(--gsd-color-text-primary); | |
| 6961 | - padding: 11px 7px; | |
| 6962 | -} | |
| 6963 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 6964 | - flex-shrink: 0; | |
| 6965 | - width: 20px; | |
| 6966 | - height: 20px; | |
| 6967 | - margin: 9px; | |
| 6968 | - cursor: pointer; | |
| 6969 | - color: var(--gsd-color-text-tertiary); | |
| 6970 | - accent-color: var(--gsd-color-text-primary); | |
| 6971 | -} | |
| 6972 | -.elementor-global-styles-dialog__radio-card-content { | |
| 6973 | - display: flex; | |
| 6974 | - align-items: flex-start; | |
| 6975 | - flex-direction: column; | |
| 6976 | - flex: 1; | |
| 6977 | -} | |
| 6978 | -.elementor-global-styles-dialog__radio-label { | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 14px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 18px; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__radio-description { | |
| 6987 | - font-family: var(--gsd-font-family); | |
| 6988 | - font-size: 12px; | |
| 6989 | - font-weight: 400; | |
| 6990 | - line-height: 20px; | |
| 6991 | - color: var(--gsd-color-text-secondary); | |
| 6992 | - letter-spacing: 0.4px; | |
| 6993 | -} | |
| 6994 | -.elementor-global-styles-dialog__checkbox-container { | |
| 6995 | - display: flex; | |
| 6996 | - align-items: flex-start; | |
| 6997 | - gap: 4px; | |
| 6998 | - padding: 0; | |
| 6999 | - margin-block-start: 0; | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7002 | - display: flex; | |
| 7003 | - align-items: flex-start; | |
| 7004 | - gap: 4px; | |
| 7005 | - cursor: pointer; | |
| 7006 | -} | |
| 7007 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7008 | - width: 18px; | |
| 7009 | - height: 18px; | |
| 7010 | - margin: 4px; | |
| 7011 | - cursor: pointer; | |
| 7012 | -} | |
| 7013 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7014 | - background-color: var(--gsd-color-text-tertiary); | |
| 7015 | -} | |
| 7016 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7017 | - font-family: var(--gsd-font-family); | |
| 7018 | - font-size: 12px; | |
| 7019 | - font-weight: 400; | |
| 7020 | - line-height: 1.43; | |
| 7021 | - color: var(--gsd-color-text-primary); | |
| 7022 | - letter-spacing: 0.15px; | |
| 7023 | - padding-block-start: 4px; | |
| 7024 | - margin-inline-start: 4px; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7027 | - color: #2563eb; | |
| 7028 | - text-decoration: underline; | |
| 7029 | -} | |
| 7030 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7031 | - color: #2563eb; | |
| 7032 | -} | |
| 7033 | -.elementor-global-styles-dialog__footer { | |
| 7034 | - display: flex; | |
| 7035 | - justify-content: flex-end; | |
| 7036 | - align-items: center; | |
| 7037 | - gap: 8px; | |
| 7038 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7039 | -} | |
| 7040 | -.elementor-global-styles-dialog__button-cancel { | |
| 7041 | - padding: 6px 8px; | |
| 7042 | - font-family: var(--gsd-font-family); | |
| 7043 | - font-size: 15px; | |
| 7044 | - font-weight: 500; | |
| 7045 | - line-height: 24px; | |
| 7046 | - letter-spacing: 0.4px; | |
| 7047 | - color: var(--gsd-color-secondary-main); | |
| 7048 | - background: transparent; | |
| 7049 | - border: none; | |
| 7050 | - border-radius: var(--gsd-border-radius); | |
| 7051 | - cursor: pointer; | |
| 7052 | -} | |
| 7053 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7054 | - background: rgba(0, 0, 0, 0.04); | |
| 7055 | -} | |
| 7056 | -.elementor-global-styles-dialog__button-insert { | |
| 7057 | - padding: 6px 16px; | |
| 7058 | - font-family: var(--gsd-font-family); | |
| 7059 | - font-size: 15px; | |
| 7060 | - font-weight: 500; | |
| 7061 | - line-height: 24px; | |
| 7062 | - letter-spacing: 0.4px; | |
| 7063 | - color: var(--gsd-color-text-primary); | |
| 7064 | - background: var(--gsd-color-primary-main); | |
| 7065 | - border: none; | |
| 7066 | - border-radius: var(--gsd-border-radius); | |
| 7067 | - cursor: pointer; | |
| 7068 | -} | |
| 7069 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7070 | - background: var(--gsd-color-primary-hover); | |
| 7071 | -} | |
| 7072 | - | |
| 7073 | 5558 | .elementor-tags-list { |
| 7074 | 5559 | display: none; |
| 7075 | 5560 | position: absolute; |
| 7076 | 5561 | width: 260px; |
| @@ -7160,10 +5645,10 @@ | ||
| 7160 | 5645 | } |
| 7161 | 5646 | .elementor-tag-settings-popup:before { |
| 7162 | 5647 | content: ""; |
| 7163 | 5648 | position: absolute; |
| 7164 | - inset-block-start: -20px; | |
| 7165 | - inset-inline-start: 5px; | |
| 5649 | + top: -20px; | |
| 5650 | + right: 5px; | |
| 7166 | 5651 | border: 10px solid transparent; |
| 7167 | 5652 | border-block-end-color: var(--e-a-border-color); |
| 7168 | 5653 | } |
| 7169 | 5654 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| @@ -7254,14 +5739,8 @@ | ||
| 7254 | 5739 | cursor: default; |
| 7255 | 5740 | opacity: 0.5; |
| 7256 | 5741 | color: var(--e-a-color-disabled); |
| 7257 | 5742 | } |
| 7258 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7259 | - opacity: 1; | |
| 7260 | -} | |
| 7261 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7262 | - opacity: 0.5; | |
| 7263 | -} | |
| 7264 | 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 { |
| 7265 | 5744 | background-color: var(--e-a-bg-hover); |
| 7266 | 5745 | color: var(--e-a-color-hover); |
| 7267 | 5746 | } |
| @@ -7279,31 +5758,15 @@ | ||
| 7279 | 5758 | color: var(--e-a-color-txt-muted); |
| 7280 | 5759 | } |
| 7281 | 5760 | .elementor-context-menu-list__item__shortcut--link-fullwidth { |
| 7282 | 5761 | position: absolute; |
| 7283 | - inset: 0; | |
| 5762 | + left: 0; | |
| 5763 | + top: 0; | |
| 5764 | + width: 100%; | |
| 5765 | + height: 100%; | |
| 7284 | 5766 | z-index: 2; |
| 7285 | 5767 | cursor: pointer; |
| 7286 | 5768 | } |
| 7287 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7288 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7289 | - padding: 2px 8px; | |
| 7290 | - color: var(--e-a-color-primary-bold); | |
| 7291 | - border-radius: 10px; | |
| 7292 | - font-size: 10px; | |
| 7293 | -} | |
| 7294 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7295 | - display: flex; | |
| 7296 | - align-items: center; | |
| 7297 | - justify-content: center; | |
| 7298 | - width: 24px; | |
| 7299 | - height: 24px; | |
| 7300 | - border-radius: 50%; | |
| 7301 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7302 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7303 | - font-size: 16px; | |
| 7304 | - cursor: pointer; | |
| 7305 | -} | |
| 7306 | 5769 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7307 | 5770 | font-size: 14px; |
| 7308 | 5771 | font-style: normal; |
| 7309 | 5772 | font-weight: 400; |
| @@ -7388,9 +5851,9 @@ | ||
| 7388 | 5851 | } |
| 7389 | 5852 | .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { |
| 7390 | 5853 | content: "+"; |
| 7391 | 5854 | position: absolute; |
| 7392 | - inset-inline-end: 0; | |
| 5855 | + left: 0; | |
| 7393 | 5856 | width: 9px; |
| 7394 | 5857 | text-align: center; |
| 7395 | 5858 | margin-inline-end: -18px; |
| 7396 | 5859 | } |
| @@ -7469,12 +5932,12 @@ | ||
| 7469 | 5932 | } |
| 7470 | 5933 | |
| 7471 | 5934 | #elementor-navigator { |
| 7472 | 5935 | position: fixed; |
| 7473 | - inset-block-start: 100px; | |
| 7474 | - inset-inline-end: 30px; | |
| 5936 | + top: 100px; | |
| 7475 | 5937 | width: var(--e-editor-navigator-width); |
| 7476 | 5938 | height: 50vh; |
| 5939 | + left: 30px; | |
| 7477 | 5940 | background-color: var(--e-a-bg-default); |
| 7478 | 5941 | border: var(--e-a-border); |
| 7479 | 5942 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7480 | 5943 | -webkit-user-select: none; |
| @@ -7484,10 +5947,10 @@ | ||
| 7484 | 5947 | z-index: 100; |
| 7485 | 5948 | display: none; |
| 7486 | 5949 | } |
| 7487 | 5950 | body.elementor-navigator-docked #elementor-navigator { |
| 7488 | - inset: 0; | |
| 7489 | - inset-inline-start: auto; | |
| 5951 | + top: 0; | |
| 5952 | + left: 0; | |
| 7490 | 5953 | height: 100%; |
| 7491 | 5954 | } |
| 7492 | 5955 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7493 | 5956 | border-radius: 5px; |
| @@ -7603,9 +6066,9 @@ | ||
| 7603 | 6066 | .elementor-navigator__item[data-locked=true] { |
| 7604 | 6067 | cursor: not-allowed; |
| 7605 | 6068 | } |
| 7606 | 6069 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7607 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 6070 | + transform: rotate(90deg); | |
| 7608 | 6071 | } |
| 7609 | 6072 | .elementor-navigator__item > * { |
| 7610 | 6073 | display: flex; |
| 7611 | 6074 | align-items: center; |
| @@ -7690,9 +6153,9 @@ | ||
| 7690 | 6153 | overflow: hidden; |
| 7691 | 6154 | } |
| 7692 | 6155 | .elementor-navigator__element__toggle { |
| 7693 | 6156 | position: absolute; |
| 7694 | - inset-inline-end: 15px; | |
| 6157 | + left: 15px; | |
| 7695 | 6158 | height: 100%; |
| 7696 | 6159 | z-index: 0; |
| 7697 | 6160 | font-size: 13px; |
| 7698 | 6161 | } |
| @@ -7701,9 +6164,9 @@ | ||
| 7701 | 6164 | transition: transform 0.5s; |
| 7702 | 6165 | z-index: 91; |
| 7703 | 6166 | } |
| 7704 | 6167 | .elementor-navigator__element__indicators:not(:hover) { |
| 7705 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 6168 | + transform: translateX(calc(-100% + var(--e-editor-navigator-indicator-width))); | |
| 7706 | 6169 | } |
| 7707 | 6170 | .elementor-navigator__element__indicator { |
| 7708 | 6171 | height: 100%; |
| 7709 | 6172 | width: 31px; |
| @@ -7730,9 +6193,9 @@ | ||
| 7730 | 6193 | |
| 7731 | 6194 | .e-notice-bar { |
| 7732 | 6195 | position: absolute; |
| 7733 | 6196 | width: 100%; |
| 7734 | - inset-block-end: 0; | |
| 6197 | + bottom: 0; | |
| 7735 | 6198 | display: flex; |
| 7736 | 6199 | align-items: center; |
| 7737 | 6200 | height: 40px; |
| 7738 | 6201 | color: #fff; |
| @@ -7756,9 +6219,9 @@ | ||
| 7756 | 6219 | padding: 4px 10px; |
| 7757 | 6220 | font-size: 11px; |
| 7758 | 6221 | } |
| 7759 | 6222 | .e-notice-bar__primary_action a:hover { |
| 7760 | - color: rgb(70.5, 0, 30.2142857143); | |
| 6223 | + color: #47001e; | |
| 7761 | 6224 | background: #F1F2F3; |
| 7762 | 6225 | } |
| 7763 | 6226 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7764 | 6227 | font-size: 11px; |
| @@ -7858,11 +6321,11 @@ | ||
| 7858 | 6321 | background-color: transparent; |
| 7859 | 6322 | } |
| 7860 | 6323 | #elementor-icons-manager__search i { |
| 7861 | 6324 | position: absolute; |
| 7862 | - inset-block-start: 50%; | |
| 7863 | - inset-inline-end: 15px; | |
| 6325 | + top: 50%; | |
| 7864 | 6326 | transform: translateY(-50%); |
| 6327 | + left: 15px; | |
| 7865 | 6328 | } |
| 7866 | 6329 | #elementor-icons-manager__tab__wrapper { |
| 7867 | 6330 | overflow: auto; |
| 7868 | 6331 | margin: 25px -15px 0; |
| @@ -7951,10 +6414,10 @@ | ||
| 7951 | 6414 | content: ""; |
| 7952 | 6415 | position: absolute; |
| 7953 | 6416 | height: 100%; |
| 7954 | 6417 | width: 3px; |
| 7955 | - inset-block-start: 0; | |
| 7956 | - inset-inline-start: 0; | |
| 6418 | + top: 0; | |
| 6419 | + right: 0; | |
| 7957 | 6420 | background-color: var(--e-a-border-color-accent); |
| 7958 | 6421 | } |
| 7959 | 6422 | .elementor-icons-manager__tab__item { |
| 7960 | 6423 | position: relative; |
| @@ -7979,11 +6442,11 @@ | ||
| 7979 | 6442 | flex-direction: column; |
| 7980 | 6443 | align-items: center; |
| 7981 | 6444 | width: 100%; |
| 7982 | 6445 | position: absolute; |
| 7983 | - inset-block-start: 50%; | |
| 7984 | - inset-inline-start: 50%; | |
| 7985 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6446 | + top: 50%; | |
| 6447 | + left: 50%; | |
| 6448 | + transform: translate(-50%, -50%); | |
| 7986 | 6449 | padding: 1px; |
| 7987 | 6450 | } |
| 7988 | 6451 | .elementor-icons-manager__tab__item__icon { |
| 7989 | 6452 | font-size: 25px; |
| @@ -8027,12 +6490,11 @@ | ||
| 8027 | 6490 | } |
| 8028 | 6491 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8029 | 6492 | height: 12px; |
| 8030 | 6493 | width: 12px; |
| 8031 | - position: absolute; | |
| 8032 | - inset-block-start: 50%; | |
| 8033 | - inset-inline-start: 50%; | |
| 8034 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 6494 | + top: 50%; | |
| 6495 | + left: 50%; | |
| 6496 | + transform: translate(-50%, -50%); | |
| 8035 | 6497 | } |
| 8036 | 6498 | |
| 8037 | 6499 | .pcr-app { |
| 8038 | 6500 | background-color: var(--e-a-bg-default); |
| @@ -8139,9 +6601,12 @@ | ||
| 8139 | 6601 | font-family: "eicons"; |
| 8140 | 6602 | color: var(--e-a-btn-color-invert); |
| 8141 | 6603 | text-indent: 0; |
| 8142 | 6604 | position: absolute; |
| 8143 | - inset: 0; | |
| 6605 | + left: 0; | |
| 6606 | + top: 0; | |
| 6607 | + width: 100%; | |
| 6608 | + height: 100%; | |
| 8144 | 6609 | display: flex; |
| 8145 | 6610 | justify-content: center; |
| 8146 | 6611 | align-items: center; |
| 8147 | 6612 | } |
| @@ -8172,9 +6637,9 @@ | ||
| 8172 | 6637 | } |
| 8173 | 6638 | |
| 8174 | 6639 | .select2-selection__arrow { |
| 8175 | 6640 | height: 27px; |
| 8176 | - inset-block-start: 0; | |
| 6641 | + top: 0; | |
| 8177 | 6642 | } |
| 8178 | 6643 | |
| 8179 | 6644 | .select2-results__option[aria-selected=true] { |
| 8180 | 6645 | background-color: var(--e-a-bg-active); |
| @@ -8197,12 +6662,12 @@ | ||
| 8197 | 6662 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8198 | 6663 | cursor: ew-resize; |
| 8199 | 6664 | } |
| 8200 | 6665 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8201 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6666 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8202 | 6667 | } |
| 8203 | 6668 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8204 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6669 | + color: #0e3b9c; | |
| 8205 | 6670 | -webkit-user-select: none; |
| 8206 | 6671 | -moz-user-select: none; |
| 8207 | 6672 | user-select: none; |
| 8208 | 6673 | } |
| @@ -8233,10 +6698,11 @@ | ||
| 8233 | 6698 | padding: 0; |
| 8234 | 6699 | margin: 0; |
| 8235 | 6700 | height: 100px; |
| 8236 | 6701 | position: absolute; |
| 8237 | - inset-block-start: -60px; | |
| 8238 | - inset-inline: 0; | |
| 6702 | + top: -60px; | |
| 6703 | + left: 0; | |
| 6704 | + right: 0; | |
| 8239 | 6705 | } |
| 8240 | 6706 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8241 | 6707 | border-color: transparent; |
| 8242 | 6708 | outline: none; |
| @@ -8261,54 +6727,23 @@ | ||
| 8261 | 6727 | display: block; |
| 8262 | 6728 | margin: 10px -15px; |
| 8263 | 6729 | } |
| 8264 | 6730 | |
| 8265 | -.elementor-app-backdrop { | |
| 8266 | - position: fixed; | |
| 8267 | - z-index: 99998; | |
| 8268 | - inset: 0; | |
| 8269 | - background: rgba(0, 0, 0, 0.5); | |
| 8270 | - opacity: 0; | |
| 8271 | - transition: opacity 0.25s ease; | |
| 8272 | -} | |
| 8273 | -.elementor-app-backdrop--visible { | |
| 8274 | - opacity: 1; | |
| 8275 | -} | |
| 8276 | - | |
| 8277 | -.elementor-app-iframe { | |
| 8278 | - position: fixed; | |
| 8279 | - top: 30px; | |
| 8280 | - left: 40px; | |
| 8281 | - width: calc(100% - 80px); | |
| 8282 | - height: calc(100% - 60px); | |
| 8283 | - z-index: 100000; | |
| 8284 | - border-radius: 12px; | |
| 8285 | - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3); | |
| 8286 | - background-color: transparent; | |
| 8287 | - opacity: 0; | |
| 8288 | - transition: opacity 0.25s ease; | |
| 8289 | -} | |
| 8290 | -.elementor-app-iframe--visible { | |
| 8291 | - opacity: 1; | |
| 8292 | -} | |
| 8293 | - | |
| 8294 | 6731 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8295 | 6732 | transition: 0.3s all; |
| 6733 | + --is-ltr: 1; | |
| 6734 | + --is-rtl: 0; | |
| 6735 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 6736 | + --is-ltr: 0; | |
| 6737 | + --is-rtl: 1; | |
| 8296 | 6738 | } |
| 8297 | 6739 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8298 | 6740 | max-height: 1em; |
| 8299 | 6741 | max-width: 1em; |
| 8300 | 6742 | } |
| 8301 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8302 | - --is-ltr: 0; | |
| 8303 | - --is-rtl: 1; | |
| 8304 | -} | |
| 8305 | 6743 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8306 | 6744 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8307 | 6745 | } |
| 8308 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8309 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8310 | -} | |
| 8311 | 6746 | :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) { |
| 8312 | 6747 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8313 | 6748 | } |
| 8314 | 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(.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) { |
| @@ -8321,16 +6756,6 @@ | ||
| 8321 | 6756 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8322 | 6757 | } |
| 8323 | 6758 | .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) { |
| 8324 | 6759 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8325 | -} | |
| 8326 | - | |
| 8327 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8328 | - display: none; | |
| 8329 | -} | |
| 8330 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8331 | - display: none; | |
| 8332 | -} | |
| 8333 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8334 | - display: none; | |
| 8335 | 6760 | } |
| 8336 | 6761 | /*# sourceMappingURL=editor-rtl.css.map */ |