| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.11.2 - 22-02-2023 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -30,9 +31,9 @@ | ||
| 30 | 31 | height: 100%; |
| 31 | 32 | } |
| 32 | 33 | |
| 33 | 34 | html { |
| 34 | - background-color: var(--e-a-bg-loading); | |
| 35 | + background-color: #F1F1F1; | |
| 35 | 36 | } |
| 36 | 37 | |
| 37 | 38 | iframe, |
| 38 | 39 | img { |
| @@ -47,11 +48,10 @@ | ||
| 47 | 48 | text-decoration: none; |
| 48 | 49 | } |
| 49 | 50 | |
| 50 | 51 | body { |
| 51 | - background-color: var(--e-a-bg-default); | |
| 52 | - color: var(--e-a-color-txt); | |
| 53 | - font-family: var(--e-a-font-family); | |
| 52 | + color: #6d7882; | |
| 53 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 54 | 54 | font-size: 13px; |
| 55 | 55 | font-weight: normal; |
| 56 | 56 | line-height: 1; |
| 57 | 57 | text-decoration: none; |
| @@ -60,29 +60,29 @@ | ||
| 60 | 60 | } |
| 61 | 61 | body:after { |
| 62 | 62 | content: ""; |
| 63 | 63 | position: absolute; |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 64 | + top: 0; | |
| 65 | + right: 0; | |
| 66 | 66 | height: 100%; |
| 67 | 67 | width: 0; |
| 68 | - background-color: var(--e-a-bg-default); | |
| 68 | + background-color: #71d7f7; | |
| 69 | 69 | transition: width 0.5s; |
| 70 | 70 | } |
| 71 | 71 | body a { |
| 72 | - color: var(--e-a-color-info); | |
| 72 | + color: #71d7f7; | |
| 73 | 73 | } |
| 74 | 74 | body a:hover { |
| 75 | - color: var(--e-a-color-primary-bold); | |
| 75 | + color: #93003c; | |
| 76 | 76 | } |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 77 | +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 78 | + content: "\e89f"; | |
| 79 | 79 | } |
| 80 | 80 | body.elementor-editor-preview { |
| 81 | 81 | --e-preview-width: 100%; |
| 82 | 82 | } |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 83 | +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 84 | + content: "\e89e"; | |
| 85 | 85 | } |
| 86 | 86 | body.elementor-navigator--dock-hint:after { |
| 87 | 87 | width: 30px; |
| 88 | 88 | } |
| @@ -99,10 +99,13 @@ | ||
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | #elementor-loading { |
| 102 | 102 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | - background: var(--e-a-bg-default); | |
| 103 | + top: 0; | |
| 104 | + left: 0; | |
| 105 | + bottom: 0; | |
| 106 | + right: 0; | |
| 107 | + background: #f1f3f5; | |
| 105 | 108 | z-index: 9999; |
| 106 | 109 | } |
| 107 | 110 | |
| 108 | 111 | #elementor-preview-loading { |
| @@ -109,16 +112,33 @@ | ||
| 109 | 112 | display: flex; |
| 110 | 113 | align-items: center; |
| 111 | 114 | justify-content: center; |
| 112 | 115 | position: absolute; |
| 113 | - inset: 0; | |
| 114 | - background-color: var(--e-a-bg-default); | |
| 116 | + top: 0; | |
| 117 | + left: 0; | |
| 118 | + width: 100%; | |
| 119 | + height: 100%; | |
| 120 | + background-color: #fff; | |
| 115 | 121 | } |
| 116 | 122 | #elementor-preview-loading i { |
| 117 | - color: var(--e-a-color-txt-disabled); | |
| 123 | + color: #d5dadf; | |
| 118 | 124 | font-size: 50px; |
| 119 | 125 | } |
| 120 | 126 | |
| 127 | +#elementor-fatal-error-dialog button.dialog-ok { | |
| 128 | + color: #71d7f7; | |
| 129 | +} | |
| 130 | +#elementor-fatal-error-dialog .dialog-header { | |
| 131 | + color: #6d7882; | |
| 132 | +} | |
| 133 | + | |
| 134 | +#elementor-flexbox-attention-dialog .dialog-cancel { | |
| 135 | + color: #39b54a; | |
| 136 | +} | |
| 137 | +#elementor-flexbox-attention-dialog .dialog-ok { | |
| 138 | + color: #6d7882; | |
| 139 | +} | |
| 140 | + | |
| 121 | 141 | .elementor-nerd-box { |
| 122 | 142 | padding: 30px; |
| 123 | 143 | text-align: center; |
| 124 | 144 | } |
| @@ -123,33 +143,32 @@ | ||
| 123 | 143 | text-align: center; |
| 124 | 144 | } |
| 125 | 145 | .elementor-nerd-box-icon { |
| 126 | 146 | width: 100px; |
| 147 | + margin-right: 10px; | |
| 127 | 148 | } |
| 128 | 149 | .elementor-nerd-box-title { |
| 129 | - margin-block-start: 20px; | |
| 150 | + margin-top: 20px; | |
| 130 | 151 | font-size: 16px; |
| 131 | 152 | font-weight: bold; |
| 132 | 153 | line-height: 1.4; |
| 133 | 154 | } |
| 134 | 155 | .elementor-nerd-box-message { |
| 135 | - margin-block-start: 5px; | |
| 156 | + margin-top: 5px; | |
| 136 | 157 | line-height: 1.8; |
| 137 | 158 | font-size: 11px; |
| 138 | 159 | } |
| 139 | -.elementor-nerd-box .elementor-button { | |
| 140 | - margin-block-start: 20px; | |
| 160 | +.elementor-nerd-box .elementor-button.elementor-nerd-box-link { | |
| 161 | + background-color: #93003c; | |
| 162 | + color: #ffffff; | |
| 163 | + padding: 7px 25px; | |
| 164 | + margin-top: 20px; | |
| 165 | + box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 166 | + transition: 0.5s; | |
| 141 | 167 | } |
| 142 | -.elementor-nerd-box--upsale { | |
| 143 | - padding: 15px 30px 30px; | |
| 168 | +.elementor-nerd-box .elementor-button.elementor-nerd-box-link:hover { | |
| 169 | + background-color: #c60051; | |
| 144 | 170 | } |
| 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 | -} | |
| 152 | 171 | |
| 153 | 172 | .eicon-nerd:hover:before { |
| 154 | 173 | content: "\e8b7"; |
| 155 | 174 | } |
| @@ -163,10 +182,10 @@ | ||
| 163 | 182 | align-items: center; |
| 164 | 183 | font-weight: bold; |
| 165 | 184 | font-size: 12px; |
| 166 | 185 | padding: 10px; |
| 167 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 168 | - margin-block-end: 15px; | |
| 186 | + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 187 | + margin-bottom: 15px; | |
| 169 | 188 | } |
| 170 | 189 | |
| 171 | 190 | .e-control-tools { |
| 172 | 191 | display: flex; |
| @@ -179,9 +198,9 @@ | ||
| 179 | 198 | border-radius: 3px; |
| 180 | 199 | margin: 0 3px 0; |
| 181 | 200 | border: 0; |
| 182 | 201 | position: relative; |
| 183 | - background-color: var(--e-a-bg-default); | |
| 202 | + background-color: #fff; | |
| 184 | 203 | } |
| 185 | 204 | .e-control-tool:not(.e-control-tool-disabled) { |
| 186 | 205 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); |
| 187 | 206 | cursor: pointer; |
| @@ -186,24 +205,27 @@ | ||
| 186 | 205 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); |
| 187 | 206 | cursor: pointer; |
| 188 | 207 | } |
| 189 | 208 | .e-control-tool-disabled { |
| 190 | - background: var(--e-a-bg-default); | |
| 209 | + background: #e6e9ec; | |
| 191 | 210 | pointer-events: none; |
| 192 | 211 | } |
| 193 | 212 | .e-control-tool-disabled i { |
| 194 | - color: var(--e-a-color-txt-disabled); | |
| 213 | + color: #fff; | |
| 195 | 214 | } |
| 196 | 215 | .e-control-tool i { |
| 197 | 216 | 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); | |
| 217 | + top: 50%; | |
| 218 | + left: 50%; | |
| 219 | + transform: translateX(-50%) translateY(-50%); | |
| 220 | + color: #6d7882; | |
| 203 | 221 | font-size: 13px; |
| 204 | 222 | } |
| 205 | 223 | |
| 224 | +#e-enable-unfiltered-files-dialog .dialog-confirm-ok { | |
| 225 | + color: #39b54a; | |
| 226 | +} | |
| 227 | + | |
| 206 | 228 | i.eicon-tilted { |
| 207 | 229 | transform: rotate(90deg); |
| 208 | 230 | } |
| 209 | 231 | |
| @@ -208,16 +230,15 @@ | ||
| 208 | 230 | } |
| 209 | 231 | |
| 210 | 232 | .elementor-loader-wrapper { |
| 211 | 233 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 234 | + top: 50%; | |
| 235 | + left: 50%; | |
| 236 | + transform: translate(-50%, -50%); | |
| 215 | 237 | width: 300px; |
| 216 | 238 | display: flex; |
| 217 | - flex-direction: column; | |
| 218 | - align-items: center; | |
| 219 | - gap: 30px; | |
| 239 | + flex-wrap: wrap; | |
| 240 | + justify-content: center; | |
| 220 | 241 | } |
| 221 | 242 | |
| 222 | 243 | .elementor-loader { |
| 223 | 244 | border-radius: 50%; |
| @@ -223,9 +244,9 @@ | ||
| 223 | 244 | border-radius: 50%; |
| 224 | 245 | padding: 40px; |
| 225 | 246 | height: 150px; |
| 226 | 247 | width: 150px; |
| 227 | - background-color: var(--e-a-bg-active); | |
| 248 | + background-color: rgba(255, 255, 255, 0.9); | |
| 228 | 249 | box-sizing: border-box; |
| 229 | 250 | box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); |
| 230 | 251 | } |
| 231 | 252 | |
| @@ -236,9 +257,9 @@ | ||
| 236 | 257 | } |
| 237 | 258 | |
| 238 | 259 | .elementor-loader-box { |
| 239 | 260 | position: absolute; |
| 240 | - background-color: var(--e-a-color-txt-hover); | |
| 261 | + background-color: #d5dadf; | |
| 241 | 262 | animation: load 1.8s linear infinite; |
| 242 | 263 | } |
| 243 | 264 | .elementor-loader-box:nth-of-type(1) { |
| 244 | 265 | width: 20%; |
| @@ -252,23 +273,24 @@ | ||
| 252 | 273 | width: 60%; |
| 253 | 274 | } |
| 254 | 275 | .elementor-loader-box:nth-of-type(2) { |
| 255 | 276 | top: 0; |
| 256 | - animation-delay: calc(1.8s / 4 * -1); | |
| 277 | + animation-delay: calc( 1.8s / 4 * -1 ); | |
| 257 | 278 | } |
| 258 | 279 | .elementor-loader-box:nth-of-type(3) { |
| 259 | 280 | top: 40%; |
| 260 | - animation-delay: calc(1.8s / 4 * -2); | |
| 281 | + animation-delay: calc( 1.8s / 4 * -2 ); | |
| 261 | 282 | } |
| 262 | 283 | .elementor-loader-box:nth-of-type(4) { |
| 263 | 284 | bottom: 0; |
| 264 | - animation-delay: calc(1.8s / 4 * -3); | |
| 285 | + animation-delay: calc( 1.8s / 4 * -3 ); | |
| 265 | 286 | } |
| 266 | 287 | |
| 267 | 288 | .elementor-loading-title { |
| 268 | - color: var(--e-a-color-txt); | |
| 289 | + color: #a4afb7; | |
| 269 | 290 | text-align: center; |
| 270 | 291 | text-transform: uppercase; |
| 292 | + margin-top: 30px; | |
| 271 | 293 | letter-spacing: 7px; |
| 272 | 294 | text-indent: 7px; |
| 273 | 295 | font-size: 10px; |
| 274 | 296 | width: 100%; |
| @@ -273,376 +295,171 @@ | ||
| 273 | 295 | font-size: 10px; |
| 274 | 296 | width: 100%; |
| 275 | 297 | } |
| 276 | 298 | |
| 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); | |
| 283 | - font-size: 12px; | |
| 284 | - width: 100%; | |
| 285 | - background: none; | |
| 286 | - background-color: var(--e-a-bg-default); | |
| 287 | - box-shadow: none; | |
| 288 | - border: var(--e-a-border-bold); | |
| 299 | +.elementor-button { | |
| 300 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 301 | + font-weight: 500; | |
| 302 | + text-transform: uppercase; | |
| 289 | 303 | 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 | -} | |
| 300 | - | |
| 301 | -.elementor-error input, | |
| 302 | -.elementor-error select, | |
| 303 | -.elementor-error textarea { | |
| 304 | - border-color: var(--e-a-color-danger); | |
| 305 | -} | |
| 306 | - | |
| 307 | -input { | |
| 308 | - min-width: 0; | |
| 309 | -} | |
| 310 | - | |
| 311 | -input, textarea, .e-input-style { | |
| 312 | - padding: 5px; | |
| 313 | -} | |
| 314 | - | |
| 315 | -textarea, .e-input-style { | |
| 316 | - resize: vertical; | |
| 317 | -} | |
| 318 | - | |
| 319 | -input[type=checkbox], | |
| 320 | -input[type=radio] { | |
| 321 | - height: auto; | |
| 322 | - width: auto; | |
| 323 | -} | |
| 324 | - | |
| 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 | 304 | 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 | -input[disabled] { | |
| 357 | - background-color: var(--e-a-bg-hover); | |
| 358 | - cursor: not-allowed; | |
| 359 | - opacity: 1; | |
| 360 | -} | |
| 361 | - | |
| 362 | -select { | |
| 363 | - outline: none; | |
| 364 | - height: 27px; | |
| 365 | -} | |
| 366 | - | |
| 367 | -.dialog-widget-content { | |
| 368 | - background-color: var(--e-a-bg-default); | |
| 369 | - position: absolute; | |
| 370 | 305 | border-radius: 3px; |
| 371 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 372 | - overflow: hidden; | |
| 306 | + transition-property: background, color, box-shadow, opacity; | |
| 307 | + transition-duration: 0.3s; | |
| 373 | 308 | } |
| 374 | - | |
| 375 | -.dialog-message { | |
| 376 | - line-height: 1.5; | |
| 377 | - box-sizing: border-box; | |
| 309 | +.elementor-button:hover { | |
| 310 | + border: none; | |
| 378 | 311 | } |
| 379 | - | |
| 380 | -.dialog-close-button { | |
| 312 | +.elementor-button:not([disabled]) { | |
| 381 | 313 | 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 | 314 | } |
| 390 | -.dialog-close-button:hover { | |
| 391 | - color: var(--e-a-color-txt-hover); | |
| 315 | +.elementor-button:not(.elementor-button-state) .elementor-state-icon { | |
| 316 | + display: none; | |
| 392 | 317 | } |
| 393 | - | |
| 394 | -.dialog-prevent-scroll { | |
| 395 | - overflow: hidden; | |
| 396 | - max-height: 100vh; | |
| 318 | +.elementor-button.elementor-button-success { | |
| 319 | + color: #fff; | |
| 397 | 320 | } |
| 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; | |
| 321 | +.elementor-button.elementor-button-success[disabled] { | |
| 322 | + background-color: #c2cbd2; | |
| 410 | 323 | } |
| 411 | - | |
| 412 | -.elementor-editor-active .elementor-popup-modal { | |
| 413 | - background-color: initial; | |
| 324 | +.elementor-button.elementor-button-success:not([disabled]) { | |
| 325 | + background-color: #39b54a; | |
| 414 | 326 | } |
| 415 | - | |
| 416 | -.dialog-type-confirm .dialog-widget-content, | |
| 417 | -.dialog-type-alert .dialog-widget-content { | |
| 418 | - margin: auto; | |
| 419 | - width: 400px; | |
| 420 | - padding: 20px; | |
| 327 | +.elementor-button.elementor-button-success:not([disabled]):hover { | |
| 328 | + opacity: 0.85; | |
| 329 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 421 | 330 | } |
| 422 | -.dialog-type-confirm .dialog-header, | |
| 423 | -.dialog-type-alert .dialog-header { | |
| 424 | - font-size: 15px; | |
| 425 | - font-weight: 500; | |
| 331 | +.elementor-button.elementor-button-success:not([disabled]):active { | |
| 332 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 426 | 333 | } |
| 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; | |
| 334 | +.elementor-button.elementor-button-brand { | |
| 335 | + color: #ffffff; | |
| 436 | 336 | } |
| 437 | -.dialog-type-confirm .dialog-message, | |
| 438 | -.dialog-type-alert .dialog-message { | |
| 439 | - min-height: 50px; | |
| 337 | +.elementor-button.elementor-button-brand[disabled] { | |
| 338 | + background-color: #c2cbd2; | |
| 440 | 339 | } |
| 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; | |
| 340 | +.elementor-button.elementor-button-brand:not([disabled]) { | |
| 341 | + background-color: #93003c; | |
| 447 | 342 | } |
| 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); | |
| 343 | +.elementor-button.elementor-button-brand:not([disabled]):hover { | |
| 344 | + opacity: 0.85; | |
| 345 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 460 | 346 | } |
| 461 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 462 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 463 | - border: none; | |
| 347 | +.elementor-button.elementor-button-brand:not([disabled]):active { | |
| 348 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 464 | 349 | } |
| 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); | |
| 350 | +.elementor-button.elementor-button-warning { | |
| 351 | + background-color: #a4afb7; | |
| 352 | + color: #fff; | |
| 470 | 353 | } |
| 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); | |
| 354 | +.elementor-button.elementor-button-warning[disabled] { | |
| 355 | + background-color: #c2cbd2; | |
| 474 | 356 | } |
| 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; | |
| 357 | +.elementor-button.elementor-button-warning:not([disabled]):hover { | |
| 358 | + background-color: #b01b1b; | |
| 359 | + opacity: 0.85; | |
| 360 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 478 | 361 | } |
| 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); | |
| 362 | +.elementor-button.elementor-button-warning:not([disabled]):active { | |
| 363 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 483 | 364 | } |
| 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; | |
| 365 | +.elementor-button.elementor-button-danger { | |
| 366 | + background-color: #d72b3f; | |
| 367 | + color: #fff; | |
| 487 | 368 | } |
| 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); | |
| 369 | +.elementor-button.elementor-button-danger[disabled] { | |
| 370 | + background-color: #c2cbd2; | |
| 493 | 371 | } |
| 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); | |
| 372 | +.elementor-button.elementor-button-danger:not([disabled]):hover { | |
| 373 | + opacity: 0.85; | |
| 374 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 501 | 375 | } |
| 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); | |
| 376 | +.elementor-button.elementor-button-danger:not([disabled]):active { | |
| 377 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 507 | 378 | } |
| 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); | |
| 379 | +.elementor-button.elementor-edit-template { | |
| 380 | + display: inline-block; | |
| 381 | + margin-top: 15px; | |
| 382 | + color: #fff; | |
| 511 | 383 | } |
| 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); | |
| 384 | +.elementor-button.elementor-button-default { | |
| 385 | + background-color: #a4afb7; | |
| 386 | + color: #fff; | |
| 387 | + font-size: 11px; | |
| 388 | + padding: 7px 21px; | |
| 516 | 389 | } |
| 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); | |
| 390 | +.elementor-button.elementor-button-default:hover { | |
| 391 | + background-color: #6d7882; | |
| 392 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 523 | 393 | } |
| 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); | |
| 394 | +.elementor-button.elementor-button-default:active { | |
| 395 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 530 | 396 | } |
| 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); | |
| 397 | +.elementor-button.elementor-button-default:visited { | |
| 398 | + color: #fff; | |
| 540 | 399 | } |
| 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); | |
| 400 | +.elementor-button.elementor-button-go-pro { | |
| 401 | + background-color: #93003c; | |
| 550 | 402 | } |
| 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); | |
| 403 | +.elementor-button i { | |
| 404 | + margin-right: 10px; | |
| 565 | 405 | } |
| 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); | |
| 406 | + | |
| 407 | +input, select, textarea, .elementor-input-style { | |
| 408 | + border-radius: 3px; | |
| 409 | + font-size: 12px; | |
| 410 | + width: 100%; | |
| 411 | + background: none; | |
| 412 | + box-shadow: none; | |
| 413 | + color: #6d7882; | |
| 414 | + border: 1px solid; | |
| 415 | + outline: none; | |
| 570 | 416 | } |
| 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); | |
| 417 | +input:not(:focus), select:not(:focus), textarea:not(:focus), .elementor-input-style:not(:focus) { | |
| 418 | + border-color: #d5dadf; | |
| 577 | 419 | } |
| 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); | |
| 420 | +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 { | |
| 421 | + border-color: #a4afb7; | |
| 582 | 422 | } |
| 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); | |
| 423 | +input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .elementor-input-style::-moz-placeholder { | |
| 424 | + color: #a4afb7; | |
| 587 | 425 | } |
| 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); | |
| 426 | +input::placeholder, select::placeholder, textarea::placeholder, .elementor-input-style::placeholder { | |
| 427 | + color: #a4afb7; | |
| 594 | 428 | } |
| 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); | |
| 429 | + | |
| 430 | +.elementor-error input, .elementor-error select, .elementor-error textarea { | |
| 431 | + border-color: #b01b1b; | |
| 599 | 432 | } |
| 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); | |
| 433 | + | |
| 434 | +input { | |
| 435 | + min-width: 0; | |
| 606 | 436 | } |
| 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); | |
| 437 | + | |
| 438 | +input, textarea, .elementor-input-style { | |
| 439 | + padding: 5px; | |
| 611 | 440 | } |
| 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); | |
| 441 | + | |
| 442 | +textarea, .elementor-input-style { | |
| 443 | + resize: vertical; | |
| 616 | 444 | } |
| 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); | |
| 445 | + | |
| 446 | +input[type=checkbox], | |
| 447 | +input[type=radio] { | |
| 448 | + height: auto; | |
| 449 | + width: auto; | |
| 623 | 450 | } |
| 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; | |
| 451 | + | |
| 452 | +input[disabled] { | |
| 453 | + background-color: #e6e9ec; | |
| 454 | + cursor: not-allowed; | |
| 455 | + opacity: 1; | |
| 627 | 456 | } |
| 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; | |
| 457 | + | |
| 458 | +select { | |
| 459 | + outline: none; | |
| 460 | + height: 27px; | |
| 633 | 461 | } |
| 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 | 462 | |
| 646 | 463 | /* |
| 647 | 464 | * Container style |
| 648 | 465 | */ |
| @@ -707,9 +524,9 @@ | ||
| 707 | 524 | pointer-events: none; |
| 708 | 525 | } |
| 709 | 526 | |
| 710 | 527 | #nprogress .bar { |
| 711 | - background: #D004D4; | |
| 528 | + background: #39b54a; | |
| 712 | 529 | position: fixed; |
| 713 | 530 | z-index: 1031; |
| 714 | 531 | top: 0; |
| 715 | 532 | left: 0; |
| @@ -723,9 +540,9 @@ | ||
| 723 | 540 | position: absolute; |
| 724 | 541 | right: 0; |
| 725 | 542 | width: 100px; |
| 726 | 543 | height: 100%; |
| 727 | - box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4; | |
| 544 | + box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 728 | 545 | opacity: 1; |
| 729 | 546 | transform: rotate(3deg) translate(0px, -4px); |
| 730 | 547 | } |
| 731 | 548 | |
| @@ -742,10 +559,10 @@ | ||
| 742 | 559 | width: 18px; |
| 743 | 560 | height: 18px; |
| 744 | 561 | box-sizing: border-box; |
| 745 | 562 | border: solid 2px transparent; |
| 746 | - border-block-start-color: #D004D4; | |
| 747 | - border-inline-start-color: #D004D4; | |
| 563 | + border-top-color: #39b54a; | |
| 564 | + border-left-color: #39b54a; | |
| 748 | 565 | border-radius: 50%; |
| 749 | 566 | animation: nprogress-spinner 400ms linear infinite; |
| 750 | 567 | } |
| 751 | 568 | |
| @@ -785,72 +602,86 @@ | ||
| 785 | 602 | --e-editor-panel-width: 300px; |
| 786 | 603 | } |
| 787 | 604 | } |
| 788 | 605 | |
| 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 { | |
| 606 | +.elementor-panel { | |
| 607 | + position: relative; | |
| 608 | + height: 100%; | |
| 609 | + -webkit-margin-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 610 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 611 | + width: var(--e-editor-panel-width); | |
| 612 | + overflow: visible; | |
| 613 | + background-color: #e6e9ec; | |
| 614 | + z-index: 1; | |
| 615 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 616 | + font-size: 13px; | |
| 617 | + left: 0; | |
| 618 | +} | |
| 619 | +.elementor-editor-preview .elementor-panel { | |
| 620 | + --e-is-preview-mode: 1; | |
| 621 | +} | |
| 622 | +.elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 623 | + display: none; | |
| 624 | +} | |
| 625 | +.elementor-panel .ps__rail-y { | |
| 626 | + z-index: 2; | |
| 627 | +} | |
| 628 | +.elementor-panel .elementor-responsive-panel { | |
| 629 | + padding: 5px 10px; | |
| 630 | + display: grid; | |
| 631 | + gap: 10px; | |
| 632 | + grid-template-columns: repeat(auto-fill, minmax(min(135px, 50% - 5px), 1fr)); | |
| 633 | +} | |
| 634 | +.elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch { | |
| 635 | + grid-column: 1/-1; | |
| 636 | +} | |
| 637 | +.elementor-panel ::-moz-selection { | |
| 638 | + background: #5bc0de; | |
| 639 | + color: #ffffff; | |
| 640 | +} | |
| 641 | +.elementor-panel ::selection { | |
| 642 | + background: #5bc0de; | |
| 643 | + color: #ffffff; | |
| 644 | +} | |
| 645 | +.elementor-panel a { | |
| 646 | + color: #93003c; | |
| 647 | +} | |
| 648 | +.elementor-panel h1, | |
| 649 | +.elementor-panel h2, | |
| 650 | +.elementor-panel h3, | |
| 651 | +.elementor-panel h4, | |
| 652 | +.elementor-panel h5, | |
| 653 | +.elementor-panel h6 { | |
| 813 | 654 | font-size: 100%; |
| 814 | 655 | font-weight: normal; |
| 815 | 656 | } |
| 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 { | |
| 657 | +.elementor-panel abbr, | |
| 658 | +.elementor-panel acronym { | |
| 824 | 659 | border: 0; |
| 825 | 660 | font-variant: normal; |
| 826 | 661 | } |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 662 | +.elementor-panel sup { | |
| 831 | 663 | vertical-align: text-top; |
| 832 | 664 | } |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 665 | +.elementor-panel sub { | |
| 837 | 666 | vertical-align: text-bottom; |
| 838 | 667 | } |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 668 | +.elementor-panel img { | |
| 843 | 669 | max-width: 100%; |
| 844 | 670 | height: auto; |
| 845 | 671 | border: 0; |
| 846 | 672 | } |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 673 | +.elementor-panel ::-moz-focus-inner { | |
| 674 | + padding: 0; | |
| 675 | + border: 0; | |
| 676 | +} | |
| 677 | +.elementor-panel :focus { | |
| 851 | 678 | outline: 0; |
| 852 | 679 | } |
| 680 | +.elementor-panel .elementor-panel-box { | |
| 681 | + margin-top: 10px; | |
| 682 | + background-color: #fff; | |
| 683 | +} | |
| 853 | 684 | .elementor-panel .elementor-panel-box-content { |
| 854 | 685 | padding: 20px 20px 10px; |
| 855 | 686 | } |
| 856 | 687 | .elementor-panel .elementor-button { |
| @@ -856,66 +687,90 @@ | ||
| 856 | 687 | .elementor-panel .elementor-button { |
| 857 | 688 | display: inline-block; |
| 858 | 689 | } |
| 859 | 690 | .elementor-panel .elementor-panel-alert { |
| 860 | - background-color: var(--e-a-bg-primary); | |
| 691 | + background-color: #fcfcfc; | |
| 861 | 692 | padding: 15px; |
| 862 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 693 | + border-left: 3px solid transparent; | |
| 863 | 694 | position: relative; |
| 864 | 695 | font-size: 12px; |
| 865 | 696 | font-weight: 300; |
| 866 | 697 | font-style: italic; |
| 867 | 698 | 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; | |
| 699 | + text-align: left; | |
| 700 | + border-radius: 0 3px 3px 0; | |
| 701 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 873 | 702 | } |
| 874 | 703 | .elementor-panel .elementor-panel-alert a { |
| 875 | 704 | color: inherit; |
| 876 | 705 | } |
| 877 | 706 | .elementor-panel .elementor-panel-alert.elementor-panel-alert-info { |
| 878 | - border-color: var(--e-a-color-info); | |
| 879 | - background: var(--e-a-bg-info); | |
| 707 | + border-color: #71d7f7; | |
| 708 | + background-color: #f3fcff; | |
| 880 | 709 | } |
| 881 | 710 | .elementor-panel .elementor-panel-alert.elementor-panel-alert-success { |
| 882 | - border-color: var(--e-a-color-success); | |
| 883 | - background: var(--e-a-bg-success); | |
| 711 | + border-color: #39b54a; | |
| 884 | 712 | } |
| 885 | 713 | .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); | |
| 714 | + border-color: #fcb92c; | |
| 888 | 715 | } |
| 889 | 716 | .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { |
| 890 | - border-color: var(--e-a-color-danger); | |
| 891 | - background: var(--e-a-bg-danger); | |
| 717 | + border-color: #d72b3f; | |
| 892 | 718 | } |
| 719 | +.elementor-panel .elementor-label { | |
| 720 | + display: inline; | |
| 721 | + padding: 0.2em 0.6em 0.3em; | |
| 722 | + font-size: 75%; | |
| 723 | + font-weight: 700; | |
| 724 | + line-height: 1; | |
| 725 | + color: #fff; | |
| 726 | + text-align: center; | |
| 727 | + white-space: nowrap; | |
| 728 | + vertical-align: baseline; | |
| 729 | + border-radius: 0.25em; | |
| 730 | + text-transform: capitalize; | |
| 731 | +} | |
| 732 | +.elementor-panel .elementor-label.elementor-label-default { | |
| 733 | + background-color: #a4afb7; | |
| 734 | +} | |
| 735 | +.elementor-panel .elementor-label.elementor-label-info { | |
| 736 | + background-color: #5bc0de; | |
| 737 | +} | |
| 738 | +.elementor-panel .elementor-label.elementor-label-success { | |
| 739 | + background-color: #5cb85c; | |
| 740 | +} | |
| 741 | +.elementor-panel .elementor-label.elementor-label-warning { | |
| 742 | + background-color: #f0ad4e; | |
| 743 | +} | |
| 744 | +.elementor-panel .elementor-label.elementor-label-danger { | |
| 745 | + background-color: #d9534f; | |
| 746 | +} | |
| 893 | 747 | .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { |
| 894 | 748 | font-size: 11px; |
| 895 | 749 | font-style: italic; |
| 896 | 750 | line-height: 1.4; |
| 897 | - color: var(--e-a-color-txt-muted); | |
| 751 | + color: #a4afb7; | |
| 898 | 752 | } |
| 899 | 753 | .elementor-panel .elementor-controls-popover { |
| 900 | 754 | display: none; |
| 901 | 755 | position: absolute; |
| 902 | - box-shadow: var(--e-a-popover-shadow); | |
| 903 | - border-radius: var(--e-a-border-radius); | |
| 904 | - inset-inline: 0; | |
| 756 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 757 | + border-radius: 3px; | |
| 758 | + left: 0; | |
| 759 | + right: 0; | |
| 905 | 760 | margin: -4px auto 5px; |
| 906 | - padding-block-start: 15px; | |
| 761 | + padding-top: 15px; | |
| 907 | 762 | width: 90%; |
| 908 | 763 | z-index: 10000; |
| 909 | - background-color: var(--e-a-bg-default); | |
| 764 | + background-color: #fff; | |
| 910 | 765 | } |
| 911 | 766 | .elementor-panel .elementor-controls-popover:before { |
| 912 | 767 | content: ""; |
| 913 | 768 | position: absolute; |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 769 | + top: -16px; | |
| 770 | + right: 22px; | |
| 916 | 771 | border: 8px solid transparent; |
| 917 | - border-block-end-color: var(--e-a-bg-default); | |
| 772 | + border-bottom-color: #fff; | |
| 918 | 773 | } |
| 919 | 774 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| 920 | 775 | background-color: transparent; |
| 921 | 776 | } |
| @@ -921,65 +776,28 @@ | ||
| 921 | 776 | } |
| 922 | 777 | .elementor-panel .elementor-controls-popover div.elementor-control:before { |
| 923 | 778 | content: none; |
| 924 | 779 | } |
| 925 | -.elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 926 | - margin-block-start: 20px; | |
| 927 | -} | |
| 928 | -.elementor-panel { | |
| 929 | - position: relative; | |
| 930 | - 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); | |
| 934 | - overflow: visible; | |
| 935 | - background-color: var(--e-a-bg-default); | |
| 936 | - 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 { | |
| 780 | +.elementor-panel #elementor-controls .pojo-widget-button-collapse { | |
| 945 | 781 | display: none; |
| 946 | 782 | } |
| 947 | -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper { | |
| 948 | - display: flex; | |
| 949 | - flex-direction: column; | |
| 783 | +.elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 784 | + margin-top: 20px; | |
| 950 | 785 | } |
| 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 | 786 | .elementor-panel #elementor-panel-header { |
| 964 | - display: flex; | |
| 965 | - align-items: center; | |
| 966 | - justify-content: space-between; | |
| 787 | + display: table; | |
| 967 | 788 | height: 40px; |
| 968 | 789 | width: 100%; |
| 969 | - background-color: var(--e-a-dark-bg); | |
| 970 | - color: var(--e-a-color-white); | |
| 790 | + background-color: #93003c; | |
| 791 | + color: #fff; | |
| 971 | 792 | } |
| 972 | 793 | .elementor-panel #elementor-panel-header > * { |
| 973 | - display: flex; | |
| 974 | - align-items: center; | |
| 975 | - justify-content: center; | |
| 794 | + display: table-cell; | |
| 795 | + vertical-align: middle; | |
| 796 | + text-align: center; | |
| 976 | 797 | } |
| 977 | 798 | .elementor-panel .elementor-header-button { |
| 978 | 799 | width: 40px; |
| 979 | - border: 0; | |
| 980 | - color: currentColor; | |
| 981 | - background-color: transparent; | |
| 982 | 800 | } |
| 983 | 801 | .elementor-panel .elementor-header-button .elementor-icon { |
| 984 | 802 | cursor: pointer; |
| 985 | 803 | display: block; |
| @@ -985,50 +803,168 @@ | ||
| 985 | 803 | display: block; |
| 986 | 804 | font-size: 19px; |
| 987 | 805 | height: 40px; |
| 988 | 806 | line-height: 40px; |
| 989 | - transition: var(--e-a-transition-hover); | |
| 807 | + transition: all 0.3s; | |
| 990 | 808 | } |
| 991 | 809 | .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { |
| 992 | 810 | font-size: 18px; |
| 993 | 811 | } |
| 994 | -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus { | |
| 995 | - color: var(--e-a-dark-color-txt-hover); | |
| 812 | +.elementor-panel .elementor-header-button .elementor-icon:hover { | |
| 813 | + color: #d5dadf; | |
| 996 | 814 | } |
| 997 | 815 | .elementor-panel #elementor-panel-header-title { |
| 998 | - flex: 1; | |
| 999 | 816 | font-size: 15px; |
| 1000 | - font-weight: 700; | |
| 1001 | 817 | } |
| 1002 | 818 | .elementor-panel #elementor-panel-header-title img { |
| 1003 | 819 | width: 90px; |
| 1004 | 820 | } |
| 1005 | 821 | .elementor-panel #elementor-panel-elements-categories { |
| 1006 | - padding-block-end: 10px; | |
| 1007 | - position: relative; | |
| 822 | + padding-bottom: 10px; | |
| 1008 | 823 | } |
| 1009 | 824 | .elementor-panel .elementor-panel-category { |
| 1010 | 825 | position: relative; |
| 1011 | - border-block-end: var(--e-a-border); | |
| 1012 | 826 | } |
| 1013 | -.elementor-panel .elementor-panel-category .elementor-panel-heading { | |
| 1014 | - padding: 0 15px; | |
| 1015 | - border: none; | |
| 1016 | - background-color: transparent; | |
| 827 | +.elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title { | |
| 828 | + padding-top: 14px; | |
| 1017 | 829 | } |
| 1018 | -.elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { | |
| 1019 | - border: none; | |
| 830 | +.elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before { | |
| 831 | + transform: rotate(90deg); | |
| 1020 | 832 | } |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 833 | +.elementor-panel .elementor-panel-category:not(.elementor-active):after { | |
| 834 | + content: ""; | |
| 835 | + position: absolute; | |
| 836 | + left: 15px; | |
| 837 | + right: 15px; | |
| 838 | + bottom: 0; | |
| 839 | + height: 8px; | |
| 840 | + background: linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 841 | + transform: translateY(100%); | |
| 1023 | 842 | } |
| 843 | +.elementor-panel .elementor-panel-category-title { | |
| 844 | + margin: 0 15px; | |
| 845 | + padding: 20px 0; | |
| 846 | + position: relative; | |
| 847 | + text-transform: uppercase; | |
| 848 | + font-size: 11px; | |
| 849 | + cursor: pointer; | |
| 850 | +} | |
| 851 | +.elementor-panel .elementor-panel-category-title:before { | |
| 852 | + content: "\e87d"; | |
| 853 | + font-family: eicons; | |
| 854 | + position: absolute; | |
| 855 | + right: 0; | |
| 856 | + transition: transform 0.3s; | |
| 857 | +} | |
| 1024 | 858 | .elementor-panel .elementor-panel-category-items { |
| 1025 | - padding-block-end: 20px; | |
| 859 | + padding: 0 10px; | |
| 1026 | 860 | } |
| 1027 | 861 | .elementor-panel .elementor-panel-category-items-empty { |
| 1028 | 862 | grid-column-start: 1; |
| 1029 | 863 | grid-column-end: 3; |
| 1030 | 864 | } |
| 865 | +.elementor-panel .elementor-panel-scheme-title { | |
| 866 | + padding: 10px 20px; | |
| 867 | + margin-top: 10px; | |
| 868 | +} | |
| 869 | +.elementor-panel .elementor-panel-scheme-description { | |
| 870 | + padding: 20px 20px 0; | |
| 871 | +} | |
| 872 | +.elementor-panel .elementor-panel-scheme-buttons { | |
| 873 | + padding: 0 20px; | |
| 874 | + display: table; | |
| 875 | + table-layout: fixed; | |
| 876 | + width: 100%; | |
| 877 | + height: 40px; | |
| 878 | + background-color: #fff; | |
| 879 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 880 | +} | |
| 881 | +.elementor-panel .elementor-panel-scheme-buttons .elementor-button { | |
| 882 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 883 | + font-size: 11px; | |
| 884 | + font-weight: 400; | |
| 885 | +} | |
| 886 | +.elementor-panel .elementor-panel-scheme-button-wrapper { | |
| 887 | + display: table-cell; | |
| 888 | + vertical-align: middle; | |
| 889 | + text-align: center; | |
| 890 | +} | |
| 891 | +.elementor-panel .elementor-panel-scheme-button-wrapper:first-child { | |
| 892 | + text-align: left; | |
| 893 | +} | |
| 894 | +.elementor-panel .elementor-panel-scheme-button-wrapper:last-child { | |
| 895 | + text-align: right; | |
| 896 | +} | |
| 897 | +.elementor-panel .elementor-panel-scheme-save .elementor-button { | |
| 898 | + padding: 6px 18px; | |
| 899 | +} | |
| 900 | +.elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button { | |
| 901 | + color: #a4afb7; | |
| 902 | + background: none; | |
| 903 | +} | |
| 904 | +.elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items { | |
| 905 | + position: relative; | |
| 906 | + display: grid; | |
| 907 | + grid-template-columns: repeat(4, 27px); | |
| 908 | + justify-content: space-between; | |
| 909 | +} | |
| 910 | +.elementor-panel .elementor-panel-scheme-color-title { | |
| 911 | + text-align: center; | |
| 912 | + text-transform: uppercase; | |
| 913 | + margin: 10px 0; | |
| 914 | + color: #c2cbd2; | |
| 915 | + font-size: 8px; | |
| 916 | +} | |
| 917 | +.elementor-panel .elementor-panel-scheme-typography-item { | |
| 918 | + display: table; | |
| 919 | + table-layout: fixed; | |
| 920 | + width: 100%; | |
| 921 | + margin-bottom: 15px; | |
| 922 | +} | |
| 923 | +.elementor-panel .elementor-panel-scheme-typography-item > * { | |
| 924 | + display: table-cell; | |
| 925 | + vertical-align: middle; | |
| 926 | +} | |
| 927 | +.elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input { | |
| 928 | + width: 100%; | |
| 929 | +} | |
| 930 | +.elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items { | |
| 931 | + display: none; | |
| 932 | +} | |
| 933 | +.elementor-panel .elementor-panel-scheme-color-system-scheme { | |
| 934 | + margin-bottom: 10px; | |
| 935 | +} | |
| 936 | +.elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title { | |
| 937 | + font-size: 11px; | |
| 938 | + color: #a4afb7; | |
| 939 | + font-style: italic; | |
| 940 | + margin-top: 5px; | |
| 941 | +} | |
| 942 | +.elementor-panel .elementor-panel-scheme-color-system-items { | |
| 943 | + display: flex; | |
| 944 | + transition: border 0.5s; | |
| 945 | + overflow: hidden; | |
| 946 | + padding: 3px; | |
| 947 | + border-radius: 3px; | |
| 948 | + border: 1px solid #d5dadf; | |
| 949 | + cursor: pointer; | |
| 950 | +} | |
| 951 | +.elementor-panel .elementor-panel-scheme-color-system-items:hover { | |
| 952 | + border: 1px solid #a4afb7; | |
| 953 | +} | |
| 954 | +.elementor-panel .elementor-panel-scheme-color-system-item { | |
| 955 | + height: 20px; | |
| 956 | + flex-grow: 1; | |
| 957 | +} | |
| 958 | +.elementor-panel #elementor-panel-schemes-disabled a { | |
| 959 | + color: #39b54a; | |
| 960 | +} | |
| 961 | +.elementor-panel #elementor-panel-schemes-disabled a:hover { | |
| 962 | + text-decoration: underline; | |
| 963 | +} | |
| 964 | +.elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon { | |
| 965 | + margin-top: 20px; | |
| 966 | +} | |
| 1031 | 967 | .elementor-panel #elementor-panel-page-menu { |
| 1032 | 968 | padding: 25px 15px; |
| 1033 | 969 | } |
| 1034 | 970 | .elementor-panel .elementor-panel-menu-group-title { |
| @@ -1035,9 +971,8 @@ | ||
| 1035 | 971 | text-transform: uppercase; |
| 1036 | 972 | font-size: 11px; |
| 1037 | 973 | } |
| 1038 | 974 | .elementor-panel .elementor-panel-menu-items { |
| 1039 | - border: var(--e-a-border); | |
| 1040 | 975 | margin: 15px 0 25px; |
| 1041 | 976 | border-radius: 5px; |
| 1042 | 977 | overflow: hidden; |
| 1043 | 978 | } |
| @@ -1045,31 +980,28 @@ | ||
| 1045 | 980 | display: flex; |
| 1046 | 981 | align-items: center; |
| 1047 | 982 | width: 100%; |
| 1048 | 983 | height: 40px; |
| 1049 | - transition: var(--e-a-transition-hover); | |
| 1050 | - border: 0; | |
| 1051 | - background-color: transparent; | |
| 1052 | 984 | cursor: pointer; |
| 985 | + margin-bottom: 1px; | |
| 986 | + background-color: #fff; | |
| 1053 | 987 | } |
| 1054 | -.elementor-panel .elementor-panel-menu-item:not(:last-child) { | |
| 1055 | - border-block-end: var(--e-a-border); | |
| 988 | +.elementor-panel .elementor-panel-menu-item:hover { | |
| 989 | + background-color: rgba(255, 255, 255, 0.8); | |
| 1056 | 990 | } |
| 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 | 991 | .elementor-panel .elementor-panel-menu-item-icon { |
| 1065 | 992 | text-align: center; |
| 1066 | 993 | width: 30px; |
| 1067 | 994 | flex-shrink: 0; |
| 1068 | 995 | padding: 10px 0; |
| 1069 | - margin: 0 10px; | |
| 996 | + -webkit-margin-start: 10px; | |
| 997 | + margin-inline-start: 10px; | |
| 998 | + color: #a4afb7; | |
| 1070 | 999 | font-size: 19px; |
| 1071 | 1000 | } |
| 1001 | +.elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link { | |
| 1002 | + font-size: 18px; | |
| 1003 | +} | |
| 1072 | 1004 | .elementor-panel .elementor-panel-menu-item-title { |
| 1073 | 1005 | display: flex; |
| 1074 | 1006 | flex-grow: 1; |
| 1075 | 1007 | font-weight: 500; |
| @@ -1076,23 +1008,40 @@ | ||
| 1076 | 1008 | justify-content: space-between; |
| 1077 | 1009 | } |
| 1078 | 1010 | .elementor-panel .elementor-panel-menu-item-title-badge { |
| 1079 | 1011 | margin: 0 10px; |
| 1080 | - background: var(--e-a-color-white); | |
| 1081 | - border-radius: var(--e-a-border-radius); | |
| 1012 | + background: white; | |
| 1013 | + border-radius: 3px; | |
| 1082 | 1014 | } |
| 1083 | 1015 | .elementor-panel .elementor-panel-menu-item-title > span { |
| 1084 | - color: var(--e-a-color-accent); | |
| 1016 | + color: #39b54a; | |
| 1085 | 1017 | } |
| 1086 | 1018 | .elementor-panel .elementor-panel-menu-item a { |
| 1087 | 1019 | display: flex; |
| 1088 | 1020 | align-items: center; |
| 1089 | - color: inherit; | |
| 1021 | + color: #6d7882; | |
| 1090 | 1022 | width: 100%; |
| 1091 | 1023 | height: 100%; |
| 1092 | - padding-inline-start: 10px; | |
| 1024 | + -webkit-padding-start: 10px; | |
| 1025 | + padding-inline-start: 10px; | |
| 1093 | 1026 | padding: 10px 0; |
| 1094 | 1027 | } |
| 1028 | +.elementor-panel .elementor-panel-menu-item-exit { | |
| 1029 | + background-color: #0085ba; | |
| 1030 | + color: #fff; | |
| 1031 | + text-transform: uppercase; | |
| 1032 | + font-size: 12px; | |
| 1033 | +} | |
| 1034 | +.elementor-panel .elementor-panel-menu-item-exit:hover { | |
| 1035 | + background-color: #0073a1; | |
| 1036 | +} | |
| 1037 | +.elementor-panel .elementor-panel-menu-item-exit .elementor-panel-menu-item-title, | |
| 1038 | +.elementor-panel .elementor-panel-menu-item-exit .elementor-panel-menu-item-icon { | |
| 1039 | + color: #fff; | |
| 1040 | +} | |
| 1041 | +.elementor-panel .elementor-panel-menu-item-settings-additional-settings { | |
| 1042 | + background-color: #f1f3f5; | |
| 1043 | +} | |
| 1095 | 1044 | .elementor-panel .elementor-control.elementor-control-clear_page { |
| 1096 | 1045 | background-color: transparent; |
| 1097 | 1046 | } |
| 1098 | 1047 | .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { |
| @@ -1100,71 +1049,52 @@ | ||
| 1100 | 1049 | align-items: center; |
| 1101 | 1050 | justify-content: space-between; |
| 1102 | 1051 | } |
| 1103 | 1052 | .elementor-panel .elementor-panel-navigation { |
| 1104 | - display: flex; | |
| 1053 | + background-color: #ffffff; | |
| 1054 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 1055 | + display: table; | |
| 1056 | + table-layout: fixed; | |
| 1105 | 1057 | width: 100%; |
| 1106 | - border-block-end: var(--e-a-border); | |
| 1107 | 1058 | } |
| 1108 | 1059 | .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; | |
| 1060 | + display: table-cell; | |
| 1114 | 1061 | } |
| 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 | 1062 | .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); | |
| 1063 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 1064 | + border-bottom: 3px solid #93003c; | |
| 1124 | 1065 | } |
| 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; | |
| 1066 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a { | |
| 1130 | 1067 | display: block; |
| 1131 | 1068 | text-align: center; |
| 1132 | 1069 | padding: 12px 0 8px; |
| 1133 | 1070 | font-size: 10px; |
| 1071 | + color: #6d7882; | |
| 1134 | 1072 | } |
| 1135 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { | |
| 1073 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before { | |
| 1136 | 1074 | font-family: eicons; |
| 1137 | 1075 | font-size: 16px; |
| 1138 | 1076 | display: block; |
| 1139 | - margin-block-end: 8px; | |
| 1077 | + margin-bottom: 6px; | |
| 1140 | 1078 | } |
| 1141 | -.elementor-panel .elementor-tab-control-content span:before { | |
| 1079 | +.elementor-panel .elementor-tab-control-content a:before { | |
| 1142 | 1080 | content: "\e92c"; |
| 1143 | 1081 | } |
| 1144 | -.elementor-panel .elementor-tab-control-style span:before { | |
| 1082 | +.elementor-panel .elementor-tab-control-style a:before { | |
| 1145 | 1083 | content: "\e921"; |
| 1146 | 1084 | } |
| 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 { | |
| 1085 | +.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 { | |
| 1155 | 1086 | content: "\e916"; |
| 1156 | 1087 | } |
| 1157 | -.elementor-panel .elementor-tab-control-responsive span:before { | |
| 1088 | +.elementor-panel .elementor-tab-control-responsive a:before { | |
| 1158 | 1089 | content: "\e885"; |
| 1159 | 1090 | } |
| 1160 | -.elementor-panel .elementor-tab-control-lightbox span:before { | |
| 1091 | +.elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before { | |
| 1092 | + content: "\e899"; | |
| 1093 | +} | |
| 1094 | +.elementor-panel .elementor-tab-control-lightbox a:before { | |
| 1161 | 1095 | content: "\e922"; |
| 1162 | 1096 | } |
| 1163 | -.elementor-panel .elementor-tab-control-layout span:before, | |
| 1164 | -.elementor-panel .elementor-tab-control-column span:before { | |
| 1165 | - content: "\e899"; | |
| 1166 | -} | |
| 1167 | 1097 | .elementor-panel #elementor-panel__editor__help { |
| 1168 | 1098 | padding: 50px 25px; |
| 1169 | 1099 | display: flex; |
| 1170 | 1100 | align-items: center; |
| @@ -1173,21 +1103,17 @@ | ||
| 1173 | 1103 | .elementor-panel #elementor-panel__editor__help__link { |
| 1174 | 1104 | display: inline-flex; |
| 1175 | 1105 | align-items: center; |
| 1176 | 1106 | justify-content: center; |
| 1177 | - font-size: 85%; | |
| 1178 | - line-height: 2; | |
| 1179 | - padding-inline-start: 5px; | |
| 1180 | - color: inherit; | |
| 1107 | + color: #6d7882; | |
| 1108 | + font-size: 12px; | |
| 1181 | 1109 | font-weight: 500; |
| 1182 | - transition: var(--e-a-transition-hover); | |
| 1110 | + transition: all 0.3s; | |
| 1183 | 1111 | } |
| 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 | 1112 | .elementor-panel #elementor-panel__editor__help__link i { |
| 1188 | 1113 | padding: 0 5px; |
| 1189 | - font-size: 125%; | |
| 1114 | + color: #a4afb7; | |
| 1115 | + font-size: 18px; | |
| 1190 | 1116 | position: relative; |
| 1191 | 1117 | } |
| 1192 | 1118 | .elementor-panel #elementor-panel__editor__help__link i:after { |
| 1193 | 1119 | content: ""; |
| @@ -1193,69 +1119,168 @@ | ||
| 1193 | 1119 | content: ""; |
| 1194 | 1120 | position: absolute; |
| 1195 | 1121 | height: 13px; |
| 1196 | 1122 | width: 13px; |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1123 | + top: 3px; | |
| 1124 | + bottom: 0; | |
| 1125 | + left: 8px; | |
| 1126 | + right: 0; | |
| 1201 | 1127 | border-radius: 50%; |
| 1202 | 1128 | z-index: -1; |
| 1203 | 1129 | } |
| 1130 | +.elementor-panel #elementor-panel__editor__help__link:hover { | |
| 1131 | + color: #495157; | |
| 1132 | +} | |
| 1133 | +.elementor-panel #elementor-panel__editor__help__link:hover i { | |
| 1134 | + color: #71d7f7; | |
| 1135 | +} | |
| 1136 | +.elementor-panel #elementor-panel__editor__help__link:hover i:before { | |
| 1137 | + content: "\e941"; | |
| 1138 | +} | |
| 1139 | +.elementor-panel #elementor-panel__editor__help__link:hover i:after { | |
| 1140 | + background: #fff; | |
| 1141 | +} | |
| 1142 | +.elementor-panel .elementor-button.e-logo-maker { | |
| 1143 | + color: #5cb85c; | |
| 1144 | + padding: 7px 21px; | |
| 1145 | + font-style: normal; | |
| 1146 | + margin-top: 7px; | |
| 1147 | + width: 100%; | |
| 1148 | + text-align: center; | |
| 1149 | + background: white; | |
| 1150 | + border: 1px solid transparent; | |
| 1151 | + outline: 1px solid #5cb85c; | |
| 1152 | +} | |
| 1153 | +.elementor-panel .elementor-button.e-logo-maker:hover { | |
| 1154 | + border-color: #5cb85c; | |
| 1155 | +} | |
| 1204 | 1156 | .elementor-panel #elementor-panel-footer { |
| 1205 | - position: relative; | |
| 1157 | + position: absolute; | |
| 1158 | + bottom: 0; | |
| 1159 | + left: 0; | |
| 1160 | + right: 0; | |
| 1206 | 1161 | height: 40px; |
| 1207 | - background-color: var(--e-a-dark-bg); | |
| 1208 | - color: var(--e-a-dark-color-txt); | |
| 1162 | + background-color: #495157; | |
| 1209 | 1163 | } |
| 1210 | 1164 | .elementor-panel #elementor-panel-footer-tools { |
| 1211 | - display: flex; | |
| 1212 | - justify-content: space-between; | |
| 1165 | + display: table; | |
| 1166 | + table-layout: fixed; | |
| 1167 | + width: 100%; | |
| 1213 | 1168 | height: 100%; |
| 1214 | 1169 | } |
| 1215 | 1170 | .elementor-panel .elementor-panel-footer-tool { |
| 1216 | - display: flex; | |
| 1217 | - align-items: center; | |
| 1218 | - justify-content: center; | |
| 1219 | - width: 15%; | |
| 1171 | + display: table-cell; | |
| 1172 | + vertical-align: middle; | |
| 1173 | + text-align: center; | |
| 1220 | 1174 | cursor: pointer; |
| 1221 | - transition: var(--e-a-transition-hover); | |
| 1222 | - border: 0; | |
| 1223 | - color: currentColor; | |
| 1224 | - background-color: transparent; | |
| 1175 | + color: #a4afb7; | |
| 1176 | + transition: all 0.3s; | |
| 1225 | 1177 | } |
| 1226 | -.elementor-panel .elementor-panel-footer-tool i { | |
| 1227 | - font-size: 15px; | |
| 1178 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update { | |
| 1179 | + border-right: 1px solid #2d8739; | |
| 1180 | + border-radius: 3px 0 0 3px; | |
| 1228 | 1181 | } |
| 1229 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 1182 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i { | |
| 1183 | + margin-right: 5px; | |
| 1184 | +} | |
| 1185 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options { | |
| 1186 | + float: left; | |
| 1187 | + border-radius: 0 3px 3px 0; | |
| 1188 | +} | |
| 1189 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i { | |
| 1230 | 1190 | margin: auto; |
| 1231 | - transform: rotate(270deg); | |
| 1232 | 1191 | } |
| 1233 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1234 | - cursor: inherit; | |
| 1192 | +.elementor-panel .elementor-panel-footer-tool.elementor-open { | |
| 1193 | + color: #fff; | |
| 1235 | 1194 | } |
| 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); | |
| 1195 | +.elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover { | |
| 1196 | + color: #d5dadf; | |
| 1238 | 1197 | } |
| 1239 | -.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1198 | +.elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1240 | 1199 | display: none; |
| 1241 | 1200 | } |
| 1201 | +.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1202 | + position: absolute; | |
| 1203 | + bottom: 100%; | |
| 1204 | + left: 0; | |
| 1205 | + width: 100%; | |
| 1206 | + background-color: #556068; | |
| 1207 | + padding: 10px; | |
| 1208 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1209 | + cursor: default; | |
| 1210 | + z-index: 10000; | |
| 1211 | +} | |
| 1212 | +.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1213 | + border-radius: 5px; | |
| 1214 | + overflow: hidden; | |
| 1215 | +} | |
| 1216 | +.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1217 | + background-color: #495157; | |
| 1218 | + display: table; | |
| 1219 | + table-layout: fixed; | |
| 1220 | + width: 100%; | |
| 1221 | + cursor: pointer; | |
| 1222 | +} | |
| 1223 | +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon, | |
| 1224 | +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title { | |
| 1225 | + color: #6d7882; | |
| 1226 | +} | |
| 1227 | +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1228 | + margin-bottom: 1px; | |
| 1229 | +} | |
| 1230 | +.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1231 | + background-color: rgba(0, 0, 0, 0.2); | |
| 1232 | +} | |
| 1233 | +.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1234 | + background-color: rgba(0, 0, 0, 0.3); | |
| 1235 | +} | |
| 1236 | +.elementor-panel .elementor-panel-footer-sub-menu-item > * { | |
| 1237 | + display: table-cell; | |
| 1238 | + height: 40px; | |
| 1239 | + vertical-align: middle; | |
| 1240 | +} | |
| 1241 | +.elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon { | |
| 1242 | + width: 40px; | |
| 1243 | + color: #a4afb7; | |
| 1244 | +} | |
| 1245 | +.elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title { | |
| 1246 | + text-align: left; | |
| 1247 | + color: #d5dadf; | |
| 1248 | +} | |
| 1249 | +.elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description { | |
| 1250 | + width: 95px; | |
| 1251 | + text-align: left; | |
| 1252 | + font-size: 11px; | |
| 1253 | + font-style: italic; | |
| 1254 | + color: #a4afb7; | |
| 1255 | +} | |
| 1256 | +.elementor-panel #elementor-panel-footer-help-title { | |
| 1257 | + text-align: left; | |
| 1258 | + padding: 10px 0; | |
| 1259 | + color: #d5dadf; | |
| 1260 | +} | |
| 1261 | +.elementor-panel #elementor-panel-footer-responsive > i { | |
| 1262 | + display: block; | |
| 1263 | + height: 100%; | |
| 1264 | + line-height: 40px; | |
| 1265 | +} | |
| 1242 | 1266 | .elementor-panel #elementor-panel-footer-saver-publish { |
| 1243 | - width: 30%; | |
| 1244 | - margin-inline-start: auto; | |
| 1267 | + width: 80px; | |
| 1245 | 1268 | } |
| 1246 | 1269 | .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { |
| 1247 | - margin-inline-end: 0; | |
| 1270 | + margin-right: 0; | |
| 1248 | 1271 | } |
| 1249 | 1272 | .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { |
| 1250 | 1273 | display: none; |
| 1251 | 1274 | } |
| 1252 | 1275 | .elementor-panel #elementor-panel-footer-saver-options { |
| 1253 | - width: 10%; | |
| 1276 | + width: 35px; | |
| 1277 | + border-left: 1px solid #495157; | |
| 1254 | 1278 | } |
| 1255 | 1279 | .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { |
| 1256 | 1280 | font-size: 11px; |
| 1257 | 1281 | font-style: italic; |
| 1282 | + color: #a4afb7; | |
| 1258 | 1283 | padding: 5px 0 15px; |
| 1259 | 1284 | } |
| 1260 | 1285 | .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { |
| 1261 | 1286 | display: none; |
| @@ -1260,80 +1285,43 @@ | ||
| 1260 | 1285 | .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { |
| 1261 | 1286 | display: none; |
| 1262 | 1287 | } |
| 1263 | 1288 | .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { |
| 1264 | - border-block-end: 1px dotted transparent; | |
| 1289 | + border-bottom: 1px dotted transparent; | |
| 1265 | 1290 | transition: all ease-in-out 0.3s; |
| 1266 | 1291 | cursor: pointer; |
| 1267 | 1292 | } |
| 1268 | 1293 | .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { |
| 1269 | - border-block-end-color: inherit; | |
| 1294 | + border-bottom-color: inherit; | |
| 1270 | 1295 | } |
| 1271 | -.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 1272 | - transform: rotate(90deg); | |
| 1296 | +.elementor-panel .elementor-disabled { | |
| 1297 | + cursor: default; | |
| 1273 | 1298 | } |
| 1299 | +.elementor-panel #elementor-panel-saver-button-preview a { | |
| 1300 | + color: #a4afb7; | |
| 1301 | +} | |
| 1274 | 1302 | .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { |
| 1275 | - padding: 0; | |
| 1276 | 1303 | font-size: 11px; |
| 1277 | - height: 100%; | |
| 1278 | - width: 100%; | |
| 1279 | - border-radius: 0; | |
| 1304 | + text-transform: uppercase; | |
| 1305 | + height: 26px; | |
| 1280 | 1306 | } |
| 1281 | 1307 | .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; | |
| 1308 | + background-color: #556068; | |
| 1309 | + color: #a4afb7; | |
| 1284 | 1310 | } |
| 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; | |
| 1311 | +.elementor-panel #elementor-panel-saver-button-publish { | |
| 1295 | 1312 | 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; | |
| 1313 | + border-radius: 3px 0 0 3px; | |
| 1301 | 1314 | } |
| 1302 | -.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1303 | - border-radius: var(--e-border-radius); | |
| 1304 | - overflow: hidden; | |
| 1305 | - border: 1px solid #3f444b; | |
| 1315 | +.elementor-panel #elementor-panel-saver-button-save-options { | |
| 1316 | + width: 25px; | |
| 1306 | 1317 | } |
| 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 | -} | |
| 1331 | 1318 | |
| 1332 | 1319 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1333 | 1320 | text-align: center; |
| 1334 | 1321 | padding: 10px 0; |
| 1335 | - font-size: 12px; | |
| 1322 | + font-size: 11px; | |
| 1323 | + text-transform: uppercase; | |
| 1336 | 1324 | cursor: pointer; |
| 1337 | 1325 | } |
| 1338 | 1326 | |
| 1339 | 1327 | #elementor-panel-elements { |
| @@ -1344,9 +1332,12 @@ | ||
| 1344 | 1332 | display: none; |
| 1345 | 1333 | } |
| 1346 | 1334 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1347 | 1335 | position: absolute; |
| 1348 | - inset: 0; | |
| 1336 | + top: 0; | |
| 1337 | + left: 0; | |
| 1338 | + height: 100%; | |
| 1339 | + width: 100%; | |
| 1349 | 1340 | display: flex; |
| 1350 | 1341 | align-items: center; |
| 1351 | 1342 | justify-content: center; |
| 1352 | 1343 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1353,35 +1344,32 @@ | ||
| 1353 | 1344 | z-index: 2; |
| 1354 | 1345 | } |
| 1355 | 1346 | #elementor-panel-state-loading .eicon-loading { |
| 1356 | 1347 | font-size: 25px; |
| 1357 | - color: var(--e-a-color-txt-accent); | |
| 1348 | + color: #71d7f7; | |
| 1358 | 1349 | } |
| 1359 | 1350 | |
| 1360 | 1351 | #elementor-panel-elements-search-area { |
| 1361 | - background-color: var(--e-a-bg-default); | |
| 1362 | 1352 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1364 | - padding: 15px; | |
| 1353 | + top: 0; | |
| 1354 | + padding: 10px; | |
| 1355 | + background-color: #e6e9ec; | |
| 1365 | 1356 | z-index: 1; |
| 1366 | 1357 | } |
| 1367 | 1358 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1359 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1360 | position: relative; |
| 1374 | 1361 | } |
| 1375 | 1362 | |
| 1376 | 1363 | #elementor-panel-elements-search-input { |
| 1364 | + background-color: rgba(255, 255, 255, 0.7); | |
| 1377 | 1365 | font-size: 11px; |
| 1378 | - padding-block: 10px; | |
| 1379 | - padding-inline: 29px 10px; | |
| 1366 | + padding: 10px 10px 10px 29px; | |
| 1380 | 1367 | font-style: italic; |
| 1381 | - border: var(--e-a-border-bold); | |
| 1382 | - border-radius: 0; | |
| 1368 | + color: #a4afb7; | |
| 1369 | + border: none; | |
| 1383 | 1370 | transition: all 1s; |
| 1371 | + border-radius: 3px; | |
| 1384 | 1372 | -webkit-appearance: none; |
| 1385 | 1373 | -moz-appearance: none; |
| 1386 | 1374 | appearance: none; |
| 1387 | 1375 | } |
| @@ -1386,43 +1374,28 @@ | ||
| 1386 | 1374 | appearance: none; |
| 1387 | 1375 | } |
| 1388 | 1376 | #elementor-panel-elements-search-input + i { |
| 1389 | 1377 | position: absolute; |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1378 | + left: 10px; | |
| 1379 | + top: 50%; | |
| 1380 | + color: #a4afb7; | |
| 1392 | 1381 | transform: translateY(-50%); |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | 1382 | } |
| 1395 | 1383 | #elementor-panel-elements-search-input:focus { |
| 1396 | - border-color: var(--e-a-border-color-focus); | |
| 1397 | - padding-inline-end: 15px; | |
| 1384 | + background-color: rgb(255, 255, 255); | |
| 1385 | + padding-right: 15px; | |
| 1398 | 1386 | } |
| 1399 | 1387 | |
| 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 | 1388 | .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 | 1389 | border-radius: 3px; |
| 1390 | + background-color: #fff; | |
| 1419 | 1391 | cursor: move; |
| 1420 | 1392 | position: relative; |
| 1421 | - transition: var(--e-a-transition-hover); | |
| 1422 | - width: 100%; | |
| 1423 | - background-color: transparent; | |
| 1424 | 1393 | } |
| 1394 | +.elementor-panel .elementor-element-wrapper { | |
| 1395 | + text-align: center; | |
| 1396 | + box-sizing: border-box; | |
| 1397 | +} | |
| 1425 | 1398 | .elementor-panel .elementor-element--promotion .elementor-element { |
| 1426 | 1399 | cursor: pointer; |
| 1427 | 1400 | -webkit-user-select: none; |
| 1428 | 1401 | -moz-user-select: none; |
| @@ -1427,70 +1400,56 @@ | ||
| 1427 | 1400 | -webkit-user-select: none; |
| 1428 | 1401 | -moz-user-select: none; |
| 1429 | 1402 | user-select: none; |
| 1430 | 1403 | } |
| 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); | |
| 1404 | +.elementor-panel .elementor-element .icon, | |
| 1405 | +.elementor-panel .elementor-element .title { | |
| 1406 | + color: #556068; | |
| 1407 | + transition: all 0.3s; | |
| 1436 | 1408 | } |
| 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); | |
| 1409 | +.elementor-panel .elementor-element:hover { | |
| 1410 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 1440 | 1411 | } |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1412 | +.elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title { | |
| 1413 | + color: #93003c; | |
| 1443 | 1414 | } |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | 1415 | .elementor-panel .elementor-element .icon { |
| 1448 | 1416 | font-size: 28px; |
| 1449 | - padding-block-start: 15px; | |
| 1417 | + padding-top: 15px; | |
| 1450 | 1418 | } |
| 1451 | -.elementor-panel .elementor-element .title-wrapper { | |
| 1452 | - display: flex; | |
| 1453 | - height: 40px; | |
| 1454 | - align-items: center; | |
| 1455 | - justify-content: center; | |
| 1419 | +.elementor-panel .elementor-element .elementor-element-title-wrapper { | |
| 1420 | + display: table; | |
| 1421 | + width: 100%; | |
| 1456 | 1422 | } |
| 1457 | 1423 | .elementor-panel .elementor-element .title { |
| 1458 | - font-size: 12px; | |
| 1424 | + font-size: 11px; | |
| 1425 | + display: table-cell; | |
| 1426 | + vertical-align: middle; | |
| 1427 | + height: 40px; | |
| 1459 | 1428 | } |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1429 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1461 | 1430 | position: absolute; |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1431 | + top: 5px; | |
| 1432 | + right: 5px; | |
| 1433 | + color: #e6e9ec; | |
| 1464 | 1434 | } |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1469 | - color: var(--e-a-color-txt-disabled); | |
| 1470 | -} | |
| 1471 | -.elementor-panel .elementor-element:active { | |
| 1472 | - background-color: var(--e-a-bg-hover); | |
| 1473 | - border-color: var(--e-a-border-color-accent); | |
| 1474 | - color: var(--e-a-color-txt-accent); | |
| 1475 | -} | |
| 1476 | 1435 | |
| 1477 | 1436 | #elementor-element--promotion__dialog { |
| 1478 | 1437 | position: absolute; |
| 1479 | 1438 | width: 300px; |
| 1480 | 1439 | z-index: 1; |
| 1481 | - background-color: var(--e-a-bg-default); | |
| 1482 | - box-shadow: var(--e-a-popover-shadow); | |
| 1483 | - border-radius: var(--e-a-border-radius); | |
| 1440 | + background-color: #fff; | |
| 1441 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1442 | + border-radius: 3px; | |
| 1484 | 1443 | } |
| 1485 | 1444 | #elementor-element--promotion__dialog:after { |
| 1486 | 1445 | content: ""; |
| 1487 | 1446 | position: absolute; |
| 1488 | - inset-block-start: 15px; | |
| 1489 | - inset-inline-end: 100%; | |
| 1447 | + top: 15px; | |
| 1448 | + right: 100%; | |
| 1490 | 1449 | transform: scaleY(0.7); |
| 1491 | 1450 | border: 10px solid transparent; |
| 1492 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1451 | + border-right-color: #fff; | |
| 1493 | 1452 | } |
| 1494 | 1453 | #elementor-element--promotion__dialog__title { |
| 1495 | 1454 | font-size: 14px; |
| 1496 | 1455 | } |
| @@ -1496,299 +1455,109 @@ | ||
| 1496 | 1455 | } |
| 1497 | 1456 | #elementor-element--promotion__dialog .dialog-header { |
| 1498 | 1457 | display: flex; |
| 1499 | 1458 | padding: 20px; |
| 1500 | - border-block-end: var(--e-a-border); | |
| 1459 | + color: #495157; | |
| 1460 | + border-bottom: 1px solid #e6e9ec; | |
| 1501 | 1461 | font-weight: 500; |
| 1502 | 1462 | } |
| 1503 | 1463 | #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { |
| 1504 | 1464 | flex-grow: 1; |
| 1505 | - margin-inline-start: 10px; | |
| 1465 | + margin-left: 10px; | |
| 1506 | 1466 | font-size: 14px; |
| 1507 | - color: var(--e-a-color-accent); | |
| 1467 | + color: #93003c; | |
| 1508 | 1468 | } |
| 1509 | 1469 | #elementor-element--promotion__dialog .dialog-header .eicon-close { |
| 1510 | 1470 | cursor: pointer; |
| 1511 | - color: var(--e-a-color-txt-disabled); | |
| 1471 | + color: #a4afb7; | |
| 1512 | 1472 | } |
| 1513 | -#elementor-element--promotion__dialog .dialog-header .eicon-close:hover { | |
| 1514 | - color: var(--e-a-color-txt-muted); | |
| 1515 | -} | |
| 1516 | 1473 | #elementor-element--promotion__dialog .dialog-message { |
| 1517 | 1474 | padding: 20px; |
| 1518 | 1475 | } |
| 1519 | 1476 | #elementor-element--promotion__dialog .dialog-buttons-wrapper { |
| 1520 | - padding: 0 20px 20px; | |
| 1477 | + padding: 0 20px 20px 20px; | |
| 1521 | 1478 | } |
| 1522 | 1479 | #elementor-element--promotion__dialog .dialog-button { |
| 1523 | 1480 | padding: 7px 25px; |
| 1524 | 1481 | font-size: 12px; |
| 1525 | 1482 | } |
| 1526 | - | |
| 1527 | -.dialog-tooltip-widget { | |
| 1528 | - position: absolute; | |
| 1529 | - width: 300px; | |
| 1530 | - z-index: 1; | |
| 1531 | - background-color: var(--e-a-bg-default); | |
| 1532 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1533 | - border-radius: 3px; | |
| 1534 | -} | |
| 1535 | -.dialog-tooltip-widget:after { | |
| 1536 | - content: ""; | |
| 1537 | - position: absolute; | |
| 1538 | - inset-block-start: 15px; | |
| 1539 | - inset-inline-end: 100%; | |
| 1540 | - transform: scaleY(0.7); | |
| 1541 | - border: 10px solid transparent; | |
| 1542 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1543 | -} | |
| 1544 | -.dialog-tooltip-widget__title { | |
| 1545 | - font-size: 14px; | |
| 1546 | -} | |
| 1547 | -.dialog-tooltip-widget .dialog-tooltip-header { | |
| 1548 | - display: flex; | |
| 1549 | - padding: 20px 20px 0; | |
| 1550 | - color: var(--e-a-color-txt); | |
| 1551 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1552 | - font-weight: 500; | |
| 1553 | -} | |
| 1554 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { | |
| 1555 | - flex-grow: 1; | |
| 1556 | - margin-inline-start: 10px; | |
| 1557 | - font-size: 14px; | |
| 1558 | - color: #93003f; | |
| 1559 | -} | |
| 1560 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-close { | |
| 1561 | - cursor: pointer; | |
| 1562 | - margin-inline-start: auto; | |
| 1563 | - color: var(--e-a-color-txt); | |
| 1564 | -} | |
| 1565 | -.dialog-tooltip-widget .dialog-tooltip-message { | |
| 1566 | - padding: 20px; | |
| 1567 | -} | |
| 1568 | -.dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { | |
| 1569 | - padding: 0 20px 20px 20px; | |
| 1570 | - text-align: end; | |
| 1571 | -} | |
| 1572 | -.dialog-tooltip-widget .dialog-tooltip-button { | |
| 1573 | - padding: 7px 25px; | |
| 1574 | - font-size: 12px; | |
| 1575 | -} | |
| 1576 | -.dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { | |
| 1483 | +#elementor-element--promotion__dialog .dialog-button::-moz-focus-inner { | |
| 1577 | 1484 | border: 0; |
| 1578 | 1485 | } |
| 1579 | 1486 | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 1623 | - | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1487 | #elementor-panel-inner { |
| 1653 | 1488 | position: relative; |
| 1654 | 1489 | height: 100%; |
| 1655 | - display: flex; | |
| 1656 | - flex-direction: column; | |
| 1657 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); | |
| 1490 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1658 | 1491 | } |
| 1659 | 1492 | |
| 1660 | 1493 | #elementor-panel-content-wrapper { |
| 1661 | - position: relative; | |
| 1494 | + position: absolute; | |
| 1495 | + bottom: 40px; | |
| 1496 | + top: 40px; | |
| 1497 | + left: 0; | |
| 1662 | 1498 | width: 100%; |
| 1663 | - flex: 1; | |
| 1664 | 1499 | } |
| 1665 | 1500 | |
| 1666 | 1501 | .elementor-panel-container { |
| 1667 | 1502 | clear: both; |
| 1668 | - padding-inline-start: 15px; | |
| 1669 | - padding-inline-end: 15px; | |
| 1503 | + padding-left: 15px; | |
| 1504 | + padding-right: 15px; | |
| 1670 | 1505 | } |
| 1671 | 1506 | |
| 1672 | -#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1673 | - margin-block-start: 10px; | |
| 1507 | +.media-modal.wp-core-ui input { | |
| 1508 | + width: auto; | |
| 1674 | 1509 | } |
| 1675 | -#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1676 | - margin-block-start: 20px; | |
| 1510 | +.media-modal.wp-core-ui select { | |
| 1511 | + width: initial; | |
| 1677 | 1512 | } |
| 1678 | - | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1513 | +.media-modal.wp-core-ui fieldset { | |
| 1514 | + padding: 0; | |
| 1515 | + border: 0; | |
| 1682 | 1516 | } |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1517 | +.media-modal.wp-core-ui .wp-clearfix::after { | |
| 1518 | + content: ""; | |
| 1519 | + display: table; | |
| 1520 | + clear: both; | |
| 1688 | 1521 | } |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1522 | +.media-modal.wp-core-ui .e-wp-media-elements-removed { | |
| 1523 | + /* Hack to change the media button selection text, because for some reason the text gets changed when switching tabs. */ | |
| 1693 | 1524 | } |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1525 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .embed-link-settings, | |
| 1526 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .embed-media-settings > :not(.wp-clearfix):not(.alt-text):not(#alt-text-description) { | |
| 1527 | + display: none; | |
| 1696 | 1528 | } |
| 1697 | - | |
| 1698 | -#elementor-panel-get-pro-elements-sticky { | |
| 1699 | - position: sticky; | |
| 1700 | - inset-block-end: 0; | |
| 1701 | - margin-block-end: -10px; | |
| 1529 | +.media-modal.wp-core-ui .e-wp-media-elements-removed #embed-url-field { | |
| 1530 | + width: 70%; | |
| 1702 | 1531 | } |
| 1703 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | - margin-block-start: -14px; | |
| 1532 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail { | |
| 1533 | + margin-top: 20px; | |
| 1705 | 1534 | } |
| 1706 | - | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1535 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail, | |
| 1536 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail img { | |
| 1537 | + max-height: initial; | |
| 1711 | 1538 | } |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1539 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail::after { | |
| 1540 | + box-shadow: none; | |
| 1714 | 1541 | } |
| 1715 | - | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1718 | - font-size: 14px; | |
| 1719 | - font-weight: 400; | |
| 1720 | - line-height: 1.6; | |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1542 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select { | |
| 1543 | + font-size: 0; | |
| 1722 | 1544 | } |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1725 | - min-height: 40px; | |
| 1726 | - display: block; | |
| 1727 | - padding: 9px min(35px, 5%); | |
| 1728 | - gap: 10px; | |
| 1729 | - background-color: var(--e-a-color-white); | |
| 1730 | - color: var(--e-a-color-black); | |
| 1731 | - text-align: center; | |
| 1732 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1733 | -} | |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1736 | - display: inline-block; | |
| 1545 | +.media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select::before { | |
| 1546 | + content: var(--button-text); | |
| 1737 | 1547 | font-size: 13px; |
| 1738 | - font-weight: 500; | |
| 1739 | - color: var(--e-a-btn-bg-accent); | |
| 1740 | 1548 | } |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1743 | - margin-inline-start: 17px; | |
| 1744 | -} | |
| 1745 | 1549 | |
| 1746 | -#elementor-panel-notice-wrapper .elementor-panel-notice { | |
| 1747 | - width: 90%; | |
| 1748 | - margin: 0 auto; | |
| 1749 | - font-style: unset; | |
| 1750 | - margin-block-end: 15px; | |
| 1550 | +#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1551 | + margin-top: 10px; | |
| 1751 | 1552 | } |
| 1752 | -#elementor-panel-notice-wrapper .elementor-panel-notice a { | |
| 1753 | - font-weight: bold; | |
| 1754 | - font-style: italic; | |
| 1755 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1756 | - display: inline-block; | |
| 1553 | +#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1554 | + margin-top: 20px; | |
| 1757 | 1555 | } |
| 1758 | 1556 | |
| 1759 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1760 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1761 | - position: relative; | |
| 1762 | -} | |
| 1763 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1764 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1765 | - position: absolute; | |
| 1766 | - content: ""; | |
| 1767 | - display: block; | |
| 1768 | - background: var(--e-a-color-primary); | |
| 1769 | - border-radius: 50%; | |
| 1770 | - width: 8px; | |
| 1771 | - height: 8px; | |
| 1772 | - inset-block-start: 5px; | |
| 1773 | - inset-inline-end: 5px; | |
| 1774 | -} | |
| 1775 | - | |
| 1776 | -.media-modal.wp-core-ui { | |
| 1777 | - color-scheme: light; | |
| 1778 | - color: #515962; | |
| 1779 | -} | |
| 1780 | -.media-modal.wp-core-ui select { | |
| 1781 | - width: initial; | |
| 1782 | - padding-inline: 8px; | |
| 1783 | -} | |
| 1784 | -.media-modal.wp-core-ui fieldset { | |
| 1785 | - padding: 0; | |
| 1786 | - border: 0; | |
| 1787 | -} | |
| 1788 | - | |
| 1789 | 1557 | .elementor-control { |
| 1790 | 1558 | --control-title-size: 12px; |
| 1559 | + background-color: #fff; | |
| 1791 | 1560 | position: relative; |
| 1792 | 1561 | padding: 0 20px 15px; |
| 1793 | 1562 | } |
| 1794 | 1563 | .elementor-control a { |
| @@ -1793,14 +1562,17 @@ | ||
| 1793 | 1562 | } |
| 1794 | 1563 | .elementor-control a { |
| 1795 | 1564 | font-weight: 500; |
| 1796 | 1565 | text-decoration: none; |
| 1797 | - border-block-end: 1px dotted transparent; | |
| 1566 | + border-bottom: 1px dotted transparent; | |
| 1798 | 1567 | transition: all ease-in-out 0.3s; |
| 1799 | 1568 | } |
| 1800 | 1569 | .elementor-control a:hover { |
| 1801 | - border-block-end-color: inherit; | |
| 1570 | + border-bottom-color: inherit; | |
| 1802 | 1571 | } |
| 1572 | +.elementor-control a.elementor-responsive-switcher { | |
| 1573 | + border-bottom: 0; | |
| 1574 | +} | |
| 1803 | 1575 | .elementor-control .elementor-control-content { |
| 1804 | 1576 | display: flex; |
| 1805 | 1577 | flex-direction: column; |
| 1806 | 1578 | } |
| @@ -1806,13 +1578,10 @@ | ||
| 1806 | 1578 | } |
| 1807 | 1579 | .elementor-control .elementor-control-title { |
| 1808 | 1580 | font-size: var(--control-title-size); |
| 1809 | 1581 | line-height: 1; |
| 1810 | - margin-inline-end: 5px; | |
| 1582 | + margin-right: 5px; | |
| 1811 | 1583 | } |
| 1812 | -.elementor-control .elementor-control-title:empty { | |
| 1813 | - display: none; | |
| 1814 | -} | |
| 1815 | 1584 | .elementor-control .elementor-control-spinner { |
| 1816 | 1585 | display: flex; |
| 1817 | 1586 | align-items: center; |
| 1818 | 1587 | } |
| @@ -1817,44 +1586,57 @@ | ||
| 1817 | 1586 | align-items: center; |
| 1818 | 1587 | } |
| 1819 | 1588 | .elementor-control.elementor-control-type-divider { |
| 1820 | 1589 | padding: 0; |
| 1590 | + background-color: transparent; | |
| 1821 | 1591 | } |
| 1822 | 1592 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1823 | - margin-inline: 20px; | |
| 1824 | 1593 | border-width: 0; |
| 1825 | - border-block-start: var(--e-a-border); | |
| 1826 | - background-color: var(--e-a-bg-default); | |
| 1594 | + border-color: #e6e9ec; | |
| 1595 | + border-style: solid; | |
| 1596 | + border-top-width: 1px; | |
| 1597 | + background-color: #ffffff; | |
| 1827 | 1598 | height: 15px; |
| 1828 | 1599 | } |
| 1600 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 1601 | + margin-top: 15px; | |
| 1602 | +} | |
| 1603 | +.elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 1604 | + content: ""; | |
| 1605 | + height: 1px; | |
| 1606 | + display: block; | |
| 1607 | + margin-bottom: 15px; | |
| 1608 | + background-color: transparent; | |
| 1609 | +} | |
| 1829 | 1610 | .elementor-control.elementor-control-separator-before { |
| 1830 | - padding-block-start: 15px; | |
| 1611 | + padding-top: 15px; | |
| 1831 | 1612 | } |
| 1832 | 1613 | .elementor-control.elementor-control-separator-before:before { |
| 1833 | 1614 | content: ""; |
| 1834 | 1615 | position: absolute; |
| 1835 | - inset: 0 20px auto; | |
| 1836 | 1616 | height: 1px; |
| 1837 | - background-color: var(--e-a-border-color); | |
| 1617 | + width: 100%; | |
| 1618 | + top: 0; | |
| 1619 | + left: 0; | |
| 1620 | + background-color: #e6e9ec; | |
| 1838 | 1621 | } |
| 1839 | -.elementor-control.elementor-control-separator-after { | |
| 1840 | - padding-block-end: 15px; | |
| 1841 | -} | |
| 1842 | 1622 | .elementor-control.elementor-control-separator-after:after { |
| 1843 | 1623 | content: ""; |
| 1844 | 1624 | position: absolute; |
| 1845 | - inset: auto 20px 0; | |
| 1846 | 1625 | height: 1px; |
| 1847 | - background-color: var(--e-a-border-color); | |
| 1626 | + width: 100%; | |
| 1627 | + bottom: 0; | |
| 1628 | + left: 0; | |
| 1629 | + background-color: #e6e9ec; | |
| 1848 | 1630 | } |
| 1849 | 1631 | .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 { |
| 1850 | - padding-block-start: 15px; | |
| 1632 | + padding-top: 15px; | |
| 1851 | 1633 | } |
| 1852 | 1634 | .elementor-control.elementor-control-deprecated { |
| 1853 | - color: var(--e-a-color-warning); | |
| 1635 | + color: #b01b1b; | |
| 1854 | 1636 | } |
| 1855 | 1637 | .elementor-control.elementor-control-deprecated .elementor-control-field-description { |
| 1856 | - color: var(--e-a-color-warning); | |
| 1638 | + color: #b01b1b; | |
| 1857 | 1639 | } |
| 1858 | 1640 | .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { |
| 1859 | 1641 | display: none; |
| 1860 | 1642 | } |
| @@ -1885,96 +1667,53 @@ | ||
| 1885 | 1667 | } |
| 1886 | 1668 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1887 | 1669 | display: none; |
| 1888 | 1670 | } |
| 1889 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1890 | - padding: 4px; | |
| 1671 | +.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1672 | + margin-top: 5px; | |
| 1891 | 1673 | } |
| 1892 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1893 | - aspect-ratio: 4/1; | |
| 1894 | - -o-object-fit: cover; | |
| 1895 | - object-fit: cover; | |
| 1896 | - -o-object-position: center; | |
| 1897 | - object-position: center; | |
| 1674 | +.elementor-control.elementor-control-custom_css_title { | |
| 1675 | + font-size: 12px; | |
| 1898 | 1676 | } |
| 1899 | -.elementor-control-shape_divider_bottom img { | |
| 1900 | - rotate: X 180deg; | |
| 1901 | -} | |
| 1902 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1903 | - margin-block-start: 5px; | |
| 1904 | -} | |
| 1905 | 1677 | |
| 1906 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1907 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1908 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1911 | - transform: rotate(90deg); | |
| 1678 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 1679 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 1680 | + content: "\e92a"; | |
| 1912 | 1681 | } |
| 1913 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1914 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1915 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1916 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1682 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 1683 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 1684 | + content: "\e90a"; | |
| 1917 | 1685 | } |
| 1918 | 1686 | |
| 1919 | 1687 | .elementor-panel-heading { |
| 1920 | - display: flex; | |
| 1921 | - align-items: center; | |
| 1922 | - gap: 5px; | |
| 1923 | - height: 48px; | |
| 1924 | - padding-inline: 20px; | |
| 1688 | + display: table; | |
| 1689 | + table-layout: fixed; | |
| 1690 | + height: 40px; | |
| 1691 | + padding: 0 20px; | |
| 1925 | 1692 | width: 100%; |
| 1926 | - border: 0; | |
| 1927 | - border-block-start: var(--e-a-border); | |
| 1928 | - border-block-start-width: 2px; | |
| 1929 | - background-color: transparent; | |
| 1930 | - color: var(--e-a-color-txt-accent); | |
| 1693 | + border-bottom: 1px solid #e6e9ec; | |
| 1931 | 1694 | cursor: pointer; |
| 1932 | 1695 | } |
| 1696 | +.elementor-panel-heading > * { | |
| 1697 | + display: table-cell; | |
| 1698 | + vertical-align: middle; | |
| 1699 | +} | |
| 1933 | 1700 | .elementor-panel-heading-toggle { |
| 1934 | - width: 10px; | |
| 1935 | - display: flex; | |
| 1936 | - flex-direction: column; | |
| 1937 | - align-items: center; | |
| 1701 | + width: 20px; | |
| 1702 | + color: #495157; | |
| 1938 | 1703 | } |
| 1939 | 1704 | .elementor-panel-heading-title { |
| 1705 | + color: #495157; | |
| 1940 | 1706 | font-weight: bold; |
| 1941 | 1707 | } |
| 1942 | -.elementor-panel-heading-category-chip { | |
| 1943 | - margin-inline-start: auto; | |
| 1944 | - background-color: var(--e-a-bg-chip); | |
| 1945 | - border-radius: 100px; | |
| 1946 | - padding: 5px 8px; | |
| 1708 | + | |
| 1709 | +.elementor-control-wp { | |
| 1710 | + line-height: 1.5; | |
| 1947 | 1711 | } |
| 1948 | -.elementor-panel-heading-category-chip i { | |
| 1949 | - margin-inline-start: 4px; | |
| 1712 | +.elementor-control-wp p { | |
| 1713 | + margin: 15px 0; | |
| 1950 | 1714 | } |
| 1951 | -.elementor-panel-heading-promotion { | |
| 1952 | - margin-inline-start: auto; | |
| 1953 | -} | |
| 1954 | -.elementor-panel-heading-promotion a { | |
| 1955 | - color: var(--e-a-color-accent-promotion); | |
| 1956 | - font-family: "Roboto", sans-serif; | |
| 1957 | - font-weight: 500; | |
| 1958 | - font-size: 13px; | |
| 1959 | -} | |
| 1960 | -.elementor-panel-heading-promotion a i { | |
| 1961 | - margin-inline-end: 4px; | |
| 1962 | - font-size: 14px; | |
| 1963 | -} | |
| 1964 | -.elementor-panel-heading-promotion a:hover { | |
| 1965 | - color: var(--e-a-color-accent-promotion); | |
| 1966 | -} | |
| 1967 | -.elementor-panel-heading:focus-visible { | |
| 1968 | - color: var(--e-a-color-txt-hover); | |
| 1969 | -} | |
| 1970 | 1715 | |
| 1971 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1972 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1973 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1974 | - border-block-start: none; | |
| 1975 | -} | |
| 1976 | - | |
| 1977 | 1716 | .elementor-control-field { |
| 1978 | 1717 | display: flex; |
| 1979 | 1718 | align-items: center; |
| 1980 | 1719 | } |
| @@ -1984,9 +1723,9 @@ | ||
| 1984 | 1723 | } |
| 1985 | 1724 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1986 | 1725 | width: 100%; |
| 1987 | 1726 | max-width: 100%; |
| 1988 | - margin-block-start: 10px; | |
| 1727 | + margin-top: 10px; | |
| 1989 | 1728 | } |
| 1990 | 1729 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { |
| 1991 | 1730 | width: auto; |
| 1992 | 1731 | flex: 1 1 27px; |
| @@ -1994,12 +1733,12 @@ | ||
| 1994 | 1733 | align-items: center; |
| 1995 | 1734 | justify-content: center; |
| 1996 | 1735 | } |
| 1997 | 1736 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1998 | - margin-block-start: 0; | |
| 1737 | + margin-top: 0; | |
| 1999 | 1738 | } |
| 2000 | 1739 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2001 | - margin-block-start: 0; | |
| 1740 | + margin-top: 0; | |
| 2002 | 1741 | } |
| 2003 | 1742 | |
| 2004 | 1743 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 2005 | 1744 | flex-shrink: 0; |
| @@ -2005,24 +1744,21 @@ | ||
| 2005 | 1744 | flex-shrink: 0; |
| 2006 | 1745 | max-width: 60%; |
| 2007 | 1746 | } |
| 2008 | 1747 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2009 | - margin-inline-start: auto; | |
| 1748 | + margin-left: auto; | |
| 2010 | 1749 | } |
| 2011 | 1750 | |
| 2012 | 1751 | .elementor-control-field-description { |
| 2013 | - margin-block-start: 10px; | |
| 1752 | + margin-top: 10px; | |
| 2014 | 1753 | } |
| 2015 | 1754 | |
| 2016 | 1755 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2017 | - margin-block-start: 0; | |
| 1756 | + margin-top: 0; | |
| 2018 | 1757 | } |
| 2019 | 1758 | |
| 2020 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2021 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2022 | -.elementor-control-start-end .eicon-h-align-left, | |
| 2023 | -.elementor-control-start-end .eicon-h-align-right { | |
| 2024 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1759 | +.elementor-required { | |
| 1760 | + color: #b01b1b; | |
| 2025 | 1761 | } |
| 2026 | 1762 | |
| 2027 | 1763 | .elementor-update-preview { |
| 2028 | 1764 | margin: 15px 15px 0; |
| @@ -2031,13 +1767,14 @@ | ||
| 2031 | 1767 | } |
| 2032 | 1768 | |
| 2033 | 1769 | .elementor-update-preview-button-wrapper { |
| 2034 | 1770 | flex-grow: 1; |
| 2035 | - text-align: end; | |
| 1771 | + text-align: right; | |
| 2036 | 1772 | } |
| 2037 | 1773 | |
| 2038 | 1774 | .elementor-update-preview-button { |
| 2039 | 1775 | padding: 8px 15px; |
| 1776 | + text-transform: uppercase; | |
| 2040 | 1777 | } |
| 2041 | 1778 | |
| 2042 | 1779 | .elementor-control-direction-ltr input, |
| 2043 | 1780 | .elementor-control-direction-ltr textarea { |
| @@ -2053,17 +1790,17 @@ | ||
| 2053 | 1790 | --pointer-position: var(--selected-option); |
| 2054 | 1791 | position: relative; |
| 2055 | 1792 | width: 2.5em; |
| 2056 | 1793 | height: 2.5em; |
| 2057 | - margin: calc(-2.5em + 12px) 0; | |
| 2058 | - margin-inline-end: 5px; | |
| 1794 | + margin: calc( -2.5em + var(--control-title-size)) 0; | |
| 1795 | + margin-right: 5px; | |
| 2059 | 1796 | } |
| 2060 | 1797 | .elementor-control-responsive-switchers__holder { |
| 2061 | 1798 | position: absolute; |
| 2062 | 1799 | width: 100%; |
| 2063 | - inset-block-start: 0; | |
| 2064 | - background-color: var(--e-a-bg-default); | |
| 2065 | - border-radius: var(--e-a-border-radius); | |
| 1800 | + top: 0; | |
| 1801 | + background-color: #ffffff; | |
| 1802 | + border-radius: 3px; | |
| 2066 | 1803 | transition: 0.15s; |
| 2067 | 1804 | border: 1px solid transparent; |
| 2068 | 1805 | } |
| 2069 | 1806 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open { |
| @@ -2074,16 +1811,15 @@ | ||
| 2074 | 1811 | transform: scale(1); |
| 2075 | 1812 | opacity: 1; |
| 2076 | 1813 | } |
| 2077 | 1814 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { |
| 2078 | - color: var(--e-a-color-primary-bold); | |
| 1815 | + color: #71d7f7; | |
| 2079 | 1816 | } |
| 2080 | 1817 | .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { |
| 2081 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 1818 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2082 | 1819 | } |
| 2083 | 1820 | |
| 2084 | 1821 | .elementor-responsive-switcher { |
| 2085 | - all: unset; | |
| 2086 | 1822 | display: flex; |
| 2087 | 1823 | align-items: center; |
| 2088 | 1824 | justify-content: center; |
| 2089 | 1825 | position: relative; |
| @@ -2089,18 +1825,20 @@ | ||
| 2089 | 1825 | position: relative; |
| 2090 | 1826 | z-index: 2; |
| 2091 | 1827 | cursor: pointer; |
| 2092 | 1828 | height: 0; |
| 2093 | - width: 100%; | |
| 2094 | 1829 | transform: scale(0); |
| 2095 | 1830 | opacity: 0; |
| 2096 | 1831 | transition: 0.15s; |
| 2097 | 1832 | font-size: 12px; |
| 2098 | - color: inherit; | |
| 2099 | 1833 | } |
| 2100 | -.elementor-responsive-switcher:hover { | |
| 2101 | - color: var(--e-a-color-primary-bold); | |
| 1834 | + | |
| 1835 | +a.elementor-responsive-switcher { | |
| 1836 | + color: #a4afb7; | |
| 2102 | 1837 | } |
| 1838 | +a.elementor-responsive-switcher:hover { | |
| 1839 | + color: #71d7f7; | |
| 1840 | +} | |
| 2103 | 1841 | |
| 2104 | 1842 | .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2105 | 1843 | height: 2.5em; |
| 2106 | 1844 | transform: scale(1); |
| @@ -2106,9 +1844,9 @@ | ||
| 2106 | 1844 | transform: scale(1); |
| 2107 | 1845 | opacity: 1; |
| 2108 | 1846 | } |
| 2109 | 1847 | .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2110 | - color: var(--e-a-color-primary-bold); | |
| 1848 | + color: #71d7f7; | |
| 2111 | 1849 | } |
| 2112 | 1850 | |
| 2113 | 1851 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2114 | 1852 | height: 2.5em; |
| @@ -2115,9 +1853,9 @@ | ||
| 2115 | 1853 | transform: scale(1); |
| 2116 | 1854 | opacity: 1; |
| 2117 | 1855 | } |
| 2118 | 1856 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2119 | - color: var(--e-a-color-primary-bold); | |
| 1857 | + color: #71d7f7; | |
| 2120 | 1858 | } |
| 2121 | 1859 | |
| 2122 | 1860 | .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2123 | 1861 | height: 2.5em; |
| @@ -2124,9 +1862,9 @@ | ||
| 2124 | 1862 | transform: scale(1); |
| 2125 | 1863 | opacity: 1; |
| 2126 | 1864 | } |
| 2127 | 1865 | .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2128 | - color: var(--e-a-color-primary-bold); | |
| 1866 | + color: #71d7f7; | |
| 2129 | 1867 | } |
| 2130 | 1868 | |
| 2131 | 1869 | .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2132 | 1870 | height: 2.5em; |
| @@ -2133,9 +1871,9 @@ | ||
| 2133 | 1871 | transform: scale(1); |
| 2134 | 1872 | opacity: 1; |
| 2135 | 1873 | } |
| 2136 | 1874 | .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2137 | - color: var(--e-a-color-primary-bold); | |
| 1875 | + color: #71d7f7; | |
| 2138 | 1876 | } |
| 2139 | 1877 | |
| 2140 | 1878 | .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2141 | 1879 | height: 2.5em; |
| @@ -2142,9 +1880,9 @@ | ||
| 2142 | 1880 | transform: scale(1); |
| 2143 | 1881 | opacity: 1; |
| 2144 | 1882 | } |
| 2145 | 1883 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2146 | - color: var(--e-a-color-primary-bold); | |
| 1884 | + color: #71d7f7; | |
| 2147 | 1885 | } |
| 2148 | 1886 | |
| 2149 | 1887 | .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2150 | 1888 | height: 2.5em; |
| @@ -2151,9 +1889,9 @@ | ||
| 2151 | 1889 | transform: scale(1); |
| 2152 | 1890 | opacity: 1; |
| 2153 | 1891 | } |
| 2154 | 1892 | .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2155 | - color: var(--e-a-color-primary-bold); | |
| 1893 | + color: #71d7f7; | |
| 2156 | 1894 | } |
| 2157 | 1895 | |
| 2158 | 1896 | .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2159 | 1897 | height: 2.5em; |
| @@ -2160,26 +1898,28 @@ | ||
| 2160 | 1898 | transform: scale(1); |
| 2161 | 1899 | opacity: 1; |
| 2162 | 1900 | } |
| 2163 | 1901 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2164 | - color: var(--e-a-color-primary-bold); | |
| 1902 | + color: #71d7f7; | |
| 2165 | 1903 | } |
| 2166 | 1904 | |
| 2167 | 1905 | .e-units-wrapper { |
| 2168 | 1906 | position: relative; |
| 2169 | - margin-inline-start: auto; | |
| 1907 | + margin-left: auto; | |
| 2170 | 1908 | } |
| 2171 | 1909 | .e-units-wrapper .e-units-switcher { |
| 1910 | + color: #6d7882; | |
| 2172 | 1911 | cursor: pointer; |
| 2173 | - font-size: 10px; | |
| 1912 | + text-transform: uppercase; | |
| 1913 | + font-size: 9px; | |
| 2174 | 1914 | padding: 0.5em; |
| 2175 | 1915 | margin: -0.5em 0; |
| 2176 | 1916 | transition: all ease-in-out 0.15s; |
| 2177 | 1917 | } |
| 2178 | 1918 | .e-units-wrapper .e-units-switcher:hover { |
| 2179 | - color: var(--e-a-color-primary-bold); | |
| 2180 | - background-color: var(--e-a-bg-hover); | |
| 2181 | - border-radius: var(--e-a-border-radius); | |
| 1919 | + color: #71d7f7; | |
| 1920 | + background-color: #f1f3f5; | |
| 1921 | + border-radius: 3px; | |
| 2182 | 1922 | } |
| 2183 | 1923 | .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { |
| 2184 | 1924 | display: none; |
| 2185 | 1925 | } |
| @@ -2193,9 +1933,9 @@ | ||
| 2193 | 1933 | .e-units-choices input { |
| 2194 | 1934 | display: none; |
| 2195 | 1935 | } |
| 2196 | 1936 | .e-units-choices input:checked + label { |
| 2197 | - color: var(--e-a-color-primary-bold); | |
| 1937 | + color: #71d7f7; | |
| 2198 | 1938 | } |
| 2199 | 1939 | .e-units-choices label { |
| 2200 | 1940 | cursor: pointer; |
| 2201 | 1941 | display: block; |
| @@ -2204,15 +1944,16 @@ | ||
| 2204 | 1944 | display: none; |
| 2205 | 1945 | overflow: hidden; |
| 2206 | 1946 | max-height: 0; |
| 2207 | 1947 | position: absolute; |
| 2208 | - inset-block-start: -0.8em; | |
| 2209 | - inset-inline-start: -0.5em; | |
| 1948 | + top: -0.8em; | |
| 1949 | + left: -0.5em; | |
| 2210 | 1950 | width: 2.5em; |
| 2211 | 1951 | text-align: center; |
| 2212 | - background-color: var(--e-a-bg-default); | |
| 2213 | - border-radius: var(--e-a-border-radius); | |
| 2214 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 1952 | + background-color: #ffffff; | |
| 1953 | + border-radius: 3px; | |
| 1954 | + border: 1px solid transparent; | |
| 1955 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2215 | 1956 | animation-timing-function: linear; |
| 2216 | 1957 | animation-delay: 0s; |
| 2217 | 1958 | animation-fill-mode: forwards; |
| 2218 | 1959 | z-index: 11000; |
| @@ -2221,14 +1962,21 @@ | ||
| 2221 | 1962 | display: flex; |
| 2222 | 1963 | align-items: center; |
| 2223 | 1964 | height: 3em; |
| 2224 | 1965 | justify-content: center; |
| 2225 | - font-size: 10px; | |
| 1966 | + text-transform: uppercase; | |
| 1967 | + font-size: 9px; | |
| 2226 | 1968 | transition: 0.15s; |
| 2227 | 1969 | } |
| 2228 | 1970 | .e-units-choices .elementor-units-choices-label:hover { |
| 2229 | - color: var(--e-a-color-primary-bold); | |
| 1971 | + color: #71d7f7; | |
| 2230 | 1972 | } |
| 1973 | +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { | |
| 1974 | + display: none; | |
| 1975 | +} | |
| 1976 | +.e-units-choices .elementor-units-choices-label[data-choose=custom] span { | |
| 1977 | + display: none; | |
| 1978 | +} | |
| 2231 | 1979 | .e-units-choices.e-units-choices-open { |
| 2232 | 1980 | display: block; |
| 2233 | 1981 | animation-duration: 1s; |
| 2234 | 1982 | animation-name: e-units-choices-open; |
| @@ -2246,24 +1994,14 @@ | ||
| 2246 | 1994 | to { |
| 2247 | 1995 | max-height: 100vh; |
| 2248 | 1996 | } |
| 2249 | 1997 | } |
| 2250 | -.elementor-control-alert { | |
| 2251 | - display: flex; | |
| 2252 | - flex-direction: column; | |
| 2253 | - justify-content: flex-start; | |
| 2254 | - align-items: flex-start; | |
| 2255 | - gap: 8px; | |
| 2256 | -} | |
| 2257 | -.elementor-control-alert-heading { | |
| 2258 | - font-weight: bold; | |
| 2259 | -} | |
| 2260 | - | |
| 2261 | 1998 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2262 | - text-align: end; | |
| 1999 | + text-align: right; | |
| 2263 | 2000 | } |
| 2264 | 2001 | .elementor-control-type-button .elementor-button { |
| 2265 | 2002 | width: auto; |
| 2003 | + height: 26px; | |
| 2266 | 2004 | } |
| 2267 | 2005 | .elementor-control-type-button .elementor-button.elementor-button-center { |
| 2268 | 2006 | display: block; |
| 2269 | 2007 | margin: 0 auto; |
| @@ -2278,39 +2016,42 @@ | ||
| 2278 | 2016 | height: 27px; |
| 2279 | 2017 | line-height: 27px; |
| 2280 | 2018 | text-align: center; |
| 2281 | 2019 | border-spacing: 1px; |
| 2282 | - border-radius: var(--e-a-border-radius); | |
| 2020 | + border-radius: 3px; | |
| 2283 | 2021 | overflow: hidden; |
| 2284 | 2022 | } |
| 2285 | 2023 | .elementor-choices .elementor-choices-label { |
| 2286 | - border-block-start: var(--e-a-border-bold); | |
| 2287 | - border-block-end: var(--e-a-border-bold); | |
| 2288 | - border-inline-start: var(--e-a-border-bold); | |
| 2289 | - border-inline-end: none; | |
| 2024 | + border-top: 1px solid #d5dadf; | |
| 2025 | + border-bottom: 1px solid #d5dadf; | |
| 2026 | + border-left: 1px solid #d5dadf; | |
| 2027 | + border-right: none; | |
| 2290 | 2028 | font-size: 12px; |
| 2291 | - transition: var(--e-a-transition-hover); | |
| 2029 | + transition: all 0.5s; | |
| 2292 | 2030 | cursor: pointer; |
| 2293 | 2031 | overflow: hidden; |
| 2294 | 2032 | } |
| 2295 | 2033 | .elementor-choices .elementor-choices-label:nth-child(2) { |
| 2296 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2297 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2034 | + border-top-left-radius: 3px; | |
| 2035 | + border-bottom-left-radius: 3px; | |
| 2298 | 2036 | } |
| 2299 | 2037 | .elementor-choices .elementor-choices-label:last-child { |
| 2300 | - border-inline-end: var(--e-a-border-bold); | |
| 2301 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2302 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2038 | + border-right: 1px solid #d5dadf; | |
| 2039 | + border-top-right-radius: 3px; | |
| 2040 | + border-bottom-right-radius: 3px; | |
| 2303 | 2041 | } |
| 2304 | 2042 | .elementor-choices input { |
| 2305 | 2043 | display: none; |
| 2306 | 2044 | } |
| 2307 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 2308 | - background-color: var(--e-a-bg-hover); | |
| 2045 | +.elementor-choices input.e-choose-placeholder + .elementor-choices-label { | |
| 2046 | + color: #ffffff; | |
| 2047 | + background-color: #c2cbd2; | |
| 2048 | + border-color: #c2cbd2; | |
| 2309 | 2049 | } |
| 2310 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 2311 | - background-color: var(--e-a-bg-active-bold); | |
| 2312 | - color: var(--e-a-color-txt-accent); | |
| 2050 | +.elementor-choices input:checked + .elementor-choices-label { | |
| 2051 | + color: #fff; | |
| 2052 | + background-color: #a4afb7; | |
| 2053 | + border-color: #a4afb7; | |
| 2313 | 2054 | } |
| 2314 | 2055 | |
| 2315 | 2056 | .elementor-label-inline .elementor-choices { |
| 2316 | 2057 | justify-content: flex-end; |
| @@ -2315,23 +2056,24 @@ | ||
| 2315 | 2056 | .elementor-label-inline .elementor-choices { |
| 2316 | 2057 | justify-content: flex-end; |
| 2317 | 2058 | } |
| 2318 | 2059 | |
| 2319 | -.elementor-control-type-color.e-control-global .pickr { | |
| 2320 | - border-start-start-radius: 0; | |
| 2321 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2322 | - border-end-start-radius: 0; | |
| 2323 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2324 | - flex-shrink: 0; | |
| 2325 | - border-color: var(--e-a-border-color-bold); | |
| 2326 | - transition: var(--e-a-transition-hover); | |
| 2060 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices, .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices, .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices { | |
| 2061 | + flex-direction: row-reverse; | |
| 2327 | 2062 | } |
| 2328 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 2329 | - background-color: var(--e-a-bg-hover); | |
| 2063 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 2064 | + border-right: 1px solid #d5dadf; | |
| 2065 | + border-radius: 3px 0 0 3px; | |
| 2330 | 2066 | } |
| 2331 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 2332 | - background-color: var(--e-a-bg-active-bold); | |
| 2067 | +.rtl .elementor-control-type-choose[class*=elementor-control-text_align] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*=elementor-control-align] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*=elementor-control-position] .elementor-choices .elementor-choices-label:last-child { | |
| 2068 | + border-right: none; | |
| 2069 | + border-radius: 0 3px 3px 0; | |
| 2333 | 2070 | } |
| 2071 | + | |
| 2072 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 2073 | + border-radius: 0px 3px 3px 0; | |
| 2074 | + flex-shrink: 0; | |
| 2075 | +} | |
| 2334 | 2076 | .elementor-control-type-color .elementor-control-title { |
| 2335 | 2077 | flex-grow: 1; |
| 2336 | 2078 | } |
| 2337 | 2079 | .elementor-control-type-color .elementor-control-input-wrapper { |
| @@ -2337,8 +2079,15 @@ | ||
| 2337 | 2079 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 2338 | 2080 | display: flex; |
| 2339 | 2081 | justify-content: flex-end; |
| 2340 | 2082 | } |
| 2083 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 2084 | + border-left-width: 0; | |
| 2085 | + border-radius: 0 3px 3px 0; | |
| 2086 | +} | |
| 2087 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 2088 | + border-radius: 3px 0 0 3px; | |
| 2089 | +} | |
| 2341 | 2090 | |
| 2342 | 2091 | .elementor-group-control-css-filter .elementor-slider { |
| 2343 | 2092 | height: 6px; |
| 2344 | 2093 | box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); |
| @@ -2343,10 +2092,10 @@ | ||
| 2343 | 2092 | height: 6px; |
| 2344 | 2093 | box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); |
| 2345 | 2094 | } |
| 2346 | 2095 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2347 | - margin-block-start: 0; | |
| 2348 | - margin-block-end: 5px; | |
| 2096 | + margin-top: 0; | |
| 2097 | + margin-bottom: 5px; | |
| 2349 | 2098 | } |
| 2350 | 2099 | |
| 2351 | 2100 | .elementor-group-control-blur .elementor-slider { |
| 2352 | 2101 | background: url("../images/blur.png"); |
| @@ -2370,207 +2119,8 @@ | ||
| 2370 | 2119 | .elementor-group-control-brightness .elementor-slider { |
| 2371 | 2120 | background-image: linear-gradient(to right, black, white); |
| 2372 | 2121 | } |
| 2373 | 2122 | |
| 2374 | -.elementor-control-responsive-switchers { | |
| 2375 | - --selected-option: 0; | |
| 2376 | - --pointer-position: var(--selected-option); | |
| 2377 | - position: relative; | |
| 2378 | - width: 2.5em; | |
| 2379 | - height: 2.5em; | |
| 2380 | - margin: calc(-2.5em + 12px) 0; | |
| 2381 | - margin-inline-end: 5px; | |
| 2382 | -} | |
| 2383 | -.elementor-control-responsive-switchers__holder { | |
| 2384 | - position: absolute; | |
| 2385 | - width: 100%; | |
| 2386 | - inset-block-start: 0; | |
| 2387 | - background-color: var(--e-a-bg-default); | |
| 2388 | - border-radius: var(--e-a-border-radius); | |
| 2389 | - transition: 0.15s; | |
| 2390 | - border: 1px solid transparent; | |
| 2391 | -} | |
| 2392 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2393 | - z-index: 11000; | |
| 2394 | -} | |
| 2395 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2396 | - height: 2.5em; | |
| 2397 | - transform: scale(1); | |
| 2398 | - opacity: 1; | |
| 2399 | -} | |
| 2400 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2401 | - color: var(--e-a-color-primary-bold); | |
| 2402 | -} | |
| 2403 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2404 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2405 | -} | |
| 2406 | - | |
| 2407 | -.elementor-responsive-switcher { | |
| 2408 | - all: unset; | |
| 2409 | - display: flex; | |
| 2410 | - align-items: center; | |
| 2411 | - justify-content: center; | |
| 2412 | - position: relative; | |
| 2413 | - z-index: 2; | |
| 2414 | - cursor: pointer; | |
| 2415 | - height: 0; | |
| 2416 | - width: 100%; | |
| 2417 | - transform: scale(0); | |
| 2418 | - opacity: 0; | |
| 2419 | - transition: 0.15s; | |
| 2420 | - font-size: 12px; | |
| 2421 | - color: inherit; | |
| 2422 | -} | |
| 2423 | -.elementor-responsive-switcher:hover { | |
| 2424 | - color: var(--e-a-color-primary-bold); | |
| 2425 | -} | |
| 2426 | - | |
| 2427 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2428 | - height: 2.5em; | |
| 2429 | - transform: scale(1); | |
| 2430 | - opacity: 1; | |
| 2431 | -} | |
| 2432 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2433 | - color: var(--e-a-color-primary-bold); | |
| 2434 | -} | |
| 2435 | - | |
| 2436 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2437 | - height: 2.5em; | |
| 2438 | - transform: scale(1); | |
| 2439 | - opacity: 1; | |
| 2440 | -} | |
| 2441 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2442 | - color: var(--e-a-color-primary-bold); | |
| 2443 | -} | |
| 2444 | - | |
| 2445 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2446 | - height: 2.5em; | |
| 2447 | - transform: scale(1); | |
| 2448 | - opacity: 1; | |
| 2449 | -} | |
| 2450 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2451 | - color: var(--e-a-color-primary-bold); | |
| 2452 | -} | |
| 2453 | - | |
| 2454 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2455 | - height: 2.5em; | |
| 2456 | - transform: scale(1); | |
| 2457 | - opacity: 1; | |
| 2458 | -} | |
| 2459 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2460 | - color: var(--e-a-color-primary-bold); | |
| 2461 | -} | |
| 2462 | - | |
| 2463 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2464 | - height: 2.5em; | |
| 2465 | - transform: scale(1); | |
| 2466 | - opacity: 1; | |
| 2467 | -} | |
| 2468 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2469 | - color: var(--e-a-color-primary-bold); | |
| 2470 | -} | |
| 2471 | - | |
| 2472 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2473 | - height: 2.5em; | |
| 2474 | - transform: scale(1); | |
| 2475 | - opacity: 1; | |
| 2476 | -} | |
| 2477 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2478 | - color: var(--e-a-color-primary-bold); | |
| 2479 | -} | |
| 2480 | - | |
| 2481 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2482 | - height: 2.5em; | |
| 2483 | - transform: scale(1); | |
| 2484 | - opacity: 1; | |
| 2485 | -} | |
| 2486 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2487 | - color: var(--e-a-color-primary-bold); | |
| 2488 | -} | |
| 2489 | - | |
| 2490 | -.e-units-wrapper { | |
| 2491 | - position: relative; | |
| 2492 | - margin-inline-start: auto; | |
| 2493 | -} | |
| 2494 | -.e-units-wrapper .e-units-switcher { | |
| 2495 | - cursor: pointer; | |
| 2496 | - font-size: 10px; | |
| 2497 | - padding: 0.5em; | |
| 2498 | - margin: -0.5em 0; | |
| 2499 | - transition: all ease-in-out 0.15s; | |
| 2500 | -} | |
| 2501 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2502 | - color: var(--e-a-color-primary-bold); | |
| 2503 | - background-color: var(--e-a-bg-hover); | |
| 2504 | - border-radius: var(--e-a-border-radius); | |
| 2505 | -} | |
| 2506 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2507 | - display: none; | |
| 2508 | -} | |
| 2509 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2510 | - display: none; | |
| 2511 | -} | |
| 2512 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2513 | - transform: rotate(90deg); | |
| 2514 | -} | |
| 2515 | - | |
| 2516 | -.e-units-choices input { | |
| 2517 | - display: none; | |
| 2518 | -} | |
| 2519 | -.e-units-choices input:checked + label { | |
| 2520 | - color: var(--e-a-color-primary-bold); | |
| 2521 | -} | |
| 2522 | -.e-units-choices label { | |
| 2523 | - cursor: pointer; | |
| 2524 | - display: block; | |
| 2525 | -} | |
| 2526 | -.e-units-choices { | |
| 2527 | - display: none; | |
| 2528 | - overflow: hidden; | |
| 2529 | - max-height: 0; | |
| 2530 | - position: absolute; | |
| 2531 | - inset-block-start: -0.8em; | |
| 2532 | - inset-inline-start: -0.5em; | |
| 2533 | - width: 2.5em; | |
| 2534 | - text-align: center; | |
| 2535 | - background-color: var(--e-a-bg-default); | |
| 2536 | - border-radius: var(--e-a-border-radius); | |
| 2537 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2538 | - animation-timing-function: linear; | |
| 2539 | - animation-delay: 0s; | |
| 2540 | - animation-fill-mode: forwards; | |
| 2541 | - z-index: 11000; | |
| 2542 | -} | |
| 2543 | -.e-units-choices .elementor-units-choices-label { | |
| 2544 | - display: flex; | |
| 2545 | - align-items: center; | |
| 2546 | - height: 3em; | |
| 2547 | - justify-content: center; | |
| 2548 | - font-size: 10px; | |
| 2549 | - transition: 0.15s; | |
| 2550 | -} | |
| 2551 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2552 | - color: var(--e-a-color-primary-bold); | |
| 2553 | -} | |
| 2554 | -.e-units-choices.e-units-choices-open { | |
| 2555 | - display: block; | |
| 2556 | - animation-duration: 1s; | |
| 2557 | - animation-name: e-units-choices-open; | |
| 2558 | -} | |
| 2559 | - | |
| 2560 | -.e-units-custom input { | |
| 2561 | - font-family: monospace; | |
| 2562 | - font-size: 0.85em; | |
| 2563 | -} | |
| 2564 | - | |
| 2565 | -@keyframes e-units-choices-open { | |
| 2566 | - from { | |
| 2567 | - max-height: 0; | |
| 2568 | - } | |
| 2569 | - to { | |
| 2570 | - max-height: 100vh; | |
| 2571 | - } | |
| 2572 | -} | |
| 2573 | 2123 | .elementor-control-type-dimensions .elementor-control-dimensions { |
| 2574 | 2124 | display: flex; |
| 2575 | 2125 | } |
| 2576 | 2126 | .elementor-control-type-dimensions li { |
| @@ -2584,42 +2134,36 @@ | ||
| 2584 | 2134 | width: 100%; |
| 2585 | 2135 | height: 27px; |
| 2586 | 2136 | } |
| 2587 | 2137 | .elementor-control-type-dimensions li input { |
| 2588 | - border-inline-start: none; | |
| 2138 | + border-left: none; | |
| 2589 | 2139 | border-radius: 0; |
| 2590 | - padding: var(--e-a-border-radius); | |
| 2140 | + padding: 3px; | |
| 2591 | 2141 | } |
| 2592 | 2142 | .elementor-control-type-dimensions li input:focus { |
| 2593 | - border-inline-start: var(--e-a-border-bold); | |
| 2594 | - margin-inline-start: -1px; | |
| 2143 | + border-left: 1px solid #a4afb7; | |
| 2144 | + margin-left: -1px; | |
| 2595 | 2145 | width: calc(100% + 1px); |
| 2596 | 2146 | } |
| 2597 | 2147 | .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { |
| 2598 | - color: var(--e-a-color-txt); | |
| 2148 | + color: #a4afb7; | |
| 2599 | 2149 | } |
| 2600 | 2150 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 2601 | - border: var(--e-a-border-bold); | |
| 2602 | - border-inline-start: none; | |
| 2603 | - background-color: var(--e-a-bg-default); | |
| 2151 | + border: 1px solid #d5dadf; | |
| 2152 | + border-left: none; | |
| 2153 | + background-color: #fff; | |
| 2604 | 2154 | padding: 0; |
| 2605 | 2155 | outline: none; |
| 2606 | - border-start-start-radius: 0; | |
| 2607 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2608 | - border-end-start-radius: 0; | |
| 2609 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2156 | + border-radius: 0 3px 3px 0; | |
| 2610 | 2157 | cursor: pointer; |
| 2611 | 2158 | } |
| 2612 | 2159 | .elementor-control-type-dimensions li:first-child input { |
| 2613 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2614 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2615 | - border-start-end-radius: 0; | |
| 2616 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2617 | - border-end-end-radius: 0; | |
| 2160 | + border-left: 1px solid #d5dadf; | |
| 2161 | + border-radius: 3px 0 0 3px; | |
| 2618 | 2162 | } |
| 2619 | 2163 | .elementor-control-type-dimensions li:first-child input:focus { |
| 2620 | - border-color: var(--e-a-border-color-focus); | |
| 2621 | - margin-inline-start: 0; | |
| 2164 | + border-color: #a4afb7; | |
| 2165 | + margin-left: 0; | |
| 2622 | 2166 | width: 100%; |
| 2623 | 2167 | } |
| 2624 | 2168 | .elementor-control-type-dimensions li:last-child { |
| 2625 | 2169 | max-width: 27px; |
| @@ -2627,315 +2171,41 @@ | ||
| 2627 | 2171 | .elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { |
| 2628 | 2172 | flex: 2.5; |
| 2629 | 2173 | } |
| 2630 | 2174 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 2631 | - color: var(--e-a-color-txt-muted); | |
| 2632 | 2175 | display: block; |
| 2633 | 2176 | text-align: center; |
| 2177 | + color: #d5dadf; | |
| 2634 | 2178 | font-size: 9px; |
| 2635 | - padding-block-start: 5px; | |
| 2179 | + text-transform: uppercase; | |
| 2180 | + padding-top: 5px; | |
| 2636 | 2181 | } |
| 2637 | 2182 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2638 | - background-color: var(--e-a-bg-default); | |
| 2183 | + background-color: #fff; | |
| 2639 | 2184 | } |
| 2640 | 2185 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { |
| 2641 | 2186 | display: none; |
| 2642 | 2187 | } |
| 2643 | 2188 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 2644 | - background-color: var(--e-a-bg-active-bold); | |
| 2645 | - color: var(--e-a-color-txt-accent); | |
| 2646 | - border-color: var(--e-a-border-color-bold); | |
| 2189 | + background-color: #a4afb7; | |
| 2190 | + border-color: #a4afb7; | |
| 2647 | 2191 | } |
| 2648 | 2192 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { |
| 2649 | 2193 | display: none; |
| 2650 | 2194 | } |
| 2651 | - | |
| 2652 | -.elementor-control-responsive-switchers { | |
| 2653 | - --selected-option: 0; | |
| 2654 | - --pointer-position: var(--selected-option); | |
| 2655 | - position: relative; | |
| 2656 | - width: 2.5em; | |
| 2657 | - height: 2.5em; | |
| 2658 | - margin: calc(-2.5em + 12px) 0; | |
| 2659 | - margin-inline-end: 5px; | |
| 2195 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 2196 | + color: #fff; | |
| 2660 | 2197 | } |
| 2661 | -.elementor-control-responsive-switchers__holder { | |
| 2662 | - position: absolute; | |
| 2663 | - width: 100%; | |
| 2664 | - inset-block-start: 0; | |
| 2665 | - background-color: var(--e-a-bg-default); | |
| 2666 | - border-radius: var(--e-a-border-radius); | |
| 2667 | - transition: 0.15s; | |
| 2668 | - border: 1px solid transparent; | |
| 2669 | -} | |
| 2670 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2671 | - z-index: 11000; | |
| 2672 | -} | |
| 2673 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2674 | - height: 2.5em; | |
| 2675 | - transform: scale(1); | |
| 2676 | - opacity: 1; | |
| 2677 | -} | |
| 2678 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2679 | - color: var(--e-a-color-primary-bold); | |
| 2680 | -} | |
| 2681 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2682 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2683 | -} | |
| 2684 | 2198 | |
| 2685 | -.elementor-responsive-switcher { | |
| 2686 | - all: unset; | |
| 2687 | - display: flex; | |
| 2688 | - align-items: center; | |
| 2689 | - justify-content: center; | |
| 2690 | - position: relative; | |
| 2691 | - z-index: 2; | |
| 2692 | - cursor: pointer; | |
| 2693 | - height: 0; | |
| 2694 | - width: 100%; | |
| 2695 | - transform: scale(0); | |
| 2696 | - opacity: 0; | |
| 2697 | - transition: 0.15s; | |
| 2698 | - font-size: 12px; | |
| 2699 | - color: inherit; | |
| 2700 | -} | |
| 2701 | -.elementor-responsive-switcher:hover { | |
| 2702 | - color: var(--e-a-color-primary-bold); | |
| 2703 | -} | |
| 2704 | - | |
| 2705 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2706 | - height: 2.5em; | |
| 2707 | - transform: scale(1); | |
| 2708 | - opacity: 1; | |
| 2709 | -} | |
| 2710 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2711 | - color: var(--e-a-color-primary-bold); | |
| 2712 | -} | |
| 2713 | - | |
| 2714 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2715 | - height: 2.5em; | |
| 2716 | - transform: scale(1); | |
| 2717 | - opacity: 1; | |
| 2718 | -} | |
| 2719 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2720 | - color: var(--e-a-color-primary-bold); | |
| 2721 | -} | |
| 2722 | - | |
| 2723 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2724 | - height: 2.5em; | |
| 2725 | - transform: scale(1); | |
| 2726 | - opacity: 1; | |
| 2727 | -} | |
| 2728 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2729 | - color: var(--e-a-color-primary-bold); | |
| 2730 | -} | |
| 2731 | - | |
| 2732 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2733 | - height: 2.5em; | |
| 2734 | - transform: scale(1); | |
| 2735 | - opacity: 1; | |
| 2736 | -} | |
| 2737 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2738 | - color: var(--e-a-color-primary-bold); | |
| 2739 | -} | |
| 2740 | - | |
| 2741 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2742 | - height: 2.5em; | |
| 2743 | - transform: scale(1); | |
| 2744 | - opacity: 1; | |
| 2745 | -} | |
| 2746 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2747 | - color: var(--e-a-color-primary-bold); | |
| 2748 | -} | |
| 2749 | - | |
| 2750 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2751 | - height: 2.5em; | |
| 2752 | - transform: scale(1); | |
| 2753 | - opacity: 1; | |
| 2754 | -} | |
| 2755 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2756 | - color: var(--e-a-color-primary-bold); | |
| 2757 | -} | |
| 2758 | - | |
| 2759 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2760 | - height: 2.5em; | |
| 2761 | - transform: scale(1); | |
| 2762 | - opacity: 1; | |
| 2763 | -} | |
| 2764 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2765 | - color: var(--e-a-color-primary-bold); | |
| 2766 | -} | |
| 2767 | - | |
| 2768 | -.e-units-wrapper { | |
| 2769 | - position: relative; | |
| 2770 | - margin-inline-start: auto; | |
| 2771 | -} | |
| 2772 | -.e-units-wrapper .e-units-switcher { | |
| 2773 | - cursor: pointer; | |
| 2774 | - font-size: 10px; | |
| 2775 | - padding: 0.5em; | |
| 2776 | - margin: -0.5em 0; | |
| 2777 | - transition: all ease-in-out 0.15s; | |
| 2778 | -} | |
| 2779 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2780 | - color: var(--e-a-color-primary-bold); | |
| 2781 | - background-color: var(--e-a-bg-hover); | |
| 2782 | - border-radius: var(--e-a-border-radius); | |
| 2783 | -} | |
| 2784 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2785 | - display: none; | |
| 2786 | -} | |
| 2787 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2788 | - display: none; | |
| 2789 | -} | |
| 2790 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2791 | - transform: rotate(90deg); | |
| 2792 | -} | |
| 2793 | - | |
| 2794 | -.e-units-choices input { | |
| 2795 | - display: none; | |
| 2796 | -} | |
| 2797 | -.e-units-choices input:checked + label { | |
| 2798 | - color: var(--e-a-color-primary-bold); | |
| 2799 | -} | |
| 2800 | -.e-units-choices label { | |
| 2801 | - cursor: pointer; | |
| 2802 | - display: block; | |
| 2803 | -} | |
| 2804 | -.e-units-choices { | |
| 2805 | - display: none; | |
| 2806 | - overflow: hidden; | |
| 2807 | - max-height: 0; | |
| 2808 | - position: absolute; | |
| 2809 | - inset-block-start: -0.8em; | |
| 2810 | - inset-inline-start: -0.5em; | |
| 2811 | - width: 2.5em; | |
| 2812 | - text-align: center; | |
| 2813 | - background-color: var(--e-a-bg-default); | |
| 2814 | - border-radius: var(--e-a-border-radius); | |
| 2815 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2816 | - animation-timing-function: linear; | |
| 2817 | - animation-delay: 0s; | |
| 2818 | - animation-fill-mode: forwards; | |
| 2819 | - z-index: 11000; | |
| 2820 | -} | |
| 2821 | -.e-units-choices .elementor-units-choices-label { | |
| 2822 | - display: flex; | |
| 2823 | - align-items: center; | |
| 2824 | - height: 3em; | |
| 2825 | - justify-content: center; | |
| 2826 | - font-size: 10px; | |
| 2827 | - transition: 0.15s; | |
| 2828 | -} | |
| 2829 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2830 | - color: var(--e-a-color-primary-bold); | |
| 2831 | -} | |
| 2832 | -.e-units-choices.e-units-choices-open { | |
| 2833 | - display: block; | |
| 2834 | - animation-duration: 1s; | |
| 2835 | - animation-name: e-units-choices-open; | |
| 2836 | -} | |
| 2837 | - | |
| 2838 | -.e-units-custom input { | |
| 2839 | - font-family: monospace; | |
| 2840 | - font-size: 0.85em; | |
| 2841 | -} | |
| 2842 | - | |
| 2843 | -@keyframes e-units-choices-open { | |
| 2844 | - from { | |
| 2845 | - max-height: 0; | |
| 2846 | - } | |
| 2847 | - to { | |
| 2848 | - max-height: 100vh; | |
| 2849 | - } | |
| 2850 | -} | |
| 2851 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 2852 | - display: flex; | |
| 2853 | -} | |
| 2854 | -.elementor-control-type-gaps li { | |
| 2855 | - flex: 1; | |
| 2856 | - transition: flex-grow 0.3s ease-in-out; | |
| 2857 | -} | |
| 2858 | -.elementor-control-type-gaps li input, | |
| 2859 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2860 | - display: block; | |
| 2861 | - text-align: center; | |
| 2862 | - width: 100%; | |
| 2863 | - height: 27px; | |
| 2864 | -} | |
| 2865 | -.elementor-control-type-gaps li input { | |
| 2866 | - border-inline-start: none; | |
| 2867 | - border-radius: 0; | |
| 2868 | - padding: var(--e-a-border-radius); | |
| 2869 | -} | |
| 2870 | -.elementor-control-type-gaps li input:focus { | |
| 2871 | - border-inline-start: var(--e-a-border-bold); | |
| 2872 | - margin-inline-start: -1px; | |
| 2873 | - width: calc(100% + 1px); | |
| 2874 | -} | |
| 2875 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 2876 | - color: var(--e-a-color-txt); | |
| 2877 | -} | |
| 2878 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2879 | - border: var(--e-a-border-bold); | |
| 2880 | - border-inline-start: none; | |
| 2881 | - background-color: var(--e-a-bg-default); | |
| 2882 | - padding: 0; | |
| 2883 | - outline: none; | |
| 2884 | - border-start-start-radius: 0; | |
| 2885 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2886 | - border-end-start-radius: 0; | |
| 2887 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2888 | - cursor: pointer; | |
| 2889 | -} | |
| 2890 | -.elementor-control-type-gaps li:first-child input { | |
| 2891 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2892 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2893 | - border-start-end-radius: 0; | |
| 2894 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2895 | - border-end-end-radius: 0; | |
| 2896 | -} | |
| 2897 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 2898 | - border-color: var(--e-a-border-color-focus); | |
| 2899 | - margin-inline-start: 0; | |
| 2900 | - width: 100%; | |
| 2901 | -} | |
| 2902 | -.elementor-control-type-gaps li:last-child { | |
| 2903 | - max-width: 27px; | |
| 2904 | -} | |
| 2905 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 2906 | - flex: 2.5; | |
| 2907 | -} | |
| 2908 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 2909 | - color: var(--e-a-color-txt-muted); | |
| 2910 | - display: block; | |
| 2911 | - text-align: center; | |
| 2912 | - font-size: 9px; | |
| 2913 | - padding-block-start: 5px; | |
| 2914 | -} | |
| 2915 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 2916 | - background-color: var(--e-a-bg-default); | |
| 2917 | -} | |
| 2918 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 2919 | - display: none; | |
| 2920 | -} | |
| 2921 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 2922 | - background-color: var(--e-a-bg-active-bold); | |
| 2923 | - color: var(--e-a-color-txt-accent); | |
| 2924 | - border-color: var(--e-a-border-color-bold); | |
| 2925 | -} | |
| 2926 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 2927 | - display: none; | |
| 2928 | -} | |
| 2929 | - | |
| 2930 | 2199 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2931 | 2200 | position: absolute; |
| 2932 | - inset-block-start: 50%; | |
| 2933 | - inset-inline-start: 50%; | |
| 2934 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2201 | + top: 50%; | |
| 2202 | + left: 50%; | |
| 2203 | + transform: translate(-50%, -50%); | |
| 2935 | 2204 | } |
| 2936 | 2205 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2937 | 2206 | font-size: 70px; |
| 2207 | + color: #6d7882; | |
| 2938 | 2208 | } |
| 2939 | 2209 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 2940 | 2210 | height: 75%; |
| 2941 | 2211 | } |
| @@ -2943,16 +2213,16 @@ | ||
| 2943 | 2213 | font-size: 15px; |
| 2944 | 2214 | } |
| 2945 | 2215 | |
| 2946 | 2216 | .elementor-control-type-gallery .elementor-control-media__content { |
| 2947 | - border: var(--e-a-border-bold); | |
| 2217 | + border: 1px solid #d5dadf; | |
| 2948 | 2218 | border-radius: 3px; |
| 2949 | 2219 | } |
| 2950 | 2220 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2951 | 2221 | font-size: 12px; |
| 2952 | 2222 | height: 27px; |
| 2953 | - padding-inline-start: 10px; | |
| 2954 | - border-block-end: var(--e-a-border-bold); | |
| 2223 | + padding-left: 10px; | |
| 2224 | + border-bottom: 1px solid #d5dadf; | |
| 2955 | 2225 | display: flex; |
| 2956 | 2226 | } |
| 2957 | 2227 | .elementor-control-type-gallery .elementor-control-gallery-status > * { |
| 2958 | 2228 | display: flex; |
| @@ -2964,8 +2234,11 @@ | ||
| 2964 | 2234 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2965 | 2235 | position: relative; |
| 2966 | 2236 | overflow: hidden; |
| 2967 | 2237 | } |
| 2238 | +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 2239 | + opacity: 0; | |
| 2240 | +} | |
| 2968 | 2241 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2969 | 2242 | display: grid; |
| 2970 | 2243 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2971 | 2244 | grid-gap: 10px; |
| @@ -2971,58 +2244,57 @@ | ||
| 2971 | 2244 | grid-gap: 10px; |
| 2972 | 2245 | cursor: pointer; |
| 2973 | 2246 | padding: 10px; |
| 2974 | 2247 | } |
| 2975 | -.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 { | |
| 2976 | - opacity: 1; | |
| 2977 | -} | |
| 2978 | 2248 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2979 | 2249 | width: 48px; |
| 2980 | 2250 | height: 48px; |
| 2981 | - -o-object-fit: cover; | |
| 2982 | - object-fit: cover; | |
| 2983 | - border: var(--e-a-border); | |
| 2251 | + background-size: cover; | |
| 2252 | + background-position: 50% 50%; | |
| 2984 | 2253 | } |
| 2985 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2986 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2987 | - opacity: 0.6; | |
| 2988 | -} | |
| 2989 | 2254 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2990 | 2255 | position: absolute; |
| 2991 | - inset: 0; | |
| 2992 | - background-color: rgba(0, 0, 0, 0.2); | |
| 2256 | + top: 0; | |
| 2257 | + bottom: 0; | |
| 2258 | + left: 0; | |
| 2259 | + right: 0; | |
| 2260 | + background-color: rgba(109, 120, 130, 0.3); | |
| 2993 | 2261 | padding: 10px; |
| 2994 | 2262 | font-size: 11px; |
| 2995 | 2263 | transition: all 0.3s ease-in-out; |
| 2996 | 2264 | pointer-events: none; |
| 2997 | 2265 | cursor: pointer; |
| 2998 | - opacity: 0; | |
| 2266 | + opacity: 1; | |
| 2999 | 2267 | } |
| 3000 | 2268 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 3001 | 2269 | position: absolute; |
| 3002 | - inset-block-start: 10px; | |
| 3003 | - inset-inline-end: 10px; | |
| 2270 | + top: 10px; | |
| 2271 | + right: 10px; | |
| 3004 | 2272 | width: 21px; |
| 3005 | 2273 | height: 21px; |
| 3006 | - color: var(--e-a-color-white); | |
| 3007 | - background-color: rgba(0, 0, 0, 0.5); | |
| 2274 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2275 | + color: #a4afb7; | |
| 3008 | 2276 | box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); |
| 3009 | - transition: var(--e-a-transition-hover); | |
| 2277 | + border-radius: 3px; | |
| 3010 | 2278 | } |
| 3011 | 2279 | .elementor-control-type-gallery .elementor-control-gallery-edit span i { |
| 3012 | 2280 | font-size: 11px; |
| 3013 | 2281 | padding: 5px; |
| 3014 | 2282 | } |
| 3015 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 3016 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3017 | -} | |
| 3018 | 2283 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 3019 | 2284 | width: 48px; |
| 3020 | 2285 | height: 48px; |
| 2286 | + color: #fff; | |
| 2287 | + background-color: #d5dadf; | |
| 3021 | 2288 | font-size: 14px; |
| 2289 | + border-radius: 0; | |
| 3022 | 2290 | } |
| 2291 | +.elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 2292 | + background-color: #c2cbd2; | |
| 2293 | +} | |
| 3023 | 2294 | .elementor-control-type-gallery .elementor-control-gallery-add i { |
| 3024 | 2295 | margin: 0; |
| 2296 | + color: #a4afb7; | |
| 3025 | 2297 | } |
| 3026 | 2298 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 3027 | 2299 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 3028 | 2300 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| @@ -3034,25 +2306,22 @@ | ||
| 3034 | 2306 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 3035 | 2307 | display: none; |
| 3036 | 2308 | } |
| 3037 | 2309 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 3038 | - border-inline-start: var(--e-a-border); | |
| 2310 | + border-left: 1px solid #d5dadf; | |
| 3039 | 2311 | } |
| 3040 | 2312 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 3041 | - color: currentColor; | |
| 3042 | - background-color: transparent; | |
| 3043 | - border: none; | |
| 3044 | 2313 | cursor: pointer; |
| 3045 | 2314 | justify-content: center; |
| 3046 | 2315 | } |
| 3047 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 3048 | - color: var(--e-a-color-danger); | |
| 2316 | +.elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2317 | + color: #b01b1b; | |
| 3049 | 2318 | } |
| 3050 | 2319 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 3051 | - border-width: 0; | |
| 3052 | - border-inline-start-width: 1px; | |
| 3053 | - border-block-end-width: 1px; | |
| 3054 | - border-radius: 0; | |
| 2320 | + border: none; | |
| 2321 | + border-bottom: 1px solid #d5dadf; | |
| 2322 | + border-left: 1px solid #d5dadf; | |
| 2323 | + border-radius: 0 3px 0 0; | |
| 3055 | 2324 | } |
| 3056 | 2325 | |
| 3057 | 2326 | .e-global__popover { |
| 3058 | 2327 | width: 288px; |
| @@ -3057,49 +2326,44 @@ | ||
| 3057 | 2326 | .e-global__popover { |
| 3058 | 2327 | width: 288px; |
| 3059 | 2328 | z-index: 1; |
| 3060 | 2329 | font-size: 12px; |
| 3061 | - padding-inline-start: 10px; | |
| 2330 | + padding-left: 10px; | |
| 3062 | 2331 | } |
| 3063 | 2332 | .e-global__popover-toggle { |
| 3064 | - border: var(--e-a-border-bold); | |
| 3065 | - border-inline-end: 0; | |
| 3066 | - border-start-start-radius: 3px; | |
| 3067 | - border-start-end-radius: 0; | |
| 3068 | - border-end-start-radius: 3px; | |
| 3069 | - border-end-end-radius: 0; | |
| 2333 | + border: 1px solid #d5dadf; | |
| 2334 | + border-right: 0; | |
| 2335 | + border-radius: 3px 0 0 3px; | |
| 3070 | 2336 | display: flex; |
| 3071 | 2337 | align-items: center; |
| 3072 | 2338 | justify-content: center; |
| 3073 | 2339 | cursor: pointer; |
| 3074 | - transition: var(--e-a-transition-hover); | |
| 3075 | 2340 | } |
| 3076 | -.e-global__popover-toggle:hover { | |
| 3077 | - background-color: var(--e-a-bg-hover); | |
| 2341 | +.e-global__popover-toggle--active i { | |
| 2342 | + color: #71d7f7; | |
| 3078 | 2343 | } |
| 3079 | -.e-global__popover-toggle--active { | |
| 3080 | - color: var(--e-a-color-primary-bold); | |
| 3081 | - background-color: var(--e-a-bg-active-bold); | |
| 3082 | -} | |
| 3083 | 2344 | .e-global__popover-container { |
| 3084 | - box-shadow: var(--e-a-popover-shadow); | |
| 3085 | - border-radius: var(--e-a-border-radius); | |
| 3086 | - background-color: var(--e-a-bg-default); | |
| 2345 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2346 | + border-radius: 3px; | |
| 2347 | + background-color: #fff; | |
| 2348 | + padding-bottom: 5px; | |
| 3087 | 2349 | } |
| 3088 | 2350 | .e-global__popover-title { |
| 3089 | 2351 | padding: 15px 20px; |
| 3090 | 2352 | font-weight: 500; |
| 3091 | - border-block-end: var(--e-a-border); | |
| 2353 | + color: #6d7882; | |
| 2354 | + border-bottom: 1px solid #e6e9ec; | |
| 3092 | 2355 | display: flex; |
| 3093 | 2356 | } |
| 3094 | 2357 | .e-global__popover-title > i { |
| 3095 | - margin-inline-end: 5px; | |
| 2358 | + margin-right: 5px; | |
| 2359 | + color: #d5dadf; | |
| 3096 | 2360 | } |
| 3097 | 2361 | .e-global__popover-title-text { |
| 3098 | 2362 | flex-grow: 1; |
| 3099 | 2363 | } |
| 3100 | 2364 | .e-global__popover-info { |
| 3101 | - margin-inline-end: 10px; | |
| 2365 | + margin-right: 5px; | |
| 3102 | 2366 | display: inline-block; |
| 3103 | 2367 | } |
| 3104 | 2368 | .e-global__popover-info-tooltip { |
| 3105 | 2369 | width: 270px; |
| @@ -3104,9 +2368,9 @@ | ||
| 3104 | 2368 | .e-global__popover-info-tooltip { |
| 3105 | 2369 | width: 270px; |
| 3106 | 2370 | z-index: 1; |
| 3107 | 2371 | background-color: rgba(0, 0, 0, 0.9); |
| 3108 | - color: var(--e-a-color-white); | |
| 2372 | + color: #fff; | |
| 3109 | 2373 | padding: 20px; |
| 3110 | 2374 | border-radius: 3px; |
| 3111 | 2375 | } |
| 3112 | 2376 | .e-global__popover-info-tooltip:after { |
| @@ -3111,46 +2375,41 @@ | ||
| 3111 | 2375 | } |
| 3112 | 2376 | .e-global__popover-info-tooltip:after { |
| 3113 | 2377 | content: ""; |
| 3114 | 2378 | position: absolute; |
| 3115 | - inset-block-end: -17px; | |
| 3116 | - inset-inline-start: 16px; | |
| 2379 | + bottom: -17px; | |
| 2380 | + left: 16px; | |
| 3117 | 2381 | border: 10px solid transparent; |
| 3118 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 2382 | + border-top-color: rgba(0, 0, 0, 0.9); | |
| 3119 | 2383 | } |
| 3120 | 2384 | .e-global__popover-info i { |
| 2385 | + color: #d5dadf; | |
| 3121 | 2386 | font-size: 13px; |
| 3122 | 2387 | } |
| 3123 | 2388 | .e-global__preview-items-container { |
| 3124 | - max-height: 400px; | |
| 2389 | + max-height: 260px; | |
| 3125 | 2390 | overflow-y: auto; |
| 3126 | - padding: 5px 0; | |
| 2391 | + margin-top: 5px; | |
| 3127 | 2392 | } |
| 3128 | 2393 | .e-global__preview-items-container::-webkit-scrollbar { |
| 3129 | 2394 | width: 7px; |
| 3130 | 2395 | } |
| 3131 | 2396 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3132 | - background-color: #BABFC5; | |
| 2397 | + background-color: #c2cbd2; | |
| 3133 | 2398 | border-radius: 10px; |
| 3134 | 2399 | } |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 2400 | +.e-global__manage-button { | |
| 3137 | 2401 | font-weight: 500; |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 2402 | + cursor: pointer; | |
| 3140 | 2403 | } |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 2404 | +.e-global__manage-button:hover i { | |
| 2405 | + color: #4ab7f4; | |
| 3145 | 2406 | } |
| 3146 | -.e-global__manage-button { | |
| 3147 | - font-weight: 500; | |
| 3148 | - cursor: pointer; | |
| 2407 | +.e-global__manage-button i { | |
| 2408 | + color: #6d7882; | |
| 3149 | 2409 | } |
| 3150 | 2410 | .e-global__typography { |
| 3151 | - padding-block: 10px; | |
| 3152 | - padding-inline: 35px 20px; | |
| 2411 | + padding: 5px 10px 5px 35px; | |
| 3153 | 2412 | white-space: nowrap; |
| 3154 | 2413 | text-overflow: ellipsis; |
| 3155 | 2414 | overflow: hidden; |
| 3156 | 2415 | } |
| @@ -3159,60 +2418,73 @@ | ||
| 3159 | 2418 | font-size: 13px; |
| 3160 | 2419 | content: "\e90e"; |
| 3161 | 2420 | position: absolute; |
| 3162 | 2421 | transform: translateY(-50%); |
| 3163 | - inset-block-start: 50%; | |
| 3164 | - inset-inline-start: 13px; | |
| 2422 | + top: 50%; | |
| 2423 | + left: 12px; | |
| 3165 | 2424 | } |
| 3166 | 2425 | .e-global__color { |
| 3167 | - padding: 10px 20px; | |
| 2426 | + margin: 5px auto; | |
| 2427 | + padding: 5px 20px; | |
| 3168 | 2428 | display: flex; |
| 3169 | 2429 | align-items: center; |
| 3170 | 2430 | } |
| 2431 | +.e-global__color:first-child { | |
| 2432 | + margin-top: 5px; | |
| 2433 | +} | |
| 2434 | +.e-global__color:last-child { | |
| 2435 | + margin-bottom: 10px; | |
| 2436 | +} | |
| 3171 | 2437 | .e-global__color-preview-container { |
| 3172 | 2438 | height: 20px; |
| 3173 | 2439 | width: 20px; |
| 3174 | 2440 | border-radius: 3px; |
| 3175 | 2441 | border: 1px solid rgba(0, 0, 0, 0.1); |
| 3176 | - margin-inline-end: 10px; | |
| 2442 | + margin-right: 10px; | |
| 3177 | 2443 | flex-shrink: 0; |
| 3178 | 2444 | position: relative; |
| 3179 | 2445 | } |
| 3180 | 2446 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3181 | 2447 | border-radius: 3px; |
| 2448 | + height: 100%; | |
| 2449 | + width: 100%; | |
| 3182 | 2450 | position: absolute; |
| 3183 | - inset: 0; | |
| 2451 | + top: 0; | |
| 2452 | + left: 0; | |
| 3184 | 2453 | } |
| 3185 | 2454 | .e-global__color-preview-transparent-bg { |
| 3186 | - 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)); | |
| 2455 | + 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); | |
| 3187 | 2456 | background-size: 12px 12px; |
| 3188 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 2457 | + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 ); | |
| 3189 | 2458 | } |
| 3190 | 2459 | .e-global__color-title { |
| 2460 | + font-weight: 500; | |
| 2461 | + color: #6d7882; | |
| 3191 | 2462 | flex-grow: 1; |
| 3192 | 2463 | white-space: nowrap; |
| 3193 | 2464 | text-overflow: ellipsis; |
| 3194 | 2465 | overflow: hidden; |
| 3195 | - padding-inline-end: 10px; | |
| 2466 | + padding-right: 10px; | |
| 3196 | 2467 | } |
| 3197 | 2468 | .e-global__color-hex { |
| 3198 | 2469 | font-size: 10px; |
| 3199 | - color: var(--e-a-color-txt-muted); | |
| 2470 | + font-weight: 500; | |
| 2471 | + color: #c2cbd2; | |
| 3200 | 2472 | } |
| 3201 | 2473 | .e-global__color .pcr-button { |
| 3202 | - background-color: var(--e-a-bg-default); | |
| 2474 | + background-color: #fff; | |
| 3203 | 2475 | } |
| 3204 | 2476 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { |
| 3205 | 2477 | display: flex; |
| 3206 | 2478 | justify-content: center; |
| 3207 | 2479 | align-items: center; |
| 3208 | - color: var(--e-a-color-white); | |
| 2480 | + color: #ffffff; | |
| 3209 | 2481 | } |
| 3210 | 2482 | .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { |
| 3211 | 2483 | font-family: "eicons"; |
| 3212 | 2484 | font-size: 13px; |
| 3213 | 2485 | content: "\e90e"; |
| 3214 | - text-shadow: 0 0 1px #000; | |
| 2486 | + text-shadow: 0px 0px 1px #000; | |
| 3215 | 2487 | z-index: 1; |
| 3216 | 2488 | } |
| 3217 | 2489 | .e-global__preview-item { |
| 3218 | 2490 | cursor: pointer; |
| @@ -3218,23 +2490,33 @@ | ||
| 3218 | 2490 | cursor: pointer; |
| 3219 | 2491 | position: relative; |
| 3220 | 2492 | } |
| 3221 | 2493 | .e-global__preview-item:hover { |
| 3222 | - background-color: var(--e-a-bg-hover); | |
| 2494 | + background-color: #f1f3f5; | |
| 3223 | 2495 | } |
| 3224 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 3225 | - color: var(--e-a-color-warning); | |
| 2496 | +.e-global__preview-item:hover .e-global__color-hex { | |
| 2497 | + color: #a4afb7; | |
| 3226 | 2498 | } |
| 2499 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 2500 | + color: #39b54a; | |
| 2501 | +} | |
| 2502 | +.e-global__confirm-delete i { | |
| 2503 | + color: #b01b1b; | |
| 2504 | +} | |
| 2505 | +.e-global__confirm-message-text i { | |
| 2506 | + color: #fcb92c; | |
| 2507 | +} | |
| 3227 | 2508 | .e-global__confirm-input-wrapper { |
| 3228 | 2509 | display: flex; |
| 3229 | 2510 | align-items: center; |
| 3230 | - border: var(--e-a-border); | |
| 3231 | - border-radius: var(--e-a-border-radius); | |
| 3232 | - margin: 15px 0; | |
| 2511 | + border: 1px solid #a4afb7; | |
| 2512 | + border-radius: 3px; | |
| 2513 | + margin-top: 10px; | |
| 3233 | 2514 | padding: 2px; |
| 3234 | 2515 | } |
| 3235 | 2516 | .e-global__confirm-input-wrapper input { |
| 3236 | - font-family: var(--e-a-font-family); | |
| 2517 | + font-family: Roboto, Arial, sans-serif; | |
| 2518 | + font-weight: 500; | |
| 3237 | 2519 | font-size: 12px; |
| 3238 | 2520 | padding: 2px; |
| 3239 | 2521 | border: 0; |
| 3240 | 2522 | } |
| @@ -3245,14 +2527,12 @@ | ||
| 3245 | 2527 | max-width: 135px; |
| 3246 | 2528 | width: 100%; |
| 3247 | 2529 | } |
| 3248 | 2530 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3249 | - display: flex; | |
| 3250 | - flex-direction: row; | |
| 3251 | - align-items: stretch; | |
| 2531 | + direction: ltr; | |
| 3252 | 2532 | } |
| 3253 | 2533 | .e-control-global .elementor-control-spinner { |
| 3254 | - margin-inline-end: 4px; | |
| 2534 | + margin-right: 4px; | |
| 3255 | 2535 | } |
| 3256 | 2536 | |
| 3257 | 2537 | .elementor-control-type-hidden { |
| 3258 | 2538 | display: none !important; |
| @@ -3258,9 +2538,9 @@ | ||
| 3258 | 2538 | display: none !important; |
| 3259 | 2539 | } |
| 3260 | 2540 | |
| 3261 | 2541 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3262 | - margin-inline-end: 3px; | |
| 2542 | + margin-right: 3px; | |
| 3263 | 2543 | } |
| 3264 | 2544 | |
| 3265 | 2545 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3266 | 2546 | margin: 0 0 15px; |
| @@ -3266,31 +2546,35 @@ | ||
| 3266 | 2546 | margin: 0 0 15px; |
| 3267 | 2547 | line-height: 1.4; |
| 3268 | 2548 | } |
| 3269 | 2549 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 3270 | - display: flex; | |
| 3271 | - align-items: flex-start; | |
| 2550 | + overflow: hidden; | |
| 3272 | 2551 | } |
| 3273 | 2552 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 3274 | 2553 | width: 65px; |
| 2554 | + float: left; | |
| 3275 | 2555 | } |
| 3276 | 2556 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { |
| 3277 | - color: var(--e-a-color-txt); | |
| 2557 | + color: #a4afb7; | |
| 3278 | 2558 | } |
| 3279 | 2559 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3280 | 2560 | width: 20px; |
| 3281 | 2561 | text-align: center; |
| 3282 | - padding-block-start: 4px; | |
| 2562 | + float: left; | |
| 2563 | + padding-top: 4px; | |
| 3283 | 2564 | } |
| 3284 | 2565 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3285 | 2566 | display: block; |
| 3286 | - margin-block-start: 5px; | |
| 3287 | - color: var(--e-a-color-txt-disabled); | |
| 3288 | - font-size: 10px; | |
| 2567 | + text-transform: uppercase; | |
| 2568 | + margin-top: 5px; | |
| 2569 | + color: #d5dadf; | |
| 2570 | + font-size: 9px; | |
| 3289 | 2571 | text-align: center; |
| 3290 | 2572 | } |
| 3291 | 2573 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3292 | - margin-inline-start: auto; | |
| 2574 | + float: right; | |
| 2575 | + height: 27px; | |
| 2576 | + width: 65px; | |
| 3293 | 2577 | } |
| 3294 | 2578 | |
| 3295 | 2579 | .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 { |
| 3296 | 2580 | display: none; |
| @@ -3302,16 +2586,16 @@ | ||
| 3302 | 2586 | display: none; |
| 3303 | 2587 | } |
| 3304 | 2588 | .elementor-control-media .eicon-plus-circle { |
| 3305 | 2589 | position: absolute; |
| 3306 | - inset-block-start: 50%; | |
| 3307 | - inset-inline-start: 50%; | |
| 3308 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3309 | - color: var(--e-a-color-white); | |
| 2590 | + top: 50%; | |
| 2591 | + left: 50%; | |
| 2592 | + transform: translate(-50%, -50%); | |
| 2593 | + color: #ffffff; | |
| 3310 | 2594 | font-size: 20px; |
| 3311 | 2595 | } |
| 3312 | 2596 | .elementor-control-media__content__upload-button { |
| 3313 | - background-color: var(--e-a-bg-active-bold); | |
| 2597 | + background-color: #d5dadf; | |
| 3314 | 2598 | } |
| 3315 | 2599 | .elementor-control-media__preview { |
| 3316 | 2600 | height: 100%; |
| 3317 | 2601 | background-size: cover; |
| @@ -3317,13 +2601,12 @@ | ||
| 3317 | 2601 | background-size: cover; |
| 3318 | 2602 | background-position: center; |
| 3319 | 2603 | } |
| 3320 | 2604 | .elementor-control-media-area { |
| 3321 | - 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)); | |
| 2605 | + 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); | |
| 3322 | 2606 | background-size: 16px 16px; |
| 3323 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 3324 | - background-color: var(--e-a-bg-default); | |
| 3325 | - border: var(--e-a-border-bold); | |
| 2607 | + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 ); | |
| 2608 | + background-color: #f6f6f6; | |
| 3326 | 2609 | aspect-ratio: 21/9; |
| 3327 | 2610 | } |
| 3328 | 2611 | .elementor-control-media-area:not(:hover) .elementor-control-media__remove { |
| 3329 | 2612 | display: none; |
| @@ -3329,11 +2612,11 @@ | ||
| 3329 | 2612 | display: none; |
| 3330 | 2613 | } |
| 3331 | 2614 | .elementor-control-media-area .eicon-video-camera { |
| 3332 | 2615 | position: absolute; |
| 3333 | - inset-block-start: 50%; | |
| 3334 | - inset-inline-start: 50%; | |
| 3335 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2616 | + top: 50%; | |
| 2617 | + left: 50%; | |
| 2618 | + transform: translate(-50%, -50%); | |
| 3336 | 2619 | color: rgba(255, 255, 255, 0.7); |
| 3337 | 2620 | font-size: 21px; |
| 3338 | 2621 | } |
| 3339 | 2622 | .elementor-control-media .elementor-control-media__content { |
| @@ -3344,14 +2627,17 @@ | ||
| 3344 | 2627 | } |
| 3345 | 2628 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3346 | 2629 | content: ""; |
| 3347 | 2630 | position: absolute; |
| 3348 | - inset: 0; | |
| 2631 | + top: 0; | |
| 2632 | + bottom: 0; | |
| 2633 | + left: 0; | |
| 2634 | + right: 0; | |
| 3349 | 2635 | background-color: rgba(0, 0, 0, 0.2); |
| 3350 | 2636 | pointer-events: none; |
| 3351 | 2637 | } |
| 3352 | 2638 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3353 | - inset-block-end: -30px; | |
| 2639 | + bottom: -30px; | |
| 3354 | 2640 | } |
| 3355 | 2641 | .elementor-control-media__content { |
| 3356 | 2642 | transition: all 0.2s ease-in-out; |
| 3357 | 2643 | } |
| @@ -3356,15 +2642,16 @@ | ||
| 3356 | 2642 | transition: all 0.2s ease-in-out; |
| 3357 | 2643 | } |
| 3358 | 2644 | .elementor-control-media__tools { |
| 3359 | 2645 | position: absolute; |
| 3360 | - inset-block-end: 0; | |
| 3361 | - inset-inline: 0; | |
| 2646 | + bottom: 0; | |
| 2647 | + left: 0; | |
| 2648 | + right: 0; | |
| 3362 | 2649 | height: 27px; |
| 3363 | 2650 | transition: all 0.2s ease-in-out; |
| 3364 | 2651 | } |
| 3365 | 2652 | .elementor-control-media__tools > *:not(:first-child) { |
| 3366 | - margin-inline-start: 1px; | |
| 2653 | + margin-left: 1px; | |
| 3367 | 2654 | } |
| 3368 | 2655 | .elementor-control-media__tool { |
| 3369 | 2656 | display: flex; |
| 3370 | 2657 | align-items: center; |
| @@ -3369,15 +2656,15 @@ | ||
| 3369 | 2656 | display: flex; |
| 3370 | 2657 | align-items: center; |
| 3371 | 2658 | justify-content: center; |
| 3372 | 2659 | flex-grow: 1; |
| 3373 | - color: var(--e-a-color-white); | |
| 3374 | - background-color: rgba(0, 0, 0, 0.9); | |
| 2660 | + color: #ffffff; | |
| 2661 | + background-color: rgba(109, 120, 130, 0.85); | |
| 3375 | 2662 | font-size: 11px; |
| 3376 | - transition: var(--e-a-transition-hover); | |
| 2663 | + transition: background 0.3s; | |
| 3377 | 2664 | } |
| 3378 | 2665 | .elementor-control-media__tool:hover { |
| 3379 | - background-color: rgba(0, 0, 0, 0.8); | |
| 2666 | + background-color: rgba(109, 120, 130, 0.95); | |
| 3380 | 2667 | } |
| 3381 | 2668 | .elementor-control-media__remove { |
| 3382 | 2669 | display: flex; |
| 3383 | 2670 | align-items: center; |
| @@ -3386,45 +2673,40 @@ | ||
| 3386 | 2673 | } |
| 3387 | 2674 | .elementor-control-media__content__remove { |
| 3388 | 2675 | position: absolute; |
| 3389 | 2676 | z-index: 1; |
| 3390 | - inset-block-start: 10px; | |
| 3391 | - inset-inline-end: 10px; | |
| 2677 | + top: 10px; | |
| 2678 | + right: 10px; | |
| 3392 | 2679 | width: 20px; |
| 3393 | 2680 | height: 20px; |
| 3394 | 2681 | font-size: 11px; |
| 3395 | - color: var(--e-a-color-white); | |
| 3396 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3397 | - border-radius: var(--e-border-radius); | |
| 3398 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3399 | - transition: var(--e-a-transition-hover); | |
| 2682 | + color: #ffffff; | |
| 2683 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2684 | + border-radius: 3px; | |
| 2685 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 2686 | + transition: background 0.3s; | |
| 3400 | 2687 | } |
| 3401 | 2688 | .elementor-control-media__content__remove:hover { |
| 3402 | - background-color: rgba(0, 0, 0, 0.6); | |
| 2689 | + background-color: rgba(109, 120, 130, 0.95); | |
| 2690 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 3403 | 2691 | } |
| 3404 | 2692 | .elementor-control-media.e-media-empty .elementor-control-file-area { |
| 3405 | 2693 | display: none; |
| 3406 | 2694 | } |
| 3407 | -.elementor-control-media__warnings:empty { | |
| 3408 | - display: none; | |
| 3409 | -} | |
| 3410 | -.elementor-control-media__warnings:not(:empty) { | |
| 3411 | - margin-block-start: 10px; | |
| 3412 | -} | |
| 3413 | 2695 | .elementor-control-media__file { |
| 3414 | 2696 | display: flex; |
| 3415 | 2697 | justify-content: space-between; |
| 3416 | 2698 | align-items: center; |
| 3417 | 2699 | width: 100%; |
| 3418 | - margin-block-start: 10px; | |
| 3419 | - border: var(--e-a-border); | |
| 2700 | + margin-top: 10px; | |
| 2701 | + border: 1px solid #d5dadf; | |
| 3420 | 2702 | } |
| 3421 | 2703 | .elementor-control-media__file__content { |
| 3422 | - padding-inline-start: 5px; | |
| 2704 | + padding-left: 5px; | |
| 3423 | 2705 | font-size: 12px; |
| 3424 | 2706 | } |
| 3425 | 2707 | .elementor-control-media__file__content__label { |
| 3426 | - color: #9DA5AE; | |
| 2708 | + color: #a4afb7; | |
| 3427 | 2709 | } |
| 3428 | 2710 | .elementor-control-media__file__content__info { |
| 3429 | 2711 | display: flex; |
| 3430 | 2712 | align-items: center; |
| @@ -3430,13 +2712,13 @@ | ||
| 3430 | 2712 | align-items: center; |
| 3431 | 2713 | font-weight: 500; |
| 3432 | 2714 | } |
| 3433 | 2715 | .elementor-control-media__file__content__info__icon { |
| 3434 | - margin-inline-end: 5px; | |
| 2716 | + margin-right: 5px; | |
| 3435 | 2717 | } |
| 3436 | 2718 | .elementor-control-media__file__controls { |
| 3437 | 2719 | display: flex; |
| 3438 | - border-inline-start: var(--e-a-border); | |
| 2720 | + border-left: 1px solid #d5dadf; | |
| 3439 | 2721 | } |
| 3440 | 2722 | .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { |
| 3441 | 2723 | width: 27px; |
| 3442 | 2724 | height: 27px; |
| @@ -3447,9 +2729,9 @@ | ||
| 3447 | 2729 | display: flex; |
| 3448 | 2730 | justify-content: center; |
| 3449 | 2731 | } |
| 3450 | 2732 | .elementor-control-media__file__controls__remove { |
| 3451 | - border-inline-end: var(--e-a-border); | |
| 2733 | + border-right: 1px solid #d5dadf; | |
| 3452 | 2734 | } |
| 3453 | 2735 | .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { |
| 3454 | 2736 | display: none; |
| 3455 | 2737 | } |
| @@ -3461,23 +2743,22 @@ | ||
| 3461 | 2743 | } |
| 3462 | 2744 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 3463 | 2745 | border: none; |
| 3464 | 2746 | border-radius: 0; |
| 3465 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3466 | - color: var(--e-a-color-white); | |
| 2747 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2748 | + color: #ffffff; | |
| 3467 | 2749 | } |
| 3468 | 2750 | .elementor-control-media .elementor-control-dynamic-switcher:hover { |
| 3469 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3470 | - color: var(--e-a-color-white); | |
| 2751 | + background-color: rgba(109, 120, 130, 0.95); | |
| 3471 | 2752 | } |
| 3472 | 2753 | .elementor-control-media .e-control-image-size { |
| 3473 | 2754 | display: flex; |
| 3474 | 2755 | flex-direction: column; |
| 3475 | 2756 | width: 100%; |
| 3476 | - padding-block-start: 20px; | |
| 2757 | + padding-top: 20px; | |
| 3477 | 2758 | } |
| 3478 | 2759 | .elementor-control-media .e-control-image-size .elementor-control-input-wrapper { |
| 3479 | - margin-inline-start: auto; | |
| 2760 | + margin-left: auto; | |
| 3480 | 2761 | } |
| 3481 | 2762 | |
| 3482 | 2763 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3483 | 2764 | border: none; |
| @@ -3483,81 +2764,54 @@ | ||
| 3483 | 2764 | border: none; |
| 3484 | 2765 | } |
| 3485 | 2766 | |
| 3486 | 2767 | .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { |
| 3487 | - background-color: var(--e-a-bg-active-bold); | |
| 2768 | + background-color: #d5dadf; | |
| 3488 | 2769 | } |
| 3489 | 2770 | |
| 3490 | -.elementor-control-notice { | |
| 3491 | - display: flex; | |
| 3492 | - justify-content: flex-start; | |
| 3493 | - align-items: flex-start; | |
| 3494 | - gap: 8px; | |
| 3495 | - padding: 16px; | |
| 3496 | - border-radius: 3px; | |
| 3497 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3498 | - color: var(--e-a-color-txt); | |
| 3499 | - font-size: 12px; | |
| 3500 | - font-weight: 400; | |
| 3501 | - line-height: 1.5; | |
| 3502 | - text-align: start; | |
| 3503 | - margin-block-start: 10px; | |
| 2771 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 2772 | + border-radius: 3px 0 0 3px; | |
| 2773 | + border-right: none; | |
| 3504 | 2774 | } |
| 3505 | -.elementor-control-notice-type-info { | |
| 3506 | - --notice-control-color: var(--e-a-color-info); | |
| 2775 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 2776 | + border-radius: 0 3px 3px 0; | |
| 3507 | 2777 | } |
| 3508 | -.elementor-control-notice-type-success { | |
| 3509 | - --notice-control-color: var(--e-a-color-success); | |
| 3510 | -} | |
| 3511 | -.elementor-control-notice-type-warning { | |
| 3512 | - --notice-control-color: var(--e-a-color-warning); | |
| 3513 | -} | |
| 3514 | -.elementor-control-notice-type-danger { | |
| 3515 | - --notice-control-color: var(--e-a-color-danger); | |
| 3516 | -} | |
| 3517 | -.elementor-control-notice-icon { | |
| 3518 | - flex-basis: 18px; | |
| 3519 | - color: var(--notice-control-color); | |
| 3520 | -} | |
| 3521 | -.elementor-control-notice-main { | |
| 2778 | + | |
| 2779 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 3522 | 2780 | display: flex; |
| 3523 | - flex-direction: column; | |
| 3524 | - justify-content: flex-start; | |
| 3525 | - align-items: flex-start; | |
| 3526 | - gap: 6px; | |
| 3527 | - flex: 1; | |
| 3528 | 2781 | } |
| 3529 | -.elementor-control-notice-main-heading { | |
| 3530 | - font-weight: 700; | |
| 3531 | - font-style: italic; | |
| 2782 | +.elementor-control-type-order input { | |
| 2783 | + display: none; | |
| 3532 | 2784 | } |
| 3533 | -.elementor-control-notice-main-content { | |
| 3534 | - font-style: italic; | |
| 3535 | - line-height: 1.5; | |
| 2785 | +.elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 2786 | + transform: scale(1, -1); | |
| 3536 | 2787 | } |
| 3537 | -.elementor-control-notice-main-actions { | |
| 3538 | - display: flex; | |
| 3539 | - gap: 10px; | |
| 3540 | - padding-block-start: 8px; | |
| 2788 | +.elementor-control-type-order select { | |
| 2789 | + border-radius: 3px 0 0 3px; | |
| 3541 | 2790 | } |
| 3542 | -.elementor-control-notice-main a { | |
| 3543 | - color: inherit; | |
| 3544 | - font-weight: 700; | |
| 3545 | - cursor: pointer; | |
| 2791 | +.elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 2792 | + border-color: #d5dadf; | |
| 3546 | 2793 | } |
| 3547 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3548 | - color: inherit; | |
| 2794 | +.elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 2795 | + border-color: #a4afb7; | |
| 3549 | 2796 | } |
| 3550 | -.elementor-control-notice-dismiss { | |
| 3551 | - -webkit-appearance: none; | |
| 3552 | - -moz-appearance: none; | |
| 3553 | - appearance: none; | |
| 3554 | - background-color: transparent; | |
| 3555 | - border: 0; | |
| 2797 | +.elementor-control-type-order .elementor-control-order-label { | |
| 2798 | + position: relative; | |
| 3556 | 2799 | padding: 0; |
| 3557 | - margin: 0; | |
| 2800 | + width: 40px; | |
| 2801 | + border: 1px solid; | |
| 2802 | + font-size: 10px; | |
| 2803 | + border-radius: 0 3px 3px 0; | |
| 2804 | + margin-left: -3px; | |
| 2805 | + background-color: #fff; | |
| 3558 | 2806 | cursor: pointer; |
| 3559 | 2807 | } |
| 2808 | +.elementor-control-type-order .elementor-control-order-label i { | |
| 2809 | + position: absolute; | |
| 2810 | + top: 50%; | |
| 2811 | + left: 50%; | |
| 2812 | + transform: translate(-50%, -50%); | |
| 2813 | +} | |
| 3560 | 2814 | |
| 3561 | 2815 | .elementor-control-type-popover_toggle input { |
| 3562 | 2816 | display: none; |
| 3563 | 2817 | } |
| @@ -3564,99 +2818,86 @@ | ||
| 3564 | 2818 | .elementor-control-type-popover_toggle label { |
| 3565 | 2819 | cursor: pointer; |
| 3566 | 2820 | } |
| 3567 | 2821 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3568 | - display: flex; | |
| 3569 | - flex-direction: row-reverse; | |
| 3570 | - align-items: center; | |
| 2822 | + direction: rtl; | |
| 3571 | 2823 | } |
| 3572 | 2824 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3573 | - color: var(--e-a-color-txt-active); | |
| 3574 | - background-color: var(--e-a-bg-active-bold); | |
| 2825 | + color: #71d7f7; | |
| 3575 | 2826 | } |
| 3576 | 2827 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 3577 | 2828 | display: none; |
| 3578 | 2829 | } |
| 2830 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2831 | + color: #c2cbd2; | |
| 2832 | + margin-right: 5px; | |
| 2833 | +} | |
| 3579 | 2834 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 3580 | 2835 | height: 27px; |
| 3581 | 2836 | display: inline-flex; |
| 3582 | 2837 | align-items: center; |
| 3583 | 2838 | justify-content: center; |
| 3584 | - border-radius: var(--e-a-border-radius); | |
| 3585 | - border: var(--e-a-border-bold); | |
| 3586 | - transition: var(--e-a-transition-hover); | |
| 2839 | + border-radius: 3px; | |
| 2840 | + border: 1px solid #d5dadf; | |
| 3587 | 2841 | } |
| 3588 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 3589 | - background-color: var(--e-a-bg-hover); | |
| 3590 | -} | |
| 3591 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 3592 | - color: var(--e-a-color-txt-muted); | |
| 3593 | - margin-inline-end: 5px; | |
| 3594 | -} | |
| 3595 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 3596 | - color: var(--e-a-color-txt); | |
| 3597 | -} | |
| 3598 | 2842 | |
| 3599 | 2843 | .elementor-controls-popover.e-controls-popover--typography { |
| 3600 | - padding-block-start: 0; | |
| 2844 | + padding-top: 0; | |
| 3601 | 2845 | } |
| 3602 | 2846 | |
| 3603 | 2847 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3604 | - border-start-start-radius: 0; | |
| 3605 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3606 | - border-end-start-radius: 0; | |
| 3607 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2848 | + border-radius: 0 3px 3px 0; | |
| 3608 | 2849 | flex-shrink: 0; |
| 3609 | 2850 | } |
| 3610 | 2851 | |
| 3611 | 2852 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3612 | - padding-inline-start: 10px; | |
| 3613 | - padding-inline-end: 10px; | |
| 3614 | - padding-block-end: 10px; | |
| 2853 | + padding-right: 10px; | |
| 2854 | + padding-left: 10px; | |
| 2855 | + padding-bottom: 10px; | |
| 3615 | 2856 | } |
| 3616 | 2857 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3617 | 2858 | display: none; |
| 3618 | 2859 | } |
| 3619 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3620 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3621 | - display: none; | |
| 3622 | -} | |
| 3623 | 2860 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3624 | 2861 | margin: 10px 0; |
| 3625 | 2862 | } |
| 3626 | 2863 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3627 | - border: var(--e-a-border-bold); | |
| 3628 | - border-block-start-width: 0; | |
| 3629 | - padding-block-start: 15px; | |
| 2864 | + border: 1px solid #d5dadf; | |
| 2865 | + border-top-width: 0; | |
| 2866 | + padding-top: 15px; | |
| 3630 | 2867 | } |
| 3631 | 2868 | .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { |
| 3632 | 2869 | display: none; |
| 3633 | 2870 | } |
| 3634 | 2871 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3635 | - display: flex; | |
| 3636 | - align-items: center; | |
| 2872 | + display: table; | |
| 2873 | + table-layout: fixed; | |
| 3637 | 2874 | width: 100%; |
| 3638 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3639 | - transition: var(--e-a-transition-hover); | |
| 2875 | + color: #556068; | |
| 2876 | + background-color: #d5dadf; | |
| 2877 | + height: 40px; | |
| 2878 | + border-spacing: 1px; | |
| 2879 | + transition: all 0.5s; | |
| 3640 | 2880 | } |
| 3641 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3642 | - display: flex; | |
| 3643 | - align-items: center; | |
| 3644 | - justify-content: center; | |
| 3645 | - height: 40px; | |
| 3646 | - border: none; | |
| 3647 | - background-color: transparent; | |
| 3648 | - color: currentColor; | |
| 2881 | +.elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 2882 | + background-color: #a4afb7; | |
| 2883 | +} | |
| 2884 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 2885 | + display: table-cell; | |
| 2886 | + text-align: center; | |
| 2887 | + vertical-align: middle; | |
| 3649 | 2888 | cursor: pointer; |
| 3650 | 2889 | } |
| 3651 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3652 | - background-color: var(--e-a-bg-hover); | |
| 2890 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 2891 | + background-color: #fff; | |
| 3653 | 2892 | } |
| 2893 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 2894 | + opacity: 0.95; | |
| 2895 | +} | |
| 3654 | 2896 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { |
| 3655 | - flex: 1; | |
| 3656 | - justify-content: flex-start; | |
| 2897 | + text-align: left; | |
| 3657 | 2898 | padding: 0 10px; |
| 3658 | - font-size: var(--control-title-size); | |
| 2899 | + font-size: 12px; | |
| 3659 | 2900 | white-space: nowrap; |
| 3660 | 2901 | text-overflow: ellipsis; |
| 3661 | 2902 | overflow: hidden; |
| 3662 | 2903 | } |
| @@ -3662,9 +2903,9 @@ | ||
| 3662 | 2903 | } |
| 3663 | 2904 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, |
| 3664 | 2905 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, |
| 3665 | 2906 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { |
| 3666 | - margin-inline-end: 5px; | |
| 2907 | + margin-right: 5px; | |
| 3667 | 2908 | } |
| 3668 | 2909 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { |
| 3669 | 2910 | width: 1em; |
| 3670 | 2911 | } |
| @@ -3669,38 +2910,29 @@ | ||
| 3669 | 2910 | width: 1em; |
| 3670 | 2911 | } |
| 3671 | 2912 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { |
| 3672 | 2913 | width: 40px; |
| 3673 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3674 | 2914 | } |
| 3675 | 2915 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { |
| 2916 | + cursor: move; | |
| 3676 | 2917 | width: 10px; |
| 3677 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3678 | - cursor: move; | |
| 2918 | + color: #fff; | |
| 3679 | 2919 | } |
| 3680 | 2920 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3681 | 2921 | text-align: center; |
| 3682 | - padding-block-start: 5px; | |
| 2922 | + padding-top: 5px; | |
| 3683 | 2923 | } |
| 3684 | 2924 | |
| 3685 | -#elementor-controls, | |
| 3686 | -#elementor-panel-page-settings-controls, | |
| 3687 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3688 | - padding-block-start: 15px; | |
| 3689 | -} | |
| 3690 | - | |
| 3691 | 2925 | .elementor-control-type-section { |
| 2926 | + margin-top: 10px; | |
| 3692 | 2927 | padding: 0; |
| 3693 | 2928 | } |
| 3694 | -.elementor-control-type-section.e-open { | |
| 3695 | - padding-block-end: 10px; | |
| 2929 | +.elementor-control-type-section.elementor-open { | |
| 2930 | + padding-bottom: 15px; | |
| 3696 | 2931 | } |
| 3697 | 2932 | .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { |
| 3698 | 2933 | display: none; |
| 3699 | 2934 | } |
| 3700 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 3701 | - margin-block-start: 25px; | |
| 3702 | -} | |
| 3703 | 2935 | |
| 3704 | 2936 | .elementor-control-type-select .elementor-control-input-wrapper { |
| 3705 | 2937 | position: relative; |
| 3706 | 2938 | } |
| @@ -3707,9 +2939,9 @@ | ||
| 3707 | 2939 | .elementor-control-type-select .elementor-control-input-wrapper select { |
| 3708 | 2940 | -webkit-appearance: none; |
| 3709 | 2941 | -moz-appearance: none; |
| 3710 | 2942 | appearance: none; |
| 3711 | - font-size: var(--control-title-size); | |
| 2943 | + font-size: 12px; | |
| 3712 | 2944 | font-family: inherit; |
| 3713 | 2945 | font-weight: inherit; |
| 3714 | 2946 | font-style: inherit; |
| 3715 | 2947 | text-transform: inherit; |
| @@ -3715,14 +2947,14 @@ | ||
| 3715 | 2947 | text-transform: inherit; |
| 3716 | 2948 | letter-spacing: inherit; |
| 3717 | 2949 | line-height: inherit; |
| 3718 | 2950 | flex-basis: 100%; |
| 3719 | - padding-inline-start: 5px; | |
| 3720 | - padding-inline-end: 20px; | |
| 2951 | + padding-left: 5px; | |
| 2952 | + padding-right: 20px; | |
| 3721 | 2953 | cursor: pointer; |
| 3722 | 2954 | } |
| 3723 | 2955 | .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { |
| 3724 | - color: var(--e-a-color-txt-disabled); | |
| 2956 | + color: #a4afb7; | |
| 3725 | 2957 | } |
| 3726 | 2958 | .elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { |
| 3727 | 2959 | display: none; |
| 3728 | 2960 | } |
| @@ -3730,19 +2962,16 @@ | ||
| 3730 | 2962 | font-family: eicons; |
| 3731 | 2963 | content: "\e8ad"; |
| 3732 | 2964 | font-size: 12px; |
| 3733 | 2965 | position: absolute; |
| 3734 | - inset-block-start: 50%; | |
| 3735 | - inset-inline-end: 5px; | |
| 2966 | + top: 50%; | |
| 3736 | 2967 | transform: translateY(-50%); |
| 2968 | + right: 5px; | |
| 3737 | 2969 | pointer-events: none; |
| 3738 | 2970 | } |
| 3739 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3740 | - max-width: 80px; | |
| 3741 | -} | |
| 3742 | 2971 | |
| 3743 | 2972 | .elementor-shadow-box .elementor-shadow-slider { |
| 3744 | - margin-block-start: 10px; | |
| 2973 | + margin-top: 10px; | |
| 3745 | 2974 | } |
| 3746 | 2975 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3747 | 2976 | flex-grow: 1; |
| 3748 | 2977 | } |
| @@ -3747,12 +2976,9 @@ | ||
| 3747 | 2976 | flex-grow: 1; |
| 3748 | 2977 | } |
| 3749 | 2978 | |
| 3750 | 2979 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3751 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3752 | - border-start-end-radius: 0; | |
| 3753 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3754 | - border-end-end-radius: 0; | |
| 2980 | + border-radius: 3px 0 0 3px; | |
| 3755 | 2981 | } |
| 3756 | 2982 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3757 | 2983 | width: 21%; |
| 3758 | 2984 | } |
| @@ -3759,27 +2985,27 @@ | ||
| 3759 | 2985 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3760 | 2986 | display: block; |
| 3761 | 2987 | } |
| 3762 | 2988 | .elementor-control-type-slider--multiple { |
| 3763 | - padding-block-end: 40px; | |
| 2989 | + padding-bottom: 40px; | |
| 3764 | 2990 | } |
| 3765 | 2991 | .elementor-control-type-slider--multiple .elementor-slider { |
| 3766 | - margin-block-start: 12px; | |
| 2992 | + margin-top: 12px; | |
| 3767 | 2993 | width: 98%; |
| 3768 | 2994 | } |
| 3769 | 2995 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3770 | 2996 | border-radius: 0; |
| 3771 | 2997 | width: 10px; |
| 3772 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 2998 | + transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 3773 | 2999 | } |
| 3774 | 3000 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3775 | 3001 | content: ""; |
| 3776 | 3002 | position: absolute; |
| 3777 | - inset-block-start: 2px; | |
| 3003 | + top: 2px; | |
| 3778 | 3004 | height: 12px; |
| 3779 | 3005 | width: 11px; |
| 3780 | 3006 | transform: rotate(45deg); |
| 3781 | - background-color: var(--e-a-color-white); | |
| 3007 | + background-color: #fff; | |
| 3782 | 3008 | border-radius: 3px; |
| 3783 | 3009 | } |
| 3784 | 3010 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { |
| 3785 | 3011 | left: 5px; |
| @@ -3789,13 +3015,10 @@ | ||
| 3789 | 3015 | right: 5px; |
| 3790 | 3016 | box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); |
| 3791 | 3017 | } |
| 3792 | 3018 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3793 | - border-inline-start-width: 0; | |
| 3794 | - border-start-start-radius: 0; | |
| 3795 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3796 | - border-end-start-radius: 0; | |
| 3797 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3019 | + border-left-width: 0; | |
| 3020 | + border-radius: 0 3px 3px 0; | |
| 3798 | 3021 | } |
| 3799 | 3022 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 3800 | 3023 | display: flex; |
| 3801 | 3024 | align-items: center; |
| @@ -3800,9 +3023,9 @@ | ||
| 3800 | 3023 | display: flex; |
| 3801 | 3024 | align-items: center; |
| 3802 | 3025 | } |
| 3803 | 3026 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3804 | - margin-block-start: 10px; | |
| 3027 | + margin-top: 10px; | |
| 3805 | 3028 | } |
| 3806 | 3029 | .elementor-control-type-slider.e-units-custom .elementor-slider { |
| 3807 | 3030 | display: none; |
| 3808 | 3031 | } |
| @@ -3814,9 +3037,9 @@ | ||
| 3814 | 3037 | |
| 3815 | 3038 | .elementor-slider { |
| 3816 | 3039 | flex-grow: 1; |
| 3817 | 3040 | height: 4px; |
| 3818 | - background-color: var(--e-a-border-color-bold); | |
| 3041 | + background-color: #d5dadf; | |
| 3819 | 3042 | border-radius: 5px; |
| 3820 | 3043 | position: relative; |
| 3821 | 3044 | cursor: pointer; |
| 3822 | 3045 | } |
| @@ -3822,9 +3045,9 @@ | ||
| 3822 | 3045 | } |
| 3823 | 3046 | .elementor-slider-input { |
| 3824 | 3047 | width: 21%; |
| 3825 | 3048 | min-width: 54px; |
| 3826 | - margin-inline-start: 12px; | |
| 3049 | + margin-left: 12px; | |
| 3827 | 3050 | transition: width 0.3s ease-in-out; |
| 3828 | 3051 | } |
| 3829 | 3052 | .elementor-slider__extra { |
| 3830 | 3053 | position: relative; |
| @@ -3834,9 +3057,9 @@ | ||
| 3834 | 3057 | justify-content: space-between; |
| 3835 | 3058 | } |
| 3836 | 3059 | .elementor-slider__label { |
| 3837 | 3060 | font-size: 9px; |
| 3838 | - color: var(--e-a-color-txt-disabled); | |
| 3061 | + color: #c2cbd2; | |
| 3839 | 3062 | } |
| 3840 | 3063 | .elementor-slider__scales { |
| 3841 | 3064 | position: absolute; |
| 3842 | 3065 | display: flex; |
| @@ -3841,22 +3064,22 @@ | ||
| 3841 | 3064 | position: absolute; |
| 3842 | 3065 | display: flex; |
| 3843 | 3066 | justify-content: space-evenly; |
| 3844 | 3067 | width: 100%; |
| 3845 | - margin-block-start: 4px; | |
| 3068 | + margin-top: 4px; | |
| 3846 | 3069 | } |
| 3847 | 3070 | .elementor-slider__scale { |
| 3848 | 3071 | width: 1px; |
| 3849 | 3072 | height: 21px; |
| 3850 | - background-color: var(--e-a-border-color-focus); | |
| 3073 | + background-color: #a4afb7; | |
| 3851 | 3074 | } |
| 3852 | 3075 | .elementor-slider .noUi-handle { |
| 3853 | 3076 | height: 16px; |
| 3854 | 3077 | width: 16px; |
| 3855 | - background-color: var(--e-a-color-white); | |
| 3078 | + background-color: #fff; | |
| 3079 | + right: 0; | |
| 3080 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 3856 | 3081 | position: absolute; |
| 3857 | - inset-inline-end: 0; | |
| 3858 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3859 | 3082 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3860 | 3083 | border-radius: 50%; |
| 3861 | 3084 | } |
| 3862 | 3085 | .elementor-slider .noUi-connects { |
| @@ -3866,16 +3089,19 @@ | ||
| 3866 | 3089 | } |
| 3867 | 3090 | .elementor-slider .noUi-connect { |
| 3868 | 3091 | position: absolute; |
| 3869 | 3092 | z-index: 0; |
| 3870 | - inset: 0; | |
| 3093 | + top: 0; | |
| 3094 | + left: 0; | |
| 3095 | + height: 100%; | |
| 3096 | + width: 100%; | |
| 3871 | 3097 | will-change: transform; |
| 3872 | 3098 | transform-origin: 0 0; |
| 3873 | - background-color: var(--e-a-border-color-focus); | |
| 3099 | + background-color: #a4afb7; | |
| 3874 | 3100 | } |
| 3875 | 3101 | .elementor-slider .noUi-tooltip { |
| 3876 | 3102 | position: absolute; |
| 3877 | - inset-block-start: calc(100% + 5px); | |
| 3103 | + top: calc(100% + 5px); | |
| 3878 | 3104 | left: calc(50% - 4px); |
| 3879 | 3105 | transform: translateX(-50%); |
| 3880 | 3106 | font-size: 10px; |
| 3881 | 3107 | } |
| @@ -3884,9 +3110,9 @@ | ||
| 3884 | 3110 | display: initial; |
| 3885 | 3111 | } |
| 3886 | 3112 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 3887 | 3113 | padding: 3px; |
| 3888 | - border-radius: var(--e-border-radius); | |
| 3114 | + border-radius: 3px; | |
| 3889 | 3115 | display: inline-block; |
| 3890 | 3116 | cursor: pointer; |
| 3891 | 3117 | height: 50px; |
| 3892 | 3118 | } |
| @@ -3893,21 +3119,18 @@ | ||
| 3893 | 3119 | .elementor-control-type-structure .elementor-control-structure-preset svg { |
| 3894 | 3120 | height: 100%; |
| 3895 | 3121 | } |
| 3896 | 3122 | .elementor-control-type-structure .elementor-control-structure-preset path { |
| 3897 | - fill: var(--e-a-border-color-bold); | |
| 3123 | + fill: #e6e9ec; | |
| 3898 | 3124 | } |
| 3899 | 3125 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 3900 | 3126 | padding: 15px 20px 0; |
| 3901 | 3127 | font-size: 11px; |
| 3902 | 3128 | cursor: pointer; |
| 3903 | - color: var(--e-a-color-txt-muted); | |
| 3904 | - border-block-start: var(--e-a-border); | |
| 3129 | + color: #a4afb7; | |
| 3130 | + border-top: 1px solid #e6e9ec; | |
| 3905 | 3131 | margin: 0 -20px; |
| 3906 | 3132 | } |
| 3907 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 3908 | - color: var(--e-a-color-txt); | |
| 3909 | -} | |
| 3910 | 3133 | .elementor-control-type-structure .elementor-control-structure-title { |
| 3911 | 3134 | margin: 10px -20px 0; |
| 3912 | 3135 | } |
| 3913 | 3136 | .elementor-control-type-structure .elementor-control-structure-title:before { |
| @@ -3922,23 +3145,23 @@ | ||
| 3922 | 3145 | .elementor-control-type-structure .elementor-control-structure-presets input { |
| 3923 | 3146 | display: none; |
| 3924 | 3147 | } |
| 3925 | 3148 | .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { |
| 3926 | - fill: var(--e-a-border-color-focus); | |
| 3149 | + fill: #a4afb7; | |
| 3927 | 3150 | } |
| 3928 | 3151 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3929 | - margin-block-end: 15px; | |
| 3152 | + margin-bottom: 15px; | |
| 3930 | 3153 | } |
| 3931 | 3154 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3932 | 3155 | text-align: center; |
| 3933 | - padding-block-start: 5px; | |
| 3156 | + padding-top: 5px; | |
| 3934 | 3157 | font-style: italic; |
| 3935 | 3158 | font-size: 11px; |
| 3936 | - color: #9DA5AE; | |
| 3159 | + color: #a4afb7; | |
| 3937 | 3160 | } |
| 3938 | 3161 | |
| 3939 | 3162 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3940 | - text-align: end; | |
| 3163 | + text-align: right; | |
| 3941 | 3164 | } |
| 3942 | 3165 | .elementor-control-type-switcher .elementor-switch { |
| 3943 | 3166 | position: relative; |
| 3944 | 3167 | display: inline-block; |
| @@ -3943,9 +3166,9 @@ | ||
| 3943 | 3166 | position: relative; |
| 3944 | 3167 | display: inline-block; |
| 3945 | 3168 | vertical-align: top; |
| 3946 | 3169 | height: 20px; |
| 3947 | - background-color: var(--e-a-bg-default); | |
| 3170 | + background-color: white; | |
| 3948 | 3171 | border-radius: 18px; |
| 3949 | 3172 | cursor: pointer; |
| 3950 | 3173 | } |
| 3951 | 3174 | .elementor-control-type-switcher .elementor-switch-input { |
| @@ -3954,17 +3177,19 @@ | ||
| 3954 | 3177 | .elementor-control-type-switcher .elementor-switch-label { |
| 3955 | 3178 | position: relative; |
| 3956 | 3179 | display: block; |
| 3957 | 3180 | height: inherit; |
| 3958 | - font-size: 10px; | |
| 3959 | - background: var(--e-a-bg-active-bold); | |
| 3181 | + font-size: 7px; | |
| 3182 | + text-transform: uppercase; | |
| 3183 | + background: #eceeef; | |
| 3960 | 3184 | border-radius: inherit; |
| 3185 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 3961 | 3186 | transition: 0.15s ease-out; |
| 3962 | 3187 | transition-property: opacity, background; |
| 3963 | 3188 | } |
| 3964 | 3189 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3965 | 3190 | position: absolute; |
| 3966 | - inset-block-start: 0; | |
| 3191 | + top: 0; | |
| 3967 | 3192 | width: 50%; |
| 3968 | 3193 | text-align: center; |
| 3969 | 3194 | line-height: 20px; |
| 3970 | 3195 | transition: inherit; |
| @@ -3970,19 +3195,22 @@ | ||
| 3970 | 3195 | transition: inherit; |
| 3971 | 3196 | } |
| 3972 | 3197 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3973 | 3198 | content: attr(data-off); |
| 3974 | - inset-inline-end: 5px; | |
| 3975 | - color: var(--e-a-color-txt-muted); | |
| 3199 | + right: 3px; | |
| 3200 | + color: #a4afb7; | |
| 3201 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); | |
| 3976 | 3202 | } |
| 3977 | 3203 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3978 | 3204 | content: attr(data-on); |
| 3979 | - inset-inline-start: 5px; | |
| 3980 | - color: var(--e-a-btn-color); | |
| 3205 | + left: 3px; | |
| 3206 | + color: white; | |
| 3207 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 3981 | 3208 | opacity: 0; |
| 3982 | 3209 | } |
| 3983 | 3210 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 3984 | - background: var(--e-a-btn-bg-primary); | |
| 3211 | + background: #71d7f7; | |
| 3212 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 3985 | 3213 | } |
| 3986 | 3214 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { |
| 3987 | 3215 | opacity: 0; |
| 3988 | 3216 | } |
| @@ -3990,26 +3218,25 @@ | ||
| 3990 | 3218 | opacity: 1; |
| 3991 | 3219 | } |
| 3992 | 3220 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3993 | 3221 | position: absolute; |
| 3994 | - inset-block-start: 1px; | |
| 3995 | - inset-inline-start: 1px; | |
| 3222 | + top: 1px; | |
| 3223 | + left: 1px; | |
| 3996 | 3224 | width: 18px; |
| 3997 | 3225 | height: 18px; |
| 3998 | 3226 | background: white; |
| 3999 | 3227 | border-radius: 10px; |
| 4000 | - transition: inset-inline-start 0.15s ease-out; | |
| 3228 | + transition: left 0.15s ease-out; | |
| 4001 | 3229 | } |
| 4002 | 3230 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 4003 | - inset-inline-start: initial; | |
| 4004 | - inset-inline-end: 1px; | |
| 3231 | + left: initial; | |
| 3232 | + right: 1px; | |
| 3233 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 4005 | 3234 | } |
| 4006 | 3235 | |
| 4007 | 3236 | .elementor-control-type-tabs { |
| 4008 | - display: none; | |
| 4009 | - font-size: var(--control-title-size); | |
| 4010 | -} | |
| 4011 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3237 | + font-size: 0.8em; | |
| 3238 | + text-transform: uppercase; | |
| 4012 | 3239 | display: flex; |
| 4013 | 3240 | } |
| 4014 | 3241 | |
| 4015 | 3242 | .elementor-control-type-tab { |
| @@ -4016,49 +3243,47 @@ | ||
| 4016 | 3243 | text-align: center; |
| 4017 | 3244 | width: 100%; |
| 4018 | 3245 | padding: 0; |
| 4019 | 3246 | line-height: 25px; |
| 4020 | - border-block-start: var(--e-a-border-bold); | |
| 4021 | - border-block-end: var(--e-a-border-bold); | |
| 4022 | - border-inline-end: var(--e-a-border-bold); | |
| 4023 | - transition: var(--e-a-transition-hover); | |
| 3247 | + border-top: 1px solid #d5dadf; | |
| 3248 | + border-bottom: 1px solid #d5dadf; | |
| 3249 | + border-right: 1px solid #d5dadf; | |
| 4024 | 3250 | cursor: pointer; |
| 4025 | 3251 | } |
| 4026 | 3252 | .elementor-control-type-tab:first-child { |
| 4027 | - border-inline-start: var(--e-a-border-bold); | |
| 4028 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4029 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3253 | + border-left: 1px solid #d5dadf; | |
| 3254 | + border-top-left-radius: 3px; | |
| 3255 | + border-bottom-left-radius: 3px; | |
| 4030 | 3256 | } |
| 4031 | 3257 | .elementor-control-type-tab:last-child { |
| 4032 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4033 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3258 | + border-top-right-radius: 3px; | |
| 3259 | + border-bottom-right-radius: 3px; | |
| 4034 | 3260 | } |
| 4035 | -.elementor-control-type-tab:hover { | |
| 4036 | - background-color: var(--e-a-bg-hover); | |
| 3261 | +.elementor-control-type-tab.elementor-tab-active { | |
| 3262 | + background-color: #a4afb7; | |
| 3263 | + border-color: #a4afb7; | |
| 3264 | + color: #ffffff; | |
| 4037 | 3265 | } |
| 4038 | -.elementor-control-type-tab.e-tab-active { | |
| 4039 | - background-color: var(--e-a-bg-active-bold); | |
| 4040 | - color: var(--e-a-color-txt-accent); | |
| 4041 | -} | |
| 4042 | 3266 | |
| 4043 | -.e-tab-close { | |
| 3267 | +.elementor-tab-close { | |
| 4044 | 3268 | display: none !important; |
| 4045 | 3269 | } |
| 4046 | 3270 | |
| 3271 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher, | |
| 3272 | +.elementor-control-type-code.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 3273 | + border-radius: 0 3px 3px 0; | |
| 3274 | + border-left-width: 0; | |
| 3275 | +} | |
| 4047 | 3276 | .elementor-control-type-textarea .elementor-control-dynamic-switcher, |
| 4048 | 3277 | .elementor-control-type-code .elementor-control-dynamic-switcher { |
| 4049 | - border-inline-start-width: 1px; | |
| 4050 | - border-start-start-radius: 0; | |
| 4051 | - border-start-end-radius: 0; | |
| 4052 | - border-end-end-radius: 0; | |
| 4053 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3278 | + border-radius: 0 3px; | |
| 4054 | 3279 | } |
| 4055 | 3280 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4056 | 3281 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4057 | 3282 | position: absolute; |
| 4058 | - inset-block-start: 0; | |
| 4059 | - inset-inline-end: 0; | |
| 3283 | + top: 0; | |
| 4060 | 3284 | z-index: 1; |
| 3285 | + right: 0; | |
| 4061 | 3286 | } |
| 4062 | 3287 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4063 | 3288 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 4064 | 3289 | position: relative; |
| @@ -4076,34 +3301,35 @@ | ||
| 4076 | 3301 | .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { |
| 4077 | 3302 | display: none; |
| 4078 | 3303 | } |
| 4079 | 3304 | |
| 3305 | +.elementor-control-type-code .elementor-control-dynamic-switcher { | |
| 3306 | + border-radius: 0 3px; | |
| 3307 | +} | |
| 3308 | +.elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { | |
| 3309 | + right: 0; | |
| 3310 | +} | |
| 3311 | + | |
| 3312 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 3313 | + border-radius: 3px 0 0 3px; | |
| 3314 | +} | |
| 4080 | 3315 | .elementor-control-type-url .elementor-control-field { |
| 4081 | 3316 | position: relative; |
| 4082 | 3317 | } |
| 3318 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 3319 | + border-radius: 0 3px 3px 0; | |
| 3320 | +} | |
| 4083 | 3321 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 4084 | 3322 | display: flex; |
| 3323 | + flex-direction: row; | |
| 4085 | 3324 | } |
| 4086 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 4087 | - border-radius: var(--e-a-border-radius); | |
| 4088 | -} | |
| 4089 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 4090 | - border-start-end-radius: 0; | |
| 4091 | - border-end-end-radius: 0; | |
| 4092 | -} | |
| 4093 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 4094 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4095 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4096 | -} | |
| 4097 | 3325 | .elementor-control-type-url .elementor-control-url-more { |
| 4098 | 3326 | display: flex; |
| 4099 | 3327 | align-items: center; |
| 4100 | 3328 | justify-content: center; |
| 4101 | 3329 | flex-shrink: 0; |
| 4102 | - border: var(--e-a-border-bold); | |
| 4103 | - color: currentColor; | |
| 4104 | - background-color: transparent; | |
| 4105 | - border-inline-start-width: 0; | |
| 3330 | + border: 1px solid #d5dadf; | |
| 3331 | + border-left: none; | |
| 4106 | 3332 | cursor: pointer; |
| 4107 | 3333 | } |
| 4108 | 3334 | .elementor-control-type-url .elementor-control-url-more i { |
| 4109 | 3335 | font-size: 12px; |
| @@ -4109,56 +3335,103 @@ | ||
| 4109 | 3335 | font-size: 12px; |
| 4110 | 3336 | } |
| 4111 | 3337 | .elementor-control-type-url .elementor-control-url-more-options { |
| 4112 | 3338 | display: none; |
| 4113 | - padding-block-start: 10px; | |
| 3339 | + padding-top: 10px; | |
| 4114 | 3340 | } |
| 4115 | 3341 | .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { |
| 4116 | - margin-block-start: 10px; | |
| 3342 | + margin-top: 10px; | |
| 4117 | 3343 | } |
| 4118 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 4119 | - color: var(--e-a-color-txt-hover); | |
| 4120 | -} | |
| 4121 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 4122 | - color: var(--e-a-color-txt-active); | |
| 4123 | - border-color: var(--e-a-border-color-focus); | |
| 4124 | -} | |
| 4125 | 3344 | .elementor-control-type-url .elementor-control-url-option { |
| 4126 | 3345 | display: flex; |
| 4127 | 3346 | align-items: center; |
| 4128 | 3347 | } |
| 4129 | 3348 | .elementor-control-type-url .elementor-control-url-option:not(:last-child) { |
| 4130 | - padding-block-end: 10px; | |
| 3349 | + padding-bottom: 10px; | |
| 4131 | 3350 | } |
| 4132 | 3351 | .elementor-control-type-url .elementor-control-url-option input, |
| 4133 | 3352 | .elementor-control-type-url .elementor-control-url-option label { |
| 4134 | 3353 | cursor: pointer; |
| 4135 | 3354 | } |
| 3355 | +.elementor-control-type-url .elementor-control-url-option-input { | |
| 3356 | + margin: 0; | |
| 3357 | + padding: 0; | |
| 3358 | + border-radius: 2px; | |
| 3359 | + margin-right: 5px; | |
| 3360 | + -webkit-appearance: none; | |
| 3361 | + -moz-appearance: none; | |
| 3362 | + appearance: none; | |
| 3363 | + outline: none; | |
| 3364 | + content: none; | |
| 3365 | + height: 15px; | |
| 3366 | + width: 15px; | |
| 3367 | + border: 1px solid #d5dadf; | |
| 3368 | + display: inline-flex; | |
| 3369 | + align-items: center; | |
| 3370 | + justify-content: center; | |
| 3371 | +} | |
| 3372 | +.elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 3373 | + background: #71d7f7; | |
| 3374 | + border: none; | |
| 3375 | +} | |
| 3376 | +.elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 3377 | + display: block; | |
| 3378 | + content: ""; | |
| 3379 | + width: 4px; | |
| 3380 | + height: 7px; | |
| 3381 | + border: solid white; | |
| 3382 | + border-width: 0 2px 2px 0; | |
| 3383 | + transform: rotate(45deg); | |
| 3384 | +} | |
| 3385 | +.elementor-control-type-url .elementor-control-url-option label { | |
| 3386 | + font-size: 12px; | |
| 3387 | +} | |
| 3388 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 3389 | + display: none; | |
| 3390 | +} | |
| 3391 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 3392 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 3393 | + border-radius: 3px 0 0 3px; | |
| 3394 | +} | |
| 4136 | 3395 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4137 | 3396 | display: none; |
| 4138 | 3397 | position: absolute; |
| 4139 | - inset-block-start: 5px; | |
| 4140 | - inset-inline-end: 0; | |
| 3398 | + top: 5px; | |
| 3399 | + right: 0px; | |
| 4141 | 3400 | width: 10px; |
| 4142 | 3401 | height: 10px; |
| 4143 | 3402 | font-size: 10px; |
| 4144 | - color: var(--e-a-color-txt-disabled); | |
| 3403 | + color: #D4D4D4; | |
| 4145 | 3404 | } |
| 3405 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 3406 | + margin-top: 5px; | |
| 3407 | +} | |
| 4146 | 3408 | .elementor-control-type-url .elementor-control-url__custom-attributes label { |
| 4147 | - font-size: var(--control-title-size); | |
| 3409 | + font-size: 12px; | |
| 4148 | 3410 | } |
| 4149 | 3411 | .elementor-control-type-url .elementor-control-url__custom-attributes input { |
| 4150 | 3412 | width: 100%; |
| 4151 | - margin-block-start: 10px; | |
| 3413 | + margin-top: 10px; | |
| 4152 | 3414 | } |
| 3415 | +.elementor-control-type-url .elementor-input { | |
| 3416 | + direction: ltr; | |
| 3417 | +} | |
| 3418 | +.elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 3419 | + border-color: #d5dadf; | |
| 3420 | +} | |
| 4153 | 3421 | .elementor-control-type-url .elementor-input:focus ~ div { |
| 4154 | - border-color: var(--e-a-border-color-focus); | |
| 3422 | + border-color: #a4afb7; | |
| 4155 | 3423 | } |
| 3424 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 3425 | + border-left: none; | |
| 3426 | + border-radius: 0 3px 3px 0; | |
| 3427 | +} | |
| 4156 | 3428 | |
| 4157 | 3429 | .elementor-autocomplete-menu { |
| 4158 | 3430 | position: absolute; |
| 4159 | - background: var(--e-a-bg-default); | |
| 4160 | - border: var(--e-a-border); | |
| 3431 | + background: #fff; | |
| 3432 | + color: #495157; | |
| 3433 | + border: 1px solid #a4afb7; | |
| 4161 | 3434 | margin: 0; |
| 4162 | 3435 | list-style: none; |
| 4163 | 3436 | padding: 4px 0; |
| 4164 | 3437 | height: auto; |
| @@ -4167,9 +3440,9 @@ | ||
| 4167 | 3440 | max-width: 300px; |
| 4168 | 3441 | max-height: 200px; |
| 4169 | 3442 | overflow-y: auto; |
| 4170 | 3443 | border-radius: 3px; |
| 4171 | - transition: var(--e-a-transition-hover); | |
| 3444 | + transition: all 0.3s ease-in-out; | |
| 4172 | 3445 | cursor: default; |
| 4173 | 3446 | z-index: 1; |
| 4174 | 3447 | } |
| 4175 | 3448 | .elementor-autocomplete-menu .ui-menu-item { |
| @@ -4182,86 +3455,16 @@ | ||
| 4182 | 3455 | line-height: 1.2; |
| 4183 | 3456 | cursor: pointer; |
| 4184 | 3457 | } |
| 4185 | 3458 | .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 { |
| 4186 | - background: var(--e-a-bg-hover); | |
| 3459 | + background: #e6e9ec; | |
| 4187 | 3460 | } |
| 4188 | 3461 | .elementor-autocomplete-menu .elementor-autocomplete-item-info { |
| 4189 | 3462 | font-size: 10px; |
| 4190 | - padding-block-start: 2px; | |
| 3463 | + padding-top: 2px; | |
| 4191 | 3464 | } |
| 4192 | 3465 | |
| 4193 | -.elementor-control-type-visual_choice { | |
| 4194 | - width: 100%; | |
| 4195 | -} | |
| 4196 | - | |
| 4197 | -.elementor-visual-choice-choices { | |
| 4198 | - display: grid; | |
| 4199 | - gap: 8px; | |
| 4200 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4201 | - text-align: center; | |
| 4202 | - border-radius: var(--e-a-border-radius); | |
| 4203 | - overflow: hidden; | |
| 4204 | -} | |
| 4205 | - | |
| 4206 | -.elementor-visual-choice-element { | |
| 4207 | - display: flex; | |
| 4208 | - flex-direction: column; | |
| 4209 | - align-items: center; | |
| 4210 | - justify-content: center; | |
| 4211 | - gap: 8px; | |
| 4212 | - width: auto; | |
| 4213 | -} | |
| 4214 | -.elementor-visual-choice-element-image label { | |
| 4215 | - border: var(--e-a-border-bold); | |
| 4216 | - border-radius: var(--e-a-border-radius); | |
| 4217 | - font-size: 12px; | |
| 4218 | - transition: var(--e-a-transition-hover); | |
| 4219 | - cursor: pointer; | |
| 4220 | - overflow: hidden; | |
| 4221 | - width: 100%; | |
| 4222 | - padding: 8px; | |
| 4223 | -} | |
| 4224 | -.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 { | |
| 4225 | - background-color: var(--e-a-bg-active-bold); | |
| 4226 | - opacity: 1; | |
| 4227 | -} | |
| 4228 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4229 | - border-color: var(--e-a-color-primary-bold); | |
| 4230 | -} | |
| 4231 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4232 | - background-color: var(--e-a-color-white); | |
| 4233 | - opacity: 0.5; | |
| 4234 | -} | |
| 4235 | -.elementor-visual-choice-element-image img { | |
| 4236 | - width: 100%; | |
| 4237 | - height: auto; | |
| 4238 | -} | |
| 4239 | -.elementor-visual-choice-element-button { | |
| 4240 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4241 | -} | |
| 4242 | -.elementor-visual-choice-element-button label { | |
| 4243 | - width: -moz-fit-content; | |
| 4244 | - width: fit-content; | |
| 4245 | -} | |
| 4246 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4247 | - background-color: var(--e-a-bg-active-bold); | |
| 4248 | -} | |
| 4249 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4250 | - border-color: var(--e-a-color-primary-bold); | |
| 4251 | -} | |
| 4252 | - | |
| 4253 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4254 | - justify-content: flex-end; | |
| 4255 | -} | |
| 4256 | - | |
| 4257 | -.tipsy-inner { | |
| 4258 | - white-space: pre-line; | |
| 4259 | -} | |
| 4260 | - | |
| 4261 | 3466 | .elementor-control-type-wp_widget .widget-inside { |
| 4262 | - line-height: 2; | |
| 4263 | - background-color: inherit; | |
| 4264 | 3467 | display: block; |
| 4265 | 3468 | } |
| 4266 | 3469 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 4267 | 3470 | width: auto; |
| @@ -4270,28 +3473,22 @@ | ||
| 4270 | 3473 | .elementor-control-type-wysiwyg * { |
| 4271 | 3474 | box-sizing: content-box; |
| 4272 | 3475 | } |
| 4273 | 3476 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 4274 | - border: var(--e-a-border); | |
| 3477 | + border: 1px solid #e6e9ec; | |
| 4275 | 3478 | } |
| 4276 | 3479 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 4277 | - border: var(--e-a-border-bold); | |
| 4278 | - border-block-end: none; | |
| 4279 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4280 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4281 | - border-end-end-radius: 0; | |
| 4282 | - border-end-start-radius: 0; | |
| 3480 | + border: 1px solid #d5dadf; | |
| 3481 | + border-bottom: none; | |
| 3482 | + border-radius: 3px 3px 0 0; | |
| 4283 | 3483 | } |
| 4284 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 4285 | - background-color: var(--e-a-bg-hover); | |
| 4286 | -} | |
| 4287 | 3484 | .elementor-control-type-wysiwyg #insert-media-button { |
| 4288 | 3485 | height: initial; |
| 4289 | 3486 | line-height: 24px; |
| 4290 | 3487 | font-size: 10px; |
| 4291 | - color: var(--e-a-color-txt); | |
| 4292 | - border-color: var(--e-a-border-color-bold); | |
| 4293 | - background-color: var(--e-a-bg-default); | |
| 3488 | + color: #6d7882; | |
| 3489 | + border-color: #d5dadf; | |
| 3490 | + background-color: #e6e9ec; | |
| 4294 | 3491 | min-height: initial; |
| 4295 | 3492 | } |
| 4296 | 3493 | .elementor-control-type-wysiwyg .ed_button { |
| 4297 | 3494 | height: 22px; |
| @@ -4307,14 +3504,14 @@ | ||
| 4307 | 3504 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 4308 | 3505 | position: static; |
| 4309 | 3506 | border: none; |
| 4310 | 3507 | margin: 0; |
| 4311 | - color: var(--e-a-color-txt); | |
| 3508 | + color: #6d7882; | |
| 4312 | 3509 | font-size: 10px; |
| 4313 | 3510 | padding: 3px 9px 4px; |
| 4314 | 3511 | } |
| 4315 | 3512 | .elementor-control-type-wysiwyg .switch-html { |
| 4316 | - border: solid var(--e-a-border-color-bold); | |
| 3513 | + border: solid #d5dadf; | |
| 4317 | 3514 | border-width: 0 1px; |
| 4318 | 3515 | } |
| 4319 | 3516 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4320 | 3517 | background-color: transparent; |
| @@ -4319,26 +3516,19 @@ | ||
| 4319 | 3516 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4320 | 3517 | background-color: transparent; |
| 4321 | 3518 | } |
| 4322 | 3519 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 4323 | - background-color: var(--e-a-bg-active); | |
| 3520 | + background-color: #e6e9ec; | |
| 4324 | 3521 | } |
| 4325 | 3522 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 4326 | - background-color: var(--e-a-bg-active); | |
| 3523 | + background-color: #e6e9ec; | |
| 4327 | 3524 | } |
| 4328 | 3525 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 4329 | 3526 | background-color: transparent; |
| 4330 | 3527 | } |
| 4331 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 4332 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 4333 | - background-color: var(--e-a-bg-default); | |
| 3528 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 3529 | + background-color: #e6e9ec; | |
| 4334 | 3530 | } |
| 4335 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 4336 | - background-color: var(--e-a-bg-default); | |
| 4337 | -} | |
| 4338 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 4339 | - color: var(--e-a-color-txt); | |
| 4340 | -} | |
| 4341 | 3531 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 4342 | 3532 | padding: 0 3px; |
| 4343 | 3533 | } |
| 4344 | 3534 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| @@ -4344,19 +3534,17 @@ | ||
| 4344 | 3534 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 4345 | 3535 | box-sizing: border-box; |
| 4346 | 3536 | } |
| 4347 | 3537 | .elementor-control-type-wysiwyg .mce-ico { |
| 4348 | - color: var(--e-a-color-txt); | |
| 3538 | + color: #6d7882; | |
| 4349 | 3539 | font-size: 16px; |
| 4350 | 3540 | } |
| 4351 | -.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 { | |
| 4352 | - color: var(--e-a-color-txt-active); | |
| 4353 | - background: var(--e-a-bg-hover); | |
| 4354 | - border-color: var(--e-a-border-color); | |
| 4355 | - box-shadow: none; | |
| 3541 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 3542 | + margin-right: 0; | |
| 3543 | + margin-left: 0; | |
| 4356 | 3544 | } |
| 4357 | -.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 { | |
| 4358 | - color: var(--e-a-color-txt-active); | |
| 3545 | +.elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 3546 | + border-color: #d5dadf; | |
| 4359 | 3547 | } |
| 4360 | 3548 | .elementor-control-type-wysiwyg .mce-path { |
| 4361 | 3549 | padding: 5px 10px; |
| 4362 | 3550 | } |
| @@ -4361,95 +3549,268 @@ | ||
| 4361 | 3549 | padding: 5px 10px; |
| 4362 | 3550 | } |
| 4363 | 3551 | .elementor-control-type-wysiwyg .mce-path-item { |
| 4364 | 3552 | font-size: 12px; |
| 4365 | - color: var(--e-a-color-txt); | |
| 3553 | + color: #6d7882; | |
| 4366 | 3554 | } |
| 4367 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 4368 | - box-shadow: none; | |
| 4369 | -} | |
| 4370 | 3555 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4371 | 3556 | border: none; |
| 4372 | 3557 | } |
| 4373 | 3558 | |
| 4374 | -@media screen and (prefers-color-scheme: dark) { | |
| 4375 | - #wp-link-wrap { | |
| 4376 | - color-scheme: light; | |
| 4377 | - --e-a-color-txt: #515962; | |
| 4378 | - --e-a-bg-default: #ffffff; | |
| 4379 | - --e-a-border-color-bold: #D5D8DC; | |
| 4380 | - --e-a-color-primary-bold: #D004D4; | |
| 4381 | - } | |
| 4382 | - #wp-link { | |
| 4383 | - color: var(--e-a-color-txt); | |
| 4384 | - } | |
| 4385 | - #wp-link input { | |
| 4386 | - background-color: var(--e-a-bg-default); | |
| 4387 | - border-color: var(--e-a-border-color-bold); | |
| 4388 | - } | |
| 4389 | - #wp-link input[type=checkbox] { | |
| 4390 | - border-color: var(--e-a-border-color-bold); | |
| 4391 | - } | |
| 4392 | - #wp-link input[type=checkbox]:checked { | |
| 4393 | - background: var(--e-a-color-primary-bold); | |
| 4394 | - } | |
| 4395 | - #wp-link input.button-primary { | |
| 4396 | - background: #2271b1; | |
| 4397 | - border-color: #2271b1; | |
| 4398 | - color: #fff; | |
| 4399 | - } | |
| 3559 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 3560 | + border-left-width: 0; | |
| 3561 | + border-radius: 0 3px 3px 0; | |
| 4400 | 3562 | } |
| 3563 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 3564 | + border-radius: 3px 0 0 3px; | |
| 3565 | +} | |
| 3566 | + | |
| 3567 | +.elementor-control-type-date_time .elementor-control-dynamic-switcher { | |
| 3568 | + border-inline-start-width: 0; | |
| 3569 | + border-start-start-radius: 0; | |
| 3570 | + border-start-end-radius: 3px; | |
| 3571 | + border-end-end-radius: 3px; | |
| 3572 | + border-end-start-radius: 0; | |
| 3573 | +} | |
| 3574 | +.elementor-control-type-date_time.elementor-control-dynamic input { | |
| 3575 | + border-start-start-radius: 3px; | |
| 3576 | + border-start-end-radius: 0; | |
| 3577 | + border-end-end-radius: 0; | |
| 3578 | + border-end-start-radius: 3px; | |
| 3579 | +} | |
| 3580 | + | |
| 4401 | 3581 | #elementor-mode-switcher { |
| 4402 | - --e-a-mode-switcher-width: 15px; | |
| 4403 | - --e-a-mode-switcher-height: 50px; | |
| 4404 | - --e-a-mode-switcher-icon-size: 15px; | |
| 4405 | 3582 | position: absolute; |
| 4406 | - inset-block-start: 50%; | |
| 4407 | - inset-inline-start: 100%; | |
| 3583 | + left: 100%; | |
| 3584 | + top: 50%; | |
| 3585 | + width: 15px; | |
| 3586 | + height: 50px; | |
| 4408 | 3587 | transform: translateY(-50%); |
| 4409 | - background-color: var(--e-a-bg-default); | |
| 4410 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4411 | - transition: 0.3s opacity; | |
| 3588 | + background-color: #e6e9ec; | |
| 3589 | + font-size: 15px; | |
| 3590 | + box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3591 | + cursor: pointer; | |
| 4412 | 3592 | } |
| 4413 | 3593 | #elementor-mode-switcher:hover { |
| 4414 | - background-color: var(--e-a-bg-hover); | |
| 3594 | + background-color: #93003c; | |
| 3595 | + color: #FFFFFF; | |
| 4415 | 3596 | } |
| 4416 | -#elementor-mode-switcher:focus-within { | |
| 4417 | - background-color: var(--e-a-bg-active); | |
| 3597 | + | |
| 3598 | +#elementor-mode-switcher-inner, #elementor-mode-switcher-preview { | |
| 3599 | + width: 100%; | |
| 3600 | + height: 100%; | |
| 3601 | + position: absolute; | |
| 3602 | + top: 0; | |
| 3603 | + left: 0; | |
| 4418 | 3604 | } |
| 4419 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4420 | - opacity: 0; | |
| 4421 | - pointer-events: none; | |
| 3605 | + | |
| 3606 | +#elementor-mode-switcher-preview { | |
| 3607 | + cursor: pointer; | |
| 4422 | 3608 | } |
| 4423 | -#elementor-mode-switcher-preview i { | |
| 3609 | +#elementor-mode-switcher-preview .eicon { | |
| 3610 | + position: absolute; | |
| 3611 | + top: 50%; | |
| 3612 | + left: 50%; | |
| 3613 | + transform: translate(-50%, -50%); | |
| 3614 | +} | |
| 3615 | + | |
| 3616 | +#elementor-mode-switcher-preview-input { | |
| 3617 | + display: none; | |
| 3618 | +} | |
| 3619 | + | |
| 3620 | +:root { | |
| 3621 | + --e-is-device-mode: 0; | |
| 3622 | +} | |
| 3623 | + | |
| 3624 | +.e-is-device-mode { | |
| 3625 | + --e-is-device-mode: 1; | |
| 3626 | +} | |
| 3627 | + | |
| 3628 | +#elementor-responsive-bar { | |
| 3629 | + position: sticky; | |
| 3630 | + height: calc(40px * var(--e-is-device-mode)); | |
| 3631 | + align-self: stretch; | |
| 3632 | + flex-shrink: 0; | |
| 3633 | + transition: height 0.2s ease-in-out, opacity 0.1s; | |
| 3634 | + left: 0; | |
| 3635 | + top: 0; | |
| 3636 | + z-index: 100; | |
| 3637 | + opacity: var(--e-is-device-mode); | |
| 3638 | + box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.33), 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 6px -3px rgba(255, 255, 255, 0.5); | |
| 3639 | +} | |
| 3640 | +#elementor-responsive-bar:before { | |
| 3641 | + content: ""; | |
| 3642 | + position: absolute; | |
| 3643 | + left: 0; | |
| 3644 | + top: 0; | |
| 3645 | + width: 100%; | |
| 3646 | + height: 100%; | |
| 3647 | + z-index: -1; | |
| 3648 | + transform: scaleX(var(--e-preview-scale, 1)); | |
| 3649 | +} | |
| 3650 | + | |
| 3651 | +.e-responsive-bar-switcher__option { | |
| 3652 | + cursor: pointer; | |
| 3653 | + text-align: center; | |
| 3654 | + width: 22px; | |
| 3655 | + height: 22px; | |
| 3656 | + margin: 0 4px; | |
| 3657 | + line-height: 22px; | |
| 3658 | + border-radius: 3px; | |
| 3659 | + font-size: 16px; | |
| 3660 | + transition: background-color 0.3s ease-out; | |
| 3661 | +} | |
| 3662 | +.e-responsive-bar-switcher__option:hover, .e-responsive-bar-switcher__option[aria-selected=true] { | |
| 3663 | + color: #c2cbd2; | |
| 3664 | + background-color: rgba(255, 255, 255, 0.1); | |
| 3665 | +} | |
| 3666 | +.e-responsive-bar-switcher__option input { | |
| 3667 | + display: none; | |
| 3668 | +} | |
| 3669 | +.e-responsive-bar-switcher__option input:checked + i { | |
| 3670 | + color: #71d7f7; | |
| 3671 | +} | |
| 3672 | +.e-responsive-bar-switcher__option:not(:last-child) { | |
| 3673 | + -webkit-margin-end: 6px; | |
| 3674 | + margin-inline-end: 6px; | |
| 3675 | +} | |
| 3676 | +.e-responsive-bar__button { | |
| 3677 | + -webkit-appearance: none; | |
| 3678 | + -moz-appearance: none; | |
| 3679 | + appearance: none; | |
| 3680 | + background: none; | |
| 3681 | + border: 0 none; | |
| 3682 | + cursor: pointer; | |
| 3683 | + color: inherit; | |
| 3684 | +} | |
| 3685 | +.e-responsive-bar__button:focus:not(:focus-visible) { | |
| 3686 | + outline: none; | |
| 3687 | +} | |
| 3688 | +.e-responsive-bar__button:hover { | |
| 3689 | + color: #c2cbd2; | |
| 3690 | + background-color: rgba(255, 255, 255, 0.1); | |
| 3691 | +} | |
| 3692 | +.e-responsive-bar--pipe { | |
| 3693 | + position: relative; | |
| 3694 | +} | |
| 3695 | +.e-responsive-bar--pipe::before { | |
| 3696 | + content: ""; | |
| 3697 | + display: block; | |
| 3698 | + height: 20px; | |
| 3699 | + width: 1px; | |
| 3700 | + background-color: #6d7882; | |
| 3701 | + position: absolute; | |
| 3702 | + right: -5px; | |
| 3703 | + top: calc(50% - 10px); | |
| 3704 | +} | |
| 3705 | +.e-responsive-bar__input-size { | |
| 3706 | + background-color: transparent; | |
| 3707 | + color: #a4afb7; | |
| 3708 | + border: 1px solid #6d7882 !important; | |
| 3709 | + padding: 0 3px; | |
| 3710 | + width: 60px; | |
| 3711 | + font-size: 12px; | |
| 3712 | + line-height: 16px; | |
| 3713 | + height: 18px; | |
| 3714 | + margin: auto 8px auto 4px; | |
| 3715 | +} | |
| 3716 | +.e-responsive-bar__input-size-separator { | |
| 3717 | + color: #6d7882; | |
| 3718 | +} | |
| 3719 | +.e-responsive-bar__input-size[disabled] { | |
| 3720 | + background-color: transparent; | |
| 3721 | + color: #6d7882; | |
| 3722 | + cursor: default; | |
| 3723 | +} | |
| 3724 | + | |
| 3725 | +#e-responsive-bar { | |
| 3726 | + width: 100%; | |
| 3727 | + margin-top: calc(-40px + 40px * var(--e-is-device-mode)); | |
| 3728 | + z-index: 1; | |
| 3729 | + transition: margin-top 0.2s ease-in-out; | |
| 4424 | 3730 | display: flex; |
| 4425 | - flex-direction: column; | |
| 3731 | + align-items: center; | |
| 3732 | + justify-content: space-between; | |
| 3733 | + color: #a4afb7; | |
| 3734 | + background-color: #495157; | |
| 3735 | +} | |
| 3736 | +#e-responsive-bar__center, #e-responsive-bar__end, #e-responsive-bar-scale, #e-responsive-bar-switcher { | |
| 3737 | + display: flex; | |
| 4426 | 3738 | justify-content: center; |
| 4427 | - width: var(--e-a-mode-switcher-width); | |
| 4428 | - height: var(--e-a-mode-switcher-height); | |
| 4429 | - font-size: var(--e-a-mode-switcher-icon-size); | |
| 3739 | + align-items: center; | |
| 3740 | + font-size: 13px; | |
| 3741 | + background-color: #495157; | |
| 3742 | + padding: 2px 0; | |
| 3743 | +} | |
| 3744 | +@media (min-width: 1400px) { | |
| 3745 | + #e-responsive-bar__center { | |
| 3746 | + margin-left: 50%; | |
| 3747 | + transform: translate(-50%, 0); | |
| 3748 | + } | |
| 3749 | +} | |
| 3750 | +#e-responsive-bar__close-button, #e-responsive-bar__settings-button { | |
| 3751 | + width: 22px; | |
| 3752 | + height: 22px; | |
| 3753 | + border-radius: 3px; | |
| 3754 | + margin: 7px 5px; | |
| 3755 | + font-size: 16px; | |
| 3756 | +} | |
| 3757 | +#e-responsive-bar__size-inputs-wrapper { | |
| 3758 | + display: flex; | |
| 3759 | + align-items: center; | |
| 3760 | + -webkit-margin-end: 8px; | |
| 3761 | + margin-inline-end: 8px; | |
| 3762 | + color: #6d7882; | |
| 3763 | +} | |
| 3764 | +#e-responsive-bar-switcher { | |
| 3765 | + padding: 0 20px; | |
| 3766 | +} | |
| 3767 | +#e-responsive-bar-scale { | |
| 3768 | + padding: 0 20px; | |
| 3769 | +} | |
| 3770 | +#e-responsive-bar-scale__value-wrapper { | |
| 3771 | + margin: 0 14px; | |
| 3772 | + min-width: 32px; | |
| 3773 | + text-align: center; | |
| 3774 | +} | |
| 3775 | +#e-responsive-bar-scale__plus, #e-responsive-bar-scale__minus, #e-responsive-bar-scale__reset { | |
| 4430 | 3776 | cursor: pointer; |
| 3777 | + width: 20px; | |
| 3778 | + height: 20px; | |
| 3779 | + display: flex; | |
| 3780 | + align-items: center; | |
| 3781 | + justify-content: center; | |
| 4431 | 3782 | } |
| 4432 | -#elementor-mode-switcher-preview-input { | |
| 4433 | - display: none; | |
| 3783 | +#e-responsive-bar-scale__minus:before { | |
| 3784 | + content: ""; | |
| 3785 | + display: block; | |
| 3786 | + width: 13px; | |
| 3787 | + height: 2px; | |
| 3788 | + background: #a4afb7; | |
| 3789 | + border-radius: 3px; | |
| 4434 | 3790 | } |
| 3791 | +#e-responsive-bar-scale__reset { | |
| 3792 | + margin: 0px 8px; | |
| 3793 | +} | |
| 4435 | 3794 | |
| 4436 | 3795 | .elementor-revision-item__wrapper { |
| 4437 | 3796 | display: flex; |
| 4438 | 3797 | align-items: center; |
| 4439 | - text-align: start; | |
| 4440 | - width: 100%; | |
| 4441 | - border: var(--e-a-border); | |
| 4442 | - border-radius: var(--e-a-border-radius); | |
| 3798 | + border: 1px solid #d5dadf; | |
| 4443 | 3799 | padding: 10px 15px; |
| 4444 | - margin-block-end: 10px; | |
| 3800 | + margin-bottom: 10px; | |
| 4445 | 3801 | font-size: 11px; |
| 4446 | - transition: var(--e-a-transition-hover); | |
| 4447 | - background-color: transparent; | |
| 3802 | + transition: all 0.3s; | |
| 4448 | 3803 | } |
| 4449 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 4450 | - background-color: var(--e-a-bg-hover); | |
| 3804 | +.elementor-revision-item__wrapper.current { | |
| 3805 | + font-weight: bold; | |
| 4451 | 3806 | } |
| 3807 | +.elementor-revision-item__wrapper .elementor-revision-item__tools-current { | |
| 3808 | + color: #71d7f7; | |
| 3809 | +} | |
| 3810 | +.elementor-revision-item:hover:not(.elementor-revision-current-preview) { | |
| 3811 | + background-color: rgba(230, 233, 236, 0.3); | |
| 3812 | +} | |
| 4452 | 3813 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4453 | 3814 | display: none; |
| 4454 | 3815 | } |
| 4455 | 3816 | .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { |
| @@ -4462,67 +3823,61 @@ | ||
| 4462 | 3823 | .elementor-revision-item__gravatar img { |
| 4463 | 3824 | display: block; |
| 4464 | 3825 | } |
| 4465 | 3826 | .elementor-revision-item__details { |
| 4466 | - padding-inline-start: 15px; | |
| 3827 | + padding-left: 15px; | |
| 4467 | 3828 | flex-grow: 1; |
| 4468 | 3829 | cursor: pointer; |
| 4469 | 3830 | } |
| 4470 | 3831 | .elementor-revision-meta { |
| 4471 | - padding-block-start: 5px; | |
| 3832 | + padding-top: 5px; | |
| 4472 | 3833 | font-size: 10px; |
| 4473 | 3834 | font-weight: bold; |
| 4474 | 3835 | } |
| 4475 | -.elementor-revision-current-preview .elementor-revision-item__wrapper { | |
| 4476 | - border-color: var(--e-a-border-color-accent); | |
| 4477 | - background-color: var(--e-a-bg-active); | |
| 3836 | +.elementor-revision-current-preview { | |
| 3837 | + background-color: #e6e9ec; | |
| 4478 | 3838 | } |
| 4479 | 3839 | |
| 3840 | +#elementor-restore-autosave-dialog.dialog-widget { | |
| 3841 | + background-color: rgba(0, 0, 0, 0.3); | |
| 3842 | +} | |
| 3843 | + | |
| 4480 | 3844 | #elementor-panel-revisions-loading { |
| 4481 | 3845 | position: absolute; |
| 4482 | - inset-block-start: 50%; | |
| 4483 | - inset-inline-start: 50%; | |
| 4484 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3846 | + top: 50%; | |
| 3847 | + left: 50%; | |
| 3848 | + transform: translate(-50%, -50%); | |
| 4485 | 3849 | } |
| 4486 | 3850 | #elementor-panel-revisions-loading .eicon-loading { |
| 4487 | 3851 | font-size: 50px; |
| 3852 | + color: #a4afb7; | |
| 4488 | 3853 | } |
| 4489 | 3854 | |
| 4490 | -.elementor-panel-revisions-buttons { | |
| 4491 | - display: flex; | |
| 4492 | - justify-content: space-between; | |
| 4493 | - padding: 15px 20px; | |
| 4494 | - border-block-end: var(--e-a-border); | |
| 4495 | -} | |
| 4496 | - | |
| 4497 | 3855 | .elementor-history-item { |
| 4498 | 3856 | display: flex; |
| 4499 | 3857 | align-items: center; |
| 4500 | - text-align: start; | |
| 4501 | - border: var(--e-a-border); | |
| 4502 | - border-radius: var(--e-a-border-radius); | |
| 3858 | + border: 1px solid #d5dadf; | |
| 4503 | 3859 | padding: 10px 15px; |
| 4504 | - margin-block-end: 10px; | |
| 4505 | - width: 100%; | |
| 3860 | + margin-bottom: 10px; | |
| 4506 | 3861 | font-size: 11px; |
| 4507 | 3862 | line-height: 1.4; |
| 4508 | - background-color: transparent; | |
| 4509 | 3863 | cursor: pointer; |
| 4510 | - transition: var(--e-a-transition-hover); | |
| 3864 | + transition: all 0.3s; | |
| 4511 | 3865 | } |
| 4512 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 4513 | - background-color: var(--e-a-bg-hover); | |
| 4514 | - color: var(--e-a-txt-color-hover); | |
| 3866 | +.elementor-history-item:hover { | |
| 3867 | + background-color: rgba(230, 233, 236, 0.3); | |
| 4515 | 3868 | } |
| 4516 | -.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 { | |
| 3869 | +.elementor-history-item:hover .elementor-history-item__icon .eicon:before { | |
| 4517 | 3870 | content: "\e924"; |
| 4518 | 3871 | } |
| 3872 | +.elementor-history-item-applied { | |
| 3873 | + color: #a4afb7; | |
| 3874 | +} | |
| 4519 | 3875 | .elementor-history-item-current { |
| 4520 | - border-color: var(--e-a-border-color-accent); | |
| 4521 | - background-color: var(--e-a-bg-active); | |
| 4522 | - color: var(--e-a-txt-color-active); | |
| 3876 | + background: #e6e9ec; | |
| 3877 | + cursor: default; | |
| 4523 | 3878 | } |
| 4524 | -.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 { | |
| 3879 | +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 4525 | 3880 | content: "\e90e"; |
| 4526 | 3881 | } |
| 4527 | 3882 | .elementor-history-item__details { |
| 4528 | 3883 | width: 95%; |
| @@ -4536,23 +3891,26 @@ | ||
| 4536 | 3891 | .elementor-history-item__action { |
| 4537 | 3892 | font-style: italic; |
| 4538 | 3893 | text-decoration: underline; |
| 4539 | 3894 | } |
| 3895 | +.elementor-history-item .__icon { | |
| 3896 | + float: right; | |
| 3897 | +} | |
| 4540 | 3898 | .elementor-history-revisions-message { |
| 4541 | 3899 | font-size: 11px; |
| 4542 | 3900 | text-align: center; |
| 4543 | - padding-block-start: 5px; | |
| 3901 | + padding-top: 5px; | |
| 4544 | 3902 | } |
| 4545 | 3903 | |
| 4546 | 3904 | #elementor-panel-history { |
| 4547 | - padding: 20px; | |
| 4548 | - padding-block-end: 15px; | |
| 3905 | + padding: 20px 20px 15px; | |
| 4549 | 3906 | } |
| 4550 | 3907 | #elementor-panel-history.elementor-empty .elementor-history-revisions-message { |
| 4551 | - padding-block-start: 20px; | |
| 3908 | + padding-top: 20px; | |
| 4552 | 3909 | } |
| 4553 | 3910 | #elementor-panel-history:not(.elementor-empty) { |
| 4554 | - margin-block-start: 10px; | |
| 3911 | + background-color: #fff; | |
| 3912 | + margin-top: 10px; | |
| 4555 | 3913 | } |
| 4556 | 3914 | |
| 4557 | 3915 | #elementor-panel-history-no-items, |
| 4558 | 3916 | #elementor-panel-revisions-no-revisions { |
| @@ -4559,104 +3917,42 @@ | ||
| 4559 | 3917 | text-align: center; |
| 4560 | 3918 | } |
| 4561 | 3919 | #elementor-panel-history-no-items .elementor-nerd-box-icon, |
| 4562 | 3920 | #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { |
| 4563 | - margin-block-start: 20px; | |
| 3921 | + margin-top: 20px; | |
| 4564 | 3922 | } |
| 4565 | 3923 | |
| 4566 | -.e-control-display-conditions-promotion__wrapper { | |
| 4567 | - display: flex; | |
| 4568 | - justify-content: space-between; | |
| 4569 | -} | |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4572 | -} | |
| 4573 | -.e-control-display-conditions-promotion__description { | |
| 4574 | - display: flex; | |
| 4575 | - align-self: center; | |
| 4576 | -} | |
| 4577 | -.e-control-display-conditions-promotion__text { | |
| 4578 | - display: inline-block; | |
| 4579 | -} | |
| 4580 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4581 | - width: 2.5rem; | |
| 4582 | - display: flex; | |
| 4583 | - justify-content: center; | |
| 4584 | - align-items: center; | |
| 4585 | -} | |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4590 | - align-self: flex-end; | |
| 4591 | - cursor: pointer; | |
| 4592 | - border: var(--e-a-border-bold); | |
| 4593 | - border-radius: var(--e-a-border-radius); | |
| 4594 | - padding: 5px; | |
| 4595 | -} | |
| 4596 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4597 | - background-color: var(--e-a-bg-active); | |
| 4598 | - color: #E73CF6; | |
| 4599 | -} | |
| 4600 | - | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4603 | -} | |
| 4604 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4605 | - margin-inline-end: 0; | |
| 4606 | -} | |
| 4607 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4608 | - display: flex; | |
| 4609 | - flex-direction: column; | |
| 4610 | - justify-content: center; | |
| 4611 | - padding-inline-start: 5px; | |
| 4612 | - padding-inline-end: 20px; | |
| 4613 | - cursor: pointer; | |
| 4614 | - height: 27px; | |
| 4615 | - width: 100%; | |
| 4616 | - color: var(--e-a-color-txt); | |
| 4617 | - border-radius: var(--e-a-border-radius); | |
| 4618 | - background-color: var(--e-a-bg-default); | |
| 4619 | - box-shadow: none; | |
| 4620 | - border: var(--e-a-border-bold); | |
| 4621 | - font-size: var(--control-title-size); | |
| 4622 | -} | |
| 4623 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4624 | - width: 2.5rem; | |
| 4625 | - display: flex; | |
| 4626 | - justify-content: center; | |
| 4627 | - align-items: center; | |
| 4628 | -} | |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 4632 | - | |
| 4633 | -.e-link-promotion { | |
| 4634 | - font-family: "Roboto", sans-serif; | |
| 4635 | - font-weight: 500; | |
| 4636 | - color: #93003f; | |
| 4637 | -} | |
| 4638 | -.e-link-promotion:hover { | |
| 4639 | - color: #93003f; | |
| 4640 | -} | |
| 4641 | - | |
| 4642 | 3924 | .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, |
| 4643 | 3925 | .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { |
| 4644 | 3926 | display: none; |
| 4645 | 3927 | } |
| 4646 | 3928 | |
| 3929 | +.elementor-editor-kit .elementor-panel #elementor-panel-header { | |
| 3930 | + background-color: #4ab7f4; | |
| 3931 | +} | |
| 4647 | 3932 | .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, |
| 4648 | 3933 | .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { |
| 4649 | - display: flex; | |
| 3934 | + display: table-cell; | |
| 4650 | 3935 | } |
| 4651 | 3936 | body:not(.e-routes-has-history) #elementor-panel-header-kit-back { |
| 4652 | 3937 | pointer-events: none; |
| 4653 | - visibility: hidden; | |
| 3938 | + opacity: 0.4; | |
| 4654 | 3939 | } |
| 3940 | +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3941 | + cursor: inherit; | |
| 3942 | + color: inherit; | |
| 3943 | +} | |
| 4655 | 3944 | |
| 3945 | +.elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 3946 | + border-bottom-color: #4ab7f4; | |
| 3947 | +} | |
| 4656 | 3948 | .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { |
| 4657 | 3949 | display: none; |
| 4658 | 3950 | } |
| 3951 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled), | |
| 3952 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) { | |
| 3953 | + background-color: #4ab7f4; | |
| 3954 | +} | |
| 4659 | 3955 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4660 | 3956 | padding: 25px 15px 0; |
| 4661 | 3957 | } |
| 4662 | 3958 | .elementor-editor-kit #elementor-panel-header-add-button, |
| @@ -4666,13 +3962,13 @@ | ||
| 4666 | 3962 | display: none; |
| 4667 | 3963 | } |
| 4668 | 3964 | |
| 4669 | 3965 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4670 | - margin-block-end: 15px; | |
| 3966 | + margin-bottom: 15px; | |
| 4671 | 3967 | position: relative; |
| 4672 | 3968 | } |
| 4673 | 3969 | .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { |
| 4674 | - background-color: var(--e-a-bg-default); | |
| 3970 | + background-color: #ffffff; | |
| 4675 | 3971 | } |
| 4676 | 3972 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { |
| 4677 | 3973 | display: flex; |
| 4678 | 3974 | align-items: center; |
| @@ -4678,16 +3974,11 @@ | ||
| 4678 | 3974 | align-items: center; |
| 4679 | 3975 | } |
| 4680 | 3976 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4681 | 3977 | cursor: pointer; |
| 4682 | - color: var(--e-a-color-txt); | |
| 4683 | - background-color: transparent; | |
| 4684 | - border: none; | |
| 3978 | + color: #d5dadf; | |
| 4685 | 3979 | padding: 5px; |
| 4686 | 3980 | } |
| 4687 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4688 | - color: var(--e-a-color-txt-hover); | |
| 4689 | -} | |
| 4690 | 3981 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4691 | 3982 | padding: 0; |
| 4692 | 3983 | } |
| 4693 | 3984 | .elementor-control-type-global-style-repeater .elementor-control-title { |
| @@ -4711,18 +4002,18 @@ | ||
| 4711 | 4002 | .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 { |
| 4712 | 4003 | display: none; |
| 4713 | 4004 | } |
| 4714 | 4005 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 4715 | - margin-block-start: 0; | |
| 4006 | + margin-top: 0; | |
| 4716 | 4007 | } |
| 4717 | 4008 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4718 | 4009 | align-self: end; |
| 4719 | - margin-block-start: 35px; | |
| 4720 | - inset-block-start: 0; | |
| 4010 | + margin-top: 35px; | |
| 4011 | + top: 0; | |
| 4721 | 4012 | width: 100%; |
| 4722 | 4013 | } |
| 4723 | 4014 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4724 | - inset-inline-end: 5px; | |
| 4015 | + right: 5px; | |
| 4725 | 4016 | } |
| 4726 | 4017 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4727 | 4018 | padding: 0 20px 15px; |
| 4728 | 4019 | } |
| @@ -4730,17 +4021,17 @@ | ||
| 4730 | 4021 | flex-grow: initial; |
| 4731 | 4022 | } |
| 4732 | 4023 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4733 | 4024 | text-align: center; |
| 4734 | - border-block-start: var(--e-a-border); | |
| 4735 | - padding-block-start: 15px; | |
| 4025 | + border-top: 1px solid #e6e9ec; | |
| 4026 | + padding-top: 15px; | |
| 4736 | 4027 | } |
| 4737 | 4028 | .elementor-control-type-global-style-repeater .pickr, |
| 4738 | 4029 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4739 | - margin-inline-start: 5px; | |
| 4030 | + margin-left: 5px; | |
| 4740 | 4031 | } |
| 4741 | 4032 | .elementor-control-type-global-style-repeater .e-sortable-placeholder { |
| 4742 | - background-color: var(--e-a-color-info); | |
| 4033 | + background-color: #71d7f7; | |
| 4743 | 4034 | opacity: 0.9; |
| 4744 | 4035 | width: 100%; |
| 4745 | 4036 | margin: 8px 0; |
| 4746 | 4037 | height: 2px; |
| @@ -4745,15 +4036,16 @@ | ||
| 4745 | 4036 | margin: 8px 0; |
| 4746 | 4037 | height: 2px; |
| 4747 | 4038 | } |
| 4748 | 4039 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4749 | - padding-block-end: 0; | |
| 4040 | + padding-bottom: 0; | |
| 4750 | 4041 | } |
| 4751 | 4042 | |
| 4752 | 4043 | .e-global-colors__color-value { |
| 4044 | + color: #d5dadf; | |
| 4753 | 4045 | font-size: 10px; |
| 4754 | 4046 | padding: 0 5px; |
| 4755 | - text-align: end; | |
| 4047 | + text-align: right; | |
| 4756 | 4048 | white-space: nowrap; |
| 4757 | 4049 | text-overflow: ellipsis; |
| 4758 | 4050 | overflow: hidden; |
| 4759 | 4051 | } |
| @@ -4792,239 +4084,8 @@ | ||
| 4792 | 4084 | 100% { |
| 4793 | 4085 | transform: translateY(0); |
| 4794 | 4086 | } |
| 4795 | 4087 | } |
| 4796 | -.elementor-button, | |
| 4797 | -.e-btn { | |
| 4798 | - font-size: 12px; | |
| 4799 | - font-weight: 500; | |
| 4800 | - line-height: 1.2; | |
| 4801 | - padding: 8px 16px; | |
| 4802 | - outline: none; | |
| 4803 | - border: none; | |
| 4804 | - border-radius: var(--e-a-border-radius); | |
| 4805 | - background-color: var(--e-a-btn-bg); | |
| 4806 | - color: var(--e-a-btn-color-invert); | |
| 4807 | - transition: var(--e-a-transition-hover); | |
| 4808 | -} | |
| 4809 | -.elementor-button:hover, | |
| 4810 | -.e-btn:hover { | |
| 4811 | - border: none; | |
| 4812 | -} | |
| 4813 | -.elementor-button:hover, .elementor-button:focus, | |
| 4814 | -.e-btn:hover, | |
| 4815 | -.e-btn:focus { | |
| 4816 | - background-color: var(--e-a-btn-bg-hover); | |
| 4817 | - color: var(--e-a-btn-color-invert); | |
| 4818 | -} | |
| 4819 | -.elementor-button:active, | |
| 4820 | -.e-btn:active { | |
| 4821 | - background-color: var(--e-a-btn-bg-active); | |
| 4822 | -} | |
| 4823 | -.elementor-button:not([disabled]), | |
| 4824 | -.e-btn:not([disabled]) { | |
| 4825 | - cursor: pointer; | |
| 4826 | -} | |
| 4827 | -.elementor-button:disabled, | |
| 4828 | -.e-btn:disabled { | |
| 4829 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4830 | - color: var(--e-a-btn-color-disabled); | |
| 4831 | -} | |
| 4832 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4833 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4834 | - display: none; | |
| 4835 | -} | |
| 4836 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4837 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4838 | -.e-btn.e-btn-txt, | |
| 4839 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4840 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4841 | - background: transparent; | |
| 4842 | - color: var(--e-a-color-txt); | |
| 4843 | -} | |
| 4844 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4845 | -.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, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4847 | -.e-btn.e-btn-txt:hover, | |
| 4848 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4849 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4850 | -.e-btn.e-btn-txt:focus, | |
| 4851 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4852 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4853 | - background: var(--e-a-bg-hover); | |
| 4854 | - color: var(--e-a-color-txt-hover); | |
| 4855 | -} | |
| 4856 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4858 | -.e-btn.e-btn-txt:disabled, | |
| 4859 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4860 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4861 | - background: transparent; | |
| 4862 | - color: var(--e-a-color-txt-disabled); | |
| 4863 | -} | |
| 4864 | -.elementor-button.e-btn-txt-border, | |
| 4865 | -.e-btn.e-btn-txt-border { | |
| 4866 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4867 | -} | |
| 4868 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4869 | -.e-btn.elementor-button-success, | |
| 4870 | -.e-btn.e-success { | |
| 4871 | - background-color: var(--e-a-btn-bg-success); | |
| 4872 | -} | |
| 4873 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4874 | -.e-btn.elementor-button-success:hover, | |
| 4875 | -.e-btn.elementor-button-success:focus, | |
| 4876 | -.e-btn.e-success:hover, | |
| 4877 | -.e-btn.e-success:focus { | |
| 4878 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4879 | -} | |
| 4880 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4881 | -.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, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4883 | -.e-btn.e-primary, | |
| 4884 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4885 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4886 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4887 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4888 | - background-color: var(--e-a-btn-bg-primary); | |
| 4889 | - color: var(--e-a-btn-color); | |
| 4890 | -} | |
| 4891 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4892 | -.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, | |
| 4893 | -.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, | |
| 4894 | -.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, | |
| 4895 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4896 | -.e-btn.e-primary:hover, | |
| 4897 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4898 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4899 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4900 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4901 | -.e-btn.e-primary:focus, | |
| 4902 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4903 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4904 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4905 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4906 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4907 | - color: var(--e-a-btn-color); | |
| 4908 | -} | |
| 4909 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4910 | -.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, | |
| 4911 | -.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, | |
| 4912 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4913 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4914 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4915 | -.e-btn.e-primary.e-btn-txt, | |
| 4916 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4917 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4918 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4919 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4920 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4921 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4922 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4923 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4924 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4925 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4926 | - background: transparent; | |
| 4927 | - color: var(--e-a-color-primary-bold); | |
| 4928 | -} | |
| 4929 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4930 | -.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, | |
| 4931 | -.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, | |
| 4932 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4933 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4934 | -.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, | |
| 4935 | -.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, | |
| 4936 | -.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, | |
| 4937 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4938 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4939 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4940 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4941 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4942 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4943 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4944 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4945 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4946 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4947 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4948 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4949 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4950 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4951 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4952 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4953 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4954 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4955 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4956 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4957 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4958 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4959 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4960 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4961 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4962 | - background: var(--e-a-bg-primary); | |
| 4963 | -} | |
| 4964 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4965 | -.e-btn.go-pro, | |
| 4966 | -.e-btn.e-accent { | |
| 4967 | - background-color: var(--e-a-btn-bg-accent); | |
| 4968 | -} | |
| 4969 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4970 | -.e-btn.go-pro:hover, | |
| 4971 | -.e-btn.go-pro:focus, | |
| 4972 | -.e-btn.e-accent:hover, | |
| 4973 | -.e-btn.e-accent:focus { | |
| 4974 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4975 | -} | |
| 4976 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4977 | -.e-btn.go-pro:active, | |
| 4978 | -.e-btn.e-accent:active { | |
| 4979 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4980 | -} | |
| 4981 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4982 | -.e-btn.elementor-button-info, | |
| 4983 | -.e-btn.e-info { | |
| 4984 | - background-color: var(--e-a-btn-bg-info); | |
| 4985 | -} | |
| 4986 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4987 | -.e-btn.elementor-button-info:hover, | |
| 4988 | -.e-btn.elementor-button-info:focus, | |
| 4989 | -.e-btn.e-info:hover, | |
| 4990 | -.e-btn.e-info:focus { | |
| 4991 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4992 | -} | |
| 4993 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4994 | -.e-btn.elementor-button-warning, | |
| 4995 | -.e-btn.e-warning { | |
| 4996 | - background-color: var(--e-a-btn-bg-warning); | |
| 4997 | -} | |
| 4998 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4999 | -.e-btn.elementor-button-warning:hover, | |
| 5000 | -.e-btn.elementor-button-warning:focus, | |
| 5001 | -.e-btn.e-warning:hover, | |
| 5002 | -.e-btn.e-warning:focus { | |
| 5003 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 5004 | -} | |
| 5005 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 5006 | -.e-btn.elementor-button-danger, | |
| 5007 | -.e-btn.e-danger { | |
| 5008 | - background-color: var(--e-a-btn-bg-danger); | |
| 5009 | -} | |
| 5010 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 5011 | -.e-btn.elementor-button-danger.color-white, | |
| 5012 | -.e-btn.e-danger.color-white { | |
| 5013 | - color: var(--e-a-color-white); | |
| 5014 | -} | |
| 5015 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 5016 | -.e-btn.elementor-button-danger:hover, | |
| 5017 | -.e-btn.elementor-button-danger:focus, | |
| 5018 | -.e-btn.e-danger:hover, | |
| 5019 | -.e-btn.e-danger:focus { | |
| 5020 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 5021 | -} | |
| 5022 | -.elementor-button i, | |
| 5023 | -.e-btn i { | |
| 5024 | - margin-inline-end: 5px; | |
| 5025 | -} | |
| 5026 | - | |
| 5027 | 4088 | body { |
| 5028 | 4089 | --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); |
| 5029 | 4090 | } |
| 5030 | 4091 | body.elementor-navigator-docked { |
| @@ -5051,23 +4112,22 @@ | ||
| 5051 | 4112 | } |
| 5052 | 4113 | |
| 5053 | 4114 | #elementor-preview-responsive-wrapper { |
| 5054 | 4115 | transform-origin: top center; |
| 5055 | - margin: 20px; | |
| 4116 | + padding: 20px; | |
| 5056 | 4117 | transform: scale(var(--e-preview-scale, 1)); |
| 5057 | - overflow: hidden; | |
| 5058 | 4118 | } |
| 5059 | 4119 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 5060 | 4120 | min-width: 1025px; |
| 5061 | 4121 | width: 100%; |
| 5062 | 4122 | height: 100%; |
| 5063 | - margin: 0; | |
| 4123 | + padding: 0; | |
| 5064 | 4124 | position: relative; |
| 5065 | 4125 | } |
| 5066 | 4126 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 5067 | 4127 | width: var(--e-editor-preview-width); |
| 5068 | 4128 | height: var(--e-editor-preview-height); |
| 5069 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4129 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5070 | 4130 | box-sizing: content-box; |
| 5071 | 4131 | position: relative; |
| 5072 | 4132 | max-height: calc(100vh - 80px); |
| 5073 | 4133 | } |
| @@ -5101,16 +4161,14 @@ | ||
| 5101 | 4161 | #elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { |
| 5102 | 4162 | background-color: rgba(255, 255, 255, 0.6); |
| 5103 | 4163 | width: 100px; |
| 5104 | 4164 | } |
| 5105 | -#elementor-preview-responsive-wrapper .ui-resizable-e, | |
| 5106 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 4165 | +#elementor-preview-responsive-wrapper .ui-resizable-e, #elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5107 | 4166 | align-items: center; |
| 5108 | 4167 | justify-content: center; |
| 5109 | 4168 | width: 20px; |
| 5110 | 4169 | } |
| 5111 | -#elementor-preview-responsive-wrapper .ui-resizable-e:before, | |
| 5112 | -#elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 4170 | +#elementor-preview-responsive-wrapper .ui-resizable-e:before, #elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 5113 | 4171 | content: ""; |
| 5114 | 4172 | display: block; |
| 5115 | 4173 | background-color: rgba(255, 255, 255, 0.2); |
| 5116 | 4174 | width: 4px; |
| @@ -5117,10 +4175,9 @@ | ||
| 5117 | 4175 | height: 50px; |
| 5118 | 4176 | border-radius: 3px; |
| 5119 | 4177 | transition: all 0.2s ease-in-out; |
| 5120 | 4178 | } |
| 5121 | -#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, | |
| 5122 | -#elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 4179 | +#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 5123 | 4180 | background-color: rgba(255, 255, 255, 0.6); |
| 5124 | 4181 | height: 100px; |
| 5125 | 4182 | } |
| 5126 | 4183 | #elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { |
| @@ -5129,10 +4186,9 @@ | ||
| 5129 | 4186 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5130 | 4187 | bottom: 0; |
| 5131 | 4188 | } |
| 5132 | 4189 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5133 | - width: 10px; | |
| 5134 | - right: -5px; | |
| 4190 | + right: 0; | |
| 5135 | 4191 | } |
| 5136 | 4192 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5137 | 4193 | left: 0; |
| 5138 | 4194 | } |
| @@ -5143,24 +4199,16 @@ | ||
| 5143 | 4199 | background-color: #fff; |
| 5144 | 4200 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5145 | 4201 | } |
| 5146 | 4202 | |
| 5147 | -#elementor-template-library-modal button:focus-visible, | |
| 5148 | -#elementor-template-library-modal a:focus-visible, | |
| 5149 | -#elementor-template-library-modal input:focus-visible, | |
| 5150 | -#elementor-template-library-modal select:focus-visible, | |
| 5151 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5152 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5153 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5154 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5155 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5156 | - outline-offset: 2px; | |
| 5157 | - border-radius: 2px; | |
| 5158 | -} | |
| 5159 | 4203 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5160 | 4204 | font-style: normal; |
| 5161 | 4205 | text-decoration: underline; |
| 4206 | + color: #39b54a; | |
| 5162 | 4207 | } |
| 4208 | +#elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover { | |
| 4209 | + color: #2d8e3a; | |
| 4210 | +} | |
| 5163 | 4211 | #elementor-template-library-modal .dialog-buttons-wrapper { |
| 5164 | 4212 | display: none; |
| 5165 | 4213 | } |
| 5166 | 4214 | #elementor-template-library-modal .select2-container { |
| @@ -5165,228 +4213,92 @@ | ||
| 5165 | 4213 | } |
| 5166 | 4214 | #elementor-template-library-modal .select2-container { |
| 5167 | 4215 | z-index: 0; |
| 5168 | 4216 | } |
| 5169 | -#elementor-template-library-modal .dialog-message { | |
| 5170 | - overflow-y: scroll; | |
| 5171 | -} | |
| 5172 | -#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 { | |
| 5173 | - overflow-y: auto; | |
| 5174 | -} | |
| 5175 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5176 | - color: var(--e-a-color-txt); | |
| 5177 | - text-decoration: underline; | |
| 5178 | - font-size: 17px; | |
| 5179 | - cursor: pointer; | |
| 5180 | -} | |
| 5181 | 4217 | |
| 5182 | 4218 | #elementor-template-library-header-menu { |
| 5183 | 4219 | text-align: center; |
| 4220 | + color: #6d7882; | |
| 4221 | + font-size: 13px; | |
| 5184 | 4222 | } |
| 5185 | 4223 | |
| 5186 | 4224 | .elementor-template-library-menu-item { |
| 5187 | 4225 | display: inline-block; |
| 5188 | - padding: 17px 20px; | |
| 5189 | - border-block-end: 3px solid transparent; | |
| 4226 | + padding: 17px 0; | |
| 4227 | + width: 115px; | |
| 5190 | 4228 | cursor: pointer; |
| 5191 | - background: transparent; | |
| 5192 | - margin: 0; | |
| 5193 | - font-size: inherit; | |
| 5194 | - font-family: inherit; | |
| 5195 | - color: inherit; | |
| 5196 | - border: none; | |
| 5197 | 4229 | } |
| 5198 | -.elementor-template-library-menu-item:hover { | |
| 5199 | - background-color: var(--e-a-bg-hover); | |
| 5200 | - border-color: var(--e-a-bg-hover); | |
| 4230 | +.elementor-template-library-menu-item.elementor-active { | |
| 4231 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 4232 | + border-bottom: 3px solid #93003c; | |
| 5201 | 4233 | } |
| 5202 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5203 | - border-block-end: 3px solid; | |
| 5204 | - border-color: var(--e-a-border-color-accent); | |
| 5205 | - color: var(--e-a-color-txt-accent); | |
| 5206 | -} | |
| 5207 | 4234 | |
| 5208 | 4235 | #elementor-template-library-header-actions { |
| 5209 | 4236 | display: flex; |
| 5210 | 4237 | } |
| 5211 | -#elementor-template-library-header-actions > div, | |
| 5212 | -#elementor-template-library-header-actions > button { | |
| 5213 | - background: transparent; | |
| 5214 | - margin: 0; | |
| 5215 | - font-size: inherit; | |
| 5216 | - font-family: inherit; | |
| 5217 | - color: inherit; | |
| 5218 | - border: none; | |
| 5219 | - padding-inline-end: 16px; | |
| 5220 | - cursor: pointer; | |
| 4238 | +#elementor-template-library-header-actions > div { | |
| 4239 | + padding-right: 16px; | |
| 5221 | 4240 | } |
| 5222 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5223 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5224 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5225 | - outline-offset: -2px; | |
| 5226 | - border-radius: 2px; | |
| 5227 | -} | |
| 5228 | 4241 | |
| 5229 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5230 | - opacity: 0; | |
| 5231 | - visibility: hidden; | |
| 5232 | -} | |
| 5233 | - | |
| 5234 | 4242 | #elementor-template-library-header-preview-insert-wrapper { |
| 5235 | 4243 | cursor: default; |
| 5236 | 4244 | padding: 0 10px; |
| 5237 | 4245 | } |
| 5238 | - | |
| 5239 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5240 | - margin-inline-start: 4px; | |
| 4246 | +#elementor-template-library-header-preview-insert-wrapper .elementor-button { | |
| 4247 | + padding: 8px 14px; | |
| 4248 | + font-size: 11px; | |
| 5241 | 4249 | } |
| 4250 | +#elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert { | |
| 4251 | + color: #fff; | |
| 4252 | + background-color: #39b54a; | |
| 4253 | +} | |
| 4254 | +#elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert.elementor-disabled { | |
| 4255 | + cursor: default; | |
| 4256 | + pointer-events: none; | |
| 4257 | + color: #a4afb7; | |
| 4258 | + background-color: #556068; | |
| 4259 | + transition: 0.3s; | |
| 4260 | +} | |
| 4261 | +#elementor-template-library-header-preview-insert-wrapper .elementor-go-pro { | |
| 4262 | + background-color: #93003c; | |
| 4263 | + color: #fff; | |
| 4264 | +} | |
| 5242 | 4265 | |
| 5243 | 4266 | #elementor-template-library-header-preview-back { |
| 5244 | - gap: 10px; | |
| 5245 | - padding-block: 16.5px 15px; | |
| 5246 | - padding-inline: 0 16.5px; | |
| 5247 | - border-inline-end: var(--e-a-border); | |
| 4267 | + padding: 16.5px 16.5px 15px 0; | |
| 4268 | + border-right: 1px solid #e6e9ec; | |
| 5248 | 4269 | cursor: pointer; |
| 5249 | 4270 | transition: color 0.5s; |
| 5250 | 4271 | } |
| 5251 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5252 | - background: transparent; | |
| 5253 | - margin: 0; | |
| 5254 | - font-size: inherit; | |
| 5255 | - font-family: inherit; | |
| 5256 | - color: inherit; | |
| 5257 | - border: none; | |
| 5258 | - display: flex; | |
| 5259 | - align-items: center; | |
| 5260 | - gap: 10px; | |
| 5261 | - cursor: pointer; | |
| 4272 | +#elementor-template-library-header-preview-back:not(:hover) { | |
| 4273 | + color: #a4afb7; | |
| 5262 | 4274 | } |
| 5263 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5264 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5265 | - outline-offset: 2px; | |
| 5266 | - border-radius: 2px; | |
| 5267 | -} | |
| 5268 | -#elementor-template-library-header-preview-back:hover { | |
| 5269 | - color: var(--e-a-color-txt-hover); | |
| 5270 | -} | |
| 5271 | 4275 | #elementor-template-library-header-preview-back i { |
| 4276 | + padding-right: 10px; | |
| 5272 | 4277 | font-size: 18px; |
| 5273 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5274 | 4278 | } |
| 4279 | +#elementor-template-library-header-preview-back i:before { | |
| 4280 | + content: "\e87e"; | |
| 4281 | +} | |
| 5275 | 4282 | |
| 5276 | 4283 | #elementor-template-library-templates { |
| 5277 | - display: flex; | |
| 5278 | - flex-direction: column; | |
| 5279 | - gap: 20px; | |
| 4284 | + padding: 0 15px; | |
| 5280 | 4285 | } |
| 5281 | -#elementor-template-library-templates .toolbar-container { | |
| 5282 | - display: flex; | |
| 5283 | - justify-content: space-between; | |
| 5284 | - align-items: center; | |
| 5285 | - gap: 2%; | |
| 5286 | - height: 45px; | |
| 4286 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4287 | + box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 4288 | + margin-top: 10px; | |
| 4289 | + margin-bottom: 45px; | |
| 5287 | 4290 | } |
| 5288 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5289 | - display: flex; | |
| 5290 | - flex-wrap: wrap; | |
| 5291 | - align-items: flex-start; | |
| 4291 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4292 | + color: #6d7882; | |
| 5292 | 4293 | } |
| 5293 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5294 | - display: none; | |
| 5295 | -} | |
| 5296 | -#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"])) { | |
| 5297 | - justify-content: flex-end; | |
| 5298 | -} | |
| 5299 | -#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 { | |
| 5300 | - display: flex; | |
| 5301 | - align-items: baseline; | |
| 5302 | - border-radius: 3px; | |
| 5303 | -} | |
| 5304 | -#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 { | |
| 5305 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5306 | - outline-offset: 2px; | |
| 5307 | -} | |
| 5308 | -#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 { | |
| 5309 | - align-items: center; | |
| 5310 | -} | |
| 5311 | -#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 { | |
| 5312 | - font-size: 14px; | |
| 5313 | - margin-inline-start: 5px; | |
| 5314 | -} | |
| 5315 | -#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 { | |
| 5316 | - width: 200px; | |
| 5317 | - margin: 0px 10px; | |
| 5318 | - align-self: center; | |
| 5319 | - text-align: start; | |
| 5320 | -} | |
| 5321 | -#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 { | |
| 5322 | - font-size: 10px; | |
| 5323 | -} | |
| 5324 | -#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 { | |
| 5325 | - color: var(--e-a-btn-bg-accent); | |
| 5326 | -} | |
| 5327 | -#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 { | |
| 5328 | - height: 4px; | |
| 5329 | - background-color: var(--e-a-color-primary-bold); | |
| 5330 | - position: relative; | |
| 5331 | - display: flex; | |
| 5332 | - align-items: center; | |
| 5333 | - padding: 0; | |
| 5334 | -} | |
| 5335 | -#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 { | |
| 5336 | - height: 100%; | |
| 5337 | - transition: width 0.3s ease; | |
| 5338 | -} | |
| 5339 | -#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 { | |
| 5340 | - background-color: #D004D4; | |
| 5341 | -} | |
| 5342 | -#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 { | |
| 5343 | - background-color: #F59E0B; | |
| 5344 | -} | |
| 5345 | -#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 { | |
| 5346 | - background-color: #93003f; | |
| 5347 | -} | |
| 5348 | -#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 { | |
| 5349 | - background-color: #F0ABFC; | |
| 5350 | -} | |
| 5351 | -#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 { | |
| 5352 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5353 | -} | |
| 5354 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5355 | - font-size: 12px; | |
| 5356 | - color: var(--e-a-color-txt); | |
| 5357 | -} | |
| 5358 | -#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 { | |
| 5359 | - border-block-start: var(--e-a-border); | |
| 5360 | -} | |
| 5361 | -#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 { | |
| 5362 | - color: var(--e-a-color-txt-active); | |
| 5363 | -} | |
| 5364 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5365 | - border-block-start: none; | |
| 5366 | -} | |
| 5367 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5368 | - padding: 0; | |
| 5369 | -} | |
| 5370 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5371 | - max-width: -moz-fit-content; | |
| 5372 | - max-width: fit-content; | |
| 5373 | -} | |
| 5374 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5375 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5376 | - display: none; | |
| 5377 | -} | |
| 5378 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5379 | - pointer-events: none; | |
| 5380 | -} | |
| 5381 | 4294 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5382 | 4295 | margin: 10px -15px 0; |
| 5383 | 4296 | } |
| 5384 | 4297 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| 5385 | - color: var(--e-a-color-txt-active); | |
| 4298 | + color: #495157; | |
| 5386 | 4299 | } |
| 5387 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, | |
| 5388 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { | |
| 4300 | +#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 { | |
| 5389 | 4301 | display: none; |
| 5390 | 4302 | } |
| 5391 | 4303 | #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { |
| 5392 | 4304 | display: none; |
| @@ -5394,253 +4306,28 @@ | ||
| 5394 | 4306 | #elementor-template-library-templates .elementor-template-library-order-input { |
| 5395 | 4307 | display: none; |
| 5396 | 4308 | } |
| 5397 | 4309 | #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| 5398 | - padding-inline-end: 8px; | |
| 4310 | + padding-right: 8px; | |
| 5399 | 4311 | } |
| 5400 | 4312 | #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { |
| 5401 | 4313 | font-family: eicons; |
| 5402 | 4314 | content: "\e8ae"; |
| 5403 | - margin-inline-start: 3px; | |
| 4315 | + margin-left: 3px; | |
| 5404 | 4316 | } |
| 5405 | 4317 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5406 | 4318 | content: "\e8ad"; |
| 5407 | 4319 | } |
| 5408 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4320 | + | |
| 4321 | +#elementor-template-library-templates-container { | |
| 5409 | 4322 | display: flex; |
| 5410 | - align-items: center; | |
| 5411 | - gap: 8px; | |
| 4323 | + flex-wrap: wrap; | |
| 4324 | + align-items: flex-start; | |
| 5412 | 4325 | } |
| 5413 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5414 | - background: transparent; | |
| 5415 | - margin: 0; | |
| 5416 | - font-size: inherit; | |
| 5417 | - font-family: inherit; | |
| 5418 | - color: inherit; | |
| 5419 | - border: none; | |
| 5420 | - cursor: pointer; | |
| 5421 | - font-size: 20px; | |
| 5422 | - padding: 0 5px; | |
| 5423 | - border-radius: 2px; | |
| 5424 | - color: var(--e-a-color-txt); | |
| 4326 | +#elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert { | |
| 4327 | + text-transform: none; | |
| 4328 | + font-size: 12px; | |
| 5425 | 4329 | } |
| 5426 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5427 | - background-color: var(--e-a-bg-hover); | |
| 5428 | -} | |
| 5429 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5430 | - width: 1px; | |
| 5431 | - height: 20px; | |
| 5432 | - background-color: var(--e-a-border-color); | |
| 5433 | -} | |
| 5434 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5435 | - background-color: var(--e-a-bg-hover); | |
| 5436 | -} | |
| 5437 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5438 | - background-color: var(--e-a-bg-hover); | |
| 5439 | -} | |
| 5440 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5441 | - display: grid; | |
| 5442 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5443 | - grid-gap: 20px; | |
| 5444 | - padding: 20px 0; | |
| 5445 | -} | |
| 5446 | -#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 { | |
| 5447 | - grid-column: 1; | |
| 5448 | -} | |
| 5449 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5450 | - grid-column: 1/-1; | |
| 5451 | -} | |
| 5452 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5453 | - display: flex; | |
| 5454 | - position: relative; | |
| 5455 | - flex-direction: column; | |
| 5456 | - height: 158px; | |
| 5457 | - padding: 8px; | |
| 5458 | - border: var(--e-a-border); | |
| 5459 | - border-radius: 3px; | |
| 5460 | -} | |
| 5461 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5462 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5463 | - outline-offset: 2px; | |
| 5464 | -} | |
| 5465 | -#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 { | |
| 5466 | - display: flex; | |
| 5467 | -} | |
| 5468 | -#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 { | |
| 5469 | - display: none; | |
| 5470 | -} | |
| 5471 | -#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 { | |
| 5472 | - display: flex !important; | |
| 5473 | -} | |
| 5474 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5475 | - width: 190px; | |
| 5476 | - height: 100px; | |
| 5477 | - position: relative; | |
| 5478 | - border-radius: 3px; | |
| 5479 | - margin-block-end: 4px; | |
| 5480 | - overflow: hidden; | |
| 5481 | -} | |
| 5482 | -#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 { | |
| 5483 | - -o-object-fit: contain; | |
| 5484 | - object-fit: contain; | |
| 5485 | - width: 100%; | |
| 5486 | - height: 100%; | |
| 5487 | -} | |
| 5488 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5489 | - display: none; | |
| 5490 | - justify-content: center; | |
| 5491 | - align-items: center; | |
| 5492 | - position: absolute; | |
| 5493 | - inset: 0; | |
| 5494 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5495 | - cursor: default; | |
| 5496 | -} | |
| 5497 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5498 | - font-size: 11px; | |
| 5499 | - white-space: nowrap; | |
| 5500 | - text-overflow: ellipsis; | |
| 5501 | - overflow: hidden; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5504 | - display: flex; | |
| 5505 | - position: relative; | |
| 5506 | - justify-content: space-between; | |
| 5507 | - align-items: center; | |
| 5508 | - font-size: 11px; | |
| 5509 | - min-height: 38px; | |
| 5510 | -} | |
| 5511 | -#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 { | |
| 5512 | - display: none; | |
| 5513 | - width: 90%; | |
| 5514 | - gap: 8px; | |
| 5515 | - height: 38px; | |
| 5516 | - padding: 4px 0; | |
| 5517 | -} | |
| 5518 | -#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 { | |
| 5519 | - display: flex; | |
| 5520 | -} | |
| 5521 | -#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 { | |
| 5522 | - display: flex; | |
| 5523 | - align-items: center; | |
| 5524 | -} | |
| 5525 | -#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 { | |
| 5526 | - display: flex; | |
| 5527 | - flex-direction: column; | |
| 5528 | - justify-content: center; | |
| 5529 | - width: 65%; | |
| 5530 | - align-items: start; | |
| 5531 | - white-space: nowrap; | |
| 5532 | - text-overflow: ellipsis; | |
| 5533 | - overflow: hidden; | |
| 5534 | -} | |
| 5535 | -#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 { | |
| 5536 | - flex-direction: row; | |
| 5537 | - align-items: center; | |
| 5538 | - justify-content: start; | |
| 5539 | - height: 56px; | |
| 5540 | - padding: 13px 10px; | |
| 5541 | -} | |
| 5542 | -#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 { | |
| 5543 | - font-size: 25px; | |
| 5544 | - margin-inline-end: 8px; | |
| 5545 | -} | |
| 5546 | -#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 { | |
| 5547 | - margin-inline-start: auto; | |
| 5548 | -} | |
| 5549 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5550 | - display: none; | |
| 5551 | -} | |
| 5552 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5553 | - visibility: hidden; | |
| 5554 | -} | |
| 5555 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5556 | - visibility: visible; | |
| 5557 | -} | |
| 5558 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5559 | - display: none; | |
| 5560 | - background: var(--e-a-bg-active); | |
| 5561 | - padding: 10px 25px; | |
| 5562 | - border-radius: 5px; | |
| 5563 | - color: var(--e-a-bg-invert); | |
| 5564 | - gap: 20px; | |
| 5565 | - align-items: center; | |
| 5566 | - flex: 1; | |
| 5567 | -} | |
| 5568 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5569 | - background: transparent; | |
| 5570 | - margin: 0; | |
| 5571 | - font-size: inherit; | |
| 5572 | - font-family: inherit; | |
| 5573 | - color: inherit; | |
| 5574 | - border: none; | |
| 5575 | - cursor: pointer; | |
| 5576 | - display: flex; | |
| 5577 | - align-items: center; | |
| 5578 | - justify-content: center; | |
| 5579 | -} | |
| 5580 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5581 | - pointer-events: none; | |
| 5582 | - opacity: 0.3; | |
| 5583 | - cursor: not-allowed; | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5586 | - cursor: pointer; | |
| 5587 | - font-size: 18px; | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5590 | - font-size: 20px; | |
| 5591 | -} | |
| 5592 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5593 | - display: flex; | |
| 5594 | - flex: 1; | |
| 5595 | - white-space: nowrap; | |
| 5596 | - text-overflow: ellipsis; | |
| 5597 | - overflow: hidden; | |
| 5598 | -} | |
| 5599 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5600 | - display: flex; | |
| 5601 | - flex-direction: row; | |
| 5602 | - align-items: center; | |
| 5603 | - gap: 15px; | |
| 5604 | - white-space: nowrap; | |
| 5605 | - text-overflow: ellipsis; | |
| 5606 | - overflow: hidden; | |
| 5607 | -} | |
| 5608 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5609 | - white-space: nowrap; | |
| 5610 | - text-overflow: ellipsis; | |
| 5611 | - overflow: hidden; | |
| 5612 | -} | |
| 5613 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5614 | - padding-inline-start: 8px; | |
| 5615 | - background-color: var(--e-a-bg-hover); | |
| 5616 | - color: var(--e-a-color-txt); | |
| 5617 | -} | |
| 5618 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5619 | - visibility: visible; | |
| 5620 | -} | |
| 5621 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5622 | - background: var(--e-a-bg-active); | |
| 5623 | -} | |
| 5624 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5625 | - position: relative; | |
| 5626 | - inset-block-start: 3px; | |
| 5627 | -} | |
| 5628 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5629 | - inset-block-start: 0px; | |
| 5630 | -} | |
| 5631 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5632 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5633 | - background: #69727D; | |
| 5634 | -} | |
| 5635 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5636 | - display: block; | |
| 5637 | - content: ""; | |
| 5638 | - width: 10px; | |
| 5639 | - height: 2px; | |
| 5640 | - background-color: white; | |
| 5641 | - transform: none; | |
| 5642 | -} | |
| 5643 | 4330 | |
| 5644 | 4331 | #elementor-template-library-toolbar { |
| 5645 | 4332 | display: flex; |
| 5646 | 4333 | justify-content: space-between; |
| @@ -5651,80 +4338,8 @@ | ||
| 5651 | 4338 | display: flex; |
| 5652 | 4339 | align-items: center; |
| 5653 | 4340 | } |
| 5654 | 4341 | |
| 5655 | -.elementor-template-library-filter-select-source { | |
| 5656 | - width: 350px; | |
| 5657 | - display: flex; | |
| 5658 | - gap: 10px; | |
| 5659 | -} | |
| 5660 | -.elementor-template-library-filter-select-source .source-option { | |
| 5661 | - flex: 1; | |
| 5662 | - border: 0.5px solid #BABFC5; | |
| 5663 | - padding: 5px; | |
| 5664 | - border-radius: 3px; | |
| 5665 | - cursor: pointer; | |
| 5666 | - font-size: 12px; | |
| 5667 | -} | |
| 5668 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5669 | - margin-inline-end: 5px; | |
| 5670 | -} | |
| 5671 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5672 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5673 | - padding: 2px 4px; | |
| 5674 | - color: var(--e-a-color-primary-bold-dark); | |
| 5675 | - border-radius: 10px; | |
| 5676 | - font-size: 10px; | |
| 5677 | - margin-inline-start: 5px; | |
| 5678 | -} | |
| 5679 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5680 | - background-color: var(--e-a-bg-hover); | |
| 5681 | -} | |
| 5682 | - | |
| 5683 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5684 | - display: flex; | |
| 5685 | - align-items: center; | |
| 5686 | - justify-content: space-between; | |
| 5687 | -} | |
| 5688 | - | |
| 5689 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5690 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5691 | - display: flex; | |
| 5692 | - align-items: center; | |
| 5693 | - gap: 6px; | |
| 5694 | - padding: 6px 12px; | |
| 5695 | - border: none; | |
| 5696 | - border-radius: 20px; | |
| 5697 | - font-size: 14px; | |
| 5698 | - font-weight: 500; | |
| 5699 | - white-space: nowrap; | |
| 5700 | - margin-inline-start: auto; | |
| 5701 | - margin-inline-end: 15px; | |
| 5702 | -} | |
| 5703 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5704 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5705 | - margin: 0; | |
| 5706 | - font-size: 14px; | |
| 5707 | -} | |
| 5708 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5709 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5710 | - background-color: var(--e-a-bg-info); | |
| 5711 | - color: var(--e-a-color-info); | |
| 5712 | -} | |
| 5713 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5714 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5715 | - color: var(--e-a-color-info); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5719 | - background-color: var(--e-a-bg-warning); | |
| 5720 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5721 | -} | |
| 5722 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5723 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5724 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5725 | -} | |
| 5726 | - | |
| 5727 | 4342 | #elementor-template-library-filter-toolbar-remote { |
| 5728 | 4343 | font-size: 11px; |
| 5729 | 4344 | } |
| 5730 | 4345 | |
| @@ -5729,20 +4344,17 @@ | ||
| 5729 | 4344 | } |
| 5730 | 4345 | |
| 5731 | 4346 | #elementor-template-library-order { |
| 5732 | 4347 | display: flex; |
| 5733 | - border-inline-end: var(--e-a-border); | |
| 4348 | + border-right: 1px solid #d5dadf; | |
| 5734 | 4349 | } |
| 5735 | 4350 | |
| 5736 | 4351 | .elementor-template-library-order-label { |
| 5737 | 4352 | text-transform: uppercase; |
| 5738 | - padding-inline-end: 22px; | |
| 4353 | + padding-right: 22px; | |
| 5739 | 4354 | -webkit-user-select: none; |
| 5740 | 4355 | -moz-user-select: none; |
| 5741 | 4356 | user-select: none; |
| 5742 | - line-height: 1; | |
| 5743 | - font-size: 10px; | |
| 5744 | - font-weight: 500; | |
| 5745 | 4357 | } |
| 5746 | 4358 | |
| 5747 | 4359 | label.elementor-template-library-order-label { |
| 5748 | 4360 | cursor: pointer; |
| @@ -5747,13 +4359,13 @@ | ||
| 5747 | 4359 | label.elementor-template-library-order-label { |
| 5748 | 4360 | cursor: pointer; |
| 5749 | 4361 | } |
| 5750 | 4362 | label.elementor-template-library-order-label:hover { |
| 5751 | - color: var(--e-a-color-txt-hover); | |
| 4363 | + color: #556068; | |
| 5752 | 4364 | } |
| 5753 | 4365 | |
| 5754 | 4366 | #elementor-template-library-filter .select2 { |
| 5755 | - text-align: start; | |
| 4367 | + text-align: left; | |
| 5756 | 4368 | width: calc(27px * 5) !important; |
| 5757 | 4369 | } |
| 5758 | 4370 | #elementor-template-library-filter .select2-selection__rendered { |
| 5759 | 4371 | text-transform: capitalize; |
| @@ -5760,16 +4372,16 @@ | ||
| 5760 | 4372 | } |
| 5761 | 4373 | |
| 5762 | 4374 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5763 | 4375 | text-transform: capitalize; |
| 5764 | - text-align: start; | |
| 5765 | - padding-inline-start: 5px; | |
| 4376 | + text-align: left; | |
| 4377 | + padding-left: 5px; | |
| 5766 | 4378 | } |
| 5767 | 4379 | |
| 5768 | 4380 | #elementor-template-library-my-favorites { |
| 5769 | 4381 | flex-grow: 1; |
| 5770 | - text-align: start; | |
| 5771 | - padding-inline-start: 20px; | |
| 4382 | + text-align: left; | |
| 4383 | + padding-left: 20px; | |
| 5772 | 4384 | } |
| 5773 | 4385 | |
| 5774 | 4386 | #elementor-template-library-filter-my-favorites { |
| 5775 | 4387 | display: none; |
| @@ -5774,12 +4386,12 @@ | ||
| 5774 | 4386 | #elementor-template-library-filter-my-favorites { |
| 5775 | 4387 | display: none; |
| 5776 | 4388 | } |
| 5777 | 4389 | #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { |
| 5778 | - color: var(--e-a-color-txt-active); | |
| 4390 | + color: #495157; | |
| 5779 | 4391 | } |
| 5780 | 4392 | #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { |
| 5781 | - color: var(--e-a-color-primary-bold); | |
| 4393 | + color: #93003c; | |
| 5782 | 4394 | content: "\e93f"; |
| 5783 | 4395 | } |
| 5784 | 4396 | |
| 5785 | 4397 | #elementor-template-library-filter-my-favorites-label { |
| @@ -5786,24 +4398,21 @@ | ||
| 5786 | 4398 | cursor: pointer; |
| 5787 | 4399 | text-transform: uppercase; |
| 5788 | 4400 | } |
| 5789 | 4401 | #elementor-template-library-filter-my-favorites-label:hover { |
| 5790 | - color: var(--e-a-color-txt-hover); | |
| 4402 | + color: #556068; | |
| 5791 | 4403 | } |
| 5792 | 4404 | #elementor-template-library-filter-my-favorites-label:hover i:after { |
| 5793 | - color: var(--e-a-color-primary-bold); | |
| 4405 | + color: #93003c; | |
| 5794 | 4406 | } |
| 5795 | 4407 | #elementor-template-library-filter-my-favorites-label i { |
| 5796 | - padding-inline-end: 5px; | |
| 4408 | + padding-right: 5px; | |
| 5797 | 4409 | } |
| 5798 | 4410 | #elementor-template-library-filter-my-favorites-label i:after { |
| 4411 | + color: #a4afb7; | |
| 5799 | 4412 | content: "\e923"; |
| 5800 | 4413 | } |
| 5801 | 4414 | |
| 5802 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5803 | - margin-block-end: 10px; | |
| 5804 | -} | |
| 5805 | - | |
| 5806 | 4415 | #elementor-template-library-filter-text-wrapper { |
| 5807 | 4416 | width: 200px; |
| 5808 | 4417 | position: relative; |
| 5809 | 4418 | } |
| @@ -5808,19 +4417,16 @@ | ||
| 5808 | 4417 | position: relative; |
| 5809 | 4418 | } |
| 5810 | 4419 | #elementor-template-library-filter-text-wrapper i { |
| 5811 | 4420 | position: absolute; |
| 5812 | - inset-block-start: 50%; | |
| 5813 | - inset-inline-end: 0; | |
| 4421 | + top: 50%; | |
| 4422 | + right: 0; | |
| 5814 | 4423 | transform: translateY(-50%); |
| 5815 | 4424 | } |
| 5816 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5817 | - inset-block-start: 25%; | |
| 5818 | -} | |
| 5819 | 4425 | |
| 5820 | 4426 | #elementor-template-library-filter-text { |
| 5821 | 4427 | border: none; |
| 5822 | - border-block-end: var(--e-a-border-bold); | |
| 4428 | + border-bottom: 1px solid #d5dadf; | |
| 5823 | 4429 | border-radius: 0; |
| 5824 | 4430 | font-size: 11px; |
| 5825 | 4431 | padding: 8px 15px 8px 0; |
| 5826 | 4432 | transition: border 0.5s; |
| @@ -5825,9 +4431,9 @@ | ||
| 5825 | 4431 | padding: 8px 15px 8px 0; |
| 5826 | 4432 | transition: border 0.5s; |
| 5827 | 4433 | } |
| 5828 | 4434 | #elementor-template-library-filter-text:focus { |
| 5829 | - border-color: var(--e-a-border-color-focus); | |
| 4435 | + border-color: #c2cbd2; | |
| 5830 | 4436 | } |
| 5831 | 4437 | #elementor-template-library-filter-text::-moz-placeholder { |
| 5832 | 4438 | font-weight: 300; |
| 5833 | 4439 | text-transform: uppercase; |
| @@ -5835,52 +4441,39 @@ | ||
| 5835 | 4441 | #elementor-template-library-filter-text::placeholder { |
| 5836 | 4442 | font-weight: 300; |
| 5837 | 4443 | text-transform: uppercase; |
| 5838 | 4444 | } |
| 4445 | +#elementor-template-library-filter-text:focus { | |
| 4446 | + border-color: #c2cbd2; | |
| 4447 | +} | |
| 5839 | 4448 | |
| 5840 | 4449 | .elementor-template-library-template-remote { |
| 5841 | - margin: calc(30px / 2); | |
| 4450 | + margin: calc( 30px / 2 ); | |
| 5842 | 4451 | padding: 8px; |
| 5843 | - border: var(--e-a-border); | |
| 4452 | + background-color: #fff; | |
| 4453 | + box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 5844 | 4454 | border-radius: 3px; |
| 5845 | 4455 | } |
| 5846 | -.elementor-template-library-template-remote:focus-visible { | |
| 5847 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5848 | - outline-offset: 2px; | |
| 5849 | -} | |
| 5850 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5851 | - background-color: var(--e-a-bg-hover); | |
| 5852 | -} | |
| 5853 | -.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 { | |
| 5854 | - opacity: 1; | |
| 5855 | -} | |
| 5856 | -.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 { | |
| 4456 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5857 | 4457 | display: none; |
| 5858 | 4458 | } |
| 5859 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5860 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5861 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5862 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5863 | - display: initial; | |
| 5864 | -} | |
| 5865 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 4459 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5866 | 4460 | opacity: 0; |
| 5867 | 4461 | } |
| 5868 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 4462 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4463 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5870 | 4464 | display: none; |
| 5871 | 4465 | } |
| 5872 | 4466 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5873 | 4467 | content: var(--elementor-template-library-subscription-plan-label); |
| 5874 | - background-color: var(--e-a-color-accent); | |
| 5875 | - color: var(--e-a-color-white); | |
| 4468 | + background-color: var(--elementor-template-library-subscription-plan-color); | |
| 4469 | + color: #d5dadf; | |
| 5876 | 4470 | position: absolute; |
| 5877 | 4471 | text-transform: uppercase; |
| 5878 | - line-height: 1; | |
| 5879 | - inset-block-start: 5px; | |
| 5880 | - inset-inline-end: 5px; | |
| 5881 | - padding: 3px 5px; | |
| 5882 | - font-size: 8px; | |
| 4472 | + top: 5px; | |
| 4473 | + right: 5px; | |
| 4474 | + padding: 2px 4px 0; | |
| 4475 | + font-size: 9px; | |
| 5883 | 4476 | border-radius: 2px; |
| 5884 | 4477 | } |
| 5885 | 4478 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { |
| 5886 | 4479 | position: relative; |
| @@ -5893,18 +4486,18 @@ | ||
| 5893 | 4486 | } |
| 5894 | 4487 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5895 | 4488 | position: absolute; |
| 5896 | 4489 | width: 100%; |
| 5897 | - inset-block-end: 0; | |
| 5898 | - inset-inline-start: 0; | |
| 4490 | + bottom: 0; | |
| 4491 | + left: 0; | |
| 5899 | 4492 | padding: 10px; |
| 5900 | - background-color: var(--e-a-bg-default); | |
| 4493 | + background-color: #fff; | |
| 5901 | 4494 | transition: transform 0.5s; |
| 5902 | 4495 | } |
| 5903 | 4496 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5904 | 4497 | display: none; |
| 5905 | 4498 | } |
| 5906 | -.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 { | |
| 4499 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5907 | 4500 | transform: translateY(100%); |
| 5908 | 4501 | } |
| 5909 | 4502 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5910 | 4503 | position: relative; |
| @@ -5921,9 +4514,12 @@ | ||
| 5921 | 4514 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5922 | 4515 | } |
| 5923 | 4516 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5924 | 4517 | position: absolute; |
| 5925 | - inset: 0; | |
| 4518 | + top: 0; | |
| 4519 | + left: 0; | |
| 4520 | + width: 100%; | |
| 4521 | + height: 100%; | |
| 5926 | 4522 | background-color: rgba(0, 0, 0, 0.5); |
| 5927 | 4523 | transition: opacity 0.5s; |
| 5928 | 4524 | cursor: pointer; |
| 5929 | 4525 | } |
| @@ -5928,57 +4524,48 @@ | ||
| 5928 | 4524 | cursor: pointer; |
| 5929 | 4525 | } |
| 5930 | 4526 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5931 | 4527 | font-size: 20px; |
| 4528 | + color: #d5dadf; | |
| 5932 | 4529 | position: absolute; |
| 5933 | - inset-block-start: 50%; | |
| 5934 | - inset-inline-start: 50%; | |
| 5935 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4530 | + top: 50%; | |
| 4531 | + left: 50%; | |
| 4532 | + transform: translate(-50%, -50%); | |
| 5936 | 4533 | } |
| 4534 | +.elementor-template-library-template-remote .elementor-template-library-template-insert { | |
| 4535 | + color: #39b54a; | |
| 4536 | +} | |
| 4537 | +.elementor-template-library-template-remote .elementor-go-pro { | |
| 4538 | + color: #93003c; | |
| 4539 | +} | |
| 5937 | 4540 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5938 | 4541 | display: flex; |
| 5939 | 4542 | justify-content: space-between; |
| 4543 | + margin-top: 10px; | |
| 5940 | 4544 | font-size: 11px; |
| 5941 | 4545 | line-height: 1; |
| 5942 | - height: 40px; | |
| 5943 | - align-items: center; | |
| 5944 | 4546 | } |
| 5945 | 4547 | .elementor-template-library-template-remote .elementor-template-library-template-name { |
| 5946 | - text-align: start; | |
| 4548 | + text-align: left; | |
| 4549 | + color: #6d7882; | |
| 5947 | 4550 | flex-grow: 1; |
| 5948 | 4551 | white-space: nowrap; |
| 5949 | 4552 | text-overflow: ellipsis; |
| 5950 | 4553 | overflow: hidden; |
| 5951 | - padding-inline-end: 5px; | |
| 4554 | + padding-right: 5px; | |
| 5952 | 4555 | } |
| 5953 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5954 | - margin-inline-start: auto; | |
| 5955 | -} | |
| 5956 | 4556 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5957 | - position: absolute; | |
| 5958 | - width: 1px; | |
| 5959 | - height: 1px; | |
| 5960 | - padding: 0; | |
| 5961 | - margin: -1px; | |
| 5962 | - overflow: hidden; | |
| 5963 | - clip: rect(0, 0, 0, 0); | |
| 5964 | - white-space: nowrap; | |
| 5965 | - border: 0; | |
| 4557 | + display: none; | |
| 5966 | 4558 | } |
| 5967 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5968 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5969 | - outline-offset: 2px; | |
| 5970 | -} | |
| 5971 | 4559 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5972 | 4560 | content: "\e93f"; |
| 5973 | - color: var(--e-a-color-primary-bold); | |
| 4561 | + color: #93003c; | |
| 5974 | 4562 | } |
| 5975 | 4563 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { |
| 5976 | - font-size: 15px; | |
| 5977 | 4564 | cursor: pointer; |
| 5978 | 4565 | } |
| 5979 | 4566 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { |
| 5980 | - color: var(--e-a-color-primary-bold); | |
| 4567 | + color: #93003c; | |
| 5981 | 4568 | } |
| 5982 | 4569 | |
| 5983 | 4570 | @media (max-width: 1439px) { |
| 5984 | 4571 | .elementor-template-library-template-page, |
| @@ -6003,231 +4590,125 @@ | ||
| 6003 | 4590 | height: 200px; |
| 6004 | 4591 | } |
| 6005 | 4592 | |
| 6006 | 4593 | #elementor-template-library-order-toolbar-local, |
| 6007 | -.elementor-template-library-template-local, | |
| 6008 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4594 | +.elementor-template-library-template-local { | |
| 6009 | 4595 | display: flex; |
| 6010 | 4596 | align-items: center; |
| 6011 | 4597 | padding: 0 25px; |
| 6012 | - text-align: start; | |
| 4598 | + text-align: left; | |
| 6013 | 4599 | } |
| 6014 | -@media (max-width: 1439px) { | |
| 6015 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6016 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6017 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6018 | - width: 33%; | |
| 6019 | - } | |
| 6020 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6021 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6022 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6023 | - width: 10%; | |
| 6024 | - } | |
| 6025 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6026 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6027 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6028 | - width: 15%; | |
| 6029 | - } | |
| 6030 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6031 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6032 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6033 | - width: 15%; | |
| 6034 | - } | |
| 6035 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6036 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6037 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6038 | - width: 27%; | |
| 6039 | - } | |
| 6040 | -} | |
| 6041 | -@media (min-width: 1440px) { | |
| 6042 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6043 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6044 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6045 | - width: 25%; | |
| 6046 | - } | |
| 6047 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6048 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6049 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6050 | - width: 17%; | |
| 6051 | - } | |
| 6052 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6053 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6054 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6055 | - width: 17%; | |
| 6056 | - } | |
| 6057 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6058 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6059 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6060 | - width: 17%; | |
| 6061 | - } | |
| 6062 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6063 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6064 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6065 | - width: 24%; | |
| 6066 | - } | |
| 6067 | -} | |
| 6068 | -@media (max-width: 1024px) { | |
| 6069 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6070 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6071 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6072 | - display: none; | |
| 6073 | - } | |
| 6074 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6075 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6076 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6077 | - width: 41%; | |
| 6078 | - } | |
| 6079 | -} | |
| 6080 | 4600 | |
| 6081 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6082 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6083 | - display: none; | |
| 6084 | - position: absolute; | |
| 6085 | - background-color: var(--e-a-bg-default); | |
| 6086 | - border-radius: var(--e-a-border-radius); | |
| 6087 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6088 | - inset-block-start: 100%; | |
| 6089 | - inset-inline-end: 0; | |
| 6090 | - z-index: 1; | |
| 6091 | - list-style: none; | |
| 6092 | - margin: 0; | |
| 6093 | - padding: 0; | |
| 4601 | +#elementor-template-library-order-toolbar-local { | |
| 4602 | + margin-top: 30px; | |
| 6094 | 4603 | } |
| 6095 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6096 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6097 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6098 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6099 | - background: transparent; | |
| 6100 | - margin: 0; | |
| 6101 | - font-size: inherit; | |
| 6102 | - font-family: inherit; | |
| 6103 | - color: inherit; | |
| 6104 | - border: none; | |
| 6105 | - padding: 10px 20px; | |
| 6106 | - font-size: 11px; | |
| 6107 | - cursor: pointer; | |
| 6108 | - display: flex; | |
| 6109 | - align-items: center; | |
| 6110 | - gap: 8px; | |
| 6111 | - width: 100%; | |
| 4604 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4605 | + line-height: 1; | |
| 4606 | + font-size: 10px; | |
| 4607 | + font-weight: 500; | |
| 6112 | 4608 | } |
| 6113 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6114 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6115 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6116 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6117 | - cursor: not-allowed; | |
| 6118 | - color: var(--e-a-color-txt-disabled); | |
| 4609 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) { | |
| 4610 | + color: #a4afb7; | |
| 6119 | 4611 | } |
| 6120 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6121 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6122 | - color: var(--e-a-color-txt); | |
| 6123 | - text-decoration: none; | |
| 6124 | -} | |
| 6125 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6126 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6127 | - color: var(--e-a-color-danger); | |
| 6128 | -} | |
| 6129 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6130 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6131 | - font-size: 16px; | |
| 6132 | -} | |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6134 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6135 | - margin-inline-start: auto; | |
| 6136 | - cursor: pointer; | |
| 6137 | - background: none; | |
| 6138 | - border: none; | |
| 6139 | - padding: 0; | |
| 6140 | - display: flex; | |
| 6141 | - align-items: center; | |
| 6142 | - justify-content: center; | |
| 6143 | -} | |
| 6144 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6145 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6146 | - font-size: 20px; | |
| 6147 | -} | |
| 6148 | 4612 | |
| 6149 | -.elementor-template-library-template-local, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4613 | +.elementor-template-library-template-local { | |
| 6151 | 4614 | height: 50px; |
| 6152 | 4615 | width: 100%; |
| 6153 | - margin-block-start: 1px; | |
| 4616 | + margin-top: 1px; | |
| 4617 | + background-color: #fff; | |
| 6154 | 4618 | transition: background-color 0.3s linear; |
| 6155 | 4619 | } |
| 6156 | -.elementor-template-library-template-local:hover, | |
| 6157 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 6158 | - background-color: var(--e-a-bg-hover); | |
| 4620 | +.elementor-template-library-template-local:hover { | |
| 4621 | + background-color: #fafbfb; | |
| 6159 | 4622 | } |
| 6160 | -.elementor-template-library-template-local:first-child, | |
| 6161 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6162 | - border-start-start-radius: 3px; | |
| 6163 | - border-start-end-radius: 3px; | |
| 6164 | - border-end-start-radius: 0; | |
| 6165 | - border-end-end-radius: 0; | |
| 4623 | +.elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert { | |
| 4624 | + background: none; | |
| 4625 | + color: #a4afb7; | |
| 6166 | 4626 | } |
| 6167 | -.elementor-template-library-template-local:last-child, | |
| 6168 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6169 | - border-start-start-radius: 0; | |
| 6170 | - border-start-end-radius: 0; | |
| 6171 | - border-end-start-radius: 3px; | |
| 6172 | - border-end-end-radius: 3px; | |
| 4627 | +.elementor-template-library-template-local:first-child { | |
| 4628 | + border-radius: 3px 3px 0 0; | |
| 6173 | 4629 | } |
| 6174 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6175 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 4630 | +.elementor-template-library-template-local:last-child { | |
| 4631 | + border-radius: 0 0 3px 3px; | |
| 4632 | +} | |
| 4633 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6176 | 4634 | font-weight: 500; |
| 6177 | 4635 | } |
| 6178 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6179 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6180 | - font-size: 16px; | |
| 6181 | -} | |
| 6182 | 4636 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6183 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6184 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6185 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6186 | - padding-inline-end: 20px; | |
| 4637 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4638 | + padding-right: 20px; | |
| 6187 | 4639 | } |
| 6188 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6189 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6190 | - padding-inline-end: 10px; | |
| 4640 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4641 | + color: #a4afb7; | |
| 6191 | 4642 | } |
| 6192 | 4643 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6193 | 4644 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6194 | 4645 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6195 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6196 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6197 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6198 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6199 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 4646 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6200 | 4647 | white-space: nowrap; |
| 6201 | 4648 | text-overflow: ellipsis; |
| 6202 | 4649 | overflow: hidden; |
| 6203 | 4650 | } |
| 6204 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6205 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 4651 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6206 | 4652 | position: relative; |
| 6207 | 4653 | display: flex; |
| 6208 | 4654 | align-items: center; |
| 6209 | 4655 | } |
| 6210 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6211 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6212 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6213 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 4656 | +.elementor-template-library-template-local .elementor-template-library-template-controls, .elementor-template-library-template-local .elementor-template-library-template-controls a { | |
| 4657 | + color: #a4afb7; | |
| 4658 | +} | |
| 4659 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6214 | 4660 | cursor: pointer; |
| 6215 | 4661 | transition: color 0.5s; |
| 6216 | 4662 | } |
| 6217 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6218 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6219 | - color: #F5D0FE; | |
| 4663 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4664 | + margin-right: 3px; | |
| 6220 | 4665 | } |
| 6221 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6222 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6223 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6224 | - cursor: not-allowed; | |
| 4666 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4667 | + margin-left: 6px; | |
| 6225 | 4668 | } |
| 6226 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6227 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6228 | - margin-inline-end: 3px; | |
| 4669 | +.elementor-template-library-template-local .elementor-template-library-template-more:hover, | |
| 4670 | +.elementor-template-library-template-local .elementor-template-library-template-more a:hover { | |
| 4671 | + color: #556068; | |
| 6229 | 4672 | } |
| 4673 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4674 | + color: #d72b3f; | |
| 4675 | +} | |
| 4676 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4677 | + padding: 8px 18px; | |
| 4678 | + margin: 0 5%; | |
| 4679 | +} | |
| 4680 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4681 | + display: none; | |
| 4682 | + position: absolute; | |
| 4683 | + background-color: #fff; | |
| 4684 | + padding: 3px 20px; | |
| 4685 | + border-radius: 3px; | |
| 4686 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4687 | + top: 100%; | |
| 4688 | + right: 0; | |
| 4689 | + transform: translateX(65%) translateY(-7px); | |
| 4690 | + z-index: 1; | |
| 4691 | +} | |
| 4692 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4693 | + content: ""; | |
| 4694 | + position: absolute; | |
| 4695 | + border: solid transparent; | |
| 4696 | + border-width: 8px 4px; | |
| 4697 | + border-bottom-color: #fff; | |
| 4698 | + transform: translateY(-100%); | |
| 4699 | +} | |
| 4700 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4701 | + margin: 10px 0; | |
| 4702 | + font-size: 11px; | |
| 4703 | +} | |
| 4704 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4705 | + flex-grow: 1; | |
| 4706 | + text-align: right; | |
| 4707 | +} | |
| 4708 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4709 | + font-size: 16px; | |
| 4710 | +} | |
| 6230 | 4711 | |
| 6231 | 4712 | #elementor-template-library-preview { |
| 6232 | 4713 | height: 100%; |
| 6233 | 4714 | overflow: hidden; |
| @@ -6233,9 +4714,9 @@ | ||
| 6233 | 4714 | overflow: hidden; |
| 6234 | 4715 | } |
| 6235 | 4716 | #elementor-template-library-preview iframe { |
| 6236 | 4717 | height: 150%; |
| 6237 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 4718 | + transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 6238 | 4719 | } |
| 6239 | 4720 | @media (max-width: 1439px) { |
| 6240 | 4721 | #elementor-template-library-preview iframe { |
| 6241 | 4722 | width: 1440px; |
| @@ -6242,23 +4723,18 @@ | ||
| 6242 | 4723 | } |
| 6243 | 4724 | } |
| 6244 | 4725 | @media (min-width: 1440px) { |
| 6245 | 4726 | #elementor-template-library-preview iframe { |
| 6246 | - width: 1730px; | |
| 4727 | + width: 1710px; | |
| 6247 | 4728 | } |
| 6248 | 4729 | } |
| 6249 | 4730 | |
| 6250 | 4731 | .elementor-template-library-blank-icon { |
| 6251 | - font-size: 64px; | |
| 6252 | - margin-block-start: 45px; | |
| 4732 | + font-size: 65px; | |
| 4733 | + margin-top: 45px; | |
| 4734 | + color: #c2cbd2; | |
| 6253 | 4735 | line-height: 1; |
| 6254 | 4736 | } |
| 6255 | -.elementor-template-library-blank-icon i { | |
| 6256 | - font-size: 85px; | |
| 6257 | -} | |
| 6258 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6259 | - font-size: 65px; | |
| 6260 | -} | |
| 6261 | 4737 | .elementor-template-library-blank-icon img { |
| 6262 | 4738 | width: 70px; |
| 6263 | 4739 | } |
| 6264 | 4740 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6266,9 +4742,9 @@ | ||
| 6266 | 4742 | } |
| 6267 | 4743 | |
| 6268 | 4744 | .elementor-template-library-blank-title { |
| 6269 | 4745 | font-size: 30px; |
| 6270 | - margin-block-start: 20px; | |
| 4746 | + margin-top: 40px; | |
| 6271 | 4747 | } |
| 6272 | 4748 | @media (max-width: 1439px) { |
| 6273 | 4749 | .elementor-template-library-blank-title { |
| 6274 | 4750 | font-size: 25px; |
| @@ -6276,20 +4752,21 @@ | ||
| 6276 | 4752 | } |
| 6277 | 4753 | |
| 6278 | 4754 | .elementor-template-library-blank-message { |
| 6279 | 4755 | font-size: 18px; |
| 6280 | - margin-block-start: 15px; | |
| 4756 | + color: #a4afb7; | |
| 4757 | + margin-top: 15px; | |
| 6281 | 4758 | font-weight: 300; |
| 6282 | 4759 | } |
| 6283 | 4760 | @media (max-width: 1439px) { |
| 6284 | 4761 | .elementor-template-library-blank-message { |
| 6285 | 4762 | font-size: 16px; |
| 6286 | - margin-block-start: 10px; | |
| 4763 | + margin-top: 10px; | |
| 6287 | 4764 | } |
| 6288 | 4765 | } |
| 6289 | 4766 | |
| 6290 | 4767 | #elementor-template-library-save-template-form { |
| 6291 | - margin-block-start: 40px; | |
| 4768 | + margin-top: 40px; | |
| 6292 | 4769 | display: flex; |
| 6293 | 4770 | align-items: center; |
| 6294 | 4771 | justify-content: center; |
| 6295 | 4772 | } |
| @@ -6296,530 +4773,44 @@ | ||
| 6296 | 4773 | #elementor-template-library-save-template-form > * { |
| 6297 | 4774 | height: 55px; |
| 6298 | 4775 | font-size: 16px; |
| 6299 | 4776 | } |
| 6300 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6301 | - height: 55px; | |
| 6302 | - font-size: 16px; | |
| 6303 | - margin-block-end: 15px; | |
| 6304 | -} | |
| 6305 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6306 | - display: block; | |
| 6307 | - width: 500px; | |
| 6308 | - margin: 0 auto; | |
| 6309 | -} | |
| 6310 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6311 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6312 | - display: none; | |
| 6313 | -} | |
| 6314 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6315 | - margin-inline: 5px; | |
| 6316 | -} | |
| 6317 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6318 | - display: none; | |
| 6319 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6320 | - padding: 3px 5px; | |
| 6321 | - border-radius: 100px; | |
| 6322 | - margin-inline: 5px; | |
| 6323 | -} | |
| 6324 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6325 | - color: var(--e-a-btn-bg-accent); | |
| 6326 | -} | |
| 6327 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6328 | - margin-inline-end: 5px; | |
| 6329 | -} | |
| 6330 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6331 | - display: inline; | |
| 6332 | -} | |
| 6333 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6334 | - display: inline; | |
| 6335 | - background: var(--e-a-bg-hover); | |
| 6336 | - padding: 0 2px 1px; | |
| 6337 | - border: none; | |
| 6338 | - border-radius: 2px; | |
| 6339 | - vertical-align: bottom; | |
| 6340 | - cursor: pointer; | |
| 6341 | - font-family: inherit; | |
| 6342 | - font-size: inherit; | |
| 6343 | - color: inherit; | |
| 6344 | - line-height: inherit; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6347 | - background: var(--e-a-bg-active); | |
| 6348 | -} | |
| 6349 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6350 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6351 | - outline-offset: 2px; | |
| 6352 | -} | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6354 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6355 | -#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, | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6357 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6358 | - display: inline; | |
| 6359 | -} | |
| 6360 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6361 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6362 | -#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, | |
| 6363 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6365 | - pointer-events: none; | |
| 6366 | -} | |
| 6367 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6368 | -#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, | |
| 6369 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6370 | - display: none; | |
| 6371 | -} | |
| 6372 | -#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 { | |
| 6373 | - color: var(--e-a-color-txt-muted); | |
| 6374 | - margin-inline: 5px; | |
| 6375 | -} | |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6377 | - display: none; | |
| 6378 | - float: inline-start; | |
| 6379 | -} | |
| 6380 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6381 | - font-size: 13px; | |
| 6382 | - color: var(--e-a-btn-bg-accent); | |
| 6383 | - text-align: start; | |
| 6384 | -} | |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6386 | - color: var(--e-a-btn-bg-accent); | |
| 6387 | - text-decoration: underline; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6390 | - float: inline-end; | |
| 6391 | -} | |
| 6392 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6393 | - cursor: not-allowed; | |
| 6394 | -} | |
| 6395 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6396 | - display: flex; | |
| 6397 | - flex-direction: column; | |
| 6398 | - text-align: start; | |
| 6399 | - border: var(--e-a-border-bold); | |
| 6400 | - padding: 15px; | |
| 6401 | - height: auto; | |
| 6402 | - gap: 10px; | |
| 6403 | - position: relative; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6406 | - background: #69727D; | |
| 6407 | - inset-block-start: -3px; | |
| 6408 | - position: relative; | |
| 6409 | -} | |
| 6410 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6411 | - position: relative; | |
| 6412 | - display: inline-block; | |
| 6413 | -} | |
| 6414 | -#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 { | |
| 6415 | - white-space: nowrap; | |
| 6416 | - text-overflow: ellipsis; | |
| 6417 | - overflow: hidden; | |
| 6418 | - overflow: visible; | |
| 6419 | - display: inline-flex; | |
| 6420 | - align-items: baseline; | |
| 6421 | - line-height: 27px; | |
| 6422 | -} | |
| 6423 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6425 | - flex-shrink: 0; | |
| 6426 | - position: relative; | |
| 6427 | - inset-block-start: 2px; | |
| 6428 | -} | |
| 6429 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6430 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6431 | - inset-block-start: -2px; | |
| 6432 | -} | |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6434 | - vertical-align: bottom; | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6437 | - margin-inline: 5px; | |
| 6438 | - color: var(--e-a-color-txt-muted); | |
| 6439 | - cursor: pointer; | |
| 6440 | -} | |
| 6441 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6442 | - display: none; | |
| 6443 | - margin-inline-end: 5px; | |
| 6444 | - align-items: baseline; | |
| 6445 | - white-space: nowrap; | |
| 6446 | - text-overflow: ellipsis; | |
| 6447 | - overflow: hidden; | |
| 6448 | -} | |
| 6449 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6450 | - display: inline-flex !important; | |
| 6451 | -} | |
| 6452 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6453 | - text-decoration: underline; | |
| 6454 | - cursor: pointer; | |
| 6455 | - white-space: nowrap; | |
| 6456 | - text-overflow: ellipsis; | |
| 6457 | - overflow: hidden; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6460 | - cursor: pointer; | |
| 6461 | - flex-shrink: 0; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6464 | - color: var(--e-a-color-primary-bold); | |
| 6465 | - font-size: 14px; | |
| 6466 | -} | |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6468 | - text-decoration: underline; | |
| 6469 | -} | |
| 6470 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6471 | - display: none; | |
| 6472 | - position: absolute; | |
| 6473 | - inset-block-start: 40px; | |
| 6474 | - background-color: var(--e-a-bg-default); | |
| 6475 | - min-width: 187px; | |
| 6476 | - overflow: auto; | |
| 6477 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6478 | - z-index: 1; | |
| 6479 | - border-radius: 2px; | |
| 6480 | - max-width: 450px; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6483 | - white-space: nowrap; | |
| 6484 | - text-overflow: ellipsis; | |
| 6485 | - overflow: hidden; | |
| 6486 | -} | |
| 6487 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6488 | - margin: 15px; | |
| 6489 | -} | |
| 6490 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6491 | - margin-inline-end: 10px; | |
| 6492 | -} | |
| 6493 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6494 | - max-height: 170px; | |
| 6495 | -} | |
| 6496 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6497 | - padding: 5px 15px; | |
| 6498 | - cursor: pointer; | |
| 6499 | - list-style: none; | |
| 6500 | -} | |
| 6501 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6502 | - display: none; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6505 | - margin: 0px; | |
| 6506 | -} | |
| 6507 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6508 | - text-decoration: underline; | |
| 6509 | -} | |
| 6510 | -#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 { | |
| 6511 | - background: var(--e-a-border-color); | |
| 6512 | -} | |
| 6513 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6514 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6515 | - outline-offset: -2px; | |
| 6516 | -} | |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6518 | - pointer-events: none; | |
| 6519 | - opacity: 0.3; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6522 | - text-align: center; | |
| 6523 | - font-size: 13px; | |
| 6524 | - margin: 0 20px; | |
| 6525 | - padding-block: 15px; | |
| 6526 | - pointer-events: none; | |
| 6527 | -} | |
| 6528 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6529 | - font-size: 24px; | |
| 6530 | - padding-block-end: 10px; | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6533 | - border-block-start: none; | |
| 6534 | - border-inline: none; | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6537 | - pointer-events: none; | |
| 6538 | - opacity: 0.3; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6541 | - display: flex; | |
| 6542 | - flex-direction: column; | |
| 6543 | - width: 600px; | |
| 6544 | - text-align: start; | |
| 6545 | -} | |
| 6546 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6547 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6548 | - font-size: 12px; | |
| 6549 | - font-weight: 400; | |
| 6550 | - color: var(--e-a-color-txt); | |
| 6551 | -} | |
| 6552 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6553 | - width: 100%; | |
| 6554 | - padding: 12px 15px; | |
| 6555 | - border: var(--e-a-border-bold); | |
| 6556 | - border-radius: 3px; | |
| 6557 | - margin-block-end: 0; | |
| 6558 | -} | |
| 6559 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6560 | - border: none; | |
| 6561 | - padding: 0; | |
| 6562 | - gap: 12px; | |
| 6563 | - margin-block-start: 20px; | |
| 6564 | -} | |
| 6565 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6566 | - display: flex; | |
| 6567 | - align-items: center; | |
| 6568 | - padding: 12px 15px; | |
| 6569 | - border: var(--e-a-border-bold); | |
| 6570 | - border-radius: 3px; | |
| 6571 | - width: 100%; | |
| 6572 | - line-height: normal; | |
| 6573 | - gap: 8px; | |
| 6574 | -} | |
| 6575 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6576 | - border-color: var(--e-a-color-txt); | |
| 6577 | -} | |
| 6578 | -#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 { | |
| 6579 | - display: flex; | |
| 6580 | -} | |
| 6581 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6582 | - margin-inline-end: 0; | |
| 6583 | - flex-shrink: 0; | |
| 6584 | - position: relative; | |
| 6585 | -} | |
| 6586 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6587 | - inset-block-start: 0; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6590 | - content: ""; | |
| 6591 | - position: absolute; | |
| 6592 | - inset-inline-end: -8px; | |
| 6593 | - width: 1px; | |
| 6594 | - height: 18px; | |
| 6595 | - background-color: var(--e-a-border-color); | |
| 6596 | -} | |
| 6597 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6598 | - margin-inline-start: 12px; | |
| 6599 | - margin-inline-end: 4px; | |
| 6600 | - font-size: 24px; | |
| 6601 | - color: var(--e-a-color-txt); | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6604 | - margin-inline-start: 8px; | |
| 6605 | - margin-inline-end: 0; | |
| 6606 | - font-size: 24px; | |
| 6607 | - color: var(--e-a-color-txt); | |
| 6608 | -} | |
| 6609 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6610 | - flex: 0 0 auto; | |
| 6611 | - margin: 0; | |
| 6612 | - cursor: pointer; | |
| 6613 | -} | |
| 6614 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6615 | - margin-inline: 0; | |
| 6616 | -} | |
| 6617 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6618 | - display: inline; | |
| 6619 | - background: transparent; | |
| 6620 | - padding: 0; | |
| 6621 | - border-radius: 0; | |
| 6622 | - vertical-align: baseline; | |
| 6623 | - text-decoration: underline; | |
| 6624 | - cursor: pointer; | |
| 6625 | - margin-inline-start: 0; | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6628 | - background: transparent; | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6631 | - color: var(--e-a-color-primary-bold); | |
| 6632 | - text-decoration: underline; | |
| 6633 | - cursor: pointer; | |
| 6634 | - margin-inline-start: 4px; | |
| 6635 | -} | |
| 6636 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6637 | - text-decoration: none; | |
| 6638 | -} | |
| 6639 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6640 | - display: none; | |
| 6641 | - border: none; | |
| 6642 | - padding: 0; | |
| 6643 | - border-radius: 0; | |
| 6644 | - margin-inline-start: 0; | |
| 6645 | - background: transparent; | |
| 6646 | - transition: background-color 0.2s; | |
| 6647 | - padding: 3px 8px; | |
| 6648 | -} | |
| 6649 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6650 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6651 | - border-radius: 3px; | |
| 6652 | -} | |
| 6653 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6654 | - color: var(--e-a-btn-bg-accent); | |
| 6655 | - text-decoration: none; | |
| 6656 | - display: flex; | |
| 6657 | - align-items: center; | |
| 6658 | - gap: 4px; | |
| 6659 | - font-size: 14px; | |
| 6660 | - font-weight: 500; | |
| 6661 | -} | |
| 6662 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6663 | - margin: 0; | |
| 6664 | - font-size: 14px; | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6667 | - display: none; | |
| 6668 | -} | |
| 6669 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6670 | - color: var(--e-a-color-txt-muted); | |
| 6671 | - margin-inline: 5px; | |
| 6672 | -} | |
| 6673 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6674 | - color: var(--e-a-color-info); | |
| 6675 | - text-decoration: underline; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6678 | - text-decoration: none; | |
| 6679 | -} | |
| 6680 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6681 | - display: flex; | |
| 6682 | - align-items: center; | |
| 6683 | - gap: 6px; | |
| 6684 | - padding: 6px 12px; | |
| 6685 | - border: none; | |
| 6686 | - border-radius: 20px; | |
| 6687 | - font-size: 14px; | |
| 6688 | - font-weight: 500; | |
| 6689 | - cursor: pointer; | |
| 6690 | - transition: opacity 0.2s; | |
| 6691 | - margin-inline-start: auto; | |
| 6692 | -} | |
| 6693 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6694 | - opacity: 0.8; | |
| 6695 | -} | |
| 6696 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6697 | - margin: 0; | |
| 6698 | - font-size: 14px; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6701 | - background-color: var(--e-a-bg-info); | |
| 6702 | - color: var(--e-a-color-info); | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6705 | - color: var(--e-a-color-info); | |
| 6706 | -} | |
| 6707 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6708 | - background-color: var(--e-a-bg-warning); | |
| 6709 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6710 | -} | |
| 6711 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6712 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6713 | -} | |
| 6714 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6715 | - display: none; | |
| 6716 | - margin-inline-start: 8px; | |
| 6717 | - align-items: center; | |
| 6718 | - gap: 6px; | |
| 6719 | -} | |
| 6720 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6721 | - display: inline-flex !important; | |
| 6722 | -} | |
| 6723 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6724 | - text-decoration: underline; | |
| 6725 | - cursor: pointer; | |
| 6726 | -} | |
| 6727 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6728 | - cursor: pointer; | |
| 6729 | - font-size: 14px; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6732 | - inset-block-start: 75px; | |
| 6733 | - inset-inline-start: 230px; | |
| 6734 | -} | |
| 6735 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6736 | - display: none; | |
| 6737 | -} | |
| 6738 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6739 | - display: inline; | |
| 6740 | -} | |
| 6741 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6742 | - display: none; | |
| 6743 | -} | |
| 6744 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6745 | - border-color: var(--e-a-border-color); | |
| 6746 | -} | |
| 6747 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6748 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6749 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6750 | - color: var(--e-a-color-txt-disabled); | |
| 6751 | -} | |
| 6752 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6753 | - background-color: var(--e-a-color-txt-disabled); | |
| 6754 | -} | |
| 6755 | -#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 { | |
| 6756 | - border-color: var(--e-a-border-color); | |
| 6757 | -} | |
| 6758 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6759 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6760 | -#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, | |
| 6761 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6762 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6763 | - color: var(--e-a-color-txt-disabled); | |
| 6764 | -} | |
| 6765 | -#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 { | |
| 6766 | - background-color: var(--e-a-color-txt-disabled); | |
| 6767 | -} | |
| 6768 | -#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 { | |
| 6769 | - display: inline-flex; | |
| 6770 | -} | |
| 6771 | -#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 { | |
| 6772 | - display: none; | |
| 6773 | -} | |
| 6774 | -#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 { | |
| 6775 | - display: block; | |
| 6776 | -} | |
| 6777 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6778 | -#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], | |
| 6779 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6780 | - pointer-events: none; | |
| 6781 | -} | |
| 6782 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6783 | - display: block; | |
| 6784 | - margin-block-start: 15px; | |
| 6785 | -} | |
| 6786 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6787 | - align-self: center; | |
| 6788 | - margin-block-start: 20px; | |
| 6789 | - float: none; | |
| 6790 | -} | |
| 6791 | 4777 | |
| 6792 | 4778 | #elementor-template-library-save-template-name { |
| 6793 | 4779 | width: 500px; |
| 6794 | - padding-inline-start: 25px; | |
| 6795 | - border-start-start-radius: 3px; | |
| 6796 | - border-start-end-radius: 0; | |
| 6797 | - border-end-start-radius: 3px; | |
| 6798 | - border-end-end-radius: 0; | |
| 4780 | + background-color: #fff; | |
| 4781 | + font-weight: 300; | |
| 4782 | + color: #a4afb7; | |
| 4783 | + padding-left: 25px; | |
| 4784 | + border-radius: 3px 0 0 3px; | |
| 4785 | + border: none; | |
| 6799 | 4786 | } |
| 6800 | 4787 | |
| 6801 | 4788 | #elementor-template-library-save-template-submit { |
| 6802 | 4789 | width: 150px; |
| 6803 | - border-start-start-radius: 0; | |
| 6804 | - border-start-end-radius: 3px; | |
| 6805 | - border-end-start-radius: 0; | |
| 6806 | - border-end-end-radius: 3px; | |
| 4790 | + border-radius: 0 3px 3px 0; | |
| 6807 | 4791 | } |
| 4792 | +#elementor-template-library-save-template-submit:hover { | |
| 4793 | + box-shadow: none; | |
| 4794 | +} | |
| 6808 | 4795 | |
| 6809 | 4796 | #elementor-template-library-import-form { |
| 6810 | 4797 | width: 95%; |
| 4798 | + background-color: rgba(255, 255, 255, 0.5); | |
| 6811 | 4799 | padding: 60px; |
| 6812 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4800 | + border: 2px dashed #d5dadf; | |
| 6813 | 4801 | margin: 35px auto; |
| 6814 | - transition: var(--e-a-transition-hover); | |
| 4802 | + transition: background-color 0.5s; | |
| 6815 | 4803 | } |
| 4804 | +#elementor-template-library-import-form:hover { | |
| 4805 | + background-color: rgba(255, 255, 255, 0.9); | |
| 4806 | +} | |
| 6816 | 4807 | #elementor-template-library-import-form-or { |
| 6817 | - margin-block-start: 15px; | |
| 4808 | + margin-top: 15px; | |
| 6818 | 4809 | font-size: 18px; |
| 6819 | 4810 | } |
| 6820 | 4811 | #elementor-template-library-import-form-label { |
| 6821 | - margin-block-start: 20px; | |
| 4812 | + margin-top: 20px; | |
| 6822 | 4813 | padding: 15px 35px; |
| 6823 | 4814 | display: inline-block; |
| 6824 | 4815 | } |
| 6825 | 4816 | #elementor-template-library-import-form-input { |
| @@ -6825,15 +4816,15 @@ | ||
| 6825 | 4816 | #elementor-template-library-import-form-input { |
| 6826 | 4817 | display: none; |
| 6827 | 4818 | } |
| 6828 | 4819 | #elementor-template-library-import-form.elementor-drag-over { |
| 6829 | - border-color: var(--e-a-color-primary); | |
| 4820 | + border: 3px dashed #71d7f7; | |
| 6830 | 4821 | } |
| 6831 | 4822 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6832 | - margin-block-start: 0; | |
| 4823 | + margin-top: 0; | |
| 6833 | 4824 | } |
| 6834 | 4825 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6835 | - margin-block-start: 20px; | |
| 4826 | + margin-top: 20px; | |
| 6836 | 4827 | } |
| 6837 | 4828 | |
| 6838 | 4829 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6839 | 4830 | max-height: 95vh; |
| @@ -6840,12 +4831,8 @@ | ||
| 6840 | 4831 | padding: 100px 0 0; |
| 6841 | 4832 | min-height: 550px; |
| 6842 | 4833 | } |
| 6843 | 4834 | |
| 6844 | -.elementor-template-library-cloud-empty__button { | |
| 6845 | - margin-block-start: 45px; | |
| 6846 | -} | |
| 6847 | - | |
| 6848 | 4835 | #elementor-template-library-connect-logo { |
| 6849 | 4836 | font-size: 20px; |
| 6850 | 4837 | } |
| 6851 | 4838 | #elementor-template-library-connect__button { |
| @@ -6851,9 +4838,9 @@ | ||
| 6851 | 4838 | #elementor-template-library-connect__button { |
| 6852 | 4839 | display: inline-block; |
| 6853 | 4840 | position: relative; |
| 6854 | 4841 | z-index: 1; |
| 6855 | - margin-block-start: 25px; | |
| 4842 | + margin-top: 25px; | |
| 6856 | 4843 | padding: 12px 24px; |
| 6857 | 4844 | font-size: 14px; |
| 6858 | 4845 | } |
| 6859 | 4846 | #elementor-template-library-connect__background-image-left-1 { |
| @@ -6882,13 +4869,13 @@ | ||
| 6882 | 4869 | } |
| 6883 | 4870 | |
| 6884 | 4871 | .elementor-template-library-blank-footer { |
| 6885 | 4872 | position: absolute; |
| 6886 | - inset-block-end: 70px; | |
| 6887 | - inset-inline-start: 50%; | |
| 6888 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 4873 | + bottom: 70px; | |
| 4874 | + left: 50%; | |
| 4875 | + transform: translateX(-50%); | |
| 4876 | + color: #a4afb7; | |
| 6889 | 4877 | font-style: italic; |
| 6890 | - color: var(--e-a-color-txt-muted); | |
| 6891 | 4878 | } |
| 6892 | 4879 | @media (max-height: 700px) { |
| 6893 | 4880 | .elementor-template-library-blank-footer { |
| 6894 | 4881 | display: none; |
| @@ -6895,21 +4882,28 @@ | ||
| 6895 | 4882 | } |
| 6896 | 4883 | } |
| 6897 | 4884 | |
| 6898 | 4885 | #elementor-template-library-footer-banner { |
| 6899 | - padding-block-end: 45px; | |
| 4886 | + padding-bottom: 45px; | |
| 6900 | 4887 | } |
| 6901 | 4888 | #elementor-template-library-footer-banner i { |
| 4889 | + color: #c2cbd2; | |
| 6902 | 4890 | font-size: 56px; |
| 6903 | - margin-block-start: 40px; | |
| 4891 | + margin-top: 40px; | |
| 6904 | 4892 | } |
| 6905 | 4893 | #elementor-template-library-footer-banner .elementor-nerd-box-icon { |
| 6906 | - margin-block-start: 70px; | |
| 4894 | + margin-top: 70px; | |
| 6907 | 4895 | } |
| 4896 | +#elementor-template-library-footer-banner .elementor-excerpt { | |
| 4897 | + color: #a4afb7; | |
| 4898 | + font-size: 15px; | |
| 4899 | + font-weight: 500; | |
| 4900 | + margin-top: 20px; | |
| 4901 | +} | |
| 6908 | 4902 | |
| 6909 | 4903 | #elementor-template-library-templates-empty { |
| 6910 | 4904 | width: 100%; |
| 6911 | - margin-block-start: 40px; | |
| 4905 | + margin-top: 40px; | |
| 6912 | 4906 | } |
| 6913 | 4907 | |
| 6914 | 4908 | #elementor-template-library-error-dialog .dialog-message { |
| 6915 | 4909 | text-align: start; |
| @@ -6915,290 +4909,53 @@ | ||
| 6915 | 4909 | text-align: start; |
| 6916 | 4910 | } |
| 6917 | 4911 | |
| 6918 | 4912 | #elementor-template-library-error-info { |
| 6919 | - margin-block-start: 10px; | |
| 4913 | + margin-top: 10px; | |
| 6920 | 4914 | } |
| 6921 | 4915 | |
| 6922 | -#elementor-library--infotip__dialog, | |
| 6923 | -#elementor-library--connect_infotip__dialog, | |
| 6924 | -#elementor-library--cloud-upgrade__dialog, | |
| 6925 | -#elementor-library--site-info__dialog { | |
| 6926 | - position: absolute; | |
| 6927 | - z-index: 10000; | |
| 6928 | - background-color: var(--e-a-bg-default); | |
| 6929 | - box-shadow: var(--e-a-popover-shadow); | |
| 6930 | - border-radius: var(--e-a-border-radius); | |
| 4916 | +@media (max-width: 1439px) { | |
| 4917 | + .elementor-template-library-local-column-1 { | |
| 4918 | + width: 33%; | |
| 4919 | + } | |
| 4920 | + .elementor-template-library-local-column-2 { | |
| 4921 | + width: 10%; | |
| 4922 | + } | |
| 4923 | + .elementor-template-library-local-column-3 { | |
| 4924 | + width: 15%; | |
| 4925 | + } | |
| 4926 | + .elementor-template-library-local-column-4 { | |
| 4927 | + width: 15%; | |
| 4928 | + } | |
| 4929 | + .elementor-template-library-local-column-5 { | |
| 4930 | + width: 27%; | |
| 4931 | + } | |
| 6931 | 4932 | } |
| 6932 | -#elementor-library--infotip__dialog.variant-b, | |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6934 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6935 | -#elementor-library--site-info__dialog.variant-b { | |
| 6936 | - width: 200px; | |
| 6937 | - color: var(--e-a-color-txt-invert); | |
| 6938 | - background-color: var(--e-a-bg-secondary); | |
| 4933 | +@media (min-width: 1440px) { | |
| 4934 | + .elementor-template-library-local-column-1 { | |
| 4935 | + width: 25%; | |
| 4936 | + } | |
| 4937 | + .elementor-template-library-local-column-2 { | |
| 4938 | + width: 17%; | |
| 4939 | + } | |
| 4940 | + .elementor-template-library-local-column-3 { | |
| 4941 | + width: 17%; | |
| 4942 | + } | |
| 4943 | + .elementor-template-library-local-column-4 { | |
| 4944 | + width: 17%; | |
| 4945 | + } | |
| 4946 | + .elementor-template-library-local-column-5 { | |
| 4947 | + width: 24%; | |
| 4948 | + } | |
| 6939 | 4949 | } |
| 6940 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6941 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6942 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6943 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6944 | - padding: 4px 8px 4px 8px; | |
| 4950 | +@media (max-width: 1024px) { | |
| 4951 | + .elementor-template-library-local-column-3 { | |
| 4952 | + display: none; | |
| 4953 | + } | |
| 4954 | + .elementor-template-library-local-column-5 { | |
| 4955 | + width: 41%; | |
| 4956 | + } | |
| 6945 | 4957 | } |
| 6946 | -#elementor-library--infotip__dialog__title, | |
| 6947 | -#elementor-library--connect_infotip__dialog__title, | |
| 6948 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6949 | -#elementor-library--site-info__dialog__title { | |
| 6950 | - font-size: 14px; | |
| 6951 | -} | |
| 6952 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6953 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6954 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6955 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6956 | - padding: 10px 0 10px 10px; | |
| 6957 | - float: inline-end; | |
| 6958 | -} | |
| 6959 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6960 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6961 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6962 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6963 | - padding: 7px 25px; | |
| 6964 | - font-size: 13px; | |
| 6965 | - background: none; | |
| 6966 | - color: var(--e-a-btn-bg-accent); | |
| 6967 | - border: none; | |
| 6968 | - font-weight: 500; | |
| 6969 | - cursor: pointer; | |
| 6970 | -} | |
| 6971 | -#elementor-library--infotip__dialog:after, | |
| 6972 | -#elementor-library--connect_infotip__dialog:after, | |
| 6973 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6974 | -#elementor-library--site-info__dialog:after { | |
| 6975 | - content: ""; | |
| 6976 | - position: absolute; | |
| 6977 | - inset-inline-end: 46%; | |
| 6978 | - transform: scaleX(0.7); | |
| 6979 | - border: 10px solid transparent; | |
| 6980 | -} | |
| 6981 | - | |
| 6982 | -#elementor-library--infotip__dialog { | |
| 6983 | - width: 265px; | |
| 6984 | -} | |
| 6985 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6986 | - padding: 20px 20px 0px 20px; | |
| 6987 | -} | |
| 6988 | -#elementor-library--infotip__dialog:after { | |
| 6989 | - inset-block-start: 100%; | |
| 6990 | - border-block-start-color: var(--e-a-bg-default); | |
| 6991 | -} | |
| 6992 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6993 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6994 | -} | |
| 6995 | - | |
| 6996 | -#elementor-library--connect_infotip__dialog { | |
| 6997 | - width: 265px; | |
| 6998 | -} | |
| 6999 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 7000 | - padding: 20px; | |
| 7001 | -} | |
| 7002 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 7003 | - inset-block-end: 100%; | |
| 7004 | - border-block-end-color: var(--e-a-bg-default); | |
| 7005 | -} | |
| 7006 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7007 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7008 | - inset-block-start: 100%; | |
| 7009 | -} | |
| 7010 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7011 | - width: 265px; | |
| 7012 | -} | |
| 7013 | - | |
| 7014 | -#elementor-library--cloud-upgrade__dialog { | |
| 7015 | - width: 265px; | |
| 7016 | -} | |
| 7017 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7018 | - inset-block-start: 100%; | |
| 7019 | - border-block-start-color: var(--e-a-bg-default); | |
| 7020 | -} | |
| 7021 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7022 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7023 | -} | |
| 7024 | - | |
| 7025 | -#elementor-library--site-info__dialog { | |
| 7026 | - width: 265px; | |
| 7027 | -} | |
| 7028 | -#elementor-library--site-info__dialog:after { | |
| 7029 | - inset-block-start: 100%; | |
| 7030 | - border-block-start-color: var(--e-a-bg-default); | |
| 7031 | -} | |
| 7032 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7033 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7034 | -} | |
| 7035 | - | |
| 7036 | -.elementor-global-styles-dialog { | |
| 7037 | - --gsd-color-text-primary: #0c0d0e; | |
| 7038 | - --gsd-color-text-secondary: #3f444b; | |
| 7039 | - --gsd-color-text-tertiary: #69727D; | |
| 7040 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7041 | - --gsd-color-primary-main: #f0abfc; | |
| 7042 | - --gsd-color-primary-hover: #e879f9; | |
| 7043 | - --gsd-color-secondary-main: #515962; | |
| 7044 | - --gsd-border-radius: 4px; | |
| 7045 | - --gsd-spacing-horizontal: 24px; | |
| 7046 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7047 | - padding: 16px 0 0; | |
| 7048 | - min-width: 444px; | |
| 7049 | -} | |
| 7050 | -.elementor-global-styles-dialog__header { | |
| 7051 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7052 | - margin-block-end: 16px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header h2 { | |
| 7055 | - margin: 0 0 4px; | |
| 7056 | - font-family: var(--gsd-font-family); | |
| 7057 | - font-size: 16px; | |
| 7058 | - font-weight: 500; | |
| 7059 | - line-height: 1.3; | |
| 7060 | - color: var(--gsd-color-text-primary); | |
| 7061 | - letter-spacing: 0.15px; | |
| 7062 | -} | |
| 7063 | -.elementor-global-styles-dialog__header p { | |
| 7064 | - margin: 0; | |
| 7065 | - font-family: var(--gsd-font-family); | |
| 7066 | - font-size: 14px; | |
| 7067 | - font-weight: 400; | |
| 7068 | - line-height: 20px; | |
| 7069 | - color: var(--gsd-color-text-secondary); | |
| 7070 | - letter-spacing: 0.15px; | |
| 7071 | -} | |
| 7072 | -.elementor-global-styles-dialog__options { | |
| 7073 | - display: flex; | |
| 7074 | - flex-direction: column; | |
| 7075 | - gap: 12px; | |
| 7076 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7077 | -} | |
| 7078 | -.elementor-global-styles-dialog__radio-card { | |
| 7079 | - display: flex; | |
| 7080 | - gap: 0; | |
| 7081 | - padding: 12px 8px; | |
| 7082 | - border: 1px solid var(--gsd-color-divider); | |
| 7083 | - border-radius: var(--gsd-border-radius); | |
| 7084 | - cursor: pointer; | |
| 7085 | - transition: border-color 0.2s ease; | |
| 7086 | -} | |
| 7087 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7088 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7089 | - padding: 11px 7px; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7092 | - flex-shrink: 0; | |
| 7093 | - width: 20px; | |
| 7094 | - height: 20px; | |
| 7095 | - margin: 9px; | |
| 7096 | - cursor: pointer; | |
| 7097 | - color: var(--gsd-color-text-tertiary); | |
| 7098 | - accent-color: var(--gsd-color-text-primary); | |
| 7099 | -} | |
| 7100 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7101 | - display: flex; | |
| 7102 | - align-items: flex-start; | |
| 7103 | - flex-direction: column; | |
| 7104 | - flex: 1; | |
| 7105 | -} | |
| 7106 | -.elementor-global-styles-dialog__radio-label { | |
| 7107 | - font-family: var(--gsd-font-family); | |
| 7108 | - font-size: 14px; | |
| 7109 | - font-weight: 500; | |
| 7110 | - line-height: 18px; | |
| 7111 | - color: var(--gsd-color-text-primary); | |
| 7112 | - letter-spacing: 0.15px; | |
| 7113 | -} | |
| 7114 | -.elementor-global-styles-dialog__radio-description { | |
| 7115 | - font-family: var(--gsd-font-family); | |
| 7116 | - font-size: 12px; | |
| 7117 | - font-weight: 400; | |
| 7118 | - line-height: 20px; | |
| 7119 | - color: var(--gsd-color-text-secondary); | |
| 7120 | - letter-spacing: 0.4px; | |
| 7121 | -} | |
| 7122 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7123 | - display: flex; | |
| 7124 | - align-items: flex-start; | |
| 7125 | - gap: 4px; | |
| 7126 | - padding: 0; | |
| 7127 | - margin-block-start: 0; | |
| 7128 | -} | |
| 7129 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7130 | - display: flex; | |
| 7131 | - align-items: flex-start; | |
| 7132 | - gap: 4px; | |
| 7133 | - cursor: pointer; | |
| 7134 | -} | |
| 7135 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7136 | - width: 18px; | |
| 7137 | - height: 18px; | |
| 7138 | - margin: 4px; | |
| 7139 | - cursor: pointer; | |
| 7140 | -} | |
| 7141 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7142 | - background-color: var(--gsd-color-text-tertiary); | |
| 7143 | -} | |
| 7144 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7145 | - font-family: var(--gsd-font-family); | |
| 7146 | - font-size: 12px; | |
| 7147 | - font-weight: 400; | |
| 7148 | - line-height: 1.43; | |
| 7149 | - color: var(--gsd-color-text-primary); | |
| 7150 | - letter-spacing: 0.15px; | |
| 7151 | - padding-block-start: 4px; | |
| 7152 | - margin-inline-start: 4px; | |
| 7153 | -} | |
| 7154 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7155 | - color: #2563eb; | |
| 7156 | - text-decoration: underline; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7159 | - color: #2563eb; | |
| 7160 | -} | |
| 7161 | -.elementor-global-styles-dialog__footer { | |
| 7162 | - display: flex; | |
| 7163 | - justify-content: flex-end; | |
| 7164 | - align-items: center; | |
| 7165 | - gap: 8px; | |
| 7166 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7167 | -} | |
| 7168 | -.elementor-global-styles-dialog__button-cancel { | |
| 7169 | - padding: 6px 8px; | |
| 7170 | - font-family: var(--gsd-font-family); | |
| 7171 | - font-size: 15px; | |
| 7172 | - font-weight: 500; | |
| 7173 | - line-height: 24px; | |
| 7174 | - letter-spacing: 0.4px; | |
| 7175 | - color: var(--gsd-color-secondary-main); | |
| 7176 | - background: transparent; | |
| 7177 | - border: none; | |
| 7178 | - border-radius: var(--gsd-border-radius); | |
| 7179 | - cursor: pointer; | |
| 7180 | -} | |
| 7181 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7182 | - background: rgba(0, 0, 0, 0.04); | |
| 7183 | -} | |
| 7184 | -.elementor-global-styles-dialog__button-insert { | |
| 7185 | - padding: 6px 16px; | |
| 7186 | - font-family: var(--gsd-font-family); | |
| 7187 | - font-size: 15px; | |
| 7188 | - font-weight: 500; | |
| 7189 | - line-height: 24px; | |
| 7190 | - letter-spacing: 0.4px; | |
| 7191 | - color: var(--gsd-color-text-primary); | |
| 7192 | - background: var(--gsd-color-primary-main); | |
| 7193 | - border: none; | |
| 7194 | - border-radius: var(--gsd-border-radius); | |
| 7195 | - cursor: pointer; | |
| 7196 | -} | |
| 7197 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7198 | - background: var(--gsd-color-primary-hover); | |
| 7199 | -} | |
| 7200 | - | |
| 7201 | 4958 | .elementor-tags-list { |
| 7202 | 4959 | display: none; |
| 7203 | 4960 | position: absolute; |
| 7204 | 4961 | width: 260px; |
| @@ -7203,16 +4960,16 @@ | ||
| 7203 | 4960 | position: absolute; |
| 7204 | 4961 | width: 260px; |
| 7205 | 4962 | max-height: 300px; |
| 7206 | 4963 | overflow: auto; |
| 7207 | - padding-block-end: 5px; | |
| 7208 | - background-color: var(--e-a-bg-default); | |
| 7209 | - box-shadow: var(--e-a-popover-shadow); | |
| 7210 | - border: var(--e-a-border); | |
| 4964 | + padding-bottom: 5px; | |
| 4965 | + background-color: #fff; | |
| 4966 | + border: 1px solid #a4afb7; | |
| 7211 | 4967 | border-radius: 3px; |
| 7212 | 4968 | z-index: 10000; |
| 7213 | 4969 | } |
| 7214 | 4970 | .elementor-tags-list__group-title { |
| 4971 | + color: #495157; | |
| 7215 | 4972 | font-weight: bold; |
| 7216 | 4973 | font-size: 12px; |
| 7217 | 4974 | padding: 10px 15px; |
| 7218 | 4975 | display: flex; |
| @@ -7218,10 +4975,10 @@ | ||
| 7218 | 4975 | display: flex; |
| 7219 | 4976 | align-items: center; |
| 7220 | 4977 | } |
| 7221 | 4978 | .elementor-tags-list__group-title .eicon-info-circle { |
| 7222 | - padding-inline-end: 5px; | |
| 7223 | - color: var(--e-a-color-primary-bold); | |
| 4979 | + padding-right: 5px; | |
| 4980 | + color: #71d7f7; | |
| 7224 | 4981 | font-size: 14px; |
| 7225 | 4982 | } |
| 7226 | 4983 | .elementor-tags-list__item { |
| 7227 | 4984 | font-size: 10px; |
| @@ -7230,18 +4987,21 @@ | ||
| 7230 | 4987 | } |
| 7231 | 4988 | .elementor-tags-list__item:before { |
| 7232 | 4989 | content: ">"; |
| 7233 | 4990 | font-size: 8px; |
| 7234 | - padding-inline-end: 5px; | |
| 4991 | + padding-right: 5px; | |
| 7235 | 4992 | } |
| 7236 | 4993 | .elementor-tags-list__item:hover { |
| 7237 | - background-color: var(--e-a-bg-hover); | |
| 4994 | + background-color: #e6e9ec; | |
| 7238 | 4995 | } |
| 7239 | 4996 | .elementor-tags-list__teaser { |
| 7240 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7241 | - padding-block-start: 4px; | |
| 7242 | - margin-block-start: 4px; | |
| 4997 | + border-top: 2px solid #d5dadf; | |
| 4998 | + padding-top: 4px; | |
| 4999 | + margin-top: 4px; | |
| 7243 | 5000 | } |
| 5001 | +.elementor-tags-list__teaser-title { | |
| 5002 | + color: #6d7882; | |
| 5003 | +} | |
| 7244 | 5004 | .elementor-tags-list__teaser-text { |
| 7245 | 5005 | padding: 2px 15px 8px; |
| 7246 | 5006 | line-height: 1.5; |
| 7247 | 5007 | font-size: 12px; |
| @@ -7246,9 +5006,9 @@ | ||
| 7246 | 5006 | line-height: 1.5; |
| 7247 | 5007 | font-size: 12px; |
| 7248 | 5008 | } |
| 7249 | 5009 | .elementor-tags-list__teaser-link { |
| 7250 | - color: var(--e-a-color-primary-bold); | |
| 5010 | + color: #93003c; | |
| 7251 | 5011 | text-decoration: underline; |
| 7252 | 5012 | font-style: italic; |
| 7253 | 5013 | font-weight: bold; |
| 7254 | 5014 | } |
| @@ -7267,33 +5027,33 @@ | ||
| 7267 | 5027 | text-overflow: ellipsis; |
| 7268 | 5028 | overflow: hidden; |
| 7269 | 5029 | } |
| 7270 | 5030 | .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { |
| 5031 | + color: #c2cbd2; | |
| 7271 | 5032 | cursor: pointer; |
| 7272 | - transition: var(--e-a-transition-hover); | |
| 5033 | + transition: all 0.3s; | |
| 7273 | 5034 | } |
| 7274 | 5035 | .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { |
| 7275 | - color: var(--e-a-color-txt-hover); | |
| 5036 | + color: #a4afb7; | |
| 7276 | 5037 | } |
| 7277 | 5038 | .elementor-control-type-wysiwyg .elementor-dynamic-cover { |
| 7278 | - margin-block-start: 10px; | |
| 5039 | + margin-top: 10px; | |
| 7279 | 5040 | } |
| 7280 | 5041 | |
| 7281 | 5042 | .elementor-tag-settings-popup { |
| 7282 | 5043 | position: absolute; |
| 7283 | 5044 | width: 260px; |
| 7284 | - background-color: var(--e-a-bg-default); | |
| 7285 | - border: var(--e-a-border); | |
| 7286 | - box-shadow: var(--e-a-popover-shadow); | |
| 5045 | + background-color: #e6e9ec; | |
| 5046 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 7287 | 5047 | z-index: 1; |
| 7288 | 5048 | } |
| 7289 | 5049 | .elementor-tag-settings-popup:before { |
| 7290 | 5050 | content: ""; |
| 7291 | 5051 | position: absolute; |
| 7292 | - inset-block-start: -20px; | |
| 7293 | - inset-inline-start: 5px; | |
| 5052 | + top: -20px; | |
| 5053 | + left: 5px; | |
| 7294 | 5054 | border: 10px solid transparent; |
| 7295 | - border-block-end-color: var(--e-a-border-color); | |
| 5055 | + border-bottom-color: #fff; | |
| 7296 | 5056 | } |
| 7297 | 5057 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| 7298 | 5058 | margin: 0; |
| 7299 | 5059 | } |
| @@ -7298,20 +5058,14 @@ | ||
| 7298 | 5058 | margin: 0; |
| 7299 | 5059 | } |
| 7300 | 5060 | |
| 7301 | 5061 | .elementor-tag-controls-stack-empty { |
| 7302 | - background-color: var(--e-a-bg-default); | |
| 5062 | + background-color: #fff; | |
| 7303 | 5063 | padding: 10px; |
| 7304 | 5064 | font-size: 13px; |
| 7305 | 5065 | text-align: center; |
| 7306 | 5066 | } |
| 7307 | 5067 | |
| 7308 | -.elementor-control-dynamic input { | |
| 7309 | - border-start-start-radius: var(--e-a-border-radius); | |
| 7310 | - border-start-end-radius: 0; | |
| 7311 | - border-end-end-radius: 0; | |
| 7312 | - border-end-start-radius: var(--e-a-border-radius); | |
| 7313 | -} | |
| 7314 | 5068 | .elementor-control-dynamic-switcher { |
| 7315 | 5069 | display: inline-flex; |
| 7316 | 5070 | align-items: center; |
| 7317 | 5071 | justify-content: center; |
| @@ -7317,21 +5071,12 @@ | ||
| 7317 | 5071 | justify-content: center; |
| 7318 | 5072 | flex-shrink: 0; |
| 7319 | 5073 | height: 27px; |
| 7320 | 5074 | cursor: pointer; |
| 7321 | - border: var(--e-a-border-bold); | |
| 7322 | - background: var(--e-a-bg-default); | |
| 7323 | - border-inline-start-width: 0; | |
| 7324 | - border-start-start-radius: 0; | |
| 7325 | - border-start-end-radius: var(--e-a-border-radius); | |
| 7326 | - border-end-end-radius: var(--e-a-border-radius); | |
| 7327 | - border-end-start-radius: 0; | |
| 7328 | - transition: var(--e-a-transition-hover); | |
| 5075 | + border: 1px solid #d5dadf; | |
| 5076 | + border-radius: 3px; | |
| 5077 | + background: #fff; | |
| 7329 | 5078 | } |
| 7330 | -.elementor-control-dynamic-switcher:hover { | |
| 7331 | - background-color: var(--e-a-bg-hover); | |
| 7332 | - color: var(--e-a-color-txt-hover); | |
| 7333 | -} | |
| 7334 | 5079 | .elementor-control-dynamic-switcher.e-control-tool { |
| 7335 | 5080 | height: 20px; |
| 7336 | 5081 | border: 0; |
| 7337 | 5082 | } |
| @@ -7348,55 +5093,43 @@ | ||
| 7348 | 5093 | } |
| 7349 | 5094 | |
| 7350 | 5095 | .elementor-context-menu { |
| 7351 | 5096 | position: absolute; |
| 7352 | - width: 250px; | |
| 7353 | - padding: 5px 0px; | |
| 7354 | - background-color: var(--e-a-bg-default); | |
| 7355 | - border-radius: var(--e-a-border-radius); | |
| 7356 | - box-shadow: var(--e-a-popover-shadow); | |
| 5097 | + width: 200px; | |
| 5098 | + background-color: #fff; | |
| 5099 | + border: 1px solid #e6e9ec; | |
| 5100 | + border-radius: 3px; | |
| 5101 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 7357 | 5102 | -webkit-user-select: none; |
| 7358 | 5103 | -moz-user-select: none; |
| 7359 | 5104 | user-select: none; |
| 7360 | 5105 | z-index: 101; |
| 7361 | 5106 | } |
| 7362 | -.elementor-context-menu-list { | |
| 7363 | - display: flex; | |
| 7364 | - flex-direction: column; | |
| 7365 | -} | |
| 7366 | 5107 | .elementor-context-menu-list__group { |
| 7367 | - display: flex; | |
| 7368 | - flex-direction: column; | |
| 5108 | + padding: 5px 0; | |
| 7369 | 5109 | } |
| 7370 | 5110 | .elementor-context-menu-list__group:not(:last-child) { |
| 7371 | - border-block-end: var(--e-a-border); | |
| 5111 | + border-bottom: 1px solid #e6e9ec; | |
| 7372 | 5112 | } |
| 7373 | 5113 | .elementor-context-menu-list__item { |
| 7374 | - padding: 12px 20px; | |
| 5114 | + padding: 5px 10px; | |
| 5115 | + padding-right: 20px; | |
| 7375 | 5116 | display: flex; |
| 7376 | - gap: 16px; | |
| 7377 | 5117 | cursor: pointer; |
| 7378 | - transition: var(--e-a-transition-hover); | |
| 7379 | - align-items: center; | |
| 7380 | 5118 | } |
| 7381 | 5119 | .elementor-context-menu-list__item--disabled { |
| 7382 | 5120 | cursor: default; |
| 7383 | - opacity: 0.5; | |
| 7384 | - color: var(--e-a-color-disabled); | |
| 5121 | + color: #d5dadf; | |
| 7385 | 5122 | } |
| 7386 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7387 | - opacity: 1; | |
| 5123 | +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 5124 | + background-color: #71d7f7; | |
| 7388 | 5125 | } |
| 7389 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7390 | - opacity: 0.5; | |
| 5126 | +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 5127 | + color: #fff; | |
| 7391 | 5128 | } |
| 7392 | -.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 { | |
| 7393 | - background-color: var(--e-a-bg-hover); | |
| 7394 | - color: var(--e-a-color-hover); | |
| 7395 | -} | |
| 7396 | 5129 | .elementor-context-menu-list__item__icon { |
| 7397 | - display: none; | |
| 7398 | 5130 | width: 20px; |
| 5131 | + color: #c2cbd2; | |
| 7399 | 5132 | } |
| 7400 | 5133 | .elementor-context-menu-list__item__title { |
| 7401 | 5134 | flex-grow: 1; |
| 7402 | 5135 | white-space: nowrap; |
| @@ -7403,91 +5136,135 @@ | ||
| 7403 | 5136 | text-overflow: ellipsis; |
| 7404 | 5137 | overflow: hidden; |
| 7405 | 5138 | } |
| 7406 | 5139 | .elementor-context-menu-list__item__shortcut { |
| 7407 | - color: var(--e-a-color-txt-muted); | |
| 5140 | + color: #d5dadf; | |
| 7408 | 5141 | } |
| 7409 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 7410 | - position: absolute; | |
| 7411 | - inset: 0; | |
| 7412 | - z-index: 2; | |
| 7413 | - cursor: pointer; | |
| 5142 | +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover { | |
| 5143 | + background-color: #d72b3f; | |
| 7414 | 5144 | } |
| 7415 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7416 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7417 | - padding: 2px 8px; | |
| 7418 | - color: var(--e-a-color-primary-bold); | |
| 7419 | - border-radius: 10px; | |
| 7420 | - font-size: 10px; | |
| 7421 | -} | |
| 7422 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7423 | - display: flex; | |
| 7424 | - align-items: center; | |
| 7425 | - justify-content: center; | |
| 7426 | - width: 24px; | |
| 7427 | - height: 24px; | |
| 7428 | - border-radius: 50%; | |
| 7429 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7430 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7431 | - font-size: 16px; | |
| 7432 | - cursor: pointer; | |
| 7433 | -} | |
| 7434 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7435 | - font-size: 14px; | |
| 7436 | - font-style: normal; | |
| 7437 | - font-weight: 400; | |
| 7438 | - line-height: 1; | |
| 7439 | - position: relative; | |
| 7440 | -} | |
| 7441 | -.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 > * { | |
| 7442 | - color: var(--e-global-color-danger); | |
| 7443 | -} | |
| 7444 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7445 | - display: none; | |
| 7446 | -} | |
| 7447 | 5145 | .elementor-context-menu .eicon-pro-icon { |
| 7448 | - color: var(--e-global-color-accent); | |
| 5146 | + color: #fcb92c; | |
| 7449 | 5147 | } |
| 7450 | 5148 | |
| 7451 | 5149 | #elementor-hotkeys { |
| 7452 | - text-align: start; | |
| 5150 | + text-align: left; | |
| 7453 | 5151 | } |
| 7454 | -#elementor-hotkeys__modal .dialog-buttons-wrapper { | |
| 7455 | - display: none; | |
| 7456 | -} | |
| 7457 | 5152 | #elementor-hotkeys__content { |
| 7458 | 5153 | display: flex; |
| 7459 | - justify-content: space-between; | |
| 7460 | - gap: 70px; | |
| 7461 | - padding: 20px 30px; | |
| 7462 | 5154 | width: 100%; |
| 7463 | 5155 | overflow: hidden; |
| 5156 | + margin-bottom: 30px; | |
| 7464 | 5157 | } |
| 7465 | 5158 | @media (max-width: 1024px) { |
| 7466 | 5159 | #elementor-hotkeys__content { |
| 7467 | 5160 | flex-direction: column; |
| 7468 | - gap: 20px; | |
| 7469 | - padding: 20px; | |
| 7470 | 5161 | } |
| 7471 | 5162 | } |
| 5163 | +#elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5164 | + border-radius: 3px 0 0 3px; | |
| 5165 | +} | |
| 5166 | +@media (max-width: 1024px) { | |
| 5167 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5168 | + border-radius: 3px; | |
| 5169 | + } | |
| 5170 | +} | |
| 5171 | +@media (min-width: 1025px) { | |
| 5172 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 5173 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5174 | + padding-right: 25px; | |
| 5175 | + } | |
| 5176 | +} | |
| 5177 | +@media (min-width: 1440px) { | |
| 5178 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 5179 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5180 | + padding-right: 50px; | |
| 5181 | + } | |
| 5182 | +} | |
| 5183 | +#elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5184 | + border-radius: 0 3px 3px 0; | |
| 5185 | +} | |
| 5186 | +@media (max-width: 1024px) { | |
| 5187 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5188 | + border-radius: 3px; | |
| 5189 | + } | |
| 5190 | +} | |
| 5191 | +@media (min-width: 1025px) { | |
| 5192 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 5193 | + padding-left: 25px; | |
| 5194 | + } | |
| 5195 | +} | |
| 5196 | +@media (min-width: 1440px) { | |
| 5197 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 5198 | + padding-left: 50px; | |
| 5199 | + } | |
| 5200 | +} | |
| 5201 | +@media (min-width: 1025px) { | |
| 5202 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5203 | + padding-left: 15px; | |
| 5204 | + } | |
| 5205 | +} | |
| 5206 | +@media (min-width: 1440px) { | |
| 5207 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5208 | + padding-left: 40px; | |
| 5209 | + } | |
| 5210 | +} | |
| 7472 | 5211 | |
| 7473 | 5212 | .elementor-hotkeys__col { |
| 7474 | - display: flex; | |
| 7475 | - flex-direction: column; | |
| 7476 | - gap: 20px; | |
| 5213 | + width: 50%; | |
| 5214 | +} | |
| 5215 | +@media (max-width: 1024px) { | |
| 5216 | + .elementor-hotkeys__col { | |
| 5217 | + width: 100%; | |
| 5218 | + } | |
| 5219 | +} | |
| 5220 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 7477 | 5221 | width: 100%; |
| 7478 | 5222 | } |
| 7479 | 5223 | .elementor-hotkeys__header { |
| 5224 | + padding: 10px 30px; | |
| 7480 | 5225 | font-weight: 500; |
| 7481 | 5226 | } |
| 5227 | +@media (max-width: 479px) { | |
| 5228 | + .elementor-hotkeys__header { | |
| 5229 | + padding-right: 10px; | |
| 5230 | + padding-left: 10px; | |
| 5231 | + } | |
| 5232 | +} | |
| 5233 | +.elementor-hotkeys__list { | |
| 5234 | + background-color: #ffffff; | |
| 5235 | + height: calc(100% - 42px); | |
| 5236 | + padding: 10px 20px; | |
| 5237 | +} | |
| 5238 | +@media (max-width: 479px) { | |
| 5239 | + .elementor-hotkeys__list { | |
| 5240 | + padding: 0; | |
| 5241 | + } | |
| 5242 | +} | |
| 5243 | +@media (max-width: 1024px) { | |
| 5244 | + .elementor-hotkeys__list { | |
| 5245 | + margin-bottom: 30px; | |
| 5246 | + } | |
| 5247 | +} | |
| 5248 | +@media (max-width: 1024px) { | |
| 5249 | + .elementor-hotkeys__list { | |
| 5250 | + height: auto; | |
| 5251 | + } | |
| 5252 | +} | |
| 7482 | 5253 | .elementor-hotkeys__item { |
| 7483 | 5254 | display: flex; |
| 7484 | 5255 | align-items: center; |
| 7485 | 5256 | padding: 20px 10px; |
| 5257 | + border-bottom: 1px solid #eceeef; | |
| 7486 | 5258 | } |
| 7487 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7488 | - border-block-end: var(--e-a-border); | |
| 5259 | +.elementor-hotkeys__item:last-child { | |
| 5260 | + margin-bottom: 30px; | |
| 7489 | 5261 | } |
| 5262 | +@media (max-width: 479px) { | |
| 5263 | + .elementor-hotkeys__item:last-child { | |
| 5264 | + margin-bottom: 0; | |
| 5265 | + } | |
| 5266 | +} | |
| 7490 | 5267 | .elementor-hotkeys__item--label { |
| 7491 | 5268 | font-size: 13px; |
| 7492 | 5269 | font-weight: 400; |
| 7493 | 5270 | flex-grow: 1; |
| @@ -7494,45 +5271,40 @@ | ||
| 7494 | 5271 | } |
| 7495 | 5272 | .elementor-hotkeys__item--shortcut { |
| 7496 | 5273 | flex-grow: 0; |
| 7497 | 5274 | display: flex; |
| 7498 | - gap: 27px; | |
| 7499 | 5275 | } |
| 7500 | -@media (max-width: 1024px) { | |
| 7501 | - .elementor-hotkeys__item--shortcut { | |
| 7502 | - gap: 23px; | |
| 7503 | - } | |
| 7504 | -} | |
| 7505 | -.elementor-hotkeys__item--shortcut kbd { | |
| 5276 | +.elementor-hotkeys__item--shortcut span { | |
| 7506 | 5277 | position: relative; |
| 7507 | - font-family: unset; | |
| 7508 | - background-color: var(--e-a-bg-active); | |
| 5278 | + background-color: #eceeef; | |
| 7509 | 5279 | padding: 5px 12px; |
| 7510 | - border-radius: var(--e-a-border-radius); | |
| 5280 | + margin-right: 27px; | |
| 5281 | + border-radius: 3px; | |
| 7511 | 5282 | } |
| 7512 | -@media (max-width: 1024px) { | |
| 7513 | - .elementor-hotkeys__item--shortcut kbd { | |
| 5283 | +@media (max-width: 479px) { | |
| 5284 | + .elementor-hotkeys__item--shortcut span { | |
| 7514 | 5285 | padding: 4px 9px; |
| 5286 | + margin-right: 23px; | |
| 7515 | 5287 | } |
| 7516 | 5288 | } |
| 7517 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 5289 | +.elementor-hotkeys__item--shortcut span:after { | |
| 7518 | 5290 | content: "+"; |
| 7519 | 5291 | position: absolute; |
| 7520 | - inset-inline-end: 0; | |
| 5292 | + right: -18px; | |
| 7521 | 5293 | width: 9px; |
| 7522 | 5294 | text-align: center; |
| 7523 | - margin-inline-end: -18px; | |
| 7524 | 5295 | } |
| 7525 | -@media (max-width: 1024px) { | |
| 7526 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7527 | - margin-inline-end: -16px; | |
| 5296 | +@media (max-width: 479px) { | |
| 5297 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5298 | + right: -16px; | |
| 7528 | 5299 | } |
| 7529 | 5300 | } |
| 7530 | - | |
| 7531 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7532 | - margin-top: 0 !important; | |
| 7533 | - width: calc(25% - 30px); | |
| 5301 | +.elementor-hotkeys__item--shortcut span:last-child { | |
| 5302 | + margin-right: 0; | |
| 7534 | 5303 | } |
| 5304 | +.elementor-hotkeys__item--shortcut span:last-child:after { | |
| 5305 | + display: none; | |
| 5306 | +} | |
| 7535 | 5307 | |
| 7536 | 5308 | .ui-resizable-n { |
| 7537 | 5309 | top: -5px; |
| 7538 | 5310 | } |
| @@ -7591,20 +5363,17 @@ | ||
| 7591 | 5363 | } |
| 7592 | 5364 | |
| 7593 | 5365 | body { |
| 7594 | 5366 | --e-editor-navigator-width: 240px; |
| 7595 | - --e-editor-navigator-indicator-width: 3px; | |
| 7596 | - --e-editor-navigator-promotion-height: 30px; | |
| 7597 | 5367 | } |
| 7598 | 5368 | |
| 7599 | 5369 | #elementor-navigator { |
| 7600 | 5370 | position: fixed; |
| 7601 | - inset-block-start: 100px; | |
| 7602 | - inset-inline-end: 30px; | |
| 5371 | + top: 100px; | |
| 7603 | 5372 | width: var(--e-editor-navigator-width); |
| 7604 | 5373 | height: 50vh; |
| 7605 | - background-color: var(--e-a-bg-default); | |
| 7606 | - border: var(--e-a-border); | |
| 5374 | + right: 30px; | |
| 5375 | + background-color: #fff; | |
| 7607 | 5376 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7608 | 5377 | -webkit-user-select: none; |
| 7609 | 5378 | -moz-user-select: none; |
| 7610 | 5379 | user-select: none; |
| @@ -7612,10 +5381,10 @@ | ||
| 7612 | 5381 | z-index: 100; |
| 7613 | 5382 | display: none; |
| 7614 | 5383 | } |
| 7615 | 5384 | body.elementor-navigator-docked #elementor-navigator { |
| 7616 | - inset: 0; | |
| 7617 | - inset-inline-start: auto; | |
| 5385 | + top: 0; | |
| 5386 | + right: 0; | |
| 7618 | 5387 | height: 100%; |
| 7619 | 5388 | } |
| 7620 | 5389 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7621 | 5390 | border-radius: 5px; |
| @@ -7621,54 +5390,26 @@ | ||
| 7621 | 5390 | border-radius: 5px; |
| 7622 | 5391 | } |
| 7623 | 5392 | #elementor-navigator__inner { |
| 7624 | 5393 | height: 100%; |
| 7625 | - display: flex; | |
| 7626 | - flex-direction: column; | |
| 5394 | + background-color: #e6e9ec; | |
| 7627 | 5395 | } |
| 7628 | 5396 | #elementor-navigator__header { |
| 7629 | 5397 | display: flex; |
| 7630 | - align-items: stretch; | |
| 7631 | - border-block-end: var(--e-a-border); | |
| 7632 | - color: var(--e-a-color-txt-accent); | |
| 7633 | -} | |
| 7634 | -#elementor-navigator__header__title { | |
| 7635 | - flex: 1; | |
| 7636 | - text-align: center; | |
| 7637 | - font-size: 13px; | |
| 7638 | - font-weight: 400; | |
| 7639 | - padding: 10px 0; | |
| 5398 | + align-items: center; | |
| 5399 | + justify-content: space-between; | |
| 5400 | + padding: 12px 10px; | |
| 5401 | + background-color: #fff; | |
| 5402 | + border-bottom: 1px solid #e6e9ec; | |
| 7640 | 5403 | cursor: move; |
| 7641 | 5404 | } |
| 7642 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7643 | - padding-inline-end: 17.5px; | |
| 7644 | -} | |
| 7645 | -#elementor-navigator__ai-titles { | |
| 7646 | - width: 35px; | |
| 7647 | - text-align: center; | |
| 7648 | - cursor: pointer; | |
| 7649 | - background-color: transparent; | |
| 7650 | - border: none; | |
| 7651 | - outline: none; | |
| 7652 | -} | |
| 7653 | -#elementor-navigator__ai-titles:hover { | |
| 7654 | - color: #E73CF6; | |
| 7655 | -} | |
| 7656 | 5405 | #elementor-navigator__close, #elementor-navigator__toggle-all { |
| 7657 | - color: var(--e-a-color-txt); | |
| 7658 | - background-color: transparent; | |
| 7659 | - border: none; | |
| 7660 | - outline: 0; | |
| 7661 | - padding: 10px; | |
| 5406 | + transition: color 0.5s; | |
| 7662 | 5407 | cursor: pointer; |
| 7663 | - transition: color 0.5s; | |
| 7664 | 5408 | } |
| 7665 | -#elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { | |
| 7666 | - color: var(--e-a-color-txt-hover); | |
| 5409 | +#elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) { | |
| 5410 | + color: #a4afb7; | |
| 7667 | 5411 | } |
| 7668 | -#elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { | |
| 7669 | - color: var(--e-a-color-txt-active); | |
| 7670 | -} | |
| 7671 | 5412 | #elementor-navigator__toggle-all { |
| 7672 | 5413 | font-size: 13px; |
| 7673 | 5414 | } |
| 7674 | 5415 | #elementor-navigator__close { |
| @@ -7674,9 +5415,9 @@ | ||
| 7674 | 5415 | #elementor-navigator__close { |
| 7675 | 5416 | font-size: 11px; |
| 7676 | 5417 | } |
| 7677 | 5418 | #elementor-navigator__elements { |
| 7678 | - flex-grow: 1; | |
| 5419 | + height: calc(100% - 49px); | |
| 7679 | 5420 | overflow: auto; |
| 7680 | 5421 | position: relative; |
| 7681 | 5422 | } |
| 7682 | 5423 | .elementor-navigator-docked #elementor-navigator__elements { |
| @@ -7684,56 +5425,37 @@ | ||
| 7684 | 5425 | } |
| 7685 | 5426 | #elementor-navigator__elements .elementor-nerd-box { |
| 7686 | 5427 | padding: 25px; |
| 7687 | 5428 | } |
| 7688 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7689 | - border-block-end: var(--e-a-border); | |
| 7690 | -} | |
| 7691 | 5429 | #elementor-navigator__footer { |
| 5430 | + position: absolute; | |
| 7692 | 5431 | width: 100%; |
| 5432 | + left: 0; | |
| 5433 | + bottom: 0; | |
| 7693 | 5434 | text-align: center; |
| 5435 | + background-color: #fff; | |
| 5436 | + border-top: 1px solid #e6e9ec; | |
| 5437 | + color: #a4afb7; | |
| 7694 | 5438 | } |
| 7695 | -#elementor-navigator__footer__resize-bar { | |
| 7696 | - border-block-start: var(--e-a-border); | |
| 7697 | -} | |
| 7698 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 5439 | +.elementor-navigator-docked #elementor-navigator__footer { | |
| 7699 | 5440 | display: none; |
| 7700 | 5441 | } |
| 7701 | -#elementor-navigator__footer__promotion { | |
| 7702 | - font-size: 12px; | |
| 7703 | - padding: 4px 17px; | |
| 7704 | - font-family: "Roboto", sans-serif; | |
| 7705 | - color: var(--e-a-bg-logo); | |
| 7706 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7707 | - display: flex; | |
| 7708 | - justify-content: center; | |
| 7709 | - align-items: center; | |
| 7710 | -} | |
| 7711 | -#elementor-navigator__footer__promotion a { | |
| 7712 | - color: var(--e-a-color-accent-promotion); | |
| 7713 | - margin-inline-start: 1px; | |
| 7714 | -} | |
| 7715 | 5442 | |
| 7716 | 5443 | .elementor-navigator__item { |
| 7717 | 5444 | position: relative; |
| 7718 | 5445 | display: flex; |
| 7719 | 5446 | height: 30px; |
| 5447 | + font-size: 11px; | |
| 5448 | + border-bottom: 1px solid #e6e9ec; | |
| 7720 | 5449 | cursor: pointer; |
| 7721 | 5450 | transition: padding 0.5s linear; |
| 7722 | 5451 | overflow: hidden; |
| 7723 | 5452 | } |
| 7724 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 7725 | - background-color: var(--e-a-bg-hover); | |
| 7726 | -} | |
| 7727 | -.elementor-navigator__item:active { | |
| 7728 | - background-color: var(--e-a-bg-active); | |
| 7729 | - color: var(--e-a-color-txt-accent); | |
| 7730 | -} | |
| 7731 | 5453 | .elementor-navigator__item[data-locked=true] { |
| 7732 | 5454 | cursor: not-allowed; |
| 7733 | 5455 | } |
| 7734 | 5456 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7735 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 5457 | + transform: rotate(-90deg); | |
| 7736 | 5458 | } |
| 7737 | 5459 | .elementor-navigator__item > * { |
| 7738 | 5460 | display: flex; |
| 7739 | 5461 | align-items: center; |
| @@ -7740,32 +5462,30 @@ | ||
| 7740 | 5462 | } |
| 7741 | 5463 | .elementor-navigator__item + .elementor-navigator__elements { |
| 7742 | 5464 | display: none; |
| 7743 | 5465 | } |
| 7744 | -.elementor-navigator__elements > .elementor-navigator__element-section, | |
| 7745 | -.elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { | |
| 7746 | - border-block-end: var(--e-a-border); | |
| 7747 | -} | |
| 7748 | 5466 | .elementor-navigator__elements .elementor-empty-view { |
| 7749 | 5467 | padding: 10px; |
| 5468 | + border-bottom: 1px solid #e6e9ec; | |
| 7750 | 5469 | } |
| 7751 | 5470 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7752 | - margin-inline-start: 34px; | |
| 5471 | + margin-left: 23px; | |
| 5472 | + color: #c2cbd2; | |
| 7753 | 5473 | font-size: 10px; |
| 7754 | 5474 | font-style: italic; |
| 7755 | 5475 | } |
| 7756 | 5476 | .elementor-navigator__elements .ui-sortable-helper { |
| 5477 | + background-color: #fff; | |
| 7757 | 5478 | box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); |
| 7758 | 5479 | transform: rotate(4deg); |
| 7759 | - background-color: var(--e-a-bg-active); | |
| 7760 | - color: var(--e-a-color-txt-accent); | |
| 5480 | + border: 1px solid #e6e9ec; | |
| 7761 | 5481 | pointer-events: none; |
| 7762 | 5482 | } |
| 7763 | 5483 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7764 | - background-color: var(--e-a-bg-hover); | |
| 5484 | + background-color: #f1f3f5; | |
| 7765 | 5485 | } |
| 7766 | 5486 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7767 | - border-block-start: var(--e-a-border); | |
| 5487 | + border-top: 2px solid #71d7f7; | |
| 7768 | 5488 | } |
| 7769 | 5489 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { |
| 7770 | 5490 | display: none; |
| 7771 | 5491 | } |
| @@ -7775,26 +5495,26 @@ | ||
| 7775 | 5495 | .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { |
| 7776 | 5496 | visibility: hidden; |
| 7777 | 5497 | } |
| 7778 | 5498 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { |
| 7779 | - color: var(--e-a-color-txt-default); | |
| 5499 | + color: #71d7f7; | |
| 7780 | 5500 | } |
| 7781 | -.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { | |
| 7782 | - color: var(--e-a-color-txt-hover); | |
| 7783 | -} | |
| 7784 | 5501 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { |
| 7785 | 5502 | display: none; |
| 7786 | 5503 | } |
| 7787 | 5504 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7788 | - background-color: var(--e-a-bg-active); | |
| 5505 | + background-color: #71d7f7; | |
| 7789 | 5506 | } |
| 5507 | +.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * { | |
| 5508 | + color: #fff; | |
| 5509 | +} | |
| 7790 | 5510 | .elementor-navigator__element__list-toggle { |
| 7791 | - margin-inline-end: 7px; | |
| 5511 | + margin-right: 7px; | |
| 7792 | 5512 | transition: transform 0.3s; |
| 5513 | + color: #a4afb7; | |
| 7793 | 5514 | } |
| 7794 | 5515 | .elementor-navigator__element__element-type { |
| 7795 | - margin-inline-end: 8px; | |
| 7796 | - font-size: 14px; | |
| 5516 | + margin-right: 8px; | |
| 7797 | 5517 | } |
| 7798 | 5518 | .elementor-navigator__element__title { |
| 7799 | 5519 | flex-grow: 1; |
| 7800 | 5520 | overflow: hidden; |
| @@ -7806,14 +5526,14 @@ | ||
| 7806 | 5526 | user-select: text; |
| 7807 | 5527 | } |
| 7808 | 5528 | .elementor-navigator__element__title__text[contenteditable=true] { |
| 7809 | 5529 | outline: none; |
| 7810 | - background-color: var(--e-a-bg-hover); | |
| 7811 | - padding: var(--e-admin-border-radius); | |
| 7812 | - border: var(--e-a-border); | |
| 5530 | + color: #6d7882; | |
| 5531 | + background-color: #fff; | |
| 5532 | + padding: 2px 3px; | |
| 5533 | + box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | |
| 7813 | 5534 | } |
| 7814 | 5535 | .elementor-navigator__element__title__text:not([contenteditable=true]) { |
| 7815 | - padding: 3px 0; | |
| 7816 | 5536 | white-space: nowrap; |
| 7817 | 5537 | text-overflow: ellipsis; |
| 7818 | 5538 | overflow: hidden; |
| 7819 | 5539 | } |
| @@ -7818,9 +5538,9 @@ | ||
| 7818 | 5538 | overflow: hidden; |
| 7819 | 5539 | } |
| 7820 | 5540 | .elementor-navigator__element__toggle { |
| 7821 | 5541 | position: absolute; |
| 7822 | - inset-inline-end: 15px; | |
| 5542 | + right: 15px; | |
| 7823 | 5543 | height: 100%; |
| 7824 | 5544 | z-index: 0; |
| 7825 | 5545 | font-size: 13px; |
| 7826 | 5546 | } |
| @@ -7826,12 +5546,13 @@ | ||
| 7826 | 5546 | } |
| 7827 | 5547 | .elementor-navigator__element__indicators { |
| 7828 | 5548 | position: relative; |
| 7829 | 5549 | transition: transform 0.5s; |
| 5550 | + padding-left: 5px; | |
| 7830 | 5551 | z-index: 91; |
| 7831 | 5552 | } |
| 7832 | 5553 | .elementor-navigator__element__indicators:not(:hover) { |
| 7833 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 5554 | + transform: translateX(calc(100% - 8px)); | |
| 7834 | 5555 | } |
| 7835 | 5556 | .elementor-navigator__element__indicator { |
| 7836 | 5557 | height: 100%; |
| 7837 | 5558 | width: 31px; |
| @@ -7837,57 +5558,67 @@ | ||
| 7837 | 5558 | width: 31px; |
| 7838 | 5559 | display: inline-flex; |
| 7839 | 5560 | align-items: center; |
| 7840 | 5561 | justify-content: center; |
| 7841 | - color: var(--e-a-color-txt); | |
| 7842 | - background-color: var(--e-a-bg-default); | |
| 7843 | - border-inline-end: var(--e-a-border); | |
| 5562 | + color: #6d7882; | |
| 5563 | + background-color: #fff; | |
| 5564 | + border-left: 1px solid #e6e9ec; | |
| 7844 | 5565 | } |
| 7845 | 5566 | .elementor-navigator__element__indicator:first-child { |
| 7846 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 5567 | + border-left: 3px solid #71d7f7; | |
| 7847 | 5568 | } |
| 5569 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5570 | + border-color: #41c9f4; | |
| 5571 | +} | |
| 7848 | 5572 | .elementor-navigator__element__indicator:hover { |
| 7849 | - color: var(--e-a-color-txt-hover); | |
| 5573 | + color: #495157; | |
| 7850 | 5574 | } |
| 7851 | 5575 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7852 | 5576 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7853 | 5577 | opacity: 0.5; |
| 7854 | 5578 | } |
| 7855 | -.elementor-navigator__promotion-text { | |
| 7856 | - line-height: 18px; | |
| 5579 | +.elementor-navigator__element-column { | |
| 5580 | + background-color: #fafbfb; | |
| 7857 | 5581 | } |
| 5582 | +.elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type { | |
| 5583 | + color: #a4afb7; | |
| 5584 | +} | |
| 5585 | +.elementor-navigator__element-section, .elementor-navigator__element-container { | |
| 5586 | + background-color: #ffffff; | |
| 5587 | +} | |
| 7858 | 5588 | |
| 7859 | 5589 | .e-notice-bar { |
| 7860 | 5590 | position: absolute; |
| 7861 | 5591 | width: 100%; |
| 7862 | - inset-block-end: 0; | |
| 5592 | + bottom: 0; | |
| 7863 | 5593 | display: flex; |
| 7864 | 5594 | align-items: center; |
| 7865 | 5595 | height: 40px; |
| 7866 | 5596 | color: #fff; |
| 7867 | - background-color: var(--e-a-color-accent); | |
| 5597 | + background-color: #93003c; | |
| 7868 | 5598 | padding: 0 25px; |
| 7869 | 5599 | } |
| 7870 | 5600 | .e-notice-bar__message a { |
| 7871 | 5601 | text-decoration: underline; |
| 7872 | - color: var(--e-a-color-txt-invert); | |
| 5602 | + color: #fff; | |
| 7873 | 5603 | } |
| 7874 | 5604 | .e-notice-bar__message a:hover { |
| 7875 | - color: #D5D8DC; | |
| 5605 | + color: #d5dadf; | |
| 7876 | 5606 | } |
| 7877 | 5607 | .e-notice-bar__primary_action { |
| 7878 | 5608 | margin-inline: 12px; |
| 5609 | + text-transform: uppercase; | |
| 7879 | 5610 | } |
| 7880 | 5611 | .e-notice-bar__primary_action a { |
| 7881 | 5612 | background: #ffffff; |
| 7882 | 5613 | border-radius: 3px; |
| 7883 | - color: #93003f; | |
| 5614 | + color: #93003c; | |
| 7884 | 5615 | padding: 4px 10px; |
| 7885 | 5616 | font-size: 11px; |
| 7886 | 5617 | } |
| 7887 | 5618 | .e-notice-bar__primary_action a:hover { |
| 7888 | - color: rgb(70.5, 0, 30.2142857143); | |
| 7889 | - background: #F1F2F3; | |
| 5619 | + color: #47001d; | |
| 5620 | + background: #f1f3f5; | |
| 7890 | 5621 | } |
| 7891 | 5622 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7892 | 5623 | font-size: 11px; |
| 7893 | 5624 | } |
| @@ -7898,16 +5629,18 @@ | ||
| 7898 | 5629 | color: #ffffff; |
| 7899 | 5630 | text-decoration: underline; |
| 7900 | 5631 | } |
| 7901 | 5632 | .e-notice-bar__secondary_action a:hover { |
| 7902 | - color: #F1F2F3; | |
| 5633 | + color: #eceeef; | |
| 7903 | 5634 | } |
| 7904 | 5635 | .e-notice-bar__close { |
| 7905 | 5636 | cursor: pointer; |
| 7906 | - margin-inline-start: auto; | |
| 5637 | + -webkit-margin-start: auto; | |
| 5638 | + margin-inline-start: auto; | |
| 7907 | 5639 | } |
| 7908 | 5640 | .e-notice-bar__icon { |
| 7909 | - margin-inline-end: 8px; | |
| 5641 | + -webkit-margin-end: 8px; | |
| 5642 | + margin-inline-end: 8px; | |
| 7910 | 5643 | } |
| 7911 | 5644 | .e-notice-bar i { |
| 7912 | 5645 | font-size: 16px; |
| 7913 | 5646 | opacity: 0.9; |
| @@ -7912,13 +5645,13 @@ | ||
| 7912 | 5645 | font-size: 16px; |
| 7913 | 5646 | opacity: 0.9; |
| 7914 | 5647 | } |
| 7915 | 5648 | .e-notice-bar i:hover { |
| 7916 | - color: #D5D8DC; | |
| 5649 | + color: #d5dadf; | |
| 7917 | 5650 | } |
| 7918 | 5651 | .e-notice-bar a, |
| 7919 | 5652 | .e-notice-bar i { |
| 7920 | - transition: var(--e-a-transition-hover); | |
| 5653 | + transition: all 0.3s; | |
| 7921 | 5654 | } |
| 7922 | 5655 | |
| 7923 | 5656 | body:not(.elementor-device-desktop) #e-notice-bar { |
| 7924 | 5657 | display: none; |
| @@ -7923,10 +5656,15 @@ | ||
| 7923 | 5656 | body:not(.elementor-device-desktop) #e-notice-bar { |
| 7924 | 5657 | display: none; |
| 7925 | 5658 | } |
| 7926 | 5659 | |
| 7927 | -#elementor-fatal-error-dialog .dialog-message a { | |
| 5660 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header { | |
| 5661 | + color: #495157; | |
| 5662 | +} | |
| 5663 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a { | |
| 5664 | + color: #6d7882; | |
| 7928 | 5665 | text-decoration: underline; |
| 5666 | + font-style: italic; | |
| 7929 | 5667 | } |
| 7930 | 5668 | |
| 7931 | 5669 | #elementor-preview-debug-link-text { |
| 7932 | 5670 | display: inline-block; |
| @@ -7938,8 +5676,11 @@ | ||
| 7938 | 5676 | } |
| 7939 | 5677 | #elementor-icons-manager-modal .dialog-content { |
| 7940 | 5678 | display: flex; |
| 7941 | 5679 | } |
| 5680 | +#elementor-icons-manager-modal .dialog-buttons-wrapper { | |
| 5681 | + display: flex; | |
| 5682 | +} | |
| 7942 | 5683 | #elementor-icons-manager__wrapper { |
| 7943 | 5684 | display: flex; |
| 7944 | 5685 | } |
| 7945 | 5686 | @media (max-width: 479px) { |
| @@ -7947,14 +5688,14 @@ | ||
| 7947 | 5688 | display: none; |
| 7948 | 5689 | } |
| 7949 | 5690 | } |
| 7950 | 5691 | #elementor-icons-manager__tab-links { |
| 7951 | - margin-block-start: 30px; | |
| 5692 | + margin-top: 30px; | |
| 7952 | 5693 | } |
| 7953 | 5694 | #elementor-icons-manager__upload { |
| 7954 | 5695 | margin: 20px 45px; |
| 7955 | - padding-block-start: 35px; | |
| 7956 | - border-block-start: var(--e-a-border); | |
| 5696 | + padding-top: 35px; | |
| 5697 | + border-top: 1px solid #e6e9ec; | |
| 7957 | 5698 | display: flex; |
| 7958 | 5699 | align-items: center; |
| 7959 | 5700 | justify-content: space-between; |
| 7960 | 5701 | } |
| @@ -7962,8 +5703,13 @@ | ||
| 7962 | 5703 | #elementor-icons-manager__upload { |
| 7963 | 5704 | margin: 20px 25px; |
| 7964 | 5705 | } |
| 7965 | 5706 | } |
| 5707 | +#elementor-icons-manager__upload__title { | |
| 5708 | + color: #a4afb7; | |
| 5709 | + font-size: 11px; | |
| 5710 | + text-transform: uppercase; | |
| 5711 | +} | |
| 7966 | 5712 | #elementor-icons-manager__main { |
| 7967 | 5713 | display: flex; |
| 7968 | 5714 | flex-direction: column; |
| 7969 | 5715 | padding: 30px 80px 0; |
| @@ -7982,15 +5728,22 @@ | ||
| 7982 | 5728 | position: relative; |
| 7983 | 5729 | } |
| 7984 | 5730 | #elementor-icons-manager__search input { |
| 7985 | 5731 | padding: 8px 15px; |
| 7986 | - background-color: transparent; | |
| 5732 | + background-color: #fff; | |
| 5733 | + border: none; | |
| 7987 | 5734 | } |
| 5735 | +#elementor-icons-manager__search input::-moz-placeholder { | |
| 5736 | + font-style: italic; | |
| 5737 | +} | |
| 5738 | +#elementor-icons-manager__search input::placeholder { | |
| 5739 | + font-style: italic; | |
| 5740 | +} | |
| 7988 | 5741 | #elementor-icons-manager__search i { |
| 7989 | 5742 | position: absolute; |
| 7990 | - inset-block-start: 50%; | |
| 7991 | - inset-inline-end: 15px; | |
| 5743 | + top: 50%; | |
| 7992 | 5744 | transform: translateY(-50%); |
| 5745 | + right: 15px; | |
| 7993 | 5746 | } |
| 7994 | 5747 | #elementor-icons-manager__tab__wrapper { |
| 7995 | 5748 | overflow: auto; |
| 7996 | 5749 | margin: 25px -15px 0; |
| @@ -7996,12 +5749,12 @@ | ||
| 7996 | 5749 | margin: 25px -15px 0; |
| 7997 | 5750 | padding: 0 15px 15px; |
| 7998 | 5751 | } |
| 7999 | 5752 | #elementor-icons-manager__tab__title { |
| 8000 | - color: var(--e-a-color-txt); | |
| 5753 | + color: #556068; | |
| 8001 | 5754 | font-size: 16px; |
| 8002 | 5755 | font-weight: 500; |
| 8003 | - text-align: start; | |
| 5756 | + text-align: left; | |
| 8004 | 5757 | } |
| 8005 | 5758 | @media (max-width: 479px) { |
| 8006 | 5759 | #elementor-icons-manager__tab__title { |
| 8007 | 5760 | display: none; |
| @@ -8036,72 +5789,82 @@ | ||
| 8036 | 5789 | #elementor-icons-manager__promotion { |
| 8037 | 5790 | display: flex; |
| 8038 | 5791 | align-items: center; |
| 8039 | 5792 | flex-direction: column; |
| 8040 | - padding-block-start: 70px; | |
| 5793 | + padding-top: 70px; | |
| 8041 | 5794 | } |
| 8042 | 5795 | #elementor-icons-manager__promotion__icon { |
| 8043 | 5796 | font-size: 60px; |
| 5797 | + color: #c2cbd2; | |
| 8044 | 5798 | } |
| 8045 | 5799 | #elementor-icons-manager__promotion__text { |
| 8046 | 5800 | width: 300px; |
| 8047 | 5801 | font-size: 16px; |
| 8048 | - padding-block-start: 25px; | |
| 5802 | + padding-top: 25px; | |
| 8049 | 5803 | } |
| 8050 | 5804 | #elementor-icons-manager__promotion__link { |
| 8051 | - margin-block-start: 20px; | |
| 5805 | + margin-top: 20px; | |
| 8052 | 5806 | } |
| 8053 | 5807 | |
| 8054 | 5808 | .elementor-icons-manager__tab-link { |
| 8055 | - padding-block: 15px; | |
| 8056 | - padding-inline: 45px 0; | |
| 8057 | - font-size: 12px; | |
| 8058 | - text-align: start; | |
| 5809 | + padding: 15px 0 15px 45px; | |
| 5810 | + font-size: 14px; | |
| 5811 | + color: #6d7882; | |
| 5812 | + text-align: left; | |
| 8059 | 5813 | cursor: pointer; |
| 8060 | 5814 | position: relative; |
| 8061 | 5815 | } |
| 8062 | 5816 | .elementor-icons-manager__tab-link i { |
| 8063 | 5817 | font-size: 20px; |
| 8064 | - padding-inline-end: 15px; | |
| 5818 | + padding-right: 15px; | |
| 5819 | + color: #a4afb7; | |
| 8065 | 5820 | } |
| 5821 | +@media (max-width: 1439px) { | |
| 5822 | + .elementor-icons-manager__tab-link { | |
| 5823 | + padding: 15px 15px 15px 25px; | |
| 5824 | + font-size: 11px; | |
| 5825 | + } | |
| 5826 | + .elementor-icons-manager__tab-link i { | |
| 5827 | + font-size: 15px; | |
| 5828 | + } | |
| 5829 | +} | |
| 8066 | 5830 | @media (max-width: 1024px) { |
| 8067 | 5831 | .elementor-icons-manager__tab-link i { |
| 8068 | 5832 | display: none; |
| 8069 | 5833 | } |
| 8070 | 5834 | } |
| 8071 | -.elementor-icons-manager__tab-link:hover { | |
| 8072 | - background-color: var(--e-a-bg-hover); | |
| 8073 | -} | |
| 8074 | 5835 | .elementor-icons-manager__tab-link.elementor-active { |
| 8075 | - background-color: var(--e-a-bg-active); | |
| 8076 | - color: var(--e-a-color-txt-accent); | |
| 5836 | + background-color: #fff; | |
| 5837 | + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); | |
| 8077 | 5838 | } |
| 8078 | 5839 | .elementor-icons-manager__tab-link.elementor-active:after { |
| 8079 | 5840 | content: ""; |
| 8080 | 5841 | position: absolute; |
| 8081 | 5842 | height: 100%; |
| 8082 | - width: 3px; | |
| 8083 | - inset-block-start: 0; | |
| 8084 | - inset-inline-start: 0; | |
| 8085 | - background-color: var(--e-a-border-color-accent); | |
| 5843 | + width: 5px; | |
| 5844 | + top: 0; | |
| 5845 | + left: 0; | |
| 5846 | + background-color: #71d7f7; | |
| 8086 | 5847 | } |
| 5848 | +.elementor-icons-manager__tab-link.elementor-active i { | |
| 5849 | + color: #71d7f7; | |
| 5850 | +} | |
| 8087 | 5851 | .elementor-icons-manager__tab__item { |
| 8088 | 5852 | position: relative; |
| 8089 | 5853 | height: 0; |
| 8090 | - padding-block-end: 100%; | |
| 8091 | - border: var(--e-a-border); | |
| 5854 | + padding-bottom: 100%; | |
| 5855 | + background-color: #fff; | |
| 5856 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 8092 | 5857 | border-radius: 3px; |
| 8093 | 5858 | cursor: pointer; |
| 8094 | - transition: var(--e-a-transition-hover); | |
| 5859 | + transition: all 0.3s; | |
| 8095 | 5860 | overflow: hidden; |
| 8096 | 5861 | } |
| 8097 | 5862 | .elementor-icons-manager__tab__item:hover { |
| 8098 | - background-color: var(--e-a-bg-hover); | |
| 5863 | + box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); | |
| 8099 | 5864 | } |
| 8100 | 5865 | .elementor-icons-manager__tab__item.elementor-selected { |
| 8101 | - background-color: var(--e-a-bg-active); | |
| 8102 | - border-color: var(--e-a-border-color-accent); | |
| 8103 | - color: var(--e-a-color-txt-accent); | |
| 5866 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; | |
| 8104 | 5867 | } |
| 8105 | 5868 | .elementor-icons-manager__tab__item__content { |
| 8106 | 5869 | display: flex; |
| 8107 | 5870 | flex-direction: column; |
| @@ -8107,17 +5870,19 @@ | ||
| 8107 | 5870 | flex-direction: column; |
| 8108 | 5871 | align-items: center; |
| 8109 | 5872 | width: 100%; |
| 8110 | 5873 | position: absolute; |
| 8111 | - inset-block-start: 50%; | |
| 8112 | - inset-inline-start: 50%; | |
| 8113 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5874 | + top: 50%; | |
| 5875 | + left: 50%; | |
| 5876 | + transform: translate(-50%, -50%); | |
| 8114 | 5877 | padding: 1px; |
| 8115 | 5878 | } |
| 8116 | 5879 | .elementor-icons-manager__tab__item__icon { |
| 8117 | 5880 | font-size: 25px; |
| 5881 | + color: #6d7882; | |
| 8118 | 5882 | } |
| 8119 | 5883 | .elementor-icons-manager__tab__item__name { |
| 5884 | + color: #c2cbd2; | |
| 8120 | 5885 | font-size: 11px; |
| 8121 | 5886 | padding: 13px 20px 0; |
| 8122 | 5887 | max-width: 100%; |
| 8123 | 5888 | white-space: nowrap; |
| @@ -8124,8 +5889,16 @@ | ||
| 8124 | 5889 | text-overflow: ellipsis; |
| 8125 | 5890 | overflow: hidden; |
| 8126 | 5891 | } |
| 8127 | 5892 | |
| 5893 | +#elementor-enable-fa5-dialog a { | |
| 5894 | + font-style: italic; | |
| 5895 | + text-decoration: underline; | |
| 5896 | +} | |
| 5897 | +#elementor-enable-fa5-dialog .dialog-confirm-ok { | |
| 5898 | + color: #39b54a; | |
| 5899 | +} | |
| 5900 | + | |
| 8128 | 5901 | .elementor-color-picker__header { |
| 8129 | 5902 | display: flex; |
| 8130 | 5903 | justify-content: space-between; |
| 8131 | 5904 | align-items: center; |
| @@ -8141,78 +5914,23 @@ | ||
| 8141 | 5914 | .e-control-color--no-value .pcr-button { |
| 8142 | 5915 | background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); |
| 8143 | 5916 | background-size: cover; |
| 8144 | 5917 | background-color: transparent; |
| 5918 | + border: 1px solid #d5dadf; | |
| 8145 | 5919 | } |
| 8146 | 5920 | |
| 8147 | -.pickr { | |
| 8148 | - border: var(--e-a-border); | |
| 8149 | - height: 27px; | |
| 8150 | -} | |
| 8151 | -.pickr .pcr-button { | |
| 8152 | - height: 100%; | |
| 8153 | - width: 100%; | |
| 8154 | - border-radius: var(--e-a-border-radius); | |
| 8155 | -} | |
| 8156 | -.pickr .pcr-button:before, .pickr .pcr-button:after { | |
| 8157 | - height: 12px; | |
| 8158 | - width: 12px; | |
| 8159 | - position: absolute; | |
| 8160 | - inset-block-start: 50%; | |
| 8161 | - inset-inline-start: 50%; | |
| 8162 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8163 | -} | |
| 8164 | - | |
| 8165 | -.pcr-app { | |
| 8166 | - background-color: var(--e-a-bg-default); | |
| 8167 | - color: var(--e-a-color-txt); | |
| 8168 | - box-shadow: var(--e-a-popover-shadow); | |
| 8169 | - font-family: var(--e-a-font-family); | |
| 8170 | -} | |
| 8171 | 5921 | .pcr-app[data-theme=monolith] { |
| 8172 | 5922 | padding: 0; |
| 8173 | - width: 270px; | |
| 8174 | 5923 | } |
| 8175 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, | |
| 8176 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { | |
| 8177 | - height: 8px; | |
| 5924 | +.pcr-result { | |
| 5925 | + border-right-width: 1px; | |
| 5926 | + border-radius: 3px; | |
| 8178 | 5927 | } |
| 8179 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { | |
| 8180 | - height: 150px; | |
| 8181 | -} | |
| 8182 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8183 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8184 | -} | |
| 8185 | -.pcr-app .pcr-interaction { | |
| 8186 | - padding-block-end: 20px; | |
| 8187 | -} | |
| 8188 | -.pcr-app .pcr-interaction input.pcr-result { | |
| 8189 | - border: var(--e-a-border); | |
| 8190 | - color: var(--e-a-color-txt); | |
| 8191 | - border-radius: var(--e-a-border-radius); | |
| 8192 | - margin: 0; | |
| 8193 | - background-color: transparent; | |
| 8194 | -} | |
| 8195 | -.pcr-app .pcr-interaction input.pcr-result:focus { | |
| 8196 | - box-shadow: none; | |
| 8197 | - border-color: var(--e-a-border-color-bold); | |
| 8198 | -} | |
| 8199 | -.pcr-app .pcr-interaction input.pcr-type { | |
| 8200 | - all: unset; | |
| 8201 | - font-size: 10px; | |
| 8202 | - color: var(--e-a-color-txt-muted); | |
| 8203 | - padding-inline-start: 5px; | |
| 8204 | - cursor: pointer; | |
| 8205 | -} | |
| 8206 | -.pcr-app .pcr-interaction input.pcr-type.active { | |
| 8207 | - background-color: transparent; | |
| 8208 | - color: var(--e-a-color-txt-accent); | |
| 8209 | -} | |
| 8210 | 5928 | .pcr-selection, .pcr-interaction { |
| 8211 | 5929 | padding: 0 20px; |
| 8212 | 5930 | } |
| 8213 | -.pcr-selection { | |
| 8214 | - padding-block-start: 20px; | |
| 5931 | +.pcr-interaction { | |
| 5932 | + padding-bottom: 20px; | |
| 8215 | 5933 | } |
| 8216 | 5934 | .pcr .elementor-control-dynamic-switcher { |
| 8217 | 5935 | height: 20px; |
| 8218 | 5936 | border: 0; |
| @@ -8224,24 +5942,18 @@ | ||
| 8224 | 5942 | z-index: 9999; |
| 8225 | 5943 | font-size: 12px; |
| 8226 | 5944 | } |
| 8227 | 5945 | .select2-container .e-select2-placeholder { |
| 8228 | - color: var(--e-a-color-txt-muted); | |
| 5946 | + color: #a4afb7; | |
| 8229 | 5947 | } |
| 8230 | 5948 | .select2-container.select2-container--default .select2-selection--single { |
| 8231 | 5949 | height: 27px; |
| 8232 | - background-color: transparent; | |
| 8233 | 5950 | } |
| 8234 | 5951 | .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { |
| 8235 | - color: var(--e-a-color-txt); | |
| 5952 | + color: #6d7882; | |
| 8236 | 5953 | line-height: 27px; |
| 8237 | 5954 | } |
| 8238 | -.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { | |
| 8239 | - background-color: var(--e-a-bg-hover); | |
| 8240 | - color: var(--e-a-color-txt-hover); | |
| 8241 | -} | |
| 8242 | 5955 | .select2-container.select2-container--default .select2-selection--multiple { |
| 8243 | - background-color: var(--e-a-bg-default); | |
| 8244 | 5956 | min-height: 27px; |
| 8245 | 5957 | line-height: 0; |
| 8246 | 5958 | } |
| 8247 | 5959 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { |
| @@ -8247,10 +5959,9 @@ | ||
| 8247 | 5959 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { |
| 8248 | 5960 | display: none; |
| 8249 | 5961 | } |
| 8250 | 5962 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { |
| 8251 | - background-color: var(--e-a-btn-bg); | |
| 8252 | - color: var(--e-a-btn-color-invert); | |
| 5963 | + background-color: #f1f3f5; | |
| 8253 | 5964 | line-height: 1.2; |
| 8254 | 5965 | font-size: 10px; |
| 8255 | 5966 | border: none; |
| 8256 | 5967 | border-radius: 0; |
| @@ -8264,33 +5975,34 @@ | ||
| 8264 | 5975 | } |
| 8265 | 5976 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { |
| 8266 | 5977 | content: "\e815"; |
| 8267 | 5978 | font-family: "eicons"; |
| 8268 | - color: var(--e-a-btn-color-invert); | |
| 5979 | + color: #a4afb7; | |
| 8269 | 5980 | text-indent: 0; |
| 8270 | 5981 | position: absolute; |
| 8271 | - inset: 0; | |
| 5982 | + left: 0; | |
| 5983 | + top: 0; | |
| 5984 | + width: 100%; | |
| 5985 | + height: 100%; | |
| 8272 | 5986 | display: flex; |
| 8273 | 5987 | justify-content: center; |
| 8274 | 5988 | align-items: center; |
| 8275 | 5989 | } |
| 8276 | 5990 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { |
| 8277 | - padding-block-end: 5px; | |
| 5991 | + padding-bottom: 5px; | |
| 8278 | 5992 | } |
| 8279 | 5993 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 8280 | - color: var(--e-a-btn-color-invert); | |
| 8281 | - margin-inline-end: 3px; | |
| 5994 | + color: #a4afb7; | |
| 5995 | + margin-right: 3px; | |
| 8282 | 5996 | } |
| 8283 | 5997 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, |
| 8284 | 5998 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { |
| 8285 | - background-color: var(--e-a-bg-default); | |
| 8286 | - color: var(--e-a-color-txt); | |
| 8287 | - border-color: var(--e-a-border-color); | |
| 5999 | + border-color: #d5dadf; | |
| 8288 | 6000 | } |
| 8289 | 6001 | .select2-container.select2-container--open .select2-selection--single, |
| 8290 | 6002 | .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, |
| 8291 | 6003 | .select2-container.select2-container--focus .select2-selection--multiple { |
| 8292 | - border-color: var(--e-a-border-color-bold); | |
| 6004 | + border-color: #a4afb7; | |
| 8293 | 6005 | } |
| 8294 | 6006 | |
| 8295 | 6007 | .select2-selection { |
| 8296 | 6008 | outline: none; |
| @@ -8300,24 +6012,20 @@ | ||
| 8300 | 6012 | } |
| 8301 | 6013 | |
| 8302 | 6014 | .select2-selection__arrow { |
| 8303 | 6015 | height: 27px; |
| 8304 | - inset-block-start: 0; | |
| 6016 | + top: 0; | |
| 8305 | 6017 | } |
| 8306 | 6018 | |
| 8307 | 6019 | .select2-results__option[aria-selected=true] { |
| 8308 | - background-color: var(--e-a-bg-active); | |
| 8309 | - color: var(--e-a-color-txt-active); | |
| 6020 | + color: #495157; | |
| 8310 | 6021 | } |
| 8311 | 6022 | .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { |
| 8312 | - background-color: var(--e-a-bg-active); | |
| 6023 | + background-color: initial; | |
| 8313 | 6024 | } |
| 8314 | 6025 | |
| 8315 | 6026 | .select2-dropdown { |
| 8316 | - border-color: var(--e-a-border-color); | |
| 8317 | - background-color: var(--e-a-bg-default); | |
| 8318 | - color: var(--e-a-color-txt); | |
| 8319 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 6027 | + border-color: #a4afb7; | |
| 8320 | 6028 | } |
| 8321 | 6029 | .select2-dropdown .select2-search__field { |
| 8322 | 6030 | outline: none; |
| 8323 | 6031 | } |
| @@ -8325,12 +6033,12 @@ | ||
| 8325 | 6033 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8326 | 6034 | cursor: ew-resize; |
| 8327 | 6035 | } |
| 8328 | 6036 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8329 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6037 | + box-shadow: 0 0 0 1px #10bcf2 inset; | |
| 8330 | 6038 | } |
| 8331 | 6039 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8332 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6040 | + color: #10bcf2; | |
| 8333 | 6041 | -webkit-user-select: none; |
| 8334 | 6042 | -moz-user-select: none; |
| 8335 | 6043 | user-select: none; |
| 8336 | 6044 | } |
| @@ -8341,14 +6049,12 @@ | ||
| 8341 | 6049 | label.e-scrubbing-over { |
| 8342 | 6050 | cursor: ew-resize; |
| 8343 | 6051 | } |
| 8344 | 6052 | |
| 8345 | -#elementor-paste-area-dialog { | |
| 8346 | - text-align: center; | |
| 8347 | -} | |
| 8348 | 6053 | #elementor-paste-area-dialog .dialog-header { |
| 8349 | - padding-block-start: 60px; | |
| 6054 | + padding-top: 60px; | |
| 8350 | 6055 | font-size: 30px; |
| 6056 | + color: #a4afb7; | |
| 8351 | 6057 | } |
| 8352 | 6058 | #elementor-paste-area-dialog .dialog-message { |
| 8353 | 6059 | padding: 0 15px 15px; |
| 8354 | 6060 | font-size: 15px; |
| @@ -8361,32 +6067,30 @@ | ||
| 8361 | 6067 | padding: 0; |
| 8362 | 6068 | margin: 0; |
| 8363 | 6069 | height: 100px; |
| 8364 | 6070 | position: absolute; |
| 8365 | - inset-block-start: -60px; | |
| 8366 | - inset-inline: 0; | |
| 6071 | + top: -60px; | |
| 6072 | + left: 0; | |
| 6073 | + right: 0; | |
| 8367 | 6074 | } |
| 8368 | 6075 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8369 | 6076 | border-color: transparent; |
| 8370 | 6077 | outline: none; |
| 8371 | 6078 | } |
| 8372 | -#elementor-paste-area-dialog .dialog-widget-content { | |
| 8373 | - width: 400px; | |
| 8374 | -} | |
| 8375 | 6079 | #elementor-paste-area-dialog .dialog-widget-content .eicon-loading { |
| 8376 | 6080 | display: none; |
| 8377 | 6081 | } |
| 8378 | 6082 | #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { |
| 8379 | 6083 | display: block; |
| 8380 | - margin-block-start: 15px; | |
| 6084 | + margin-top: 15px; | |
| 8381 | 6085 | } |
| 8382 | 6086 | #elementor-paste-area-dialog #elementor-paste-area-dialog__error { |
| 8383 | - color: var(--e-a-color-danger); | |
| 6087 | + color: #d72b3f; | |
| 8384 | 6088 | font-size: 12px; |
| 8385 | 6089 | } |
| 8386 | 6090 | #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { |
| 8387 | 6091 | content: ""; |
| 8388 | - border-block-start: var(--e-a-border); | |
| 6092 | + border-top: 1px solid #f1f3f5; | |
| 8389 | 6093 | display: block; |
| 8390 | 6094 | margin: 10px -15px; |
| 8391 | 6095 | } |
| 8392 | 6096 | |
| @@ -8391,23 +6095,19 @@ | ||
| 8391 | 6095 | } |
| 8392 | 6096 | |
| 8393 | 6097 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8394 | 6098 | transition: 0.3s all; |
| 6099 | + --is-ltr: 1; | |
| 6100 | + --is-rtl: 0; | |
| 6101 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8395 | 6102 | } |
| 8396 | 6103 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8397 | 6104 | max-height: 1em; |
| 8398 | 6105 | max-width: 1em; |
| 8399 | 6106 | } |
| 8400 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8401 | - --is-ltr: 1; | |
| 8402 | - --is-rtl: 0; | |
| 8403 | -} | |
| 8404 | 6107 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8405 | 6108 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8406 | 6109 | } |
| 8407 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8408 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8409 | -} | |
| 8410 | 6110 | :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) { |
| 8411 | 6111 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8412 | 6112 | } |
| 8413 | 6113 | :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) { |
| @@ -8420,16 +6120,6 @@ | ||
| 8420 | 6120 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8421 | 6121 | } |
| 8422 | 6122 | .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) { |
| 8423 | 6123 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8424 | -} | |
| 8425 | - | |
| 8426 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8427 | - display: none; | |
| 8428 | -} | |
| 8429 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8430 | - display: none; | |
| 8431 | -} | |
| 8432 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8433 | - display: none; | |
| 8434 | 6124 | } |
| 8435 | 6125 | /*# sourceMappingURL=editor.css.map */ |