PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.3
Elementor Website Builder – more than just a page builder v3.32.3
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 4.0.7 All 451 releases
← All changes | assets/css/editor.css +58 -830 4.0.83.32.3 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.32.0 - 29-09-2025 */
1 2 .elementor-control-unit-1 {
2 3 width: 27px;
3 4 }
4 5
@@ -630,8 +631,13 @@
630 631 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
631 632 .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
632 633 color: initial;
633 634 }
635 +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled],
636 +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] {
637 + background-color: var(--e-a-btn-bg-disabled);
638 + cursor: not-allowed;
639 +}
634 640 .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 641 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover,
636 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 643 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
@@ -636,13 +642,8 @@
636 642 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus,
637 643 .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited {
638 644 background-color: var(--e-a-btn-bg-disabled);
639 645 }
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
646 647 /*
647 648 * Container style
648 649 */
@@ -1364,12 +1365,8 @@
1364 1365 padding: 15px;
1365 1366 z-index: 1;
1366 1367 }
1367 1368
1368 -#elementor-panel-elements-search-area:empty {
1369 - display: none;
1370 -}
1371 -
1372 1369 #elementor-panel-elements-search-wrapper {
1373 1370 position: relative;
1374 1371 }
1375 1372
@@ -1571,80 +1568,8 @@
1571 1568 .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner {
1572 1569 border: 0;
1573 1570 }
1574 1571
1575 -#elementor-panel-elements-widget-creation-area:empty {
1576 - display: none;
1577 -}
1578 -
1579 -.elementor-panel-elements-widget-creation {
1580 - text-align: center;
1581 - padding: 30px 20px;
1582 -}
1583 -.elementor-panel-elements-widget-creation__title {
1584 - font-size: 14px;
1585 - font-weight: bold;
1586 - line-height: 1.4;
1587 - color: var(--e-a-color-txt);
1588 -}
1589 -.elementor-panel-elements-widget-creation__message {
1590 - margin-block-start: 8px;
1591 - font-size: 13px;
1592 - line-height: 1.6;
1593 - color: var(--e-a-color-txt-muted);
1594 -}
1595 -.elementor-panel-elements-widget-creation__cta {
1596 - display: inline-flex;
1597 - align-items: center;
1598 - gap: 6px;
1599 - margin-block-start: 16px;
1600 - padding: 0;
1601 - border: none;
1602 - background: none;
1603 - color: #C00BB9;
1604 - font-size: 14px;
1605 - font-weight: 500;
1606 - cursor: pointer;
1607 - font-family: var(--e-a-font-family);
1608 -}
1609 -.elementor-panel-elements-widget-creation__cta i {
1610 - font-size: 16px;
1611 -}
1612 -.elementor-panel-elements-widget-creation__cta:hover {
1613 - opacity: 0.8;
1614 -}
1615 -.elementor-panel-elements-widget-creation--search-footer {
1616 - border-block-start: var(--e-a-border);
1617 -}
1618 -
1619 -.elementor-panel-category-custom-widgets-empty {
1620 - grid-column: 1/-1;
1621 - width: 100%;
1622 - padding: 0 16px 16px;
1623 -}
1624 -.elementor-panel-category-custom-widgets-empty__message {
1625 - margin: 0;
1626 - font-size: 12px;
1627 - line-height: 1.6;
1628 - color: var(--e-a-color-txt-muted);
1629 -}
1630 -
1631 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading {
1632 - margin-inline-start: auto;
1633 - padding: 4px 10px;
1634 - border: none;
1635 - background: none;
1636 - color: #C00BB9;
1637 - font-size: 12px;
1638 - font-weight: 500;
1639 - cursor: pointer;
1640 - font-family: var(--e-a-font-family);
1641 - flex-shrink: 0;
1642 -}
1643 -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover {
1644 - opacity: 0.8;
1645 -}
1646 -
1647 1572 #elementor-panel-inner {
1648 1573 position: relative;
1649 1574 height: 100%;
1650 1575 display: flex;
@@ -1973,10 +1898,8 @@
1973 1898 .elementor-group-control-attachment_alert .elementor-control-field-description {
1974 1899 margin-block-start: 0;
1975 1900 }
1976 1901
1977 -.elementor-control-start-end .eicon-text-align-left,
1978 -.elementor-control-start-end .eicon-text-align-right,
1979 1902 .elementor-control-start-end .eicon-h-align-left,
1980 1903 .elementor-control-start-end .eicon-h-align-right {
1981 1904 scale: calc(1 * var(--direction-multiplier)) 1;
1982 1905 }
@@ -3088,19 +3011,8 @@
3088 3011 .e-global__preview-items-container::-webkit-scrollbar-thumb {
3089 3012 background-color: #BABFC5;
3090 3013 border-radius: 10px;
3091 3014 }
3092 -.e-global__group-header {
3093 - padding: 12px 20px 5px;
3094 - font-weight: 500;
3095 - font-size: 11px;
3096 - color: var(--e-a-color-txt-muted);
3097 -}
3098 -.e-global__group-divider {
3099 - height: 1px;
3100 - background-color: var(--e-a-border-color);
3101 - margin: 10px 20px;
3102 -}
3103 3015 .e-global__manage-button {
3104 3016 font-weight: 500;
3105 3017 cursor: pointer;
3106 3018 }
@@ -5094,20 +5006,8 @@
5094 5006 background-color: #fff;
5095 5007 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
5096 5008 }
5097 5009
5098 -#elementor-template-library-modal button:focus-visible,
5099 -#elementor-template-library-modal a:focus-visible,
5100 -#elementor-template-library-modal input:focus-visible,
5101 -#elementor-template-library-modal select:focus-visible,
5102 -#elementor-template-library-modal [tabindex="0"]:focus-visible,
5103 -#elementor-template-library-modal [role=tab]:focus-visible,
5104 -#elementor-template-library-modal [role=radio]:focus-visible,
5105 -#elementor-template-library-modal [role=menuitem]:focus-visible {
5106 - outline: 2px solid var(--e-a-border-color-focus);
5107 - outline-offset: 2px;
5108 - border-radius: 2px;
5109 -}
5110 5010 #elementor-template-library-modal a.elementor-template-library-blank-footer-link {
5111 5011 font-style: normal;
5112 5012 text-decoration: underline;
5113 5013 }
@@ -5119,9 +5019,9 @@
5119 5019 }
5120 5020 #elementor-template-library-modal .dialog-message {
5121 5021 overflow-y: scroll;
5122 5022 }
5123 -#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 {
5023 +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message {
5124 5024 overflow-y: hidden;
5125 5025 }
5126 5026 #elementor-template-library-modal .e-back-to-editor {
5127 5027 color: var(--e-a-color-txt);
@@ -5138,21 +5038,14 @@
5138 5038 display: inline-block;
5139 5039 padding: 17px 20px;
5140 5040 border-block-end: 3px solid transparent;
5141 5041 cursor: pointer;
5142 - background: transparent;
5143 - margin: 0;
5144 - font-size: inherit;
5145 - font-family: inherit;
5146 - color: inherit;
5147 - border: none;
5148 5042 }
5149 5043 .elementor-template-library-menu-item:hover {
5150 5044 background-color: var(--e-a-bg-hover);
5151 5045 border-color: var(--e-a-bg-hover);
5152 5046 }
5153 -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] {
5154 - border-block-end: 3px solid;
5047 +.elementor-template-library-menu-item.elementor-active {
5155 5048 border-color: var(--e-a-border-color-accent);
5156 5049 color: var(--e-a-color-txt-accent);
5157 5050 }
5158 5051
@@ -5158,25 +5051,11 @@
5158 5051
5159 5052 #elementor-template-library-header-actions {
5160 5053 display: flex;
5161 5054 }
5162 -#elementor-template-library-header-actions > div,
5163 -#elementor-template-library-header-actions > button {
5164 - background: transparent;
5165 - margin: 0;
5166 - font-size: inherit;
5167 - font-family: inherit;
5168 - color: inherit;
5169 - border: none;
5055 +#elementor-template-library-header-actions > div {
5170 5056 padding-inline-end: 16px;
5171 - cursor: pointer;
5172 5057 }
5173 -#elementor-template-library-header-actions > div:focus-visible,
5174 -#elementor-template-library-header-actions > button:focus-visible {
5175 - outline: 2px solid var(--e-a-border-color-focus);
5176 - outline-offset: -2px;
5177 - border-radius: 2px;
5178 -}
5179 5058
5180 5059 #elementor-template-library-header-tools.e-hidden-disabled {
5181 5060 opacity: 0;
5182 5061 visibility: hidden;
@@ -5198,25 +5077,8 @@
5198 5077 border-inline-end: var(--e-a-border);
5199 5078 cursor: pointer;
5200 5079 transition: color 0.5s;
5201 5080 }
5202 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button {
5203 - background: transparent;
5204 - margin: 0;
5205 - font-size: inherit;
5206 - font-family: inherit;
5207 - color: inherit;
5208 - border: none;
5209 - display: flex;
5210 - align-items: center;
5211 - gap: 10px;
5212 - cursor: pointer;
5213 -}
5214 -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible {
5215 - outline: 2px solid var(--e-a-border-color-focus);
5216 - outline-offset: 2px;
5217 - border-radius: 2px;
5218 -}
5219 5081 #elementor-template-library-header-preview-back:hover {
5220 5082 color: var(--e-a-color-txt-hover);
5221 5083 }
5222 5084 #elementor-template-library-header-preview-back i {
@@ -5249,14 +5111,9 @@
5249 5111 }
5250 5112 #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 {
5251 5113 display: flex;
5252 5114 align-items: baseline;
5253 - border-radius: 3px;
5254 5115 }
5255 -#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 {
5256 - outline: 2px solid var(--e-a-border-color-focus);
5257 - outline-offset: 2px;
5258 -}
5259 5116 #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 {
5260 5117 align-items: center;
5261 5118 }
5262 5119 #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 {
@@ -5361,14 +5218,8 @@
5361 5218 align-items: center;
5362 5219 gap: 8px;
5363 5220 }
5364 5221 #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item {
5365 - background: transparent;
5366 - margin: 0;
5367 - font-size: inherit;
5368 - font-family: inherit;
5369 - color: inherit;
5370 - border: none;
5371 5222 cursor: pointer;
5372 5223 font-size: 20px;
5373 5224 padding: 0 5px;
5374 5225 border-radius: 2px;
@@ -5408,19 +5259,15 @@
5408 5259 padding: 8px;
5409 5260 border: var(--e-a-border);
5410 5261 border-radius: 3px;
5411 5262 }
5412 -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible {
5413 - outline: 2px solid var(--e-a-border-color-focus);
5414 - outline-offset: 2px;
5415 -}
5416 -#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 {
5263 +#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 {
5417 5264 display: flex;
5418 5265 }
5419 -#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 {
5266 +#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 {
5420 5267 display: none;
5421 5268 }
5422 -#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 {
5269 +#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 {
5423 5270 display: flex !important;
5424 5271 }
5425 5272 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail {
5426 5273 width: 190px;
@@ -5430,10 +5277,10 @@
5430 5277 margin-block-end: 4px;
5431 5278 overflow: hidden;
5432 5279 }
5433 5280 #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 {
5434 - -o-object-fit: contain;
5435 - object-fit: contain;
5281 + -o-object-fit: cover;
5282 + object-fit: cover;
5436 5283 width: 100%;
5437 5284 height: 100%;
5438 5285 }
5439 5286 #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview {
@@ -5515,29 +5362,16 @@
5515 5362 gap: 20px;
5516 5363 align-items: center;
5517 5364 flex: 1;
5518 5365 }
5519 -#elementor-template-library-templates .bulk-selection-action-bar button {
5520 - background: transparent;
5521 - margin: 0;
5522 - font-size: inherit;
5523 - font-family: inherit;
5524 - color: inherit;
5525 - border: none;
5366 +#elementor-template-library-templates .bulk-selection-action-bar i {
5526 5367 cursor: pointer;
5527 - display: flex;
5528 - align-items: center;
5529 - justify-content: center;
5368 + font-size: 18px;
5530 5369 }
5531 -#elementor-template-library-templates .bulk-selection-action-bar button.disabled {
5370 +#elementor-template-library-templates .bulk-selection-action-bar i.disabled {
5532 5371 pointer-events: none;
5533 5372 opacity: 0.3;
5534 - cursor: not-allowed;
5535 5373 }
5536 -#elementor-template-library-templates .bulk-selection-action-bar i {
5537 - cursor: pointer;
5538 - font-size: 18px;
5539 -}
5540 5374 #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close {
5541 5375 font-size: 20px;
5542 5376 }
5543 5377 #elementor-template-library-templates #elementor-template-library-navigation-container {
@@ -5619,11 +5453,11 @@
5619 5453 .elementor-template-library-filter-select-source .source-option i {
5620 5454 margin-inline-end: 5px;
5621 5455 }
5622 5456 .elementor-template-library-filter-select-source .source-option .new-badge {
5623 - border: 1px solid var(--e-a-color-primary-bold-dark);
5457 + border: 1px solid var(--e-a-color-primary-bold);
5624 5458 padding: 2px 4px;
5625 - color: var(--e-a-color-primary-bold-dark);
5459 + color: var(--e-a-color-primary-bold);
5626 5460 border-radius: 10px;
5627 5461 font-size: 10px;
5628 5462 margin-inline-start: 5px;
5629 5463 }
@@ -5630,52 +5464,8 @@
5630 5464 .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover {
5631 5465 background-color: var(--e-a-bg-hover);
5632 5466 }
5633 5467
5634 -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar {
5635 - display: flex;
5636 - align-items: center;
5637 - justify-content: space-between;
5638 -}
5639 -
5640 -#elementor-template-library-toolbar .source-option-badge,
5641 -.elementor-template-library-connect-states-badge .source-option-badge {
5642 - display: flex;
5643 - align-items: center;
5644 - gap: 6px;
5645 - padding: 6px 12px;
5646 - border: none;
5647 - border-radius: 20px;
5648 - font-size: 14px;
5649 - font-weight: 500;
5650 - white-space: nowrap;
5651 - margin-inline-start: auto;
5652 - margin-inline-end: 15px;
5653 -}
5654 -#elementor-template-library-toolbar .source-option-badge i,
5655 -.elementor-template-library-connect-states-badge .source-option-badge i {
5656 - margin: 0;
5657 - font-size: 14px;
5658 -}
5659 -#elementor-template-library-toolbar .source-option-badge.cloud-badge,
5660 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge {
5661 - background-color: var(--e-a-bg-info);
5662 - color: var(--e-a-color-info);
5663 -}
5664 -#elementor-template-library-toolbar .source-option-badge.cloud-badge i,
5665 -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i {
5666 - color: var(--e-a-color-info);
5667 -}
5668 -#elementor-template-library-toolbar .source-option-badge.site-badge,
5669 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge {
5670 - background-color: var(--e-a-bg-warning);
5671 - color: var(--e-a-btn-bg-warning-hover);
5672 -}
5673 -#elementor-template-library-toolbar .source-option-badge.site-badge i,
5674 -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i {
5675 - color: var(--e-a-btn-bg-warning-hover);
5676 -}
5677 -
5678 5468 #elementor-template-library-filter-toolbar-remote {
5679 5469 font-size: 11px;
5680 5470 }
5681 5471
@@ -5793,32 +5583,19 @@
5793 5583 padding: 8px;
5794 5584 border: var(--e-a-border);
5795 5585 border-radius: 3px;
5796 5586 }
5797 -.elementor-template-library-template-remote:focus-visible {
5798 - outline: 2px solid var(--e-a-border-color-focus);
5799 - outline-offset: 2px;
5800 -}
5801 -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within {
5587 +.elementor-template-library-template-remote:hover {
5802 5588 background-color: var(--e-a-bg-hover);
5803 5589 }
5804 -.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 {
5805 - opacity: 1;
5806 -}
5807 -.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 {
5590 +.elementor-template-library-template-remote:hover .elementor-template-library-template-name {
5808 5591 display: none;
5809 5592 }
5810 -.elementor-template-library-template-remote:hover .elementor-template-library-favorite,
5811 -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite,
5812 -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite,
5813 -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action {
5814 - display: initial;
5815 -}
5816 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview {
5593 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview {
5817 5594 opacity: 0;
5818 5595 }
5819 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite,
5820 -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action {
5596 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite,
5597 +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action {
5821 5598 display: none;
5822 5599 }
5823 5600 .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before {
5824 5601 content: var(--elementor-template-library-subscription-plan-label);
@@ -5853,9 +5630,9 @@
5853 5630 }
5854 5631 .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name {
5855 5632 display: none;
5856 5633 }
5857 -.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 {
5634 +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer {
5858 5635 transform: translateY(100%);
5859 5636 }
5860 5637 .elementor-template-library-template-remote .elementor-template-library-template-body {
5861 5638 position: relative;
@@ -5904,22 +5681,10 @@
5904 5681 .elementor-template-library-template-remote .elementor-template-library-favorite {
5905 5682 margin-inline-start: auto;
5906 5683 }
5907 5684 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input {
5908 - position: absolute;
5909 - width: 1px;
5910 - height: 1px;
5911 - padding: 0;
5912 - margin: -1px;
5913 - overflow: hidden;
5914 - clip: rect(0, 0, 0, 0);
5915 - white-space: nowrap;
5916 - border: 0;
5685 + display: none;
5917 5686 }
5918 -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label {
5919 - outline: 2px solid var(--e-a-border-color-focus);
5920 - outline-offset: 2px;
5921 -}
5922 5687 .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before {
5923 5688 content: "\e93f";
5924 5689 color: var(--e-a-color-primary-bold);
5925 5690 }
@@ -6038,22 +5803,11 @@
6038 5803 box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3);
6039 5804 inset-block-start: 100%;
6040 5805 inset-inline-end: 0;
6041 5806 z-index: 1;
6042 - list-style: none;
6043 - margin: 0;
6044 - padding: 0;
6045 5807 }
6046 -.elementor-template-library-template-local .elementor-template-library-template-more > li button,
6047 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6048 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button,
6049 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
6050 - background: transparent;
6051 - margin: 0;
6052 - font-size: inherit;
6053 - font-family: inherit;
6054 - color: inherit;
6055 - border: none;
5808 +.elementor-template-library-template-local .elementor-template-library-template-more > div,
5809 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div {
6056 5810 padding: 10px 20px;
6057 5811 font-size: 11px;
6058 5812 cursor: pointer;
6059 5813 display: flex;
@@ -6058,21 +5812,25 @@
6058 5812 cursor: pointer;
6059 5813 display: flex;
6060 5814 align-items: center;
6061 5815 gap: 8px;
6062 - width: 100%;
6063 5816 }
6064 -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled,
6065 -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled,
6066 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled,
6067 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled {
5817 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled,
5818 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled {
6068 5819 cursor: not-allowed;
6069 5820 color: var(--e-a-color-txt-disabled);
6070 5821 }
6071 -.elementor-template-library-template-local .elementor-template-library-template-more > li a,
6072 -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a {
5822 +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a,
5823 +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a {
5824 + color: var(--e-a-color-txt-disabled);
5825 + cursor: not-allowed;
5826 +}
5827 +.elementor-template-library-template-local .elementor-template-library-template-more a,
5828 +.elementor-template-library-template-cloud .elementor-template-library-template-more a {
6073 5829 color: var(--e-a-color-txt);
6074 - text-decoration: none;
5830 + display: flex;
5831 + align-items: center;
5832 + gap: 8px;
6075 5833 }
6076 5834 .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete,
6077 5835 .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete {
6078 5836 color: var(--e-a-color-danger);
@@ -6084,14 +5842,8 @@
6084 5842 .elementor-template-library-template-local .elementor-template-library-template-more-toggle,
6085 5843 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle {
6086 5844 margin-inline-start: auto;
6087 5845 cursor: pointer;
6088 - background: none;
6089 - border: none;
6090 - padding: 0;
6091 - display: flex;
6092 - align-items: center;
6093 - justify-content: center;
6094 5846 }
6095 5847 .elementor-template-library-template-local .elementor-template-library-template-more-toggle i,
6096 5848 .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i {
6097 5849 font-size: 20px;
@@ -6158,11 +5910,9 @@
6158 5910 display: flex;
6159 5911 align-items: center;
6160 5912 }
6161 5913 .elementor-template-library-template-local .elementor-template-library-template-controls > div,
6162 -.elementor-template-library-template-local .elementor-template-library-template-controls > button,
6163 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div,
6164 -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button {
5914 +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div {
6165 5915 cursor: pointer;
6166 5916 transition: color 0.5s;
6167 5917 }
6168 5918 .elementor-template-library-template-local .elementor-template-library-template-insert.disabled,
@@ -6247,18 +5997,18 @@
6247 5997 #elementor-template-library-save-template-form > * {
6248 5998 height: 55px;
6249 5999 font-size: 16px;
6250 6000 }
6001 +#elementor-template-library-save-template-form .cloud-library-form-inputs {
6002 + display: block;
6003 + width: 500px;
6004 + margin: 0 auto;
6005 +}
6251 6006 #elementor-template-library-save-template-form .cloud-library-form-inputs > * {
6252 6007 height: 55px;
6253 6008 font-size: 16px;
6254 6009 margin-block-end: 15px;
6255 6010 }
6256 -#elementor-template-library-save-template-form .cloud-library-form-inputs {
6257 - display: block;
6258 - width: 500px;
6259 - margin: 0 auto;
6260 -}
6261 6011 #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip,
6262 6012 #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge {
6263 6013 display: none;
6264 6014 }
@@ -6284,24 +6034,15 @@
6284 6034 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container {
6285 6035 display: inline;
6286 6036 background: var(--e-a-bg-hover);
6287 6037 padding: 0 2px 1px;
6288 - border: none;
6289 6038 border-radius: 2px;
6290 6039 vertical-align: bottom;
6291 6040 cursor: pointer;
6292 - font-family: inherit;
6293 - font-size: inherit;
6294 - color: inherit;
6295 - line-height: inherit;
6296 6041 }
6297 6042 #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover {
6298 6043 background: var(--e-a-bg-active);
6299 6044 }
6300 -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible {
6301 - outline: 2px solid var(--e-a-border-color-focus);
6302 - outline-offset: 2px;
6303 -}
6304 6045 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip,
6305 6046 #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge,
6306 6047 #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,
6307 6048 #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge,
@@ -6365,16 +6106,12 @@
6365 6106 #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 {
6366 6107 white-space: nowrap;
6367 6108 text-overflow: ellipsis;
6368 6109 overflow: hidden;
6369 - overflow: visible;
6370 - display: inline-flex;
6371 - align-items: baseline;
6372 6110 line-height: 27px;
6373 6111 }
6374 6112 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud,
6375 6113 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local {
6376 - flex-shrink: 0;
6377 6114 position: relative;
6378 6115 inset-block-start: 2px;
6379 6116 }
6380 6117 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked,
@@ -6391,26 +6128,15 @@
6391 6128 }
6392 6129 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder {
6393 6130 display: none;
6394 6131 margin-inline-end: 5px;
6395 - align-items: baseline;
6396 - white-space: nowrap;
6397 - text-overflow: ellipsis;
6398 - overflow: hidden;
6399 6132 }
6400 -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] {
6401 - display: inline-flex !important;
6402 -}
6403 6133 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text {
6404 6134 text-decoration: underline;
6405 6135 cursor: pointer;
6406 - white-space: nowrap;
6407 - text-overflow: ellipsis;
6408 - overflow: hidden;
6409 6136 }
6410 6137 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close {
6411 6138 cursor: pointer;
6412 - flex-shrink: 0;
6413 6139 }
6414 6140 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge {
6415 6141 color: var(--e-a-color-primary-bold);
6416 6142 font-size: 14px;
@@ -6446,9 +6172,8 @@
6446 6172 }
6447 6173 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item {
6448 6174 padding: 5px 15px;
6449 6175 cursor: pointer;
6450 - list-style: none;
6451 6176 }
6452 6177 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o {
6453 6178 display: none;
6454 6179 }
@@ -6457,15 +6182,11 @@
6457 6182 }
6458 6183 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] {
6459 6184 text-decoration: underline;
6460 6185 }
6461 -#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 {
6186 +#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 {
6462 6187 background: var(--e-a-border-color);
6463 6188 }
6464 -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible {
6465 - outline: 2px solid var(--e-a-border-color-focus);
6466 - outline-offset: -2px;
6467 -}
6468 6189 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled {
6469 6190 pointer-events: none;
6470 6191 opacity: 0.3;
6471 6192 }
@@ -6471,9 +6192,10 @@
6471 6192 }
6472 6193 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results {
6473 6194 text-align: center;
6474 6195 font-size: 13px;
6475 - margin: 0 20px;
6196 + width: 155px;
6197 + margin: 0 auto;
6476 6198 padding-block: 15px;
6477 6199 pointer-events: none;
6478 6200 }
6479 6201 #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i {
@@ -6487,259 +6209,8 @@
6487 6209 #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled {
6488 6210 pointer-events: none;
6489 6211 opacity: 0.3;
6490 6212 }
6491 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b {
6492 - display: flex;
6493 - flex-direction: column;
6494 - width: 600px;
6495 - text-align: start;
6496 -}
6497 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label,
6498 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label {
6499 - font-size: 12px;
6500 - font-weight: 400;
6501 - color: var(--e-a-color-txt);
6502 -}
6503 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name {
6504 - width: 100%;
6505 - padding: 12px 15px;
6506 - border: var(--e-a-border-bold);
6507 - border-radius: 3px;
6508 - margin-block-end: 0;
6509 -}
6510 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections {
6511 - border: none;
6512 - padding: 0;
6513 - gap: 12px;
6514 - margin-block-start: 20px;
6515 -}
6516 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input {
6517 - display: flex;
6518 - align-items: center;
6519 - padding: 12px 15px;
6520 - border: var(--e-a-border-bold);
6521 - border-radius: 3px;
6522 - width: 100%;
6523 - line-height: normal;
6524 - gap: 8px;
6525 -}
6526 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) {
6527 - border-color: var(--e-a-color-txt);
6528 -}
6529 -#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 {
6530 - display: flex;
6531 -}
6532 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] {
6533 - margin-inline-end: 0;
6534 - flex-shrink: 0;
6535 - position: relative;
6536 -}
6537 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked {
6538 - inset-block-start: 0;
6539 -}
6540 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after {
6541 - content: "";
6542 - position: absolute;
6543 - inset-inline-end: -8px;
6544 - width: 1px;
6545 - height: 18px;
6546 - background-color: var(--e-a-border-color);
6547 -}
6548 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type {
6549 - margin-inline-start: 12px;
6550 - margin-inline-end: 4px;
6551 - font-size: 24px;
6552 - color: var(--e-a-color-txt);
6553 -}
6554 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type {
6555 - margin-inline-start: 8px;
6556 - margin-inline-end: 0;
6557 - font-size: 24px;
6558 - color: var(--e-a-color-txt);
6559 -}
6560 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label {
6561 - flex: 0 0 auto;
6562 - margin: 0;
6563 - cursor: pointer;
6564 -}
6565 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider {
6566 - margin-inline: 0;
6567 -}
6568 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container {
6569 - display: inline;
6570 - background: transparent;
6571 - padding: 0;
6572 - border-radius: 0;
6573 - vertical-align: baseline;
6574 - text-decoration: underline;
6575 - cursor: pointer;
6576 - margin-inline-start: 0;
6577 -}
6578 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover {
6579 - background: transparent;
6580 -}
6581 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link {
6582 - color: var(--e-a-color-primary-bold);
6583 - text-decoration: underline;
6584 - cursor: pointer;
6585 - margin-inline-start: 4px;
6586 -}
6587 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover {
6588 - text-decoration: none;
6589 -}
6590 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge {
6591 - display: none;
6592 - border: none;
6593 - padding: 0;
6594 - border-radius: 0;
6595 - margin-inline-start: 0;
6596 - background: transparent;
6597 - transition: background-color 0.2s;
6598 - padding: 3px 8px;
6599 -}
6600 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover {
6601 - background-color: var(--e-a-btn-bg-primary-hover);
6602 - border-radius: 3px;
6603 -}
6604 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a {
6605 - color: var(--e-a-btn-bg-accent);
6606 - text-decoration: none;
6607 - display: flex;
6608 - align-items: center;
6609 - gap: 4px;
6610 - font-size: 14px;
6611 - font-weight: 500;
6612 -}
6613 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i {
6614 - margin: 0;
6615 - font-size: 14px;
6616 -}
6617 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge {
6618 - display: none;
6619 -}
6620 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider {
6621 - color: var(--e-a-color-txt-muted);
6622 - margin-inline: 5px;
6623 -}
6624 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a {
6625 - color: var(--e-a-color-info);
6626 - text-decoration: underline;
6627 -}
6628 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover {
6629 - text-decoration: none;
6630 -}
6631 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge {
6632 - display: flex;
6633 - align-items: center;
6634 - gap: 6px;
6635 - padding: 6px 12px;
6636 - border: none;
6637 - border-radius: 20px;
6638 - font-size: 14px;
6639 - font-weight: 500;
6640 - cursor: pointer;
6641 - transition: opacity 0.2s;
6642 - margin-inline-start: auto;
6643 -}
6644 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover {
6645 - opacity: 0.8;
6646 -}
6647 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i {
6648 - margin: 0;
6649 - font-size: 14px;
6650 -}
6651 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge {
6652 - background-color: var(--e-a-bg-info);
6653 - color: var(--e-a-color-info);
6654 -}
6655 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i {
6656 - color: var(--e-a-color-info);
6657 -}
6658 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge {
6659 - background-color: var(--e-a-bg-warning);
6660 - color: var(--e-a-btn-bg-warning-hover);
6661 -}
6662 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i {
6663 - color: var(--e-a-btn-bg-warning-hover);
6664 -}
6665 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder {
6666 - display: none;
6667 - margin-inline-start: 8px;
6668 - align-items: center;
6669 - gap: 6px;
6670 -}
6671 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] {
6672 - display: inline-flex !important;
6673 -}
6674 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text {
6675 - text-decoration: underline;
6676 - cursor: pointer;
6677 -}
6678 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close {
6679 - cursor: pointer;
6680 - font-size: 14px;
6681 -}
6682 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown {
6683 - inset-block-start: 75px;
6684 - inset-inline-start: 230px;
6685 -}
6686 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge {
6687 - display: none;
6688 -}
6689 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge {
6690 - display: inline;
6691 -}
6692 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge {
6693 - display: none;
6694 -}
6695 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) {
6696 - border-color: var(--e-a-border-color);
6697 -}
6698 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type,
6699 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label,
6700 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider {
6701 - color: var(--e-a-color-txt-disabled);
6702 -}
6703 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after {
6704 - background-color: var(--e-a-color-txt-disabled);
6705 -}
6706 -#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 {
6707 - border-color: var(--e-a-border-color);
6708 -}
6709 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type,
6710 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label,
6711 -#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,
6712 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label,
6713 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider {
6714 - color: var(--e-a-color-txt-disabled);
6715 -}
6716 -#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 {
6717 - background-color: var(--e-a-color-txt-disabled);
6718 -}
6719 -#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 {
6720 - display: inline-flex;
6721 -}
6722 -#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 {
6723 - display: none;
6724 -}
6725 -#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 {
6726 - display: block;
6727 -}
6728 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox],
6729 -#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],
6730 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label {
6731 - pointer-events: none;
6732 -}
6733 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta {
6734 - display: block;
6735 - margin-block-start: 15px;
6736 -}
6737 -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit {
6738 - align-self: center;
6739 - margin-block-start: 20px;
6740 - float: none;
6741 -}
6742 6213
6743 6214 #elementor-template-library-save-template-name {
6744 6215 width: 500px;
6745 6216 padding-inline-start: 25px;
@@ -6870,11 +6341,9 @@
6870 6341 margin-block-start: 10px;
6871 6342 }
6872 6343
6873 6344 #elementor-library--infotip__dialog,
6874 -#elementor-library--connect_infotip__dialog,
6875 -#elementor-library--cloud-upgrade__dialog,
6876 -#elementor-library--site-info__dialog {
6345 +#elementor-library--connect_infotip__dialog {
6877 6346 position: absolute;
6878 6347 z-index: 10000;
6879 6348 background-color: var(--e-a-bg-default);
6880 6349 box-shadow: var(--e-a-popover-shadow);
@@ -6879,39 +6348,19 @@
6879 6348 background-color: var(--e-a-bg-default);
6880 6349 box-shadow: var(--e-a-popover-shadow);
6881 6350 border-radius: var(--e-a-border-radius);
6882 6351 }
6883 -#elementor-library--infotip__dialog.variant-b,
6884 -#elementor-library--connect_infotip__dialog.variant-b,
6885 -#elementor-library--cloud-upgrade__dialog.variant-b,
6886 -#elementor-library--site-info__dialog.variant-b {
6887 - width: 200px;
6888 - color: var(--e-a-color-txt-invert);
6889 - background-color: var(--e-a-bg-secondary);
6890 -}
6891 -#elementor-library--infotip__dialog.variant-b .dialog-message,
6892 -#elementor-library--connect_infotip__dialog.variant-b .dialog-message,
6893 -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message,
6894 -#elementor-library--site-info__dialog.variant-b .dialog-message {
6895 - padding: 4px 8px 4px 8px;
6896 -}
6897 6352 #elementor-library--infotip__dialog__title,
6898 -#elementor-library--connect_infotip__dialog__title,
6899 -#elementor-library--cloud-upgrade__dialog__title,
6900 -#elementor-library--site-info__dialog__title {
6353 +#elementor-library--connect_infotip__dialog__title {
6901 6354 font-size: 14px;
6902 6355 }
6903 6356 #elementor-library--infotip__dialog .dialog-buttons-wrapper,
6904 -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper,
6905 -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper,
6906 -#elementor-library--site-info__dialog .dialog-buttons-wrapper {
6357 +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper {
6907 6358 padding: 10px 0 10px 10px;
6908 6359 float: inline-end;
6909 6360 }
6910 6361 #elementor-library--infotip__dialog .dialog-button,
6911 -#elementor-library--connect_infotip__dialog .dialog-button,
6912 -#elementor-library--cloud-upgrade__dialog .dialog-button,
6913 -#elementor-library--site-info__dialog .dialog-button {
6362 +#elementor-library--connect_infotip__dialog .dialog-button {
6914 6363 padding: 7px 25px;
6915 6364 font-size: 13px;
6916 6365 background: none;
6917 6366 color: var(--e-a-btn-bg-accent);
@@ -6919,11 +6368,9 @@
6919 6368 font-weight: 500;
6920 6369 cursor: pointer;
6921 6370 }
6922 6371 #elementor-library--infotip__dialog:after,
6923 -#elementor-library--connect_infotip__dialog:after,
6924 -#elementor-library--cloud-upgrade__dialog:after,
6925 -#elementor-library--site-info__dialog:after {
6372 +#elementor-library--connect_infotip__dialog:after {
6926 6373 content: "";
6927 6374 position: absolute;
6928 6375 inset-inline-end: 46%;
6929 6376 transform: scaleX(0.7);
@@ -6939,11 +6386,8 @@
6939 6386 #elementor-library--infotip__dialog:after {
6940 6387 inset-block-start: 100%;
6941 6388 border-block-start-color: var(--e-a-bg-default);
6942 6389 }
6943 -#elementor-library--infotip__dialog.variant-b:after {
6944 - border-block-start-color: var(--e-a-bg-secondary);
6945 -}
6946 6390
6947 6391 #elementor-library--connect_infotip__dialog {
6948 6392 width: 265px;
6949 6393 }
@@ -6949,207 +6393,13 @@
6949 6393 }
6950 6394 #elementor-library--connect_infotip__dialog .dialog-message {
6951 6395 padding: 20px;
6952 6396 }
6953 -#elementor-library--connect_infotip__dialog:not(.variant-b):after {
6397 +#elementor-library--connect_infotip__dialog:after {
6954 6398 inset-block-end: 100%;
6955 6399 border-block-end-color: var(--e-a-bg-default);
6956 6400 }
6957 -#elementor-library--connect_infotip__dialog.variant-b:after {
6958 - border-block-start-color: var(--e-a-bg-secondary);
6959 - inset-block-start: 100%;
6960 -}
6961 -#elementor-library--connect_infotip__dialog.variant-b {
6962 - width: 265px;
6963 -}
6964 6401
6965 -#elementor-library--cloud-upgrade__dialog {
6966 - width: 265px;
6967 -}
6968 -#elementor-library--cloud-upgrade__dialog:after {
6969 - inset-block-start: 100%;
6970 - border-block-start-color: var(--e-a-bg-default);
6971 -}
6972 -#elementor-library--cloud-upgrade__dialog.variant-b:after {
6973 - border-block-start-color: var(--e-a-bg-secondary);
6974 -}
6975 -
6976 -#elementor-library--site-info__dialog {
6977 - width: 265px;
6978 -}
6979 -#elementor-library--site-info__dialog:after {
6980 - inset-block-start: 100%;
6981 - border-block-start-color: var(--e-a-bg-default);
6982 -}
6983 -#elementor-library--site-info__dialog.variant-b:after {
6984 - border-block-start-color: var(--e-a-bg-secondary);
6985 -}
6986 -
6987 -.elementor-global-styles-dialog {
6988 - --gsd-color-text-primary: #0c0d0e;
6989 - --gsd-color-text-secondary: #3f444b;
6990 - --gsd-color-text-tertiary: #69727D;
6991 - --gsd-color-divider: rgba(0, 0, 0, 0.12);
6992 - --gsd-color-primary-main: #f0abfc;
6993 - --gsd-color-primary-hover: #e879f9;
6994 - --gsd-color-secondary-main: #515962;
6995 - --gsd-border-radius: 4px;
6996 - --gsd-spacing-horizontal: 24px;
6997 - --gsd-font-family: 'Roboto', sans-serif;
6998 - padding: 16px 0 0;
6999 - min-width: 444px;
7000 -}
7001 -.elementor-global-styles-dialog__header {
7002 - padding: 10px var(--gsd-spacing-horizontal) 0;
7003 - margin-block-end: 16px;
7004 -}
7005 -.elementor-global-styles-dialog__header h2 {
7006 - margin: 0 0 4px;
7007 - font-family: var(--gsd-font-family);
7008 - font-size: 16px;
7009 - font-weight: 500;
7010 - line-height: 1.3;
7011 - color: var(--gsd-color-text-primary);
7012 - letter-spacing: 0.15px;
7013 -}
7014 -.elementor-global-styles-dialog__header p {
7015 - margin: 0;
7016 - font-family: var(--gsd-font-family);
7017 - font-size: 14px;
7018 - font-weight: 400;
7019 - line-height: 20px;
7020 - color: var(--gsd-color-text-secondary);
7021 - letter-spacing: 0.15px;
7022 -}
7023 -.elementor-global-styles-dialog__options {
7024 - display: flex;
7025 - flex-direction: column;
7026 - gap: 12px;
7027 - padding: 0 var(--gsd-spacing-horizontal);
7028 -}
7029 -.elementor-global-styles-dialog__radio-card {
7030 - display: flex;
7031 - gap: 0;
7032 - padding: 12px 8px;
7033 - border: 1px solid var(--gsd-color-divider);
7034 - border-radius: var(--gsd-border-radius);
7035 - cursor: pointer;
7036 - transition: border-color 0.2s ease;
7037 -}
7038 -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) {
7039 - border: 2px solid var(--gsd-color-text-primary);
7040 - padding: 11px 7px;
7041 -}
7042 -.elementor-global-styles-dialog__radio-card input[type=radio] {
7043 - flex-shrink: 0;
7044 - width: 20px;
7045 - height: 20px;
7046 - margin: 9px;
7047 - cursor: pointer;
7048 - color: var(--gsd-color-text-tertiary);
7049 - accent-color: var(--gsd-color-text-primary);
7050 -}
7051 -.elementor-global-styles-dialog__radio-card-content {
7052 - display: flex;
7053 - align-items: flex-start;
7054 - flex-direction: column;
7055 - flex: 1;
7056 -}
7057 -.elementor-global-styles-dialog__radio-label {
7058 - font-family: var(--gsd-font-family);
7059 - font-size: 14px;
7060 - font-weight: 500;
7061 - line-height: 18px;
7062 - color: var(--gsd-color-text-primary);
7063 - letter-spacing: 0.15px;
7064 -}
7065 -.elementor-global-styles-dialog__radio-description {
7066 - font-family: var(--gsd-font-family);
7067 - font-size: 12px;
7068 - font-weight: 400;
7069 - line-height: 20px;
7070 - color: var(--gsd-color-text-secondary);
7071 - letter-spacing: 0.4px;
7072 -}
7073 -.elementor-global-styles-dialog__checkbox-container {
7074 - display: flex;
7075 - align-items: flex-start;
7076 - gap: 4px;
7077 - padding: 0;
7078 - margin-block-start: 0;
7079 -}
7080 -.elementor-global-styles-dialog__checkbox-option {
7081 - display: flex;
7082 - align-items: flex-start;
7083 - gap: 4px;
7084 - cursor: pointer;
7085 -}
7086 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] {
7087 - width: 18px;
7088 - height: 18px;
7089 - margin: 4px;
7090 - cursor: pointer;
7091 -}
7092 -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked {
7093 - background-color: var(--gsd-color-text-tertiary);
7094 -}
7095 -.elementor-global-styles-dialog__checkbox-label {
7096 - font-family: var(--gsd-font-family);
7097 - font-size: 12px;
7098 - font-weight: 400;
7099 - line-height: 1.43;
7100 - color: var(--gsd-color-text-primary);
7101 - letter-spacing: 0.15px;
7102 - padding-block-start: 4px;
7103 - margin-inline-start: 4px;
7104 -}
7105 -.elementor-global-styles-dialog__checkbox-label a {
7106 - color: #2563eb;
7107 - text-decoration: underline;
7108 -}
7109 -.elementor-global-styles-dialog__checkbox-label a:hover {
7110 - color: #2563eb;
7111 -}
7112 -.elementor-global-styles-dialog__footer {
7113 - display: flex;
7114 - justify-content: flex-end;
7115 - align-items: center;
7116 - gap: 8px;
7117 - padding: 16px var(--gsd-spacing-horizontal);
7118 -}
7119 -.elementor-global-styles-dialog__button-cancel {
7120 - padding: 6px 8px;
7121 - font-family: var(--gsd-font-family);
7122 - font-size: 15px;
7123 - font-weight: 500;
7124 - line-height: 24px;
7125 - letter-spacing: 0.4px;
7126 - color: var(--gsd-color-secondary-main);
7127 - background: transparent;
7128 - border: none;
7129 - border-radius: var(--gsd-border-radius);
7130 - cursor: pointer;
7131 -}
7132 -.elementor-global-styles-dialog__button-cancel:hover {
7133 - background: rgba(0, 0, 0, 0.04);
7134 -}
7135 -.elementor-global-styles-dialog__button-insert {
7136 - padding: 6px 16px;
7137 - font-family: var(--gsd-font-family);
7138 - font-size: 15px;
7139 - font-weight: 500;
7140 - line-height: 24px;
7141 - letter-spacing: 0.4px;
7142 - color: var(--gsd-color-text-primary);
7143 - background: var(--gsd-color-primary-main);
7144 - border: none;
7145 - border-radius: var(--gsd-border-radius);
7146 - cursor: pointer;
7147 -}
7148 -.elementor-global-styles-dialog__button-insert:hover {
7149 - background: var(--gsd-color-primary-hover);
7150 -}
7151 -
7152 6402 .elementor-tags-list {
7153 6403 display: none;
7154 6404 position: absolute;
7155 6405 width: 260px;
@@ -7333,14 +6583,8 @@
7333 6583 cursor: default;
7334 6584 opacity: 0.5;
7335 6585 color: var(--e-a-color-disabled);
7336 6586 }
7337 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action {
7338 - opacity: 1;
7339 -}
7340 -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) {
7341 - opacity: 0.5;
7342 -}
7343 6587 .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 {
7344 6588 background-color: var(--e-a-bg-hover);
7345 6589 color: var(--e-a-color-hover);
7346 6590 }
@@ -7369,20 +6613,8 @@
7369 6613 color: var(--e-a-color-primary-bold);
7370 6614 border-radius: 10px;
7371 6615 font-size: 10px;
7372 6616 }
7373 -.elementor-context-menu-list__item__shortcut__promotion-badge {
7374 - display: flex;
7375 - align-items: center;
7376 - justify-content: center;
7377 - width: 24px;
7378 - height: 24px;
7379 - border-radius: 50%;
7380 - background-color: rgba(214, 16, 124, 0.12);
7381 - color: var(--e-a-color-accent-promotion, #D6107C);
7382 - font-size: 16px;
7383 - cursor: pointer;
7384 -}
7385 6617 .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut {
7386 6618 font-size: 14px;
7387 6619 font-style: normal;
7388 6620 font-weight: 400;
@@ -8342,22 +7574,18 @@
8342 7574 }
8343 7575
8344 7576 [class^=eicon-flex], [class*=" eicon-flex"] {
8345 7577 transition: 0.3s all;
7578 + --is-ltr: 1;
7579 + --is-rtl: 0;
7580 + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8346 7581 }
8347 7582 [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline {
8348 7583 max-height: 1em;
8349 7584 max-width: 1em;
8350 7585 }
8351 -[class^=eicon-flex], [class*=" eicon-flex"] {
8352 - --is-ltr: 1;
8353 - --is-rtl: 0;
8354 -}
8355 7586 [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) {
8356 7587 --rotation-direction: calc(var(--is-ltr) + var(--is-rtl));
8357 -}
8358 -[class^=eicon-flex], [class*=" eicon-flex"] {
8359 - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl));
8360 7588 }
8361 7589 :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) {
8362 7590 transform: rotate(calc(var(--rotation-direction) * 90deg));
8363 7591 }