| @@ -1,649 +1,427 @@ | ||
| 1 | +/*! elementor - v3.1.3 - 03-03-2021 */ | |
| 2 | +@charset "UTF-8"; | |
| 1 | 3 | .elementor-control-unit-1 { |
| 2 | - width: 27px; | |
| 3 | -} | |
| 4 | + width: 27px; } | |
| 4 | 5 | |
| 5 | 6 | .elementor-control-unit-2 { |
| 6 | - width: 54px; | |
| 7 | -} | |
| 7 | + width: 54px; } | |
| 8 | 8 | |
| 9 | 9 | .elementor-control-unit-3 { |
| 10 | - width: 81px; | |
| 11 | -} | |
| 10 | + width: 81px; } | |
| 12 | 11 | |
| 13 | 12 | .elementor-control-unit-4 { |
| 14 | - width: 108px; | |
| 15 | -} | |
| 13 | + width: 108px; } | |
| 16 | 14 | |
| 17 | 15 | .elementor-control-unit-5 { |
| 18 | 16 | max-width: 400px; |
| 19 | - width: 52%; | |
| 20 | -} | |
| 17 | + width: 52%; } | |
| 21 | 18 | |
| 22 | 19 | *, :before, :after { |
| 23 | 20 | margin: 0; |
| 24 | 21 | padding: 0; |
| 25 | - box-sizing: border-box; | |
| 26 | -} | |
| 22 | + -webkit-box-sizing: border-box; | |
| 23 | + box-sizing: border-box; } | |
| 27 | 24 | |
| 28 | 25 | body, |
| 29 | 26 | html { |
| 30 | - height: 100%; | |
| 31 | -} | |
| 27 | + height: 100%; } | |
| 32 | 28 | |
| 33 | 29 | html { |
| 34 | - background-color: var(--e-a-bg-loading); | |
| 35 | -} | |
| 30 | + background-color: #F1F1F1; } | |
| 36 | 31 | |
| 37 | 32 | iframe, |
| 38 | 33 | img { |
| 39 | - border: 0 none; | |
| 40 | -} | |
| 34 | + border: 0 none; } | |
| 41 | 35 | |
| 42 | 36 | li { |
| 43 | - list-style: none; | |
| 44 | -} | |
| 37 | + list-style: none; } | |
| 45 | 38 | |
| 46 | 39 | a { |
| 47 | - text-decoration: none; | |
| 48 | -} | |
| 40 | + text-decoration: none; } | |
| 49 | 41 | |
| 50 | 42 | body { |
| 51 | - background-color: var(--e-a-bg-default); | |
| 52 | - color: var(--e-a-color-txt); | |
| 53 | - font-family: var(--e-a-font-family); | |
| 43 | + color: #6d7882; | |
| 44 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 54 | 45 | font-size: 13px; |
| 55 | 46 | font-weight: normal; |
| 56 | 47 | line-height: 1; |
| 57 | 48 | text-decoration: none; |
| 58 | 49 | text-transform: none; |
| 59 | - overflow: hidden; | |
| 60 | -} | |
| 61 | -body:after { | |
| 62 | - content: ""; | |
| 63 | - position: absolute; | |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 66 | - height: 100%; | |
| 67 | - width: 0; | |
| 68 | - background-color: var(--e-a-bg-default); | |
| 69 | - transition: width 0.5s; | |
| 70 | -} | |
| 71 | -body a { | |
| 72 | - color: var(--e-a-color-info); | |
| 73 | -} | |
| 74 | -body a:hover { | |
| 75 | - color: var(--e-a-color-primary-bold); | |
| 76 | -} | |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 79 | -} | |
| 80 | -body.elementor-editor-preview { | |
| 81 | - --e-preview-width: 100%; | |
| 82 | -} | |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 85 | -} | |
| 86 | -body.elementor-navigator--dock-hint:after { | |
| 87 | - width: 30px; | |
| 88 | -} | |
| 50 | + overflow: hidden; } | |
| 51 | + body:after { | |
| 52 | + content: ''; | |
| 53 | + position: absolute; | |
| 54 | + top: 0; | |
| 55 | + right: 0; | |
| 56 | + height: 100%; | |
| 57 | + width: 0; | |
| 58 | + background-color: #71d7f7; | |
| 59 | + -webkit-transition: width .5s; | |
| 60 | + -o-transition: width .5s; | |
| 61 | + transition: width .5s; } | |
| 62 | + body a { | |
| 63 | + color: #71d7f7; } | |
| 64 | + body a:hover { | |
| 65 | + color: #93003c; } | |
| 66 | + body.elementor-editor-active #elementor-preview { | |
| 67 | + right: 0; } | |
| 68 | + @media (max-width: 1439px) { | |
| 69 | + body.elementor-editor-active #elementor-preview { | |
| 70 | + left: 280px; } } | |
| 71 | + @media (min-width: 1440px) { | |
| 72 | + body.elementor-editor-active #elementor-preview { | |
| 73 | + left: 300px; } } | |
| 74 | + body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 75 | + content: ""; } | |
| 76 | + body.elementor-editor-preview #elementor-preview { | |
| 77 | + left: 0; } | |
| 78 | + body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: ""; } | |
| 80 | + body.elementor-navigator--dock-hint:after { | |
| 81 | + width: 30px; } | |
| 89 | 82 | |
| 90 | -#elementor-editor-wrapper { | |
| 91 | - display: flex; | |
| 92 | - width: 100%; | |
| 93 | - height: 100vh; | |
| 94 | -} | |
| 95 | - | |
| 96 | 83 | #elementor-panel:not(.ui-resizable-resizing), |
| 97 | 84 | #elementor-preview:not(.ui-resizable-resizing) { |
| 98 | - transition: margin 0.5s ease-in-out, width 0.5s ease-in-out; | |
| 99 | -} | |
| 85 | + -webkit-transition: left 0.5s, width 0.5s; | |
| 86 | + -o-transition: left 0.5s, width 0.5s; | |
| 87 | + transition: left 0.5s, width 0.5s; } | |
| 100 | 88 | |
| 101 | 89 | #elementor-loading { |
| 102 | 90 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | - background: var(--e-a-bg-default); | |
| 105 | - z-index: 9999; | |
| 106 | -} | |
| 91 | + top: 0; | |
| 92 | + left: 0; | |
| 93 | + bottom: 0; | |
| 94 | + right: 0; | |
| 95 | + background: #f1f3f5; | |
| 96 | + z-index: 9999; } | |
| 107 | 97 | |
| 108 | 98 | #elementor-preview-loading { |
| 99 | + display: -webkit-box; | |
| 100 | + display: -ms-flexbox; | |
| 109 | 101 | display: flex; |
| 110 | - align-items: center; | |
| 111 | - justify-content: center; | |
| 102 | + -webkit-box-align: center; | |
| 103 | + -ms-flex-align: center; | |
| 104 | + align-items: center; | |
| 105 | + -webkit-box-pack: center; | |
| 106 | + -ms-flex-pack: center; | |
| 107 | + justify-content: center; | |
| 112 | 108 | position: absolute; |
| 113 | - inset: 0; | |
| 114 | - background-color: var(--e-a-bg-default); | |
| 115 | -} | |
| 116 | -#elementor-preview-loading i { | |
| 117 | - color: var(--e-a-color-txt-disabled); | |
| 118 | - font-size: 50px; | |
| 119 | -} | |
| 109 | + top: 0; | |
| 110 | + left: 0; | |
| 111 | + width: 100%; | |
| 112 | + height: 100%; | |
| 113 | + background-color: #fff; } | |
| 114 | + #elementor-preview-loading i { | |
| 115 | + color: #d5dadf; | |
| 116 | + font-size: 50px; } | |
| 120 | 117 | |
| 118 | +#elementor-fatal-error-dialog button.dialog-ok { | |
| 119 | + color: #71d7f7; } | |
| 120 | + | |
| 121 | +#elementor-fatal-error-dialog .dialog-header { | |
| 122 | + color: #6d7882; } | |
| 123 | + | |
| 124 | +#elementor-flexbox-attention-dialog .dialog-cancel { | |
| 125 | + color: #39b54a; } | |
| 126 | + | |
| 127 | +#elementor-flexbox-attention-dialog .dialog-ok { | |
| 128 | + color: #6d7882; } | |
| 129 | + | |
| 121 | 130 | .elementor-nerd-box { |
| 122 | 131 | padding: 30px; |
| 123 | - text-align: center; | |
| 124 | -} | |
| 125 | -.elementor-nerd-box-icon { | |
| 126 | - width: 100px; | |
| 127 | -} | |
| 128 | -.elementor-nerd-box-title { | |
| 129 | - margin-block-start: 20px; | |
| 130 | - font-size: 16px; | |
| 131 | - font-weight: bold; | |
| 132 | - line-height: 1.4; | |
| 133 | -} | |
| 134 | -.elementor-nerd-box-message { | |
| 135 | - margin-block-start: 5px; | |
| 136 | - line-height: 1.8; | |
| 137 | - font-size: 11px; | |
| 138 | -} | |
| 139 | -.elementor-nerd-box .elementor-button { | |
| 140 | - margin-block-start: 20px; | |
| 141 | -} | |
| 142 | -.elementor-nerd-box--upsale { | |
| 143 | - padding: 15px 30px 30px; | |
| 144 | -} | |
| 145 | -.elementor-nerd-box--upsale .elementor-nerd-box-title { | |
| 146 | - font-weight: 500; | |
| 147 | - line-height: 1.2; | |
| 148 | -} | |
| 149 | -.elementor-nerd-box--upsale .elementor-nerd-box-message { | |
| 150 | - line-height: 1.5; | |
| 151 | -} | |
| 132 | + text-align: center; } | |
| 133 | + .elementor-nerd-box-icon { | |
| 134 | + width: 100px; | |
| 135 | + margin-right: 10px; } | |
| 136 | + .elementor-nerd-box-title { | |
| 137 | + margin-top: 20px; | |
| 138 | + font-size: 16px; | |
| 139 | + font-weight: bold; | |
| 140 | + line-height: 1.4; } | |
| 141 | + .elementor-nerd-box-message { | |
| 142 | + margin-top: 5px; | |
| 143 | + line-height: 1.8; | |
| 144 | + font-size: 11px; } | |
| 145 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link { | |
| 146 | + background-color: #93003c; | |
| 147 | + color: #ffffff; | |
| 148 | + padding: 7px 25px; | |
| 149 | + margin-top: 20px; | |
| 150 | + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 151 | + box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 152 | + -webkit-transition: .5s; | |
| 153 | + -o-transition: .5s; | |
| 154 | + transition: .5s; } | |
| 155 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link:hover { | |
| 156 | + background-color: #c60051; } | |
| 152 | 157 | |
| 153 | 158 | .eicon-nerd:hover:before { |
| 154 | - content: "\e8b7"; | |
| 155 | -} | |
| 159 | + content: '\e8b7'; } | |
| 160 | + | |
| 156 | 161 | .eicon-nerd:active:before { |
| 157 | - content: "\e8b6"; | |
| 158 | -} | |
| 162 | + content: '\e8b6'; } | |
| 159 | 163 | |
| 160 | 164 | .e-group-control-header { |
| 165 | + display: -webkit-box; | |
| 166 | + display: -ms-flexbox; | |
| 161 | 167 | display: flex; |
| 162 | - justify-content: space-between; | |
| 163 | - align-items: center; | |
| 168 | + -webkit-box-pack: justify; | |
| 169 | + -ms-flex-pack: justify; | |
| 170 | + justify-content: space-between; | |
| 171 | + -webkit-box-align: center; | |
| 172 | + -ms-flex-align: center; | |
| 173 | + align-items: center; | |
| 164 | 174 | font-weight: bold; |
| 165 | 175 | font-size: 12px; |
| 166 | 176 | padding: 10px; |
| 167 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 168 | - margin-block-end: 15px; | |
| 169 | -} | |
| 177 | + -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 178 | + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 179 | + margin-bottom: 15px; } | |
| 170 | 180 | |
| 171 | 181 | .e-control-tools { |
| 172 | - display: flex; | |
| 173 | -} | |
| 182 | + display: -webkit-box; | |
| 183 | + display: -ms-flexbox; | |
| 184 | + display: flex; } | |
| 174 | 185 | |
| 175 | 186 | .e-control-tool { |
| 176 | 187 | width: 20px; |
| 177 | 188 | height: 20px; |
| 189 | + display: -webkit-inline-box; | |
| 190 | + display: -ms-inline-flexbox; | |
| 178 | 191 | display: inline-flex; |
| 179 | - border-radius: 3px; | |
| 192 | + -webkit-border-radius: 3px; | |
| 193 | + border-radius: 3px; | |
| 180 | 194 | margin: 0 3px 0; |
| 181 | 195 | border: 0; |
| 182 | 196 | position: relative; |
| 183 | - background-color: var(--e-a-bg-default); | |
| 184 | -} | |
| 185 | -.e-control-tool:not(.e-control-tool-disabled) { | |
| 186 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 187 | - cursor: pointer; | |
| 188 | -} | |
| 189 | -.e-control-tool-disabled { | |
| 190 | - background: var(--e-a-bg-default); | |
| 191 | - pointer-events: none; | |
| 192 | -} | |
| 193 | -.e-control-tool-disabled i { | |
| 194 | - color: var(--e-a-color-txt-disabled); | |
| 195 | -} | |
| 196 | -.e-control-tool i { | |
| 197 | - position: absolute; | |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 202 | - color: var(--e-a-color-txt-default); | |
| 203 | - font-size: 13px; | |
| 204 | -} | |
| 197 | + background-color: #fff; } | |
| 198 | + .e-control-tool:not(.e-control-tool-disabled) { | |
| 199 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 200 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 201 | + cursor: pointer; } | |
| 202 | + .e-control-tool-disabled { | |
| 203 | + background: #e6e9ec; | |
| 204 | + pointer-events: none; } | |
| 205 | + .e-control-tool-disabled i { | |
| 206 | + color: #fff; } | |
| 207 | + .e-control-tool i { | |
| 208 | + position: absolute; | |
| 209 | + top: 50%; | |
| 210 | + left: 50%; | |
| 211 | + -webkit-transform: translateX(-50%) translateY(-50%); | |
| 212 | + -ms-transform: translateX(-50%) translateY(-50%); | |
| 213 | + transform: translateX(-50%) translateY(-50%); | |
| 214 | + color: #6d7882; | |
| 215 | + font-size: 13px; } | |
| 205 | 216 | |
| 206 | -i.eicon-tilted { | |
| 207 | - transform: rotate(90deg); | |
| 208 | -} | |
| 217 | +#e-enable-unfiltered-files-dialog .dialog-confirm-ok { | |
| 218 | + color: #39b54a; } | |
| 209 | 219 | |
| 210 | 220 | .elementor-loader-wrapper { |
| 211 | 221 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 222 | + top: 50%; | |
| 223 | + left: 50%; | |
| 224 | + -webkit-transform: translate(-50%, -50%); | |
| 225 | + -ms-transform: translate(-50%, -50%); | |
| 226 | + transform: translate(-50%, -50%); | |
| 215 | 227 | width: 300px; |
| 228 | + display: -webkit-box; | |
| 229 | + display: -ms-flexbox; | |
| 216 | 230 | display: flex; |
| 217 | - flex-direction: column; | |
| 218 | - align-items: center; | |
| 219 | - gap: 30px; | |
| 220 | -} | |
| 231 | + -ms-flex-wrap: wrap; | |
| 232 | + flex-wrap: wrap; | |
| 233 | + -webkit-box-pack: center; | |
| 234 | + -ms-flex-pack: center; | |
| 235 | + justify-content: center; } | |
| 221 | 236 | |
| 222 | 237 | .elementor-loader { |
| 223 | - border-radius: 50%; | |
| 238 | + -webkit-border-radius: 50%; | |
| 239 | + border-radius: 50%; | |
| 224 | 240 | padding: 40px; |
| 225 | 241 | height: 150px; |
| 226 | 242 | width: 150px; |
| 227 | - background-color: var(--e-a-bg-active); | |
| 228 | - box-sizing: border-box; | |
| 229 | - box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 230 | -} | |
| 243 | + background-color: rgba(255, 255, 255, 0.9); | |
| 244 | + -webkit-box-sizing: border-box; | |
| 245 | + box-sizing: border-box; | |
| 246 | + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 247 | + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); } | |
| 231 | 248 | |
| 232 | 249 | .elementor-loader-boxes { |
| 233 | 250 | height: 100%; |
| 234 | 251 | width: 100%; |
| 235 | - position: relative; | |
| 236 | -} | |
| 252 | + position: relative; } | |
| 237 | 253 | |
| 238 | 254 | .elementor-loader-box { |
| 239 | 255 | position: absolute; |
| 240 | - background-color: var(--e-a-color-txt-hover); | |
| 241 | - animation: load 1.8s linear infinite; | |
| 242 | -} | |
| 243 | -.elementor-loader-box:nth-of-type(1) { | |
| 244 | - width: 20%; | |
| 245 | - height: 100%; | |
| 246 | - left: 0; | |
| 247 | - top: 0; | |
| 248 | -} | |
| 249 | -.elementor-loader-box:not(:nth-of-type(1)) { | |
| 250 | - right: 0; | |
| 251 | - height: 20%; | |
| 252 | - width: 60%; | |
| 253 | -} | |
| 254 | -.elementor-loader-box:nth-of-type(2) { | |
| 255 | - top: 0; | |
| 256 | - animation-delay: calc(1.8s / 4 * -1); | |
| 257 | -} | |
| 258 | -.elementor-loader-box:nth-of-type(3) { | |
| 259 | - top: 40%; | |
| 260 | - animation-delay: calc(1.8s / 4 * -2); | |
| 261 | -} | |
| 262 | -.elementor-loader-box:nth-of-type(4) { | |
| 263 | - bottom: 0; | |
| 264 | - animation-delay: calc(1.8s / 4 * -3); | |
| 265 | -} | |
| 256 | + background-color: #d5dadf; | |
| 257 | + -webkit-animation: load 1.8s linear infinite; | |
| 258 | + animation: load 1.8s linear infinite; } | |
| 259 | + .elementor-loader-box:nth-of-type(1) { | |
| 260 | + width: 20%; | |
| 261 | + height: 100%; | |
| 262 | + left: 0; | |
| 263 | + top: 0; } | |
| 264 | + .elementor-loader-box:not(:nth-of-type(1)) { | |
| 265 | + right: 0; | |
| 266 | + height: 20%; | |
| 267 | + width: 60%; } | |
| 268 | + .elementor-loader-box:nth-of-type(2) { | |
| 269 | + top: 0; | |
| 270 | + -webkit-animation-delay: -0.45s; | |
| 271 | + animation-delay: -0.45s; } | |
| 272 | + .elementor-loader-box:nth-of-type(3) { | |
| 273 | + top: 40%; | |
| 274 | + -webkit-animation-delay: -0.9s; | |
| 275 | + animation-delay: -0.9s; } | |
| 276 | + .elementor-loader-box:nth-of-type(4) { | |
| 277 | + bottom: 0; | |
| 278 | + -webkit-animation-delay: -1.35s; | |
| 279 | + animation-delay: -1.35s; } | |
| 266 | 280 | |
| 267 | 281 | .elementor-loading-title { |
| 268 | - color: var(--e-a-color-txt); | |
| 282 | + color: #a4afb7; | |
| 269 | 283 | text-align: center; |
| 270 | 284 | text-transform: uppercase; |
| 285 | + margin-top: 30px; | |
| 271 | 286 | letter-spacing: 7px; |
| 272 | 287 | text-indent: 7px; |
| 273 | 288 | font-size: 10px; |
| 274 | - width: 100%; | |
| 275 | -} | |
| 289 | + width: 100%; } | |
| 276 | 290 | |
| 277 | -input, | |
| 278 | -select, | |
| 279 | -textarea, | |
| 280 | -.e-input-style { | |
| 281 | - color: var(--e-a-color-txt); | |
| 282 | - border-radius: var(--e-a-border-radius); | |
| 291 | +.elementor-button { | |
| 292 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 293 | + font-weight: 500; | |
| 294 | + text-transform: uppercase; | |
| 295 | + outline: none; | |
| 296 | + border: none; | |
| 297 | + -webkit-border-radius: 3px; | |
| 298 | + border-radius: 3px; | |
| 299 | + -webkit-transition-property: background, color, opacity, -webkit-box-shadow; | |
| 300 | + transition-property: background, color, opacity, -webkit-box-shadow; | |
| 301 | + -o-transition-property: background, color, box-shadow, opacity; | |
| 302 | + transition-property: background, color, box-shadow, opacity; | |
| 303 | + transition-property: background, color, box-shadow, opacity, -webkit-box-shadow; | |
| 304 | + -webkit-transition-duration: .3s; | |
| 305 | + -o-transition-duration: .3s; | |
| 306 | + transition-duration: .3s; } | |
| 307 | + .elementor-button:hover { | |
| 308 | + border: none; } | |
| 309 | + .elementor-button:not([disabled]) { | |
| 310 | + cursor: pointer; } | |
| 311 | + .elementor-button:not(.elementor-button-state) .elementor-state-icon { | |
| 312 | + display: none; } | |
| 313 | + .elementor-button.elementor-button-success { | |
| 314 | + color: #fff; } | |
| 315 | + .elementor-button.elementor-button-success[disabled] { | |
| 316 | + background-color: #c2cbd2; } | |
| 317 | + .elementor-button.elementor-button-success:not([disabled]) { | |
| 318 | + background-color: #39b54a; } | |
| 319 | + .elementor-button.elementor-button-success:not([disabled]):hover { | |
| 320 | + opacity: 0.85; | |
| 321 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 322 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 323 | + .elementor-button.elementor-button-success:not([disabled]):active { | |
| 324 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 325 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 326 | + .elementor-button.elementor-button-warning { | |
| 327 | + background-color: #a4afb7; | |
| 328 | + color: #fff; } | |
| 329 | + .elementor-button.elementor-button-warning[disabled] { | |
| 330 | + background-color: #c2cbd2; } | |
| 331 | + .elementor-button.elementor-button-warning:not([disabled]):hover { | |
| 332 | + background-color: #b01b1b; | |
| 333 | + opacity: 0.85; | |
| 334 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 335 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 336 | + .elementor-button.elementor-button-warning:not([disabled]):active { | |
| 337 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 338 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 339 | + .elementor-button.elementor-button-danger { | |
| 340 | + background-color: #d72b3f; | |
| 341 | + color: #fff; } | |
| 342 | + .elementor-button.elementor-button-danger[disabled] { | |
| 343 | + background-color: #c2cbd2; } | |
| 344 | + .elementor-button.elementor-button-danger:not([disabled]):hover { | |
| 345 | + opacity: 0.85; | |
| 346 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 347 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 348 | + .elementor-button.elementor-button-danger:not([disabled]):active { | |
| 349 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 350 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 351 | + .elementor-button.elementor-edit-template { | |
| 352 | + display: inline-block; | |
| 353 | + margin-top: 15px; | |
| 354 | + color: #fff; } | |
| 355 | + .elementor-button.elementor-button-default { | |
| 356 | + background-color: #a4afb7; | |
| 357 | + color: #fff; | |
| 358 | + font-size: 11px; | |
| 359 | + padding: 7px 21px; } | |
| 360 | + .elementor-button.elementor-button-default:hover { | |
| 361 | + background-color: #6d7882; | |
| 362 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 363 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 364 | + .elementor-button.elementor-button-default:active { | |
| 365 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 366 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 367 | + .elementor-button.elementor-button-default:visited { | |
| 368 | + color: #fff; } | |
| 369 | + .elementor-button.elementor-button-go-pro { | |
| 370 | + background-color: #93003c; } | |
| 371 | + .elementor-button i { | |
| 372 | + margin-right: 10px; } | |
| 373 | + | |
| 374 | +input, select, textarea, .elementor-input-style { | |
| 375 | + -webkit-border-radius: 3px; | |
| 376 | + border-radius: 3px; | |
| 283 | 377 | font-size: 12px; |
| 284 | 378 | width: 100%; |
| 285 | 379 | background: none; |
| 286 | - background-color: var(--e-a-bg-default); | |
| 287 | - box-shadow: none; | |
| 288 | - border: var(--e-a-border-bold); | |
| 289 | - outline: none; | |
| 290 | -} | |
| 291 | -input:focus, input:focus + .elementor-control-dynamic-switcher, | |
| 292 | -select:focus, | |
| 293 | -select:focus + .elementor-control-dynamic-switcher, | |
| 294 | -textarea:focus, | |
| 295 | -textarea:focus + .elementor-control-dynamic-switcher, | |
| 296 | -.e-input-style:focus, | |
| 297 | -.e-input-style:focus + .elementor-control-dynamic-switcher { | |
| 298 | - border-color: var(--e-a-border-color-focus); | |
| 299 | -} | |
| 380 | + -webkit-box-shadow: none; | |
| 381 | + box-shadow: none; | |
| 382 | + color: #6d7882; | |
| 383 | + border: 1px solid; | |
| 384 | + outline: none; } | |
| 385 | + input:not(:focus), select:not(:focus), textarea:not(:focus), .elementor-input-style:not(:focus) { | |
| 386 | + border-color: #d5dadf; } | |
| 387 | + input:focus, input:focus + .elementor-control-dynamic-switcher, select:focus, select:focus + .elementor-control-dynamic-switcher, textarea:focus, textarea:focus + .elementor-control-dynamic-switcher, .elementor-input-style:focus, .elementor-input-style:focus + .elementor-control-dynamic-switcher { | |
| 388 | + border-color: #a4afb7; } | |
| 389 | + input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .elementor-input-style::-webkit-input-placeholder { | |
| 390 | + color: #a4afb7; } | |
| 391 | + input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .elementor-input-style::-moz-placeholder { | |
| 392 | + color: #a4afb7; } | |
| 393 | + input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .elementor-input-style::-ms-input-placeholder { | |
| 394 | + color: #a4afb7; } | |
| 395 | + input::placeholder, select::placeholder, textarea::placeholder, .elementor-input-style::placeholder { | |
| 396 | + color: #a4afb7; } | |
| 300 | 397 | |
| 301 | -.elementor-error input, | |
| 302 | -.elementor-error select, | |
| 303 | -.elementor-error textarea { | |
| 304 | - border-color: var(--e-a-color-danger); | |
| 305 | -} | |
| 398 | +.elementor-error input, .elementor-error select, .elementor-error textarea { | |
| 399 | + border-color: #b01b1b; } | |
| 306 | 400 | |
| 307 | 401 | input { |
| 308 | - min-width: 0; | |
| 309 | -} | |
| 402 | + min-width: 0; } | |
| 310 | 403 | |
| 311 | -input, textarea, .e-input-style { | |
| 312 | - padding: 5px; | |
| 313 | -} | |
| 404 | +input, textarea, .elementor-input-style { | |
| 405 | + padding: 5px; } | |
| 314 | 406 | |
| 315 | -textarea, .e-input-style { | |
| 316 | - resize: vertical; | |
| 317 | -} | |
| 407 | +textarea, .elementor-input-style { | |
| 408 | + resize: vertical; } | |
| 318 | 409 | |
| 319 | -input[type=checkbox], | |
| 320 | -input[type=radio] { | |
| 410 | +input[type="checkbox"], | |
| 411 | +input[type="radio"] { | |
| 321 | 412 | height: auto; |
| 322 | - width: auto; | |
| 323 | -} | |
| 413 | + width: auto; } | |
| 324 | 414 | |
| 325 | -input[type=checkbox] { | |
| 326 | - margin: 0; | |
| 327 | - padding: 0; | |
| 328 | - -webkit-appearance: none; | |
| 329 | - -moz-appearance: none; | |
| 330 | - appearance: none; | |
| 331 | - outline: none; | |
| 332 | - content: none; | |
| 333 | - height: 15px; | |
| 334 | - border-radius: var(--e-a-border-radius); | |
| 335 | - margin-inline-end: 5px; | |
| 336 | - width: 15px; | |
| 337 | - border: var(--e-a-border-bold); | |
| 338 | - display: inline-flex; | |
| 339 | - align-items: center; | |
| 340 | - justify-content: center; | |
| 341 | -} | |
| 342 | -input[type=checkbox]:checked { | |
| 343 | - background: var(--e-a-color-primary-bold); | |
| 344 | - border: none; | |
| 345 | -} | |
| 346 | -input[type=checkbox]:checked:before { | |
| 347 | - display: block; | |
| 348 | - content: ""; | |
| 349 | - width: 4px; | |
| 350 | - height: 7px; | |
| 351 | - border: solid white; | |
| 352 | - border-width: 0 2px 2px 0; | |
| 353 | - transform: rotate(45deg); | |
| 354 | -} | |
| 355 | - | |
| 356 | 415 | input[disabled] { |
| 357 | - background-color: var(--e-a-bg-hover); | |
| 416 | + background-color: #e6e9ec; | |
| 358 | 417 | cursor: not-allowed; |
| 359 | - opacity: 1; | |
| 360 | -} | |
| 418 | + opacity: 1; } | |
| 361 | 419 | |
| 362 | 420 | select { |
| 363 | 421 | outline: none; |
| 364 | - height: 27px; | |
| 365 | -} | |
| 422 | + height: 27px; } | |
| 366 | 423 | |
| 367 | -.dialog-widget-content { | |
| 368 | - background-color: var(--e-a-bg-default); | |
| 369 | - position: absolute; | |
| 370 | - border-radius: 3px; | |
| 371 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 372 | - overflow: hidden; | |
| 373 | -} | |
| 374 | - | |
| 375 | -.dialog-message { | |
| 376 | - line-height: 1.5; | |
| 377 | - box-sizing: border-box; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.dialog-close-button { | |
| 381 | - cursor: pointer; | |
| 382 | - position: absolute; | |
| 383 | - margin-block-start: 15px; | |
| 384 | - inset-inline-end: 15px; | |
| 385 | - color: var(--e-a-color-txt); | |
| 386 | - font-size: 15px; | |
| 387 | - line-height: 1; | |
| 388 | - transition: var(--e-a-transition-hover); | |
| 389 | -} | |
| 390 | -.dialog-close-button:hover { | |
| 391 | - color: var(--e-a-color-txt-hover); | |
| 392 | -} | |
| 393 | - | |
| 394 | -.dialog-prevent-scroll { | |
| 395 | - overflow: hidden; | |
| 396 | - max-height: 100vh; | |
| 397 | -} | |
| 398 | - | |
| 399 | -.dialog-type-lightbox { | |
| 400 | - position: fixed; | |
| 401 | - height: 100%; | |
| 402 | - width: 100%; | |
| 403 | - bottom: 0; | |
| 404 | - left: 0; | |
| 405 | - background-color: rgba(0, 0, 0, 0.8); | |
| 406 | - z-index: 9999; | |
| 407 | - -webkit-user-select: none; | |
| 408 | - -moz-user-select: none; | |
| 409 | - user-select: none; | |
| 410 | -} | |
| 411 | - | |
| 412 | -.elementor-editor-active .elementor-popup-modal { | |
| 413 | - background-color: initial; | |
| 414 | -} | |
| 415 | - | |
| 416 | -.dialog-type-confirm .dialog-widget-content, | |
| 417 | -.dialog-type-alert .dialog-widget-content { | |
| 418 | - margin: auto; | |
| 419 | - width: 400px; | |
| 420 | - padding: 20px; | |
| 421 | -} | |
| 422 | -.dialog-type-confirm .dialog-header, | |
| 423 | -.dialog-type-alert .dialog-header { | |
| 424 | - font-size: 15px; | |
| 425 | - font-weight: 500; | |
| 426 | -} | |
| 427 | -.dialog-type-confirm .dialog-header:after, | |
| 428 | -.dialog-type-alert .dialog-header:after { | |
| 429 | - content: ""; | |
| 430 | - display: block; | |
| 431 | - border-block-end: var(--e-a-border); | |
| 432 | - padding-block-end: 10px; | |
| 433 | - margin-block-end: 10px; | |
| 434 | - margin-inline-start: -20px; | |
| 435 | - margin-inline-end: -20px; | |
| 436 | -} | |
| 437 | -.dialog-type-confirm .dialog-message, | |
| 438 | -.dialog-type-alert .dialog-message { | |
| 439 | - min-height: 50px; | |
| 440 | -} | |
| 441 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 442 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 443 | - padding-block-start: 10px; | |
| 444 | - display: flex; | |
| 445 | - justify-content: flex-end; | |
| 446 | - gap: 15px; | |
| 447 | -} | |
| 448 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 449 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 450 | - font-size: 12px; | |
| 451 | - font-weight: 500; | |
| 452 | - line-height: 1.2; | |
| 453 | - padding: 8px 16px; | |
| 454 | - outline: none; | |
| 455 | - border: none; | |
| 456 | - border-radius: var(--e-a-border-radius); | |
| 457 | - background-color: var(--e-a-btn-bg); | |
| 458 | - color: var(--e-a-btn-color-invert); | |
| 459 | - transition: var(--e-a-transition-hover); | |
| 460 | -} | |
| 461 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 462 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 463 | - border: none; | |
| 464 | -} | |
| 465 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 466 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 467 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 468 | - background-color: var(--e-a-btn-bg-hover); | |
| 469 | - color: var(--e-a-btn-color-invert); | |
| 470 | -} | |
| 471 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 472 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 473 | - background-color: var(--e-a-btn-bg-active); | |
| 474 | -} | |
| 475 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 476 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 477 | - cursor: pointer; | |
| 478 | -} | |
| 479 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 480 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 481 | - background-color: var(--e-a-btn-bg-disabled); | |
| 482 | - color: var(--e-a-btn-color-disabled); | |
| 483 | -} | |
| 484 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 485 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 486 | - display: none; | |
| 487 | -} | |
| 488 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 489 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 490 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 491 | - background: transparent; | |
| 492 | - color: var(--e-a-color-txt); | |
| 493 | -} | |
| 494 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, | |
| 495 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 496 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 497 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 498 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 499 | - background: var(--e-a-bg-hover); | |
| 500 | - color: var(--e-a-color-txt-hover); | |
| 501 | -} | |
| 502 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 503 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 504 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 505 | - background: transparent; | |
| 506 | - color: var(--e-a-color-txt-disabled); | |
| 507 | -} | |
| 508 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 509 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 510 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 511 | -} | |
| 512 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 513 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 514 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 515 | - background-color: var(--e-a-btn-bg-success); | |
| 516 | -} | |
| 517 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, | |
| 518 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 519 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 520 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 521 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 522 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 523 | -} | |
| 524 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 525 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 526 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 527 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { | |
| 528 | - background-color: var(--e-a-btn-bg-primary); | |
| 529 | - color: var(--e-a-btn-color); | |
| 530 | -} | |
| 531 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, | |
| 532 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 533 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 534 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 535 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 536 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 537 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { | |
| 538 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 539 | - color: var(--e-a-btn-color); | |
| 540 | -} | |
| 541 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 542 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 543 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 544 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 545 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 546 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 547 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { | |
| 548 | - background: transparent; | |
| 549 | - color: var(--e-a-color-primary-bold); | |
| 550 | -} | |
| 551 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, | |
| 552 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 553 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 554 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 555 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 556 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 557 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 558 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 559 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 560 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 561 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 562 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 563 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { | |
| 564 | - background: var(--e-a-bg-primary); | |
| 565 | -} | |
| 566 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 567 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 568 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 569 | - background-color: var(--e-a-btn-bg-accent); | |
| 570 | -} | |
| 571 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, | |
| 572 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 573 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 574 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 575 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 576 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 577 | -} | |
| 578 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 579 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 580 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 581 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 582 | -} | |
| 583 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 584 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 585 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 586 | - background-color: var(--e-a-btn-bg-info); | |
| 587 | -} | |
| 588 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, | |
| 589 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 590 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 591 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 592 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 593 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 594 | -} | |
| 595 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 596 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 597 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 598 | - background-color: var(--e-a-btn-bg-warning); | |
| 599 | -} | |
| 600 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, | |
| 601 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 602 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 603 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 604 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 605 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 606 | -} | |
| 607 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 608 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 609 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 610 | - background-color: var(--e-a-btn-bg-danger); | |
| 611 | -} | |
| 612 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 613 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 614 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 615 | - color: var(--e-a-color-white); | |
| 616 | -} | |
| 617 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, | |
| 618 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 619 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 620 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 621 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 622 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 623 | -} | |
| 624 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 625 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 626 | - margin-inline-end: 5px; | |
| 627 | -} | |
| 628 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited, | |
| 629 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 630 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 631 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 632 | - color: initial; | |
| 633 | -} | |
| 634 | -.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 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 636 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 637 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 638 | - background-color: var(--e-a-btn-bg-disabled); | |
| 639 | -} | |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | - | |
| 646 | 424 | /* |
| 647 | 425 | * Container style |
| 648 | 426 | */ |
| 649 | 427 | .ps { |
| @@ -648,10 +426,10 @@ | ||
| 648 | 426 | */ |
| 649 | 427 | .ps { |
| 650 | 428 | overflow: hidden !important; |
| 651 | 429 | overflow-anchor: none; |
| 652 | - touch-action: auto; | |
| 653 | -} | |
| 430 | + -ms-touch-action: auto; | |
| 431 | + touch-action: auto; } | |
| 654 | 432 | |
| 655 | 433 | /* |
| 656 | 434 | * Scrollbar rail styles |
| 657 | 435 | */ |
| @@ -657,66 +435,63 @@ | ||
| 657 | 435 | */ |
| 658 | 436 | .ps__rail-y { |
| 659 | 437 | display: none; |
| 660 | 438 | opacity: 0; |
| 661 | - transition: background-color 0.2s linear, opacity 0.2s linear; | |
| 439 | + -webkit-transition: background-color .2s linear, opacity .2s linear; | |
| 440 | + -o-transition: background-color .2s linear, opacity .2s linear; | |
| 441 | + transition: background-color .2s linear, opacity .2s linear; | |
| 662 | 442 | width: 15px; |
| 663 | 443 | /* there must be 'right' or 'left' for ps__rail-y */ |
| 664 | 444 | right: 0; |
| 665 | 445 | left: initial !important; |
| 666 | 446 | /* please don't change 'position' */ |
| 667 | - position: absolute; | |
| 668 | -} | |
| 447 | + position: absolute; } | |
| 669 | 448 | |
| 670 | 449 | .ps--active-y > .ps__rail-y { |
| 671 | 450 | display: block; |
| 672 | - background-color: transparent; | |
| 673 | -} | |
| 451 | + background-color: transparent; } | |
| 674 | 452 | |
| 675 | 453 | .ps:hover > .ps__rail-y, |
| 676 | 454 | .ps--focus > .ps__rail-y, |
| 677 | 455 | .ps--scrolling-y > .ps__rail-y { |
| 678 | - opacity: 0.6; | |
| 679 | -} | |
| 456 | + opacity: 0.6; } | |
| 680 | 457 | |
| 681 | 458 | .ps .ps__rail-y:hover, |
| 682 | 459 | .ps .ps__rail-y:focus, |
| 683 | 460 | .ps .ps__rail-y.ps--clicking { |
| 684 | - opacity: 0.9; | |
| 685 | -} | |
| 461 | + opacity: 0.9; } | |
| 686 | 462 | |
| 687 | 463 | .ps__thumb-y { |
| 688 | 464 | background-color: #aaa; |
| 689 | - border-radius: 6px; | |
| 690 | - transition: background-color 0.2s linear, width 0.2s ease-in-out; | |
| 465 | + -webkit-border-radius: 6px; | |
| 466 | + border-radius: 6px; | |
| 467 | + -webkit-transition: background-color .2s linear, width .2s ease-in-out; | |
| 468 | + -o-transition: background-color .2s linear, width .2s ease-in-out; | |
| 469 | + transition: background-color .2s linear, width .2s ease-in-out; | |
| 691 | 470 | width: 6px; |
| 692 | 471 | /* there must be 'right' for ps__thumb-y */ |
| 693 | 472 | right: 2px; |
| 694 | 473 | /* please don't change 'position' */ |
| 695 | - position: absolute; | |
| 696 | -} | |
| 474 | + position: absolute; } | |
| 697 | 475 | |
| 698 | 476 | .ps__rail-y:hover > .ps__thumb-y, |
| 699 | 477 | .ps__rail-y:focus > .ps__thumb-y, |
| 700 | 478 | .ps__rail-y.ps--clicking .ps__thumb-y { |
| 701 | 479 | background-color: #999; |
| 702 | - width: 6px; | |
| 703 | -} | |
| 480 | + width: 6px; } | |
| 704 | 481 | |
| 705 | 482 | /* Make clicks pass-through */ |
| 706 | 483 | #nprogress { |
| 707 | - pointer-events: none; | |
| 708 | -} | |
| 484 | + pointer-events: none; } | |
| 709 | 485 | |
| 710 | 486 | #nprogress .bar { |
| 711 | - background: #D004D4; | |
| 487 | + background: #39b54a; | |
| 712 | 488 | position: fixed; |
| 713 | 489 | z-index: 1031; |
| 714 | 490 | top: 0; |
| 715 | 491 | left: 0; |
| 716 | 492 | width: 100%; |
| 717 | - height: 2px; | |
| 718 | -} | |
| 493 | + height: 2px; } | |
| 719 | 494 | |
| 720 | 495 | /* Fancy blur effect */ |
| 721 | 496 | #nprogress .peg { |
| 722 | 497 | display: block; |
| @@ -723,12 +498,14 @@ | ||
| 723 | 498 | position: absolute; |
| 724 | 499 | right: 0; |
| 725 | 500 | width: 100px; |
| 726 | 501 | height: 100%; |
| 727 | - box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4; | |
| 728 | - opacity: 1; | |
| 729 | - transform: rotate(3deg) translate(0px, -4px); | |
| 730 | -} | |
| 502 | + -webkit-box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 503 | + box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 504 | + opacity: 1.0; | |
| 505 | + -webkit-transform: rotate(3deg) translate(0px, -4px); | |
| 506 | + -ms-transform: rotate(3deg) translate(0px, -4px); | |
| 507 | + transform: rotate(3deg) translate(0px, -4px); } | |
| 731 | 508 | |
| 732 | 509 | /* Remove these to get rid of the spinner */ |
| 733 | 510 | #nprogress .spinner { |
| 734 | 511 | display: none; |
| @@ -734,3213 +511,2445 @@ | ||
| 734 | 511 | display: none; |
| 735 | 512 | position: fixed; |
| 736 | 513 | z-index: 1031; |
| 737 | 514 | top: 15px; |
| 738 | - right: 15px; | |
| 739 | -} | |
| 515 | + right: 15px; } | |
| 740 | 516 | |
| 741 | 517 | #nprogress .spinner-icon { |
| 742 | 518 | width: 18px; |
| 743 | 519 | height: 18px; |
| 744 | - box-sizing: border-box; | |
| 520 | + -webkit-box-sizing: border-box; | |
| 521 | + box-sizing: border-box; | |
| 745 | 522 | border: solid 2px transparent; |
| 746 | - border-block-start-color: #D004D4; | |
| 747 | - border-inline-start-color: #D004D4; | |
| 748 | - border-radius: 50%; | |
| 749 | - animation: nprogress-spinner 400ms linear infinite; | |
| 750 | -} | |
| 523 | + border-top-color: #39b54a; | |
| 524 | + border-left-color: #39b54a; | |
| 525 | + -webkit-border-radius: 50%; | |
| 526 | + border-radius: 50%; | |
| 527 | + -webkit-animation: nprogress-spinner 400ms linear infinite; | |
| 528 | + animation: nprogress-spinner 400ms linear infinite; } | |
| 751 | 529 | |
| 752 | 530 | .nprogress-custom-parent { |
| 753 | 531 | overflow: hidden; |
| 754 | - position: relative; | |
| 755 | -} | |
| 532 | + position: relative; } | |
| 756 | 533 | |
| 757 | 534 | .nprogress-custom-parent #nprogress .spinner, |
| 758 | 535 | .nprogress-custom-parent #nprogress .bar { |
| 759 | - position: absolute; | |
| 760 | -} | |
| 536 | + position: absolute; } | |
| 761 | 537 | |
| 538 | +@-webkit-keyframes nprogress-spinner { | |
| 539 | + 0% { | |
| 540 | + -webkit-transform: rotate(0deg); | |
| 541 | + transform: rotate(0deg); } | |
| 542 | + 100% { | |
| 543 | + -webkit-transform: rotate(360deg); | |
| 544 | + transform: rotate(360deg); } } | |
| 545 | + | |
| 762 | 546 | @keyframes nprogress-spinner { |
| 763 | 547 | 0% { |
| 764 | - transform: rotate(0deg); | |
| 765 | - } | |
| 548 | + -webkit-transform: rotate(0deg); | |
| 549 | + transform: rotate(0deg); } | |
| 766 | 550 | 100% { |
| 767 | - transform: rotate(360deg); | |
| 768 | - } | |
| 769 | -} | |
| 551 | + -webkit-transform: rotate(360deg); | |
| 552 | + transform: rotate(360deg); } } | |
| 553 | + | |
| 770 | 554 | #nprogress .bar, |
| 771 | 555 | #nprogress .spinner { |
| 772 | - z-index: 100000; | |
| 773 | -} | |
| 556 | + z-index: 100000; } | |
| 774 | 557 | |
| 775 | -:root { | |
| 776 | - --e-is-preview-mode: 0; | |
| 777 | -} | |
| 778 | -@media (max-width: 1439px) { | |
| 779 | - :root { | |
| 780 | - --e-editor-panel-width: 280px; | |
| 781 | - } | |
| 782 | -} | |
| 783 | -@media (min-width: 1440px) { | |
| 784 | - :root { | |
| 785 | - --e-editor-panel-width: 300px; | |
| 786 | - } | |
| 787 | -} | |
| 788 | - | |
| 789 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 790 | -#elementor-panel-header-wrapper, | |
| 791 | -#elementor-panel-content-wrapper, | |
| 792 | -#elementor-panel-footer) h1, | |
| 793 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 794 | -#elementor-panel-header-wrapper, | |
| 795 | -#elementor-panel-content-wrapper, | |
| 796 | -#elementor-panel-footer) h2, | |
| 797 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 798 | -#elementor-panel-header-wrapper, | |
| 799 | -#elementor-panel-content-wrapper, | |
| 800 | -#elementor-panel-footer) h3, | |
| 801 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 802 | -#elementor-panel-header-wrapper, | |
| 803 | -#elementor-panel-content-wrapper, | |
| 804 | -#elementor-panel-footer) h4, | |
| 805 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 806 | -#elementor-panel-header-wrapper, | |
| 807 | -#elementor-panel-content-wrapper, | |
| 808 | -#elementor-panel-footer) h5, | |
| 809 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 810 | -#elementor-panel-header-wrapper, | |
| 811 | -#elementor-panel-content-wrapper, | |
| 812 | -#elementor-panel-footer) h6 { | |
| 813 | - font-size: 100%; | |
| 814 | - font-weight: normal; | |
| 815 | -} | |
| 816 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 817 | -#elementor-panel-header-wrapper, | |
| 818 | -#elementor-panel-content-wrapper, | |
| 819 | -#elementor-panel-footer) abbr, | |
| 820 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 821 | -#elementor-panel-header-wrapper, | |
| 822 | -#elementor-panel-content-wrapper, | |
| 823 | -#elementor-panel-footer) acronym { | |
| 824 | - border: 0; | |
| 825 | - font-variant: normal; | |
| 826 | -} | |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 831 | - vertical-align: text-top; | |
| 832 | -} | |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 837 | - vertical-align: text-bottom; | |
| 838 | -} | |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 843 | - max-width: 100%; | |
| 844 | - height: auto; | |
| 845 | - border: 0; | |
| 846 | -} | |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 851 | - outline: 0; | |
| 852 | -} | |
| 853 | -.elementor-panel .elementor-panel-box-content { | |
| 854 | - padding: 20px 20px 10px; | |
| 855 | -} | |
| 856 | -.elementor-panel .elementor-button { | |
| 857 | - display: inline-block; | |
| 858 | -} | |
| 859 | -.elementor-panel .elementor-panel-alert { | |
| 860 | - background-color: var(--e-a-bg-primary); | |
| 861 | - padding: 15px; | |
| 862 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 863 | - position: relative; | |
| 864 | - font-size: 12px; | |
| 865 | - font-weight: 300; | |
| 866 | - font-style: italic; | |
| 867 | - line-height: 1.5; | |
| 868 | - text-align: start; | |
| 869 | - border-start-start-radius: 0; | |
| 870 | - border-start-end-radius: 3px; | |
| 871 | - border-end-start-radius: 0; | |
| 872 | - border-end-end-radius: 3px; | |
| 873 | -} | |
| 874 | -.elementor-panel .elementor-panel-alert a { | |
| 875 | - color: inherit; | |
| 876 | -} | |
| 877 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-info { | |
| 878 | - border-color: var(--e-a-color-info); | |
| 879 | - background: var(--e-a-bg-info); | |
| 880 | -} | |
| 881 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-success { | |
| 882 | - border-color: var(--e-a-color-success); | |
| 883 | - background: var(--e-a-bg-success); | |
| 884 | -} | |
| 885 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { | |
| 886 | - border-inline-start: 3px solid var(--e-a-color-warning); | |
| 887 | - background: var(--e-a-bg-warning); | |
| 888 | -} | |
| 889 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { | |
| 890 | - border-color: var(--e-a-color-danger); | |
| 891 | - background: var(--e-a-bg-danger); | |
| 892 | -} | |
| 893 | -.elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { | |
| 894 | - font-size: 11px; | |
| 895 | - font-style: italic; | |
| 896 | - line-height: 1.4; | |
| 897 | - color: var(--e-a-color-txt-muted); | |
| 898 | -} | |
| 899 | -.elementor-panel .elementor-controls-popover { | |
| 900 | - display: none; | |
| 901 | - position: absolute; | |
| 902 | - box-shadow: var(--e-a-popover-shadow); | |
| 903 | - border-radius: var(--e-a-border-radius); | |
| 904 | - inset-inline: 0; | |
| 905 | - margin: -4px auto 5px; | |
| 906 | - padding-block-start: 15px; | |
| 907 | - width: 90%; | |
| 908 | - z-index: 10000; | |
| 909 | - background-color: var(--e-a-bg-default); | |
| 910 | -} | |
| 911 | -.elementor-panel .elementor-controls-popover:before { | |
| 912 | - content: ""; | |
| 913 | - position: absolute; | |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 916 | - border: 8px solid transparent; | |
| 917 | - border-block-end-color: var(--e-a-bg-default); | |
| 918 | -} | |
| 919 | -.elementor-panel .elementor-controls-popover div.elementor-control { | |
| 920 | - background-color: transparent; | |
| 921 | -} | |
| 922 | -.elementor-panel .elementor-controls-popover div.elementor-control:before { | |
| 923 | - content: none; | |
| 924 | -} | |
| 925 | -.elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 926 | - margin-block-start: 20px; | |
| 927 | -} | |
| 928 | 558 | .elementor-panel { |
| 929 | - position: relative; | |
| 559 | + position: fixed; | |
| 930 | 560 | height: 100%; |
| 931 | - inset-inline-start: 0; | |
| 932 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 933 | - width: var(--e-editor-panel-width); | |
| 561 | + top: 0; | |
| 562 | + bottom: 0; | |
| 934 | 563 | overflow: visible; |
| 935 | - background-color: var(--e-a-bg-default); | |
| 564 | + background-color: #e6e9ec; | |
| 936 | 565 | z-index: 1; |
| 937 | - font-family: var(--e-a-font-family); | |
| 938 | - font-size: 13px; | |
| 939 | -} | |
| 940 | -.elementor-editor-preview .elementor-panel { | |
| 941 | - --e-is-preview-mode: 1; | |
| 942 | -} | |
| 943 | -.elementor-editor-preview .elementor-panel > .ui-resizable-e, | |
| 944 | -.elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 945 | - display: none; | |
| 946 | -} | |
| 947 | -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper { | |
| 948 | - display: flex; | |
| 949 | - flex-direction: column; | |
| 950 | -} | |
| 951 | -.elementor-panel .ps__rail-y { | |
| 952 | - z-index: 2; | |
| 953 | -} | |
| 954 | -.elementor-panel .elementor-responsive-panel { | |
| 955 | - padding: 0 15px; | |
| 956 | - display: grid; | |
| 957 | - gap: 10px; | |
| 958 | - grid-template-columns: repeat(auto-fill, minmax(min(135px, 50% - 5px), 1fr)); | |
| 959 | -} | |
| 960 | -.elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch { | |
| 961 | - grid-column: 1/-1; | |
| 962 | -} | |
| 963 | -.elementor-panel #elementor-panel-header { | |
| 964 | - display: flex; | |
| 965 | - align-items: center; | |
| 966 | - justify-content: space-between; | |
| 967 | - height: 40px; | |
| 968 | - width: 100%; | |
| 969 | - background-color: var(--e-a-dark-bg); | |
| 970 | - color: var(--e-a-color-white); | |
| 971 | -} | |
| 972 | -.elementor-panel #elementor-panel-header > * { | |
| 973 | - display: flex; | |
| 974 | - align-items: center; | |
| 975 | - justify-content: center; | |
| 976 | -} | |
| 977 | -.elementor-panel .elementor-header-button { | |
| 978 | - width: 40px; | |
| 979 | - border: 0; | |
| 980 | - color: currentColor; | |
| 981 | - background-color: transparent; | |
| 982 | -} | |
| 983 | -.elementor-panel .elementor-header-button .elementor-icon { | |
| 984 | - cursor: pointer; | |
| 985 | - display: block; | |
| 986 | - font-size: 19px; | |
| 987 | - height: 40px; | |
| 988 | - line-height: 40px; | |
| 989 | - transition: var(--e-a-transition-hover); | |
| 990 | -} | |
| 991 | -.elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { | |
| 992 | - font-size: 18px; | |
| 993 | -} | |
| 994 | -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus { | |
| 995 | - color: var(--e-a-dark-color-txt-hover); | |
| 996 | -} | |
| 997 | -.elementor-panel #elementor-panel-header-title { | |
| 998 | - flex: 1; | |
| 999 | - font-size: 15px; | |
| 1000 | - font-weight: 700; | |
| 1001 | -} | |
| 1002 | -.elementor-panel #elementor-panel-header-title img { | |
| 1003 | - width: 90px; | |
| 1004 | -} | |
| 1005 | -.elementor-panel #elementor-panel-elements-categories { | |
| 1006 | - padding-block-end: 10px; | |
| 1007 | - position: relative; | |
| 1008 | -} | |
| 1009 | -.elementor-panel .elementor-panel-category { | |
| 1010 | - position: relative; | |
| 1011 | - border-block-end: var(--e-a-border); | |
| 1012 | -} | |
| 1013 | -.elementor-panel .elementor-panel-category .elementor-panel-heading { | |
| 1014 | - padding: 0 15px; | |
| 1015 | - border: none; | |
| 1016 | - background-color: transparent; | |
| 1017 | -} | |
| 1018 | -.elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { | |
| 1019 | - border: none; | |
| 1020 | -} | |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 1023 | -} | |
| 1024 | -.elementor-panel .elementor-panel-category-items { | |
| 1025 | - padding-block-end: 20px; | |
| 1026 | -} | |
| 1027 | -.elementor-panel .elementor-panel-category-items-empty { | |
| 1028 | - grid-column-start: 1; | |
| 1029 | - grid-column-end: 3; | |
| 1030 | -} | |
| 1031 | -.elementor-panel #elementor-panel-page-menu { | |
| 1032 | - padding: 25px 15px; | |
| 1033 | -} | |
| 1034 | -.elementor-panel .elementor-panel-menu-group-title { | |
| 1035 | - text-transform: uppercase; | |
| 1036 | - font-size: 11px; | |
| 1037 | -} | |
| 1038 | -.elementor-panel .elementor-panel-menu-items { | |
| 1039 | - border: var(--e-a-border); | |
| 1040 | - margin: 15px 0 25px; | |
| 1041 | - border-radius: 5px; | |
| 1042 | - overflow: hidden; | |
| 1043 | -} | |
| 1044 | -.elementor-panel .elementor-panel-menu-item { | |
| 1045 | - display: flex; | |
| 1046 | - align-items: center; | |
| 1047 | - width: 100%; | |
| 1048 | - height: 40px; | |
| 1049 | - transition: var(--e-a-transition-hover); | |
| 1050 | - border: 0; | |
| 1051 | - background-color: transparent; | |
| 1052 | - cursor: pointer; | |
| 1053 | -} | |
| 1054 | -.elementor-panel .elementor-panel-menu-item:not(:last-child) { | |
| 1055 | - border-block-end: var(--e-a-border); | |
| 1056 | -} | |
| 1057 | -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus { | |
| 1058 | - background-color: var(--e-a-bg-hover); | |
| 1059 | -} | |
| 1060 | -.elementor-panel .elementor-panel-menu-item:active { | |
| 1061 | - background-color: var(--e-a-bg-active); | |
| 1062 | - color: var(--e-a-color-txt-accent); | |
| 1063 | -} | |
| 1064 | -.elementor-panel .elementor-panel-menu-item-icon { | |
| 1065 | - text-align: center; | |
| 1066 | - width: 30px; | |
| 1067 | - flex-shrink: 0; | |
| 1068 | - padding: 10px 0; | |
| 1069 | - margin: 0 10px; | |
| 1070 | - font-size: 19px; | |
| 1071 | -} | |
| 1072 | -.elementor-panel .elementor-panel-menu-item-title { | |
| 1073 | - display: flex; | |
| 1074 | - flex-grow: 1; | |
| 1075 | - font-weight: 500; | |
| 1076 | - justify-content: space-between; | |
| 1077 | -} | |
| 1078 | -.elementor-panel .elementor-panel-menu-item-title-badge { | |
| 1079 | - margin: 0 10px; | |
| 1080 | - background: var(--e-a-color-white); | |
| 1081 | - border-radius: var(--e-a-border-radius); | |
| 1082 | -} | |
| 1083 | -.elementor-panel .elementor-panel-menu-item-title > span { | |
| 1084 | - color: var(--e-a-color-accent); | |
| 1085 | -} | |
| 1086 | -.elementor-panel .elementor-panel-menu-item a { | |
| 1087 | - display: flex; | |
| 1088 | - align-items: center; | |
| 1089 | - color: inherit; | |
| 1090 | - width: 100%; | |
| 1091 | - height: 100%; | |
| 1092 | - padding-inline-start: 10px; | |
| 1093 | - padding: 10px 0; | |
| 1094 | -} | |
| 1095 | -.elementor-panel .elementor-control.elementor-control-clear_page { | |
| 1096 | - background-color: transparent; | |
| 1097 | -} | |
| 1098 | -.elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 1099 | - display: flex; | |
| 1100 | - align-items: center; | |
| 1101 | - justify-content: space-between; | |
| 1102 | -} | |
| 1103 | -.elementor-panel .elementor-panel-navigation { | |
| 1104 | - display: flex; | |
| 1105 | - width: 100%; | |
| 1106 | - border-block-end: var(--e-a-border); | |
| 1107 | -} | |
| 1108 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 1109 | - all: unset; | |
| 1110 | - flex: auto; | |
| 1111 | - transition: var(--e-a-transition-hover); | |
| 1112 | - border-block-end: 3px solid transparent; | |
| 1113 | - cursor: pointer; | |
| 1114 | -} | |
| 1115 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { | |
| 1116 | - background-color: var(--e-a-bg-hover); | |
| 1117 | -} | |
| 1118 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { | |
| 1119 | - outline: 0; | |
| 1120 | -} | |
| 1121 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 1122 | - border-color: var(--e-a-border-color-accent); | |
| 1123 | - color: var(--e-a-color-txt-accent); | |
| 1124 | -} | |
| 1125 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span { | |
| 1126 | - color: var(--e-a-color-txt-accent); | |
| 1127 | -} | |
| 1128 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span { | |
| 1129 | - color: inherit; | |
| 1130 | - display: block; | |
| 1131 | - text-align: center; | |
| 1132 | - padding: 12px 0 8px; | |
| 1133 | - font-size: 10px; | |
| 1134 | -} | |
| 1135 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { | |
| 1136 | - font-family: eicons; | |
| 1137 | - font-size: 16px; | |
| 1138 | - display: block; | |
| 1139 | - margin-block-end: 8px; | |
| 1140 | -} | |
| 1141 | -.elementor-panel .elementor-tab-control-content span:before { | |
| 1142 | - content: "\e92c"; | |
| 1143 | -} | |
| 1144 | -.elementor-panel .elementor-tab-control-style span:before { | |
| 1145 | - content: "\e921"; | |
| 1146 | -} | |
| 1147 | -.elementor-panel .elementor-tab-control-settings span:before { | |
| 1148 | - content: "\e940"; | |
| 1149 | -} | |
| 1150 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before, | |
| 1151 | -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before, | |
| 1152 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before, | |
| 1153 | -.elementor-panel .elementor-tab-control-advanced span:before, | |
| 1154 | -.elementor-panel .elementor-tab-control-general_style span:before { | |
| 1155 | - content: "\e916"; | |
| 1156 | -} | |
| 1157 | -.elementor-panel .elementor-tab-control-responsive span:before { | |
| 1158 | - content: "\e885"; | |
| 1159 | -} | |
| 1160 | -.elementor-panel .elementor-tab-control-lightbox span:before { | |
| 1161 | - content: "\e922"; | |
| 1162 | -} | |
| 1163 | -.elementor-panel .elementor-tab-control-layout span:before, | |
| 1164 | -.elementor-panel .elementor-tab-control-column span:before { | |
| 1165 | - content: "\e899"; | |
| 1166 | -} | |
| 1167 | -.elementor-panel #elementor-panel__editor__help { | |
| 1168 | - padding: 50px 25px; | |
| 1169 | - display: flex; | |
| 1170 | - align-items: center; | |
| 1171 | - justify-content: center; | |
| 1172 | -} | |
| 1173 | -.elementor-panel #elementor-panel__editor__help__link { | |
| 1174 | - display: inline-flex; | |
| 1175 | - align-items: center; | |
| 1176 | - justify-content: center; | |
| 1177 | - font-size: 85%; | |
| 1178 | - line-height: 2; | |
| 1179 | - padding-inline-start: 5px; | |
| 1180 | - color: inherit; | |
| 1181 | - font-weight: 500; | |
| 1182 | - transition: var(--e-a-transition-hover); | |
| 1183 | -} | |
| 1184 | -.elementor-panel #elementor-panel__editor__help__link:hover, .elementor-panel #elementor-panel__editor__help__link:focus { | |
| 1185 | - color: var(--e-a-color-info); | |
| 1186 | -} | |
| 1187 | -.elementor-panel #elementor-panel__editor__help__link i { | |
| 1188 | - padding: 0 5px; | |
| 1189 | - font-size: 125%; | |
| 1190 | - position: relative; | |
| 1191 | -} | |
| 1192 | -.elementor-panel #elementor-panel__editor__help__link i:after { | |
| 1193 | - content: ""; | |
| 1194 | - position: absolute; | |
| 1195 | - height: 13px; | |
| 1196 | - width: 13px; | |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1201 | - border-radius: 50%; | |
| 1202 | - z-index: -1; | |
| 1203 | -} | |
| 1204 | -.elementor-panel #elementor-panel-footer { | |
| 1205 | - position: relative; | |
| 1206 | - height: 40px; | |
| 1207 | - background-color: var(--e-a-dark-bg); | |
| 1208 | - color: var(--e-a-dark-color-txt); | |
| 1209 | -} | |
| 1210 | -.elementor-panel #elementor-panel-footer-tools { | |
| 1211 | - display: flex; | |
| 1212 | - justify-content: space-between; | |
| 1213 | - height: 100%; | |
| 1214 | -} | |
| 1215 | -.elementor-panel .elementor-panel-footer-tool { | |
| 1216 | - display: flex; | |
| 1217 | - align-items: center; | |
| 1218 | - justify-content: center; | |
| 1219 | - width: 15%; | |
| 1220 | - cursor: pointer; | |
| 1221 | - transition: var(--e-a-transition-hover); | |
| 1222 | - border: 0; | |
| 1223 | - color: currentColor; | |
| 1224 | - background-color: transparent; | |
| 1225 | -} | |
| 1226 | -.elementor-panel .elementor-panel-footer-tool i { | |
| 1227 | - font-size: 15px; | |
| 1228 | -} | |
| 1229 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 1230 | - margin: auto; | |
| 1231 | - transform: rotate(270deg); | |
| 1232 | -} | |
| 1233 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1234 | - cursor: inherit; | |
| 1235 | -} | |
| 1236 | -.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { | |
| 1237 | - color: var(--e-a-dark-color-txt-hover); | |
| 1238 | -} | |
| 1239 | -.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1240 | - display: none; | |
| 1241 | -} | |
| 1242 | -.elementor-panel #elementor-panel-footer-saver-publish { | |
| 1243 | - width: 30%; | |
| 1244 | - margin-inline-start: auto; | |
| 1245 | -} | |
| 1246 | -.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1247 | - margin-inline-end: 0; | |
| 1248 | -} | |
| 1249 | -.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1250 | - display: none; | |
| 1251 | -} | |
| 1252 | -.elementor-panel #elementor-panel-footer-saver-options { | |
| 1253 | - width: 10%; | |
| 1254 | -} | |
| 1255 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1256 | - font-size: 11px; | |
| 1257 | - font-style: italic; | |
| 1258 | - padding: 5px 0 15px; | |
| 1259 | -} | |
| 1260 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1261 | - display: none; | |
| 1262 | -} | |
| 1263 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1264 | - border-block-end: 1px dotted transparent; | |
| 1265 | - transition: all ease-in-out 0.3s; | |
| 1266 | - cursor: pointer; | |
| 1267 | -} | |
| 1268 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1269 | - border-block-end-color: inherit; | |
| 1270 | -} | |
| 1271 | -.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 1272 | - transform: rotate(90deg); | |
| 1273 | -} | |
| 1274 | -.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1275 | - padding: 0; | |
| 1276 | - font-size: 11px; | |
| 1277 | - height: 100%; | |
| 1278 | - width: 100%; | |
| 1279 | - border-radius: 0; | |
| 1280 | -} | |
| 1281 | -.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1282 | - background-color: #1f2124; | |
| 1283 | - color: #9DA5AE; | |
| 1284 | -} | |
| 1285 | -.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { | |
| 1286 | - border-inline-end: 1px solid #F0ABFC; | |
| 1287 | -} | |
| 1288 | -.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { | |
| 1289 | - border-inline-end: 1px solid #3f444b; | |
| 1290 | -} | |
| 1291 | -.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1292 | - position: absolute; | |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1295 | - width: 100%; | |
| 1296 | - background-color: #1f2124; | |
| 1297 | - padding: 10px; | |
| 1298 | - box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1299 | - cursor: default; | |
| 1300 | - z-index: 10000; | |
| 1301 | -} | |
| 1302 | -.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1303 | - border-radius: var(--e-border-radius); | |
| 1304 | - overflow: hidden; | |
| 1305 | - border: 1px solid #3f444b; | |
| 1306 | -} | |
| 1307 | -.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1308 | - display: flex; | |
| 1309 | - height: 40px; | |
| 1310 | - color: #D5D8DC; | |
| 1311 | - align-items: center; | |
| 1312 | - -moz-column-gap: 10px; | |
| 1313 | - column-gap: 10px; | |
| 1314 | - padding: 0 20px; | |
| 1315 | - transition: var(--e-a-transition-hover); | |
| 1316 | - cursor: pointer; | |
| 1317 | -} | |
| 1318 | -.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { | |
| 1319 | - cursor: default; | |
| 1320 | - color: #69727D; | |
| 1321 | -} | |
| 1322 | -.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1323 | - border-block-end: 1px solid #3f444b; | |
| 1324 | -} | |
| 1325 | -.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1326 | - background-color: rgba(255, 255, 255, 0.1); | |
| 1327 | -} | |
| 1328 | -.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1329 | - background-color: rgba(255, 255, 255, 0.2); | |
| 1330 | -} | |
| 566 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 567 | + font-size: 13px; } | |
| 568 | + .elementor-editor-active .elementor-panel { | |
| 569 | + left: 0; } | |
| 570 | + @media (max-width: 1439px) { | |
| 571 | + .elementor-editor-preview .elementor-panel { | |
| 572 | + left: -280px; } } | |
| 573 | + @media (min-width: 1440px) { | |
| 574 | + .elementor-editor-preview .elementor-panel { | |
| 575 | + left: -300px; } } | |
| 576 | + .elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 577 | + display: none; } | |
| 578 | + @media (max-width: 1439px) { | |
| 579 | + .elementor-panel { | |
| 580 | + width: 280px; } } | |
| 581 | + @media (min-width: 1440px) { | |
| 582 | + .elementor-panel { | |
| 583 | + width: 300px; } } | |
| 584 | + .elementor-panel .ps-scrollbar-y-rail { | |
| 585 | + z-index: 2; } | |
| 586 | + .elementor-panel ::-moz-selection { | |
| 587 | + background: #5bc0de; | |
| 588 | + color: #ffffff; } | |
| 589 | + .elementor-panel ::selection { | |
| 590 | + background: #5bc0de; | |
| 591 | + color: #ffffff; } | |
| 592 | + .elementor-panel a { | |
| 593 | + color: #93003c; } | |
| 594 | + .elementor-panel h1, | |
| 595 | + .elementor-panel h2, | |
| 596 | + .elementor-panel h3, | |
| 597 | + .elementor-panel h4, | |
| 598 | + .elementor-panel h5, | |
| 599 | + .elementor-panel h6 { | |
| 600 | + font-size: 100%; | |
| 601 | + font-weight: normal; } | |
| 602 | + .elementor-panel abbr, | |
| 603 | + .elementor-panel acronym { | |
| 604 | + border: 0; | |
| 605 | + font-variant: normal; } | |
| 606 | + .elementor-panel sup { | |
| 607 | + vertical-align: text-top; } | |
| 608 | + .elementor-panel sub { | |
| 609 | + vertical-align: text-bottom; } | |
| 610 | + .elementor-panel img { | |
| 611 | + max-width: 100%; | |
| 612 | + height: auto; | |
| 613 | + border: 0; } | |
| 614 | + .elementor-panel ::-moz-focus-inner { | |
| 615 | + padding: 0; | |
| 616 | + border: 0; } | |
| 617 | + .elementor-panel :focus { | |
| 618 | + outline: 0; } | |
| 619 | + .elementor-panel .elementor-panel-box { | |
| 620 | + margin-top: 10px; | |
| 621 | + background-color: #fff; } | |
| 622 | + .elementor-panel .elementor-panel-box-content { | |
| 623 | + padding: 20px 20px 10px; } | |
| 624 | + .elementor-panel .elementor-button { | |
| 625 | + display: inline-block; } | |
| 626 | + .elementor-panel .elementor-panel-alert { | |
| 627 | + background-color: #fcfcfc; | |
| 628 | + padding: 15px; | |
| 629 | + border-left: 3px solid transparent; | |
| 630 | + position: relative; | |
| 631 | + font-size: 12px; | |
| 632 | + font-weight: 300; | |
| 633 | + font-style: italic; | |
| 634 | + line-height: 1.5; | |
| 635 | + text-align: left; | |
| 636 | + -webkit-border-radius: 0 3px 3px 0; | |
| 637 | + border-radius: 0 3px 3px 0; | |
| 638 | + -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 639 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); } | |
| 640 | + .elementor-panel .elementor-panel-alert a { | |
| 641 | + color: inherit; } | |
| 642 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-info { | |
| 643 | + border-color: #71d7f7; | |
| 644 | + background-color: #f3fcff; } | |
| 645 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-success { | |
| 646 | + border-color: #39b54a; } | |
| 647 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { | |
| 648 | + border-color: #fcb92c; } | |
| 649 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { | |
| 650 | + border-color: #d72b3f; } | |
| 651 | + .elementor-panel .elementor-label { | |
| 652 | + display: inline; | |
| 653 | + padding: .2em .6em .3em; | |
| 654 | + font-size: 75%; | |
| 655 | + font-weight: 700; | |
| 656 | + line-height: 1; | |
| 657 | + color: #fff; | |
| 658 | + text-align: center; | |
| 659 | + white-space: nowrap; | |
| 660 | + vertical-align: baseline; | |
| 661 | + -webkit-border-radius: .25em; | |
| 662 | + border-radius: .25em; | |
| 663 | + text-transform: capitalize; } | |
| 664 | + .elementor-panel .elementor-label.elementor-label-default { | |
| 665 | + background-color: #a4afb7; } | |
| 666 | + .elementor-panel .elementor-label.elementor-label-info { | |
| 667 | + background-color: #5bc0de; } | |
| 668 | + .elementor-panel .elementor-label.elementor-label-success { | |
| 669 | + background-color: #5cb85c; } | |
| 670 | + .elementor-panel .elementor-label.elementor-label-warning { | |
| 671 | + background-color: #f0ad4e; } | |
| 672 | + .elementor-panel .elementor-label.elementor-label-danger { | |
| 673 | + background-color: #d9534f; } | |
| 674 | + .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { | |
| 675 | + font-size: 11px; | |
| 676 | + font-style: italic; | |
| 677 | + line-height: 1.4; | |
| 678 | + color: #a4afb7; } | |
| 679 | + .elementor-panel .elementor-controls-popover { | |
| 680 | + display: none; | |
| 681 | + position: absolute; | |
| 682 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 683 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 684 | + -webkit-border-radius: 3px; | |
| 685 | + border-radius: 3px; | |
| 686 | + left: 0; | |
| 687 | + right: 0; | |
| 688 | + margin: -4px auto 5px; | |
| 689 | + padding-top: 15px; | |
| 690 | + width: 90%; | |
| 691 | + z-index: 10000; | |
| 692 | + background-color: #fff; } | |
| 693 | + .elementor-panel .elementor-controls-popover:before { | |
| 694 | + content: ''; | |
| 695 | + position: absolute; | |
| 696 | + top: -16px; | |
| 697 | + right: 22px; | |
| 698 | + border: 8px solid transparent; | |
| 699 | + border-bottom-color: #fff; } | |
| 700 | + .elementor-panel .elementor-controls-popover div.elementor-control { | |
| 701 | + background-color: transparent; } | |
| 702 | + .elementor-panel .elementor-controls-popover div.elementor-control:before { | |
| 703 | + content: none; } | |
| 704 | + .elementor-panel #elementor-controls .pojo-widget-button-collapse { | |
| 705 | + display: none; } | |
| 706 | + .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 707 | + margin-top: 20px; } | |
| 708 | + .elementor-panel #elementor-panel-header { | |
| 709 | + display: table; | |
| 710 | + height: 40px; | |
| 711 | + width: 100%; | |
| 712 | + background-color: #93003c; | |
| 713 | + color: #fff; } | |
| 714 | + .elementor-panel #elementor-panel-header > * { | |
| 715 | + display: table-cell; | |
| 716 | + vertical-align: middle; | |
| 717 | + text-align: center; } | |
| 718 | + .elementor-panel .elementor-header-button { | |
| 719 | + width: 40px; } | |
| 720 | + .elementor-panel .elementor-header-button .elementor-icon { | |
| 721 | + cursor: pointer; | |
| 722 | + display: block; | |
| 723 | + font-size: 19px; | |
| 724 | + height: 40px; | |
| 725 | + line-height: 40px; | |
| 726 | + -webkit-transition: all 0.3s; | |
| 727 | + -o-transition: all 0.3s; | |
| 728 | + transition: all 0.3s; } | |
| 729 | + .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { | |
| 730 | + font-size: 18px; } | |
| 731 | + .elementor-panel .elementor-header-button .elementor-icon:hover { | |
| 732 | + color: #d5dadf; } | |
| 733 | + .elementor-panel #elementor-panel-header-title { | |
| 734 | + font-size: 15px; } | |
| 735 | + .elementor-panel #elementor-panel-header-title img { | |
| 736 | + width: 90px; } | |
| 737 | + .elementor-panel .elementor-panel-category { | |
| 738 | + position: relative; } | |
| 739 | + .elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title { | |
| 740 | + padding-top: 14px; } | |
| 741 | + .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before { | |
| 742 | + -webkit-transform: rotate(90deg); | |
| 743 | + -ms-transform: rotate(90deg); | |
| 744 | + transform: rotate(90deg); } | |
| 745 | + .elementor-panel .elementor-panel-category:not(.elementor-active):after { | |
| 746 | + content: ''; | |
| 747 | + position: absolute; | |
| 748 | + left: 15px; | |
| 749 | + right: 15px; | |
| 750 | + bottom: 0; | |
| 751 | + height: 8px; | |
| 752 | + background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(transparent)); | |
| 753 | + background: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 754 | + background: -o-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 755 | + background: linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 756 | + -webkit-transform: translateY(100%); | |
| 757 | + -ms-transform: translateY(100%); | |
| 758 | + transform: translateY(100%); } | |
| 759 | + .elementor-panel .elementor-panel-category-title { | |
| 760 | + margin: 0 15px; | |
| 761 | + padding: 20px 0; | |
| 762 | + position: relative; | |
| 763 | + text-transform: uppercase; | |
| 764 | + font-size: 11px; | |
| 765 | + cursor: pointer; } | |
| 766 | + .elementor-panel .elementor-panel-category-title:before { | |
| 767 | + content: ""; | |
| 768 | + font-family: eicons; | |
| 769 | + position: absolute; | |
| 770 | + right: 0; | |
| 771 | + -webkit-transition: -webkit-transform .3s; | |
| 772 | + transition: -webkit-transform .3s; | |
| 773 | + -o-transition: transform .3s; | |
| 774 | + transition: transform .3s; | |
| 775 | + transition: transform .3s, -webkit-transform .3s; } | |
| 776 | + .elementor-panel .elementor-panel-category-items { | |
| 777 | + overflow: hidden; | |
| 778 | + padding: 0 5px; | |
| 779 | + display: none; } | |
| 780 | + .elementor-panel .elementor-panel-scheme-title { | |
| 781 | + padding: 10px 20px; | |
| 782 | + margin-top: 10px; } | |
| 783 | + .elementor-panel .elementor-panel-scheme-description { | |
| 784 | + padding: 20px 20px 0; } | |
| 785 | + .elementor-panel .elementor-panel-scheme-buttons { | |
| 786 | + padding: 0 20px; | |
| 787 | + display: table; | |
| 788 | + table-layout: fixed; | |
| 789 | + width: 100%; | |
| 790 | + height: 40px; | |
| 791 | + background-color: #fff; | |
| 792 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 793 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } | |
| 794 | + .elementor-panel .elementor-panel-scheme-buttons .elementor-button { | |
| 795 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 796 | + font-size: 11px; | |
| 797 | + font-weight: 400; } | |
| 798 | + .elementor-panel .elementor-panel-scheme-button-wrapper { | |
| 799 | + display: table-cell; | |
| 800 | + vertical-align: middle; | |
| 801 | + text-align: center; } | |
| 802 | + .elementor-panel .elementor-panel-scheme-button-wrapper:first-child { | |
| 803 | + text-align: left; } | |
| 804 | + .elementor-panel .elementor-panel-scheme-button-wrapper:last-child { | |
| 805 | + text-align: right; } | |
| 806 | + .elementor-panel .elementor-panel-scheme-save .elementor-button { | |
| 807 | + padding: 6px 18px; } | |
| 808 | + .elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button { | |
| 809 | + color: #a4afb7; | |
| 810 | + background: none; } | |
| 811 | + .elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items { | |
| 812 | + position: relative; | |
| 813 | + display: grid; | |
| 814 | + grid-template-columns: repeat(4, 27px); | |
| 815 | + -webkit-box-pack: justify; | |
| 816 | + -ms-flex-pack: justify; | |
| 817 | + justify-content: space-between; } | |
| 818 | + .elementor-panel .elementor-panel-scheme-color-title { | |
| 819 | + text-align: center; | |
| 820 | + text-transform: uppercase; | |
| 821 | + margin: 10px 0; | |
| 822 | + color: #c2cbd2; | |
| 823 | + font-size: 8px; } | |
| 824 | + .elementor-panel .elementor-panel-scheme-typography-item { | |
| 825 | + display: table; | |
| 826 | + table-layout: fixed; | |
| 827 | + width: 100%; | |
| 828 | + margin-bottom: 15px; } | |
| 829 | + .elementor-panel .elementor-panel-scheme-typography-item > * { | |
| 830 | + display: table-cell; | |
| 831 | + vertical-align: middle; } | |
| 832 | + .elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input { | |
| 833 | + width: 100%; } | |
| 834 | + .elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items { | |
| 835 | + display: none; } | |
| 836 | + .elementor-panel .elementor-panel-scheme-color-system-scheme { | |
| 837 | + margin-bottom: 10px; } | |
| 838 | + .elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title { | |
| 839 | + font-size: 11px; | |
| 840 | + color: #a4afb7; | |
| 841 | + font-style: italic; | |
| 842 | + margin-top: 5px; } | |
| 843 | + .elementor-panel .elementor-panel-scheme-color-system-items { | |
| 844 | + display: -webkit-box; | |
| 845 | + display: -ms-flexbox; | |
| 846 | + display: flex; | |
| 847 | + -webkit-transition: border .5s; | |
| 848 | + -o-transition: border .5s; | |
| 849 | + transition: border .5s; | |
| 850 | + overflow: hidden; | |
| 851 | + padding: 3px; | |
| 852 | + -webkit-border-radius: 3px; | |
| 853 | + border-radius: 3px; | |
| 854 | + border: 1px solid #d5dadf; | |
| 855 | + cursor: pointer; } | |
| 856 | + .elementor-panel .elementor-panel-scheme-color-system-items:hover { | |
| 857 | + border: 1px solid #a4afb7; } | |
| 858 | + .elementor-panel .elementor-panel-scheme-color-system-item { | |
| 859 | + height: 20px; | |
| 860 | + -webkit-box-flex: 1; | |
| 861 | + -ms-flex-positive: 1; | |
| 862 | + flex-grow: 1; } | |
| 863 | + .elementor-panel #elementor-panel-schemes-disabled a { | |
| 864 | + color: #39b54a; } | |
| 865 | + .elementor-panel #elementor-panel-schemes-disabled a:hover { | |
| 866 | + text-decoration: underline; } | |
| 867 | + .elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon { | |
| 868 | + margin-top: 20px; } | |
| 869 | + .elementor-panel #elementor-panel-page-menu { | |
| 870 | + padding: 25px 15px; } | |
| 871 | + .elementor-panel .elementor-panel-menu-group-title { | |
| 872 | + text-transform: uppercase; | |
| 873 | + font-size: 11px; } | |
| 874 | + .elementor-panel .elementor-panel-menu-items { | |
| 875 | + margin: 15px 0 25px; | |
| 876 | + -webkit-border-radius: 5px; | |
| 877 | + border-radius: 5px; | |
| 878 | + overflow: hidden; } | |
| 879 | + .elementor-panel .elementor-panel-menu-item { | |
| 880 | + display: table; | |
| 881 | + width: 100%; | |
| 882 | + height: 40px; | |
| 883 | + cursor: pointer; | |
| 884 | + margin-bottom: 1px; | |
| 885 | + background-color: #fff; } | |
| 886 | + .elementor-panel .elementor-panel-menu-item:hover { | |
| 887 | + background-color: rgba(255, 255, 255, 0.8); } | |
| 888 | + .elementor-panel .elementor-panel-menu-item > * { | |
| 889 | + display: table-cell; | |
| 890 | + vertical-align: middle; } | |
| 891 | + .elementor-panel .elementor-panel-menu-item-icon { | |
| 892 | + text-align: center; | |
| 893 | + width: 50px; | |
| 894 | + color: #a4afb7; | |
| 895 | + font-size: 19px; } | |
| 896 | + .elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link { | |
| 897 | + font-size: 18px; } | |
| 898 | + .elementor-panel .elementor-panel-menu-item-title { | |
| 899 | + font-weight: 500; } | |
| 900 | + .elementor-panel .elementor-panel-menu-item-title > span { | |
| 901 | + color: #39b54a; } | |
| 902 | + .elementor-panel .elementor-panel-menu-item a { | |
| 903 | + color: #6d7882; } | |
| 904 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard { | |
| 905 | + background-color: #0085ba; | |
| 906 | + color: #fff; | |
| 907 | + text-transform: uppercase; | |
| 908 | + font-size: 12px; } | |
| 909 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard:hover { | |
| 910 | + background-color: #0073a1; } | |
| 911 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-title, | |
| 912 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-icon { | |
| 913 | + color: #fff; } | |
| 914 | + .elementor-panel .elementor-panel-menu-item-settings-additional-settings { | |
| 915 | + background-color: #f1f3f5; } | |
| 916 | + .elementor-panel .elementor-control.elementor-control-clear_page { | |
| 917 | + background-color: transparent; } | |
| 918 | + .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 919 | + display: -webkit-box; | |
| 920 | + display: -ms-flexbox; | |
| 921 | + display: flex; | |
| 922 | + -webkit-box-align: center; | |
| 923 | + -ms-flex-align: center; | |
| 924 | + align-items: center; | |
| 925 | + -webkit-box-pack: justify; | |
| 926 | + -ms-flex-pack: justify; | |
| 927 | + justify-content: space-between; } | |
| 928 | + .elementor-panel .elementor-panel-navigation { | |
| 929 | + background-color: #ffffff; | |
| 930 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 931 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 932 | + display: table; | |
| 933 | + table-layout: fixed; | |
| 934 | + width: 100%; } | |
| 935 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 936 | + display: table-cell; } | |
| 937 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 938 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 939 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 940 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 941 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 942 | + border-bottom: 3px solid #93003c; } | |
| 943 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a { | |
| 944 | + display: block; | |
| 945 | + text-align: center; | |
| 946 | + padding: 12px 0 8px; | |
| 947 | + font-size: 10px; | |
| 948 | + color: #6d7882; } | |
| 949 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before { | |
| 950 | + font-family: eicons; | |
| 951 | + font-size: 16px; | |
| 952 | + display: block; | |
| 953 | + margin-bottom: 6px; } | |
| 954 | + .elementor-panel .elementor-tab-control-content a:before { | |
| 955 | + content: '\e92c'; } | |
| 956 | + .elementor-panel .elementor-tab-control-style a:before { | |
| 957 | + content: '\e921'; } | |
| 958 | + .elementor-panel .elementor-tab-control-advanced a:before, .elementor-panel .elementor-tab-control-settings a:before, .elementor-panel .elementor-tab-control-general_style a:before { | |
| 959 | + content: '\e916'; } | |
| 960 | + .elementor-panel .elementor-tab-control-responsive a:before { | |
| 961 | + content: '\e885'; } | |
| 962 | + .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before { | |
| 963 | + content: '\e899'; } | |
| 964 | + .elementor-panel .elementor-tab-control-lightbox a:before { | |
| 965 | + content: '\e922'; } | |
| 966 | + .elementor-panel #elementor-panel__editor__help { | |
| 967 | + padding: 50px 25px; | |
| 968 | + display: -webkit-box; | |
| 969 | + display: -ms-flexbox; | |
| 970 | + display: flex; | |
| 971 | + -webkit-box-align: center; | |
| 972 | + -ms-flex-align: center; | |
| 973 | + align-items: center; | |
| 974 | + -webkit-box-pack: center; | |
| 975 | + -ms-flex-pack: center; | |
| 976 | + justify-content: center; } | |
| 977 | + .elementor-panel #elementor-panel__editor__help__link { | |
| 978 | + display: -webkit-inline-box; | |
| 979 | + display: -ms-inline-flexbox; | |
| 980 | + display: inline-flex; | |
| 981 | + -webkit-box-align: center; | |
| 982 | + -ms-flex-align: center; | |
| 983 | + align-items: center; | |
| 984 | + -webkit-box-pack: center; | |
| 985 | + -ms-flex-pack: center; | |
| 986 | + justify-content: center; | |
| 987 | + color: #6d7882; | |
| 988 | + font-size: 12px; | |
| 989 | + font-weight: 500; | |
| 990 | + -webkit-transition: all 0.3s; | |
| 991 | + -o-transition: all 0.3s; | |
| 992 | + transition: all 0.3s; } | |
| 993 | + .elementor-panel #elementor-panel__editor__help__link i { | |
| 994 | + padding: 0 5px; | |
| 995 | + color: #a4afb7; | |
| 996 | + font-size: 18px; | |
| 997 | + position: relative; } | |
| 998 | + .elementor-panel #elementor-panel__editor__help__link i:after { | |
| 999 | + content: ''; | |
| 1000 | + position: absolute; | |
| 1001 | + height: 13px; | |
| 1002 | + width: 13px; | |
| 1003 | + top: 3px; | |
| 1004 | + bottom: 0; | |
| 1005 | + left: 8px; | |
| 1006 | + right: 0; | |
| 1007 | + -webkit-border-radius: 50%; | |
| 1008 | + border-radius: 50%; | |
| 1009 | + z-index: -1; } | |
| 1010 | + .elementor-panel #elementor-panel__editor__help__link:hover { | |
| 1011 | + color: #495157; } | |
| 1012 | + .elementor-panel #elementor-panel__editor__help__link:hover i { | |
| 1013 | + color: #71d7f7; } | |
| 1014 | + .elementor-panel #elementor-panel__editor__help__link:hover i:before { | |
| 1015 | + content: '\e941'; } | |
| 1016 | + .elementor-panel #elementor-panel__editor__help__link:hover i:after { | |
| 1017 | + background: #fff; } | |
| 1018 | + .elementor-panel #elementor-panel-footer { | |
| 1019 | + position: absolute; | |
| 1020 | + bottom: 0; | |
| 1021 | + left: 0; | |
| 1022 | + right: 0; | |
| 1023 | + height: 40px; | |
| 1024 | + background-color: #495157; } | |
| 1025 | + .elementor-panel #elementor-panel-footer-tools { | |
| 1026 | + display: table; | |
| 1027 | + table-layout: fixed; | |
| 1028 | + width: 100%; | |
| 1029 | + height: 100%; } | |
| 1030 | + .elementor-panel .elementor-panel-footer-tool { | |
| 1031 | + display: table-cell; | |
| 1032 | + vertical-align: middle; | |
| 1033 | + text-align: center; | |
| 1034 | + cursor: pointer; | |
| 1035 | + color: #a4afb7; | |
| 1036 | + -webkit-transition: all 0.3s; | |
| 1037 | + -o-transition: all 0.3s; | |
| 1038 | + transition: all 0.3s; } | |
| 1039 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update { | |
| 1040 | + border-right: 1px solid #2d8739; | |
| 1041 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1042 | + border-radius: 3px 0 0 3px; } | |
| 1043 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i { | |
| 1044 | + margin-right: 5px; } | |
| 1045 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options { | |
| 1046 | + float: left; | |
| 1047 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1048 | + border-radius: 0 3px 3px 0; } | |
| 1049 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i { | |
| 1050 | + margin: auto; } | |
| 1051 | + .elementor-panel .elementor-panel-footer-tool.elementor-open { | |
| 1052 | + color: #fff; } | |
| 1053 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover { | |
| 1054 | + color: #d5dadf; } | |
| 1055 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1056 | + display: none; } | |
| 1057 | + .elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1058 | + position: absolute; | |
| 1059 | + bottom: 100%; | |
| 1060 | + left: 0; | |
| 1061 | + width: 100%; | |
| 1062 | + background-color: #556068; | |
| 1063 | + padding: 10px; | |
| 1064 | + -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1065 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1066 | + cursor: default; | |
| 1067 | + z-index: 10000; } | |
| 1068 | + .elementor-panel .elementor-panel-footer-sub-menu { | |
| 1069 | + -webkit-border-radius: 5px; | |
| 1070 | + border-radius: 5px; | |
| 1071 | + overflow: hidden; } | |
| 1072 | + .elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1073 | + background-color: #495157; | |
| 1074 | + display: table; | |
| 1075 | + table-layout: fixed; | |
| 1076 | + width: 100%; | |
| 1077 | + cursor: pointer; } | |
| 1078 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon, | |
| 1079 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title { | |
| 1080 | + color: #6d7882; } | |
| 1081 | + .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1082 | + margin-bottom: 1px; } | |
| 1083 | + .elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1084 | + background-color: rgba(0, 0, 0, 0.2); } | |
| 1085 | + .elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1086 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 1087 | + .elementor-panel .elementor-panel-footer-sub-menu-item > * { | |
| 1088 | + display: table-cell; | |
| 1089 | + height: 40px; | |
| 1090 | + vertical-align: middle; } | |
| 1091 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon { | |
| 1092 | + width: 40px; | |
| 1093 | + color: #a4afb7; } | |
| 1094 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title { | |
| 1095 | + text-align: left; | |
| 1096 | + color: #d5dadf; } | |
| 1097 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description { | |
| 1098 | + width: 95px; | |
| 1099 | + text-align: left; | |
| 1100 | + font-size: 11px; | |
| 1101 | + font-style: italic; | |
| 1102 | + color: #a4afb7; } | |
| 1103 | + .elementor-panel #elementor-panel-footer-help-title { | |
| 1104 | + text-align: left; | |
| 1105 | + padding: 10px 0; | |
| 1106 | + color: #d5dadf; } | |
| 1107 | + .elementor-panel #elementor-panel-footer-responsive > i { | |
| 1108 | + display: block; | |
| 1109 | + height: 100%; | |
| 1110 | + line-height: 40px; } | |
| 1111 | + .elementor-panel #elementor-panel-footer-saver-publish { | |
| 1112 | + width: 80px; } | |
| 1113 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1114 | + margin-right: 0; } | |
| 1115 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1116 | + display: none; } | |
| 1117 | + .elementor-panel #elementor-panel-footer-saver-options { | |
| 1118 | + width: 35px; | |
| 1119 | + border-left: 1px solid #495157; } | |
| 1120 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1121 | + font-size: 11px; | |
| 1122 | + font-style: italic; | |
| 1123 | + color: #a4afb7; | |
| 1124 | + padding: 5px 0 15px; } | |
| 1125 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1126 | + display: none; } | |
| 1127 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1128 | + border-bottom: 1px dotted transparent; | |
| 1129 | + -webkit-transition: all ease-in-out .3s; | |
| 1130 | + -o-transition: all ease-in-out .3s; | |
| 1131 | + transition: all ease-in-out .3s; | |
| 1132 | + cursor: pointer; } | |
| 1133 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1134 | + border-bottom-color: inherit; } | |
| 1135 | + .elementor-panel .elementor-disabled { | |
| 1136 | + cursor: default; } | |
| 1137 | + .elementor-panel #elementor-panel-saver-button-preview a { | |
| 1138 | + color: #a4afb7; } | |
| 1139 | + .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1140 | + font-size: 11px; | |
| 1141 | + text-transform: uppercase; | |
| 1142 | + height: 26px; } | |
| 1143 | + .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1144 | + background-color: #556068; | |
| 1145 | + color: #a4afb7; } | |
| 1146 | + .elementor-panel #elementor-panel-saver-button-publish { | |
| 1147 | + width: 100%; | |
| 1148 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1149 | + border-radius: 3px 0 0 3px; } | |
| 1150 | + .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1151 | + width: 25px; } | |
| 1331 | 1152 | |
| 1332 | 1153 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1333 | 1154 | text-align: center; |
| 1334 | 1155 | padding: 10px 0; |
| 1335 | - font-size: 12px; | |
| 1336 | - cursor: pointer; | |
| 1337 | -} | |
| 1156 | + font-size: 11px; | |
| 1157 | + text-transform: uppercase; | |
| 1158 | + cursor: pointer; } | |
| 1338 | 1159 | |
| 1339 | 1160 | #elementor-panel-elements { |
| 1340 | 1161 | overflow: hidden; |
| 1341 | -} | |
| 1162 | + padding: 0 5px; } | |
| 1342 | 1163 | |
| 1343 | 1164 | #elementor-panel-state-loading { |
| 1344 | - display: none; | |
| 1345 | -} | |
| 1346 | -body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1347 | - position: absolute; | |
| 1348 | - inset: 0; | |
| 1349 | - display: flex; | |
| 1350 | - align-items: center; | |
| 1351 | - justify-content: center; | |
| 1352 | - background-color: rgba(255, 255, 255, 0.5); | |
| 1353 | - z-index: 2; | |
| 1354 | -} | |
| 1355 | -#elementor-panel-state-loading .eicon-loading { | |
| 1356 | - font-size: 25px; | |
| 1357 | - color: var(--e-a-color-txt-accent); | |
| 1358 | -} | |
| 1165 | + display: none; } | |
| 1166 | + body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1167 | + position: absolute; | |
| 1168 | + top: 0; | |
| 1169 | + left: 0; | |
| 1170 | + height: 100%; | |
| 1171 | + width: 100%; | |
| 1172 | + display: -webkit-box; | |
| 1173 | + display: -ms-flexbox; | |
| 1174 | + display: flex; | |
| 1175 | + -webkit-box-align: center; | |
| 1176 | + -ms-flex-align: center; | |
| 1177 | + align-items: center; | |
| 1178 | + -webkit-box-pack: center; | |
| 1179 | + -ms-flex-pack: center; | |
| 1180 | + justify-content: center; | |
| 1181 | + background-color: rgba(255, 255, 255, 0.5); | |
| 1182 | + z-index: 1; } | |
| 1183 | + #elementor-panel-state-loading .eicon-loading { | |
| 1184 | + font-size: 25px; | |
| 1185 | + color: #71d7f7; } | |
| 1359 | 1186 | |
| 1360 | -#elementor-panel-elements-search-area { | |
| 1361 | - background-color: var(--e-a-bg-default); | |
| 1362 | - position: sticky; | |
| 1363 | - inset-block-start: 0; | |
| 1364 | - padding: 15px; | |
| 1365 | - z-index: 1; | |
| 1366 | -} | |
| 1367 | - | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1187 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1188 | position: relative; |
| 1374 | -} | |
| 1189 | + margin: 10px 10px 5px; } | |
| 1375 | 1190 | |
| 1376 | 1191 | #elementor-panel-elements-search-input { |
| 1192 | + background-color: rgba(255, 255, 255, 0.7); | |
| 1377 | 1193 | font-size: 11px; |
| 1378 | - padding-block: 10px; | |
| 1379 | - padding-inline: 29px 10px; | |
| 1194 | + padding: 10px 10px 10px 29px; | |
| 1380 | 1195 | font-style: italic; |
| 1381 | - border: var(--e-a-border-bold); | |
| 1382 | - border-radius: 0; | |
| 1196 | + color: #a4afb7; | |
| 1197 | + border: none; | |
| 1198 | + -webkit-transition: all 1s; | |
| 1199 | + -o-transition: all 1s; | |
| 1383 | 1200 | transition: all 1s; |
| 1201 | + -webkit-border-radius: 3px; | |
| 1202 | + border-radius: 3px; | |
| 1203 | + appearance: none; | |
| 1384 | 1204 | -webkit-appearance: none; |
| 1385 | - -moz-appearance: none; | |
| 1386 | - appearance: none; | |
| 1387 | -} | |
| 1388 | -#elementor-panel-elements-search-input + i { | |
| 1389 | - position: absolute; | |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1392 | - transform: translateY(-50%); | |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | -} | |
| 1395 | -#elementor-panel-elements-search-input:focus { | |
| 1396 | - border-color: var(--e-a-border-color-focus); | |
| 1397 | - padding-inline-end: 15px; | |
| 1398 | -} | |
| 1205 | + -moz-appearance: none; } | |
| 1206 | + #elementor-panel-elements-search-input + i { | |
| 1207 | + position: absolute; | |
| 1208 | + left: 10px; | |
| 1209 | + top: 50%; | |
| 1210 | + color: #a4afb7; | |
| 1211 | + -webkit-transform: translateY(-50%); | |
| 1212 | + -ms-transform: translateY(-50%); | |
| 1213 | + transform: translateY(-50%); } | |
| 1214 | + #elementor-panel-elements-search-input:focus { | |
| 1215 | + background-color: white; | |
| 1216 | + padding-right: 15px; } | |
| 1399 | 1217 | |
| 1400 | -.e-free-badge-container { | |
| 1401 | - flex-grow: 1; | |
| 1402 | - margin-inline-start: 10px; | |
| 1403 | - margin-inline-end: 10px; | |
| 1404 | -} | |
| 1405 | -.e-free-badge-container .e-free-badge { | |
| 1406 | - border-radius: var(--e-a-border-radius); | |
| 1407 | - background-color: var(--e-a-btn-bg); | |
| 1408 | - color: var(--e-a-btn-color-invert); | |
| 1409 | - padding: 3px 5px; | |
| 1410 | -} | |
| 1411 | - | |
| 1412 | 1218 | .elementor-panel .elementor-element { |
| 1413 | - font-family: var(--e-a-font-family); | |
| 1414 | - color: var(--e-a-color-txt); | |
| 1415 | - line-height: 1; | |
| 1416 | - text-align: center; | |
| 1417 | - border: var(--e-a-border-bold); | |
| 1418 | - border-radius: 3px; | |
| 1219 | + -webkit-border-radius: 3px; | |
| 1220 | + border-radius: 3px; | |
| 1221 | + background-color: #fff; | |
| 1419 | 1222 | cursor: move; |
| 1420 | - position: relative; | |
| 1421 | - transition: var(--e-a-transition-hover); | |
| 1422 | - width: 100%; | |
| 1423 | - background-color: transparent; | |
| 1424 | -} | |
| 1425 | -.elementor-panel .elementor-element--promotion .elementor-element { | |
| 1426 | - cursor: pointer; | |
| 1427 | - -webkit-user-select: none; | |
| 1428 | - -moz-user-select: none; | |
| 1429 | - user-select: none; | |
| 1430 | -} | |
| 1431 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1432 | - position: absolute; | |
| 1433 | - inset-block-start: 5px; | |
| 1434 | - inset-inline-end: 5px; | |
| 1435 | - color: var(--e-a-color-txt); | |
| 1436 | -} | |
| 1437 | -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { | |
| 1438 | - background-color: var(--e-a-bg-hover); | |
| 1439 | - border-color: var(--e-a-border-color-bold); | |
| 1440 | -} | |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | - color: var(--e-a-color-accent); | |
| 1443 | -} | |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | -.elementor-panel .elementor-element .icon { | |
| 1448 | - font-size: 28px; | |
| 1449 | - padding-block-start: 15px; | |
| 1450 | -} | |
| 1451 | -.elementor-panel .elementor-element .title-wrapper { | |
| 1452 | - display: flex; | |
| 1453 | - height: 40px; | |
| 1454 | - align-items: center; | |
| 1455 | - justify-content: center; | |
| 1456 | -} | |
| 1457 | -.elementor-panel .elementor-element .title { | |
| 1458 | - font-size: 12px; | |
| 1459 | -} | |
| 1460 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | - position: absolute; | |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1464 | - color: var(--e-a-color-txt-disabled); | |
| 1465 | -} | |
| 1466 | -.elementor-panel .elementor-element:active { | |
| 1467 | - background-color: var(--e-a-bg-hover); | |
| 1468 | - border-color: var(--e-a-border-color-accent); | |
| 1469 | - color: var(--e-a-color-txt-accent); | |
| 1470 | -} | |
| 1223 | + position: relative; } | |
| 1224 | + .elementor-panel .elementor-element-wrapper { | |
| 1225 | + float: left; | |
| 1226 | + width: 50%; | |
| 1227 | + padding: 5px; | |
| 1228 | + text-align: center; | |
| 1229 | + -webkit-box-sizing: border-box; | |
| 1230 | + box-sizing: border-box; } | |
| 1231 | + .elementor-panel .elementor-element--promotion .elementor-element { | |
| 1232 | + cursor: pointer; | |
| 1233 | + -webkit-user-select: none; | |
| 1234 | + -moz-user-select: none; | |
| 1235 | + -ms-user-select: none; | |
| 1236 | + user-select: none; } | |
| 1237 | + .elementor-panel .elementor-element .icon, | |
| 1238 | + .elementor-panel .elementor-element .title { | |
| 1239 | + color: #556068; | |
| 1240 | + -webkit-transition: all 0.3s; | |
| 1241 | + -o-transition: all 0.3s; | |
| 1242 | + transition: all 0.3s; } | |
| 1243 | + .elementor-panel .elementor-element:hover { | |
| 1244 | + -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 1245 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } | |
| 1246 | + .elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title { | |
| 1247 | + color: #93003c; } | |
| 1248 | + .elementor-panel .elementor-element .icon { | |
| 1249 | + font-size: 28px; | |
| 1250 | + padding-top: 15px; } | |
| 1251 | + .elementor-panel .elementor-element .elementor-element-title-wrapper { | |
| 1252 | + display: table; | |
| 1253 | + width: 100%; } | |
| 1254 | + .elementor-panel .elementor-element .title { | |
| 1255 | + font-size: 11px; | |
| 1256 | + display: table-cell; | |
| 1257 | + vertical-align: middle; | |
| 1258 | + height: 40px; } | |
| 1259 | + .elementor-panel .elementor-element > .eicon-lock { | |
| 1260 | + position: absolute; | |
| 1261 | + top: 5px; | |
| 1262 | + right: 5px; | |
| 1263 | + color: #e6e9ec; } | |
| 1471 | 1264 | |
| 1472 | 1265 | #elementor-element--promotion__dialog { |
| 1473 | 1266 | position: absolute; |
| 1474 | 1267 | width: 300px; |
| 1475 | 1268 | z-index: 1; |
| 1476 | - background-color: var(--e-a-bg-default); | |
| 1477 | - box-shadow: var(--e-a-popover-shadow); | |
| 1478 | - border-radius: var(--e-a-border-radius); | |
| 1479 | -} | |
| 1480 | -#elementor-element--promotion__dialog:after { | |
| 1481 | - content: ""; | |
| 1482 | - position: absolute; | |
| 1483 | - inset-block-start: 15px; | |
| 1484 | - inset-inline-end: 100%; | |
| 1485 | - transform: scaleY(0.7); | |
| 1486 | - border: 10px solid transparent; | |
| 1487 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1488 | -} | |
| 1489 | -#elementor-element--promotion__dialog__title { | |
| 1490 | - font-size: 14px; | |
| 1491 | -} | |
| 1492 | -#elementor-element--promotion__dialog .dialog-header { | |
| 1493 | - display: flex; | |
| 1494 | - padding: 20px; | |
| 1495 | - border-block-end: var(--e-a-border); | |
| 1496 | - font-weight: 500; | |
| 1497 | -} | |
| 1498 | -#elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1499 | - flex-grow: 1; | |
| 1500 | - margin-inline-start: 10px; | |
| 1501 | - font-size: 14px; | |
| 1502 | - color: var(--e-a-color-accent); | |
| 1503 | -} | |
| 1504 | -#elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1505 | - cursor: pointer; | |
| 1506 | - color: var(--e-a-color-txt-disabled); | |
| 1507 | -} | |
| 1508 | -#elementor-element--promotion__dialog .dialog-header .eicon-close:hover { | |
| 1509 | - color: var(--e-a-color-txt-muted); | |
| 1510 | -} | |
| 1511 | -#elementor-element--promotion__dialog .dialog-message { | |
| 1512 | - padding: 20px; | |
| 1513 | -} | |
| 1514 | -#elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1515 | - padding: 0 20px 20px; | |
| 1516 | -} | |
| 1517 | -#elementor-element--promotion__dialog .dialog-button { | |
| 1518 | - padding: 7px 25px; | |
| 1519 | - font-size: 12px; | |
| 1520 | -} | |
| 1269 | + background-color: #fff; | |
| 1270 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1271 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1272 | + -webkit-border-radius: 3px; | |
| 1273 | + border-radius: 3px; } | |
| 1274 | + #elementor-element--promotion__dialog:after { | |
| 1275 | + content: ''; | |
| 1276 | + position: absolute; | |
| 1277 | + top: 15px; | |
| 1278 | + right: 100%; | |
| 1279 | + -webkit-transform: scaleY(0.7); | |
| 1280 | + -ms-transform: scaleY(0.7); | |
| 1281 | + transform: scaleY(0.7); | |
| 1282 | + border: 10px solid transparent; | |
| 1283 | + border-right-color: #fff; } | |
| 1284 | + #elementor-element--promotion__dialog__title { | |
| 1285 | + font-size: 14px; } | |
| 1286 | + #elementor-element--promotion__dialog .dialog-header { | |
| 1287 | + display: -webkit-box; | |
| 1288 | + display: -ms-flexbox; | |
| 1289 | + display: flex; | |
| 1290 | + padding: 20px; | |
| 1291 | + color: #495157; | |
| 1292 | + border-bottom: 1px solid #e6e9ec; | |
| 1293 | + font-weight: 500; } | |
| 1294 | + #elementor-element--promotion__dialog .dialog-header i { | |
| 1295 | + color: #a4afb7; } | |
| 1296 | + #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1297 | + -webkit-box-flex: 1; | |
| 1298 | + -ms-flex-positive: 1; | |
| 1299 | + flex-grow: 1; | |
| 1300 | + margin-left: 10px; | |
| 1301 | + font-size: 14px; } | |
| 1302 | + #elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1303 | + cursor: pointer; } | |
| 1304 | + #elementor-element--promotion__dialog .dialog-message { | |
| 1305 | + padding: 20px; } | |
| 1306 | + #elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1307 | + padding: 0 20px 20px 20px; } | |
| 1308 | + #elementor-element--promotion__dialog .dialog-button { | |
| 1309 | + width: 100%; | |
| 1310 | + padding: 6.5px; | |
| 1311 | + font-size: 12px; } | |
| 1312 | + #elementor-element--promotion__dialog .dialog-button::-moz-focus-inner { | |
| 1313 | + border: 0; } | |
| 1521 | 1314 | |
| 1522 | -.dialog-tooltip-widget { | |
| 1523 | - position: absolute; | |
| 1524 | - width: 300px; | |
| 1525 | - z-index: 1; | |
| 1526 | - background-color: var(--e-a-bg-default); | |
| 1527 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1528 | - border-radius: 3px; | |
| 1529 | -} | |
| 1530 | -.dialog-tooltip-widget:after { | |
| 1531 | - content: ""; | |
| 1532 | - position: absolute; | |
| 1533 | - inset-block-start: 15px; | |
| 1534 | - inset-inline-end: 100%; | |
| 1535 | - transform: scaleY(0.7); | |
| 1536 | - border: 10px solid transparent; | |
| 1537 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1538 | -} | |
| 1539 | -.dialog-tooltip-widget__title { | |
| 1540 | - font-size: 14px; | |
| 1541 | -} | |
| 1542 | -.dialog-tooltip-widget .dialog-tooltip-header { | |
| 1543 | - display: flex; | |
| 1544 | - padding: 20px 20px 0; | |
| 1545 | - color: var(--e-a-color-txt); | |
| 1546 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1547 | - font-weight: 500; | |
| 1548 | -} | |
| 1549 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { | |
| 1550 | - flex-grow: 1; | |
| 1551 | - margin-inline-start: 10px; | |
| 1552 | - font-size: 14px; | |
| 1553 | - color: #93003f; | |
| 1554 | -} | |
| 1555 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-close { | |
| 1556 | - cursor: pointer; | |
| 1557 | - margin-inline-start: auto; | |
| 1558 | - color: var(--e-a-color-txt); | |
| 1559 | -} | |
| 1560 | -.dialog-tooltip-widget .dialog-tooltip-message { | |
| 1561 | - padding: 20px; | |
| 1562 | -} | |
| 1563 | -.dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { | |
| 1564 | - padding: 0 20px 20px 20px; | |
| 1565 | - text-align: end; | |
| 1566 | -} | |
| 1567 | -.dialog-tooltip-widget .dialog-tooltip-button { | |
| 1568 | - padding: 7px 25px; | |
| 1569 | - font-size: 12px; | |
| 1570 | -} | |
| 1571 | -.dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { | |
| 1572 | - border: 0; | |
| 1573 | -} | |
| 1574 | - | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | 1315 | #elementor-panel-inner { |
| 1620 | 1316 | position: relative; |
| 1621 | 1317 | height: 100%; |
| 1622 | - display: flex; | |
| 1623 | - flex-direction: column; | |
| 1624 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); | |
| 1625 | -} | |
| 1318 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1319 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } | |
| 1626 | 1320 | |
| 1627 | 1321 | #elementor-panel-content-wrapper { |
| 1628 | - position: relative; | |
| 1629 | - width: 100%; | |
| 1630 | - flex: 1; | |
| 1631 | -} | |
| 1322 | + position: absolute; | |
| 1323 | + bottom: 40px; | |
| 1324 | + top: 40px; | |
| 1325 | + left: 0; | |
| 1326 | + width: 100%; } | |
| 1632 | 1327 | |
| 1633 | 1328 | .elementor-panel-container { |
| 1634 | 1329 | clear: both; |
| 1635 | - padding-inline-start: 15px; | |
| 1636 | - padding-inline-end: 15px; | |
| 1637 | -} | |
| 1330 | + padding-left: 15px; | |
| 1331 | + padding-right: 15px; } | |
| 1638 | 1332 | |
| 1639 | -#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1640 | - margin-block-start: 10px; | |
| 1641 | -} | |
| 1642 | -#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1643 | - margin-block-start: 20px; | |
| 1644 | -} | |
| 1333 | +.media-modal.wp-core-ui input { | |
| 1334 | + width: auto; } | |
| 1645 | 1335 | |
| 1646 | -#elementor-panel-get-pro-elements-sticky { | |
| 1647 | - position: sticky; | |
| 1648 | - inset-block-end: 0; | |
| 1649 | - font-size: 14px; | |
| 1650 | - font-weight: 400; | |
| 1651 | - line-height: 1.6; | |
| 1652 | - margin-block-end: -10px; | |
| 1653 | -} | |
| 1654 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1655 | - margin-block-start: -14px; | |
| 1656 | - min-height: 40px; | |
| 1657 | - display: block; | |
| 1658 | - padding: 9px min(35px, 5%); | |
| 1659 | - gap: 10px; | |
| 1660 | - background-color: var(--e-a-color-white); | |
| 1661 | - color: var(--e-a-color-black); | |
| 1662 | - text-align: center; | |
| 1663 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1664 | -} | |
| 1665 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1666 | - display: inline-block; | |
| 1667 | - font-size: 13px; | |
| 1668 | - font-weight: 500; | |
| 1669 | - color: var(--e-a-btn-bg-accent); | |
| 1670 | -} | |
| 1671 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1672 | - margin-inline-start: 17px; | |
| 1673 | -} | |
| 1336 | +.media-modal.wp-core-ui select { | |
| 1337 | + width: initial; } | |
| 1674 | 1338 | |
| 1675 | -#elementor-panel-notice-wrapper .elementor-panel-notice { | |
| 1676 | - width: 90%; | |
| 1677 | - margin: 0 auto; | |
| 1678 | - font-style: unset; | |
| 1679 | - margin-block-end: 15px; | |
| 1680 | -} | |
| 1681 | -#elementor-panel-notice-wrapper .elementor-panel-notice a { | |
| 1682 | - font-weight: bold; | |
| 1683 | - font-style: italic; | |
| 1684 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1685 | - display: inline-block; | |
| 1686 | -} | |
| 1339 | +.media-modal.wp-core-ui fieldset { | |
| 1340 | + padding: 0; | |
| 1341 | + border: 0; } | |
| 1687 | 1342 | |
| 1688 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1689 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1690 | - position: relative; | |
| 1691 | -} | |
| 1692 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1693 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1694 | - position: absolute; | |
| 1695 | - content: ""; | |
| 1696 | - display: block; | |
| 1697 | - background: var(--e-a-color-primary); | |
| 1698 | - border-radius: 50%; | |
| 1699 | - width: 8px; | |
| 1700 | - height: 8px; | |
| 1701 | - inset-block-start: 5px; | |
| 1702 | - inset-inline-end: 5px; | |
| 1703 | -} | |
| 1343 | +.media-modal.wp-core-ui .wp-clearfix::after { | |
| 1344 | + content: ''; | |
| 1345 | + display: table; | |
| 1346 | + clear: both; } | |
| 1704 | 1347 | |
| 1705 | -.media-modal.wp-core-ui { | |
| 1706 | - color-scheme: light; | |
| 1707 | - color: #515962; | |
| 1708 | -} | |
| 1709 | -.media-modal.wp-core-ui select { | |
| 1710 | - width: initial; | |
| 1711 | - padding-inline: 8px; | |
| 1712 | -} | |
| 1713 | -.media-modal.wp-core-ui fieldset { | |
| 1714 | - padding: 0; | |
| 1715 | - border: 0; | |
| 1716 | -} | |
| 1348 | +#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1349 | + margin-top: 10px; } | |
| 1717 | 1350 | |
| 1351 | +#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1352 | + margin-top: 20px; } | |
| 1353 | + | |
| 1718 | 1354 | .elementor-control { |
| 1719 | 1355 | --control-title-size: 12px; |
| 1356 | + background-color: #fff; | |
| 1720 | 1357 | position: relative; |
| 1721 | - padding: 0 20px 15px; | |
| 1722 | -} | |
| 1723 | -.elementor-control a { | |
| 1724 | - font-weight: 500; | |
| 1725 | - text-decoration: none; | |
| 1726 | - border-block-end: 1px dotted transparent; | |
| 1727 | - transition: all ease-in-out 0.3s; | |
| 1728 | -} | |
| 1729 | -.elementor-control a:hover { | |
| 1730 | - border-block-end-color: inherit; | |
| 1731 | -} | |
| 1732 | -.elementor-control .elementor-control-content { | |
| 1733 | - display: flex; | |
| 1734 | - flex-direction: column; | |
| 1735 | -} | |
| 1736 | -.elementor-control .elementor-control-title { | |
| 1737 | - font-size: var(--control-title-size); | |
| 1738 | - line-height: 1; | |
| 1739 | - margin-inline-end: 5px; | |
| 1740 | -} | |
| 1741 | -.elementor-control .elementor-control-title:empty { | |
| 1742 | - display: none; | |
| 1743 | -} | |
| 1744 | -.elementor-control .elementor-control-spinner { | |
| 1745 | - display: flex; | |
| 1746 | - align-items: center; | |
| 1747 | -} | |
| 1748 | -.elementor-control.elementor-control-type-divider { | |
| 1749 | - padding: 0; | |
| 1750 | -} | |
| 1751 | -.elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1752 | - margin-inline: 20px; | |
| 1753 | - border-width: 0; | |
| 1754 | - border-block-start: var(--e-a-border); | |
| 1755 | - background-color: var(--e-a-bg-default); | |
| 1756 | - height: 15px; | |
| 1757 | -} | |
| 1758 | -.elementor-control.elementor-control-separator-before { | |
| 1759 | - padding-block-start: 15px; | |
| 1760 | -} | |
| 1761 | -.elementor-control.elementor-control-separator-before:before { | |
| 1762 | - content: ""; | |
| 1763 | - position: absolute; | |
| 1764 | - inset: 0 20px auto; | |
| 1765 | - height: 1px; | |
| 1766 | - background-color: var(--e-a-border-color); | |
| 1767 | -} | |
| 1768 | -.elementor-control.elementor-control-separator-after { | |
| 1769 | - padding-block-end: 15px; | |
| 1770 | -} | |
| 1771 | -.elementor-control.elementor-control-separator-after:after { | |
| 1772 | - content: ""; | |
| 1773 | - position: absolute; | |
| 1774 | - inset: auto 20px 0; | |
| 1775 | - height: 1px; | |
| 1776 | - background-color: var(--e-a-border-color); | |
| 1777 | -} | |
| 1778 | -.elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { | |
| 1779 | - padding-block-start: 15px; | |
| 1780 | -} | |
| 1781 | -.elementor-control.elementor-control-deprecated { | |
| 1782 | - color: var(--e-a-color-warning); | |
| 1783 | -} | |
| 1784 | -.elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1785 | - color: var(--e-a-color-warning); | |
| 1786 | -} | |
| 1787 | -.elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1788 | - display: none; | |
| 1789 | -} | |
| 1790 | -.elementor-control.elementor-hidden-control { | |
| 1791 | - display: none; | |
| 1792 | -} | |
| 1793 | -.elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1794 | - font-weight: bold; | |
| 1795 | - margin: 0; | |
| 1796 | -} | |
| 1797 | -body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1798 | - display: none; | |
| 1799 | -} | |
| 1800 | -body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1801 | - display: none; | |
| 1802 | -} | |
| 1803 | -body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1804 | - display: none; | |
| 1805 | -} | |
| 1806 | -body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1807 | - display: none; | |
| 1808 | -} | |
| 1809 | -body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1810 | - display: none; | |
| 1811 | -} | |
| 1812 | -body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1813 | - display: none; | |
| 1814 | -} | |
| 1815 | -body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1816 | - display: none; | |
| 1817 | -} | |
| 1818 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1819 | - padding: 4px; | |
| 1820 | -} | |
| 1821 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1822 | - aspect-ratio: 4/1; | |
| 1823 | - -o-object-fit: cover; | |
| 1824 | - object-fit: cover; | |
| 1825 | - -o-object-position: center; | |
| 1826 | - object-position: center; | |
| 1827 | -} | |
| 1828 | -.elementor-control-shape_divider_bottom img { | |
| 1829 | - rotate: X 180deg; | |
| 1830 | -} | |
| 1831 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1832 | - margin-block-start: 5px; | |
| 1833 | -} | |
| 1358 | + padding: 0 20px 15px; } | |
| 1359 | + .elementor-control a { | |
| 1360 | + font-weight: 500; | |
| 1361 | + text-decoration: none; | |
| 1362 | + border-bottom: 1px dotted transparent; | |
| 1363 | + -webkit-transition: all ease-in-out .3s; | |
| 1364 | + -o-transition: all ease-in-out .3s; | |
| 1365 | + transition: all ease-in-out .3s; } | |
| 1366 | + .elementor-control a:hover { | |
| 1367 | + border-bottom-color: inherit; } | |
| 1368 | + .elementor-control .elementor-control-content { | |
| 1369 | + display: -webkit-box; | |
| 1370 | + display: -ms-flexbox; | |
| 1371 | + display: flex; | |
| 1372 | + -webkit-box-orient: vertical; | |
| 1373 | + -webkit-box-direction: normal; | |
| 1374 | + -ms-flex-direction: column; | |
| 1375 | + flex-direction: column; } | |
| 1376 | + .elementor-control .elementor-control-title { | |
| 1377 | + font-size: var(--control-title-size); | |
| 1378 | + line-height: 1; | |
| 1379 | + margin-right: 5px; } | |
| 1380 | + .elementor-control .elementor-control-spinner { | |
| 1381 | + display: -webkit-box; | |
| 1382 | + display: -ms-flexbox; | |
| 1383 | + display: flex; | |
| 1384 | + -webkit-box-align: center; | |
| 1385 | + -ms-flex-align: center; | |
| 1386 | + align-items: center; } | |
| 1387 | + .elementor-control.elementor-control-type-divider { | |
| 1388 | + padding: 0; | |
| 1389 | + background-color: transparent; } | |
| 1390 | + .elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1391 | + border-width: 0; | |
| 1392 | + border-color: #e6e9ec; | |
| 1393 | + border-style: solid; | |
| 1394 | + border-top-width: 1px; | |
| 1395 | + background-color: #ffffff; | |
| 1396 | + height: 15px; } | |
| 1397 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 1398 | + margin-top: 15px; } | |
| 1399 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 1400 | + content: ''; | |
| 1401 | + height: 1px; | |
| 1402 | + display: block; | |
| 1403 | + margin-bottom: 15px; | |
| 1404 | + background-color: transparent; } | |
| 1405 | + .elementor-control.elementor-control-separator-before { | |
| 1406 | + padding-top: 15px; } | |
| 1407 | + .elementor-control.elementor-control-separator-before:before { | |
| 1408 | + content: ''; | |
| 1409 | + position: absolute; | |
| 1410 | + height: 1px; | |
| 1411 | + width: 100%; | |
| 1412 | + top: 0; | |
| 1413 | + left: 0; | |
| 1414 | + background-color: #e6e9ec; } | |
| 1415 | + .elementor-control.elementor-control-separator-after:after { | |
| 1416 | + content: ''; | |
| 1417 | + position: absolute; | |
| 1418 | + height: 1px; | |
| 1419 | + width: 100%; | |
| 1420 | + bottom: 0; | |
| 1421 | + left: 0; | |
| 1422 | + background-color: #e6e9ec; } | |
| 1423 | + .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { | |
| 1424 | + padding-top: 15px; } | |
| 1425 | + .elementor-control.elementor-control-deprecated { | |
| 1426 | + color: #b01b1b; } | |
| 1427 | + .elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1428 | + color: #b01b1b; } | |
| 1429 | + .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1430 | + display: none; } | |
| 1431 | + .elementor-control.elementor-hidden-control { | |
| 1432 | + display: none; } | |
| 1433 | + .elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1434 | + font-weight: bold; | |
| 1435 | + margin: 0; } | |
| 1436 | + body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1437 | + display: none; } | |
| 1438 | + body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1439 | + display: none; } | |
| 1440 | + body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1441 | + display: none; } | |
| 1442 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 1443 | + position: relative; } | |
| 1444 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 1445 | + appearance: none; | |
| 1446 | + -webkit-appearance: none; | |
| 1447 | + -moz-appearance: none; | |
| 1448 | + font-size: 12px; | |
| 1449 | + font-family: inherit; | |
| 1450 | + font-weight: inherit; | |
| 1451 | + font-style: inherit; | |
| 1452 | + text-transform: inherit; | |
| 1453 | + letter-spacing: inherit; | |
| 1454 | + line-height: inherit; | |
| 1455 | + -ms-flex-preferred-size: 100%; | |
| 1456 | + flex-basis: 100%; | |
| 1457 | + padding-left: 5px; | |
| 1458 | + padding-right: 20px; | |
| 1459 | + cursor: pointer; } | |
| 1460 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 1461 | + font-family: eicons; | |
| 1462 | + content: '\e8ad'; | |
| 1463 | + font-size: 12px; | |
| 1464 | + position: absolute; | |
| 1465 | + top: 50%; | |
| 1466 | + -webkit-transform: translateY(-50%); | |
| 1467 | + -ms-transform: translateY(-50%); | |
| 1468 | + transform: translateY(-50%); | |
| 1469 | + right: 5px; | |
| 1470 | + pointer-events: none; } | |
| 1471 | + .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1472 | + margin-top: 5px; } | |
| 1473 | + .elementor-control.elementor-control-custom_css_title { | |
| 1474 | + font-size: 12px; } | |
| 1834 | 1475 | |
| 1835 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1836 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1837 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1838 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1839 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1840 | - transform: rotate(90deg); | |
| 1841 | -} | |
| 1842 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1843 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1844 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1845 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1846 | -} | |
| 1476 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 1477 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 1478 | + content: '\e92a'; } | |
| 1847 | 1479 | |
| 1480 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 1481 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 1482 | + content: ""; } | |
| 1483 | + | |
| 1848 | 1484 | .elementor-panel-heading { |
| 1849 | - display: flex; | |
| 1850 | - align-items: center; | |
| 1851 | - gap: 5px; | |
| 1852 | - height: 48px; | |
| 1853 | - padding-inline: 20px; | |
| 1485 | + display: table; | |
| 1486 | + table-layout: fixed; | |
| 1487 | + height: 40px; | |
| 1488 | + padding: 0 20px; | |
| 1854 | 1489 | width: 100%; |
| 1855 | - border: 0; | |
| 1856 | - border-block-start: var(--e-a-border); | |
| 1857 | - border-block-start-width: 2px; | |
| 1858 | - background-color: transparent; | |
| 1859 | - color: var(--e-a-color-txt-accent); | |
| 1860 | - cursor: pointer; | |
| 1861 | -} | |
| 1862 | -.elementor-panel-heading-toggle { | |
| 1863 | - width: 10px; | |
| 1864 | - display: flex; | |
| 1865 | - flex-direction: column; | |
| 1866 | - align-items: center; | |
| 1867 | -} | |
| 1868 | -.elementor-panel-heading-title { | |
| 1869 | - font-weight: bold; | |
| 1870 | -} | |
| 1871 | -.elementor-panel-heading-category-chip { | |
| 1872 | - margin-inline-start: auto; | |
| 1873 | - background-color: var(--e-a-bg-chip); | |
| 1874 | - border-radius: 100px; | |
| 1875 | - padding: 5px 8px; | |
| 1876 | -} | |
| 1877 | -.elementor-panel-heading-category-chip i { | |
| 1878 | - margin-inline-start: 4px; | |
| 1879 | -} | |
| 1880 | -.elementor-panel-heading-promotion { | |
| 1881 | - margin-inline-start: auto; | |
| 1882 | -} | |
| 1883 | -.elementor-panel-heading-promotion a { | |
| 1884 | - color: var(--e-a-color-accent-promotion); | |
| 1885 | - font-family: "Roboto", sans-serif; | |
| 1886 | - font-weight: 500; | |
| 1887 | - font-size: 13px; | |
| 1888 | -} | |
| 1889 | -.elementor-panel-heading-promotion a i { | |
| 1890 | - margin-inline-end: 4px; | |
| 1891 | - font-size: 14px; | |
| 1892 | -} | |
| 1893 | -.elementor-panel-heading-promotion a:hover { | |
| 1894 | - color: var(--e-a-color-accent-promotion); | |
| 1895 | -} | |
| 1896 | -.elementor-panel-heading:focus-visible { | |
| 1897 | - color: var(--e-a-color-txt-hover); | |
| 1898 | -} | |
| 1490 | + border-bottom: 1px solid #e6e9ec; | |
| 1491 | + cursor: pointer; } | |
| 1492 | + .elementor-panel-heading > * { | |
| 1493 | + display: table-cell; | |
| 1494 | + vertical-align: middle; } | |
| 1495 | + .elementor-panel-heading-toggle { | |
| 1496 | + width: 20px; | |
| 1497 | + color: #495157; } | |
| 1498 | + .elementor-panel-heading-title { | |
| 1499 | + color: #495157; | |
| 1500 | + font-weight: bold; } | |
| 1899 | 1501 | |
| 1900 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1901 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1902 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1903 | - border-block-start: none; | |
| 1904 | -} | |
| 1502 | +.elementor-control-wp { | |
| 1503 | + line-height: 1.5; } | |
| 1504 | + .elementor-control-wp p { | |
| 1505 | + margin: 15px 0; } | |
| 1905 | 1506 | |
| 1906 | 1507 | .elementor-control-field { |
| 1508 | + display: -webkit-box; | |
| 1509 | + display: -ms-flexbox; | |
| 1907 | 1510 | display: flex; |
| 1908 | - align-items: center; | |
| 1909 | -} | |
| 1511 | + -webkit-box-align: center; | |
| 1512 | + -ms-flex-align: center; | |
| 1513 | + align-items: center; } | |
| 1910 | 1514 | |
| 1911 | 1515 | .elementor-label-block > .elementor-control-content > .elementor-control-field { |
| 1912 | - flex-wrap: wrap; | |
| 1913 | -} | |
| 1914 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1915 | - width: 100%; | |
| 1916 | - max-width: 100%; | |
| 1917 | - margin-block-start: 10px; | |
| 1918 | -} | |
| 1919 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { | |
| 1920 | - width: auto; | |
| 1921 | - flex: 1 1 27px; | |
| 1922 | - display: flex; | |
| 1923 | - align-items: center; | |
| 1924 | - justify-content: center; | |
| 1925 | -} | |
| 1516 | + -ms-flex-wrap: wrap; | |
| 1517 | + flex-wrap: wrap; } | |
| 1518 | + .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1519 | + width: 100%; | |
| 1520 | + margin-top: 10px; } | |
| 1521 | + | |
| 1926 | 1522 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1927 | - margin-block-start: 0; | |
| 1928 | -} | |
| 1523 | + margin-top: 0; } | |
| 1524 | + | |
| 1929 | 1525 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1930 | - margin-block-start: 0; | |
| 1931 | -} | |
| 1526 | + margin-top: 0; } | |
| 1932 | 1527 | |
| 1933 | 1528 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 1934 | - flex-shrink: 0; | |
| 1935 | - max-width: 60%; | |
| 1936 | -} | |
| 1529 | + -ms-flex-negative: 0; | |
| 1530 | + flex-shrink: 0; } | |
| 1531 | + | |
| 1937 | 1532 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1938 | - margin-inline-start: auto; | |
| 1939 | -} | |
| 1533 | + margin-left: auto; } | |
| 1940 | 1534 | |
| 1941 | 1535 | .elementor-control-field-description { |
| 1942 | - margin-block-start: 10px; | |
| 1943 | -} | |
| 1536 | + margin-top: 10px; } | |
| 1944 | 1537 | |
| 1945 | 1538 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1946 | - margin-block-start: 0; | |
| 1947 | -} | |
| 1539 | + margin-top: 0; } | |
| 1948 | 1540 | |
| 1949 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1950 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1951 | -.elementor-control-start-end .eicon-h-align-left, | |
| 1952 | -.elementor-control-start-end .eicon-h-align-right { | |
| 1953 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1954 | -} | |
| 1541 | +.elementor-required { | |
| 1542 | + color: #b01b1b; } | |
| 1955 | 1543 | |
| 1956 | -.elementor-update-preview { | |
| 1957 | - margin: 15px 15px 0; | |
| 1958 | - display: flex; | |
| 1959 | - align-items: center; | |
| 1960 | -} | |
| 1544 | +.elementor-units-choices { | |
| 1545 | + -webkit-box-flex: 1; | |
| 1546 | + -ms-flex-positive: 1; | |
| 1547 | + flex-grow: 1; | |
| 1548 | + text-align: right; } | |
| 1549 | + .elementor-units-choices input { | |
| 1550 | + display: none; } | |
| 1551 | + .elementor-units-choices input:not(:checked) + label { | |
| 1552 | + color: #a4afb7; } | |
| 1553 | + .elementor-units-choices input:checked + label { | |
| 1554 | + text-decoration: underline; } | |
| 1555 | + .elementor-units-choices label { | |
| 1556 | + cursor: pointer; | |
| 1557 | + padding: 0 2px; | |
| 1558 | + text-transform: uppercase; | |
| 1559 | + font-size: 9px; } | |
| 1961 | 1560 | |
| 1962 | -.elementor-update-preview-button-wrapper { | |
| 1963 | - flex-grow: 1; | |
| 1964 | - text-align: end; | |
| 1965 | -} | |
| 1966 | - | |
| 1967 | -.elementor-update-preview-button { | |
| 1968 | - padding: 8px 15px; | |
| 1969 | -} | |
| 1970 | - | |
| 1971 | -.elementor-control-direction-ltr input, | |
| 1972 | -.elementor-control-direction-ltr textarea { | |
| 1973 | - direction: ltr; | |
| 1974 | -} | |
| 1975 | -.elementor-control-direction-rtl input, | |
| 1976 | -.elementor-control-direction-rtl textarea { | |
| 1977 | - direction: rtl; | |
| 1978 | -} | |
| 1979 | - | |
| 1980 | 1561 | .elementor-control-responsive-switchers { |
| 1981 | 1562 | --selected-option: 0; |
| 1982 | 1563 | --pointer-position: var(--selected-option); |
| 1983 | 1564 | position: relative; |
| 1984 | - width: 2.5em; | |
| 1985 | - height: 2.5em; | |
| 1986 | - margin: calc(-2.5em + 12px) 0; | |
| 1987 | - margin-inline-end: 5px; | |
| 1988 | -} | |
| 1989 | -.elementor-control-responsive-switchers__holder { | |
| 1990 | - position: absolute; | |
| 1991 | - width: 100%; | |
| 1992 | - inset-block-start: 0; | |
| 1993 | - background-color: var(--e-a-bg-default); | |
| 1994 | - border-radius: var(--e-a-border-radius); | |
| 1995 | - transition: 0.15s; | |
| 1996 | - border: 1px solid transparent; | |
| 1997 | -} | |
| 1998 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1999 | - z-index: 11000; | |
| 2000 | -} | |
| 2001 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2002 | - height: 2.5em; | |
| 2003 | - transform: scale(1); | |
| 2004 | - opacity: 1; | |
| 2005 | -} | |
| 2006 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2007 | - color: var(--e-a-color-primary-bold); | |
| 2008 | -} | |
| 2009 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2010 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2011 | -} | |
| 1565 | + width: 2em; | |
| 1566 | + height: 2em; | |
| 1567 | + margin: calc( -2em + var(--control-title-size)) 0; | |
| 1568 | + margin-right: 5px; } | |
| 1569 | + .elementor-control-responsive-switchers__holder { | |
| 1570 | + position: absolute; | |
| 1571 | + width: 100%; | |
| 1572 | + top: 0; | |
| 1573 | + background-color: #fff; | |
| 1574 | + -webkit-border-radius: 3px; | |
| 1575 | + border-radius: 3px; | |
| 1576 | + -webkit-transition: 0.15s; | |
| 1577 | + -o-transition: 0.15s; | |
| 1578 | + transition: 0.15s; | |
| 1579 | + border: 1px transparent solid; } | |
| 1580 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1581 | + z-index: 11000; } | |
| 1582 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 1583 | + height: 2em; | |
| 1584 | + -webkit-transform: scale(1); | |
| 1585 | + -ms-transform: scale(1); | |
| 1586 | + transform: scale(1); | |
| 1587 | + opacity: 1; } | |
| 1588 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 1589 | + color: #71d7f7; } | |
| 1590 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 1591 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 1592 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 1593 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2012 | 1594 | |
| 2013 | 1595 | .elementor-responsive-switcher { |
| 2014 | - all: unset; | |
| 1596 | + display: -webkit-box; | |
| 1597 | + display: -ms-flexbox; | |
| 2015 | 1598 | display: flex; |
| 2016 | - align-items: center; | |
| 2017 | - justify-content: center; | |
| 1599 | + -webkit-box-align: center; | |
| 1600 | + -ms-flex-align: center; | |
| 1601 | + align-items: center; | |
| 1602 | + -webkit-box-pack: center; | |
| 1603 | + -ms-flex-pack: center; | |
| 1604 | + justify-content: center; | |
| 2018 | 1605 | position: relative; |
| 2019 | 1606 | z-index: 2; |
| 2020 | 1607 | cursor: pointer; |
| 2021 | 1608 | height: 0; |
| 2022 | - width: 100%; | |
| 2023 | - transform: scale(0); | |
| 1609 | + -webkit-transform: scale(0); | |
| 1610 | + -ms-transform: scale(0); | |
| 1611 | + transform: scale(0); | |
| 2024 | 1612 | opacity: 0; |
| 1613 | + -webkit-transition: 0.15s; | |
| 1614 | + -o-transition: 0.15s; | |
| 2025 | 1615 | transition: 0.15s; |
| 2026 | - font-size: 12px; | |
| 2027 | - color: inherit; | |
| 2028 | -} | |
| 2029 | -.elementor-responsive-switcher:hover { | |
| 2030 | - color: var(--e-a-color-primary-bold); | |
| 2031 | -} | |
| 1616 | + font-size: 12px; } | |
| 2032 | 1617 | |
| 2033 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2034 | - height: 2.5em; | |
| 2035 | - transform: scale(1); | |
| 2036 | - opacity: 1; | |
| 2037 | -} | |
| 2038 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2039 | - color: var(--e-a-color-primary-bold); | |
| 2040 | -} | |
| 1618 | +a.elementor-responsive-switcher { | |
| 1619 | + color: #a4afb7; } | |
| 1620 | + a.elementor-responsive-switcher:hover { | |
| 1621 | + color: #71d7f7; } | |
| 2041 | 1622 | |
| 2042 | 1623 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2043 | - height: 2.5em; | |
| 2044 | - transform: scale(1); | |
| 2045 | - opacity: 1; | |
| 2046 | -} | |
| 1624 | + height: 2em; | |
| 1625 | + -webkit-transform: scale(1); | |
| 1626 | + -ms-transform: scale(1); | |
| 1627 | + transform: scale(1); | |
| 1628 | + opacity: 1; } | |
| 1629 | + | |
| 2047 | 1630 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2048 | - color: var(--e-a-color-primary-bold); | |
| 2049 | -} | |
| 1631 | + color: #71d7f7; } | |
| 2050 | 1632 | |
| 2051 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2052 | - height: 2.5em; | |
| 2053 | - transform: scale(1); | |
| 2054 | - opacity: 1; | |
| 2055 | -} | |
| 2056 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2057 | - color: var(--e-a-color-primary-bold); | |
| 2058 | -} | |
| 1633 | +.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 1634 | + height: 2em; | |
| 1635 | + -webkit-transform: scale(1); | |
| 1636 | + -ms-transform: scale(1); | |
| 1637 | + transform: scale(1); | |
| 1638 | + opacity: 1; } | |
| 2059 | 1639 | |
| 2060 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2061 | - height: 2.5em; | |
| 2062 | - transform: scale(1); | |
| 2063 | - opacity: 1; | |
| 2064 | -} | |
| 2065 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2066 | - color: var(--e-a-color-primary-bold); | |
| 2067 | -} | |
| 2068 | - | |
| 2069 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2070 | - height: 2.5em; | |
| 2071 | - transform: scale(1); | |
| 2072 | - opacity: 1; | |
| 2073 | -} | |
| 2074 | 1640 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2075 | - color: var(--e-a-color-primary-bold); | |
| 2076 | -} | |
| 1641 | + color: #71d7f7; } | |
| 2077 | 1642 | |
| 2078 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2079 | - height: 2.5em; | |
| 2080 | - transform: scale(1); | |
| 2081 | - opacity: 1; | |
| 2082 | -} | |
| 2083 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2084 | - color: var(--e-a-color-primary-bold); | |
| 2085 | -} | |
| 1643 | +.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 1644 | + height: 2em; | |
| 1645 | + -webkit-transform: scale(1); | |
| 1646 | + -ms-transform: scale(1); | |
| 1647 | + transform: scale(1); | |
| 1648 | + opacity: 1; } | |
| 2086 | 1649 | |
| 2087 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2088 | - height: 2.5em; | |
| 2089 | - transform: scale(1); | |
| 2090 | - opacity: 1; | |
| 2091 | -} | |
| 2092 | 1650 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2093 | - color: var(--e-a-color-primary-bold); | |
| 2094 | -} | |
| 1651 | + color: #71d7f7; } | |
| 2095 | 1652 | |
| 2096 | -.e-units-wrapper { | |
| 2097 | - position: relative; | |
| 2098 | - margin-inline-start: auto; | |
| 2099 | -} | |
| 2100 | -.e-units-wrapper .e-units-switcher { | |
| 2101 | - cursor: pointer; | |
| 2102 | - font-size: 10px; | |
| 2103 | - padding: 0.5em; | |
| 2104 | - margin: -0.5em 0; | |
| 2105 | - transition: all ease-in-out 0.15s; | |
| 2106 | -} | |
| 2107 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2108 | - color: var(--e-a-color-primary-bold); | |
| 2109 | - background-color: var(--e-a-bg-hover); | |
| 2110 | - border-radius: var(--e-a-border-radius); | |
| 2111 | -} | |
| 2112 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2113 | - display: none; | |
| 2114 | -} | |
| 2115 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2116 | - display: none; | |
| 2117 | -} | |
| 2118 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2119 | - transform: rotate(90deg); | |
| 2120 | -} | |
| 1653 | +.elementor-update-preview { | |
| 1654 | + margin: 15px 15px 0; | |
| 1655 | + display: -webkit-box; | |
| 1656 | + display: -ms-flexbox; | |
| 1657 | + display: flex; | |
| 1658 | + -webkit-box-align: center; | |
| 1659 | + -ms-flex-align: center; | |
| 1660 | + align-items: center; } | |
| 2121 | 1661 | |
| 2122 | -.e-units-choices input { | |
| 2123 | - display: none; | |
| 2124 | -} | |
| 2125 | -.e-units-choices input:checked + label { | |
| 2126 | - color: var(--e-a-color-primary-bold); | |
| 2127 | -} | |
| 2128 | -.e-units-choices label { | |
| 2129 | - cursor: pointer; | |
| 2130 | - display: block; | |
| 2131 | -} | |
| 2132 | -.e-units-choices { | |
| 2133 | - display: none; | |
| 2134 | - overflow: hidden; | |
| 2135 | - max-height: 0; | |
| 2136 | - position: absolute; | |
| 2137 | - inset-block-start: -0.8em; | |
| 2138 | - inset-inline-start: -0.5em; | |
| 2139 | - width: 2.5em; | |
| 2140 | - text-align: center; | |
| 2141 | - background-color: var(--e-a-bg-default); | |
| 2142 | - border-radius: var(--e-a-border-radius); | |
| 2143 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2144 | - animation-timing-function: linear; | |
| 2145 | - animation-delay: 0s; | |
| 2146 | - animation-fill-mode: forwards; | |
| 2147 | - z-index: 11000; | |
| 2148 | -} | |
| 2149 | -.e-units-choices .elementor-units-choices-label { | |
| 2150 | - display: flex; | |
| 2151 | - align-items: center; | |
| 2152 | - height: 3em; | |
| 2153 | - justify-content: center; | |
| 2154 | - font-size: 10px; | |
| 2155 | - transition: 0.15s; | |
| 2156 | -} | |
| 2157 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2158 | - color: var(--e-a-color-primary-bold); | |
| 2159 | -} | |
| 2160 | -.e-units-choices.e-units-choices-open { | |
| 2161 | - display: block; | |
| 2162 | - animation-duration: 1s; | |
| 2163 | - animation-name: e-units-choices-open; | |
| 2164 | -} | |
| 1662 | +.elementor-update-preview-button-wrapper { | |
| 1663 | + -webkit-box-flex: 1; | |
| 1664 | + -ms-flex-positive: 1; | |
| 1665 | + flex-grow: 1; | |
| 1666 | + text-align: right; } | |
| 2165 | 1667 | |
| 2166 | -.e-units-custom input { | |
| 2167 | - font-family: monospace; | |
| 2168 | - font-size: 0.85em; | |
| 2169 | -} | |
| 1668 | +.elementor-update-preview-button { | |
| 1669 | + padding: 8px 15px; | |
| 1670 | + text-transform: uppercase; } | |
| 2170 | 1671 | |
| 2171 | -@keyframes e-units-choices-open { | |
| 2172 | - from { | |
| 2173 | - max-height: 0; | |
| 2174 | - } | |
| 2175 | - to { | |
| 2176 | - max-height: 100vh; | |
| 2177 | - } | |
| 2178 | -} | |
| 2179 | -.elementor-control-alert { | |
| 2180 | - display: flex; | |
| 2181 | - flex-direction: column; | |
| 2182 | - justify-content: flex-start; | |
| 2183 | - align-items: flex-start; | |
| 2184 | - gap: 8px; | |
| 2185 | -} | |
| 2186 | -.elementor-control-alert-heading { | |
| 2187 | - font-weight: bold; | |
| 2188 | -} | |
| 1672 | +.elementor-control-direction-ltr input, | |
| 1673 | +.elementor-control-direction-ltr textarea { | |
| 1674 | + direction: ltr; } | |
| 2189 | 1675 | |
| 1676 | +.elementor-control-direction-rtl input, | |
| 1677 | +.elementor-control-direction-rtl textarea { | |
| 1678 | + direction: rtl; } | |
| 1679 | + | |
| 2190 | 1680 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2191 | - text-align: end; | |
| 2192 | -} | |
| 1681 | + text-align: right; } | |
| 1682 | + | |
| 2193 | 1683 | .elementor-control-type-button .elementor-button { |
| 2194 | 1684 | width: auto; |
| 2195 | -} | |
| 2196 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 2197 | - display: block; | |
| 2198 | - margin: 0 auto; | |
| 2199 | -} | |
| 1685 | + height: 26px; } | |
| 2200 | 1686 | |
| 2201 | 1687 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 2202 | - width: 100%; | |
| 2203 | -} | |
| 1688 | + width: 100%; } | |
| 2204 | 1689 | |
| 2205 | 1690 | .elementor-choices { |
| 1691 | + display: -webkit-box; | |
| 1692 | + display: -ms-flexbox; | |
| 2206 | 1693 | display: flex; |
| 2207 | 1694 | height: 27px; |
| 2208 | 1695 | line-height: 27px; |
| 2209 | 1696 | text-align: center; |
| 2210 | 1697 | border-spacing: 1px; |
| 2211 | - border-radius: var(--e-a-border-radius); | |
| 2212 | - overflow: hidden; | |
| 2213 | -} | |
| 2214 | -.elementor-choices .elementor-choices-label { | |
| 2215 | - border-block-start: var(--e-a-border-bold); | |
| 2216 | - border-block-end: var(--e-a-border-bold); | |
| 2217 | - border-inline-start: var(--e-a-border-bold); | |
| 2218 | - border-inline-end: none; | |
| 2219 | - font-size: 12px; | |
| 2220 | - transition: var(--e-a-transition-hover); | |
| 2221 | - cursor: pointer; | |
| 2222 | - overflow: hidden; | |
| 2223 | -} | |
| 2224 | -.elementor-choices .elementor-choices-label:nth-child(2) { | |
| 2225 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2226 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2227 | -} | |
| 2228 | -.elementor-choices .elementor-choices-label:last-child { | |
| 2229 | - border-inline-end: var(--e-a-border-bold); | |
| 2230 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2231 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2232 | -} | |
| 2233 | -.elementor-choices input { | |
| 2234 | - display: none; | |
| 2235 | -} | |
| 2236 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 2237 | - background-color: var(--e-a-bg-hover); | |
| 2238 | -} | |
| 2239 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 2240 | - background-color: var(--e-a-bg-active-bold); | |
| 2241 | - color: var(--e-a-color-txt-accent); | |
| 2242 | -} | |
| 1698 | + -webkit-border-radius: 3px; | |
| 1699 | + border-radius: 3px; | |
| 1700 | + overflow: hidden; } | |
| 1701 | + .elementor-choices .elementor-choices-label { | |
| 1702 | + border-top: 1px solid #d5dadf; | |
| 1703 | + border-bottom: 1px solid #d5dadf; | |
| 1704 | + border-left: 1px solid #d5dadf; | |
| 1705 | + border-right: none; | |
| 1706 | + font-size: 12px; | |
| 1707 | + -webkit-transition: all .5s; | |
| 1708 | + -o-transition: all .5s; | |
| 1709 | + transition: all .5s; | |
| 1710 | + cursor: pointer; | |
| 1711 | + overflow: hidden; } | |
| 1712 | + .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1713 | + -webkit-border-top-left-radius: 3px; | |
| 1714 | + border-top-left-radius: 3px; | |
| 1715 | + -webkit-border-bottom-left-radius: 3px; | |
| 1716 | + border-bottom-left-radius: 3px; } | |
| 1717 | + .elementor-choices .elementor-choices-label:last-child { | |
| 1718 | + border-right: 1px solid #d5dadf; | |
| 1719 | + -webkit-border-top-right-radius: 3px; | |
| 1720 | + border-top-right-radius: 3px; | |
| 1721 | + -webkit-border-bottom-right-radius: 3px; | |
| 1722 | + border-bottom-right-radius: 3px; } | |
| 1723 | + .elementor-choices input { | |
| 1724 | + display: none; } | |
| 1725 | + .elementor-choices input:checked + .elementor-choices-label { | |
| 1726 | + color: #fff; | |
| 1727 | + background-color: #a4afb7; | |
| 1728 | + border-color: #a4afb7; } | |
| 2243 | 1729 | |
| 2244 | 1730 | .elementor-label-inline .elementor-choices { |
| 2245 | - justify-content: flex-end; | |
| 2246 | -} | |
| 1731 | + -webkit-box-pack: end; | |
| 1732 | + -ms-flex-pack: end; | |
| 1733 | + justify-content: flex-end; } | |
| 2247 | 1734 | |
| 2248 | -.elementor-control-type-color.e-control-global .pickr { | |
| 2249 | - border-start-start-radius: 0; | |
| 2250 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2251 | - border-end-start-radius: 0; | |
| 2252 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2253 | - flex-shrink: 0; | |
| 2254 | - border-color: var(--e-a-border-color-bold); | |
| 2255 | - transition: var(--e-a-transition-hover); | |
| 2256 | -} | |
| 2257 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 2258 | - background-color: var(--e-a-bg-hover); | |
| 2259 | -} | |
| 2260 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 2261 | - background-color: var(--e-a-bg-active-bold); | |
| 2262 | -} | |
| 1735 | +.rtl .elementor-control-text_align .elementor-choices, | |
| 1736 | +.rtl .elementor-control-align .elementor-choices, | |
| 1737 | +.rtl .elementor-control-position .elementor-choices { | |
| 1738 | + -webkit-box-orient: horizontal; | |
| 1739 | + -webkit-box-direction: reverse; | |
| 1740 | + -ms-flex-direction: row-reverse; | |
| 1741 | + flex-direction: row-reverse; } | |
| 1742 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1743 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1744 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1745 | + border-right: 1px solid #d5dadf; | |
| 1746 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1747 | + border-radius: 3px 0 0 3px; } | |
| 1748 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:last-child, | |
| 1749 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:last-child, | |
| 1750 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:last-child { | |
| 1751 | + border-right: none; | |
| 1752 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1753 | + border-radius: 0 3px 3px 0; } | |
| 1754 | + | |
| 1755 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 1756 | + -webkit-border-radius: 0px 3px 3px 0; | |
| 1757 | + border-radius: 0px 3px 3px 0; | |
| 1758 | + -ms-flex-negative: 0; | |
| 1759 | + flex-shrink: 0; } | |
| 1760 | + | |
| 2263 | 1761 | .elementor-control-type-color .elementor-control-title { |
| 2264 | - flex-grow: 1; | |
| 2265 | -} | |
| 1762 | + -webkit-box-flex: 1; | |
| 1763 | + -ms-flex-positive: 1; | |
| 1764 | + flex-grow: 1; } | |
| 1765 | + | |
| 2266 | 1766 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 1767 | + display: -webkit-box; | |
| 1768 | + display: -ms-flexbox; | |
| 2267 | 1769 | display: flex; |
| 2268 | - justify-content: flex-end; | |
| 2269 | -} | |
| 1770 | + -webkit-box-pack: end; | |
| 1771 | + -ms-flex-pack: end; | |
| 1772 | + justify-content: flex-end; } | |
| 2270 | 1773 | |
| 1774 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 1775 | + border-left-width: 0; | |
| 1776 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1777 | + border-radius: 0 3px 3px 0; } | |
| 1778 | + | |
| 1779 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 1780 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1781 | + border-radius: 3px 0 0 3px; } | |
| 1782 | + | |
| 2271 | 1783 | .elementor-group-control-css-filter .elementor-slider { |
| 2272 | 1784 | height: 6px; |
| 2273 | - box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 2274 | -} | |
| 1785 | + -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 1786 | + box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); } | |
| 1787 | + | |
| 2275 | 1788 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2276 | - margin-block-start: 0; | |
| 2277 | - margin-block-end: 5px; | |
| 2278 | -} | |
| 1789 | + margin-top: 0; | |
| 1790 | + margin-bottom: 5px; } | |
| 2279 | 1791 | |
| 2280 | 1792 | .elementor-group-control-blur .elementor-slider { |
| 2281 | 1793 | background: url("../images/blur.png"); |
| 2282 | - background-size: cover; | |
| 2283 | - background-position: center; | |
| 2284 | -} | |
| 1794 | + -webkit-background-size: cover; | |
| 1795 | + background-size: cover; | |
| 1796 | + background-position: center; } | |
| 2285 | 1797 | |
| 2286 | 1798 | .elementor-group-control-contrast .elementor-slider { |
| 2287 | 1799 | background: url("../images/contrast.png"); |
| 2288 | - background-size: 100% 100%; | |
| 2289 | -} | |
| 1800 | + -webkit-background-size: 100% 100%; | |
| 1801 | + background-size: 100% 100%; } | |
| 2290 | 1802 | |
| 2291 | 1803 | .elementor-group-control-hue .elementor-slider { |
| 2292 | - background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 2293 | -} | |
| 1804 | + background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(greenyellow), color-stop(limegreen), color-stop(deepskyblue), color-stop(blue), color-stop(95%, darkviolet)); | |
| 1805 | + background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1806 | + background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1807 | + background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); } | |
| 2294 | 1808 | |
| 2295 | 1809 | .elementor-group-control-saturate .elementor-slider { |
| 2296 | - background-image: linear-gradient(to right, gray, red); | |
| 2297 | -} | |
| 1810 | + background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red)); | |
| 1811 | + background-image: -webkit-linear-gradient(left, gray, red); | |
| 1812 | + background-image: -o-linear-gradient(left, gray, red); | |
| 1813 | + background-image: linear-gradient(to right, gray, red); } | |
| 2298 | 1814 | |
| 2299 | 1815 | .elementor-group-control-brightness .elementor-slider { |
| 2300 | - background-image: linear-gradient(to right, black, white); | |
| 2301 | -} | |
| 1816 | + background-image: -webkit-gradient(linear, left top, right top, from(black), to(white)); | |
| 1817 | + background-image: -webkit-linear-gradient(left, black, white); | |
| 1818 | + background-image: -o-linear-gradient(left, black, white); | |
| 1819 | + background-image: linear-gradient(to right, black, white); } | |
| 2302 | 1820 | |
| 2303 | -.elementor-control-responsive-switchers { | |
| 2304 | - --selected-option: 0; | |
| 2305 | - --pointer-position: var(--selected-option); | |
| 2306 | - position: relative; | |
| 2307 | - width: 2.5em; | |
| 2308 | - height: 2.5em; | |
| 2309 | - margin: calc(-2.5em + 12px) 0; | |
| 2310 | - margin-inline-end: 5px; | |
| 2311 | -} | |
| 2312 | -.elementor-control-responsive-switchers__holder { | |
| 2313 | - position: absolute; | |
| 2314 | - width: 100%; | |
| 2315 | - inset-block-start: 0; | |
| 2316 | - background-color: var(--e-a-bg-default); | |
| 2317 | - border-radius: var(--e-a-border-radius); | |
| 2318 | - transition: 0.15s; | |
| 2319 | - border: 1px solid transparent; | |
| 2320 | -} | |
| 2321 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2322 | - z-index: 11000; | |
| 2323 | -} | |
| 2324 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2325 | - height: 2.5em; | |
| 2326 | - transform: scale(1); | |
| 2327 | - opacity: 1; | |
| 2328 | -} | |
| 2329 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2330 | - color: var(--e-a-color-primary-bold); | |
| 2331 | -} | |
| 2332 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2333 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2334 | -} | |
| 1821 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1822 | + overflow: hidden; } | |
| 2335 | 1823 | |
| 2336 | -.elementor-responsive-switcher { | |
| 2337 | - all: unset; | |
| 2338 | - display: flex; | |
| 2339 | - align-items: center; | |
| 2340 | - justify-content: center; | |
| 2341 | - position: relative; | |
| 2342 | - z-index: 2; | |
| 2343 | - cursor: pointer; | |
| 2344 | - height: 0; | |
| 2345 | - width: 100%; | |
| 2346 | - transform: scale(0); | |
| 2347 | - opacity: 0; | |
| 2348 | - transition: 0.15s; | |
| 2349 | - font-size: 12px; | |
| 2350 | - color: inherit; | |
| 2351 | -} | |
| 2352 | -.elementor-responsive-switcher:hover { | |
| 2353 | - color: var(--e-a-color-primary-bold); | |
| 2354 | -} | |
| 1824 | +.elementor-control-type-dimensions li { | |
| 1825 | + float: left; | |
| 1826 | + width: 20%; } | |
| 1827 | + .elementor-control-type-dimensions li input, | |
| 1828 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1829 | + display: block; | |
| 1830 | + text-align: center; | |
| 1831 | + width: 100%; | |
| 1832 | + border-color: #d5dadf; | |
| 1833 | + height: 27px; } | |
| 1834 | + .elementor-control-type-dimensions li input { | |
| 1835 | + border-left: none; | |
| 1836 | + -webkit-border-radius: 0; | |
| 1837 | + border-radius: 0; | |
| 1838 | + padding: 4px 0; } | |
| 1839 | + .elementor-control-type-dimensions li input:focus { | |
| 1840 | + border-left: solid 1px; | |
| 1841 | + border-color: #a4afb7; | |
| 1842 | + margin-left: -1px; | |
| 1843 | + width: calc(100% + 1px); } | |
| 1844 | + .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 1845 | + color: #a4afb7; } | |
| 1846 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1847 | + border: 1px solid #d5dadf; | |
| 1848 | + border-left: none; | |
| 1849 | + background-color: #fff; | |
| 1850 | + padding: 0; | |
| 1851 | + outline: none; | |
| 1852 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1853 | + border-radius: 0 3px 3px 0; | |
| 1854 | + cursor: pointer; } | |
| 1855 | + .elementor-control-type-dimensions li:first-child input { | |
| 1856 | + border-left: 1px solid #d5dadf; | |
| 1857 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1858 | + border-radius: 3px 0 0 3px; } | |
| 1859 | + .elementor-control-type-dimensions li:first-child input:focus { | |
| 1860 | + border-color: #a4afb7; | |
| 1861 | + margin-left: 0; | |
| 1862 | + width: 100%; } | |
| 2355 | 1863 | |
| 2356 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2357 | - height: 2.5em; | |
| 2358 | - transform: scale(1); | |
| 2359 | - opacity: 1; | |
| 2360 | -} | |
| 2361 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2362 | - color: var(--e-a-color-primary-bold); | |
| 2363 | -} | |
| 2364 | - | |
| 2365 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2366 | - height: 2.5em; | |
| 2367 | - transform: scale(1); | |
| 2368 | - opacity: 1; | |
| 2369 | -} | |
| 2370 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2371 | - color: var(--e-a-color-primary-bold); | |
| 2372 | -} | |
| 2373 | - | |
| 2374 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2375 | - height: 2.5em; | |
| 2376 | - transform: scale(1); | |
| 2377 | - opacity: 1; | |
| 2378 | -} | |
| 2379 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2380 | - color: var(--e-a-color-primary-bold); | |
| 2381 | -} | |
| 2382 | - | |
| 2383 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2384 | - height: 2.5em; | |
| 2385 | - transform: scale(1); | |
| 2386 | - opacity: 1; | |
| 2387 | -} | |
| 2388 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2389 | - color: var(--e-a-color-primary-bold); | |
| 2390 | -} | |
| 2391 | - | |
| 2392 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2393 | - height: 2.5em; | |
| 2394 | - transform: scale(1); | |
| 2395 | - opacity: 1; | |
| 2396 | -} | |
| 2397 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2398 | - color: var(--e-a-color-primary-bold); | |
| 2399 | -} | |
| 2400 | - | |
| 2401 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2402 | - height: 2.5em; | |
| 2403 | - transform: scale(1); | |
| 2404 | - opacity: 1; | |
| 2405 | -} | |
| 2406 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2407 | - color: var(--e-a-color-primary-bold); | |
| 2408 | -} | |
| 2409 | - | |
| 2410 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2411 | - height: 2.5em; | |
| 2412 | - transform: scale(1); | |
| 2413 | - opacity: 1; | |
| 2414 | -} | |
| 2415 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2416 | - color: var(--e-a-color-primary-bold); | |
| 2417 | -} | |
| 2418 | - | |
| 2419 | -.e-units-wrapper { | |
| 2420 | - position: relative; | |
| 2421 | - margin-inline-start: auto; | |
| 2422 | -} | |
| 2423 | -.e-units-wrapper .e-units-switcher { | |
| 2424 | - cursor: pointer; | |
| 2425 | - font-size: 10px; | |
| 2426 | - padding: 0.5em; | |
| 2427 | - margin: -0.5em 0; | |
| 2428 | - transition: all ease-in-out 0.15s; | |
| 2429 | -} | |
| 2430 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2431 | - color: var(--e-a-color-primary-bold); | |
| 2432 | - background-color: var(--e-a-bg-hover); | |
| 2433 | - border-radius: var(--e-a-border-radius); | |
| 2434 | -} | |
| 2435 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2436 | - display: none; | |
| 2437 | -} | |
| 2438 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2439 | - display: none; | |
| 2440 | -} | |
| 2441 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2442 | - transform: rotate(90deg); | |
| 2443 | -} | |
| 2444 | - | |
| 2445 | -.e-units-choices input { | |
| 2446 | - display: none; | |
| 2447 | -} | |
| 2448 | -.e-units-choices input:checked + label { | |
| 2449 | - color: var(--e-a-color-primary-bold); | |
| 2450 | -} | |
| 2451 | -.e-units-choices label { | |
| 2452 | - cursor: pointer; | |
| 2453 | - display: block; | |
| 2454 | -} | |
| 2455 | -.e-units-choices { | |
| 2456 | - display: none; | |
| 2457 | - overflow: hidden; | |
| 2458 | - max-height: 0; | |
| 2459 | - position: absolute; | |
| 2460 | - inset-block-start: -0.8em; | |
| 2461 | - inset-inline-start: -0.5em; | |
| 2462 | - width: 2.5em; | |
| 2463 | - text-align: center; | |
| 2464 | - background-color: var(--e-a-bg-default); | |
| 2465 | - border-radius: var(--e-a-border-radius); | |
| 2466 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2467 | - animation-timing-function: linear; | |
| 2468 | - animation-delay: 0s; | |
| 2469 | - animation-fill-mode: forwards; | |
| 2470 | - z-index: 11000; | |
| 2471 | -} | |
| 2472 | -.e-units-choices .elementor-units-choices-label { | |
| 2473 | - display: flex; | |
| 2474 | - align-items: center; | |
| 2475 | - height: 3em; | |
| 2476 | - justify-content: center; | |
| 2477 | - font-size: 10px; | |
| 2478 | - transition: 0.15s; | |
| 2479 | -} | |
| 2480 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2481 | - color: var(--e-a-color-primary-bold); | |
| 2482 | -} | |
| 2483 | -.e-units-choices.e-units-choices-open { | |
| 2484 | - display: block; | |
| 2485 | - animation-duration: 1s; | |
| 2486 | - animation-name: e-units-choices-open; | |
| 2487 | -} | |
| 2488 | - | |
| 2489 | -.e-units-custom input { | |
| 2490 | - font-family: monospace; | |
| 2491 | - font-size: 0.85em; | |
| 2492 | -} | |
| 2493 | - | |
| 2494 | -@keyframes e-units-choices-open { | |
| 2495 | - from { | |
| 2496 | - max-height: 0; | |
| 2497 | - } | |
| 2498 | - to { | |
| 2499 | - max-height: 100vh; | |
| 2500 | - } | |
| 2501 | -} | |
| 2502 | -.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 2503 | - display: flex; | |
| 2504 | -} | |
| 2505 | -.elementor-control-type-dimensions li { | |
| 2506 | - flex: 1; | |
| 2507 | - transition: flex-grow 0.3s ease-in-out; | |
| 2508 | -} | |
| 2509 | -.elementor-control-type-dimensions li input, | |
| 2510 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2511 | - display: block; | |
| 2512 | - text-align: center; | |
| 2513 | - width: 100%; | |
| 2514 | - height: 27px; | |
| 2515 | -} | |
| 2516 | -.elementor-control-type-dimensions li input { | |
| 2517 | - border-inline-start: none; | |
| 2518 | - border-radius: 0; | |
| 2519 | - padding: var(--e-a-border-radius); | |
| 2520 | -} | |
| 2521 | -.elementor-control-type-dimensions li input:focus { | |
| 2522 | - border-inline-start: var(--e-a-border-bold); | |
| 2523 | - margin-inline-start: -1px; | |
| 2524 | - width: calc(100% + 1px); | |
| 2525 | -} | |
| 2526 | -.elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 2527 | - color: var(--e-a-color-txt); | |
| 2528 | -} | |
| 2529 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2530 | - border: var(--e-a-border-bold); | |
| 2531 | - border-inline-start: none; | |
| 2532 | - background-color: var(--e-a-bg-default); | |
| 2533 | - padding: 0; | |
| 2534 | - outline: none; | |
| 2535 | - border-start-start-radius: 0; | |
| 2536 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2537 | - border-end-start-radius: 0; | |
| 2538 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2539 | - cursor: pointer; | |
| 2540 | -} | |
| 2541 | -.elementor-control-type-dimensions li:first-child input { | |
| 2542 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2543 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2544 | - border-start-end-radius: 0; | |
| 2545 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2546 | - border-end-end-radius: 0; | |
| 2547 | -} | |
| 2548 | -.elementor-control-type-dimensions li:first-child input:focus { | |
| 2549 | - border-color: var(--e-a-border-color-focus); | |
| 2550 | - margin-inline-start: 0; | |
| 2551 | - width: 100%; | |
| 2552 | -} | |
| 2553 | -.elementor-control-type-dimensions li:last-child { | |
| 2554 | - max-width: 27px; | |
| 2555 | -} | |
| 2556 | -.elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { | |
| 2557 | - flex: 2.5; | |
| 2558 | -} | |
| 2559 | 1864 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 2560 | - color: var(--e-a-color-txt-muted); | |
| 2561 | 1865 | display: block; |
| 2562 | 1866 | text-align: center; |
| 1867 | + color: #d5dadf; | |
| 2563 | 1868 | font-size: 9px; |
| 2564 | - padding-block-start: 5px; | |
| 2565 | -} | |
| 1869 | + text-transform: uppercase; | |
| 1870 | + padding-top: 5px; } | |
| 1871 | + | |
| 2566 | 1872 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2567 | - background-color: var(--e-a-bg-default); | |
| 2568 | -} | |
| 2569 | -.elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 2570 | - display: none; | |
| 2571 | -} | |
| 1873 | + background-color: #fff; } | |
| 1874 | + .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 1875 | + display: none; } | |
| 1876 | + | |
| 2572 | 1877 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 2573 | - background-color: var(--e-a-bg-active-bold); | |
| 2574 | - color: var(--e-a-color-txt-accent); | |
| 2575 | - border-color: var(--e-a-border-color-bold); | |
| 2576 | -} | |
| 2577 | -.elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 2578 | - display: none; | |
| 2579 | -} | |
| 1878 | + background-color: #a4afb7; | |
| 1879 | + border-color: #a4afb7; } | |
| 1880 | + .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 1881 | + display: none; } | |
| 2580 | 1882 | |
| 2581 | -.elementor-control-responsive-switchers { | |
| 2582 | - --selected-option: 0; | |
| 2583 | - --pointer-position: var(--selected-option); | |
| 2584 | - position: relative; | |
| 2585 | - width: 2.5em; | |
| 2586 | - height: 2.5em; | |
| 2587 | - margin: calc(-2.5em + 12px) 0; | |
| 2588 | - margin-inline-end: 5px; | |
| 2589 | -} | |
| 2590 | -.elementor-control-responsive-switchers__holder { | |
| 2591 | - position: absolute; | |
| 2592 | - width: 100%; | |
| 2593 | - inset-block-start: 0; | |
| 2594 | - background-color: var(--e-a-bg-default); | |
| 2595 | - border-radius: var(--e-a-border-radius); | |
| 2596 | - transition: 0.15s; | |
| 2597 | - border: 1px solid transparent; | |
| 2598 | -} | |
| 2599 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2600 | - z-index: 11000; | |
| 2601 | -} | |
| 2602 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2603 | - height: 2.5em; | |
| 2604 | - transform: scale(1); | |
| 2605 | - opacity: 1; | |
| 2606 | -} | |
| 2607 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2608 | - color: var(--e-a-color-primary-bold); | |
| 2609 | -} | |
| 2610 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2611 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2612 | -} | |
| 1883 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 1884 | + color: #fff; } | |
| 2613 | 1885 | |
| 2614 | -.elementor-responsive-switcher { | |
| 2615 | - all: unset; | |
| 2616 | - display: flex; | |
| 2617 | - align-items: center; | |
| 2618 | - justify-content: center; | |
| 2619 | - position: relative; | |
| 2620 | - z-index: 2; | |
| 2621 | - cursor: pointer; | |
| 2622 | - height: 0; | |
| 2623 | - width: 100%; | |
| 2624 | - transform: scale(0); | |
| 2625 | - opacity: 0; | |
| 2626 | - transition: 0.15s; | |
| 2627 | - font-size: 12px; | |
| 2628 | - color: inherit; | |
| 2629 | -} | |
| 2630 | -.elementor-responsive-switcher:hover { | |
| 2631 | - color: var(--e-a-color-primary-bold); | |
| 2632 | -} | |
| 2633 | - | |
| 2634 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2635 | - height: 2.5em; | |
| 2636 | - transform: scale(1); | |
| 2637 | - opacity: 1; | |
| 2638 | -} | |
| 2639 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2640 | - color: var(--e-a-color-primary-bold); | |
| 2641 | -} | |
| 2642 | - | |
| 2643 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2644 | - height: 2.5em; | |
| 2645 | - transform: scale(1); | |
| 2646 | - opacity: 1; | |
| 2647 | -} | |
| 2648 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2649 | - color: var(--e-a-color-primary-bold); | |
| 2650 | -} | |
| 2651 | - | |
| 2652 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2653 | - height: 2.5em; | |
| 2654 | - transform: scale(1); | |
| 2655 | - opacity: 1; | |
| 2656 | -} | |
| 2657 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2658 | - color: var(--e-a-color-primary-bold); | |
| 2659 | -} | |
| 2660 | - | |
| 2661 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2662 | - height: 2.5em; | |
| 2663 | - transform: scale(1); | |
| 2664 | - opacity: 1; | |
| 2665 | -} | |
| 2666 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2667 | - color: var(--e-a-color-primary-bold); | |
| 2668 | -} | |
| 2669 | - | |
| 2670 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2671 | - height: 2.5em; | |
| 2672 | - transform: scale(1); | |
| 2673 | - opacity: 1; | |
| 2674 | -} | |
| 2675 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2676 | - color: var(--e-a-color-primary-bold); | |
| 2677 | -} | |
| 2678 | - | |
| 2679 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2680 | - height: 2.5em; | |
| 2681 | - transform: scale(1); | |
| 2682 | - opacity: 1; | |
| 2683 | -} | |
| 2684 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2685 | - color: var(--e-a-color-primary-bold); | |
| 2686 | -} | |
| 2687 | - | |
| 2688 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2689 | - height: 2.5em; | |
| 2690 | - transform: scale(1); | |
| 2691 | - opacity: 1; | |
| 2692 | -} | |
| 2693 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2694 | - color: var(--e-a-color-primary-bold); | |
| 2695 | -} | |
| 2696 | - | |
| 2697 | -.e-units-wrapper { | |
| 2698 | - position: relative; | |
| 2699 | - margin-inline-start: auto; | |
| 2700 | -} | |
| 2701 | -.e-units-wrapper .e-units-switcher { | |
| 2702 | - cursor: pointer; | |
| 2703 | - font-size: 10px; | |
| 2704 | - padding: 0.5em; | |
| 2705 | - margin: -0.5em 0; | |
| 2706 | - transition: all ease-in-out 0.15s; | |
| 2707 | -} | |
| 2708 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2709 | - color: var(--e-a-color-primary-bold); | |
| 2710 | - background-color: var(--e-a-bg-hover); | |
| 2711 | - border-radius: var(--e-a-border-radius); | |
| 2712 | -} | |
| 2713 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2714 | - display: none; | |
| 2715 | -} | |
| 2716 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2717 | - display: none; | |
| 2718 | -} | |
| 2719 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2720 | - transform: rotate(90deg); | |
| 2721 | -} | |
| 2722 | - | |
| 2723 | -.e-units-choices input { | |
| 2724 | - display: none; | |
| 2725 | -} | |
| 2726 | -.e-units-choices input:checked + label { | |
| 2727 | - color: var(--e-a-color-primary-bold); | |
| 2728 | -} | |
| 2729 | -.e-units-choices label { | |
| 2730 | - cursor: pointer; | |
| 2731 | - display: block; | |
| 2732 | -} | |
| 2733 | -.e-units-choices { | |
| 2734 | - display: none; | |
| 2735 | - overflow: hidden; | |
| 2736 | - max-height: 0; | |
| 1886 | +.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2737 | 1887 | position: absolute; |
| 2738 | - inset-block-start: -0.8em; | |
| 2739 | - inset-inline-start: -0.5em; | |
| 2740 | - width: 2.5em; | |
| 2741 | - text-align: center; | |
| 2742 | - background-color: var(--e-a-bg-default); | |
| 2743 | - border-radius: var(--e-a-border-radius); | |
| 2744 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2745 | - animation-timing-function: linear; | |
| 2746 | - animation-delay: 0s; | |
| 2747 | - animation-fill-mode: forwards; | |
| 2748 | - z-index: 11000; | |
| 2749 | -} | |
| 2750 | -.e-units-choices .elementor-units-choices-label { | |
| 2751 | - display: flex; | |
| 2752 | - align-items: center; | |
| 2753 | - height: 3em; | |
| 2754 | - justify-content: center; | |
| 2755 | - font-size: 10px; | |
| 2756 | - transition: 0.15s; | |
| 2757 | -} | |
| 2758 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2759 | - color: var(--e-a-color-primary-bold); | |
| 2760 | -} | |
| 2761 | -.e-units-choices.e-units-choices-open { | |
| 2762 | - display: block; | |
| 2763 | - animation-duration: 1s; | |
| 2764 | - animation-name: e-units-choices-open; | |
| 2765 | -} | |
| 1888 | + top: 50%; | |
| 1889 | + left: 50%; | |
| 1890 | + -webkit-transform: translate(-50%, -50%); | |
| 1891 | + -ms-transform: translate(-50%, -50%); | |
| 1892 | + transform: translate(-50%, -50%); } | |
| 2766 | 1893 | |
| 2767 | -.e-units-custom input { | |
| 2768 | - font-family: monospace; | |
| 2769 | - font-size: 0.85em; | |
| 2770 | -} | |
| 2771 | - | |
| 2772 | -@keyframes e-units-choices-open { | |
| 2773 | - from { | |
| 2774 | - max-height: 0; | |
| 2775 | - } | |
| 2776 | - to { | |
| 2777 | - max-height: 100vh; | |
| 2778 | - } | |
| 2779 | -} | |
| 2780 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 2781 | - display: flex; | |
| 2782 | -} | |
| 2783 | -.elementor-control-type-gaps li { | |
| 2784 | - flex: 1; | |
| 2785 | - transition: flex-grow 0.3s ease-in-out; | |
| 2786 | -} | |
| 2787 | -.elementor-control-type-gaps li input, | |
| 2788 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2789 | - display: block; | |
| 2790 | - text-align: center; | |
| 2791 | - width: 100%; | |
| 2792 | - height: 27px; | |
| 2793 | -} | |
| 2794 | -.elementor-control-type-gaps li input { | |
| 2795 | - border-inline-start: none; | |
| 2796 | - border-radius: 0; | |
| 2797 | - padding: var(--e-a-border-radius); | |
| 2798 | -} | |
| 2799 | -.elementor-control-type-gaps li input:focus { | |
| 2800 | - border-inline-start: var(--e-a-border-bold); | |
| 2801 | - margin-inline-start: -1px; | |
| 2802 | - width: calc(100% + 1px); | |
| 2803 | -} | |
| 2804 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 2805 | - color: var(--e-a-color-txt); | |
| 2806 | -} | |
| 2807 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2808 | - border: var(--e-a-border-bold); | |
| 2809 | - border-inline-start: none; | |
| 2810 | - background-color: var(--e-a-bg-default); | |
| 2811 | - padding: 0; | |
| 2812 | - outline: none; | |
| 2813 | - border-start-start-radius: 0; | |
| 2814 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2815 | - border-end-start-radius: 0; | |
| 2816 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2817 | - cursor: pointer; | |
| 2818 | -} | |
| 2819 | -.elementor-control-type-gaps li:first-child input { | |
| 2820 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2821 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2822 | - border-start-end-radius: 0; | |
| 2823 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2824 | - border-end-end-radius: 0; | |
| 2825 | -} | |
| 2826 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 2827 | - border-color: var(--e-a-border-color-focus); | |
| 2828 | - margin-inline-start: 0; | |
| 2829 | - width: 100%; | |
| 2830 | -} | |
| 2831 | -.elementor-control-type-gaps li:last-child { | |
| 2832 | - max-width: 27px; | |
| 2833 | -} | |
| 2834 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 2835 | - flex: 2.5; | |
| 2836 | -} | |
| 2837 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 2838 | - color: var(--e-a-color-txt-muted); | |
| 2839 | - display: block; | |
| 2840 | - text-align: center; | |
| 2841 | - font-size: 9px; | |
| 2842 | - padding-block-start: 5px; | |
| 2843 | -} | |
| 2844 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 2845 | - background-color: var(--e-a-bg-default); | |
| 2846 | -} | |
| 2847 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 2848 | - display: none; | |
| 2849 | -} | |
| 2850 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 2851 | - background-color: var(--e-a-bg-active-bold); | |
| 2852 | - color: var(--e-a-color-txt-accent); | |
| 2853 | - border-color: var(--e-a-border-color-bold); | |
| 2854 | -} | |
| 2855 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 2856 | - display: none; | |
| 2857 | -} | |
| 2858 | - | |
| 2859 | -.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2860 | - position: absolute; | |
| 2861 | - inset-block-start: 50%; | |
| 2862 | - inset-inline-start: 50%; | |
| 2863 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2864 | -} | |
| 2865 | 1894 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2866 | 1895 | font-size: 70px; |
| 2867 | -} | |
| 1896 | + color: #6d7882; } | |
| 1897 | + | |
| 2868 | 1898 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 2869 | - height: 75%; | |
| 2870 | -} | |
| 1899 | + height: 75%; } | |
| 1900 | + | |
| 2871 | 1901 | .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload { |
| 2872 | - font-size: 15px; | |
| 2873 | -} | |
| 1902 | + font-size: 15px; } | |
| 2874 | 1903 | |
| 2875 | 1904 | .elementor-control-type-gallery .elementor-control-media__content { |
| 2876 | - border: var(--e-a-border-bold); | |
| 2877 | - border-radius: 3px; | |
| 2878 | -} | |
| 1905 | + border: 1px solid #d5dadf; | |
| 1906 | + -webkit-border-radius: 3px; | |
| 1907 | + border-radius: 3px; } | |
| 1908 | + | |
| 2879 | 1909 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2880 | 1910 | font-size: 12px; |
| 2881 | 1911 | height: 27px; |
| 2882 | - padding-inline-start: 10px; | |
| 2883 | - border-block-end: var(--e-a-border-bold); | |
| 2884 | - display: flex; | |
| 2885 | -} | |
| 2886 | -.elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2887 | - display: flex; | |
| 2888 | - align-items: center; | |
| 2889 | -} | |
| 2890 | -.elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2891 | - flex-grow: 1; | |
| 2892 | -} | |
| 1912 | + padding-left: 10px; | |
| 1913 | + border-bottom: 1px solid #d5dadf; | |
| 1914 | + display: -webkit-box; | |
| 1915 | + display: -ms-flexbox; | |
| 1916 | + display: flex; } | |
| 1917 | + .elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 1918 | + display: -webkit-box; | |
| 1919 | + display: -ms-flexbox; | |
| 1920 | + display: flex; | |
| 1921 | + -webkit-box-align: center; | |
| 1922 | + -ms-flex-align: center; | |
| 1923 | + align-items: center; } | |
| 1924 | + .elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 1925 | + -webkit-box-flex: 1; | |
| 1926 | + -ms-flex-positive: 1; | |
| 1927 | + flex-grow: 1; } | |
| 1928 | + | |
| 2893 | 1929 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2894 | 1930 | position: relative; |
| 2895 | - overflow: hidden; | |
| 2896 | -} | |
| 1931 | + overflow: hidden; } | |
| 1932 | + .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 1933 | + opacity: 0; } | |
| 1934 | + | |
| 2897 | 1935 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2898 | 1936 | display: grid; |
| 2899 | 1937 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2900 | 1938 | grid-gap: 10px; |
| 2901 | 1939 | cursor: pointer; |
| 2902 | - padding: 10px; | |
| 2903 | -} | |
| 2904 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnails:hover + .elementor-control-gallery-edit, .elementor-control-type-gallery .elementor-control-gallery-thumbnails:focus + .elementor-control-gallery-edit { | |
| 2905 | - opacity: 1; | |
| 2906 | -} | |
| 1940 | + padding: 10px; } | |
| 1941 | + | |
| 2907 | 1942 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2908 | 1943 | width: 48px; |
| 2909 | 1944 | height: 48px; |
| 2910 | - -o-object-fit: cover; | |
| 2911 | - object-fit: cover; | |
| 2912 | - border: var(--e-a-border); | |
| 2913 | -} | |
| 2914 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2915 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2916 | - opacity: 0.6; | |
| 2917 | -} | |
| 1945 | + -webkit-background-size: cover; | |
| 1946 | + background-size: cover; | |
| 1947 | + background-position: 50% 50%; } | |
| 1948 | + | |
| 2918 | 1949 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2919 | 1950 | position: absolute; |
| 2920 | - inset: 0; | |
| 2921 | - background-color: rgba(0, 0, 0, 0.2); | |
| 1951 | + top: 0; | |
| 1952 | + bottom: 0; | |
| 1953 | + left: 0; | |
| 1954 | + right: 0; | |
| 1955 | + background-color: rgba(109, 120, 130, 0.3); | |
| 2922 | 1956 | padding: 10px; |
| 2923 | 1957 | font-size: 11px; |
| 2924 | - transition: all 0.3s ease-in-out; | |
| 1958 | + -webkit-transition: all .3s ease-in-out; | |
| 1959 | + -o-transition: all .3s ease-in-out; | |
| 1960 | + transition: all .3s ease-in-out; | |
| 2925 | 1961 | pointer-events: none; |
| 2926 | 1962 | cursor: pointer; |
| 2927 | - opacity: 0; | |
| 2928 | -} | |
| 2929 | -.elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2930 | - position: absolute; | |
| 2931 | - inset-block-start: 10px; | |
| 2932 | - inset-inline-end: 10px; | |
| 2933 | - width: 21px; | |
| 2934 | - height: 21px; | |
| 2935 | - color: var(--e-a-color-white); | |
| 2936 | - background-color: rgba(0, 0, 0, 0.5); | |
| 2937 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2938 | - transition: var(--e-a-transition-hover); | |
| 2939 | -} | |
| 2940 | -.elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 2941 | - font-size: 11px; | |
| 2942 | - padding: 5px; | |
| 2943 | -} | |
| 2944 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 2945 | - background-color: rgba(0, 0, 0, 0.6); | |
| 2946 | -} | |
| 1963 | + opacity: 1; } | |
| 1964 | + .elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 1965 | + position: absolute; | |
| 1966 | + top: 10px; | |
| 1967 | + right: 10px; | |
| 1968 | + width: 21px; | |
| 1969 | + height: 21px; | |
| 1970 | + background-color: rgba(255, 255, 255, 0.9); | |
| 1971 | + color: #a4afb7; | |
| 1972 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1973 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 1974 | + -webkit-border-radius: 3px; | |
| 1975 | + border-radius: 3px; } | |
| 1976 | + .elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 1977 | + font-size: 11px; | |
| 1978 | + padding: 5px; } | |
| 1979 | + | |
| 2947 | 1980 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 2948 | 1981 | width: 48px; |
| 2949 | 1982 | height: 48px; |
| 1983 | + color: #fff; | |
| 1984 | + background-color: #d5dadf; | |
| 2950 | 1985 | font-size: 14px; |
| 2951 | -} | |
| 2952 | -.elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 2953 | - margin: 0; | |
| 2954 | -} | |
| 1986 | + -webkit-border-radius: 0; | |
| 1987 | + border-radius: 0; } | |
| 1988 | + .elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 1989 | + background-color: #c2cbd2; } | |
| 1990 | + .elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 1991 | + margin: 0; | |
| 1992 | + color: #a4afb7; } | |
| 1993 | + | |
| 2955 | 1994 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 2956 | 1995 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 2957 | 1996 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| 2958 | - display: none; | |
| 2959 | -} | |
| 1997 | + display: none; } | |
| 1998 | + | |
| 2960 | 1999 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content { |
| 2961 | - padding: 10px; | |
| 2962 | -} | |
| 2000 | + padding: 10px; } | |
| 2001 | + | |
| 2963 | 2002 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 2964 | - display: none; | |
| 2965 | -} | |
| 2003 | + display: none; } | |
| 2004 | + | |
| 2966 | 2005 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 2967 | - border-inline-start: var(--e-a-border); | |
| 2968 | -} | |
| 2006 | + border-left: 1px solid #d5dadf; } | |
| 2007 | + | |
| 2969 | 2008 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 2970 | - color: currentColor; | |
| 2971 | - background-color: transparent; | |
| 2972 | - border: none; | |
| 2973 | 2009 | cursor: pointer; |
| 2974 | - justify-content: center; | |
| 2975 | -} | |
| 2976 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 2977 | - color: var(--e-a-color-danger); | |
| 2978 | -} | |
| 2010 | + -webkit-box-pack: center; | |
| 2011 | + -ms-flex-pack: center; | |
| 2012 | + justify-content: center; } | |
| 2013 | + .elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2014 | + color: #b01b1b; } | |
| 2015 | + | |
| 2979 | 2016 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 2980 | - border-width: 0; | |
| 2981 | - border-inline-start-width: 1px; | |
| 2982 | - border-block-end-width: 1px; | |
| 2983 | - border-radius: 0; | |
| 2984 | -} | |
| 2017 | + border: none; | |
| 2018 | + border-bottom: 1px solid #d5dadf; | |
| 2019 | + border-left: 1px solid #d5dadf; | |
| 2020 | + -webkit-border-radius: 0 3px 0 0; | |
| 2021 | + border-radius: 0 3px 0 0; } | |
| 2985 | 2022 | |
| 2986 | 2023 | .e-global__popover { |
| 2987 | 2024 | width: 288px; |
| 2988 | 2025 | z-index: 1; |
| 2989 | 2026 | font-size: 12px; |
| 2990 | - padding-inline-start: 10px; | |
| 2991 | -} | |
| 2992 | -.e-global__popover-toggle { | |
| 2993 | - border: var(--e-a-border-bold); | |
| 2994 | - border-inline-end: 0; | |
| 2995 | - border-start-start-radius: 3px; | |
| 2996 | - border-start-end-radius: 0; | |
| 2997 | - border-end-start-radius: 3px; | |
| 2998 | - border-end-end-radius: 0; | |
| 2999 | - display: flex; | |
| 3000 | - align-items: center; | |
| 3001 | - justify-content: center; | |
| 3002 | - cursor: pointer; | |
| 3003 | - transition: var(--e-a-transition-hover); | |
| 3004 | -} | |
| 3005 | -.e-global__popover-toggle:hover { | |
| 3006 | - background-color: var(--e-a-bg-hover); | |
| 3007 | -} | |
| 3008 | -.e-global__popover-toggle--active { | |
| 3009 | - color: var(--e-a-color-primary-bold); | |
| 3010 | - background-color: var(--e-a-bg-active-bold); | |
| 3011 | -} | |
| 3012 | -.e-global__popover-container { | |
| 3013 | - box-shadow: var(--e-a-popover-shadow); | |
| 3014 | - border-radius: var(--e-a-border-radius); | |
| 3015 | - background-color: var(--e-a-bg-default); | |
| 3016 | -} | |
| 3017 | -.e-global__popover-title { | |
| 3018 | - padding: 15px 20px; | |
| 3019 | - font-weight: 500; | |
| 3020 | - border-block-end: var(--e-a-border); | |
| 3021 | - display: flex; | |
| 3022 | -} | |
| 3023 | -.e-global__popover-title > i { | |
| 3024 | - margin-inline-end: 5px; | |
| 3025 | -} | |
| 3026 | -.e-global__popover-title-text { | |
| 3027 | - flex-grow: 1; | |
| 3028 | -} | |
| 3029 | -.e-global__popover-info { | |
| 3030 | - margin-inline-end: 10px; | |
| 3031 | - display: inline-block; | |
| 3032 | -} | |
| 3033 | -.e-global__popover-info-tooltip { | |
| 3034 | - width: 270px; | |
| 3035 | - z-index: 1; | |
| 3036 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3037 | - color: var(--e-a-color-white); | |
| 3038 | - padding: 20px; | |
| 3039 | - border-radius: 3px; | |
| 3040 | -} | |
| 3041 | -.e-global__popover-info-tooltip:after { | |
| 3042 | - content: ""; | |
| 3043 | - position: absolute; | |
| 3044 | - inset-block-end: -17px; | |
| 3045 | - inset-inline-start: 16px; | |
| 3046 | - border: 10px solid transparent; | |
| 3047 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 3048 | -} | |
| 3049 | -.e-global__popover-info i { | |
| 3050 | - font-size: 13px; | |
| 3051 | -} | |
| 2027 | + padding-left: 10px; } | |
| 2028 | + .e-global__popover-toggle { | |
| 2029 | + border: 1px solid #d5dadf; | |
| 2030 | + border-right: 0; | |
| 2031 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2032 | + border-radius: 3px 0 0 3px; | |
| 2033 | + display: -webkit-box; | |
| 2034 | + display: -ms-flexbox; | |
| 2035 | + display: flex; | |
| 2036 | + -webkit-box-align: center; | |
| 2037 | + -ms-flex-align: center; | |
| 2038 | + align-items: center; | |
| 2039 | + -webkit-box-pack: center; | |
| 2040 | + -ms-flex-pack: center; | |
| 2041 | + justify-content: center; | |
| 2042 | + cursor: pointer; } | |
| 2043 | + .e-global__popover-toggle--active i { | |
| 2044 | + color: #71d7f7; } | |
| 2045 | + .e-global__popover-container { | |
| 2046 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2047 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2048 | + -webkit-border-radius: 3px; | |
| 2049 | + border-radius: 3px; | |
| 2050 | + background-color: #fff; | |
| 2051 | + padding-bottom: 5px; } | |
| 2052 | + .e-global__popover-title { | |
| 2053 | + padding: 15px 20px; | |
| 2054 | + font-weight: 500; | |
| 2055 | + color: #6d7882; | |
| 2056 | + border-bottom: 1px solid #e6e9ec; | |
| 2057 | + display: -webkit-box; | |
| 2058 | + display: -ms-flexbox; | |
| 2059 | + display: flex; } | |
| 2060 | + .e-global__popover-title > i { | |
| 2061 | + margin-right: 5px; | |
| 2062 | + color: #d5dadf; } | |
| 2063 | + .e-global__popover-title-text { | |
| 2064 | + -webkit-box-flex: 1; | |
| 2065 | + -ms-flex-positive: 1; | |
| 2066 | + flex-grow: 1; } | |
| 2067 | + .e-global__popover-info { | |
| 2068 | + margin-right: 5px; | |
| 2069 | + display: inline-block; } | |
| 2070 | + .e-global__popover-info-tooltip { | |
| 2071 | + width: 270px; | |
| 2072 | + z-index: 1; | |
| 2073 | + background-color: rgba(0, 0, 0, 0.9); | |
| 2074 | + color: #fff; | |
| 2075 | + padding: 20px; | |
| 2076 | + -webkit-border-radius: 3px; | |
| 2077 | + border-radius: 3px; } | |
| 2078 | + .e-global__popover-info-tooltip:after { | |
| 2079 | + content: ''; | |
| 2080 | + position: absolute; | |
| 2081 | + bottom: -17px; | |
| 2082 | + left: 16px; | |
| 2083 | + border: 10px solid transparent; | |
| 2084 | + border-top-color: rgba(0, 0, 0, 0.9); } | |
| 2085 | + .e-global__popover-info i { | |
| 2086 | + color: #d5dadf; | |
| 2087 | + font-size: 13px; } | |
| 2088 | + | |
| 3052 | 2089 | .e-global__preview-items-container { |
| 3053 | - max-height: 400px; | |
| 2090 | + max-height: 260px; | |
| 3054 | 2091 | overflow-y: auto; |
| 3055 | - padding: 5px 0; | |
| 3056 | -} | |
| 3057 | -.e-global__preview-items-container::-webkit-scrollbar { | |
| 3058 | - width: 7px; | |
| 3059 | -} | |
| 3060 | -.e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 3061 | - background-color: #BABFC5; | |
| 3062 | - border-radius: 10px; | |
| 3063 | -} | |
| 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 | -} | |
| 2092 | + margin-top: 5px; } | |
| 2093 | + .e-global__preview-items-container::-webkit-scrollbar { | |
| 2094 | + width: 7px; } | |
| 2095 | + .e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 2096 | + background-color: #c2cbd2; | |
| 2097 | + -webkit-border-radius: 10px; | |
| 2098 | + border-radius: 10px; } | |
| 2099 | + | |
| 3075 | 2100 | .e-global__manage-button { |
| 3076 | 2101 | font-weight: 500; |
| 3077 | - cursor: pointer; | |
| 3078 | -} | |
| 2102 | + cursor: pointer; } | |
| 2103 | + .e-global__manage-button:hover i { | |
| 2104 | + color: #4ab7f4; } | |
| 2105 | + .e-global__manage-button i { | |
| 2106 | + color: #6d7882; } | |
| 2107 | + | |
| 3079 | 2108 | .e-global__typography { |
| 3080 | - padding-block: 10px; | |
| 3081 | - padding-inline: 35px 20px; | |
| 2109 | + padding: 5px 10px 5px 35px; | |
| 3082 | 2110 | white-space: nowrap; |
| 3083 | - text-overflow: ellipsis; | |
| 3084 | - overflow: hidden; | |
| 3085 | -} | |
| 3086 | -.e-global__typography.e-global__preview-item--selected:before { | |
| 3087 | - font-family: "eicons"; | |
| 3088 | - font-size: 13px; | |
| 3089 | - content: "\e90e"; | |
| 3090 | - position: absolute; | |
| 3091 | - transform: translateY(-50%); | |
| 3092 | - inset-block-start: 50%; | |
| 3093 | - inset-inline-start: 13px; | |
| 3094 | -} | |
| 2111 | + -o-text-overflow: ellipsis; | |
| 2112 | + text-overflow: ellipsis; | |
| 2113 | + overflow: hidden; } | |
| 2114 | + .e-global__typography.e-global__preview-item--selected:before { | |
| 2115 | + font-family: 'eicons'; | |
| 2116 | + font-size: 13px; | |
| 2117 | + content: '\e90e'; | |
| 2118 | + position: absolute; | |
| 2119 | + -webkit-transform: translateY(-50%); | |
| 2120 | + -ms-transform: translateY(-50%); | |
| 2121 | + transform: translateY(-50%); | |
| 2122 | + top: 50%; | |
| 2123 | + left: 12px; } | |
| 2124 | + | |
| 3095 | 2125 | .e-global__color { |
| 3096 | - padding: 10px 20px; | |
| 2126 | + margin: 5px auto; | |
| 2127 | + padding: 5px 20px; | |
| 2128 | + display: -webkit-box; | |
| 2129 | + display: -ms-flexbox; | |
| 3097 | 2130 | display: flex; |
| 3098 | - align-items: center; | |
| 3099 | -} | |
| 3100 | -.e-global__color-preview-container { | |
| 3101 | - height: 20px; | |
| 3102 | - width: 20px; | |
| 3103 | - border-radius: 3px; | |
| 3104 | - border: 1px solid rgba(0, 0, 0, 0.1); | |
| 3105 | - margin-inline-end: 10px; | |
| 3106 | - flex-shrink: 0; | |
| 3107 | - position: relative; | |
| 3108 | -} | |
| 3109 | -.e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 3110 | - border-radius: 3px; | |
| 3111 | - position: absolute; | |
| 3112 | - inset: 0; | |
| 3113 | -} | |
| 3114 | -.e-global__color-preview-transparent-bg { | |
| 3115 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 3116 | - background-size: 12px 12px; | |
| 3117 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 3118 | -} | |
| 3119 | -.e-global__color-title { | |
| 3120 | - flex-grow: 1; | |
| 3121 | - white-space: nowrap; | |
| 3122 | - text-overflow: ellipsis; | |
| 3123 | - overflow: hidden; | |
| 3124 | - padding-inline-end: 10px; | |
| 3125 | -} | |
| 3126 | -.e-global__color-hex { | |
| 3127 | - font-size: 10px; | |
| 3128 | - color: var(--e-a-color-txt-muted); | |
| 3129 | -} | |
| 3130 | -.e-global__color .pcr-button { | |
| 3131 | - background-color: var(--e-a-bg-default); | |
| 3132 | -} | |
| 3133 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 3134 | - display: flex; | |
| 3135 | - justify-content: center; | |
| 3136 | - align-items: center; | |
| 3137 | - color: var(--e-a-color-white); | |
| 3138 | -} | |
| 3139 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 3140 | - font-family: "eicons"; | |
| 3141 | - font-size: 13px; | |
| 3142 | - content: "\e90e"; | |
| 3143 | - text-shadow: 0 0 1px #000; | |
| 3144 | - z-index: 1; | |
| 3145 | -} | |
| 2131 | + -webkit-box-align: center; | |
| 2132 | + -ms-flex-align: center; | |
| 2133 | + align-items: center; } | |
| 2134 | + .e-global__color:first-child { | |
| 2135 | + margin-top: 5px; } | |
| 2136 | + .e-global__color:last-child { | |
| 2137 | + margin-bottom: 10px; } | |
| 2138 | + .e-global__color-preview-container { | |
| 2139 | + height: 20px; | |
| 2140 | + width: 20px; | |
| 2141 | + -webkit-border-radius: 3px; | |
| 2142 | + border-radius: 3px; | |
| 2143 | + border: 1px solid rgba(0, 0, 0, 0.1); | |
| 2144 | + margin-right: 10px; | |
| 2145 | + -ms-flex-negative: 0; | |
| 2146 | + flex-shrink: 0; | |
| 2147 | + position: relative; } | |
| 2148 | + .e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 2149 | + -webkit-border-radius: 3px; | |
| 2150 | + border-radius: 3px; | |
| 2151 | + height: 100%; | |
| 2152 | + width: 100%; | |
| 2153 | + position: absolute; | |
| 2154 | + top: 0; | |
| 2155 | + left: 0; } | |
| 2156 | + .e-global__color-preview-transparent-bg { | |
| 2157 | + background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2158 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2159 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2160 | + -webkit-background-size: 12px 12px; | |
| 2161 | + background-size: 12px 12px; | |
| 2162 | + background-position: 0 0, 6px 6px; } | |
| 2163 | + .e-global__color-title { | |
| 2164 | + font-weight: 500; | |
| 2165 | + color: #6d7882; | |
| 2166 | + -webkit-box-flex: 1; | |
| 2167 | + -ms-flex-positive: 1; | |
| 2168 | + flex-grow: 1; | |
| 2169 | + white-space: nowrap; | |
| 2170 | + -o-text-overflow: ellipsis; | |
| 2171 | + text-overflow: ellipsis; | |
| 2172 | + overflow: hidden; | |
| 2173 | + padding-right: 10px; } | |
| 2174 | + .e-global__color-hex { | |
| 2175 | + font-size: 10px; | |
| 2176 | + font-weight: 500; | |
| 2177 | + color: #c2cbd2; } | |
| 2178 | + .e-global__color .pcr-button { | |
| 2179 | + background-color: #fff; } | |
| 2180 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 2181 | + display: -webkit-box; | |
| 2182 | + display: -ms-flexbox; | |
| 2183 | + display: flex; | |
| 2184 | + -webkit-box-pack: center; | |
| 2185 | + -ms-flex-pack: center; | |
| 2186 | + justify-content: center; | |
| 2187 | + -webkit-box-align: center; | |
| 2188 | + -ms-flex-align: center; | |
| 2189 | + align-items: center; | |
| 2190 | + color: #ffffff; } | |
| 2191 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 2192 | + font-family: 'eicons'; | |
| 2193 | + font-size: 13px; | |
| 2194 | + content: '\e90e'; | |
| 2195 | + text-shadow: 0px 0px 1px #000; | |
| 2196 | + z-index: 1; } | |
| 2197 | + | |
| 3146 | 2198 | .e-global__preview-item { |
| 3147 | 2199 | cursor: pointer; |
| 3148 | - position: relative; | |
| 3149 | -} | |
| 3150 | -.e-global__preview-item:hover { | |
| 3151 | - background-color: var(--e-a-bg-hover); | |
| 3152 | -} | |
| 3153 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 3154 | - color: var(--e-a-color-warning); | |
| 3155 | -} | |
| 2200 | + position: relative; } | |
| 2201 | + .e-global__preview-item:hover { | |
| 2202 | + background-color: #f1f3f5; } | |
| 2203 | + .e-global__preview-item:hover .e-global__color-hex { | |
| 2204 | + color: #a4afb7; } | |
| 2205 | + | |
| 2206 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 2207 | + color: #39b54a; } | |
| 2208 | + | |
| 2209 | +.e-global__confirm-delete i { | |
| 2210 | + color: #b01b1b; } | |
| 2211 | + | |
| 2212 | +.e-global__confirm-message-text i { | |
| 2213 | + color: #fcb92c; } | |
| 2214 | + | |
| 3156 | 2215 | .e-global__confirm-input-wrapper { |
| 2216 | + display: -webkit-box; | |
| 2217 | + display: -ms-flexbox; | |
| 3157 | 2218 | display: flex; |
| 3158 | - align-items: center; | |
| 3159 | - border: var(--e-a-border); | |
| 3160 | - border-radius: var(--e-a-border-radius); | |
| 3161 | - margin: 15px 0; | |
| 3162 | - padding: 2px; | |
| 3163 | -} | |
| 3164 | -.e-global__confirm-input-wrapper input { | |
| 3165 | - font-family: var(--e-a-font-family); | |
| 3166 | - font-size: 12px; | |
| 3167 | - padding: 2px; | |
| 3168 | - border: 0; | |
| 3169 | -} | |
| 2219 | + -webkit-box-align: center; | |
| 2220 | + -ms-flex-align: center; | |
| 2221 | + align-items: center; | |
| 2222 | + border: 1px solid #a4afb7; | |
| 2223 | + -webkit-border-radius: 3px; | |
| 2224 | + border-radius: 3px; | |
| 2225 | + margin-top: 10px; | |
| 2226 | + padding: 2px; } | |
| 2227 | + .e-global__confirm-input-wrapper input { | |
| 2228 | + font-family: Roboto, Arial, sans-serif; | |
| 2229 | + font-weight: 500; | |
| 2230 | + font-size: 12px; | |
| 2231 | + padding: 2px; | |
| 2232 | + border: 0; } | |
| 3170 | 2233 | |
| 3171 | 2234 | .e-control-global .elementor-control-input-wrapper { |
| 2235 | + display: -webkit-box; | |
| 2236 | + display: -ms-flexbox; | |
| 3172 | 2237 | display: flex; |
| 3173 | - justify-content: flex-end; | |
| 2238 | + -webkit-box-pack: end; | |
| 2239 | + -ms-flex-pack: end; | |
| 2240 | + justify-content: flex-end; | |
| 3174 | 2241 | max-width: 135px; |
| 3175 | - width: 100%; | |
| 3176 | -} | |
| 2242 | + width: 100%; } | |
| 2243 | + | |
| 3177 | 2244 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3178 | - display: flex; | |
| 3179 | - flex-direction: row; | |
| 3180 | - align-items: stretch; | |
| 3181 | -} | |
| 2245 | + direction: ltr; } | |
| 2246 | + | |
| 3182 | 2247 | .e-control-global .elementor-control-spinner { |
| 3183 | - margin-inline-end: 4px; | |
| 3184 | -} | |
| 2248 | + margin-right: 4px; } | |
| 3185 | 2249 | |
| 3186 | 2250 | .elementor-control-type-hidden { |
| 3187 | - display: none !important; | |
| 3188 | -} | |
| 2251 | + display: none !important; } | |
| 3189 | 2252 | |
| 3190 | 2253 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3191 | - margin-inline-end: 3px; | |
| 3192 | -} | |
| 2254 | + margin-right: 3px; } | |
| 3193 | 2255 | |
| 3194 | 2256 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3195 | 2257 | margin: 0 0 15px; |
| 3196 | - line-height: 1.4; | |
| 3197 | -} | |
| 2258 | + line-height: 1.4; } | |
| 2259 | + | |
| 3198 | 2260 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 3199 | - display: flex; | |
| 3200 | - align-items: flex-start; | |
| 3201 | -} | |
| 2261 | + overflow: hidden; } | |
| 2262 | + | |
| 3202 | 2263 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 3203 | 2264 | width: 65px; |
| 3204 | -} | |
| 3205 | -.elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 3206 | - color: var(--e-a-color-txt); | |
| 3207 | -} | |
| 2265 | + float: left; } | |
| 2266 | + .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 2267 | + color: #a4afb7; } | |
| 2268 | + | |
| 3208 | 2269 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3209 | 2270 | width: 20px; |
| 3210 | 2271 | text-align: center; |
| 3211 | - padding-block-start: 4px; | |
| 3212 | -} | |
| 2272 | + float: left; | |
| 2273 | + padding-top: 4px; } | |
| 2274 | + | |
| 3213 | 2275 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3214 | 2276 | display: block; |
| 3215 | - margin-block-start: 5px; | |
| 3216 | - color: var(--e-a-color-txt-disabled); | |
| 3217 | - font-size: 10px; | |
| 3218 | - text-align: center; | |
| 3219 | -} | |
| 2277 | + text-transform: uppercase; | |
| 2278 | + margin-top: 5px; | |
| 2279 | + color: #d5dadf; | |
| 2280 | + font-size: 9px; | |
| 2281 | + text-align: center; } | |
| 2282 | + | |
| 3220 | 2283 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3221 | - margin-inline-start: auto; | |
| 3222 | -} | |
| 2284 | + float: right; | |
| 2285 | + height: 27px; | |
| 2286 | + width: 65px; } | |
| 3223 | 2287 | |
| 3224 | -.elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__content__remove { | |
| 3225 | - display: none; | |
| 3226 | -} | |
| 3227 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 3228 | - display: none; | |
| 3229 | -} | |
| 3230 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 3231 | - display: none; | |
| 3232 | -} | |
| 2288 | +.elementor-control-media.elementor-media-empty .elementor-control-media-area { | |
| 2289 | + display: none; } | |
| 2290 | + | |
| 2291 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 2292 | + display: none; } | |
| 2293 | + | |
| 2294 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 2295 | + border: 1px solid #d5dadf; } | |
| 2296 | + | |
| 3233 | 2297 | .elementor-control-media .eicon-plus-circle { |
| 3234 | 2298 | position: absolute; |
| 3235 | - inset-block-start: 50%; | |
| 3236 | - inset-inline-start: 50%; | |
| 3237 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3238 | - color: var(--e-a-color-white); | |
| 3239 | - font-size: 20px; | |
| 3240 | -} | |
| 2299 | + top: 50%; | |
| 2300 | + left: 50%; | |
| 2301 | + -webkit-transform: translate(-50%, -50%); | |
| 2302 | + -ms-transform: translate(-50%, -50%); | |
| 2303 | + transform: translate(-50%, -50%); | |
| 2304 | + color: #fff; | |
| 2305 | + font-size: 20px; } | |
| 2306 | + | |
| 3241 | 2307 | .elementor-control-media__content__upload-button { |
| 3242 | - background-color: var(--e-a-bg-active-bold); | |
| 3243 | -} | |
| 2308 | + background-color: #d5dadf; } | |
| 2309 | + | |
| 3244 | 2310 | .elementor-control-media__preview { |
| 3245 | 2311 | height: 100%; |
| 3246 | - background-size: cover; | |
| 3247 | - background-position: center; | |
| 3248 | -} | |
| 2312 | + -webkit-background-size: cover; | |
| 2313 | + background-size: cover; | |
| 2314 | + background-position: center; } | |
| 2315 | + | |
| 3249 | 2316 | .elementor-control-media-area { |
| 3250 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 3251 | - background-size: 16px 16px; | |
| 3252 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 3253 | - background-color: var(--e-a-bg-default); | |
| 3254 | - border: var(--e-a-border-bold); | |
| 3255 | - aspect-ratio: 21/9; | |
| 3256 | -} | |
| 3257 | -.elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 3258 | - display: none; | |
| 3259 | -} | |
| 3260 | -.elementor-control-media-area .eicon-video-camera { | |
| 3261 | - position: absolute; | |
| 3262 | - inset-block-start: 50%; | |
| 3263 | - inset-inline-start: 50%; | |
| 3264 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3265 | - color: rgba(255, 255, 255, 0.7); | |
| 3266 | - font-size: 21px; | |
| 3267 | -} | |
| 2317 | + background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2318 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2319 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2320 | + -webkit-background-size: 16px 16px; | |
| 2321 | + background-size: 16px 16px; | |
| 2322 | + background-position: 0 0, 8px 8px; | |
| 2323 | + background-color: #f6f6f6; } | |
| 2324 | + .elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 2325 | + display: none; } | |
| 2326 | + .elementor-control-media-area .eicon-video-camera { | |
| 2327 | + position: absolute; | |
| 2328 | + top: 50%; | |
| 2329 | + left: 50%; | |
| 2330 | + -webkit-transform: translate(-50%, -50%); | |
| 2331 | + -ms-transform: translate(-50%, -50%); | |
| 2332 | + transform: translate(-50%, -50%); | |
| 2333 | + color: rgba(255, 255, 255, 0.7); | |
| 2334 | + font-size: 21px; } | |
| 2335 | + | |
| 3268 | 2336 | .elementor-control-media .elementor-control-media__content { |
| 3269 | - aspect-ratio: 21/9; | |
| 3270 | - position: relative; | |
| 3271 | 2337 | cursor: pointer; |
| 3272 | - overflow: hidden; | |
| 3273 | -} | |
| 3274 | -.elementor-control-media .elementor-control-media__content:hover:after { | |
| 3275 | - content: ""; | |
| 3276 | - position: absolute; | |
| 3277 | - inset: 0; | |
| 3278 | - background-color: rgba(0, 0, 0, 0.2); | |
| 3279 | - pointer-events: none; | |
| 3280 | -} | |
| 3281 | -.elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 3282 | - inset-block-end: -30px; | |
| 3283 | -} | |
| 2338 | + overflow: hidden; } | |
| 2339 | + .elementor-control-media .elementor-control-media__content:hover:after { | |
| 2340 | + content: ''; | |
| 2341 | + position: absolute; | |
| 2342 | + top: 0; | |
| 2343 | + bottom: 0; | |
| 2344 | + left: 0; | |
| 2345 | + right: 0; | |
| 2346 | + background-color: rgba(0, 0, 0, 0.2); | |
| 2347 | + pointer-events: none; } | |
| 2348 | + .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 2349 | + bottom: -30px; } | |
| 2350 | + | |
| 3284 | 2351 | .elementor-control-media__content { |
| 3285 | - transition: all 0.2s ease-in-out; | |
| 3286 | -} | |
| 2352 | + -webkit-transition: all .2s ease-in-out; | |
| 2353 | + -o-transition: all .2s ease-in-out; | |
| 2354 | + transition: all .2s ease-in-out; } | |
| 2355 | + | |
| 3287 | 2356 | .elementor-control-media__tools { |
| 3288 | 2357 | position: absolute; |
| 3289 | - inset-block-end: 0; | |
| 3290 | - inset-inline: 0; | |
| 2358 | + bottom: 0; | |
| 2359 | + left: 0; | |
| 2360 | + right: 0; | |
| 3291 | 2361 | height: 27px; |
| 3292 | - transition: all 0.2s ease-in-out; | |
| 3293 | -} | |
| 3294 | -.elementor-control-media__tools > *:not(:first-child) { | |
| 3295 | - margin-inline-start: 1px; | |
| 3296 | -} | |
| 2362 | + -webkit-transition: all .2s ease-in-out; | |
| 2363 | + -o-transition: all .2s ease-in-out; | |
| 2364 | + transition: all .2s ease-in-out; } | |
| 2365 | + .elementor-control-media__tools > *:not(:first-child) { | |
| 2366 | + margin-left: 1px; } | |
| 2367 | + | |
| 3297 | 2368 | .elementor-control-media__tool { |
| 2369 | + display: -webkit-box; | |
| 2370 | + display: -ms-flexbox; | |
| 3298 | 2371 | display: flex; |
| 3299 | - align-items: center; | |
| 3300 | - justify-content: center; | |
| 3301 | - flex-grow: 1; | |
| 3302 | - color: var(--e-a-color-white); | |
| 3303 | - background-color: rgba(0, 0, 0, 0.9); | |
| 2372 | + -webkit-box-align: center; | |
| 2373 | + -ms-flex-align: center; | |
| 2374 | + align-items: center; | |
| 2375 | + -webkit-box-pack: center; | |
| 2376 | + -ms-flex-pack: center; | |
| 2377 | + justify-content: center; | |
| 2378 | + -webkit-box-flex: 1; | |
| 2379 | + -ms-flex-positive: 1; | |
| 2380 | + flex-grow: 1; | |
| 2381 | + color: #fff; | |
| 2382 | + background-color: rgba(109, 120, 130, 0.85); | |
| 3304 | 2383 | font-size: 11px; |
| 3305 | - transition: var(--e-a-transition-hover); | |
| 3306 | -} | |
| 3307 | -.elementor-control-media__tool:hover { | |
| 3308 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3309 | -} | |
| 2384 | + -webkit-transition: background .3s; | |
| 2385 | + -o-transition: background .3s; | |
| 2386 | + transition: background .3s; } | |
| 2387 | + .elementor-control-media__tool:hover { | |
| 2388 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 2389 | + | |
| 3310 | 2390 | .elementor-control-media__remove { |
| 2391 | + display: -webkit-box; | |
| 2392 | + display: -ms-flexbox; | |
| 3311 | 2393 | display: flex; |
| 3312 | - align-items: center; | |
| 3313 | - justify-content: center; | |
| 3314 | - transition: all 0.3s ease-in-out; | |
| 3315 | -} | |
| 2394 | + -webkit-box-align: center; | |
| 2395 | + -ms-flex-align: center; | |
| 2396 | + align-items: center; | |
| 2397 | + -webkit-box-pack: center; | |
| 2398 | + -ms-flex-pack: center; | |
| 2399 | + justify-content: center; | |
| 2400 | + -webkit-transition: all .3s ease-in-out; | |
| 2401 | + -o-transition: all .3s ease-in-out; | |
| 2402 | + transition: all .3s ease-in-out; } | |
| 2403 | + | |
| 3316 | 2404 | .elementor-control-media__content__remove { |
| 3317 | 2405 | position: absolute; |
| 3318 | 2406 | z-index: 1; |
| 3319 | - inset-block-start: 10px; | |
| 3320 | - inset-inline-end: 10px; | |
| 2407 | + top: 10px; | |
| 2408 | + right: 10px; | |
| 3321 | 2409 | width: 20px; |
| 3322 | 2410 | height: 20px; |
| 3323 | 2411 | font-size: 11px; |
| 3324 | - color: var(--e-a-color-white); | |
| 3325 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3326 | - border-radius: var(--e-border-radius); | |
| 3327 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3328 | - transition: var(--e-a-transition-hover); | |
| 3329 | -} | |
| 3330 | -.elementor-control-media__content__remove:hover { | |
| 3331 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3332 | -} | |
| 3333 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 3334 | - display: none; | |
| 3335 | -} | |
| 3336 | -.elementor-control-media__warnings:empty { | |
| 3337 | - display: none; | |
| 3338 | -} | |
| 3339 | -.elementor-control-media__warnings:not(:empty) { | |
| 3340 | - margin-block-start: 10px; | |
| 3341 | -} | |
| 2412 | + color: #a4afb7; | |
| 2413 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2414 | + -webkit-border-radius: 3px; | |
| 2415 | + border-radius: 3px; | |
| 2416 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 2417 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); } | |
| 2418 | + .elementor-control-media__content__remove:hover { | |
| 2419 | + background-color: white; | |
| 2420 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 2421 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); } | |
| 2422 | + | |
| 2423 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 2424 | + display: none; } | |
| 2425 | + | |
| 3342 | 2426 | .elementor-control-media__file { |
| 2427 | + display: -webkit-box; | |
| 2428 | + display: -ms-flexbox; | |
| 3343 | 2429 | display: flex; |
| 3344 | - justify-content: space-between; | |
| 3345 | - align-items: center; | |
| 2430 | + -webkit-box-pack: justify; | |
| 2431 | + -ms-flex-pack: justify; | |
| 2432 | + justify-content: space-between; | |
| 2433 | + -webkit-box-align: center; | |
| 2434 | + -ms-flex-align: center; | |
| 2435 | + align-items: center; | |
| 3346 | 2436 | width: 100%; |
| 3347 | - margin-block-start: 10px; | |
| 3348 | - border: var(--e-a-border); | |
| 3349 | -} | |
| 3350 | -.elementor-control-media__file__content { | |
| 3351 | - padding-inline-start: 5px; | |
| 3352 | - font-size: 12px; | |
| 3353 | -} | |
| 3354 | -.elementor-control-media__file__content__label { | |
| 3355 | - color: #9DA5AE; | |
| 3356 | -} | |
| 3357 | -.elementor-control-media__file__content__info { | |
| 3358 | - display: flex; | |
| 3359 | - align-items: center; | |
| 3360 | - font-weight: 500; | |
| 3361 | -} | |
| 3362 | -.elementor-control-media__file__content__info__icon { | |
| 3363 | - margin-inline-end: 5px; | |
| 3364 | -} | |
| 3365 | -.elementor-control-media__file__controls { | |
| 3366 | - display: flex; | |
| 3367 | - border-inline-start: var(--e-a-border); | |
| 3368 | -} | |
| 3369 | -.elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 3370 | - width: 27px; | |
| 3371 | - height: 27px; | |
| 3372 | - cursor: pointer; | |
| 3373 | - align-items: center; | |
| 3374 | -} | |
| 3375 | -.elementor-control-media__file__controls__upload-button { | |
| 3376 | - display: flex; | |
| 3377 | - justify-content: center; | |
| 3378 | -} | |
| 3379 | -.elementor-control-media__file__controls__remove { | |
| 3380 | - border-inline-end: var(--e-a-border); | |
| 3381 | -} | |
| 3382 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 3383 | - display: none; | |
| 3384 | -} | |
| 3385 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 3386 | - display: none; | |
| 3387 | -} | |
| 3388 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 3389 | - display: none; | |
| 3390 | -} | |
| 2437 | + margin-top: 10px; | |
| 2438 | + border: 1px solid #d5dadf; } | |
| 2439 | + .elementor-control-media__file__content { | |
| 2440 | + padding-left: 5px; | |
| 2441 | + font-size: 12px; } | |
| 2442 | + .elementor-control-media__file__content__label { | |
| 2443 | + color: #a4afb7; } | |
| 2444 | + .elementor-control-media__file__content__info { | |
| 2445 | + display: -webkit-box; | |
| 2446 | + display: -ms-flexbox; | |
| 2447 | + display: flex; | |
| 2448 | + -webkit-box-align: center; | |
| 2449 | + -ms-flex-align: center; | |
| 2450 | + align-items: center; | |
| 2451 | + font-weight: 500; } | |
| 2452 | + .elementor-control-media__file__content__info__icon { | |
| 2453 | + margin-right: 5px; } | |
| 2454 | + .elementor-control-media__file__controls { | |
| 2455 | + display: -webkit-box; | |
| 2456 | + display: -ms-flexbox; | |
| 2457 | + display: flex; | |
| 2458 | + border-left: 1px solid #d5dadf; } | |
| 2459 | + .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 2460 | + width: 27px; | |
| 2461 | + height: 27px; | |
| 2462 | + cursor: pointer; | |
| 2463 | + -webkit-box-align: center; | |
| 2464 | + -ms-flex-align: center; | |
| 2465 | + align-items: center; } | |
| 2466 | + .elementor-control-media__file__controls__upload-button { | |
| 2467 | + display: -webkit-box; | |
| 2468 | + display: -ms-flexbox; | |
| 2469 | + display: flex; | |
| 2470 | + -webkit-box-pack: center; | |
| 2471 | + -ms-flex-pack: center; | |
| 2472 | + justify-content: center; } | |
| 2473 | + .elementor-control-media__file__controls__remove { | |
| 2474 | + border-right: 1px solid #d5dadf; } | |
| 2475 | + | |
| 2476 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 2477 | + display: none; } | |
| 2478 | + | |
| 2479 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 2480 | + display: none; } | |
| 2481 | + | |
| 2482 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 2483 | + display: none; } | |
| 2484 | + | |
| 3391 | 2485 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 3392 | 2486 | border: none; |
| 3393 | - border-radius: 0; | |
| 3394 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3395 | - color: var(--e-a-color-white); | |
| 3396 | -} | |
| 3397 | -.elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 3398 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3399 | - color: var(--e-a-color-white); | |
| 3400 | -} | |
| 3401 | -.elementor-control-media .e-control-image-size { | |
| 3402 | - display: flex; | |
| 3403 | - flex-direction: column; | |
| 3404 | - width: 100%; | |
| 3405 | - padding-block-start: 20px; | |
| 3406 | -} | |
| 3407 | -.elementor-control-media .e-control-image-size .elementor-control-input-wrapper { | |
| 3408 | - margin-inline-start: auto; | |
| 3409 | -} | |
| 2487 | + -webkit-border-radius: 0; | |
| 2488 | + border-radius: 0; | |
| 2489 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2490 | + color: #fff; } | |
| 2491 | + .elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 2492 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 3410 | 2493 | |
| 3411 | 2494 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3412 | - border: none; | |
| 3413 | -} | |
| 2495 | + border: none; } | |
| 3414 | 2496 | |
| 3415 | -.elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { | |
| 3416 | - background-color: var(--e-a-bg-active-bold); | |
| 3417 | -} | |
| 2497 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 2498 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2499 | + border-radius: 3px 0 0 3px; | |
| 2500 | + border-right: none; } | |
| 3418 | 2501 | |
| 3419 | -.elementor-control-notice { | |
| 3420 | - display: flex; | |
| 3421 | - justify-content: flex-start; | |
| 3422 | - align-items: flex-start; | |
| 3423 | - gap: 8px; | |
| 3424 | - padding: 16px; | |
| 3425 | - border-radius: 3px; | |
| 3426 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3427 | - color: var(--e-a-color-txt); | |
| 3428 | - font-size: 12px; | |
| 3429 | - font-weight: 400; | |
| 3430 | - line-height: 1.5; | |
| 3431 | - text-align: start; | |
| 3432 | - margin-block-start: 10px; | |
| 3433 | -} | |
| 3434 | -.elementor-control-notice-type-info { | |
| 3435 | - --notice-control-color: var(--e-a-color-info); | |
| 3436 | -} | |
| 3437 | -.elementor-control-notice-type-success { | |
| 3438 | - --notice-control-color: var(--e-a-color-success); | |
| 3439 | -} | |
| 3440 | -.elementor-control-notice-type-warning { | |
| 3441 | - --notice-control-color: var(--e-a-color-warning); | |
| 3442 | -} | |
| 3443 | -.elementor-control-notice-type-danger { | |
| 3444 | - --notice-control-color: var(--e-a-color-danger); | |
| 3445 | -} | |
| 3446 | -.elementor-control-notice-icon { | |
| 3447 | - flex-basis: 18px; | |
| 3448 | - color: var(--notice-control-color); | |
| 3449 | -} | |
| 3450 | -.elementor-control-notice-main { | |
| 3451 | - display: flex; | |
| 3452 | - flex-direction: column; | |
| 3453 | - justify-content: flex-start; | |
| 3454 | - align-items: flex-start; | |
| 3455 | - gap: 6px; | |
| 3456 | - flex: 1; | |
| 3457 | -} | |
| 3458 | -.elementor-control-notice-main-heading { | |
| 3459 | - font-weight: 700; | |
| 3460 | - font-style: italic; | |
| 3461 | -} | |
| 3462 | -.elementor-control-notice-main-content { | |
| 3463 | - font-style: italic; | |
| 3464 | - line-height: 1.5; | |
| 3465 | -} | |
| 3466 | -.elementor-control-notice-main-actions { | |
| 3467 | - display: flex; | |
| 3468 | - gap: 10px; | |
| 3469 | - padding-block-start: 8px; | |
| 3470 | -} | |
| 3471 | -.elementor-control-notice-main a { | |
| 3472 | - color: inherit; | |
| 3473 | - font-weight: 700; | |
| 3474 | - cursor: pointer; | |
| 3475 | -} | |
| 3476 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3477 | - color: inherit; | |
| 3478 | -} | |
| 3479 | -.elementor-control-notice-dismiss { | |
| 3480 | - -webkit-appearance: none; | |
| 3481 | - -moz-appearance: none; | |
| 3482 | - appearance: none; | |
| 3483 | - background-color: transparent; | |
| 3484 | - border: 0; | |
| 2502 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 2503 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2504 | + border-radius: 0 3px 3px 0; } | |
| 2505 | + | |
| 2506 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 2507 | + display: -webkit-box; | |
| 2508 | + display: -ms-flexbox; | |
| 2509 | + display: flex; } | |
| 2510 | + | |
| 2511 | +.elementor-control-type-order input { | |
| 2512 | + display: none; } | |
| 2513 | + .elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 2514 | + -webkit-transform: scale(1, -1); | |
| 2515 | + -ms-transform: scale(1, -1); | |
| 2516 | + transform: scale(1, -1); } | |
| 2517 | + | |
| 2518 | +.elementor-control-type-order select { | |
| 2519 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2520 | + border-radius: 3px 0 0 3px; } | |
| 2521 | + .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 2522 | + border-color: #d5dadf; } | |
| 2523 | + .elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 2524 | + border-color: #a4afb7; } | |
| 2525 | + | |
| 2526 | +.elementor-control-type-order .elementor-control-order-label { | |
| 2527 | + position: relative; | |
| 3485 | 2528 | padding: 0; |
| 3486 | - margin: 0; | |
| 3487 | - cursor: pointer; | |
| 3488 | -} | |
| 2529 | + width: 40px; | |
| 2530 | + border: 1px solid; | |
| 2531 | + font-size: 10px; | |
| 2532 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2533 | + border-radius: 0 3px 3px 0; | |
| 2534 | + margin-left: -3px; | |
| 2535 | + background-color: #fff; | |
| 2536 | + cursor: pointer; } | |
| 2537 | + .elementor-control-type-order .elementor-control-order-label i { | |
| 2538 | + position: absolute; | |
| 2539 | + top: 50%; | |
| 2540 | + left: 50%; | |
| 2541 | + -webkit-transform: translate(-50%, -50%); | |
| 2542 | + -ms-transform: translate(-50%, -50%); | |
| 2543 | + transform: translate(-50%, -50%); } | |
| 3489 | 2544 | |
| 3490 | 2545 | .elementor-control-type-popover_toggle input { |
| 3491 | - display: none; | |
| 3492 | -} | |
| 2546 | + display: none; } | |
| 2547 | + | |
| 3493 | 2548 | .elementor-control-type-popover_toggle label { |
| 3494 | - cursor: pointer; | |
| 3495 | -} | |
| 2549 | + cursor: pointer; } | |
| 2550 | + | |
| 3496 | 2551 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3497 | - display: flex; | |
| 3498 | - flex-direction: row-reverse; | |
| 3499 | - align-items: center; | |
| 3500 | -} | |
| 2552 | + direction: rtl; } | |
| 2553 | + | |
| 3501 | 2554 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3502 | - color: var(--e-a-color-txt-active); | |
| 3503 | - background-color: var(--e-a-bg-active-bold); | |
| 3504 | -} | |
| 2555 | + color: #71d7f7; } | |
| 2556 | + | |
| 3505 | 2557 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 3506 | - display: none; | |
| 3507 | -} | |
| 2558 | + display: none; } | |
| 2559 | + | |
| 2560 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2561 | + color: #c2cbd2; | |
| 2562 | + margin-right: 5px; } | |
| 2563 | + | |
| 3508 | 2564 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 3509 | 2565 | height: 27px; |
| 2566 | + display: -webkit-inline-box; | |
| 2567 | + display: -ms-inline-flexbox; | |
| 3510 | 2568 | display: inline-flex; |
| 3511 | - align-items: center; | |
| 3512 | - justify-content: center; | |
| 3513 | - border-radius: var(--e-a-border-radius); | |
| 3514 | - border: var(--e-a-border-bold); | |
| 3515 | - transition: var(--e-a-transition-hover); | |
| 3516 | -} | |
| 3517 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 3518 | - background-color: var(--e-a-bg-hover); | |
| 3519 | -} | |
| 3520 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 3521 | - color: var(--e-a-color-txt-muted); | |
| 3522 | - margin-inline-end: 5px; | |
| 3523 | -} | |
| 3524 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 3525 | - color: var(--e-a-color-txt); | |
| 3526 | -} | |
| 2569 | + -webkit-box-align: center; | |
| 2570 | + -ms-flex-align: center; | |
| 2571 | + align-items: center; | |
| 2572 | + -webkit-box-pack: center; | |
| 2573 | + -ms-flex-pack: center; | |
| 2574 | + justify-content: center; | |
| 2575 | + -webkit-border-radius: 3px; | |
| 2576 | + border-radius: 3px; | |
| 2577 | + border: 1px solid #d5dadf; } | |
| 3527 | 2578 | |
| 3528 | 2579 | .elementor-controls-popover.e-controls-popover--typography { |
| 3529 | - padding-block-start: 0; | |
| 3530 | -} | |
| 2580 | + padding-top: 0; } | |
| 3531 | 2581 | |
| 3532 | 2582 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3533 | - border-start-start-radius: 0; | |
| 3534 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3535 | - border-end-start-radius: 0; | |
| 3536 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3537 | - flex-shrink: 0; | |
| 3538 | -} | |
| 2583 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2584 | + border-radius: 0 3px 3px 0; | |
| 2585 | + -ms-flex-negative: 0; | |
| 2586 | + flex-shrink: 0; } | |
| 3539 | 2587 | |
| 3540 | 2588 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3541 | - padding-inline-start: 10px; | |
| 3542 | - padding-inline-end: 10px; | |
| 3543 | - padding-block-end: 10px; | |
| 3544 | -} | |
| 2589 | + padding-right: 10px; | |
| 2590 | + padding-left: 10px; | |
| 2591 | + padding-bottom: 10px; } | |
| 2592 | + | |
| 3545 | 2593 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3546 | - display: none; | |
| 3547 | -} | |
| 3548 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3549 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3550 | - display: none; | |
| 3551 | -} | |
| 2594 | + display: none; } | |
| 2595 | + | |
| 3552 | 2596 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3553 | - margin: 10px 0; | |
| 3554 | -} | |
| 2597 | + margin: 10px 0; } | |
| 2598 | + | |
| 3555 | 2599 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3556 | - border: var(--e-a-border-bold); | |
| 3557 | - border-block-start-width: 0; | |
| 3558 | - padding-block-start: 15px; | |
| 3559 | -} | |
| 3560 | -.elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 3561 | - display: none; | |
| 3562 | -} | |
| 2600 | + border: 1px solid #d5dadf; | |
| 2601 | + border-top-width: 0; | |
| 2602 | + padding-top: 15px; } | |
| 2603 | + .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 2604 | + display: none; } | |
| 2605 | + | |
| 3563 | 2606 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3564 | - display: flex; | |
| 3565 | - align-items: center; | |
| 2607 | + display: table; | |
| 2608 | + table-layout: fixed; | |
| 3566 | 2609 | width: 100%; |
| 3567 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3568 | - transition: var(--e-a-transition-hover); | |
| 3569 | -} | |
| 3570 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3571 | - display: flex; | |
| 3572 | - align-items: center; | |
| 3573 | - justify-content: center; | |
| 2610 | + color: #556068; | |
| 2611 | + background-color: #d5dadf; | |
| 3574 | 2612 | height: 40px; |
| 3575 | - border: none; | |
| 3576 | - background-color: transparent; | |
| 3577 | - color: currentColor; | |
| 3578 | - cursor: pointer; | |
| 3579 | -} | |
| 3580 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3581 | - background-color: var(--e-a-bg-hover); | |
| 3582 | -} | |
| 3583 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 3584 | - flex: 1; | |
| 3585 | - justify-content: flex-start; | |
| 3586 | - padding: 0 10px; | |
| 3587 | - font-size: var(--control-title-size); | |
| 3588 | - white-space: nowrap; | |
| 3589 | - text-overflow: ellipsis; | |
| 3590 | - overflow: hidden; | |
| 3591 | -} | |
| 3592 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 3593 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 3594 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 3595 | - margin-inline-end: 5px; | |
| 3596 | -} | |
| 3597 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { | |
| 3598 | - width: 1em; | |
| 3599 | -} | |
| 3600 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 3601 | - width: 40px; | |
| 3602 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3603 | -} | |
| 3604 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 3605 | - width: 10px; | |
| 3606 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3607 | - cursor: move; | |
| 3608 | -} | |
| 2613 | + border-spacing: 1px; | |
| 2614 | + -webkit-transition: all .5s; | |
| 2615 | + -o-transition: all .5s; | |
| 2616 | + transition: all .5s; } | |
| 2617 | + .elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 2618 | + background-color: #a4afb7; } | |
| 2619 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 2620 | + display: table-cell; | |
| 2621 | + text-align: center; | |
| 2622 | + vertical-align: middle; | |
| 2623 | + cursor: pointer; } | |
| 2624 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 2625 | + background-color: #fff; } | |
| 2626 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 2627 | + opacity: .95; } | |
| 2628 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 2629 | + text-align: left; | |
| 2630 | + padding: 0 10px; | |
| 2631 | + font-size: 12px; | |
| 2632 | + white-space: nowrap; | |
| 2633 | + -o-text-overflow: ellipsis; | |
| 2634 | + text-overflow: ellipsis; | |
| 2635 | + overflow: hidden; } | |
| 2636 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 2637 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 2638 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 2639 | + margin-right: 5px; } | |
| 2640 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] { | |
| 2641 | + width: 1em; } | |
| 2642 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 2643 | + width: 40px; } | |
| 2644 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 2645 | + cursor: move; | |
| 2646 | + width: 10px; | |
| 2647 | + color: #fff; } | |
| 2648 | + | |
| 3609 | 2649 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3610 | 2650 | text-align: center; |
| 3611 | - padding-block-start: 5px; | |
| 3612 | -} | |
| 2651 | + padding-top: 5px; } | |
| 3613 | 2652 | |
| 3614 | -#elementor-controls, | |
| 3615 | -#elementor-panel-page-settings-controls, | |
| 3616 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3617 | - padding-block-start: 15px; | |
| 3618 | -} | |
| 3619 | - | |
| 3620 | 2653 | .elementor-control-type-section { |
| 3621 | - padding: 0; | |
| 3622 | -} | |
| 3623 | -.elementor-control-type-section.e-open { | |
| 3624 | - padding-block-end: 10px; | |
| 3625 | -} | |
| 3626 | -.elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 3627 | - display: none; | |
| 3628 | -} | |
| 3629 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 3630 | - margin-block-start: 25px; | |
| 3631 | -} | |
| 2654 | + margin-top: 10px; | |
| 2655 | + padding: 0; } | |
| 2656 | + .elementor-control-type-section.elementor-open { | |
| 2657 | + padding-bottom: 15px; } | |
| 2658 | + .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 2659 | + display: none; } | |
| 3632 | 2660 | |
| 3633 | -.elementor-control-type-select .elementor-control-input-wrapper { | |
| 3634 | - position: relative; | |
| 3635 | -} | |
| 3636 | -.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 3637 | - -webkit-appearance: none; | |
| 3638 | - -moz-appearance: none; | |
| 3639 | - appearance: none; | |
| 3640 | - font-size: var(--control-title-size); | |
| 3641 | - font-family: inherit; | |
| 3642 | - font-weight: inherit; | |
| 3643 | - font-style: inherit; | |
| 3644 | - text-transform: inherit; | |
| 3645 | - letter-spacing: inherit; | |
| 3646 | - line-height: inherit; | |
| 3647 | - flex-basis: 100%; | |
| 3648 | - padding-inline-start: 5px; | |
| 3649 | - padding-inline-end: 20px; | |
| 3650 | - cursor: pointer; | |
| 3651 | -} | |
| 3652 | -.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 3653 | - color: var(--e-a-color-txt-disabled); | |
| 3654 | -} | |
| 3655 | -.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 3656 | - display: none; | |
| 3657 | -} | |
| 3658 | -.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 3659 | - font-family: eicons; | |
| 3660 | - content: "\e8ad"; | |
| 3661 | - font-size: 12px; | |
| 3662 | - position: absolute; | |
| 3663 | - inset-block-start: 50%; | |
| 3664 | - inset-inline-end: 5px; | |
| 3665 | - transform: translateY(-50%); | |
| 3666 | - pointer-events: none; | |
| 3667 | -} | |
| 3668 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3669 | - max-width: 80px; | |
| 3670 | -} | |
| 2661 | +.elementor-shadow-box .elementor-shadow-slider { | |
| 2662 | + margin-top: 10px; } | |
| 3671 | 2663 | |
| 3672 | -.elementor-shadow-box .elementor-shadow-slider { | |
| 3673 | - margin-block-start: 10px; | |
| 3674 | -} | |
| 3675 | 2664 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3676 | - flex-grow: 1; | |
| 3677 | -} | |
| 2665 | + -webkit-box-flex: 1; | |
| 2666 | + -ms-flex-positive: 1; | |
| 2667 | + flex-grow: 1; } | |
| 3678 | 2668 | |
| 3679 | 2669 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3680 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3681 | - border-start-end-radius: 0; | |
| 3682 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3683 | - border-end-end-radius: 0; | |
| 3684 | -} | |
| 2670 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2671 | + border-radius: 3px 0 0 3px; } | |
| 2672 | + | |
| 3685 | 2673 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3686 | - width: 21%; | |
| 3687 | -} | |
| 2674 | + width: 21%; } | |
| 2675 | + | |
| 3688 | 2676 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3689 | - display: block; | |
| 3690 | -} | |
| 2677 | + display: block; } | |
| 2678 | + | |
| 3691 | 2679 | .elementor-control-type-slider--multiple { |
| 3692 | - padding-block-end: 40px; | |
| 3693 | -} | |
| 3694 | -.elementor-control-type-slider--multiple .elementor-slider { | |
| 3695 | - margin-block-start: 12px; | |
| 3696 | - width: 98%; | |
| 3697 | -} | |
| 2680 | + padding-bottom: 40px; } | |
| 2681 | + .elementor-control-type-slider--multiple .elementor-slider { | |
| 2682 | + margin-top: 12px; | |
| 2683 | + width: 98%; } | |
| 2684 | + | |
| 3698 | 2685 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3699 | - border-radius: 0; | |
| 2686 | + -webkit-border-radius: 0; | |
| 2687 | + border-radius: 0; | |
| 3700 | 2688 | width: 10px; |
| 3701 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3702 | -} | |
| 3703 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 3704 | - content: ""; | |
| 3705 | - position: absolute; | |
| 3706 | - inset-block-start: 2px; | |
| 3707 | - height: 12px; | |
| 3708 | - width: 11px; | |
| 3709 | - transform: rotate(45deg); | |
| 3710 | - background-color: var(--e-a-color-white); | |
| 3711 | - border-radius: 3px; | |
| 3712 | -} | |
| 3713 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 3714 | - left: 5px; | |
| 3715 | - box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3716 | -} | |
| 3717 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 3718 | - right: 5px; | |
| 3719 | - box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3720 | -} | |
| 2689 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2690 | + -ms-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2691 | + transform: translateY(calc(50% - 14px)) translateX(4px); } | |
| 2692 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 2693 | + content: ''; | |
| 2694 | + position: absolute; | |
| 2695 | + top: 2px; | |
| 2696 | + height: 12px; | |
| 2697 | + width: 11px; | |
| 2698 | + -webkit-transform: rotate(45deg); | |
| 2699 | + -ms-transform: rotate(45deg); | |
| 2700 | + transform: rotate(45deg); | |
| 2701 | + background-color: #fff; | |
| 2702 | + -webkit-border-radius: 3px; | |
| 2703 | + border-radius: 3px; } | |
| 2704 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 2705 | + left: 5px; | |
| 2706 | + -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2707 | + box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2708 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 2709 | + right: 5px; | |
| 2710 | + -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2711 | + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2712 | + | |
| 3721 | 2713 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3722 | - border-inline-start-width: 0; | |
| 3723 | - border-start-start-radius: 0; | |
| 3724 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3725 | - border-end-start-radius: 0; | |
| 3726 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3727 | -} | |
| 2714 | + border-left-width: 0; | |
| 2715 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2716 | + border-radius: 0 3px 3px 0; } | |
| 2717 | + | |
| 3728 | 2718 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 2719 | + display: -webkit-box; | |
| 2720 | + display: -ms-flexbox; | |
| 3729 | 2721 | display: flex; |
| 3730 | - align-items: center; | |
| 3731 | -} | |
| 2722 | + -webkit-box-align: center; | |
| 2723 | + -ms-flex-align: center; | |
| 2724 | + align-items: center; } | |
| 2725 | + | |
| 3732 | 2726 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3733 | - margin-block-start: 10px; | |
| 3734 | -} | |
| 3735 | -.elementor-control-type-slider.e-units-custom .elementor-slider { | |
| 3736 | - display: none; | |
| 3737 | -} | |
| 3738 | -.elementor-control-type-slider.e-units-custom .elementor-slider-input { | |
| 3739 | - width: 100%; | |
| 3740 | - margin: 0; | |
| 3741 | - transition: none; | |
| 3742 | -} | |
| 2727 | + margin-top: 10px; } | |
| 3743 | 2728 | |
| 3744 | 2729 | .elementor-slider { |
| 3745 | - flex-grow: 1; | |
| 2730 | + -webkit-box-flex: 1; | |
| 2731 | + -ms-flex-positive: 1; | |
| 2732 | + flex-grow: 1; | |
| 3746 | 2733 | height: 4px; |
| 3747 | - background-color: var(--e-a-border-color-bold); | |
| 3748 | - border-radius: 5px; | |
| 2734 | + background-color: #d5dadf; | |
| 2735 | + -webkit-border-radius: 5px; | |
| 2736 | + border-radius: 5px; | |
| 3749 | 2737 | position: relative; |
| 3750 | - cursor: pointer; | |
| 3751 | -} | |
| 3752 | -.elementor-slider-input { | |
| 3753 | - width: 21%; | |
| 3754 | - min-width: 54px; | |
| 3755 | - margin-inline-start: 12px; | |
| 3756 | - transition: width 0.3s ease-in-out; | |
| 3757 | -} | |
| 3758 | -.elementor-slider__extra { | |
| 3759 | - position: relative; | |
| 3760 | -} | |
| 3761 | -.elementor-slider__labels { | |
| 3762 | - display: flex; | |
| 3763 | - justify-content: space-between; | |
| 3764 | -} | |
| 3765 | -.elementor-slider__label { | |
| 3766 | - font-size: 9px; | |
| 3767 | - color: var(--e-a-color-txt-disabled); | |
| 3768 | -} | |
| 3769 | -.elementor-slider__scales { | |
| 3770 | - position: absolute; | |
| 3771 | - display: flex; | |
| 3772 | - justify-content: space-evenly; | |
| 3773 | - width: 100%; | |
| 3774 | - margin-block-start: 4px; | |
| 3775 | -} | |
| 3776 | -.elementor-slider__scale { | |
| 3777 | - width: 1px; | |
| 3778 | - height: 21px; | |
| 3779 | - background-color: var(--e-a-border-color-focus); | |
| 3780 | -} | |
| 3781 | -.elementor-slider .noUi-handle { | |
| 3782 | - height: 16px; | |
| 3783 | - width: 16px; | |
| 3784 | - background-color: var(--e-a-color-white); | |
| 3785 | - position: absolute; | |
| 3786 | - inset-inline-end: 0; | |
| 3787 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3788 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 3789 | - border-radius: 50%; | |
| 3790 | -} | |
| 3791 | -.elementor-slider .noUi-connects { | |
| 3792 | - position: absolute; | |
| 3793 | - width: 100%; | |
| 3794 | - height: 4px; | |
| 3795 | -} | |
| 3796 | -.elementor-slider .noUi-connect { | |
| 3797 | - position: absolute; | |
| 3798 | - z-index: 0; | |
| 3799 | - inset: 0; | |
| 3800 | - will-change: transform; | |
| 3801 | - transform-origin: 0 0; | |
| 3802 | - background-color: var(--e-a-border-color-focus); | |
| 3803 | -} | |
| 3804 | -.elementor-slider .noUi-tooltip { | |
| 3805 | - position: absolute; | |
| 3806 | - inset-block-start: calc(100% + 5px); | |
| 3807 | - left: calc(50% - 4px); | |
| 3808 | - transform: translateX(-50%); | |
| 3809 | - font-size: 10px; | |
| 3810 | -} | |
| 2738 | + cursor: pointer; } | |
| 2739 | + .elementor-slider-input { | |
| 2740 | + width: 21%; | |
| 2741 | + min-width: 54px; | |
| 2742 | + margin-left: 12px; } | |
| 2743 | + .elementor-slider__extra { | |
| 2744 | + position: relative; } | |
| 2745 | + .elementor-slider__labels { | |
| 2746 | + display: -webkit-box; | |
| 2747 | + display: -ms-flexbox; | |
| 2748 | + display: flex; | |
| 2749 | + -webkit-box-pack: justify; | |
| 2750 | + -ms-flex-pack: justify; | |
| 2751 | + justify-content: space-between; } | |
| 2752 | + .elementor-slider__label { | |
| 2753 | + font-size: 9px; | |
| 2754 | + color: #c2cbd2; } | |
| 2755 | + .elementor-slider__scales { | |
| 2756 | + position: absolute; | |
| 2757 | + display: -webkit-box; | |
| 2758 | + display: -ms-flexbox; | |
| 2759 | + display: flex; | |
| 2760 | + -webkit-box-pack: space-evenly; | |
| 2761 | + -ms-flex-pack: space-evenly; | |
| 2762 | + justify-content: space-evenly; | |
| 2763 | + width: 100%; | |
| 2764 | + margin-top: 4px; } | |
| 2765 | + .elementor-slider__scale { | |
| 2766 | + width: 1px; | |
| 2767 | + height: 21px; | |
| 2768 | + background-color: #a4afb7; } | |
| 2769 | + .elementor-slider .noUi-handle { | |
| 2770 | + height: 16px; | |
| 2771 | + width: 16px; | |
| 2772 | + background-color: #fff; | |
| 2773 | + right: 0; | |
| 2774 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2775 | + -ms-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2776 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2777 | + position: absolute; | |
| 2778 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2779 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2780 | + -webkit-border-radius: 50%; | |
| 2781 | + border-radius: 50%; } | |
| 2782 | + .elementor-slider .noUi-connects { | |
| 2783 | + position: absolute; | |
| 2784 | + width: 100%; | |
| 2785 | + height: 4px; } | |
| 2786 | + .elementor-slider .noUi-connect { | |
| 2787 | + position: absolute; | |
| 2788 | + z-index: 0; | |
| 2789 | + top: 0; | |
| 2790 | + left: 0; | |
| 2791 | + height: 100%; | |
| 2792 | + width: 100%; | |
| 2793 | + will-change: transform; | |
| 2794 | + -webkit-transform-origin: 0 0; | |
| 2795 | + -ms-transform-origin: 0 0; | |
| 2796 | + transform-origin: 0 0; | |
| 2797 | + background-color: #a4afb7; } | |
| 2798 | + .elementor-slider .noUi-tooltip { | |
| 2799 | + position: absolute; | |
| 2800 | + top: calc(100% + 5px); | |
| 2801 | + left: calc(50% - 4px); | |
| 2802 | + -webkit-transform: translateX(-50%); | |
| 2803 | + -ms-transform: translateX(-50%); | |
| 2804 | + transform: translateX(-50%); | |
| 2805 | + font-size: 10px; } | |
| 3811 | 2806 | |
| 3812 | 2807 | .elementor-control-type-structure .elementor-control-field { |
| 3813 | - display: initial; | |
| 3814 | -} | |
| 2808 | + display: initial; } | |
| 2809 | + | |
| 3815 | 2810 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 3816 | 2811 | padding: 3px; |
| 3817 | - border-radius: var(--e-border-radius); | |
| 2812 | + -webkit-border-radius: 3px; | |
| 2813 | + border-radius: 3px; | |
| 3818 | 2814 | display: inline-block; |
| 3819 | 2815 | cursor: pointer; |
| 3820 | - height: 50px; | |
| 3821 | -} | |
| 3822 | -.elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 3823 | - height: 100%; | |
| 3824 | -} | |
| 3825 | -.elementor-control-type-structure .elementor-control-structure-preset path { | |
| 3826 | - fill: var(--e-a-border-color-bold); | |
| 3827 | -} | |
| 2816 | + height: 50px; } | |
| 2817 | + .elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 2818 | + height: 100%; } | |
| 2819 | + .elementor-control-type-structure .elementor-control-structure-preset path { | |
| 2820 | + fill: #e6e9ec; } | |
| 2821 | + | |
| 3828 | 2822 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 3829 | 2823 | padding: 15px 20px 0; |
| 3830 | 2824 | font-size: 11px; |
| 3831 | 2825 | cursor: pointer; |
| 3832 | - color: var(--e-a-color-txt-muted); | |
| 3833 | - border-block-start: var(--e-a-border); | |
| 3834 | - margin: 0 -20px; | |
| 3835 | -} | |
| 3836 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 3837 | - color: var(--e-a-color-txt); | |
| 3838 | -} | |
| 2826 | + color: #a4afb7; | |
| 2827 | + border-top: 1px solid #e6e9ec; | |
| 2828 | + margin: 0 -20px; } | |
| 2829 | + | |
| 3839 | 2830 | .elementor-control-type-structure .elementor-control-structure-title { |
| 3840 | - margin: 10px -20px 0; | |
| 3841 | -} | |
| 3842 | -.elementor-control-type-structure .elementor-control-structure-title:before { | |
| 3843 | - height: 10px; | |
| 3844 | - box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 3845 | -} | |
| 2831 | + margin: 10px -20px 0; } | |
| 2832 | + .elementor-control-type-structure .elementor-control-structure-title:before { | |
| 2833 | + height: 10px; | |
| 2834 | + -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2835 | + box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); } | |
| 2836 | + | |
| 3846 | 2837 | .elementor-control-type-structure .elementor-control-structure-presets { |
| 2838 | + display: -webkit-box; | |
| 2839 | + display: -ms-flexbox; | |
| 3847 | 2840 | display: flex; |
| 3848 | - flex-wrap: wrap; | |
| 3849 | - justify-content: space-between; | |
| 3850 | -} | |
| 3851 | -.elementor-control-type-structure .elementor-control-structure-presets input { | |
| 3852 | - display: none; | |
| 3853 | -} | |
| 3854 | -.elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 3855 | - fill: var(--e-a-border-color-focus); | |
| 3856 | -} | |
| 2841 | + -ms-flex-wrap: wrap; | |
| 2842 | + flex-wrap: wrap; | |
| 2843 | + -webkit-box-pack: justify; | |
| 2844 | + -ms-flex-pack: justify; | |
| 2845 | + justify-content: space-between; } | |
| 2846 | + .elementor-control-type-structure .elementor-control-structure-presets input { | |
| 2847 | + display: none; } | |
| 2848 | + .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 2849 | + fill: #a4afb7; } | |
| 2850 | + | |
| 3857 | 2851 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3858 | - margin-block-end: 15px; | |
| 3859 | -} | |
| 2852 | + margin-bottom: 15px; } | |
| 2853 | + | |
| 3860 | 2854 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3861 | 2855 | text-align: center; |
| 3862 | - padding-block-start: 5px; | |
| 2856 | + padding-top: 5px; | |
| 3863 | 2857 | font-style: italic; |
| 3864 | 2858 | font-size: 11px; |
| 3865 | - color: #9DA5AE; | |
| 3866 | -} | |
| 2859 | + color: #a4afb7; } | |
| 3867 | 2860 | |
| 3868 | 2861 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3869 | - text-align: end; | |
| 3870 | -} | |
| 2862 | + text-align: right; } | |
| 2863 | + | |
| 3871 | 2864 | .elementor-control-type-switcher .elementor-switch { |
| 3872 | 2865 | position: relative; |
| 3873 | 2866 | display: inline-block; |
| 3874 | 2867 | vertical-align: top; |
| 3875 | 2868 | height: 20px; |
| 3876 | - background-color: var(--e-a-bg-default); | |
| 3877 | - border-radius: 18px; | |
| 3878 | - cursor: pointer; | |
| 3879 | -} | |
| 2869 | + background-color: white; | |
| 2870 | + -webkit-border-radius: 18px; | |
| 2871 | + border-radius: 18px; | |
| 2872 | + cursor: pointer; } | |
| 2873 | + | |
| 3880 | 2874 | .elementor-control-type-switcher .elementor-switch-input { |
| 3881 | - display: none; | |
| 3882 | -} | |
| 2875 | + display: none; } | |
| 2876 | + | |
| 3883 | 2877 | .elementor-control-type-switcher .elementor-switch-label { |
| 3884 | 2878 | position: relative; |
| 3885 | 2879 | display: block; |
| 3886 | 2880 | height: inherit; |
| 3887 | - font-size: 10px; | |
| 3888 | - background: var(--e-a-bg-active-bold); | |
| 3889 | - border-radius: inherit; | |
| 2881 | + font-size: 7px; | |
| 2882 | + text-transform: uppercase; | |
| 2883 | + background: #eceeef; | |
| 2884 | + -webkit-border-radius: inherit; | |
| 2885 | + border-radius: inherit; | |
| 2886 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2887 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2888 | + -webkit-transition: 0.15s ease-out; | |
| 2889 | + -o-transition: 0.15s ease-out; | |
| 3890 | 2890 | transition: 0.15s ease-out; |
| 3891 | - transition-property: opacity, background; | |
| 3892 | -} | |
| 2891 | + -webkit-transition-property: opacity, background; | |
| 2892 | + -o-transition-property: opacity, background; | |
| 2893 | + transition-property: opacity, background; } | |
| 2894 | + | |
| 3893 | 2895 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3894 | 2896 | position: absolute; |
| 3895 | - inset-block-start: 0; | |
| 2897 | + top: 0; | |
| 3896 | 2898 | width: 50%; |
| 3897 | 2899 | text-align: center; |
| 3898 | 2900 | line-height: 20px; |
| 3899 | - transition: inherit; | |
| 3900 | -} | |
| 2901 | + -webkit-transition: inherit; | |
| 2902 | + -o-transition: inherit; | |
| 2903 | + transition: inherit; } | |
| 2904 | + | |
| 3901 | 2905 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3902 | 2906 | content: attr(data-off); |
| 3903 | - inset-inline-end: 5px; | |
| 3904 | - color: var(--e-a-color-txt-muted); | |
| 3905 | -} | |
| 2907 | + right: 3px; | |
| 2908 | + color: #a4afb7; | |
| 2909 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); } | |
| 2910 | + | |
| 3906 | 2911 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3907 | 2912 | content: attr(data-on); |
| 3908 | - inset-inline-start: 5px; | |
| 3909 | - color: var(--e-a-btn-color); | |
| 3910 | - opacity: 0; | |
| 3911 | -} | |
| 2913 | + left: 3px; | |
| 2914 | + color: white; | |
| 2915 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 2916 | + opacity: 0; } | |
| 2917 | + | |
| 3912 | 2918 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 3913 | - background: var(--e-a-btn-bg-primary); | |
| 3914 | -} | |
| 3915 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3916 | - opacity: 0; | |
| 3917 | -} | |
| 3918 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3919 | - opacity: 1; | |
| 3920 | -} | |
| 2919 | + background: #71d7f7; | |
| 2920 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2921 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2922 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 2923 | + opacity: 0; } | |
| 2924 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 2925 | + opacity: 1; } | |
| 2926 | + | |
| 3921 | 2927 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3922 | 2928 | position: absolute; |
| 3923 | - inset-block-start: 1px; | |
| 3924 | - inset-inline-start: 1px; | |
| 2929 | + top: 1px; | |
| 2930 | + left: 1px; | |
| 3925 | 2931 | width: 18px; |
| 3926 | 2932 | height: 18px; |
| 3927 | 2933 | background: white; |
| 3928 | - border-radius: 10px; | |
| 3929 | - transition: inset-inline-start 0.15s ease-out; | |
| 3930 | -} | |
| 2934 | + -webkit-border-radius: 10px; | |
| 2935 | + border-radius: 10px; | |
| 2936 | + -webkit-transition: left 0.15s ease-out; | |
| 2937 | + -o-transition: left 0.15s ease-out; | |
| 2938 | + transition: left 0.15s ease-out; } | |
| 2939 | + | |
| 3931 | 2940 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3932 | - inset-inline-start: initial; | |
| 3933 | - inset-inline-end: 1px; | |
| 3934 | -} | |
| 2941 | + left: initial; | |
| 2942 | + right: 1px; | |
| 2943 | + -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 2944 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); } | |
| 3935 | 2945 | |
| 3936 | 2946 | .elementor-control-type-tabs { |
| 3937 | - display: none; | |
| 3938 | - font-size: var(--control-title-size); | |
| 3939 | -} | |
| 3940 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3941 | - display: flex; | |
| 3942 | -} | |
| 2947 | + font-size: 0.8em; | |
| 2948 | + text-transform: uppercase; | |
| 2949 | + display: -webkit-box; | |
| 2950 | + display: -ms-flexbox; | |
| 2951 | + display: flex; } | |
| 3943 | 2952 | |
| 3944 | 2953 | .elementor-control-type-tab { |
| 3945 | 2954 | text-align: center; |
| 3946 | 2955 | width: 100%; |
| @@ -3945,149 +2954,190 @@ | ||
| 3945 | 2954 | text-align: center; |
| 3946 | 2955 | width: 100%; |
| 3947 | 2956 | padding: 0; |
| 3948 | 2957 | line-height: 25px; |
| 3949 | - border-block-start: var(--e-a-border-bold); | |
| 3950 | - border-block-end: var(--e-a-border-bold); | |
| 3951 | - border-inline-end: var(--e-a-border-bold); | |
| 3952 | - transition: var(--e-a-transition-hover); | |
| 3953 | - cursor: pointer; | |
| 3954 | -} | |
| 3955 | -.elementor-control-type-tab:first-child { | |
| 3956 | - border-inline-start: var(--e-a-border-bold); | |
| 3957 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3958 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3959 | -} | |
| 3960 | -.elementor-control-type-tab:last-child { | |
| 3961 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3962 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3963 | -} | |
| 3964 | -.elementor-control-type-tab:hover { | |
| 3965 | - background-color: var(--e-a-bg-hover); | |
| 3966 | -} | |
| 3967 | -.elementor-control-type-tab.e-tab-active { | |
| 3968 | - background-color: var(--e-a-bg-active-bold); | |
| 3969 | - color: var(--e-a-color-txt-accent); | |
| 3970 | -} | |
| 2958 | + border-top: 1px solid #d5dadf; | |
| 2959 | + border-bottom: 1px solid #d5dadf; | |
| 2960 | + border-right: 1px solid #d5dadf; | |
| 2961 | + cursor: pointer; } | |
| 2962 | + .elementor-control-type-tab:first-child { | |
| 2963 | + border-left: 1px solid #d5dadf; | |
| 2964 | + -webkit-border-top-left-radius: 3px; | |
| 2965 | + border-top-left-radius: 3px; | |
| 2966 | + -webkit-border-bottom-left-radius: 3px; | |
| 2967 | + border-bottom-left-radius: 3px; } | |
| 2968 | + .elementor-control-type-tab:last-child { | |
| 2969 | + -webkit-border-top-right-radius: 3px; | |
| 2970 | + border-top-right-radius: 3px; | |
| 2971 | + -webkit-border-bottom-right-radius: 3px; | |
| 2972 | + border-bottom-right-radius: 3px; } | |
| 2973 | + .elementor-control-type-tab.elementor-tab-active { | |
| 2974 | + background-color: #a4afb7; | |
| 2975 | + border-color: #a4afb7; | |
| 2976 | + color: #ffffff; } | |
| 3971 | 2977 | |
| 3972 | -.e-tab-close { | |
| 3973 | - display: none !important; | |
| 3974 | -} | |
| 2978 | +.elementor-tab-close { | |
| 2979 | + display: none !important; } | |
| 3975 | 2980 | |
| 3976 | -.elementor-control-type-textarea .elementor-control-dynamic-switcher, | |
| 3977 | -.elementor-control-type-code .elementor-control-dynamic-switcher { | |
| 3978 | - border-inline-start-width: 1px; | |
| 3979 | - border-start-start-radius: 0; | |
| 3980 | - border-start-end-radius: 0; | |
| 3981 | - border-end-end-radius: 0; | |
| 3982 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3983 | -} | |
| 3984 | -.elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, | |
| 3985 | -.elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { | |
| 2981 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 2982 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2983 | + border-radius: 0 3px 3px 0; | |
| 2984 | + border-left-width: 0; } | |
| 2985 | + | |
| 2986 | +.elementor-control-type-textarea .elementor-control-dynamic-switcher { | |
| 2987 | + -webkit-border-radius: 0px 3px; | |
| 2988 | + border-radius: 0px 3px; } | |
| 2989 | + | |
| 2990 | +.elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { | |
| 3986 | 2991 | position: absolute; |
| 3987 | - inset-block-start: 0; | |
| 3988 | - inset-inline-end: 0; | |
| 3989 | - z-index: 1; | |
| 3990 | -} | |
| 3991 | -.elementor-control-type-textarea .elementor-control-input-wrapper, | |
| 3992 | -.elementor-control-type-code .elementor-control-input-wrapper { | |
| 3993 | - position: relative; | |
| 3994 | -} | |
| 3995 | -.elementor-control-type-textarea textarea, | |
| 3996 | -.elementor-control-type-code textarea { | |
| 2992 | + top: 0; | |
| 2993 | + right: 0; } | |
| 2994 | + | |
| 2995 | +.elementor-control-type-textarea .elementor-control-input-wrapper { | |
| 2996 | + position: relative; } | |
| 2997 | + | |
| 2998 | +.elementor-control-type-textarea textarea { | |
| 3997 | 2999 | display: block; |
| 3998 | - font-family: inherit; | |
| 3999 | -} | |
| 4000 | -.elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 4001 | -.elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 4002 | - display: none; | |
| 4003 | -} | |
| 4004 | -.elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher, | |
| 4005 | -.elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { | |
| 4006 | - display: none; | |
| 4007 | -} | |
| 3000 | + font-family: inherit; } | |
| 3001 | + .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher { | |
| 3002 | + display: none; } | |
| 4008 | 3003 | |
| 3004 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 3005 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3006 | + border-radius: 3px 0 0 3px; } | |
| 3007 | + | |
| 4009 | 3008 | .elementor-control-type-url .elementor-control-field { |
| 4010 | - position: relative; | |
| 4011 | -} | |
| 3009 | + position: relative; } | |
| 3010 | + | |
| 3011 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 3012 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3013 | + border-radius: 0 3px 3px 0; } | |
| 3014 | + | |
| 4012 | 3015 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 3016 | + display: -webkit-box; | |
| 3017 | + display: -ms-flexbox; | |
| 4013 | 3018 | display: flex; |
| 4014 | -} | |
| 4015 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 4016 | - border-radius: var(--e-a-border-radius); | |
| 4017 | -} | |
| 4018 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 4019 | - border-start-end-radius: 0; | |
| 4020 | - border-end-end-radius: 0; | |
| 4021 | -} | |
| 4022 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 4023 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4024 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4025 | -} | |
| 3019 | + -webkit-box-orient: horizontal; | |
| 3020 | + -webkit-box-direction: normal; | |
| 3021 | + -ms-flex-direction: row; | |
| 3022 | + flex-direction: row; } | |
| 3023 | + | |
| 4026 | 3024 | .elementor-control-type-url .elementor-control-url-more { |
| 3025 | + display: -webkit-box; | |
| 3026 | + display: -ms-flexbox; | |
| 4027 | 3027 | display: flex; |
| 4028 | - align-items: center; | |
| 4029 | - justify-content: center; | |
| 4030 | - flex-shrink: 0; | |
| 4031 | - border: var(--e-a-border-bold); | |
| 4032 | - color: currentColor; | |
| 4033 | - background-color: transparent; | |
| 4034 | - border-inline-start-width: 0; | |
| 4035 | - cursor: pointer; | |
| 4036 | -} | |
| 4037 | -.elementor-control-type-url .elementor-control-url-more i { | |
| 4038 | - font-size: 12px; | |
| 4039 | -} | |
| 4040 | -.elementor-control-type-url .elementor-control-url-more-options { | |
| 4041 | - display: none; | |
| 4042 | - padding-block-start: 10px; | |
| 4043 | -} | |
| 4044 | -.elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 4045 | - margin-block-start: 10px; | |
| 4046 | -} | |
| 4047 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 4048 | - color: var(--e-a-color-txt-hover); | |
| 4049 | -} | |
| 4050 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 4051 | - color: var(--e-a-color-txt-active); | |
| 4052 | - border-color: var(--e-a-border-color-focus); | |
| 4053 | -} | |
| 3028 | + -webkit-box-align: center; | |
| 3029 | + -ms-flex-align: center; | |
| 3030 | + align-items: center; | |
| 3031 | + -webkit-box-pack: center; | |
| 3032 | + -ms-flex-pack: center; | |
| 3033 | + justify-content: center; | |
| 3034 | + -ms-flex-negative: 0; | |
| 3035 | + flex-shrink: 0; | |
| 3036 | + border: 1px solid #d5dadf; | |
| 3037 | + border-left: none; | |
| 3038 | + cursor: pointer; } | |
| 3039 | + .elementor-control-type-url .elementor-control-url-more i { | |
| 3040 | + font-size: 12px; } | |
| 3041 | + .elementor-control-type-url .elementor-control-url-more-options { | |
| 3042 | + display: none; | |
| 3043 | + padding-top: 10px; } | |
| 3044 | + .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 3045 | + margin-top: 10px; } | |
| 3046 | + | |
| 4054 | 3047 | .elementor-control-type-url .elementor-control-url-option { |
| 3048 | + display: -webkit-box; | |
| 3049 | + display: -ms-flexbox; | |
| 4055 | 3050 | display: flex; |
| 4056 | - align-items: center; | |
| 4057 | -} | |
| 4058 | -.elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 4059 | - padding-block-end: 10px; | |
| 4060 | -} | |
| 4061 | -.elementor-control-type-url .elementor-control-url-option input, | |
| 4062 | -.elementor-control-type-url .elementor-control-url-option label { | |
| 4063 | - cursor: pointer; | |
| 4064 | -} | |
| 3051 | + -webkit-box-align: center; | |
| 3052 | + -ms-flex-align: center; | |
| 3053 | + align-items: center; } | |
| 3054 | + .elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 3055 | + padding-bottom: 10px; } | |
| 3056 | + .elementor-control-type-url .elementor-control-url-option input, | |
| 3057 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3058 | + cursor: pointer; } | |
| 3059 | + .elementor-control-type-url .elementor-control-url-option-input { | |
| 3060 | + margin: 0; | |
| 3061 | + padding: 0; | |
| 3062 | + -webkit-border-radius: 2px; | |
| 3063 | + border-radius: 2px; | |
| 3064 | + margin-right: 5px; | |
| 3065 | + -webkit-appearance: none; | |
| 3066 | + -moz-appearance: none; | |
| 3067 | + outline: none; | |
| 3068 | + content: none; | |
| 3069 | + height: 15px; | |
| 3070 | + width: 15px; | |
| 3071 | + border: 1px solid #d5dadf; | |
| 3072 | + display: -webkit-inline-box; | |
| 3073 | + display: -ms-inline-flexbox; | |
| 3074 | + display: inline-flex; | |
| 3075 | + -webkit-box-align: center; | |
| 3076 | + -ms-flex-align: center; | |
| 3077 | + align-items: center; | |
| 3078 | + -webkit-box-pack: center; | |
| 3079 | + -ms-flex-pack: center; | |
| 3080 | + justify-content: center; } | |
| 3081 | + .elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 3082 | + background: #71d7f7; | |
| 3083 | + border: none; } | |
| 3084 | + .elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 3085 | + display: block; | |
| 3086 | + content: ""; | |
| 3087 | + width: 4px; | |
| 3088 | + height: 7px; | |
| 3089 | + border: solid white; | |
| 3090 | + border-width: 0 2px 2px 0; | |
| 3091 | + -webkit-transform: rotate(45deg); | |
| 3092 | + -ms-transform: rotate(45deg); | |
| 3093 | + transform: rotate(45deg); } | |
| 3094 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3095 | + font-size: 12px; } | |
| 3096 | + | |
| 3097 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 3098 | + display: none; } | |
| 3099 | + | |
| 3100 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 3101 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 3102 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3103 | + border-radius: 3px 0 0 3px; } | |
| 3104 | + | |
| 4065 | 3105 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4066 | 3106 | display: none; |
| 4067 | 3107 | position: absolute; |
| 4068 | - inset-block-start: 5px; | |
| 4069 | - inset-inline-end: 0; | |
| 3108 | + top: 5px; | |
| 3109 | + right: 0px; | |
| 4070 | 3110 | width: 10px; |
| 4071 | 3111 | height: 10px; |
| 4072 | 3112 | font-size: 10px; |
| 4073 | - color: var(--e-a-color-txt-disabled); | |
| 4074 | -} | |
| 4075 | -.elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 4076 | - font-size: var(--control-title-size); | |
| 4077 | -} | |
| 4078 | -.elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 4079 | - width: 100%; | |
| 4080 | - margin-block-start: 10px; | |
| 4081 | -} | |
| 4082 | -.elementor-control-type-url .elementor-input:focus ~ div { | |
| 4083 | - border-color: var(--e-a-border-color-focus); | |
| 4084 | -} | |
| 3113 | + color: #D4D4D4; } | |
| 4085 | 3114 | |
| 3115 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 3116 | + margin-top: 5px; } | |
| 3117 | + .elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 3118 | + font-size: 12px; } | |
| 3119 | + .elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 3120 | + width: 100%; | |
| 3121 | + margin-top: 10px; } | |
| 3122 | + | |
| 3123 | +.elementor-control-type-url .elementor-input { | |
| 3124 | + direction: ltr; } | |
| 3125 | + .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 3126 | + border-color: #d5dadf; } | |
| 3127 | + .elementor-control-type-url .elementor-input:focus ~ div { | |
| 3128 | + border-color: #a4afb7; } | |
| 3129 | + | |
| 3130 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 3131 | + border-left: none; | |
| 3132 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3133 | + border-radius: 0 3px 3px 0; } | |
| 3134 | + | |
| 4086 | 3135 | .elementor-autocomplete-menu { |
| 4087 | 3136 | position: absolute; |
| 4088 | - background: var(--e-a-bg-default); | |
| 4089 | - border: var(--e-a-border); | |
| 3137 | + background: #fff; | |
| 3138 | + color: #495157; | |
| 3139 | + border: 1px solid #a4afb7; | |
| 4090 | 3140 | margin: 0; |
| 4091 | 3141 | list-style: none; |
| 4092 | 3142 | padding: 4px 0; |
| 4093 | 3143 | height: auto; |
| @@ -4095,3033 +3145,1216 @@ | ||
| 4095 | 3145 | min-width: 260px; |
| 4096 | 3146 | max-width: 300px; |
| 4097 | 3147 | max-height: 200px; |
| 4098 | 3148 | overflow-y: auto; |
| 4099 | - border-radius: 3px; | |
| 4100 | - transition: var(--e-a-transition-hover); | |
| 3149 | + -webkit-border-radius: 3px; | |
| 3150 | + border-radius: 3px; | |
| 3151 | + -webkit-transition: all .3s ease-in-out; | |
| 3152 | + -o-transition: all .3s ease-in-out; | |
| 3153 | + transition: all .3s ease-in-out; | |
| 4101 | 3154 | cursor: default; |
| 4102 | - z-index: 1; | |
| 4103 | -} | |
| 4104 | -.elementor-autocomplete-menu .ui-menu-item { | |
| 4105 | - display: flex; | |
| 4106 | - justify-content: space-between; | |
| 4107 | - align-self: baseline; | |
| 4108 | - padding: 5px 8px; | |
| 4109 | - font-size: 12px; | |
| 4110 | - width: 100%; | |
| 4111 | - line-height: 1.2; | |
| 4112 | - cursor: pointer; | |
| 4113 | -} | |
| 4114 | -.elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { | |
| 4115 | - background: var(--e-a-bg-hover); | |
| 4116 | -} | |
| 4117 | -.elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 4118 | - font-size: 10px; | |
| 4119 | - padding-block-start: 2px; | |
| 4120 | -} | |
| 3155 | + z-index: 1; } | |
| 3156 | + .elementor-autocomplete-menu .ui-menu-item { | |
| 3157 | + display: -webkit-box; | |
| 3158 | + display: -ms-flexbox; | |
| 3159 | + display: flex; | |
| 3160 | + -webkit-box-pack: justify; | |
| 3161 | + -ms-flex-pack: justify; | |
| 3162 | + justify-content: space-between; | |
| 3163 | + -ms-flex-item-align: baseline; | |
| 3164 | + align-self: baseline; | |
| 3165 | + padding: 5px 8px; | |
| 3166 | + font-size: 12px; | |
| 3167 | + width: 100%; | |
| 3168 | + line-height: 1.2; | |
| 3169 | + cursor: pointer; } | |
| 3170 | + .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { | |
| 3171 | + background: #e6e9ec; } | |
| 3172 | + .elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 3173 | + font-size: 10px; | |
| 3174 | + padding-top: 2px; } | |
| 4121 | 3175 | |
| 4122 | -.elementor-control-type-visual_choice { | |
| 4123 | - width: 100%; | |
| 4124 | -} | |
| 3176 | +.elementor-control-type-wp_widget .widget-inside { | |
| 3177 | + display: block; } | |
| 4125 | 3178 | |
| 4126 | -.elementor-visual-choice-choices { | |
| 4127 | - display: grid; | |
| 4128 | - gap: 8px; | |
| 4129 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4130 | - text-align: center; | |
| 4131 | - border-radius: var(--e-a-border-radius); | |
| 4132 | - overflow: hidden; | |
| 4133 | -} | |
| 4134 | - | |
| 4135 | -.elementor-visual-choice-element { | |
| 4136 | - display: flex; | |
| 4137 | - flex-direction: column; | |
| 4138 | - align-items: center; | |
| 4139 | - justify-content: center; | |
| 4140 | - gap: 8px; | |
| 4141 | - width: auto; | |
| 4142 | -} | |
| 4143 | -.elementor-visual-choice-element-image label { | |
| 4144 | - border: var(--e-a-border-bold); | |
| 4145 | - border-radius: var(--e-a-border-radius); | |
| 4146 | - font-size: 12px; | |
| 4147 | - transition: var(--e-a-transition-hover); | |
| 4148 | - cursor: pointer; | |
| 4149 | - overflow: hidden; | |
| 4150 | - width: 100%; | |
| 4151 | - padding: 8px; | |
| 4152 | -} | |
| 4153 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4154 | - background-color: var(--e-a-bg-active-bold); | |
| 4155 | - opacity: 1; | |
| 4156 | -} | |
| 4157 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4158 | - border-color: var(--e-a-color-primary-bold); | |
| 4159 | -} | |
| 4160 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4161 | - background-color: var(--e-a-color-white); | |
| 4162 | - opacity: 0.5; | |
| 4163 | -} | |
| 4164 | -.elementor-visual-choice-element-image img { | |
| 4165 | - width: 100%; | |
| 4166 | - height: auto; | |
| 4167 | -} | |
| 4168 | -.elementor-visual-choice-element-button { | |
| 4169 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4170 | -} | |
| 4171 | -.elementor-visual-choice-element-button label { | |
| 4172 | - width: -moz-fit-content; | |
| 4173 | - width: fit-content; | |
| 4174 | -} | |
| 4175 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4176 | - background-color: var(--e-a-bg-active-bold); | |
| 4177 | -} | |
| 4178 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4179 | - border-color: var(--e-a-color-primary-bold); | |
| 4180 | -} | |
| 4181 | - | |
| 4182 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4183 | - justify-content: flex-end; | |
| 4184 | -} | |
| 4185 | - | |
| 4186 | -.tipsy-inner { | |
| 4187 | - white-space: pre-line; | |
| 4188 | -} | |
| 4189 | - | |
| 4190 | -.elementor-control-type-wp_widget .widget-inside { | |
| 4191 | - line-height: 2; | |
| 4192 | - background-color: inherit; | |
| 4193 | - display: block; | |
| 4194 | -} | |
| 4195 | 3179 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 4196 | - width: auto; | |
| 4197 | -} | |
| 3180 | + width: auto; } | |
| 4198 | 3181 | |
| 4199 | 3182 | .elementor-control-type-wysiwyg * { |
| 4200 | - box-sizing: content-box; | |
| 4201 | -} | |
| 3183 | + -webkit-box-sizing: content-box; | |
| 3184 | + box-sizing: content-box; } | |
| 3185 | + | |
| 4202 | 3186 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 4203 | - border: var(--e-a-border); | |
| 4204 | -} | |
| 3187 | + border: 1px solid #e6e9ec; } | |
| 3188 | + | |
| 4205 | 3189 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 4206 | - border: var(--e-a-border-bold); | |
| 4207 | - border-block-end: none; | |
| 4208 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4209 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4210 | - border-end-end-radius: 0; | |
| 4211 | - border-end-start-radius: 0; | |
| 4212 | -} | |
| 4213 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 4214 | - background-color: var(--e-a-bg-hover); | |
| 4215 | -} | |
| 3190 | + border: 1px solid #d5dadf; | |
| 3191 | + border-bottom: none; | |
| 3192 | + -webkit-border-radius: 3px 3px 0 0; | |
| 3193 | + border-radius: 3px 3px 0 0; } | |
| 3194 | + | |
| 4216 | 3195 | .elementor-control-type-wysiwyg #insert-media-button { |
| 4217 | 3196 | height: initial; |
| 4218 | 3197 | line-height: 24px; |
| 4219 | 3198 | font-size: 10px; |
| 4220 | - color: var(--e-a-color-txt); | |
| 4221 | - border-color: var(--e-a-border-color-bold); | |
| 4222 | - background-color: var(--e-a-bg-default); | |
| 4223 | - min-height: initial; | |
| 4224 | -} | |
| 3199 | + color: #6d7882; | |
| 3200 | + border-color: #d5dadf; | |
| 3201 | + background-color: #e6e9ec; | |
| 3202 | + min-height: initial; } | |
| 3203 | + | |
| 4225 | 3204 | .elementor-control-type-wysiwyg .ed_button { |
| 4226 | 3205 | height: 22px; |
| 4227 | - width: initial; | |
| 4228 | -} | |
| 3206 | + width: initial; } | |
| 3207 | + | |
| 4229 | 3208 | .elementor-control-type-wysiwyg .wp-media-buttons-icon { |
| 4230 | 3209 | height: 14px; |
| 4231 | - margin: 0; | |
| 4232 | -} | |
| 4233 | -.elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 4234 | - font-size: 14px; | |
| 4235 | -} | |
| 3210 | + margin: 0; } | |
| 3211 | + .elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 3212 | + font-size: 14px; } | |
| 3213 | + | |
| 4236 | 3214 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 4237 | 3215 | position: static; |
| 4238 | 3216 | border: none; |
| 4239 | 3217 | margin: 0; |
| 4240 | - color: var(--e-a-color-txt); | |
| 3218 | + color: #6d7882; | |
| 4241 | 3219 | font-size: 10px; |
| 4242 | - padding: 3px 9px 4px; | |
| 4243 | -} | |
| 3220 | + padding: 3px 9px 4px; } | |
| 3221 | + | |
| 4244 | 3222 | .elementor-control-type-wysiwyg .switch-html { |
| 4245 | - border: solid var(--e-a-border-color-bold); | |
| 4246 | - border-width: 0 1px; | |
| 4247 | -} | |
| 3223 | + border: solid #d5dadf; | |
| 3224 | + border-width: 0 1px; } | |
| 3225 | + | |
| 4248 | 3226 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4249 | - background-color: transparent; | |
| 4250 | -} | |
| 3227 | + background-color: transparent; } | |
| 3228 | + | |
| 4251 | 3229 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 4252 | - background-color: var(--e-a-bg-active); | |
| 4253 | -} | |
| 3230 | + background-color: #e6e9ec; } | |
| 3231 | + | |
| 4254 | 3232 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 4255 | - background-color: var(--e-a-bg-active); | |
| 4256 | -} | |
| 3233 | + background-color: #e6e9ec; } | |
| 3234 | + | |
| 4257 | 3235 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 4258 | - background-color: transparent; | |
| 4259 | -} | |
| 4260 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 4261 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 4262 | - background-color: var(--e-a-bg-default); | |
| 4263 | -} | |
| 4264 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 4265 | - background-color: var(--e-a-bg-default); | |
| 4266 | -} | |
| 4267 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 4268 | - color: var(--e-a-color-txt); | |
| 4269 | -} | |
| 3236 | + background-color: transparent; } | |
| 3237 | + | |
| 3238 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 3239 | + background-color: #e6e9ec; } | |
| 3240 | + | |
| 4270 | 3241 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 4271 | - padding: 0 3px; | |
| 4272 | -} | |
| 3242 | + padding: 0 3px; } | |
| 3243 | + | |
| 4273 | 3244 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 4274 | - box-sizing: border-box; | |
| 4275 | -} | |
| 3245 | + -webkit-box-sizing: border-box; | |
| 3246 | + box-sizing: border-box; } | |
| 3247 | + | |
| 4276 | 3248 | .elementor-control-type-wysiwyg .mce-ico { |
| 4277 | - color: var(--e-a-color-txt); | |
| 4278 | - font-size: 16px; | |
| 4279 | -} | |
| 4280 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active { | |
| 4281 | - color: var(--e-a-color-txt-active); | |
| 4282 | - background: var(--e-a-bg-hover); | |
| 4283 | - border-color: var(--e-a-border-color); | |
| 4284 | - box-shadow: none; | |
| 4285 | -} | |
| 4286 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active i { | |
| 4287 | - color: var(--e-a-color-txt-active); | |
| 4288 | -} | |
| 3249 | + color: #6d7882; | |
| 3250 | + font-size: 16px; } | |
| 3251 | + | |
| 3252 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 3253 | + margin-right: 0; | |
| 3254 | + margin-left: 0; } | |
| 3255 | + .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 3256 | + border-color: #d5dadf; } | |
| 3257 | + | |
| 4289 | 3258 | .elementor-control-type-wysiwyg .mce-path { |
| 4290 | - padding: 5px 10px; | |
| 4291 | -} | |
| 3259 | + padding: 5px 10px; } | |
| 3260 | + | |
| 4292 | 3261 | .elementor-control-type-wysiwyg .mce-path-item { |
| 4293 | 3262 | font-size: 12px; |
| 4294 | - color: var(--e-a-color-txt); | |
| 4295 | -} | |
| 4296 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 4297 | - box-shadow: none; | |
| 4298 | -} | |
| 3263 | + color: #6d7882; } | |
| 3264 | + | |
| 4299 | 3265 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4300 | - border: none; | |
| 4301 | -} | |
| 3266 | + border: none; } | |
| 4302 | 3267 | |
| 4303 | -@media screen and (prefers-color-scheme: dark) { | |
| 4304 | - #wp-link-wrap { | |
| 4305 | - color-scheme: light; | |
| 4306 | - --e-a-color-txt: #515962; | |
| 4307 | - --e-a-bg-default: #ffffff; | |
| 4308 | - --e-a-border-color-bold: #D5D8DC; | |
| 4309 | - --e-a-color-primary-bold: #D004D4; | |
| 4310 | - } | |
| 4311 | - #wp-link { | |
| 4312 | - color: var(--e-a-color-txt); | |
| 4313 | - } | |
| 4314 | - #wp-link input { | |
| 4315 | - background-color: var(--e-a-bg-default); | |
| 4316 | - border-color: var(--e-a-border-color-bold); | |
| 4317 | - } | |
| 4318 | - #wp-link input[type=checkbox] { | |
| 4319 | - border-color: var(--e-a-border-color-bold); | |
| 4320 | - } | |
| 4321 | - #wp-link input[type=checkbox]:checked { | |
| 4322 | - background: var(--e-a-color-primary-bold); | |
| 4323 | - } | |
| 4324 | - #wp-link input.button-primary { | |
| 4325 | - background: #2271b1; | |
| 4326 | - border-color: #2271b1; | |
| 4327 | - color: #fff; | |
| 4328 | - } | |
| 4329 | -} | |
| 3268 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 3269 | + border-left-width: 0; | |
| 3270 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3271 | + border-radius: 0 3px 3px 0; } | |
| 3272 | + | |
| 3273 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 3274 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3275 | + border-radius: 3px 0 0 3px; } | |
| 3276 | + | |
| 4330 | 3277 | #elementor-mode-switcher { |
| 4331 | - --e-a-mode-switcher-width: 15px; | |
| 4332 | - --e-a-mode-switcher-height: 50px; | |
| 4333 | - --e-a-mode-switcher-icon-size: 15px; | |
| 4334 | 3278 | position: absolute; |
| 4335 | - inset-block-start: 50%; | |
| 4336 | - inset-inline-start: 100%; | |
| 4337 | - transform: translateY(-50%); | |
| 4338 | - background-color: var(--e-a-bg-default); | |
| 4339 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4340 | - transition: 0.3s opacity; | |
| 4341 | -} | |
| 4342 | -#elementor-mode-switcher:hover { | |
| 4343 | - background-color: var(--e-a-bg-hover); | |
| 4344 | -} | |
| 4345 | -#elementor-mode-switcher:focus-within { | |
| 4346 | - background-color: var(--e-a-bg-active); | |
| 4347 | -} | |
| 4348 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4349 | - opacity: 0; | |
| 4350 | - pointer-events: none; | |
| 4351 | -} | |
| 4352 | -#elementor-mode-switcher-preview i { | |
| 4353 | - display: flex; | |
| 4354 | - flex-direction: column; | |
| 4355 | - justify-content: center; | |
| 4356 | - width: var(--e-a-mode-switcher-width); | |
| 4357 | - height: var(--e-a-mode-switcher-height); | |
| 4358 | - font-size: var(--e-a-mode-switcher-icon-size); | |
| 4359 | - cursor: pointer; | |
| 4360 | -} | |
| 3279 | + left: 100%; | |
| 3280 | + top: 50%; | |
| 3281 | + width: 15px; | |
| 3282 | + height: 50px; | |
| 3283 | + -webkit-transform: translateY(-50%); | |
| 3284 | + -ms-transform: translateY(-50%); | |
| 3285 | + transform: translateY(-50%); | |
| 3286 | + background-color: #e6e9ec; | |
| 3287 | + font-size: 15px; | |
| 3288 | + -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3289 | + box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3290 | + cursor: pointer; } | |
| 3291 | + #elementor-mode-switcher:hover { | |
| 3292 | + background-color: #93003c; | |
| 3293 | + color: #FFFFFF; } | |
| 3294 | + | |
| 3295 | +#elementor-mode-switcher-inner, #elementor-mode-switcher-preview { | |
| 3296 | + width: 100%; | |
| 3297 | + height: 100%; | |
| 3298 | + position: absolute; | |
| 3299 | + top: 0; | |
| 3300 | + left: 0; } | |
| 3301 | + | |
| 3302 | +#elementor-mode-switcher-preview { | |
| 3303 | + cursor: pointer; } | |
| 3304 | + #elementor-mode-switcher-preview .eicon { | |
| 3305 | + position: absolute; | |
| 3306 | + top: 50%; | |
| 3307 | + left: 50%; | |
| 3308 | + -webkit-transform: translate(-50%, -50%); | |
| 3309 | + -ms-transform: translate(-50%, -50%); | |
| 3310 | + transform: translate(-50%, -50%); } | |
| 3311 | + | |
| 4361 | 3312 | #elementor-mode-switcher-preview-input { |
| 4362 | - display: none; | |
| 4363 | -} | |
| 3313 | + display: none; } | |
| 4364 | 3314 | |
| 4365 | 3315 | .elementor-revision-item__wrapper { |
| 3316 | + display: -webkit-box; | |
| 3317 | + display: -ms-flexbox; | |
| 4366 | 3318 | display: flex; |
| 4367 | - align-items: center; | |
| 4368 | - text-align: start; | |
| 4369 | - width: 100%; | |
| 4370 | - border: var(--e-a-border); | |
| 4371 | - border-radius: var(--e-a-border-radius); | |
| 3319 | + -webkit-box-align: center; | |
| 3320 | + -ms-flex-align: center; | |
| 3321 | + align-items: center; | |
| 3322 | + border: 1px solid #d5dadf; | |
| 4372 | 3323 | padding: 10px 15px; |
| 4373 | - margin-block-end: 10px; | |
| 3324 | + margin-bottom: 10px; | |
| 4374 | 3325 | font-size: 11px; |
| 4375 | - transition: var(--e-a-transition-hover); | |
| 4376 | - background-color: transparent; | |
| 4377 | -} | |
| 4378 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 4379 | - background-color: var(--e-a-bg-hover); | |
| 4380 | -} | |
| 3326 | + -webkit-transition: all 0.3s; | |
| 3327 | + -o-transition: all 0.3s; | |
| 3328 | + transition: all 0.3s; } | |
| 3329 | + .elementor-revision-item__wrapper.current { | |
| 3330 | + font-weight: bold; } | |
| 3331 | + .elementor-revision-item__wrapper .elementor-revision-item__tools-current { | |
| 3332 | + color: #71d7f7; } | |
| 3333 | + | |
| 3334 | +.elementor-revision-item:hover:not(.elementor-revision-current-preview) { | |
| 3335 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3336 | + | |
| 4381 | 3337 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4382 | - display: none; | |
| 4383 | -} | |
| 3338 | + display: none; } | |
| 3339 | + | |
| 4384 | 3340 | .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { |
| 4385 | - display: none; | |
| 4386 | -} | |
| 3341 | + display: none; } | |
| 3342 | + | |
| 4387 | 3343 | .elementor-revision-item__gravatar { |
| 4388 | - border-radius: 50%; | |
| 4389 | - overflow: hidden; | |
| 4390 | -} | |
| 4391 | -.elementor-revision-item__gravatar img { | |
| 4392 | - display: block; | |
| 4393 | -} | |
| 3344 | + -webkit-border-radius: 50%; | |
| 3345 | + border-radius: 50%; | |
| 3346 | + overflow: hidden; } | |
| 3347 | + .elementor-revision-item__gravatar img { | |
| 3348 | + display: block; } | |
| 3349 | + | |
| 4394 | 3350 | .elementor-revision-item__details { |
| 4395 | - padding-inline-start: 15px; | |
| 4396 | - flex-grow: 1; | |
| 4397 | - cursor: pointer; | |
| 4398 | -} | |
| 3351 | + padding-left: 15px; | |
| 3352 | + -webkit-box-flex: 1; | |
| 3353 | + -ms-flex-positive: 1; | |
| 3354 | + flex-grow: 1; | |
| 3355 | + cursor: pointer; } | |
| 3356 | + | |
| 4399 | 3357 | .elementor-revision-meta { |
| 4400 | - padding-block-start: 5px; | |
| 3358 | + padding-top: 5px; | |
| 4401 | 3359 | font-size: 10px; |
| 4402 | - font-weight: bold; | |
| 4403 | -} | |
| 4404 | -.elementor-revision-current-preview .elementor-revision-item__wrapper { | |
| 4405 | - border-color: var(--e-a-border-color-accent); | |
| 4406 | - background-color: var(--e-a-bg-active); | |
| 4407 | -} | |
| 3360 | + font-weight: bold; } | |
| 4408 | 3361 | |
| 3362 | +.elementor-revision-current-preview { | |
| 3363 | + background-color: #e6e9ec; } | |
| 3364 | + | |
| 3365 | +#elementor-restore-autosave-dialog.dialog-widget { | |
| 3366 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 3367 | + | |
| 4409 | 3368 | #elementor-panel-revisions-loading { |
| 4410 | 3369 | position: absolute; |
| 4411 | - inset-block-start: 50%; | |
| 4412 | - inset-inline-start: 50%; | |
| 4413 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4414 | -} | |
| 4415 | -#elementor-panel-revisions-loading .eicon-loading { | |
| 4416 | - font-size: 50px; | |
| 4417 | -} | |
| 3370 | + top: 50%; | |
| 3371 | + left: 50%; | |
| 3372 | + -webkit-transform: translate(-50%, -50%); | |
| 3373 | + -ms-transform: translate(-50%, -50%); | |
| 3374 | + transform: translate(-50%, -50%); } | |
| 3375 | + #elementor-panel-revisions-loading .eicon-loading { | |
| 3376 | + font-size: 50px; | |
| 3377 | + color: #a4afb7; } | |
| 4418 | 3378 | |
| 4419 | -.elementor-panel-revisions-buttons { | |
| 4420 | - display: flex; | |
| 4421 | - justify-content: space-between; | |
| 4422 | - padding: 15px 20px; | |
| 4423 | - border-block-end: var(--e-a-border); | |
| 4424 | -} | |
| 4425 | - | |
| 4426 | 3379 | .elementor-history-item { |
| 3380 | + display: -webkit-box; | |
| 3381 | + display: -ms-flexbox; | |
| 4427 | 3382 | display: flex; |
| 4428 | - align-items: center; | |
| 4429 | - text-align: start; | |
| 4430 | - border: var(--e-a-border); | |
| 4431 | - border-radius: var(--e-a-border-radius); | |
| 3383 | + -webkit-box-align: center; | |
| 3384 | + -ms-flex-align: center; | |
| 3385 | + align-items: center; | |
| 3386 | + border: 1px solid #d5dadf; | |
| 4432 | 3387 | padding: 10px 15px; |
| 4433 | - margin-block-end: 10px; | |
| 4434 | - width: 100%; | |
| 3388 | + margin-bottom: 10px; | |
| 4435 | 3389 | font-size: 11px; |
| 4436 | 3390 | line-height: 1.4; |
| 4437 | - background-color: transparent; | |
| 4438 | 3391 | cursor: pointer; |
| 4439 | - transition: var(--e-a-transition-hover); | |
| 4440 | -} | |
| 4441 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 4442 | - background-color: var(--e-a-bg-hover); | |
| 4443 | - color: var(--e-a-txt-color-hover); | |
| 4444 | -} | |
| 4445 | -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before { | |
| 4446 | - content: "\e924"; | |
| 4447 | -} | |
| 4448 | -.elementor-history-item-current { | |
| 4449 | - border-color: var(--e-a-border-color-accent); | |
| 4450 | - background-color: var(--e-a-bg-active); | |
| 4451 | - color: var(--e-a-txt-color-active); | |
| 4452 | -} | |
| 4453 | -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before { | |
| 4454 | - content: "\e90e"; | |
| 4455 | -} | |
| 4456 | -.elementor-history-item__details { | |
| 4457 | - width: 95%; | |
| 4458 | -} | |
| 4459 | -.elementor-history-item__title { | |
| 4460 | - font-weight: bold; | |
| 4461 | -} | |
| 4462 | -.elementor-history-item__subtitle, .elementor-history-item__action { | |
| 4463 | - font-weight: lighter; | |
| 4464 | -} | |
| 4465 | -.elementor-history-item__action { | |
| 4466 | - font-style: italic; | |
| 4467 | - text-decoration: underline; | |
| 4468 | -} | |
| 3392 | + -webkit-transition: all 0.3s; | |
| 3393 | + -o-transition: all 0.3s; | |
| 3394 | + transition: all 0.3s; } | |
| 3395 | + .elementor-history-item:hover { | |
| 3396 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3397 | + .elementor-history-item:hover .elementor-history-item__icon .eicon:before { | |
| 3398 | + content: '\e924'; } | |
| 3399 | + .elementor-history-item-applied { | |
| 3400 | + color: #a4afb7; } | |
| 3401 | + .elementor-history-item-current { | |
| 3402 | + background: #e6e9ec; | |
| 3403 | + cursor: default; } | |
| 3404 | + .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 3405 | + content: '\e90e'; } | |
| 3406 | + .elementor-history-item__details { | |
| 3407 | + width: 95%; } | |
| 3408 | + .elementor-history-item__title { | |
| 3409 | + font-weight: bold; } | |
| 3410 | + .elementor-history-item__subtitle, .elementor-history-item__action { | |
| 3411 | + font-weight: lighter; } | |
| 3412 | + .elementor-history-item__action { | |
| 3413 | + font-style: italic; | |
| 3414 | + text-decoration: underline; } | |
| 3415 | + .elementor-history-item .__icon { | |
| 3416 | + float: right; } | |
| 3417 | + | |
| 4469 | 3418 | .elementor-history-revisions-message { |
| 4470 | 3419 | font-size: 11px; |
| 4471 | 3420 | text-align: center; |
| 4472 | - padding-block-start: 5px; | |
| 4473 | -} | |
| 3421 | + padding-top: 5px; } | |
| 4474 | 3422 | |
| 4475 | 3423 | #elementor-panel-history { |
| 4476 | - padding: 20px; | |
| 4477 | - padding-block-end: 15px; | |
| 4478 | -} | |
| 4479 | -#elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 4480 | - padding-block-start: 20px; | |
| 4481 | -} | |
| 4482 | -#elementor-panel-history:not(.elementor-empty) { | |
| 4483 | - margin-block-start: 10px; | |
| 4484 | -} | |
| 3424 | + padding: 20px 20px 15px; } | |
| 3425 | + #elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 3426 | + padding-top: 20px; } | |
| 3427 | + #elementor-panel-history:not(.elementor-empty) { | |
| 3428 | + background-color: #fff; | |
| 3429 | + margin-top: 10px; } | |
| 4485 | 3430 | |
| 4486 | 3431 | #elementor-panel-history-no-items, |
| 4487 | 3432 | #elementor-panel-revisions-no-revisions { |
| 4488 | - text-align: center; | |
| 4489 | -} | |
| 4490 | -#elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 4491 | -#elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 4492 | - margin-block-start: 20px; | |
| 4493 | -} | |
| 3433 | + text-align: center; } | |
| 3434 | + #elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 3435 | + #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 3436 | + margin-top: 20px; } | |
| 4494 | 3437 | |
| 4495 | -.e-control-display-conditions-promotion__wrapper { | |
| 4496 | - display: flex; | |
| 4497 | - justify-content: space-between; | |
| 4498 | -} | |
| 4499 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4500 | - color: var(--e-a-color-accent); | |
| 4501 | -} | |
| 4502 | -.e-control-display-conditions-promotion__description { | |
| 4503 | - display: flex; | |
| 4504 | - align-self: center; | |
| 4505 | -} | |
| 4506 | -.e-control-display-conditions-promotion__text { | |
| 4507 | - display: inline-block; | |
| 4508 | -} | |
| 4509 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4510 | - width: 2.5rem; | |
| 4511 | - display: flex; | |
| 4512 | - justify-content: center; | |
| 4513 | - align-items: center; | |
| 4514 | -} | |
| 4515 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4516 | - align-self: flex-end; | |
| 4517 | - cursor: pointer; | |
| 4518 | - border: var(--e-a-border-bold); | |
| 4519 | - border-radius: var(--e-a-border-radius); | |
| 4520 | - padding: 5px; | |
| 4521 | -} | |
| 4522 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4523 | - background-color: var(--e-a-bg-active); | |
| 4524 | - color: #E73CF6; | |
| 4525 | -} | |
| 3438 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3439 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3440 | + display: none; } | |
| 4526 | 3441 | |
| 4527 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4528 | - color: var(--e-a-color-accent); | |
| 4529 | -} | |
| 4530 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4531 | - margin-inline-end: 0; | |
| 4532 | -} | |
| 4533 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4534 | - display: flex; | |
| 4535 | - flex-direction: column; | |
| 4536 | - justify-content: center; | |
| 4537 | - padding-inline-start: 5px; | |
| 4538 | - padding-inline-end: 20px; | |
| 4539 | - cursor: pointer; | |
| 4540 | - height: 27px; | |
| 4541 | - width: 100%; | |
| 4542 | - color: var(--e-a-color-txt); | |
| 4543 | - border-radius: var(--e-a-border-radius); | |
| 4544 | - background-color: var(--e-a-bg-default); | |
| 4545 | - box-shadow: none; | |
| 4546 | - border: var(--e-a-border-bold); | |
| 4547 | - font-size: var(--control-title-size); | |
| 4548 | -} | |
| 4549 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4550 | - width: 2.5rem; | |
| 4551 | - display: flex; | |
| 4552 | - justify-content: center; | |
| 4553 | - align-items: center; | |
| 4554 | -} | |
| 3442 | +.elementor-editor-kit .elementor-panel #elementor-panel-header { | |
| 3443 | + background-color: #4ab7f4; } | |
| 3444 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3445 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3446 | + display: table-cell; } | |
| 3447 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 3448 | + pointer-events: none; | |
| 3449 | + opacity: 0.4; } | |
| 3450 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3451 | + cursor: inherit; | |
| 3452 | + color: inherit; } | |
| 4555 | 3453 | |
| 4556 | -.e-link-promotion { | |
| 4557 | - font-family: "Roboto", sans-serif; | |
| 4558 | - font-weight: 500; | |
| 4559 | - color: #93003f; | |
| 4560 | -} | |
| 4561 | -.e-link-promotion:hover { | |
| 4562 | - color: #93003f; | |
| 4563 | -} | |
| 3454 | +.elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 3455 | + border-bottom-color: #4ab7f4; } | |
| 4564 | 3456 | |
| 4565 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4566 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4567 | - display: none; | |
| 4568 | -} | |
| 3457 | +.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 3458 | + display: none; } | |
| 4569 | 3459 | |
| 4570 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4571 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4572 | - display: flex; | |
| 4573 | -} | |
| 4574 | -body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 4575 | - pointer-events: none; | |
| 4576 | - visibility: hidden; | |
| 4577 | -} | |
| 3460 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled), | |
| 3461 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) { | |
| 3462 | + background-color: #4ab7f4; } | |
| 4578 | 3463 | |
| 4579 | -.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 4580 | - display: none; | |
| 4581 | -} | |
| 4582 | 3464 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4583 | - padding: 25px 15px 0; | |
| 4584 | -} | |
| 3465 | + padding: 25px 15px 0; } | |
| 3466 | + | |
| 4585 | 3467 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4586 | 3468 | .elementor-editor-kit #elementor-panel-header-menu-button, |
| 4587 | 3469 | .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, |
| 4588 | 3470 | .elementor-editor-kit #elementor-panel-footer-navigator { |
| 4589 | - display: none; | |
| 4590 | -} | |
| 3471 | + display: none; } | |
| 4591 | 3472 | |
| 4592 | 3473 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4593 | - margin-block-end: 15px; | |
| 4594 | - position: relative; | |
| 4595 | -} | |
| 4596 | -.elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { | |
| 4597 | - background-color: var(--e-a-bg-default); | |
| 4598 | -} | |
| 3474 | + margin-bottom: 15px; | |
| 3475 | + position: relative; } | |
| 3476 | + | |
| 4599 | 3477 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { |
| 3478 | + display: -webkit-box; | |
| 3479 | + display: -ms-flexbox; | |
| 4600 | 3480 | display: flex; |
| 4601 | - align-items: center; | |
| 4602 | -} | |
| 3481 | + -webkit-box-align: center; | |
| 3482 | + -ms-flex-align: center; | |
| 3483 | + align-items: center; } | |
| 3484 | + | |
| 4603 | 3485 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4604 | 3486 | cursor: pointer; |
| 4605 | - color: var(--e-a-color-txt); | |
| 4606 | - background-color: transparent; | |
| 4607 | - border: none; | |
| 4608 | - padding: 5px; | |
| 4609 | -} | |
| 4610 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4611 | - color: var(--e-a-color-txt-hover); | |
| 4612 | -} | |
| 3487 | + color: #d5dadf; | |
| 3488 | + padding: 5px; } | |
| 3489 | + | |
| 4613 | 3490 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4614 | - padding: 0; | |
| 4615 | -} | |
| 4616 | -.elementor-control-type-global-style-repeater .elementor-control-title { | |
| 4617 | - flex-grow: 1; | |
| 4618 | -} | |
| 4619 | -.elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 4620 | - max-width: 135px; | |
| 4621 | -} | |
| 4622 | -.elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 4623 | - background: none; | |
| 4624 | - border: none; | |
| 4625 | -} | |
| 4626 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 4627 | - display: flex; | |
| 4628 | - align-items: center; | |
| 4629 | - min-width: 81px; | |
| 4630 | -} | |
| 4631 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 4632 | - display: none; | |
| 4633 | -} | |
| 4634 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-sort { | |
| 4635 | - display: none; | |
| 4636 | -} | |
| 4637 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 4638 | - margin-block-start: 0; | |
| 4639 | -} | |
| 3491 | + padding: 0; } | |
| 3492 | + .elementor-control-type-global-style-repeater .elementor-control-title { | |
| 3493 | + -webkit-box-flex: 1; | |
| 3494 | + -ms-flex-positive: 1; | |
| 3495 | + flex-grow: 1; } | |
| 3496 | + .elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 3497 | + max-width: 135px; } | |
| 3498 | + .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 3499 | + background: none; | |
| 3500 | + border: none; } | |
| 3501 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 3502 | + display: -webkit-box; | |
| 3503 | + display: -ms-flexbox; | |
| 3504 | + display: flex; | |
| 3505 | + -webkit-box-align: center; | |
| 3506 | + -ms-flex-align: center; | |
| 3507 | + align-items: center; | |
| 3508 | + min-width: 81px; } | |
| 3509 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 3510 | + display: none; } | |
| 3511 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, | |
| 3512 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled { | |
| 3513 | + display: none; } | |
| 3514 | + | |
| 3515 | +.elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 3516 | + margin-top: 0; } | |
| 3517 | + | |
| 4640 | 3518 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4641 | - align-self: end; | |
| 4642 | - margin-block-start: 35px; | |
| 4643 | - inset-block-start: 0; | |
| 4644 | - width: 100%; | |
| 4645 | -} | |
| 4646 | -.elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 4647 | - inset-inline-end: 5px; | |
| 4648 | -} | |
| 4649 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 4650 | - padding: 0 20px 15px; | |
| 4651 | -} | |
| 4652 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 4653 | - flex-grow: initial; | |
| 4654 | -} | |
| 3519 | + -ms-flex-item-align: end; | |
| 3520 | + align-self: end; | |
| 3521 | + margin-top: 35px; | |
| 3522 | + top: 0; | |
| 3523 | + width: 100%; } | |
| 3524 | + .elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 3525 | + right: 5px; } | |
| 3526 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 3527 | + padding: 0 20px 15px; } | |
| 3528 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 3529 | + -webkit-box-flex: initial; | |
| 3530 | + -ms-flex-positive: initial; | |
| 3531 | + flex-grow: initial; } | |
| 3532 | + | |
| 4655 | 3533 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4656 | 3534 | text-align: center; |
| 4657 | - border-block-start: var(--e-a-border); | |
| 4658 | - padding-block-start: 15px; | |
| 4659 | -} | |
| 3535 | + border-top: 1px solid #e6e9ec; | |
| 3536 | + max-width: 260px; | |
| 3537 | + padding-top: 15px; } | |
| 3538 | + | |
| 4660 | 3539 | .elementor-control-type-global-style-repeater .pickr, |
| 4661 | 3540 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4662 | - margin-inline-start: 5px; | |
| 4663 | -} | |
| 4664 | -.elementor-control-type-global-style-repeater .e-sortable-placeholder { | |
| 4665 | - background-color: var(--e-a-color-info); | |
| 4666 | - opacity: 0.9; | |
| 4667 | - width: 100%; | |
| 4668 | - margin: 8px 0; | |
| 4669 | - height: 2px; | |
| 4670 | -} | |
| 3541 | + margin-left: 5px; } | |
| 3542 | + | |
| 4671 | 3543 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4672 | - padding-block-end: 0; | |
| 4673 | -} | |
| 3544 | + padding-bottom: 0; } | |
| 4674 | 3545 | |
| 4675 | 3546 | .e-global-colors__color-value { |
| 3547 | + color: #d5dadf; | |
| 4676 | 3548 | font-size: 10px; |
| 4677 | 3549 | padding: 0 5px; |
| 4678 | - text-align: end; | |
| 3550 | + text-align: right; | |
| 4679 | 3551 | white-space: nowrap; |
| 4680 | - text-overflow: ellipsis; | |
| 4681 | - overflow: hidden; | |
| 4682 | -} | |
| 3552 | + -o-text-overflow: ellipsis; | |
| 3553 | + text-overflow: ellipsis; | |
| 3554 | + overflow: hidden; } | |
| 4683 | 3555 | |
| 3556 | +@-webkit-keyframes load { | |
| 3557 | + 0% { | |
| 3558 | + opacity: .3; } | |
| 3559 | + 50% { | |
| 3560 | + opacity: 1; } | |
| 3561 | + 100% { | |
| 3562 | + opacity: .3; } } | |
| 3563 | + | |
| 4684 | 3564 | @keyframes load { |
| 4685 | 3565 | 0% { |
| 4686 | - opacity: 0.3; | |
| 4687 | - } | |
| 3566 | + opacity: .3; } | |
| 4688 | 3567 | 50% { |
| 4689 | - opacity: 1; | |
| 4690 | - } | |
| 3568 | + opacity: 1; } | |
| 4691 | 3569 | 100% { |
| 4692 | - opacity: 0.3; | |
| 4693 | - } | |
| 4694 | -} | |
| 3570 | + opacity: .3; } } | |
| 3571 | + | |
| 3572 | +@-webkit-keyframes fadeIn { | |
| 3573 | + from { | |
| 3574 | + opacity: 0; } | |
| 3575 | + to { | |
| 3576 | + opacity: 1; } } | |
| 3577 | + | |
| 4695 | 3578 | @keyframes fadeIn { |
| 4696 | 3579 | from { |
| 4697 | - opacity: 0; | |
| 4698 | - } | |
| 3580 | + opacity: 0; } | |
| 4699 | 3581 | to { |
| 4700 | - opacity: 1; | |
| 4701 | - } | |
| 4702 | -} | |
| 3582 | + opacity: 1; } } | |
| 3583 | + | |
| 3584 | +@-webkit-keyframes mover { | |
| 3585 | + 0% { | |
| 3586 | + -webkit-transform: translateY(0); | |
| 3587 | + transform: translateY(0); } | |
| 3588 | + 100% { | |
| 3589 | + -webkit-transform: translateY(-5px); | |
| 3590 | + transform: translateY(-5px); } } | |
| 3591 | + | |
| 4703 | 3592 | @keyframes mover { |
| 4704 | 3593 | 0% { |
| 4705 | - transform: translateY(0); | |
| 4706 | - } | |
| 3594 | + -webkit-transform: translateY(0); | |
| 3595 | + transform: translateY(0); } | |
| 4707 | 3596 | 100% { |
| 4708 | - transform: translateY(-5px); | |
| 4709 | - } | |
| 4710 | -} | |
| 3597 | + -webkit-transform: translateY(-5px); | |
| 3598 | + transform: translateY(-5px); } } | |
| 3599 | + | |
| 3600 | +@-webkit-keyframes slideDown { | |
| 3601 | + 0% { | |
| 3602 | + -webkit-transform: translateY(-30px); | |
| 3603 | + transform: translateY(-30px); } | |
| 3604 | + 100% { | |
| 3605 | + -webkit-transform: translateY(0); | |
| 3606 | + transform: translateY(0); } } | |
| 3607 | + | |
| 4711 | 3608 | @keyframes slideDown { |
| 4712 | 3609 | 0% { |
| 4713 | - transform: translateY(-30px); | |
| 4714 | - } | |
| 3610 | + -webkit-transform: translateY(-30px); | |
| 3611 | + transform: translateY(-30px); } | |
| 4715 | 3612 | 100% { |
| 4716 | - transform: translateY(0); | |
| 4717 | - } | |
| 4718 | -} | |
| 4719 | -.elementor-button, | |
| 4720 | -.e-btn { | |
| 4721 | - font-size: 12px; | |
| 4722 | - font-weight: 500; | |
| 4723 | - line-height: 1.2; | |
| 4724 | - padding: 8px 16px; | |
| 4725 | - outline: none; | |
| 4726 | - border: none; | |
| 4727 | - border-radius: var(--e-a-border-radius); | |
| 4728 | - background-color: var(--e-a-btn-bg); | |
| 4729 | - color: var(--e-a-btn-color-invert); | |
| 4730 | - transition: var(--e-a-transition-hover); | |
| 4731 | -} | |
| 4732 | -.elementor-button:hover, | |
| 4733 | -.e-btn:hover { | |
| 4734 | - border: none; | |
| 4735 | -} | |
| 4736 | -.elementor-button:hover, .elementor-button:focus, | |
| 4737 | -.e-btn:hover, | |
| 4738 | -.e-btn:focus { | |
| 4739 | - background-color: var(--e-a-btn-bg-hover); | |
| 4740 | - color: var(--e-a-btn-color-invert); | |
| 4741 | -} | |
| 4742 | -.elementor-button:active, | |
| 4743 | -.e-btn:active { | |
| 4744 | - background-color: var(--e-a-btn-bg-active); | |
| 4745 | -} | |
| 4746 | -.elementor-button:not([disabled]), | |
| 4747 | -.e-btn:not([disabled]) { | |
| 4748 | - cursor: pointer; | |
| 4749 | -} | |
| 4750 | -.elementor-button:disabled, | |
| 4751 | -.e-btn:disabled { | |
| 4752 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4753 | - color: var(--e-a-btn-color-disabled); | |
| 4754 | -} | |
| 4755 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4756 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4757 | - display: none; | |
| 4758 | -} | |
| 4759 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4760 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4761 | -.e-btn.e-btn-txt, | |
| 4762 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4763 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4764 | - background: transparent; | |
| 4765 | - color: var(--e-a-color-txt); | |
| 4766 | -} | |
| 4767 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4768 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4769 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4770 | -.e-btn.e-btn-txt:hover, | |
| 4771 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4772 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4773 | -.e-btn.e-btn-txt:focus, | |
| 4774 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4775 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4776 | - background: var(--e-a-bg-hover); | |
| 4777 | - color: var(--e-a-color-txt-hover); | |
| 4778 | -} | |
| 4779 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4780 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4781 | -.e-btn.e-btn-txt:disabled, | |
| 4782 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4783 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4784 | - background: transparent; | |
| 4785 | - color: var(--e-a-color-txt-disabled); | |
| 4786 | -} | |
| 4787 | -.elementor-button.e-btn-txt-border, | |
| 4788 | -.e-btn.e-btn-txt-border { | |
| 4789 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4790 | -} | |
| 4791 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4792 | -.e-btn.elementor-button-success, | |
| 4793 | -.e-btn.e-success { | |
| 4794 | - background-color: var(--e-a-btn-bg-success); | |
| 4795 | -} | |
| 4796 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4797 | -.e-btn.elementor-button-success:hover, | |
| 4798 | -.e-btn.elementor-button-success:focus, | |
| 4799 | -.e-btn.e-success:hover, | |
| 4800 | -.e-btn.e-success:focus { | |
| 4801 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4802 | -} | |
| 4803 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4804 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4805 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4806 | -.e-btn.e-primary, | |
| 4807 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4808 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4809 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4810 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4811 | - background-color: var(--e-a-btn-bg-primary); | |
| 4812 | - color: var(--e-a-btn-color); | |
| 4813 | -} | |
| 4814 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4815 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, | |
| 4816 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 4817 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4818 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4819 | -.e-btn.e-primary:hover, | |
| 4820 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4821 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4822 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4823 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4824 | -.e-btn.e-primary:focus, | |
| 4825 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4826 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4827 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4828 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4829 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4830 | - color: var(--e-a-btn-color); | |
| 4831 | -} | |
| 4832 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4833 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, | |
| 4834 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4835 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4836 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4837 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4838 | -.e-btn.e-primary.e-btn-txt, | |
| 4839 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4840 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4841 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4842 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4843 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4844 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4845 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4847 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4848 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4849 | - background: transparent; | |
| 4850 | - color: var(--e-a-color-primary-bold); | |
| 4851 | -} | |
| 4852 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4853 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4854 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4855 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4856 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4858 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4859 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4860 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4861 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4862 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4863 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4864 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4865 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4866 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4867 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4868 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4869 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4870 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4871 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4872 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4873 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4874 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4875 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4876 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4877 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4878 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4879 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4880 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4881 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4883 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4884 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4885 | - background: var(--e-a-bg-primary); | |
| 4886 | -} | |
| 4887 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4888 | -.e-btn.go-pro, | |
| 4889 | -.e-btn.e-accent { | |
| 4890 | - background-color: var(--e-a-btn-bg-accent); | |
| 4891 | -} | |
| 4892 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4893 | -.e-btn.go-pro:hover, | |
| 4894 | -.e-btn.go-pro:focus, | |
| 4895 | -.e-btn.e-accent:hover, | |
| 4896 | -.e-btn.e-accent:focus { | |
| 4897 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4898 | -} | |
| 4899 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4900 | -.e-btn.go-pro:active, | |
| 4901 | -.e-btn.e-accent:active { | |
| 4902 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4903 | -} | |
| 4904 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4905 | -.e-btn.elementor-button-info, | |
| 4906 | -.e-btn.e-info { | |
| 4907 | - background-color: var(--e-a-btn-bg-info); | |
| 4908 | -} | |
| 4909 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4910 | -.e-btn.elementor-button-info:hover, | |
| 4911 | -.e-btn.elementor-button-info:focus, | |
| 4912 | -.e-btn.e-info:hover, | |
| 4913 | -.e-btn.e-info:focus { | |
| 4914 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4915 | -} | |
| 4916 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4917 | -.e-btn.elementor-button-warning, | |
| 4918 | -.e-btn.e-warning { | |
| 4919 | - background-color: var(--e-a-btn-bg-warning); | |
| 4920 | -} | |
| 4921 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4922 | -.e-btn.elementor-button-warning:hover, | |
| 4923 | -.e-btn.elementor-button-warning:focus, | |
| 4924 | -.e-btn.e-warning:hover, | |
| 4925 | -.e-btn.e-warning:focus { | |
| 4926 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 4927 | -} | |
| 4928 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 4929 | -.e-btn.elementor-button-danger, | |
| 4930 | -.e-btn.e-danger { | |
| 4931 | - background-color: var(--e-a-btn-bg-danger); | |
| 4932 | -} | |
| 4933 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4934 | -.e-btn.elementor-button-danger.color-white, | |
| 4935 | -.e-btn.e-danger.color-white { | |
| 4936 | - color: var(--e-a-color-white); | |
| 4937 | -} | |
| 4938 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 4939 | -.e-btn.elementor-button-danger:hover, | |
| 4940 | -.e-btn.elementor-button-danger:focus, | |
| 4941 | -.e-btn.e-danger:hover, | |
| 4942 | -.e-btn.e-danger:focus { | |
| 4943 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 4944 | -} | |
| 4945 | -.elementor-button i, | |
| 4946 | -.e-btn i { | |
| 4947 | - margin-inline-end: 5px; | |
| 4948 | -} | |
| 3613 | + -webkit-transform: translateY(0); | |
| 3614 | + transform: translateY(0); } } | |
| 4949 | 3615 | |
| 4950 | -body { | |
| 4951 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); | |
| 4952 | -} | |
| 4953 | -body.elementor-navigator-docked { | |
| 4954 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); | |
| 4955 | -} | |
| 4956 | -body.elementor-device-desktop #elementor-preview { | |
| 4957 | - overflow-y: hidden; | |
| 4958 | - align-items: flex-start; | |
| 4959 | -} | |
| 4960 | -body:not(.elementor-device-desktop) body { | |
| 4961 | - overflow-y: auto; | |
| 4962 | -} | |
| 4963 | - | |
| 4964 | 3616 | #elementor-preview { |
| 4965 | 3617 | background-color: #333; |
| 3618 | + position: absolute; | |
| 4966 | 3619 | height: 100%; |
| 4967 | - border: 0; | |
| 4968 | - width: var(--e-preview-width); | |
| 4969 | - display: flex; | |
| 4970 | - flex-direction: column; | |
| 4971 | - justify-content: flex-start; | |
| 4972 | - align-items: center; | |
| 4973 | - position: relative; | |
| 4974 | -} | |
| 3620 | + top: 0; | |
| 3621 | + right: 0; | |
| 3622 | + border: 0; } | |
| 3623 | + .elementor-device-desktop #elementor-preview { | |
| 3624 | + overflow-y: hidden; } | |
| 3625 | + body:not(.elementor-device-desktop) #elementor-preview { | |
| 3626 | + overflow-y: auto; } | |
| 4975 | 3627 | |
| 4976 | 3628 | #elementor-preview-responsive-wrapper { |
| 4977 | - transform-origin: top center; | |
| 4978 | - margin: 20px; | |
| 4979 | - transform: scale(var(--e-preview-scale, 1)); | |
| 4980 | - overflow: hidden; | |
| 4981 | -} | |
| 4982 | -.elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 4983 | - min-width: 1025px; | |
| 4984 | - width: 100%; | |
| 4985 | - height: 100%; | |
| 4986 | - margin: 0; | |
| 4987 | - position: relative; | |
| 4988 | -} | |
| 4989 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 4990 | - width: var(--e-editor-preview-width); | |
| 4991 | - height: var(--e-editor-preview-height); | |
| 4992 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4993 | - box-sizing: content-box; | |
| 4994 | - position: relative; | |
| 4995 | - max-height: calc(100vh - 80px); | |
| 4996 | -} | |
| 4997 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 4998 | - display: flex !important; | |
| 4999 | -} | |
| 5000 | -#elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 5001 | - transition: 0.3s ease-in-out; | |
| 5002 | -} | |
| 5003 | -#elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3629 | + position: absolute; | |
| 5004 | 3630 | top: 0; |
| 5005 | -} | |
| 5006 | -#elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 5007 | - top: auto; | |
| 5008 | 3631 | bottom: 0; |
| 5009 | -} | |
| 5010 | -#elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5011 | - align-items: center; | |
| 5012 | - justify-content: center; | |
| 5013 | - height: 20px; | |
| 5014 | -} | |
| 5015 | -#elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 5016 | - content: ""; | |
| 5017 | - display: block; | |
| 5018 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5019 | - width: 50px; | |
| 5020 | - height: 4px; | |
| 5021 | - border-radius: 3px; | |
| 5022 | - transition: all 0.2s ease-in-out; | |
| 5023 | -} | |
| 5024 | -#elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 5025 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5026 | - width: 100px; | |
| 5027 | -} | |
| 5028 | -#elementor-preview-responsive-wrapper .ui-resizable-e, | |
| 5029 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5030 | - align-items: center; | |
| 5031 | - justify-content: center; | |
| 5032 | - width: 20px; | |
| 5033 | -} | |
| 5034 | -#elementor-preview-responsive-wrapper .ui-resizable-e:before, | |
| 5035 | -#elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 5036 | - content: ""; | |
| 5037 | - display: block; | |
| 5038 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5039 | - width: 4px; | |
| 5040 | - height: 50px; | |
| 5041 | - border-radius: 3px; | |
| 5042 | - transition: all 0.2s ease-in-out; | |
| 5043 | -} | |
| 5044 | -#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, | |
| 5045 | -#elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 5046 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5047 | - height: 100px; | |
| 5048 | -} | |
| 5049 | -#elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 5050 | - background-color: rgba(255, 255, 255, 0.9); | |
| 5051 | -} | |
| 5052 | -#elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5053 | - bottom: 0; | |
| 5054 | -} | |
| 5055 | -#elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 5056 | - width: 10px; | |
| 5057 | - right: -5px; | |
| 5058 | -} | |
| 5059 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5060 | 3632 | left: 0; |
| 5061 | -} | |
| 3633 | + right: 0; | |
| 3634 | + -webkit-transition: all .5s ease 0s; | |
| 3635 | + -o-transition: all .5s ease 0s; | |
| 3636 | + transition: all .5s ease 0s; } | |
| 3637 | + .elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 3638 | + min-width: 1025px; | |
| 3639 | + margin: 0 auto; | |
| 3640 | + width: 100%; | |
| 3641 | + height: 100%; } | |
| 3642 | + .elementor-device-tablet #elementor-preview-responsive-wrapper { | |
| 3643 | + width: 768px; | |
| 3644 | + height: 1025px; | |
| 3645 | + padding: 40px 10px 70px; } | |
| 3646 | + .elementor-device-mobile #elementor-preview-responsive-wrapper { | |
| 3647 | + width: 360px; | |
| 3648 | + height: 640px; | |
| 3649 | + padding: 40px 10px 70px; } | |
| 3650 | + body:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 3651 | + -webkit-border-radius: 30px; | |
| 3652 | + border-radius: 30px; | |
| 3653 | + background-color: #111; | |
| 3654 | + margin: 30px auto 80px; | |
| 3655 | + -webkit-box-sizing: content-box; | |
| 3656 | + box-sizing: content-box; } | |
| 5062 | 3657 | |
| 5063 | 3658 | #elementor-preview-iframe { |
| 5064 | 3659 | width: 100%; |
| 5065 | 3660 | height: 100%; |
| 5066 | - background-color: #fff; | |
| 5067 | - box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 5068 | -} | |
| 3661 | + background-color: #fff; } | |
| 5069 | 3662 | |
| 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 | 3663 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5083 | 3664 | font-style: normal; |
| 5084 | 3665 | text-decoration: underline; |
| 5085 | -} | |
| 3666 | + color: #39b54a; } | |
| 3667 | + #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover { | |
| 3668 | + color: #2d8e3a; } | |
| 3669 | + | |
| 5086 | 3670 | #elementor-template-library-modal .dialog-buttons-wrapper { |
| 5087 | - display: none; | |
| 5088 | -} | |
| 3671 | + display: none; } | |
| 3672 | + | |
| 5089 | 3673 | #elementor-template-library-modal .select2-container { |
| 5090 | - z-index: 0; | |
| 5091 | -} | |
| 5092 | -#elementor-template-library-modal .dialog-message { | |
| 5093 | - overflow-y: scroll; | |
| 5094 | -} | |
| 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 { | |
| 5096 | - overflow-y: hidden; | |
| 5097 | -} | |
| 5098 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5099 | - color: var(--e-a-color-txt); | |
| 5100 | - text-decoration: underline; | |
| 5101 | - font-size: 17px; | |
| 5102 | - cursor: pointer; | |
| 5103 | -} | |
| 3674 | + z-index: 0; } | |
| 5104 | 3675 | |
| 5105 | 3676 | #elementor-template-library-header-menu { |
| 5106 | 3677 | text-align: center; |
| 5107 | -} | |
| 3678 | + color: #6d7882; | |
| 3679 | + font-size: 13px; } | |
| 5108 | 3680 | |
| 5109 | 3681 | .elementor-template-library-menu-item { |
| 5110 | 3682 | display: inline-block; |
| 5111 | - padding: 17px 20px; | |
| 5112 | - border-block-end: 3px solid transparent; | |
| 5113 | - cursor: pointer; | |
| 5114 | - background: transparent; | |
| 5115 | - margin: 0; | |
| 5116 | - font-size: inherit; | |
| 5117 | - font-family: inherit; | |
| 5118 | - color: inherit; | |
| 5119 | - border: none; | |
| 5120 | -} | |
| 5121 | -.elementor-template-library-menu-item:hover { | |
| 5122 | - background-color: var(--e-a-bg-hover); | |
| 5123 | - border-color: var(--e-a-bg-hover); | |
| 5124 | -} | |
| 5125 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5126 | - border-block-end: 3px solid; | |
| 5127 | - border-color: var(--e-a-border-color-accent); | |
| 5128 | - color: var(--e-a-color-txt-accent); | |
| 5129 | -} | |
| 3683 | + padding: 17px 0; | |
| 3684 | + width: 115px; | |
| 3685 | + cursor: pointer; } | |
| 3686 | + .elementor-template-library-menu-item.elementor-active { | |
| 3687 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 3688 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 3689 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 3690 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 3691 | + border-bottom: 3px solid #93003c; } | |
| 5130 | 3692 | |
| 5131 | 3693 | #elementor-template-library-header-actions { |
| 5132 | - display: flex; | |
| 5133 | -} | |
| 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; | |
| 5142 | - padding-inline-end: 16px; | |
| 5143 | - cursor: pointer; | |
| 5144 | -} | |
| 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 | -} | |
| 3694 | + display: -webkit-box; | |
| 3695 | + display: -ms-flexbox; | |
| 3696 | + display: flex; } | |
| 3697 | + #elementor-template-library-header-actions > div { | |
| 3698 | + padding-right: 16px; } | |
| 5151 | 3699 | |
| 5152 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5153 | - opacity: 0; | |
| 5154 | - visibility: hidden; | |
| 5155 | -} | |
| 5156 | - | |
| 5157 | 3700 | #elementor-template-library-header-preview-insert-wrapper { |
| 5158 | 3701 | cursor: default; |
| 5159 | - padding: 0 10px; | |
| 5160 | -} | |
| 3702 | + padding: 0 10px; } | |
| 3703 | + #elementor-template-library-header-preview-insert-wrapper .elementor-button { | |
| 3704 | + padding: 8px 14px; | |
| 3705 | + font-size: 11px; } | |
| 3706 | + #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert { | |
| 3707 | + color: #fff; | |
| 3708 | + background-color: #39b54a; } | |
| 3709 | + #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro { | |
| 3710 | + background-color: #93003c; | |
| 3711 | + color: #fff; } | |
| 5161 | 3712 | |
| 5162 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5163 | - margin-inline-start: 4px; | |
| 5164 | -} | |
| 5165 | - | |
| 5166 | 3713 | #elementor-template-library-header-preview-back { |
| 5167 | - gap: 10px; | |
| 5168 | - padding-block: 16.5px 15px; | |
| 5169 | - padding-inline: 0 16.5px; | |
| 5170 | - border-inline-end: var(--e-a-border); | |
| 3714 | + padding: 16.5px 16.5px 15px 0; | |
| 3715 | + border-right: 1px solid #e6e9ec; | |
| 5171 | 3716 | cursor: pointer; |
| 5172 | - transition: color 0.5s; | |
| 5173 | -} | |
| 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 | -#elementor-template-library-header-preview-back:hover { | |
| 5192 | - color: var(--e-a-color-txt-hover); | |
| 5193 | -} | |
| 5194 | -#elementor-template-library-header-preview-back i { | |
| 5195 | - font-size: 18px; | |
| 5196 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5197 | -} | |
| 3717 | + -webkit-transition: color .5s; | |
| 3718 | + -o-transition: color .5s; | |
| 3719 | + transition: color .5s; } | |
| 3720 | + #elementor-template-library-header-preview-back:not(:hover) { | |
| 3721 | + color: #a4afb7; } | |
| 3722 | + #elementor-template-library-header-preview-back i { | |
| 3723 | + padding-right: 10px; | |
| 3724 | + font-size: 18px; } | |
| 3725 | + #elementor-template-library-header-preview-back i:before { | |
| 3726 | + content: ""; } | |
| 5198 | 3727 | |
| 5199 | 3728 | #elementor-template-library-templates { |
| 3729 | + padding: 0 15px; } | |
| 3730 | + #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container { | |
| 3731 | + -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 3732 | + box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 3733 | + margin-top: 10px; | |
| 3734 | + margin-bottom: 45px; } | |
| 3735 | + #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3736 | + color: #6d7882; } | |
| 3737 | + #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container { | |
| 3738 | + margin: 10px -15px 0; } | |
| 3739 | + #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3740 | + color: #495157; } | |
| 3741 | + #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-order-toolbar-local, #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-footer-banner { | |
| 3742 | + display: none; } | |
| 3743 | + #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 3744 | + display: none; } | |
| 3745 | + #elementor-template-library-templates .elementor-template-library-order-input { | |
| 3746 | + display: none; } | |
| 3747 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3748 | + padding-right: 8px; } | |
| 3749 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 3750 | + font-family: eicons; | |
| 3751 | + content: '\e8ae'; | |
| 3752 | + margin-left: 3px; } | |
| 3753 | + #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 3754 | + content: '\e8ad'; } | |
| 3755 | + | |
| 3756 | +#elementor-template-library-templates-container { | |
| 3757 | + display: -webkit-box; | |
| 3758 | + display: -ms-flexbox; | |
| 5200 | 3759 | display: flex; |
| 5201 | - flex-direction: column; | |
| 5202 | - gap: 20px; | |
| 5203 | -} | |
| 5204 | -#elementor-template-library-templates .toolbar-container { | |
| 5205 | - display: flex; | |
| 5206 | - justify-content: space-between; | |
| 5207 | - align-items: center; | |
| 5208 | - gap: 2%; | |
| 5209 | - height: 45px; | |
| 5210 | -} | |
| 5211 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5212 | - display: flex; | |
| 5213 | - flex-wrap: wrap; | |
| 5214 | - align-items: flex-start; | |
| 5215 | -} | |
| 5216 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5217 | - display: none; | |
| 5218 | -} | |
| 5219 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) { | |
| 5220 | - justify-content: flex-end; | |
| 5221 | -} | |
| 5222 | -#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 | - display: flex; | |
| 5224 | - align-items: baseline; | |
| 5225 | - border-radius: 3px; | |
| 5226 | -} | |
| 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 | -#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 | - align-items: center; | |
| 5233 | -} | |
| 5234 | -#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 | - font-size: 14px; | |
| 5236 | - margin-inline-start: 5px; | |
| 5237 | -} | |
| 5238 | -#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 | - width: 200px; | |
| 5240 | - margin: 0px 10px; | |
| 5241 | - align-self: center; | |
| 5242 | - text-align: start; | |
| 5243 | -} | |
| 5244 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning { | |
| 5245 | - font-size: 10px; | |
| 5246 | -} | |
| 5247 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a { | |
| 5248 | - color: var(--e-a-btn-bg-accent); | |
| 5249 | -} | |
| 5250 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar { | |
| 5251 | - height: 4px; | |
| 5252 | - background-color: var(--e-a-color-primary-bold); | |
| 5253 | - position: relative; | |
| 5254 | - display: flex; | |
| 5255 | - align-items: center; | |
| 5256 | - padding: 0; | |
| 5257 | -} | |
| 5258 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill { | |
| 5259 | - height: 100%; | |
| 5260 | - transition: width 0.3s ease; | |
| 5261 | -} | |
| 5262 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal { | |
| 5263 | - background-color: #D004D4; | |
| 5264 | -} | |
| 5265 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning { | |
| 5266 | - background-color: #F59E0B; | |
| 5267 | -} | |
| 5268 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert { | |
| 5269 | - background-color: #93003f; | |
| 5270 | -} | |
| 5271 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal { | |
| 5272 | - background-color: #F0ABFC; | |
| 5273 | -} | |
| 5274 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning { | |
| 5275 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5276 | -} | |
| 5277 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5278 | - font-size: 12px; | |
| 5279 | - color: var(--e-a-color-txt); | |
| 5280 | -} | |
| 5281 | -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container { | |
| 5282 | - border-block-start: var(--e-a-border); | |
| 5283 | -} | |
| 5284 | -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5285 | - color: var(--e-a-color-txt-active); | |
| 5286 | -} | |
| 5287 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5288 | - border-block-start: none; | |
| 5289 | -} | |
| 5290 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5291 | - padding: 0; | |
| 5292 | -} | |
| 5293 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5294 | - max-width: -moz-fit-content; | |
| 5295 | - max-width: fit-content; | |
| 5296 | -} | |
| 5297 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5298 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5299 | - display: none; | |
| 5300 | -} | |
| 5301 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5302 | - pointer-events: none; | |
| 5303 | -} | |
| 5304 | -#elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { | |
| 5305 | - margin: 10px -15px 0; | |
| 5306 | -} | |
| 5307 | -#elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5308 | - color: var(--e-a-color-txt-active); | |
| 5309 | -} | |
| 5310 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, | |
| 5311 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { | |
| 5312 | - display: none; | |
| 5313 | -} | |
| 5314 | -#elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 5315 | - display: none; | |
| 5316 | -} | |
| 5317 | -#elementor-template-library-templates .elementor-template-library-order-input { | |
| 5318 | - display: none; | |
| 5319 | -} | |
| 5320 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5321 | - padding-inline-end: 8px; | |
| 5322 | -} | |
| 5323 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 5324 | - font-family: eicons; | |
| 5325 | - content: "\e8ae"; | |
| 5326 | - margin-inline-start: 3px; | |
| 5327 | -} | |
| 5328 | -#elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 5329 | - content: "\e8ad"; | |
| 5330 | -} | |
| 5331 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 5332 | - display: flex; | |
| 5333 | - align-items: center; | |
| 5334 | - gap: 8px; | |
| 5335 | -} | |
| 5336 | -#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 | - cursor: pointer; | |
| 5344 | - font-size: 20px; | |
| 5345 | - padding: 0 5px; | |
| 5346 | - border-radius: 2px; | |
| 5347 | - color: var(--e-a-color-txt); | |
| 5348 | -} | |
| 5349 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5350 | - background-color: var(--e-a-bg-hover); | |
| 5351 | -} | |
| 5352 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5353 | - width: 1px; | |
| 5354 | - height: 20px; | |
| 5355 | - background-color: var(--e-a-border-color); | |
| 5356 | -} | |
| 5357 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5358 | - background-color: var(--e-a-bg-hover); | |
| 5359 | -} | |
| 5360 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5361 | - background-color: var(--e-a-bg-hover); | |
| 5362 | -} | |
| 5363 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5364 | - display: grid; | |
| 5365 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5366 | - grid-gap: 20px; | |
| 5367 | - padding: 20px 0; | |
| 5368 | -} | |
| 5369 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template { | |
| 5370 | - grid-column: 1; | |
| 5371 | -} | |
| 5372 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5373 | - grid-column: 1/-1; | |
| 5374 | -} | |
| 5375 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5376 | - display: flex; | |
| 5377 | - position: relative; | |
| 5378 | - flex-direction: column; | |
| 5379 | - height: 158px; | |
| 5380 | - padding: 8px; | |
| 5381 | - border: var(--e-a-border); | |
| 5382 | - border-radius: 3px; | |
| 5383 | -} | |
| 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 { | |
| 5389 | - display: flex; | |
| 5390 | -} | |
| 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 { | |
| 5392 | - display: none; | |
| 5393 | -} | |
| 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 { | |
| 5395 | - display: flex !important; | |
| 5396 | -} | |
| 5397 | -#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 | - width: 190px; | |
| 5399 | - height: 100px; | |
| 5400 | - position: relative; | |
| 5401 | - border-radius: 3px; | |
| 5402 | - margin-block-end: 4px; | |
| 5403 | - overflow: hidden; | |
| 5404 | -} | |
| 5405 | -#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; | |
| 5408 | - width: 100%; | |
| 5409 | - height: 100%; | |
| 5410 | -} | |
| 5411 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5412 | - display: none; | |
| 5413 | - justify-content: center; | |
| 5414 | - align-items: center; | |
| 5415 | - position: absolute; | |
| 5416 | - inset: 0; | |
| 5417 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5418 | - cursor: default; | |
| 5419 | -} | |
| 5420 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5421 | - font-size: 11px; | |
| 5422 | - white-space: nowrap; | |
| 5423 | - text-overflow: ellipsis; | |
| 5424 | - overflow: hidden; | |
| 5425 | -} | |
| 5426 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5427 | - display: flex; | |
| 5428 | - position: relative; | |
| 5429 | - justify-content: space-between; | |
| 5430 | - align-items: center; | |
| 5431 | - font-size: 11px; | |
| 5432 | - min-height: 38px; | |
| 5433 | -} | |
| 5434 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5435 | - display: none; | |
| 5436 | - width: 90%; | |
| 5437 | - gap: 8px; | |
| 5438 | - height: 38px; | |
| 5439 | - padding: 4px 0; | |
| 5440 | -} | |
| 5441 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert { | |
| 5442 | - display: flex; | |
| 5443 | -} | |
| 5444 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i { | |
| 5445 | - display: flex; | |
| 5446 | - align-items: center; | |
| 5447 | -} | |
| 5448 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info { | |
| 5449 | - display: flex; | |
| 5450 | - flex-direction: column; | |
| 5451 | - justify-content: center; | |
| 5452 | - width: 65%; | |
| 5453 | - align-items: start; | |
| 5454 | - white-space: nowrap; | |
| 5455 | - text-overflow: ellipsis; | |
| 5456 | - overflow: hidden; | |
| 5457 | -} | |
| 5458 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5459 | - flex-direction: row; | |
| 5460 | - align-items: center; | |
| 5461 | - justify-content: start; | |
| 5462 | - height: 56px; | |
| 5463 | - padding: 13px 10px; | |
| 5464 | -} | |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon { | |
| 5466 | - font-size: 25px; | |
| 5467 | - margin-inline-end: 8px; | |
| 5468 | -} | |
| 5469 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle { | |
| 5470 | - margin-inline-start: auto; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5473 | - display: none; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5476 | - visibility: hidden; | |
| 5477 | -} | |
| 5478 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5479 | - visibility: visible; | |
| 5480 | -} | |
| 5481 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5482 | - display: none; | |
| 5483 | - background: var(--e-a-bg-active); | |
| 5484 | - padding: 10px 25px; | |
| 5485 | - border-radius: 5px; | |
| 5486 | - color: var(--e-a-bg-invert); | |
| 5487 | - gap: 20px; | |
| 5488 | - align-items: center; | |
| 5489 | - flex: 1; | |
| 5490 | -} | |
| 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; | |
| 5498 | - cursor: pointer; | |
| 5499 | - display: flex; | |
| 5500 | - align-items: center; | |
| 5501 | - justify-content: center; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5504 | - pointer-events: none; | |
| 5505 | - opacity: 0.3; | |
| 5506 | - cursor: not-allowed; | |
| 5507 | -} | |
| 5508 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5509 | - cursor: pointer; | |
| 5510 | - font-size: 18px; | |
| 5511 | -} | |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5513 | - font-size: 20px; | |
| 5514 | -} | |
| 5515 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5516 | - display: flex; | |
| 5517 | - flex: 1; | |
| 5518 | - white-space: nowrap; | |
| 5519 | - text-overflow: ellipsis; | |
| 5520 | - overflow: hidden; | |
| 5521 | -} | |
| 5522 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5523 | - display: flex; | |
| 5524 | - flex-direction: row; | |
| 5525 | - align-items: center; | |
| 5526 | - gap: 15px; | |
| 5527 | - white-space: nowrap; | |
| 5528 | - text-overflow: ellipsis; | |
| 5529 | - overflow: hidden; | |
| 5530 | -} | |
| 5531 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5532 | - white-space: nowrap; | |
| 5533 | - text-overflow: ellipsis; | |
| 5534 | - overflow: hidden; | |
| 5535 | -} | |
| 5536 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5537 | - padding-inline-start: 8px; | |
| 5538 | - background-color: var(--e-a-bg-hover); | |
| 5539 | - color: var(--e-a-color-txt); | |
| 5540 | -} | |
| 5541 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5542 | - visibility: visible; | |
| 5543 | -} | |
| 5544 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5545 | - background: var(--e-a-bg-active); | |
| 5546 | -} | |
| 5547 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5548 | - position: relative; | |
| 5549 | - inset-block-start: 3px; | |
| 5550 | -} | |
| 5551 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5552 | - inset-block-start: 0px; | |
| 5553 | -} | |
| 5554 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5555 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5556 | - background: #69727D; | |
| 5557 | -} | |
| 5558 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5559 | - display: block; | |
| 5560 | - content: ""; | |
| 5561 | - width: 10px; | |
| 5562 | - height: 2px; | |
| 5563 | - background-color: white; | |
| 5564 | - transform: none; | |
| 5565 | -} | |
| 3760 | + -ms-flex-wrap: wrap; | |
| 3761 | + flex-wrap: wrap; | |
| 3762 | + -webkit-box-align: start; | |
| 3763 | + -ms-flex-align: start; | |
| 3764 | + align-items: flex-start; } | |
| 3765 | + #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert { | |
| 3766 | + text-transform: none; | |
| 3767 | + font-size: 12px; } | |
| 5566 | 3768 | |
| 5567 | 3769 | #elementor-template-library-toolbar { |
| 3770 | + display: -webkit-box; | |
| 3771 | + display: -ms-flexbox; | |
| 5568 | 3772 | display: flex; |
| 5569 | - justify-content: space-between; | |
| 5570 | - align-items: center; | |
| 5571 | -} | |
| 3773 | + -webkit-box-pack: justify; | |
| 3774 | + -ms-flex-pack: justify; | |
| 3775 | + justify-content: space-between; | |
| 3776 | + -webkit-box-align: center; | |
| 3777 | + -ms-flex-align: center; | |
| 3778 | + align-items: center; } | |
| 5572 | 3779 | |
| 5573 | 3780 | .elementor-template-library-filter-toolbar { |
| 3781 | + display: -webkit-box; | |
| 3782 | + display: -ms-flexbox; | |
| 5574 | 3783 | display: flex; |
| 5575 | - align-items: center; | |
| 5576 | -} | |
| 3784 | + -webkit-box-align: center; | |
| 3785 | + -ms-flex-align: center; | |
| 3786 | + align-items: center; } | |
| 5577 | 3787 | |
| 5578 | -.elementor-template-library-filter-select-source { | |
| 5579 | - width: 350px; | |
| 5580 | - display: flex; | |
| 5581 | - gap: 10px; | |
| 5582 | -} | |
| 5583 | -.elementor-template-library-filter-select-source .source-option { | |
| 5584 | - flex: 1; | |
| 5585 | - border: 0.5px solid #BABFC5; | |
| 5586 | - padding: 5px; | |
| 5587 | - border-radius: 3px; | |
| 5588 | - cursor: pointer; | |
| 5589 | - font-size: 12px; | |
| 5590 | -} | |
| 5591 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5592 | - margin-inline-end: 5px; | |
| 5593 | -} | |
| 5594 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5595 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5596 | - padding: 2px 4px; | |
| 5597 | - color: var(--e-a-color-primary-bold-dark); | |
| 5598 | - border-radius: 10px; | |
| 5599 | - font-size: 10px; | |
| 5600 | - margin-inline-start: 5px; | |
| 5601 | -} | |
| 5602 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5603 | - background-color: var(--e-a-bg-hover); | |
| 5604 | -} | |
| 5605 | - | |
| 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 | 3788 | #elementor-template-library-filter-toolbar-remote { |
| 5651 | - font-size: 11px; | |
| 5652 | -} | |
| 3789 | + font-size: 11px; } | |
| 5653 | 3790 | |
| 5654 | 3791 | #elementor-template-library-order { |
| 3792 | + display: -webkit-box; | |
| 3793 | + display: -ms-flexbox; | |
| 5655 | 3794 | display: flex; |
| 5656 | - border-inline-end: var(--e-a-border); | |
| 5657 | -} | |
| 3795 | + border-right: 1px solid #d5dadf; } | |
| 5658 | 3796 | |
| 5659 | 3797 | .elementor-template-library-order-label { |
| 5660 | 3798 | text-transform: uppercase; |
| 5661 | - padding-inline-end: 22px; | |
| 3799 | + padding-right: 22px; | |
| 5662 | 3800 | -webkit-user-select: none; |
| 5663 | 3801 | -moz-user-select: none; |
| 5664 | - user-select: none; | |
| 5665 | - line-height: 1; | |
| 5666 | - font-size: 10px; | |
| 5667 | - font-weight: 500; | |
| 5668 | -} | |
| 3802 | + -ms-user-select: none; | |
| 3803 | + user-select: none; } | |
| 5669 | 3804 | |
| 5670 | 3805 | label.elementor-template-library-order-label { |
| 5671 | - cursor: pointer; | |
| 5672 | -} | |
| 5673 | -label.elementor-template-library-order-label:hover { | |
| 5674 | - color: var(--e-a-color-txt-hover); | |
| 5675 | -} | |
| 3806 | + cursor: pointer; } | |
| 3807 | + label.elementor-template-library-order-label:hover { | |
| 3808 | + color: #556068; } | |
| 5676 | 3809 | |
| 5677 | 3810 | #elementor-template-library-filter .select2 { |
| 5678 | - text-align: start; | |
| 5679 | - width: calc(27px * 5) !important; | |
| 5680 | -} | |
| 3811 | + text-align: left; | |
| 3812 | + width: calc(27px * 5) !important; } | |
| 3813 | + | |
| 5681 | 3814 | #elementor-template-library-filter .select2-selection__rendered { |
| 5682 | - text-transform: capitalize; | |
| 5683 | -} | |
| 3815 | + text-transform: capitalize; } | |
| 5684 | 3816 | |
| 5685 | 3817 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5686 | 3818 | text-transform: capitalize; |
| 5687 | - text-align: start; | |
| 5688 | - padding-inline-start: 5px; | |
| 5689 | -} | |
| 3819 | + text-align: left; | |
| 3820 | + padding-left: 5px; } | |
| 5690 | 3821 | |
| 5691 | 3822 | #elementor-template-library-my-favorites { |
| 5692 | - flex-grow: 1; | |
| 5693 | - text-align: start; | |
| 5694 | - padding-inline-start: 20px; | |
| 5695 | -} | |
| 3823 | + -webkit-box-flex: 1; | |
| 3824 | + -ms-flex-positive: 1; | |
| 3825 | + flex-grow: 1; | |
| 3826 | + text-align: left; | |
| 3827 | + padding-left: 20px; } | |
| 5696 | 3828 | |
| 5697 | 3829 | #elementor-template-library-filter-my-favorites { |
| 5698 | - display: none; | |
| 5699 | -} | |
| 5700 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 5701 | - color: var(--e-a-color-txt-active); | |
| 5702 | -} | |
| 5703 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 5704 | - color: var(--e-a-color-primary-bold); | |
| 5705 | - content: "\e93f"; | |
| 5706 | -} | |
| 3830 | + display: none; } | |
| 3831 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 3832 | + color: #495157; } | |
| 3833 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 3834 | + color: #93003c; | |
| 3835 | + content: '\e93f'; } | |
| 5707 | 3836 | |
| 5708 | 3837 | #elementor-template-library-filter-my-favorites-label { |
| 5709 | 3838 | cursor: pointer; |
| 5710 | - text-transform: uppercase; | |
| 5711 | -} | |
| 5712 | -#elementor-template-library-filter-my-favorites-label:hover { | |
| 5713 | - color: var(--e-a-color-txt-hover); | |
| 5714 | -} | |
| 5715 | -#elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 5716 | - color: var(--e-a-color-primary-bold); | |
| 5717 | -} | |
| 5718 | -#elementor-template-library-filter-my-favorites-label i { | |
| 5719 | - padding-inline-end: 5px; | |
| 5720 | -} | |
| 5721 | -#elementor-template-library-filter-my-favorites-label i:after { | |
| 5722 | - content: "\e923"; | |
| 5723 | -} | |
| 3839 | + text-transform: uppercase; } | |
| 3840 | + #elementor-template-library-filter-my-favorites-label:hover { | |
| 3841 | + color: #556068; } | |
| 3842 | + #elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 3843 | + color: #93003c; } | |
| 3844 | + #elementor-template-library-filter-my-favorites-label i { | |
| 3845 | + padding-right: 5px; } | |
| 3846 | + #elementor-template-library-filter-my-favorites-label i:after { | |
| 3847 | + color: #a4afb7; | |
| 3848 | + content: '\e923'; } | |
| 5724 | 3849 | |
| 5725 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5726 | - margin-block-end: 10px; | |
| 5727 | -} | |
| 5728 | - | |
| 5729 | 3850 | #elementor-template-library-filter-text-wrapper { |
| 5730 | 3851 | width: 200px; |
| 5731 | - position: relative; | |
| 5732 | -} | |
| 5733 | -#elementor-template-library-filter-text-wrapper i { | |
| 5734 | - position: absolute; | |
| 5735 | - inset-block-start: 50%; | |
| 5736 | - inset-inline-end: 0; | |
| 5737 | - transform: translateY(-50%); | |
| 5738 | -} | |
| 5739 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5740 | - inset-block-start: 25%; | |
| 5741 | -} | |
| 3852 | + position: relative; } | |
| 3853 | + #elementor-template-library-filter-text-wrapper i { | |
| 3854 | + position: absolute; | |
| 3855 | + top: 50%; | |
| 3856 | + right: 0; | |
| 3857 | + -webkit-transform: translateY(-50%); | |
| 3858 | + -ms-transform: translateY(-50%); | |
| 3859 | + transform: translateY(-50%); } | |
| 5742 | 3860 | |
| 5743 | 3861 | #elementor-template-library-filter-text { |
| 5744 | 3862 | border: none; |
| 5745 | - border-block-end: var(--e-a-border-bold); | |
| 5746 | - border-radius: 0; | |
| 3863 | + border-bottom: 1px solid #d5dadf; | |
| 3864 | + -webkit-border-radius: 0; | |
| 3865 | + border-radius: 0; | |
| 5747 | 3866 | font-size: 11px; |
| 5748 | 3867 | padding: 8px 15px 8px 0; |
| 5749 | - transition: border 0.5s; | |
| 5750 | -} | |
| 5751 | -#elementor-template-library-filter-text:focus { | |
| 5752 | - border-color: var(--e-a-border-color-focus); | |
| 5753 | -} | |
| 5754 | -#elementor-template-library-filter-text::-moz-placeholder { | |
| 5755 | - font-weight: 300; | |
| 5756 | - text-transform: uppercase; | |
| 5757 | -} | |
| 5758 | -#elementor-template-library-filter-text::placeholder { | |
| 5759 | - font-weight: 300; | |
| 5760 | - text-transform: uppercase; | |
| 5761 | -} | |
| 3868 | + -webkit-transition: border 0.5s; | |
| 3869 | + -o-transition: border 0.5s; | |
| 3870 | + transition: border 0.5s; } | |
| 3871 | + #elementor-template-library-filter-text:focus { | |
| 3872 | + border-color: #c2cbd2; } | |
| 3873 | + #elementor-template-library-filter-text::-webkit-input-placeholder { | |
| 3874 | + font-weight: 300; | |
| 3875 | + text-transform: uppercase; } | |
| 3876 | + #elementor-template-library-filter-text::-moz-placeholder { | |
| 3877 | + font-weight: 300; | |
| 3878 | + text-transform: uppercase; } | |
| 3879 | + #elementor-template-library-filter-text::-ms-input-placeholder { | |
| 3880 | + font-weight: 300; | |
| 3881 | + text-transform: uppercase; } | |
| 3882 | + #elementor-template-library-filter-text::placeholder { | |
| 3883 | + font-weight: 300; | |
| 3884 | + text-transform: uppercase; } | |
| 3885 | + #elementor-template-library-filter-text:focus { | |
| 3886 | + border-color: #c2cbd2; } | |
| 5762 | 3887 | |
| 5763 | 3888 | .elementor-template-library-template-remote { |
| 5764 | - margin: calc(30px / 2); | |
| 3889 | + margin: 15px; | |
| 5765 | 3890 | padding: 8px; |
| 5766 | - border: var(--e-a-border); | |
| 5767 | - border-radius: 3px; | |
| 5768 | -} | |
| 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 { | |
| 5774 | - background-color: var(--e-a-bg-hover); | |
| 5775 | -} | |
| 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 { | |
| 5780 | - display: none; | |
| 5781 | -} | |
| 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 { | |
| 5789 | - opacity: 0; | |
| 5790 | -} | |
| 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 { | |
| 5793 | - display: none; | |
| 5794 | -} | |
| 5795 | -.elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 5796 | - content: var(--elementor-template-library-subscription-plan-label); | |
| 5797 | - background-color: var(--e-a-color-accent); | |
| 5798 | - color: var(--e-a-color-white); | |
| 5799 | - position: absolute; | |
| 5800 | - text-transform: uppercase; | |
| 5801 | - line-height: 1; | |
| 5802 | - inset-block-start: 5px; | |
| 5803 | - inset-inline-end: 5px; | |
| 5804 | - padding: 3px 5px; | |
| 5805 | - font-size: 8px; | |
| 5806 | - border-radius: 2px; | |
| 5807 | -} | |
| 5808 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 5809 | - position: relative; | |
| 5810 | - width: calc(33.333% - 30px); | |
| 5811 | - overflow: hidden; | |
| 5812 | -} | |
| 5813 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 5814 | - display: block; | |
| 5815 | - width: 100%; | |
| 5816 | -} | |
| 5817 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 5818 | - position: absolute; | |
| 5819 | - width: 100%; | |
| 5820 | - inset-block-end: 0; | |
| 5821 | - inset-inline-start: 0; | |
| 5822 | - padding: 10px; | |
| 5823 | - background-color: var(--e-a-bg-default); | |
| 5824 | - transition: transform 0.5s; | |
| 5825 | -} | |
| 5826 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 5827 | - display: none; | |
| 5828 | -} | |
| 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 { | |
| 5830 | - transform: translateY(100%); | |
| 5831 | -} | |
| 5832 | -.elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 5833 | - position: relative; | |
| 5834 | -} | |
| 5835 | -@media (max-width: 1025px) { | |
| 3891 | + background-color: #fff; | |
| 3892 | + -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 3893 | + box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 3894 | + -webkit-border-radius: 3px; | |
| 3895 | + border-radius: 3px; } | |
| 3896 | + .elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 3897 | + display: none; } | |
| 3898 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 3899 | + opacity: 0; } | |
| 3900 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 3901 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 3902 | + display: none; } | |
| 3903 | + .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 3904 | + position: absolute; | |
| 3905 | + content: 'pro'; | |
| 3906 | + text-transform: uppercase; | |
| 3907 | + top: 5px; | |
| 3908 | + right: 5px; | |
| 3909 | + background-color: #93003c; | |
| 3910 | + color: #d5dadf; | |
| 3911 | + padding: 2px 4px 0; | |
| 3912 | + font-size: 9px; | |
| 3913 | + -webkit-border-radius: 2px; | |
| 3914 | + border-radius: 2px; } | |
| 3915 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 3916 | + position: relative; | |
| 3917 | + width: calc(33.333% - 30px); | |
| 3918 | + overflow: hidden; } | |
| 3919 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 3920 | + display: block; | |
| 3921 | + width: 100%; } | |
| 3922 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 3923 | + position: absolute; | |
| 3924 | + width: 100%; | |
| 3925 | + bottom: 0; | |
| 3926 | + left: 0; | |
| 3927 | + padding: 10px; | |
| 3928 | + background-color: #fff; | |
| 3929 | + -webkit-transition: -webkit-transform .5s; | |
| 3930 | + transition: -webkit-transform .5s; | |
| 3931 | + -o-transition: transform .5s; | |
| 3932 | + transition: transform .5s; | |
| 3933 | + transition: transform .5s, -webkit-transform .5s; } | |
| 3934 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 3935 | + display: none; } | |
| 3936 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 3937 | + -webkit-transform: translateY(100%); | |
| 3938 | + -ms-transform: translateY(100%); | |
| 3939 | + transform: translateY(100%); } | |
| 5836 | 3940 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5837 | - height: 300px; | |
| 5838 | - } | |
| 5839 | -} | |
| 5840 | -.elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 5841 | - height: 100%; | |
| 5842 | - background-size: cover; | |
| 5843 | - background-position-x: 50%; | |
| 5844 | - box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 5845 | -} | |
| 5846 | -.elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 5847 | - position: absolute; | |
| 5848 | - inset: 0; | |
| 5849 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5850 | - transition: opacity 0.5s; | |
| 5851 | - cursor: pointer; | |
| 5852 | -} | |
| 5853 | -.elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 5854 | - font-size: 20px; | |
| 5855 | - position: absolute; | |
| 5856 | - inset-block-start: 50%; | |
| 5857 | - inset-inline-start: 50%; | |
| 5858 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5859 | -} | |
| 5860 | -.elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 5861 | - display: flex; | |
| 5862 | - justify-content: space-between; | |
| 5863 | - font-size: 11px; | |
| 5864 | - line-height: 1; | |
| 5865 | - height: 40px; | |
| 5866 | - align-items: center; | |
| 5867 | -} | |
| 5868 | -.elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 5869 | - text-align: start; | |
| 5870 | - flex-grow: 1; | |
| 5871 | - white-space: nowrap; | |
| 5872 | - text-overflow: ellipsis; | |
| 5873 | - overflow: hidden; | |
| 5874 | - padding-inline-end: 5px; | |
| 5875 | -} | |
| 5876 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5877 | - margin-inline-start: auto; | |
| 5878 | -} | |
| 5879 | -.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; | |
| 5889 | -} | |
| 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 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 5895 | - content: "\e93f"; | |
| 5896 | - color: var(--e-a-color-primary-bold); | |
| 5897 | -} | |
| 5898 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 5899 | - font-size: 15px; | |
| 5900 | - cursor: pointer; | |
| 5901 | -} | |
| 5902 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 5903 | - color: var(--e-a-color-primary-bold); | |
| 5904 | -} | |
| 3941 | + position: relative; } | |
| 3942 | + @media (max-width: 1025px) { | |
| 3943 | + .elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 3944 | + height: 300px; } } | |
| 3945 | + .elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 3946 | + height: 100%; | |
| 3947 | + -webkit-background-size: cover; | |
| 3948 | + background-size: cover; | |
| 3949 | + background-position-x: 50%; | |
| 3950 | + -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 3951 | + box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); } | |
| 3952 | + .elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 3953 | + position: absolute; | |
| 3954 | + top: 0; | |
| 3955 | + left: 0; | |
| 3956 | + width: 100%; | |
| 3957 | + height: 100%; | |
| 3958 | + background-color: rgba(0, 0, 0, 0.5); | |
| 3959 | + -webkit-transition: opacity .5s; | |
| 3960 | + -o-transition: opacity .5s; | |
| 3961 | + transition: opacity .5s; | |
| 3962 | + cursor: pointer; } | |
| 3963 | + .elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 3964 | + font-size: 20px; | |
| 3965 | + color: #d5dadf; | |
| 3966 | + position: absolute; | |
| 3967 | + top: 50%; | |
| 3968 | + left: 50%; | |
| 3969 | + -webkit-transform: translate(-50%, -50%); | |
| 3970 | + -ms-transform: translate(-50%, -50%); | |
| 3971 | + transform: translate(-50%, -50%); } | |
| 3972 | + .elementor-template-library-template-remote .elementor-template-library-template-insert { | |
| 3973 | + color: #39b54a; } | |
| 3974 | + .elementor-template-library-template-remote .elementor-go-pro { | |
| 3975 | + color: #93003c; } | |
| 3976 | + .elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 3977 | + display: -webkit-box; | |
| 3978 | + display: -ms-flexbox; | |
| 3979 | + display: flex; | |
| 3980 | + -webkit-box-pack: justify; | |
| 3981 | + -ms-flex-pack: justify; | |
| 3982 | + justify-content: space-between; | |
| 3983 | + margin-top: 10px; | |
| 3984 | + font-size: 11px; | |
| 3985 | + line-height: 1; } | |
| 3986 | + .elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 3987 | + text-align: left; | |
| 3988 | + color: #6d7882; | |
| 3989 | + -webkit-box-flex: 1; | |
| 3990 | + -ms-flex-positive: 1; | |
| 3991 | + flex-grow: 1; | |
| 3992 | + white-space: nowrap; | |
| 3993 | + -o-text-overflow: ellipsis; | |
| 3994 | + text-overflow: ellipsis; | |
| 3995 | + overflow: hidden; | |
| 3996 | + padding-right: 5px; } | |
| 3997 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 3998 | + display: none; } | |
| 3999 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 4000 | + content: '\e93f'; | |
| 4001 | + color: #93003c; } | |
| 4002 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 4003 | + cursor: pointer; } | |
| 4004 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 4005 | + color: #93003c; } | |
| 5905 | 4006 | |
| 5906 | 4007 | @media (max-width: 1439px) { |
| 5907 | 4008 | .elementor-template-library-template-page, |
| 5908 | 4009 | .elementor-template-library-template-lp { |
| 5909 | - width: calc(25% - 30px); | |
| 5910 | - } | |
| 5911 | -} | |
| 4010 | + width: calc(25% - 30px); } } | |
| 4011 | + | |
| 5912 | 4012 | @media (min-width: 1440px) { |
| 5913 | 4013 | .elementor-template-library-template-page, |
| 5914 | 4014 | .elementor-template-library-template-lp { |
| 5915 | - width: calc(20% - 30px); | |
| 5916 | - } | |
| 5917 | -} | |
| 4015 | + width: calc(20% - 30px); } } | |
| 4016 | + | |
| 5918 | 4017 | @media (max-width: 1025px) { |
| 5919 | 4018 | .elementor-template-library-template-page, |
| 5920 | 4019 | .elementor-template-library-template-lp { |
| 5921 | - width: calc(33.333% - 30px); | |
| 5922 | - } | |
| 5923 | -} | |
| 4020 | + width: calc(33.333% - 30px); } } | |
| 4021 | + | |
| 5924 | 4022 | .elementor-template-library-template-page .elementor-template-library-template-body, |
| 5925 | 4023 | .elementor-template-library-template-lp .elementor-template-library-template-body { |
| 5926 | - height: 200px; | |
| 5927 | -} | |
| 4024 | + height: 200px; } | |
| 5928 | 4025 | |
| 5929 | 4026 | #elementor-template-library-order-toolbar-local, |
| 5930 | -.elementor-template-library-template-local, | |
| 5931 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4027 | +.elementor-template-library-template-local { | |
| 4028 | + display: -webkit-box; | |
| 4029 | + display: -ms-flexbox; | |
| 5932 | 4030 | display: flex; |
| 5933 | - align-items: center; | |
| 4031 | + -webkit-box-align: center; | |
| 4032 | + -ms-flex-align: center; | |
| 4033 | + align-items: center; | |
| 5934 | 4034 | padding: 0 25px; |
| 5935 | - text-align: start; | |
| 5936 | -} | |
| 5937 | -@media (max-width: 1439px) { | |
| 5938 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5939 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5940 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5941 | - width: 33%; | |
| 5942 | - } | |
| 5943 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5944 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5945 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5946 | - width: 10%; | |
| 5947 | - } | |
| 5948 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5949 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5950 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5951 | - width: 15%; | |
| 5952 | - } | |
| 5953 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5954 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5955 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5956 | - width: 15%; | |
| 5957 | - } | |
| 5958 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5959 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5960 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5961 | - width: 27%; | |
| 5962 | - } | |
| 5963 | -} | |
| 5964 | -@media (min-width: 1440px) { | |
| 5965 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5966 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5967 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5968 | - width: 25%; | |
| 5969 | - } | |
| 5970 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5971 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5972 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5973 | - width: 17%; | |
| 5974 | - } | |
| 5975 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5976 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5977 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5978 | - width: 17%; | |
| 5979 | - } | |
| 5980 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5981 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5982 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5983 | - width: 17%; | |
| 5984 | - } | |
| 5985 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5986 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5987 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5988 | - width: 24%; | |
| 5989 | - } | |
| 5990 | -} | |
| 5991 | -@media (max-width: 1024px) { | |
| 5992 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5993 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5994 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5995 | - display: none; | |
| 5996 | - } | |
| 5997 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5998 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5999 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6000 | - width: 41%; | |
| 6001 | - } | |
| 6002 | -} | |
| 4035 | + text-align: left; } | |
| 6003 | 4036 | |
| 6004 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6005 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6006 | - display: none; | |
| 6007 | - position: absolute; | |
| 6008 | - background-color: var(--e-a-bg-default); | |
| 6009 | - border-radius: var(--e-a-border-radius); | |
| 6010 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6011 | - inset-block-start: 100%; | |
| 6012 | - inset-inline-end: 0; | |
| 6013 | - z-index: 1; | |
| 6014 | - list-style: none; | |
| 6015 | - margin: 0; | |
| 6016 | - padding: 0; | |
| 6017 | -} | |
| 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; | |
| 6028 | - padding: 10px 20px; | |
| 6029 | - font-size: 11px; | |
| 6030 | - cursor: pointer; | |
| 6031 | - display: flex; | |
| 6032 | - align-items: center; | |
| 6033 | - gap: 8px; | |
| 6034 | - width: 100%; | |
| 6035 | -} | |
| 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 { | |
| 6040 | - cursor: not-allowed; | |
| 6041 | - color: var(--e-a-color-txt-disabled); | |
| 6042 | -} | |
| 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 { | |
| 6045 | - color: var(--e-a-color-txt); | |
| 6046 | - text-decoration: none; | |
| 6047 | -} | |
| 6048 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6049 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6050 | - color: var(--e-a-color-danger); | |
| 6051 | -} | |
| 6052 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6053 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6054 | - font-size: 16px; | |
| 6055 | -} | |
| 6056 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6057 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6058 | - margin-inline-start: auto; | |
| 6059 | - cursor: pointer; | |
| 6060 | - background: none; | |
| 6061 | - border: none; | |
| 6062 | - padding: 0; | |
| 6063 | - display: flex; | |
| 6064 | - align-items: center; | |
| 6065 | - justify-content: center; | |
| 6066 | -} | |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6068 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6069 | - font-size: 20px; | |
| 6070 | -} | |
| 4037 | +#elementor-template-library-order-toolbar-local { | |
| 4038 | + margin-top: 30px; } | |
| 4039 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4040 | + line-height: 1; | |
| 4041 | + font-size: 10px; | |
| 4042 | + font-weight: 500; } | |
| 4043 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) { | |
| 4044 | + color: #a4afb7; } | |
| 6071 | 4045 | |
| 6072 | -.elementor-template-library-template-local, | |
| 6073 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4046 | +.elementor-template-library-template-local { | |
| 6074 | 4047 | height: 50px; |
| 6075 | 4048 | width: 100%; |
| 6076 | - margin-block-start: 1px; | |
| 6077 | - transition: background-color 0.3s linear; | |
| 6078 | -} | |
| 6079 | -.elementor-template-library-template-local:hover, | |
| 6080 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 6081 | - background-color: var(--e-a-bg-hover); | |
| 6082 | -} | |
| 6083 | -.elementor-template-library-template-local:first-child, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6085 | - border-start-start-radius: 3px; | |
| 6086 | - border-start-end-radius: 3px; | |
| 6087 | - border-end-start-radius: 0; | |
| 6088 | - border-end-end-radius: 0; | |
| 6089 | -} | |
| 6090 | -.elementor-template-library-template-local:last-child, | |
| 6091 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6092 | - border-start-start-radius: 0; | |
| 6093 | - border-start-end-radius: 0; | |
| 6094 | - border-end-start-radius: 3px; | |
| 6095 | - border-end-end-radius: 3px; | |
| 6096 | -} | |
| 6097 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6098 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 6099 | - font-weight: 500; | |
| 6100 | -} | |
| 6101 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6102 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6103 | - font-size: 16px; | |
| 6104 | -} | |
| 6105 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6106 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6107 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6108 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6109 | - padding-inline-end: 20px; | |
| 6110 | -} | |
| 6111 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6112 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6113 | - padding-inline-end: 10px; | |
| 6114 | -} | |
| 6115 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6116 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6117 | -.elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 6118 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6119 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6120 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6121 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6122 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 6123 | - white-space: nowrap; | |
| 6124 | - text-overflow: ellipsis; | |
| 6125 | - overflow: hidden; | |
| 6126 | -} | |
| 6127 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6128 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 6129 | - position: relative; | |
| 6130 | - display: flex; | |
| 6131 | - align-items: center; | |
| 6132 | -} | |
| 6133 | -.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 { | |
| 6137 | - cursor: pointer; | |
| 6138 | - transition: color 0.5s; | |
| 6139 | -} | |
| 6140 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6141 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6142 | - color: #F5D0FE; | |
| 6143 | -} | |
| 6144 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6145 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6146 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6147 | - cursor: not-allowed; | |
| 6148 | -} | |
| 6149 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6151 | - margin-inline-end: 3px; | |
| 6152 | -} | |
| 4049 | + margin-top: 1px; | |
| 4050 | + background-color: #fff; | |
| 4051 | + -webkit-transition: background-color .3s linear; | |
| 4052 | + -o-transition: background-color .3s linear; | |
| 4053 | + transition: background-color .3s linear; } | |
| 4054 | + .elementor-template-library-template-local:hover { | |
| 4055 | + background-color: #fafbfb; } | |
| 4056 | + .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert { | |
| 4057 | + background: none; | |
| 4058 | + color: #a4afb7; } | |
| 4059 | + .elementor-template-library-template-local:first-child { | |
| 4060 | + -webkit-border-radius: 3px 3px 0 0; | |
| 4061 | + border-radius: 3px 3px 0 0; } | |
| 4062 | + .elementor-template-library-template-local:last-child { | |
| 4063 | + -webkit-border-radius: 0 0 3px 3px; | |
| 4064 | + border-radius: 0 0 3px 3px; } | |
| 4065 | + .elementor-template-library-template-local .elementor-template-library-template-name { | |
| 4066 | + font-weight: 500; } | |
| 4067 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4068 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4069 | + padding-right: 20px; } | |
| 4070 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4071 | + color: #a4afb7; } | |
| 4072 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4073 | + .elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 4074 | + .elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 4075 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4076 | + white-space: nowrap; | |
| 4077 | + -o-text-overflow: ellipsis; | |
| 4078 | + text-overflow: ellipsis; | |
| 4079 | + overflow: hidden; } | |
| 4080 | + .elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 4081 | + position: relative; | |
| 4082 | + display: -webkit-box; | |
| 4083 | + display: -ms-flexbox; | |
| 4084 | + display: flex; | |
| 4085 | + -webkit-box-align: center; | |
| 4086 | + -ms-flex-align: center; | |
| 4087 | + align-items: center; } | |
| 4088 | + .elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 4089 | + .elementor-template-library-template-local .elementor-template-library-template-controls a { | |
| 4090 | + color: #a4afb7; } | |
| 4091 | + .elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 4092 | + cursor: pointer; | |
| 4093 | + -webkit-transition: color .5s; | |
| 4094 | + -o-transition: color .5s; | |
| 4095 | + transition: color .5s; } | |
| 4096 | + .elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4097 | + margin-right: 3px; } | |
| 4098 | + .elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4099 | + margin-left: 6px; } | |
| 4100 | + .elementor-template-library-template-local .elementor-template-library-template-more:hover, | |
| 4101 | + .elementor-template-library-template-local .elementor-template-library-template-more a:hover { | |
| 4102 | + color: #556068; } | |
| 4103 | + .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4104 | + color: #d72b3f; } | |
| 4105 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4106 | + padding: 8px 18px; | |
| 4107 | + margin: 0 5%; } | |
| 4108 | + .elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4109 | + display: none; | |
| 4110 | + position: absolute; | |
| 4111 | + background-color: #fff; | |
| 4112 | + padding: 3px 20px; | |
| 4113 | + -webkit-border-radius: 3px; | |
| 4114 | + border-radius: 3px; | |
| 4115 | + -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4116 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4117 | + top: 100%; | |
| 4118 | + right: 0; | |
| 4119 | + -webkit-transform: translateX(65%) translateY(-7px); | |
| 4120 | + -ms-transform: translateX(65%) translateY(-7px); | |
| 4121 | + transform: translateX(65%) translateY(-7px); | |
| 4122 | + z-index: 1; } | |
| 4123 | + .elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4124 | + content: ''; | |
| 4125 | + position: absolute; | |
| 4126 | + border: solid transparent; | |
| 4127 | + border-width: 8px 4px; | |
| 4128 | + border-bottom-color: #fff; | |
| 4129 | + -webkit-transform: translateY(-100%); | |
| 4130 | + -ms-transform: translateY(-100%); | |
| 4131 | + transform: translateY(-100%); } | |
| 4132 | + .elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4133 | + margin: 10px 0; | |
| 4134 | + font-size: 11px; } | |
| 4135 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4136 | + -webkit-box-flex: 1; | |
| 4137 | + -ms-flex-positive: 1; | |
| 4138 | + flex-grow: 1; | |
| 4139 | + text-align: right; } | |
| 4140 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4141 | + font-size: 16px; } | |
| 6153 | 4142 | |
| 6154 | 4143 | #elementor-template-library-preview { |
| 6155 | 4144 | height: 100%; |
| 6156 | - overflow: hidden; | |
| 6157 | -} | |
| 6158 | -#elementor-template-library-preview iframe { | |
| 6159 | - height: 150%; | |
| 6160 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 6161 | -} | |
| 6162 | -@media (max-width: 1439px) { | |
| 4145 | + overflow: hidden; } | |
| 6163 | 4146 | #elementor-template-library-preview iframe { |
| 6164 | - width: 1440px; | |
| 6165 | - } | |
| 6166 | -} | |
| 6167 | -@media (min-width: 1440px) { | |
| 6168 | - #elementor-template-library-preview iframe { | |
| 6169 | - width: 1730px; | |
| 6170 | - } | |
| 6171 | -} | |
| 4147 | + height: 150%; | |
| 4148 | + -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4149 | + -ms-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4150 | + transform: scale(0.666) translateX(-25%) translateY(-25%); } | |
| 4151 | + @media (max-width: 1439px) { | |
| 4152 | + #elementor-template-library-preview iframe { | |
| 4153 | + width: 1440px; } } | |
| 4154 | + @media (min-width: 1440px) { | |
| 4155 | + #elementor-template-library-preview iframe { | |
| 4156 | + width: 1710px; } } | |
| 6172 | 4157 | |
| 6173 | 4158 | .elementor-template-library-blank-icon { |
| 6174 | - font-size: 64px; | |
| 6175 | - margin-block-start: 45px; | |
| 6176 | - line-height: 1; | |
| 6177 | -} | |
| 6178 | -.elementor-template-library-blank-icon i { | |
| 6179 | - font-size: 85px; | |
| 6180 | -} | |
| 6181 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6182 | 4159 | font-size: 65px; |
| 6183 | -} | |
| 6184 | -.elementor-template-library-blank-icon img { | |
| 6185 | - width: 70px; | |
| 6186 | -} | |
| 6187 | -.elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 6188 | - width: 200px; | |
| 6189 | -} | |
| 4160 | + margin-top: 45px; | |
| 4161 | + color: #c2cbd2; | |
| 4162 | + line-height: 1; } | |
| 4163 | + .elementor-template-library-blank-icon img { | |
| 4164 | + width: 70px; } | |
| 4165 | + .elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 4166 | + width: 200px; } | |
| 6190 | 4167 | |
| 6191 | 4168 | .elementor-template-library-blank-title { |
| 6192 | 4169 | font-size: 30px; |
| 6193 | - margin-block-start: 20px; | |
| 6194 | -} | |
| 6195 | -@media (max-width: 1439px) { | |
| 6196 | - .elementor-template-library-blank-title { | |
| 6197 | - font-size: 25px; | |
| 6198 | - } | |
| 6199 | -} | |
| 4170 | + margin-top: 40px; } | |
| 4171 | + @media (max-width: 1439px) { | |
| 4172 | + .elementor-template-library-blank-title { | |
| 4173 | + font-size: 25px; } } | |
| 6200 | 4174 | |
| 6201 | 4175 | .elementor-template-library-blank-message { |
| 6202 | 4176 | font-size: 18px; |
| 6203 | - margin-block-start: 15px; | |
| 6204 | - font-weight: 300; | |
| 6205 | -} | |
| 6206 | -@media (max-width: 1439px) { | |
| 6207 | - .elementor-template-library-blank-message { | |
| 6208 | - font-size: 16px; | |
| 6209 | - margin-block-start: 10px; | |
| 6210 | - } | |
| 6211 | -} | |
| 4177 | + color: #a4afb7; | |
| 4178 | + margin-top: 15px; | |
| 4179 | + font-weight: 300; } | |
| 4180 | + @media (max-width: 1439px) { | |
| 4181 | + .elementor-template-library-blank-message { | |
| 4182 | + font-size: 16px; | |
| 4183 | + margin-top: 10px; } } | |
| 6212 | 4184 | |
| 6213 | 4185 | #elementor-template-library-save-template-form { |
| 6214 | - margin-block-start: 40px; | |
| 4186 | + margin-top: 40px; | |
| 4187 | + display: -webkit-box; | |
| 4188 | + display: -ms-flexbox; | |
| 6215 | 4189 | display: flex; |
| 6216 | - align-items: center; | |
| 6217 | - justify-content: center; | |
| 6218 | -} | |
| 6219 | -#elementor-template-library-save-template-form > * { | |
| 6220 | - height: 55px; | |
| 6221 | - font-size: 16px; | |
| 6222 | -} | |
| 6223 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6224 | - height: 55px; | |
| 6225 | - font-size: 16px; | |
| 6226 | - margin-block-end: 15px; | |
| 6227 | -} | |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6229 | - display: block; | |
| 6230 | - width: 500px; | |
| 6231 | - margin: 0 auto; | |
| 6232 | -} | |
| 6233 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6234 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6235 | - display: none; | |
| 6236 | -} | |
| 6237 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6238 | - margin-inline: 5px; | |
| 6239 | -} | |
| 6240 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6241 | - display: none; | |
| 6242 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6243 | - padding: 3px 5px; | |
| 6244 | - border-radius: 100px; | |
| 6245 | - margin-inline: 5px; | |
| 6246 | -} | |
| 6247 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6248 | - color: var(--e-a-btn-bg-accent); | |
| 6249 | -} | |
| 6250 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6251 | - margin-inline-end: 5px; | |
| 6252 | -} | |
| 6253 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6254 | - display: inline; | |
| 6255 | -} | |
| 6256 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6257 | - display: inline; | |
| 6258 | - background: var(--e-a-bg-hover); | |
| 6259 | - padding: 0 2px 1px; | |
| 6260 | - border: none; | |
| 6261 | - border-radius: 2px; | |
| 6262 | - vertical-align: bottom; | |
| 6263 | - cursor: pointer; | |
| 6264 | - font-family: inherit; | |
| 6265 | - font-size: inherit; | |
| 6266 | - color: inherit; | |
| 6267 | - line-height: inherit; | |
| 6268 | -} | |
| 6269 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6270 | - background: var(--e-a-bg-active); | |
| 6271 | -} | |
| 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 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6277 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6278 | -#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 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6280 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6281 | - display: inline; | |
| 6282 | -} | |
| 6283 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6284 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6285 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6286 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6287 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6288 | - pointer-events: none; | |
| 6289 | -} | |
| 6290 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6291 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6292 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6293 | - display: none; | |
| 6294 | -} | |
| 6295 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider { | |
| 6296 | - color: var(--e-a-color-txt-muted); | |
| 6297 | - margin-inline: 5px; | |
| 6298 | -} | |
| 6299 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6300 | - display: none; | |
| 6301 | - float: inline-start; | |
| 6302 | -} | |
| 6303 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6304 | - font-size: 13px; | |
| 6305 | - color: var(--e-a-btn-bg-accent); | |
| 6306 | - text-align: start; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6309 | - color: var(--e-a-btn-bg-accent); | |
| 6310 | - text-decoration: underline; | |
| 6311 | -} | |
| 6312 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6313 | - float: inline-end; | |
| 6314 | -} | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6316 | - cursor: not-allowed; | |
| 6317 | -} | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6319 | - display: flex; | |
| 6320 | - flex-direction: column; | |
| 6321 | - text-align: start; | |
| 6322 | - border: var(--e-a-border-bold); | |
| 6323 | - padding: 15px; | |
| 6324 | - height: auto; | |
| 6325 | - gap: 10px; | |
| 6326 | - position: relative; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6329 | - background: #69727D; | |
| 6330 | - inset-block-start: -3px; | |
| 6331 | - position: relative; | |
| 6332 | -} | |
| 6333 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6334 | - position: relative; | |
| 6335 | - display: inline-block; | |
| 6336 | -} | |
| 6337 | -#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 | - white-space: nowrap; | |
| 6339 | - text-overflow: ellipsis; | |
| 6340 | - overflow: hidden; | |
| 6341 | - overflow: visible; | |
| 6342 | - display: inline-flex; | |
| 6343 | - align-items: baseline; | |
| 6344 | - line-height: 27px; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6347 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6348 | - flex-shrink: 0; | |
| 6349 | - position: relative; | |
| 6350 | - inset-block-start: 2px; | |
| 6351 | -} | |
| 6352 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6354 | - inset-block-start: -2px; | |
| 6355 | -} | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6357 | - vertical-align: bottom; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6360 | - margin-inline: 5px; | |
| 6361 | - color: var(--e-a-color-txt-muted); | |
| 6362 | - cursor: pointer; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6365 | - display: none; | |
| 6366 | - margin-inline-end: 5px; | |
| 6367 | - align-items: baseline; | |
| 6368 | - white-space: nowrap; | |
| 6369 | - text-overflow: ellipsis; | |
| 6370 | - overflow: hidden; | |
| 6371 | -} | |
| 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 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6376 | - text-decoration: underline; | |
| 6377 | - cursor: pointer; | |
| 6378 | - white-space: nowrap; | |
| 6379 | - text-overflow: ellipsis; | |
| 6380 | - overflow: hidden; | |
| 6381 | -} | |
| 6382 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6383 | - cursor: pointer; | |
| 6384 | - flex-shrink: 0; | |
| 6385 | -} | |
| 6386 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6387 | - color: var(--e-a-color-primary-bold); | |
| 6388 | - font-size: 14px; | |
| 6389 | -} | |
| 6390 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6391 | - text-decoration: underline; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6394 | - display: none; | |
| 6395 | - position: absolute; | |
| 6396 | - inset-block-start: 40px; | |
| 6397 | - background-color: var(--e-a-bg-default); | |
| 6398 | - min-width: 187px; | |
| 6399 | - overflow: auto; | |
| 6400 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6401 | - z-index: 1; | |
| 6402 | - border-radius: 2px; | |
| 6403 | - max-width: 450px; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6406 | - white-space: nowrap; | |
| 6407 | - text-overflow: ellipsis; | |
| 6408 | - overflow: hidden; | |
| 6409 | -} | |
| 6410 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6411 | - margin: 15px; | |
| 6412 | -} | |
| 6413 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6414 | - margin-inline-end: 10px; | |
| 6415 | -} | |
| 6416 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6417 | - max-height: 170px; | |
| 6418 | -} | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6420 | - padding: 5px 15px; | |
| 6421 | - cursor: pointer; | |
| 6422 | - list-style: none; | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6425 | - display: none; | |
| 6426 | -} | |
| 6427 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6428 | - margin: 0px; | |
| 6429 | -} | |
| 6430 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6431 | - text-decoration: underline; | |
| 6432 | -} | |
| 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 { | |
| 6434 | - background: var(--e-a-border-color); | |
| 6435 | -} | |
| 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 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6441 | - pointer-events: none; | |
| 6442 | - opacity: 0.3; | |
| 6443 | -} | |
| 6444 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6445 | - text-align: center; | |
| 6446 | - font-size: 13px; | |
| 6447 | - margin: 0 20px; | |
| 6448 | - padding-block: 15px; | |
| 6449 | - pointer-events: none; | |
| 6450 | -} | |
| 6451 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6452 | - font-size: 24px; | |
| 6453 | - padding-block-end: 10px; | |
| 6454 | -} | |
| 6455 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6456 | - border-block-start: none; | |
| 6457 | - border-inline: none; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6460 | - pointer-events: none; | |
| 6461 | - opacity: 0.3; | |
| 6462 | -} | |
| 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 | -} | |
| 4190 | + -webkit-box-align: center; | |
| 4191 | + -ms-flex-align: center; | |
| 4192 | + align-items: center; | |
| 4193 | + -webkit-box-pack: center; | |
| 4194 | + -ms-flex-pack: center; | |
| 4195 | + justify-content: center; } | |
| 4196 | + #elementor-template-library-save-template-form > * { | |
| 4197 | + height: 55px; | |
| 4198 | + font-size: 16px; } | |
| 6714 | 4199 | |
| 6715 | 4200 | #elementor-template-library-save-template-name { |
| 6716 | 4201 | width: 500px; |
| 6717 | - padding-inline-start: 25px; | |
| 6718 | - border-start-start-radius: 3px; | |
| 6719 | - border-start-end-radius: 0; | |
| 6720 | - border-end-start-radius: 3px; | |
| 6721 | - border-end-end-radius: 0; | |
| 6722 | -} | |
| 4202 | + background-color: #fff; | |
| 4203 | + font-weight: 300; | |
| 4204 | + color: #a4afb7; | |
| 4205 | + padding-left: 25px; | |
| 4206 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4207 | + border-radius: 3px 0 0 3px; | |
| 4208 | + border: none; } | |
| 6723 | 4209 | |
| 6724 | 4210 | #elementor-template-library-save-template-submit { |
| 6725 | 4211 | width: 150px; |
| 6726 | - border-start-start-radius: 0; | |
| 6727 | - border-start-end-radius: 3px; | |
| 6728 | - border-end-start-radius: 0; | |
| 6729 | - border-end-end-radius: 3px; | |
| 6730 | -} | |
| 4212 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4213 | + border-radius: 0 3px 3px 0; } | |
| 4214 | + #elementor-template-library-save-template-submit:hover { | |
| 4215 | + -webkit-box-shadow: none; | |
| 4216 | + box-shadow: none; } | |
| 6731 | 4217 | |
| 6732 | 4218 | #elementor-template-library-import-form { |
| 6733 | 4219 | width: 95%; |
| 4220 | + background-color: rgba(255, 255, 255, 0.5); | |
| 6734 | 4221 | padding: 60px; |
| 6735 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4222 | + border: 2px dashed #d5dadf; | |
| 6736 | 4223 | margin: 35px auto; |
| 6737 | - transition: var(--e-a-transition-hover); | |
| 6738 | -} | |
| 6739 | -#elementor-template-library-import-form-or { | |
| 6740 | - margin-block-start: 15px; | |
| 6741 | - font-size: 18px; | |
| 6742 | -} | |
| 6743 | -#elementor-template-library-import-form-label { | |
| 6744 | - margin-block-start: 20px; | |
| 6745 | - padding: 15px 35px; | |
| 6746 | - display: inline-block; | |
| 6747 | -} | |
| 6748 | -#elementor-template-library-import-form-input { | |
| 6749 | - display: none; | |
| 6750 | -} | |
| 6751 | -#elementor-template-library-import-form.elementor-drag-over { | |
| 6752 | - border-color: var(--e-a-color-primary); | |
| 6753 | -} | |
| 4224 | + -webkit-transition: background-color 0.5s; | |
| 4225 | + -o-transition: background-color 0.5s; | |
| 4226 | + transition: background-color 0.5s; } | |
| 4227 | + #elementor-template-library-import-form:hover { | |
| 4228 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4229 | + #elementor-template-library-import-form-or { | |
| 4230 | + margin-top: 15px; | |
| 4231 | + font-size: 18px; } | |
| 4232 | + #elementor-template-library-import-form-label { | |
| 4233 | + margin-top: 20px; | |
| 4234 | + padding: 15px 35px; | |
| 4235 | + display: inline-block; } | |
| 4236 | + #elementor-template-library-import-form-input { | |
| 4237 | + display: none; } | |
| 4238 | + #elementor-template-library-import-form.elementor-drag-over { | |
| 4239 | + border: 3px dashed #71d7f7; } | |
| 4240 | + | |
| 6754 | 4241 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6755 | - margin-block-start: 0; | |
| 6756 | -} | |
| 4242 | + margin-top: 0; } | |
| 4243 | + | |
| 6757 | 4244 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6758 | - margin-block-start: 20px; | |
| 6759 | -} | |
| 4245 | + margin-top: 20px; } | |
| 6760 | 4246 | |
| 6761 | 4247 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6762 | 4248 | max-height: 95vh; |
| 6763 | 4249 | padding: 100px 0 0; |
| 6764 | - min-height: 550px; | |
| 6765 | -} | |
| 4250 | + min-height: 550px; } | |
| 6766 | 4251 | |
| 6767 | -.elementor-template-library-cloud-empty__button { | |
| 6768 | - margin-block-start: 45px; | |
| 6769 | -} | |
| 4252 | +#elementor-template-library-connect-logo { | |
| 4253 | + font-size: 20px; } | |
| 6770 | 4254 | |
| 6771 | -#elementor-template-library-connect-logo { | |
| 6772 | - font-size: 20px; | |
| 6773 | -} | |
| 6774 | 4255 | #elementor-template-library-connect__button { |
| 6775 | 4256 | display: inline-block; |
| 6776 | 4257 | position: relative; |
| 6777 | 4258 | z-index: 1; |
| 6778 | - margin-block-start: 25px; | |
| 4259 | + margin-top: 25px; | |
| 6779 | 4260 | padding: 12px 24px; |
| 6780 | - font-size: 14px; | |
| 6781 | -} | |
| 4261 | + font-size: 14px; } | |
| 4262 | + | |
| 6782 | 4263 | #elementor-template-library-connect__background-image-left-1 { |
| 6783 | 4264 | right: 22.4%; |
| 6784 | 4265 | bottom: -29%; |
| 6785 | - animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 6786 | -} | |
| 4266 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 4267 | + animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; } | |
| 4268 | + | |
| 6787 | 4269 | #elementor-template-library-connect__background-image-left-2 { |
| 6788 | 4270 | right: 46.25%; |
| 6789 | 4271 | bottom: -15.5%; |
| 6790 | - animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 6791 | -} | |
| 4272 | + -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 4273 | + animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; } | |
| 4274 | + | |
| 6792 | 4275 | #elementor-template-library-connect__background-image-right-1 { |
| 6793 | 4276 | left: 37%; |
| 6794 | 4277 | bottom: -41%; |
| 6795 | - animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 6796 | -} | |
| 4278 | + -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 4279 | + animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; } | |
| 4280 | + | |
| 6797 | 4281 | #elementor-template-library-connect__background-image-right-2 { |
| 6798 | 4282 | left: 48%; |
| 6799 | 4283 | bottom: -12.5%; |
| 6800 | - animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 6801 | -} | |
| 4284 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 4285 | + animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; } | |
| 6802 | 4286 | |
| 6803 | 4287 | .elementor-template-library-connect__background-image { |
| 6804 | - position: absolute; | |
| 6805 | -} | |
| 4288 | + position: absolute; } | |
| 6806 | 4289 | |
| 6807 | 4290 | .elementor-template-library-blank-footer { |
| 6808 | 4291 | position: absolute; |
| 6809 | - inset-block-end: 70px; | |
| 6810 | - inset-inline-start: 50%; | |
| 6811 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6812 | - font-style: italic; | |
| 6813 | - color: var(--e-a-color-txt-muted); | |
| 6814 | -} | |
| 6815 | -@media (max-height: 700px) { | |
| 6816 | - .elementor-template-library-blank-footer { | |
| 6817 | - display: none; | |
| 6818 | - } | |
| 6819 | -} | |
| 4292 | + bottom: 70px; | |
| 4293 | + left: 50%; | |
| 4294 | + -webkit-transform: translateX(-50%); | |
| 4295 | + -ms-transform: translateX(-50%); | |
| 4296 | + transform: translateX(-50%); | |
| 4297 | + color: #a4afb7; | |
| 4298 | + font-style: italic; } | |
| 4299 | + @media (max-height: 700px) { | |
| 4300 | + .elementor-template-library-blank-footer { | |
| 4301 | + display: none; } } | |
| 6820 | 4302 | |
| 6821 | 4303 | #elementor-template-library-footer-banner { |
| 6822 | - padding-block-end: 45px; | |
| 6823 | -} | |
| 6824 | -#elementor-template-library-footer-banner i { | |
| 6825 | - font-size: 56px; | |
| 6826 | - margin-block-start: 40px; | |
| 6827 | -} | |
| 6828 | -#elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 6829 | - margin-block-start: 70px; | |
| 6830 | -} | |
| 4304 | + padding-bottom: 45px; } | |
| 4305 | + #elementor-template-library-footer-banner i { | |
| 4306 | + color: #c2cbd2; | |
| 4307 | + font-size: 56px; | |
| 4308 | + margin-top: 40px; } | |
| 4309 | + #elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 4310 | + margin-top: 70px; } | |
| 4311 | + #elementor-template-library-footer-banner .elementor-excerpt { | |
| 4312 | + color: #a4afb7; | |
| 4313 | + font-size: 15px; | |
| 4314 | + font-weight: 500; | |
| 4315 | + margin-top: 20px; } | |
| 6831 | 4316 | |
| 6832 | 4317 | #elementor-template-library-templates-empty { |
| 6833 | 4318 | width: 100%; |
| 6834 | - margin-block-start: 40px; | |
| 6835 | -} | |
| 4319 | + margin-top: 40px; } | |
| 6836 | 4320 | |
| 6837 | 4321 | #elementor-template-library-error-dialog .dialog-message { |
| 6838 | - text-align: start; | |
| 6839 | -} | |
| 4322 | + text-align: start; } | |
| 6840 | 4323 | |
| 6841 | 4324 | #elementor-template-library-error-info { |
| 6842 | - margin-block-start: 10px; | |
| 6843 | -} | |
| 4325 | + margin-top: 10px; } | |
| 6844 | 4326 | |
| 6845 | -#elementor-library--infotip__dialog, | |
| 6846 | -#elementor-library--connect_infotip__dialog, | |
| 6847 | -#elementor-library--cloud-upgrade__dialog, | |
| 6848 | -#elementor-library--site-info__dialog { | |
| 6849 | - position: absolute; | |
| 6850 | - z-index: 10000; | |
| 6851 | - background-color: var(--e-a-bg-default); | |
| 6852 | - box-shadow: var(--e-a-popover-shadow); | |
| 6853 | - border-radius: var(--e-a-border-radius); | |
| 6854 | -} | |
| 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 | -#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 { | |
| 6873 | - font-size: 14px; | |
| 6874 | -} | |
| 6875 | -#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 { | |
| 6879 | - padding: 10px 0 10px 10px; | |
| 6880 | - float: inline-end; | |
| 6881 | -} | |
| 6882 | -#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 { | |
| 6886 | - padding: 7px 25px; | |
| 6887 | - font-size: 13px; | |
| 6888 | - background: none; | |
| 6889 | - color: var(--e-a-btn-bg-accent); | |
| 6890 | - border: none; | |
| 6891 | - font-weight: 500; | |
| 6892 | - cursor: pointer; | |
| 6893 | -} | |
| 6894 | -#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 { | |
| 6898 | - content: ""; | |
| 6899 | - position: absolute; | |
| 6900 | - inset-inline-end: 46%; | |
| 6901 | - transform: scaleX(0.7); | |
| 6902 | - border: 10px solid transparent; | |
| 6903 | -} | |
| 4327 | +@media (max-width: 1439px) { | |
| 4328 | + .elementor-template-library-local-column-1 { | |
| 4329 | + width: 33%; } | |
| 4330 | + .elementor-template-library-local-column-2 { | |
| 4331 | + width: 10%; } | |
| 4332 | + .elementor-template-library-local-column-3 { | |
| 4333 | + width: 15%; } | |
| 4334 | + .elementor-template-library-local-column-4 { | |
| 4335 | + width: 15%; } | |
| 4336 | + .elementor-template-library-local-column-5 { | |
| 4337 | + width: 27%; } } | |
| 6904 | 4338 | |
| 6905 | -#elementor-library--infotip__dialog { | |
| 6906 | - width: 265px; | |
| 6907 | -} | |
| 6908 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6909 | - padding: 20px 20px 0px 20px; | |
| 6910 | -} | |
| 6911 | -#elementor-library--infotip__dialog:after { | |
| 6912 | - inset-block-start: 100%; | |
| 6913 | - border-block-start-color: var(--e-a-bg-default); | |
| 6914 | -} | |
| 6915 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6916 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6917 | -} | |
| 4339 | +@media (min-width: 1440px) { | |
| 4340 | + .elementor-template-library-local-column-1 { | |
| 4341 | + width: 25%; } | |
| 4342 | + .elementor-template-library-local-column-2 { | |
| 4343 | + width: 17%; } | |
| 4344 | + .elementor-template-library-local-column-3 { | |
| 4345 | + width: 17%; } | |
| 4346 | + .elementor-template-library-local-column-4 { | |
| 4347 | + width: 17%; } | |
| 4348 | + .elementor-template-library-local-column-5 { | |
| 4349 | + width: 24%; } } | |
| 6918 | 4350 | |
| 6919 | -#elementor-library--connect_infotip__dialog { | |
| 6920 | - width: 265px; | |
| 6921 | -} | |
| 6922 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6923 | - padding: 20px; | |
| 6924 | -} | |
| 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); | |
| 6928 | -} | |
| 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 | -} | |
| 4351 | +@media (max-width: 1024px) { | |
| 4352 | + .elementor-template-library-local-column-3 { | |
| 4353 | + display: none; } | |
| 4354 | + .elementor-template-library-local-column-5 { | |
| 4355 | + width: 41%; } } | |
| 6936 | 4356 | |
| 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 | 4357 | .elementor-tags-list { |
| 7125 | 4358 | display: none; |
| 7126 | 4359 | position: absolute; |
| 7127 | 4360 | width: 260px; |
| @@ -7126,1223 +4359,1066 @@ | ||
| 7126 | 4359 | position: absolute; |
| 7127 | 4360 | width: 260px; |
| 7128 | 4361 | max-height: 300px; |
| 7129 | 4362 | overflow: auto; |
| 7130 | - padding-block-end: 5px; | |
| 7131 | - background-color: var(--e-a-bg-default); | |
| 7132 | - box-shadow: var(--e-a-popover-shadow); | |
| 7133 | - border: var(--e-a-border); | |
| 7134 | - border-radius: 3px; | |
| 7135 | - z-index: 10000; | |
| 7136 | -} | |
| 7137 | -.elementor-tags-list__group-title { | |
| 7138 | - font-weight: bold; | |
| 7139 | - font-size: 12px; | |
| 7140 | - padding: 10px 15px; | |
| 7141 | - display: flex; | |
| 7142 | - align-items: center; | |
| 7143 | -} | |
| 7144 | -.elementor-tags-list__group-title .eicon-info-circle { | |
| 7145 | - padding-inline-end: 5px; | |
| 7146 | - color: var(--e-a-color-primary-bold); | |
| 7147 | - font-size: 14px; | |
| 7148 | -} | |
| 7149 | -.elementor-tags-list__item { | |
| 7150 | - font-size: 10px; | |
| 7151 | - padding: 6px 15px; | |
| 7152 | - cursor: pointer; | |
| 7153 | -} | |
| 7154 | -.elementor-tags-list__item:before { | |
| 7155 | - content: ">"; | |
| 7156 | - font-size: 8px; | |
| 7157 | - padding-inline-end: 5px; | |
| 7158 | -} | |
| 7159 | -.elementor-tags-list__item:hover { | |
| 7160 | - background-color: var(--e-a-bg-hover); | |
| 7161 | -} | |
| 7162 | -.elementor-tags-list__teaser { | |
| 7163 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7164 | - padding-block-start: 4px; | |
| 7165 | - margin-block-start: 4px; | |
| 7166 | -} | |
| 7167 | -.elementor-tags-list__teaser-text { | |
| 7168 | - padding: 2px 15px 8px; | |
| 7169 | - line-height: 1.5; | |
| 7170 | - font-size: 12px; | |
| 7171 | -} | |
| 7172 | -.elementor-tags-list__teaser-link { | |
| 7173 | - color: var(--e-a-color-primary-bold); | |
| 7174 | - text-decoration: underline; | |
| 7175 | - font-style: italic; | |
| 7176 | - font-weight: bold; | |
| 7177 | -} | |
| 4363 | + padding-bottom: 5px; | |
| 4364 | + background-color: #fff; | |
| 4365 | + border: 1px solid #a4afb7; | |
| 4366 | + -webkit-border-radius: 3px; | |
| 4367 | + border-radius: 3px; | |
| 4368 | + z-index: 10000; } | |
| 4369 | + .elementor-tags-list__group-title { | |
| 4370 | + color: #495157; | |
| 4371 | + font-weight: bold; | |
| 4372 | + font-size: 12px; | |
| 4373 | + padding: 10px 15px; | |
| 4374 | + display: -webkit-box; | |
| 4375 | + display: -ms-flexbox; | |
| 4376 | + display: flex; | |
| 4377 | + -webkit-box-align: center; | |
| 4378 | + -ms-flex-align: center; | |
| 4379 | + align-items: center; } | |
| 4380 | + .elementor-tags-list__group-title .eicon-info-circle { | |
| 4381 | + padding-right: 5px; | |
| 4382 | + color: #71d7f7; | |
| 4383 | + font-size: 14px; } | |
| 4384 | + .elementor-tags-list__item { | |
| 4385 | + font-size: 10px; | |
| 4386 | + padding: 6px 15px; | |
| 4387 | + cursor: pointer; } | |
| 4388 | + .elementor-tags-list__item:before { | |
| 4389 | + content: '>'; | |
| 4390 | + font-size: 8px; | |
| 4391 | + padding-right: 5px; } | |
| 4392 | + .elementor-tags-list__item:hover { | |
| 4393 | + background-color: #e6e9ec; } | |
| 4394 | + .elementor-tags-list__teaser { | |
| 4395 | + border-top: 2px solid #d5dadf; | |
| 4396 | + padding-top: 4px; | |
| 4397 | + margin-top: 4px; } | |
| 4398 | + .elementor-tags-list__teaser-title { | |
| 4399 | + color: #6d7882; } | |
| 4400 | + .elementor-tags-list__teaser-text { | |
| 4401 | + padding: 2px 15px 8px; | |
| 4402 | + line-height: 1.5; | |
| 4403 | + font-size: 12px; } | |
| 4404 | + .elementor-tags-list__teaser-link { | |
| 4405 | + color: #93003c; | |
| 4406 | + text-decoration: underline; | |
| 4407 | + font-style: italic; | |
| 4408 | + font-weight: bold; } | |
| 7178 | 4409 | |
| 7179 | 4410 | .elementor-dynamic-cover { |
| 4411 | + display: -webkit-box; | |
| 4412 | + display: -ms-flexbox; | |
| 7180 | 4413 | display: flex; |
| 7181 | - align-items: center; | |
| 4414 | + -webkit-box-align: center; | |
| 4415 | + -ms-flex-align: center; | |
| 4416 | + align-items: center; | |
| 7182 | 4417 | width: 100%; |
| 7183 | 4418 | height: 27px; |
| 7184 | - box-sizing: border-box; | |
| 7185 | -} | |
| 7186 | -.elementor-dynamic-cover__title { | |
| 7187 | - padding: 0 8px; | |
| 7188 | - flex-grow: 1; | |
| 7189 | - white-space: nowrap; | |
| 7190 | - text-overflow: ellipsis; | |
| 7191 | - overflow: hidden; | |
| 7192 | -} | |
| 7193 | -.elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 7194 | - cursor: pointer; | |
| 7195 | - transition: var(--e-a-transition-hover); | |
| 7196 | -} | |
| 7197 | -.elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 7198 | - color: var(--e-a-color-txt-hover); | |
| 7199 | -} | |
| 7200 | -.elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 7201 | - margin-block-start: 10px; | |
| 7202 | -} | |
| 4419 | + -webkit-box-sizing: border-box; | |
| 4420 | + box-sizing: border-box; } | |
| 4421 | + .elementor-dynamic-cover__title { | |
| 4422 | + padding: 0 8px; | |
| 4423 | + -webkit-box-flex: 1; | |
| 4424 | + -ms-flex-positive: 1; | |
| 4425 | + flex-grow: 1; | |
| 4426 | + white-space: nowrap; | |
| 4427 | + -o-text-overflow: ellipsis; | |
| 4428 | + text-overflow: ellipsis; | |
| 4429 | + overflow: hidden; } | |
| 4430 | + .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 4431 | + color: #c2cbd2; | |
| 4432 | + cursor: pointer; | |
| 4433 | + -webkit-transition: all 0.3s; | |
| 4434 | + -o-transition: all 0.3s; | |
| 4435 | + transition: all 0.3s; } | |
| 4436 | + .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 4437 | + color: #a4afb7; } | |
| 4438 | + .elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 4439 | + margin-top: 10px; } | |
| 7203 | 4440 | |
| 7204 | 4441 | .elementor-tag-settings-popup { |
| 7205 | 4442 | position: absolute; |
| 7206 | 4443 | width: 260px; |
| 7207 | - background-color: var(--e-a-bg-default); | |
| 7208 | - border: var(--e-a-border); | |
| 7209 | - box-shadow: var(--e-a-popover-shadow); | |
| 7210 | - z-index: 1; | |
| 7211 | -} | |
| 7212 | -.elementor-tag-settings-popup:before { | |
| 7213 | - content: ""; | |
| 7214 | - position: absolute; | |
| 7215 | - inset-block-start: -20px; | |
| 7216 | - inset-inline-start: 5px; | |
| 7217 | - border: 10px solid transparent; | |
| 7218 | - border-block-end-color: var(--e-a-border-color); | |
| 7219 | -} | |
| 7220 | -.elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 7221 | - margin: 0; | |
| 7222 | -} | |
| 4444 | + background-color: #e6e9ec; | |
| 4445 | + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4446 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4447 | + z-index: 1; } | |
| 4448 | + .elementor-tag-settings-popup:before { | |
| 4449 | + content: ''; | |
| 4450 | + position: absolute; | |
| 4451 | + top: -20px; | |
| 4452 | + left: 5px; | |
| 4453 | + border: 10px solid transparent; | |
| 4454 | + border-bottom-color: #fff; } | |
| 4455 | + .elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 4456 | + margin: 0; } | |
| 7223 | 4457 | |
| 7224 | 4458 | .elementor-tag-controls-stack-empty { |
| 7225 | - background-color: var(--e-a-bg-default); | |
| 4459 | + background-color: #fff; | |
| 7226 | 4460 | padding: 10px; |
| 7227 | 4461 | font-size: 13px; |
| 7228 | - text-align: center; | |
| 7229 | -} | |
| 4462 | + text-align: center; } | |
| 7230 | 4463 | |
| 7231 | -.elementor-control-dynamic input { | |
| 7232 | - border-start-start-radius: var(--e-a-border-radius); | |
| 7233 | - border-start-end-radius: 0; | |
| 7234 | - border-end-end-radius: 0; | |
| 7235 | - border-end-start-radius: var(--e-a-border-radius); | |
| 7236 | -} | |
| 7237 | 4464 | .elementor-control-dynamic-switcher { |
| 4465 | + display: -webkit-inline-box; | |
| 4466 | + display: -ms-inline-flexbox; | |
| 7238 | 4467 | display: inline-flex; |
| 7239 | - align-items: center; | |
| 7240 | - justify-content: center; | |
| 7241 | - flex-shrink: 0; | |
| 4468 | + -webkit-box-align: center; | |
| 4469 | + -ms-flex-align: center; | |
| 4470 | + align-items: center; | |
| 4471 | + -webkit-box-pack: center; | |
| 4472 | + -ms-flex-pack: center; | |
| 4473 | + justify-content: center; | |
| 4474 | + -ms-flex-negative: 0; | |
| 4475 | + flex-shrink: 0; | |
| 7242 | 4476 | height: 27px; |
| 7243 | 4477 | cursor: pointer; |
| 7244 | - border: var(--e-a-border-bold); | |
| 7245 | - background: var(--e-a-bg-default); | |
| 7246 | - border-inline-start-width: 0; | |
| 7247 | - border-start-start-radius: 0; | |
| 7248 | - border-start-end-radius: var(--e-a-border-radius); | |
| 7249 | - border-end-end-radius: var(--e-a-border-radius); | |
| 7250 | - border-end-start-radius: 0; | |
| 7251 | - transition: var(--e-a-transition-hover); | |
| 7252 | -} | |
| 7253 | -.elementor-control-dynamic-switcher:hover { | |
| 7254 | - background-color: var(--e-a-bg-hover); | |
| 7255 | - color: var(--e-a-color-txt-hover); | |
| 7256 | -} | |
| 7257 | -.elementor-control-dynamic-switcher.e-control-tool { | |
| 7258 | - height: 20px; | |
| 7259 | - border: 0; | |
| 7260 | -} | |
| 7261 | -.elementor-control-dynamic-switcher-wrapper { | |
| 7262 | - display: flex; | |
| 7263 | -} | |
| 7264 | -.elementor-control-dynamic-switcher .eicon-database { | |
| 7265 | - font-size: 12px; | |
| 7266 | -} | |
| 4478 | + border: 1px solid #d5dadf; | |
| 4479 | + -webkit-border-radius: 3px; | |
| 4480 | + border-radius: 3px; | |
| 4481 | + background: #fff; } | |
| 4482 | + .elementor-control-dynamic-switcher.e-control-tool { | |
| 4483 | + height: 20px; | |
| 4484 | + border: 0; } | |
| 4485 | + .elementor-control-dynamic-switcher-wrapper { | |
| 4486 | + display: -webkit-box; | |
| 4487 | + display: -ms-flexbox; | |
| 4488 | + display: flex; } | |
| 4489 | + .elementor-control-dynamic-switcher .eicon-database { | |
| 4490 | + font-size: 12px; } | |
| 4491 | + | |
| 7267 | 4492 | .elementor-control-dynamic-value .elementor-control-tag-area, |
| 7268 | 4493 | .elementor-control-dynamic-value .elementor-control-dynamic-switcher, |
| 7269 | 4494 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 7270 | - display: none; | |
| 7271 | -} | |
| 4495 | + display: none; } | |
| 7272 | 4496 | |
| 4497 | +#elementor-toast { | |
| 4498 | + position: absolute; | |
| 4499 | + width: 280px; | |
| 4500 | + padding: 20px; | |
| 4501 | + -webkit-border-radius: 5px; | |
| 4502 | + border-radius: 5px; | |
| 4503 | + color: #d5dadf; | |
| 4504 | + background-color: rgba(0, 0, 0, 0.8); | |
| 4505 | + z-index: 10000; } | |
| 4506 | + #elementor-toast .dialog-message { | |
| 4507 | + font-size: 13px; } | |
| 4508 | + #elementor-toast .dialog-buttons-wrapper { | |
| 4509 | + display: -webkit-box; | |
| 4510 | + display: -ms-flexbox; | |
| 4511 | + display: flex; | |
| 4512 | + -webkit-box-pack: end; | |
| 4513 | + -ms-flex-pack: end; | |
| 4514 | + justify-content: flex-end; | |
| 4515 | + margin-top: 15px; } | |
| 4516 | + #elementor-toast .dialog-button { | |
| 4517 | + color: #fcb92c; | |
| 4518 | + margin: 0 5px; | |
| 4519 | + text-transform: uppercase; | |
| 4520 | + cursor: pointer; } | |
| 4521 | + #elementor-toast .dialog-button:last-child { | |
| 4522 | + margin-right: 0; } | |
| 4523 | + | |
| 7273 | 4524 | .elementor-context-menu { |
| 7274 | 4525 | position: absolute; |
| 7275 | - width: 250px; | |
| 7276 | - padding: 5px 0px; | |
| 7277 | - background-color: var(--e-a-bg-default); | |
| 7278 | - border-radius: var(--e-a-border-radius); | |
| 7279 | - box-shadow: var(--e-a-popover-shadow); | |
| 4526 | + width: 200px; | |
| 4527 | + background-color: #fff; | |
| 4528 | + border: 1px solid #e6e9ec; | |
| 4529 | + -webkit-border-radius: 3px; | |
| 4530 | + border-radius: 3px; | |
| 4531 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 4532 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 7280 | 4533 | -webkit-user-select: none; |
| 7281 | 4534 | -moz-user-select: none; |
| 4535 | + -ms-user-select: none; | |
| 7282 | 4536 | user-select: none; |
| 7283 | - z-index: 101; | |
| 7284 | -} | |
| 7285 | -.elementor-context-menu-list { | |
| 7286 | - display: flex; | |
| 7287 | - flex-direction: column; | |
| 7288 | -} | |
| 7289 | -.elementor-context-menu-list__group { | |
| 7290 | - display: flex; | |
| 7291 | - flex-direction: column; | |
| 7292 | -} | |
| 7293 | -.elementor-context-menu-list__group:not(:last-child) { | |
| 7294 | - border-block-end: var(--e-a-border); | |
| 7295 | -} | |
| 7296 | -.elementor-context-menu-list__item { | |
| 7297 | - padding: 12px 20px; | |
| 7298 | - display: flex; | |
| 7299 | - gap: 16px; | |
| 7300 | - cursor: pointer; | |
| 7301 | - transition: var(--e-a-transition-hover); | |
| 7302 | - align-items: center; | |
| 7303 | -} | |
| 7304 | -.elementor-context-menu-list__item--disabled { | |
| 7305 | - cursor: default; | |
| 7306 | - opacity: 0.5; | |
| 7307 | - color: var(--e-a-color-disabled); | |
| 7308 | -} | |
| 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 | -.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 | - background-color: var(--e-a-bg-hover); | |
| 7317 | - color: var(--e-a-color-hover); | |
| 7318 | -} | |
| 7319 | -.elementor-context-menu-list__item__icon { | |
| 7320 | - display: none; | |
| 7321 | - width: 20px; | |
| 7322 | -} | |
| 7323 | -.elementor-context-menu-list__item__title { | |
| 7324 | - flex-grow: 1; | |
| 7325 | - white-space: nowrap; | |
| 7326 | - text-overflow: ellipsis; | |
| 7327 | - overflow: hidden; | |
| 7328 | -} | |
| 7329 | -.elementor-context-menu-list__item__shortcut { | |
| 7330 | - color: var(--e-a-color-txt-muted); | |
| 7331 | -} | |
| 7332 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 4537 | + z-index: 3; } | |
| 4538 | + .elementor-context-menu-list__group { | |
| 4539 | + padding: 5px 0; } | |
| 4540 | + .elementor-context-menu-list__group:not(:last-child) { | |
| 4541 | + border-bottom: 1px solid #e6e9ec; } | |
| 4542 | + .elementor-context-menu-list__item { | |
| 4543 | + padding: 5px 10px; | |
| 4544 | + padding-right: 20px; | |
| 4545 | + display: -webkit-box; | |
| 4546 | + display: -ms-flexbox; | |
| 4547 | + display: flex; | |
| 4548 | + cursor: pointer; } | |
| 4549 | + .elementor-context-menu-list__item--disabled { | |
| 4550 | + cursor: default; | |
| 4551 | + color: #d5dadf; } | |
| 4552 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4553 | + background-color: #71d7f7; } | |
| 4554 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 4555 | + color: #fff; } | |
| 4556 | + .elementor-context-menu-list__item__icon { | |
| 4557 | + width: 20px; | |
| 4558 | + color: #c2cbd2; } | |
| 4559 | + .elementor-context-menu-list__item__title { | |
| 4560 | + -webkit-box-flex: 1; | |
| 4561 | + -ms-flex-positive: 1; | |
| 4562 | + flex-grow: 1; | |
| 4563 | + white-space: nowrap; | |
| 4564 | + -o-text-overflow: ellipsis; | |
| 4565 | + text-overflow: ellipsis; | |
| 4566 | + overflow: hidden; } | |
| 4567 | + .elementor-context-menu-list__item__shortcut { | |
| 4568 | + color: #d5dadf; } | |
| 4569 | + .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4570 | + background-color: #d72b3f; } | |
| 4571 | + .elementor-context-menu .eicon-pro-icon { | |
| 4572 | + color: #fcb92c; } | |
| 4573 | + | |
| 4574 | +.elementor-right-click-introduction { | |
| 7333 | 4575 | position: absolute; |
| 7334 | - inset: 0; | |
| 7335 | - z-index: 2; | |
| 7336 | - cursor: pointer; | |
| 7337 | -} | |
| 7338 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7339 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7340 | - padding: 2px 8px; | |
| 7341 | - color: var(--e-a-color-primary-bold); | |
| 7342 | - border-radius: 10px; | |
| 7343 | - font-size: 10px; | |
| 7344 | -} | |
| 7345 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7346 | - display: flex; | |
| 7347 | - align-items: center; | |
| 7348 | - justify-content: center; | |
| 7349 | - width: 24px; | |
| 7350 | - height: 24px; | |
| 7351 | - border-radius: 50%; | |
| 7352 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7353 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7354 | - font-size: 16px; | |
| 7355 | - cursor: pointer; | |
| 7356 | -} | |
| 7357 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7358 | - font-size: 14px; | |
| 7359 | - font-style: normal; | |
| 7360 | - font-weight: 400; | |
| 7361 | - line-height: 1; | |
| 7362 | - position: relative; | |
| 7363 | -} | |
| 7364 | -.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * { | |
| 7365 | - color: var(--e-global-color-danger); | |
| 7366 | -} | |
| 7367 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7368 | - display: none; | |
| 7369 | -} | |
| 7370 | -.elementor-context-menu .eicon-pro-icon { | |
| 7371 | - color: var(--e-global-color-accent); | |
| 7372 | -} | |
| 4576 | + width: 250px; | |
| 4577 | + padding: 30px 20px; | |
| 4578 | + background-color: #fff; | |
| 4579 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); | |
| 4580 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); | |
| 4581 | + text-align: center; | |
| 4582 | + -webkit-border-radius: 3px; | |
| 4583 | + border-radius: 3px; } | |
| 4584 | + .elementor-right-click-introduction:before { | |
| 4585 | + content: ''; | |
| 4586 | + position: absolute; | |
| 4587 | + border: solid transparent; | |
| 4588 | + border-width: 7px 5px; | |
| 4589 | + border-bottom-color: #fff; | |
| 4590 | + top: -14px; | |
| 4591 | + left: 50%; | |
| 4592 | + -webkit-transform: translateX(-50%); | |
| 4593 | + -ms-transform: translateX(-50%); | |
| 4594 | + transform: translateX(-50%); } | |
| 4595 | + .elementor-right-click-introduction .dialog-header { | |
| 4596 | + color: #6d7882; | |
| 4597 | + font-size: 16px; } | |
| 4598 | + .elementor-right-click-introduction .dialog-message { | |
| 4599 | + font-size: 13px; | |
| 4600 | + line-height: 1.6; | |
| 4601 | + margin-top: 10px; | |
| 4602 | + color: #a4afb7; } | |
| 4603 | + .elementor-right-click-introduction .dialog-buttons-wrapper { | |
| 4604 | + display: -webkit-box; | |
| 4605 | + display: -ms-flexbox; | |
| 4606 | + display: flex; | |
| 4607 | + -webkit-box-align: center; | |
| 4608 | + -ms-flex-align: center; | |
| 4609 | + align-items: center; | |
| 4610 | + -webkit-box-pack: center; | |
| 4611 | + -ms-flex-pack: center; | |
| 4612 | + justify-content: center; | |
| 4613 | + margin-top: 25px; } | |
| 4614 | + .elementor-right-click-introduction .dialog-button { | |
| 4615 | + font-size: 11px; } | |
| 4616 | + .elementor-right-click-introduction .dialog-ok { | |
| 4617 | + padding: 7px 27px; | |
| 4618 | + text-transform: capitalize; } | |
| 4619 | + .elementor-right-click-introduction .dialog-learn-more { | |
| 4620 | + color: #39b54a; | |
| 4621 | + margin-right: 15px; | |
| 4622 | + cursor: pointer; } | |
| 7373 | 4623 | |
| 7374 | 4624 | #elementor-hotkeys { |
| 7375 | - text-align: start; | |
| 7376 | -} | |
| 7377 | -#elementor-hotkeys__modal .dialog-buttons-wrapper { | |
| 7378 | - display: none; | |
| 7379 | -} | |
| 7380 | -#elementor-hotkeys__content { | |
| 7381 | - display: flex; | |
| 7382 | - justify-content: space-between; | |
| 7383 | - gap: 70px; | |
| 7384 | - padding: 20px 30px; | |
| 7385 | - width: 100%; | |
| 7386 | - overflow: hidden; | |
| 7387 | -} | |
| 7388 | -@media (max-width: 1024px) { | |
| 4625 | + text-align: left; } | |
| 7389 | 4626 | #elementor-hotkeys__content { |
| 7390 | - flex-direction: column; | |
| 7391 | - gap: 20px; | |
| 7392 | - padding: 20px; | |
| 7393 | - } | |
| 7394 | -} | |
| 4627 | + display: -webkit-box; | |
| 4628 | + display: -ms-flexbox; | |
| 4629 | + display: flex; | |
| 4630 | + width: 100%; | |
| 4631 | + overflow: hidden; | |
| 4632 | + margin-bottom: 30px; } | |
| 4633 | + @media (max-width: 1024px) { | |
| 4634 | + #elementor-hotkeys__content { | |
| 4635 | + -webkit-box-orient: vertical; | |
| 4636 | + -webkit-box-direction: normal; | |
| 4637 | + -ms-flex-direction: column; | |
| 4638 | + flex-direction: column; } } | |
| 4639 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4640 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4641 | + border-radius: 3px 0 0 3px; } | |
| 4642 | + @media (max-width: 1024px) { | |
| 4643 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4644 | + -webkit-border-radius: 3px; | |
| 4645 | + border-radius: 3px; } } | |
| 4646 | + @media (min-width: 1025px) { | |
| 4647 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4648 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4649 | + padding-right: 25px; } } | |
| 4650 | + @media (min-width: 1440px) { | |
| 4651 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4652 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4653 | + padding-right: 50px; } } | |
| 4654 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4655 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4656 | + border-radius: 0 3px 3px 0; } | |
| 4657 | + @media (max-width: 1024px) { | |
| 4658 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4659 | + -webkit-border-radius: 3px; | |
| 4660 | + border-radius: 3px; } } | |
| 4661 | + @media (min-width: 1025px) { | |
| 4662 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4663 | + padding-left: 25px; } } | |
| 4664 | + @media (min-width: 1440px) { | |
| 4665 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4666 | + padding-left: 50px; } } | |
| 4667 | + @media (min-width: 1025px) { | |
| 4668 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4669 | + padding-left: 15px; } } | |
| 4670 | + @media (min-width: 1440px) { | |
| 4671 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4672 | + padding-left: 40px; } } | |
| 7395 | 4673 | |
| 7396 | 4674 | .elementor-hotkeys__col { |
| 7397 | - display: flex; | |
| 7398 | - flex-direction: column; | |
| 7399 | - gap: 20px; | |
| 7400 | - width: 100%; | |
| 7401 | -} | |
| 4675 | + width: 50%; } | |
| 4676 | + @media (max-width: 1024px) { | |
| 4677 | + .elementor-hotkeys__col { | |
| 4678 | + width: 100%; } } | |
| 4679 | + | |
| 4680 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 4681 | + width: 100%; } | |
| 4682 | + | |
| 7402 | 4683 | .elementor-hotkeys__header { |
| 7403 | - font-weight: 500; | |
| 7404 | -} | |
| 4684 | + padding: 10px 30px; | |
| 4685 | + font-weight: 500; } | |
| 4686 | + @media (max-width: 479px) { | |
| 4687 | + .elementor-hotkeys__header { | |
| 4688 | + padding-right: 10px; | |
| 4689 | + padding-left: 10px; } } | |
| 4690 | + | |
| 4691 | +.elementor-hotkeys__list { | |
| 4692 | + background-color: #ffffff; | |
| 4693 | + height: calc(100% - 42px); | |
| 4694 | + padding: 10px 20px; } | |
| 4695 | + @media (max-width: 479px) { | |
| 4696 | + .elementor-hotkeys__list { | |
| 4697 | + padding: 0; } } | |
| 4698 | + @media (max-width: 1024px) { | |
| 4699 | + .elementor-hotkeys__list { | |
| 4700 | + margin-bottom: 30px; } } | |
| 4701 | + @media (max-width: 1024px) { | |
| 4702 | + .elementor-hotkeys__list { | |
| 4703 | + height: auto; } } | |
| 4704 | + | |
| 7405 | 4705 | .elementor-hotkeys__item { |
| 4706 | + display: -webkit-box; | |
| 4707 | + display: -ms-flexbox; | |
| 7406 | 4708 | display: flex; |
| 7407 | - align-items: center; | |
| 4709 | + -webkit-box-align: center; | |
| 4710 | + -ms-flex-align: center; | |
| 4711 | + align-items: center; | |
| 7408 | 4712 | padding: 20px 10px; |
| 7409 | -} | |
| 7410 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7411 | - border-block-end: var(--e-a-border); | |
| 7412 | -} | |
| 7413 | -.elementor-hotkeys__item--label { | |
| 7414 | - font-size: 13px; | |
| 7415 | - font-weight: 400; | |
| 7416 | - flex-grow: 1; | |
| 7417 | -} | |
| 7418 | -.elementor-hotkeys__item--shortcut { | |
| 7419 | - flex-grow: 0; | |
| 7420 | - display: flex; | |
| 7421 | - gap: 27px; | |
| 7422 | -} | |
| 7423 | -@media (max-width: 1024px) { | |
| 4713 | + border-bottom: 1px solid #eceeef; } | |
| 4714 | + .elementor-hotkeys__item:last-child { | |
| 4715 | + margin-bottom: 30px; } | |
| 4716 | + @media (max-width: 479px) { | |
| 4717 | + .elementor-hotkeys__item:last-child { | |
| 4718 | + margin-bottom: 0; } } | |
| 4719 | + .elementor-hotkeys__item--label { | |
| 4720 | + font-size: 13px; | |
| 4721 | + font-weight: 400; | |
| 4722 | + -webkit-box-flex: 1; | |
| 4723 | + -ms-flex-positive: 1; | |
| 4724 | + flex-grow: 1; } | |
| 7424 | 4725 | .elementor-hotkeys__item--shortcut { |
| 7425 | - gap: 23px; | |
| 7426 | - } | |
| 7427 | -} | |
| 7428 | -.elementor-hotkeys__item--shortcut kbd { | |
| 7429 | - position: relative; | |
| 7430 | - font-family: unset; | |
| 7431 | - background-color: var(--e-a-bg-active); | |
| 7432 | - padding: 5px 12px; | |
| 7433 | - border-radius: var(--e-a-border-radius); | |
| 7434 | -} | |
| 7435 | -@media (max-width: 1024px) { | |
| 7436 | - .elementor-hotkeys__item--shortcut kbd { | |
| 7437 | - padding: 4px 9px; | |
| 7438 | - } | |
| 7439 | -} | |
| 7440 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7441 | - content: "+"; | |
| 7442 | - position: absolute; | |
| 7443 | - inset-inline-end: 0; | |
| 7444 | - width: 9px; | |
| 7445 | - text-align: center; | |
| 7446 | - margin-inline-end: -18px; | |
| 7447 | -} | |
| 7448 | -@media (max-width: 1024px) { | |
| 7449 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7450 | - margin-inline-end: -16px; | |
| 7451 | - } | |
| 7452 | -} | |
| 4726 | + -webkit-box-flex: 0; | |
| 4727 | + -ms-flex-positive: 0; | |
| 4728 | + flex-grow: 0; | |
| 4729 | + display: -webkit-box; | |
| 4730 | + display: -ms-flexbox; | |
| 4731 | + display: flex; } | |
| 4732 | + .elementor-hotkeys__item--shortcut span { | |
| 4733 | + position: relative; | |
| 4734 | + background-color: #eceeef; | |
| 4735 | + padding: 5px 12px; | |
| 4736 | + margin-right: 27px; | |
| 4737 | + -webkit-border-radius: 3px; | |
| 4738 | + border-radius: 3px; } | |
| 4739 | + @media (max-width: 479px) { | |
| 4740 | + .elementor-hotkeys__item--shortcut span { | |
| 4741 | + padding: 4px 9px; | |
| 4742 | + margin-right: 23px; } } | |
| 4743 | + .elementor-hotkeys__item--shortcut span:after { | |
| 4744 | + content: '+'; | |
| 4745 | + position: absolute; | |
| 4746 | + right: -18px; | |
| 4747 | + width: 9px; | |
| 4748 | + text-align: center; } | |
| 4749 | + @media (max-width: 479px) { | |
| 4750 | + .elementor-hotkeys__item--shortcut span:after { | |
| 4751 | + right: -16px; } } | |
| 4752 | + .elementor-hotkeys__item--shortcut span:last-child { | |
| 4753 | + margin-right: 0; } | |
| 4754 | + .elementor-hotkeys__item--shortcut span:last-child:after { | |
| 4755 | + display: none; } | |
| 7453 | 4756 | |
| 7454 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7455 | - margin-top: 0 !important; | |
| 7456 | - width: calc(25% - 30px); | |
| 7457 | -} | |
| 4757 | +.ui-resizable-n { | |
| 4758 | + top: -5px; } | |
| 7458 | 4759 | |
| 7459 | -.ui-resizable-n { | |
| 7460 | - top: -5px; | |
| 7461 | -} | |
| 7462 | 4760 | .ui-resizable-e { |
| 7463 | - right: -5px; | |
| 7464 | -} | |
| 4761 | + right: -5px; } | |
| 4762 | + | |
| 7465 | 4763 | .ui-resizable-s { |
| 7466 | - bottom: -5px; | |
| 7467 | -} | |
| 4764 | + bottom: -5px; } | |
| 4765 | + | |
| 7468 | 4766 | .ui-resizable-w { |
| 7469 | - left: -5px; | |
| 7470 | -} | |
| 4767 | + left: -5px; } | |
| 4768 | + | |
| 7471 | 4769 | .ui-resizable-ne { |
| 7472 | 4770 | top: -5px; |
| 7473 | - right: -5px; | |
| 7474 | -} | |
| 4771 | + right: -5px; } | |
| 4772 | + | |
| 7475 | 4773 | .ui-resizable-nw { |
| 7476 | 4774 | top: -5px; |
| 7477 | - left: -5px; | |
| 7478 | -} | |
| 4775 | + left: -5px; } | |
| 4776 | + | |
| 7479 | 4777 | .ui-resizable-se { |
| 7480 | 4778 | bottom: -5px; |
| 7481 | - right: -5px; | |
| 7482 | -} | |
| 4779 | + right: -5px; } | |
| 4780 | + | |
| 7483 | 4781 | .ui-resizable-sw { |
| 7484 | 4782 | bottom: -5px; |
| 7485 | - left: -5px; | |
| 7486 | -} | |
| 4783 | + left: -5px; } | |
| 4784 | + | |
| 7487 | 4785 | .ui-resizable-n, .ui-resizable-s { |
| 7488 | 4786 | left: 0; |
| 7489 | 4787 | height: 10px; |
| 7490 | 4788 | width: 100%; |
| 7491 | - cursor: ns-resize; | |
| 7492 | -} | |
| 4789 | + cursor: ns-resize; } | |
| 4790 | + | |
| 7493 | 4791 | .ui-resizable-e, .ui-resizable-w { |
| 7494 | 4792 | top: 0; |
| 7495 | 4793 | height: 100%; |
| 7496 | 4794 | width: 10px; |
| 7497 | - cursor: ew-resize; | |
| 7498 | -} | |
| 4795 | + cursor: ew-resize; } | |
| 4796 | + | |
| 7499 | 4797 | .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw { |
| 7500 | 4798 | height: 15px; |
| 7501 | - width: 15px; | |
| 7502 | -} | |
| 4799 | + width: 15px; } | |
| 4800 | + | |
| 7503 | 4801 | .ui-resizable-nw, .ui-resizable-se { |
| 7504 | - cursor: nwse-resize; | |
| 7505 | -} | |
| 4802 | + cursor: nwse-resize; } | |
| 4803 | + | |
| 7506 | 4804 | .ui-resizable-ne, .ui-resizable-sw { |
| 7507 | - cursor: nesw-resize; | |
| 7508 | -} | |
| 4805 | + cursor: nesw-resize; } | |
| 4806 | + | |
| 7509 | 4807 | .ui-resizable-handle { |
| 7510 | - position: absolute; | |
| 7511 | -} | |
| 4808 | + position: absolute; } | |
| 4809 | + | |
| 7512 | 4810 | .ui-resizable-resizing { |
| 7513 | - pointer-events: none; | |
| 7514 | -} | |
| 4811 | + pointer-events: none; } | |
| 7515 | 4812 | |
| 7516 | -body { | |
| 7517 | - --e-editor-navigator-width: 240px; | |
| 7518 | - --e-editor-navigator-indicator-width: 3px; | |
| 7519 | - --e-editor-navigator-promotion-height: 30px; | |
| 7520 | -} | |
| 7521 | - | |
| 7522 | 4813 | #elementor-navigator { |
| 7523 | 4814 | position: fixed; |
| 7524 | - inset-block-start: 100px; | |
| 7525 | - inset-inline-end: 30px; | |
| 7526 | - width: var(--e-editor-navigator-width); | |
| 7527 | - height: 50vh; | |
| 7528 | - background-color: var(--e-a-bg-default); | |
| 7529 | - border: var(--e-a-border); | |
| 7530 | - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 4815 | + top: 100px; | |
| 4816 | + width: 240px; | |
| 4817 | + height: 339px; | |
| 4818 | + right: 30px; | |
| 4819 | + background-color: #fff; | |
| 4820 | + -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 4821 | + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 7531 | 4822 | -webkit-user-select: none; |
| 7532 | 4823 | -moz-user-select: none; |
| 4824 | + -ms-user-select: none; | |
| 7533 | 4825 | user-select: none; |
| 7534 | 4826 | overflow: hidden; |
| 7535 | - z-index: 100; | |
| 7536 | - display: none; | |
| 7537 | -} | |
| 7538 | -body.elementor-navigator-docked #elementor-navigator { | |
| 7539 | - inset: 0; | |
| 7540 | - inset-inline-start: auto; | |
| 7541 | - height: 100%; | |
| 7542 | -} | |
| 7543 | -body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 7544 | - border-radius: 5px; | |
| 7545 | -} | |
| 7546 | -#elementor-navigator__inner { | |
| 7547 | - height: 100%; | |
| 7548 | - display: flex; | |
| 7549 | - flex-direction: column; | |
| 7550 | -} | |
| 7551 | -#elementor-navigator__header { | |
| 7552 | - display: flex; | |
| 7553 | - align-items: stretch; | |
| 7554 | - border-block-end: var(--e-a-border); | |
| 7555 | - color: var(--e-a-color-txt-accent); | |
| 7556 | -} | |
| 7557 | -#elementor-navigator__header__title { | |
| 7558 | - flex: 1; | |
| 7559 | - text-align: center; | |
| 7560 | - font-size: 13px; | |
| 7561 | - font-weight: 400; | |
| 7562 | - padding: 10px 0; | |
| 7563 | - cursor: move; | |
| 7564 | -} | |
| 7565 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7566 | - padding-inline-end: 17.5px; | |
| 7567 | -} | |
| 7568 | -#elementor-navigator__ai-titles { | |
| 7569 | - width: 35px; | |
| 7570 | - text-align: center; | |
| 7571 | - cursor: pointer; | |
| 7572 | - background-color: transparent; | |
| 7573 | - border: none; | |
| 7574 | - outline: none; | |
| 7575 | -} | |
| 7576 | -#elementor-navigator__ai-titles:hover { | |
| 7577 | - color: #E73CF6; | |
| 7578 | -} | |
| 7579 | -#elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 7580 | - color: var(--e-a-color-txt); | |
| 7581 | - background-color: transparent; | |
| 7582 | - border: none; | |
| 7583 | - outline: 0; | |
| 7584 | - padding: 10px; | |
| 7585 | - cursor: pointer; | |
| 7586 | - transition: color 0.5s; | |
| 7587 | -} | |
| 7588 | -#elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { | |
| 7589 | - color: var(--e-a-color-txt-hover); | |
| 7590 | -} | |
| 7591 | -#elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { | |
| 7592 | - color: var(--e-a-color-txt-active); | |
| 7593 | -} | |
| 7594 | -#elementor-navigator__toggle-all { | |
| 7595 | - font-size: 13px; | |
| 7596 | -} | |
| 7597 | -#elementor-navigator__close { | |
| 7598 | - font-size: 11px; | |
| 7599 | -} | |
| 7600 | -#elementor-navigator__elements { | |
| 7601 | - flex-grow: 1; | |
| 7602 | - overflow: auto; | |
| 7603 | - position: relative; | |
| 7604 | -} | |
| 7605 | -.elementor-navigator-docked #elementor-navigator__elements { | |
| 7606 | - height: calc(100% - 35px); | |
| 7607 | -} | |
| 7608 | -#elementor-navigator__elements .elementor-nerd-box { | |
| 7609 | - padding: 25px; | |
| 7610 | -} | |
| 7611 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7612 | - border-block-end: var(--e-a-border); | |
| 7613 | -} | |
| 7614 | -#elementor-navigator__footer { | |
| 7615 | - width: 100%; | |
| 7616 | - text-align: center; | |
| 7617 | -} | |
| 7618 | -#elementor-navigator__footer__resize-bar { | |
| 7619 | - border-block-start: var(--e-a-border); | |
| 7620 | -} | |
| 7621 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 7622 | - display: none; | |
| 7623 | -} | |
| 7624 | -#elementor-navigator__footer__promotion { | |
| 7625 | - font-size: 12px; | |
| 7626 | - padding: 4px 17px; | |
| 7627 | - font-family: "Roboto", sans-serif; | |
| 7628 | - color: var(--e-a-bg-logo); | |
| 7629 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7630 | - display: flex; | |
| 7631 | - justify-content: center; | |
| 7632 | - align-items: center; | |
| 7633 | -} | |
| 7634 | -#elementor-navigator__footer__promotion a { | |
| 7635 | - color: var(--e-a-color-accent-promotion); | |
| 7636 | - margin-inline-start: 1px; | |
| 7637 | -} | |
| 4827 | + z-index: 2; | |
| 4828 | + display: none; } | |
| 4829 | + body.elementor-navigator-docked #elementor-navigator { | |
| 4830 | + top: 0; | |
| 4831 | + right: 0; | |
| 4832 | + height: 100%; } | |
| 4833 | + body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 4834 | + -webkit-border-radius: 5px; | |
| 4835 | + border-radius: 5px; } | |
| 4836 | + #elementor-navigator__inner { | |
| 4837 | + height: 100%; | |
| 4838 | + background-color: #e6e9ec; } | |
| 4839 | + #elementor-navigator__header { | |
| 4840 | + display: -webkit-box; | |
| 4841 | + display: -ms-flexbox; | |
| 4842 | + display: flex; | |
| 4843 | + -webkit-box-align: center; | |
| 4844 | + -ms-flex-align: center; | |
| 4845 | + align-items: center; | |
| 4846 | + -webkit-box-pack: justify; | |
| 4847 | + -ms-flex-pack: justify; | |
| 4848 | + justify-content: space-between; | |
| 4849 | + padding: 12px 10px; | |
| 4850 | + background-color: #fff; | |
| 4851 | + border-bottom: 1px solid #e6e9ec; | |
| 4852 | + cursor: move; } | |
| 4853 | + #elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 4854 | + -webkit-transition: color .5s; | |
| 4855 | + -o-transition: color .5s; | |
| 4856 | + transition: color .5s; | |
| 4857 | + cursor: pointer; } | |
| 4858 | + #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) { | |
| 4859 | + color: #a4afb7; } | |
| 4860 | + #elementor-navigator__toggle-all { | |
| 4861 | + font-size: 13px; } | |
| 4862 | + #elementor-navigator__close { | |
| 4863 | + font-size: 11px; } | |
| 4864 | + #elementor-navigator__elements { | |
| 4865 | + height: calc(100% - 49px); | |
| 4866 | + overflow: auto; | |
| 4867 | + position: relative; } | |
| 4868 | + .elementor-navigator-docked #elementor-navigator__elements { | |
| 4869 | + height: calc(100% - 35px); } | |
| 4870 | + #elementor-navigator__elements .elementor-nerd-box { | |
| 4871 | + padding: 25px; } | |
| 4872 | + #elementor-navigator__footer { | |
| 4873 | + position: absolute; | |
| 4874 | + width: 100%; | |
| 4875 | + left: 0; | |
| 4876 | + bottom: 0; | |
| 4877 | + text-align: center; | |
| 4878 | + background-color: #fff; | |
| 4879 | + border-top: 1px solid #e6e9ec; | |
| 4880 | + color: #a4afb7; } | |
| 4881 | + .elementor-navigator-docked #elementor-navigator__footer { | |
| 4882 | + display: none; } | |
| 7638 | 4883 | |
| 7639 | 4884 | .elementor-navigator__item { |
| 7640 | 4885 | position: relative; |
| 4886 | + display: -webkit-box; | |
| 4887 | + display: -ms-flexbox; | |
| 7641 | 4888 | display: flex; |
| 7642 | 4889 | height: 30px; |
| 4890 | + font-size: 11px; | |
| 4891 | + border-bottom: 1px solid #e6e9ec; | |
| 7643 | 4892 | cursor: pointer; |
| 7644 | - transition: padding 0.5s linear; | |
| 7645 | - overflow: hidden; | |
| 7646 | -} | |
| 7647 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 7648 | - background-color: var(--e-a-bg-hover); | |
| 7649 | -} | |
| 7650 | -.elementor-navigator__item:active { | |
| 7651 | - background-color: var(--e-a-bg-active); | |
| 7652 | - color: var(--e-a-color-txt-accent); | |
| 7653 | -} | |
| 7654 | -.elementor-navigator__item[data-locked=true] { | |
| 7655 | - cursor: not-allowed; | |
| 7656 | -} | |
| 7657 | -.elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 7658 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 7659 | -} | |
| 7660 | -.elementor-navigator__item > * { | |
| 7661 | - display: flex; | |
| 7662 | - align-items: center; | |
| 7663 | -} | |
| 7664 | -.elementor-navigator__item + .elementor-navigator__elements { | |
| 7665 | - display: none; | |
| 7666 | -} | |
| 7667 | -.elementor-navigator__elements > .elementor-navigator__element-section, | |
| 7668 | -.elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { | |
| 7669 | - border-block-end: var(--e-a-border); | |
| 7670 | -} | |
| 4893 | + -webkit-transition: padding .5s linear; | |
| 4894 | + -o-transition: padding .5s linear; | |
| 4895 | + transition: padding .5s linear; | |
| 4896 | + overflow: hidden; } | |
| 4897 | + .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 4898 | + -webkit-transform: rotate(-90deg); | |
| 4899 | + -ms-transform: rotate(-90deg); | |
| 4900 | + transform: rotate(-90deg); } | |
| 4901 | + .elementor-navigator__item > * { | |
| 4902 | + display: -webkit-box; | |
| 4903 | + display: -ms-flexbox; | |
| 4904 | + display: flex; | |
| 4905 | + -webkit-box-align: center; | |
| 4906 | + -ms-flex-align: center; | |
| 4907 | + align-items: center; } | |
| 4908 | + .elementor-navigator__item + .elementor-navigator__elements { | |
| 4909 | + display: none; } | |
| 4910 | + | |
| 7671 | 4911 | .elementor-navigator__elements .elementor-empty-view { |
| 7672 | 4912 | padding: 10px; |
| 7673 | -} | |
| 7674 | -.elementor-navigator__elements .elementor-empty-view__title { | |
| 7675 | - margin-inline-start: 34px; | |
| 7676 | - font-size: 10px; | |
| 7677 | - font-style: italic; | |
| 7678 | -} | |
| 4913 | + border-bottom: 1px solid #e6e9ec; } | |
| 4914 | + .elementor-navigator__elements .elementor-empty-view__title { | |
| 4915 | + margin-left: 23px; | |
| 4916 | + color: #c2cbd2; | |
| 4917 | + font-size: 10px; | |
| 4918 | + font-style: italic; } | |
| 4919 | + | |
| 7679 | 4920 | .elementor-navigator__elements .ui-sortable-helper { |
| 7680 | - box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 7681 | - transform: rotate(4deg); | |
| 7682 | - background-color: var(--e-a-bg-active); | |
| 7683 | - color: var(--e-a-color-txt-accent); | |
| 7684 | - pointer-events: none; | |
| 7685 | -} | |
| 4921 | + background-color: #fff; | |
| 4922 | + -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 4923 | + box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 4924 | + -webkit-transform: rotate(4deg); | |
| 4925 | + -ms-transform: rotate(4deg); | |
| 4926 | + transform: rotate(4deg); | |
| 4927 | + border: 1px solid #e6e9ec; | |
| 4928 | + pointer-events: none; } | |
| 4929 | + | |
| 7686 | 4930 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7687 | - background-color: var(--e-a-bg-hover); | |
| 7688 | -} | |
| 4931 | + background-color: #f1f3f5; } | |
| 4932 | + | |
| 7689 | 4933 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7690 | - border-block-start: var(--e-a-border); | |
| 7691 | -} | |
| 7692 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 7693 | - display: none; | |
| 7694 | -} | |
| 7695 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 7696 | - display: none; | |
| 7697 | -} | |
| 4934 | + border-top: 2px solid #71d7f7; } | |
| 4935 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 4936 | + display: none; } | |
| 4937 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 4938 | + display: none; } | |
| 4939 | + | |
| 7698 | 4940 | .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { |
| 7699 | - visibility: hidden; | |
| 7700 | -} | |
| 4941 | + visibility: hidden; } | |
| 4942 | + | |
| 7701 | 4943 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { |
| 7702 | - color: var(--e-a-color-txt-default); | |
| 7703 | -} | |
| 7704 | -.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { | |
| 7705 | - color: var(--e-a-color-txt-hover); | |
| 7706 | -} | |
| 4944 | + color: #71d7f7; } | |
| 4945 | + | |
| 7707 | 4946 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { |
| 7708 | - display: none; | |
| 7709 | -} | |
| 4947 | + display: none; } | |
| 4948 | + | |
| 7710 | 4949 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7711 | - background-color: var(--e-a-bg-active); | |
| 7712 | -} | |
| 4950 | + background-color: #71d7f7; } | |
| 4951 | + .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * { | |
| 4952 | + color: #fff; } | |
| 4953 | + | |
| 7713 | 4954 | .elementor-navigator__element__list-toggle { |
| 7714 | - margin-inline-end: 7px; | |
| 7715 | - transition: transform 0.3s; | |
| 7716 | -} | |
| 4955 | + margin-right: 7px; | |
| 4956 | + -webkit-transition: -webkit-transform .3s; | |
| 4957 | + transition: -webkit-transform .3s; | |
| 4958 | + -o-transition: transform .3s; | |
| 4959 | + transition: transform .3s; | |
| 4960 | + transition: transform .3s, -webkit-transform .3s; | |
| 4961 | + color: #a4afb7; } | |
| 4962 | + | |
| 7717 | 4963 | .elementor-navigator__element__element-type { |
| 7718 | - margin-inline-end: 8px; | |
| 7719 | - font-size: 14px; | |
| 7720 | -} | |
| 4964 | + margin-right: 8px; } | |
| 4965 | + | |
| 7721 | 4966 | .elementor-navigator__element__title { |
| 7722 | - flex-grow: 1; | |
| 7723 | - overflow: hidden; | |
| 7724 | -} | |
| 7725 | -.elementor-navigator__element__title__text { | |
| 7726 | - white-space: nowrap; | |
| 7727 | - -webkit-user-select: text; | |
| 7728 | - -moz-user-select: text; | |
| 7729 | - user-select: text; | |
| 7730 | -} | |
| 7731 | -.elementor-navigator__element__title__text[contenteditable=true] { | |
| 7732 | - outline: none; | |
| 7733 | - background-color: var(--e-a-bg-hover); | |
| 7734 | - padding: var(--e-admin-border-radius); | |
| 7735 | - border: var(--e-a-border); | |
| 7736 | -} | |
| 7737 | -.elementor-navigator__element__title__text:not([contenteditable=true]) { | |
| 7738 | - padding: 3px 0; | |
| 7739 | - white-space: nowrap; | |
| 7740 | - text-overflow: ellipsis; | |
| 7741 | - overflow: hidden; | |
| 7742 | -} | |
| 4967 | + -webkit-box-flex: 1; | |
| 4968 | + -ms-flex-positive: 1; | |
| 4969 | + flex-grow: 1; | |
| 4970 | + overflow: hidden; } | |
| 4971 | + .elementor-navigator__element__title__text { | |
| 4972 | + white-space: nowrap; | |
| 4973 | + -webkit-user-select: text; } | |
| 4974 | + .elementor-navigator__element__title__text[contenteditable="true"] { | |
| 4975 | + outline: none; | |
| 4976 | + color: #6d7882; | |
| 4977 | + background-color: #fff; | |
| 4978 | + padding: 2px 3px; | |
| 4979 | + -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | |
| 4980 | + box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } | |
| 4981 | + .elementor-navigator__element__title__text:not([contenteditable="true"]) { | |
| 4982 | + white-space: nowrap; | |
| 4983 | + -o-text-overflow: ellipsis; | |
| 4984 | + text-overflow: ellipsis; | |
| 4985 | + overflow: hidden; } | |
| 4986 | + | |
| 7743 | 4987 | .elementor-navigator__element__toggle { |
| 7744 | 4988 | position: absolute; |
| 7745 | - inset-inline-end: 15px; | |
| 4989 | + right: 15px; | |
| 7746 | 4990 | height: 100%; |
| 7747 | 4991 | z-index: 0; |
| 7748 | - font-size: 13px; | |
| 7749 | -} | |
| 4992 | + font-size: 13px; } | |
| 4993 | + | |
| 7750 | 4994 | .elementor-navigator__element__indicators { |
| 7751 | 4995 | position: relative; |
| 7752 | - transition: transform 0.5s; | |
| 7753 | - z-index: 91; | |
| 7754 | -} | |
| 7755 | -.elementor-navigator__element__indicators:not(:hover) { | |
| 7756 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7757 | -} | |
| 4996 | + -webkit-transition: -webkit-transform .5s; | |
| 4997 | + transition: -webkit-transform .5s; | |
| 4998 | + -o-transition: transform .5s; | |
| 4999 | + transition: transform .5s; | |
| 5000 | + transition: transform .5s, -webkit-transform .5s; | |
| 5001 | + padding-left: 5px; | |
| 5002 | + z-index: 91; } | |
| 5003 | + .elementor-navigator__element__indicators:not(:hover) { | |
| 5004 | + -webkit-transform: translateX(calc(100% - 8px)); | |
| 5005 | + -ms-transform: translateX(calc(100% - 8px)); | |
| 5006 | + transform: translateX(calc(100% - 8px)); } | |
| 5007 | + | |
| 7758 | 5008 | .elementor-navigator__element__indicator { |
| 7759 | 5009 | height: 100%; |
| 7760 | 5010 | width: 31px; |
| 5011 | + display: -webkit-inline-box; | |
| 5012 | + display: -ms-inline-flexbox; | |
| 7761 | 5013 | display: inline-flex; |
| 7762 | - align-items: center; | |
| 7763 | - justify-content: center; | |
| 7764 | - color: var(--e-a-color-txt); | |
| 7765 | - background-color: var(--e-a-bg-default); | |
| 7766 | - border-inline-end: var(--e-a-border); | |
| 7767 | -} | |
| 7768 | -.elementor-navigator__element__indicator:first-child { | |
| 7769 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 7770 | -} | |
| 7771 | -.elementor-navigator__element__indicator:hover { | |
| 7772 | - color: var(--e-a-color-txt-hover); | |
| 7773 | -} | |
| 5014 | + -webkit-box-align: center; | |
| 5015 | + -ms-flex-align: center; | |
| 5016 | + align-items: center; | |
| 5017 | + -webkit-box-pack: center; | |
| 5018 | + -ms-flex-pack: center; | |
| 5019 | + justify-content: center; | |
| 5020 | + color: #6d7882; | |
| 5021 | + background-color: #fff; | |
| 5022 | + border-left: 1px solid #e6e9ec; } | |
| 5023 | + .elementor-navigator__element__indicator:first-child { | |
| 5024 | + border-left: 3px solid #71d7f7; } | |
| 5025 | + .elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5026 | + border-color: #41c9f4; } | |
| 5027 | + .elementor-navigator__element__indicator:hover { | |
| 5028 | + color: #495157; } | |
| 5029 | + | |
| 7774 | 5030 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7775 | 5031 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7776 | - opacity: 0.5; | |
| 7777 | -} | |
| 7778 | -.elementor-navigator__promotion-text { | |
| 7779 | - line-height: 18px; | |
| 7780 | -} | |
| 5032 | + opacity: .5; } | |
| 7781 | 5033 | |
| 7782 | -.e-notice-bar { | |
| 5034 | +.elementor-navigator__element-column { | |
| 5035 | + background-color: #fafbfb; } | |
| 5036 | + .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type { | |
| 5037 | + color: #a4afb7; } | |
| 5038 | + | |
| 5039 | +.elementor-navigator__element-section { | |
| 5040 | + background-color: #fff; } | |
| 5041 | + | |
| 5042 | +#elementor-notice-bar { | |
| 7783 | 5043 | position: absolute; |
| 7784 | 5044 | width: 100%; |
| 7785 | - inset-block-end: 0; | |
| 5045 | + bottom: 0; | |
| 5046 | + display: -webkit-box; | |
| 5047 | + display: -ms-flexbox; | |
| 7786 | 5048 | display: flex; |
| 7787 | - align-items: center; | |
| 5049 | + -webkit-box-align: center; | |
| 5050 | + -ms-flex-align: center; | |
| 5051 | + align-items: center; | |
| 7788 | 5052 | height: 40px; |
| 7789 | 5053 | color: #fff; |
| 7790 | - background-color: var(--e-a-color-accent); | |
| 7791 | - padding: 0 25px; | |
| 7792 | -} | |
| 7793 | -.e-notice-bar__message a { | |
| 7794 | - text-decoration: underline; | |
| 7795 | - color: var(--e-a-color-txt-invert); | |
| 7796 | -} | |
| 7797 | -.e-notice-bar__message a:hover { | |
| 7798 | - color: #D5D8DC; | |
| 7799 | -} | |
| 7800 | -.e-notice-bar__primary_action { | |
| 7801 | - margin-inline: 12px; | |
| 7802 | -} | |
| 7803 | -.e-notice-bar__primary_action a { | |
| 7804 | - background: #ffffff; | |
| 7805 | - border-radius: 3px; | |
| 7806 | - color: #93003f; | |
| 7807 | - padding: 4px 10px; | |
| 7808 | - font-size: 11px; | |
| 7809 | -} | |
| 7810 | -.e-notice-bar__primary_action a:hover { | |
| 7811 | - color: rgb(70.5, 0, 30.2142857143); | |
| 7812 | - background: #F1F2F3; | |
| 7813 | -} | |
| 7814 | -.e-notice-bar__secondary_message, .e-notice-bar__secondary_action { | |
| 7815 | - font-size: 11px; | |
| 7816 | -} | |
| 7817 | -.e-notice-bar__secondary_action { | |
| 7818 | - margin-inline: 4px; | |
| 7819 | -} | |
| 7820 | -.e-notice-bar__secondary_action a { | |
| 7821 | - color: #ffffff; | |
| 7822 | - text-decoration: underline; | |
| 7823 | -} | |
| 7824 | -.e-notice-bar__secondary_action a:hover { | |
| 7825 | - color: #F1F2F3; | |
| 7826 | -} | |
| 7827 | -.e-notice-bar__close { | |
| 7828 | - cursor: pointer; | |
| 7829 | - margin-inline-start: auto; | |
| 7830 | -} | |
| 7831 | -.e-notice-bar__icon { | |
| 7832 | - margin-inline-end: 8px; | |
| 7833 | -} | |
| 7834 | -.e-notice-bar i { | |
| 7835 | - font-size: 16px; | |
| 7836 | - opacity: 0.9; | |
| 7837 | -} | |
| 7838 | -.e-notice-bar i:hover { | |
| 7839 | - color: #D5D8DC; | |
| 7840 | -} | |
| 7841 | -.e-notice-bar a, | |
| 7842 | -.e-notice-bar i { | |
| 7843 | - transition: var(--e-a-transition-hover); | |
| 7844 | -} | |
| 5054 | + background-color: #6d7882; | |
| 5055 | + padding: 0 50px; } | |
| 5056 | + #elementor-notice-bar__message { | |
| 5057 | + padding-left: 15px; | |
| 5058 | + -webkit-box-flex: 1; | |
| 5059 | + -ms-flex-positive: 1; | |
| 5060 | + flex-grow: 1; } | |
| 5061 | + #elementor-notice-bar__message a { | |
| 5062 | + text-decoration: underline; } | |
| 5063 | + #elementor-notice-bar__action { | |
| 5064 | + text-transform: uppercase; } | |
| 5065 | + #elementor-notice-bar__close { | |
| 5066 | + margin: 0 20px; | |
| 5067 | + cursor: pointer; } | |
| 5068 | + #elementor-notice-bar i { | |
| 5069 | + font-size: 16px; | |
| 5070 | + opacity: .9; } | |
| 5071 | + #elementor-notice-bar a { | |
| 5072 | + color: #fff; } | |
| 5073 | + #elementor-notice-bar a, | |
| 5074 | + #elementor-notice-bar i { | |
| 5075 | + -webkit-transition: all 0.3s; | |
| 5076 | + -o-transition: all 0.3s; | |
| 5077 | + transition: all 0.3s; } | |
| 5078 | + #elementor-notice-bar a:hover, | |
| 5079 | + #elementor-notice-bar i:hover { | |
| 5080 | + color: #D4D4D4; } | |
| 7845 | 5081 | |
| 7846 | -body:not(.elementor-device-desktop) #e-notice-bar { | |
| 7847 | - display: none; | |
| 7848 | -} | |
| 5082 | +body:not(.elementor-device-desktop) #elementor-notice-bar { | |
| 5083 | + display: none; } | |
| 7849 | 5084 | |
| 7850 | -#elementor-fatal-error-dialog .dialog-message a { | |
| 5085 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header { | |
| 5086 | + color: #495157; } | |
| 5087 | + | |
| 5088 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a { | |
| 5089 | + color: #6d7882; | |
| 7851 | 5090 | text-decoration: underline; |
| 7852 | -} | |
| 5091 | + font-style: italic; } | |
| 7853 | 5092 | |
| 7854 | 5093 | #elementor-preview-debug-link-text { |
| 7855 | - display: inline-block; | |
| 7856 | -} | |
| 5094 | + display: inline-block; } | |
| 7857 | 5095 | |
| 7858 | 5096 | #elementor-icons-manager-modal .dialog-message { |
| 7859 | 5097 | padding: 0; |
| 7860 | - height: 700px; | |
| 7861 | -} | |
| 5098 | + height: 700px; } | |
| 5099 | + | |
| 7862 | 5100 | #elementor-icons-manager-modal .dialog-content { |
| 7863 | - display: flex; | |
| 7864 | -} | |
| 5101 | + display: -webkit-box; | |
| 5102 | + display: -ms-flexbox; | |
| 5103 | + display: flex; } | |
| 5104 | + | |
| 5105 | +#elementor-icons-manager-modal .dialog-buttons-wrapper { | |
| 5106 | + display: -webkit-box; | |
| 5107 | + display: -ms-flexbox; | |
| 5108 | + display: flex; } | |
| 5109 | + | |
| 7865 | 5110 | #elementor-icons-manager__wrapper { |
| 7866 | - display: flex; | |
| 7867 | -} | |
| 5111 | + display: -webkit-box; | |
| 5112 | + display: -ms-flexbox; | |
| 5113 | + display: flex; } | |
| 5114 | + | |
| 7868 | 5115 | @media (max-width: 479px) { |
| 7869 | 5116 | #elementor-icons-manager__sidebar { |
| 7870 | - display: none; | |
| 7871 | - } | |
| 7872 | -} | |
| 5117 | + display: none; } } | |
| 5118 | + | |
| 7873 | 5119 | #elementor-icons-manager__tab-links { |
| 7874 | - margin-block-start: 30px; | |
| 7875 | -} | |
| 5120 | + margin-top: 30px; } | |
| 5121 | + | |
| 7876 | 5122 | #elementor-icons-manager__upload { |
| 7877 | 5123 | margin: 20px 45px; |
| 7878 | - padding-block-start: 35px; | |
| 7879 | - border-block-start: var(--e-a-border); | |
| 5124 | + padding-top: 35px; | |
| 5125 | + border-top: 1px solid #e6e9ec; | |
| 5126 | + display: -webkit-box; | |
| 5127 | + display: -ms-flexbox; | |
| 7880 | 5128 | display: flex; |
| 7881 | - align-items: center; | |
| 7882 | - justify-content: space-between; | |
| 7883 | -} | |
| 7884 | -@media (max-width: 1439px) { | |
| 7885 | - #elementor-icons-manager__upload { | |
| 7886 | - margin: 20px 25px; | |
| 7887 | - } | |
| 7888 | -} | |
| 5129 | + -webkit-box-align: center; | |
| 5130 | + -ms-flex-align: center; | |
| 5131 | + align-items: center; | |
| 5132 | + -webkit-box-pack: justify; | |
| 5133 | + -ms-flex-pack: justify; | |
| 5134 | + justify-content: space-between; } | |
| 5135 | + @media (max-width: 1439px) { | |
| 5136 | + #elementor-icons-manager__upload { | |
| 5137 | + margin: 20px 25px; } } | |
| 5138 | + #elementor-icons-manager__upload__title { | |
| 5139 | + color: #a4afb7; | |
| 5140 | + font-size: 11px; | |
| 5141 | + text-transform: uppercase; } | |
| 5142 | + | |
| 7889 | 5143 | #elementor-icons-manager__main { |
| 5144 | + display: -webkit-box; | |
| 5145 | + display: -ms-flexbox; | |
| 7890 | 5146 | display: flex; |
| 7891 | - flex-direction: column; | |
| 7892 | - padding: 30px 80px 0; | |
| 7893 | -} | |
| 7894 | -@media (max-width: 1439px) { | |
| 7895 | - #elementor-icons-manager__main { | |
| 7896 | - padding: 30px 50px 0; | |
| 7897 | - } | |
| 7898 | -} | |
| 7899 | -@media (max-width: 479px) { | |
| 7900 | - #elementor-icons-manager__main { | |
| 7901 | - width: 100%; | |
| 7902 | - } | |
| 7903 | -} | |
| 5147 | + -webkit-box-orient: vertical; | |
| 5148 | + -webkit-box-direction: normal; | |
| 5149 | + -ms-flex-direction: column; | |
| 5150 | + flex-direction: column; | |
| 5151 | + padding: 30px 80px 0; } | |
| 5152 | + @media (max-width: 1439px) { | |
| 5153 | + #elementor-icons-manager__main { | |
| 5154 | + padding: 30px 50px 0; } } | |
| 5155 | + @media (max-width: 479px) { | |
| 5156 | + #elementor-icons-manager__main { | |
| 5157 | + width: 100%; } } | |
| 5158 | + | |
| 7904 | 5159 | #elementor-icons-manager__search { |
| 7905 | - position: relative; | |
| 7906 | -} | |
| 7907 | -#elementor-icons-manager__search input { | |
| 7908 | - padding: 8px 15px; | |
| 7909 | - background-color: transparent; | |
| 7910 | -} | |
| 7911 | -#elementor-icons-manager__search i { | |
| 7912 | - position: absolute; | |
| 7913 | - inset-block-start: 50%; | |
| 7914 | - inset-inline-end: 15px; | |
| 7915 | - transform: translateY(-50%); | |
| 7916 | -} | |
| 5160 | + position: relative; } | |
| 5161 | + #elementor-icons-manager__search input { | |
| 5162 | + padding: 8px 15px; | |
| 5163 | + background-color: #fff; | |
| 5164 | + border: none; } | |
| 5165 | + #elementor-icons-manager__search input::-webkit-input-placeholder { | |
| 5166 | + font-style: italic; } | |
| 5167 | + #elementor-icons-manager__search input::-moz-placeholder { | |
| 5168 | + font-style: italic; } | |
| 5169 | + #elementor-icons-manager__search input::-ms-input-placeholder { | |
| 5170 | + font-style: italic; } | |
| 5171 | + #elementor-icons-manager__search input::placeholder { | |
| 5172 | + font-style: italic; } | |
| 5173 | + #elementor-icons-manager__search i { | |
| 5174 | + position: absolute; | |
| 5175 | + top: 50%; | |
| 5176 | + -webkit-transform: translateY(-50%); | |
| 5177 | + -ms-transform: translateY(-50%); | |
| 5178 | + transform: translateY(-50%); | |
| 5179 | + right: 15px; } | |
| 5180 | + | |
| 7917 | 5181 | #elementor-icons-manager__tab__wrapper { |
| 7918 | 5182 | overflow: auto; |
| 7919 | 5183 | margin: 25px -15px 0; |
| 7920 | - padding: 0 15px 15px; | |
| 7921 | -} | |
| 5184 | + padding: 0 15px 15px; } | |
| 5185 | + | |
| 7922 | 5186 | #elementor-icons-manager__tab__title { |
| 7923 | - color: var(--e-a-color-txt); | |
| 5187 | + color: #556068; | |
| 7924 | 5188 | font-size: 16px; |
| 7925 | 5189 | font-weight: 500; |
| 7926 | - text-align: start; | |
| 7927 | -} | |
| 7928 | -@media (max-width: 479px) { | |
| 7929 | - #elementor-icons-manager__tab__title { | |
| 7930 | - display: none; | |
| 7931 | - } | |
| 7932 | -} | |
| 5190 | + text-align: left; } | |
| 5191 | + @media (max-width: 479px) { | |
| 5192 | + #elementor-icons-manager__tab__title { | |
| 5193 | + display: none; } } | |
| 5194 | + | |
| 7933 | 5195 | #elementor-icons-manager__tab__content { |
| 7934 | 5196 | display: grid; |
| 7935 | 5197 | grid-template-columns: repeat(7, 1fr); |
| 7936 | 5198 | grid-gap: 20px; |
| 7937 | - margin: 20px 0; | |
| 7938 | -} | |
| 7939 | -@media (max-width: 1439px) { | |
| 7940 | - #elementor-icons-manager__tab__content { | |
| 7941 | - grid-template-columns: repeat(6, 1fr); | |
| 7942 | - } | |
| 7943 | -} | |
| 7944 | -@media (max-width: 1024px) { | |
| 7945 | - #elementor-icons-manager__tab__content { | |
| 7946 | - grid-template-columns: repeat(5, 1fr); | |
| 7947 | - } | |
| 7948 | -} | |
| 7949 | -@media (max-width: 767px) { | |
| 7950 | - #elementor-icons-manager__tab__content { | |
| 7951 | - grid-template-columns: repeat(4, 1fr); | |
| 7952 | - } | |
| 7953 | -} | |
| 7954 | -@media (max-width: 479px) { | |
| 7955 | - #elementor-icons-manager__tab__content { | |
| 7956 | - grid-template-columns: repeat(3, 1fr); | |
| 7957 | - } | |
| 7958 | -} | |
| 5199 | + margin: 20px 0; } | |
| 5200 | + @media (max-width: 1439px) { | |
| 5201 | + #elementor-icons-manager__tab__content { | |
| 5202 | + grid-template-columns: repeat(6, 1fr); } } | |
| 5203 | + @media (max-width: 1024px) { | |
| 5204 | + #elementor-icons-manager__tab__content { | |
| 5205 | + grid-template-columns: repeat(5, 1fr); } } | |
| 5206 | + @media (max-width: 767px) { | |
| 5207 | + #elementor-icons-manager__tab__content { | |
| 5208 | + grid-template-columns: repeat(4, 1fr); } } | |
| 5209 | + @media (max-width: 479px) { | |
| 5210 | + #elementor-icons-manager__tab__content { | |
| 5211 | + grid-template-columns: repeat(3, 1fr); } } | |
| 5212 | + | |
| 7959 | 5213 | #elementor-icons-manager__promotion { |
| 5214 | + display: -webkit-box; | |
| 5215 | + display: -ms-flexbox; | |
| 7960 | 5216 | display: flex; |
| 7961 | - align-items: center; | |
| 7962 | - flex-direction: column; | |
| 7963 | - padding-block-start: 70px; | |
| 7964 | -} | |
| 7965 | -#elementor-icons-manager__promotion__icon { | |
| 7966 | - font-size: 60px; | |
| 7967 | -} | |
| 7968 | -#elementor-icons-manager__promotion__text { | |
| 7969 | - width: 300px; | |
| 7970 | - font-size: 16px; | |
| 7971 | - padding-block-start: 25px; | |
| 7972 | -} | |
| 7973 | -#elementor-icons-manager__promotion__link { | |
| 7974 | - margin-block-start: 20px; | |
| 7975 | -} | |
| 5217 | + -webkit-box-align: center; | |
| 5218 | + -ms-flex-align: center; | |
| 5219 | + align-items: center; | |
| 5220 | + -webkit-box-orient: vertical; | |
| 5221 | + -webkit-box-direction: normal; | |
| 5222 | + -ms-flex-direction: column; | |
| 5223 | + flex-direction: column; | |
| 5224 | + padding-top: 70px; } | |
| 5225 | + #elementor-icons-manager__promotion__icon { | |
| 5226 | + font-size: 60px; | |
| 5227 | + color: #c2cbd2; } | |
| 5228 | + #elementor-icons-manager__promotion__text { | |
| 5229 | + width: 300px; | |
| 5230 | + font-size: 16px; | |
| 5231 | + padding-top: 25px; } | |
| 5232 | + #elementor-icons-manager__promotion__link { | |
| 5233 | + margin-top: 20px; } | |
| 7976 | 5234 | |
| 7977 | 5235 | .elementor-icons-manager__tab-link { |
| 7978 | - padding-block: 15px; | |
| 7979 | - padding-inline: 45px 0; | |
| 7980 | - font-size: 12px; | |
| 7981 | - text-align: start; | |
| 5236 | + padding: 15px 0 15px 45px; | |
| 5237 | + font-size: 14px; | |
| 5238 | + color: #6d7882; | |
| 5239 | + text-align: left; | |
| 7982 | 5240 | cursor: pointer; |
| 7983 | - position: relative; | |
| 7984 | -} | |
| 7985 | -.elementor-icons-manager__tab-link i { | |
| 7986 | - font-size: 20px; | |
| 7987 | - padding-inline-end: 15px; | |
| 7988 | -} | |
| 7989 | -@media (max-width: 1024px) { | |
| 5241 | + position: relative; } | |
| 7990 | 5242 | .elementor-icons-manager__tab-link i { |
| 7991 | - display: none; | |
| 7992 | - } | |
| 7993 | -} | |
| 7994 | -.elementor-icons-manager__tab-link:hover { | |
| 7995 | - background-color: var(--e-a-bg-hover); | |
| 7996 | -} | |
| 7997 | -.elementor-icons-manager__tab-link.elementor-active { | |
| 7998 | - background-color: var(--e-a-bg-active); | |
| 7999 | - color: var(--e-a-color-txt-accent); | |
| 8000 | -} | |
| 8001 | -.elementor-icons-manager__tab-link.elementor-active:after { | |
| 8002 | - content: ""; | |
| 8003 | - position: absolute; | |
| 8004 | - height: 100%; | |
| 8005 | - width: 3px; | |
| 8006 | - inset-block-start: 0; | |
| 8007 | - inset-inline-start: 0; | |
| 8008 | - background-color: var(--e-a-border-color-accent); | |
| 8009 | -} | |
| 5243 | + font-size: 20px; | |
| 5244 | + padding-right: 15px; | |
| 5245 | + color: #a4afb7; } | |
| 5246 | + @media (max-width: 1439px) { | |
| 5247 | + .elementor-icons-manager__tab-link { | |
| 5248 | + padding: 15px 15px 15px 25px; | |
| 5249 | + font-size: 11px; } | |
| 5250 | + .elementor-icons-manager__tab-link i { | |
| 5251 | + font-size: 15px; } } | |
| 5252 | + @media (max-width: 1024px) { | |
| 5253 | + .elementor-icons-manager__tab-link i { | |
| 5254 | + display: none; } } | |
| 5255 | + .elementor-icons-manager__tab-link.elementor-active { | |
| 5256 | + background-color: #fff; | |
| 5257 | + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5258 | + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); } | |
| 5259 | + .elementor-icons-manager__tab-link.elementor-active:after { | |
| 5260 | + content: ''; | |
| 5261 | + position: absolute; | |
| 5262 | + height: 100%; | |
| 5263 | + width: 5px; | |
| 5264 | + top: 0; | |
| 5265 | + left: 0; | |
| 5266 | + background-color: #71d7f7; } | |
| 5267 | + .elementor-icons-manager__tab-link.elementor-active i { | |
| 5268 | + color: #71d7f7; } | |
| 5269 | + | |
| 8010 | 5270 | .elementor-icons-manager__tab__item { |
| 8011 | 5271 | position: relative; |
| 8012 | 5272 | height: 0; |
| 8013 | - padding-block-end: 100%; | |
| 8014 | - border: var(--e-a-border); | |
| 8015 | - border-radius: 3px; | |
| 5273 | + padding-bottom: 100%; | |
| 5274 | + background-color: #fff; | |
| 5275 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5276 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5277 | + -webkit-border-radius: 3px; | |
| 5278 | + border-radius: 3px; | |
| 8016 | 5279 | cursor: pointer; |
| 8017 | - transition: var(--e-a-transition-hover); | |
| 8018 | - overflow: hidden; | |
| 8019 | -} | |
| 8020 | -.elementor-icons-manager__tab__item:hover { | |
| 8021 | - background-color: var(--e-a-bg-hover); | |
| 8022 | -} | |
| 8023 | -.elementor-icons-manager__tab__item.elementor-selected { | |
| 8024 | - background-color: var(--e-a-bg-active); | |
| 8025 | - border-color: var(--e-a-border-color-accent); | |
| 8026 | - color: var(--e-a-color-txt-accent); | |
| 8027 | -} | |
| 8028 | -.elementor-icons-manager__tab__item__content { | |
| 8029 | - display: flex; | |
| 8030 | - flex-direction: column; | |
| 8031 | - align-items: center; | |
| 8032 | - width: 100%; | |
| 8033 | - position: absolute; | |
| 8034 | - inset-block-start: 50%; | |
| 8035 | - inset-inline-start: 50%; | |
| 8036 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8037 | - padding: 1px; | |
| 8038 | -} | |
| 8039 | -.elementor-icons-manager__tab__item__icon { | |
| 8040 | - font-size: 25px; | |
| 8041 | -} | |
| 8042 | -.elementor-icons-manager__tab__item__name { | |
| 8043 | - font-size: 11px; | |
| 8044 | - padding: 13px 20px 0; | |
| 8045 | - max-width: 100%; | |
| 8046 | - white-space: nowrap; | |
| 8047 | - text-overflow: ellipsis; | |
| 8048 | - overflow: hidden; | |
| 8049 | -} | |
| 5280 | + -webkit-transition: all 0.3s; | |
| 5281 | + -o-transition: all 0.3s; | |
| 5282 | + transition: all 0.3s; | |
| 5283 | + overflow: hidden; } | |
| 5284 | + .elementor-icons-manager__tab__item:hover { | |
| 5285 | + -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); | |
| 5286 | + box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); } | |
| 5287 | + .elementor-icons-manager__tab__item.elementor-selected { | |
| 5288 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; | |
| 5289 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; } | |
| 5290 | + .elementor-icons-manager__tab__item__content { | |
| 5291 | + display: -webkit-box; | |
| 5292 | + display: -ms-flexbox; | |
| 5293 | + display: flex; | |
| 5294 | + -webkit-box-orient: vertical; | |
| 5295 | + -webkit-box-direction: normal; | |
| 5296 | + -ms-flex-direction: column; | |
| 5297 | + flex-direction: column; | |
| 5298 | + -webkit-box-align: center; | |
| 5299 | + -ms-flex-align: center; | |
| 5300 | + align-items: center; | |
| 5301 | + width: 100%; | |
| 5302 | + position: absolute; | |
| 5303 | + top: 50%; | |
| 5304 | + left: 50%; | |
| 5305 | + -webkit-transform: translate(-50%, -50%); | |
| 5306 | + -ms-transform: translate(-50%, -50%); | |
| 5307 | + transform: translate(-50%, -50%); | |
| 5308 | + padding: 1px; } | |
| 5309 | + .elementor-icons-manager__tab__item__icon { | |
| 5310 | + font-size: 25px; | |
| 5311 | + color: #6d7882; } | |
| 5312 | + .elementor-icons-manager__tab__item__name { | |
| 5313 | + color: #c2cbd2; | |
| 5314 | + font-size: 11px; | |
| 5315 | + padding: 13px 20px 0; | |
| 5316 | + max-width: 100%; | |
| 5317 | + white-space: nowrap; | |
| 5318 | + -o-text-overflow: ellipsis; | |
| 5319 | + text-overflow: ellipsis; | |
| 5320 | + overflow: hidden; } | |
| 8050 | 5321 | |
| 5322 | +#elementor-enable-fa5-dialog a { | |
| 5323 | + font-style: italic; | |
| 5324 | + text-decoration: underline; } | |
| 5325 | + | |
| 5326 | +#elementor-enable-fa5-dialog .dialog-confirm-ok { | |
| 5327 | + color: #39b54a; } | |
| 5328 | + | |
| 8051 | 5329 | .elementor-color-picker__header { |
| 5330 | + display: -webkit-box; | |
| 5331 | + display: -ms-flexbox; | |
| 8052 | 5332 | display: flex; |
| 8053 | - justify-content: space-between; | |
| 8054 | - align-items: center; | |
| 5333 | + -webkit-box-pack: justify; | |
| 5334 | + -ms-flex-pack: justify; | |
| 5335 | + justify-content: space-between; | |
| 5336 | + -webkit-box-align: center; | |
| 5337 | + -ms-flex-align: center; | |
| 5338 | + align-items: center; | |
| 8055 | 5339 | font-weight: bold; |
| 8056 | 5340 | padding: 10px; |
| 8057 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 8058 | -} | |
| 5341 | + -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 5342 | + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } | |
| 8059 | 5343 | |
| 8060 | 5344 | .e-color-picker__tools { |
| 8061 | - display: flex; | |
| 8062 | -} | |
| 5345 | + display: -webkit-box; | |
| 5346 | + display: -ms-flexbox; | |
| 5347 | + display: flex; } | |
| 8063 | 5348 | |
| 8064 | 5349 | .e-control-color--no-value .pcr-button { |
| 5350 | + background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 5351 | + background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 8065 | 5352 | background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); |
| 8066 | - background-size: cover; | |
| 5353 | + -webkit-background-size: cover; | |
| 5354 | + background-size: cover; | |
| 8067 | 5355 | background-color: transparent; |
| 8068 | -} | |
| 5356 | + border: 1px solid #d5dadf; } | |
| 8069 | 5357 | |
| 8070 | -.pickr { | |
| 8071 | - border: var(--e-a-border); | |
| 8072 | - height: 27px; | |
| 8073 | -} | |
| 8074 | -.pickr .pcr-button { | |
| 8075 | - height: 100%; | |
| 8076 | - width: 100%; | |
| 8077 | - border-radius: var(--e-a-border-radius); | |
| 8078 | -} | |
| 8079 | -.pickr .pcr-button:before, .pickr .pcr-button:after { | |
| 8080 | - height: 12px; | |
| 8081 | - width: 12px; | |
| 8082 | - position: absolute; | |
| 8083 | - inset-block-start: 50%; | |
| 8084 | - inset-inline-start: 50%; | |
| 8085 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8086 | -} | |
| 5358 | +.pcr-app[data-theme=monolith] { | |
| 5359 | + padding: 0; } | |
| 8087 | 5360 | |
| 8088 | -.pcr-app { | |
| 8089 | - background-color: var(--e-a-bg-default); | |
| 8090 | - color: var(--e-a-color-txt); | |
| 8091 | - box-shadow: var(--e-a-popover-shadow); | |
| 8092 | - font-family: var(--e-a-font-family); | |
| 8093 | -} | |
| 8094 | -.pcr-app[data-theme=monolith] { | |
| 8095 | - padding: 0; | |
| 8096 | - width: 270px; | |
| 8097 | -} | |
| 8098 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, | |
| 8099 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { | |
| 8100 | - height: 8px; | |
| 8101 | -} | |
| 8102 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { | |
| 8103 | - height: 150px; | |
| 8104 | -} | |
| 8105 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8106 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8107 | -} | |
| 8108 | -.pcr-app .pcr-interaction { | |
| 8109 | - padding-block-end: 20px; | |
| 8110 | -} | |
| 8111 | -.pcr-app .pcr-interaction input.pcr-result { | |
| 8112 | - border: var(--e-a-border); | |
| 8113 | - color: var(--e-a-color-txt); | |
| 8114 | - border-radius: var(--e-a-border-radius); | |
| 8115 | - margin: 0; | |
| 8116 | - background-color: transparent; | |
| 8117 | -} | |
| 8118 | -.pcr-app .pcr-interaction input.pcr-result:focus { | |
| 8119 | - box-shadow: none; | |
| 8120 | - border-color: var(--e-a-border-color-bold); | |
| 8121 | -} | |
| 8122 | -.pcr-app .pcr-interaction input.pcr-type { | |
| 8123 | - all: unset; | |
| 8124 | - font-size: 10px; | |
| 8125 | - color: var(--e-a-color-txt-muted); | |
| 8126 | - padding-inline-start: 5px; | |
| 8127 | - cursor: pointer; | |
| 8128 | -} | |
| 8129 | -.pcr-app .pcr-interaction input.pcr-type.active { | |
| 8130 | - background-color: transparent; | |
| 8131 | - color: var(--e-a-color-txt-accent); | |
| 8132 | -} | |
| 5361 | +.pcr-result { | |
| 5362 | + border-right-width: 1px; | |
| 5363 | + -webkit-border-radius: 3px; | |
| 5364 | + border-radius: 3px; } | |
| 5365 | + | |
| 8133 | 5366 | .pcr-selection, .pcr-interaction { |
| 8134 | - padding: 0 20px; | |
| 8135 | -} | |
| 8136 | -.pcr-selection { | |
| 8137 | - padding-block-start: 20px; | |
| 8138 | -} | |
| 5367 | + padding: 0 20px; } | |
| 5368 | + | |
| 5369 | +.pcr-interaction { | |
| 5370 | + padding-bottom: 20px; } | |
| 5371 | + | |
| 8139 | 5372 | .pcr .elementor-control-dynamic-switcher { |
| 8140 | 5373 | height: 20px; |
| 8141 | - border: 0; | |
| 8142 | -} | |
| 5374 | + border: 0; } | |
| 8143 | 5375 | |
| 8144 | 5376 | .select2-container { |
| 8145 | 5377 | width: 100% !important; |
| 8146 | 5378 | outline: none; |
| 8147 | 5379 | z-index: 9999; |
| 8148 | - font-size: 12px; | |
| 8149 | -} | |
| 8150 | -.select2-container .e-select2-placeholder { | |
| 8151 | - color: var(--e-a-color-txt-muted); | |
| 8152 | -} | |
| 8153 | -.select2-container.select2-container--default .select2-selection--single { | |
| 8154 | - height: 27px; | |
| 8155 | - background-color: transparent; | |
| 8156 | -} | |
| 8157 | -.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 8158 | - color: var(--e-a-color-txt); | |
| 8159 | - line-height: 27px; | |
| 8160 | -} | |
| 8161 | -.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { | |
| 8162 | - background-color: var(--e-a-bg-hover); | |
| 8163 | - color: var(--e-a-color-txt-hover); | |
| 8164 | -} | |
| 8165 | -.select2-container.select2-container--default .select2-selection--multiple { | |
| 8166 | - background-color: var(--e-a-bg-default); | |
| 8167 | - min-height: 27px; | |
| 8168 | - line-height: 0; | |
| 8169 | -} | |
| 8170 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 8171 | - display: none; | |
| 8172 | -} | |
| 8173 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 8174 | - background-color: var(--e-a-btn-bg); | |
| 8175 | - color: var(--e-a-btn-color-invert); | |
| 8176 | - line-height: 1.2; | |
| 8177 | - font-size: 10px; | |
| 8178 | - border: none; | |
| 8179 | - border-radius: 0; | |
| 8180 | - padding: 2px 3px; | |
| 8181 | -} | |
| 8182 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 8183 | - cursor: pointer; | |
| 8184 | - width: 16.67px; | |
| 8185 | - text-indent: -9999px; | |
| 8186 | - position: relative; | |
| 8187 | -} | |
| 8188 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 8189 | - content: "\e815"; | |
| 8190 | - font-family: "eicons"; | |
| 8191 | - color: var(--e-a-btn-color-invert); | |
| 8192 | - text-indent: 0; | |
| 8193 | - position: absolute; | |
| 8194 | - inset: 0; | |
| 8195 | - display: flex; | |
| 8196 | - justify-content: center; | |
| 8197 | - align-items: center; | |
| 8198 | -} | |
| 8199 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 8200 | - padding-block-end: 5px; | |
| 8201 | -} | |
| 8202 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 8203 | - color: var(--e-a-btn-color-invert); | |
| 8204 | - margin-inline-end: 3px; | |
| 8205 | -} | |
| 8206 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 8207 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 8208 | - background-color: var(--e-a-bg-default); | |
| 8209 | - color: var(--e-a-color-txt); | |
| 8210 | - border-color: var(--e-a-border-color); | |
| 8211 | -} | |
| 8212 | -.select2-container.select2-container--open .select2-selection--single, | |
| 8213 | -.select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 8214 | -.select2-container.select2-container--focus .select2-selection--multiple { | |
| 8215 | - border-color: var(--e-a-border-color-bold); | |
| 8216 | -} | |
| 5380 | + font-size: 12px; } | |
| 5381 | + .select2-container.select2-container--default .select2-selection--single { | |
| 5382 | + height: 27px; } | |
| 5383 | + .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 5384 | + color: #6d7882; | |
| 5385 | + line-height: 27px; } | |
| 5386 | + .select2-container.select2-container--default .select2-selection--multiple { | |
| 5387 | + min-height: 27px; } | |
| 5388 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 5389 | + display: none; } | |
| 5390 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 5391 | + line-height: 1.5; | |
| 5392 | + font-size: 0.9em; | |
| 5393 | + border: none; | |
| 5394 | + -webkit-border-radius: 0; | |
| 5395 | + border-radius: 0; } | |
| 5396 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 5397 | + cursor: pointer; } | |
| 5398 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 5399 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 5400 | + border-color: #d5dadf; } | |
| 5401 | + .select2-container.select2-container--open .select2-selection--single, | |
| 5402 | + .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 5403 | + .select2-container.select2-container--focus .select2-selection--multiple { | |
| 5404 | + border-color: #a4afb7; } | |
| 8217 | 5405 | |
| 8218 | 5406 | .select2-selection { |
| 8219 | - outline: none; | |
| 8220 | -} | |
| 8221 | -.select2-selection--single { | |
| 8222 | - height: 27px; | |
| 8223 | -} | |
| 5407 | + outline: none; } | |
| 5408 | + .select2-selection--single { | |
| 5409 | + height: 27px; } | |
| 8224 | 5410 | |
| 8225 | 5411 | .select2-selection__arrow { |
| 8226 | 5412 | height: 27px; |
| 8227 | - inset-block-start: 0; | |
| 8228 | -} | |
| 5413 | + top: 0; } | |
| 8229 | 5414 | |
| 8230 | 5415 | .select2-results__option[aria-selected=true] { |
| 8231 | - background-color: var(--e-a-bg-active); | |
| 8232 | - color: var(--e-a-color-txt-active); | |
| 8233 | -} | |
| 8234 | -.select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 8235 | - background-color: var(--e-a-bg-active); | |
| 8236 | -} | |
| 5416 | + color: #495157; } | |
| 5417 | + .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 5418 | + background-color: initial; } | |
| 8237 | 5419 | |
| 8238 | 5420 | .select2-dropdown { |
| 8239 | - border-color: var(--e-a-border-color); | |
| 8240 | - background-color: var(--e-a-bg-default); | |
| 8241 | - color: var(--e-a-color-txt); | |
| 8242 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 8243 | -} | |
| 8244 | -.select2-dropdown .select2-search__field { | |
| 8245 | - outline: none; | |
| 8246 | -} | |
| 8247 | - | |
| 8248 | -.e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { | |
| 8249 | - cursor: ew-resize; | |
| 8250 | -} | |
| 8251 | -.e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { | |
| 8252 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 8253 | -} | |
| 8254 | -.e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { | |
| 8255 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 8256 | - -webkit-user-select: none; | |
| 8257 | - -moz-user-select: none; | |
| 8258 | - user-select: none; | |
| 8259 | -} | |
| 8260 | -.e-ui-state--document-scrubbing-mode__on iframe { | |
| 8261 | - pointer-events: none; | |
| 8262 | -} | |
| 8263 | - | |
| 8264 | -label.e-scrubbing-over { | |
| 8265 | - cursor: ew-resize; | |
| 8266 | -} | |
| 8267 | - | |
| 8268 | -#elementor-paste-area-dialog { | |
| 8269 | - text-align: center; | |
| 8270 | -} | |
| 8271 | -#elementor-paste-area-dialog .dialog-header { | |
| 8272 | - padding-block-start: 60px; | |
| 8273 | - font-size: 30px; | |
| 8274 | -} | |
| 8275 | -#elementor-paste-area-dialog .dialog-message { | |
| 8276 | - padding: 0 15px 15px; | |
| 8277 | - font-size: 15px; | |
| 8278 | - position: relative; | |
| 8279 | -} | |
| 8280 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input { | |
| 8281 | - background: transparent; | |
| 8282 | - color: transparent; | |
| 8283 | - border-color: transparent; | |
| 8284 | - padding: 0; | |
| 8285 | - margin: 0; | |
| 8286 | - height: 100px; | |
| 8287 | - position: absolute; | |
| 8288 | - inset-block-start: -60px; | |
| 8289 | - inset-inline: 0; | |
| 8290 | -} | |
| 8291 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { | |
| 8292 | - border-color: transparent; | |
| 8293 | - outline: none; | |
| 8294 | -} | |
| 8295 | -#elementor-paste-area-dialog .dialog-widget-content { | |
| 8296 | - width: 400px; | |
| 8297 | -} | |
| 8298 | -#elementor-paste-area-dialog .dialog-widget-content .eicon-loading { | |
| 8299 | - display: none; | |
| 8300 | -} | |
| 8301 | -#elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { | |
| 8302 | - display: block; | |
| 8303 | - margin-block-start: 15px; | |
| 8304 | -} | |
| 8305 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error { | |
| 8306 | - color: var(--e-a-color-danger); | |
| 8307 | - font-size: 12px; | |
| 8308 | -} | |
| 8309 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { | |
| 8310 | - content: ""; | |
| 8311 | - border-block-start: var(--e-a-border); | |
| 8312 | - display: block; | |
| 8313 | - margin: 10px -15px; | |
| 8314 | -} | |
| 8315 | - | |
| 8316 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8317 | - transition: 0.3s all; | |
| 8318 | -} | |
| 8319 | -[class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { | |
| 8320 | - max-height: 1em; | |
| 8321 | - max-width: 1em; | |
| 8322 | -} | |
| 8323 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8324 | - --is-ltr: 1; | |
| 8325 | - --is-rtl: 0; | |
| 8326 | -} | |
| 8327 | -[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 | - --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 | -} | |
| 8333 | -: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 | - transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 8335 | -} | |
| 8336 | -:is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { | |
| 8337 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8338 | -} | |
| 8339 | -.e-ui-state--document-direction-mode__column-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__column-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8340 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8341 | -} | |
| 8342 | -.e-ui-state--document-direction-mode__row [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8343 | - transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 8344 | -} | |
| 8345 | -.e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8346 | - transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 8347 | -} | |
| 5421 | + border-color: #a4afb7; } | |
| 5422 | + .select2-dropdown .select2-search__field { | |
| 5423 | + outline: none; } | |
| 8348 | 5424 | /*# sourceMappingURL=editor.css.map */ |