PluginProbe
Elementor Website Builder – more than just a page builder / 3.26.4
Elementor Website Builder – more than just a page builder v3.26.4
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | assets/css/editor.css +427 -2033 4.3.0-beta33.26.4 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.26.0 - 07-01-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -60,10 +61,10 @@
60 61 }
61 62 body:after {
62 63 content: "";
63 64 position: absolute;
64 - inset-block-start: 0;
65 - inset-inline-end: 0;
65 + top: 0;
66 + right: 0;
66 67 height: 100%;
67 68 width: 0;
68 69 background-color: var(--e-a-bg-default);
69 70 transition: width 0.5s;
@@ -73,16 +74,16 @@
73 74 }
74 75 body a:hover {
75 76 color: var(--e-a-color-primary-bold);
76 77 }
77 -body.elementor-editor-active #elementor-mode-switcher-preview i {
78 - scale: calc(1 * var(--direction-multiplier)) 1;
78 +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before {
79 + content: "\e89f";
79 80 }
80 81 body.elementor-editor-preview {
81 82 --e-preview-width: 100%;
82 83 }
83 -body.elementor-editor-preview #elementor-mode-switcher-preview i {
84 - scale: calc(-1 * var(--direction-multiplier)) 1;
84 +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before {
85 + content: "\e89e";
85 86 }
86 87 body.elementor-navigator--dock-hint:after {
87 88 width: 30px;
88 89 }
@@ -194,12 +195,11 @@
194 195 color: var(--e-a-color-txt-disabled);
195 196 }
196 197 .e-control-tool i {
197 198 position: absolute;
198 - position: absolute;
199 - inset-block-start: 50%;
200 - inset-inline-start: 50%;
201 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
199 + top: 50%;
200 + left: 50%;
201 + transform: translateX(-50%) translateY(-50%);
202 202 color: var(--e-a-color-txt-default);
203 203 font-size: 13px;
204 204 }
205 205
@@ -208,11 +208,11 @@
208 208 }
209 209
210 210 .elementor-loader-wrapper {
211 211 position: absolute;
212 - inset-block-start: 50%;
213 - inset-inline-start: 50%;
214 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
212 + top: 50%;
213 + left: 50%;
214 + transform: translate(-50%, -50%);
215 215 width: 300px;
216 216 display: flex;
217 217 flex-direction: column;
218 218 align-items: center;
@@ -608,13 +608,8 @@
608 608 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
609 609 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
610 610 background-color: var(--e-a-btn-bg-danger);
611 611 }
612 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white,
613 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white,
614 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white {
615 - color: var(--e-a-color-white);
616 -}
617 612 .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
618 613 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
619 614 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
620 615 .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
@@ -630,20 +625,8 @@
630 625 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 626 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 627 color: initial;
633 628 }
634 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited,
635 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 - background-color: var(--e-a-btn-bg-disabled);
639 -}
640 -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
641 -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
642 - background-color: var(--e-a-btn-bg-disabled);
643 - cursor: not-allowed;
644 -}
645 -
646 629 /*
647 630 * Container style
648 631 */
649 632 .ps {
@@ -785,58 +768,46 @@
785 768 --e-editor-panel-width: 300px;
786 769 }
787 770 }
788 771
789 -.elementor-panel :where(#elementor-panel-state-loading,
790 -#elementor-panel-header-wrapper,
791 -#elementor-panel-content-wrapper) 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 {
772 +.elementor-panel {
773 + position: relative;
774 + height: 100%;
775 + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode));
776 + width: var(--e-editor-panel-width);
777 + overflow: visible;
778 + background-color: var(--e-a-bg-default);
779 + z-index: 1;
780 + font-family: var(--e-a-font-family);
781 + font-size: 13px;
782 + left: 0;
783 +}
784 +.elementor-panel h1,
785 +.elementor-panel h2,
786 +.elementor-panel h3,
787 +.elementor-panel h4,
788 +.elementor-panel h5,
789 +.elementor-panel h6 {
807 790 font-size: 100%;
808 791 font-weight: normal;
809 792 }
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 {
793 +.elementor-panel abbr,
794 +.elementor-panel acronym {
816 795 border: 0;
817 796 font-variant: normal;
818 797 }
819 -.elementor-panel :where(#elementor-panel-state-loading,
820 -#elementor-panel-header-wrapper,
821 -#elementor-panel-content-wrapper) sup {
798 +.elementor-panel sup {
822 799 vertical-align: text-top;
823 800 }
824 -.elementor-panel :where(#elementor-panel-state-loading,
825 -#elementor-panel-header-wrapper,
826 -#elementor-panel-content-wrapper) sub {
801 +.elementor-panel sub {
827 802 vertical-align: text-bottom;
828 803 }
829 -.elementor-panel :where(#elementor-panel-state-loading,
830 -#elementor-panel-header-wrapper,
831 -#elementor-panel-content-wrapper) img {
804 +.elementor-panel img {
832 805 max-width: 100%;
833 806 height: auto;
834 807 border: 0;
835 808 }
836 -.elementor-panel :where(#elementor-panel-state-loading,
837 -#elementor-panel-header-wrapper,
838 -#elementor-panel-content-wrapper) :focus {
809 +.elementor-panel :focus {
839 810 outline: 0;
840 811 }
841 812 .elementor-panel .elementor-panel-box-content {
842 813 padding: 20px 20px 10px;
@@ -888,9 +859,10 @@
888 859 display: none;
889 860 position: absolute;
890 861 box-shadow: var(--e-a-popover-shadow);
891 862 border-radius: var(--e-a-border-radius);
892 - inset-inline: 0;
863 + left: 0;
864 + right: 0;
893 865 margin: -4px auto 5px;
894 866 padding-block-start: 15px;
895 867 width: 90%;
896 868 z-index: 10000;
@@ -898,10 +870,10 @@
898 870 }
899 871 .elementor-panel .elementor-controls-popover:before {
900 872 content: "";
901 873 position: absolute;
902 - inset-block-start: -16px;
903 - inset-inline-end: 22px;
874 + top: -16px;
875 + right: 22px;
904 876 border: 8px solid transparent;
905 877 border-block-end-color: var(--e-a-bg-default);
906 878 }
907 879 .elementor-panel .elementor-controls-popover div.elementor-control {
@@ -912,20 +884,8 @@
912 884 }
913 885 .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon {
914 886 margin-block-start: 20px;
915 887 }
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 888 .elementor-editor-preview .elementor-panel {
929 889 --e-is-preview-mode: 1;
930 890 }
931 891 .elementor-editor-preview .elementor-panel > .ui-resizable-e,
@@ -1005,11 +965,8 @@
1005 965 }
1006 966 .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading {
1007 967 border: none;
1008 968 }
1009 -.elementor-panel .elementor-panel-category.elementor-active-title {
1010 - display: flex;
1011 -}
1012 969 .elementor-panel .elementor-panel-category-items {
1013 970 padding-block-end: 20px;
1014 971 }
1015 972 .elementor-panel .elementor-panel-category-items-empty {
@@ -1181,15 +1138,142 @@
1181 1138 content: "";
1182 1139 position: absolute;
1183 1140 height: 13px;
1184 1141 width: 13px;
1185 - inset-block-start: 3px;
1186 - inset-block-end: 0;
1187 - inset-inline-start: 8px;
1188 - inset-inline-end: 0;
1142 + top: 3px;
1143 + bottom: 0;
1144 + left: 8px;
1145 + right: 0;
1189 1146 border-radius: 50%;
1190 1147 z-index: -1;
1191 1148 }
1149 +.elementor-panel #elementor-panel-footer {
1150 + position: relative;
1151 + height: 40px;
1152 + background-color: var(--e-a-dark-bg);
1153 + color: var(--e-a-dark-color-txt);
1154 +}
1155 +.elementor-panel #elementor-panel-footer-tools {
1156 + display: flex;
1157 + justify-content: space-between;
1158 + height: 100%;
1159 +}
1160 +.elementor-panel .elementor-panel-footer-tool {
1161 + display: flex;
1162 + align-items: center;
1163 + justify-content: center;
1164 + width: 15%;
1165 + cursor: pointer;
1166 + transition: var(--e-a-transition-hover);
1167 + border: 0;
1168 + color: currentColor;
1169 + background-color: transparent;
1170 +}
1171 +.elementor-panel .elementor-panel-footer-tool i {
1172 + font-size: 15px;
1173 +}
1174 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right {
1175 + margin: auto;
1176 + transform: rotate(270deg);
1177 +}
1178 +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled {
1179 + cursor: inherit;
1180 +}
1181 +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus {
1182 + color: var(--e-a-dark-color-txt-hover);
1183 +}
1184 +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper {
1185 + display: none;
1186 +}
1187 +.elementor-panel #elementor-panel-footer-saver-publish {
1188 + width: 30%;
1189 + margin-inline-start: auto;
1190 +}
1191 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i {
1192 + margin-inline-end: 0;
1193 +}
1194 +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label {
1195 + display: none;
1196 +}
1197 +.elementor-panel #elementor-panel-footer-saver-options {
1198 + width: 10%;
1199 +}
1200 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper {
1201 + font-size: 11px;
1202 + font-style: italic;
1203 + padding: 5px 0 15px;
1204 +}
1205 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon {
1206 + display: none;
1207 +}
1208 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time {
1209 + border-block-end: 1px dotted transparent;
1210 + transition: all ease-in-out 0.3s;
1211 + cursor: pointer;
1212 +}
1213 +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover {
1214 + border-block-end-color: inherit;
1215 +}
1216 +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right {
1217 + transform: rotate(90deg);
1218 +}
1219 +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options {
1220 + padding: 0;
1221 + font-size: 11px;
1222 + height: 100%;
1223 + width: 100%;
1224 + border-radius: 0;
1225 +}
1226 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled {
1227 + background-color: #1f2124;
1228 + color: #9DA5AE;
1229 +}
1230 +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) {
1231 + border-inline-end: 1px solid #F0ABFC;
1232 +}
1233 +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled {
1234 + border-inline-end: 1px solid #3f444b;
1235 +}
1236 +.elementor-panel .elementor-panel-footer-sub-menu-wrapper {
1237 + position: absolute;
1238 + bottom: 100%;
1239 + left: 0;
1240 + width: 100%;
1241 + background-color: #1f2124;
1242 + padding: 10px;
1243 + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1);
1244 + cursor: default;
1245 + z-index: 10000;
1246 +}
1247 +.elementor-panel .elementor-panel-footer-sub-menu {
1248 + border-radius: var(--e-border-radius);
1249 + overflow: hidden;
1250 + border: 1px solid #3f444b;
1251 +}
1252 +.elementor-panel .elementor-panel-footer-sub-menu-item {
1253 + display: flex;
1254 + height: 40px;
1255 + color: #D5D8DC;
1256 + align-items: center;
1257 + -moz-column-gap: 10px;
1258 + column-gap: 10px;
1259 + padding: 0 20px;
1260 + transition: var(--e-a-transition-hover);
1261 + cursor: pointer;
1262 +}
1263 +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled {
1264 + cursor: default;
1265 + color: #69727D;
1266 +}
1267 +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) {
1268 + border-block-end: 1px solid #3f444b;
1269 +}
1270 +.elementor-panel .elementor-panel-footer-sub-menu-item:hover {
1271 + background-color: rgba(255, 255, 255, 0.1);
1272 +}
1273 +.elementor-panel .elementor-panel-footer-sub-menu-item.active {
1274 + background-color: rgba(255, 255, 255, 0.2);
1275 +}
1192 1276
1193 1277 #elementor-panel-elements-navigation .elementor-panel-navigation-tab {
1194 1278 text-align: center;
1195 1279 padding: 10px 0;
@@ -1220,17 +1304,13 @@
1220 1304
1221 1305 #elementor-panel-elements-search-area {
1222 1306 background-color: var(--e-a-bg-default);
1223 1307 position: sticky;
1224 - inset-block-start: 0;
1308 + top: 0;
1225 1309 padding: 15px;
1226 1310 z-index: 1;
1227 1311 }
1228 1312
1229 -#elementor-panel-elements-search-area:empty {
1230 - display: none;
1231 -}
1232 -
1233 1313 #elementor-panel-elements-search-wrapper {
1234 1314 position: relative;
1235 1315 }
1236 1316
@@ -1247,12 +1327,12 @@
1247 1327 appearance: none;
1248 1328 }
1249 1329 #elementor-panel-elements-search-input + i {
1250 1330 position: absolute;
1251 - inset-block-start: 50%;
1252 - inset-inline-start: 10px;
1331 + left: 10px;
1332 + top: 50%;
1333 + color: var(--e-a-color-txt-disabled);
1253 1334 transform: translateY(-50%);
1254 - color: var(--e-a-color-txt-disabled);
1255 1335 }
1256 1336 #elementor-panel-elements-search-input:focus {
1257 1337 border-color: var(--e-a-border-color-focus);
1258 1338 padding-inline-end: 15px;
@@ -1257,20 +1337,8 @@
1257 1337 border-color: var(--e-a-border-color-focus);
1258 1338 padding-inline-end: 15px;
1259 1339 }
1260 1340
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 1341 .elementor-panel .elementor-element {
1274 1342 font-family: var(--e-a-font-family);
1275 1343 color: var(--e-a-color-txt);
1276 1344 line-height: 1;
@@ -1288,27 +1356,8 @@
1288 1356 -webkit-user-select: none;
1289 1357 -moz-user-select: none;
1290 1358 user-select: none;
1291 1359 }
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 1360 .elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus {
1312 1361 background-color: var(--e-a-bg-hover);
1313 1362 border-color: var(--e-a-border-color-bold);
1314 1363 }
@@ -1314,11 +1363,8 @@
1314 1363 }
1315 1364 .elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock {
1316 1365 color: var(--e-a-color-accent);
1317 1366 }
1318 -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug {
1319 - color: var(--e-a-color-info);
1320 -}
1321 1367 .elementor-panel .elementor-element .icon {
1322 1368 font-size: 28px;
1323 1369 padding-block-start: 15px;
1324 1370 }
@@ -1330,12 +1376,12 @@
1330 1376 }
1331 1377 .elementor-panel .elementor-element .title {
1332 1378 font-size: 12px;
1333 1379 }
1334 -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug {
1380 +.elementor-panel .elementor-element > .eicon-lock {
1335 1381 position: absolute;
1336 - inset-block-start: 5px;
1337 - inset-inline-end: 5px;
1382 + top: 5px;
1383 + right: 5px;
1338 1384 color: var(--e-a-color-txt-disabled);
1339 1385 }
1340 1386 .elementor-panel .elementor-element:active {
1341 1387 background-color: var(--e-a-bg-hover);
@@ -1353,10 +1399,10 @@
1353 1399 }
1354 1400 #elementor-element--promotion__dialog:after {
1355 1401 content: "";
1356 1402 position: absolute;
1357 - inset-block-start: 15px;
1358 - inset-inline-end: 100%;
1403 + top: 15px;
1404 + right: 100%;
1359 1405 transform: scaleY(0.7);
1360 1406 border: 10px solid transparent;
1361 1407 border-inline-end-color: var(--e-a-bg-default);
1362 1408 }
@@ -1403,10 +1449,10 @@
1403 1449 }
1404 1450 .dialog-tooltip-widget:after {
1405 1451 content: "";
1406 1452 position: absolute;
1407 - inset-block-start: 15px;
1408 - inset-inline-end: 100%;
1453 + top: 15px;
1454 + right: 100%;
1409 1455 transform: scaleY(0.7);
1410 1456 border: 10px solid transparent;
1411 1457 border-inline-end-color: var(--e-a-bg-default);
1412 1458 }
@@ -1445,80 +1491,8 @@
1445 1491 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1446 1492 border: 0;
1447 1493 }
1448 1494
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 1495 #elementor-panel-inner {
1522 1496 position: relative;
1523 1497 height: 100%;
1524 1498 display: flex;
@@ -1544,54 +1518,18 @@
1544 1518 #elementor-panel-get-pro-elements .elementor-nerd-box-icon {
1545 1519 margin-block-start: 20px;
1546 1520 }
1547 1521
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 1522 #elementor-panel-get-pro-elements-sticky {
1568 1523 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 {
1524 + bottom: 0;
1587 1525 font-size: 14px;
1588 1526 font-weight: 400;
1589 1527 line-height: 1.6;
1590 - background-color: var(--e-a-color-white);
1528 + margin-block-end: -10px;
1591 1529 }
1592 -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message,
1593 -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message {
1530 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message {
1531 + margin-top: -14px;
1594 1532 min-height: 40px;
1595 1533 display: block;
1596 1534 padding: 9px min(35px, 5%);
1597 1535 gap: 10px;
@@ -1599,18 +1537,16 @@
1599 1537 color: var(--e-a-color-black);
1600 1538 text-align: center;
1601 1539 box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05);
1602 1540 }
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 {
1541 +#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a {
1605 1542 display: inline-block;
1606 1543 font-size: 13px;
1607 1544 font-weight: 500;
1608 1545 color: var(--e-a-btn-bg-accent);
1609 1546 }
1610 -#elementor-panel-get-pro-elements-sticky img,
1611 -.elementor-panel-editor-sticky-promotion img {
1612 - margin-inline-start: 17px;
1547 +#elementor-panel-get-pro-elements-sticky img {
1548 + margin-left: 17px;
1613 1549 }
1614 1550
1615 1551 #elementor-panel-notice-wrapper .elementor-panel-notice {
1616 1552 width: 90%;
@@ -1637,16 +1573,12 @@
1637 1573 background: var(--e-a-color-primary);
1638 1574 border-radius: 50%;
1639 1575 width: 8px;
1640 1576 height: 8px;
1641 - inset-block-start: 5px;
1642 - inset-inline-end: 5px;
1577 + top: 5px;
1578 + right: 5px;
1643 1579 }
1644 1580
1645 -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper {
1646 - display: none !important;
1647 -}
1648 -
1649 1581 .media-modal.wp-core-ui {
1650 1582 color-scheme: light;
1651 1583 color: #515962;
1652 1584 }
@@ -1758,36 +1690,23 @@
1758 1690 }
1759 1691 body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile {
1760 1692 display: none;
1761 1693 }
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 1694 .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message {
1776 1695 margin-block-start: 5px;
1777 1696 }
1778 1697
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);
1698 +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before,
1699 +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before,
1700 +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before,
1701 +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before,
1702 +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before {
1703 + content: "\e92a";
1785 1704 }
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;
1705 +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1706 +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before,
1707 +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before {
1708 + content: "\e90a";
1790 1709 }
1791 1710
1792 1711 .elementor-panel-heading {
1793 1712 display: flex;
@@ -1811,14 +1730,8 @@
1811 1730 }
1812 1731 .elementor-panel-heading-title {
1813 1732 font-weight: bold;
1814 1733 }
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 1734 .elementor-panel-heading-promotion {
1822 1735 margin-inline-start: auto;
1823 1736 }
1824 1737 .elementor-panel-heading-promotion a {
@@ -1837,11 +1750,9 @@
1837 1750 .elementor-panel-heading:focus-visible {
1838 1751 color: var(--e-a-color-txt-hover);
1839 1752 }
1840 1753
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 {
1754 +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading {
1844 1755 border-block-start: none;
1845 1756 }
1846 1757
1847 1758 .elementor-control-field {
@@ -1886,15 +1797,8 @@
1886 1797 .elementor-group-control-attachment_alert .elementor-control-field-description {
1887 1798 margin-block-start: 0;
1888 1799 }
1889 1800
1890 -.elementor-control-start-end .eicon-text-align-left,
1891 -.elementor-control-start-end .eicon-text-align-right,
1892 -.elementor-control-start-end .eicon-h-align-left,
1893 -.elementor-control-start-end .eicon-h-align-right {
1894 - scale: calc(1 * var(--direction-multiplier)) 1;
1895 -}
1896 -
1897 1801 .elementor-update-preview {
1898 1802 margin: 15px 15px 0;
1899 1803 display: flex;
1900 1804 align-items: center;
@@ -1929,9 +1833,9 @@
1929 1833 }
1930 1834 .elementor-control-responsive-switchers__holder {
1931 1835 position: absolute;
1932 1836 width: 100%;
1933 - inset-block-start: 0;
1837 + top: 0;
1934 1838 background-color: var(--e-a-bg-default);
1935 1839 border-radius: var(--e-a-border-radius);
1936 1840 transition: 0.15s;
1937 1841 border: 1px solid transparent;
@@ -2074,10 +1978,10 @@
2074 1978 display: none;
2075 1979 overflow: hidden;
2076 1980 max-height: 0;
2077 1981 position: absolute;
2078 - inset-block-start: -0.8em;
2079 - inset-inline-start: -0.5em;
1982 + top: -0.8em;
1983 + left: -0.5em;
2080 1984 width: 2.5em;
2081 1985 text-align: center;
2082 1986 background-color: var(--e-a-bg-default);
2083 1987 border-radius: var(--e-a-border-radius);
@@ -2252,9 +2156,9 @@
2252 2156 }
2253 2157 .elementor-control-responsive-switchers__holder {
2254 2158 position: absolute;
2255 2159 width: 100%;
2256 - inset-block-start: 0;
2160 + top: 0;
2257 2161 background-color: var(--e-a-bg-default);
2258 2162 border-radius: var(--e-a-border-radius);
2259 2163 transition: 0.15s;
2260 2164 border: 1px solid transparent;
@@ -2397,10 +2301,10 @@
2397 2301 display: none;
2398 2302 overflow: hidden;
2399 2303 max-height: 0;
2400 2304 position: absolute;
2401 - inset-block-start: -0.8em;
2402 - inset-inline-start: -0.5em;
2305 + top: -0.8em;
2306 + left: -0.5em;
2403 2307 width: 2.5em;
2404 2308 text-align: center;
2405 2309 background-color: var(--e-a-bg-default);
2406 2310 border-radius: var(--e-a-border-radius);
@@ -2530,9 +2434,9 @@
2530 2434 }
2531 2435 .elementor-control-responsive-switchers__holder {
2532 2436 position: absolute;
2533 2437 width: 100%;
2534 - inset-block-start: 0;
2438 + top: 0;
2535 2439 background-color: var(--e-a-bg-default);
2536 2440 border-radius: var(--e-a-border-radius);
2537 2441 transition: 0.15s;
2538 2442 border: 1px solid transparent;
@@ -2675,10 +2579,10 @@
2675 2579 display: none;
2676 2580 overflow: hidden;
2677 2581 max-height: 0;
2678 2582 position: absolute;
2679 - inset-block-start: -0.8em;
2680 - inset-inline-start: -0.5em;
2583 + top: -0.8em;
2584 + left: -0.5em;
2681 2585 width: 2.5em;
2682 2586 text-align: center;
2683 2587 background-color: var(--e-a-bg-default);
2684 2588 border-radius: var(--e-a-border-radius);
@@ -2798,11 +2702,11 @@
2798 2702 }
2799 2703
2800 2704 .elementor-control-type-icons .elementor-control-media__preview > * {
2801 2705 position: absolute;
2802 - inset-block-start: 50%;
2803 - inset-inline-start: 50%;
2804 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
2706 + top: 50%;
2707 + left: 50%;
2708 + transform: translate(-50%, -50%);
2805 2709 }
2806 2710 .elementor-control-type-icons .elementor-control-media__preview i {
2807 2711 font-size: 70px;
2808 2712 }
@@ -2868,10 +2772,10 @@
2868 2772 opacity: 0;
2869 2773 }
2870 2774 .elementor-control-type-gallery .elementor-control-gallery-edit span {
2871 2775 position: absolute;
2872 - inset-block-start: 10px;
2873 - inset-inline-end: 10px;
2776 + top: 10px;
2777 + right: 10px;
2874 2778 width: 21px;
2875 2779 height: 21px;
2876 2780 color: var(--e-a-color-white);
2877 2781 background-color: rgba(0, 0, 0, 0.5);
@@ -2981,10 +2885,10 @@
2981 2885 }
2982 2886 .e-global__popover-info-tooltip:after {
2983 2887 content: "";
2984 2888 position: absolute;
2985 - inset-block-end: -17px;
2986 - inset-inline-start: 16px;
2889 + bottom: -17px;
2890 + left: 16px;
2987 2891 border: 10px solid transparent;
2988 2892 border-block-start-color: rgba(0, 0, 0, 0.9);
2989 2893 }
2990 2894 .e-global__popover-info i {
@@ -3001,19 +2905,8 @@
3001 2905 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3002 2906 background-color: #BABFC5;
3003 2907 border-radius: 10px;
3004 2908 }
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 2909 .e-global__manage-button {
3017 2910 font-weight: 500;
3018 2911 cursor: pointer;
3019 2912 }
@@ -3029,9 +2922,9 @@
3029 2922 font-size: 13px;
3030 2923 content: "\e90e";
3031 2924 position: absolute;
3032 2925 transform: translateY(-50%);
3033 - inset-block-start: 50%;
2926 + top: 50%;
3034 2927 inset-inline-start: 13px;
3035 2928 }
3036 2929 .e-global__color {
3037 2930 padding: 10px 20px;
@@ -3172,11 +3065,11 @@
3172 3065 display: none;
3173 3066 }
3174 3067 .elementor-control-media .eicon-plus-circle {
3175 3068 position: absolute;
3176 - inset-block-start: 50%;
3177 - inset-inline-start: 50%;
3178 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3069 + top: 50%;
3070 + left: 50%;
3071 + transform: translate(-50%, -50%);
3179 3072 color: var(--e-a-color-white);
3180 3073 font-size: 20px;
3181 3074 }
3182 3075 .elementor-control-media__content__upload-button {
@@ -3185,8 +3078,9 @@
3185 3078 .elementor-control-media__preview {
3186 3079 height: 100%;
3187 3080 background-size: cover;
3188 3081 background-position: center;
3082 + padding-block-end: 42.8571%;
3189 3083 }
3190 3084 .elementor-control-media-area {
3191 3085 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 3086 background-size: 16px 16px;
@@ -3199,11 +3093,11 @@
3199 3093 display: none;
3200 3094 }
3201 3095 .elementor-control-media-area .eicon-video-camera {
3202 3096 position: absolute;
3203 - inset-block-start: 50%;
3204 - inset-inline-start: 50%;
3205 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
3097 + top: 50%;
3098 + left: 50%;
3099 + transform: translate(-50%, -50%);
3206 3100 color: rgba(255, 255, 255, 0.7);
3207 3101 font-size: 21px;
3208 3102 }
3209 3103 .elementor-control-media .elementor-control-media__content {
@@ -3219,9 +3113,9 @@
3219 3113 background-color: rgba(0, 0, 0, 0.2);
3220 3114 pointer-events: none;
3221 3115 }
3222 3116 .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools {
3223 - inset-block-end: -30px;
3117 + bottom: -30px;
3224 3118 }
3225 3119 .elementor-control-media__content {
3226 3120 transition: all 0.2s ease-in-out;
3227 3121 }
@@ -3226,10 +3120,11 @@
3226 3120 transition: all 0.2s ease-in-out;
3227 3121 }
3228 3122 .elementor-control-media__tools {
3229 3123 position: absolute;
3230 - inset-block-end: 0;
3231 - inset-inline: 0;
3124 + bottom: 0;
3125 + left: 0;
3126 + right: 0;
3232 3127 height: 27px;
3233 3128 transition: all 0.2s ease-in-out;
3234 3129 }
3235 3130 .elementor-control-media__tools > *:not(:first-child) {
@@ -3256,10 +3151,10 @@
3256 3151 }
3257 3152 .elementor-control-media__content__remove {
3258 3153 position: absolute;
3259 3154 z-index: 1;
3260 - inset-block-start: 10px;
3261 - inset-inline-end: 10px;
3155 + top: 10px;
3156 + right: 10px;
3262 3157 width: 20px;
3263 3158 height: 20px;
3264 3159 font-size: 11px;
3265 3160 color: var(--e-a-color-white);
@@ -3551,11 +3446,9 @@
3551 3446 text-align: center;
3552 3447 padding-block-start: 5px;
3553 3448 }
3554 3449
3555 -#elementor-controls,
3556 -#elementor-panel-page-settings-controls,
3557 -#elementor-panel-editorPreferences-settings-controls {
3450 +#elementor-controls {
3558 3451 padding-block-start: 15px;
3559 3452 }
3560 3453
3561 3454 .elementor-control-type-section {
@@ -3600,11 +3493,11 @@
3600 3493 font-family: eicons;
3601 3494 content: "\e8ad";
3602 3495 font-size: 12px;
3603 3496 position: absolute;
3604 - inset-block-start: 50%;
3605 - inset-inline-end: 5px;
3497 + top: 50%;
3606 3498 transform: translateY(-50%);
3499 + right: 5px;
3607 3500 pointer-events: none;
3608 3501 }
3609 3502 .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper {
3610 3503 max-width: 80px;
@@ -3638,14 +3531,14 @@
3638 3531 }
3639 3532 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle {
3640 3533 border-radius: 0;
3641 3534 width: 10px;
3642 - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier)));
3535 + transform: translateY(calc(50% - 14px)) translateX(4px);
3643 3536 }
3644 3537 .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after {
3645 3538 content: "";
3646 3539 position: absolute;
3647 - inset-block-start: 2px;
3540 + top: 2px;
3648 3541 height: 12px;
3649 3542 width: 11px;
3650 3543 transform: rotate(45deg);
3651 3544 background-color: var(--e-a-color-white);
@@ -3722,11 +3615,11 @@
3722 3615 .elementor-slider .noUi-handle {
3723 3616 height: 16px;
3724 3617 width: 16px;
3725 3618 background-color: var(--e-a-color-white);
3619 + right: 0;
3620 + transform: translateY(calc(50% - 14px)) translateX(8px);
3726 3621 position: absolute;
3727 - inset-inline-end: 0;
3728 - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier)));
3729 3622 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
3730 3623 border-radius: 50%;
3731 3624 }
3732 3625 .elementor-slider .noUi-connects {
@@ -3743,9 +3636,9 @@
3743 3636 background-color: var(--e-a-border-color-focus);
3744 3637 }
3745 3638 .elementor-slider .noUi-tooltip {
3746 3639 position: absolute;
3747 - inset-block-start: calc(100% + 5px);
3640 + top: calc(100% + 5px);
3748 3641 left: calc(50% - 4px);
3749 3642 transform: translateX(-50%);
3750 3643 font-size: 10px;
3751 3644 }
@@ -3832,9 +3725,9 @@
3832 3725 transition-property: opacity, background;
3833 3726 }
3834 3727 .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
3835 3728 position: absolute;
3836 - inset-block-start: 0;
3729 + top: 0;
3837 3730 width: 50%;
3838 3731 text-align: center;
3839 3732 line-height: 20px;
3840 3733 transition: inherit;
@@ -3840,14 +3733,14 @@
3840 3733 transition: inherit;
3841 3734 }
3842 3735 .elementor-control-type-switcher .elementor-switch-label:before {
3843 3736 content: attr(data-off);
3844 - inset-inline-end: 5px;
3737 + right: 5px;
3845 3738 color: var(--e-a-color-txt-muted);
3846 3739 }
3847 3740 .elementor-control-type-switcher .elementor-switch-label:after {
3848 3741 content: attr(data-on);
3849 - inset-inline-start: 5px;
3742 + left: 5px;
3850 3743 color: var(--e-a-btn-color);
3851 3744 opacity: 0;
3852 3745 }
3853 3746 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
@@ -3860,19 +3753,19 @@
3860 3753 opacity: 1;
3861 3754 }
3862 3755 .elementor-control-type-switcher .elementor-switch-handle {
3863 3756 position: absolute;
3864 - inset-block-start: 1px;
3865 - inset-inline-start: 1px;
3757 + top: 1px;
3758 + left: 1px;
3866 3759 width: 18px;
3867 3760 height: 18px;
3868 3761 background: white;
3869 3762 border-radius: 10px;
3870 - transition: inset-inline-start 0.15s ease-out;
3763 + transition: left 0.15s ease-out;
3871 3764 }
3872 3765 .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
3873 - inset-inline-start: initial;
3874 - inset-inline-end: 1px;
3766 + left: initial;
3767 + right: 1px;
3875 3768 }
3876 3769
3877 3770 .elementor-control-type-tabs {
3878 3771 display: none;
@@ -3924,10 +3817,10 @@
3924 3817 }
3925 3818 .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher,
3926 3819 .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher {
3927 3820 position: absolute;
3928 - inset-block-start: 0;
3929 - inset-inline-end: 0;
3821 + top: 0;
3822 + right: 0;
3930 3823 z-index: 1;
3931 3824 }
3932 3825 .elementor-control-type-textarea .elementor-control-input-wrapper,
3933 3826 .elementor-control-type-code .elementor-control-input-wrapper {
@@ -4005,10 +3898,10 @@
4005 3898 }
4006 3899 .elementor-control-type-url .elementor-control-url-autocomplete-spinner {
4007 3900 display: none;
4008 3901 position: absolute;
4009 - inset-block-start: 5px;
4010 - inset-inline-end: 0;
3902 + top: 5px;
3903 + right: 0;
4011 3904 width: 10px;
4012 3905 height: 10px;
4013 3906 font-size: 10px;
4014 3907 color: var(--e-a-color-txt-disabled);
@@ -4059,76 +3952,8 @@
4059 3952 font-size: 10px;
4060 3953 padding-block-start: 2px;
4061 3954 }
4062 3955
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 3956 .elementor-control-type-wp_widget .widget-inside {
4132 3957 line-height: 2;
4133 3958 background-color: inherit;
4134 3959 display: block;
@@ -4272,13 +4097,13 @@
4272 4097 --e-a-mode-switcher-width: 15px;
4273 4098 --e-a-mode-switcher-height: 50px;
4274 4099 --e-a-mode-switcher-icon-size: 15px;
4275 4100 position: absolute;
4276 - inset-block-start: 50%;
4277 - inset-inline-start: 100%;
4101 + left: 100%;
4102 + top: 50%;
4278 4103 transform: translateY(-50%);
4279 4104 background-color: var(--e-a-bg-default);
4280 - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05);
4105 + box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05);
4281 4106 transition: 0.3s opacity;
4282 4107 }
4283 4108 #elementor-mode-switcher:hover {
4284 4109 background-color: var(--e-a-bg-hover);
@@ -4348,11 +4173,11 @@
4348 4173 }
4349 4174
4350 4175 #elementor-panel-revisions-loading {
4351 4176 position: absolute;
4352 - inset-block-start: 50%;
4353 - inset-inline-start: 50%;
4354 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
4177 + top: 50%;
4178 + left: 50%;
4179 + transform: translate(-50%, -50%);
4355 4180 }
4356 4181 #elementor-panel-revisions-loading .eicon-loading {
4357 4182 font-size: 50px;
4358 4183 }
@@ -4436,10 +4261,10 @@
4436 4261 .e-control-display-conditions-promotion__wrapper {
4437 4262 display: flex;
4438 4263 justify-content: space-between;
4439 4264 }
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);
4265 +.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion {
4266 + color: var(--e-a-color-accent);
4442 4267 }
4443 4268 .e-control-display-conditions-promotion__description {
4444 4269 display: flex;
4445 4270 align-self: center;
@@ -4452,11 +4277,8 @@
4452 4277 display: flex;
4453 4278 justify-content: center;
4454 4279 align-items: center;
4455 4280 }
4456 -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full {
4457 - color: var(--e-a-color-accent-promotion-disabled);
4458 -}
4459 4281 .e-control-display-conditions-promotion.eicon-flow {
4460 4282 align-self: flex-end;
4461 4283 cursor: pointer;
4462 4284 border: var(--e-a-border-bold);
@@ -4467,10 +4289,10 @@
4467 4289 background-color: var(--e-a-bg-active);
4468 4290 color: #E73CF6;
4469 4291 }
4470 4292
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);
4293 +.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock {
4294 + color: var(--e-a-color-accent);
4473 4295 }
4474 4296 .e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title {
4475 4297 margin-inline-end: 0;
4476 4298 }
@@ -4495,11 +4317,8 @@
4495 4317 display: flex;
4496 4318 justify-content: center;
4497 4319 align-items: center;
4498 4320 }
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 4321
4503 4322 .e-link-promotion {
4504 4323 font-family: "Roboto", sans-serif;
4505 4324 font-weight: 500;
@@ -4529,9 +4348,11 @@
4529 4348 .elementor-editor-kit .elementor-panel #elementor-panel-page-menu {
4530 4349 padding: 25px 15px 0;
4531 4350 }
4532 4351 .elementor-editor-kit #elementor-panel-header-add-button,
4533 -.elementor-editor-kit #elementor-panel-header-menu-button {
4352 +.elementor-editor-kit #elementor-panel-header-menu-button,
4353 +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template,
4354 +.elementor-editor-kit #elementor-panel-footer-navigator {
4534 4355 display: none;
4535 4356 }
4536 4357
4537 4358 .elementor-control-type-global-style-repeater .elementor-repeater-fields {
@@ -4584,13 +4405,13 @@
4584 4405 }
4585 4406 .elementor-control-type-global-style-repeater .elementor-controls-popover {
4586 4407 align-self: end;
4587 4408 margin-block-start: 35px;
4588 - inset-block-start: 0;
4409 + top: 0;
4589 4410 width: 100%;
4590 4411 }
4591 4412 .elementor-control-type-global-style-repeater .elementor-controls-popover:before {
4592 - inset-inline-end: 5px;
4413 + right: 5px;
4593 4414 }
4594 4415 .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control {
4595 4416 padding: 0 20px 15px;
4596 4417 }
@@ -4874,13 +4695,8 @@
4874 4695 .e-btn.elementor-button-danger,
4875 4696 .e-btn.e-danger {
4876 4697 background-color: var(--e-a-btn-bg-danger);
4877 4698 }
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 4699 .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus,
4884 4700 .e-btn.elementor-button-danger:hover,
4885 4701 .e-btn.elementor-button-danger:focus,
4886 4702 .e-btn.e-danger:hover,
@@ -4919,23 +4735,22 @@
4919 4735 }
4920 4736
4921 4737 #elementor-preview-responsive-wrapper {
4922 4738 transform-origin: top center;
4923 - margin: 20px;
4739 + padding: 20px;
4924 4740 transform: scale(var(--e-preview-scale, 1));
4925 - overflow: hidden;
4926 4741 }
4927 4742 .elementor-device-desktop #elementor-preview-responsive-wrapper {
4928 4743 min-width: 1025px;
4929 4744 width: 100%;
4930 4745 height: 100%;
4931 - margin: 0;
4746 + padding: 0;
4932 4747 position: relative;
4933 4748 }
4934 4749 body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper {
4935 4750 width: var(--e-editor-preview-width);
4936 4751 height: var(--e-editor-preview-height);
4937 - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4752 + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px);
4938 4753 box-sizing: content-box;
4939 4754 position: relative;
4940 4755 max-height: calc(100vh - 80px);
4941 4756 }
@@ -4997,10 +4812,9 @@
4997 4812 #elementor-preview-responsive-wrapper .ui-resizable-s {
4998 4813 bottom: 0;
4999 4814 }
5000 4815 #elementor-preview-responsive-wrapper .ui-resizable-e {
5001 - width: 10px;
5002 - right: -5px;
4816 + right: 0;
5003 4817 }
5004 4818 #elementor-preview-responsive-wrapper .ui-resizable-w {
5005 4819 left: 0;
5006 4820 }
@@ -5011,20 +4825,8 @@
5011 4825 background-color: #fff;
5012 4826 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5013 4827 }
5014 4828
5015 -#elementor-template-library-modal button:focus-visible,
5016 -#elementor-template-library-modal a:focus-visible,
5017 -#elementor-template-library-modal input:focus-visible,
5018 -#elementor-template-library-modal select:focus-visible,
5019 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5020 -#elementor-template-library-modal [role=tab]:focus-visible,
5021 -#elementor-template-library-modal [role=radio]:focus-visible,
5022 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5023 - outline: 2px solid var(--e-a-border-color-focus);
5024 - outline-offset: 2px;
5025 - border-radius: 2px;
5026 -}
5027 4829 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5028 4830 font-style: normal;
5029 4831 text-decoration: underline;
5030 4832 }
@@ -5036,17 +4838,8 @@
5036 4838 }
5037 4839 #elementor-template-library-modal .dialog-message {
5038 4840 overflow-y: scroll;
5039 4841 }
5040 -#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 {
5041 - overflow-y: auto;
5042 -}
5043 -#elementor-template-library-modal .e-back-to-editor {
5044 - color: var(--e-a-color-txt);
5045 - text-decoration: underline;
5046 - font-size: 17px;
5047 - cursor: pointer;
5048 -}
5049 4842
5050 4843 #elementor-template-library-header-menu {
5051 4844 text-align: center;
5052 4845 }
@@ -5055,21 +4848,14 @@
5055 4848 display: inline-block;
5056 4849 padding: 17px 20px;
5057 4850 border-block-end: 3px solid transparent;
5058 4851 cursor: pointer;
5059 - background: transparent;
5060 - margin: 0;
5061 - font-size: inherit;
5062 - font-family: inherit;
5063 - color: inherit;
5064 - border: none;
5065 4852 }
5066 4853 .elementor-template-library-menu-item:hover {
5067 4854 background-color: var(--e-a-bg-hover);
5068 4855 border-color: var(--e-a-bg-hover);
5069 4856 }
5070 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5071 - border-block-end: 3px solid;
4857 +.elementor-template-library-menu-item.elementor-active {
5072 4858 border-color: var(--e-a-border-color-accent);
5073 4859 color: var(--e-a-color-txt-accent);
5074 4860 }
5075 4861
@@ -5075,31 +4861,12 @@
5075 4861
5076 4862 #elementor-template-library-header-actions {
5077 4863 display: flex;
5078 4864 }
5079 -#elementor-template-library-header-actions > div,
5080 -#elementor-template-library-header-actions > button {
5081 - background: transparent;
5082 - margin: 0;
5083 - font-size: inherit;
5084 - font-family: inherit;
5085 - color: inherit;
5086 - border: none;
4865 +#elementor-template-library-header-actions > div {
5087 4866 padding-inline-end: 16px;
5088 - cursor: pointer;
5089 4867 }
5090 -#elementor-template-library-header-actions > div:focus-visible,
5091 -#elementor-template-library-header-actions > button:focus-visible {
5092 - outline: 2px solid var(--e-a-border-color-focus);
5093 - outline-offset: -2px;
5094 - border-radius: 2px;
5095 -}
5096 4868
5097 -#elementor-template-library-header-tools.e-hidden-disabled {
5098 - opacity: 0;
5099 - visibility: hidden;
5100 -}
5101 -
5102 4869 #elementor-template-library-header-preview-insert-wrapper {
5103 4870 cursor: default;
5104 4871 padding: 0 10px;
5105 4872 }
@@ -5108,9 +4875,8 @@
5108 4875 margin-inline-start: 4px;
5109 4876 }
5110 4877
5111 4878 #elementor-template-library-header-preview-back {
5112 - gap: 10px;
5113 4879 padding-block: 16.5px 15px;
5114 4880 padding-inline: 0 16.5px;
5115 4881 border-inline-end: var(--e-a-border);
5116 4882 cursor: pointer;
@@ -5115,138 +4881,27 @@
5115 4881 border-inline-end: var(--e-a-border);
5116 4882 cursor: pointer;
5117 4883 transition: color 0.5s;
5118 4884 }
5119 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5120 - background: transparent;
5121 - margin: 0;
5122 - font-size: inherit;
5123 - font-family: inherit;
5124 - color: inherit;
5125 - border: none;
5126 - display: flex;
5127 - align-items: center;
5128 - gap: 10px;
5129 - cursor: pointer;
5130 -}
5131 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5132 - outline: 2px solid var(--e-a-border-color-focus);
5133 - outline-offset: 2px;
5134 - border-radius: 2px;
5135 -}
5136 4885 #elementor-template-library-header-preview-back:hover {
5137 4886 color: var(--e-a-color-txt-hover);
5138 4887 }
5139 4888 #elementor-template-library-header-preview-back i {
4889 + padding-inline-end: 10px;
5140 4890 font-size: 18px;
5141 - scale: calc(1 * var(--direction-multiplier)) 1;
5142 4891 }
4892 +#elementor-template-library-header-preview-back i:before {
4893 + content: "\e87e";
4894 +}
5143 4895
5144 -#elementor-template-library-templates {
5145 - display: flex;
5146 - flex-direction: column;
5147 - gap: 20px;
5148 -}
5149 -#elementor-template-library-templates .toolbar-container {
5150 - display: flex;
5151 - justify-content: space-between;
5152 - align-items: center;
5153 - gap: 2%;
5154 - height: 45px;
5155 -}
5156 -#elementor-template-library-templates #elementor-template-library-templates-container {
5157 - display: flex;
5158 - flex-wrap: wrap;
5159 - align-items: flex-start;
5160 -}
5161 -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container {
5162 - display: none;
5163 -}
5164 -#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"])) {
5165 - justify-content: flex-end;
5166 -}
5167 -#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 {
5168 - display: flex;
5169 - align-items: baseline;
5170 - border-radius: 3px;
5171 -}
5172 -#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 {
5173 - outline: 2px solid var(--e-a-border-color-focus);
5174 - outline-offset: 2px;
5175 -}
5176 -#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 {
5177 - align-items: center;
5178 -}
5179 -#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 {
5180 - font-size: 14px;
5181 - margin-inline-start: 5px;
5182 -}
5183 -#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 {
5184 - width: 200px;
5185 - margin: 0px 10px;
5186 - align-self: center;
5187 - text-align: start;
5188 -}
5189 -#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 {
5190 - font-size: 10px;
5191 -}
5192 -#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 {
5193 - color: var(--e-a-btn-bg-accent);
5194 -}
5195 -#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 {
5196 - height: 4px;
5197 - background-color: var(--e-a-color-primary-bold);
5198 - position: relative;
5199 - display: flex;
5200 - align-items: center;
5201 - padding: 0;
5202 -}
5203 -#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 {
5204 - height: 100%;
5205 - transition: width 0.3s ease;
5206 -}
5207 -#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 {
5208 - background-color: #D004D4;
5209 -}
5210 -#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 {
5211 - background-color: #F59E0B;
5212 -}
5213 -#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 {
5214 - background-color: #93003f;
5215 -}
5216 -#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 {
5217 - background-color: #F0ABFC;
5218 -}
5219 -#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 {
5220 - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528);
5221 -}
5222 -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value {
5223 - font-size: 12px;
5224 - color: var(--e-a-color-txt);
5225 -}
5226 -#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 {
4896 +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container {
4897 + margin-block-start: 10px;
4898 + margin-block-end: 45px;
5227 4899 border-block-start: var(--e-a-border);
5228 4900 }
5229 -#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 {
4901 +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
5230 4902 color: var(--e-a-color-txt-active);
5231 4903 }
5232 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container {
5233 - border-block-start: none;
5234 -}
5235 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local {
5236 - padding: 0;
5237 -}
5238 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div {
5239 - max-width: -moz-fit-content;
5240 - max-width: fit-content;
5241 -}
5242 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5243 -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 {
5244 - display: none;
5245 -}
5246 -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 {
5247 - pointer-events: none;
5248 -}
5249 4904 #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container {
5250 4905 margin: 10px -15px 0;
5251 4906 }
5252 4907 #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label {
@@ -5272,243 +4927,14 @@
5272 4927 }
5273 4928 #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after {
5274 4929 content: "\e8ad";
5275 4930 }
5276 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions {
4931 +
4932 +#elementor-template-library-templates-container {
5277 4933 display: flex;
5278 - align-items: center;
5279 - gap: 8px;
4934 + flex-wrap: wrap;
4935 + align-items: flex-start;
5280 4936 }
5281 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5282 - background: transparent;
5283 - margin: 0;
5284 - font-size: inherit;
5285 - font-family: inherit;
5286 - color: inherit;
5287 - border: none;
5288 - cursor: pointer;
5289 - font-size: 20px;
5290 - padding: 0 5px;
5291 - border-radius: 2px;
5292 - color: var(--e-a-color-txt);
5293 -}
5294 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover {
5295 - background-color: var(--e-a-bg-hover);
5296 -}
5297 -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider {
5298 - width: 1px;
5299 - height: 20px;
5300 - background-color: var(--e-a-border-color);
5301 -}
5302 -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list {
5303 - background-color: var(--e-a-bg-hover);
5304 -}
5305 -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid {
5306 - background-color: var(--e-a-bg-hover);
5307 -}
5308 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container {
5309 - display: grid;
5310 - grid-template-columns: repeat(auto-fill, 208px);
5311 - grid-gap: 20px;
5312 - padding: 20px 0;
5313 -}
5314 -#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 {
5315 - grid-column: 1;
5316 -}
5317 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty {
5318 - grid-column: 1/-1;
5319 -}
5320 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid {
5321 - display: flex;
5322 - position: relative;
5323 - flex-direction: column;
5324 - height: 158px;
5325 - padding: 8px;
5326 - border: var(--e-a-border);
5327 - border-radius: 3px;
5328 -}
5329 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5330 - outline: 2px solid var(--e-a-border-color-focus);
5331 - outline-offset: 2px;
5332 -}
5333 -#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 {
5334 - display: flex;
5335 -}
5336 -#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 {
5337 - display: none;
5338 -}
5339 -#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 {
5340 - display: flex !important;
5341 -}
5342 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5343 - width: 190px;
5344 - height: 100px;
5345 - position: relative;
5346 - border-radius: 3px;
5347 - margin-block-end: 4px;
5348 - overflow: hidden;
5349 -}
5350 -#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 {
5351 - -o-object-fit: contain;
5352 - object-fit: contain;
5353 - width: 100%;
5354 - height: 100%;
5355 -}
5356 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
5357 - display: none;
5358 - justify-content: center;
5359 - align-items: center;
5360 - position: absolute;
5361 - inset: 0;
5362 - background-color: rgba(0, 0, 0, 0.5);
5363 - cursor: default;
5364 -}
5365 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name {
5366 - font-size: 11px;
5367 - white-space: nowrap;
5368 - text-overflow: ellipsis;
5369 - overflow: hidden;
5370 -}
5371 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer {
5372 - display: flex;
5373 - position: relative;
5374 - justify-content: space-between;
5375 - align-items: center;
5376 - font-size: 11px;
5377 - min-height: 38px;
5378 -}
5379 -#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 {
5380 - display: none;
5381 - width: 90%;
5382 - gap: 8px;
5383 - height: 38px;
5384 - padding: 4px 0;
5385 -}
5386 -#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 {
5387 - display: flex;
5388 -}
5389 -#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 {
5390 - display: flex;
5391 - align-items: center;
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-card-footer-overlay-info {
5394 - display: flex;
5395 - flex-direction: column;
5396 - justify-content: center;
5397 - width: 65%;
5398 - align-items: start;
5399 - white-space: nowrap;
5400 - text-overflow: ellipsis;
5401 - overflow: hidden;
5402 -}
5403 -#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 {
5404 - flex-direction: row;
5405 - align-items: center;
5406 - justify-content: start;
5407 - height: 56px;
5408 - padding: 13px 10px;
5409 -}
5410 -#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 {
5411 - font-size: 25px;
5412 - margin-inline-end: 8px;
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-more-toggle {
5415 - margin-inline-start: auto;
5416 -}
5417 -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all {
5418 - display: none;
5419 -}
5420 -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox {
5421 - visibility: hidden;
5422 -}
5423 -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox {
5424 - visibility: visible;
5425 -}
5426 -#elementor-template-library-templates .bulk-selection-action-bar {
5427 - display: none;
5428 - background: var(--e-a-bg-active);
5429 - padding: 10px 25px;
5430 - border-radius: 5px;
5431 - color: var(--e-a-bg-invert);
5432 - gap: 20px;
5433 - align-items: center;
5434 - flex: 1;
5435 -}
5436 -#elementor-template-library-templates .bulk-selection-action-bar button {
5437 - background: transparent;
5438 - margin: 0;
5439 - font-size: inherit;
5440 - font-family: inherit;
5441 - color: inherit;
5442 - border: none;
5443 - cursor: pointer;
5444 - display: flex;
5445 - align-items: center;
5446 - justify-content: center;
5447 -}
5448 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5449 - pointer-events: none;
5450 - opacity: 0.3;
5451 - cursor: not-allowed;
5452 -}
5453 -#elementor-template-library-templates .bulk-selection-action-bar i {
5454 - cursor: pointer;
5455 - font-size: 18px;
5456 -}
5457 -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5458 - font-size: 20px;
5459 -}
5460 -#elementor-template-library-templates #elementor-template-library-navigation-container {
5461 - display: flex;
5462 - flex: 1;
5463 - white-space: nowrap;
5464 - text-overflow: ellipsis;
5465 - overflow: hidden;
5466 -}
5467 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container {
5468 - display: flex;
5469 - flex-direction: row;
5470 - align-items: center;
5471 - gap: 15px;
5472 - white-space: nowrap;
5473 - text-overflow: ellipsis;
5474 - overflow: hidden;
5475 -}
5476 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span {
5477 - white-space: nowrap;
5478 - text-overflow: ellipsis;
5479 - overflow: hidden;
5480 -}
5481 -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button {
5482 - padding-inline-start: 8px;
5483 - background-color: var(--e-a-bg-hover);
5484 - color: var(--e-a-color-txt);
5485 -}
5486 -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all {
5487 - visibility: visible;
5488 -}
5489 -#elementor-template-library-templates .bulk-selected-item {
5490 - background: var(--e-a-bg-active);
5491 -}
5492 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] {
5493 - position: relative;
5494 - inset-block-start: 3px;
5495 -}
5496 -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked {
5497 - inset-block-start: 0px;
5498 -}
5499 -#elementor-template-library-templates .bulk-selection-item-checkbox:checked,
5500 -#elementor-template-library-templates #bulk-select-all:checked {
5501 - background: #69727D;
5502 -}
5503 -#elementor-template-library-templates .checkbox-minus:before {
5504 - display: block;
5505 - content: "";
5506 - width: 10px;
5507 - height: 2px;
5508 - background-color: white;
5509 - transform: none;
5510 -}
5511 4937
5512 4938 #elementor-template-library-toolbar {
5513 4939 display: flex;
5514 4940 justify-content: space-between;
@@ -5519,80 +4945,8 @@
5519 4945 display: flex;
5520 4946 align-items: center;
5521 4947 }
5522 4948
5523 -.elementor-template-library-filter-select-source {
5524 - width: 350px;
5525 - display: flex;
5526 - gap: 10px;
5527 -}
5528 -.elementor-template-library-filter-select-source .source-option {
5529 - flex: 1;
5530 - border: 0.5px solid #BABFC5;
5531 - padding: 5px;
5532 - border-radius: 3px;
5533 - cursor: pointer;
5534 - font-size: 12px;
5535 -}
5536 -.elementor-template-library-filter-select-source .source-option i {
5537 - margin-inline-end: 5px;
5538 -}
5539 -.elementor-template-library-filter-select-source .source-option .new-badge {
5540 - border: 1px solid var(--e-a-color-primary-bold-dark);
5541 - padding: 2px 4px;
5542 - color: var(--e-a-color-primary-bold-dark);
5543 - border-radius: 10px;
5544 - font-size: 10px;
5545 - margin-inline-start: 5px;
5546 -}
5547 -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5548 - background-color: var(--e-a-bg-hover);
5549 -}
5550 -
5551 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5552 - display: flex;
5553 - align-items: center;
5554 - justify-content: space-between;
5555 -}
5556 -
5557 -#elementor-template-library-toolbar .source-option-badge,
5558 -.elementor-template-library-connect-states-badge .source-option-badge {
5559 - display: flex;
5560 - align-items: center;
5561 - gap: 6px;
5562 - padding: 6px 12px;
5563 - border: none;
5564 - border-radius: 20px;
5565 - font-size: 14px;
5566 - font-weight: 500;
5567 - white-space: nowrap;
5568 - margin-inline-start: auto;
5569 - margin-inline-end: 15px;
5570 -}
5571 -#elementor-template-library-toolbar .source-option-badge i,
5572 -.elementor-template-library-connect-states-badge .source-option-badge i {
5573 - margin: 0;
5574 - font-size: 14px;
5575 -}
5576 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5577 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5578 - background-color: var(--e-a-bg-info);
5579 - color: var(--e-a-color-info);
5580 -}
5581 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5582 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5583 - color: var(--e-a-color-info);
5584 -}
5585 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5586 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5587 - background-color: var(--e-a-bg-warning);
5588 - color: var(--e-a-btn-bg-warning-hover);
5589 -}
5590 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5591 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5592 - color: var(--e-a-btn-bg-warning-hover);
5593 -}
5594 -
5595 4949 #elementor-template-library-filter-toolbar-remote {
5596 4950 font-size: 11px;
5597 4951 }
5598 4952
@@ -5606,11 +4960,8 @@
5606 4960 padding-inline-end: 22px;
5607 4961 -webkit-user-select: none;
5608 4962 -moz-user-select: none;
5609 4963 user-select: none;
5610 - line-height: 1;
5611 - font-size: 10px;
5612 - font-weight: 500;
5613 4964 }
5614 4965
5615 4966 label.elementor-template-library-order-label {
5616 4967 cursor: pointer;
@@ -5666,12 +5017,8 @@
5666 5017 #elementor-template-library-filter-my-favorites-label i:after {
5667 5018 content: "\e923";
5668 5019 }
5669 5020
5670 -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p {
5671 - margin-block-end: 10px;
5672 -}
5673 -
5674 5021 #elementor-template-library-filter-text-wrapper {
5675 5022 width: 200px;
5676 5023 position: relative;
5677 5024 }
@@ -5676,15 +5023,12 @@
5676 5023 position: relative;
5677 5024 }
5678 5025 #elementor-template-library-filter-text-wrapper i {
5679 5026 position: absolute;
5680 - inset-block-start: 50%;
5681 - inset-inline-end: 0;
5027 + top: 50%;
5028 + right: 0;
5682 5029 transform: translateY(-50%);
5683 5030 }
5684 -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin {
5685 - inset-block-start: 25%;
5686 -}
5687 5031
5688 5032 #elementor-template-library-filter-text {
5689 5033 border: none;
5690 5034 border-block-end: var(--e-a-border-bold);
@@ -5710,32 +5054,19 @@
5710 5054 padding: 8px;
5711 5055 border: var(--e-a-border);
5712 5056 border-radius: 3px;
5713 5057 }
5714 -.elementor-template-library-template-remote:focus-visible {
5715 - outline: 2px solid var(--e-a-border-color-focus);
5716 - outline-offset: 2px;
5717 -}
5718 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5058 +.elementor-template-library-template-remote:hover {
5719 5059 background-color: var(--e-a-bg-hover);
5720 5060 }
5721 -.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 {
5722 - opacity: 1;
5723 -}
5724 -.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 {
5061 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5725 5062 display: none;
5726 5063 }
5727 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5728 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5729 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5730 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5731 - display: initial;
5732 -}
5733 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5064 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5734 5065 opacity: 0;
5735 5066 }
5736 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5737 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5067 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5068 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5738 5069 display: none;
5739 5070 }
5740 5071 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5741 5072 content: var(--elementor-template-library-subscription-plan-label);
@@ -5743,10 +5074,10 @@
5743 5074 color: var(--e-a-color-white);
5744 5075 position: absolute;
5745 5076 text-transform: uppercase;
5746 5077 line-height: 1;
5747 - inset-block-start: 5px;
5748 - inset-inline-end: 5px;
5078 + top: 5px;
5079 + right: 5px;
5749 5080 padding: 3px 5px;
5750 5081 font-size: 8px;
5751 5082 border-radius: 2px;
5752 5083 }
@@ -5761,10 +5092,10 @@
5761 5092 }
5762 5093 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer {
5763 5094 position: absolute;
5764 5095 width: 100%;
5765 - inset-block-end: 0;
5766 - inset-inline-start: 0;
5096 + bottom: 0;
5097 + left: 0;
5767 5098 padding: 10px;
5768 5099 background-color: var(--e-a-bg-default);
5769 5100 transition: transform 0.5s;
5770 5101 }
@@ -5770,9 +5101,9 @@
5770 5101 }
5771 5102 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5772 5103 display: none;
5773 5104 }
5774 -.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 {
5105 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5775 5106 transform: translateY(100%);
5776 5107 }
5777 5108 .elementor-template-library-template-remote .elementor-template-library-template-body {
5778 5109 position: relative;
@@ -5797,11 +5128,11 @@
5797 5128 }
5798 5129 .elementor-template-library-template-remote .elementor-template-library-template-preview i {
5799 5130 font-size: 20px;
5800 5131 position: absolute;
5801 - inset-block-start: 50%;
5802 - inset-inline-start: 50%;
5803 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
5132 + top: 50%;
5133 + left: 50%;
5134 + transform: translate(-50%, -50%);
5804 5135 }
5805 5136 .elementor-template-library-template-remote .elementor-template-library-template-footer {
5806 5137 display: flex;
5807 5138 justify-content: space-between;
@@ -5821,22 +5152,10 @@
5821 5152 .elementor-template-library-template-remote .elementor-template-library-favorite {
5822 5153 margin-inline-start: auto;
5823 5154 }
5824 5155 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5825 - position: absolute;
5826 - width: 1px;
5827 - height: 1px;
5828 - padding: 0;
5829 - margin: -1px;
5830 - overflow: hidden;
5831 - clip: rect(0, 0, 0, 0);
5832 - white-space: nowrap;
5833 - border: 0;
5156 + display: none;
5834 5157 }
5835 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5836 - outline: 2px solid var(--e-a-border-color-focus);
5837 - outline-offset: 2px;
5838 -}
5839 5158 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5840 5159 content: "\e93f";
5841 5160 color: var(--e-a-color-primary-bold);
5842 5161 }
@@ -5871,231 +5190,112 @@
5871 5190 height: 200px;
5872 5191 }
5873 5192
5874 5193 #elementor-template-library-order-toolbar-local,
5875 -.elementor-template-library-template-local,
5876 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5194 +.elementor-template-library-template-local {
5877 5195 display: flex;
5878 5196 align-items: center;
5879 5197 padding: 0 25px;
5880 5198 text-align: start;
5881 5199 }
5882 -@media (max-width: 1439px) {
5883 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5884 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5885 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5886 - width: 33%;
5887 - }
5888 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5889 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5890 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5891 - width: 10%;
5892 - }
5893 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5894 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5895 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5896 - width: 15%;
5897 - }
5898 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5899 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5900 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5901 - width: 15%;
5902 - }
5903 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5904 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5905 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5906 - width: 27%;
5907 - }
5908 -}
5909 -@media (min-width: 1440px) {
5910 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1,
5911 - .elementor-template-library-template-local .elementor-template-library-local-column-1,
5912 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 {
5913 - width: 25%;
5914 - }
5915 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2,
5916 - .elementor-template-library-template-local .elementor-template-library-local-column-2,
5917 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 {
5918 - width: 17%;
5919 - }
5920 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5921 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5922 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5923 - width: 17%;
5924 - }
5925 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4,
5926 - .elementor-template-library-template-local .elementor-template-library-local-column-4,
5927 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 {
5928 - width: 17%;
5929 - }
5930 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5931 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5932 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5933 - width: 24%;
5934 - }
5935 -}
5936 -@media (max-width: 1024px) {
5937 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3,
5938 - .elementor-template-library-template-local .elementor-template-library-local-column-3,
5939 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 {
5940 - display: none;
5941 - }
5942 - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5,
5943 - .elementor-template-library-template-local .elementor-template-library-local-column-5,
5944 - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 {
5945 - width: 41%;
5946 - }
5947 -}
5948 5200
5949 -.elementor-template-library-template-local .elementor-template-library-template-more,
5950 -.elementor-template-library-template-cloud .elementor-template-library-template-more {
5951 - display: none;
5952 - position: absolute;
5953 - background-color: var(--e-a-bg-default);
5954 - border-radius: var(--e-a-border-radius);
5955 - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5956 - inset-block-start: 100%;
5957 - inset-inline-end: 0;
5958 - z-index: 1;
5959 - list-style: none;
5960 - margin: 0;
5961 - padding: 0;
5201 +#elementor-template-library-order-toolbar-local {
5202 + margin-block-start: 30px;
5962 5203 }
5963 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
5964 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5965 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
5966 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5967 - background: transparent;
5968 - margin: 0;
5969 - font-size: inherit;
5970 - font-family: inherit;
5971 - color: inherit;
5972 - border: none;
5973 - padding: 10px 20px;
5974 - font-size: 11px;
5975 - cursor: pointer;
5976 - display: flex;
5977 - align-items: center;
5978 - gap: 8px;
5979 - width: 100%;
5204 +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label {
5205 + line-height: 1;
5206 + font-size: 10px;
5207 + font-weight: 500;
5980 5208 }
5981 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
5982 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
5983 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
5984 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5985 - cursor: not-allowed;
5986 - color: var(--e-a-color-txt-disabled);
5987 -}
5988 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
5989 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5990 - color: var(--e-a-color-txt);
5991 - text-decoration: none;
5992 -}
5993 -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
5994 -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
5995 - color: var(--e-a-color-danger);
5996 -}
5997 -.elementor-template-library-template-local .elementor-template-library-template-more i,
5998 -.elementor-template-library-template-cloud .elementor-template-library-template-more i {
5999 - font-size: 16px;
6000 -}
6001 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6002 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6003 - margin-inline-start: auto;
6004 - cursor: pointer;
6005 - background: none;
6006 - border: none;
6007 - padding: 0;
6008 - display: flex;
6009 - align-items: center;
6010 - justify-content: center;
6011 -}
6012 -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6013 -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6014 - font-size: 20px;
6015 -}
6016 5209
6017 -.elementor-template-library-template-local,
6018 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) {
5210 +.elementor-template-library-template-local {
6019 5211 height: 50px;
6020 5212 width: 100%;
6021 5213 margin-block-start: 1px;
6022 5214 transition: background-color 0.3s linear;
6023 5215 }
6024 -.elementor-template-library-template-local:hover,
6025 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover {
5216 +.elementor-template-library-template-local:hover {
6026 5217 background-color: var(--e-a-bg-hover);
6027 5218 }
6028 -.elementor-template-library-template-local:first-child,
6029 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child {
5219 +.elementor-template-library-template-local:first-child {
6030 5220 border-start-start-radius: 3px;
6031 5221 border-start-end-radius: 3px;
6032 5222 border-end-start-radius: 0;
6033 5223 border-end-end-radius: 0;
6034 5224 }
6035 -.elementor-template-library-template-local:last-child,
6036 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child {
5225 +.elementor-template-library-template-local:last-child {
6037 5226 border-start-start-radius: 0;
6038 5227 border-start-end-radius: 0;
6039 5228 border-end-start-radius: 3px;
6040 5229 border-end-end-radius: 3px;
6041 5230 }
6042 -.elementor-template-library-template-local .elementor-template-library-template-name,
6043 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name {
5231 +.elementor-template-library-template-local .elementor-template-library-template-name {
6044 5232 font-weight: 500;
6045 5233 }
6046 -.elementor-template-library-template-local .elementor-template-library-template-name i,
6047 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i {
6048 - font-size: 16px;
6049 -}
6050 5234 .elementor-template-library-template-local .elementor-template-library-template-name,
6051 -.elementor-template-library-template-local .elementor-template-library-template-meta,
6052 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6053 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta {
5235 +.elementor-template-library-template-local .elementor-template-library-template-meta {
6054 5236 padding-inline-end: 20px;
6055 5237 }
6056 -.elementor-template-library-template-local .elementor-template-library-local-column-1 i,
6057 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i {
6058 - padding-inline-end: 10px;
6059 -}
6060 5238 .elementor-template-library-template-local .elementor-template-library-template-name,
6061 5239 .elementor-template-library-template-local .elementor-template-library-template-meta,
6062 5240 .elementor-template-library-template-local .elementor-template-library-template-preview,
6063 -.elementor-template-library-template-local .elementor-template-library-template-action,
6064 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name,
6065 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta,
6066 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview,
6067 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action {
5241 +.elementor-template-library-template-local .elementor-template-library-template-action {
6068 5242 white-space: nowrap;
6069 5243 text-overflow: ellipsis;
6070 5244 overflow: hidden;
6071 5245 }
6072 -.elementor-template-library-template-local .elementor-template-library-template-controls,
6073 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls {
5246 +.elementor-template-library-template-local .elementor-template-library-template-controls {
6074 5247 position: relative;
6075 5248 display: flex;
6076 5249 align-items: center;
6077 5250 }
6078 -.elementor-template-library-template-local .elementor-template-library-template-controls > div,
6079 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6080 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6081 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5251 +.elementor-template-library-template-local .elementor-template-library-template-controls > div {
6082 5252 cursor: pointer;
6083 5253 transition: color 0.5s;
6084 5254 }
6085 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
6086 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled {
6087 - color: #F5D0FE;
5255 +.elementor-template-library-template-local .elementor-template-library-template-insert i {
5256 + margin-inline-end: 3px;
6088 5257 }
6089 -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus,
6090 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover,
6091 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus {
6092 - cursor: not-allowed;
5258 +.elementor-template-library-template-local .elementor-template-library-template-control-title {
5259 + margin-inline-start: 6px;
6093 5260 }
6094 -.elementor-template-library-template-local .elementor-template-library-template-insert i,
6095 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i {
6096 - margin-inline-end: 3px;
5261 +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover {
5262 + color: var(--e-a-color-danger);
6097 5263 }
5264 +.elementor-template-library-template-local .elementor-template-library-template-more {
5265 + display: none;
5266 + position: absolute;
5267 + background-color: var(--e-a-bg-default);
5268 + padding: 3px 20px;
5269 + border-radius: var(--e-a-border-radius);
5270 + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
5271 + top: 100%;
5272 + right: 0;
5273 + transform: translateX(65%) translateY(-7px);
5274 + z-index: 1;
5275 +}
5276 +.elementor-template-library-template-local .elementor-template-library-template-more:before {
5277 + content: "";
5278 + position: absolute;
5279 + border: solid transparent;
5280 + border-width: 8px 4px;
5281 + border-block-end-color: var(--e-a-color-white);
5282 + transform: translateY(-100%);
5283 +}
5284 +.elementor-template-library-template-local .elementor-template-library-template-more > div {
5285 + margin: 10px 0;
5286 + font-size: 11px;
5287 +}
5288 +.elementor-template-library-template-local .elementor-template-library-template-more a {
5289 + color: var(--e-a-color-txt);
5290 +}
5291 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle {
5292 + flex-grow: 1;
5293 + text-align: end;
5294 +}
5295 +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i {
5296 + font-size: 16px;
5297 +}
6098 5298
6099 5299 #elementor-template-library-preview {
6100 5300 height: 100%;
6101 5301 overflow: hidden;
@@ -6101,9 +5301,9 @@
6101 5301 overflow: hidden;
6102 5302 }
6103 5303 #elementor-template-library-preview iframe {
6104 5304 height: 150%;
6105 - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%);
5305 + transform: scale(0.666) translateX(-25%) translateY(-25%);
6106 5306 }
6107 5307 @media (max-width: 1439px) {
6108 5308 #elementor-template-library-preview iframe {
6109 5309 width: 1440px;
@@ -6119,14 +5319,8 @@
6119 5319 font-size: 64px;
6120 5320 margin-block-start: 45px;
6121 5321 line-height: 1;
6122 5322 }
6123 -.elementor-template-library-blank-icon i {
6124 - font-size: 85px;
6125 -}
6126 -.elementor-template-library-blank-icon i.eicon-library-upload {
6127 - font-size: 65px;
6128 -}
6129 5323 .elementor-template-library-blank-icon img {
6130 5324 width: 70px;
6131 5325 }
6132 5326 .elementor-template-library-blank-icon .elementor-template-library-no-results {
@@ -6164,499 +5358,8 @@
6164 5358 #elementor-template-library-save-template-form > * {
6165 5359 height: 55px;
6166 5360 font-size: 16px;
6167 5361 }
6168 -#elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6169 - height: 55px;
6170 - font-size: 16px;
6171 - margin-block-end: 15px;
6172 -}
6173 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6174 - display: block;
6175 - width: 500px;
6176 - margin: 0 auto;
6177 -}
6178 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6179 -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6180 - display: none;
6181 -}
6182 -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider {
6183 - margin-inline: 5px;
6184 -}
6185 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge {
6186 - display: none;
6187 - border: 1px solid rgba(147, 0, 63, 0.5019607843);
6188 - padding: 3px 5px;
6189 - border-radius: 100px;
6190 - margin-inline: 5px;
6191 -}
6192 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a {
6193 - color: var(--e-a-btn-bg-accent);
6194 -}
6195 -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i {
6196 - margin-inline-end: 5px;
6197 -}
6198 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta {
6199 - display: inline;
6200 -}
6201 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6202 - display: inline;
6203 - background: var(--e-a-bg-hover);
6204 - padding: 0 2px 1px;
6205 - border: none;
6206 - border-radius: 2px;
6207 - vertical-align: bottom;
6208 - cursor: pointer;
6209 - font-family: inherit;
6210 - font-size: inherit;
6211 - color: inherit;
6212 - line-height: inherit;
6213 -}
6214 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6215 - background: var(--e-a-bg-active);
6216 -}
6217 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6218 - outline: 2px solid var(--e-a-border-color-focus);
6219 - outline-offset: 2px;
6220 -}
6221 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6222 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6223 -#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,
6224 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
6225 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge {
6226 - display: inline;
6227 -}
6228 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6229 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud,
6230 -#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,
6231 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud,
6232 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label {
6233 - pointer-events: none;
6234 -}
6235 -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container,
6236 -#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,
6237 -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider {
6238 - display: none;
6239 -}
6240 -#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 {
6241 - color: var(--e-a-color-txt-muted);
6242 - margin-inline: 5px;
6243 -}
6244 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta {
6245 - display: none;
6246 - float: inline-start;
6247 -}
6248 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p {
6249 - font-size: 13px;
6250 - color: var(--e-a-btn-bg-accent);
6251 - text-align: start;
6252 -}
6253 -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a {
6254 - color: var(--e-a-btn-bg-accent);
6255 - text-decoration: underline;
6256 -}
6257 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit {
6258 - float: inline-end;
6259 -}
6260 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] {
6261 - cursor: not-allowed;
6262 -}
6263 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections {
6264 - display: flex;
6265 - flex-direction: column;
6266 - text-align: start;
6267 - border: var(--e-a-border-bold);
6268 - padding: 15px;
6269 - height: auto;
6270 - gap: 10px;
6271 - position: relative;
6272 -}
6273 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked {
6274 - background: #69727D;
6275 - inset-block-start: -3px;
6276 - position: relative;
6277 -}
6278 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input {
6279 - position: relative;
6280 - display: inline-block;
6281 -}
6282 -#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 {
6283 - white-space: nowrap;
6284 - text-overflow: ellipsis;
6285 - overflow: hidden;
6286 - overflow: visible;
6287 - display: inline-flex;
6288 - align-items: baseline;
6289 - line-height: 27px;
6290 -}
6291 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6292 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6293 - flex-shrink: 0;
6294 - position: relative;
6295 - inset-block-start: 2px;
6296 -}
6297 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
6298 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked {
6299 - inset-block-start: -2px;
6300 -}
6301 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h {
6302 - vertical-align: bottom;
6303 -}
6304 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info {
6305 - margin-inline: 5px;
6306 - color: var(--e-a-color-txt-muted);
6307 - cursor: pointer;
6308 -}
6309 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6310 - display: none;
6311 - margin-inline-end: 5px;
6312 - align-items: baseline;
6313 - white-space: nowrap;
6314 - text-overflow: ellipsis;
6315 - overflow: hidden;
6316 -}
6317 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6318 - display: inline-flex !important;
6319 -}
6320 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6321 - text-decoration: underline;
6322 - cursor: pointer;
6323 - white-space: nowrap;
6324 - text-overflow: ellipsis;
6325 - overflow: hidden;
6326 -}
6327 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6328 - cursor: pointer;
6329 - flex-shrink: 0;
6330 -}
6331 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6332 - color: var(--e-a-color-primary-bold);
6333 - font-size: 14px;
6334 -}
6335 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover {
6336 - text-decoration: underline;
6337 -}
6338 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown {
6339 - display: none;
6340 - position: absolute;
6341 - inset-block-start: 40px;
6342 - background-color: var(--e-a-bg-default);
6343 - min-width: 187px;
6344 - overflow: auto;
6345 - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
6346 - z-index: 1;
6347 - border-radius: 2px;
6348 - max-width: 450px;
6349 -}
6350 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li {
6351 - white-space: nowrap;
6352 - text-overflow: ellipsis;
6353 - overflow: hidden;
6354 -}
6355 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading {
6356 - margin: 15px;
6357 -}
6358 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o {
6359 - margin-inline-end: 10px;
6360 -}
6361 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list {
6362 - max-height: 170px;
6363 -}
6364 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6365 - padding: 5px 15px;
6366 - cursor: pointer;
6367 - list-style: none;
6368 -}
6369 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6370 - display: none;
6371 -}
6372 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading {
6373 - margin: 0px;
6374 -}
6375 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6376 - text-decoration: underline;
6377 -}
6378 -#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 {
6379 - background: var(--e-a-border-color);
6380 -}
6381 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6382 - outline: 2px solid var(--e-a-border-color-focus);
6383 - outline-offset: -2px;
6384 -}
6385 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6386 - pointer-events: none;
6387 - opacity: 0.3;
6388 -}
6389 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6390 - text-align: center;
6391 - font-size: 13px;
6392 - margin: 0 20px;
6393 - padding-block: 15px;
6394 - pointer-events: none;
6395 -}
6396 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
6397 - font-size: 24px;
6398 - padding-block-end: 10px;
6399 -}
6400 -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name {
6401 - border-block-start: none;
6402 - border-inline: none;
6403 -}
6404 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6405 - pointer-events: none;
6406 - opacity: 0.3;
6407 -}
6408 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6409 - display: flex;
6410 - flex-direction: column;
6411 - width: 600px;
6412 - text-align: start;
6413 -}
6414 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6415 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6416 - font-size: 12px;
6417 - font-weight: 400;
6418 - color: var(--e-a-color-txt);
6419 -}
6420 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6421 - width: 100%;
6422 - padding: 12px 15px;
6423 - border: var(--e-a-border-bold);
6424 - border-radius: 3px;
6425 - margin-block-end: 0;
6426 -}
6427 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6428 - border: none;
6429 - padding: 0;
6430 - gap: 12px;
6431 - margin-block-start: 20px;
6432 -}
6433 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6434 - display: flex;
6435 - align-items: center;
6436 - padding: 12px 15px;
6437 - border: var(--e-a-border-bold);
6438 - border-radius: 3px;
6439 - width: 100%;
6440 - line-height: normal;
6441 - gap: 8px;
6442 -}
6443 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6444 - border-color: var(--e-a-color-txt);
6445 -}
6446 -#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 {
6447 - display: flex;
6448 -}
6449 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6450 - margin-inline-end: 0;
6451 - flex-shrink: 0;
6452 - position: relative;
6453 -}
6454 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6455 - inset-block-start: 0;
6456 -}
6457 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6458 - content: "";
6459 - position: absolute;
6460 - inset-inline-end: -8px;
6461 - width: 1px;
6462 - height: 18px;
6463 - background-color: var(--e-a-border-color);
6464 -}
6465 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6466 - margin-inline-start: 12px;
6467 - margin-inline-end: 4px;
6468 - font-size: 24px;
6469 - color: var(--e-a-color-txt);
6470 -}
6471 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6472 - margin-inline-start: 8px;
6473 - margin-inline-end: 0;
6474 - font-size: 24px;
6475 - color: var(--e-a-color-txt);
6476 -}
6477 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6478 - flex: 0 0 auto;
6479 - margin: 0;
6480 - cursor: pointer;
6481 -}
6482 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6483 - margin-inline: 0;
6484 -}
6485 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6486 - display: inline;
6487 - background: transparent;
6488 - padding: 0;
6489 - border-radius: 0;
6490 - vertical-align: baseline;
6491 - text-decoration: underline;
6492 - cursor: pointer;
6493 - margin-inline-start: 0;
6494 -}
6495 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6496 - background: transparent;
6497 -}
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6499 - color: var(--e-a-color-primary-bold);
6500 - text-decoration: underline;
6501 - cursor: pointer;
6502 - margin-inline-start: 4px;
6503 -}
6504 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6505 - text-decoration: none;
6506 -}
6507 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6508 - display: none;
6509 - border: none;
6510 - padding: 0;
6511 - border-radius: 0;
6512 - margin-inline-start: 0;
6513 - background: transparent;
6514 - transition: background-color 0.2s;
6515 - padding: 3px 8px;
6516 -}
6517 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6518 - background-color: var(--e-a-btn-bg-primary-hover);
6519 - border-radius: 3px;
6520 -}
6521 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6522 - color: var(--e-a-btn-bg-accent);
6523 - text-decoration: none;
6524 - display: flex;
6525 - align-items: center;
6526 - gap: 4px;
6527 - font-size: 14px;
6528 - font-weight: 500;
6529 -}
6530 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6531 - margin: 0;
6532 - font-size: 14px;
6533 -}
6534 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6535 - display: none;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6538 - color: var(--e-a-color-txt-muted);
6539 - margin-inline: 5px;
6540 -}
6541 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6542 - color: var(--e-a-color-info);
6543 - text-decoration: underline;
6544 -}
6545 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6546 - text-decoration: none;
6547 -}
6548 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6549 - display: flex;
6550 - align-items: center;
6551 - gap: 6px;
6552 - padding: 6px 12px;
6553 - border: none;
6554 - border-radius: 20px;
6555 - font-size: 14px;
6556 - font-weight: 500;
6557 - cursor: pointer;
6558 - transition: opacity 0.2s;
6559 - margin-inline-start: auto;
6560 -}
6561 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6562 - opacity: 0.8;
6563 -}
6564 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6565 - margin: 0;
6566 - font-size: 14px;
6567 -}
6568 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6569 - background-color: var(--e-a-bg-info);
6570 - color: var(--e-a-color-info);
6571 -}
6572 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6573 - color: var(--e-a-color-info);
6574 -}
6575 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6576 - background-color: var(--e-a-bg-warning);
6577 - color: var(--e-a-btn-bg-warning-hover);
6578 -}
6579 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6580 - color: var(--e-a-btn-bg-warning-hover);
6581 -}
6582 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6583 - display: none;
6584 - margin-inline-start: 8px;
6585 - align-items: center;
6586 - gap: 6px;
6587 -}
6588 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6589 - display: inline-flex !important;
6590 -}
6591 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6592 - text-decoration: underline;
6593 - cursor: pointer;
6594 -}
6595 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6596 - cursor: pointer;
6597 - font-size: 14px;
6598 -}
6599 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6600 - inset-block-start: 75px;
6601 - inset-inline-start: 230px;
6602 -}
6603 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6604 - display: none;
6605 -}
6606 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6607 - display: inline;
6608 -}
6609 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6610 - display: none;
6611 -}
6612 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6613 - border-color: var(--e-a-border-color);
6614 -}
6615 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6616 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6618 - color: var(--e-a-color-txt-disabled);
6619 -}
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6621 - background-color: var(--e-a-color-txt-disabled);
6622 -}
6623 -#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 {
6624 - border-color: var(--e-a-border-color);
6625 -}
6626 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6627 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6628 -#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,
6629 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6630 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6631 - color: var(--e-a-color-txt-disabled);
6632 -}
6633 -#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 {
6634 - background-color: var(--e-a-color-txt-disabled);
6635 -}
6636 -#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 {
6637 - display: inline-flex;
6638 -}
6639 -#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 {
6640 - display: none;
6641 -}
6642 -#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 {
6643 - display: block;
6644 -}
6645 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6646 -#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],
6647 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6648 - pointer-events: none;
6649 -}
6650 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6651 - display: block;
6652 - margin-block-start: 15px;
6653 -}
6654 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6655 - align-self: center;
6656 - margin-block-start: 20px;
6657 - float: none;
6658 -}
6659 5362
6660 5363 #elementor-template-library-save-template-name {
6661 5364 width: 500px;
6662 5365 padding-inline-start: 25px;
@@ -6708,12 +5411,8 @@
6708 5411 padding: 100px 0 0;
6709 5412 min-height: 550px;
6710 5413 }
6711 5414
6712 -.elementor-template-library-cloud-empty__button {
6713 - margin-block-start: 45px;
6714 -}
6715 -
6716 5415 #elementor-template-library-connect-logo {
6717 5416 font-size: 20px;
6718 5417 }
6719 5418 #elementor-template-library-connect__button {
@@ -6750,11 +5449,11 @@
6750 5449 }
6751 5450
6752 5451 .elementor-template-library-blank-footer {
6753 5452 position: absolute;
6754 - inset-block-end: 70px;
6755 - inset-inline-start: 50%;
6756 - transform: translateX(calc(-50% * var(--direction-multiplier)));
5453 + bottom: 70px;
5454 + left: 50%;
5455 + transform: translateX(-50%);
6757 5456 font-style: italic;
6758 5457 color: var(--e-a-color-txt-muted);
6759 5458 }
6760 5459 @media (max-height: 700px) {
@@ -6786,287 +5485,50 @@
6786 5485 #elementor-template-library-error-info {
6787 5486 margin-block-start: 10px;
6788 5487 }
6789 5488
6790 -#elementor-library--infotip__dialog,
6791 -#elementor-library--connect_infotip__dialog,
6792 -#elementor-library--cloud-upgrade__dialog,
6793 -#elementor-library--site-info__dialog {
6794 - position: absolute;
6795 - z-index: 10000;
6796 - background-color: var(--e-a-bg-default);
6797 - box-shadow: var(--e-a-popover-shadow);
6798 - border-radius: var(--e-a-border-radius);
5489 +@media (max-width: 1439px) {
5490 + .elementor-template-library-local-column-1 {
5491 + width: 33%;
5492 + }
5493 + .elementor-template-library-local-column-2 {
5494 + width: 10%;
5495 + }
5496 + .elementor-template-library-local-column-3 {
5497 + width: 15%;
5498 + }
5499 + .elementor-template-library-local-column-4 {
5500 + width: 15%;
5501 + }
5502 + .elementor-template-library-local-column-5 {
5503 + width: 27%;
5504 + }
6799 5505 }
6800 -#elementor-library--infotip__dialog.variant-b,
6801 -#elementor-library--connect_infotip__dialog.variant-b,
6802 -#elementor-library--cloud-upgrade__dialog.variant-b,
6803 -#elementor-library--site-info__dialog.variant-b {
6804 - width: 200px;
6805 - color: var(--e-a-color-txt-invert);
6806 - background-color: var(--e-a-bg-secondary);
5506 +@media (min-width: 1440px) {
5507 + .elementor-template-library-local-column-1 {
5508 + width: 25%;
5509 + }
5510 + .elementor-template-library-local-column-2 {
5511 + width: 17%;
5512 + }
5513 + .elementor-template-library-local-column-3 {
5514 + width: 17%;
5515 + }
5516 + .elementor-template-library-local-column-4 {
5517 + width: 17%;
5518 + }
5519 + .elementor-template-library-local-column-5 {
5520 + width: 24%;
5521 + }
6807 5522 }
6808 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6809 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6810 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6811 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6812 - padding: 4px 8px 4px 8px;
5523 +@media (max-width: 1024px) {
5524 + .elementor-template-library-local-column-3 {
5525 + display: none;
5526 + }
5527 + .elementor-template-library-local-column-5 {
5528 + width: 41%;
5529 + }
6813 5530 }
6814 -#elementor-library--infotip__dialog__title,
6815 -#elementor-library--connect_infotip__dialog__title,
6816 -#elementor-library--cloud-upgrade__dialog__title,
6817 -#elementor-library--site-info__dialog__title {
6818 - font-size: 14px;
6819 -}
6820 -#elementor-library--infotip__dialog .dialog-buttons-wrapper,
6821 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6822 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6823 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6824 - padding: 10px 0 10px 10px;
6825 - float: inline-end;
6826 -}
6827 -#elementor-library--infotip__dialog .dialog-button,
6828 -#elementor-library--connect_infotip__dialog .dialog-button,
6829 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6830 -#elementor-library--site-info__dialog .dialog-button {
6831 - padding: 7px 25px;
6832 - font-size: 13px;
6833 - background: none;
6834 - color: var(--e-a-btn-bg-accent);
6835 - border: none;
6836 - font-weight: 500;
6837 - cursor: pointer;
6838 -}
6839 -#elementor-library--infotip__dialog:after,
6840 -#elementor-library--connect_infotip__dialog:after,
6841 -#elementor-library--cloud-upgrade__dialog:after,
6842 -#elementor-library--site-info__dialog:after {
6843 - content: "";
6844 - position: absolute;
6845 - inset-inline-end: 46%;
6846 - transform: scaleX(0.7);
6847 - border: 10px solid transparent;
6848 -}
6849 -
6850 -#elementor-library--infotip__dialog {
6851 - width: 265px;
6852 -}
6853 -#elementor-library--infotip__dialog .dialog-message {
6854 - padding: 20px 20px 0px 20px;
6855 -}
6856 -#elementor-library--infotip__dialog:after {
6857 - inset-block-start: 100%;
6858 - border-block-start-color: var(--e-a-bg-default);
6859 -}
6860 -#elementor-library--infotip__dialog.variant-b:after {
6861 - border-block-start-color: var(--e-a-bg-secondary);
6862 -}
6863 -
6864 -#elementor-library--connect_infotip__dialog {
6865 - width: 265px;
6866 -}
6867 -#elementor-library--connect_infotip__dialog .dialog-message {
6868 - padding: 20px;
6869 -}
6870 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6871 - inset-block-end: 100%;
6872 - border-block-end-color: var(--e-a-bg-default);
6873 -}
6874 -#elementor-library--connect_infotip__dialog.variant-b:after {
6875 - border-block-start-color: var(--e-a-bg-secondary);
6876 - inset-block-start: 100%;
6877 -}
6878 -#elementor-library--connect_infotip__dialog.variant-b {
6879 - width: 265px;
6880 -}
6881 -
6882 -#elementor-library--cloud-upgrade__dialog {
6883 - width: 265px;
6884 -}
6885 -#elementor-library--cloud-upgrade__dialog:after {
6886 - inset-block-start: 100%;
6887 - border-block-start-color: var(--e-a-bg-default);
6888 -}
6889 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6890 - border-block-start-color: var(--e-a-bg-secondary);
6891 -}
6892 -
6893 -#elementor-library--site-info__dialog {
6894 - width: 265px;
6895 -}
6896 -#elementor-library--site-info__dialog:after {
6897 - inset-block-start: 100%;
6898 - border-block-start-color: var(--e-a-bg-default);
6899 -}
6900 -#elementor-library--site-info__dialog.variant-b:after {
6901 - border-block-start-color: var(--e-a-bg-secondary);
6902 -}
6903 -
6904 -.elementor-global-styles-dialog {
6905 - --gsd-color-text-primary: #0c0d0e;
6906 - --gsd-color-text-secondary: #3f444b;
6907 - --gsd-color-text-tertiary: #69727D;
6908 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6909 - --gsd-color-primary-main: #f0abfc;
6910 - --gsd-color-primary-hover: #e879f9;
6911 - --gsd-color-secondary-main: #515962;
6912 - --gsd-border-radius: 4px;
6913 - --gsd-spacing-horizontal: 24px;
6914 - --gsd-font-family: 'Roboto', sans-serif;
6915 - padding: 16px 0 0;
6916 - min-width: 444px;
6917 -}
6918 -.elementor-global-styles-dialog__header {
6919 - padding: 10px var(--gsd-spacing-horizontal) 0;
6920 - margin-block-end: 16px;
6921 -}
6922 -.elementor-global-styles-dialog__header h2 {
6923 - margin: 0 0 4px;
6924 - font-family: var(--gsd-font-family);
6925 - font-size: 16px;
6926 - font-weight: 500;
6927 - line-height: 1.3;
6928 - color: var(--gsd-color-text-primary);
6929 - letter-spacing: 0.15px;
6930 -}
6931 -.elementor-global-styles-dialog__header p {
6932 - margin: 0;
6933 - font-family: var(--gsd-font-family);
6934 - font-size: 14px;
6935 - font-weight: 400;
6936 - line-height: 20px;
6937 - color: var(--gsd-color-text-secondary);
6938 - letter-spacing: 0.15px;
6939 -}
6940 -.elementor-global-styles-dialog__options {
6941 - display: flex;
6942 - flex-direction: column;
6943 - gap: 12px;
6944 - padding: 0 var(--gsd-spacing-horizontal);
6945 -}
6946 -.elementor-global-styles-dialog__radio-card {
6947 - display: flex;
6948 - gap: 0;
6949 - padding: 12px 8px;
6950 - border: 1px solid var(--gsd-color-divider);
6951 - border-radius: var(--gsd-border-radius);
6952 - cursor: pointer;
6953 - transition: border-color 0.2s ease;
6954 -}
6955 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
6956 - border: 2px solid var(--gsd-color-text-primary);
6957 - padding: 11px 7px;
6958 -}
6959 -.elementor-global-styles-dialog__radio-card input[type=radio] {
6960 - flex-shrink: 0;
6961 - width: 20px;
6962 - height: 20px;
6963 - margin: 9px;
6964 - cursor: pointer;
6965 - color: var(--gsd-color-text-tertiary);
6966 - accent-color: var(--gsd-color-text-primary);
6967 -}
6968 -.elementor-global-styles-dialog__radio-card-content {
6969 - display: flex;
6970 - align-items: flex-start;
6971 - flex-direction: column;
6972 - flex: 1;
6973 -}
6974 -.elementor-global-styles-dialog__radio-label {
6975 - font-family: var(--gsd-font-family);
6976 - font-size: 14px;
6977 - font-weight: 500;
6978 - line-height: 18px;
6979 - color: var(--gsd-color-text-primary);
6980 - letter-spacing: 0.15px;
6981 -}
6982 -.elementor-global-styles-dialog__radio-description {
6983 - font-family: var(--gsd-font-family);
6984 - font-size: 12px;
6985 - font-weight: 400;
6986 - line-height: 20px;
6987 - color: var(--gsd-color-text-secondary);
6988 - letter-spacing: 0.4px;
6989 -}
6990 -.elementor-global-styles-dialog__checkbox-container {
6991 - display: flex;
6992 - align-items: flex-start;
6993 - gap: 4px;
6994 - padding: 0;
6995 - margin-block-start: 0;
6996 -}
6997 -.elementor-global-styles-dialog__checkbox-option {
6998 - display: flex;
6999 - align-items: flex-start;
7000 - gap: 4px;
7001 - cursor: pointer;
7002 -}
7003 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7004 - width: 18px;
7005 - height: 18px;
7006 - margin: 4px;
7007 - cursor: pointer;
7008 -}
7009 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7010 - background-color: var(--gsd-color-text-tertiary);
7011 -}
7012 -.elementor-global-styles-dialog__checkbox-label {
7013 - font-family: var(--gsd-font-family);
7014 - font-size: 12px;
7015 - font-weight: 400;
7016 - line-height: 1.43;
7017 - color: var(--gsd-color-text-primary);
7018 - letter-spacing: 0.15px;
7019 - padding-block-start: 4px;
7020 - margin-inline-start: 4px;
7021 -}
7022 -.elementor-global-styles-dialog__checkbox-label a {
7023 - color: #2563eb;
7024 - text-decoration: underline;
7025 -}
7026 -.elementor-global-styles-dialog__checkbox-label a:hover {
7027 - color: #2563eb;
7028 -}
7029 -.elementor-global-styles-dialog__footer {
7030 - display: flex;
7031 - justify-content: flex-end;
7032 - align-items: center;
7033 - gap: 8px;
7034 - padding: 16px var(--gsd-spacing-horizontal);
7035 -}
7036 -.elementor-global-styles-dialog__button-cancel {
7037 - padding: 6px 8px;
7038 - font-family: var(--gsd-font-family);
7039 - font-size: 15px;
7040 - font-weight: 500;
7041 - line-height: 24px;
7042 - letter-spacing: 0.4px;
7043 - color: var(--gsd-color-secondary-main);
7044 - background: transparent;
7045 - border: none;
7046 - border-radius: var(--gsd-border-radius);
7047 - cursor: pointer;
7048 -}
7049 -.elementor-global-styles-dialog__button-cancel:hover {
7050 - background: rgba(0, 0, 0, 0.04);
7051 -}
7052 -.elementor-global-styles-dialog__button-insert {
7053 - padding: 6px 16px;
7054 - font-family: var(--gsd-font-family);
7055 - font-size: 15px;
7056 - font-weight: 500;
7057 - line-height: 24px;
7058 - letter-spacing: 0.4px;
7059 - color: var(--gsd-color-text-primary);
7060 - background: var(--gsd-color-primary-main);
7061 - border: none;
7062 - border-radius: var(--gsd-border-radius);
7063 - cursor: pointer;
7064 -}
7065 -.elementor-global-styles-dialog__button-insert:hover {
7066 - background: var(--gsd-color-primary-hover);
7067 -}
7068 -
7069 5531 .elementor-tags-list {
7070 5532 display: none;
7071 5533 position: absolute;
7072 5534 width: 260px;
@@ -7156,10 +5618,10 @@
7156 5618 }
7157 5619 .elementor-tag-settings-popup:before {
7158 5620 content: "";
7159 5621 position: absolute;
7160 - inset-block-start: -20px;
7161 - inset-inline-start: 5px;
5622 + top: -20px;
5623 + left: 5px;
7162 5624 border: 10px solid transparent;
7163 5625 border-block-end-color: var(--e-a-border-color);
7164 5626 }
7165 5627 .elementor-tag-settings-popup .elementor-control-type-section:first-child {
@@ -7250,14 +5712,8 @@
7250 5712 cursor: default;
7251 5713 opacity: 0.5;
7252 5714 color: var(--e-a-color-disabled);
7253 5715 }
7254 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7255 - opacity: 1;
7256 -}
7257 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7258 - opacity: 0.5;
7259 -}
7260 5716 .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 {
7261 5717 background-color: var(--e-a-bg-hover);
7262 5718 color: var(--e-a-color-hover);
7263 5719 }
@@ -7279,27 +5735,8 @@
7279 5735 inset: 0;
7280 5736 z-index: 2;
7281 5737 cursor: pointer;
7282 5738 }
7283 -.elementor-context-menu-list__item__shortcut__new-badge {
7284 - border: 1px solid var(--e-a-color-primary-bold);
7285 - padding: 2px 8px;
7286 - color: var(--e-a-color-primary-bold);
7287 - border-radius: 10px;
7288 - font-size: 10px;
7289 -}
7290 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7291 - display: flex;
7292 - align-items: center;
7293 - justify-content: center;
7294 - width: 24px;
7295 - height: 24px;
7296 - border-radius: 50%;
7297 - background-color: rgba(214, 16, 124, 0.12);
7298 - color: var(--e-a-color-accent-promotion, #D6107C);
7299 - font-size: 16px;
7300 - cursor: pointer;
7301 -}
7302 5739 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7303 5740 font-size: 14px;
7304 5741 font-style: normal;
7305 5742 font-weight: 400;
@@ -7384,9 +5821,9 @@
7384 5821 }
7385 5822 .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after {
7386 5823 content: "+";
7387 5824 position: absolute;
7388 - inset-inline-end: 0;
5825 + right: 0;
7389 5826 width: 9px;
7390 5827 text-align: center;
7391 5828 margin-inline-end: -18px;
7392 5829 }
@@ -7465,12 +5902,12 @@
7465 5902 }
7466 5903
7467 5904 #elementor-navigator {
7468 5905 position: fixed;
7469 - inset-block-start: 100px;
7470 - inset-inline-end: 30px;
5906 + top: 100px;
7471 5907 width: var(--e-editor-navigator-width);
7472 5908 height: 50vh;
5909 + right: 30px;
7473 5910 background-color: var(--e-a-bg-default);
7474 5911 border: var(--e-a-border);
7475 5912 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
7476 5913 -webkit-user-select: none;
@@ -7599,9 +6036,9 @@
7599 6036 .elementor-navigator__item[data-locked=true] {
7600 6037 cursor: not-allowed;
7601 6038 }
7602 6039 .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i {
7603 - transform: rotate(calc(-90deg * var(--direction-multiplier)));
6040 + transform: rotate(-90deg);
7604 6041 }
7605 6042 .elementor-navigator__item > * {
7606 6043 display: flex;
7607 6044 align-items: center;
@@ -7686,9 +6123,9 @@
7686 6123 overflow: hidden;
7687 6124 }
7688 6125 .elementor-navigator__element__toggle {
7689 6126 position: absolute;
7690 - inset-inline-end: 15px;
6127 + right: 15px;
7691 6128 height: 100%;
7692 6129 z-index: 0;
7693 6130 font-size: 13px;
7694 6131 }
@@ -7697,9 +6134,9 @@
7697 6134 transition: transform 0.5s;
7698 6135 z-index: 91;
7699 6136 }
7700 6137 .elementor-navigator__element__indicators:not(:hover) {
7701 - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier)));
6138 + transform: translateX(calc(100% - var(--e-editor-navigator-indicator-width)));
7702 6139 }
7703 6140 .elementor-navigator__element__indicator {
7704 6141 height: 100%;
7705 6142 width: 31px;
@@ -7726,9 +6163,9 @@
7726 6163
7727 6164 .e-notice-bar {
7728 6165 position: absolute;
7729 6166 width: 100%;
7730 - inset-block-end: 0;
6167 + bottom: 0;
7731 6168 display: flex;
7732 6169 align-items: center;
7733 6170 height: 40px;
7734 6171 color: #fff;
@@ -7854,11 +6291,11 @@
7854 6291 background-color: transparent;
7855 6292 }
7856 6293 #elementor-icons-manager__search i {
7857 6294 position: absolute;
7858 - inset-block-start: 50%;
7859 - inset-inline-end: 15px;
6295 + top: 50%;
7860 6296 transform: translateY(-50%);
6297 + right: 15px;
7861 6298 }
7862 6299 #elementor-icons-manager__tab__wrapper {
7863 6300 overflow: auto;
7864 6301 margin: 25px -15px 0;
@@ -7947,10 +6384,10 @@
7947 6384 content: "";
7948 6385 position: absolute;
7949 6386 height: 100%;
7950 6387 width: 3px;
7951 - inset-block-start: 0;
7952 - inset-inline-start: 0;
6388 + top: 0;
6389 + left: 0;
7953 6390 background-color: var(--e-a-border-color-accent);
7954 6391 }
7955 6392 .elementor-icons-manager__tab__item {
7956 6393 position: relative;
@@ -7975,11 +6412,11 @@
7975 6412 flex-direction: column;
7976 6413 align-items: center;
7977 6414 width: 100%;
7978 6415 position: absolute;
7979 - inset-block-start: 50%;
7980 - inset-inline-start: 50%;
7981 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6416 + top: 50%;
6417 + left: 50%;
6418 + transform: translate(-50%, -50%);
7982 6419 padding: 1px;
7983 6420 }
7984 6421 .elementor-icons-manager__tab__item__icon {
7985 6422 font-size: 25px;
@@ -8023,12 +6460,11 @@
8023 6460 }
8024 6461 .pickr .pcr-button:before, .pickr .pcr-button:after {
8025 6462 height: 12px;
8026 6463 width: 12px;
8027 - position: absolute;
8028 - inset-block-start: 50%;
8029 - inset-inline-start: 50%;
8030 - transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
6464 + top: 50%;
6465 + left: 50%;
6466 + transform: translate(-50%, -50%);
8031 6467 }
8032 6468
8033 6469 .pcr-app {
8034 6470 background-color: var(--e-a-bg-default);
@@ -8168,9 +6604,9 @@
8168 6604 }
8169 6605
8170 6606 .select2-selection__arrow {
8171 6607 height: 27px;
8172 - inset-block-start: 0;
6608 + top: 0;
8173 6609 }
8174 6610
8175 6611 .select2-results__option[aria-selected=true] {
8176 6612 background-color: var(--e-a-bg-active);
@@ -8229,10 +6665,11 @@
8229 6665 padding: 0;
8230 6666 margin: 0;
8231 6667 height: 100px;
8232 6668 position: absolute;
8233 - inset-block-start: -60px;
8234 - inset-inline: 0;
6669 + top: -60px;
6670 + left: 0;
6671 + right: 0;
8235 6672 }
8236 6673 #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus {
8237 6674 border-color: transparent;
8238 6675 outline: none;
@@ -8257,54 +6694,21 @@
8257 6694 display: block;
8258 6695 margin: 10px -15px;
8259 6696 }
8260 6697
8261 -.elementor-app-backdrop {
8262 - position: fixed;
8263 - z-index: 99998;
8264 - inset: 0;
8265 - background: rgba(0, 0, 0, 0.5);
8266 - opacity: 0;
8267 - transition: opacity 0.25s ease;
8268 -}
8269 -.elementor-app-backdrop--visible {
8270 - opacity: 1;
8271 -}
8272 -
8273 -.elementor-app-iframe {
8274 - position: fixed;
8275 - top: 30px;
8276 - left: 40px;
8277 - width: calc(100% - 80px);
8278 - height: calc(100% - 60px);
8279 - z-index: 100000;
8280 - border-radius: 12px;
8281 - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3);
8282 - background-color: transparent;
8283 - opacity: 0;
8284 - transition: opacity 0.25s ease;
8285 -}
8286 -.elementor-app-iframe--visible {
8287 - opacity: 1;
8288 -}
8289 -
8290 6698 [class^=eicon-flex], [class*=" eicon-flex"] {
8291 6699 transition: 0.3s all;
6700 + --is-ltr: 1;
6701 + --is-rtl: 0;
6702 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8292 6703 }
8293 6704 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8294 6705 max-height: 1em;
8295 6706 max-width: 1em;
8296 6707 }
8297 -[class^=eicon-flex], [class*=" eicon-flex"] {
8298 - --is-ltr: 1;
8299 - --is-rtl: 0;
8300 -}
8301 6708 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8302 6709 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8303 6710 }
8304 -[class^=eicon-flex], [class*=" eicon-flex"] {
8305 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8306 -}
8307 6711 :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) {
8308 6712 transform: rotate(calc(var(--rotation-direction) * 90deg));
8309 6713 }
8310 6714 :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) {
@@ -8317,16 +6721,6 @@
8317 6721 transform: rotate(calc(var(--is-rtl) * 180deg));
8318 6722 }
8319 6723 .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) {
8320 6724 transform: rotate(calc(var(--is-ltr) * 180deg));
8321 -}
8322 -
8323 -.elementor-editor-active .embed-media-settings .setting.caption {
8324 - display: none;
8325 -}
8326 -.elementor-editor-active .embed-media-settings .setting.align {
8327 - display: none;
8328 -}
8329 -.elementor-editor-active .embed-media-settings fieldset.setting-group {
8330 - display: none;
8331 6725 }
8332 6726 /*# sourceMappingURL=editor.css.map */