| @@ -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 | } |
| @@ -5066,20 +5011,8 @@ | ||
| 5066 | 5011 | background-color: #fff; |
| 5067 | 5012 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5068 | 5013 | } |
| 5069 | 5014 | |
| 5070 | -#elementor-template-library-modal button:focus-visible, | |
| 5071 | -#elementor-template-library-modal a:focus-visible, | |
| 5072 | -#elementor-template-library-modal input:focus-visible, | |
| 5073 | -#elementor-template-library-modal select:focus-visible, | |
| 5074 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5075 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5076 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5077 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5078 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5079 | - outline-offset: 2px; | |
| 5080 | - border-radius: 2px; | |
| 5081 | -} | |
| 5082 | 5015 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5083 | 5016 | font-style: normal; |
| 5084 | 5017 | text-decoration: underline; |
| 5085 | 5018 | } |
| @@ -5110,21 +5043,14 @@ | ||
| 5110 | 5043 | display: inline-block; |
| 5111 | 5044 | padding: 17px 20px; |
| 5112 | 5045 | border-block-end: 3px solid transparent; |
| 5113 | 5046 | cursor: pointer; |
| 5114 | - background: transparent; | |
| 5115 | - margin: 0; | |
| 5116 | - font-size: inherit; | |
| 5117 | - font-family: inherit; | |
| 5118 | - color: inherit; | |
| 5119 | - border: none; | |
| 5120 | 5047 | } |
| 5121 | 5048 | .elementor-template-library-menu-item:hover { |
| 5122 | 5049 | background-color: var(--e-a-bg-hover); |
| 5123 | 5050 | border-color: var(--e-a-bg-hover); |
| 5124 | 5051 | } |
| 5125 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5126 | - border-block-end: 3px solid; | |
| 5052 | +.elementor-template-library-menu-item.elementor-active { | |
| 5127 | 5053 | border-color: var(--e-a-border-color-accent); |
| 5128 | 5054 | color: var(--e-a-color-txt-accent); |
| 5129 | 5055 | } |
| 5130 | 5056 | |
| @@ -5130,25 +5056,11 @@ | ||
| 5130 | 5056 | |
| 5131 | 5057 | #elementor-template-library-header-actions { |
| 5132 | 5058 | display: flex; |
| 5133 | 5059 | } |
| 5134 | -#elementor-template-library-header-actions > div, | |
| 5135 | -#elementor-template-library-header-actions > button { | |
| 5136 | - background: transparent; | |
| 5137 | - margin: 0; | |
| 5138 | - font-size: inherit; | |
| 5139 | - font-family: inherit; | |
| 5140 | - color: inherit; | |
| 5141 | - border: none; | |
| 5060 | +#elementor-template-library-header-actions > div { | |
| 5142 | 5061 | padding-inline-end: 16px; |
| 5143 | - cursor: pointer; | |
| 5144 | 5062 | } |
| 5145 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5146 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5147 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5148 | - outline-offset: -2px; | |
| 5149 | - border-radius: 2px; | |
| 5150 | -} | |
| 5151 | 5063 | |
| 5152 | 5064 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5153 | 5065 | opacity: 0; |
| 5154 | 5066 | visibility: hidden; |
| @@ -5170,25 +5082,8 @@ | ||
| 5170 | 5082 | border-inline-end: var(--e-a-border); |
| 5171 | 5083 | cursor: pointer; |
| 5172 | 5084 | transition: color 0.5s; |
| 5173 | 5085 | } |
| 5174 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5175 | - background: transparent; | |
| 5176 | - margin: 0; | |
| 5177 | - font-size: inherit; | |
| 5178 | - font-family: inherit; | |
| 5179 | - color: inherit; | |
| 5180 | - border: none; | |
| 5181 | - display: flex; | |
| 5182 | - align-items: center; | |
| 5183 | - gap: 10px; | |
| 5184 | - cursor: pointer; | |
| 5185 | -} | |
| 5186 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5187 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5188 | - outline-offset: 2px; | |
| 5189 | - border-radius: 2px; | |
| 5190 | -} | |
| 5191 | 5086 | #elementor-template-library-header-preview-back:hover { |
| 5192 | 5087 | color: var(--e-a-color-txt-hover); |
| 5193 | 5088 | } |
| 5194 | 5089 | #elementor-template-library-header-preview-back i { |
| @@ -5221,14 +5116,9 @@ | ||
| 5221 | 5116 | } |
| 5222 | 5117 | #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 { |
| 5223 | 5118 | display: flex; |
| 5224 | 5119 | align-items: baseline; |
| 5225 | - border-radius: 3px; | |
| 5226 | 5120 | } |
| 5227 | -#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 { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: 2px; | |
| 5230 | -} | |
| 5231 | 5121 | #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 { |
| 5232 | 5122 | align-items: center; |
| 5233 | 5123 | } |
| 5234 | 5124 | #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 { |
| @@ -5333,14 +5223,8 @@ | ||
| 5333 | 5223 | align-items: center; |
| 5334 | 5224 | gap: 8px; |
| 5335 | 5225 | } |
| 5336 | 5226 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5337 | - background: transparent; | |
| 5338 | - margin: 0; | |
| 5339 | - font-size: inherit; | |
| 5340 | - font-family: inherit; | |
| 5341 | - color: inherit; | |
| 5342 | - border: none; | |
| 5343 | 5227 | cursor: pointer; |
| 5344 | 5228 | font-size: 20px; |
| 5345 | 5229 | padding: 0 5px; |
| 5346 | 5230 | border-radius: 2px; |
| @@ -5380,19 +5264,15 @@ | ||
| 5380 | 5264 | padding: 8px; |
| 5381 | 5265 | border: var(--e-a-border); |
| 5382 | 5266 | border-radius: 3px; |
| 5383 | 5267 | } |
| 5384 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5385 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5386 | - outline-offset: 2px; | |
| 5387 | -} | |
| 5388 | -#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 { | |
| 5268 | +#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 { | |
| 5389 | 5269 | display: flex; |
| 5390 | 5270 | } |
| 5391 | -#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 { | |
| 5271 | +#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 { | |
| 5392 | 5272 | display: none; |
| 5393 | 5273 | } |
| 5394 | -#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 { | |
| 5274 | +#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 { | |
| 5395 | 5275 | display: flex !important; |
| 5396 | 5276 | } |
| 5397 | 5277 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5398 | 5278 | width: 190px; |
| @@ -5487,29 +5367,16 @@ | ||
| 5487 | 5367 | gap: 20px; |
| 5488 | 5368 | align-items: center; |
| 5489 | 5369 | flex: 1; |
| 5490 | 5370 | } |
| 5491 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5492 | - background: transparent; | |
| 5493 | - margin: 0; | |
| 5494 | - font-size: inherit; | |
| 5495 | - font-family: inherit; | |
| 5496 | - color: inherit; | |
| 5497 | - border: none; | |
| 5371 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5498 | 5372 | cursor: pointer; |
| 5499 | - display: flex; | |
| 5500 | - align-items: center; | |
| 5501 | - justify-content: center; | |
| 5373 | + font-size: 18px; | |
| 5502 | 5374 | } |
| 5503 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5375 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5504 | 5376 | pointer-events: none; |
| 5505 | 5377 | opacity: 0.3; |
| 5506 | - cursor: not-allowed; | |
| 5507 | 5378 | } |
| 5508 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5509 | - cursor: pointer; | |
| 5510 | - font-size: 18px; | |
| 5511 | -} | |
| 5512 | 5379 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5513 | 5380 | font-size: 20px; |
| 5514 | 5381 | } |
| 5515 | 5382 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5591,11 +5458,11 @@ | ||
| 5591 | 5458 | .elementor-template-library-filter-select-source .source-option i { |
| 5592 | 5459 | margin-inline-end: 5px; |
| 5593 | 5460 | } |
| 5594 | 5461 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5595 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5462 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5596 | 5463 | padding: 2px 4px; |
| 5597 | - color: var(--e-a-color-primary-bold-dark); | |
| 5464 | + color: var(--e-a-color-primary-bold); | |
| 5598 | 5465 | border-radius: 10px; |
| 5599 | 5466 | font-size: 10px; |
| 5600 | 5467 | margin-inline-start: 5px; |
| 5601 | 5468 | } |
| @@ -5765,32 +5632,19 @@ | ||
| 5765 | 5632 | padding: 8px; |
| 5766 | 5633 | border: var(--e-a-border); |
| 5767 | 5634 | border-radius: 3px; |
| 5768 | 5635 | } |
| 5769 | -.elementor-template-library-template-remote:focus-visible { | |
| 5770 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5771 | - outline-offset: 2px; | |
| 5772 | -} | |
| 5773 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5636 | +.elementor-template-library-template-remote:hover { | |
| 5774 | 5637 | background-color: var(--e-a-bg-hover); |
| 5775 | 5638 | } |
| 5776 | -.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 { | |
| 5777 | - opacity: 1; | |
| 5778 | -} | |
| 5779 | -.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 { | |
| 5639 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5780 | 5640 | display: none; |
| 5781 | 5641 | } |
| 5782 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5783 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5784 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5785 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5786 | - display: initial; | |
| 5787 | -} | |
| 5788 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5642 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5789 | 5643 | opacity: 0; |
| 5790 | 5644 | } |
| 5791 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5792 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5645 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5646 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5793 | 5647 | display: none; |
| 5794 | 5648 | } |
| 5795 | 5649 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5796 | 5650 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5825,9 +5679,9 @@ | ||
| 5825 | 5679 | } |
| 5826 | 5680 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5827 | 5681 | display: none; |
| 5828 | 5682 | } |
| 5829 | -.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 { | |
| 5683 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5830 | 5684 | transform: translateY(100%); |
| 5831 | 5685 | } |
| 5832 | 5686 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5833 | 5687 | position: relative; |
| @@ -5876,22 +5730,10 @@ | ||
| 5876 | 5730 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5877 | 5731 | margin-inline-start: auto; |
| 5878 | 5732 | } |
| 5879 | 5733 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5880 | - position: absolute; | |
| 5881 | - width: 1px; | |
| 5882 | - height: 1px; | |
| 5883 | - padding: 0; | |
| 5884 | - margin: -1px; | |
| 5885 | - overflow: hidden; | |
| 5886 | - clip: rect(0, 0, 0, 0); | |
| 5887 | - white-space: nowrap; | |
| 5888 | - border: 0; | |
| 5734 | + display: none; | |
| 5889 | 5735 | } |
| 5890 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5891 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5892 | - outline-offset: 2px; | |
| 5893 | -} | |
| 5894 | 5736 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5895 | 5737 | content: "\e93f"; |
| 5896 | 5738 | color: var(--e-a-color-primary-bold); |
| 5897 | 5739 | } |
| @@ -6010,22 +5852,11 @@ | ||
| 6010 | 5852 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6011 | 5853 | inset-block-start: 100%; |
| 6012 | 5854 | inset-inline-end: 0; |
| 6013 | 5855 | z-index: 1; |
| 6014 | - list-style: none; | |
| 6015 | - margin: 0; | |
| 6016 | - padding: 0; | |
| 6017 | 5856 | } |
| 6018 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6019 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6020 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6021 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6022 | - background: transparent; | |
| 6023 | - margin: 0; | |
| 6024 | - font-size: inherit; | |
| 6025 | - font-family: inherit; | |
| 6026 | - color: inherit; | |
| 6027 | - border: none; | |
| 5857 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5858 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6028 | 5859 | padding: 10px 20px; |
| 6029 | 5860 | font-size: 11px; |
| 6030 | 5861 | cursor: pointer; |
| 6031 | 5862 | display: flex; |
| @@ -6030,21 +5861,25 @@ | ||
| 6030 | 5861 | cursor: pointer; |
| 6031 | 5862 | display: flex; |
| 6032 | 5863 | align-items: center; |
| 6033 | 5864 | gap: 8px; |
| 6034 | - width: 100%; | |
| 6035 | 5865 | } |
| 6036 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6037 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6038 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6039 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5866 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5867 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6040 | 5868 | cursor: not-allowed; |
| 6041 | 5869 | color: var(--e-a-color-txt-disabled); |
| 6042 | 5870 | } |
| 6043 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6044 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5871 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5872 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5873 | + color: var(--e-a-color-txt-disabled); | |
| 5874 | + cursor: not-allowed; | |
| 5875 | +} | |
| 5876 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5877 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6045 | 5878 | color: var(--e-a-color-txt); |
| 6046 | - text-decoration: none; | |
| 5879 | + display: flex; | |
| 5880 | + align-items: center; | |
| 5881 | + gap: 8px; | |
| 6047 | 5882 | } |
| 6048 | 5883 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6049 | 5884 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6050 | 5885 | color: var(--e-a-color-danger); |
| @@ -6056,14 +5891,8 @@ | ||
| 6056 | 5891 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6057 | 5892 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6058 | 5893 | margin-inline-start: auto; |
| 6059 | 5894 | cursor: pointer; |
| 6060 | - background: none; | |
| 6061 | - border: none; | |
| 6062 | - padding: 0; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - justify-content: center; | |
| 6066 | 5895 | } |
| 6067 | 5896 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6068 | 5897 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6069 | 5898 | font-size: 20px; |
| @@ -6130,11 +5959,9 @@ | ||
| 6130 | 5959 | display: flex; |
| 6131 | 5960 | align-items: center; |
| 6132 | 5961 | } |
| 6133 | 5962 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6134 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6135 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6136 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5963 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6137 | 5964 | cursor: pointer; |
| 6138 | 5965 | transition: color 0.5s; |
| 6139 | 5966 | } |
| 6140 | 5967 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6256,24 +6083,15 @@ | ||
| 6256 | 6083 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6257 | 6084 | display: inline; |
| 6258 | 6085 | background: var(--e-a-bg-hover); |
| 6259 | 6086 | padding: 0 2px 1px; |
| 6260 | - border: none; | |
| 6261 | 6087 | border-radius: 2px; |
| 6262 | 6088 | vertical-align: bottom; |
| 6263 | 6089 | cursor: pointer; |
| 6264 | - font-family: inherit; | |
| 6265 | - font-size: inherit; | |
| 6266 | - color: inherit; | |
| 6267 | - line-height: inherit; | |
| 6268 | 6090 | } |
| 6269 | 6091 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6270 | 6092 | background: var(--e-a-bg-active); |
| 6271 | 6093 | } |
| 6272 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6273 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6274 | - outline-offset: 2px; | |
| 6275 | -} | |
| 6276 | 6094 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6277 | 6095 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6278 | 6096 | #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, |
| 6279 | 6097 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6337,9 +6155,8 @@ | ||
| 6337 | 6155 | #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 { |
| 6338 | 6156 | white-space: nowrap; |
| 6339 | 6157 | text-overflow: ellipsis; |
| 6340 | 6158 | overflow: hidden; |
| 6341 | - overflow: visible; | |
| 6342 | 6159 | display: inline-flex; |
| 6343 | 6160 | align-items: baseline; |
| 6344 | 6161 | line-height: 27px; |
| 6345 | 6162 | } |
| @@ -6418,9 +6235,8 @@ | ||
| 6418 | 6235 | } |
| 6419 | 6236 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6420 | 6237 | padding: 5px 15px; |
| 6421 | 6238 | cursor: pointer; |
| 6422 | - list-style: none; | |
| 6423 | 6239 | } |
| 6424 | 6240 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6425 | 6241 | display: none; |
| 6426 | 6242 | } |
| @@ -6429,15 +6245,11 @@ | ||
| 6429 | 6245 | } |
| 6430 | 6246 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6431 | 6247 | text-decoration: underline; |
| 6432 | 6248 | } |
| 6433 | -#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 { | |
| 6249 | +#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 { | |
| 6434 | 6250 | background: var(--e-a-border-color); |
| 6435 | 6251 | } |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6437 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6438 | - outline-offset: -2px; | |
| 6439 | -} | |
| 6440 | 6252 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6441 | 6253 | pointer-events: none; |
| 6442 | 6254 | opacity: 0.3; |
| 6443 | 6255 | } |
| @@ -6955,173 +6767,8 @@ | ||
| 6955 | 6767 | #elementor-library--site-info__dialog.variant-b:after { |
| 6956 | 6768 | border-block-start-color: var(--e-a-bg-secondary); |
| 6957 | 6769 | } |
| 6958 | 6770 | |
| 6959 | -.elementor-global-styles-dialog { | |
| 6960 | - --gsd-color-text-primary: #0c0d0e; | |
| 6961 | - --gsd-color-text-secondary: #3f444b; | |
| 6962 | - --gsd-color-text-tertiary: #69727D; | |
| 6963 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6964 | - --gsd-color-primary-main: #f0abfc; | |
| 6965 | - --gsd-color-primary-hover: #e879f9; | |
| 6966 | - --gsd-color-secondary-main: #515962; | |
| 6967 | - --gsd-border-radius: 4px; | |
| 6968 | - --gsd-spacing-horizontal: 24px; | |
| 6969 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6970 | - padding: 16px 0 0; | |
| 6971 | - min-width: 444px; | |
| 6972 | -} | |
| 6973 | -.elementor-global-styles-dialog__header { | |
| 6974 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6975 | - margin-block-end: 16px; | |
| 6976 | -} | |
| 6977 | -.elementor-global-styles-dialog__header h2 { | |
| 6978 | - margin: 0 0 4px; | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 16px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 1.3; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__header p { | |
| 6987 | - margin: 0; | |
| 6988 | - font-family: var(--gsd-font-family); | |
| 6989 | - font-size: 14px; | |
| 6990 | - font-weight: 400; | |
| 6991 | - line-height: 20px; | |
| 6992 | - color: var(--gsd-color-text-secondary); | |
| 6993 | - letter-spacing: 0.15px; | |
| 6994 | -} | |
| 6995 | -.elementor-global-styles-dialog__options { | |
| 6996 | - display: flex; | |
| 6997 | - flex-direction: column; | |
| 6998 | - gap: 12px; | |
| 6999 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__radio-card { | |
| 7002 | - display: flex; | |
| 7003 | - gap: 0; | |
| 7004 | - padding: 12px 8px; | |
| 7005 | - border: 1px solid var(--gsd-color-divider); | |
| 7006 | - border-radius: var(--gsd-border-radius); | |
| 7007 | - cursor: pointer; | |
| 7008 | - transition: border-color 0.2s ease; | |
| 7009 | -} | |
| 7010 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7011 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7012 | - padding: 11px 7px; | |
| 7013 | -} | |
| 7014 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7015 | - flex-shrink: 0; | |
| 7016 | - width: 20px; | |
| 7017 | - height: 20px; | |
| 7018 | - margin: 9px; | |
| 7019 | - cursor: pointer; | |
| 7020 | - color: var(--gsd-color-text-tertiary); | |
| 7021 | - accent-color: var(--gsd-color-text-primary); | |
| 7022 | -} | |
| 7023 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7024 | - display: flex; | |
| 7025 | - align-items: flex-start; | |
| 7026 | - flex-direction: column; | |
| 7027 | - flex: 1; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__radio-label { | |
| 7030 | - font-family: var(--gsd-font-family); | |
| 7031 | - font-size: 14px; | |
| 7032 | - font-weight: 500; | |
| 7033 | - line-height: 18px; | |
| 7034 | - color: var(--gsd-color-text-primary); | |
| 7035 | - letter-spacing: 0.15px; | |
| 7036 | -} | |
| 7037 | -.elementor-global-styles-dialog__radio-description { | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 12px; | |
| 7040 | - font-weight: 400; | |
| 7041 | - line-height: 20px; | |
| 7042 | - color: var(--gsd-color-text-secondary); | |
| 7043 | - letter-spacing: 0.4px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7046 | - display: flex; | |
| 7047 | - align-items: flex-start; | |
| 7048 | - gap: 4px; | |
| 7049 | - padding: 0; | |
| 7050 | - margin-block-start: 0; | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7053 | - display: flex; | |
| 7054 | - align-items: flex-start; | |
| 7055 | - gap: 4px; | |
| 7056 | - cursor: pointer; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7059 | - width: 18px; | |
| 7060 | - height: 18px; | |
| 7061 | - margin: 4px; | |
| 7062 | - cursor: pointer; | |
| 7063 | -} | |
| 7064 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7065 | - background-color: var(--gsd-color-text-tertiary); | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7068 | - font-family: var(--gsd-font-family); | |
| 7069 | - font-size: 12px; | |
| 7070 | - font-weight: 400; | |
| 7071 | - line-height: 1.43; | |
| 7072 | - color: var(--gsd-color-text-primary); | |
| 7073 | - letter-spacing: 0.15px; | |
| 7074 | - padding-block-start: 4px; | |
| 7075 | - margin-inline-start: 4px; | |
| 7076 | -} | |
| 7077 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7078 | - color: #2563eb; | |
| 7079 | - text-decoration: underline; | |
| 7080 | -} | |
| 7081 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7082 | - color: #2563eb; | |
| 7083 | -} | |
| 7084 | -.elementor-global-styles-dialog__footer { | |
| 7085 | - display: flex; | |
| 7086 | - justify-content: flex-end; | |
| 7087 | - align-items: center; | |
| 7088 | - gap: 8px; | |
| 7089 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__button-cancel { | |
| 7092 | - padding: 6px 8px; | |
| 7093 | - font-family: var(--gsd-font-family); | |
| 7094 | - font-size: 15px; | |
| 7095 | - font-weight: 500; | |
| 7096 | - line-height: 24px; | |
| 7097 | - letter-spacing: 0.4px; | |
| 7098 | - color: var(--gsd-color-secondary-main); | |
| 7099 | - background: transparent; | |
| 7100 | - border: none; | |
| 7101 | - border-radius: var(--gsd-border-radius); | |
| 7102 | - cursor: pointer; | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7105 | - background: rgba(0, 0, 0, 0.04); | |
| 7106 | -} | |
| 7107 | -.elementor-global-styles-dialog__button-insert { | |
| 7108 | - padding: 6px 16px; | |
| 7109 | - font-family: var(--gsd-font-family); | |
| 7110 | - font-size: 15px; | |
| 7111 | - font-weight: 500; | |
| 7112 | - line-height: 24px; | |
| 7113 | - letter-spacing: 0.4px; | |
| 7114 | - color: var(--gsd-color-text-primary); | |
| 7115 | - background: var(--gsd-color-primary-main); | |
| 7116 | - border: none; | |
| 7117 | - border-radius: var(--gsd-border-radius); | |
| 7118 | - cursor: pointer; | |
| 7119 | -} | |
| 7120 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7121 | - background: var(--gsd-color-primary-hover); | |
| 7122 | -} | |
| 7123 | - | |
| 7124 | 6771 | .elementor-tags-list { |
| 7125 | 6772 | display: none; |
| 7126 | 6773 | position: absolute; |
| 7127 | 6774 | width: 260px; |
| @@ -7305,14 +6952,8 @@ | ||
| 7305 | 6952 | cursor: default; |
| 7306 | 6953 | opacity: 0.5; |
| 7307 | 6954 | color: var(--e-a-color-disabled); |
| 7308 | 6955 | } |
| 7309 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7310 | - opacity: 1; | |
| 7311 | -} | |
| 7312 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7313 | - opacity: 0.5; | |
| 7314 | -} | |
| 7315 | 6956 | .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 { |
| 7316 | 6957 | background-color: var(--e-a-bg-hover); |
| 7317 | 6958 | color: var(--e-a-color-hover); |
| 7318 | 6959 | } |
| @@ -7340,20 +6981,8 @@ | ||
| 7340 | 6981 | padding: 2px 8px; |
| 7341 | 6982 | color: var(--e-a-color-primary-bold); |
| 7342 | 6983 | border-radius: 10px; |
| 7343 | 6984 | font-size: 10px; |
| 7344 | -} | |
| 7345 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7346 | - display: flex; | |
| 7347 | - align-items: center; | |
| 7348 | - justify-content: center; | |
| 7349 | - width: 24px; | |
| 7350 | - height: 24px; | |
| 7351 | - border-radius: 50%; | |
| 7352 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7353 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7354 | - font-size: 16px; | |
| 7355 | - cursor: pointer; | |
| 7356 | 6985 | } |
| 7357 | 6986 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7358 | 6987 | font-size: 14px; |
| 7359 | 6988 | font-style: normal; |