| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.32.0 - 03-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,52 +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: 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 | 1572 | #elementor-panel-inner { |
| 1620 | 1573 | position: relative; |
| 1621 | 1574 | height: 100%; |
| 1622 | 1575 | display: flex; |
| @@ -1945,10 +1898,8 @@ | ||
| 1945 | 1898 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1946 | 1899 | margin-block-start: 0; |
| 1947 | 1900 | } |
| 1948 | 1901 | |
| 1949 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1950 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1951 | 1902 | .elementor-control-start-end .eicon-h-align-left, |
| 1952 | 1903 | .elementor-control-start-end .eicon-h-align-right { |
| 1953 | 1904 | scale: calc(1 * var(--direction-multiplier)) 1; |
| 1954 | 1905 | } |
| @@ -3060,19 +3011,8 @@ | ||
| 3060 | 3011 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3061 | 3012 | background-color: #BABFC5; |
| 3062 | 3013 | border-radius: 10px; |
| 3063 | 3014 | } |
| 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 | 3015 | .e-global__manage-button { |
| 3076 | 3016 | font-weight: 500; |
| 3077 | 3017 | cursor: pointer; |
| 3078 | 3018 | } |
| @@ -5070,20 +5010,8 @@ | ||
| 5070 | 5010 | background-color: #fff; |
| 5071 | 5011 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5072 | 5012 | } |
| 5073 | 5013 | |
| 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 | 5014 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5087 | 5015 | font-style: normal; |
| 5088 | 5016 | text-decoration: underline; |
| 5089 | 5017 | } |
| @@ -5095,9 +5023,9 @@ | ||
| 5095 | 5023 | } |
| 5096 | 5024 | #elementor-template-library-modal .dialog-message { |
| 5097 | 5025 | overflow-y: scroll; |
| 5098 | 5026 | } |
| 5099 | -#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 { | |
| 5027 | +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message { | |
| 5100 | 5028 | overflow-y: hidden; |
| 5101 | 5029 | } |
| 5102 | 5030 | #elementor-template-library-modal .e-back-to-editor { |
| 5103 | 5031 | color: var(--e-a-color-txt); |
| @@ -5114,21 +5042,14 @@ | ||
| 5114 | 5042 | display: inline-block; |
| 5115 | 5043 | padding: 17px 20px; |
| 5116 | 5044 | border-block-end: 3px solid transparent; |
| 5117 | 5045 | cursor: pointer; |
| 5118 | - background: transparent; | |
| 5119 | - margin: 0; | |
| 5120 | - font-size: inherit; | |
| 5121 | - font-family: inherit; | |
| 5122 | - color: inherit; | |
| 5123 | - border: none; | |
| 5124 | 5046 | } |
| 5125 | 5047 | .elementor-template-library-menu-item:hover { |
| 5126 | 5048 | background-color: var(--e-a-bg-hover); |
| 5127 | 5049 | border-color: var(--e-a-bg-hover); |
| 5128 | 5050 | } |
| 5129 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5130 | - border-block-end: 3px solid; | |
| 5051 | +.elementor-template-library-menu-item.elementor-active { | |
| 5131 | 5052 | border-color: var(--e-a-border-color-accent); |
| 5132 | 5053 | color: var(--e-a-color-txt-accent); |
| 5133 | 5054 | } |
| 5134 | 5055 | |
| @@ -5134,25 +5055,11 @@ | ||
| 5134 | 5055 | |
| 5135 | 5056 | #elementor-template-library-header-actions { |
| 5136 | 5057 | display: flex; |
| 5137 | 5058 | } |
| 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; | |
| 5059 | +#elementor-template-library-header-actions > div { | |
| 5146 | 5060 | padding-inline-end: 16px; |
| 5147 | - cursor: pointer; | |
| 5148 | 5061 | } |
| 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 | 5062 | |
| 5156 | 5063 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5157 | 5064 | opacity: 0; |
| 5158 | 5065 | visibility: hidden; |
| @@ -5174,25 +5081,8 @@ | ||
| 5174 | 5081 | border-inline-end: var(--e-a-border); |
| 5175 | 5082 | cursor: pointer; |
| 5176 | 5083 | transition: color 0.5s; |
| 5177 | 5084 | } |
| 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 | 5085 | #elementor-template-library-header-preview-back:hover { |
| 5196 | 5086 | color: var(--e-a-color-txt-hover); |
| 5197 | 5087 | } |
| 5198 | 5088 | #elementor-template-library-header-preview-back i { |
| @@ -5225,14 +5115,9 @@ | ||
| 5225 | 5115 | } |
| 5226 | 5116 | #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 | 5117 | display: flex; |
| 5228 | 5118 | align-items: baseline; |
| 5229 | - border-radius: 3px; | |
| 5230 | 5119 | } |
| 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 | 5120 | #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 | 5121 | align-items: center; |
| 5237 | 5122 | } |
| 5238 | 5123 | #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 +5222,8 @@ | ||
| 5337 | 5222 | align-items: center; |
| 5338 | 5223 | gap: 8px; |
| 5339 | 5224 | } |
| 5340 | 5225 | #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 | 5226 | cursor: pointer; |
| 5348 | 5227 | font-size: 20px; |
| 5349 | 5228 | padding: 0 5px; |
| 5350 | 5229 | border-radius: 2px; |
| @@ -5384,19 +5263,15 @@ | ||
| 5384 | 5263 | padding: 8px; |
| 5385 | 5264 | border: var(--e-a-border); |
| 5386 | 5265 | border-radius: 3px; |
| 5387 | 5266 | } |
| 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 { | |
| 5267 | +#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 | 5268 | display: flex; |
| 5394 | 5269 | } |
| 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 { | |
| 5270 | +#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 | 5271 | display: none; |
| 5397 | 5272 | } |
| 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 { | |
| 5273 | +#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 | 5274 | display: flex !important; |
| 5400 | 5275 | } |
| 5401 | 5276 | #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 | 5277 | width: 190px; |
| @@ -5406,10 +5281,10 @@ | ||
| 5406 | 5281 | margin-block-end: 4px; |
| 5407 | 5282 | overflow: hidden; |
| 5408 | 5283 | } |
| 5409 | 5284 | #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 { |
| 5410 | - -o-object-fit: contain; | |
| 5411 | - object-fit: contain; | |
| 5285 | + -o-object-fit: cover; | |
| 5286 | + object-fit: cover; | |
| 5412 | 5287 | width: 100%; |
| 5413 | 5288 | height: 100%; |
| 5414 | 5289 | } |
| 5415 | 5290 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { |
| @@ -5491,29 +5366,16 @@ | ||
| 5491 | 5366 | gap: 20px; |
| 5492 | 5367 | align-items: center; |
| 5493 | 5368 | flex: 1; |
| 5494 | 5369 | } |
| 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; | |
| 5370 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5502 | 5371 | cursor: pointer; |
| 5503 | - display: flex; | |
| 5504 | - align-items: center; | |
| 5505 | - justify-content: center; | |
| 5372 | + font-size: 18px; | |
| 5506 | 5373 | } |
| 5507 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5374 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5508 | 5375 | pointer-events: none; |
| 5509 | 5376 | opacity: 0.3; |
| 5510 | - cursor: not-allowed; | |
| 5511 | 5377 | } |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5513 | - cursor: pointer; | |
| 5514 | - font-size: 18px; | |
| 5515 | -} | |
| 5516 | 5378 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5517 | 5379 | font-size: 20px; |
| 5518 | 5380 | } |
| 5519 | 5381 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5595,11 +5457,11 @@ | ||
| 5595 | 5457 | .elementor-template-library-filter-select-source .source-option i { |
| 5596 | 5458 | margin-inline-end: 5px; |
| 5597 | 5459 | } |
| 5598 | 5460 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5599 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5461 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5600 | 5462 | padding: 2px 4px; |
| 5601 | - color: var(--e-a-color-primary-bold-dark); | |
| 5463 | + color: var(--e-a-color-primary-bold); | |
| 5602 | 5464 | border-radius: 10px; |
| 5603 | 5465 | font-size: 10px; |
| 5604 | 5466 | margin-inline-start: 5px; |
| 5605 | 5467 | } |
| @@ -5606,52 +5468,8 @@ | ||
| 5606 | 5468 | .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { |
| 5607 | 5469 | background-color: var(--e-a-bg-hover); |
| 5608 | 5470 | } |
| 5609 | 5471 | |
| 5610 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5611 | - display: flex; | |
| 5612 | - align-items: center; | |
| 5613 | - justify-content: space-between; | |
| 5614 | -} | |
| 5615 | - | |
| 5616 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5617 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5618 | - display: flex; | |
| 5619 | - align-items: center; | |
| 5620 | - gap: 6px; | |
| 5621 | - padding: 6px 12px; | |
| 5622 | - border: none; | |
| 5623 | - border-radius: 20px; | |
| 5624 | - font-size: 14px; | |
| 5625 | - font-weight: 500; | |
| 5626 | - white-space: nowrap; | |
| 5627 | - margin-inline-start: auto; | |
| 5628 | - margin-inline-end: 15px; | |
| 5629 | -} | |
| 5630 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5631 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5632 | - margin: 0; | |
| 5633 | - font-size: 14px; | |
| 5634 | -} | |
| 5635 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5636 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5637 | - background-color: var(--e-a-bg-info); | |
| 5638 | - color: var(--e-a-color-info); | |
| 5639 | -} | |
| 5640 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5641 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5642 | - color: var(--e-a-color-info); | |
| 5643 | -} | |
| 5644 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5645 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5646 | - background-color: var(--e-a-bg-warning); | |
| 5647 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5648 | -} | |
| 5649 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5650 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5651 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5652 | -} | |
| 5653 | - | |
| 5654 | 5472 | #elementor-template-library-filter-toolbar-remote { |
| 5655 | 5473 | font-size: 11px; |
| 5656 | 5474 | } |
| 5657 | 5475 | |
| @@ -5769,32 +5587,19 @@ | ||
| 5769 | 5587 | padding: 8px; |
| 5770 | 5588 | border: var(--e-a-border); |
| 5771 | 5589 | border-radius: 3px; |
| 5772 | 5590 | } |
| 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 { | |
| 5591 | +.elementor-template-library-template-remote:hover { | |
| 5778 | 5592 | background-color: var(--e-a-bg-hover); |
| 5779 | 5593 | } |
| 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 { | |
| 5594 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5784 | 5595 | display: none; |
| 5785 | 5596 | } |
| 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 { | |
| 5597 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5793 | 5598 | opacity: 0; |
| 5794 | 5599 | } |
| 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 { | |
| 5600 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5601 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5797 | 5602 | display: none; |
| 5798 | 5603 | } |
| 5799 | 5604 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5800 | 5605 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5829,9 +5634,9 @@ | ||
| 5829 | 5634 | } |
| 5830 | 5635 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5831 | 5636 | display: none; |
| 5832 | 5637 | } |
| 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 { | |
| 5638 | +.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 | 5639 | transform: translateY(100%); |
| 5835 | 5640 | } |
| 5836 | 5641 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5837 | 5642 | position: relative; |
| @@ -5880,22 +5685,10 @@ | ||
| 5880 | 5685 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5881 | 5686 | margin-inline-start: auto; |
| 5882 | 5687 | } |
| 5883 | 5688 | .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; | |
| 5689 | + display: none; | |
| 5893 | 5690 | } |
| 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 | 5691 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5899 | 5692 | content: "\e93f"; |
| 5900 | 5693 | color: var(--e-a-color-primary-bold); |
| 5901 | 5694 | } |
| @@ -6014,22 +5807,11 @@ | ||
| 6014 | 5807 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6015 | 5808 | inset-block-start: 100%; |
| 6016 | 5809 | inset-inline-end: 0; |
| 6017 | 5810 | z-index: 1; |
| 6018 | - list-style: none; | |
| 6019 | - margin: 0; | |
| 6020 | - padding: 0; | |
| 6021 | 5811 | } |
| 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; | |
| 5812 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5813 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6032 | 5814 | padding: 10px 20px; |
| 6033 | 5815 | font-size: 11px; |
| 6034 | 5816 | cursor: pointer; |
| 6035 | 5817 | display: flex; |
| @@ -6034,21 +5816,25 @@ | ||
| 6034 | 5816 | cursor: pointer; |
| 6035 | 5817 | display: flex; |
| 6036 | 5818 | align-items: center; |
| 6037 | 5819 | gap: 8px; |
| 6038 | - width: 100%; | |
| 6039 | 5820 | } |
| 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 { | |
| 5821 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5822 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6044 | 5823 | cursor: not-allowed; |
| 6045 | 5824 | color: var(--e-a-color-txt-disabled); |
| 6046 | 5825 | } |
| 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 { | |
| 5826 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5827 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5828 | + color: var(--e-a-color-txt-disabled); | |
| 5829 | + cursor: not-allowed; | |
| 5830 | +} | |
| 5831 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5832 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6049 | 5833 | color: var(--e-a-color-txt); |
| 6050 | - text-decoration: none; | |
| 5834 | + display: flex; | |
| 5835 | + align-items: center; | |
| 5836 | + gap: 8px; | |
| 6051 | 5837 | } |
| 6052 | 5838 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6053 | 5839 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6054 | 5840 | color: var(--e-a-color-danger); |
| @@ -6060,14 +5846,8 @@ | ||
| 6060 | 5846 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6061 | 5847 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6062 | 5848 | margin-inline-start: auto; |
| 6063 | 5849 | cursor: pointer; |
| 6064 | - background: none; | |
| 6065 | - border: none; | |
| 6066 | - padding: 0; | |
| 6067 | - display: flex; | |
| 6068 | - align-items: center; | |
| 6069 | - justify-content: center; | |
| 6070 | 5850 | } |
| 6071 | 5851 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6072 | 5852 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6073 | 5853 | font-size: 20px; |
| @@ -6134,11 +5914,9 @@ | ||
| 6134 | 5914 | display: flex; |
| 6135 | 5915 | align-items: center; |
| 6136 | 5916 | } |
| 6137 | 5917 | .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 { | |
| 5918 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6141 | 5919 | cursor: pointer; |
| 6142 | 5920 | transition: color 0.5s; |
| 6143 | 5921 | } |
| 6144 | 5922 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6223,18 +6001,18 @@ | ||
| 6223 | 6001 | #elementor-template-library-save-template-form > * { |
| 6224 | 6002 | height: 55px; |
| 6225 | 6003 | font-size: 16px; |
| 6226 | 6004 | } |
| 6005 | +#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6006 | + display: block; | |
| 6007 | + width: 500px; | |
| 6008 | + margin: 0 auto; | |
| 6009 | +} | |
| 6227 | 6010 | #elementor-template-library-save-template-form .cloud-library-form-inputs > * { |
| 6228 | 6011 | height: 55px; |
| 6229 | 6012 | font-size: 16px; |
| 6230 | 6013 | margin-block-end: 15px; |
| 6231 | 6014 | } |
| 6232 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6233 | - display: block; | |
| 6234 | - width: 500px; | |
| 6235 | - margin: 0 auto; | |
| 6236 | -} | |
| 6237 | 6015 | #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, |
| 6238 | 6016 | #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { |
| 6239 | 6017 | display: none; |
| 6240 | 6018 | } |
| @@ -6260,24 +6038,15 @@ | ||
| 6260 | 6038 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6261 | 6039 | display: inline; |
| 6262 | 6040 | background: var(--e-a-bg-hover); |
| 6263 | 6041 | padding: 0 2px 1px; |
| 6264 | - border: none; | |
| 6265 | 6042 | border-radius: 2px; |
| 6266 | 6043 | vertical-align: bottom; |
| 6267 | 6044 | cursor: pointer; |
| 6268 | - font-family: inherit; | |
| 6269 | - font-size: inherit; | |
| 6270 | - color: inherit; | |
| 6271 | - line-height: inherit; | |
| 6272 | 6045 | } |
| 6273 | 6046 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6274 | 6047 | background: var(--e-a-bg-active); |
| 6275 | 6048 | } |
| 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 | 6049 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6281 | 6050 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6282 | 6051 | #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 | 6052 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6341,16 +6110,12 @@ | ||
| 6341 | 6110 | #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 | 6111 | white-space: nowrap; |
| 6343 | 6112 | text-overflow: ellipsis; |
| 6344 | 6113 | overflow: hidden; |
| 6345 | - overflow: visible; | |
| 6346 | - display: inline-flex; | |
| 6347 | - align-items: baseline; | |
| 6348 | 6114 | line-height: 27px; |
| 6349 | 6115 | } |
| 6350 | 6116 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, |
| 6351 | 6117 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { |
| 6352 | - flex-shrink: 0; | |
| 6353 | 6118 | position: relative; |
| 6354 | 6119 | inset-block-start: 2px; |
| 6355 | 6120 | } |
| 6356 | 6121 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, |
| @@ -6367,26 +6132,15 @@ | ||
| 6367 | 6132 | } |
| 6368 | 6133 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { |
| 6369 | 6134 | display: none; |
| 6370 | 6135 | margin-inline-end: 5px; |
| 6371 | - align-items: baseline; | |
| 6372 | - white-space: nowrap; | |
| 6373 | - text-overflow: ellipsis; | |
| 6374 | - overflow: hidden; | |
| 6375 | 6136 | } |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6377 | - display: inline-flex !important; | |
| 6378 | -} | |
| 6379 | 6137 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { |
| 6380 | 6138 | text-decoration: underline; |
| 6381 | 6139 | cursor: pointer; |
| 6382 | - white-space: nowrap; | |
| 6383 | - text-overflow: ellipsis; | |
| 6384 | - overflow: hidden; | |
| 6385 | 6140 | } |
| 6386 | 6141 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { |
| 6387 | 6142 | cursor: pointer; |
| 6388 | - flex-shrink: 0; | |
| 6389 | 6143 | } |
| 6390 | 6144 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { |
| 6391 | 6145 | color: var(--e-a-color-primary-bold); |
| 6392 | 6146 | font-size: 14px; |
| @@ -6422,9 +6176,8 @@ | ||
| 6422 | 6176 | } |
| 6423 | 6177 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6424 | 6178 | padding: 5px 15px; |
| 6425 | 6179 | cursor: pointer; |
| 6426 | - list-style: none; | |
| 6427 | 6180 | } |
| 6428 | 6181 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6429 | 6182 | display: none; |
| 6430 | 6183 | } |
| @@ -6433,15 +6186,11 @@ | ||
| 6433 | 6186 | } |
| 6434 | 6187 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6435 | 6188 | text-decoration: underline; |
| 6436 | 6189 | } |
| 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 { | |
| 6190 | +#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 | 6191 | background: var(--e-a-border-color); |
| 6439 | 6192 | } |
| 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 | 6193 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6445 | 6194 | pointer-events: none; |
| 6446 | 6195 | opacity: 0.3; |
| 6447 | 6196 | } |
| @@ -6447,9 +6196,10 @@ | ||
| 6447 | 6196 | } |
| 6448 | 6197 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { |
| 6449 | 6198 | text-align: center; |
| 6450 | 6199 | font-size: 13px; |
| 6451 | - margin: 0 20px; | |
| 6200 | + width: 155px; | |
| 6201 | + margin: 0 auto; | |
| 6452 | 6202 | padding-block: 15px; |
| 6453 | 6203 | pointer-events: none; |
| 6454 | 6204 | } |
| 6455 | 6205 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { |
| @@ -6463,259 +6213,8 @@ | ||
| 6463 | 6213 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { |
| 6464 | 6214 | pointer-events: none; |
| 6465 | 6215 | opacity: 0.3; |
| 6466 | 6216 | } |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6468 | - display: flex; | |
| 6469 | - flex-direction: column; | |
| 6470 | - width: 600px; | |
| 6471 | - text-align: start; | |
| 6472 | -} | |
| 6473 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6474 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6475 | - font-size: 12px; | |
| 6476 | - font-weight: 400; | |
| 6477 | - color: var(--e-a-color-txt); | |
| 6478 | -} | |
| 6479 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6480 | - width: 100%; | |
| 6481 | - padding: 12px 15px; | |
| 6482 | - border: var(--e-a-border-bold); | |
| 6483 | - border-radius: 3px; | |
| 6484 | - margin-block-end: 0; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6487 | - border: none; | |
| 6488 | - padding: 0; | |
| 6489 | - gap: 12px; | |
| 6490 | - margin-block-start: 20px; | |
| 6491 | -} | |
| 6492 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6493 | - display: flex; | |
| 6494 | - align-items: center; | |
| 6495 | - padding: 12px 15px; | |
| 6496 | - border: var(--e-a-border-bold); | |
| 6497 | - border-radius: 3px; | |
| 6498 | - width: 100%; | |
| 6499 | - line-height: normal; | |
| 6500 | - gap: 8px; | |
| 6501 | -} | |
| 6502 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6503 | - border-color: var(--e-a-color-txt); | |
| 6504 | -} | |
| 6505 | -#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 { | |
| 6506 | - display: flex; | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6509 | - margin-inline-end: 0; | |
| 6510 | - flex-shrink: 0; | |
| 6511 | - position: relative; | |
| 6512 | -} | |
| 6513 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6514 | - inset-block-start: 0; | |
| 6515 | -} | |
| 6516 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6517 | - content: ""; | |
| 6518 | - position: absolute; | |
| 6519 | - inset-inline-end: -8px; | |
| 6520 | - width: 1px; | |
| 6521 | - height: 18px; | |
| 6522 | - background-color: var(--e-a-border-color); | |
| 6523 | -} | |
| 6524 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6525 | - margin-inline-start: 12px; | |
| 6526 | - margin-inline-end: 4px; | |
| 6527 | - font-size: 24px; | |
| 6528 | - color: var(--e-a-color-txt); | |
| 6529 | -} | |
| 6530 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6531 | - margin-inline-start: 8px; | |
| 6532 | - margin-inline-end: 0; | |
| 6533 | - font-size: 24px; | |
| 6534 | - color: var(--e-a-color-txt); | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6537 | - flex: 0 0 auto; | |
| 6538 | - margin: 0; | |
| 6539 | - cursor: pointer; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6542 | - margin-inline: 0; | |
| 6543 | -} | |
| 6544 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6545 | - display: inline; | |
| 6546 | - background: transparent; | |
| 6547 | - padding: 0; | |
| 6548 | - border-radius: 0; | |
| 6549 | - vertical-align: baseline; | |
| 6550 | - text-decoration: underline; | |
| 6551 | - cursor: pointer; | |
| 6552 | - margin-inline-start: 0; | |
| 6553 | -} | |
| 6554 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6555 | - background: transparent; | |
| 6556 | -} | |
| 6557 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6558 | - color: var(--e-a-color-primary-bold); | |
| 6559 | - text-decoration: underline; | |
| 6560 | - cursor: pointer; | |
| 6561 | - margin-inline-start: 4px; | |
| 6562 | -} | |
| 6563 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6564 | - text-decoration: none; | |
| 6565 | -} | |
| 6566 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6567 | - display: none; | |
| 6568 | - border: none; | |
| 6569 | - padding: 0; | |
| 6570 | - border-radius: 0; | |
| 6571 | - margin-inline-start: 0; | |
| 6572 | - background: transparent; | |
| 6573 | - transition: background-color 0.2s; | |
| 6574 | - padding: 3px 8px; | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6577 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6578 | - border-radius: 3px; | |
| 6579 | -} | |
| 6580 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6581 | - color: var(--e-a-btn-bg-accent); | |
| 6582 | - text-decoration: none; | |
| 6583 | - display: flex; | |
| 6584 | - align-items: center; | |
| 6585 | - gap: 4px; | |
| 6586 | - font-size: 14px; | |
| 6587 | - font-weight: 500; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6590 | - margin: 0; | |
| 6591 | - font-size: 14px; | |
| 6592 | -} | |
| 6593 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6594 | - display: none; | |
| 6595 | -} | |
| 6596 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6597 | - color: var(--e-a-color-txt-muted); | |
| 6598 | - margin-inline: 5px; | |
| 6599 | -} | |
| 6600 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6601 | - color: var(--e-a-color-info); | |
| 6602 | - text-decoration: underline; | |
| 6603 | -} | |
| 6604 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6605 | - text-decoration: none; | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6608 | - display: flex; | |
| 6609 | - align-items: center; | |
| 6610 | - gap: 6px; | |
| 6611 | - padding: 6px 12px; | |
| 6612 | - border: none; | |
| 6613 | - border-radius: 20px; | |
| 6614 | - font-size: 14px; | |
| 6615 | - font-weight: 500; | |
| 6616 | - cursor: pointer; | |
| 6617 | - transition: opacity 0.2s; | |
| 6618 | - margin-inline-start: auto; | |
| 6619 | -} | |
| 6620 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6621 | - opacity: 0.8; | |
| 6622 | -} | |
| 6623 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6624 | - margin: 0; | |
| 6625 | - font-size: 14px; | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6628 | - background-color: var(--e-a-bg-info); | |
| 6629 | - color: var(--e-a-color-info); | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6632 | - color: var(--e-a-color-info); | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6635 | - background-color: var(--e-a-bg-warning); | |
| 6636 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6637 | -} | |
| 6638 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6639 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6640 | -} | |
| 6641 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6642 | - display: none; | |
| 6643 | - margin-inline-start: 8px; | |
| 6644 | - align-items: center; | |
| 6645 | - gap: 6px; | |
| 6646 | -} | |
| 6647 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6648 | - display: inline-flex !important; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6651 | - text-decoration: underline; | |
| 6652 | - cursor: pointer; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6655 | - cursor: pointer; | |
| 6656 | - font-size: 14px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6659 | - inset-block-start: 75px; | |
| 6660 | - inset-inline-start: 230px; | |
| 6661 | -} | |
| 6662 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6663 | - display: none; | |
| 6664 | -} | |
| 6665 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6666 | - display: inline; | |
| 6667 | -} | |
| 6668 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6669 | - display: none; | |
| 6670 | -} | |
| 6671 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6672 | - border-color: var(--e-a-border-color); | |
| 6673 | -} | |
| 6674 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6676 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6677 | - color: var(--e-a-color-txt-disabled); | |
| 6678 | -} | |
| 6679 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6680 | - background-color: var(--e-a-color-txt-disabled); | |
| 6681 | -} | |
| 6682 | -#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 { | |
| 6683 | - border-color: var(--e-a-border-color); | |
| 6684 | -} | |
| 6685 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6686 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6687 | -#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, | |
| 6688 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6689 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6690 | - color: var(--e-a-color-txt-disabled); | |
| 6691 | -} | |
| 6692 | -#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 { | |
| 6693 | - background-color: var(--e-a-color-txt-disabled); | |
| 6694 | -} | |
| 6695 | -#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 { | |
| 6696 | - display: inline-flex; | |
| 6697 | -} | |
| 6698 | -#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 { | |
| 6699 | - display: none; | |
| 6700 | -} | |
| 6701 | -#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 { | |
| 6702 | - display: block; | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6705 | -#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], | |
| 6706 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6707 | - pointer-events: none; | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6710 | - display: block; | |
| 6711 | - margin-block-start: 15px; | |
| 6712 | -} | |
| 6713 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6714 | - align-self: center; | |
| 6715 | - margin-block-start: 20px; | |
| 6716 | - float: none; | |
| 6717 | -} | |
| 6718 | 6217 | |
| 6719 | 6218 | #elementor-template-library-save-template-name { |
| 6720 | 6219 | width: 500px; |
| 6721 | 6220 | padding-inline-start: 25px; |
| @@ -6846,11 +6345,9 @@ | ||
| 6846 | 6345 | margin-block-start: 10px; |
| 6847 | 6346 | } |
| 6848 | 6347 | |
| 6849 | 6348 | #elementor-library--infotip__dialog, |
| 6850 | -#elementor-library--connect_infotip__dialog, | |
| 6851 | -#elementor-library--cloud-upgrade__dialog, | |
| 6852 | -#elementor-library--site-info__dialog { | |
| 6349 | +#elementor-library--connect_infotip__dialog { | |
| 6853 | 6350 | position: absolute; |
| 6854 | 6351 | z-index: 10000; |
| 6855 | 6352 | background-color: var(--e-a-bg-default); |
| 6856 | 6353 | box-shadow: var(--e-a-popover-shadow); |
| @@ -6855,39 +6352,19 @@ | ||
| 6855 | 6352 | background-color: var(--e-a-bg-default); |
| 6856 | 6353 | box-shadow: var(--e-a-popover-shadow); |
| 6857 | 6354 | border-radius: var(--e-a-border-radius); |
| 6858 | 6355 | } |
| 6859 | -#elementor-library--infotip__dialog.variant-b, | |
| 6860 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6861 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6862 | -#elementor-library--site-info__dialog.variant-b { | |
| 6863 | - width: 200px; | |
| 6864 | - color: var(--e-a-color-txt-invert); | |
| 6865 | - background-color: var(--e-a-bg-secondary); | |
| 6866 | -} | |
| 6867 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6868 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6869 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6870 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6871 | - padding: 4px 8px 4px 8px; | |
| 6872 | -} | |
| 6873 | 6356 | #elementor-library--infotip__dialog__title, |
| 6874 | -#elementor-library--connect_infotip__dialog__title, | |
| 6875 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6876 | -#elementor-library--site-info__dialog__title { | |
| 6357 | +#elementor-library--connect_infotip__dialog__title { | |
| 6877 | 6358 | font-size: 14px; |
| 6878 | 6359 | } |
| 6879 | 6360 | #elementor-library--infotip__dialog .dialog-buttons-wrapper, |
| 6880 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6881 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6882 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6361 | +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper { | |
| 6883 | 6362 | padding: 10px 0 10px 10px; |
| 6884 | 6363 | float: inline-end; |
| 6885 | 6364 | } |
| 6886 | 6365 | #elementor-library--infotip__dialog .dialog-button, |
| 6887 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6888 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6889 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6366 | +#elementor-library--connect_infotip__dialog .dialog-button { | |
| 6890 | 6367 | padding: 7px 25px; |
| 6891 | 6368 | font-size: 13px; |
| 6892 | 6369 | background: none; |
| 6893 | 6370 | color: var(--e-a-btn-bg-accent); |
| @@ -6895,11 +6372,9 @@ | ||
| 6895 | 6372 | font-weight: 500; |
| 6896 | 6373 | cursor: pointer; |
| 6897 | 6374 | } |
| 6898 | 6375 | #elementor-library--infotip__dialog:after, |
| 6899 | -#elementor-library--connect_infotip__dialog:after, | |
| 6900 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6901 | -#elementor-library--site-info__dialog:after { | |
| 6376 | +#elementor-library--connect_infotip__dialog:after { | |
| 6902 | 6377 | content: ""; |
| 6903 | 6378 | position: absolute; |
| 6904 | 6379 | inset-inline-end: 46%; |
| 6905 | 6380 | transform: scaleX(0.7); |
| @@ -6915,11 +6390,8 @@ | ||
| 6915 | 6390 | #elementor-library--infotip__dialog:after { |
| 6916 | 6391 | inset-block-start: 100%; |
| 6917 | 6392 | border-block-start-color: var(--e-a-bg-default); |
| 6918 | 6393 | } |
| 6919 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6920 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6921 | -} | |
| 6922 | 6394 | |
| 6923 | 6395 | #elementor-library--connect_infotip__dialog { |
| 6924 | 6396 | width: 265px; |
| 6925 | 6397 | } |
| @@ -6925,207 +6397,13 @@ | ||
| 6925 | 6397 | } |
| 6926 | 6398 | #elementor-library--connect_infotip__dialog .dialog-message { |
| 6927 | 6399 | padding: 20px; |
| 6928 | 6400 | } |
| 6929 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6401 | +#elementor-library--connect_infotip__dialog:after { | |
| 6930 | 6402 | inset-block-end: 100%; |
| 6931 | 6403 | border-block-end-color: var(--e-a-bg-default); |
| 6932 | 6404 | } |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6934 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6935 | - inset-block-start: 100%; | |
| 6936 | -} | |
| 6937 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6938 | - width: 265px; | |
| 6939 | -} | |
| 6940 | 6405 | |
| 6941 | -#elementor-library--cloud-upgrade__dialog { | |
| 6942 | - width: 265px; | |
| 6943 | -} | |
| 6944 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6945 | - inset-block-start: 100%; | |
| 6946 | - border-block-start-color: var(--e-a-bg-default); | |
| 6947 | -} | |
| 6948 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6949 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6950 | -} | |
| 6951 | - | |
| 6952 | -#elementor-library--site-info__dialog { | |
| 6953 | - width: 265px; | |
| 6954 | -} | |
| 6955 | -#elementor-library--site-info__dialog:after { | |
| 6956 | - inset-block-start: 100%; | |
| 6957 | - border-block-start-color: var(--e-a-bg-default); | |
| 6958 | -} | |
| 6959 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6960 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6961 | -} | |
| 6962 | - | |
| 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 | 6406 | .elementor-tags-list { |
| 7129 | 6407 | display: none; |
| 7130 | 6408 | position: absolute; |
| 7131 | 6409 | width: 260px; |
| @@ -7309,14 +6587,8 @@ | ||
| 7309 | 6587 | cursor: default; |
| 7310 | 6588 | opacity: 0.5; |
| 7311 | 6589 | color: var(--e-a-color-disabled); |
| 7312 | 6590 | } |
| 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 | 6591 | .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 | 6592 | background-color: var(--e-a-bg-hover); |
| 7321 | 6593 | color: var(--e-a-color-hover); |
| 7322 | 6594 | } |
| @@ -7345,20 +6617,8 @@ | ||
| 7345 | 6617 | color: var(--e-a-color-primary-bold); |
| 7346 | 6618 | border-radius: 10px; |
| 7347 | 6619 | font-size: 10px; |
| 7348 | 6620 | } |
| 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 | -} | |
| 7361 | 6621 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7362 | 6622 | font-size: 14px; |
| 7363 | 6623 | font-style: normal; |
| 7364 | 6624 | font-weight: 400; |
| @@ -7756,9 +7016,9 @@ | ||
| 7756 | 7016 | transition: transform 0.5s; |
| 7757 | 7017 | z-index: 91; |
| 7758 | 7018 | } |
| 7759 | 7019 | .elementor-navigator__element__indicators:not(:hover) { |
| 7760 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7020 | + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width))); | |
| 7761 | 7021 | } |
| 7762 | 7022 | .elementor-navigator__element__indicator { |
| 7763 | 7023 | height: 100%; |
| 7764 | 7024 | width: 31px; |
| @@ -8318,22 +7578,18 @@ | ||
| 8318 | 7578 | } |
| 8319 | 7579 | |
| 8320 | 7580 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8321 | 7581 | transition: 0.3s all; |
| 7582 | + --is-ltr: 0; | |
| 7583 | + --is-rtl: 1; | |
| 7584 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8322 | 7585 | } |
| 8323 | 7586 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8324 | 7587 | max-height: 1em; |
| 8325 | 7588 | max-width: 1em; |
| 8326 | 7589 | } |
| 8327 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8328 | - --is-ltr: 0; | |
| 8329 | - --is-rtl: 1; | |
| 8330 | -} | |
| 8331 | 7590 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8332 | 7591 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8333 | -} | |
| 8334 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8335 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8336 | 7592 | } |
| 8337 | 7593 | :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) { |
| 8338 | 7594 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8339 | 7595 | } |