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