| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.31.0 - 08-09-2025 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -194,12 +195,11 @@ | ||
| 194 | 195 | color: var(--e-a-color-txt-disabled); |
| 195 | 196 | } |
| 196 | 197 | .e-control-tool i { |
| 197 | 198 | position: absolute; |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 199 | + top: 50%; | |
| 200 | + left: 50%; | |
| 201 | + transform: translateX(-50%) translateY(-50%); | |
| 202 | 202 | color: var(--e-a-color-txt-default); |
| 203 | 203 | font-size: 13px; |
| 204 | 204 | } |
| 205 | 205 | |
| @@ -208,11 +208,11 @@ | ||
| 208 | 208 | } |
| 209 | 209 | |
| 210 | 210 | .elementor-loader-wrapper { |
| 211 | 211 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 212 | + top: 50%; | |
| 213 | + left: 50%; | |
| 214 | + transform: translate(-50%, -50%); | |
| 215 | 215 | width: 300px; |
| 216 | 216 | display: flex; |
| 217 | 217 | flex-direction: column; |
| 218 | 218 | align-items: center; |
| @@ -630,8 +630,13 @@ | ||
| 630 | 630 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 631 | 631 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 632 | 632 | color: initial; |
| 633 | 633 | } |
| 634 | +.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 635 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 636 | + background-color: var(--e-a-btn-bg-disabled); | |
| 637 | + cursor: not-allowed; | |
| 638 | +} | |
| 634 | 639 | .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 | 640 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, |
| 636 | 641 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| @@ -636,13 +641,8 @@ | ||
| 636 | 641 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, |
| 637 | 642 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { |
| 638 | 643 | background-color: var(--e-a-btn-bg-disabled); |
| 639 | 644 | } |
| 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 | 645 | |
| 646 | 646 | /* |
| 647 | 647 | * Container style |
| 648 | 648 | */ |
| @@ -900,9 +900,10 @@ | ||
| 900 | 900 | display: none; |
| 901 | 901 | position: absolute; |
| 902 | 902 | box-shadow: var(--e-a-popover-shadow); |
| 903 | 903 | border-radius: var(--e-a-border-radius); |
| 904 | - inset-inline: 0; | |
| 904 | + left: 0; | |
| 905 | + right: 0; | |
| 905 | 906 | margin: -4px auto 5px; |
| 906 | 907 | padding-block-start: 15px; |
| 907 | 908 | width: 90%; |
| 908 | 909 | z-index: 10000; |
| @@ -1289,10 +1290,10 @@ | ||
| 1289 | 1290 | border-inline-end: 1px solid #3f444b; |
| 1290 | 1291 | } |
| 1291 | 1292 | .elementor-panel .elementor-panel-footer-sub-menu-wrapper { |
| 1292 | 1293 | position: absolute; |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1294 | + bottom: 100%; | |
| 1295 | + left: 0; | |
| 1295 | 1296 | width: 100%; |
| 1296 | 1297 | background-color: #1f2124; |
| 1297 | 1298 | padding: 10px; |
| 1298 | 1299 | box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); |
| @@ -1359,17 +1360,13 @@ | ||
| 1359 | 1360 | |
| 1360 | 1361 | #elementor-panel-elements-search-area { |
| 1361 | 1362 | background-color: var(--e-a-bg-default); |
| 1362 | 1363 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1364 | + top: 0; | |
| 1364 | 1365 | padding: 15px; |
| 1365 | 1366 | z-index: 1; |
| 1366 | 1367 | } |
| 1367 | 1368 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1369 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1370 | position: relative; |
| 1374 | 1371 | } |
| 1375 | 1372 | |
| @@ -1571,52 +1568,8 @@ | ||
| 1571 | 1568 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1572 | 1569 | border: 0; |
| 1573 | 1570 | } |
| 1574 | 1571 | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | 1572 | #elementor-panel-inner { |
| 1620 | 1573 | position: relative; |
| 1621 | 1574 | height: 100%; |
| 1622 | 1575 | display: flex; |
| @@ -1644,9 +1597,9 @@ | ||
| 1644 | 1597 | } |
| 1645 | 1598 | |
| 1646 | 1599 | #elementor-panel-get-pro-elements-sticky { |
| 1647 | 1600 | position: sticky; |
| 1648 | - inset-block-end: 0; | |
| 1601 | + bottom: 0; | |
| 1649 | 1602 | font-size: 14px; |
| 1650 | 1603 | font-weight: 400; |
| 1651 | 1604 | line-height: 1.6; |
| 1652 | 1605 | margin-block-end: -10px; |
| @@ -1651,9 +1604,9 @@ | ||
| 1651 | 1604 | line-height: 1.6; |
| 1652 | 1605 | margin-block-end: -10px; |
| 1653 | 1606 | } |
| 1654 | 1607 | #elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { |
| 1655 | - margin-block-start: -14px; | |
| 1608 | + margin-top: -14px; | |
| 1656 | 1609 | min-height: 40px; |
| 1657 | 1610 | display: block; |
| 1658 | 1611 | padding: 9px min(35px, 5%); |
| 1659 | 1612 | gap: 10px; |
| @@ -1668,9 +1621,9 @@ | ||
| 1668 | 1621 | font-weight: 500; |
| 1669 | 1622 | color: var(--e-a-btn-bg-accent); |
| 1670 | 1623 | } |
| 1671 | 1624 | #elementor-panel-get-pro-elements-sticky img { |
| 1672 | - margin-inline-start: 17px; | |
| 1625 | + margin-left: 17px; | |
| 1673 | 1626 | } |
| 1674 | 1627 | |
| 1675 | 1628 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1676 | 1629 | width: 90%; |
| @@ -1697,10 +1650,10 @@ | ||
| 1697 | 1650 | background: var(--e-a-color-primary); |
| 1698 | 1651 | border-radius: 50%; |
| 1699 | 1652 | width: 8px; |
| 1700 | 1653 | height: 8px; |
| 1701 | - inset-block-start: 5px; | |
| 1702 | - inset-inline-end: 5px; | |
| 1654 | + top: 5px; | |
| 1655 | + right: 5px; | |
| 1703 | 1656 | } |
| 1704 | 1657 | |
| 1705 | 1658 | .media-modal.wp-core-ui { |
| 1706 | 1659 | color-scheme: light; |
| @@ -1945,10 +1898,8 @@ | ||
| 1945 | 1898 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1946 | 1899 | margin-block-start: 0; |
| 1947 | 1900 | } |
| 1948 | 1901 | |
| 1949 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1950 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1951 | 1902 | .elementor-control-start-end .eicon-h-align-left, |
| 1952 | 1903 | .elementor-control-start-end .eicon-h-align-right { |
| 1953 | 1904 | scale: calc(1 * var(--direction-multiplier)) 1; |
| 1954 | 1905 | } |
| @@ -1988,9 +1939,9 @@ | ||
| 1988 | 1939 | } |
| 1989 | 1940 | .elementor-control-responsive-switchers__holder { |
| 1990 | 1941 | position: absolute; |
| 1991 | 1942 | width: 100%; |
| 1992 | - inset-block-start: 0; | |
| 1943 | + top: 0; | |
| 1993 | 1944 | background-color: var(--e-a-bg-default); |
| 1994 | 1945 | border-radius: var(--e-a-border-radius); |
| 1995 | 1946 | transition: 0.15s; |
| 1996 | 1947 | border: 1px solid transparent; |
| @@ -2311,9 +2262,9 @@ | ||
| 2311 | 2262 | } |
| 2312 | 2263 | .elementor-control-responsive-switchers__holder { |
| 2313 | 2264 | position: absolute; |
| 2314 | 2265 | width: 100%; |
| 2315 | - inset-block-start: 0; | |
| 2266 | + top: 0; | |
| 2316 | 2267 | background-color: var(--e-a-bg-default); |
| 2317 | 2268 | border-radius: var(--e-a-border-radius); |
| 2318 | 2269 | transition: 0.15s; |
| 2319 | 2270 | border: 1px solid transparent; |
| @@ -2589,9 +2540,9 @@ | ||
| 2589 | 2540 | } |
| 2590 | 2541 | .elementor-control-responsive-switchers__holder { |
| 2591 | 2542 | position: absolute; |
| 2592 | 2543 | width: 100%; |
| 2593 | - inset-block-start: 0; | |
| 2544 | + top: 0; | |
| 2594 | 2545 | background-color: var(--e-a-bg-default); |
| 2595 | 2546 | border-radius: var(--e-a-border-radius); |
| 2596 | 2547 | transition: 0.15s; |
| 2597 | 2548 | border: 1px solid transparent; |
| @@ -2857,11 +2808,11 @@ | ||
| 2857 | 2808 | } |
| 2858 | 2809 | |
| 2859 | 2810 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2860 | 2811 | position: absolute; |
| 2861 | - inset-block-start: 50%; | |
| 2862 | - inset-inline-start: 50%; | |
| 2863 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2812 | + top: 50%; | |
| 2813 | + left: 50%; | |
| 2814 | + transform: translate(-50%, -50%); | |
| 2864 | 2815 | } |
| 2865 | 2816 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2866 | 2817 | font-size: 70px; |
| 2867 | 2818 | } |
| @@ -3060,19 +3011,8 @@ | ||
| 3060 | 3011 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3061 | 3012 | background-color: #BABFC5; |
| 3062 | 3013 | border-radius: 10px; |
| 3063 | 3014 | } |
| 3064 | -.e-global__group-header { | |
| 3065 | - padding: 12px 20px 5px; | |
| 3066 | - font-weight: 500; | |
| 3067 | - font-size: 11px; | |
| 3068 | - color: var(--e-a-color-txt-muted); | |
| 3069 | -} | |
| 3070 | -.e-global__group-divider { | |
| 3071 | - height: 1px; | |
| 3072 | - background-color: var(--e-a-border-color); | |
| 3073 | - margin: 10px 20px; | |
| 3074 | -} | |
| 3075 | 3015 | .e-global__manage-button { |
| 3076 | 3016 | font-weight: 500; |
| 3077 | 3017 | cursor: pointer; |
| 3078 | 3018 | } |
| @@ -3088,9 +3028,9 @@ | ||
| 3088 | 3028 | font-size: 13px; |
| 3089 | 3029 | content: "\e90e"; |
| 3090 | 3030 | position: absolute; |
| 3091 | 3031 | transform: translateY(-50%); |
| 3092 | - inset-block-start: 50%; | |
| 3032 | + top: 50%; | |
| 3093 | 3033 | inset-inline-start: 13px; |
| 3094 | 3034 | } |
| 3095 | 3035 | .e-global__color { |
| 3096 | 3036 | padding: 10px 20px; |
| @@ -3231,11 +3171,11 @@ | ||
| 3231 | 3171 | display: none; |
| 3232 | 3172 | } |
| 3233 | 3173 | .elementor-control-media .eicon-plus-circle { |
| 3234 | 3174 | position: absolute; |
| 3235 | - inset-block-start: 50%; | |
| 3236 | - inset-inline-start: 50%; | |
| 3237 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3175 | + top: 50%; | |
| 3176 | + left: 50%; | |
| 3177 | + transform: translate(-50%, -50%); | |
| 3238 | 3178 | color: var(--e-a-color-white); |
| 3239 | 3179 | font-size: 20px; |
| 3240 | 3180 | } |
| 3241 | 3181 | .elementor-control-media__content__upload-button { |
| @@ -3258,11 +3198,11 @@ | ||
| 3258 | 3198 | display: none; |
| 3259 | 3199 | } |
| 3260 | 3200 | .elementor-control-media-area .eicon-video-camera { |
| 3261 | 3201 | position: absolute; |
| 3262 | - inset-block-start: 50%; | |
| 3263 | - inset-inline-start: 50%; | |
| 3264 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3202 | + top: 50%; | |
| 3203 | + left: 50%; | |
| 3204 | + transform: translate(-50%, -50%); | |
| 3265 | 3205 | color: rgba(255, 255, 255, 0.7); |
| 3266 | 3206 | font-size: 21px; |
| 3267 | 3207 | } |
| 3268 | 3208 | .elementor-control-media .elementor-control-media__content { |
| @@ -3278,9 +3218,9 @@ | ||
| 3278 | 3218 | background-color: rgba(0, 0, 0, 0.2); |
| 3279 | 3219 | pointer-events: none; |
| 3280 | 3220 | } |
| 3281 | 3221 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3282 | - inset-block-end: -30px; | |
| 3222 | + bottom: -30px; | |
| 3283 | 3223 | } |
| 3284 | 3224 | .elementor-control-media__content { |
| 3285 | 3225 | transition: all 0.2s ease-in-out; |
| 3286 | 3226 | } |
| @@ -3285,10 +3225,11 @@ | ||
| 3285 | 3225 | transition: all 0.2s ease-in-out; |
| 3286 | 3226 | } |
| 3287 | 3227 | .elementor-control-media__tools { |
| 3288 | 3228 | position: absolute; |
| 3289 | - inset-block-end: 0; | |
| 3290 | - inset-inline: 0; | |
| 3229 | + bottom: 0; | |
| 3230 | + left: 0; | |
| 3231 | + right: 0; | |
| 3291 | 3232 | height: 27px; |
| 3292 | 3233 | transition: all 0.2s ease-in-out; |
| 3293 | 3234 | } |
| 3294 | 3235 | .elementor-control-media__tools > *:not(:first-child) { |
| @@ -3702,9 +3643,9 @@ | ||
| 3702 | 3643 | } |
| 3703 | 3644 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3704 | 3645 | content: ""; |
| 3705 | 3646 | position: absolute; |
| 3706 | - inset-block-start: 2px; | |
| 3647 | + top: 2px; | |
| 3707 | 3648 | height: 12px; |
| 3708 | 3649 | width: 11px; |
| 3709 | 3650 | transform: rotate(45deg); |
| 3710 | 3651 | background-color: var(--e-a-color-white); |
| @@ -3802,9 +3743,9 @@ | ||
| 3802 | 3743 | background-color: var(--e-a-border-color-focus); |
| 3803 | 3744 | } |
| 3804 | 3745 | .elementor-slider .noUi-tooltip { |
| 3805 | 3746 | position: absolute; |
| 3806 | - inset-block-start: calc(100% + 5px); | |
| 3747 | + top: calc(100% + 5px); | |
| 3807 | 3748 | left: calc(50% - 4px); |
| 3808 | 3749 | transform: translateX(-50%); |
| 3809 | 3750 | font-size: 10px; |
| 3810 | 3751 | } |
| @@ -3891,9 +3832,9 @@ | ||
| 3891 | 3832 | transition-property: opacity, background; |
| 3892 | 3833 | } |
| 3893 | 3834 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3894 | 3835 | position: absolute; |
| 3895 | - inset-block-start: 0; | |
| 3836 | + top: 0; | |
| 3896 | 3837 | width: 50%; |
| 3897 | 3838 | text-align: center; |
| 3898 | 3839 | line-height: 20px; |
| 3899 | 3840 | transition: inherit; |
| @@ -3899,14 +3840,14 @@ | ||
| 3899 | 3840 | transition: inherit; |
| 3900 | 3841 | } |
| 3901 | 3842 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3902 | 3843 | content: attr(data-off); |
| 3903 | - inset-inline-end: 5px; | |
| 3844 | + right: 5px; | |
| 3904 | 3845 | color: var(--e-a-color-txt-muted); |
| 3905 | 3846 | } |
| 3906 | 3847 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3907 | 3848 | content: attr(data-on); |
| 3908 | - inset-inline-start: 5px; | |
| 3849 | + left: 5px; | |
| 3909 | 3850 | color: var(--e-a-btn-color); |
| 3910 | 3851 | opacity: 0; |
| 3911 | 3852 | } |
| 3912 | 3853 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3919,19 +3860,19 @@ | ||
| 3919 | 3860 | opacity: 1; |
| 3920 | 3861 | } |
| 3921 | 3862 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3922 | 3863 | position: absolute; |
| 3923 | - inset-block-start: 1px; | |
| 3924 | - inset-inline-start: 1px; | |
| 3864 | + top: 1px; | |
| 3865 | + left: 1px; | |
| 3925 | 3866 | width: 18px; |
| 3926 | 3867 | height: 18px; |
| 3927 | 3868 | background: white; |
| 3928 | 3869 | border-radius: 10px; |
| 3929 | - transition: inset-inline-start 0.15s ease-out; | |
| 3870 | + transition: left 0.15s ease-out; | |
| 3930 | 3871 | } |
| 3931 | 3872 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3932 | - inset-inline-start: initial; | |
| 3933 | - inset-inline-end: 1px; | |
| 3873 | + left: initial; | |
| 3874 | + right: 1px; | |
| 3934 | 3875 | } |
| 3935 | 3876 | |
| 3936 | 3877 | .elementor-control-type-tabs { |
| 3937 | 3878 | display: none; |
| @@ -4064,10 +4005,10 @@ | ||
| 4064 | 4005 | } |
| 4065 | 4006 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4066 | 4007 | display: none; |
| 4067 | 4008 | position: absolute; |
| 4068 | - inset-block-start: 5px; | |
| 4069 | - inset-inline-end: 0; | |
| 4009 | + top: 5px; | |
| 4010 | + right: 0; | |
| 4070 | 4011 | width: 10px; |
| 4071 | 4012 | height: 10px; |
| 4072 | 4013 | font-size: 10px; |
| 4073 | 4014 | color: var(--e-a-color-txt-disabled); |
| @@ -4407,11 +4348,11 @@ | ||
| 4407 | 4348 | } |
| 4408 | 4349 | |
| 4409 | 4350 | #elementor-panel-revisions-loading { |
| 4410 | 4351 | position: absolute; |
| 4411 | - inset-block-start: 50%; | |
| 4412 | - inset-inline-start: 50%; | |
| 4413 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4352 | + top: 50%; | |
| 4353 | + left: 50%; | |
| 4354 | + transform: translate(-50%, -50%); | |
| 4414 | 4355 | } |
| 4415 | 4356 | #elementor-panel-revisions-loading .eicon-loading { |
| 4416 | 4357 | font-size: 50px; |
| 4417 | 4358 | } |
| @@ -5066,20 +5007,8 @@ | ||
| 5066 | 5007 | background-color: #fff; |
| 5067 | 5008 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5068 | 5009 | } |
| 5069 | 5010 | |
| 5070 | -#elementor-template-library-modal button:focus-visible, | |
| 5071 | -#elementor-template-library-modal a:focus-visible, | |
| 5072 | -#elementor-template-library-modal input:focus-visible, | |
| 5073 | -#elementor-template-library-modal select:focus-visible, | |
| 5074 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5075 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5076 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5077 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5078 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5079 | - outline-offset: 2px; | |
| 5080 | - border-radius: 2px; | |
| 5081 | -} | |
| 5082 | 5011 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5083 | 5012 | font-style: normal; |
| 5084 | 5013 | text-decoration: underline; |
| 5085 | 5014 | } |
| @@ -5091,9 +5020,9 @@ | ||
| 5091 | 5020 | } |
| 5092 | 5021 | #elementor-template-library-modal .dialog-message { |
| 5093 | 5022 | overflow-y: scroll; |
| 5094 | 5023 | } |
| 5095 | -#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 { | |
| 5024 | +#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message { | |
| 5096 | 5025 | overflow-y: hidden; |
| 5097 | 5026 | } |
| 5098 | 5027 | #elementor-template-library-modal .e-back-to-editor { |
| 5099 | 5028 | color: var(--e-a-color-txt); |
| @@ -5110,21 +5039,14 @@ | ||
| 5110 | 5039 | display: inline-block; |
| 5111 | 5040 | padding: 17px 20px; |
| 5112 | 5041 | border-block-end: 3px solid transparent; |
| 5113 | 5042 | cursor: pointer; |
| 5114 | - background: transparent; | |
| 5115 | - margin: 0; | |
| 5116 | - font-size: inherit; | |
| 5117 | - font-family: inherit; | |
| 5118 | - color: inherit; | |
| 5119 | - border: none; | |
| 5120 | 5043 | } |
| 5121 | 5044 | .elementor-template-library-menu-item:hover { |
| 5122 | 5045 | background-color: var(--e-a-bg-hover); |
| 5123 | 5046 | border-color: var(--e-a-bg-hover); |
| 5124 | 5047 | } |
| 5125 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5126 | - border-block-end: 3px solid; | |
| 5048 | +.elementor-template-library-menu-item.elementor-active { | |
| 5127 | 5049 | border-color: var(--e-a-border-color-accent); |
| 5128 | 5050 | color: var(--e-a-color-txt-accent); |
| 5129 | 5051 | } |
| 5130 | 5052 | |
| @@ -5130,25 +5052,11 @@ | ||
| 5130 | 5052 | |
| 5131 | 5053 | #elementor-template-library-header-actions { |
| 5132 | 5054 | display: flex; |
| 5133 | 5055 | } |
| 5134 | -#elementor-template-library-header-actions > div, | |
| 5135 | -#elementor-template-library-header-actions > button { | |
| 5136 | - background: transparent; | |
| 5137 | - margin: 0; | |
| 5138 | - font-size: inherit; | |
| 5139 | - font-family: inherit; | |
| 5140 | - color: inherit; | |
| 5141 | - border: none; | |
| 5056 | +#elementor-template-library-header-actions > div { | |
| 5142 | 5057 | padding-inline-end: 16px; |
| 5143 | - cursor: pointer; | |
| 5144 | 5058 | } |
| 5145 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5146 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5147 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5148 | - outline-offset: -2px; | |
| 5149 | - border-radius: 2px; | |
| 5150 | -} | |
| 5151 | 5059 | |
| 5152 | 5060 | #elementor-template-library-header-tools.e-hidden-disabled { |
| 5153 | 5061 | opacity: 0; |
| 5154 | 5062 | visibility: hidden; |
| @@ -5170,25 +5078,8 @@ | ||
| 5170 | 5078 | border-inline-end: var(--e-a-border); |
| 5171 | 5079 | cursor: pointer; |
| 5172 | 5080 | transition: color 0.5s; |
| 5173 | 5081 | } |
| 5174 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5175 | - background: transparent; | |
| 5176 | - margin: 0; | |
| 5177 | - font-size: inherit; | |
| 5178 | - font-family: inherit; | |
| 5179 | - color: inherit; | |
| 5180 | - border: none; | |
| 5181 | - display: flex; | |
| 5182 | - align-items: center; | |
| 5183 | - gap: 10px; | |
| 5184 | - cursor: pointer; | |
| 5185 | -} | |
| 5186 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5187 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5188 | - outline-offset: 2px; | |
| 5189 | - border-radius: 2px; | |
| 5190 | -} | |
| 5191 | 5082 | #elementor-template-library-header-preview-back:hover { |
| 5192 | 5083 | color: var(--e-a-color-txt-hover); |
| 5193 | 5084 | } |
| 5194 | 5085 | #elementor-template-library-header-preview-back i { |
| @@ -5221,20 +5112,15 @@ | ||
| 5221 | 5112 | } |
| 5222 | 5113 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { |
| 5223 | 5114 | display: flex; |
| 5224 | 5115 | align-items: baseline; |
| 5225 | - border-radius: 3px; | |
| 5226 | 5116 | } |
| 5227 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5228 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5229 | - outline-offset: 2px; | |
| 5230 | -} | |
| 5231 | 5117 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { |
| 5232 | 5118 | align-items: center; |
| 5233 | 5119 | } |
| 5234 | 5120 | #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 { |
| 5235 | 5121 | font-size: 14px; |
| 5236 | - margin-inline-start: 5px; | |
| 5122 | + margin-left: 5px; | |
| 5237 | 5123 | } |
| 5238 | 5124 | #elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container { |
| 5239 | 5125 | width: 200px; |
| 5240 | 5126 | margin: 0px 10px; |
| @@ -5333,14 +5219,8 @@ | ||
| 5333 | 5219 | align-items: center; |
| 5334 | 5220 | gap: 8px; |
| 5335 | 5221 | } |
| 5336 | 5222 | #elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { |
| 5337 | - background: transparent; | |
| 5338 | - margin: 0; | |
| 5339 | - font-size: inherit; | |
| 5340 | - font-family: inherit; | |
| 5341 | - color: inherit; | |
| 5342 | - border: none; | |
| 5343 | 5223 | cursor: pointer; |
| 5344 | 5224 | font-size: 20px; |
| 5345 | 5225 | padding: 0 5px; |
| 5346 | 5226 | border-radius: 2px; |
| @@ -5380,19 +5260,15 @@ | ||
| 5380 | 5260 | padding: 8px; |
| 5381 | 5261 | border: var(--e-a-border); |
| 5382 | 5262 | border-radius: 3px; |
| 5383 | 5263 | } |
| 5384 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5385 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5386 | - outline-offset: 2px; | |
| 5387 | -} | |
| 5388 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5264 | +#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview { | |
| 5389 | 5265 | display: flex; |
| 5390 | 5266 | } |
| 5391 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 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-card-footer .elementor-template-library-template-name { | |
| 5392 | 5268 | display: none; |
| 5393 | 5269 | } |
| 5394 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 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-card-footer-overlay { | |
| 5395 | 5271 | display: flex !important; |
| 5396 | 5272 | } |
| 5397 | 5273 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { |
| 5398 | 5274 | width: 190px; |
| @@ -5398,14 +5274,14 @@ | ||
| 5398 | 5274 | width: 190px; |
| 5399 | 5275 | height: 100px; |
| 5400 | 5276 | position: relative; |
| 5401 | 5277 | border-radius: 3px; |
| 5402 | - margin-block-end: 4px; | |
| 5278 | + margin-bottom: 4px; | |
| 5403 | 5279 | overflow: hidden; |
| 5404 | 5280 | } |
| 5405 | 5281 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img { |
| 5406 | - -o-object-fit: contain; | |
| 5407 | - object-fit: contain; | |
| 5282 | + -o-object-fit: cover; | |
| 5283 | + object-fit: cover; | |
| 5408 | 5284 | width: 100%; |
| 5409 | 5285 | height: 100%; |
| 5410 | 5286 | } |
| 5411 | 5287 | #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { |
| @@ -5487,29 +5363,16 @@ | ||
| 5487 | 5363 | gap: 20px; |
| 5488 | 5364 | align-items: center; |
| 5489 | 5365 | flex: 1; |
| 5490 | 5366 | } |
| 5491 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5492 | - background: transparent; | |
| 5493 | - margin: 0; | |
| 5494 | - font-size: inherit; | |
| 5495 | - font-family: inherit; | |
| 5496 | - color: inherit; | |
| 5497 | - border: none; | |
| 5367 | +#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5498 | 5368 | cursor: pointer; |
| 5499 | - display: flex; | |
| 5500 | - align-items: center; | |
| 5501 | - justify-content: center; | |
| 5369 | + font-size: 18px; | |
| 5502 | 5370 | } |
| 5503 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5371 | +#elementor-template-library-templates .bulk-selection-action-bar i.disabled { | |
| 5504 | 5372 | pointer-events: none; |
| 5505 | 5373 | opacity: 0.3; |
| 5506 | - cursor: not-allowed; | |
| 5507 | 5374 | } |
| 5508 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5509 | - cursor: pointer; | |
| 5510 | - font-size: 18px; | |
| 5511 | -} | |
| 5512 | 5375 | #elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { |
| 5513 | 5376 | font-size: 20px; |
| 5514 | 5377 | } |
| 5515 | 5378 | #elementor-template-library-templates #elementor-template-library-navigation-container { |
| @@ -5545,12 +5408,12 @@ | ||
| 5545 | 5408 | background: var(--e-a-bg-active); |
| 5546 | 5409 | } |
| 5547 | 5410 | #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { |
| 5548 | 5411 | position: relative; |
| 5549 | - inset-block-start: 3px; | |
| 5412 | + top: 3px; | |
| 5550 | 5413 | } |
| 5551 | 5414 | #elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { |
| 5552 | - inset-block-start: 0px; | |
| 5415 | + top: 0px; | |
| 5553 | 5416 | } |
| 5554 | 5417 | #elementor-template-library-templates .bulk-selection-item-checkbox:checked, |
| 5555 | 5418 | #elementor-template-library-templates #bulk-select-all:checked { |
| 5556 | 5419 | background: #69727D; |
| @@ -5591,11 +5454,11 @@ | ||
| 5591 | 5454 | .elementor-template-library-filter-select-source .source-option i { |
| 5592 | 5455 | margin-inline-end: 5px; |
| 5593 | 5456 | } |
| 5594 | 5457 | .elementor-template-library-filter-select-source .source-option .new-badge { |
| 5595 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5458 | + border: 1px solid var(--e-a-color-primary-bold); | |
| 5596 | 5459 | padding: 2px 4px; |
| 5597 | - color: var(--e-a-color-primary-bold-dark); | |
| 5460 | + color: var(--e-a-color-primary-bold); | |
| 5598 | 5461 | border-radius: 10px; |
| 5599 | 5462 | font-size: 10px; |
| 5600 | 5463 | margin-inline-start: 5px; |
| 5601 | 5464 | } |
| @@ -5602,52 +5465,8 @@ | ||
| 5602 | 5465 | .elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { |
| 5603 | 5466 | background-color: var(--e-a-bg-hover); |
| 5604 | 5467 | } |
| 5605 | 5468 | |
| 5606 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5607 | - display: flex; | |
| 5608 | - align-items: center; | |
| 5609 | - justify-content: space-between; | |
| 5610 | -} | |
| 5611 | - | |
| 5612 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5613 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5614 | - display: flex; | |
| 5615 | - align-items: center; | |
| 5616 | - gap: 6px; | |
| 5617 | - padding: 6px 12px; | |
| 5618 | - border: none; | |
| 5619 | - border-radius: 20px; | |
| 5620 | - font-size: 14px; | |
| 5621 | - font-weight: 500; | |
| 5622 | - white-space: nowrap; | |
| 5623 | - margin-inline-start: auto; | |
| 5624 | - margin-inline-end: 15px; | |
| 5625 | -} | |
| 5626 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5627 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5628 | - margin: 0; | |
| 5629 | - font-size: 14px; | |
| 5630 | -} | |
| 5631 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5632 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5633 | - background-color: var(--e-a-bg-info); | |
| 5634 | - color: var(--e-a-color-info); | |
| 5635 | -} | |
| 5636 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5637 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5638 | - color: var(--e-a-color-info); | |
| 5639 | -} | |
| 5640 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5641 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5642 | - background-color: var(--e-a-bg-warning); | |
| 5643 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5644 | -} | |
| 5645 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5646 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5647 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5648 | -} | |
| 5649 | - | |
| 5650 | 5469 | #elementor-template-library-filter-toolbar-remote { |
| 5651 | 5470 | font-size: 11px; |
| 5652 | 5471 | } |
| 5653 | 5472 | |
| @@ -5722,9 +5541,9 @@ | ||
| 5722 | 5541 | content: "\e923"; |
| 5723 | 5542 | } |
| 5724 | 5543 | |
| 5725 | 5544 | #elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { |
| 5726 | - margin-block-end: 10px; | |
| 5545 | + margin-bottom: 10px; | |
| 5727 | 5546 | } |
| 5728 | 5547 | |
| 5729 | 5548 | #elementor-template-library-filter-text-wrapper { |
| 5730 | 5549 | width: 200px; |
| @@ -5736,9 +5555,9 @@ | ||
| 5736 | 5555 | inset-inline-end: 0; |
| 5737 | 5556 | transform: translateY(-50%); |
| 5738 | 5557 | } |
| 5739 | 5558 | #elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { |
| 5740 | - inset-block-start: 25%; | |
| 5559 | + top: 25%; | |
| 5741 | 5560 | } |
| 5742 | 5561 | |
| 5743 | 5562 | #elementor-template-library-filter-text { |
| 5744 | 5563 | border: none; |
| @@ -5765,32 +5584,19 @@ | ||
| 5765 | 5584 | padding: 8px; |
| 5766 | 5585 | border: var(--e-a-border); |
| 5767 | 5586 | border-radius: 3px; |
| 5768 | 5587 | } |
| 5769 | -.elementor-template-library-template-remote:focus-visible { | |
| 5770 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5771 | - outline-offset: 2px; | |
| 5772 | -} | |
| 5773 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5588 | +.elementor-template-library-template-remote:hover { | |
| 5774 | 5589 | background-color: var(--e-a-bg-hover); |
| 5775 | 5590 | } |
| 5776 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5777 | - opacity: 1; | |
| 5778 | -} | |
| 5779 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 5591 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5780 | 5592 | display: none; |
| 5781 | 5593 | } |
| 5782 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5783 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5784 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5785 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5786 | - display: initial; | |
| 5787 | -} | |
| 5788 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5594 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5789 | 5595 | opacity: 0; |
| 5790 | 5596 | } |
| 5791 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5792 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5597 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 5598 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5793 | 5599 | display: none; |
| 5794 | 5600 | } |
| 5795 | 5601 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5796 | 5602 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5825,9 +5631,9 @@ | ||
| 5825 | 5631 | } |
| 5826 | 5632 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5827 | 5633 | display: none; |
| 5828 | 5634 | } |
| 5829 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 5635 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5830 | 5636 | transform: translateY(100%); |
| 5831 | 5637 | } |
| 5832 | 5638 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5833 | 5639 | position: relative; |
| @@ -5852,11 +5658,11 @@ | ||
| 5852 | 5658 | } |
| 5853 | 5659 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5854 | 5660 | font-size: 20px; |
| 5855 | 5661 | position: absolute; |
| 5856 | - inset-block-start: 50%; | |
| 5857 | - inset-inline-start: 50%; | |
| 5858 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5662 | + top: 50%; | |
| 5663 | + left: 50%; | |
| 5664 | + transform: translate(-50%, -50%); | |
| 5859 | 5665 | } |
| 5860 | 5666 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5861 | 5667 | display: flex; |
| 5862 | 5668 | justify-content: space-between; |
| @@ -5876,22 +5682,10 @@ | ||
| 5876 | 5682 | .elementor-template-library-template-remote .elementor-template-library-favorite { |
| 5877 | 5683 | margin-inline-start: auto; |
| 5878 | 5684 | } |
| 5879 | 5685 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5880 | - position: absolute; | |
| 5881 | - width: 1px; | |
| 5882 | - height: 1px; | |
| 5883 | - padding: 0; | |
| 5884 | - margin: -1px; | |
| 5885 | - overflow: hidden; | |
| 5886 | - clip: rect(0, 0, 0, 0); | |
| 5887 | - white-space: nowrap; | |
| 5888 | - border: 0; | |
| 5686 | + display: none; | |
| 5889 | 5687 | } |
| 5890 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5891 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5892 | - outline-offset: 2px; | |
| 5893 | -} | |
| 5894 | 5688 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5895 | 5689 | content: "\e93f"; |
| 5896 | 5690 | color: var(--e-a-color-primary-bold); |
| 5897 | 5691 | } |
| @@ -6010,22 +5804,11 @@ | ||
| 6010 | 5804 | box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); |
| 6011 | 5805 | inset-block-start: 100%; |
| 6012 | 5806 | inset-inline-end: 0; |
| 6013 | 5807 | z-index: 1; |
| 6014 | - list-style: none; | |
| 6015 | - margin: 0; | |
| 6016 | - padding: 0; | |
| 6017 | 5808 | } |
| 6018 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6019 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6020 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6021 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6022 | - background: transparent; | |
| 6023 | - margin: 0; | |
| 6024 | - font-size: inherit; | |
| 6025 | - font-family: inherit; | |
| 6026 | - color: inherit; | |
| 6027 | - border: none; | |
| 5809 | +.elementor-template-library-template-local .elementor-template-library-template-more > div, | |
| 5810 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div { | |
| 6028 | 5811 | padding: 10px 20px; |
| 6029 | 5812 | font-size: 11px; |
| 6030 | 5813 | cursor: pointer; |
| 6031 | 5814 | display: flex; |
| @@ -6030,21 +5813,25 @@ | ||
| 6030 | 5813 | cursor: pointer; |
| 6031 | 5814 | display: flex; |
| 6032 | 5815 | align-items: center; |
| 6033 | 5816 | gap: 8px; |
| 6034 | - width: 100%; | |
| 6035 | 5817 | } |
| 6036 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6037 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6038 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6039 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5818 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled, | |
| 5819 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled { | |
| 6040 | 5820 | cursor: not-allowed; |
| 6041 | 5821 | color: var(--e-a-color-txt-disabled); |
| 6042 | 5822 | } |
| 6043 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6044 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5823 | +.elementor-template-library-template-local .elementor-template-library-template-more > div.disabled a, | |
| 5824 | +.elementor-template-library-template-cloud .elementor-template-library-template-more > div.disabled a { | |
| 5825 | + color: var(--e-a-color-txt-disabled); | |
| 5826 | + cursor: not-allowed; | |
| 5827 | +} | |
| 5828 | +.elementor-template-library-template-local .elementor-template-library-template-more a, | |
| 5829 | +.elementor-template-library-template-cloud .elementor-template-library-template-more a { | |
| 6045 | 5830 | color: var(--e-a-color-txt); |
| 6046 | - text-decoration: none; | |
| 5831 | + display: flex; | |
| 5832 | + align-items: center; | |
| 5833 | + gap: 8px; | |
| 6047 | 5834 | } |
| 6048 | 5835 | .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, |
| 6049 | 5836 | .elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { |
| 6050 | 5837 | color: var(--e-a-color-danger); |
| @@ -6056,14 +5843,8 @@ | ||
| 6056 | 5843 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle, |
| 6057 | 5844 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { |
| 6058 | 5845 | margin-inline-start: auto; |
| 6059 | 5846 | cursor: pointer; |
| 6060 | - background: none; | |
| 6061 | - border: none; | |
| 6062 | - padding: 0; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - justify-content: center; | |
| 6066 | 5847 | } |
| 6067 | 5848 | .elementor-template-library-template-local .elementor-template-library-template-more-toggle i, |
| 6068 | 5849 | .elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { |
| 6069 | 5850 | font-size: 20px; |
| @@ -6130,11 +5911,9 @@ | ||
| 6130 | 5911 | display: flex; |
| 6131 | 5912 | align-items: center; |
| 6132 | 5913 | } |
| 6133 | 5914 | .elementor-template-library-template-local .elementor-template-library-template-controls > div, |
| 6134 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6135 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6136 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 5915 | +.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div { | |
| 6137 | 5916 | cursor: pointer; |
| 6138 | 5917 | transition: color 0.5s; |
| 6139 | 5918 | } |
| 6140 | 5919 | .elementor-template-library-template-local .elementor-template-library-template-insert.disabled, |
| @@ -6219,18 +5998,18 @@ | ||
| 6219 | 5998 | #elementor-template-library-save-template-form > * { |
| 6220 | 5999 | height: 55px; |
| 6221 | 6000 | font-size: 16px; |
| 6222 | 6001 | } |
| 6002 | +#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6003 | + display: block; | |
| 6004 | + width: 500px; | |
| 6005 | + margin: 0 auto; | |
| 6006 | +} | |
| 6223 | 6007 | #elementor-template-library-save-template-form .cloud-library-form-inputs > * { |
| 6224 | 6008 | height: 55px; |
| 6225 | 6009 | font-size: 16px; |
| 6226 | 6010 | margin-block-end: 15px; |
| 6227 | 6011 | } |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6229 | - display: block; | |
| 6230 | - width: 500px; | |
| 6231 | - margin: 0 auto; | |
| 6232 | -} | |
| 6233 | 6012 | #elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, |
| 6234 | 6013 | #elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { |
| 6235 | 6014 | display: none; |
| 6236 | 6015 | } |
| @@ -6256,24 +6035,15 @@ | ||
| 6256 | 6035 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { |
| 6257 | 6036 | display: inline; |
| 6258 | 6037 | background: var(--e-a-bg-hover); |
| 6259 | 6038 | padding: 0 2px 1px; |
| 6260 | - border: none; | |
| 6261 | 6039 | border-radius: 2px; |
| 6262 | 6040 | vertical-align: bottom; |
| 6263 | 6041 | cursor: pointer; |
| 6264 | - font-family: inherit; | |
| 6265 | - font-size: inherit; | |
| 6266 | - color: inherit; | |
| 6267 | - line-height: inherit; | |
| 6268 | 6042 | } |
| 6269 | 6043 | #elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { |
| 6270 | 6044 | background: var(--e-a-bg-active); |
| 6271 | 6045 | } |
| 6272 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6273 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6274 | - outline-offset: 2px; | |
| 6275 | -} | |
| 6276 | 6046 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, |
| 6277 | 6047 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, |
| 6278 | 6048 | #elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, |
| 6279 | 6049 | #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, |
| @@ -6326,9 +6096,9 @@ | ||
| 6326 | 6096 | position: relative; |
| 6327 | 6097 | } |
| 6328 | 6098 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { |
| 6329 | 6099 | background: #69727D; |
| 6330 | - inset-block-start: -3px; | |
| 6100 | + top: -3px; | |
| 6331 | 6101 | position: relative; |
| 6332 | 6102 | } |
| 6333 | 6103 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { |
| 6334 | 6104 | position: relative; |
| @@ -6337,22 +6107,18 @@ | ||
| 6337 | 6107 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { |
| 6338 | 6108 | white-space: nowrap; |
| 6339 | 6109 | text-overflow: ellipsis; |
| 6340 | 6110 | overflow: hidden; |
| 6341 | - overflow: visible; | |
| 6342 | - display: inline-flex; | |
| 6343 | - align-items: baseline; | |
| 6344 | 6111 | line-height: 27px; |
| 6345 | 6112 | } |
| 6346 | 6113 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, |
| 6347 | 6114 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { |
| 6348 | - flex-shrink: 0; | |
| 6349 | 6115 | position: relative; |
| 6350 | - inset-block-start: 2px; | |
| 6116 | + top: 2px; | |
| 6351 | 6117 | } |
| 6352 | 6118 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, |
| 6353 | 6119 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { |
| 6354 | - inset-block-start: -2px; | |
| 6120 | + top: -2px; | |
| 6355 | 6121 | } |
| 6356 | 6122 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { |
| 6357 | 6123 | vertical-align: bottom; |
| 6358 | 6124 | } |
| @@ -6363,26 +6129,15 @@ | ||
| 6363 | 6129 | } |
| 6364 | 6130 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { |
| 6365 | 6131 | display: none; |
| 6366 | 6132 | margin-inline-end: 5px; |
| 6367 | - align-items: baseline; | |
| 6368 | - white-space: nowrap; | |
| 6369 | - text-overflow: ellipsis; | |
| 6370 | - overflow: hidden; | |
| 6371 | 6133 | } |
| 6372 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6373 | - display: inline-flex !important; | |
| 6374 | -} | |
| 6375 | 6134 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { |
| 6376 | 6135 | text-decoration: underline; |
| 6377 | 6136 | cursor: pointer; |
| 6378 | - white-space: nowrap; | |
| 6379 | - text-overflow: ellipsis; | |
| 6380 | - overflow: hidden; | |
| 6381 | 6137 | } |
| 6382 | 6138 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { |
| 6383 | 6139 | cursor: pointer; |
| 6384 | - flex-shrink: 0; | |
| 6385 | 6140 | } |
| 6386 | 6141 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { |
| 6387 | 6142 | color: var(--e-a-color-primary-bold); |
| 6388 | 6143 | font-size: 14px; |
| @@ -6392,9 +6147,9 @@ | ||
| 6392 | 6147 | } |
| 6393 | 6148 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { |
| 6394 | 6149 | display: none; |
| 6395 | 6150 | position: absolute; |
| 6396 | - inset-block-start: 40px; | |
| 6151 | + top: 40px; | |
| 6397 | 6152 | background-color: var(--e-a-bg-default); |
| 6398 | 6153 | min-width: 187px; |
| 6399 | 6154 | overflow: auto; |
| 6400 | 6155 | box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); |
| @@ -6418,9 +6173,8 @@ | ||
| 6418 | 6173 | } |
| 6419 | 6174 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { |
| 6420 | 6175 | padding: 5px 15px; |
| 6421 | 6176 | cursor: pointer; |
| 6422 | - list-style: none; | |
| 6423 | 6177 | } |
| 6424 | 6178 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { |
| 6425 | 6179 | display: none; |
| 6426 | 6180 | } |
| @@ -6429,15 +6183,11 @@ | ||
| 6429 | 6183 | } |
| 6430 | 6184 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { |
| 6431 | 6185 | text-decoration: underline; |
| 6432 | 6186 | } |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6187 | +#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected { | |
| 6434 | 6188 | background: var(--e-a-border-color); |
| 6435 | 6189 | } |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6437 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6438 | - outline-offset: -2px; | |
| 6439 | -} | |
| 6440 | 6190 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { |
| 6441 | 6191 | pointer-events: none; |
| 6442 | 6192 | opacity: 0.3; |
| 6443 | 6193 | } |
| @@ -6443,9 +6193,10 @@ | ||
| 6443 | 6193 | } |
| 6444 | 6194 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { |
| 6445 | 6195 | text-align: center; |
| 6446 | 6196 | font-size: 13px; |
| 6447 | - margin: 0 20px; | |
| 6197 | + width: 155px; | |
| 6198 | + margin: 0 auto; | |
| 6448 | 6199 | padding-block: 15px; |
| 6449 | 6200 | pointer-events: none; |
| 6450 | 6201 | } |
| 6451 | 6202 | #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { |
| @@ -6459,259 +6210,8 @@ | ||
| 6459 | 6210 | #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { |
| 6460 | 6211 | pointer-events: none; |
| 6461 | 6212 | opacity: 0.3; |
| 6462 | 6213 | } |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6464 | - display: flex; | |
| 6465 | - flex-direction: column; | |
| 6466 | - width: 600px; | |
| 6467 | - text-align: start; | |
| 6468 | -} | |
| 6469 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6470 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6471 | - font-size: 12px; | |
| 6472 | - font-weight: 400; | |
| 6473 | - color: var(--e-a-color-txt); | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6476 | - width: 100%; | |
| 6477 | - padding: 12px 15px; | |
| 6478 | - border: var(--e-a-border-bold); | |
| 6479 | - border-radius: 3px; | |
| 6480 | - margin-block-end: 0; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6483 | - border: none; | |
| 6484 | - padding: 0; | |
| 6485 | - gap: 12px; | |
| 6486 | - margin-block-start: 20px; | |
| 6487 | -} | |
| 6488 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6489 | - display: flex; | |
| 6490 | - align-items: center; | |
| 6491 | - padding: 12px 15px; | |
| 6492 | - border: var(--e-a-border-bold); | |
| 6493 | - border-radius: 3px; | |
| 6494 | - width: 100%; | |
| 6495 | - line-height: normal; | |
| 6496 | - gap: 8px; | |
| 6497 | -} | |
| 6498 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6499 | - border-color: var(--e-a-color-txt); | |
| 6500 | -} | |
| 6501 | -#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 { | |
| 6502 | - display: flex; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6505 | - margin-inline-end: 0; | |
| 6506 | - flex-shrink: 0; | |
| 6507 | - position: relative; | |
| 6508 | -} | |
| 6509 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6510 | - inset-block-start: 0; | |
| 6511 | -} | |
| 6512 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6513 | - content: ""; | |
| 6514 | - position: absolute; | |
| 6515 | - inset-inline-end: -8px; | |
| 6516 | - width: 1px; | |
| 6517 | - height: 18px; | |
| 6518 | - background-color: var(--e-a-border-color); | |
| 6519 | -} | |
| 6520 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6521 | - margin-inline-start: 12px; | |
| 6522 | - margin-inline-end: 4px; | |
| 6523 | - font-size: 24px; | |
| 6524 | - color: var(--e-a-color-txt); | |
| 6525 | -} | |
| 6526 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6527 | - margin-inline-start: 8px; | |
| 6528 | - margin-inline-end: 0; | |
| 6529 | - font-size: 24px; | |
| 6530 | - color: var(--e-a-color-txt); | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6533 | - flex: 0 0 auto; | |
| 6534 | - margin: 0; | |
| 6535 | - cursor: pointer; | |
| 6536 | -} | |
| 6537 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6538 | - margin-inline: 0; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6541 | - display: inline; | |
| 6542 | - background: transparent; | |
| 6543 | - padding: 0; | |
| 6544 | - border-radius: 0; | |
| 6545 | - vertical-align: baseline; | |
| 6546 | - text-decoration: underline; | |
| 6547 | - cursor: pointer; | |
| 6548 | - margin-inline-start: 0; | |
| 6549 | -} | |
| 6550 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6551 | - background: transparent; | |
| 6552 | -} | |
| 6553 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6554 | - color: var(--e-a-color-primary-bold); | |
| 6555 | - text-decoration: underline; | |
| 6556 | - cursor: pointer; | |
| 6557 | - margin-inline-start: 4px; | |
| 6558 | -} | |
| 6559 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6560 | - text-decoration: none; | |
| 6561 | -} | |
| 6562 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6563 | - display: none; | |
| 6564 | - border: none; | |
| 6565 | - padding: 0; | |
| 6566 | - border-radius: 0; | |
| 6567 | - margin-inline-start: 0; | |
| 6568 | - background: transparent; | |
| 6569 | - transition: background-color 0.2s; | |
| 6570 | - padding: 3px 8px; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6573 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6574 | - border-radius: 3px; | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6577 | - color: var(--e-a-btn-bg-accent); | |
| 6578 | - text-decoration: none; | |
| 6579 | - display: flex; | |
| 6580 | - align-items: center; | |
| 6581 | - gap: 4px; | |
| 6582 | - font-size: 14px; | |
| 6583 | - font-weight: 500; | |
| 6584 | -} | |
| 6585 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6586 | - margin: 0; | |
| 6587 | - font-size: 14px; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6590 | - display: none; | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6593 | - color: var(--e-a-color-txt-muted); | |
| 6594 | - margin-inline: 5px; | |
| 6595 | -} | |
| 6596 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6597 | - color: var(--e-a-color-info); | |
| 6598 | - text-decoration: underline; | |
| 6599 | -} | |
| 6600 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6601 | - text-decoration: none; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6604 | - display: flex; | |
| 6605 | - align-items: center; | |
| 6606 | - gap: 6px; | |
| 6607 | - padding: 6px 12px; | |
| 6608 | - border: none; | |
| 6609 | - border-radius: 20px; | |
| 6610 | - font-size: 14px; | |
| 6611 | - font-weight: 500; | |
| 6612 | - cursor: pointer; | |
| 6613 | - transition: opacity 0.2s; | |
| 6614 | - margin-inline-start: auto; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6617 | - opacity: 0.8; | |
| 6618 | -} | |
| 6619 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6620 | - margin: 0; | |
| 6621 | - font-size: 14px; | |
| 6622 | -} | |
| 6623 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6624 | - background-color: var(--e-a-bg-info); | |
| 6625 | - color: var(--e-a-color-info); | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6628 | - color: var(--e-a-color-info); | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6631 | - background-color: var(--e-a-bg-warning); | |
| 6632 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6635 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6636 | -} | |
| 6637 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6638 | - display: none; | |
| 6639 | - margin-inline-start: 8px; | |
| 6640 | - align-items: center; | |
| 6641 | - gap: 6px; | |
| 6642 | -} | |
| 6643 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6644 | - display: inline-flex !important; | |
| 6645 | -} | |
| 6646 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6647 | - text-decoration: underline; | |
| 6648 | - cursor: pointer; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6651 | - cursor: pointer; | |
| 6652 | - font-size: 14px; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6655 | - inset-block-start: 75px; | |
| 6656 | - inset-inline-start: 230px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6659 | - display: none; | |
| 6660 | -} | |
| 6661 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6662 | - display: inline; | |
| 6663 | -} | |
| 6664 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6665 | - display: none; | |
| 6666 | -} | |
| 6667 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6668 | - border-color: var(--e-a-border-color); | |
| 6669 | -} | |
| 6670 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6671 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6672 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6673 | - color: var(--e-a-color-txt-disabled); | |
| 6674 | -} | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6676 | - background-color: var(--e-a-color-txt-disabled); | |
| 6677 | -} | |
| 6678 | -#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 { | |
| 6679 | - border-color: var(--e-a-border-color); | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6682 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6683 | -#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, | |
| 6684 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6685 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6686 | - color: var(--e-a-color-txt-disabled); | |
| 6687 | -} | |
| 6688 | -#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 { | |
| 6689 | - background-color: var(--e-a-color-txt-disabled); | |
| 6690 | -} | |
| 6691 | -#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 { | |
| 6692 | - display: inline-flex; | |
| 6693 | -} | |
| 6694 | -#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 { | |
| 6695 | - display: none; | |
| 6696 | -} | |
| 6697 | -#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 { | |
| 6698 | - display: block; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6701 | -#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], | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6703 | - pointer-events: none; | |
| 6704 | -} | |
| 6705 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6706 | - display: block; | |
| 6707 | - margin-block-start: 15px; | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6710 | - align-self: center; | |
| 6711 | - margin-block-start: 20px; | |
| 6712 | - float: none; | |
| 6713 | -} | |
| 6714 | 6214 | |
| 6715 | 6215 | #elementor-template-library-save-template-name { |
| 6716 | 6216 | width: 500px; |
| 6717 | 6217 | padding-inline-start: 25px; |
| @@ -6805,11 +6305,11 @@ | ||
| 6805 | 6305 | } |
| 6806 | 6306 | |
| 6807 | 6307 | .elementor-template-library-blank-footer { |
| 6808 | 6308 | position: absolute; |
| 6809 | - inset-block-end: 70px; | |
| 6810 | - inset-inline-start: 50%; | |
| 6811 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6309 | + bottom: 70px; | |
| 6310 | + left: 50%; | |
| 6311 | + transform: translateX(-50%); | |
| 6812 | 6312 | font-style: italic; |
| 6813 | 6313 | color: var(--e-a-color-txt-muted); |
| 6814 | 6314 | } |
| 6815 | 6315 | @media (max-height: 700px) { |
| @@ -6842,11 +6342,9 @@ | ||
| 6842 | 6342 | margin-block-start: 10px; |
| 6843 | 6343 | } |
| 6844 | 6344 | |
| 6845 | 6345 | #elementor-library--infotip__dialog, |
| 6846 | -#elementor-library--connect_infotip__dialog, | |
| 6847 | -#elementor-library--cloud-upgrade__dialog, | |
| 6848 | -#elementor-library--site-info__dialog { | |
| 6346 | +#elementor-library--connect_infotip__dialog { | |
| 6849 | 6347 | position: absolute; |
| 6850 | 6348 | z-index: 10000; |
| 6851 | 6349 | background-color: var(--e-a-bg-default); |
| 6852 | 6350 | box-shadow: var(--e-a-popover-shadow); |
| @@ -6851,39 +6349,19 @@ | ||
| 6851 | 6349 | background-color: var(--e-a-bg-default); |
| 6852 | 6350 | box-shadow: var(--e-a-popover-shadow); |
| 6853 | 6351 | border-radius: var(--e-a-border-radius); |
| 6854 | 6352 | } |
| 6855 | -#elementor-library--infotip__dialog.variant-b, | |
| 6856 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6857 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6858 | -#elementor-library--site-info__dialog.variant-b { | |
| 6859 | - width: 200px; | |
| 6860 | - color: var(--e-a-color-txt-invert); | |
| 6861 | - background-color: var(--e-a-bg-secondary); | |
| 6862 | -} | |
| 6863 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6864 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6865 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6866 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6867 | - padding: 4px 8px 4px 8px; | |
| 6868 | -} | |
| 6869 | 6353 | #elementor-library--infotip__dialog__title, |
| 6870 | -#elementor-library--connect_infotip__dialog__title, | |
| 6871 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6872 | -#elementor-library--site-info__dialog__title { | |
| 6354 | +#elementor-library--connect_infotip__dialog__title { | |
| 6873 | 6355 | font-size: 14px; |
| 6874 | 6356 | } |
| 6875 | 6357 | #elementor-library--infotip__dialog .dialog-buttons-wrapper, |
| 6876 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6877 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6878 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6358 | +#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper { | |
| 6879 | 6359 | padding: 10px 0 10px 10px; |
| 6880 | 6360 | float: inline-end; |
| 6881 | 6361 | } |
| 6882 | 6362 | #elementor-library--infotip__dialog .dialog-button, |
| 6883 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6884 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6885 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6363 | +#elementor-library--connect_infotip__dialog .dialog-button { | |
| 6886 | 6364 | padding: 7px 25px; |
| 6887 | 6365 | font-size: 13px; |
| 6888 | 6366 | background: none; |
| 6889 | 6367 | color: var(--e-a-btn-bg-accent); |
| @@ -6891,11 +6369,9 @@ | ||
| 6891 | 6369 | font-weight: 500; |
| 6892 | 6370 | cursor: pointer; |
| 6893 | 6371 | } |
| 6894 | 6372 | #elementor-library--infotip__dialog:after, |
| 6895 | -#elementor-library--connect_infotip__dialog:after, | |
| 6896 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6897 | -#elementor-library--site-info__dialog:after { | |
| 6373 | +#elementor-library--connect_infotip__dialog:after { | |
| 6898 | 6374 | content: ""; |
| 6899 | 6375 | position: absolute; |
| 6900 | 6376 | inset-inline-end: 46%; |
| 6901 | 6377 | transform: scaleX(0.7); |
| @@ -6908,14 +6384,11 @@ | ||
| 6908 | 6384 | #elementor-library--infotip__dialog .dialog-message { |
| 6909 | 6385 | padding: 20px 20px 0px 20px; |
| 6910 | 6386 | } |
| 6911 | 6387 | #elementor-library--infotip__dialog:after { |
| 6912 | - inset-block-start: 100%; | |
| 6913 | - border-block-start-color: var(--e-a-bg-default); | |
| 6388 | + top: 100%; | |
| 6389 | + border-top-color: var(--e-a-bg-default); | |
| 6914 | 6390 | } |
| 6915 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6916 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6917 | -} | |
| 6918 | 6391 | |
| 6919 | 6392 | #elementor-library--connect_infotip__dialog { |
| 6920 | 6393 | width: 265px; |
| 6921 | 6394 | } |
| @@ -6921,207 +6394,13 @@ | ||
| 6921 | 6394 | } |
| 6922 | 6395 | #elementor-library--connect_infotip__dialog .dialog-message { |
| 6923 | 6396 | padding: 20px; |
| 6924 | 6397 | } |
| 6925 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6926 | - inset-block-end: 100%; | |
| 6927 | - border-block-end-color: var(--e-a-bg-default); | |
| 6398 | +#elementor-library--connect_infotip__dialog:after { | |
| 6399 | + bottom: 100%; | |
| 6400 | + border-bottom-color: var(--e-a-bg-default); | |
| 6928 | 6401 | } |
| 6929 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6930 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6931 | - inset-block-start: 100%; | |
| 6932 | -} | |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6934 | - width: 265px; | |
| 6935 | -} | |
| 6936 | 6402 | |
| 6937 | -#elementor-library--cloud-upgrade__dialog { | |
| 6938 | - width: 265px; | |
| 6939 | -} | |
| 6940 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6941 | - inset-block-start: 100%; | |
| 6942 | - border-block-start-color: var(--e-a-bg-default); | |
| 6943 | -} | |
| 6944 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6945 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6946 | -} | |
| 6947 | - | |
| 6948 | -#elementor-library--site-info__dialog { | |
| 6949 | - width: 265px; | |
| 6950 | -} | |
| 6951 | -#elementor-library--site-info__dialog:after { | |
| 6952 | - inset-block-start: 100%; | |
| 6953 | - border-block-start-color: var(--e-a-bg-default); | |
| 6954 | -} | |
| 6955 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6956 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6957 | -} | |
| 6958 | - | |
| 6959 | -.elementor-global-styles-dialog { | |
| 6960 | - --gsd-color-text-primary: #0c0d0e; | |
| 6961 | - --gsd-color-text-secondary: #3f444b; | |
| 6962 | - --gsd-color-text-tertiary: #69727D; | |
| 6963 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6964 | - --gsd-color-primary-main: #f0abfc; | |
| 6965 | - --gsd-color-primary-hover: #e879f9; | |
| 6966 | - --gsd-color-secondary-main: #515962; | |
| 6967 | - --gsd-border-radius: 4px; | |
| 6968 | - --gsd-spacing-horizontal: 24px; | |
| 6969 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6970 | - padding: 16px 0 0; | |
| 6971 | - min-width: 444px; | |
| 6972 | -} | |
| 6973 | -.elementor-global-styles-dialog__header { | |
| 6974 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6975 | - margin-block-end: 16px; | |
| 6976 | -} | |
| 6977 | -.elementor-global-styles-dialog__header h2 { | |
| 6978 | - margin: 0 0 4px; | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 16px; | |
| 6981 | - font-weight: 500; | |
| 6982 | - line-height: 1.3; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | -} | |
| 6986 | -.elementor-global-styles-dialog__header p { | |
| 6987 | - margin: 0; | |
| 6988 | - font-family: var(--gsd-font-family); | |
| 6989 | - font-size: 14px; | |
| 6990 | - font-weight: 400; | |
| 6991 | - line-height: 20px; | |
| 6992 | - color: var(--gsd-color-text-secondary); | |
| 6993 | - letter-spacing: 0.15px; | |
| 6994 | -} | |
| 6995 | -.elementor-global-styles-dialog__options { | |
| 6996 | - display: flex; | |
| 6997 | - flex-direction: column; | |
| 6998 | - gap: 12px; | |
| 6999 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7000 | -} | |
| 7001 | -.elementor-global-styles-dialog__radio-card { | |
| 7002 | - display: flex; | |
| 7003 | - gap: 0; | |
| 7004 | - padding: 12px 8px; | |
| 7005 | - border: 1px solid var(--gsd-color-divider); | |
| 7006 | - border-radius: var(--gsd-border-radius); | |
| 7007 | - cursor: pointer; | |
| 7008 | - transition: border-color 0.2s ease; | |
| 7009 | -} | |
| 7010 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7011 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7012 | - padding: 11px 7px; | |
| 7013 | -} | |
| 7014 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7015 | - flex-shrink: 0; | |
| 7016 | - width: 20px; | |
| 7017 | - height: 20px; | |
| 7018 | - margin: 9px; | |
| 7019 | - cursor: pointer; | |
| 7020 | - color: var(--gsd-color-text-tertiary); | |
| 7021 | - accent-color: var(--gsd-color-text-primary); | |
| 7022 | -} | |
| 7023 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7024 | - display: flex; | |
| 7025 | - align-items: flex-start; | |
| 7026 | - flex-direction: column; | |
| 7027 | - flex: 1; | |
| 7028 | -} | |
| 7029 | -.elementor-global-styles-dialog__radio-label { | |
| 7030 | - font-family: var(--gsd-font-family); | |
| 7031 | - font-size: 14px; | |
| 7032 | - font-weight: 500; | |
| 7033 | - line-height: 18px; | |
| 7034 | - color: var(--gsd-color-text-primary); | |
| 7035 | - letter-spacing: 0.15px; | |
| 7036 | -} | |
| 7037 | -.elementor-global-styles-dialog__radio-description { | |
| 7038 | - font-family: var(--gsd-font-family); | |
| 7039 | - font-size: 12px; | |
| 7040 | - font-weight: 400; | |
| 7041 | - line-height: 20px; | |
| 7042 | - color: var(--gsd-color-text-secondary); | |
| 7043 | - letter-spacing: 0.4px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7046 | - display: flex; | |
| 7047 | - align-items: flex-start; | |
| 7048 | - gap: 4px; | |
| 7049 | - padding: 0; | |
| 7050 | - margin-block-start: 0; | |
| 7051 | -} | |
| 7052 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7053 | - display: flex; | |
| 7054 | - align-items: flex-start; | |
| 7055 | - gap: 4px; | |
| 7056 | - cursor: pointer; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7059 | - width: 18px; | |
| 7060 | - height: 18px; | |
| 7061 | - margin: 4px; | |
| 7062 | - cursor: pointer; | |
| 7063 | -} | |
| 7064 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7065 | - background-color: var(--gsd-color-text-tertiary); | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7068 | - font-family: var(--gsd-font-family); | |
| 7069 | - font-size: 12px; | |
| 7070 | - font-weight: 400; | |
| 7071 | - line-height: 1.43; | |
| 7072 | - color: var(--gsd-color-text-primary); | |
| 7073 | - letter-spacing: 0.15px; | |
| 7074 | - padding-block-start: 4px; | |
| 7075 | - margin-inline-start: 4px; | |
| 7076 | -} | |
| 7077 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7078 | - color: #2563eb; | |
| 7079 | - text-decoration: underline; | |
| 7080 | -} | |
| 7081 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7082 | - color: #2563eb; | |
| 7083 | -} | |
| 7084 | -.elementor-global-styles-dialog__footer { | |
| 7085 | - display: flex; | |
| 7086 | - justify-content: flex-end; | |
| 7087 | - align-items: center; | |
| 7088 | - gap: 8px; | |
| 7089 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__button-cancel { | |
| 7092 | - padding: 6px 8px; | |
| 7093 | - font-family: var(--gsd-font-family); | |
| 7094 | - font-size: 15px; | |
| 7095 | - font-weight: 500; | |
| 7096 | - line-height: 24px; | |
| 7097 | - letter-spacing: 0.4px; | |
| 7098 | - color: var(--gsd-color-secondary-main); | |
| 7099 | - background: transparent; | |
| 7100 | - border: none; | |
| 7101 | - border-radius: var(--gsd-border-radius); | |
| 7102 | - cursor: pointer; | |
| 7103 | -} | |
| 7104 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7105 | - background: rgba(0, 0, 0, 0.04); | |
| 7106 | -} | |
| 7107 | -.elementor-global-styles-dialog__button-insert { | |
| 7108 | - padding: 6px 16px; | |
| 7109 | - font-family: var(--gsd-font-family); | |
| 7110 | - font-size: 15px; | |
| 7111 | - font-weight: 500; | |
| 7112 | - line-height: 24px; | |
| 7113 | - letter-spacing: 0.4px; | |
| 7114 | - color: var(--gsd-color-text-primary); | |
| 7115 | - background: var(--gsd-color-primary-main); | |
| 7116 | - border: none; | |
| 7117 | - border-radius: var(--gsd-border-radius); | |
| 7118 | - cursor: pointer; | |
| 7119 | -} | |
| 7120 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7121 | - background: var(--gsd-color-primary-hover); | |
| 7122 | -} | |
| 7123 | - | |
| 7124 | 6403 | .elementor-tags-list { |
| 7125 | 6404 | display: none; |
| 7126 | 6405 | position: absolute; |
| 7127 | 6406 | width: 260px; |
| @@ -7305,14 +6584,8 @@ | ||
| 7305 | 6584 | cursor: default; |
| 7306 | 6585 | opacity: 0.5; |
| 7307 | 6586 | color: var(--e-a-color-disabled); |
| 7308 | 6587 | } |
| 7309 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7310 | - opacity: 1; | |
| 7311 | -} | |
| 7312 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7313 | - opacity: 0.5; | |
| 7314 | -} | |
| 7315 | 6588 | .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { |
| 7316 | 6589 | background-color: var(--e-a-bg-hover); |
| 7317 | 6590 | color: var(--e-a-color-hover); |
| 7318 | 6591 | } |
| @@ -7341,20 +6614,8 @@ | ||
| 7341 | 6614 | color: var(--e-a-color-primary-bold); |
| 7342 | 6615 | border-radius: 10px; |
| 7343 | 6616 | font-size: 10px; |
| 7344 | 6617 | } |
| 7345 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7346 | - display: flex; | |
| 7347 | - align-items: center; | |
| 7348 | - justify-content: center; | |
| 7349 | - width: 24px; | |
| 7350 | - height: 24px; | |
| 7351 | - border-radius: 50%; | |
| 7352 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7353 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7354 | - font-size: 16px; | |
| 7355 | - cursor: pointer; | |
| 7356 | -} | |
| 7357 | 6618 | .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { |
| 7358 | 6619 | font-size: 14px; |
| 7359 | 6620 | font-style: normal; |
| 7360 | 6621 | font-weight: 400; |
| @@ -7752,9 +7013,9 @@ | ||
| 7752 | 7013 | transition: transform 0.5s; |
| 7753 | 7014 | z-index: 91; |
| 7754 | 7015 | } |
| 7755 | 7016 | .elementor-navigator__element__indicators:not(:hover) { |
| 7756 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7017 | + transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width))); | |
| 7757 | 7018 | } |
| 7758 | 7019 | .elementor-navigator__element__indicator { |
| 7759 | 7020 | height: 100%; |
| 7760 | 7021 | width: 31px; |
| @@ -7781,9 +7042,9 @@ | ||
| 7781 | 7042 | |
| 7782 | 7043 | .e-notice-bar { |
| 7783 | 7044 | position: absolute; |
| 7784 | 7045 | width: 100%; |
| 7785 | - inset-block-end: 0; | |
| 7046 | + bottom: 0; | |
| 7786 | 7047 | display: flex; |
| 7787 | 7048 | align-items: center; |
| 7788 | 7049 | height: 40px; |
| 7789 | 7050 | color: #fff; |
| @@ -8030,11 +7291,11 @@ | ||
| 8030 | 7291 | flex-direction: column; |
| 8031 | 7292 | align-items: center; |
| 8032 | 7293 | width: 100%; |
| 8033 | 7294 | position: absolute; |
| 8034 | - inset-block-start: 50%; | |
| 8035 | - inset-inline-start: 50%; | |
| 8036 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 7295 | + top: 50%; | |
| 7296 | + left: 50%; | |
| 7297 | + transform: translate(-50%, -50%); | |
| 8037 | 7298 | padding: 1px; |
| 8038 | 7299 | } |
| 8039 | 7300 | .elementor-icons-manager__tab__item__icon { |
| 8040 | 7301 | font-size: 25px; |
| @@ -8078,12 +7339,11 @@ | ||
| 8078 | 7339 | } |
| 8079 | 7340 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8080 | 7341 | height: 12px; |
| 8081 | 7342 | width: 12px; |
| 8082 | - position: absolute; | |
| 8083 | - inset-block-start: 50%; | |
| 8084 | - inset-inline-start: 50%; | |
| 8085 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 7343 | + top: 50%; | |
| 7344 | + left: 50%; | |
| 7345 | + transform: translate(-50%, -50%); | |
| 8086 | 7346 | } |
| 8087 | 7347 | |
| 8088 | 7348 | .pcr-app { |
| 8089 | 7349 | background-color: var(--e-a-bg-default); |
| @@ -8223,9 +7483,9 @@ | ||
| 8223 | 7483 | } |
| 8224 | 7484 | |
| 8225 | 7485 | .select2-selection__arrow { |
| 8226 | 7486 | height: 27px; |
| 8227 | - inset-block-start: 0; | |
| 7487 | + top: 0; | |
| 8228 | 7488 | } |
| 8229 | 7489 | |
| 8230 | 7490 | .select2-results__option[aria-selected=true] { |
| 8231 | 7491 | background-color: var(--e-a-bg-active); |
| @@ -8284,10 +7544,11 @@ | ||
| 8284 | 7544 | padding: 0; |
| 8285 | 7545 | margin: 0; |
| 8286 | 7546 | height: 100px; |
| 8287 | 7547 | position: absolute; |
| 8288 | - inset-block-start: -60px; | |
| 8289 | - inset-inline: 0; | |
| 7548 | + top: -60px; | |
| 7549 | + left: 0; | |
| 7550 | + right: 0; | |
| 8290 | 7551 | } |
| 8291 | 7552 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8292 | 7553 | border-color: transparent; |
| 8293 | 7554 | outline: none; |
| @@ -8314,22 +7575,18 @@ | ||
| 8314 | 7575 | } |
| 8315 | 7576 | |
| 8316 | 7577 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8317 | 7578 | transition: 0.3s all; |
| 7579 | + --is-ltr: 1; | |
| 7580 | + --is-rtl: 0; | |
| 7581 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8318 | 7582 | } |
| 8319 | 7583 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8320 | 7584 | max-height: 1em; |
| 8321 | 7585 | max-width: 1em; |
| 8322 | 7586 | } |
| 8323 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8324 | - --is-ltr: 1; | |
| 8325 | - --is-rtl: 0; | |
| 8326 | -} | |
| 8327 | 7587 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8328 | 7588 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8329 | -} | |
| 8330 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8331 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8332 | 7589 | } |
| 8333 | 7590 | :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) { |
| 8334 | 7591 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8335 | 7592 | } |