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