| @@ -1571,52 +1571,8 @@ | ||
| 1571 | 1571 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1572 | 1572 | border: 0; |
| 1573 | 1573 | } |
| 1574 | 1574 | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | 1575 | #elementor-panel-inner { |
| 1620 | 1576 | position: relative; |
| 1621 | 1577 | height: 100%; |
| 1622 | 1578 | display: flex; |
| @@ -3060,19 +3016,8 @@ | ||
| 3060 | 3016 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3061 | 3017 | background-color: #BABFC5; |
| 3062 | 3018 | border-radius: 10px; |
| 3063 | 3019 | } |
| 3064 | -.e-global__group-header { | |
| 3065 | - padding: 12px 20px 5px; | |
| 3066 | - font-weight: 500; | |
| 3067 | - font-size: 11px; | |
| 3068 | - color: var(--e-a-color-txt-muted); | |
| 3069 | -} | |
| 3070 | -.e-global__group-divider { | |
| 3071 | - height: 1px; | |
| 3072 | - background-color: var(--e-a-border-color); | |
| 3073 | - margin: 10px 20px; | |
| 3074 | -} | |
| 3075 | 3020 | .e-global__manage-button { |
| 3076 | 3021 | font-weight: 500; |
| 3077 | 3022 | cursor: pointer; |
| 3078 | 3023 | } |
| @@ -5070,20 +5015,8 @@ | ||
| 5070 | 5015 | background-color: #fff; |
| 5071 | 5016 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5072 | 5017 | } |
| 5073 | 5018 | |
| 5074 | -#elementor-template-library-modal button:focus-visible, | |
| 5075 | -#elementor-template-library-modal a:focus-visible, | |
| 5076 | -#elementor-template-library-modal input:focus-visible, | |
| 5077 | -#elementor-template-library-modal select:focus-visible, | |
| 5078 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5079 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5080 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5081 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5082 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5083 | - outline-offset: 2px; | |
| 5084 | - border-radius: 2px; | |
| 5085 | -} | |
| 5086 | 5019 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5087 | 5020 | font-style: normal; |
| 5088 | 5021 | text-decoration: underline; |
| 5089 | 5022 | } |
| @@ -5114,21 +5047,14 @@ | ||
| 5114 | 5047 | display: inline-block; |
| 5115 | 5048 | padding: 17px 20px; |
| 5116 | 5049 | border-block-end: 3px solid transparent; |
| 5117 | 5050 | cursor: pointer; |
| 5118 | - background: transparent; | |
| 5119 | - margin: 0; | |
| 5120 | - font-size: inherit; | |
| 5121 | - font-family: inherit; | |
| 5122 | - color: inherit; | |
| 5123 | - border: none; | |
| 5124 | 5051 | } |
| 5125 | 5052 | .elementor-template-library-menu-item:hover { |
| 5126 | 5053 | background-color: var(--e-a-bg-hover); |
| 5127 | 5054 | border-color: var(--e-a-bg-hover); |
| 5128 | 5055 | } |
| 5129 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5130 | - border-block-end: 3px solid; | |
| 5056 | +.elementor-template-library-menu-item.elementor-active { | |
| 5131 | 5057 | border-color: var(--e-a-border-color-accent); |
| 5132 | 5058 | color: var(--e-a-color-txt-accent); |
| 5133 | 5059 | } |
| 5134 | 5060 | |
| @@ -5134,25 +5060,11 @@ | ||
| 5134 | 5060 | |
| 5135 | 5061 | #elementor-template-library-header-actions { |
| 5136 | 5062 | display: flex; |
| 5137 | 5063 | } |
| 5138 | -#elementor-template-library-header-actions > div, | |
| 5139 | -#elementor-template-library-header-actions > button { | |
| 5140 | - background: transparent; | |
| 5141 | - margin: 0; | |
| 5142 | - font-size: inherit; | |
| 5143 | - font-family: inherit; | |
| 5144 | - color: inherit; | |
| 5145 | - border: none; | |
| 5064 | +#elementor-template-library-header-actions > div { | |
| 5146 | 5065 | padding-inline-end: 16px; |
| 5147 | - cursor: pointer; | |
| 5148 | 5066 | } |
| 5149 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5150 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5151 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5152 | - outline-offset: -2px; | |
| 5153 | - border-radius: 2px; | |
| 5154 | -} | |
| 5155 | 5067 | |
| 5156 | 5068 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5157 | 5069 | opacity: 0; |
| 5158 | 5070 | visibility: hidden; |
| @@ -5174,25 +5086,8 @@ | ||
| 5174 | 5086 | border-inline-end: var(--e-a-border); |
| 5175 | 5087 | cursor: pointer; |
| 5176 | 5088 | transition: color 0.5s; |
| 5177 | 5089 | } |
| 5178 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5179 | - background: transparent; | |
| 5180 | - margin: 0; | |
| 5181 | - font-size: inherit; | |
| 5182 | - font-family: inherit; | |
| 5183 | - color: inherit; | |
| 5184 | - border: none; | |
| 5185 | - display: flex; | |
| 5186 | - align-items: center; | |
| 5187 | - gap: 10px; | |
| 5188 | - cursor: pointer; | |
| 5189 | -} | |
| 5190 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5191 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5192 | - outline-offset: 2px; | |
| 5193 | - border-radius: 2px; | |
| 5194 | -} | |
| 5195 | 5090 | #elementor-template-library-header-preview-back:hover { |
| 5196 | 5091 | color: var(--e-a-color-txt-hover); |
| 5197 | 5092 | } |
| 5198 | 5093 | #elementor-template-library-header-preview-back i { |
| @@ -5225,14 +5120,9 @@ | ||
| 5225 | 5120 | } |
| 5226 | 5121 | #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 { |
| 5227 | 5122 | display: flex; |
| 5228 | 5123 | align-items: baseline; |
| 5229 | - border-radius: 3px; | |
| 5230 | 5124 | } |
| 5231 | -#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 { | |
| 5232 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5233 | - outline-offset: 2px; | |
| 5234 | -} | |
| 5235 | 5125 | #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 { |
| 5236 | 5126 | align-items: center; |
| 5237 | 5127 | } |
| 5238 | 5128 | #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 { |
| @@ -5337,14 +5227,8 @@ | ||
| 5337 | 5227 | align-items: center; |
| 5338 | 5228 | gap: 8px; |
| 5339 | 5229 | } |
| 5340 | 5230 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5341 | - background: transparent; | |
| 5342 | - margin: 0; | |
| 5343 | - font-size: inherit; | |
| 5344 | - font-family: inherit; | |
| 5345 | - color: inherit; | |
| 5346 | - border: none; | |
| 5347 | 5231 | cursor: pointer; |
| 5348 | 5232 | font-size: 20px; |
| 5349 | 5233 | padding: 0 5px; |
| 5350 | 5234 | border-radius: 2px; |
| @@ -5384,19 +5268,15 @@ | ||
| 5384 | 5268 | padding: 8px; |
| 5385 | 5269 | border: var(--e-a-border); |
| 5386 | 5270 | border-radius: 3px; |
| 5387 | 5271 | } |
| 5388 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5389 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5390 | - outline-offset: 2px; | |
| 5391 | -} | |
| 5392 | -#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 { | |
| 5272 | +#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 { | |
| 5393 | 5273 | display: flex; |
| 5394 | 5274 | } |
| 5395 | -#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 { | |
| 5275 | +#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 { | |
| 5396 | 5276 | display: none; |
| 5397 | 5277 | } |
| 5398 | -#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 { | |
| 5278 | +#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 { | |
| 5399 | 5279 | display: flex !important; |
| 5400 | 5280 | } |
| 5401 | 5281 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5402 | 5282 | width: 190px; |
| @@ -5491,29 +5371,16 @@ | ||
| 5491 | 5371 | gap: 20px; |
| 5492 | 5372 | align-items: center; |
| 5493 | 5373 | flex: 1; |
| 5494 | 5374 | } |
| 5495 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5496 | - background: transparent; | |
| 5497 | - margin: 0; | |
| 5498 | - font-size: inherit; | |
| 5499 | - font-family: inherit; | |
| 5500 | - color: inherit; | |
| 5501 | - border: none; | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5502 | 5376 | cursor: pointer; |
| 5503 | - display: flex; | |
| 5504 | - align-items: center; | |
| 5505 | - justify-content: center; | |
| 5377 | + font-size: 18px; | |
| 5506 | 5378 | } |
| 5507 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5379 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5508 | 5380 | pointer-events: none; |
| 5509 | 5381 | opacity: 0.3; |
| 5510 | - cursor: not-allowed; | |
| 5511 | 5382 | } |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5513 | - cursor: pointer; | |
| 5514 | - font-size: 18px; | |
| 5515 | -} | |
| 5516 | 5383 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5517 | 5384 | font-size: 20px; |
| 5518 | 5385 | } |
| 5519 | 5386 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5595,11 +5462,11 @@ | ||
| 5595 | 5462 | .elementor-template-library-filter-select-source .source-option i { |
| 5596 | 5463 | margin-inline-end: 5px; |
| 5597 | 5464 | } |
| 5598 | 5465 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5599 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5466 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5600 | 5467 | padding: 2px 4px; |
| 5601 | - color: var(--e-a-color-primary-bold-dark); | |
| 5468 | + color: var(--e-a-color-primary-bold); | |
| 5602 | 5469 | border-radius: 10px; |
| 5603 | 5470 | font-size: 10px; |
| 5604 | 5471 | margin-inline-start: 5px; |
| 5605 | 5472 | } |
| @@ -5769,32 +5636,19 @@ | ||
| 5769 | 5636 | padding: 8px; |
| 5770 | 5637 | border: var(--e-a-border); |
| 5771 | 5638 | border-radius: 3px; |
| 5772 | 5639 | } |
| 5773 | -.elementor-template-library-template-remote:focus-visible { | |
| 5774 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5775 | - outline-offset: 2px; | |
| 5776 | -} | |
| 5777 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5640 | +.elementor-template-library-template-remote:hover { | |
| 5778 | 5641 | background-color: var(--e-a-bg-hover); |
| 5779 | 5642 | } |
| 5780 | -.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 { | |
| 5781 | - opacity: 1; | |
| 5782 | -} | |
| 5783 | -.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 { | |
| 5643 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5784 | 5644 | display: none; |
| 5785 | 5645 | } |
| 5786 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5787 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5788 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5789 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5790 | - display: initial; | |
| 5791 | -} | |
| 5792 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5793 | 5647 | opacity: 0; |
| 5794 | 5648 | } |
| 5795 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5796 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5649 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5650 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5797 | 5651 | display: none; |
| 5798 | 5652 | } |
| 5799 | 5653 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5800 | 5654 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5829,9 +5683,9 @@ | ||
| 5829 | 5683 | } |
| 5830 | 5684 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5831 | 5685 | display: none; |
| 5832 | 5686 | } |
| 5833 | -.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 { | |
| 5687 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5834 | 5688 | transform: translateY(100%); |
| 5835 | 5689 | } |
| 5836 | 5690 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5837 | 5691 | position: relative; |
| @@ -5880,22 +5734,10 @@ | ||
| 5880 | 5734 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5881 | 5735 | margin-inline-start: auto; |
| 5882 | 5736 | } |
| 5883 | 5737 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5884 | - position: absolute; | |
| 5885 | - width: 1px; | |
| 5886 | - height: 1px; | |
| 5887 | - padding: 0; | |
| 5888 | - margin: -1px; | |
| 5889 | - overflow: hidden; | |
| 5890 | - clip: rect(0, 0, 0, 0); | |
| 5891 | - white-space: nowrap; | |
| 5892 | - border: 0; | |
| 5738 | + display: none; | |
| 5893 | 5739 | } |
| 5894 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5895 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5896 | - outline-offset: 2px; | |
| 5897 | -} | |
| 5898 | 5740 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5899 | 5741 | content: "\e93f"; |
| 5900 | 5742 | color: var(--e-a-color-primary-bold); |
| 5901 | 5743 | } |
| @@ -6014,22 +5856,11 @@ | ||
| 6014 | 5856 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6015 | 5857 | inset-block-start: 100%; |
| 6016 | 5858 | inset-inline-end: 0; |
| 6017 | 5859 | z-index: 1; |
| 6018 | - list-style: none; | |
| 6019 | - margin: 0; | |
| 6020 | - padding: 0; | |
| 6021 | 5860 | } |
| 6022 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6023 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6024 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6025 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6026 | - background: transparent; | |
| 6027 | - margin: 0; | |
| 6028 | - font-size: inherit; | |
| 6029 | - font-family: inherit; | |
| 6030 | - color: inherit; | |
| 6031 | - border: none; | |
| 5861 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5862 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6032 | 5863 | padding: 10px 20px; |
| 6033 | 5864 | font-size: 11px; |
| 6034 | 5865 | cursor: pointer; |
| 6035 | 5866 | display: flex; |
| @@ -6034,21 +5865,25 @@ | ||
| 6034 | 5865 | cursor: pointer; |
| 6035 | 5866 | display: flex; |
| 6036 | 5867 | align-items: center; |
| 6037 | 5868 | gap: 8px; |
| 6038 | - width: 100%; | |
| 6039 | 5869 | } |
| 6040 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6041 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6042 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6043 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5870 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5871 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6044 | 5872 | cursor: not-allowed; |
| 6045 | 5873 | color: var(--e-a-color-txt-disabled); |
| 6046 | 5874 | } |
| 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 a { | |
| 5875 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5876 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5877 | + color: var(--e-a-color-txt-disabled); | |
| 5878 | + cursor: not-allowed; | |
| 5879 | +} | |
| 5880 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5881 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6049 | 5882 | color: var(--e-a-color-txt); |
| 6050 | - text-decoration: none; | |
| 5883 | + display: flex; | |
| 5884 | + align-items: center; | |
| 5885 | + gap: 8px; | |
| 6051 | 5886 | } |
| 6052 | 5887 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6053 | 5888 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6054 | 5889 | color: var(--e-a-color-danger); |
| @@ -6060,14 +5895,8 @@ | ||
| 6060 | 5895 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6061 | 5896 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6062 | 5897 | margin-inline-start: auto; |
| 6063 | 5898 | cursor: pointer; |
| 6064 | - background: none; | |
| 6065 | - border: none; | |
| 6066 | - padding: 0; | |
| 6067 | - display: flex; | |
| 6068 | - align-items: center; | |
| 6069 | - justify-content: center; | |
| 6070 | 5899 | } |
| 6071 | 5900 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6072 | 5901 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6073 | 5902 | font-size: 20px; |
| @@ -6134,11 +5963,9 @@ | ||
| 6134 | 5963 | display: flex; |
| 6135 | 5964 | align-items: center; |
| 6136 | 5965 | } |
| 6137 | 5966 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6138 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6139 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6140 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5967 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6141 | 5968 | cursor: pointer; |
| 6142 | 5969 | transition: color 0.5s; |
| 6143 | 5970 | } |
| 6144 | 5971 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6260,24 +6087,15 @@ | ||
| 6260 | 6087 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6261 | 6088 | display: inline; |
| 6262 | 6089 | background: var(--e-a-bg-hover); |
| 6263 | 6090 | padding: 0 2px 1px; |
| 6264 | - border: none; | |
| 6265 | 6091 | border-radius: 2px; |
| 6266 | 6092 | vertical-align: bottom; |
| 6267 | 6093 | cursor: pointer; |
| 6268 | - font-family: inherit; | |
| 6269 | - font-size: inherit; | |
| 6270 | - color: inherit; | |
| 6271 | - line-height: inherit; | |
| 6272 | 6094 | } |
| 6273 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6274 | 6096 | background: var(--e-a-bg-active); |
| 6275 | 6097 | } |
| 6276 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6277 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6278 | - outline-offset: 2px; | |
| 6279 | -} | |
| 6280 | 6098 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6281 | 6099 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6282 | 6100 | #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, |
| 6283 | 6101 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6341,9 +6159,8 @@ | ||
| 6341 | 6159 | #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 { |
| 6342 | 6160 | white-space: nowrap; |
| 6343 | 6161 | text-overflow: ellipsis; |
| 6344 | 6162 | overflow: hidden; |
| 6345 | - overflow: visible; | |
| 6346 | 6163 | display: inline-flex; |
| 6347 | 6164 | align-items: baseline; |
| 6348 | 6165 | line-height: 27px; |
| 6349 | 6166 | } |
| @@ -6422,9 +6239,8 @@ | ||
| 6422 | 6239 | } |
| 6423 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6424 | 6241 | padding: 5px 15px; |
| 6425 | 6242 | cursor: pointer; |
| 6426 | - list-style: none; | |
| 6427 | 6243 | } |
| 6428 | 6244 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6429 | 6245 | display: none; |
| 6430 | 6246 | } |
| @@ -6433,15 +6249,11 @@ | ||
| 6433 | 6249 | } |
| 6434 | 6250 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6435 | 6251 | text-decoration: underline; |
| 6436 | 6252 | } |
| 6437 | -#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 { | |
| 6253 | +#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 { | |
| 6438 | 6254 | background: var(--e-a-border-color); |
| 6439 | 6255 | } |
| 6440 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6441 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6442 | - outline-offset: -2px; | |
| 6443 | -} | |
| 6444 | 6256 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6445 | 6257 | pointer-events: none; |
| 6446 | 6258 | opacity: 0.3; |
| 6447 | 6259 | } |
| @@ -6959,173 +6771,8 @@ | ||
| 6959 | 6771 | #elementor-library--site-info__dialog.variant-b:after { |
| 6960 | 6772 | border-block-start-color: var(--e-a-bg-secondary); |
| 6961 | 6773 | } |
| 6962 | 6774 | |
| 6963 | -.elementor-global-styles-dialog { | |
| 6964 | - --gsd-color-text-primary: #0c0d0e; | |
| 6965 | - --gsd-color-text-secondary: #3f444b; | |
| 6966 | - --gsd-color-text-tertiary: #69727D; | |
| 6967 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6968 | - --gsd-color-primary-main: #f0abfc; | |
| 6969 | - --gsd-color-primary-hover: #e879f9; | |
| 6970 | - --gsd-color-secondary-main: #515962; | |
| 6971 | - --gsd-border-radius: 4px; | |
| 6972 | - --gsd-spacing-horizontal: 24px; | |
| 6973 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6974 | - padding: 16px 0 0; | |
| 6975 | - min-width: 444px; | |
| 6976 | -} | |
| 6977 | -.elementor-global-styles-dialog__header { | |
| 6978 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6979 | - margin-block-end: 16px; | |
| 6980 | -} | |
| 6981 | -.elementor-global-styles-dialog__header h2 { | |
| 6982 | - margin: 0 0 4px; | |
| 6983 | - font-family: var(--gsd-font-family); | |
| 6984 | - font-size: 16px; | |
| 6985 | - font-weight: 500; | |
| 6986 | - line-height: 1.3; | |
| 6987 | - color: var(--gsd-color-text-primary); | |
| 6988 | - letter-spacing: 0.15px; | |
| 6989 | -} | |
| 6990 | -.elementor-global-styles-dialog__header p { | |
| 6991 | - margin: 0; | |
| 6992 | - font-family: var(--gsd-font-family); | |
| 6993 | - font-size: 14px; | |
| 6994 | - font-weight: 400; | |
| 6995 | - line-height: 20px; | |
| 6996 | - color: var(--gsd-color-text-secondary); | |
| 6997 | - letter-spacing: 0.15px; | |
| 6998 | -} | |
| 6999 | -.elementor-global-styles-dialog__options { | |
| 7000 | - display: flex; | |
| 7001 | - flex-direction: column; | |
| 7002 | - gap: 12px; | |
| 7003 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7004 | -} | |
| 7005 | -.elementor-global-styles-dialog__radio-card { | |
| 7006 | - display: flex; | |
| 7007 | - gap: 0; | |
| 7008 | - padding: 12px 8px; | |
| 7009 | - border: 1px solid var(--gsd-color-divider); | |
| 7010 | - border-radius: var(--gsd-border-radius); | |
| 7011 | - cursor: pointer; | |
| 7012 | - transition: border-color 0.2s ease; | |
| 7013 | -} | |
| 7014 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7015 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7016 | - padding: 11px 7px; | |
| 7017 | -} | |
| 7018 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7019 | - flex-shrink: 0; | |
| 7020 | - width: 20px; | |
| 7021 | - height: 20px; | |
| 7022 | - margin: 9px; | |
| 7023 | - cursor: pointer; | |
| 7024 | - color: var(--gsd-color-text-tertiary); | |
| 7025 | - accent-color: var(--gsd-color-text-primary); | |
| 7026 | -} | |
| 7027 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7028 | - display: flex; | |
| 7029 | - align-items: flex-start; | |
| 7030 | - flex-direction: column; | |
| 7031 | - flex: 1; | |
| 7032 | -} | |
| 7033 | -.elementor-global-styles-dialog__radio-label { | |
| 7034 | - font-family: var(--gsd-font-family); | |
| 7035 | - font-size: 14px; | |
| 7036 | - font-weight: 500; | |
| 7037 | - line-height: 18px; | |
| 7038 | - color: var(--gsd-color-text-primary); | |
| 7039 | - letter-spacing: 0.15px; | |
| 7040 | -} | |
| 7041 | -.elementor-global-styles-dialog__radio-description { | |
| 7042 | - font-family: var(--gsd-font-family); | |
| 7043 | - font-size: 12px; | |
| 7044 | - font-weight: 400; | |
| 7045 | - line-height: 20px; | |
| 7046 | - color: var(--gsd-color-text-secondary); | |
| 7047 | - letter-spacing: 0.4px; | |
| 7048 | -} | |
| 7049 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7050 | - display: flex; | |
| 7051 | - align-items: flex-start; | |
| 7052 | - gap: 4px; | |
| 7053 | - padding: 0; | |
| 7054 | - margin-block-start: 0; | |
| 7055 | -} | |
| 7056 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7057 | - display: flex; | |
| 7058 | - align-items: flex-start; | |
| 7059 | - gap: 4px; | |
| 7060 | - cursor: pointer; | |
| 7061 | -} | |
| 7062 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7063 | - width: 18px; | |
| 7064 | - height: 18px; | |
| 7065 | - margin: 4px; | |
| 7066 | - cursor: pointer; | |
| 7067 | -} | |
| 7068 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7069 | - background-color: var(--gsd-color-text-tertiary); | |
| 7070 | -} | |
| 7071 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7072 | - font-family: var(--gsd-font-family); | |
| 7073 | - font-size: 12px; | |
| 7074 | - font-weight: 400; | |
| 7075 | - line-height: 1.43; | |
| 7076 | - color: var(--gsd-color-text-primary); | |
| 7077 | - letter-spacing: 0.15px; | |
| 7078 | - padding-block-start: 4px; | |
| 7079 | - margin-inline-start: 4px; | |
| 7080 | -} | |
| 7081 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7082 | - color: #2563eb; | |
| 7083 | - text-decoration: underline; | |
| 7084 | -} | |
| 7085 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7086 | - color: #2563eb; | |
| 7087 | -} | |
| 7088 | -.elementor-global-styles-dialog__footer { | |
| 7089 | - display: flex; | |
| 7090 | - justify-content: flex-end; | |
| 7091 | - align-items: center; | |
| 7092 | - gap: 8px; | |
| 7093 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__button-cancel { | |
| 7096 | - padding: 6px 8px; | |
| 7097 | - font-family: var(--gsd-font-family); | |
| 7098 | - font-size: 15px; | |
| 7099 | - font-weight: 500; | |
| 7100 | - line-height: 24px; | |
| 7101 | - letter-spacing: 0.4px; | |
| 7102 | - color: var(--gsd-color-secondary-main); | |
| 7103 | - background: transparent; | |
| 7104 | - border: none; | |
| 7105 | - border-radius: var(--gsd-border-radius); | |
| 7106 | - cursor: pointer; | |
| 7107 | -} | |
| 7108 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7109 | - background: rgba(0, 0, 0, 0.04); | |
| 7110 | -} | |
| 7111 | -.elementor-global-styles-dialog__button-insert { | |
| 7112 | - padding: 6px 16px; | |
| 7113 | - font-family: var(--gsd-font-family); | |
| 7114 | - font-size: 15px; | |
| 7115 | - font-weight: 500; | |
| 7116 | - line-height: 24px; | |
| 7117 | - letter-spacing: 0.4px; | |
| 7118 | - color: var(--gsd-color-text-primary); | |
| 7119 | - background: var(--gsd-color-primary-main); | |
| 7120 | - border: none; | |
| 7121 | - border-radius: var(--gsd-border-radius); | |
| 7122 | - cursor: pointer; | |
| 7123 | -} | |
| 7124 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7125 | - background: var(--gsd-color-primary-hover); | |
| 7126 | -} | |
| 7127 | - | |
| 7128 | 6775 | .elementor-tags-list { |
| 7129 | 6776 | display: none; |
| 7130 | 6777 | position: absolute; |
| 7131 | 6778 | width: 260px; |
| @@ -7309,14 +6956,8 @@ | ||
| 7309 | 6956 | cursor: default; |
| 7310 | 6957 | opacity: 0.5; |
| 7311 | 6958 | color: var(--e-a-color-disabled); |
| 7312 | 6959 | } |
| 7313 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7314 | - opacity: 1; | |
| 7315 | -} | |
| 7316 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7317 | - opacity: 0.5; | |
| 7318 | -} | |
| 7319 | 6960 | .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 { |
| 7320 | 6961 | background-color: var(--e-a-bg-hover); |
| 7321 | 6962 | color: var(--e-a-color-hover); |
| 7322 | 6963 | } |
| @@ -7344,20 +6985,8 @@ | ||
| 7344 | 6985 | padding: 2px 8px; |
| 7345 | 6986 | color: var(--e-a-color-primary-bold); |
| 7346 | 6987 | border-radius: 10px; |
| 7347 | 6988 | font-size: 10px; |
| 7348 | -} | |
| 7349 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7350 | - display: flex; | |
| 7351 | - align-items: center; | |
| 7352 | - justify-content: center; | |
| 7353 | - width: 24px; | |
| 7354 | - height: 24px; | |
| 7355 | - border-radius: 50%; | |
| 7356 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7357 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7358 | - font-size: 16px; | |
| 7359 | - cursor: pointer; | |
| 7360 | 6989 | } |
| 7361 | 6990 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7362 | 6991 | font-size: 14px; |
| 7363 | 6992 | font-style: normal; |